﻿@charset "utf-8";

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #fff;
}

html, body, button, input, select, textarea, body, table, th, td, p,
h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead, .Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
.FormHead, .FormLabel, .FormControl,
a, a:link, a:visited, a:hover {
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.4;
}

body, table, th, td, p,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled {
    font-size: 14px;
    line-height: 1.4;
    color: #202020;
}


/* =============================================================================
   Selections
   ========================================================================== */

::-moz-selection {
    background: #00588d;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

::selection {
    background: #00588d;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a, a:link {
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a, a:link, a:visited, a:active {
    font-size: 1em;
    color: #1868b3;
    text-decoration: none;
}

a:hover {
    color: #00588d;
    text-decoration: underline;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}


/* =============================================================================
   Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.Head, .SubHead, .SubSubHead {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: normal;
    color: #202020;
    margin-top: 5px;
    margin-bottom: 8px;
}

h1, h1 a {
    font-size: 2em;
    color: #00405c;
}

h2, h2 a {
    font-size: 1.7em;
}

h3, h3 a, .Head, .FormHead, a.FormHead {
    font-size: 1.45em;
    color: #00405c;
}

h4, h4 a {
    font-size: 1.1em;
    color: #8f8e8b;
    text-transform: uppercase;
}

h5, h5 a, .SubHead {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.01em;
}

h6, h6 a, .SubSubHead {
    font-size: 1em;
    font-weight: bold;
    color: #8f8e8b;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

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: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.NormalDisabled, .NormalDeleted {
    color: #999;
}

.NormalDeleted {
    text-decoration: line-through;
}

.NormalBold {
    font-weight: bold;
}

.NormalRed, .FormError {
    color: #f00;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 25px;
}

ul li {
    list-style-type: disc;
}

dd {
    margin: 0 0 0 30px;
}

nav ul, nav ol, nav li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

ul.dnnActions {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/* Correct overflow not hidden in IE9 */
svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

select, textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"],
.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
    font-size: 1em;
    line-height: 1.4;
    border-radius: 4px;
    padding: 6px;
    border: 1px solid #c4c4c4;
    background-color: #fbfbfb;
    color: #202020;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select:active, select:focus,
textarea:active, textarea:focus,
input[type="text"]:active, input[type="text"]:focus,
input[type="password"]:active, input[type="password"]:focus,
input[type="email"]:active, input[type="email"]:focus,
input[type="search"]:active, input[type="search"]:focus,
.dnnFormItem select:active, .dnnFormItem select:focus,
.dnnFormItem textarea:active, .dnnFormItem textarea:focus,
.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:active, .dnnFormItem input[type="password"]:focus,
.dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus,
.dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus {
    border: 1px solid #004376;
    box-shadow: none;
    color: #333;
}

.dnnHelpText {
    font-size: 1.1em;
}

.error label, legend.error {
    color: rgba(255, 0, 0, 0.90);
}

.error input[type="text"], .error select, .error textarea, .error input[type="email"], .error input[type="search"] {
    border: 1px solid rgba(255, 0, 0, 0.75);
    color: rgba(255, 0, 0, 0.60);
}


/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
    line-height: normal;
}

/*
     * 1. Display hand cursor for clickable form elements
     * 2. Allow styling of clickable form elements in iOS
     * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
     */
button, input[type="button"], input[type="reset"], input[type="submit"], .dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnFormItem input[type="submit"],
.dnnPrimaryAction, .dnnSecondaryAction, .dnnTertiaryAction, a.dnnPrimaryAction, a.dnnSecondaryAction, a.dnnTertiaryAction,
.FormButton, a.FormButton, .FormButtonSecondary, a.FormButtonSecondary {
    cursor: pointer;
    *overflow: visible;
    border-radius: 4px;
    line-height: 1.4;
    display: inline-block;
    padding: 4px 10px;
    -webkit-text-shadow: none;
    text-shadow: none !important;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    box-shadow: none !important;
    border: none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Primary Action */
input[type="submit"], input[type="submit"]:active, .dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction, .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
    background: #004376;
    color: #fff;
    border: 1px solid #004376;
}

input[type="submit"]:hover, .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
    background: #00588d;
    color: #fff;
    border-color: #00588d;
}

/* Secondary Action */
input[type="button"], input[type="reset"], .dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnSecondaryAction, a.dnnSecondaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span,
[type="button"]:active, input[type="reset"]:active, .dnnFormItem button:active, .dnnFormItem input[type="button"]:active, .dnnFormItem input[type="reset"]:active, .dnnFormItem input[type="reset"]:active, .dnnSecondaryAction:active, a.dnnSecondaryAction:active, ul.dnnAdminTabNav li a:active {
    background: #cfcfcf;
    border: 1px solid #ccc;
    color: #333;
    box-shadow: none;
}

input[type="button"]:hover, input[type="reset"]:hover, .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover, .dnnFormItem input[type="reset"]:hover, .dnnSecondaryAction:hover, a.dnnSecondaryAction:hover, ul.dnnAdminTabNav li a:hover, .dnnLogin .LoginTabGroup span:hover {
    background: #dfdfdf;
    border-color: #ddd;
    color: #555;
}

ul.dnnAdminTabNav li a {
    padding: 7px 9px;
}

ul.dnnAdminTabNav li.ui-tabs-active a {
    padding: 9px 9px;
}

/* Tertiary Action */
.dnnTertiaryAction, a.dnnTertiaryAction, .dnnTertiaryAction:active, a.dnnTertiaryAction:active {
    padding: 10px;
    border: none;
    background: #ebebeb;
    color: #555;
}

.dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background: #e7e7e7;
}

/* Disabled Styles */
button[disabled], input[disabled], .dnnFormItem button[disabled], .dnnFormItem input[disabled] {
    cursor: not-allowed;
}

input.aspNetDisabled, textarea.aspNetDisabled, .dnnFormItem input.aspNetDisabled, .dnnFormItem textarea.aspNetDisabled {
    background: #ebebeb;
    box-shadow: none;
    border: 1px solid #aaaaaa;
}

.aspNetDisabled, a.aspNetDisabled, .dnnDisabled, a.dnnDisabled, .aspNetDisabled:hover, a.aspNetDisabled:hover, .dnnDisabled:hover, a.dnnDisabled:hover, .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
    background: #dddddd;
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
    border: 1px solid #dddddd;
}

/* Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"], .dnnFormItem input[type="checkbox"], .dnnFormItem input[type="radio"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"], .dnnFormItem 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, .dnnFormItem input[type="search"]::-webkit-search-decoration, .dnnFormItem input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* Remove inner padding and border in FF3/4: h5bp.com/l */
button::-moz-focus-inner, input::-moz-focus-inner, .dnnFormItem button::-moz-focus-inner, .dnnFormItem input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea, .dnnFormItem textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid, .dnnFormItem input:valid, .dnnFormItem textarea:valid {
}

input:invalid, textarea:invalid, .dnnFormItem input:invalid, .dnnFormItem textarea:invalid {
    background-color: #f0dddd;
}

/* DNN Module Manager Fix */
.dnnModuleManager {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows. */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

/* NOAH form message box */

.noahFormMessage {
    background: rgba(2,139,255,0.15);
    border: 1px solid rgba(2, 139, 255, 0.50);
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.noahFormMessage.noahFormError, .noahFormMessage.noahFormValidationSummary {
    background-color: rgba(255, 0, 0, 0.15);
    border-color: rgba(255, 0, 0, 0.50);
    color: #FF0000;
}

.noahFormMessage.noahFormWarning {
    background-color: rgba(255,255,0,0.20);
    border-color: rgba(255, 255, 0, 0.50);
}

.noahFormMessage.noahFormSuccess {
    background-color: rgba(0,255,0,0.15);
    border-color: rgba(0,255,0,0.50);
}

/* =============================================================================
   Helper Classes
   ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* =============================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        -webkit-text-shadow: none !important;
        text-shadow: none !important;
        -ms-filter: none !important;
        -webkit-filter: none !important;
        filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
