@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff2') format('woff2'), url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
    margin-top: 16px;
    margin-bottom: 32px;
}

body {
    background: #fff;
    font-family: 'open_sansregular', Verdana, Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: rgb(0, 121, 211);
    text-decoration: none;
}

a:hover {
    color: rgb(0, 121, 211);
}

#line {
    border-left: 0;
    padding-left: 0;
    border-bottom: solid 1px #00bcd4;
    padding-top: 20px;
    margin-bottom: 20px;
}

#footer {
    padding-top: 40px;
    border-top: solid 1px #00bcd4;
}

@media (min-width: 550px) {
    #footer {
        border-top: 0;
    }
    #line {
        border-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
        border-right: solid 1px #00bcd4;
        padding-right: 4%;
    }
    h1 {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .no_pad {
        margin-bottom: 2px !important;
    }
}

.flag {
    border: solid 1px #eeeeee;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
}

.vid {
    margin-right: 10px;
    vertical-align: middle;
    width: 24px;
    margin-top: -4px;
}

.mp4 {
    margin-right: 6px;
    vertical-align: middle;
    width: 32px;
    margin-top: -12px;
    margin-left: -4px;
    margin-bottom: -8px;
}

.lang {
    margin-bottom: 16px;
}

.flag_text {
    vertical-align: middle;
    font-family: 'open_sanslight', Verdana, Arial;
    font-size: 2.0rem;
}

h1 {
    font-family: 'open_sanslight', Verdana, Arial;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 5.0rem;
}

.article_date {
    margin-top: -24px;
    font-size: 12px;
    font-family: verdana, arial, helvetica, sans-serif;
}

.article_img {
    width: 100%;
    height: auto;
    margin-top: -16px;
    margin-bottom: 20px;
}

#email_img {
    margin-left: -8px;
    margin-bottom: 5px;
    margin-top: 12px;
}

.share_buttons {
    margin-top: -10px;
    margin-bottom: 4px;
}

.share_buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.share_buttons li {
    display: inline-block;
}

.pointer {
    cursor: pointer;
}

.link_color {
    color: rgb(0, 121, 211);
    margin-right: 4px;
}

#email {
    margin-left: 6px;
    vertical-align: top;
}

.articles img {
    max-width: 280px;
}

#intro_quote {
    margin-left: 0;
    padding-top: 0;
    margin-top: -16px;
    font-size: 12px;
    margin-bottom: 24px;
    color: #757575;
}

em {
    font-style: italic;
}
/*
h1 {
    clear: left;
    display: inline-block;
}*/
