/* Minification failed. Returning unminified contents.
(615,9): run-time error CSS1035: Expected colon, found 'margin'
 */
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0;margin:0}a{cursor:pointer}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width: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-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'segieui_semilight';
    src: url('/Content/fonts/SEGOEUISL.ttf');
    font-weight: normal;
    font-style: normal;
}
/* latin-ext */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  src: local('Catamaran'), local('Catamaran-Regular'), url(https://fonts.gstatic.com/s/catamaran/v1/t_-OVtQ5f4U5rdYNmrStgxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Catamaran';
  font-style: normal;
  font-weight: 400;
  src: local('Catamaran'), local('Catamaran-Regular'), url(https://fonts.gstatic.com/s/catamaran/v1/iVYgK2bOLvZcSxr0ITOecltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body * {
    font-family: 'Catamaran', Helvetica, sans-serif;
}

.bg-color-e {
    background-color: #eee;
}

.bg-color-d {
    background-color: #ddd;
}

.bg-color-c {
    background-color: #ccc;
}

.bg-color-b {
    background-color: #bbb;
}

.bg-color-blue {
    background-color: #2d89ef !important;
}

.bg-color-blueLight {
    background-color: #eff4ff !important;
}

.bg-color-blueDark {
    background-color: #2b5797 !important;
}

.bg-color-green {
    background-color: #00a300 !important;
}

.bg-color-greenLight {
    background-color: #99b433 !important;
}

.bg-color-greenDark {
    background-color: #1e7145 !important;
}

.bg-color-red {
    background-color: #b91d47 !important;
}

.bg-color-yellow {
    background-color: #ffc40d !important;
}

.bg-color-orange {
    background-color: #e3a21a !important;
}

.bg-color-orangeDark {
    background-color: #da532c !important;
}

.bg-color-pink {
    background-color: #9f00a7 !important;
}

.bg-color-pinkDark {
    background-color: #7e3878 !important;
}

.bg-color-purple {
    background-color: #603cba !important;
}

.bg-color-darken {
    background-color: #1d1d1d !important;
}

.bg-color-lighten {
    background-color: #d5e7ec !important;
}

.bg-color-white {
    background-color: #ffffff !important;
}

.bg-color-grayDark {
    background-color: #525252 !important;
}

.bg-color-magenta {
    background-color: #ff0097 !important;
}

.bg-color-teal {
    background-color: #00aba9 !important;
}

.bg-color-redLight {
    background-color: #ee1111 !important;
}

.bg-color-accent-1 {
    background-color: #0cc7ff !important;
}

.bg-color-accent-2 {
    background-color: #0490ec !important;
}

.bg-color-accent-2-50 {
    background-color: rgba(4, 144, 236, 0.50) !important;
}

.bg-color-accent-3 {
    background-color: #2b5797 !important;
}

.bg-color-accent-light {
    background-color: #525252 !important;
}

.clear {
    clear: both;
}

.back-panel {
    height: 100px;
}

.content {
    width: 1001px;
    margin: -100px auto 5px auto;
}

#logo {
    float: left;
    width: 420px;
    height: 100px;
    cursor: pointer;
    /*border-bottom: 4px solid #eee;*/
    margin-top: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    #logo:hover {
        /*border-bottom: 4px solid #2b5797;*/
        /*margin-top: 0;*/
    }

/*
    Navigation List    
*/

.img-home {
    background-image: url(../../content/images/nav_home.png);
}

.img-blog {
    background-image: url(../../content/images/nav_blog.png);
}

.img-about {
    background-image: url(../../content/images/nav_about.png);
}

.img-features {
    background-image: url(../../content/images/nav_features.png);
}

.img-contact {
    background-position: -447px 0;
}

.nav-list {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: -5px;
    padding: 0;
    margin-left: 14px;
}

    .nav-list li {
        display: inline-block;
        width: 110px;
        height: 100px;
        /*margin-left: 5px;*/
        /*border-bottom: 4px solid #eee;*/
        margin-bottom: 10px;
        background-color: #2d89ef;
        overflow: hidden;
        -webkit-transition: box-shadow 0.5s ease-in;
        -moz-transition: box-shadow 0.5s ease-in;
        -ms-transition: box-shadow 0.5s ease-in;
        -o-transition: box-shadow 0.5s ease-in;
        transition: box-shadow 0.5s ease-in;
    }

.nav-list li a {
            text-decoration: none;
            text-align: center;
            display: inline-block;
            height: 30px;
            width: 110px;
            padding: 70px 0 0 0;
            color: white;
        }


        .nav-list li.hover {
            background-color: #2b5797;
            -webkit-box-shadow: 1px 2px 10px #2b5797;
            -ms-box-shadow: 1px 2px 10px #2b5797;
            box-shadow: 1px 2px 10px #2b5797;
        }

.nav-list li.selected {
            background-color: #1e4d93;
            /*border-bottom: 4px solid #26ade4;*/
        }

        .nav-list li.selected-hover {
            background-color: #2b5797;
            /*border-bottom: 4px solid #55f;*/
        }

.page-content {
    min-height: 100px;
    margin-top: 5px;
    margin-right: 1px;
}

/*
    Footer Navigation List    
*/

.footer {
    position: relative;
    background-color: #ddd;
    padding: 5px;
    height: 23px;
    margin-top: 5px;
}

.clear {
    clear: both;
}

.footer span {
    font-size: 8pt;
}

.footer .nav-list {
    float: right;
    margin-top: -6px;
}

    .footer .nav-list li {
        width: auto;
        height: 20px;
    }

        .footer .nav-list li a {
            padding: 5px 10px 0 10px;
            font-weight: normal;
            font-size: 10pt;
            background-color: #ddd;
            border-bottom: 0px;
            color: black;
            height: 28px;
        }

            .footer .nav-list li a.hover {
                background-color: #aaa;
                color: white;
            }

            .footer .nav-list li a.selected {
                background-color: #ccc;
            }

.footer img {
    display: inline-block;
}

/*
    Page Banner
*/

.page-banner {
    position: relative;
}

#banner-image {
    width: 1000px;
    height: 450px;
    margin-bottom: 5px;
    background-image: url('/content/images/banner_large.jpg');
}

.page-banner .banner-content {
    padding: 5px;
    width: 450px;
    position: absolute;
    right: 0;
    top: 0;
    height: 420px;
    overflow: hidden;
}

.no-banner .feed-panel {
    padding-top: 0;
}

.feed-panel.wide {
    padding-top: 0;
}

.feed-panel .widget-box {
    margin-bottom: 5px;
    height: 200px;
    overflow: hidden;
}

.feed-panel.wide .widget-box {
    margin-bottom: 0 !important;
}

.widget-box {
    border: 1px solid rgba(0, 0, 0, 0.02);
}

    .widget-box .banner-text:last-child {
        padding-bottom: 10px;
    }

    .widget-box h2 {
        margin: 0;
        padding: 5px;
        color: white;
        font-size: 25pt;
        text-transform: uppercase;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        .widget-box h2 a {
            text-decoration: none;
            color: white;
        }

        .widget-box h2:hover {
            background-color: rgba(0, 0, 0, 0.25);
        }

        .widget-box h2 span {
            display: block;
            font-size: 10pt;
            margin-top: -10px;
            color: #ddd;
        }

    .widget-box .banner-text {
        clear: both;
        font-size: 10pt;
        padding: 3px;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.05);
    }

    .widget-box a {
        text-decoration: none;
    }

    .widget-box .banner-text p {
        margin: 0px;
    }

    .widget-box span:not([class=s-through]) {
        font-size: 8pt;
        color: #eee;
    }

.banner-text img {
    float: left;
}

.banner-text p {
    display: inline;
}

.allcaps {
    text-transform: uppercase;
}

code {
    text-transform: none;
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    color: #1e4d93;
    -moz-word-break: break-word;
    -o-word-break: break-word;
    word-break: break-word;
}

.scrollable {
    height: 150px;
    overflow: hidden;
}

#sn-box {
    z-index: 100;
    position: absolute;
    top: -80px;
    right: 0px;
    background-color: white;
    padding: 5px;
    -ms-opacity: 0.0;
    opacity: 0.0;
    display: none;
    -webkit-box-shadow: 1px 1px 10px 1px #888;
    -ms-box-shadow: 1px 1px 10px 1px #888;
    box-shadow: 1px 1px 10px 1px #888;
}

#sn-box.sn-show {
    top: -50px;
    -ms-opacity: 1.0;
    opacity: 1.0;
        display: block;
        height: 100%;        
}

/*
    Top Banner
*/

/*.top-banner-wrapper {
    width: 1000px;
    height: 130px;
    overflow: hidden;
}

.top-banner {
    background: url('../../content/images/banner_small.jpg') no-repeat;
    width: 1000px;
}*/

.feed-panel {
    display: inline;
    float: right;
    width: 300px;
}

    .feed-panel.wide {
        margin-top: 5px !important;
    }

.article:last-of-type {
    margin-bottom: 0 !important;
}

.article img {
    max-width: 675px;
}
.width40 {
    width: 355px !important;
}

.width60 {
    width: 600px !important;
}
.wide.large-texts .article > h1 {
    font-weight: lighter;
    font-size: 36pt !important;
    margin-top: 0;
    text-transform: lowercase;
    color: #555;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

h1.ellipsis {
    height: 65px;
    width: 980px;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

h1.section-header {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.large {
    font-weight: lighter;
    font-size: 36pt !important;
    margin-top: 0;
    text-transform: lowercase;
    color: #555;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 5px !important;
}

body {
    background-color: #eee;
}

.left-panel {
    display: inline-block;
    width: 695px;
    height: auto;
    margin: 0;
}

.wide {
    width: 1000px;
}

    .wide .article:last-child { /*margin-bottom: 10px;*/
    }

    .wide .widget-box {
        width: 328px;
        height: 200px;
        float: left;
        margin-right: 5px;
    }

        .wide .widget-box:last-child {
            margin-right: 0;
        }

.two-column:last-of-type {
    margin-bottom: -5px;
}

.article {
    background-color: #fff;
    padding: 9px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
}

    .article p:last-of-type {
        margin-bottom: 0;
    }

    .article .header {
        border-bottom: 1px solid #ddd;
        margin-bottom: 5px;
    }

    .article .header.no-border {
        border-bottom: none;
        margin-bottom: -9px !important;
    }

    .article a:first-child:hover h1 {
        color: #0490ec;
    }

    .article a {
        text-decoration: none;
    }

    .article .header h1 {
        color: #2b5797;
        font-size: 2em;
        font-we
        margin: 0;
        padding: 0;
        cursor: pointer;
        display: inline-block;
        -webkit-transition: color 0.25s ease-out;
        -moz-transition: color 0.25s ease-out;
        -o-transition: color 0.25s ease-out;
        -ms-transition: color 0.25s ease-out;
        text-transform: uppercase;
    }

    .article .header.nocap h1 {
        text-transform: none !important;
    }

    .article .subtitle {
        font-size: 10pt;
        color: #1e4d93;
    }

.subtitle .comment-count {
    background-color: #888;
    float: right;
    margin-top: -3px;
    color: white;
    padding: 3px 7px;
    margin-left: 1px;
}

.article .header span.comment-count {
    float: right;
    background-color: #2b5797;
    padding: 5px;
    color: #fff;
    text-transform: lowercase;
    margin-top: -7px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.article-comment {
    margin-top: 10px;
    margin-bottom: -14px;
    overflow: hidden;
}

.article .header a span.comment-count:hover {
    -webkit-box-shadow: 1px 1px 5px 1px #2d89ef;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(45, 137, 239, 0.5);
    -ms-box-shadow: 1px 1px 5px 1px #2d89ef;
    -ms-box-shadow: 1px 1px 5px 1px rgba(45, 137, 239, 0.5);
    box-shadow: 1px 1px 5px 1px #2d89ef;
    box-shadow: 1px 1px 5px 1px rgba(45, 137, 239, 0.5);
    background-color: #2d89ef;
}

.article p, .a-font, .a-font a {
    font-size: 10pt;
}

    .a-font h2 {
        padding: 0;
        margin: 5px 0;
    }

    .article p a {
        color: #0490ec;
    }

    .a-font p {
        margin: 5px 0;
    }

    .article p a:hover {
        color: #2b5797;
    }

.article .article-footer {
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
    width: 680px;
}

    .article .article-footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .article .article-footer ul li {
            display: inline-block;
            margin-bottom: 5px;
        }

            .article .article-footer ul li a, .tag-href {
                background-color: #ccc;
                font-size: 8pt;
                padding: 5px;
                text-decoration: none;
                color: #fff;
                -webkit-transition: background-color 0.25s ease-out;
                -moz-transition: background-color 0.25s ease-out;
                -o-transition: background-color 0.25s ease-out;
                -ms-transition: background-color 0.25s ease-out;
            }

                .article .article-footer ul li a:hover {
                    background-color: #888;
                    color: #fff;
                }

.feature-image {
    margin-top: 5px;
}

    .feature-image .image-wrapper {
        overflow: hidden;
    }

    .feature-image img {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .feature-image .feature-text {
        background-color: #0cc7ff;
        padding: 5px;
        position: relative;
        margin-top: -4px;
    }

        .feature-image .feature-text h2 {
            margin: 0;
            padding: 0;
            color: #fff;
            font-size: 14pt;
        }

        .feature-image .feature-text p {
            color: #fff;
            margin: 0;
            font-size: 10pt;
        }

            .feature-image .feature-text p a {
                color: #eee;
            }

                .feature-image .feature-text p a:hover {
                    color: #fff;
                }

.hover-fade {
    cursor: pointer;
    -ms-opacity: 0.9;
    opacity: 0.9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

    .hover-fade:hover {
        -ms-opacity: 1.0;
        opacity: 1.0;
    }

.contact-card {
    height: 110px;
    float: left;
    width: 480px;
    cursor: pointer;
    -ms-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .contact-card:hover {
        -ms-opacity: 1.0;
        opacity: 1.0;
    }

    .contact-card img {
        width: 100px;
        float: left;
        margin: 5px;
    }

    .contact-card div {
        float: left;
        margin-left: 5px;
    }

        .contact-card div h1 {
            font-size: 14pt;
            margin: 0 0;
        }

        .contact-card div span {
            font-size: 10pt;
            margin: 0 0;
            text-transform: lowercase;
            text-decoration: none;
        }

.footer ul {
    position: absolute;
    right: 5px;
    list-style: none;
    display: inline;
    margin: -2px 5px 0 0;
    padding: 0;
}
    .footer span {
        text-transform: uppercase;
        color: #444;
    }
        .footer span a {
            text-decoration: none;
            color: #333;
        }
    .footer ul li {
        display: inline;
        margin: 0;
        padding: 0;
    }

        .footer ul li a {
            text-decoration: none;
            font-size: 10pt;
            padding: 5px;
            width: 50px;
            color: #888;
            border-bottom: 0px solid #ddd;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .footer ul li a:hover {
                color: #000;
                border-bottom: 2px solid #bbb;
            }

/* Two column article */

.two-column {
    width: 1000px;
    clear: both;
}

    .two-column .article:first-child {
        margin-left: 0 !important;
    }

    .two-column .article {
        float: left;
        width: 477.5px;
        margin-left: 5px;
        min-height: 250px;
        margin-bottom: 0 !important;
    }

/*
    Account Register Logins
*/

.article *:last-child {
    margin-bottom: 0;
}

.article ol, .article ul {
    font-size: 10pt;
}

ol li, ul li {
    margin: 5px 0;
    width: 400px;
}

    ol li label, ul li label {
        display: inline-block;
        width: 150px;
    }

input[type=email], input[type=submit], input[type=text], input[type=password], input[type=datetime], input[type=number], button, textarea, select, .sceditor-container {
    -webkit-transition: box-shadow 0.25s ease-in-out, border 0.35s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out, border 0.35s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out, border 0.35s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out, border 0.35s ease-in-out;
    transition: box-shadow 0.25s ease-in-out, border 0.35s ease-in-out;
    border: 1px solid #ccc;
    padding: 4px;
    -webkit-box-shadow: 1px 1px 5px 1px #eee;
    -ms-box-shadow: 1px 1px 5px 1px #eee;
    box-shadow: 1px 1px 5px 1px #eee;
}

input[type=text], input[type=password], input[type=datetime], input[type=number], textarea {
    width: 235px;
}
/*textarea { height: 200px;}*/
ul.wide-inputs li {
    width: auto;
}

ul.wide-inputs input[type=text],
ul.wide-inputs input[type=password],
ul.wide-inputs input[type=datetime],
ul.wide-inputs input[type=number],
ul.wide-inputs textarea {
    width: 768px !important;
}

button, input[type=submit] {
    border: 1px solid #ccc;
}

    input[type=email]:focus, input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:active, input[type=checkbox]:focus, button:hover,
    input[type=password]:focus, input[type=datetime]:focus, input[type=number]:focus, textarea:focus, input[type=submit]:hover, select:focus, select:hover, .sceditor-container:hover {
        outline: none;
        -webkit-box-shadow: 1px 1px 5px 1px #2d89ef;
        -webkit-box-shadow: 1px 1px 5px 1px rgba(45, 137, 239, 0.5);
        -ms-box-shadow: 1px 1px 5px 1px #2d89ef;
        -ms-box-shadow: 1px 1px 5px 1px rgba(45, 137, 239, 0.5);
        box-shadow: 1px 1px 5px 1px #2d89ef;
        box-shadow: 1px 1px 5px 1px rgba(45, 137, 239, 0.5);
        border: 1px solid #2d89ef;
    }

.field-validation-error {
    text-align: left;
    display: block;
    font-size: 8pt;
    color: #ee1111;
    margin-left: 155px;
}

.article-footer ul li {
    width: auto;
}

.large-texts .banner-text a {
    text-decoration: none;
    color: inherit;
}

.widget-box.large-texts .banner-text p {
    font-size: 10pt;
    -ms-opacity: 0.9;
}
.widget-box * {
    font-weight: normal;
}
.widget-box.large-texts .banner-text span {
    display: block;
    margin-top: 5px;
    font-size: 10pt;
    -ms-opacity: 0.5;
    opacity: 0.5;
}

    .widget-box.large-texts .banner-text span strong {
        text-transform: uppercase;
    }

.dash span {
    font-size: 10pt;
}

.two-column {
    margin-bottom: 0 !important;
}

.admin-feed {
    margin-bottom: 10px;
    padding: 5px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

    .admin-feed:hover {
        background-color: #eee;
        color: #000;
    }

.no-bul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-group {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .form-group .spacer {
        min-height: 20px;
    }

        .form-group .spacer h4 {
            border-bottom: 1px solid #eee;
            padding-bottom: 2px;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #888;
        }

.form-item {
    clear: both;
    margin-bottom: 5px;
}

    .form-item .property {
        display: inline-block;
        width: 150px;
        vertical-align: top;
        padding-top: 5px;
    }

    .form-item .value {
        display: inline-block;
        width: 815px;
    }

.value input, .value textarea {
    width: 100%;
}

.value .field-validation-error {
    margin-top: 5px;
    margin-left: 0;
}

.article ul.quick-list {
    margin-right: -10px;
    list-style: none;
    float: right;
    margin-top: -94px;
}

    .article ul.quick-list li {
        height: 93px;
        background-color: #2b5797;
        border-bottom: 0;
        margin-top: 0;
        /*margin-left: 5px;*/
        width: 80px;
        display: inline-block;
        padding: 5px;

        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

.article ul.quick-list li a {
            text-transform: lowercase;
            padding-top: 0;
            font-size: 20pt;
            text-decoration: none;
            color: white;
            font-size: 14pt;
        }

        .article ul.quick-list li:hover {
            background-color: #0cc7ff;
        }

.value .form-item {
    margin-left: 10px;
    display: inline-block;
}

    .value .form-item .value {
        width: 150px;
    }

/*.no-banner .left-panel, .no-banner .feed-panel {
    margin-top: -9px;
}

.no-banner .message {
    margin-bottom: 15px;
}*/

.message {
    margin-bottom: 15px;
    margin-top: 5px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    width: 960px;
}

    .message.info {
        background-color: #3cb371;
    }

    .message.error {
        background-color: #ee1111;
    }

.image-gallery .item {
    display: inline-block;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    border: 0 solid #ddd;
}

    .image-gallery .item img {
        cursor: pointer;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

        .image-gallery .item img:hover {
            -webkit-box-shadow: 1px 1px 5px 1px #2d89ef;
            -ms-box-shadow: 1px 1px 5px 1px #2d89ef;
            box-shadow: 1px 1px 5px 1px #2d89ef;
        }

    .image-gallery .item.active img:hover {
        -webkit-box-shadow: 0 0 0 0 #2d89ef;
        -ms-box-shadow: 0 0 0 0 #2d89ef;
        box-shadow: 0 0 0 0 #2d89ef;
    }

    .image-gallery .item input {
        position: relative;
        right: 0px;
    }

    .image-gallery .item.active {
        display: block;
        text-align: center;
        margin: 10px 0;
        padding: 10px;
        background-color: #eee;
        border: 1px solid #ddd;
        -webkit-box-shadow: 1px 1px 5px 1px #eee;
        -ms-box-shadow: 1px 1px 5px 1px #eee;
        box-shadow: 1px 1px 5px 1px #eee;
    }

.pagination {
    height: 36px;
    margin: 10px 0;
}

    .pagination ul {
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px #000000;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px #000000;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px #000000;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pagination li {
        display: inline;
    }

    .pagination a {
        float: left;
        padding: 0 14px;
        line-height: 34px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0;
    }

        .pagination a:hover,
        .pagination .active a {
            background-color: #f5f5f5;
        }

    .pagination .active a {
        color: #999999;
        cursor: default;
    }

    .pagination .disabled span,
    .pagination .disabled a,
    .pagination .disabled a:hover {
        color: #999999;
        background-color: transparent;
        cursor: default;
    }

    .pagination li:first-child a {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .pagination li:last-child a {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

#image-editor {
    display: none;
    padding: 5px;
    -ms-opacity: 0.7;
    opacity: 0.7;
}

    #image-editor input[type=text] {
        width: 81%;
    }

    #image-editor input[type=submit] {
        width: 80px;
    }

.form-item .value .action-panel {
    margin-top: 10px;
    width: 825px;
}

    .form-item .value .action-panel input[type=submit] {
        width: 50px;
    }

.sceditor-container {
    z-index: 0 !important;
    -moz-min-width: 825px !important;
    -ms-min-width: 825px !important;
    -o-min-width: 825px !important;
    -webkit-min-width: 825px !important;
    min-width: 825px !important;
}

.ui-datepicker {
    z-index: 10 !important;
}

.no-banner .feed-panel.wide {
    display: none;
}

.a-article-item, .a-tag-item {
    padding: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

    .a-article-item .subtitle {
        font-size: 8pt;
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

.raw-top .subtitle {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.comment-count:hover {
    background-color: #444;
}

.a-article-item h1, .a-tag-item h1 {
    color: #888;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

.a-tag-item.active, .a-article-item.active {
    background-color: #ddd;
}

    .a-tag-item.active:hover {
        background-color: #ccc;
    }

.a-tag-item:hover {
    background-color: #eee;
}

#tag-action-form {
    margin-top: 10px;
}

.a-article-item .article-footer {
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
}

.feature-image.no-ani {
    margin-top: 0 !important;
    margin-bottom: 5px;
}

.feature-image:last-of-type {
    margin-bottom: 0 !important;
}

h1.mark {
    color: #000;
}

.a-article-item.highlighted {
    border: 2px solid #ddd;
}

.a-a-status {
    cursor: pointer;
}

.article.raw-top {
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.article.raw-bottom {
    margin-top: -5px !important;
    background-color: #0cc7ff;
    border: 0;
}

.raw-bottom .article-footer {
    border-top: 0 solid #eee;
    padding-top: 0;
    margin-top: 0;
}

.article .article-paging .pagination {
    text-align: right;
    margin-bottom: -9px;
}

    .article .article-paging .pagination ul {
        display: inline-block;
    }

.article .pagination ul {
    margin: 0;
    padding: 0;
    margin-top: -8px;
}

.article .header.nocap {
    border-bottom: 0;
}

.article .subtitle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

#tagList .subtitle {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.article-body p:first-of-type {
    margin-top: 10px !important;
}

.article-back {
    margin-bottom: -74px;
    margin-left: -68px;
}

.feed-panel .widget-box:last-of-type {
    margin-bottom: 0 !important;
}

.m-fix {
    margin-bottom: -5px !important;
}

.read-more {
    font-size: 10pt;
    color: #0490ec;
    margin-top: 10px;
    display: block;
    text-transform: lowercase;
    font-weight: bold;
    text-align: right;
}
.read-more:hover {
    color: #1e4d93;
}
.widget-box.var-h {
    height: auto !important;
}

.tag-list, .tag-list li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

    .tag-list a {
        font-size: 10pt;
        display: inline-block;
        color: #fff;
        padding: 5px;
        width: 261px;
    }

    .tag-list li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background-color: rgba(255,255,255,0.1);
        cursor: pointer;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

        .tag-list li:last-of-type {
            border-bottom: 0;
        }

        .tag-list li:hover {
            background-color: rgba(255,255,255,0.3);
        }

        .tag-list li span {
            background-color: rgba(0,0,0,0.1);
            padding: 7px;
            width: 13px;
            font-weight: bold;
            color: white;
            display: inline-block;
            margin-top: 0px;
            text-align: center;
        }

.article-body * {
    
}
.article-body ul li {
    width: auto !important;
}
.article-body h1, 
.article-body h2, 
.article-body h3, 
.article-body h4, 
.article-body h5, 
.article-body h6 {
    margin: 0;
    padding: 0;
    color: #1e4d93;
}
.syntaxhighlighter .toolbar { display: none;}
.a-draft {
     border: 1px solid #ddd;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(0,0,0,0.05) 35px, rgba(0,0,0,0.05) 70px);
}
.article-body ol li {
    list-style: upper-roman;
    width: auto !important;
}
.facts {
    margin: 0;
    padding: 0;
}
.facts li,
.markdown-body ul li {
    list-style: none;
    padding-left: 19px;
    background-image: url('/Content/images/li-icon.png');
    background-repeat: no-repeat;
    -moz-background-position-x: 0px;
    -o-background-position-x: 0px;
    background-position-x: 0px;
}
.home-banner { margin-top: 5px;}
.a-fbc .fb_comments_count {
    font-size: 8pt;
    font-weight: bold;
    background-color: #da532c;
    color: white;
    padding: 2px 5px;
    cursor: pointer;
}
.banner-text p.quicklinks a {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 8pt;
    color: #eee;
}
.s-through {
    text-decoration: line-through;
}
.two-column.fixed-height .article {
    min-height: 288px;
}
.no-banner .page-content >.clear {
    display: none;
}
.article.empty-content > h1 {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.form-item .property label {
    font-size: 13px;
}
.form-group.small .value input, 
.form-group.small .value textarea,
.form-group.small .property { width: 468px; }
.two-column.variable-height > .article {
    float: right;
}
.two-column.variable-height .two-row .article {
    margin: 0;
}
.two-column.variable-height .two-row {
    width: 497.5px;
    float: left;
}
.two-column.variable-height .two-row.right {
    float: right;
}
.article.small { min-height: 0; height: 20px; }
.two-column .two-row .article { margin: 0; }
.article.double-height { height: 413px; }
.margin-cut-top { margin-top: -15px !important;}
.header h1 { line-height: 1em}
input.chat-input {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxwb2x5Z29uIHBvaW50cz0iMTUsMi43NSAxMi45MTQsNC44MzYgMzMuMDc4LDI1IDEyLjkxNCw0NS4xNjQgMTUsNDcuMjUgMzcuMjUsMjUgIi8+PC9zdmc+') no-repeat 5px 8px;
    background-size: 20px;
    padding-left: 24px !important;
    border: 1px solid #ccc;
    width: 91%;
}
div#chatContainer {
    max-height: 352px;
    overflow-y: auto;
}
span.timestamp {
    color: #888;
    font-size: 9pt;
    margin-right: 5px;
    
}
.timestamp:after {
    content: " >";
}
.chat-text.question {
    color: #666;
}
.chat-text.answer {
    color: #1e4d93;
}
#chatContainer .chat:last-of-type {
    border-bottom: 1px solid #eee;
}
input#chatText {
    border: none !important;
    box-shadow: none !important;
    margin-left: -9px;
}
table.alice-log {
    width: 100%;
}
table.alice-log thead {
    font-weight: bold;
    background-color: #ddd;
}
table.alice-log td {
    font-size:9pt !important;
    padding: 5px;
    vertical-align: top;
}

table.alice-log td span.ms {
    font-size: 7pt;
    color: #fff;
    background-color: #888;
    padding: 3px;
    border-radius: 5px;
}
table.alice-log tbody tr.error {
    background-color: rgba(255,0,0,0.15);
}
table.alice-log tbody tr {
    border-bottom: 1px dotted #eee;
    transition: all 0.25s linear;
    cursor: pointer;
}
table.alice-log tbody tr:hover {
    background-color: #eee;
}
#aliceConvInfo code {
    font-size: 8pt;
    margin-left: 5px;
}
.widget-box .banner-text p {
    line-height: 17px;
    display: block;
}
body {
    transition: all 1s linear;
}
.grayscale {
  /* IE */
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

  /* Chrome, Safari */
  -webkit-filter: grayscale(1);

  /* Firefox */
  filter: grayscale(1);
}
.article.large-texts p {
    font-size: 26pt;
    word-wrap: break-word;
    line-height: 39px;
    margin: 0;
}
.subtitle.bottom:before {
    content: "\2014";
}
.subtitle.bottom {
    text-align: right;
    border-bottom: none;
}
.article .markdown-body:first-child {
    margin-bottom: 10px;
}
.markdown-body img {
    display: block;
    margin: auto;
}

body pre * {
    font-family: Consolas, monospace !important;
}
.markdown-body code {
    font-size: 100% !important;
}
.ui-datepicker * {
    font-size: 90%;
    padding: 0;
}
.value textarea {
    font-size: 85%;
    font-family: monospace;
}
@media screen and (max-width: 1001px) {
    .content {
        width: auto;
        overflow-x: hidden;
    }
    .nicescroll-rails[style] {
        z-index: 101 !important;
    }

    #banner-image {
        width: auto;
        background-repeat: no-repeat;
        background-position: 43% 0%;
    }
    .banner-content {
        background-color: rgba(0,0,0,0.30);
        float: none;
        position: fixed;
        right: 0;
        width: 60% !important;
        max-width: 400px;
        height: 430px !important;
        padding: 10px !important;
    }
    body > .back-panel { display: none;}
    .header.back-panel {
        height: 99px;
        border-bottom: 1px solid #ccc;
        position: fixed;
        width: 100%;
        top: 0;
        background-color: #ddd;
        -ms-opacity: 0.95;
        opacity: 0.95;
        z-index: 100;
        
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }
    .nav-list {
        height: 50px !important;
        display: inline-block;
        width: 100%;
        margin: 0 !important;
    }

    #logo {
        height: 70px;
        width: auto;
        margin-top: -10px;
    }
    
    .nav-list li {
        list-style: none !important;
        display: inline-block;
        height: 30px;
        width: 19.15%;
    }

        .nav-list li a {
            padding: 0;
            margin: 0;
            font-size: 0.8em;
            display: inline-block;
            padding-top: 5px;
            text-align: center;
            width: 100%;
        }

    /*
        Article
    */
    .page-content {
        width: auto;
        margin-top: 200px;
    }

    .left-panel {
        width: auto;
        display: block;
        float: none;
        clear: both;
        padding: 5px;
    }
    
    .feature-image {
        width: auto;
    }

    .feature-image .image-wrapper {
        width: 100%;
    }
    .article {
        display: block;
        width: auto;
    }

        .article iframe, 
        .article img, 
        .article embed {
            width: 100% !important;
            height: auto;
        }

    .feed-panel {
        display: block;
        width: auto;
        float: none;
        display: block;
        padding: 0px 5px;
    }
    .wide .widget-box {
        margin-right: 0 !important;
    }
    .feed-panel .widget-box {
        float: none;
        width: auto;
    }
    .article p {
        text-align: justify;
    }
    .article code {
        text-align: left;
        word-break: break-all;
    }
    .article .fb-comments iframe {
        width: 100% !important;
    }
    
    .optional-widget { display: none;}

    .tag-list li span {
        width: 10%;
        position: absolute;
        right: 6px;
    }

    .two-column {
        width: auto;
    }
    .two-row {
        float: none !important;
        width: auto !important;
        margin-bottom: 5px;
    }
    .two-row .article {
        float: none !important;
        width: auto !important;
    }
    .article .contact-card {
        display: block;
        float: none !important;
    }
    .article .contact-card img {
        
        width: 20% !important;
    }
    
    .article .form-item {
        width: auto !important;
        display: block;
        margin-left: 0 !important;
    }
    .article .form-item .property {
        display: block !important;
    }
    .article .form-item .value {
        display: block !important;
        width: auto;
    }
    .article .form-item .value input,
    .article .form-item .value textarea {
        width: 98%;
        display: block;
        margin-right: 5px;
    }
    .article .form-item .value select {
        width: 100%;
    }
    .two-row .article form button {
        float: none !important;
        width: 30% !important;
    }
    .two-row .g-recaptcha {
        display: block;
        float: none !important;
    }

    .two-column .article {
        display: block;
        float: none;
        margin: 0 0 5px 0 !important;
        width: auto;
    }
    .two-column:last-child {
        margin-bottom: -10px !important;
    }
    .contact-card img {
        float: none !important;
        display: inline-block;
    }
    .contact-card div {
        float: none !important;
        display: inline-block;
        vertical-align: top;
        word-wrap: break-word;
    }
    .article.width60,
    .article.width40 {
        width: auto !important;
    }
    .wide.large-texts .article.nav:first-of-type h1 {
        font-size: 12pt !important;
        font-weight: bold;
        display: inline;
        border-bottom: 0 !important;
    }
    #articleTitle {
        font-size: 12pt !important;
        margin: 0 !important;
        height: auto;
        width: auto;
    }
    h1.section-header sup {
        position: absolute;
        top: 144px;
        left: 15px;
    }
    .article ul.quick-list li {
        height: 37px !important;
    }
    .article ul.quick-list li a {
        font-size: 12pt !important;
        overflow: hidden;
        line-height: 13px;
        display: block;
        height: 37px;
        text-align: end;
        vertical-align: bottom;
    }
    
    .article ul.quick-list {
        margin-top: -10px !important;
        padding-left: 0 !important;
    }
    .header .comment-count {
        font-size: 10pt;
        margin-left: 2px;
        margin-top: -7px;
    }
    div.sceditor-container[style] {
        width: auto !important;
        min-width: 0 !important;
    }
    div.sceditor-container iframe[style] {
        width: auto !important;
    }
    .spacer {
        margin-top: 10px;
    }
}

@media screen and (max-width: 444px) {
    .nav-list {
        margin: 0;
        font-size: 0.9em;
    }
    .nav-list li {
        width: 18.9%;
        display: inline-block;
    }
        .nav-list li a {
            padding-top: 12px;
        }
    .left-panel {
        padding: 5px;
    }
    #logo {
        margin-left: auto;
        margin-right: auto;
    }
    .banner-content {
        width: auto !important;
    }
    .footer > span {
        display: none;
    }
    .banner-content {
        background-color: rgba(0,0,0,0.45);
    }
    .contact-card div h1 {
        margin-bottom: -12px;
    }
    .contact-card div span {
        font-size: 8pt;
        display: block;
    }
    .wide.large-texts .article.empty-content {
        background-color: #eee;
        padding: 5px;
        border: 0;
    }
    .wide.large-texts .article > h1 {
        font-size: 16pt !important;
        border-bottom: 1px solid #ddd !important;
    }
    .header h1 {
         font-size: 12pt !important;
        font-weight: bold !important;
    }
    .subtitle {
        font-size: 8pt !important;
    }
    .subtitle .comment-count {
        font-size: 8pt;
    }
    .contact-card div {
        width: 30% !important;
    }

    .article ul.quick-list li {
        width: 40px;
    }
    .header .comment-count {
        font-size: 8pt;
        margin-left: 2px;
        margin-top: -5px;
    }
    .article ul.quick-list li a {
        font-size: 8pt !important;
    }
}
