@font-face {
    font-family: 'Titillium-Regular';
    src: url('../fonts/Titillium-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Titillium-Regular.otf') format('opentype'), url('../fonts/Titillium-Regular.woff') format('woff'), url('../fonts/Titillium-Regular.ttf') format('truetype'), url('../fonts/Titillium-Regular.svg#Titillium-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium-Bold';
    src: url('../fonts/Titillium-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Titillium-Bold.otf') format('opentype'), url('../fonts/Titillium-Bold.woff') format('woff'), url('../fonts/Titillium-Bold.ttf') format('truetype'), url('../fonts/Titillium-Bold.svg#Titillium-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Intro-Bold';
    src: url('../fonts/intro-bold-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/intro-bold-italic.otf') format('opentype'), url('../fonts/intro-bold-italic.woff') format('woff'), url('../fonts/intro-bold-italic.ttf') format('truetype'), url('../fonts/intro-bold-italic.svg#intro-bold-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium-SemiBold';
    src: url('../fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-SemiBold.otf') format('opentype'), url('../fonts/TitilliumWeb-SemiBold.woff') format('woff'), url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype'), url('../fonts/TitilliumWeb-Bold.svg#Titillium-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium-Light';
    src: url('../fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-Light.otf') format('opentype'), url('../fonts/TitilliumWeb-Light.woff') format('woff'), url('../fonts/TitilliumWeb-Light.ttf') format('truetype'), url('../fonts/TitilliumWeb-Bold.svg#Titillium-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 835px;
}

@media(max-width:1199px) {
    .container {
        max-width: 835px;
    }
}

body {
    font-family: 'Titillium-Light';
    background-color: #fcfcfc;
}

header.header {
    border-bottom: 1px solid #ececec;
    background: #fff;
}

.header-content {
    min-height: 100px;
    position: relative;
}

.header-button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #13a89e;
    border-radius: 0 0 6px 6px;
    padding: 6px 12px;
    font-family: 'Intro-Bold';
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
}

.logo {
    max-width: 235px;
}

.contents {
    padding: 35px 0;
}

.introduction h1 {
    font-size: 52px;
    font-family: 'Intro-Bold';
    color: #f08012;
    line-height: 53px;
    letter-spacing: -3px;
}

.intro-bottom {
    margin-top: 15px;
}

.intro-bottom h5 {
    color: #000;
}

.intro-bottom span {
    font-size: 14px;
    color: #999;
}

.section {
    padding-bottom: 25px;
}

.section:first-child, .section:last-child, .nopad {
    padding-bottom: 0;
}

.pad-15 {
    padding-bottom: 15px;
}

.pad-25 {
    padding-bottom: 25px;
}

.pad-35 {
    padding-bottom: 35px;
}

.pad-45 {
    padding-bottom: 45px;
}

.pad-55 {
    padding-bottom: 55px;
}

.banner {
    height: 295px;
}

.banner-contents {
    padding: 30px;
    position: relative;    
}

.banner-contents::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 50, 87, 0) 43%, rgba(0, 0, 0, 0.50) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(17, 50, 87, 0) 43%, rgba(0, 0, 0, 0.50) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(17, 50, 87, 0) 43%, rgba(0, 0, 0, 0.50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#40000000', GradientType=1);    
}

.banner-content {
    z-index: 200;
}

.banner h2 {
    font-family: 'Intro-Bold';
    color: #fff;
    letter-spacing: -1px;
}

.banner .button {
    margin-top: 20px;
}

.article {
    padding-bottom: 35px;
}

.article:last-child {
    padding-bottom: 0;
}

.article h3, .article h4 {
    font-family: 'Titillium-SemiBold';
    color: #000;
}

.article.small h3 {
    font-size: 21px;
}

.article h2, .article h3, .article h4 {
    margin-bottom: 0px;
}

.article p {
    margin-bottom: 15px;
    font-size: 17px;
    color: #666;
    line-height: 27px;
}

.article p:last-child {
    margin-bottom: 0;
}

.article p a {
    font-family: 'Titillium-Bold';
    text-decoration: underline;
    color: #666;
}

.article p a:hover {
    text-decoration: none;
    color: #666;
}

.intro-bold-font {
    font-family: 'Intro-Bold' !important;
}

.titillium-bold-font {
    font-family: 'Titillium-Bold' !important;
}

.green-color {
    color: #13a89e !important;
}

.green-box {
    background: #13a89e;
    padding: 40px;
}

.green-box h1, .green-box h2, .green-box h3, .green-box h4, .green-box h5, .green-box h6, .green-box p {
    color: #fff !important;
}

.green-box p, .green-box h3 {
    font-size: 20px;
}

.green-box .d-inline-block {
    margin-top: 25px;
} 

.alignnone {
    height: auto;
}

.video {
    padding: 25px 0;
}

.video-box {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-source span {
    font-size: 24px;
    color: #999;
    margin-right: 15px;
}

.video-source span:last-child {
    margin-right: 0;
}

.video-source a {
    max-width: 150px;
}

footer.footer {
    background-color: #13a89e;
    padding: 15px 0;
}

footer.footer span {
    margin-right: 20px;
    max-width: 50px;
    text-align: right;
}

footer.footer span img {
    max-width: 50%;
}

footer.footer h6 {
    color: #fff;
}

footer.footer a {
    font-family: 'Titillium-Bold';
    color: #fff;
    text-decoration: underline;
}

footer.footer a:hover {
    text-decoration: none;
}

.images {
    padding: 15px 0;
}

.two-column {
    margin-bottom: 0px;
}

.two-column .rows .columns {
    padding-bottom: 0;
}

.graph {
    background: #fff;
    border: 1px solid #ececec;
    padding: 30px;
}

@media(min-width:1200px) {
    .graph-wrap {
        order: 2;
    }
}

@media(max-width:767px) {
    .header-content {
        min-height: 80px;
    }
    .logo {
        max-width: 220px;
    }
    .header-button {
        font-size: 14px;
    }
    .introduction h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -2px;
    }
    .contents {
        padding: 30px 0;
    }
    .intro-bottom span {
        margin-top: 5px;
        font-size: 18px;
    }
    .banner {
        height: 250px;  
    }
    .banner-content h2 {
        text-shadow: 0 1px 0 black;
    }
    .section, .article {
        padding-bottom: 25px;
    }
    .article p {
        font-size: 18px;
        line-height: 24px;
    }
    .article h2, .article h3, .article h4 {
        margin-bottom: 10px;
    }
    .green-box {
        padding: 25px;
    }
    footer.footer span {
        max-width: 40px;
        margin-right: 15px;
    }
    .video {
        padding: 15px 0;
    }
    .images {
        padding: 10px 0;
    }
}

@media(max-width:640px) {
    .header-content {
        min-height: 60px;
    }
    .logo {
        max-width: 180px;
    }
    .header-button {
        font-size: 10px;
    }
    .introduction h1 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: -1px;
    }
    .contents {
        padding: 20px 0;
    }
    .intro-bottom span {
        font-size: 10px;
    }
    .banner h2 br {
        display: none;
    }
    .article p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:640px) {
    .introduction h1 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0;
    }
}
