/*
 Theme Name:   LoginVSI Theme
 Description:  Skeleton Child Theme, child theme of NS Core Theme
 Author:       North Street Creative
 Author URI:   https://northstreetcreative.com/
 Template:     ns-core-theme
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, right-sidebar, accessibility-ready
 Text Domain:  proxy-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@500;700&family=Manrope:wght@500&display=swap');

html {
    scroll-behavior: smooth;
}
.navigated-true{
    scroll-margin-top: 80px;
    overflow: hidden;
}

#form{
	scroll-margin-top: 100px;
}

.ns-animate.active{
    animation: fadeIn;
    animation-duration: 2s;
}

body{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    overflow-x:hidden;
    font-size:17px;
    line-height: 34px;
}

h1{
    font-size:56px;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    line-height: 64px;
    margin: 10px 0px;
}
h2{
    font-size:42px;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    line-height: 54px;
}
h3{
    font-size:34px;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    line-height: 41px;
}
h4{
    font-size:30px;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    line-height: 36px;
}
h5{
    font-size:26px;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    line-height: 46px;
    margin: 25px 0px;
}
h6{
    font-size:24px;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    line-height: 34px;
}
main{
    padding: 0 15px;
}
main p{
    font-size:17px;
}
.container{
    max-width: 1164px;
    padding:0 30px;
    margin: 0 auto;
}
.container-fluid{
    width:100%;
    margin:0 auto;
}
.page-header, .skip-link{
    display: none;
}
.alignfull{
    margin: 0px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
header{
    background:#fff;
    height: 95px;
    border-bottom: 1px solid #DFDFDF;
}
header.nav-fixed{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.admin-bar header.nav-fixed{
    top:30px;
}
header .full{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navnbar-fluid{
    width: 100%;
    position: relative;
    display: flex;
    padding: 0 !important;
}
.logo-header{
    width: 190px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.primary-menu{
    width:84%;
}
.quick-links-header{
    display: flex;
    width: 20%;
    justify-content: end;
    align-items: center;
    margin-right: -60px;
    cursor: pointer;
}
.quick-links-header .demo{
    margin-right: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
    border-bottom: 3px solid #2D30C6;

} 

#mega-menu-wrap-primary #mega-menu-primary img{
    border-radius:6px;
}
#hero-search{
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    position: relative;
}

#hero-search .container-search{
    padding: 32px 0px;
}
#hero-search .search-row{
    display: flex;
    align-items: flex-end;
    justify-content: end;
}
#hero-search .search-bar{
    width: 85%;
}
#hero-search .search-icons{
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 12px;
}
#hero-search .search-bar input{
    width: 100%;
    line-height: unset;
    border: none;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 25px;
    color: #0C2339;
    font-size: 16px;
}
#hero-search .search-icons .btn-blue{
    padding: 5px 30px;
    background: transparent;
    border: 2px solid #2D30C6;
    font-size: 16px;
    color: #2D30C6;
    font-family: 'Manrope', sans-serif;
}
#hero-search .search-icons .btn-blue:hover{
    background: #E7E7E7;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
}
#hero-search .search-icons .btn-cancel{
    background: transparent;
    border: none;
    font-size: 16px;
    color: #0C2339;
    font-family: 'Manrope', sans-serif;
}
#hero-search .screen-reader-text{
    position: relative;
}
#hero-search .screen-reader-text::before{
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(img/search-icon.svg);
    width: 18px;
    height: 18px;
    margin-top: -150px;
    left: 42%;
}
.btn-header{
    background: #2D30C6;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    padding: 12px 20px;
    margin-top: 10px;
}
.btn-header:hover{
    background: #476CD3;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border: 0;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0px;
    margin: 20px calc(50% - 49vw) 0;
    width: 100vw;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    padding: 64px 140px 64px 140px;
    display: flex;
  }
  #mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: left;
    padding: 35px 20px 35px 20px;
    justify-content: end;
    display: flex;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    min-height:86px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after{
    content: url(img/arrow-right-menu.svg);
    width: 7px;
    height: 12px;
    margin-left: 10px;
   
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::after{
    content: url(img/arrow-right-menu.svg);
    width: 7px;
    height: 12px;
    margin-left: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{
    text-decoration:underline;
}

@media only screen and (min-width: 769px){
    #mega-menu-wrap-primary {
        background: transparent !important;
    }
}

/*Home*/
#home-images-line{
    position:relative;
}
#home-images-line .home-image-1::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 363px;
    background:linear-gradient(180deg, rgba(227,96,31,0.8646052170868348) 0%, rgba(242,167,22,1) 35%);
    width: 6px;
    height: 300px;
    margin-top: -172px;
}
#home-images-line .home-image-2::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: -29%;
    background-image: url(img/path-blue.svg);
    width: 655px;
    height: 293px;
    margin-top: -150px;
    left: 39%;
}
#home-images-line .home-image-3::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: -36%;
    background-image: url(img/path-orange.svg);
    width: 655px;
    height: 293px;
    margin-top: -150px;
    right: 55%;
    margin-right: -100px;
}
.logos-section-home{
    padding-bottom: 151px;
}

/*Footer*/
footer{
    background-color:#181B1E;
    padding: 40px;
}
#footer-menus {
    display: flex;
}
#footer-menus .footer-navigation{
    margin-top:37px;
    width: 60%;
}
#footer-menus h3{
    color:#fff;
    font-size: 25px;
}
#footer-menus .footer-subscribe-form{
    width: 40%;
    position: relative;
}
#footer-menus .footer-navigation>ul {
    display: flex;
    column-gap: 80px;
    margin-left: 60px;
    align-items: flex-start;
    justify-content: end;
}
#footer-menus .footer-navigation ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    margin-bottom: 20px;
}
#footer-menus .footer-navigation ul li a:hover {
    text-decoration: underline;
}
#footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 100px;
}
#footer-links p {
    flex: 60;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color:#ffffff;
}
#footer-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex: 40;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 15px;
}
#footer-menus .hbspt-form {
    background: none; 
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.1);
    margin: 0;
    width: auto;
    max-width: auto;
    padding: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: 0px solid #F28705;
}
#footer-menus .hbspt-form label span{
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    font-family: 'Figtree', sans-serif !important;
}
#footer-menus .hbspt-form .hs-button{
    background: transparent;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 2px 20px!important;
    font-size: 14px;
    position: absolute;
    right: 55px;
    bottom: 36px;
    height: 44px;
}
#footer-menus .hbspt-form .inputs-list{
    display: none;
}
#footer-menus .hbsp-form .hs-field-desc{
    display: none !important;
}
#footer-menus #email-f5ba9a96-5cbc-4c88-a8a1-053a956f1190{
    padding: 6px 12px;
    width: 58% !important;
    height: 44px !important;
}

.hide-cta{
    display: none;
}
.gform_title{
    display: none;
}
.ginput_container_email{
    position: relative;
    width:110%;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-start;
    margin-left: 35px;
}
#gform_submit_button_1{
    background:transparent;
    color:#ffffff;
    border:1px solid #fff;
    padding: 2px 20px!important;
    font-size: 14px;
}

/*CUSTOM LOGIN ENTERPRISE MESSAGE*/
.custom-login-enterprise-message{
    background:#2D30C6;
    margin-bottom:0;
    padding:40px 0;
}

    .custom-login-enterprise-message *:not(.container){
        color:#ffffff;
        margin:0;
    }

    .custom-login-enterprise-message .container .wp-block-group__inner-container{
        display:flex;
        flex-wrap: nowrap;
        column-gap:40px;
    }

        .custom-login-enterprise-message h4{
            width:80%;
            font-size:24px;
            line-height:32px;
        }

        .custom-login-enterprise-message p{
            width:20%;
        }

        .custom-login-enterprise-message a{
            background: #fff;
            font-family: 'Manrope', sans-serif;
            font-size: 16px;
            color: #2D30C6 !important;
            letter-spacing: 0;
            text-decoration: none;
            padding: 12px 20px;
            margin-top: 10px;
            display: inline-block;
        }

        .custom-login-enterprise-message a:hover {
            background: #E7E7E7;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
        }

        @media only screen and (max-width: 768px) {
            .custom-login-enterprise-message{
                margin-top:40px;
            }

            .custom-login-enterprise-message .container .wp-block-group__inner-container{
                display:block;
            }

            .custom-login-enterprise-message h4,
            .custom-login-enterprise-message p{
                width:100%;
            }

            .custom-login-enterprise-message h4{
                font-size:18px;
                line-height: 22px;
            }

            .custom-login-enterprise-message h4{
                margin-bottom:20px !important;
            }
        }

/*404 Styles Page*/
.custom-404{
    height:calc(100vh - 96px);
    min-height:400px;
    background-image: url('img/bg-art-404.svg');
    background-size: 40em;
    background-position:right center;
    background-repeat: no-repeat;
    display:flex;
    align-items:center;
    align-content:flex-start;
    justify-content:center;
}

.custom-404 .wp-block-group__inner-container{
    width:100%;
}

.custom-404 .additional-message{
    float:left;
    width:100%;
    margin-top:2%;
}

.custom-404 a:not([href^="mailto:"]){
    background: #2D30C6;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    padding:12px 20px;
    margin-top:10px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.custom-404 a:hover{
    background: #476CD3;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
}

@media only screen and (max-width: 768px) {
    .custom-404{
        background:unset;
    }
}

.error404 .not_found_page{
    height:calc(100vh - 96px);
}

.error404 .cta-section{
    margin-top:0 !important;
}

.error404 .not_found_page .container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: 100%;
    margin-left: 140px;
}


.error404 .not_found_page{
    background-image: url('img/bg-art-404.svg');
    background-size: 50em;
    background-repeat: no-repeat;
    background-position: top right;
}

.error404 footer{
    display: none;
}
.error404 .container.not_found_page .hero_section_general{
    display: grid;
    grid-template-columns: 100%;
}

.error404 .not_found_page .container h1{
    margin-top: 162px;
    margin-bottom: 36px;
    max-width: 700px;
    color: #18181E;
}

@media only screen and (max-width: 1024px) {
    .error404 .not_found_page{
        height: 100vh;
        background-size: contain;
        background-position: top right -10em;
        margin: 0;
    }
    
}

@media only screen and (max-width: 768px) {
    .error404 .not_found_page{
        height: 100vh;
        background-size: cover;
        margin: 0;
    }
    .error404 .not_found_page .container{
        margin-left: 0;
        justify-content: flex-start;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 600px) {
   
    .error404 .not_found_page{
        background-size: auto;
        background-position: bottom -5em left -10em;
    }
    .error404 .not_found_page .container{
        margin-left: 0;
        justify-content: flex-start;
        padding: 0 40px;
    }
    .error404 .not_found_page .container h1{
        margin: 0;
        margin-bottom: 40px;
        margin-top: 60px;
    }
}

/* Hero Feature Image Styles*/
.title-lg{
    margin-top:75px;
}

.hero-featured-news .container-featured-news{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    /*padding-bottom: 40px;*/
    margin: 40px auto;
    column-gap:80px;
}

.hero-featured-news .container-featured-news > div{
    width:50%;
}

@media only screen and (max-width: 768px) {
    .hero-featured-news .container-featured-news{
        display:block;
    }

    .hero-featured-news .container-featured-news > div{
        width:100%;
    }
}

.single-post h9,
.article-new h9,
.single-company-news h9,
.hero-featured-news .container-featured-news .featured-text h9{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Figtree', sans-serif;

}
.article-new h9 span,
.hero-featured-news .container-featured-news .featured-text h9 span{
    margin-right: .5em;
}
.article-new h9 span:first-child::after,
.hero-featured-news .container-featured-news .featured-text h9 span:first-child::after{
    top: 10px;
    content: "\2027";
    color: #2D30C6;
    font-size: 3em;
    position: relative;
    left: 4px;
    z-index: 0;
}
.article-new .related-block h9 span:first-child::after{
    display:none;
}
.hero-featured-news .container-featured-news p{
    max-width: 500px;
    font-size: 17px;
    font-family: 'Manrope', sans-serif;
}
.hero-featured-news .container-featured-news h2{
    max-width: 530px;
    margin: 20px auto;
}
.hero-featured-news .container-featured-news h2 a{
    text-decoration: none;
    color: #18181E;
}

.hero-featured-news .container-featured-news .featured-image img{
    border-radius: 8px;
	width:100%;
}

.container-articles{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2%;
}

.container-articles article{
    height: 200px;
    width: 32%;
    cursor: pointer;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 28px 0 rgba(0,0,0,0.1);
    padding: 40px 25px;
}

.container-articles article a{
    text-decoration:none;
    text-decoration:none;
    color:inherit;
}

.container-articles article .title-card,
.container-articles article h2{
 font-size: 21px;
 text-decoration: none;
 color: #18181E;
 line-height: 26px;
 margin-top: 0px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 line-clamp: 3;
 -webkit-box-orient: vertical;
}

.container-articles article h2,
.container-articles article p{
    margin:0;
}

.numbers-pagination{
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25%;
    height: 44px;
    margin: 80px auto;
}
.numbers-pagination .page-numbers{
    color: #18181E;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.numbers-pagination .page-numbers.current{
    border: 1px solid;
    border-radius: 100%;
    height: 33px;
    width: 33px;
    text-decoration: none;
    background-color: #2D30C6;
    color: #FFFFFF;
    line-height: 31px;
}
.numbers-pagination a.next, 
.numbers-pagination a.prev {
    display: block;
    font-size: 0;
    height: 44px;
    width: 44px;
}

.numbers-pagination a.next {
    background-image: url('img/arrow-circle-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    right: -20px;
}
.numbers-pagination a.prev {
    background-image: url('img/arrow-circle-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    position: relative;
    left: -20px;
}

/*Archive Team page*/

.team-single-title{
    font-size: 45px;
    line-height: 54px;
}

.team-single-content p {
    font-size: 15px;
    font-family: 'Manrope', sans-serif;
    max-width: 580px;
}

.single-team-row{
    margin: 100px auto;
}
.single-team-container{
    max-width: 1161px;
    margin: auto;
}

.single-team-container .single-image{
    padding: 0;
    text-align: right;
}

.single-team-container .single-image figure img {
    max-width: 462px;
    box-shadow: 0 10px 28px 0 rgba(0,0,0,0.1);
    object-fit: cover;
    border-radius: 8px;
}
.single-image{
    position: relative;
}
.single-image::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    background-image: url(img/bg-art-form.png);
    width: 140px;
    height: 121px;
    margin-top: -150px;
}
.team-back img{
    margin-left: -15px;
    margin-right: 15px;
}
.team-back{
    position: relative;
}
.team-back a::before{
    content: "";
    position: absolute;
    top: 7px;
    background-image: url(img/arrow-btn-back.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: -10px;
}
.single-title.team-back{
    margin-top: .5em;
    margin-bottom: 20px;
}

.single-title.team-back a{
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 1em;
}
/*Single Page News*/

.container .single-wide{
    max-width: 740px;
    margin: auto;
}

.page-virtual-learning-store main ol,
.page-virtual-learning-store main ul,
.single-resource main ol,
.single-resource main ul,
.single-post main ol,
.single-post main ul{
    padding-inline-start:1em;
}


.page-virtual-learning-store main ul,
.single-resource main ul,
.single-post main ul{
    list-style-type: square;;
}

.page-virtual-learning-store main ol li,
.page-virtual-learning-store main ul li,
.single-resource main ol li,
.single-resource main ul li,
.single-post main ol li,
.single-post main ul li{
    padding-left:1em;
    margin-bottom: 15px;
}

.page-virtual-learning-store main ol li::marker,
.page-virtual-learning-store main ul li::marker,
.single-resource main ol li::marker,
.single-resource main ul li::marker,
.single-post main ol li::marker,
.single-post main ul li::marker{
    color: #2D30C6;
}

/*Quote Block WP*/

.wp-block-quote.is-style-default{
    border-left: 3px solid #2D30C6;
    padding-left: 2em;
    margin: 66px 0;
}

.wp-block-quote.is-style-default p {
    margin: 0 !important;
    font-size: 21px;
    max-width: 660px;
    line-height: 34px;
}

/*Recent News Single*/

.container-recent-articles{
    margin-bottom: 76px;
}

.resource-template-default .container-articles article,
.post-type-archive .container-articles article,
.tax-resource-type .container-articles article,
.blog .container-articles article{
    height: auto;
    overflow:hidden;
}

.resource-template-default .container-articles article figure,
.post-type-archive .container-articles article figure,
.tax-resource-type .container-articles article figure,
.blog .container-articles article figure{
    margin: -40px -25px 31px;
    height: 243px;
    overflow: hidden;
}

.resource-template-default .container-articles article figure img,
.post-type-archive .container-articles article figure img,
.tax-resource-type .container-articles article figure img,
.blog .container-articles article figure img{
    object-fit:cover;
    object-position: center center;
    width:100%;
    height:100%;
}

/*Our Authors Component*/

.our-authors-block{
    margin: 30px auto;
    background-image: url('img/bg-authors.svg');
    background-size: cover;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 70px;
    border-radius: 8px;
    height: 420px;
}

.container-our-authors{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.author-item a,
.author-item{
    text-align: center;
    color:#FFFFFF!important;
}

.author-item h7{
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
}


.author-item a{
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
}

.author-item figure img{
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    max-height: 127px;
}

.our-authors-block .title{
    flex: 100%;
    font-size: 30px;
    font-family: 'Figtree', sans-serif;
    text-align: center;
    margin: 0 auto 36px;
}

.author-item .icons-author{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 5px auto;
}

.author-item .icons-author img{
    cursor: pointer;
}

/*Single Resource Page*/

.container.container-resources-single{
    display: flex;
    column-gap: 85px;
    margin-top:75px;
}

.container.container-resources-single .single-wide {
    flex: 0 0 68%;
}

.container.container-resources-single .resources-sidebar {
    flex: 0 0 32%;
    padding-top: 7em;
}

.container.container-resources-single .active-form{
    margin: 0;
}
.single-content-table{
    margin-top: 45px;
    border-top: 3px;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
    border-color: #CDCDCD;
    border-style: solid;
    width: 100%;
}

.single-content-table .table-header{
    border-bottom: 1px solid #CDCDCD;
}
.single-content-table .table-header td{
    padding: 5px 0;
}

.single-content-table .table-header h8{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Figtree', sans-serif;
    line-height: 34px;
}

.single-content-table ul {
 list-style-type: disc;
 padding-inline-start: 2em;
}

.single-content-table ul li{
    padding-left:0
}

.single-content-table ul li a{
    text-decoration: none;
    color: #2D30C6;
    font-size: 21px;
    font-family: 'Figtree', sans-serif;
}

.container.container-related-resource{
    display: flex;
    align-items: center;
    box-shadow: 0 10px 28px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 0px !important;
}

.container.container-related-resource figure img{
    max-width: 200px;
    height: 205px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.container.container-related-resource .featured-text .title-text{
    max-width: 388px;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    margin-top: 10px;
}

.container.container-related-resource .featured-text {
    padding: 1em 36px;
}

.related-block .title-related {
    font-size: 26px;
    line-height: 32px;
    font-family: 'Figtree', sans-serif;
}
.single-row{
    display: flex;
    align-items: top;
    justify-content: center;
    width: 100%;
}
.single-content{
    width: 50%;
}
.single-image{
    width: 50%;
    padding: 50px;
}
.single-image img{
    width: 90%;
}
.single-title{
    margin-top: 80px;
}
.single-title a{
    color:#181B1E;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

/*Resource Form*/

main .resources-sidebar .ginput_container .gfield_checkbox > div{
    display: flex;
}

main .resources-sidebar .gform_footer button{
    width: 100%;
    position: absolute;
}

main .resources-sidebar .gform_wrapper.gravity-theme .gform_footer{
    position: relative;
    bottom: 15.5em;
}

.resources-sidebar .message-form-text{
    padding-top: 4.5em;
}

main .resources-sidebar .gform_wrapper{
    padding: 40px 28px 20px;
}

main .resources-sidebar .gform_wrapper .gform_title{
    margin-bottom: 10px;
}

main .resources-sidebar p.gform_description{
    margin-bottom: 20px;
    font-size: 16px!important;
    line-height: 27px;
}

.resources-sidebar .message-form-text p{
    margin-bottom: 14px;
}

.resources-sidebar .message-form-text p a{
    text-decoration: underline;
    color: #2D30C6;
}

/*HUBSPOT FORMS*/
.loginvsi-forms *{
    font-family: 'Manrope', sans-serif !important;
}

.loginvsi-forms{
    background:#FFFFFF;
    box-shadow: 0 10px 28px 0 rgba(0,0,0,0.1);
    margin:0 auto 100px;
    width:100%;
    max-width:600px;
    padding:50px;
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px;
    border-top:13px solid #F28705;
}

.loginvsi-forms h1,
.loginvsi-forms h2{
    font-size:26px;
    line-height:32px;
    margin:0 0 36px 0;
    font-family: 'Figtree', sans-serif !important;
}

.hbspt-form .form-columns-0 .hs-richtext span{
    font-family: 'Figtree', sans-serif !important;
    font-weight:700 !important;
}

.hbspt-form .hs-form-field{
    width:100% !important;
    float:none !important;
    margin-bottom:34px;
}

.legal-consent-container{
    margin-top:-32px;
}

    .hbspt-form .hs-form-field label span{
        font-size:16px;
        line-height: 22px;
        color:#575757;
    }

    .hbspt-form .hs-form-field .input{
        margin:0 !important;
    }

        .hbspt-form .hs-form-field .input input:not([type=checkbox]),
        .hbspt-form .hs-form-field .input select,
        .hbspt-form .hs-form-field .input textarea{
            background:#FAFAFA;
            border:1px solid #B2B2B2;
            border-radius:3px;
            height:44px;
            font-size:16px;
            line-height: 22px;
            padding:10px 16px;
            color:#575757;
            outline:none;
            width:100% !important;
        }

        .hbspt-form .hs-error-msgs{
            margin:0;
            padding:0;
        }

            .hbspt-form .hs-error-msgs li label{
                color:red;
                font-size:12px;
            }

    .hbspt-form .hbspt-form .actions{
        padding:0;
        margin:32px 0 0 0;
    }

    .hbspt-form .hs-richtext p{
        font-size:12px;
        line-height:24px;
    }

    .hbspt-form .inputs-list li label span{
        font-size:12px;
        line-height:12px;
        color:unset;
    }

    .hbspt-form .inputs-list li label input{
        height: auto !important;
        width:auto !important;
    }

    .hbspt-form .inputs-list{
        list-style-type:none;
    }

    .hbspt-form .hs-button{
        background:#2D30C6;
        height:60px;
        padding:18px 22px;
        font-weight: 700;
        font-size:16px;
        line-height:22px;
        margin-top:20px;
        outline:none;
        border:unset;
        color:#ffffff;
    }

        .hbspt-form .hs-button:hover{
            background:#000000;
        }


.inputs-list:first-child{
    padding:0;
}

.content-gravity-form .hbspt-form{
    padding:32px;
}

.loginvsi-forms::before{
    content: "";
    position: absolute;
    top: 50%;
    background-image: url(img/bg-art-form.png);
    width: 140px;
    height: 120px;
    background-repeat: no-repeat;
    right: -140px;
    transform: translateY(-50%);
}

/*GRAVITY FORMS*/
main .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap:34px;
}

main .gform_wrapper{
    width:100%;
    max-width:700px;
    margin:0 auto;
    background:#ffffff;
    border-top:13px solid #F28705;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    box-shadow: 0 10px 28px 0 rgba(0,0,0,0.1);
    padding:58px 50px;
    margin-top:100px;
    margin-bottom:100px;
    position:relative;
}

    main .gform_wrapper .gform_title{
        display:block;
        font-size:26px;
        line-height:32px;
        font-family: 'Figtree', sans-serif;
        font-weight: 700;
        margin-top:0;
    }

    main .ginput_container{
        width:100%;
    }

    main .ginput_container_address{
        margin:0 auto !important;
    }

        main .ginput_container_address .gform-grid-col{
            padding:0 !important;
            flex: 0 0 100% !important;
            margin-bottom:34px !important;
        }

        main .ginput_container_address .ginput_address_country{
            margin-bottom:0 !important;
        }

    main .gform_wrapper select,
    main .gform_wrapper input[type=text],
    main .gform_wrapper input[type=email]{
        border-radius:3px;
        background:#FAFAFA;
        border:1px solid #B2B2B2;
        height:44px;
        padding:0 18px !important;
        font-size:16px !important;
        width:100%;
        margin-bottom:34px;
        color:#575757;
        outline:none;
    }

    main .gform_wrapper select{
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        position:relative;
        overflow:hidden;
        background-image: url(img/down-arrow.svg);
        background-repeat:no-repeat;
        background-position:98% center;
    }

    main .gfield-choice-input{
        background:#FAFAFA;
        border:1px solid #B2B2B2;
        border-radius:3px;
        margin-right:12px;
        font-size:12px;
        line-height:24px;
        width:20px;
        height:20px;
    }

    main .gform_wrapper p,
    main .gform_wrapper .gchoice label{
        font-size:12px !important;
        line-height: 24px;;
        margin:0 0 32px;
    }

        main .gform_wrapper p a{
            text-decoration: none;
        }

    main .gform_footer{
        position:relative;
        right:unset;
        top:unset;
        padding:0 !important;
    }

        main .gform_footer button{
            background:#2D30C6;
            height:60px;
            color:#ffffff;
            outline:none;
            font-family: "Manrope", sans-serif;
            font-weight:700;
            font-size:16px;
            line-height:32px;
            width:auto;
            min-width:124px;
            border:unset;
            margin-bottom:0 !important;
        }

            main .gform_footer button:hover{
                background:#F28705;
            }


/* CTA FOOTER */

.cta-section{
    background-color:#2D30C6;
    width: 100%;
    position: relative;
    display: flex;
    border-radius: 8px;
    margin-bottom: 100px !important;
    box-shadow:0 12px 28px 0 rgba(0,0,0,0.2);
    margin-top: 50px;
    min-height: 320px;
    align-items: center;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
    padding-top:65px;
    padding-bottom:44px;
}
.cta-section-left{
    width: 60%;
}
.cta-section-right{
    width: 40%;
}
.cta-section--title{
    color:#fff;
    padding-left: 30px;
}

.cta-section--title h2{
    margin:0 0 35px;
}

.cta-section--image img{
    object-fit: cover;
    height: auto;
    object-position: 124px -101px;
}
.cta-section--button{
    padding-bottom: 20px;
}
.cta-section--button a{
    background: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #2D30C6;
    letter-spacing: 0;
    text-decoration: none;
    padding: 12px 20px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 30px;
}
.cta-section--button a:hover{
    background: #E7E7E7;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
}
/*Virtual Learning*/

.page-virtual-learning-store .list-training h2{
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.page-virtual-learning-store .list-training ul{
    max-width: 700px;
    margin: auto;
}

.mega-menu-item > a > span{
    transition:all 0.5s;
}

.mega-menu-item.mega-toggle-on > a > span{
    transform: rotate(-180deg);
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title:after{
    transition:all 0.5s;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:hover .mega-description-group .mega-menu-title:after{
    margin-left:15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop{
    display: none;
}
.search-mobile{
    display: none;
}

/*Author page*/

#author-page.container-articles article {
    height: auto !important;
    padding: 0;
}
#author-page.container-articles h2{
    padding: 0px 24px 46px 24px;
}
#author-page.container-articles img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#author-page.container-articles .cat-resource-type{
    padding: 31px 0px 0px 24px;
}
.author-section{
    display: flex;
    flex-wrap: wrap;
    padding: 79px 0px 59px 0px;
}
.author-data h4, .author-data h5, .author-data p{
    margin: 0;
}
.author-data h5{
    font-size: 18px;
    line-height: 25px;
}
.author-data h4{
    font-size: 45px;
    line-height: 54px;
}
.author-data p{
    font-size: 17px;
    line-height: 25px;
}
.author-photo{
    margin-right: 19px;
}
.author-photo img{
    border-radius: 50%;
    width: 97px;
    height: 97px;
}
.social-media{
    margin-top: 18px;
}
.social-media a{
    margin-right: 10px;
}
.tout-header{
    height: auto;
    min-height:50px;
    padding:22px;
    background-color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.tout-header a{
    font-size: 16px;
    line-height:22px;
    color: #fff;
    text-decoration: none;
}
.tout-header__text{
    width: 95%;
}
#close-popup{
    cursor: pointer;
}

/*SEARCH PAGE*/
.search-container{
    display: flex;
    flex-direction: column;
}

.search-container h2 a{
    text-decoration: none;
    color: #181B1E;
}

.search-container article{
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 50px;
}
/***/

@media screen and (min-width: 1300px) and (max-width: 2680px) { 

    .navnbar-fluid{
        margin-left: -116px;
        margin-right: -60px;
    }

}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1130px)  {
    #footer-menus .hbspt-form .hs-button {
        right: 46px;
        bottom: 37px;
    }
    #footer-menus .hbspt-form label span {
        font-size: 20px;
    }
    #footer-menus #email-f5ba9a96-5cbc-4c88-a8a1-053a956f1190 {
        width: 54%;
    }

}
@media only screen and (min-device-width: 728px) and (max-device-width: 1024px)  {
    #footer-menus .footer-navigation>ul{
        display: block;
    }
    #footer-links ul {
        flex: 50;
        justify-content: flex-start;
    }
    #footer-links p {
        flex: 60;
    }
    .quick-links-header{
        display: none;
    }
    header {
        height: 60px;
        padding-top: 5px;
    }
    #mega-menu-wrap-primary {
        padding: 10px 20px 0px 0px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100vw;
        left: -211px;
        top: 60px;
        height: 100vh;
        overflow: hidden;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 28px !important;
        font-weight: 500 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        z-index: 999;
        border-radius: 0;
        background: #fff;
        border: 0;
        position: relative;
        width: 100%;
        max-width: none;
        left: 0;
        margin: 0px;
        max-width: auto;
        width: auto;
        box-shadow: none;
        padding: 0px;
        margin-top:0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description{
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        padding: 5px 20px 20px 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0px 0px 20px 30px !important;
       
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > .hide-for-mobile{
        display: none;
    }
    #mega-menu-item-505 {
        margin-left: 0% !important;
        border-top: 1px solid #CDCDCD !important;
        padding-top: 30px !important;
    }
    #mega-menu-item-477{
        padding-bottom: 30px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after{
        content: "";
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop{
        display: block;
        margin-top: 34px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop > a.mega-menu-link{
        text-align: center;
        background: #2D30C6;
        color: #fff;
        font-size: 16px !important;
    }
    .search-mobile{
        display: block;
        position: absolute;
        right: 107px;
        top: 12px;
        z-index: 9000;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{
        background-color: #181B1E !important;
    }
    #hero-search{
        position: absolute;
        padding: 0px 35px 0px 80px;
        overflow: hidden;
    }
    #hero-search .hide-for-mobile{
        display: none !important;
    }
    #hero-search .container-search {
        padding: 15px 0px;
    }
    header .btn-header{
        display: none;
    }
    #footer-menus .hbspt-form .hs-button{
        position: relative;
        right: 0;
        bottom: 0;
        height: 44px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #footer-menus {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-subscribe-form{
        display: none;
    }
    #footer-menus .footer-navigation {
        margin-top: 0px;
        width: 100%;
    }
    #footer-menus .footer-navigation>ul{
        display: block;
        text-align: center;
        margin-left: 0px;
    }
    #footer-links {
        display: grid;
        flex-wrap: inherit;
        align-items: flex-start;
        justify-content: center;
        margin-top: 10px;
    }
    #footer-links p{
        order: 2;
    }
    #footer-links{
        text-align: center;
    }
    #footer-links ul {
        justify-content: center;
        padding: 30px 0px 31px 0px;
    }
    #footer-menus .footer-navigation ul li a {
        font-size: 21px;
        line-height: 30px;
    }
    #footer-menus .footer-navigation ul .mobile-font a {
        font-size: 12px !important;
        line-height: 20px;
    }
    #footer-menus .footer-navigation ul .mobile-margin-top{
        margin-top:29px;
    }
    footer {
        padding: 51px 0px 49px 0px;
    }
    .quick-links-header{
        display: none;
    }
    #footer-menus .hbspt-form .hs-button{
        position: relative;
        right: 0;
        bottom: 0;
        height: 44px;
        margin-top: 10px;
    }
    .cta-section{
        background-image: url(img/mobile-art-cta-png.png) !important;
        background-position: -10px 80px;
        background-size: 350px;
    }
    

}

/*General Components Responsive*/
@media only screen and (max-width: 768px) {
    main.container{
        /*padding: 0 30px;*/
    } 
    h1{
        font-size: 38px;
        line-height: 40px;
    }
    h2{
        font-size:26px;
        line-height: 32px;
    }
    h3{
        font-size:22px;
        line-height: 27px;
    }
    h6{
        font-size:20px;
        line-height: 28px;
    }
    p{
        font-size:15px;
        line-height: 25px;
    }
    .quick-links-header{
        display: none;
    }
    .navnbar-fluid {
        width: 100%;
        position: relative;
        display: flex;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 !important;
    }
    header{
        height: 60px;
    }
    .navnbar-fluid {
        height: 60px;
    }
    .logo-header {
        padding: 0px 0px 0px 20px;
    }
    #mega-menu-wrap-primary {
        padding: 10px 20px 0px 0px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100vw;
        top: 60px;
        height: calc(100vh - 60px);
        z-index: 90000;
        left: -144px;
        overflow: auto;
        box-shadow: 0 14px 32px 0 rgba(0,0,0,0.2);
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 28px !important;
        font-weight: 500 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        z-index: 999;
        border-radius: 0;
        background: #fff;
        border: 0;
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        left: 0;
        margin: 0px;
        box-shadow: none;
        padding: 0px;
        margin-top:0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description{
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        padding: 5px 20px 20px 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0px 0px 20px 30px !important;
       
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > .hide-for-mobile{
        display: none;
    }
    #mega-menu-item-505 {
        margin-left: 0% !important;
        border-top: 1px solid #CDCDCD !important;
        padding-top: 30px !important;
    }
    #mega-menu-item-477{
        padding-bottom: 30px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after{
        content: "";
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop{
        display: block;
        margin-top: 34px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop > a.mega-menu-link{
        text-align: center;
        background: #2D30C6;
        color: #fff;
        font-size: 16px !important;
    }
    .search-mobile{
        display: block;
        position: absolute;
        right: 78px;
        top: 12px;
        z-index: 9000;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{
        background-color: #181B1E !important;
    }
    #hero-search{
        position: absolute;
        padding: 0px 25px 0px 25px;
        overflow: hidden;
    }
    #hero-search .hide-for-mobile{
        display: none !important;
    }
    #hero-search .container-search {
        padding: 15px 0px;
    }
    header .btn-header{
        display: none;
    }
    .cta-section {
        margin-top: 30px;
        align-items: flex-start;
        padding: 33px 20px 0px 26px;
        margin-bottom: 50px !important;
        }
    .cta-section-left {
        width: 100%;
    }
    .cta-section--title {
        color: #fff;
        padding-left: 0px;
    }
    .cta-section--button {
        text-align: center;
    }
    .cta-section--button a {
        margin-left: 0 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
        max-width: 1164px;
        margin: 0 auto;
        display: flex;
        align-items: start;
        justify-content: flex-start;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        display: none;
      }
      #home-images-line .home-image-1::before {
        left: 50% !important;
        width: 6px !important;
        height: 90px !important;
        margin-top: 0px !important;
        bottom: -41px !important;
    }
    #home-images-line .home-image-2::before {
        background-image: url(img/path-blue-mobile.png) !important;
        left: 50% !important;
        width: 6px !important;
        height: 80px !important;
        margin-top: 0px !important;
        top: 86% !important;
    }
    #home-images-line .home-image-3::before{
        display: none;
    }
    .hide-for-mobile{
        display: none;
    }

    .container-articles article{
        width:100%;
    }

    #close-popup{
        position:relative;
    }

    /*FORMS*/

    .loginvsi-forms::before{   
        width: 85px;
        right: -30px;
    }
}

/*PASSWORD PROTECTED*/
.post-password-form form{
    display:flex;
    flex-direction: column;
    min-height:600px;
    align-items:flex-start;
    justify-content: center;
    align-content: center;
    width:100%;
    max-width:600px;
    gap:20px;
}

    .post-password-form h1,
    .post-password-form p{
        width:100%;
        max-width:600px;
        margin:0;
    }

    .post-password-form p label{
        font-weight: 700;
    }

        .post-password-form p input[type=password]{
            background: #FAFAFA;
            border: 1px solid #B2B2B2;
            border-radius: 3px;
            height: 44px;
            font-size: 16px;
            line-height: 22px;
            padding: 10px 16px;
            color: #575757;
            outline: none;
            width: 100%;
            max-width:400px;
        }

        .post-password-form p button[type=submit]{
            background: #2D30C6;
            height: 60px;
            padding: 18px 22px;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            margin-top: 20px;
            outline: none;
            border: unset;
            color: #ffffff;
        }

        @media only screen and (max-width: 768px) {
            .post-password-form form{
                flex:0 0 100%;
                min-height: auto;
            }
        }