/*! 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: #2273DD;
    color: white;
    text-shadow: none;
}

::selection {
    background: #2273DD;
    color: white;
    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;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a {
    outline: none;
}

a:hover {
    outline: none;
}

a:active {
    outline: none;
}

:focus {
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#map {
    background: #d0dcae;
}

#main {
	height: calc(100% - 30px);
    min-width: 320px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.infoPanel {
    position: fixed;
    z-index: 1050;
    /*height: calc(100% - 90px);*/
    top: 90px;
    bottom: 30px;
    right: 0;
    width: calc(30% + 31px);
    display: none;
    overflow: hidden;
    min-width: 274px;
}

header {
    height: 93px;
    position: fixed;
    z-index: 1100;
    width: 100%;
    overflow: hidden;
}

#header {
    background:#FFFFFF;
    width: calc(100% + 8px);
    height: 90px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
}

#topRow {
    height: 50px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    position: fixed;
    width: 100%;
    z-index: 1200;
    min-width: 320px;
}

#logo {
    background: url("../images/molenlanden-logo.svg") 10px 7px no-repeat;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-size: auto 30px;
    display: block;
    width: 150px;
    float: left;
}

#sep {
    margin-top: 9px;
    height: 32px;
    width: 1px;
    background: #dadada;
    display: block;
    float: left;
}

#title {
    font-family: 'Barlow', sans-serif;
    color: #E51E10;
    font-size: 14.85px;
    text-decoration: none;
    height: 50px;
    padding-left: 10px;
    padding-right: 17px;
    display: block;
    float: left;
    width: 112px;
    line-height: 100%;
}

#title b {
    padding-top: 10px;
    display: block;
    font-weight: 500;
}

#title span {
    padding-top: 2px;
    font-weight: 300;
    display: block;
}

#breadcrumbs {
    background: #2273DD;
    height: 40px;
    color: #FFFFFF;
    position: fixed;
    top: 50px;
    width: 100%;
}

#breadcrumbs a {
    color: #ffffff;
    display: inline-block;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#breadcrumbs .crumb {
    display: inline-block;
}

#path {
    padding: 8px 10px 0 10px;
}

.panelContentHolder {
    margin-left: 31px;
    padding: 0 22px 0 22px;
    height: 100%;
    min-width: 197px;
    background: #f9f9f9;
}

#logout {
    margin-top: 10px;
    background: #2273DD url("../images/lock.png") 13px center no-repeat;
    display: block;
    right: 0;
    position: absolute;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 14px 0 40px;
    text-decoration: underline;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    margin-right: -81px;
}

#login {
    margin-top: 10px;
    background: #2273DD url("../images/lock-closed.png") 13px center no-repeat;
    display: block;
    right: 0;
    position: absolute;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 14px 0 40px;
    text-decoration: underline;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    margin-right: -81px;
}

#logout:hover {
    text-decoration: none;
}

#fullPath {
    display: none;
}

.closePanel {
    float: left;
    margin-top: 10px;
    width: 31px;
    height: 30px;
    display: block;
    background: #2273DD url("../images/x-small.png") center center no-repeat;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
}

.openPanel {
    float: left;
    margin-top: 10px;
    width: 31px;
    height: 30px;
    display: block;
    background: #2273DD url("../images/i-small.png") center center no-repeat;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
}

.panelContentHolder h1 {
    color: #E51E10;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    line-height: 120%;
    margin: 0 0 32px 0;
}

.holder-inloggen #header, .holder-wachtwoord-vergeten #header {
    height: 50px;
}

#mainContent {
    display: table;
    margin-top: 50px;
    height: calc(100% - 50px);
    min-width: 320px;
    width: 100%;
}

#mainContent a {
    color: #FFFFFF;
    text-decoration: underline;
}

#mainContent a:hover {
    text-decoration: none;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.wrapper {
    margin: 0 20px 0 20px;
}

#mainContent h1 {
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    color: #FFFFFF;
    font-size: 28px;
    margin: 0 0 30px 0;
}

.formHolder .label {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 13px;
    display: block;
}

.formHolder .inputHolder {
    margin-bottom: 25px;
}

.formHolder .inputHolder input {
    border: 0;
    background: #f1f1f1;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    width: calc(100% - 20px);
    max-width: 500px;
}

#loginSubmit {
    border: 0;
    background: #2273DD url("../images/lock-closed.png") 17px center no-repeat;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    font-size: 21px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 45px;
    padding-right: 31px;
    height: 40px;
    margin-top: 25px;
}

.formFieldsSpacer {
    height: 26px;
}

#forgotPassword {
    display: block;
}

.form-notice .error {
    display: block;
    padding: 10px 10px 10px 36px;
    background: #FFFFFF url("../images/cross.png") 10px 10px no-repeat;
    color: #cc1e1e;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border: 1px solid #cc1e1e;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-bottom: 25px;
    max-width: 500px;
}

.form-notice .success {
    display: block;
    padding: 10px 10px 10px 36px;
    background: #FFFFFF url("../images/tick.png") 10px 10px no-repeat;
    color: #3cae14;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border: 1px solid #3cae14;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-bottom: 25px;
    max-width: 500px;
}

.olPopup {
    font-family: 'Roboto', sans-serif;
    width:207px;
    color: #737373;
}


.olPopup a {
    display: inline-block;
    background: #2273DD;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 34px;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-top: 15px;
}

#previousPage {
    display: none;
}

.popupTitle {
    font-size: 21px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #E51E10;
}

.projectsAmount {
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #5b5b5b;
}

.olPopup br {
    display: none;
}


.panelContentHolder h2 {
    font-size: 21px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #E51E10;
    border-bottom: 1px solid #dcdcdc;
    line-height: 120%;
    margin: 0;
    padding-bottom: 16px;
}

.panelContentHolder .legenda ul {
    list-style: none;
    margin: 16px 0 32px 0;
    padding: 0;
}

.panelContentHolder .legenda li {
    line-height: 150%;
    padding-bottom: 7px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 30px;
    min-height: 23px;
    margin-bottom: 9px;
}

.green {
    background: url("../images/marker-green-small.png") left top no-repeat;
}

.orange {
    background: url("../images/marker-orange-small.png") left top no-repeat;
}

.red {
    background: url("../images/marker-red-small.png") left top no-repeat;
}

.grey {
    background: url("../images/marker-grey-small.png") left top no-repeat;
}

.panelContent {
    overflow: hidden;
    color: #5b5b5b;
    line-height: 150%;
    font-size: 14px;
    word-break: break-word; /* prevent horizontal scrolling */
}

.panelContentPadding {
    padding-top: 35px;
    padding-bottom: 35px;
}

.ps-scrollbar-x-rail {
    display: none; /* prevent horizontal scrolling */
}

.panelContent a {
    color: #2273DD;
    text-decoration: underline;
}

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

.panelContent p {
    margin: 0 0 7px 0;
}

.textShort {
    padding-top: 9px;
    padding-bottom: 30px;
    line-height: 170%;
}

.textLong {
    padding-top: 9px;
    padding-bottom: 30px;
}

.textShortMore {
    display: none;
    padding-top: 9px;
    padding-bottom: 30px;
}

.textLongMore {
    display: none;
    padding-top: 9px;
    padding-bottom: 30px;
}

.documenten {
    padding-top: 9px;
    padding-bottom: 30px;
}

.documenten .files {

}

.documenten .files ul {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
}

.documenten .files li {
    background: url("../images/pdf-small.png") left top no-repeat;
    padding-bottom: 4px;
    min-height: 23px;
    margin-bottom: 15px;
}

.documenten .files li .title {
    color: #2273DD;
    text-decoration: none;
    display: block;
    padding-left: 36px;
}

.documenten .files li span {
    font-size: 12px;
    color: #5b5b5b;
    display: block;
    padding-left: 36px;
}

.documenten .files li .button {
    display: inline-block;
    background: #2273DD url("../images/download-small.png") 14px center no-repeat;
    padding-left: 43px;
    padding-right: 15px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-top: 12px;
    text-decoration: none;
}

.panelContentHolder .projects ul {
    list-style: none;
    margin: 16px 0 32px 0;
    padding: 0;
}

.panelContentHolder .projects li {
    line-height: 150%;
    padding-bottom: 7px;
    padding-left: 30px;
    min-height: 23px;
    margin-bottom: 9px;
}

.panelContentHolder .projects li a {
    color: #2273DD;
    text-decoration: underline;
}

.panelContentHolder .projects li a:hover {
    text-decoration: none;
}

.slideshow {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.slideshow img {
    width: 100%;
}

.cycle-prev {
    background: url("../images/nav-left-small.png") center center no-repeat;
    width: 10px;
    cursor: pointer;
    height: 16px;
    margin-top: -25%;
    position: absolute;
    z-index: 1000;
    padding: 20px;
}

.cycle-next {
    background: url("../images/nav-right-small.png") center center no-repeat;
    width: 10px;
    cursor: pointer;
    height: 16px;
    margin-top: -25%;
    position: absolute;
    z-index: 1000;
    padding: 20px;
    right: 0;
}

.stats {
    padding-bottom: 50px;
}

.bar {
    background-size: 100px;
    background-color: #dbdbdb;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 3px;
    height: 14px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
    color: #5b5b5b;
}

.bar span {
    background: none;
    background-size: 100px 14px;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    /* -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2); */
    /* box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2); */
    border-radius: 3px;
    content: " ";
    height: 14px;
    left: 0;
    position: absolute;
}

.bar .red {
    background-color: #cc1e1e;
}

.bar .orange {
    background-color: #ff8400;
}

.bar .green {
    background-color: #3cae14;
}

.barHolder {
    position: relative;
    margin-bottom: 20px;
}

.stats .stat b {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.stats .stat {
    padding-top: 20px;
}

.hide {
    display: none;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 1051;
    background: #178737;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
}

footer .links {
    float: right;
    line-height: 30px;
    padding: 0 15px;
}

footer .links a {
    color: #ffffff;
}

footer .links a:active,
footer .links a:focus,
footer .links a:hover {
    text-decoration: none;
}

/* tablet / desktop style */
@media only screen and (min-width: 752px) {

    header {
        height: 153px;
    }

    #header {
        height: 150px;
    }

    #topRow {
        height: 110px;
    }

    #logo {
        height: 80px;
        background: url("../images/molenlanden-logo.svg") 16px 23px no-repeat;
        background-size: auto 50px;
        width: 265px;
    }

    #sep {
        margin-top: 23px;
        height: 60px;
    }

    #title {
        height: 110px;
        width: 199px;
        padding-left: 56px;
    }

    #breadcrumbs {
        top: 110px;
    }

    #path {
        padding-left: 56px;
    }

    .infoPanel {
        /*height: calc(100% - 90px);*/
        width: calc(33% + 44px);
        top: 150px;
        bottom: 30px;
    }

    .panelContentHolder {
        margin-left: 44px;
    }

    #mobilePath {
        display: none;
    }

    #fullPath {
        display: block;
    }

    #fullPath span.arrow {
        background: url("../images/arrow.png") 7px top no-repeat;
        display: inline-block;
        width: 5px;
        height: 9px;
        padding: 0 7px 0 7px;
    }

    #logout {
        height: 40px;
        line-height: 40px;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-size: 21px;
        text-decoration: none;
        margin-right: 44px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 0 27px 0 37px;
        margin-top: 34px;
    }

    #logout:hover {
        text-decoration: underline;
    }

    #login {
        height: 40px;
        line-height: 40px;
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-size: 21px;
        text-decoration: none;
        margin-right: 44px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 0 27px 0 37px;
        margin-top: 34px;
    }

    #title {
        font-size: 28px;
    }

    #title b {
        padding-top: 29px;
    }

    #title span {
        padding-top: 2px;
    }

    .closePanel {
        margin-top: 71px;
        width: 44px;
        height: 40px;
        background: #E51E10 url("../images/x.png") center center no-repeat;
    }

    .openPanel {
        margin-top: 71px;
        width: 44px;
        height: 40px;
        background: #E51E10 url("../images/i.png") center center no-repeat;
    }

    .holder-inloggen #header, .holder-wachtwoord-vergeten #header {
        height: 110px;
    }

    #mainContent {
        margin-top: 110px;
        height: calc(100% - 110px);
    }

    .wrapper {
      width: 500px;
      margin: 0;
      margin: 0 auto;
    }

    #loginSubmit {
        float: right;
        margin-top: 0;
    }

    #forgotPassword {
        float: left;
        line-height: 40px;
    }

    #mainContent h1 {
        font-size: 36px;
        text-align: center;
    }

    #previousPage {
        display: block;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        background: #FFFFFF url("../images/arrow-grey.png") 15px center no-repeat;
        height: 40px;
        padding-left: 39px;
        line-height: 40px;
        padding-right: 21px;
        font-weight: bold;
        color: #5b5b5b;
        font-size: 16px;
        position: fixed;
        z-index: 1200;
        text-decoration: none;
        top: 221px;
        left: 56px;
    }

    .panelContentPadding {
        padding-top: 70px;
    }

    footer .links {
        padding: 0 59px;
    }
}

/* desktop style */
@media only screen and (min-width: 1280px) {

    .panelContentHolder h1 {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .panelContentHolder h2 {
        font-size: 24px;
    }

    .panelContent {
        font-size: 16px;
    }

    .panelContentHolder .legenda ul {
        margin-bottom: 50px;
    }

    .panelContentHolder .legenda li {
        min-height: 30px;
    }

    .documenten .files li {
        background: url("../images/pdf.png") left top no-repeat;
        padding-bottom: 4px;
        min-height: 23px;
        margin-bottom: 15px;
    }

    .documenten .files li .button {
        display: block;
        background: #2273DD url("../images/download.png") 16px center no-repeat;
        padding-left: 49px;
        padding-right: 18px;
        line-height: 37px;
        height: 37px;
        font-size: 16px;
        float: right;
        margin-top: 0;
        text-decoration: none;
        margin-left: 10px;
    }

    .documenten .files li .fileInfo {
        float: left;
        padding-left: 4px;
    }

    .textShort {
        padding-bottom: 50px;
    }

    .textLong {
        padding-bottom: 50px;
    }

    .textShortMore {
        padding-bottom: 50px;
    }

    .textLongMore {
        padding-bottom: 50px;
    }

    .slideshow {
        padding-bottom: 50px;
    }

    .cycle-prev {
        background: url("../images/nav-left.png") center center no-repeat;
        width: 20px;
        height: 35px;
        padding: 20px;
        margin-top: -25%;
    }

    .cycle-next {
        background: url("../images/nav-right.png") center center no-repeat;
        width: 20px;
        height: 35px;
        padding: 20px;
        margin-top: -25%;
    }

    .panelContentHolder {
        padding-left: 50px;
        padding-right: 50px;
    }

    .stats {
        padding-bottom: 60px;
    }

    .stats .stat {
        width: 47%;
        float: left;
    }

    .stats .stat:first-child {
        margin-right: 6%;
    }
}
/* ==========================================================================
   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;
    }
}
