.jobs .landing-lead h3 {
    font-size: 4.25em;
}

.info-block-lead h4 {
    font-family: 'KPMG',sans-serif;
    font-size: 4.25em;
    text-decoration: none;
    font-weight: 400;
    color: #0072bb;
    text-align: center;
    line-height: 1em;
    margin: 40px auto;
    padding-bottom: 15px;
    max-width: 90%;
}

.landing-button {
    padding: 10px 25px;
    border: 4px solid #01b5f2;
    color: #ffffff;
	background-color: #01b5f2;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block;
}

.landing-button:hover {
    border: 4px solid #01b5f2;
    color: #01b5f2;
	background-color: #ffffff;
    text-decoration: none;
}

.landing-button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    background-image: url(../../kpmg.hrfelho.hu/adotanacsadokarrier/images/right-open.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}

.landing-button:hover::before {
    background-image: url(../../kpmg.hrfelho.hu/adotanacsadokarrier/images/right-open-hover.png);
}

.quiz-button {
    padding: 10px 25px;
    border: 4px solid #a9e7ff;
    color: #1d49de;
	background-color: #a9e7ff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block;
}

.quiz-button:hover {
    border: 4px solid #a9e7ff;
    color: #a9e7ff;
	background-color: #1d49de;
    text-decoration: none;
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


p.landing-text {
    font-size: 18px;
    margin-bottom: 15px;
}

.video-block {
    background-color: #004e98;
    padding: 20px 0;
}

.video-block iframe {
    width: 100%;
    max-width: 100%;
    height: 450px;
}

img.landing-header {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.quote-block {
    color:#fff;
    padding: 100px 0;
}
.quote-block img.colleague {
    max-width: 270px;
}

.quote-block img.quote-img {
    position: absolute;
    left: 27%;
    top: 32px;
}

.quote-block p.quote {
    display: inline-block;
    float: right;
    max-width: 60%;
    color: #004e98;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.landing-carousel {
    position: relative;
}

.landing-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 250px;
    left: 50px;
    background-image: url(../images/carousel-left.png);
    width: 25px;
    height: 38px;
}

.landing-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 250px;
    right: 50px;
    background-image: url(../images/carousel-right.png);
    width: 25px;
    height: 38px;
}

.landing-carousel .owl-controls .owl-dots {
    top: auto;
    bottom: 50px;
    height: 20px;
    position: absolute;
    width: 180px;
    left: calc(50% - 60px);
}

.landing-carousel .owl-controls .owl-dots .owl-dot {
    width: 19px;
    height: 19px;
    background-image: url(../images/carousel-bullet.png);
    display: inline-block;
    margin: 5px;
}

.landing-carousel .owl-controls .owl-dots .owl-dot.active {
    background-image: url(../images/carousel-bullet-active.png);
}
.info-block {
    padding-bottom: 40px;
}
.info-block:nth-child(2n+1) {
    background-color: #004e98;
}

.info-block:nth-child(2n) {
    background-color: #0072bb;
}

.info-block .icon {
    float:left;
    width: 100px;
    padding-right: 20px;

}

.info-block .icon img {
    width: 80px;
    margin-top: -10px;
    margin-left: -5px;
}


.info-block::after {
    display: block;
    clear:both;
    content: "";
}

.info-block h4 {
    font-family: 'KPMG',sans-serif;
    font-size: 4.25em;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 60px 0 40px 0;
}

.info-block .text {
    float: left;
    width: calc(100% - 100px);
    padding-left: 30px;
    border-left: 1px solid #007abd;
    min-height: 90px;
}

.info-block:nth-child(2n) .text {
    border-left: 1px solid #0097da;
}

.info-block p {
    color: white;
    font-size: 17px;
    padding-right: 10px;
}

.video-block .video-holder {
    position: relative;
}

.video-block .video-holder .video-label {
    background: #009bdb;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    position: absolute;
    z-index: 999;
	top: 60px;
}

.video-block .custom-controls {
    position: absolute;
}

.video-block .custom-controls a {
    position: absolute;
    top: 50%;
    bottom: 200px;
    width: 25px;
    height: 38px;
}

.video-block .custom-controls a.custom-owl-prev {
    background-image: url(../images/carousel-left-white.png);
    left: 50px;
    right: auto;
}
.video-block .custom-controls a.custom-owl-next {
    background-image: url(../images/carousel-right-white.png);
    right: 50px;
    left: auto;
}

@media (max-width: 1680px) {
    header#header .logo-header-container.landing .header-nav ul li a {
        padding: 0 15px;
        font-size: 16px;
    }
    header#header .logo-header-container.landing .header-nav.login-nav a {
        padding: 10px 20px;
        font-size: 16px;
    }

}

@media (max-width: 1340px) {
    .video-block .custom-controls a.custom-owl-prev {
        left: 20px;
        right: auto;
    }
    .video-block .custom-controls a.custom-owl-next {
        right: 20px;
        left: auto;
    }
}

@media (max-width: 1240px) {
    header#header .logo-header-container.landing div.header-social {
        margin-right: 15px;
    }
    .quote-block img.colleague {
        max-width: 220px;
    }

    .quote-block img.quote-img {
        left: 24%;
    }
}
@media (max-width: 992px) {

    .quote-block div[class^="col-"] {
        padding-left: 45px;
        padding-right: 45px;
    }

    .owl-carousel.landing-carousel {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .info-block div[class^="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .quote-block p.quote {
        display: block;
        float: none;
        max-width: 100%;
        padding-top: 20px;
    }

    .quote-block img.quote-img {
        position: absolute;
        left: 20px;
        top: 232px;
    }
    .quote-block img.colleague {
        max-width: 270px;
        display: block;
        margin: 0 auto;
    }
    .video-block {
        padding: 0;
    }
    .landing-carousel .owl-controls .owl-nav .owl-prev {
        top: 600px;
        bottom: auto;
        left: 20px;
    }
    .landing-carousel .owl-controls .owl-nav .owl-next {
        top: 600px;
        bottom: auto;
        right: 20px;
    }
    .video-block div[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .quote-block {
        padding: 40px 0;
    }

    .landing-carousel .owl-controls .owl-dots {
        bottom: 10px;
    }
	
	.info-block h4,.info-block-lead h4 {
        font-size: 20px;
    }

	.jobs .landing-lead h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
	.info-block h4, .info-block-lead h4 {
        font-size: 20px;
    }
	
	.jobs .landing-lead h3 {
        font-size: 24px;
    }
}


.tipstricks, .profiles{
    border: none;
    width: 100%;
   
}
.tipstricks td{
min-height: 4rem;
}

.tipstricks td, .tipstricks th{
    text-align: left;
    color:#1d49de
}
.tipstricks td{
    padding-left: 0px;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
   vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
}
.tipstricks td img{
    width: 3.5rem;
    height: auto;
}
.profiles td img{
    width: 90%;
    height: auto;
}

.profiles tr td p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 5%;
}
.apostrophs{
    width: 20% !important;
    padding-top: 5%;
    float: left;
    padding-left: 5%;
}