* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}

.header {
    width: 100%;
    border-bottom: 1px solid #b5b7ba;
    background-color: #dfdfdf;
    margin: 0 auto;
    height: auto;
    min-height: 50px;
    text-align: center;
    padding: 18px 10px;
    box-sizing: border-box;
}

.header .selected {
    color: #000;
}

.center {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.header a {
    color: #0082ff;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-right: 40px;
}

.header span {
    padding: 0 38px;
}

.content {
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 140px); 
}

.content h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #2e353d;
    font-size: 40px;
    font-weight: 300;
    margin-top: 63px;
    margin-bottom: 75px;
}

.content h3 {
    color: #242424;
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    margin-left: 41px;
    margin-bottom: 52px;
}

.content h5 {
    color:  #242424;
    font-size: 24px;
    text-align: left;
}

.content img {
    margin: 0 auto 30px auto;    
    border-radius: 50%;
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .content img {
        margin-left: 30px;
        margin-right: 30px;
        float: left;
    }
    
    .content .box_text {
        float: left;
        padding: 49px 48px 51px 76px;
        max-width: calc(100% - 350px);
    }
}

.content .box_text {
    max-width: 100%;
    width: 100%;
    background-color: #ffffff;
    float: none;
    padding: 49px 20px 51px 20px;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.content .box_text p {
    color: #242424;
    font-size: 24px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 31px;
}

.content .box_text a  {
    color: #0082ff;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    
}


.content .media {
    margin-right: 0;
}

.content .box {
    background-color: #ffffff;
    max-width: 1238px;
    width: 100%;
    min-height: 500px;
    margin: 50px auto 0 auto;
    padding: 37px 38px 100px 38px;
    box-sizing: border-box;
}

.content .box p {
    color: #242424;
    font-size: 24px;
    font-weight: 100;
    text-align: left;
    margin-top: 37px;
    margin-bottom: 30px;
}

.content .box input {
    border: 1px solid #a0a0a0;
    background-color: #f5f5f5;
    max-width: 457px;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.content .box a {
    display: block;
    float: left;
    background-color:  #8cbbd3;
    color:  #ffffff;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    padding:11px 51px;
}

.content .box a:hover {
    background-color: #5ba1d3;
}

.footer { /* # == id */
    background-color: #434445;
    width: 100%;
    float: left;
    height: 140px;
    text-align: center;
    color: #a4a4a4;
    font-size: 20px;
    font-weight: 100;
    line-height: 140px;
}

.footer a {
    color: inherit;
}
