/* ============================================================================= */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.no-list img, li {
    margin-right: 50px;
    border: none;
    box-shadow: none;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
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;
}

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/* Apply a natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #404040;
}

body {
    font-size: 15px;
    line-height: 1.6;
    /* Page width */

    width: 100%;
    /* max-width: 1140px; */
    max-width: 1366px;
    min-width: 755px;
    margin: 0 auto;
}

/**
 * The selection color
 * These selection declarations have to be separate
 */
::-moz-selection {
    background: #bada55;
    color: #000000;
    text-shadow: none;
}

::selection {
    background: #bada55;
    color: #000000;
    text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
    color: #0050ae;
    text-decoration: none;
}

a:hover {
    color: #0050ae;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    /* Improve readability when focused and hovered in all browsers */

    outline: 0;
}

/* =============================================================================
   Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    color: #999999;
    padding-left: 10px;
}

h1 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
}

h1 small {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

h2 {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    color: #49AE99;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #49AE99;
}

h3 + p {
    margin-top: 0;
}

h4 {
    border-bottom: 1px solid #ededed;
    color: #49AE99;
    text-transform: uppercase;
    padding-bottom: 8px;
}

h5 {
    font-size: 14px;
    color: #890600;
    text-transform: uppercase;
    margin-bottom: 0;
}

h6 {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
}

.link-look {
    color: #1482CD;
}

.link-text {
    color: #870907;
}

.note {
    font-size: .9em;
    font-style: italic;
}

/* =============================================================================
   HTML elements
   ========================================================================== */
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    clear: both;
    display: block;
    height: 0;
    border: 0;
    border-bottom: 4px double #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ffff99;
    color: #000000;
    text-decoration: none;
}

mark {
    background: #ffff00;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}

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;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
    line-height: 28px;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

ul {
    list-style: square;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-roman;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: upper-alpha;
}

ol ol ol ol ol {
    list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
    margin: 10px 0;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

dl {
    margin: 0 0 25px 5px;
}

dt {
    font-weight: bold;
    margin: 10px 0 0 0;
}

dd {
    margin: 0 0 0 40px;
}

.no-list {
    list-style: none;
    padding: .25em 0;
}

/* =============================================================================
   bgd blocks
   ========================================================================== */
.bgdblock {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f8f8f7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e0e0dc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #e0e0dc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e0e0dc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e0e0dc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 1.25em;
    margin-top: 20px;
}

.bgdblock h2 {
    color: #890600;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0.25em;
    margin-top: 0;
}

.bgdblock h3 {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* =============================================================================
   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 {
    box-shadow: 5px 5px 5px #B2ADAD;
    border: 1px solid #222;
    margin: 5px 20px 10px 0;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -ms-interpolation-mode: bicubic;
}

.clean {
    box-shadow: none;
    border: none;
}

img, embed, object, video, iframe {
    max-width: 100%;
}

/* Correct overflow not hidden in IE9 */
svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-radius: 4px;
    border-spacing: 0;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

table th, table td {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
}

table th {
    font-weight: bold;
}

table thead th {
    vertical-align: bottom;
}

table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
    border-top: 0;
}

table tr th:first-child, table tr td:first-child {
    border-left: 0;
}

table tbody + tbody {
    border-top: 2px solid #dddddd;
}

table tfoot td {
    background: #f5f5f5;
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 1px 0 #eee;
}

table caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* =============================================================================
   Content
   ========================================================================== */
#main {
    background-color: none;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), #ffffff 190px);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.25), #ffffff 190px);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), #ffffff 190px);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25), #ffffff 190px);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.25), #ffffff 190px);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 2px 3px 0 rgba(204, 204, 204, 0.8);
}

.no-cssgradients #main {
    background-color: #ffffff;
}

#content {
    margin-left: 0;
}

#sidebar {
    float: right;
}

/**
 * Simple grid system
 * @credits Twitter Bootstrap
 */
.row {
    width: 100%;
    *zoom: 1;
}

.row:before, .row:after {
    display: table;
    content: "";
}

.row:after {
    clear: both;
}

.row [class*="span"] {
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
}

.row [class*="span"]:first-child {
    margin-left: 0;
}

.row .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

/* =============================================================================
   Header
   ========================================================================== */
#master-header {
    padding: 20px 40px;
    position: relative;
    z-index: 2;
    background-color: #404040;
    color: #FFFFFF;
    border-bottom: #830900 solid 5px;
}

.help-header {
    color: #49AE99;
}

/* =============================================================================
   Widgets
   ========================================================================== */
.widget {
    border-bottom: 4px double #ededed;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.widget:last-child {
    border-bottom: none;
}

.widget li a:hover {
    margin-left: 5px;
    -webkit-transition: margin-left 300ms linear;
    -moz-transition: margin-left 300ms linear;
    -ms-transition: margin-left 300ms linear;
    -o-transition: margin-left 300ms linear;
    transition: margin-left 300ms linear;
}

.well .widget-title {
    margin-top: 5px;
}

/* =============================================================================
   Footer
   ========================================================================== */
#footer {
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    font-size: 18px;
    padding: 25px 40px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    text-align: center;
}

#footer a {
    color: #49AE99;
    text-shadow: none;
}

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

.last {
    margin-right: 0px;
}

/*
 * 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 */
.assistive-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/* =============================================================================
   Media queries
   ========================================================================== */
@media only screen and (max-width: 1260px) {
    /* Remove negative margins on post thumbnails and meta */
    .entry-meta, .thumbnail {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #main {
        border-radius: 0;
        padding: 25px;
        box-shadow: none;
    }

    #footer {
        box-shadow: inset 0 2px 3px rgba(204, 204, 204, 0.6);
    }
}

/**
 * Turn the layout into one column
 */
@media only screen and (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.8;
        width: 100%;
        min-width: 0;
    }

    #main, #master-header {
        padding: 0 10px;
    }

    h1 {
        font-size: 18px;
    }

    #main {
        background: #ffffff;
    }

    #content, #sidebar {
        width: auto;
        float: none !important;
    }

    .row [class*="span"] {
        float: none;
        display: block;
        width: auto;
        margin-left: 0;
    }

    #site-title, #site-description {
        float: none;
        text-align: center;
    }

    #site-description {
        padding-top: 0;
    }

    /* Remove radial gradient in the footer */
    #footer {
        background-image: none;
    }

    #footer .sep {
        visibility: hidden;
    }
}

@media only screen and (max-width: 480px) {
    /**
           * Make the navigation full width
           */
    .main-navigation li {
        float: none;
    }

    .main-navigation .sub-menu {
        box-shadow: none;
        display: block;
        margin: 0 0 5px 25px;
        position: relative;
    }

    .edit-link {
        float: none;
        margin-left: 5px;
    }

    /**
           * Center the thumbnail image
           */
    .thumbnail {
        display: block;
        float: none;
        margin: 0 auto 25px;
    }
}

/* ============================================================================= */
/*Custom*/
.uppercase {
    text-transform: uppercase;
}

.bgdGrey {
    background-color: #f8f8f7;
}

.bgdLtGrey {
    background-color: #fdfdfd;
}

.bold {
    font-weight: bold;
}

.problem p:first-child {
    color: steelblue;
    font-weight: bold;

}

.problem p {
    margin-bottom: 0;
    margin-top: 0;

}

.problem {
    font-size: 0.9em;
    margin-top: 10px;
}

.problem ul {
    margin-top: 0;
}

.supporting01 {
    color: #007F82;
}

.slateGrey {
    color: #7A8794;
}

.brandYellow {
    color: #FEBD62;
}

.brandGreen {
    color: #86CA85;
}

.icon {
    margin-right: 5px;
}


/* ============================================================================= */
/*REFERENCE CLASSES - for microcopy consistency*/


/*Use to indicate text used in app - needs to correspond for user help guides*/
.app {
    /*background-color: yellow;*/
}