/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : June 14, 2021, 09:45:45 PM
    Author     : maticm
*/

/*html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
}*/

/*@font-face {
  font-family: 'GilroyRegular';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'GilroyLight';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  
  font-display: swap;
}
@font-face {
  font-family: 'GilroyThin';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'GilroyMedium';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'GilroyExtraBold';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'GilroyBold';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-display: swap;
}*/

html {
    overflow-x: hidden;
    display: swap;
}

body{
    font-family: "GilroyRegular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    background-color: #ffffff;
    overflow-x: hidden !important;
}

h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

a:focus {
    outline:none !important;
}

button:focus {
    outline:0;
}

img:focus {
    outline:0;
}

button{
    border: none;
}

a:hover{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}

img:focus {
    outline:none !important;
}

label{
    font-weight: normal;
    font-size: 13px;
}
.is-visible {
    display: block;
}
.topNav{
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    height: 35px;
    width: 100%;
    max-width: 100%!important;
    background-color: #051824;
}
.social_icons{
    padding-top: 5px;
    padding-left: 5px;
}
.social_icons span{
    margin-left: 20px;
}
.social_icons span a img{
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-top: -2px;
}
.social_icons a{
    color: #ffffff;
    line-height: 1.3;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}

.loginIcons{
    padding-top: 5px;
    padding-right: 40px;
    text-align: right;
}
.loginIcons span{
    margin-left: 20px;
}
.loginIcons span a img{
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-top: -2px;
}
.loginIcons a{
    color: #ffffff;
    line-height: 1.3;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all .3s;
}
.loginIcons a:hover{
    transition: all .3s;
    opacity: 0.8;
}
.navbar.main-navbar{
    background-color: #ffffff;
    padding-bottom: 20px;
}
.main-navbar .nav>li>a {
    color: #353c3e;
    font-size: 12px;
    margin-right: 50px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    transition: all .2s;
}
/*.main-navbar .nav>li:last-child>a{
    margin-right: 40px;
    background-color: #91b744;
    border: 1px solid #91b744;
    padding-left: 40px;
    padding-right: 40px;
    transition: all .2s;
    padding-bottom: 8px;
    color: #ffffff;
}*/
/*.main-navbar .nav>li:last-child>a:hover{
    background-color: #fff;
    color: #91b744;
}*/
.main-navbar .nav.navbar-right{
    margin-top: 20px;
}
.nav>li>a:hover, .nav>li>a:focus{
    color: #bebebe;
    background: none;
}
.navbar-brand>img {
    display: block;
    margin-top: 0px;
    margin-left: 35px;
    width: 120px;
    height: auto;
    transition: all .3s;
}
.main-navbar.navbar-shrink .nav>li>a {
    color: #353c3e;
    font-size: 12px;
    margin-right: 50px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    transition: all .2s;
}
.main-navbar.pageNav .nav>li>a {
    color: #242021;
}
.pageNav .dropdownLi li a{
    color: #000000;
}
.main-navbar.navbar-shrink .nav>li:last-child>a{
    margin-right: 30px;
    padding-bottom: 6px;
    padding-top: 7px;
    /*    color: #fff;*/
}
.main-navbar.navbar-shrink .nav>li:last-child>a:hover{
    color: #91b744;
}
.navbar-shrink .navbar-nav>li>.dropdown-menu{
    margin-top: 15px;
}
.navbar.main-navbar.navbar-shrink{
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    transition: all .3s;
    padding-bottom: 0;
}
.navbar-shrink .navbar-brand{
    padding-top: 2px;
    padding-bottom: 35px;
    margin-top: 20px;
    padding-left: 25px;
}
.navbar-shrink .navbar-brand>img{
    display: block;
    margin-top: -13px;
    margin-left: 35px;
    width: 100px;
    height: auto;
    transition: all .3s;
}
.navbar.main-navbar .navbar-nav > li > a:focus{
    background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
}
.main-navbar.navbar-shrink .nav>li>a:hover{
    color: #888888;
}
.dropdown-menu{
    background-color: #fff;
    box-shadow: none;
    border: none;
    left: 5px;
    padding-top: 10px;
}
.dropdownLi li{
    padding-bottom: 8px;
}
.dropdownLi{
    list-style: none;
    padding-left: 10px;
}
.dropdownLi li a{
    font-family: "Gilory", sans-serif;
    font-weight: 800;
    color: #555555;
    transition: all .3s;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.dropdownLi li a:hover{
    color: #bebebe;
}
.caret{
    padding-bottom: 2px;
}
.navbar-shrink .dropdown-menu{
    background-color: #fff;
    -webkit-box-shadow:0px 13px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 13px 8px rgb(0 0 0 / 10%);
    padding-top: 15px;
}
.navbar-shrink .dropdownLi li{
    padding-bottom: 8px;
}
.navbar-shrink .dropdownLi li a{
    color: #242021;
    transition: all .2s;
}
.navbar-shrink .dropdownLi li a:hover{
    color: #bebebe;
}
.navbar-mobile__content{
    display: none;
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.67);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.67);
    }
    100% {
        transform: scale(1);
    }
}/*End of Zoom out Keyframes */
@keyframes beat{
    to {
        transform: scale(1.2);
    }
}

.footer{
    background-color: #051824;
    color: #ffffff;
    padding-top: 80px;
}
.footerInfo{
    margin-left: 170px;
    font-weight: 200;
}
.footer_middle{
    padding-left: 50px;
    margin-top: 100px;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 4px;
}
.footer_middle .title{
    margin-bottom: 10px;
}
.footer_middle .info{
    font-weight: 200;
}
.footer_right  {
    font-family: "Gilroy", sans-serif;
    color: white;
    font-weight: 800;
    font-size: 14px;
    margin-top: 100px;
}
.footer_right .link{
    margin-bottom: 2px;
}
.footer_right a{
    color: #fff;
    transition: all .3s;
}
.footer_right a:hover{
    opacity: 0.6;
}
.footer_right .payments{
    margin-top: 20px;
}
.payments img{
    margin-right: 15px;
}
.fundText{
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.copyRight {
    font-family: "Gilroy", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footerB{
    font-size: 12px;
    background-color: #002b46;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
}
.footerB a{
    color: #ffffff;
    transition: all .3s;
}
.footerB a:hover{
    color: #ffffff54;
}


.header {
    margin-top: 100px;
    min-height: 80vh;
    background-image: url("../images/header-new.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: background 300ms ease-in 200ms;
    -moz-transition: background 300ms ease-in 200ms;
    -o-transition: background 300ms ease-in 200ms;
    transition: background 300ms ease-in 200ms;
}
.container_1_mobile{
    margin-top: 150px;
}
.header h1 {
    color: black;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.02;
    font-family: "Gilroy", sans-serif;
}

.header p {
    color: #051824;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    font-family: "Gilroy", sans-serif;
}

.headerButton {
    min-height: 42px;
    /*    border-radius: 3px;*/
    background-color: #0064a7;
    padding-left: 55px;
    padding-right: 55px;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    color: #ffffff;
    border: 1px solid #0064a7;
    transition: all .3s;
    margin-top: 30px;
    font-weight: 300;
}

.headerButton:hover {
    background-color: #fff;
    color: #0064a7;
}

.our_spaces h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    font-family: "Gilroy", sans-serif;
}

.our_spaces p {
    color: white;
    font-size: 18px;
    font-family: "Gilroy", sans-serif;
}

.secondButton {
    min-height: 42px;
    /*    border-radius: 3px;*/
    background-color: #051824;
    padding-left: 55px;
    padding-right: 55px;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    color: #ffffff;
    border: 1px solid #979797;
    transition: background-color .5s;
    margin-top: 30px;
    font-weight: 300;
}

.secondButton:hover {
    background-color: #E0E0E0;
    color: black;
}


.image_container {
    position: absolute;
    /*    top: 160%;*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute {
    font-size: 20px;
    color: white;
    position: absolute;
    bottom: 7%;
    left: 11%;
    font-weight: 600;
    font-family: "Gilroy", sans-serif;
}

.container_black_mobile{
    margin-top: 230px;
    text-align:left;
}
.container_black_mobile h2{
    font-size: 32px;
    font-weight: 800;
    color: white;
}
.icons_container1 p, .icons_container2 p, .icons_container3 p, .icons_container4 p, .icons_container5 p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 800;
}
.icons_container2, .icons_container3, .icons_container4, .icons_container5{
    margin-top: 20px;
}
.icons_container1:before {
    content: url("https://harvestbow.si/library/images/spaces-1.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}

.icons_container2:before {
    content: url("https://harvestbow.si/library/images/car.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}

.icons_container3:before {
    content: url("https://harvestbow.si/library/images/team-1.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}

.icons_container4:before {
    content: url("https://harvestbow.si/library/images/computer-1.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container4 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}

.icons_container5:before {
    content: url("https://harvestbow.si/library/images/serving-dish.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container5 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}
.arrow_container1 p, .arrow_container2 p, arrow_container3 p, arrow_container4 p{
    margin-top: 15px;
}
.arrow_container1:before {
    content: url("https://harvestbow.si/library/images/right-arrow-3.png");
    position: absolute;
    right: -3%;
    top: 20%;
    bottom: 0%;
}

.arrow_container2:before {
    content: url("https://harvestbow.si/library/images/right-arrow-3.png");
    position: absolute;
    right: -7%;
    top: 20%;
    bottom: 0%;
}

.arrow_container3:before {
    content: url("https://harvestbow.si/library/images/right-arrow-3.png");
    position: absolute;
    right: -12%;
    top: 20%;
    bottom: 0%;
}
.buttonContainer{
    margin-top: 60px;
}
.image_container1:before {
    content: url("https://harvestbow.si/library/images/bitmap1.png");
    position: absolute;
    left: -29%;
    top: -24%;
}

.image_container1 {
    margin-left: 110px;
}

.google_container {
    margin-bottom: 150px;
}

.text_container {
    margin-left: 160px;
    margin-top: 60px;
}

.absolute_container {
    background-color: #f8f8f8;
    height: 359px;
    width: 600px;
    position: absolute;
    left: 46%;
    margin-top: 45px;
    z-index: -1;
}

.text_container h2 {
    font-weight: 800;
    font-size: 30px;
    color: black;
    font-family: "Gilroy", sans-serif;
}

.text_container h4 {
    font-weight: 800;
    font-size: 18px;
    color: black;
    margin: 0px;
    font-family: "Gilroy", sans-serif;
}

.text_container label {
    margin: 0px;
    font-size: 18px;
    color: black;
    font-weight: 800;
    font-family: "Gilroy", sans-serif;
}

.text_container p {
    font-size: 18px;
    color: black;
    font-family: "Gilroy", sans-serif;
}

.black_box {
    margin-top: 330px;
    margin-bottom: 100px;
}

.black_box_image:before {
    content: "";
    position: absolute;
    left: 4%;
    top: -10%;
    width: 300px;
    height: 300px;
    margin-right: 5px;
    background-color: black;
    z-index: -1;
}

.text_container2 {
    margin-left: 20px;
    font-family: "Gilroy", sans-serif;
}

.container_black {
    font-family: "Gilroy", sans-serif;
}

.jumbotron {
    font-family: "Gilroy", sans-serif;
    background-color: #051824;
    min-height: 529px;
    margin-bottom:0;
}

.google_container {
    font-family: "Gilroy", sans-serif;
}

.grey_background {
    background-color: #f8f8f8;
    height: 359px;
    width: 780px;
    position: absolute;
    left: 40%;
    margin-top: 68px;
    z-index: -1;
    font-family: "Gilroy", sans-serif;
}

.black_box_image img {
    margin-left: 60px;
}

.text_container2 h2 {
    font-size: 30px;
    font-weight: 800;
    color: black;
    margin-left: 219px;
    margin-top: 65px;
    font-family: "Gilroy", sans-serif;
}

.text_container2 ul {
    margin-left: 199px;
    margin-top: 31px;
    font-weight: 400;
    font-size: 18px;
    font-family: "Gilroy", sans-serif;
}

.text_container2 li {
    font-family: "Gilroy", sans-serif;
}
.text_container3{
    margin-bottom: 150px;
}
.text_container3 .titleContainer{
    margin-top: 40px;
}
.text_container3 .titleContainer h2{
    color:black;
    font-weight: 800;
    font-size: 36px;
    margin-top: 100px;
    margin-bottom: 40px;
}
.text_container3 p {
    font-weight: bold;
    font-size: 16px;
    color: #051824;
    font-family: "Gilroy", sans-serif;
}

.text_container3 h2 {
    color:black;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 40px;
    font-family: "Gilroy", sans-serif;
}

.section_lecture_room h3 {
    font-family: "Gilroy", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.section_lecture_room p {
    font-size: 20px;
    font-family: "Gilroy", sans-serif;
    color: #fff;
    font-weight: 300;
}

.section_lecture_room h5 {
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    color: #fff;
}

.section_lecture_room h1 {
    font-family: "Gilroy", sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: white;
}

.float_right {
    padding-left: 150px;
}

.thirdButton {
    min-height: 42px;
    background-color: #051824;
    padding-left: 80px;
    padding-right: 80px;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    color: #ffffff;
    border: 1px solid #979797;
    transition: background-color .5s;
    margin-top: 30px;
    font-weight: 400;
    white-space: nowrap;
}

.thirdButton:hover {
    background-color: #E0E0E0;
    color: black;
}
.equipment img{
    height: 40px;
    margin-bottom: 10px;
}
.equipment p{
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}
.image_background {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.image_background:before {
    content: url("../images/left-arrow-4.png");
    position: absolute;
    bottom: 5%;
    right: 30%;
}

.image_background:after {
    content: url("../images/right-arrow-4.png");
    position: absolute;
    bottom: 5%;
    right: 22%;
}

.numbers h2 {
    font-family: "Gilroy", sans-serif;
    position: absolute;
    bottom: 4%;
    left: 9%;
    font-size: 46px;
    color: white;
    font-weight: 800;
}

.numbers h3 {
    font-family: "Gilroy", sans-serif;
    position: absolute;
    bottom: 8%;
    left: 14.5%;
    font-size: 18px;
    color: white;
    font-weight: 800;
}
.lecture_room_text {
    margin-top: 20vh;
    padding-left: 73px;
}
.lecture_room_text h1 {
    font-family: "Gilroy", sans-serif;
    font-size: 64px;
    color: #051824;
    font-weight: 800;
}
.lecture_room_text h3 {
    margin-top: 38px;
    font-family: "Gilroy", sans-serif;
    font-size: 20px;
    color: #051824;
    font-weight: 800;
}
.lecture_room_text p {
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    color: #051824;
}


.location_style{
    margin-top: 35px;
}
.location_style h2{
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    color: #051824;
    letter-spacing: 0.36px;
    margin-bottom: 35px;
}
.location_style p{
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    color: #051824;
}
.lecture_room_header{
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.landingSlider img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}
.slick-prev, .slick-next{
    top: 90%;
}
.slick-next{
    right: 10%;
}
.slick-prev{
    z-index: 1000;
    left: 75%;
}
.slick-prev:before {
    content: url(../images/left-arrow-slider.svg);
    position: absolute;

    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.slick-next:before {
    content: url("../images/right-arrow-slider.svg");
    position:absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.total__counter{
    font-family: "Gilroy",sans-serif;
    font-size: 46px;
    font-weight: 800;
    color: white;
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.total__counter .divider{
    font-weight: 400;
    font-size: 21px;
    vertical-align: super;
}
.total__counter .total{
    font-weight: 800;
    font-size: 21px;
    vertical-align: super;
}
.slider-img{
    height: 350px;
    width: auto;
}
.slider-img img{
    margin-left: 30px;
    height: 100%;
    width: auto;
}
.slick-dots li button {
    border: solid 1px #979797;
    text-indent: -9999px;
    overflow:hidden;
    border-radius: 100%;
    width: 16px;
    height: 16px;
}

li.slick-active button {
    background-color: #0064a7;
    border: none;
    border-radius: 100%;
}
.slick-dots{
    margin-bottom: -20px;
}

.pageBody{
    margin-top: 180px;
    margin-bottom: 100px;
}
.pageBody h1{
    color: #000;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.02;
    font-family: "Gilroy", sans-serif;
    margin-bottom: 40px;
}
.pageBody .body{
    line-height: 1.69;
    color: #051824;
    margin-top: 10px;
    font-size: 16px;
    font-family: "Gilroy", sans-serif;
}
.pageBody .homeLink{
    list-style: none;
    margin-top: 40px;
}
.customPageBody{
    margin-top: 20vh;
}
.card{
    padding-bottom: 100px;
}
.card h1{
    font-size: 36px;
    margin-bottom: 40px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    color: #051824;
}
.card h2{
    font-size: 24px;
    margin-bottom: 50px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
}
.card p{
    font-size: 14px;
}
.card ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
}
.card ul li{
    display: inline-block;
}
.card ul li a{
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    display: block;
    transition: all .3s;
    display: block;
    text-align: center;
    max-width: 100%;
    font-size: 16px;
    color: #051824;
}
.card ul li a:hover{
    color: #0064a7;
}
.cta-home img{
    height: 70px;
    margin-bottom: 60px;
}
.formTitle{
    margin-bottom: 15px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 37px;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-top: 4px;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #2f363e;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #f6f6f6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #0064a7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control{
    border: solid 1px rgba(0, 0, 0, 0.32);
    padding-top: 10px;
    height:50px;
    padding-left: 20px;
    font-size: 14px;
    /*    outline: 10px solid white;*/
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}
#inputContainer{
    padding-bottom:20px;
    margin-left: 5%;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: "Gilroy", sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-family: "Gilroy", sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}
.form-control:focus{
    border: solid 2px #0064a7;
    box-shadow:none;
}
.requiredInputCheck, .requiredCheckbox{
    background: #ffe5e5;
}
.successMessage{
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    background-color: #00800038;
}
.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-wrapper {
    top: 25vh;
}
.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 35em;
    margin-left: -18em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
    border-radius: 5px;
}
.modal-wrapper section {
    padding: 20px;
    padding-bottom: 0px;
}
.big-element-text {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 800;
    font-family: "Gilroy", sans-serif;
}
.loginInput {
    margin-bottom: 20px;
    margin-top: 20px;
}
.loginCard {
    background-color: #ffffff;
    padding: 40px;
    width: auto;
    margin: 0 auto;
    margin-top: 30vh;
}
.loginImage {
    margin-bottom: 20px;
}
.modal-footer{
    border: none;
}
.btn-next{
    background: #0064a7;
    font-family: "Gilroy", sans-serif;
    line-height: 2.3;
    border: none;
    height: 45px;
    width: 100%;
    border-radius: 2px;
    border: solid 2px #0064a7;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.9px;
    color: #fff;
    transition: .3s;
    float:right;
    margin-bottom: 20px;
}

.btn-next:hover{
    color: #0064a7;
    background: none;
}
.failedLogin{
    color: #0d1e33;
    background-color: #ffe5e5;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
.priceList{
    margin-top: 180px;
}
.priceList h1{
    color: #000;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.02;
    font-family: "Gilroy", sans-serif;
    margin-bottom: 40px;
}
.priceText{
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-align: center;
    color: #051824;
    margin-bottom: 80px;
}
.priceCards{
    margin-bottom: 100px;
}
.priceCard{
    color: #051824;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 4px;
    transition: all .3s;
}
/*.priceCard:hover{
    box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 20%);
}*/
.priceCard .title{
    color: #051824;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 30px;
}
.priceCard .price{
    color: #0064a7;
    font-weight: 800;
    font-size: 18px;
    text-align: right;
}
.priceCard .price span{
    color: #051824;
    font-weight: 400;
    font-size: 14px;
}
.fundImg{
    max-width: 100%;
}
.image_container img{
    max-width: 100%;
}
#gdpr-cookie-message {
    display: block;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #051824;
    padding: 10px 20px;
    text-align: center;
}
#gdpr-cookie-message h4,
#gdpr-cookie-message p {
    color: #ffffff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}
#gdpr-cookie-message h4 {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}
#gdpr-cookie-message p a {
    color: #0064a7;
    text-decoration: underline;
    padding-left: 5px;
}
#gdpr-cookie-message button {
    margin: 0 10px;
    background-color: #FFFFFF;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
#gdpr-cookie-message button:hover {
    opacity: 0.7;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
    opacity: 0.7;
}
#gdpr-cookie-types h5 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
#gdpr-cookie-types ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}
.passwordError{
    font-size: 13px;
    color: red;
    margin-top: 5px;
    display: none;
}

.priceCard li {
    list-style-type: none; /* Remove bullets */
}

.priceCard li {
    list-style-type:none;
    padding-left: 3rem;
}
.priceCard li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin:0 10px 0 -28px;
    color: black;
}

.x:before {
    content: "\f00d" !important;
    margin:0 10px 0 -26px !important;
}

.priceB {
    color: black;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.priceB label {
    color: #0064a7;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
}

.priceDDV {
    font-size: 12px;
    text-align: center;
}