/*
Theme Name: Pivot3 theme
Theme URI:
Description: Wordpress theme
Version: 0.2
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-right: 0px !important;
    overflow-x: hidden;
    background-color: #eee;
    font-family: "Source Sans Pro";
}

a,
.blue-link {
    color: #3A9DD9;
}

.iContainer {
    -webkit-overflow-scrolling: touch;
}

a:hover,
.blue-link:hover {
    text-decoration: none;
    color: #397ba4;
}

.site-content {
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    background-color: white;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.small-container {
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .small-container {
        max-width: 460px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .small-container {
        max-width: 612px;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 932px;
    }

    .small-container {
        max-width: 792px;
    }
}

/* HOME-oldal + közös cuccok*/

#top-navbar-shadow {
    position: fixed;
    height: 0px;
    padding: 0;
    top: 57px;
    padding-top: 0;
    margin: 0px;
    margin-left: 3vw;
    width: 100%;
    max-width: calc(1440px - 6vw);
    z-index: 90;
    -webkit-box-shadow: 0px 0px 120px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 120px 20px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 120px 20px rgba(0,0,0,0.4);
}

#top-navbar-shadow.sticky-navbar {
    display: none;
}

#top-navbar {
    position: fixed;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 2%;
    padding-right: 2%;
    z-index: 100;
    font-size: .9rem;
    max-width: 1440px;
    transition: all 0s ease;
    transition: background-color 300ms ease;
}

#top-navbar.sticky-navbar {
    background-color: rgba(255, 255, 255, 0.902);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#navbar-site-logo {
    width: 116px;
    height: 56px;
    background: url('assets/images/Pivot3-logo-big.png');
}

#top-navbar.sticky-navbar #navbar-site-logo {
    background: url('assets/images/Pivot3-logo-big-invert.png');
}

.navbar-nav > .nav-link, .navbar-nav > .menu-item > a {
    text-transform: uppercase;
    color: #fff;
    font-family: "Source Sans Pro";
    letter-spacing: 1px;
    line-height: 21px;
    transition: ease 0s;
}

#menu-header-left-menu > .nav-link,
#menu-header-left-menu > .menu-item > a {
    font-weight: 600;
}

#menu-header-right-menu > .nav-link,
#menu-header-right-menu > .menu-item > a {
    /* letter-spacing: 0.8px; */
}

@media (min-width: 768px) {
    #menu-footer-solutions-menu {
        display: flex;
        flex-wrap: wrap;
        padding-left: 10px;
    }

    #menu-footer-solutions-menu > .menu-item {
        display: inline-block;
        margin: 8px;
        flex-grow: 1;
        width: calc(100% * (1/2) - 16px - 1px);
    }
}

#menu-footer-solutions-menu > .menu-item {
    display: block;
    margin-top: 0px;
}

.navbar-nav > .menu-item > a {
    text-decoration: none;
    background-color: transparent;
    font-weight:400;
    color:#ffffff;
}

#top-navbar.sticky-navbar .navbar-nav > .menu-item > a {
    color: black;
    border-color: #000;
}

.navbar-nav > .menu-item > a:focus, .navbar-nav > .menu-item > a:hover {
    color: rgba(255,255,255,.75);
}

.navbar-nav > .menu-item.current-menu-item > a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#menu-sandwich-menu {
    margin-top: 8px;
}

#menu-sandwich-menu > li {
    margin-bottom: 1.1rem;
}

#menu-sandwich-menu ul.sub-menu > li.menu-item {
    margin-top: 0px;
}

@media (min-width: 992px) {
    .navbar-nav > .nav-link, .navbar-nav > .menu-item > a {
        padding: .25rem 0rem !important;
        margin: .75rem .7rem !important;
    }
}

.navbar-toggler {
    color: #fff;
    border: 0;
}
.navbar-toggler-icon {
    cursor:pointer;
}

.moda-dialog {
    z-index: 500;
}

.modal.sidebar .modal-dialog {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
    border-radius: 0;
    margin-top:0;
    -webkit-overflow-scrolling: touch;
}

.modal.sidebar .modal-body {
    padding-left: 60px;
    padding-right:60px;
}

.btn:focus {
    outline: none;
}

.modal.sidebar .modal-content {
    padding-right: 40px;
    border-radius: 0;
    border:0;
    border-bottom: 1px solid rgba(143, 143, 143, 0.5);
}

.modal.sidebar ul {
    list-style: none;
    padding-left: 50px;
}

.modal.sidebar ul li a {
    color:#397BA4;
    font-family: 'Source Sans Pro'
}

.modal.sidebar ul li a:hover {
    text-decoration: none;
}

.modal.sidebar ul li ul li a {
    color: #8f8f8f;
    font-family: "Source Sans Pro";
    font-size: 16px;
}

.modal.sidebar ul li ul li a:hover {
    color: #28516e;
}

.modal-backdrop {
    background-color: #fff;
}

.modal.sidebar .modal-header {
    border-bottom: 0;
}
.modal.sidebar.fade .modal-dialog {
     -webkit-transition: -webkit-transform .3s ease-in-out;
     -o-transition: -o-transform .3s ease-in-out;
     transition: transform .3s ease-in-out;
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
}

.head {
    padding-top: 30px;
}

.head h1 {
    padding-top: 0;
    font-size: 48px;
    color: #fff;
    font-family: "Source Sans Pro";
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top:24px;
    margin-bottom:24px;
}

.head h5 {
    padding-bottom: 0;
    font-size: 23px;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom:28px;
}

.head h6 {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.hero .head h6 {
    font-size: 18px;
}

.head h6 a {
    color: #fff;
    text-decoration: underline;
}
head button {
    margin-top:0 !important;
    margin-bottom:30px;
}
.btn-outline-light {
    width: 300px;
    height: 55px;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(3, 3, 3, 0.3);
    background-color: #fff;
    background-image: url('assets/images/right-arrow.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    transition: all 0.2s ease-out;
}

.two-columns-cta-w-bg .btn-outline-light {
    width: 240px;
}

.btn-outline-light:hover {
    box-shadow: 0 4px 7px rgba(3, 3, 3, 0.3);
    background-position: 92% center;
}

.btn-outline-light {
    color: #333333;
    font-size: 20px;
    font-family: "Source Sans Pro";
    font-weight: 400;
    padding-top: 10px;
}

.btn-outline-light:hover {
    text-decoration: none;
    color: #28516e;
}

.btn-outline-light img {
    float: right;
    padding-top: 6px;
    margin-right: 15px;
    transition: ease-in-out 1s;
}

.btn-outline-light img:hover {
    margin-right: 8px;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    opacity: 0.9;
}

.midsection h4,
.cardsection h4,
.buttonsection h4 {
    font-family: 'Source Sans Pro';
    font-size: 34px;
    color: #397ba4;
    text-transform: uppercase;
    font-weight: 400;
    text-align:center;
}

.midsection h5,
.midsection p {
    font-family: 'Source Sans Pro';
    font-size: 1.1rem;
    color: #3e3e3e;
    font-weight: 400;
    text-align:center;
    line-height: 24px;

    /* font-weight: 300;
    font-size: 18px;
    line-height: 1.5; */
}

.cardsection {
    margin-bottom: 90px;
}

.card {
    border: none;
    margin-bottom: 20px;
    height: 100%;
}

.card h5 {
    text-align: center;
    color: #333333;
    font-family: 'Source Sans Pro';
    font-size: 21px;
}

.card p {
    color: #3e3e3e;
    font-weight: 400;
    font-family: "Source Sans Pro";
    font-size: 1.1rem;
}

.card-img-top {
    width: 91px;
    margin: 24px auto 8px auto;
}

.card-body {
    padding: 8px;
}

.card-date {
    margin-bottom: 8px;
}

.card-img-round-top {
    width: 137px;
    height: 137px;
    margin: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.btn-primary {
    background-color: #3A9DD9;
    border: none;
    border-radius: 30px;
    width: 250px;
    height: 40px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.btn-primary-reversed {
    border: 1px solid #3A9DD9;
    background-color: white;
    color: black;
}

.btn-primary:hover {
    background-color: #28516e;
}

.btn-primary a {
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.btn.btn-primary.mt-3 {
    width: 195px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.presscard .btn.btn-primary {
    width: 150px;
    margin: 1rem auto;
}

.btn-outline-warning,
.btn-outline-warning-blue {
    display: inline-block;
    width: auto;
    min-width: 197px;
    border: 1px solid #fe720b;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-top: 16px;
    margin-right: 4px;
    margin-left: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    transition: all 0.1s ease-out;
}

.btn-outline-warning-blue {
    border: 1px solid #3A9DD9;
    background-color: white;
}

.blog-posts .btn-outline-warning,
.blog-posts .btn-outline-warning-blue {
    margin-bottom: 30px;
}

.btn-outline-warning:hover,
.btn-outline-warning-blue:hover {
    display: inline-block;
    border: 3px solid #fe720b;
    margin-top: 13px;
    margin-bottom: 7px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 22px;
    padding-right: 22px;
    min-width: 199px;
    background-color: transparent;
}

.blog-posts .btn-outline-warning:hover,
.blog-posts .btn-outline-warning-blue:hover {
    margin-bottom: 27px;
}

.btn-outline-warning-blue:hover {
    border: 3px solid #3A9DD9;
}

.btn-outline-warning,
.btn-outline-warning-blue {
    color: #333333;
    font-size: 16px;
    font-family: "Source Sans Pro";
    font-weight: 400;
}

@media (max-width: 500px) {
    .btn-outline-warning,
    .btn-outline-warning-blue {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .btn-outline-warning,
    .btn-outline-warning-blue {
        font-size: 13px;
    }
}

.btn-outline-warning a:hover,
.btn-outline-warning-blue a:hover {
    text-decoration: none;
}

.wrappertwo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
    position: relative;
}

.bottomsection {
    padding-top: 20px;
    padding-bottom: 100px;
}

.bottomsection h4 {
    font-family: 'Source Sans Pro';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.bottomsection h5 {
    font-family: 'Source Sans Pro';
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
}

.tab-selector {
    cursor:pointer;
    text-transform: uppercase;
}

footer {
    background-color: #50748a;
}

footer h5 {
    text-transform: uppercase;
    color: #fffefe;
    text-align: left;
    margin-left: 18px;
    font-size: 18px;
    font-family: "Source Sans Pro";
    font-weight:600;
}

footer h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}

footer a {
    color: #fff;
    font-family: 'Source Sans Pro';
}

footer a:hover {
    text-decoration: none;
    color: #eeeeee;
}

footer ul li {
    list-style: none;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 16px;
}

footer ul li a {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}

footer ul li a:hover {
    text-decoration: none;
}
.footermenu ul {
    padding-left:18px;
}

.footersocial {
    text-align: right;
    padding-right: 40px;
}

.copyright {
    text-align: left;
    padding-left: 16px;
}

.centerizefooter ul {
    padding-left:0;
}
/* HOME-oldal + közös elemek*/


/*SOLUTIONS-oldal*/

solutionswrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#solutionswrappertwo {
    background-image: url('img/bg2-solutions.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}


/*SOLUTIONS-oldal*/


/*SOLUTION DETAILS-oldal*/

#soldetwrapper {
    background-image: url('img/bg-solutiondet.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.solutarticlesection h4 {
    font-size: 21px;
    color: #333333;
    font-family: 'Source Sans Pro';
}

.solutarticlesection h5 {
    font-size: 18px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
    padding-right: 50px;
}

.solutarticlesection h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #397ba4;
    font-family: 'Source Sans Pro';
}

.solutarticlesection h6 {
    font-size: 16px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
}


/*SOLUTION DETAILS-oldal*/


/*WHY PIVOT3-oldal*/

#whywrapper {
    background-image: url('img/bg-why.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#whywrappertwo {
    background-image: url('img/bg2-why.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.videosection p {
    font-size: 18px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
}

.videosection h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #397ba4;
    font-family: 'Source Sans Pro';
}

.videosection h5 {
    font-size: 18px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
}

.text-md-right-sm-center {
    text-align: right;
}

@media (max-width: 768px) {
    .videosection h5 {
        margin-top: 3rem;
        text-align: center;
    }

    .text-md-right-sm-center {
        text-align: center;
    }

    .mobile-pagination > span.dots {
        display: none;
    }

    #menu-footer-bottom-menu {
        text-align: left;
        padding-left: 32px;
    }

    .footersocial {
        text-align: left;
        padding-left: 2px !important;
    }
}

.videosection ul {
    list-style: none;
    color: #8f8f8f;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    line-height: 30px;
}

.videosection li::before {
    content: "• ";
    color: #397ba4;
    padding-right: 1.1225em;
}

.full-width-button .btn-primary {
    width:95% !important;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.articlesection h4 {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    color: #397ba4;
    font-family: 'Source Sans Pro';
}

.articlesection h5 {
    font-size: 18px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
    padding-right: 50px;
}

.articlesection h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #397ba4;
    font-family: 'Source Sans Pro';
}

.articlesection h6 {
    font-size: 16px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
}


/*WHY PIVOT3-oldal*/


/*PRODUCTS-oldal*/

#productswrapper {
    background-image: url('img/bg-products.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#productswrappertwo {
    background-image: url('img/bg2-products.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.textsection {
    border-bottom: 1px solid rgba(143, 143, 143, 0.5);
}

.textsection h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #397ba4;
    font-family: 'Source Sans Pro';
    text-align: center;
    margin-bottom: 30px;
}

.textsection p {
    font-size: 18px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
}

.buttonsection h1 {
    color: #333333;
    font-size: 40px;
    font-family: 'Source Sans Pro';
}

.buttonsection h6 {
    color: #8f8f8f;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}


/*PRODUCTS-oldal*/


/*PARTNERS-oldal*/

#partnerswrapper {
    background-image: url('img/bg-partners.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#partnerswrappertwo {
    background-image: url('img/bg-partners.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.citationsection span {
    font-size: 84px;
    color: #397ba4;
    font-family: 'Source Sans Pro';
    position: absolute;
    bottom: 15px;
    left: -15px;
}

.citationsection h4 {
    font-size: 24px;
    color: #8f8f8f;
    font-family: "Source Sans Pro";
}

.partnersection {
    border-bottom: 1px solid #8f8f8f;
    opacity: 0.5;
}

.partnersection ul {
    list-style: none;
}

.partnersection ul li {
    padding: 0 30px 0 0px;
    font-size: 18px;
    color: #333333;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.partnersection .active {
    color: #397ba4;
}

.form-text .text-muted span a:hover {
    text-decoration: none;
}


/*PARTNERS-oldal*/


/*404-oldal*/

#fourzerofourwrapper {
    background-image: url('img/bg-404.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}


/*404-oldal*/


/*CAREERS-oldal*/

#careerswrapper {
    background-image: url('img/bg-careers.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#careerswrappertwo {
    background-image: url('img/bg2-careers.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.careertext p {
    font-size: 21px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
    font-weight: lighter;
}

.careertext h2 {
    font-size: 30px;
    color: #397BA4;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}

.careertext h5 {
    color: #000;
    font-family: 'Source Sans Pro';
}


/*CAREERS-oldal*/


/*SUPPORT-oldal*/

#supportwrapper {
    background-image: url('img/bg-support.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#supportwrappertwo {
    background-image: url('img/bg-support.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#supportwrappertwo h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    letter-spacing: 2px;
}

::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'Source Sans Pro';
}

:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'Source Sans Pro';
}
.form-control {
    padding: 4px;
}
.form-group{
    margin-bottom: 0.7rem;
}
.text-muted {
    padding-bottom:18px;
    text-align:left;
}
.formsection p {
    font-family: 'Source Sans Pro';
    font-size: 23px;
    color: #8f8f8f;
    font-weight: 400;
    text-align: justify;
}
/*SUPPORT-oldal*/


/*BLOG-oldal*/

#blogwrapper {
    background-image: url('img/bg-blog.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#blogwrappertwo {
    background-image: url('img/bg2-blog.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.blogcard .card {
    box-shadow: 0 2px 3px rgba(4, 4, 4, 0.27);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 40px;
    transition: ease-in-out .2s
}

.blogcard .card:hover {
    box-shadow: 0 3px 4px rgba(4, 4, 4, 0.27);
}

.blogcard .card-img-top {
    width: 100%;
    border-radius: 0;
}

.blogcard .card-title {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.blogcard .card-text {
    font-size: 16px;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.blogcard span {
    position: absolute;
    top: 90px;
    right: 15px;
    color: #feffff;
    font-size: 14px;
    font-family: 'Source Sans Pro'
}
.blogarticle h2 {
    color: #397BA4;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-family: 'Source Sans Pro';
    padding: 0 8px;
}

.blogarticle h6 {
    color: #397BA4;
    font-family: 'Source Sans Pro';
    text-align: left;
    padding-top: 48px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(143, 143, 143, 0.5);
}

.blogarticle p {
    color: #3e3e3e;
    font-size: 18px;
    font-family: 'Source Sans Pro';
    line-height: 24px;
    text-align: left;
    padding-top: 30px;
    font-weight: lighter;
}

.blogarticle p img {
    max-width: 100%;
}

.blogarticle .blogpost p {
    text-align: left;
    padding-top: 10px;
}

.blogarticle ul {
    text-align: left;
}

.page-numbers {
    border: 0;
    border-radius: 50%;
    font-size: 18px;
    transition: ease-in-out 0.4s;
    color: #8f8f8f;
    padding:5px 30px 0 30px;
}
.page-numbers:hover {
    text-decoration:none;
    color:#3A9DD4;
}
.page-numbers.current {
    padding-top:0;
}
.page-numbers li {
    padding-top: 2px;
}
.page-numbers.dots:hover {
    color:#8f8f8f;
}
.page-item.active .page-link {
    border: 1px solid #3A9DD9;
    background-color: #fff;
    color: #3A9DD9;
}
.current li {
    color:#3A9DD9;
    border: 1px solid #3A9DD9;
    border-radius:50%;
    padding: 6px 10px 0 10px;
    width:40px;
    height:40px;
}

/*BLOG-oldal*/


/*DATACENTER-oldal*/

#datacenterwrapper {
    background-image: url('img/bg-datacenter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.datacenterwrappertwo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.datatextsection h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #397ba4;
    font-family: 'Source Sans Pro';
    text-align: center;
    margin-bottom: 30px;
}

.datatextsection p {
    font-size: 18px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
}

.dataarticlesection h4 {
    font-size: 21px;
    color: #333333;
    font-family: 'Source Sans Pro';
}

.dataarticlesection h5 {
    font-size: 22px;
    color: #333333;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.dataarticlesection h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #397ba4;
    font-family: 'Source Sans Pro';
}

.dataarticlesection h6 {
    font-size: 16px;
    color: #3e3e3e;
    font-family: 'Source Sans Pro';
}
.dataarticlesection p {
    font-family:'Source Sans Pro';
    font-weight: 400;
    font-size: 18px;
    line-height:24px;
}

.featuressection .card-title {
    text-align: center;
    color: #333333;
    font-family: 'Source Sans Pro';
    text-align: left;
}

.featuressection .card-text {
    color: #8f8f8f;
    font-family: "Source Sans Pro";
    font-size: 16px;
}

.databuttonsection h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
}

.databuttonsection h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    text-align: left;
    line-height: 24px;
}


/*DATACENTER-oldal*/


/*SEARCH RESULTS-oldal*/

#searchwrapper {
    background-image: url('img/bg-searchresults.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#searchwrappertwo {
    background-image: url('img/bg2-searchresults.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.searchbar input {
    border: 1px solid rgba(143, 143, 143, 0.7);
    border-radius: 0px;
    color: #8f8f8f;
}

.btn-outline-secondary {
    border: 1px solid rgba(143, 143, 143, 0.7);
    border-radius: 0px;
    font-family: 'Source Sans Pro';
}


/*SEARCH RESULTS-oldal*/


/*PRIVACY-oldal*/

#privacywrapper {
    background-image: url('img/bg-privacy.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#privacywrappertwo {
    background-image: url('img/bg2-privacy.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#privacywrappertwo h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    letter-spacing: 2px;
}

#privacywrappertwo h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    text-align: left;
    line-height: 24px;
}

.privacytext-bordered p {
    font-size: 21px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
    font-weight: lighter;
}

.privacytext-bordered h2 {
    font-size: 30px;
    color: #397BA4;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}

.privacytext-bordered h5 {
    color: #000;
    font-family: 'Source Sans Pro';
}

.privacytext p {
    font-size: 21px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
    font-weight: lighter;
}

.privacytext h2 {
    font-size: 30px;
    color: #397BA4;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}

.privacytext h3 {
    font-size: 18px;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
    font-weight: lighter;
    line-height: 24px;
    padding-bottom: 30px;
}

.privacytext h5 {
    color: #000;
    font-family: 'Source Sans Pro';
}


/*PRIVACY-oldal*/


/*PRESS & EVENTS-oldal*/

#presswrapper {
    background-image: url('img/bg-press.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#presswrappertwo {
    background-image: url('img/bg2-press.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.presscard .card {
    box-shadow: 0 2px 3px rgba(4, 4, 4, 0.27);
    margin-bottom: 40px;
    transition: ease-in-out .2s;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.presscard .card:hover {
    box-shadow: 0 3px 4px rgba(4, 4, 4, 0.27);
}

.presscard .card-img-top {
    width: 100%;
    border-radius: 0;
}

.presscard .card-title {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.presscard .card-text {
    font-size: 16px;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.presscard span {
    color: #397ba4;
    font-size: 18px;
    font-family: 'Source Sans Pro'
}
.presscard .btn-outline-light {
    width:90%;
}
.eventsection {
    border-bottom: 1px solid #8f8f8f;
    opacity: 0.5;
}

.eventsection ul {
    list-style: none;
}

.eventsection ul li {
    padding: 0 30px 0 0px;
    font-size: 20px;
    color: #333333;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.eventsection .active {
    color: #FE720B;
    font-weight: bold;
}

.releasecard .card {
    box-shadow: 0 2px 3px rgba(4, 4, 4, 0.27);
    border-bottom: 4px solid #333333;
    margin-bottom: 40px;
    transition: ease-in-out .2s;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.releasecard .card:hover {
    box-shadow: 0 3px 4px rgba(4, 4, 4, 0.27);
}

.releasecard .card-img-top {
    width: 100%;
    border-radius: 0;
}

.releasecard .card-title {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.releasecard .card-text {
    font-size: 16px;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.releasecard span {
    position: absolute;
    top: 60px;
    left: 23px;
    color: #333333;
    font-size: 18px;
    font-family: 'Source Sans Pro'
}

.releasesection {
    border-bottom: 1px solid #8f8f8f;
    opacity: 0.5;
}

.releasesection ul {
    list-style: none;
}

.releasesection ul li {
    padding: 0 30px 0 0px;
    font-size: 20px;
    color: #333333;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.releasesection .active {
    color: #333333;
    font-weight: bolder;
}

.medcovcard .card {
    box-shadow: 0 2px 3px rgba(4, 4, 4, 0.27);
    border-bottom: 4px solid #397BA4;
    margin-bottom: 40px;
    transition: ease-in-out .2s;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.medcovcard .card:hover {
    box-shadow: 0 3px 4px rgba(4, 4, 4, 0.27);
}

.medcovcard .card-img-top {
    width: 100%;
    border-radius: 0;
}

.medcovcard .card-title {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.medcovcard .card-text {
    font-size: 16px;
    text-align: left;
    font-family: 'Source Sans Pro';
}

.medcovcard span {
    position: absolute;
    top: 60px;
    left: 23px;
    color: #333333;
    font-size: 18px;
    font-family: 'Source Sans Pro'
}

.medcovsection {
    border-bottom: 1px solid #8f8f8f;
    opacity: 0.5;
}

.medcovsection ul {
    list-style: none;
}

.medcovsection ul li {
    padding: 0 30px 0 0px;
    font-size: 20px;
    color: #333333;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.medcovsection .active {
    color: #397BA4;
    font-weight: bolder;
}


/*PRESS & EVENTS-oldal*/


/*ABOUT-oldal*/

#aboutwrapper {
    background-image: url('img/bg-about.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

#aboutwrappertwo footer {
    background-image: url('img/bg2-about.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
    padding-top: 150px;
}

.abouttext {
    font-size: 26px;
    font-family: 'Source Sans Pro';
    color: #8f8f8f;
    font-weight: 400
}

.aboutsection ul {
    list-style: none;
}

.aboutsection ul li {
    padding: 0 20px;
    font-size: 23px;
    color: #333333;
    font-family: 'Source Sans Pro';
    font-weight: 400;
}

.aboutsection .active {
    color: #397BA4;
    font-weight: bolder;
}

.aboutcard .card {
    margin-bottom: 40px;
}

.aboutcard .card-title {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Source Sans Pro';
    text-align: center;
}

.aboutcard .card-text {
    font-size: 16px;
    text-align: left;
    font-family: 'Source Sans Pro';
    text-align: center;
}

.execard .card-title {
    font-size: 30px;
    color: #397BA4;
}

.execard p {
    color: #333333;
}

.execard h6 {
    font-size: 16px;
    font-family: 'Source Sans Pro';
    color: #8f8f8f;
    text-align: center;
}

.dircard .card-title {
    font-size: 30px;
    color: #333333;
}

.card-title {
    font-size: 22px;
    padding: 0;
    margin-top: 0px;
    margin-bottom: .5rem;
}

.card-text {
    font-size: 18px;
    margin-bottom: 2rem;
}


/*ABOUT-oldal*/

@media (max-width:767px) {
    .tab-selector {
        padding-left:10px !important;
        padding-right:10px !important;
        font-size: 16px !important;
    }
}

@media (max-width:580px) {
    .tab-selector {
        padding-left:5px !important;
        padding-right:5px !important;
        font-size: 12px !important;
    }
}

@media (min-width: 1px) and (max-width:500px) {
    .collapse .show {
        background-color:#fff;
    }
    nav-link {
        color:#397ba4;
    }
    .head h1 {
        font-size: 30px;
    }
    .head h5 {
        font-size: 18px;
    }
    .aboutsection ul li {
        font-size: 12px;
    }
    .abouttext p {
        font-size: 18px;
    }
    .btn {
        width: 70%
    }
    .page-item {
        padding: 0;
    }
    .citationsection h4 {
        font-size: 14px;
        padding:18px;
    }
    .citationsection span {
        left: 20px;
        font-size: 40px;
        bottom: 40px;
    }
    .partnersection ul li {
        font-size: 12px;
    }
    .textsection h2 {
        font-size: 20px;
    }
    .videosection ul {
        position: relative;
    }
    .videosection h2 {
      text-align:center
    }
    .footermenu {
     display:block;
    }

    footer h5 {
    display:none;
    }
    .footerlogo {
        margin-top:30px;
    }
    .footermenu ul {
     display:none;
    }
    .footersocial {
     display:block;
     margin-top:60px;
     margin-bottom:30px;
     padding-left:0 !important;
    }
    .centerizefooter {
     display:flex;
     flex-direction:column-reverse;
     padding-bottom:25px !important;
    }
    .footersocial li {
      padding:0 15px;
    }
    .footer-bottom-menu li a {
        margin:0 1rem !important;
    }
    .mb-mobile {
        margin-bottom:48px;
    }
    .mr-025 {
        margin-right: 0;
    }

    .ml-025 {
        margin-left: 0;
    }
    .modal.sidebar .modal-body {
        padding-right:0;
    }
    .modal-header {
        padding-right:0;
    }
    .modal-header button {
        padding-right:0 !important;
        margin-right:0 !important;
    }
    .centerizefooter ul {
        margin:auto;
        padding-left: 16px !important;
    }
    .card {
        width:21rem !important;
        max-width: 100%;
    }
    .backbuttonsection .btn {
        width:100% !important;
    }
    .execard .card {
        width:100% !important;
    }
    .tab-selector {
        padding-left:10px;
        padding-right:10px;
    }
    .midsection h5 {
        line-height: 24px;
        font-size:18px;
    }
    .award-logo {
        max-width:200px;
    }
    .formsection p {
        font-size:18px;
        line-height:24px;
    }
    .page-numbers {
        padding:5px 15px 0 15px;
    }
    .page-numbers.current {
        padding:0;
    }
    .page-numbers.dots {
        padding: 5px 0 0 0;
    }
}


/* HAMBURGER IKON miatti elcsúszás*/

body {
    padding-left: 0;
    padding-right: 0;
}

.modal.sidebar.show .modal-dialog {
    transition: all 0.5s ease-out;
    transform: translateX(0);
    opacity: 1;
}

.modal.sidebar .modal-dialog {
    transition: all 0.5s ease-out;
    transform: translateX(100%);
    opacity: 0.5;
}

/* PANELEK */

.hero {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
}

.divider {
    border-bottom: 1px solid rgba(143, 143, 143, 0.5);
}

.panel-title>h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #397ba4;
    font-family: 'Source Sans Pro';
}

.panel-title p {
    font-size: 20px;
    font-weight: 400;
    color: #8f8f8f;
    font-family: 'Source Sans Pro';
}

.round-image {
    height: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.round-image-mask {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.round-image-mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.square-border {
    border-radius: .25rem;
}

.overlay-light {
    background: -moz-linear-gradient(277deg, rgba(76, 135, 171, 0.7) 0%, rgba(183, 192, 197, 0.7) 37%, rgba(183, 192, 197, 0.7) 43%, rgba(147, 170, 183, 0.7) 53%, rgba(68, 122, 154, 0.65) 75%, rgba(68, 122, 154, 0.7) 92%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(76, 135, 171, 0.7)), color-stop(37%, rgba(183, 192, 197, 0.7)), color-stop(43%, rgba(183, 192, 197, 0.7)), color-stop(53%, rgba(147, 170, 183, 0.7)), color-stop(75%, rgba(68, 122, 154, 0.65)), color-stop(92%, rgba(68, 122, 154, 0.7)));
    background: -webkit-linear-gradient(277deg, rgba(76, 135, 171, 0.7) 0%, rgba(183, 192, 197, 0.7) 37%, rgba(183, 192, 197, 0.7) 43%, rgba(147, 170, 183, 0.7) 53%, rgba(68, 122, 154, 0.65) 75%, rgba(68, 122, 154, 0.7) 92%);
    background: -o-linear-gradient(277deg, rgba(76, 135, 171, 0.7) 0%, rgba(183, 192, 197, 0.7) 37%, rgba(183, 192, 197, 0.7) 43%, rgba(147, 170, 183, 0.7) 53%, rgba(68, 122, 154, 0.65) 75%, rgba(68, 122, 154, 0.7) 92%);
    background: -ms-linear-gradient(277deg, rgba(76, 135, 171, 0.7) 0%, rgba(183, 192, 197, 0.7) 37%, rgba(183, 192, 197, 0.7) 43%, rgba(147, 170, 183, 0.7) 53%, rgba(68, 122, 154, 0.65) 75%, rgba(68, 122, 154, 0.7) 92%);
    background: linear-gradient(173deg, rgba(76, 135, 171, 0.7) 0%, rgba(183, 192, 197, 0.7) 37%, rgba(183, 192, 197, 0.7) 43%, rgba(147, 170, 183, 0.7) 53%, rgba(68, 122, 154, 0.65) 75%, rgba(68, 122, 154, 0.7) 92%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c87ab', endColorstr='#447a9a', GradientType=0);
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}

.overlay-dark {
    background: -moz-linear-gradient(154deg, rgba(57, 123, 164, 0.8) 0%, rgba(57, 123, 164, 0.8) 61%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(39%, rgba(57, 123, 164, 0.8)), color-stop(100%, rgba(57, 123, 164, 0.8)));
    background: -webkit-linear-gradient(154deg, rgba(57, 123, 164, 0.8) 0%, rgba(57, 123, 164, 0.8) 61%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(154deg, rgba(57, 123, 164, 0.8) 0%, rgba(57, 123, 164, 0.8) 61%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(154deg, rgba(57, 123, 164, 0.8) 0%, rgba(57, 123, 164, 0.8) 61%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(296deg, rgba(57, 123, 164, 0.8) 0%, rgba(57, 123, 164, 0.8) 61%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#397ba4', GradientType=1);
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}

.overlay-css {
    background: -moz-linear-gradient(top, rgba(76,135,171,0.25) 0%, rgba(183,192,197,0.25) 29%, rgba(183,192,197,0.25) 44%, rgba(62,113,145,0.25) 81%, rgba(62,113,145,0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(76,135,171,0.25) 0%,rgba(183,192,197,0.25) 29%,rgba(183,192,197,0.25) 44%,rgba(62,113,145,0.25) 81%,rgba(62,113,145,0.25) 100%);
    background: linear-gradient(to bottom, rgba(76,135,171,0.25) 0%,rgba(183,192,197,0.25) 29%,rgba(183,192,197,0.25) 44%,rgba(62,113,145,0.25) 81%,rgba(62,113,145,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404c87ab', endColorstr='#403e7191',GradientType=0 );
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}

.overlay-raster {
    background: url('assets/images/raster.png');
    background-position: center center;
    background-size: cover;
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}

.overlay-polygon {
    background: url('assets/images/polygon-pattern.png');
    background-position: top left;
    background-repeat: repeat;
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}

.overlay-grid {
    background: url('assets/images/grid-pattern.png');
    background-position: top left;
    background-repeat: repeat;
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}

.overlay-dots {
    background: url('assets/images/dots-pattern.png');
    background-position: top left;
    background-repeat: repeat;
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}


.overlay-footergradient {
    background: url('assets/images/footer_gradient.png');
    background-position: bottom;
    background-repeat: repeat-x;
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}

.pmd-r-025 {
    padding-right: .25rem;
}

.pmd-l-025 {
    padding-left: .25rem;
}

.mmd-r-025 {
    margin-right: .25rem;
    height: 100%;
}

.mmd-l-025 {
    margin-left: .25rem;
    height: 100%;
}

@media (max-width: 767px) {
    .pmd-r-025 h6,
    .pmd-l-025 h6 {
        padding-left: 8px;
        padding-left: 8px;
    }

}

@media (max-width: 575px) {
    .pmd-r-025 {
        margin-bottom: .5rem;
    }

    .mmd-r-025 {
        margin-right: 0;
    }

    .mmd-l-025 {
        margin-left: 0;
    }
}

.rounded-rectangle-small {
    height: 50px;
    border: 1px solid #8F8F8F;
    color: #8F8F8F;
    border-radius: .25rem;
    padding-top: 10px;
    display: block;
}

@media (max-width: 767px) {
    .rounded-rectangle-small {
        margin-top: 1rem;
    }
}

.rounded-rectangle-big {
    height: 110px;
    border: 1px solid #8F8F8F;
    color: #8F8F8F;
    border-radius: .25rem;
    padding-top: 45px;
    display: block;
}

.footer-bottom-menu > li {
    display: inline-block;
}

.footer-bottom-menu > li > a {
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
    margin-right: 2rem;
}

.footer-social-menu {
    display:inline-flex;
}

.footer-social-menu > li {
    padding-left: 30px;
}

.fa-2x {
    font-size:1.3em;
}

#tab-indicator-line {
    height: 1px;
    width: 100%;
    background-color: #8F8F8F;
}

.tab-selector.active {
    background-image: url(assets/images/triangle-tab.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.tab-pixel-line {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background-image: url(assets/images/line-pixel.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.tab-pixel-line ul {
    margin: 0 auto;
    padding-left: 0;
}

.gray-text,
.gray-text p {
    color: #3e3e3e;
    font-family: 'Source Sans Pro';
    font-size: 1.1rem;
}

.gray-text p {
    font-weight: 400;
}

.card-image-cap {
    width: 100%;
    height: 28px;
}

.cap-triangle {
    background-image: url(assets/images/triangle.png);
    background-repeat: no-repeat;
    background-position: 80% bottom;
}

.cap-color-gray {
    background-color: rgba(51, 51, 51, 0.502);
}

.cap-color-blue {
	background-color: rgba(57, 123, 164, 0.502);
}

.cap-color-darkblue {
    background-color: rgba(37, 80, 107, 0.502);
}

.cap-color-green {
    background-color: #BAC7BE;
}

.cap-color-teal {
    background-color: rgba(0, 64, 128, 0.502);
}

.tab-color-gray.active {
    color: #333333;
}

.tab-color-blue.active {
	color: #397BA4;
}

.tab-color-darkblue.active {
    color: #25506b;
}

.border-divider-right div:not(:last-child) {
    border-right: 1px solid rgba(143, 143, 143, 0.502);
}

.recent-posts,
.recent-posts a {
    color: #8F8F8F;
}

.lead {
    font-size: 18px;
}

.partner-img {
    margin: 0 1rem 2rem;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.search-form-container {
    padding: 9px 12px 0 12px;
    overflow: hidden;
    display: inline-block;
    width: auto;
}

li.search-form {
    height: 36px;
    margin-top: -28px;
}

.search-form-container .search-form .form-group {
    transition: all 0.35s ease-out;
    min-width: 34px;
    height: 34px;
    background-color: transparent;
    border-radius: 17px;
    border-width: 0px;
    position: relative;
    margin: 12px 10px 0px 0px;
  }

.search-form-container .search-form .form-group input {
    padding: 4px 20px 4px 8px;
    width: 0;
    border: 0 none !important;
    outline: none;
    background: transparent;
    box-shadow: none;
    display:block;
    font-family: "Source Sans Pro";
    font-size: .8rem;
    color: rgb(143, 143, 143);
    padding-top: 8px;
    padding-left: 12px;
  }

 .search-form-container .search-form .form-group.in-focus input
{
    width: 100%;
}

.search-form-container .search-form .form-group input::-webkit-input-placeholder {
    display: none;
    font-size: .8rem;
  }

  .search-form-container .search-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    display: none;
    font-size: .8rem;
  }

  .search-form-container .search-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
    font-size: .8rem;
  }

  .search-form-container .search-form .form-group input:-ms-input-placeholder {
    display: none;
    font-size: .8rem;
  }

  .search-form-container .search-form .form-group:hover,
  .search-form-container .search-form .form-group.hover,
  .search-form-container .search-form .form-group.in-focus {
    width: 130px;
    border-radius: 25px 25px 25px 25px;
    background-color: #fff;
  }

  .search-form-container .search-form .form-group i.form-control-feedback {
    position: absolute;
    color:white;
    top: 10px;
    right: 10px;
  }

  #top-navbar i.fa-navicon {
      color: white;
      cursor: pointer;
      font-size: 1.5rem;
  }

  #top-navbar.sticky-navbar i.fa-navicon {
      color: black;
  }

  #top-navbar.sticky-navbar .search-form-container .search-form .form-group i.form-control-feedback {
      color: black;
  }


  .search-form-container .search-form .form-group.in-focus i.form-control-feedback {
    color: rgb(143, 143, 143);
  }

  .text-left {
      text-align: left !important;
  }

.card-search-top {
    width: 100%;
    height: 120px;
    background: url(assets/images/search_top.png);
    background-position: center center;
    background-size: cover;
    text-align: right !important;
    position: relative;
}

.card-search-top span {
    float: right;
    display: block;
    color: white;
    margin: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.search-template .search-input {
    width: 80%;
    padding: 10px;
    margin: 1px;
}

.presscard .row > div {
    margin-bottom: 2rem;
}

.button-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.show-bio {
    cursor: pointer;
}

#people-modal .execard {
    width: 80%;
    margin: auto;
}

#people-modal .execard h6 p {
    color: #3e3e3e;
    text-align: center;
}

.btn.btn-black {
    color: black;
    border-color: black;
    border-radius: 20px;
    width: 160px;
    margin-bottom: 16px;
}

.two-column-cta .btn-outline-warning a,
.two-column-cta .btn-outline-warning-blue a {
    color: white;
}

.bottomsection .btn-outline-warning,
.bottomsection .btn-outline-warning-blue {
    color: white;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.hero-bottom-triangle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/images/triangle.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hide-triangle .hero-bottom-triangle {
    display: none;
}

span.darkblue {
    color: #25506b;
}

.footer-container {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 16px;
    max-width: 1440px;
}

@media (max-width: 1249px) {
    .footer-container {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (max-width: 1049px) {
    .footer-container {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 974px) {
    .footer-container {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (min-width: 1px) and (max-width: 849px) {
    .footer-container {
        padding-left: 0px;
        padding-right: 8px;
    }
}

#footer-about {
    background-image: url('assets/images/bg2-about.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    -webkit-background-size: cover;
    height: 700px;
    width: 100%;
}

.cover-background {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.cover-background-two-columns {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    height: 100% !important;
}

.cover-top-background {
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.footer-align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#menu-header-right-menu {
    font-size: .8rem;
}

@media (max-width: 1350px) {
    #menu-header-left-menu {
        font-size: .85rem;
    }
    #menu-header-right-menu {
        font-size: .75rem;
    }
}

@media (max-width: 1300px) {
    #menu-header-left-menu {
        font-size: .8rem;
    }
    #menu-header-right-menu {
        font-size: .7rem;
    }
}

@media (max-width: 1250px) {
    #menu-header-left-menu {
        font-size: .75rem;
    }
    #menu-header-right-menu {
        font-size: .65rem;
    }
}

@media (min-width: 321px) and (max-width: 500px) {
    .btn-outline-light {
        font-size: 17px;
        padding-top: 13px;
    }
}

@media (min-width: 1px) and (max-width: 320px) {
    .btn-outline-light {
        font-size: 14px;
        padding-top: 16px;
    }
}


.card-title a {
    color: #333333;
    text-decoration: none;
}

.card-title a:hover {
    color: #8f8f8f;
    text-decoration: none;
}

span.orange {
    color: #fe720b;
}

#contact-modal {
    font-size: 0.9rem;
}

#contact-modal form.form p label { color: #000000; float: none; text-align: left; line-height: 1em; width: auto; }
#contact-modal form.form p.submit { margin-left: 5px; }
#contact-modal form.form p.no-label { margin-left: 50px; }
#contact-modal form.form span.value { margin-left: 0px; }
#contact-modal form.form p span.description { margin-left: 0px; }
#contact-modal form.form p.required label, form.form span.required label { background-position: top left; background: none; padding-left: 0px; }
#contact-modal form.form .pd-radio:after { content: " "; display: table; clear: both; }
#contact-modal form.form .pd-radio { *zoom: 1; }
#contact-modal form.form .pd-radio .value span { float: left !important; }

li.menu-demo > a {
    border: 1px solid white;
    border-radius: 20px;
}

#top-navbar.sticky-navbar li.menu-demo > a {
    border-color: black;
}

div.anchor {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}

.modal-header .close {
    padding: calc(1rem + 3px);
}

@media (max-width: 499px) {
    #menu-footer-bottom-menu {
        padding-left: 16px;
    }
}

#cookie-consent-permission {
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px;
    box-shadow:  0 -5px 5px -5px rgba(0, 0, 0, 0.2);
}

.iframe-loader {
    cursor: pointer;
}

.card__news{
    display: flex;
    flex-direction: column;
    height: 400px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    margin: 16px;
    overflow: hidden;
}

.card__image {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.card__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    flex-grow: 1;
}

.card__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    max-height: 42px;
    overflow: hidden;
}

.card__title > a,
.card__title > a:hover,
.card__title > a:focus {
    color: #212529;
}

.card__description {
    font-size: 16px;
    font-weight: 400;
    visibility: auto;
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
}

.card__learn-more {
    color: #2b8eff;
}

.card__learn-more:focus, .card__learn-more:hover {
    color: #2b8eff;
}

.card__arrows, .owl-nav {
    display: flex;
    justify-content: flex-end;
}

.card__arrow {
    height: 20px;
    margin: 0px 10px 0;
}

.card__arrow--left {
    opacity: 0.3;
    transition: 0.2s opacity ease-in-out;
}

.card__arrow--right {
    opacity: 0.3;
    transition: 0.2s opacity ease-in-out;
}

.card__arrow--left:hover {
    cursor: pointer;
    opacity: 0.5;
}

.card__arrow--right:hover {
    cursor: pointer;
    opacity: 0.5;
}

.owl-next:focus, .owl-prev:focus {
    outline: 0;
}

.owl-stage {
    padding-bottom: 24px;
    margin-bottom: -24px;
}

.owl-dots {
    display:none;
}

.new-solutions-image {
    width: 143px;
    height: 143px;
}

.new-solution-text {
    margin-bottom: 20px;
    margin-top: -10px;
}

.learn-more {
    height: 20px;
    width: 79px;
    color: #3A9DD9;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}




.new-solutions-title {
    font-size: 21px;
    color: #333333;
    font-family: "Source Sans Pro";
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 30px;
}

.new-solutions-title:hover {
    color: #8f8f8f;
    text-decoration: none;
}

.new-solutions-subheader {
    height: 33px;
    color: #397ba4;
    font-family: "Source Sans Pro";
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.new-solutions-description {
    text-align: left;
    color: #3e3e3e;
    font-weight: 400;
    font-family: "Source Sans Pro";
    font-size: 1.1rem;
}

.solutions-line{
    position: absolute;
    box-sizing: border-box;
    height: 1470px;
    width: 1.5px !important;
    border: 0.5px solid #397ba4;
    margin-left: 43%;
    margin-top: 15%;
}

.new-solutions-btn{
    text-align: left;
    position: absolute; bottom: 1%;
}

@media (max-width: 992px) {
    .solutions-line{
        display: none;
    }
}

@media (max-width: 572px) {
    .new-solutions-title{
        text-align: center;
    }
}

@media (max-width: 572px) {
    .new-solutions-btn{
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .card{
        /*width: 100% !important;*/
    }
    .new-solutions-btn{
        margin-left: -3%;
    }
    .new-solutions-btn > a{
        width: 50%;
    }
}

@media (max-width: 576px) {
    .new-solutions-title {
        margin-top: -65px !important;
    }
    .new-solution-text {
        text-align: justify !important;
    }
}

@media (max-width: 500px) {
    .new-solutions-image {
        margin-bottom: -90px !important;
    }
    .new-solution-text {
        margin-bottom: -70px !important;
    }
}

@media (min-width: 992px) {
    .new-solutions-container{
        max-width: 85%;
        margin-left: 5%;
    }
}

@media (max-width: 768px) {
    .new-solutions-card{
        min-height: 330px !important;
    }
}

@media (max-width: 768px) {
    .new-solutions-subheader{
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .new-solutions-card{
        min-height: 480px !important;
    }
}

@media (max-width: 500px) {
    .new-solutions-card{
        min-height: 520px !important;
    }
}

.menu-item-object-item_solutions{
    width: 100% !important;
}

@media (min-width: 992px) and (max-width: 1392px) {
    .new-solutions-card {
        min-height: 340px !important;
    }
    .solutions-line{
        height: 1670px;
        width: 1px !important;
    }
}

@media (min-width: 993px) and (max-width: 1109px) {
    .new-solutions-card {
        min-height: 390px !important;
    }
    .solutions-line{
        height: 1970px;
        width: 1px !important;
    }
}

/* Case Studies Tabs */

/* {box-sizing: border-box}*/

.case-studies-container{
    margin-bottom: 10vh;
}

.case-logo{
    /*width: 12vw;*/
    height: 4vw;
}

.case-studies-img{
    width: 36vw;
    height: 24vw;
    margin-left: 20%;
}

.study-card-container {
   width: 36vw;
   height: 24vw;
   position: relative;
   border-right: 6px solid #397ba4;
}

@media (max-width: 1450px){
    .case-studies-img{
        width: 40vw;
        height: 29vw;
        margin-left: 20%;
    }

    .study-card-container {
       width: 40vw;
       height: 29vw;
       position: relative;
       border-right: 6px solid #397ba4;
    }
}

@media (max-width: 1200px){
    .case-studies-img{
        width: 40vw;
        height: 29vw;
        margin-left: 20%;
    }

    .study-card-container {
       width: 40vw;
       height: 29vw;
       position: relative;
       border-right: 6px solid #397ba4;
    }
}

.carousel-inner-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.study-card-body {
   float: left;
   left: 0px;
   top: 0px;
   z-index: 25;
   height: 100%;
   padding: 0px;
   background-color: rgb(255,255,255);
   color: #000;
   border-radius: 4px 4px 4px 4px;
}
/*
.carousel-indicators {
    margin-right: 0%;
}

.carousel-inner {
    width: 100%;
}

@media (min-width: 1620px) {
    .carousel-inner {
        width: 80%;
    }
    .case-studies-container {margin-left: 6%;}
}



@media (min-width: 2700px) {
    .carousel-inner {
        width: 77%;
    }
    .case-studies-container {margin-left: 5%;}
}

@media (min-width: 3200px) {
    .carousel-inner {width: 77%;}
    .case-logo { width: 6vw; height: 3vw;}
}

@media (max-width: 1300px) {

}

@media (max-width: 1150px) {
    .case-studies-container{
        margin-left: 4%;
    }

    .case-logo{
        width: 10vw;
        height: 5vw;
        margin-left: -20%;
    }

    .carousel-inner {
        width: 85%;
    }




}

@media (min-width: 771px) and (max-width: 991.5px) {

}

*/
/*
@media (max-width: 770px) {
    .study-card-body {
        position: relative;
    }
    .responsive-card {
        display: block !important;
    }

    .responsive-height {
        display: block !important;
    }

    .case-studies-container{
        display: none;
    }

    .study-card-body {
       z-index: 0;
    }


}

@media (max-width: 770px) {
    .responsive-description-card {
        display: block !important;
    }

    .first-description-card {
        display: none;
    }
}
/*
.study-card-body:before {
    background-color: #397ba4;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    border-radius: 4px 4px 4px 4px;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
}
*/
.study-card-body > p {
    padding-left: 7%;
    padding-right: 7%;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%);
}

/* Style the tab
.tab {
  float: left;
  background-color: #f1f1f1;
  width: 10vw;
  height: auto;
}
*/
/* Style the buttons that are used to open the tab content */
.tablinks {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent-style {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: inherit;
}



#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li:hover {
    cursor: pointer;
}

#myCarousel .carousel-indicators > li img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#myCarousel .carousel-indicators > li.active img {
    -webkit-filter: none;
    filter: none;
}

.vertical-line {
    border-left: 2px solid #ccc;
    height: 3vw;
    position: absolute;
    left: -5%;
    top: 10%;
}

.case-studies-heading{margin-top: 1%; color: #397ba4; font-weight: 500; font-size: 2rem;}

.case-studies-container .slider-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* End of Case Studies */

img[width="1"] {
    display: none;
}

div.case-studies-container {
    position: relative;
}

div.case-studies-container .slider-container {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
}

div.case-studies-container .study-background-cover {
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-left: 4px solid #397ba4;
    min-height: 300px;
}



@media (max-width: 767px) {
    div.col-md-6.case-study-card {
        height: 540px !important;
    }
    .study-background-cover {
        max-height: 300px !important;
    }
}

@media (max-width: 510px) {
    div.col-md-6.case-study-card {
        height: 550px !important;
    }
}

@media (max-width: 450px) {
    div.col-md-6.case-study-card {
        height: 580px !important;
    }
}

@media (max-width: 400px) {
    div.col-md-6.case-study-card {
        height: 630px !important;
    }
}

@media (max-width: 350px) {
    div.col-md-6.case-study-card {
        height: 700px !important;
    }
}

div.case-studies-container .case-study-card {
    padding: 1rem 1rem 1rem 2rem;
    background-color: white;
}



@media (min-width: 1px) and (max-width: 767px) {
    div.case-studies-container .study-background-cover {
        border-left-width: 0px;
        border-top: 4px solid #397ba4;
    }

    div.case-studies-container .case-study-card {
        padding: 1rem 2rem;
    }
}

div.case-studies-container .case-logo {
    display: inline-block;
}

div.case-studies-container .carousel-selector:not(:first-child) {
    border-left: 2px solid #ddd;
}

@media (max-width: 2399px) {
    div.case-studies-container .study-logo {
        width: auto;
        height: 100%;
    }
}

@media (min-width: 2400px) {
    div.case-studies-container .study-logo {max-width: 160px; height: auto;}
}

div.case-studies-container .carousel-selector:not(.active) .case-logo {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

div.case-studies-container .case-mobil-logo img {
    max-height: 72px;
}

div.case-studies-container ol.carousel-indicators {
    bottom: -24px;
}

div.case-studies-container ol.carousel-indicators li {
    border-color: rgb(80, 116, 138);
    background-color: rgba(80, 116, 138, 0.5);
}

div.case-studies-container ol.carousel-indicators li.active {
    background-color: rgb(255,255,255);
}

div.case-studies-container img.study-card-icon {
    width: 80px;
    height: 80px;
}

.case-studies-button-container{position: absolute; bottom: 2px; width: 100%; left: 12px;}

@media (max-width: 767px) {
    .case-studies-button-container{left: 0.4vw;}
}

.row.essentials .col-lg-3 .panel{
    background-color:#50748a;
    min-height:300px;
    text-align: left;
    padding: 2px 10px;
    color:white;
}

.row.essentials .col-lg-3 .panel h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.row.essentials{
    margin: 10px 0px;
}

.row.essentials .col-lg-3 .panel a:link{
    color:inherit;
}


.row.essentials .col-lg-3 .panel a:visited{
    color:inherit;
    font-style: normal;
}

.row.essentials .col-lg-3 .panel a:hover{
    color:inherit;
    text-decoration: underline;
}

.row.essentials .col-lg-3 .panel.support a{
    text-decoration:underline;
}

.row.essentials .col-lg-3 .panel button,.row.essentials .col-lg-3 .panel a.essentials{
    margin: 15% auto;
    display: block;
    width: 80%;
}

.container.essentials{
    margin:20px 0px;
    max-width: 100%!important;
}

.container.essentials .btn-primary.essentials{
    background-color: white;
    color:#50748a !important;
    font-weight: bold;
}

.container.essentials .team{
    max-width: 75%;
    margin: auto;
}


.essentials .team .image-holder{
    position:relative;
}

.essentials .team .name-holder{
    font-weight: bold;
    margin-bottom: 5px;
}

.essentials .team .image-holder img{
    max-width: 40%;
    border-radius: 50%;
}

.essentials .team .row.member{
    justify-content: space-evenly;
}

.container.essentials .form b{
    font-weight: bold;
}

.container.essentials .form .exit{
    display: none;
}

.container.essentials .form.hidden{
    display:none;
}

.container.essentials .form label,h3{
    margin-top: 4px;
}

.container.essentials .form h3{
    color:#397ba4;
    border-bottom: 2px solid #397ba4;
}

.container.essentials .form h4{
    color:#397ba4;
    font-size: 18px;
    font-weight: bold;
}
.container.essentials .form .row>*>label{
    font-weight:bold;
    color: #5e5e5e;
}
.container.essentials .form .additional{
    font-size:14px;
    font-weight:100;
    margin-top: -5px;
    margin-bottom: .5rem
}

.container.essentials .form{
    position:fixed;
    background-color: white;
    width: 700px;
    height: 90%;
    top: 5%;
    left: calc((100% - 700px)/2);
    z-index: 100;
    overflow-y:auto;
    text-align: left;
    max-width: 700px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.container.essentials .form textarea {
    resize: none;
}

.container.essentials .form .btn-block {
    width:100%;
    margin-top: 15px;
}

.container.essentials .form .last{
    margin-bottom:20px;
}

.container.essentials .form #add_camera_set{
    margin-top:20px;
}

.container.essentials .form .additional-camera-set h4{
    margin-top: 20px;
}

.container.essentials .form label .required:after{
    content: '*';
}

.container.essentials .form label .required{
    color:#FE720B;
}

@media (max-width: 700px) {
    .container.essentials .form{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
    }
    .container.essentials .form .exit{
        width: 100%;
        height: 2rem;
        display: block;
    }

    .container.essentials .form .exit button{
        display: block;
        color: rgb(94, 94, 94);
        background-color: transparent;
        border-radius: 0;
        border: none;
        font-size: 1.5rem;
        font-weight: 700;
        margin-left: auto;
        cursor: pointer;
    }

    .container.essentials .form .exit button:hover{
        color: black;
    }
}
@media (max-width: 991px) {
    .row.essentials .col-lg-3 .panel{
        margin: 5px auto;
        max-width: 400px;
    }
    .essentials .team .member{
        margin: 15px 0px;
    }
    .container.essentials .team{
        max-width: 100%;
        margin: auto;
    }
    .container.essentials .form .margin-top{
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .container.essentials .col-lg-3 .panel{
        position: relative;
    }
    .container.essentials .col-lg-3 .panel .btn{
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
    }
}