/* Minification failed. Returning unminified contents.
(295,77): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.3.1
Link       : http://sciactive.com/pnotify/
Description:
	Default styling for PNotify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
top: 0px;
right: 0px;
position: absolute;
height: auto;
/* Ensures notices are above everything */
z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body > .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 0 0;
padding: .8em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
float: right;
margin-left: .2em;
}
.ui-pnotify-title {
display: block;
margin-bottom: .4em;
margin-top: 0;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
position: absolute;
top: 0;
right: 18px;
width: 70px;
border-top: none;
padding: 0;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
/* Ensures history container is above notices. */
z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
padding: 2px;
text-align: center;
}
.ui-pnotify-history-container button {
cursor: pointer;
display: block;
width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
display: block;
margin: 0 auto;
}
/* Alternate stack initial positioning. */
.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
left: 25px;
right: auto;
}
.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
bottom: 25px;
top: auto;
}

@font-face {
    font-family: "Raleway";
    src: url(/home/assets/fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: "Raleway";
    src: url(/home/assets/fonts/Raleway-Bold.ttf);
    font-weight: bold;
}

body {
    padding: 0;
    margin: 0;
    font-family: Raleway, Arial, sans-serif !important;
    background-color: #F4F3F3;
    position: relative;
}

/* Global classes */
.btn {
    font-weight: bold;
    border-radius: 0.75rem;
    font-size: 18px;
}

.card {
    border-radius: 16px;
    border: unset;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
}

.content {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 16px;
}

.background-primary-color {
    background: #1841ab;
}

.background-white {
    background: white;
}

.primary-color {
    color: #1841ab !important;
}

.flex-1 {
    flex: 1
}

.hidden {
    display: none !important;
}

.white-space-normal {
    white-space: normal !important;
}

.form-control {
    border: 1px solid #b2b2b2;
    color: #191919;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    background-color: transparent;
}

.form-control:focus {
    background-color: transparent;
    border-color: #1841ab;        
    box-shadow: 0 0 0 0.2rem rgba(24,65,171, 0.25);
}

.form-control::placeholder {
    color: #757575;
}

.form-control.form-error {
    color: #FF2323;
    border-color: #FF2323;
}

.error-messages {
    border: 1px solid #FF2323;
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFAFA;
    color: #FF2323;
}

.error-placeholder {
    color: #FF2323;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

/* Bootstrap modal styles */
.modal .modal-header {
    border: 0;
}

    .modal .modal-header h5 {
        font-weight: normal
    }

.modal .modal-content {
    border: 0;
    border-radius: 10px;
    padding: 9px;
}

    .modal .modal-content .blockOverlay {
        border-radius: 10px;
    }

.modal .modal-header .close-modal-custom > img {
    padding: 0;
    margin: 0;
    width: 18px;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

        .modal-fullscreen .modal-header .close-sidebar {
            padding: 0;
            margin: 0;
            width: 20px;
        }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

.video-modal {
    padding-right:18px!important;
    padding-left:18px!important
}

.video-modal .modal-dialog {
    max-width: 1280px;
}

.video-modal .modal-content {
    background-color: transparent;
    padding: 0;
    visibility: hidden;
}

.video-modal iframe {
    width: 100%;
    height: 720px;
    max-width: 1280px;  
}

.video-modal .close {
    position: absolute;
    top: -40px;
    width: 24px;
    right: 0;
}

@media (max-width: 575.98px) {
    .video-modal {
        padding-right: 0!important;
        padding-left: 0!important;
    }
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(/home/styles/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: none;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        opacity: 1;
    }

/* Bootstrap dropdown styles*/
.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #1841ab
}

.background-black {
    background: black;
}

/* Typography */
h1 {
    font-size: 40px;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

h3 {
    font-size: 40px;
    font-weight: bold;
}

h4 {
    font-size: 25px;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

p {
    font-size: 21px;
}

@media (min-width: 576px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
        font-weight: bold;
    }

    h3 {
        font-size: 28px;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 40px;
        font-weight: bold;
    }

    h3 {
        font-size: 32px;
        font-weight: bold;
    }
}

/* Top bar */
#header {
    padding: 0;
    margin: 0;
}

    #header #top {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid black;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #header.background-blue #top {
        border-bottom: 1px solid #c2dbf5;
    }

        #header.background-blue #top .action a {
            color: #c2dbf5!important;
        }

        #header.background-blue #top .languages a {
            color: #82b7e8;
        }

            #header.background-blue #top .languages a.selected {
                color: white;
            }

    #header.background-blue #menu .fa-angle-down {
        color: white;
    }

    #header.background-blue #top .menu-items a {
        color: white;
    }

    #header #menu .menu-items a {
        color: black;
    }

    #header #top .logo-container {
        display: none;
    }

    #header .register-btn {
        margin-left: 90px;
    }

    #header #top .content div.languages {
        margin-left: 0;
        max-width: 285px;
        flex: 1;
        text-align: right;
    }

    #header .login-img {
        height: 40px;
        margin-left: 28px;
        transform: scaleX(-1)
    }

    #header .register-img {
        height: 40px;
        margin-left: 10px;
    }

    #header #top .menu-btn {
        font-size: 26px;
        margin-right: 20px;
        cursor: pointer;
    }

    #header.background-blue .menu-btn {
        color: white
    }

    #header #top .logo-container img {
        width: 160px;
    }

    #header.background-blue #menu a {
        color: white;
    }

    #header.background-blue .dropdown-menu a {
        color: black!important;
    }

    #header #menu .logo-container {
        width: 100%;
        max-width: 465px;
    }

        #header #menu .logo-container img {
            max-width: 285px;
            padding-right: 30px;
            width: 100%;
        }

    #header #menu {
        margin-bottom: 40px;
    }

        #header #menu .menu-items {
            font-weight: bold;
            font-size: 22px;
        }

            #header #menu .menu-items > * > * {
                vertical-align: middle;
            }

            #header #menu .menu-items > * {
                white-space: nowrap;
                padding: 0 20px;
            }

            #header #menu .menu-items .fa-angle-down {
                display: inline-block;
                margin-left: 8px;
                font-size: 24px;
            }

            #header #menu .menu-items > *:hover, #header #sidebar .menu-items > *:hover {
                text-decoration: underline;
                cursor: pointer;
            }

        #header #menu .socials {
            font-size: 22px;
            width: 275px;
            text-align: right;
            white-space: nowrap;
            padding-left: 30px;
        }

            #header #menu .socials > a {
                margin-left: 18px;
                color: black;
            }

    #header.background-blue #menu .socials > a {
        margin-left: 18px;
        color: white;
    }

    #header .dropdown-menu {
        border-radius: 14px;
        margin-top: 10px;
        border: none;
    }

    #header .dropdown:hover .dropdown-menu, #header .dropdown .dropdown-menu:hover {
        display: block;
    }

    #header .dropdown-container {
        position: absolute;
        padding-top: 20px;
        z-index: 999;
    }

        #header .dropdown-container .dropdown-menu {
            position: relative;
            margin: 0;
        }

    #header .dropdown-menu .dropdown-item {
        padding: 13px 20px;
        font-size: 16px;
    }

    #header .dropdown-menu:after, #header .dropdown-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #header .dropdown-menu:before {
        border-bottom-color: white;
        border-width: 8px;
        margin-left: -8px;
    }

    #header #sidebar .modal-content {
        border-radius: 0;
    }

    #header #sidebar, #header #sidebar .modal-body {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        max-width: 350px;
    }

        #header #sidebar .spacer {
            margin: 20px 0;
            border-bottom: 1px solid #dee2e6
        }

        #header #sidebar .modal-header {
            border: 0;
        }

        #header #sidebar .btn-close {
            padding: 0;
            margin: 0;
        }

        #header #sidebar .socials > a {
            margin-right: 18px;
            color: black;
        }

        #header #sidebar .login-img {
            height: 30px;
            margin-left: 28px;
            transform: scaleX(-1)
        }

        #header #sidebar .register-img {
            height: 30px;
            margin-left: 10px;
        }

        #header #sidebar .menu-items > * {
            margin: 20px 0;
        }

        #header #sidebar .menu-items .link a {
            color: black;
        }

        #header #sidebar.modal.fade .modal-dialog {
            transform: translate3d(-100%, 0, 0) !important;
            margin: 0;
        }

        #header #sidebar.modal.fade.show .modal-dialog {
            transform: translate3d(0, 0, 0) !important;
        }

    #header .languages {
        font-size: 18px;
        font-weight: bold;
    }

        #header .languages a {
            margin-right: 15px;
            color: black;
            text-decoration: none;
            display: inline-block;
        }

            #header .languages a.selected {
                color: #1841ab;
            }

    #header #login-register-modal {
        font-size: 16px;
        font-weight: normal;
    }

        #header #login-register-modal .external-login .title {
            font-size: 20px;
            margin-bottom: 15px;
        }

        #header #login-register-modal .external-login input {
            margin-right: 10px;
        }

        #header #login-register-modal .popup-form form > div {
            margin-bottom: 20px;
        }

        #header #login-register-modal .icon-external-link {
            text-decoration: none;
            margin-left: 10px;
            display: inline-block;
            font-size: 16px;
            color: black;
        }

        #header #login-register-modal .popup-form > div.spacer {
            margin: 25px 0;
            border-bottom: 1px solid #dee2e6
        }

        #header #login-register-modal .mode-link {
            font-size: 14px;
            color: black;
            cursor: pointer;
        }

        #header #login-register-modal a {
            cursor: pointer;
        }

            #header #login-register-modal a:hover {
                text-decoration: underline;
            }

    #header #reset-password-modal .modal-body > div {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: normal;
    }

    #header #login-register-modal #stay-connected {
        margin-right: 10px;
    }

    #header #login-register-modal label {
        margin-bottom: 0;
    }

    #header #login-register-modal button, #header #reset-password-modal button {
        margin-bottom: 10px;
    }

@media (max-width: 1299.98px) {

    #header #top {
        font-size: 16px;
    }

        #header #top .register-btn {
            margin-left: 40px;
        }

        #header #top .register-img, #header #top .login-img {
            height: 30px;
        }

    #header #menu .menu-items {
        font-size: 18px;
    }

    #header #menu .socials {
        font-size: 18px;
        width: 185px;
        padding-left: 20px;
    }

    #header #top .logo-container {
        margin-right: 40px;
    }

    #header #top .login-img {
        margin-left: 20px;
    }
}

@media (max-width: 1125px) {
    #header #menu .logo-container {
        display: none;
    }

    #header #top .logo-container {
        display: block;
    }
}

@media (max-width: 970px) {
    #header #menu .socials {
        display: none;
    }

    #header #menu .menu-items > * {
        padding: 0 10px;
    }
}

@media (max-width: 575.98px) {
    #header .languages a {
        margin-right: 8px;
        font-size: 16px;
    }

    #header #top .logo-container {
        margin-right: 20px;
    }

        #header #top .logo-container img {
            width: 145px;
        }

    #header #login-register-modal {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

        #header #login-register-modal .modal-body, #header #login-register-modal .modal-content {
            padding-right: 8px;
            padding-left: 8px;
        }

        #header #login-register-modal .modal-dialog {
            margin: 5px;
        }
}

/* Footer */
footer {
    margin-top: 100px;
}

    footer .logos {
        width: 100%;
        max-width: 550px;
        margin-right: 50px;
    }

    footer .item {
        white-space: nowrap;
        margin: 0 20px;
        cursor: pointer;
        display: block;
    }

        footer .item:hover {
            text-decoration: underline;
        }

        footer .item:not(:first-child) {
            margin-top: 20px;
        }

    footer .sub-item.item {
        margin-top: 10px;
    }

    footer .copyright {
        border-top: 1px solid black;
        font-size: 12px;
        text-align: center;
        padding: 20px;
        margin-top: 80px;
    }

    footer.background-blue .copyright {
        border-color: white;
        color: white;
    }

    footer .logo-container {
        margin-bottom: 70px;
    }

        footer .logo-container img {
            width: 100%;
            max-width: 300px;
        }

    footer .socials-title {
        font-size: 18px;
    }

    footer .socials {
        font-size: 22px;
        white-space: nowrap;
        margin-top: 5px;
    }

        footer .socials > a {
            margin-right: 18px;
            color: black;
        }

    footer.background-blue .socials > a {
        color: white;
    }

    footer .menu {
        font-weight: bold;
        font-size: 18px;
    }

        footer .menu a {
            color: black;
        }

    footer.background-blue .menu a {
        color: white;
    }

    footer.background-blue .socials-title {
        color: white;
    }

    footer.background-blue .primary-color {
        color: #c2dbf5 !important
    }

    footer .menu .sub-item {
        font-weight: normal;
    }

    footer .languages {
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        max-width: 180px;
        min-width: 100px;
        text-align: right;
    }

        footer .languages a {
            margin-right: 10px;
            color: #919191;
            text-decoration: none;
            display: inline-block;
        }

            footer .languages a.selected {
                color: black;
            }


    footer.background-blue .languages a {
        color: #82b7e8;
    }

        footer.background-blue .languages a.selected {
            color: white;
        }

@media (max-width: 991.98px) {
    footer .menu {
        padding: 0;
    }

        footer .menu .item {
            margin-left: 0;
        }

    footer .logos {
        margin-right: 0;
        max-width: none;
    }

        footer .logos .logo-container {
            margin-bottom: 50px;
        }
}

@media (max-width: 767.98px) {
    footer {
        margin-top: 50px;
    }

        footer .menu > div {
            width: 50%;
            margin-bottom: 20px;
        }

    #how-it-works-page #why-us-section #why-us-div {
        width: 25%;
        height: 90px;
        background-color: black;
        border-radius: unset;
        position: unset;
        top: 100px;
        left: 80px;
    }
}

@media (max-width: 575.98px) {
    footer .menu > div {
        width: 100%;
    }
}

/* Pages */
/* Default page */
/* Header section */
#default-page #default-page-header #default-page-header-img-left > img {
    width: 100%;
    max-width: 730px;
    margin: 0px -25px 0px -25px;
}

#default-page #default-page-header #default-page-header-img-bottom > img {
    max-width: 500px;
    margin: 0px -25px 0px -25px;
}

#default-page #default-page-header #default-page-header-details {
    padding: 0px 16px;
}

/* Target section */
#default-page-target .col-target-image-container {
    max-width: 160px;
}

#default-page-target .target-image-container {
    max-width: 130px;
    margin: 0 auto;
}

#default-page-target .target-image {
    padding-bottom: 16px;
}

#default-page-target .target-text {
    border-top: 1px solid black;
    display: inline-block;
    padding-top: 8px;
    font-size: 20px;
}

#default-page-target #fan-1 {
    width: 560px;
    display: none;
    position: absolute;
    bottom: 0px;
    right: -150px;
}

#default-page-target #target-video-img {
    width: 575px;
}

#desktop-image {
    width: 60%;
    max-width: 200px;
    min-width: 50px;
}

#default-page-target #target-blue-arrow {
    width: 67px;
    margin-left: 30px;
    margin-top: -18px;
}

#default-page-target #target-easy-to-use-container {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-top: 4rem;
    padding-bottom: 6rem;
}

#default-page-target #target-easy-to-use {
    max-width: 320px;
    margin-right: 60px;
}

#platform-preview-section #target-video-img {
    width: 575px;
}

#platform-preview-section #target-easy-to-use-container {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-top: 4rem;
    padding-bottom: 5rem;
}

#platform-preview-section #target-easy-to-use {
    max-width: 320px;
    margin-right: 60px;
}

#platform-preview-section .col-target-image-container {
    max-width: 160px;
}

#platform-preview-section .target-image-container {
    max-width: 130px;
    margin: 0 auto;
}

#platform-preview-section .target-image {
    padding-bottom: 16px;
}

#who-is-this-for .target-image {
    width: 65%;
    max-width: 275px;
}

#target-video-img-mobile {
    width: 100%;
}

@media (max-width: 1399px) {
    #default-page-target #fan-1 {
        width: 450px;
    }

    #default-page-target #target-video-img {
        width: 475px;
    }

    #default-page-target #target-save-title {
        font-size: 36px !important;
    }

    #default-page-target #target-easy-to-use {
        margin-right: 45px;
    }
}

@media (max-width: 1399px) {
    #platform-preview-section #target-video-img {
        width: 475px;
    }

    #platform-preview-section #target-easy-to-use {
        margin-right: 45px;
    }
}

@media (min-width: 1200px) {
    #platform-preview-section #target-easy-to-use-container {
        margin-top: -120px;
    }
}

@media (min-width: 1200px) {
    #default-page-target #target-easy-to-use-container {
        margin-top: -120px;
    }

    #target-card {
        padding-bottom: 200px !important;
    }

    #default-page-target #fan-1 {
        display: block;
    }
}

/* Features */
#citation-section #citation-section-img-left > img {
    width: 100%;
    max-width: 730px;
    min-width: 300px;
    margin: 0px -25px -25px -25px;
    transform: translateY(-18%);
}

#citation-section #citation-section-img-bottom > img {
    width: 100%;
}

#citation-section {
    padding: 50px 0px 50px;
}

#citation-section-header-details {
    padding-left: 5%;
}

    #citation-section-header-details .citation-section-firstsentence {
        max-width: 225px;
        font-weight: bold;
        line-height: 1.2;
    }

    #citation-section-header-details .citation-section-secondsentence {
        max-width: 400px;
        font-weight: bold;
        line-height: 1.2;
    }

.citation-content {
    min-height: 300px;
    background-color: white;
    margin: 50px 2% 50px 2%;
    border-radius: 0.75rem;
}

#features-section {
    background-image: linear-gradient(#1841ab, #0f2b75);
    padding: 50px 0px 50px;
}

    #features-section .features-item {
        background-color: white;
        margin: 30px 0px 30px 0px;
        border-radius: 0.75rem;
        align-items: center;
        display: flex;
        max-width: 410px;
        height: 190px;
        width: 100%;
    }

    #features-section .features-icon img {
        width: 45px;
        margin: 30px 8px 30px 30px;
    }

    #features-section .features-title {
        margin: 20px 20px 20px 20px;
    }

        #features-section .features-title span {
            align-content: center;
        }

@media (min-width: 1400px) {
    #features-section .features-title {
        max-width: 220px;
        margin: 30px 30px 30px 30px;
    }

    #citation-section-header-details .citation-section-firstsentence {
        max-width: 370px;
        font-size: 46px;
    }

    #citation-section-header-details .citation-section-secondsentence {
        max-width: 600px;
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    #features-section .features-title > h5 {
        font-size: 18px;
    }
    #citation-section-header-details .citation-section-firstsentence {
        max-width: 180px;
        font-size: 24px;
    }

    #citation-section-header-details .citation-section-secondsentence {
        max-width: 400px;
        font-size: 24px;
    }

    .citation-content {
        min-height: 300px;
    }

    #citation-section #citation-section-img-left > img {
        width: 100%;
        min-width: 200px;
        margin: 0px -25px -25px -25px;
        transform: translateY(-18%);
    }
}

@media (max-width: 575px) {
    #features-section .features-title > h5 {
        font-size: 20px;
    }
    #citation-section-header-details .citation-section-firstsentence {
        padding-top: 30px;
        max-width: 100%;
    }

    #citation-section-header-details .citation-section-secondsentence {
        max-width: 100%;
    }
}

/* Organizations */
#default-page #organizations-section {
    margin: 80px auto;
}

#default-page #organizations-section .image-carousel {
    width: 100%;
    max-width: 150px;
}

#default-page #organizations-section .organizations-col-dot {
    max-width: 60px;
}

#default-page #organizations-section .organizations-dot {
    border: 3px solid black;
    margin: 0 auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

#default-page #organizations-section .selected-organizations-dot {
    background: black;
}

/* Testimonials section */
#default-page #testimonials-section {
    background: #191919;
    color: white;
}

    #default-page #testimonials-section .testimony {
        color: black;
        width: 375px;
        margin-top: 140px;
        padding: 0px 30px 30px 30px;
    }

    #default-page #testimonials-section .testimony-profile {
        margin-top: 20px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    #default-page #testimonials-section .testimony-profile-picture {
        max-height: 180px;
    }

    #default-page #testimonials-section .testimony-name {
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 16px;
        line-height: 24px;
    }

    #default-page #testimonials-section .testimony-team {
        font-size: 20px;
        line-height: 24px;
    }

    #default-page #testimonials-section .testimony-location {
        font-size: 20px;
        line-height: 24px;
    }

    #default-page #testimonials-section .testimony-text {
        border-top: 1px solid black;
        padding-top: 16px;
        margin-top: 16px;
        font-size: 18px;
    }

    #default-page #testimonials-section #what-people-say {
        width: 300px;
        display: inline-block;
    }

    #default-page #testimonials-section #testimony-title-container {
        max-width: 230px;
    }

    #default-page #testimonials-section .testimony-left-arrow {
        width: 70px;
        transform: rotate(180deg);
        cursor: pointer;
    }

    #default-page #testimonials-section .testimony-right-arrow {
        width: 70px;
        cursor: pointer;
    }

/* How it works */
/* Blue Header Section */
#how-it-works-page .blue-header-background {
    height: 730px;
    background-image: linear-gradient(#1841ab, #0f2b75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
/* Header section */
#how-it-works-page #how-it-works-page-header {
    margin-top: 80px;
}

    #how-it-works-page #how-it-works-page-header #how-it-works-page-header-img-left {
        width: 44%;
    }

        #how-it-works-page #how-it-works-page-header #how-it-works-page-header-img-left > img {
            width: 100%;
            margin: -60px 20px -60px 20px;
        }

    #how-it-works-page #how-it-works-page-header #how-it-works-page-header-img-bottom > img {
        max-width: 500px;
        margin: 0px -25px 0px -25px;
    }

    #how-it-works-page #how-it-works-page-header #how-it-works-page-header-details {
        padding: 0px 16px;
        width: 56%;
        max-width: 730px;
    }

    #how-it-works-page #how-it-works-page-header #header-blue-arrow-down-container {
        margin-top: 60px;
        margin-bottom: -5px;
    }

    #how-it-works-page #how-it-works-page-header #header-blue-arrow-down {
        width: 70px;
        transform: rotate(90deg);
    }

    #how-it-works-page #how-it-works-page-header #header-blue-arrow-down-container-mobile {
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    #how-it-works-page #how-it-works-page-header #header-blue-arrow-down-mobile {
        width: 70px;
        transform: rotate(90deg);
    }

@media (max-width: 575.98px) {
    #how-it-works-page #how-it-works-page-header {
        margin-top: 50px;
    }
}

@media (max-width: 991.98px) {
    #how-it-works-page #how-it-works-page-header #how-it-works-page-header-details {
        padding: unset;
        width: 100%;
        max-width: unset;
    }
}

/* Who is this for */
#how-it-works-page #who-is-this-for img {
    width: 90%;
    max-width: 250px;
    min-width: 150px;
}

#how-it-works-page #who-is-this-for .title {
    font-weight: bold;
    font-size: 24px;
}

#how-it-works-page #who-is-this-for .detail {
    font-size: 20px;
}

@media (max-width: 991.99px) {
    #how-it-works-page #who-is-this-for img {
        width: 80%;
        max-width: 175px;
        min-width: 100px;
    }
}

/* Features */
#features {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #features > h2 {
        margin-bottom: 50px;
    }

    #features .timeline {
        position: relative;
    }

        #features .timeline::after {
            content: " ";
            width: 3px;
            background-color: #1841ab;
            height: 75%;
            top: 0;
            left: 50%;
            position: absolute;
        }

        #features .timeline:first-child::after {
            height: 50%;
            bottom: 0;
            top: unset;
        }

        #features .timeline.left:first-child::after {
            height: 75%;
        }

        #features .timeline:last-child::after {
            height: 50%;
            top: 0;
        }

    #features .timeline-container {
        width: 50%;
        position: relative;
        padding: 40px;
    }

    #features .timeline:first-child .timeline-container {
        padding-top: 0;
    }

    #features .timeline-container::after {
        content: '';
        position: absolute;
        width: 26px;
        height: 26px;
        right: 0;
        background-color: #1841ab;
        top: 50%;
        border-radius: 50%;
        z-index: 1;
        transform: translate(50%, -50%);
    }

    #features .timeline-container.right {
        left: 50%;
        padding-left: 80px;
        padding-right: 0;
    }

    #features .timeline-container.left {
        padding-right: 80px;
        padding-left: 0;
    }

        #features .timeline-container.left::after {
            top: 25%;
        }

    #features .timeline-container.right::after {
        left: 0;
        transform: translate(-50%,-50%);
    }

    #features .timeline-container.right .timeline-content::before {
        left: 0;
        right: unset;
    }

    #features .timeline:not(:first-child) {
        margin-top: -200px;
    }

    #features .timeline-content {
        padding: 50px 60px 30px 60px;
        position: unset
    }

        #features .timeline-content::before {
            content: ' ';
            width: 80px;
            height: 3px;
            right: 0;
            position: absolute;
            top: 50%;
            background-color: #1841ab;
            transform: translateY(-50%);
        }

    #features .timeline-container.left .timeline-content::before {
        top: 25%
    }

    #features .timeline-content img {
        width: 95px;
        margin-right: 50px;
    }

    #features .timeline-content .title {
        font-size: 38px;
    }

    #features .timeline-content .subtitle {
        font-size: 20px;
        font-weight: bold;
    }

    #features .timeline-content ul.items {
        padding-left: 20px;
    }

        #features .timeline-content ul.items li {
            font-size: 18px;
            color: #82b7e8;
            margin-bottom: 10px;
        }

    #features .timeline-content ul.items {
        list-style: none;
    }

        #features .timeline-content ul.items li::before {
            content: "\2022";
            font-size: 19px;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

    #features .timeline-content .header {
        margin-bottom: 55px;
    }

@media (max-width: 1399.98px) {
    #features .timeline-content::before {
        width: 30px;
    }

    #features .timeline-container.right {
        padding-left: 30px;
    }

    #features .timeline-container.left {
        padding-right: 30px;
    }
}

@media (max-width: 1199.98px) {
    #features .timeline-content img {
        width: 60px;
        margin-right: 30px;
    }

    #features .timeline-content .title {
        font-size: 30px;
    }

    #features .timeline-content .subtitle {
        font-size: 18px;
    }

    #features .timeline-content ul.items li {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    #features .timeline-container {
        margin-top: 0;
        width: 100%;
        position: unset;
        padding: 0;
    }

        #features .timeline-container.left {
            padding-right: 0;
        }

        #features .timeline-container.right {
            padding-left: 0;
        }

    #features .timeline:not(:first-child) {
        margin-top: 20px !important;
    }

    #features .timeline::after {
        display: none;
    }

    #features .timeline-container::after {
        display: none;
    }

    #features .timeline-content::before {
        display: none;
    }
}

@media (max-width: 575.98px) {
    #features .timeline-content img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    #features .timeline-content {
        padding: 30px 30px 10px 30px
    }

        #features .timeline-content .header {
            margin-bottom: 35px;
        }
}

/* Why us */
#how-it-works-page #why-us-section {
    background: #191919;
    position: relative;
}

#how-it-works-page #why-us-section .whyus-image {
    width: 600px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#how-it-works-page #why-us-section .whitecheck {
    width: 65px;
    padding-right: 12px;
}

#how-it-works-page #why-us-section .advantage {
    padding-top: 30px;
    padding-bottom: 30px;
}

#how-it-works-page #why-us-section .advantage-block {
    padding-top: 60px;
    padding-bottom: 60px;
}

#how-it-works-page #why-us-section #why-us-div {
    width: 25%;
    height: 90px;
    background-color: white;
    border-radius: 0.30rem;
    position: absolute;
    top: 100px;
    left: 80px;
}

#whyus-sentence {
    padding-top: 20px;
}

#preview-image {
    width: 100%;
}

@media (max-width: 767.98px) {
    #how-it-works-page #why-us-section #why-us-div {
        width: 25%;
        height: 90px;
        background-color: #191919;
        border-radius: unset;
        position: unset;
        top: 140px;
        left: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    #how-it-works-page #why-us-section .first-column-advantages {
        padding-left: 112px;
    }
}

@media (min-width: 1500px) {
    #how-it-works-page #why-us-section .first-column-advantages {
        padding-left: 3rem;
    }
}

/* Plans */
/* Plans header background */
#plans-page #plans-page-header-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 820px;
    z-index: -1;
    background: white;
    transform: skewY(6deg);
    transform-origin: top right;
}

/* Plans header */
#plans-page #plans-page-header {
    margin-top: 80px;
}

    #plans-page #plans-page-header #plans-page-header-row #plans-page-header-description {
        margin-bottom: 50px;
    }

    #plans-page #plans-page-header #plans-page-header-row #plans-page-header-image-col > img {
        margin-bottom: -80px;
    }

    #plans-page #plans-page-header #plans-page-header-row #plans-page-header-image-col-mobile {
        text-align: center;
    }

        #plans-page #plans-page-header #plans-page-header-row #plans-page-header-image-col-mobile > img {
            max-width: 450px;
            width: 100%;
        }

    #plans-page #plans-page-header #plans-page-header-row .plans-page-blue-arrow > img {
        width: 70px;
        transform: rotate(90deg);
    }

@media (max-width: 575.98px) {
    #plans-page #plans-page-header {
        margin-top: 30px;
    }
}
/* Plans table */
#plans-page #plans-page-pricing {
    margin-top: 50px;
}

    #plans-page #plans-page-pricing .plans-page-pricing-title {
        margin-bottom: 0px;
    }

    #plans-page #plans-page-pricing .plan-always-free {
        font-size: 45px;
        padding: 0px;
        font-weight: bold;
    }

    #plans-page #plans-page-pricing .plan-price-section-container {
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #plans-page #plans-page-pricing .plan-feature {
        display: flex;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 18px;
    }

    #plans-page #plans-page-pricing .plan-feature-container {
        margin-top: 25px;
    }

    #plans-page #plans-page-pricing .plan-feature-checkbox-container {
        width: 20%;
    }

        #plans-page #plans-page-pricing .plan-feature-checkbox-container > img {
            width: 30px;
        }

    #plans-page #plans-page-pricing .plan-feature-text-container {
        width: 80%;
        text-align: left;
    }

    #plans-page #plans-page-pricing .plan-feature-td-spacer {
        width: 25%;
    }

    #plans-page #plans-page-pricing .plan-description {
        font-size: 20px;
        height: 90px;
    }

    #plans-page #plans-page-pricing .plan-price-section {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    #plans-page #plans-page-pricing .plan-price-dollar {
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 9px;
    }

    #plans-page #plans-page-pricing .plan-price-number {
        font-size: 45px;
        font-weight: bold;
        padding-left: 8px;
    }

    #plans-page #plans-page-pricing .plan-price-dot {
        font-size: 45px;
        font-weight: bold;
        margin-bottom: -7px;
    }

    #plans-page #plans-page-pricing .plan-price-cent {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 14px;
    }

    #plans-page #plans-page-pricing .plan-price-month {
        font-weight: bold;
        font-size: 18px;
    }

    #plans-page #plans-page-pricing .plan-select-container {
        margin-top: 40px;
        margin-bottom: 25px;
    }

    #plans-page #plans-page-pricing #most-popular-plan {
        font-size: 26px;
    }

    #plans-page #plans-page-pricing .plan-name {
        font-weight: bold;
        margin-top: 24px;
        margin-bottom: 8px;
        font-size: 40px;
    }

    #plans-page #plans-page-pricing .plan-name-other-section {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 40px;
    }

    #plans-page #plans-page-pricing .pricing-table-section {
        padding-bottom: 12px;
        border-bottom: 1px solid white;
    }

    #plans-page #plans-page-pricing .pricing-table-section-black {
        padding-bottom: 12px;
        border-bottom: 1px solid black;
    }

    #plans-page #plans-page-pricing .pricing-most-popular-section {
        color: white;
        background-image: linear-gradient(#1841ab, #0f2b75);
        max-width: 600px;
    }

    #plans-page #plans-page-pricing .pricing-other-section {
        color: black;
        background: white;
        margin-top: 77px;
        max-width: 600px;
    }

@media (max-width: 991.98px) {
    #plans-page #plans-page-pricing .plan-price-section-container {
        height: unset;
    }

    #plans-page #plans-page-pricing .plan-feature-checkbox-container {
        padding-left: unset;
        padding-right: 15px;
    }

    #plans-page #plans-page-pricing .plan-feature-text-container {
        width: 75%;
    }

    #plans-page #plans-page-pricing .plan-description {
        height: unset;
    }

    #plans-page #plans-page-pricing .plan-select-container {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    #plans-page #plans-page-pricing .plan-always-free {
        font-size: 34px;
        margin-top: 12px;
    }

    #plans-page #plans-page-pricing .pricing-most-popular-section {
        margin: 16px auto;
    }

    #plans-page #plans-page-pricing .pricing-other-section {
        margin: 16px auto;
    }
}

@media (max-width: 1199.98px) {
    #plans-page #plans-page-pricing .plans-page-pricing-title {
        margin-bottom: 0px;
    }

    #plans-page #plans-page-pricing .plan-description {
        font-size: 18px;
    }

    #plans-page #plans-page-pricing .plan-always-free {
        font-size: 34px;
        margin-top: 12px;
    }
}

/* Got a question */
#plans-page #plan-question {
    margin-top: -70px;
}

    #plans-page #plan-question #plan-question-image-mobile {
        max-width: 400px;
        margin-top: 20px;
    }

@media (max-width: 991.98px) {
    #plans-page #plan-question {
        margin-top: 30px;
    }
}

/* FAQ */
#faq-page .blue-footer-background {
    top: 450px;
    background-image: linear-gradient(#1841ab, #0f2b75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* FAQ Questions */

#faq-page-questions > h2 {
    margin: 80px 0 50px 0;
}

#faq-page-questions .questions {
    padding: 80px;
}

    #faq-page-questions .questions > div {
        width: 50%;
    }

        #faq-page-questions .questions > div:first-child {
            margin-right: 80px;
        }

    #faq-page-questions .questions .title {
        margin-bottom: 80px;
        font-size: 30px;
    }

#faq-page-questions .question-container:not(:last-child) {
    margin-bottom: 50px;
}

#faq-page-questions .questions .question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    cursor: pointer;
}

#faq-page-questions .questions .answer {
    font-size: 16px;
    margin-right: 50px;
}

#faq-page-questions .question .icon {
    font-size: 30px;
    margin-left: 20px;
}

#faq-page-questions .hero-image {
    max-width: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#faq-page-questions .hero-image-sm {
    max-width: 500px;
    margin-top: 30px;
    width: 100%;
}

#faq-page-questions .question.collapsed .fa-minus-circle {
    display: none;
}

#faq-page-questions .question.collapsed .fa-plus-circle {
    display: block;
}

#faq-page-questions .question:not(.collapsed) .fa-plus-circle {
    display: none;
}

#faq-page-questions .question:not(.collapsed) .fa-minus-circle {
    display: block;
}

#faq-page-questions .image-padding {
    margin-top: 200px;
}

@media (max-width: 991.98px) {
    #faq-page-questions .questions > div {
        width: unset;
    }

        #faq-page-questions .questions > div:first-child {
            margin-right: 0;
        }
}

@media (max-width: 575.98px) {
    #faq-page-questions .questions {
        padding: 30px;
    }

        #faq-page-questions .questions .title {
            font-size: 22px;
            margin-bottom: 50px;
        }

        #faq-page-questions .questions .question {
            font-size: 18px;
        }

    #faq-page-questions .question-container:not(:last-child) {
        margin-bottom: 40px;
    }

    #faq-page-questions .question .icon {
        font-size: 24px;
        margin-left: 15px;
    }

    #faq-page-questions .questions .answer {
        margin-right: 39px;
    }
}

/* FAQ end section */
#faq-end-section {
    padding-top: 120px;
    padding-bottom: 100px;
}

    #faq-end-section .text {
        max-width: 550px;
        color: white;
        font-size: 46px;
        font-weight: bold;
        margin-right: 50px;
        flex: 1;
    }

    #faq-end-section button {
        background-color: #f3f3f3;
        font-size: 22px;
        margin-bottom: 15px;
    }

@media (max-width: 1620px) {
    #faq-end-section .text {
        padding: 0 30px;
    }
}

@media (max-width: 991.98px) {
    #faq-end-section .text {
        font-size: 36px;
        max-width: 450px;
    }
}

@media (max-width: 767.98px) {
    #faq-end-section .text {
        margin: 0;
        max-width: none;
    }

    #faq-end-section button {
        margin: 40px 30px;
    }
}

@media (max-width: 500px) {
    #faq-end-section .text {
        font-size: 28px;
    }
}

/* About us page */
/* Header */
#about-page .blue-header-background {
    height: 730px;
    background-image: linear-gradient(#1841ab, #0f2b75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

#about-page #how-it-works-page-header #who-we-are {
    color: white;
    margin-top: 70px;
    margin-bottom: 40px;
}

#about-page #how-it-works-page-header #first-image-about {
    width: 100%;
    border-radius: 16px;
}

#about-page #how-it-works-page-header .who-we-are-header-section-title {
    margin-bottom: 16px;
}

#about-page #how-it-works-page-header .who-we-are-header-mission {
    max-width: 600px;
    padding-left: 8%;
}

#about-page #how-it-works-page-header .who-we-are-header-vision {
    max-width: 600px;
    padding-left: 8%;
    margin-top: 50px;
}

#about-page #how-it-works-page-header .who-we-are-header-values {
    max-width: 600px;
    margin-top: 75px;
}

    #about-page #how-it-works-page-header .who-we-are-header-values li {
        font-size: 21px;
    }

@media (max-width: 991.98px) {
    #about-page #how-it-works-page-header .who-we-are-header-mission {
        max-width: unset;
        padding-left: unset;
        text-align: center;
        margin-top: 50px;
    }

    #about-page #how-it-works-page-header .who-we-are-header-vision {
        max-width: unset;
        padding-left: unset;
        text-align: center;
        margin-top: 50px;
    }

    #about-page #how-it-works-page-header .who-we-are-header-values {
        margin-top: 50px;
        max-width: unset;
    }

    #about-page #how-it-works-page-header .who-we-are-header-section-title {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    #about-page #how-it-works-page-header #who-we-are {
        margin-top: 50px;
    }
}

/* Team section */
#about-page #team-section img {
    width: 100%;
    max-width: 325px;
    border-radius: 10px;
}

/* Timeline */
#about-timeline > h3 {
    margin-top: 70px;
}

#about-timeline .timeline {
    width: 100%;
    position: relative;
}

    #about-timeline .timeline::after {
        content: ' ';
        width: 100%;
        height: 3px;
        background-color: #1841ab;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

#about-timeline .timeline-container {
    height: 50%;
    position: absolute;
}

    #about-timeline .timeline-container.bottom {
        bottom: 0;
    }

    #about-timeline .timeline-container.top {
        display: flex;
        align-items: flex-end;
        top: 0;
    }

    #about-timeline .timeline-container::after {
        content: '';
        position: absolute;
        width: 26px;
        height: 26px;
        background-color: #1841ab;
        border-radius: 50%;
        z-index: 1;
    }

    #about-timeline .timeline-container.top::after {
        bottom: 0;
        transform: translateY(50%);
    }

    #about-timeline .timeline-container.bottom::after {
        top: 0;
        transform: translateY(-50%);
    }

#about-timeline .timeline-content {
    padding: 20px 0;
    width: 180px;
}

#about-timeline .timeline-container.top .timeline-content {
    margin-bottom: 80px;
}

#about-timeline .timeline-container.bottom .timeline-content {
    margin-top: 80px;
}

#about-timeline .timeline-content::after {
    content: ' ';
    height: 80px;
    width: 3px;
    background-color: #1841ab;
    z-index: 1;
    position: absolute;
    left: 13px;
    transform: translateX(-50%);
}

#about-timeline .timeline-container.top .timeline-content::after {
    bottom: 0;
}

#about-timeline .timeline-container.bottom .timeline-content::after {
    top: 0;
}

#about-timeline .timeline-content .year {
    font-size: 20px;
    font-weight: bold;
}

#about-timeline .timeline-content .description {
    font-size: 16px;
    max-width: 180px;
    display: inline-block;
    width: 100%;
}

#about-timeline .timeline-container.top .timeline-content .description {
    margin-left: 20px;
}

#about-timeline .timeline-container.bottom .timeline-content .description {
    margin-top: 10px;
}


#about-timeline .timeline-container.bottom .timeline-content .description {
    display: block;
}


@media (min-width: 926px) {
    #about-timeline {
        padding-bottom: 75px;
    }

    #about-timeline .timeline {
        height: 400px !important;
    }

    #about-timeline .timeline-container {
        top: auto !important;
    }

    #about-timeline .timeline-content .description {
        position: absolute;
    }

    #about-timeline .timeline-container.bottom:last-child .timeline-content.align-left {
        width: auto;
    }

        #about-timeline .timeline-container.bottom:last-child .timeline-content.align-left > div {
            display: flex;
            align-items: flex-end;
            flex-direction: column;
            position: absolute;
            width: 180px;
            right: 100%;
            transform: translateX(55px);
        }

            #about-timeline .timeline-container.bottom:last-child .timeline-content.align-left > div .description {
                position: unset;
                text-align: right;
            }
}

@media (max-width: 925.98px) {
    #about-timeline > h3 {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    #about-timeline .timeline {
        height: unset;
        padding: 0 40px;
    }

        #about-timeline .timeline::after {
            width: 3px;
            height: 100%;
            top: 0;
            left: 40px;
            transform: none;
        }

    #about-timeline .timeline-container {
        left: auto !important;
        height: auto;
    }

    #about-timeline .timeline-content::after {
        width: 40px;
        height: 3px;
        left: 0;
        transform: translateY(-50%);
    }

    #about-timeline .timeline-container.bottom::after {
        transform: translate(-50%, -50%);
    }

    #about-timeline .timeline-container.top::after {
        transform: translate(-50%, -50%);
        top: 0;
    }

    #about-timeline .timeline-content {
        width: auto;
        margin-top: -15px !important;
        margin-left: 40px;
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    #about-timeline .timeline-container .timeline-content > div {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    #about-timeline .timeline-content .description {
        width: 100%;
        margin-top: 0 !important;
        margin-left: 10px;
        padding: 0 20px;
        display: inline-block;
        max-width: none;
    }

    #about-timeline .timeline-container.top .timeline-content .description {
        margin-left: 10px;
    }

    #about-timeline .timeline-container.top .timeline-content::after {
        top: 0;
        bottom: auto;
    }
}


@media (max-width: 575.98px) {
    #about-timeline .timeline {
        padding: 0 20px;
    }

        #about-timeline .timeline::after {
            left: 20px;
        }
}

@media (max-width: 400px) {
    #about-timeline .timeline-content::after {
        width: 25px;
    }

    #about-timeline .timeline-content {
        margin-left: 25px;
        padding: 0 10px;
    }

        #about-timeline .timeline-content .description {
            padding: 0 10px;
        }
}

#about-page #photos-section .image {
    height: 300px;
    background-size: cover;
    background-position: center;
}

#about-page #photos-section .image-center {
    height: 608px;
    background-size: cover;
    background-position: center;
}

/* Be part of the team */
#part-team {
    position: relative;
    overflow: hidden;
}

    #part-team .skewed-black-background {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transform: skewY(-6deg);
        transform-origin: bottom right;
        background: #191919;
    }

    #part-team .part-team-row {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    #part-team .part-team-mobile {
        position: relative;
        z-index: 2;
    }

    #part-team .part-team-image-container {
        flex: 0 0 66%;
        max-width: 66%;
        margin: -65px 0px -60px -16%;
    }

    #part-team .part-team-image-container-mobile {
        text-align: center;
    }

        #part-team .part-team-image-container-mobile > img {
            max-width: 400px;
        }

    #part-team .part-team-description {
        flex: 0 0 50%;
        max-width: 450px;
        margin-bottom: -30px;
        margin-left: 60px;
    }

    #part-team .part-team-description-mobile {
        text-align: center;
        margin-top: 100px;
    }

@media (max-width: 1199.98px) {
    #part-team .part-team-description {
        margin-left: 0px;
    }
}


/* Contact Us Page */
/* Form Section */
#contact-form {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 40px;
}

    #contact-form input {
        width: 300px;
        margin: 15px;
        margin-bottom: 0;
    }

    #contact-form textarea {
        height: 200px;
        width: 400px;
        margin: 15px;
        margin-bottom: 0;
    }

    #contact-form button {
        margin-right: 15px;
    }

    #contact-form .contact-info {
        margin: 16px 24px 0 24px;
    }

    #contact-form .contact-info-form {
        display: flex;
    }

    #contact-form .contact-form {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        margin-left: 24px;
    }

    #contact-form .contact-form-inputs {
        display: flex;
        align-items: flex-end;
    }

    #contact-form .contact-confirmation {
        font-size: 20px;
        margin-top: 50px;
        padding: 0 20px;
        max-width: 490px;
    }

    #contact-form .error-placeholder {
        margin-left: 15px;
        max-width: 300px;
    }

@media (max-width: 1400px) {

    #contact-form input {
        width: 200px;
    }

    #contact-form textarea {
        height: 200px;
        width: 300px;
    }

    #contact-form .error-placeholder {
        margin-left: 15px;
        max-width: 200px;
    }
}

@media (max-width: 1200px) {

    #contact-form {
        display: block;
    }

        #contact-form .contact-info {
            margin-left: 0;
            flex: 1;
        }
}

@media (max-width: 967.98px) {
    #contact-form .contact-info-form {
        display: block;
    }

    #contact-form .contact-form {
        display: block;
        margin-left: 0;
    }

    #contact-form .contact-form-inputs {
        display: block;
    }

        #contact-form .contact-form-inputs input, #contact-form .contact-form-inputs textarea {
            margin: 15px 0;
            width: 100%;
            max-width: 400px;
            margin-bottom: 0;
        }

    #contact-form .contact-confirmation {        
        padding: 0;        
    }

    #contact-form .error-placeholder {
        margin-left: 0;
        max-width: 400px;
    }
}

/* Contact map */
#contact-map {
    overflow: hidden;
}

    #contact-map img {
        min-width: 1000px;
    }

