/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Common
   ========================================================================== */

body {
    min-width: 320px;
    font: normal 21px/100% Lato, Arial, Helvetica, sans-serif;
    background: #1b2d53;
    color: #b5c1d6;
}

body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Aleo';
    src: url('../fonts/aleo-regular-webfont.eot');
    src: url('../fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aleo-regular-webfont.woff2') format('woff2'),
    url('../fonts/aleo-regular-webfont.woff') format('woff'),
    url('../fonts/aleo-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aleo';
    src: url('../fonts/aleo-light-webfont.eot');
    src: url('../fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aleo-light-webfont.woff2') format('woff2'),
    url('../fonts/aleo-light-webfont.woff') format('woff'),
    url('../fonts/aleo-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aleo';
    src: url('../fonts/aleo-bold-webfont.eot');
    src: url('../fonts/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aleo-bold-webfont.woff2') format('woff2'),
    url('../fonts/aleo-bold-webfont.woff') format('woff'),
    url('../fonts/aleo-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.button {
    padding: 15px 25px;
    border: 0;
    background: #0059ff;
    color: #fff;
    font: bold 15px/100% Lato, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.25s;
}

.button:hover {
    opacity: 0.8;
}

.button-large {
    font-size: 18px;
    padding: 18px 40px;
}

/* ==========================================================================
   Top bar
   ========================================================================== */

#top-bar {
    background: #0059ff;
}

#top-bar .inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 3px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    border-width: 0 1px;
    border-style: solid;
    border-color: #4d8eff;
}

#top-bar a {
    color: #fff;
    text-decoration: none;
}

#top-bar a img {
    margin-left: 5px;
    vertical-align: -1px;
}

/* ==========================================================================
   Header
   ========================================================================== */

header.main {
    background: #9cb4cd url(../img/header_bg.jpg) no-repeat 50% 0;
    background-size: cover;
}

header.main > .inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 32px 0;
}

header.main .logo {
    max-width: 264px;
    margin: 0;
    float: left;
}

header.main nav {
    padding-top: 12px;
    float: right;
    font-size: 1px;
}

header.main .toggle-mobile-nav {
    display: none;
}

header.main nav li {
    margin-left: 30px;
    display: inline-block;
    text-transform: uppercase;
    font: bold 14px/100% Lato, Arial, sans-serif;
}

header.main nav li a {
    text-decoration: none;
    color: #fff;
}

header.main nav li a:hover {
    opacity: 0.8;
}

header.main > .search {
    padding: 50px 0;
    background: url(../img/line.png) repeat-x 0 0;
}

header.main > .search p {
    margin: 0;
    font-family: Aleo, Arial, sans-serif;
    color: #fff;
}

header.main > .search .title {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

header.main > .search > .inner {
    max-width: 1035px;
    margin: 0 auto;
}

header.main > .search .steps {
    height: 106px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

header.main > .search .steps .step {
    margin-top: 30px;
}

header.main > .search .steps .step.radio label {
    margin: 0 0 0 25px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

header.main > .search .steps .step.radio p + label {
    margin-left: 0;
}

header.main > .search .steps .wrapper {
    width: 100%;
    margin-top: -15px;
    position: relative;
}

header.main > .search .steps .name {
    margin-bottom: 15px;
    font-size: 24px;
}

header.main > .search .steps .name span {
    float: right;
    font-size: 18px;
}

header.main > .search .steps .name span em {
    font-style: normal;
    font-size: 24px;
}

header.main > .search input[type=text] {
    width: 100%;
    padding: 20px;
    border: 0;
    font: 900 30px/100% Lato, Arial, sans-serif;
    color: #1b2d53;
    background: rgba(255, 255, 255, 0.5);
}

header.main > .search .actions {
    margin-top: 18px;
    text-align: right;
}

header.main > .search .actions p {
    margin-top: 15px;
    font: bold 14px/100% Lato, Arial, sans-serif;
}

header.main > .search .actions p a {
    color: #fff;
    text-decoration: underline;
}

header.main > .search .actions p a:hover {
    text-decoration: none;
}

header.main > .search .steps-bar {
    height: 5px;
    position: relative;
    background: rgba(43, 50, 63, 0.4);
}

header.main > .search .steps-bar span {
    width: 158px;
    height: 5px;
    display: block;
    position: absolute;
    background: #1b2d53;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer.main > .inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 30px 0;
    font: 12px/100% Aleo, Arial, sans-serif;
}

footer.main .box {
    min-height: 50px;
    padding: 18px 30px 0 30px;
    border-left: 1px solid #6981b0;
    float: left;
}

footer.main .box:first-child {
    padding-left: 0;
    border-left: 0;
}

footer.main .box p {
    margin: 0;
}

footer.main .box.logo {
    padding: 10px 52px 0 0;
}

footer.main .box.logo img {
    max-width: 168px;
}

footer.main .box.adastra {
    padding-top: 9px;
}

footer.main .box.adastra img {
    margin-left: 8px;
    vertical-align: middle;
}

footer.main .copyright {
    padding-top: 6px;
    float: right;
}

/* ==========================================================================
   Info box
   ========================================================================== */

#info {
    padding: 42px 0;
    position: relative;
    background: #1b2d53;
    color: #b5c1d6;
}

#info:before {
    width: 60px;
    height: 30px;
    margin-left: -30px;
    display: block;
    content: ' ';
    position: absolute;
    top: -30px;
    left: 50%;
    background-image: url(../img/triangle.png);
}

#info > .inner {
    max-width: 1250px;
    margin: 0 auto;
}

#info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#info ul li {
    width: 25%;
    float: left;
    text-align: center;
}

#info ul li p {
    max-width: 200px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1px;
}

#info .account {
    margin-top: 38px;
    padding-top: 38px;
    border-top: 1px solid #2f426a;
    text-align: center;
}

#info .account > p {
    display: inline-block;
    font-size: 15px;
}

#info .account p a {
    padding-bottom: 2px;
    color: #b5c1d6;
    text-decoration: none;
    border-bottom: 2px solid #2982f0;
}

#info .account p a:hover {
    border-bottom: 0;
}

#info .account .button {
    margin: 0 25px;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

#breadcrumbs {
    padding: 12px 0;
    background: #d9ffff;
    color: #8dc7c7;
}

#breadcrumbs ul {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    line-height: 110%;
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
}

#breadcrumbs ul li {
    margin-left: 20px;
    padding-left: 28px;
    display: inline-block;
    background: url(../img/arrow.png) no-repeat 0 50%;
}

#breadcrumbs ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

#breadcrumbs ul li a {
    color: #6ca6a6;
    text-decoration: none;
}

#breadcrumbs ul li a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   News section
   ========================================================================== */

#news {
    font-size: 15px;
}

#news h2 {
    margin: 0 0 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #97d5d5;
    font: bold 21px/100% Aleo, Arial, sans-serif;
}

#news article {
    margin-top: 45px;
}

#news article:first-child {
    margin-top: 0;
}

#news article header {
    margin-bottom: 20px;
}

#news article header h3 {
    margin: 0;
}

#news article header h3 time {
    width: 50px;
    display: block;
    float: left;
    font: 900 20px/100% Lato, Arial, sans-serif;
    text-align: center;
}

#news article header h3 time small {
    display: block;
    font-size: 10px;
    line-height: 100%;
    text-transform: uppercase;
}

#news article header h3 a {
    padding-bottom: 2px;
    font: 900 18px/100% Lato, Arial, sans-serif;
    color: #2a303e;
    text-decoration: none;
    border-bottom: 2px solid #2982f0;
}

#news article header h3 a:hover {
    border-bottom: 0;
}

/* ==========================================================================
   News list
   ========================================================================== */

#news-list h2 {
    display: none;
}

#news-list article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

#news-list article:last-child {
    margin-bottom: 0;
}

#news-list article h3 {
    margin: 0;
    font: 900 24px/36px Lato, Arial, sans-serif;
}

#news-list article h3 a {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #2982f0;
}

#news-list article h3 a:hover {
    border-bottom: 0;
}

#news-list article p {
    margin: 30px 0 0;
    font-size: 18px;
    color: #999;
}

#news-list article p.date {
    margin: 0 0 30px;
}

/* ==========================================================================
   Tiles
   ========================================================================== */

#tiles {
    margin-right: -10px;
}

#tiles .inner.margin-right {
    margin-right: 10px;
}

#tiles .inner.margin-bottom {
    margin-bottom: 10px;
}

#tiles .tile {
    float: left;
    text-decoration: none;
    transition: opacity 0.25s;
}

#tiles .tile:hover {
    opacity: 0.9;
}

#tiles .tile.large {
    width: 50%;
}

#tiles .tile.large .inner {
    height: 300px;
    font-size: 18px;
    line-height: 24px;
}

#tiles .tile.medium {
    width: 50%;
}

#tiles .tile.medium .inner {
    height: 145px;
    font-size: 15px;
    line-height: 21px;
}

#tiles .tile .inner {
    color: #fff;
}

#tiles .tile .inner img {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Content
   ========================================================================== */

#content {
    background: #fff;
    color: #2a303e;
}

#content > .inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 60px 0;
}

#main {
    max-width: 1032px;
    margin: 0 auto;
}

/*
* Home
*/
body.home #content #main {
    width: 49%;
    float: left;
}

body.home #content #tiles {
    width: 49%;
    float: right;
}

/*
* Remember password
*/
body.remember-password #content form {
    margin-top: 25px;
}

body.remember-password #content .info {
    margin-bottom: 25px;
}

/*
* Change password
*/
body.change-password #content form {
    margin-top: 25px;
}

/* ==========================================================================
   Article
   ========================================================================== */

article.text header {
    margin-bottom: 45px;
}

article.text header h2 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    font: bold 33px/42px Aleo, Arial, sans-serif;
    color: #000;
    border-bottom: 1px solid #ccc;
}

article.text header time {
    font-size: 18px;
    color: #999;
}

article.text header time span {
    color: #2982f0;
}

article.text .content {
    font-size: 21px;
    line-height: 36px;
    color: #333;
}

article.text .content .intro {
    font-size: 24px;
    font-weight: 900;
}

article.text .content figure {
    text-align: center;
}

article.text .content a {
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #2982f0;
}

article.text .content a:hover {
    border-bottom: 0;
}

/* ==========================================================================
   Search results
   ========================================================================== */

#search-results h2 {
    display: none;
}

#search-results article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

#search-results article:last-child {
    margin-bottom: 0;
}

#search-results article h4 {
    margin: 0 0 15px;
    font: bold 24px/36px Aleo, Arial, sans-serif;
    color: #2982f0;
}

#search-results article h3 {
    margin: 0;
    font: 900 24px/36px Lato, Arial, sans-serif;
}

#search-results article h3 a {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #2982f0;
}

#search-results article h3 a:hover {
    border-bottom: 0;
}

#search-results article p {
    margin: 30px 0 0;
    font-size: 18px;
    color: #999;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    margin-top: 40px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 15px;
    line-height: 100%;
}

.pagination li.prev {
    float: left;
}

.pagination li.next {
    float: right;
}

.pagination li a {
    display: block;
}

.pagination li a {
    padding: 15px 18px;
    background-color: #999;
    color: #fff;
    text-decoration: none;
}

.pagination li a:hover {
    background-color: #ccc;
}

.pagination li.active a {
    background-color: #2982f0;
}

/* ==========================================================================
   Form
   ========================================================================== */

form.default .block {
    margin-top: 38px;
}

form.default .block:first-child {
    margin-top: 0;
}

form.default .block > label {
    margin-bottom: 22px;
    display: block;
    font: 24px/100% Aleo, Arial, sans-serif;
}

form.default .block i {
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

form.default .block input[type=text],
form.default .block input[type=password] {
    width: 100%;
    padding: 20px;
    font: 900 30px/100% Lato, Arial, sans-serif;
    border: 1px solid #ccc;
}

form.default .block input[type=text]:focus,
form.default .block input[type=password]:focus {
    border-color: #2982f0;
}

form.default .block .half {
    width: 50%;
    float: left;
}

form.default .block .half.left {
    padding-right: 10px;
}

form.default .block .half.right {
    padding-left: 10px;
}

form.default .block > div {
    margin-top: 10px;
}

form.default .block > div:first-child {
    margin-top: 0;
}

form.default .block label {
    display: block;
}

form.default .block input[type=radio] {
    display: none;
}

form.default .block input[type=radio] + label {
    padding-left: 70px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

form.default .block input[type=radio] + label:before {
    width: 19px;
    height: 19px;
    display: block;
    content: ' ';
    position: absolute;
    top: 2px;
    left: 25px;
    background-image: url(../img/radio_input.png);
}

form.default .block input[type=radio]:checked + label:before {
    background-position: 0 -19px;
}

form.default button[type=submit] {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
}

form.default ::-webkit-input-placeholder {
    color: #ccc;
}

form.default :-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

form.default ::-moz-placeholder {  /* Firefox 19+ */
    color: #ccc;
}

form.default :-ms-input-placeholder {
    color: #ccc;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/*
 * Small desktop
 */
@media screen and (max-width: 1280px) {
    /* Buttons */
    .button {
        padding: 12px 22px;
        font-size: 12px;
    }

    .button-large {
        padding: 15px 30px;
        font-size: 15px;
    }

    /* Top bar */
    #top-bar .inner {
        max-width: 1080px;
    }

    /* Header */
    header.main > .inner {
        max-width: 1080px;
    }

    header.main .logo img {
        max-width: 221px;
    }

    header.main nav li {
        font-size: 12px;
    }

    header.main > .search {
        padding: 40px 0;
    }

    header.main > .search > .inner {
        max-width: 808px;
    }

    header.main > .search .title {
        font-size: 10px;
        letter-spacing: 2px;
    }

    header.main > .search .steps .name {
        font-size: 21px;
    }

    header.main > .search .steps .name span {
        font-size: 15px;
    }

    header.main > .search .steps .name span em {
        font-size: 21px;
    }

    header.main > .search input[type="text"] {
        padding: 14px;
    }

    header.main > .search .actions p {
        font-size: 12px;
    }

    /* Footer */
    footer.main > .inner {
        max-width: 1080px;
    }

    footer.main > .inner p {
        font-size: 10px;
    }

    footer.main .box {
        min-height: 45px;
        padding-top: 15px;
    }

    /* Info */
    #info ul li img {
        max-width: 86px;
    }

    #info .account p {
        font-size: 12px;
    }

    #info ul li p {
        font-size: 15px;
        line-height: 18px;
    }

    /* Content */
    #content > .inner {
        max-width: 1080px;
        padding: 45px 0;
    }

    #main {
        max-width: 806px;
    }

    /* Breadcrumbs */
    #breadcrumbs ul {
        max-width: 1080px;
        font-size: 12px;
    }

    /* News */
    #news {
        font-size: 12px;
    }

    #news h2 {
        font-size: 18px;
    }

    #news article {
        margin-top: 30px;
    }

    #news article header {
        margin-bottom: 10px;
    }

    #news article header h3 a {
        font-size: 15px;
    }

    /* News list */
    #news-list article {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    #news-list article h3 {
        font-size: 19px;
        line-height: 28px;
    }

    #news-list article header + p {
        display: none;
    }

    #news-list article p {
        font-size: 14px;
    }
    
    /* Tiles */
    #tiles .tile.medium .inner {
        height: 125px;
    }

    #tiles .tile.large > .inner {
        height: 260px;
    }

    /* Article */
    article.text header h2 {
        font-size: 26px;
        line-height: 34px;
    }

    article.text header time {
        font-size: 16px;
    }

    article.text .content .intro {
        font-size: 19px;
        line-height: 29px;
    }

    article.text .content {
        font-size: 17px;
        line-height: 29px;
    }

    /* Form */
    form.default .block {
        margin-top: 30px;
    }

    form.default .block > label {
        font-size: 19px;
    }

    form.default .block i {
        font-size: 14px;
        vertical-align: middle;
    }

    form.default .block input[type="text"],
    form.default .block input[type="password"] {
        padding: 15px;
        font-size: 24px;
    }

    form.default .block > label {
        margin-bottom: 20px;
    }

    form.default .block div {
        font-size: 17px;
    }

    form.default .block input[type="radio"] + label {
        padding-left: 55px;
    }
    
    form.default .block input[type="radio"] + label:before {
        width: 16px;
        height: 16px;
        left: 19px;
        background-image: url(../img/radio_input_16.png);
    }

    form.default .block input[type="radio"]:checked + label:before {
        background-position: 0 -16px;
    }

    form.default button[type="submit"] {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 24px;
    }

    /* Pagination */
    .pagination li {
        font-size: 12px;
    }

    .pagination li a {
        padding: 12px 14px;
    }

    /* Search results */
    #search-results article {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    #search-results article h4,
    #search-results article h3 {
        font-size: 19px;
        line-height: 28px;
    }

    #search-results article header + p {
        display: none;
    }

    #search-results article p {
        font-size: 14px;
    }
}

/*
 * Tablet
 */
@media screen and (max-width: 1100px) {
    /* Top bar */
    #top-bar .inner {
        max-width: 868px;
    }

    /* Header */
    header.main > .inner {
        max-width: 868px;
    }

    header.main > .search > .inner {
        max-width: 648px;
    }

    /* Footer */
    footer.main > .inner {
        max-width: 868px;
    }

    /* Content */
    #content > .inner {
        max-width: 868px;
    }

    #main {
        max-width: 868px;
    }

    /* Breadcrumbs */
    #breadcrumbs ul {
        max-width: 868px;
    }
    
    /* Tiles */
    #tiles .tile.large .inner {
        height: 208px;
    }

    #tiles .tile.medium .inner,
    #tiles .tile.small .inner {
        height: 99px;
    }
}

/*
 * Smartphone
 */
@media screen and (max-width: 886px) {
    /* Header */
    header.main > .inner,
    header.main > .search > .inner {
        max-width: 550px;
        padding-left: 34px;
        padding-right: 34px;
    }

    header.main nav {
        display: none;
    }

    header.main .toggle-mobile-nav {
        padding: 3px;
        display: block;
        float: right;
        font-size: 30px;
        color: #fff;
    }

    header.main > .search {
        padding-top: 20px;
        padding-bottom: 48px;
    }

    header.main .search .actions {
        text-align: center;
        font-size: 15px;
    }

    header.main .search .actions button[type=submit] {
        width: 100%;
        font-size: 15px;
    }

    header.main > .search .actions p {
        font-size: 15px;
    }

    /* Footer */
    footer.main > .inner {
        padding: 45px 34px;
        text-align: center;
    }

    footer.main .box,
    footer.main .box.logo,
    footer.main .box.adastra {
        width: 100%;
        padding: 35px 0;
        float: none;
        border-left: 0;
        border-top: 1px solid #6981b0;
        font-size: 15px;
    }

    footer.main .box:first-child {
        border-top: 0;
        padding-top: 0;
    }
    
    footer.main .box p,
    footer.main .box .copyright {
        font-size: 15px;
    }

    footer.main .box.logo img {
        max-width: 100%;
    }

    footer.main > .inner p {
        float: none;
        font-size: 15px;
        line-height: 22px;
    }

    /* Info */
    #info {
        padding: 35px 0;
    }

    #info > .inner {
        max-width: 550px;
    }
    
    #info ul {
        padding: 0 15px;
        text-align: center;
    }

    #info ul li {
        width: 50%;
        padding: 0 10px;
    }

    #info ul li:nth-child(-n+2) {
        min-height: 200px;
    }

    #info ul li:nth-child(3) {
        clear: left;
    }

    #info .account {
        padding: 20px 34px 0;
    }

    #info .account p {
        display: block;
        font-size: 15px;
    }

    #info .account p:last-child {
        margin-bottom: 0;
    }

    #info .account .button {
        width: 100%;
        margin: 15px 0;
        display: block;
    }

    /* Breadcrumbs */
    #breadcrumbs ul {
        max-width: 550px;
        padding: 0 34px;
    }

    /* News section */
    #news {
        font-size: 15px;
    }

    /* News list */
    #news-list article {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #news-list article h3 {
        font-size: 15px;
        line-height: 23px;
    }

    #news-list article p {
        margin-top: 20px;
        font-size: 12px;
    }

    #news-list article p.date {
        margin-bottom: 20px;
    }

    /* Tiles */
    #tiles {
        margin-top: 40px;
    }

    #tiles .tile.large,
    #tiles .tile.medium {
        width: 100%;
        float: none;
    }

    #tiles .tile.large > .inner {
        height: auto;
    }

    #tiles .tile.medium .inner {
        height: auto;
        min-height: 145px;
    }

    #tiles .tile img {
        width: 100%;
    }

    /* Pagination */
    .pagination li:not(.prev):not(.next) {
        display: none;
    }

    /* Form */
    form.default .block {
        margin-top: 20px;
    }

    form.default .block > label {
        font-size: 15px;
    }

    form.default .block i {
        font-size: 12px;
        vertical-align: middle;
    }

    form.default .block input[type="text"],
    form.default .block input[type="password"] {
        padding: 10px;
        font-size: 19px;
    }

    form.default .block > label {
        margin-bottom: 10px;
    }

    form.default .block div {
        font-size: 14px;
    }

    form.default .block input[type="radio"] + label {
        padding-left: 42px;
    }

    form.default .block input[type="radio"] + label:before {
        left: 19px;
    }

    form.default button[type="submit"] {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 20px;
    }

    /* Content */
    #content > .inner {
        padding: 34px;
    }

    #main {
        max-width: 482px;
    }

    body.home #content #main,
    body.home #content #tiles {
        width: 100%;
        float: none;
    }

    /* Search results */
    #search-results article {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #search-results article h4,
    #search-results article h3 {
        font-size: 15px;
        line-height: 23px;
    }

    #search-results article p {
        margin-top: 20px;
        font-size: 12px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
