/*! Riksarkivet Prototype */

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,Open Sans,Helvetica,sans-serif;
    line-height: 1.3;
    font-weight: 500
}

h1 {
    font-size: 2.813rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1.125em
}

body, button, input, label, select, textarea {
    font-family: Open Sans,Helvetica,sans-serif
}

body {
    font-size: 16px
}

body, ol li, ul li {
    line-height: 1.5
}

.header {
    background-color: transparent
}

    .header .header-inner {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        padding-bottom: 10px
    }

    .header .header-inner, .header .header-inner--item {
        display: -ms-flexbox;
        display: flex
    }

        .header .header-inner #laneordrar a img {
            cursor: pointer !important ;
        }
        .header .header-inner #laneordrar .badge {
            background-color: red;
            position: relative;
            left: -12px;
            top: -12px
        }
        .header .header-inner #laneordrar #lasesaltext {
            font-size: smaller;
            color: #464646;
        }

    .header .colorbar {
        display: none
    }

    .header a.brand {
        float: left;
        width: 196px;
        height: 54px;
        background-position: -15px -15px;
        margin-right: auto;
        margin-left: auto
    }

    .header form.form-search {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 6px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
        position: relative
    }

        .header form.form-search:after, .header form.form-search:before {
            content: "";
            height: 100%;
            background: #e9f0f5;
            border-top: 1px solid #ccd4e4;
            border-bottom: 1px solid #ccd4e4
        }

        .header form.form-search:before {
            position: absolute;
            top: 0;
            left: calc(-50vw + 100%/2);
            z-index: -1;
            width: 100vw
        }

    .header .form-search .input-append {
        position: relative;
        width: 100%
    }

        .header .form-search .input-append .search-query {
            box-sizing: border-box;
            width: 300px;
            height: auto;
            padding-right: 60px;
            border-radius: 14px
        }

    .header button[type=submit] {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        z-index: 2;
        font-size: 1rem;
        color: inherit;
        padding: 6px 14px;
        background: #e3e3e3;
        border-left: 1px solid #ccc
    }

        .header button[type=submit]:focus, .header button[type=submit]:hover {
            background: #e9e9e9
        }

#mobile-panel > [data-toggle=collapse] {
    display: inline-block;
    padding: 15px 10px;
    border-radius: 4px;
    background: #0d5c91;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase
}

    #mobile-panel > [data-toggle=collapse] > .btn-navbar, #mobile-panel > [data-toggle=collapse] > [class*=icon-] {
        box-shadow: none;
        margin-left: 10px;
        padding: 0;
        line-height: 1
    }

.rsbtn {
    height: 16px;
    margin-bottom: 0
}

    .rsbtn .rspart {
        height: auto
    }

.navbar-top {
    background-image: none;
    border-top: 6px solid #0d5c91;
    border-bottom: 1px solid #ccd4e4
}

    .navbar-top .nav > li {
        background-color: transparent;
        background-image: none
    }

        .navbar-top .nav > li > a {
            background-image: none;
            font-family: Roboto,Open Sans,Helvetica,sans-serif !important;
            font-size: .875rem;
            text-transform: uppercase;
            letter-spacing: .02em;
            color: #464646
        }

    .navbar-top .nav > .divider-vertical {
        display: none
    }

    .navbar-top .nav > li.active, .navbar-top .nav > li.navSelectedParent {
        background-color: transparent
    }

        .navbar-top .nav > li.active > a, .navbar-top .nav > li.navSelectedParent > a {
            background-color: transparent;
            background-image: none;
            border-color: #e8a621;
            color: #464646
        }

    .navbar-top .nav > .active > a:focus, .navbar-top .nav > .active > a:hover, .navbar-top .nav > .navSelectedParent > a:focus, .navbar-top .nav > .navSelectedParent > a:hover, .navbar-top .nav > li > a:focus, .navbar-top .nav > li > a:hover {
        background-color: transparent;
        background-image: none;
        border-color: #e8a621;
        color: #464646;
        text-decoration: none
    }

#nav-shortcuts.nav-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

    #nav-shortcuts.nav-collapse hr {
        display: none
    }

    #nav-shortcuts.nav-collapse .nav-pills {
        margin-top: 20px;
        border-top: 1px solid #ccd4e4
    }

        #nav-shortcuts.nav-collapse .nav-pills > li {
            display: block;
            float: none;
            margin-top: 20px;
            line-height: 1
        }

            #nav-shortcuts.nav-collapse .nav-pills > li[style="MARGIN-TOP:11px;display:block;"] {
                margin-top: 0 !important
            }

            #nav-shortcuts.nav-collapse .nav-pills > li > a {
                margin-top: 0;
                padding: 0;
                text-decoration: none;
                color: #0d5c91
            }

.nav-list li > a {
    padding: 8px 15px 8px 8px;
    font-size: .875rem;
    transition: background .3s ease-in-out
}

.nav-list li.leftNavSelectedParent > a, .nav-list li.navSelectedParent > a, .nav-list li > a {
    font-weight: 400
}

    .nav-list li.leftNavSelectedParent > a:focus, .nav-list li.leftNavSelectedParent > a:hover, .nav-list li.navSelectedParent > a:focus, .nav-list li.navSelectedParent > a:hover {
        color: #0d5c91 !important
    }

    .nav-list li.leftNavSelectedItem > a:focus, .nav-list li.leftNavSelectedItem > a:hover, .nav-list li.navSelectedItem > a:focus, .nav-list li.navSelectedItem > a:hover, .nav-list li > a:focus, .nav-list li > a:hover {
        background-color: #eee
    }

.nav-list > li.leftNavSelectedItem > a {
    padding-left: 10px
}

.nav-list li.leftNavSelectedParent, .nav-list li.navSelectedParent {
    background-color: #dbe7ef;
    background-color: transparent;
    background-image: none
}

    .nav-list li.leftNavSelectedParent > a, .nav-list li.navSelectedParent > a {
        position: relative;
        color: #555 !important
    }

.nav-list .nav-list .nav-list > li a {
    padding: 5px;
    font-size: .813rem
}

.title-info, .title-info:active, .title-info:hover, .title-info:visited {
    padding: 10px;
    border: 0
}

ul.nav-sitemap-submenu {
    border-left-color: #0d5c91;
    margin-left: 10px;
    padding-left: 10px
}

    ul.nav-sitemap-submenu li {
        color: #464646;
        padding: 5px 0
    }

.breadcrumb {
    margin: 10px 0 0;
    padding: 0;
    font-size: .813rem
}

    .breadcrumb a {
        color: inherit
    }

.content .section {
    padding-top: 20px;
    padding-bottom: 20px
}

.content .section--fake-full-width {
    position: relative
}

    .content .section--fake-full-width:after, .content .section--fake-full-width:before {
        content: "";
        height: 100%;
        background: #e9f0f5;
        border-top: 1px solid #ccd4e4;
        border-bottom: 1px solid #ccd4e4
    }

    .content .section--fake-full-width:before {
        position: absolute;
        top: 0;
        left: calc(-50vw + 100%/2);
        z-index: -1;
        width: 100vw
    }

.content .section__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center
}

.card {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.25)
}

.card--center {
    text-align: center
}

.card--transparent {
    background-color: hsla(0,0%,100%,.8);
    color: #000
}

.card__title--highlight {
    color: #e8a621
}

.card__text, .card__title--small {
    font-size: 1.25rem
}

.card__desc {
    font-size: .875rem
}

    #print > .card__desc + a, .card__desc, .card__desc + .btn {
        margin-top: 20px
    }

.alert, .puff {
    border: 0;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.25)
}

    .alert .puff-content, .puff .puff-content {
        padding: 0
    }

        .alert .puff-content h2, .puff .puff-content h2 {
            font-size: 1.75rem
        }

        .alert .puff-content div, .puff .puff-content div {
            font-size: .875rem
        }

        .alert .puff-content a, .puff .puff-content a {
            position: relative;
            display: block;
            margin-top: 20px;
            padding: 10px;
            background-color: #e8a621;
            font-size: .875rem;
            color: #000;
            text-decoration: none;
            transition: background .3s ease-in-out
        }

            .alert .puff-content a:focus, .alert .puff-content a:hover, .puff .puff-content a:focus, .puff .puff-content a:hover {
                background: #f4ca47
            }

            .alert .puff-content a:after, .puff .puff-content a:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 10px;
                width: 16px;
                height: 16px;
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                background: url(../img/chevron-thin-right.svg);
                background-size: contain
            }

            .alert .puff-content a ~ a, .puff .puff-content a ~ a {
                margin-top: 1px
            }

.alert {
    background-color: #eee
}

.link-list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.link-list__link {
    display: block;
    margin-top: 10px
}

    .link-list__link:visited {
        color: #0d5c91
    }

.link-list__link--block {
    position: relative;
    margin-top: 1px;
    padding: 10px;
    background-color: #e8a621;
    color: #000;
    text-decoration: none;
    transition: background .3s ease-in-out
}

    .link-list__link--block:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 16px;
        height: 16px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/chevron-thin-right.svg);
        background-size: contain
    }

    .link-list__link--block:visited {
        background-color: #e8a621
    }

    .link-list__link--block:focus, .link-list__link--block:hover {
        background-color: #f4ca47
    }

    .link-list__link--block:focus, .link-list__link--block:hover, .link-list__link--block:visited {
        color: #000
    }

.hero {
    position: relative;
    background-color: #e9f0f5;
    background-image: url(../img/hero-letters.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

    .hero:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #dbe7ef;
        background: linear-gradient(135deg,#dbe7ef,#0d5c91 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe7ef",endColorstr="#0d5c91",GradientType=1);
        opacity: .5
    }

.hero__content {
    position: relative;
    z-index: 1;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px
}

.content .highlight__card, .highlight__card {
    box-sizing: border-box;
    padding: 40px;
    background: #fff
}

.content .highlight__media, .highlight__media {
    overflow: hidden
}

.content .highlight__media--empty, .highlight__media--empty {
    background-color: #0d5c91
}

#content {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px
}

.content .span3 + .span6 + .span3 {
    display: none
}

.content p + h1, .content p + h2, .content p + h3, .content p + h4, .content p + h5, .content p + h6 {
    margin-top: 2rem
}

.content #print > p + a, .content p + .btn {
    margin-top: 1rem
}

.dataitem, .eventitem, .governmentitem, .inspectionitem, .magazineitem, .monthitem, .newsitem, .publicationitem, .referralitem, .searchitem {
    padding: 20px
}

    .newsitem .newsitem-publishdate {
        margin-bottom: .5rem;
        font-size: .875rem
    }

    .newsitem h3 {
        font-size: 1.125em
    }

        .newsitem h3 > a {
            text-decoration: none
        }

.control-panel {
    background: #e9f0f5;
    padding: 20px
}

    .control-panel label {
        margin-bottom: 10px
    }

.text-info {
    margin-left: 20px;
    font-size: .875rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase
}

    .text-info + h2 {
        margin-top: 10px;
        margin-left: 20px
    }

.page-owner-container {
    font-size: .813rem
}

    .page-owner-container > div {
        display: inline-block;
        vertical-align: middle
    }

.page-owner-header {
    font-weight: 400
}

#print {
    display: inline-block;
    margin-top: 10px
}

.page-dates small {
    font-size: .813rem
}

.page-dates span {
    font-weight: 600
}

#share-panel {
    margin-top: 20px;
    padding: 20px 0 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccd4e4;
    background-color: transparent
}

    #share-panel hr {
        display: none
    }

    #share-panel h4 {
        margin-bottom: .5rem
    }

    #share-panel a {
        font-size: .875rem
    }

        #share-panel a:focus, #share-panel a:hover {
            text-decoration: none
        }

        #share-panel a [class*=" icon-"] {
            vertical-align: middle;
            font-size: 1.25rem
        }

        #share-panel a span {
            position: static;
            vertical-align: middle;
            margin-left: 5px
        }

.pagination hr {
    display: none
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: transparent;
    position: relative
}

    .footer:after, .footer:before {
        content: "";
        height: 100%;
        background: #e9f0f5;
        border-top: 1px solid #ccd4e4;
        border-bottom: 1px solid #ccd4e4
    }

    .footer:before {
        position: absolute;
        top: 0;
        left: calc(-50vw + 100%/2);
        z-index: -1;
        width: 100vw
    }

    .footer .span3 {
        font-size: .875rem;
        font-family: Roboto,Open Sans,Helvetica,sans-serif
    }

        .footer .span3 strong {
            display: inline-block;
            margin-bottom: 20px;
            font-size: 1rem;
            font-weight: 500;
            text-transform: uppercase
        }

.grid--center {
    -ms-flex-pack: center;
    justify-content: center
}

[class*=grid-item-] {
    box-sizing: border-box;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

    [class*=grid-item-] + [class*=grid-item-] {
        margin-top: 20px
    }

.grid-item-1-3 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.page-header h2, .preamble {
    font-size: 1.25rem
}

.page-header h2 {
    line-height: 1.5
}

    .page-header h2 small {
        font-size: inherit;
        line-height: inherit
    }

.h2 {
    font-size: 2rem
}

#print > a, .btn, .link {
    display: inline-block;
    padding: .75rem 2rem;
    border-radius: .3em;
    border: 0;
    box-shadow: none;
    background: #e8a621;
    font-size: 1rem;
    text-decoration: none;
    text-shadow: none;
    line-height: 1;
    color: #fff;
    transition: background .3s ease-in-out
}

    #print > a.active, #print > a:active, #print > a:focus, #print > a:hover, .btn.active, .btn:active, .btn:focus, .btn:hover, .link.active, .link:active, .link:focus, .link:hover {
        background: #f4ca47
    }

    #print > a:visited, .btn:visited, .link:visited {
        color: #fff
    }

    #print > a.disabled, #print > a[disabled], .btn.disabled, .btn[disabled], .link.disabled, .link[disabled] {
        background: #ccc;
        color: #555
    }

        #print > a.disabled:focus, #print > a.disabled:hover, #print > a[disabled]:focus, #print > a[disabled]:hover, .btn.disabled:focus, .btn.disabled:hover, .btn[disabled]:focus, .btn[disabled]:hover, .link.disabled:focus, .link.disabled:hover, .link[disabled]:focus, .link[disabled]:hover {
            background: #ccc
        }

.btn-large {
    font-size: 1.125em
}

#print > a, .btn-small {
    font-size: .875rem
}

.btn-mini {
    font-size: .688em
}

#print > a, .btn-primary {
    background: #0d5c91
}

    #print > a.active, #print > a:active, #print > a:focus, #print > a:hover, .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background: #5089b0
    }

.btn-warning, .link-warning {
    background: #d16103
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .link-warning.active, .link-warning:active, .link-warning:focus, .link-warning:hover {
        background: #de8d49
    }

.btn-danger, .link-error {
    background: #ad033b
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .link-error.active, .link-error:active, .link-error:focus, .link-error:hover {
        background: #c44972
    }

.btn-success, .link-success {
    background: #5f9629
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .link-success.active, .link-success:active, .link-success:focus, .link-success:hover {
        background: #8cb365
    }

.btn-info, .link-info {
    background: #a6c3d6;
    color: #000
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .link-info.active, .link-info:active, .link-info:focus, .link-info:hover {
        background: #dbe7ef;
        color: #000
    }

    .btn-info:visited, .link-info:visited {
        color: #000
    }

.btn-inverse {
    background-color: #222
}

    .btn-inverse.active, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover {
        background-color: #555
    }

.card__date {
    font-size: .688em;
    font-weight: 700;
    margin: 10px 0 0
}

    .card__date span {
        display: block
    }

    .card__date + .link-list__link {
        margin-top: 0
    }

.content .highlight-small__card, .highlight-small__card {
    box-sizing: border-box
}

.content .highlight-small__media, .highlight-small__media {
    margin-top: 20px
}

.content .highlight-mini .highlight-mini__title, .highlight-mini .highlight-mini__title {
    font-size: 1.75rem
}

.content .highlight-mini__card, .highlight-mini__card {
    box-sizing: border-box
}

    #print.highlight-mini__card > a, .content #print.highlight-mini__card > a, .content .highlight-mini__card > .btn, .highlight-mini__card > .btn {
        margin-top: .5rem
    }

.content .highlight-mini__media, .highlight-mini__media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-height: 200px;
    overflow: hidden;
    margin-top: 20px
}

.puff.puff-horizontal-red-with-image .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.puff.puff-horizontal-red-with-image .span6 {
    margin: 0;
    width: auto;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

    .puff.puff-horizontal-red-with-image .span6.puff-content {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

@media (min-width:580px) {
    .header .header-inner {
        padding-bottom: 20px
    }

    .navbar-top .nav > li > a {
        margin-left: -1px;
        padding-top: 22px;
        border-bottom: 4px solid transparent
    }

    #nav-shortcuts.nav-collapse {
        font-size: .813rem;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

        #nav-shortcuts.nav-collapse .nav-pills {
            margin-top: 0;
            border: none;
            float: right
        }

            #nav-shortcuts.nav-collapse .nav-pills > li {
                float: left;
                margin-top: 0;
                margin-bottom: 10px
            }

                #nav-shortcuts.nav-collapse .nav-pills > li:not(:last-child) {
                    margin-right: 10px
                }

    .grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .grid-item-2 {
        max-width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .grid-item-2:nth-child(-n+2) {
            margin-top: 0
        }

        .grid-item-2:not(:nth-child(odd)) {
            margin-left: 2%
        }
}

@media (min-width:580px) and (max-width:779px) {
    .grid-item-3 {
        max-width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .grid-item-3:nth-child(-n+2) {
            margin-top: 0
        }

        .grid-item-3:not(:nth-child(odd)) {
            margin-left: 2%
        }

    .grid-item-4 {
        max-width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .grid-item-4:nth-child(-n+2) {
            margin-top: 0
        }

        .grid-item-4:not(:nth-child(odd)) {
            margin-left: 2%
        }
}

@media (min-width:581px) {
    .header .header-inner--logos {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media (min-width:581px) and (max-width:780px) {
    .header .header-inner--logos {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    #print {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0
    }
}

@media (min-width:780px) {
    .header .header-inner {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .header-inner--logos {
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: 40%;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .header .header-inner--align-end {
        -ms-flex-order: 4;
        order: 4;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        max-width: 60%
    }

    .header .header-inner--top {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        min-width: 100%
    }

    #nav-shortcuts.nav-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

        #nav-shortcuts.nav-collapse .nav-pills {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%
        }

    .content .section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .hero__content {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .content .highlight, .highlight {
        position: relative;
        max-width: 940px;
        height: 0;
        margin: 40px auto;
        padding-top: 0;
        padding-bottom: 60%
    }

    .content .highlight__card, .highlight__card {
        position: absolute;
        top: 50%;
        z-index: 2;
        max-width: 650px;
        max-height: 80%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .content .highlight__media, .highlight__media {
        right: 0;
        z-index: 1;
        width: 100%;
        max-width: 820px;
        height: 0;
        padding-bottom: 45%
    }

    .content .highlight__image, .content .highlight__media, .highlight__image, .highlight__media {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #content {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .grid-item-2-3 {
        max-width: 66%;
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .grid-item-2-3:nth-child(-n+3) {
            margin-top: 0
        }

        .grid-item-2-3:not(:nth-child(3n+1)) {
            margin-left: 2%
        }

        .grid-item-2-3 + .grid-item-1-3 {
            margin-top: 0;
            margin-left: 2%
        }

    .grid-item-1-3, .grid-item-3 {
        max-width: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%
    }

        .grid-item-3:nth-child(-n+3) {
            margin-top: 0
        }

        .grid-item-3:not(:nth-child(3n+1)) {
            margin-left: 2%
        }

    .grid-item-4 {
        max-width: 23.5%;
        -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%
    }

        .grid-item-4:nth-child(-n+4) {
            margin-top: 0
        }

        .grid-item-4:not(:nth-child(4n+1)) {
            margin-left: 2%
        }

    .content .highlight-small__card, .highlight-small__card {
        max-width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

        .content .highlight-small__card:nth-child(-n+2), .highlight-small__card:nth-child(-n+2) {
            margin-top: 0
        }

        .content .highlight-small__card:not(:nth-child(odd)), .highlight-small__card:not(:nth-child(odd)) {
            margin-left: 2%
        }

    .content .highlight-small__media, .highlight-small__media {
        max-width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

        .content .highlight-small__media:nth-child(-n+2), .highlight-small__media:nth-child(-n+2) {
            margin-top: 0
        }

        .content .highlight-small__media:not(:nth-child(odd)), .highlight-small__media:not(:nth-child(odd)) {
            margin-left: 2%
        }

    .content .highlight-mini__card, .highlight-mini__card {
        max-width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

        .content .highlight-mini__card:nth-child(-n+2), .highlight-mini__card:nth-child(-n+2) {
            margin-top: 0
        }

        .content .highlight-mini__card:not(:nth-child(odd)), .highlight-mini__card:not(:nth-child(odd)) {
            margin-left: 2%
        }

    .content .highlight-mini__media, .highlight-mini__media {
        max-width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

        .content .highlight-mini__media:nth-child(-n+2), .highlight-mini__media:nth-child(-n+2) {
            margin-top: 0
        }

        .content .highlight-mini__media:not(:nth-child(odd)), .highlight-mini__media:not(:nth-child(odd)) {
            margin-left: 2%
        }

    .puff.puff-horizontal-red-with-image .row-fluid {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .puff.puff-horizontal-red-with-image .span6 {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        max-width: 35%
    }

        .puff.puff-horizontal-red-with-image .span6.puff-content {
            padding-right: 20px;
            -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
            max-width: 65%
        }
}

@media (min-width:1150px) {
    .content .highlight__card, .highlight__card {
        -ms-transform: translate(-80px,-50%);
        transform: translate(-80px,-50%)
    }

    .content .highlight__media, .highlight__media {
        -ms-transform: translate(80px,-50%);
        transform: translate(80px,-50%)
    }
}

@media (max-width:1024px) {
    .header .header-inner--item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:779px) {
    .puff.puff-horizontal-red-with-image .span6:not(.puff-content) {
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        max-height: 250px
    }

    .puff.puff-horizontal-red-with-image .span6.puff-content {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

@media (max-width:580px) {
    .header {
        box-shadow: none
    }

        .header .header-inner {
            padding-bottom: 5px
        }

            .header .header-inner > .pull-left {
                width: 100%
            }

        .header .header-inner--align-end {
            -ms-flex-order: 4;
            order: 4
        }

        .header a.brand {
            float: none
        }

        .header .form-search .input-append .search-query {
            width: 100%
        }

    #mobile-panel {
        display: block !important;
        width: 100%;
        margin-top: 20px;
        font-size: .875rem;
        text-align: center
    }

    .navbar-top .nav > li:not(:first-child) {
        border-top: 1px solid #ccd4e4
    }

    .navbar-top .nav > li > a {
        font-size: 1rem;
        padding: 1rem
    }

        .navbar-top .nav > .active > a:focus, .navbar-top .nav > .active > a:hover, .navbar-top .nav > .navSelectedParent > a:focus, .navbar-top .nav > .navSelectedParent > a:hover, .navbar-top .nav > li.active > a, .navbar-top .nav > li.navSelectedParent > a, .navbar-top .nav > li > a:focus, .navbar-top .nav > li > a:hover {
            background-color: #dbe7ef
        }

    .leftNav {
        margin: 0
    }

        .leftNav li.leftNavSelectedItem a, .leftNav li.leftNavSelectedParent a, .leftNav li.navSelectedItem a, .leftNav li.navSelectedParent a, .leftNav li a {
            padding: .5rem 1rem
        }

        .leftNav li.leftNavSelectedParent, .leftNav li.navSelectedParent {
            background-image: none
        }

    .alert .puff-content + div, .puff .puff-content + div {
        margin-top: 20px
    }
}

@media (max-height:900px) {
    .hero__content {
        padding-top: 40px;
        padding-bottom: 40px
    }

    #content {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.copy-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-image: url(images/copy.png);
}

.copy-btn.clicked {
    background-color: gainsboro;
}