﻿@charset "UTF-8";
@import url('css/bootstrap.css');
@import url('css/bootstrap_override.css');
@import url('simple/simpleMenu.css');
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url('css/search-override.css');
@import url('css/edn.css');


/* Color Boxes */
.homebox:first-of-type {
    padding-left: 0px;
}

.homebox {
}
.homeboxContentWrap {
    padding: 5px !important;
	background-color: #910;
	font-size: 1.6em;
	text-transform: uppercase;
	height: 100%;
}
.homeboxContent {
	background-color: #ffffff;
	width: 100%;
	font-size: .8em;
	padding: 20px;
}
.box_padding {
    padding: 5px !important;
}
.box_padding a:focus, .box_padding a:hover {
	opacity: .8;
}
.fixed_height {
    height: 245px;
}
.fixed_heightsm {
    height: 150px;
}

.blue, .blue:link, .blue:visited {
    display: block;
    background-color: #363456;
    color: #fff;
    padding: 25px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
}
.green, .green:link, .green:visited {
    display: block;
    background-color: #334d31;
    color: #fff;
    padding: 25px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
}
.dark_brown, .dark_brown:link, .dark_brown:visited {
    display: block;
    background-color: #4e3430;
    color: #fff;
    padding: 25px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
}

.light_brown, .light_brown:link, .light_brown:visited {
    display: block;
    background-color: #996633;
    color: #fff;
    padding: 25px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
}

.yellow, .yellow:link, .yellow:visited {
    display: block;
    /*background-color: #f0c81e;*/
	background-color: #8D7407;
    color: #fff;
    padding: 25px;
    font-size: 1.2em;
    text-align: center;
    text-decoration:none;
}

.crimson, .crimson:link, .crimson:visited {
    display: block;
    background-color: #910;
    color: #fff;
    padding: 25px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
}

.blue:hover {
    background-color: #2a284d;
    color: #fff;
}
.green:hover {
    background-color: #274125;
    color: #fff;
}
.dark_brown:hover {
    background-color: #402a27;
    color: #fff;
}
.light_brown:hover {
    background-color: #86592b;
    color: #fff;
}

.yellow:hover {
    /*background-color: #d4b11c;*/
    background-color: #806700;
    color: #fff;
}

.crimson:hover {
    background-color: #721311;
    color: #fff;
}




/* Video Gallery Override */
.cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 70% !important;
}


input.s::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #676767;
}

input.s:-moz-placeholder { /* Firefox 18- */
    color: #676767;
}

input.s::-moz-placeholder { /* Firefox 19+ */
    color: #676767;
}

input.s:-ms-input-placeholder { /* IE 10+ */
    color: #676767;
}

input.s::-ms-input-placeholder { /* Edge */
    color: #676767;
}

input.s:placeholder-shown { /* Standard one last! */
    color: #676767;
}

/** clearfix **/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* minified reset styles http://html5boilerplate.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, .SkinObject, .Normal {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.headerimage {
}

    .headerimage > a {
        max-width: 100%;
    }

    .headerimage img {
        display: block;
        height: auto;
        max-width: 700px;
        padding: 25px 0px 25px 30px;
    }

.wrapper_header {
    max-width: 1350px;
    margin: 0 auto;
}

.wrapper_navigation {
    max-width: 1350px;
    margin: 0 auto;
}

.container_navigation {
    width: 100%;
    margin: 0 auto;
    background-color: #5c0000;
    border-bottom: solid 5px #490000;
}

.wrapper_footer {
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 35px;
}

    .wrapper_footer, .wrapper_footer a:link, .wrapper_footer a:visited, .wrapper_footer a:hover {
        color: #e0e0e0;
    }

#Footer_Full_Container {
    padding: 10px;
    margin: 0px;
}

#map-canvas {
    width: 100%;
    height: 450px;
    margin: 0px;
    padding: 0px;
}

#Footer_Full_Container p {
    color: #c6c6c6;
    font-size: .9em;
}

#Footer_Full_Container a, #Footer_Full_Container a:visited {
    color: #fff;
    text-decoration: underline;
    font-size: .9em;
}

.copyright {
    font-size: .8em;
    /*color: #b39684;*/
    color: #E8DED9;
    text-transform: uppercase;
}

    .copyright a:link {
        text-decoration: underline;
        font-weight: normal;
        /*color: #b39684;*/
        color: #E8DED9;
        font-family: "Lato", Helvetica, Arial, sans-serif;
    }
	.copyright a:focus, .copyright a:hover {
		text-decoration: none;
	}


.wrapper_body {
    max-width: 1350px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 25px;
}

.container_header {
    width: 100%;
    background-color: #710000;
    margin: 0 auto;
}

.footer_copyright_container {
    float: left;
    clear: both;
    color: #fff;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding-top: 25px;
}

.divline {
    border-top: 1px solid #816758;
    margin: 0px auto 0px auto;
    padding: 15px 25px 15px 15px;
    width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline;
    zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    x-webkit-text-size-adjust: 100%;
    x-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
}

body {
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    background-color: #563c2c;
    font-family: 'Lato', sans-serif;
    font-size: 90%;
}

::-moz-selection {
    background: #e7a323;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e7a323;
    color: #fff;
    text-shadow: none;
}

a {
    color: #000;
    font-family: 'Montserrat Light', sans-serif;
}

    a:visited {
        color: #000;
    }

    a:hover {
        color: #a31f34;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type=button], input[type=reset], input[type=submit] {
        cursor: pointer;
        -webkit-appearance: button;
        overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type=text] {
        box-sizing: border-box;
        padding: 5px;
		height: calc(2.25rem + 2px);
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: .25rem;
    }

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        width: 13px;
        height: 13px;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.input-group {
	margin-bottom: 10px;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

/* ------------------------------------
         Skin Styles
    ---------------------------------- */

/*.clearfix {
 *zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}*/

/*-------------------------------------
     TEXT STYLES
    -----------------------------------*/

a,
a:link,
a:visited,
a:active {
    outline: 0;
    line-height: inherit;
    font-size: .9em;
    color: #910000;
    text-decoration: underline;
}

    a:focus,
    a:hover {
        color: #710000;
        text-decoration: none;
    }

p {
    line-height: 1.6em;
    margin: 5px 0px 15px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: normal;
}

h1 {
    /*font-size: 24pt;*/ font-size: 1.6em;
}

h2 {
    /*font-size: 18pt;*/ font-size: 1.4em;
}

h3 {
    /*font-size: 15pt;*/ font-size: 1.2em;
}

h4 {
    /*font-size: 12pt;*/ font-size: 1em;
}

.TitleLine h2 {
    border-bottom: 1px solid #DDD;
    font-size: 20px;
    height: 12px;
    margin-bottom: 10px;
}

.TitleLine span {
    background: #FFF;
    padding-right: 10px;
}

/*-------------------------------------
    BASE LAYOUT ELEMENTS - RESPONSIVE LATER
    -----------------------------------*/
body div:not(.ControlContainer) {
}

#PageBody {
    position: relative;
    margin: 0 auto 20px;
    max-width: 100%;
    min-width: 721px;
    width: 100%;
    clear: both;
    border: 1px solid #f0f0f0;
}

    #PageBody > div, #PageBody > header, #breadcrumb, #PageBody > section {
        margin-left: 20px;
        margin-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

header {
    /*border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
    clear: both;
    width: 100%;
    display: inline-block;*/
}

.SiteLogo {
    display: block;
    float: left;
    margin: 0px 0 0 15px;
}

.Login {
    float: right;
    margin-left: 20px;
}

.SiteSearch {
    float: right;
}

img {
    /* display: block;*/
    height: auto;
    max-width: 100%;
}

.breadCrumb {
    text-transform: uppercase;
    font-size: .9em;
    font-family: 'Montserrat Light', sans-serif;
    font-weight: normal;
    /* letter-spacing: 0.2em; */
    padding: 20px 35px 20px 25px !important;
}

    .breadCrumb span span > span:last-of-type {
        display: none;
    }

    .breadCrumb a {
        color: #3F3F3F !important;
        text-decoration: none;
        border-bottom: 1px solid #3F3F3F;
    }
    .breadCrumb a:hover {
        color: #710000 !important;
        text-decoration: none;
        border-bottom: none;
    }
.breadCrumb {
    padding-left: 0px;
    margin-bottom: 0px;
}

#breadcrumb .breadCrumb:first-child {
    border: none;
}

.breadCrumb:before {
    /*content: "";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    border-width: 11px 0 11px 11px;
    border-style: solid;
    border-color: #EFEFEF #EFEFEF #EFEFEF transparent;
    left: -1em; */
}

.breadCrumb:after {
    /* content: "";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #EFEFEF;
    right: -1em; */
}

#hsc_Alert {
    clear: both;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

#banner {
    clear: both;
    padding: 10px;
}

#BannerPane {
    border: 1px solid #F0F0F0;
}

#Content {
    clear: both;
}

#footer {
    border-top: 1px solid #EFEFEF;
    clear: both;
    padding: 5px;
    background-color: #3d3d3d;
    border-top: 3px solid #801919;
    min-height: 125px;
    color: #fefefe;
    margin-top: 20px;
}


#footer_inner {
    max-width: 900px;
    margin: 20px auto;
}

#footer_left {
    float: left;
    width: 75%;
    margin-right: 15px;
}

#footer_right {
    float: right;
}

.footer_social img {
    padding: 0 5px;
}

#footer a:link, #footer a:visited {
    color: #fefefe;
}

#footer a:hover, #footer a:focus {
    color: #fff;
}

#footer .img-left {
    float: left;
    margin-right: 15px;
}

#dnn_footer_dnnLogin_loginLink {
    /*float: right;*/
    display: block;
    margin-bottom: 20px;
    text-align: right;
}

.footerPane {
    float: left;
    width: 136px;
}

    .footerPane,
    .footerPane .Normal {
        color: #808080;
    }

.footerPaneRight {
    float: right;
}

/* Copyright
    -------------------------------------*/
#copyright {
    color: #a6a6a6;
    font-size: .8em;
}

    #copyright a:link,
    #copyright a:visited {
        color: #a6a6a6;
        font-size: .9em;
    }

    #copyright a:hover, #copyright a:focus {
        color: #ffffff;
        text-decoration: underline;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover, #copyright a.DNNMobileLink:focus {
            color: #ffffff;
        }


/*========================================================+
|  Panes                                                  |
+========================================================*/
.pane {
    float: left;
}

.paneLeft, paneRight {
    margin-right: 20px;
    float: left;
}

.paneRight {
    margin-right: 0;
    float: right;
}

.BannerPane {
    width: 100%;
}

.TopPane {
    width: 100%;
}

.TopLeftPane {
    width: 49%;
}

.TopRightPane {
    width: 49%;
}

.ContentPane {
    width: 100%;
}

.LeftPane {
    width: 24%;
}

.ContentPaneRight {
    width: 74%;
}

.ContentPaneLeft {
    width: 75%;
}

.RightPane {
    width: 23.2%;
}

.MiddleLeftPane {
    width: 29%;
}

.MiddlePane {
    width: 39%;
}

.MiddleRightPane {
    width: 28.2%;
}

[class^="fourCol"] {
    width: 24%;
    margin-right: 15px;
}

.fourCol1 {
}

.fourCol2 {
}

.fourCol3 {
}

.fourCol4 {
    margin-right: 0;
}

.BottomPane {
}

/* Empty Panes */



/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

#userControls {
    /*height: 37px;
      margin: 25px; */
    clear: both;
}

#login ul {
    padding: 0 0 0 0px;
}

#login {
    /*border: thin dotted #333333;*/
    float: right;
    /*background-color: #333; */ letter-spacing: normal;
    text-transform: uppercase;
    font-size: 0.7em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none !important;
    color: #ffffff;
    letter-spacing: 0.1em;
}

    #login .registerGroup,
    #login .registerGroup *,
    #login .loginGroup,
    #login .loginGroup * {
        display: block;
    }

    #login .registerGroup,
    #login .loginGroup {
        float: left;
        padding: 0;
        margin: 0;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        #login .registerGroup li {
            float: left;
        }

        #login .registerGroup ul {
            margin-left: 0px;
        }

        #login .registerGroup .buttonGroup {
            margin-right: 0;
        }

        #login .registerGroup a,
        #login .loginGroup a {
            display: block;
            position: relative;
            min-width: 12px;
            padding: 10px 15px;
            font-size: 11px;
            vertical-align: middle;
            color: silver;
        }

            #login .registerGroup a:hover, #login .loginGroup a:hover {
                text-decoration: none; /*background: rgb(45,45,45); /* Old browsers */ /*background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */ /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */ /*background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */ /* background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */ /*background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */ /*background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */ /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
                color: #ddd;
                background-color: #222;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a:active,
            #login .loginGroup a:active {
                color: #fff;
                text-shadow: 0px -1px 0px #333333;
            }

            #login .registerGroup a strong,
            #login .loginGroup a strong {
                display: block;
                left: 0;
                top: 0;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px;
            }

    #login .userMessages a,
    #login .userNotifications a {
        background-color: #333;
    }

    #login .userMessages strong {
        height: 100%;
        background: url('images/icon_message.png') no-repeat center center;
        width: 18px;
    }

    #login .userNotifications {
    }

        #login .userNotifications strong {
            height: 100%;
            background: url('images/icon_notification.png') no-repeat center center;
            width: 18px;
        }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: rgb(59,150,182); /* Old browsers */
        text-align: center;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 1px 0px #333333;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: none;
    }

    #login .registerGroup a img {
        height: 35px;
        width: 35px;
        background: #333;
    }

    /* Login Group Styles */
    #login .loginGroup {
    }

        #login .loginGroup a {
            color: #ffffff;
        }

    /* Number of message next to the message icon*/
    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0px;
        background-color: transparent;
        font-size: 10px;
    }



/*--------------------------------------
    Login/Social Elements
----------------------------------------*/

.buttonDiv {
    display: block;
}

.loginLinks {
    display: block;
    float: right;
    margin: 10px 0;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
}

    .loginLinks .registerGroup,
    .loginLinks .registerGroup *,
    .loginLinks .loginGroup,
    .loginLinks .loginGroup * {
        display: block;
        float: left;
        font-weight: normal;
    }

        .loginLinks .registerGroup .buttonGroup {
            margin: 0;
            padding: 0;
        }

        .loginLinks .registerGroup li {
            border-right: none;
        }

        .loginLinks .registerGroup a,
        .loginLinks .loginGroup a,
        .button {
            position: relative;
            color: #666666;
            border-right: 1px solid #DADADA;
            border-left: 1px solid #FFFFFF;
            padding: 2px 7px;
            line-height: 26px;
            font-weight: normal;
            font-size: 11px;
            background: #fafafa; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 ); /* IE6-9 */
            text-shadow: 1px 1px #FFFFFF;
        }

            .loginLinks .registerGroup a:hover,
            .loginLinks .loginGroup a:hover,
            .button:hover {
                color: #000000;
            }

        .loginLinks .registerGroup .userNotifications a strong,
        .loginLinks .registerGroup .userMessages a strong {
            display: block;
            text-indent: -2000px;
            top: 0px;
            left: 0px;
            height: 26px;
            width: 26px;
        }

        .loginLinks .registerGroup .userNotifications a strong {
            background: url(graphics/social_sprite.png) 5px -123px no-repeat;
        }

            .loginLinks .registerGroup .userNotifications a strong:hover {
                background: url(graphics/social_sprite.png) 5px -155px no-repeat;
            }

        .loginLinks .registerGroup .userMessages a strong {
            background: url(graphics/social_sprite.png) 5px -59px no-repeat;
        }

            .loginLinks .registerGroup .userMessages a strong:hover {
                background: url(graphics/social_sprite.png) 5px -91px no-repeat;
            }

        .loginLinks .registerGroup .userProfileImg a {
            padding: 0;
        }

        .loginLinks .registerGroup .userProfileImg img {
            width: 30px;
            height: 30px;
            -moz-opacity: 0.70;
            opacity: 0.70;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
        }

            .loginLinks .registerGroup .userProfileImg img:hover {
                -moz-opacity: 1;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
            }

        .loginLinks .registerGroup a:hover,
        .loginLinks .loginGroup a:hover,
        .button:hover {
            text-decoration: none;
            -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }


.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.mobileButtons {
    display: none;
    float: right;
}

    .mobileButtons ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobileButtons li {
        list-style: none;
        padding: 0;
        margin: 0 10px 0 0;
        display: block;
        float: left;
    }

        .mobileButtons li a {
            padding: 0 10px;
            font-size: 14px;
            color: #666666;
            border: 1px solid #DADADA;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }



/*----------------------*/
/*    DNN OVERRIDES     */
/*----------------------*/
.Head {
    border: none;
    margin-bottom: 5px;
}

.Normal, .NormalDisabled, .NormalDeleted {
    font-size: 16px;
    color: #555555;
    line-height: 1.6em;
}

.paneOutline {
    border: 1px solid #444;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    color: #EFEFEF;
}


/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: disc;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }


    /* Ordered List */
    ol li {
        list-style-type: decimal;
        margin-bottom: 8px;
        vertical-align: top;
    }

    ol ol {
        margin-top: 8px;
        margin-left: 30px;
    }

        ol ol li {
            list-style-type: lower-roman;
        }

        ol ol ol li {
            list-style-type: lower-alpha;
        }

    ol ul li {
        list-style-type: lower-roman;
    }
