﻿/* from bootstrap.css */
/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}*/
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    padding-left: 15px;
    padding-right: 15px;
}

/* from bootstrap.css */
.special-main-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-width: 300px;
    width: 100%;
    background-color: White;
}
.special-page-heading {
    font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 35px;
    font-size: 2.1875rem;
    color: #FFFFFF;
    text-shadow: 2px 2px #58595B;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
}
.special-heading {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    color: #58595b;
    padding-top: 50px;
    padding-bottom: 50px;
}
.special-heading-subpage {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    color: #58595b;
    padding-top: 50px;
}
.special-heading-paragraph {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    color: #000000;
    line-height: 168%;
}
.special-paragraph {
    font-family: OpenSans-Regular, Arial, Sans-Serif;
    font-size: 16px;
    font-size: 1rem;
    color: #000000;
    line-height: 150%;
}
a.special-paragraph{
    color: #002159;
    text-decoration: underline;
}
.special-jump {
    font-family: OpenSans-Bold, Arial, Sans-Serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #002159;
    padding-bottom: 50px;
    padding-top: 50px;
}
a.special-jump {
    text-decoration: underline;
    color: #002159;
}
.special-area-heading {
    font-family: OpenSans-Bold, Arial, Sans-Serif;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #000000;
    padding-bottom: 50px;
}
.special-area-heading-first {
    font-family: OpenSans-Bold, Arial, Sans-Serif;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #000000;
    padding-bottom: 50px;
    padding-top: 50px;
}
.special-div-third
{
    width: 34%;
    float: left;
}
.special-image {
    padding-right: 50px;
    padding-bottom: 50px;
}
.special-image-subpage {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    max-width: 490px;
}
.special-div-twothirds {
    width: 66%;
    float: right;
    padding-bottom: 50px;
}
.special-item-title {
    font-family: OpenSans-Regular, Arial, Sans-Serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #002159;
}
a.special-item-title {
    text-decoration: underline;
    color: #002159;
}
.special-item-date {
    font-family: OpenSans-Bold, Arial, Sans-Serif;
    font-size: 12px;
    font-size: 0.75rem;
    color: #000000;
    font-style: italic;
}
.special-backto {
    font-family: OpenSans-Bold, Arial, Sans-Serif;
    font-size: 12px;
    font-size: 0.75rem;
    color: #002159;
}
a.special-backto {
    color: #002159;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .special-div-third {
        width: 50%;
        float: left;
    }

    .special-div-twothirds {
        width: 50%;
        float: left;
    }
}
    @media only screen and (max-width: 549px) {
        .special-div-third {
            width: 100%;
            float: left;
        }

        .special-div-twothirds {
            width: 100%;
            float: left;
        }
    }

.item-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.item-box {
    overflow: hidden;
    margin: 0;
    position: relative;
    box-shadow: rgba(0,0,0,0.1) 0 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}