﻿@charset "UTF-8";
/*----------*/
/* typicons */
/*----------*/
@font-face {
    font-family: 'typicons';
    src: url("/Content/typicons/typicons.eot");
    src: url("/Content/typicons/typicons.eot?#iefix") format('embedded-opentype'), url("/Content/typicons/typicons.woff") format('woff'), url("/Content/typicons/typicons.ttf") format('truetype'), url("/Content/typicons/typicons.svg#typicons") format('svg');
    font-weight: normal;
    font-style: normal;
}
/*can use the icon class names to change colors for clients in client sheet*/

div.checkbox.twocol {
    float: left;
    width: 48%;
    min-width: 190px;
    margin-right: 1%;
}

body {
    background-attachment: fixed;
}

h2.pageheader {
    font-size: 24px;
    margin: 33px 0 20px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
/*IMPORTANT --- putting new _reset_ (and only reset) values for client content here to keep the causal relationship clear*/
.marketing_content td, .marketing_content tr, .marketing_content th, .marketing_content table {
    vertical-align: middle;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------ */
/* CLEARING AND OTHER HACKS */
/* ------------------------ */
/* CLEAR BLOCK DIV */
.clear {
    clear: both;
}

/* CLEAR INLINE SPAN */
span.clear {
    display: block;
    clear: both;
    width: 1px;
    height: 0.001%;
    font-size: 0;
    line-height: 0;
}

/* CLEARFIX */
.clearfix:after,
.main_column:after,
.grid:after,
.cwidth:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix,
* html .main_column,
* html .grid,
* html .cwidth {
    zoom: 1;
    /* IE6 */
}

*:first-child + html .clearfix,
*:first-child + html .main_column,
*:first-child + html .grid,
*:first-child + html .cwidth {
    zoom: 1;
    /* IE7 */
}

/* DISABLE BROWSER SELECTION */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.yesselect {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.nooutline,
.featured_image_wrapper {
    outline-width: 0;
    outline: none;
}

/* STICKY FOOTER */
html, body {
    height: 100%;
}

/* FIX FOR SAFARI FONT ISSUES, FOR EXAMPLE WHEN EMBEDDING VIMEO VIDEO */
/*
html, body 	{
	-webkit-font-smoothing: subpixel-antialiased;
}*/
/* FIREFOX FIX FOR BLURRED IMAGES WHEN BEING SCALED */
.firefox-image-scale-fix {
    transform: rotate(0.0001deg);
}

/* WEBKIT INPUT STYLE MESSUP FIX, MAINLY ON iOS */
/* input, textarea {
  -webkit-appearance: none; } */

/* FIX FOR WRAPPING REALLY LONG WORDS ONTO A NEW LINE */
body {
    word-wrap: break-word;
}

/* FIX FOR RESPONSIVE VIDEO EMBED */
.responsive_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .responsive_video iframe,
    .responsive_video object,
    .responsive_video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* FIX FOR RESPONSIVE MAP IFRAME */
.map {
    position: relative;
    padding-bottom: 52%;
    /* controls the aspect ratio of the map */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .map iframe,
    .map object,
    .map embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ---- */
/* GRID */
/* ---- */
.grid {
    margin-right: -10px;
    margin-left: -10px;
}

[class*='col-'] {
    float: left;
}

.col {
    padding-left: 10px;
    padding-right: 10px;
}

.col-1-1 { width: 100%; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333333333%; }
.col-1-4 { width: 25%; }
.col-1-5 { width: 20%; }

.col-4-5 { width: 80%; }
.col-2-3 { width: 66.66666666666666%; }

/* ---- */
/* BODY */
/* ---- */
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 700;
    color: #272727;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        text-decoration: none;
        color: #272727;
    }

h1 {
    font-size: 80px;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 50px;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
}

h3 {
    font-size: 40px;
    letter-spacing: -1px;
    letter-spacing: -1.3px;
    margin: 0 0 30px 0;
}

h4 {
    font-size: 31px;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
}

h5 {
    font-size: 24px;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
}

h6 {
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
}

p,
blockquote {
    margin: 20px 0;
}

strong {
    font-weight: 700;
}

/* FORMS - DEFAULT */
input,
select,
textarea,
button {
    font-family: 'Open Sans', Arial, sans-serif;
    /*-webkit-appearance: none;*/
    outline-width: 0;
    outline: none;
}

    input[type=text],
    input[type=email],
    input[type=password],
    select,
    textarea {
        border: none;
        font-size: 12px;
        margin: 0;
        padding: 0 9px 0 9px;
        border-width: 1px;
        border-style: solid;
        border-color: #e3e3e3;
        background-color: #fafafa;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
        -moz-box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
        box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    }

        input[type=text]:active, input[type=email]:active, textarea:active, select:active, select:focus,
        input[type=text]:focus, input[type=password]:focus, input[type=password]:active, input[type=email]:focus, textarea:focus {
            -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 3px 0 inset, rgba(0, 0, 0, 0.08) 0 0 3px 0;
            -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 3px 0 inset, rgba(0, 0, 0, 0.08) 0 0 3px 0;
            box-shadow: rgba(0, 0, 0, 0.05) 0 1px 3px 0 inset, rgba(0, 0, 0, 0.08) 0 0 3px 0;
            background-color: #ffffff;
        }

    input[type=radio],
    input[type=checkbox] {
        height: 17px;
        width: 17px;
        vertical-align: middle;
    }

    input[type=text],
    input[type=email],
    select,
    input[type=password] {
        height: 31px;
        line-height: 31px;
    }

    input[type=submit], input[type="button"], button {
        cursor: pointer;
        border: none;
        white-space: nowrap;
        font-weight: 700;
        font-size: 11px;
        /*line-height: 32px;*/
        height: 32px;
        padding: 0 11px;
        text-transform: uppercase;
        color: #ffffff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }

        input[type=submit]:hover, input[type="button"]:hover, button:hover {
            background-color: #303436;
        }

textarea {
    padding: 20px;
    width: 72%;
}


/* ---------- */
/* TYPOGRAPHY */
/* ---------- */
blockquote {
    font-family: Arial, Georgia, serif;
    font-size: 13px;
    line-height: 21px;
    background-color: #fafafa;
    border-width: 0 0 0 3px;
    border-style: solid;
    padding: 13px 15px;
}

.post_content h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 25px 0 -3px 0;
    letter-spacing: -1px;
}

.page-1 .post_content h3 {
    font-family: 'Bitter', 'Open Sans', Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    font-size: 21px;
    line-height: 22px;
}

/* ------- */
/* BUTTONS */
/* ------- */
.button {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.button:hover {
    background-color: #303436;
    color: #ffffff;
}

.button:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

a.button {
    text-decoration: none;
}

/* ------ */
/* TABLES */
/* ------ */
table {
    width: 100%;
    margin: 26px 0 26px 0;
}

thead {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    font-weight: 400;
}

th {
    padding: 10px 9px;
    font-weight: 700;
    color: #272727;
    text-align: left;
}

tbody tr {
    border-bottom: 1px solid #dddddd;
}

    tbody tr:nth-child(2n+1) td {
        background-color: #fafafa;
    }
    /*temporary*/
.marketing_content tbody tr {
    border: none;
}
.marketing_content tbody tr:nth-child(2n+1) td {
    background-color: inherit;
}

td {
    padding: 7px 9px 7px 9px;
}

.searchresults td {
    padding: 0 5px 0 0;
}

.searchresults tr {
    border-bottom: none;
}

    .searchresults tr:nth-child(2n+1) td {
        background-color: #ffffff;
    }

.post_content img {
    max-width: 100%;
}

/* ------- */
/* WIDGETS */
/* ------- */
/* WIDGETS - GENERAL */
.widget_title {
    text-transform: uppercase;
    color: #595959;
    font-weight: 700;
    font-size: 13px;
    margin: 12px 0;
    letter-spacing: 0;
}

.widget {
    margin: 0 0 50px 0;
    color: #686868;
}

    .widget li {
        list-style: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #ebebeb;
        padding: 6px 0;
    }

    .widget a {
        color: #272727;
        text-decoration: none;
    }

    /* WIDGETS - ARROW RIGHT FOR LINKS IN LIST */
    .widget ul > li > a {
        background-repeat: no-repeat;
        background-position: -3px center;
        padding-left: 9px;
    }

    .widget ul > li.recentcomments > a {
        background: none;
        padding-left: 0;
    }

/* WIDGET - RECENT POSTS */
.widget_recent_entries a {
    font-weight: 600;
}

.widget_recent_entries ul > li > a {
    background: none !important;
    padding: 0;
}

.widget_recent_entries li {
    padding: 9px 0;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 11px;
}

/* ------------- */
/* CONTENT WIDTH */
/* ------------- */
.content_container {
    background-color: #ffffff;
}

.cwidth_container {
    width: 100%;
}

.cwidth_wrapper {
    min-width: 250px;
    max-width: 1100px;
    margin: 0 auto;
}

.cwidth_wrapper {
    padding: 0 25px;
}

.cwidth {
    margin-right: -10px;
    margin-left: -10px;
}

.main_content_container {
    background-color: #ffffff;
}

/* ------------------- */
/* MAIN HEADER WRAPPER */
/* ------------------- */
.header_main_wrapper {
    width: 100%;
    padding-top: 10px;
    position: relative;
    z-index: 102;
    /* note: bxslider controls have 9999 */
    background-color: #ffffff;
}

/* -------- */
/* HEADER-1 */
/* -------- */
.header-1_container {
    /*border-bottom: 1px solid #dddddd;*/
    background-color: #ffffff;
    position: relative;
    z-index: 102;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
}

.header-1 {
    position: relative;
}

    .header-1 .logo,
    .header-1 .logo img {
        display: block;
    }

    .header-1 .logo {
        /*margin: 1% 0px 1% 0;*/
        position: relative;
        z-index: 2;
        max-height: 90px;
    }

/* COMPACT HEADER */
.header_compact .header-1 .logo,
.header_noncompact .header-1 .logo,
.header_compact .navigation-1 .top-menu-item-a,
.header_noncompact .navigation-1 .top-menu-item-a,
.header_compact .navigation-1 .search_top_button,
.header_noncompact .navigation-1 .search_top_button {
    -webkit-transition: margin 0.3s linear, line-height 0.3s linear;
    -moz-transition: margin 0.3s linear, line-height 0.3s linear;
    -o-transition: margin 0.3s linear, line-height 0.3s linear;
    transition: margin 0.3s linear, line-height 0.3s linear;
}

/* ------------ */
/* NAVIGATION-1 */
/* ------------ */
.navigation-1 {
    /*margin: 23px 0;*/
    /*position: absolute;*/
    /*top: 27px;*/
    /*right: 10px;*/
    z-index: 1;
}

    .navigation-1 a {
        text-decoration: none;
        text-transform: uppercase;
    }

    .navigation-1 .top-menu-item {
        list-style: none;
        margin: 0 0 0 0;
    }

    .navigation-1 .top-menu-item-a {
        text-transform: uppercase;
        color: #595959;
        font-weight: 700;
        font-size: 15px;
        margin: 12px 0;
        letter-spacing: 0;
        display: block;
        line-height: 30px;
        padding: 0 15px;
        list-style: none;
    }

/*collapsible-parent/child/trigger for mobile header nav*/
/*Could replace this with the built-in .sub-menu system*/
/*If this simpler system should stay though, it would be safe enough*/
/*To override for individual client styles in the client stylesheets*/
/*Some corresponding rules in client-global.css. Search collapsible*/
.collapsible-parent > a {
    padding-left: 20px;
}

span.collapsible-toggle {
    float: right;
    margin-right: 20px;
}

.collapsible-parent li {
    padding-left: 10px;
}

.navigation-1 .sub-menu {
    display: none;
    position: absolute;
    line-height: 40px;
}

.navigation-1 .top-menu-item > .sub-menu {
    margin-top: -1px;
    /*padding-top: 26px;*/
}

.navigation-1 .sub-menu a {
    width: 160px;
    padding: 0 16px;
    display: block;
    text-transform: none;
    color: #bab9b9;
    border-bottom: 1px solid #3d4245;
}

.navigation-1 .top-menu-item {
    float: left;
}

.navigation-1 .sub-menu li {
    list-style: none;
    background-color: #303436;
}

    .navigation-1 .sub-menu li:hover {
        background-color: #272a2b;
    }

        .navigation-1 .sub-menu li:hover > a {
            color: #ffffff;
        }

    .navigation-1 .sub-menu li:last-child > a {
        border-bottom: 1px solid transparent;
    }

/* HANDLES THE OPENING AND CLOSING OF SUBMENUS */
.navigation-1.fallback li:hover > .sub-menu {
    display: block;
}

.navigation-1 ul li ul li .sub-menu {
    margin-left: 192px;
    margin-top: -41px;
}

.navigation-1 .navigation-desktop {
    float: right;
}

.header-1_container .search_top_button {
    width: 24px;
    height: 24px;
    float: left;
    color: #0f0f0f;
    font-size: 42px;
    line-height: 24px;
    cursor: pointer;
    margin: 26px -3px 0 19px;
    background-position: center 3px;
}

    .header-1_container .search_top_button:hover {
        background-position: center -47px;
    }

/* ------------ */
/* NAVIGATION-2 */
/* ------------ */
ul.menu, ul.collapsible-child {
    list-style: none;
}

.navigation-2 {
    /*margin: 23px 0;*/
    position: absolute;
    top: 18px;
    right: -15px;
    left: -15px;
    z-index: 102;
}

    .navigation-2 a {
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    .navigation-2 .mobile_nav_button {
        float: right;
        margin: 2px 25px 0 0;
        width: 41px;
        height: 41px;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: url(/images/mobile_nav_button_transparent.png); /*fallback*/
        background-repeat: no-repeat;
        background-position: 0 0;
        background-color: #272727; /*usually darker primary*/
    }

    .navigation-2 .navigation-mobile {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #303436;
    }

.navigation-2_active .mobile_nav_button {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url(/images/mobile_nav_button_active_transparent.png); /*fallback*/
    background-color: #0093cf; /*usually primary or darker primary*/
}

.navigation-2 li {
    position: relative;
}

    .navigation-2 li a {
        border-top: 1px solid #464c4f;
        display: block;
        line-height: 20px;
        padding: 11px 0 10px 10px;
        font-weight: 700;
    }

.navigation-2 .menu > li:first-child > a {
    border-top: 1px solid transparent;
}

.navigation-2 li li a {
    padding-left: 18px;
}

.navigation-2 li li li a {
    padding-left: 36px;
}

.navigation-2 li li li li a {
    padding-left: 54px;
}

.navigation-2 li li li li li a {
    padding-left: 72px;
}

.navigation-2 .sub-menu {
    display: none;
}

.navigation-2 .top-menu-item-has-sub-menu:before,
.navigation-2 .has-sub-menu:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    right: 0;
    top: 16px;
}

.navigation-2 .top-menu-item-has-sub-menu:hover:before,
.navigation-2 .has-sub-menu:hover:before {
    background-position: 0 -110px;
}

/* --------- */
/* SIDEBAR-1 */
/* --------- */
.col-content {
    width: 100%;
}

.sidebar_right .col-content,
.sidebar_left .col-content {
    width: 75%;
}
@media only screen and (max-width: 840px) {
    .sidebar_right .col-content,
    .sidebar_left .col-content {
        width: 69%;
    }    
}

.sidebar_right .col-sidebar,
.sidebar_left .col-sidebar {
    width: 210px;
    float: none;
}

.main_column {
    padding-top: 20px;
    padding-bottom: 45px;
}

#sidebar-1 {
    padding: 20px 0 15px 0;
    float: left;
}

.sidebar_right,
.sidebar_left {
    margin-right: -15px;
    margin-left: -15px;
}

    .sidebar_right [class*='col-'] .col,
    .sidebar_left [class*='col-'] .col {
        padding-right: 15px;
        padding-left: 10px;
    }

    .marketing_content [class*='col-'] .col {
        padding: 5px 15px 5px 10px;
    }

    .sidebar_left .col-content {
        float: right;
    }

/* ------ */
/* PAGE-1 */
/* ------ */
.page-1 {
    margin: 6px 0 0 0;
    padding-top: 5px;
}

    .page-1 .post_title {
        margin: 13px 0 20px 0;
    }

    .page-1 .featured_area {
        margin: 33px 0 30px 0;
        padding: 3px 0 0 0;
    }

/* DIVIDER */
hr, .hr {
    padding: 0;
    margin-top: 7px;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    clear: both;
}

    hr:after, .hr:after {
        content: "+";
        display: inline-block;
        position: relative;
        top: -0.6em;
        font-size: 1.5em;
        padding: 0 0.25em;
        background: white;
    }

.article_teaser hr, .article_teaser .hr {
    width: 50%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* ------------- */
/* FOOTER-BOTTOM */
/* ------------- */
.footer-bottom_container {
    background-color: #303436;
    color: #a1a1a1;
}

.footer-bottom {
    padding: 10px 0;
}

    .footer-bottom .logo_footer {
        float: left;
        margin: 6px 21px 4px 0;
    }

        .footer-bottom .logo_footer a,
        .footer-bottom .logo_footer img {
            display: block;
        }

.footer-bottom_left {
    text-align: center;
    line-height: 28px;
}

    .footer-bottom_left,
    .footer-bottom_left a {
        color: #a1a1a1;
        text-decoration: none;
    }

        .footer-bottom_left a:hover {
            color: #ffffff;
        }

.tracker-item-mobile {
    padding: 30px 0 0 0;
    font-size: 9pt;
}

.tracker-item-mobile a {
    font-size: 11pt;
}

.library-item-mobile {
    padding: 0 0 30px 0;
    font-size: 9pt;
}

.library-item-mobile a {
    font-size: 11pt;
}
