﻿/* -------------- */
/*  CONTENT AREA  */
/* -------------- */
@import url('Responsive/Responsive.css');

.Skin {
    min-height: 1px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

/* DNN DASHED CONTAINERS WERE HARD TO SEE */
[id*="SyncPanel"] {
    border: 1px dashed #777;
}

.Page-Background {
    min-height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.Page-Background-Image {
    /*min-height: 1170px;*/
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: inline-block;
}

.Content {
    display: inline-block;
    height: auto;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.Content-Background-Image {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

Content.Background-Image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Content-Container {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin: 0;
    display: inline-block;
    height: auto;
}

    .Content-Container .Pane {
        background-color: #fff;
    }

.row.Pane {
    padding: 0;
    margin: 0;
}

.Desktop-Content-Container-Left,
.Desktop-Content-Container-Right {
    /*width: 16.5%;*/
    width: 10%;
    min-height: 1px;
    height: auto;
    padding: 1em;
    text-align: center;
}

.Desktop-Content-Container-Right {
    float: right;
}

.Center-Narrow-Content-Pane {
    margin-left: .75rem;
    width: 80%;
    background-color: #fff;
    margin-top: 2em;
}

.Center-Full {
}

    .Center-Full > .Desktop-Content-Container-Left,
    .Center-Full > .Desktop-Content-Container-Right {
        width: 0%;
        display: none;
    }

    .Center-Full > .Center-Narrow-Content-Pane {
        width: 100%;
    }

    .Center-Full .Header-Full-Background-Left,
    .Center-Full .Header-Full-Background-Right,
    .Center-Full .Header-Full-Background-Image-Left,
    .Center-Full .Header-Full-Background-Image-Right,
    .Center-Full .Header-Top-Sticky-Left-Area,
    .Center-Full .Header-Top-Sticky-Right-Area,
    .Center-Full .Header-Main-Area-Left,
    .Center-Full .Header-Main-Area-Right,
    .Center-Full .Header-Bottom-Left,
    .Center-Full .Header-Bottom-Right,
    .Center-Full .Desktop-Content-Container-Left,
    .Center-Full .Desktop-Content-Container-Right,
    .Center-Full .Footer-Bottom-Left,
    .Center-Full .Footer-Bottom-Right,
    .Center-Full .Copyright-Container-Left,
    .Center-Full .Copyright-Container-Right {
        width: 0% !important;
        display: none !important;
    }

    .Center-Full .Header-Full-Background-Center,
    .Center-Full .Header-Full-Background-Image-Center,
    .Center-Full .Header-Top-Sticky-Center-Area,
    .Center-Full .Header-Main-Area-Center,
    .Center-Full .Header-Bottom-Center,
    .Center-Full .Center-Narrow-Content-Pane,
    .Center-Full .Footer-Bottom-Center,
    .Center-Full .Copyright-Container-Center {
        width: 100% !important;
    }

.Wide-Banner-Wrapper {
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    clear: both;
}

.Wide-Banner {
    width: 100%;
    height: 100%;
    max-height: 20%;
    display: inline-block;
    position: relative;
}


/* DNN OVERRIDES */
.console-large,
.DNNContainer_Title_h2 {
    font-family: "Raleway", sans-serif;
}

    .console-large img {
        float: none;
        padding: 0;
    }

    .console-large > h1, .console-large > h2,
    .console-large > h3, .console-large > h4,
    .console-large > h5, .console-large > h6,
    .DNNContainer_Title_h2 > h1, .DNNContainer_Title_h2 > h2,
    .DNNContainer_Title_h2 > h3, .DNNContainer_Title_h2 > h4,
    .DNNContainer_Title_h2 > h5, .DNNContainer_Title_h2 > h6 {
        font-size: 1.2em !important;
    }

    .DNNContainer_Title_h2 > .TitleH2,
    .DNNContainer_Title_h2 > .TitleHead {
        font-family: "Segoe UI Light", Arial !important;
        font-size: 1.5em !important;
    }

#ControlNav > li > a {
    height: 53px !important;
}

#ControlBar_CustomMenuItems > li > a, #ControlActionMenu > li > a {
    height: 53px !important;
}


.rcbSlide {
    position: relative !important;
}

.rcbScroll {
    max-height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
