/*-- Font: https://fonts.google.com/specimen/Karla --*/
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
    color: #333;
    font-family: karla,sans-serif;
    font-size: 18px;
}
h1, h2, h3, h4, h5 {
    color: #333;
    font-family: karla,sans-serif;
}
.wtm-content-section a {
    color: #337ab7;
    text-decoration: none;
    font-weight: 600;
} 
.wtm-content-section p {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.5;
}
.wtm-content-section p.small-text {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 7px;
}
.wtm-content-section p {
    max-width: 1020px;
    margin: 0 auto 10px;
}
.wtm-content-section .video-size {
    max-width: 560px;
    margin: 0 auto;
}
.wtm-content-section .wtm-print-download-text {
    display: none;
}
/*-- Header Styles --*/
.wtm-top-banner-strip {
    line-height: 27px;
    background-color: #e80d0d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
}
.wtm-header-banner-text {
    text-align: center;
    font-size: 43px;
    line-height: 140%;
    font-family: "Karla",sans-serif;
    font-weight: 700;
    padding: 20px 20px 10px;
}
.wtm-header-banner-text a {
    color: #333;
    text-decoration: none;
}
.wtm-header-banner-text a:hover {
    color: #1c7ebc; 
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}  
}
.wtm-navigation {
    border-bottom: 1px solid #b6dde9;
    border-top: 1px solid #b6dde9;
    background: #d4ebf2;
}
.wtm-nav-menu {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #1c7ebc;
}
/*-- Body Styles --*/
#home-banner {
    background: url(https://images.wtmfiles.com/WTM-Sunrise-of-a-new-world-Extended_Crp_WEB_1400x450.jpg);
    height: 0;
    padding-top: 32%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 20% 0;
}

.home-hp-quote {
    background-color: #FED000;
    text-align: center;
}
.home-hp-quote p:first-of-type {
    font-weight: 600;
    font-size: 31px;
    line-height: 32px;
    text-align: center;
    max-width: 865px;
    margin: 0 auto;
    padding: 50px 20px 10px;
}
.home-hp-quote p:nth-of-type(2) {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 30px;
}
.home-centre-videos .two-videos {
    display: flex;
    max-width: 965px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}
.home-centre-videos .two-videos li {
    margin: 0 10px;
}
.home-centre-videos .video-text {
    font-weight: 600;
}
.home-centre-videos {
    padding: 30px 20px;
} 
.home-if-new {
    background: #FED000;
    padding: 30px 20px;
}
#interview-box {
    background-color: #ffffff;
    padding: 20px;
}
.bill-transformation-video {
    padding: 30px 20px;  
}
#bill-video {
    text-align: center;
}
.home-social-block {
    background: #0084d6;
    padding: 30px 20px;
}
#social-media {
    background-color: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}
/*-- Footer Styles --*/
footer {
    border-top: 15px solid #ffffff;
    background-color: #d4ebf2;
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
}
