﻿@media print {

    /*remove chrome links*/
    a[href]:after {
        content: none !important;
    }

    .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 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

img.zoomable {
    cursor: pointer;
}

#index-news-table td {
    vertical-align: top;
    padding-bottom: 30px;
}

    #index-news-table td:nth-child(2) {
        padding-left: 1rem;
    }

#index-news-entry .img-parent {
    width: 200px;
    margin-right: 20px;
}

h2.news-listning-headline {
    margin-top: 0;
}

h1.news-headline {
    margin-bottom: 2rem;
}

    h1.news-headline h2 a {
        color: inherit;
    }

.container #news-listning > h1 {
    margin-bottom: 3rem;
}

table.events-index {
    border-spacing: 0;
    border-collapse: collapse;
}

.events-index td {
    vertical-align: top;
}

.events-archive-event div:first-child {
    font-weight: bold;
}

h4.events-archive-date {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 0;
}

table.events-index td:first-child {
    width: 4.2rem;
    padding-right: 0.5rem;
}

table.events-index td {
    padding-bottom: 2rem;
}

.events-index td {
    vertical-align: top;
}

.events-archive-month {
    margin-top: 10rem;
    margin-bottom: 0.6rem;
}

    .events-archive-month:nth-child(2),
    #archive-parent > div:first-child {
        margin-top: 0;
    }


#contact-form {
    margin-top: 20px;
}

    #contact-form td {
        padding-bottom: 20px;
    }

    #contact-form div.row > div {
        padding-bottom: 10px !important;
    }

    #contact-form .btn {
        margin-top: 0 !important;
    }

    #contact-form td:last-child {
        padding-bottom: 0px;
    }

#contact-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #contact-form > tbody > tr > td:first-child {
        padding-right: 30px;
    }

    #contact-form .required.question .field-text:after {
        content: " *";
    }

    #contact-form .required.question.stress .field-text:after {
        color: #ff0000;
    }

    #contact-form td.answer input[type=text],
    #contact-form td.answer textarea,
    #contact-form #recaptcha_widget_div {
        width: 400px;
    }

    #contact-form #recaptcha_widget_div {
        margin-top: 20px;
    }

    #contact-form td.answer select {
        width: 406px;
    }

    #contact-form td.answer textarea {
        resize: vertical;
    }

h1.page-title {
    display: block !important;
}

textarea,
input[type=text] {
    font-family: inherit;
}

#contact-form input[type=submit] {
    margin-top: 20px;
}

#contact-form .field-text {
    font-weight: bold;
}

#contact-form .field-help-text {
    clear: both;
    display: block;
}

#contact-form .field-validation-error {
    margin-left: 10px;
    display: inline-block;
    color: #ff0000;
}

#contact-form .k-upload-button {
    margin: 0 !important;
}

#contact-form .k-dropzone {
    padding: 0 !important;
}


#contact-form .answer {
    padding-left: 0 !important;
}

    #contact-form .answer textarea {
        resize: vertical;
        font: inherit;
    }

td.question,
td.answer {
    vertical-align: top;
}

.img-responsive {
    width: auto !important;
    height: auto !important;
}

#content img,
#content-left img,
#content-bottom img,
#footer {
    max-width: 100% !important;
    height: auto !important;
}

.sitemap {
    padding: 0;
    margin: 20px 0 0 0;
}

    .sitemap li {
        padding: 0;
        list-style-type: none;
    }

.center-block {
    float: none !important;
    clear: both;
}

/* Tile */

div.tile {
    height: 300px;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 15px;
    color: #fff;
    text-align: center;
}

div.tile-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    background-position: center;
    background-size: cover;
}

div.tile-default-content {
    position: absolute;
    top: 25%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
}

    div.tile-default-content h1,
    div.tile-default-content h2,
    div.tile-default-content h3,
    div.tile-default-content h4,
    div.tile-default-content h5,
    div.tile-default-content h6 {
        color: #fff;
    }

    div.tile-content a,
    div.tile-default-content a {
    }

div.tile-content {
    display: none;
    position: absolute;
    top: 25%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
}

    div.tile-content div p {
        padding: 1rem;
    }

    div.tile-content h1,
    div.tile-content h2,
    div.tile-content h3,
    div.tile-content h4,
    div.tile-content h5,
    div.tile-content h6 {
        color: #fff;
    }

/* Tile Hover */

div.tile:hover > div.tile-default-content {
    display: none;
}

div.tile:hover > div.tile-overlay {
    display: block;
}

div.tile:hover > div.tile-content {
    display: block;
}

/* Tile Touch */

html.touch div.tile-default-content {
    display: none;
}

html.touch div.tile-overlay {
    display: block;
}

html.touch div.tile-content {
    display: block;
}

body.cke_editable div.share-on-social-media {
    width: 180px;
    height: 20px;
    background: url("/Areas/Admin/Content/Images/Icons/Large/share.png");
}

h3.toggle {
    cursor: pointer;
}

    h3.toggle > div {
        transition: all 0.2s ease;
    }

.toggled {
    display: none;
}

/* DropDown Menu (Bootstrap) */
.dropdown-menu > li > a {
    white-space: normal;
}

/* Split Backgrounds (http://rocketfuel.com/resources) */

.split-backgrounds {
    position: relative;
}

    .split-backgrounds .left {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 50%;
        background-color: #efefef;
    }

@media(max-width: 991px) {
    .split-backgrounds .left {
        right: 0;
    }
}

.split-backgrounds .right {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #d3d3d3;
}

@media(max-width: 991px) {
    .split-backgrounds .right {
        display: none;
    }
}

/* Last Altered */
#content-last-altered {
    border-top: 1px solid #cccccc;
    margin-top: 6rem;
    padding-top: 1rem;
    font-size: 1.0rem;
}

/* HP */
.hproc-hp-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}