﻿/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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;
    word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}
    /**
 * Address `quotes` property not supported in Safari 4.
 */
    q:before,
    q:after {
        content: '';
        content: none;
    }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}
    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------------------------------------------------------
    MAIN TCRS STYLES
  ------------------------------------------------------------------------------------------------------------*/
/* core */
body {
    -webkit-text-size-adjust: none;
    font-family: Helvetica, Arial, sans-serif;
}

h1, h2 {
    color: #1b4694;
}

h1 {
    font-size: 36px;
    font-weight: 400;
}

h2 {
    font-size: 20px;
    font-weight: 700;
}

h3 {
    color: #000;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

p {
    margin-bottom: 1em;
}

a:link, a:visited {
    color: #1b4694;
    text-decoration: none;
    border: none;
    outline: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
    border: none;
    outline: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

ul {
    list-style: disc;
}

hr {
    border-top: solid 1px #8e8e8e;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin-bottom: 20px;
}

.clear {
    font-size: 0em;
    line-height: 0em;
    height: 0px;
    position: relative;
    clear: both;
}

sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 5px;
}

.wrapper {
    width: 980px;
    margin: 0 auto;
    padding: 0 11px;
    position: relative;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

/* 1200 to 960 wide = no horizontal scroll */
/* clear float, modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* clear float, IE 6/7 (triggers hasLayout) */
.cf {
    *zoom: 1;
}

/*------------------------------------------------------------------------------------------------------------
    $GLOBAL STYLES
  ------------------------------------------------------------------------------------------------------------*/
.accent {
    background-color: #1b4694 !important;
    color: #fff;
}

    .accent a, .accent h2 {
        color: #fff !important;
    }

.light-gray {
    background-color: #dfdfdf;
    color: #333;
}

    .light-gray a {
        color: #333;
    }

.filter-bar.light-gray {
    background-color: #8e8e8e !important;
    color: #fff;
}

    .filter-bar.light-gray a {
        color: #fff;
    }

.dark-gray {
    background-color: #c3c3c3;
    color: #333;
}

    .dark-gray a {
        color: #333;
    }

.filter-bar.dark-gray {
    background-color: #626262 !important;
    color: #fff;
}

    .filter-bar.dark-gray a {
        color: #fff;
    }

.disclaimer {
    font-size: 10px;
}

.right {
    position: absolute;
    right: 0;
}

.cushion {
    padding: 8px 12px;
    margin-bottom: 14px;
}

.table-two-col {
    width: 956px;
}

    .table-two-col table {
        width: 476px;
    }

        .table-two-col table td {
            text-align: center;
            padding: 6px;
        }
/*------------------------------------------------------------------------------------------------------------
    $HEADER
  ------------------------------------------------------------------------------------------------------------*/
.header {
    background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/background_top.png') 0 top repeat-x;
    height: 200px;
    min-width: 1002px;
}

.cirro {
    height: 36px;
}

    .cirro .search-box, .cirro .super-nav-bar {
        color: #6b6b6b;
        float: right;
    }

        .cirro .search-box, .cirro .super-nav-bar .sfContentBlock {
            display: inline-block;
        }

    .cirro .search-box {
        padding-top: 8px;
        padding-left: 6px;
    }

        .cirro .search-box .search {
            width: 178px;
            height: 18px;
            border: solid 1px #ccc;
        }

            .cirro .search-box .search .search-textbox:not(.k-autocomplete) {
                font-size: 11px;
                border: none;
                width: 148px;
                height: 12px;
                padding: 0px 0 2px 8px;
                position: relative !important;
                outline: none;
                top: -5px;
                *padding-top: 4px; /* IE7 */
                *top: -1px; /* IE7 */
            }

            .cirro .search-box .search .search-button {
                border: 0;
                cursor: pointer;
                width: 10px;
                height: 10px;
                line-height: 0;
                font-size: 0;
                text-indent: -999px;
                color: transparent;
                background: white url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/search.jpg") 0 0 no-repeat;
                overflow: hidden;
                position: relative !important;
                top: -9px;
                *top: 0px;
            }

.k-animation-container {
    display: none !important;
}

.cirro .super-nav-bar {
    padding-top: 12px;
    max-width: 780px;
}

    .cirro .super-nav-bar ul {
        margin-top: 0px;
        list-style-type: none;
    }

        .cirro .super-nav-bar ul li {
            float: left;
            font-size: 12px;
            border-left: solid 1px #6b6b6b;
            padding: 0 6px;
        }

            .cirro .super-nav-bar ul li:first-child {
                border-left: 0;
            }

            .cirro .super-nav-bar ul li a {
                color: #6b6b6b;
            }

.alto {
    height: 114px;
    position: relative;
}

    .alto .home {
        position: absolute;
        top: 26px;
        left: 0px;
    }

.header .alto .home img {
    width: 376px;
}

.alto .nav-bar {
    position: absolute;
    right: 0;
    bottom: 20px;
    max-width: 620px;
    display: block;
}

    .alto .nav-bar ul li {
        float: right;
        font-size: 17px;
        font-weight: 700;
        list-style-type: none;
        padding-left: 18px;
        padding-top: 4px;
    }

        .alto .nav-bar ul li a.selected {
            color: #000;
        }

.wrapper .social-bar {
    position: absolute;
    right: 0px;
    top: 12px;
}

.strato {
    color: #fff;
    height: 48px;
    position: relative;
}

    .strato ul {
        padding-left: 0;
        list-style-type: none;
    }

        .strato ul li {
            float: left;
            font-size: 15px;
            list-style-type: none;
            padding-right: 14px;
        }

    .strato.nav-cushion ul li {
        padding-right: 36px;
    }

    .strato a {
        color: #fff;
    }

@media screen and (max-width: 700px) {
    .primaryDropdownNav {
        background-color: #fff !important;
        color: #0c8c44 !important;
    }
}

.mobile.bar .open-nav ~ ul {
    transition: all ease-in-out 350ms !important;
}

.primaryDropdownNav {
    /*padding-left: 0;
    list-style-type: none;*/
    background-color: #1b4694;
}

    .primaryDropdownNav a {
        color: #fff;
        text-decoration: none;
        z-index: 999;
    }

        .primaryDropdownNav a:visited {
            color: #fff;
        }

    .primaryDropdownNav li {
        height: 35px;
    }

        .primaryDropdownNav li ul {
            display: none;
            position: absolute;
            top: 18px;
            background-color: #1b4694 !important;
            width: 25px;
            padding: 0;
            z-index: 99999;
        }

            .primaryDropdownNav li ul li {
                display: block;
                position: relative;
                background-color: #1b4694;
                width: 285px;
                height: auto;
                padding: 15px 15px 15px 12px;
                margin: -2px;
            }

                .primaryDropdownNav li ul li:last-child {
                    padding-bottom: 15px;
                }

            .primaryDropdownNav li ul:hover {
                display: block;
            }

            .primaryDropdownNav li ul li:hover {
                background-color: #416098;
                cursor: pointer;
            }

            .primaryDropdownNav li ul li ul {
                display: none;
                padding: 0;
                position: relative;
                top: -30px;
                left: 321px;
                margin: 0;
            }

                .primaryDropdownNav li ul li ul:hover {
                    display: block;
                }

                .primaryDropdownNav li ul li ul li {
                    display: block;
                    padding: 10px 30px;
                    font-style: italic;
                    max-width: 265px;
                }

/*------------------------------------------------------------------------------------------------------------
    $HOME SLIDER
  ------------------------------------------------------------------------------------------------------------*/
#carousel {
    position: relative;
    width: 100%;
    padding-top: 36px;
}

    #carousel .main {
        height: 363px;
    }

    #carousel .caption {
        background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/caption-bg.png") repeat-x;
        height: 45px;
        width: 100%;
        padding: 0px 12px 0 20px;
        line-height: 16px;
    }

        #carousel .caption table tbody tr td {
            padding-top: 4px;
            display: block;
            max-height: 45px;
            overflow: hidden;
        }

        #carousel .caption .caption-text {
            color: #fff;
            font-family: Verdana;
            font-size: 14px;
            padding: 4px 0px;
            line-height: 16px;
        }

            #carousel .caption .caption-text a {
                color: #fff;
                text-decoration: underline;
            }

#carousel-pager {
    background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/hero_shadow.png") center top no-repeat;
    height: 27px;
    width: 100%;
}

    #carousel-pager .legend {
        text-align: center;
        padding-top: 7px;
    }

        #carousel-pager .legend a {
            cursor: pointer;
            background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/slidernav_off.png") no-repeat;
            display: inline-block;
            height: 15px;
            width: 15px;
            margin-left: 5px;
        }

            #carousel-pager .legend a.selected {
                background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/slidernav_on.png") no-repeat;
            }
/*------------------------------------------------------------------------------------------------------------
    $NEWS TICKER
  ------------------------------------------------------------------------------------------------------------*/
#news {
    position: relative;
    height: 67px;
    background-color: #f0f0f0;
    margin-bottom: 31px;
}

    #news.shorter {
        margin-bottom: 14px;
    }

    #news .news-background {
        position: absolute;
        left: 0;
        background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/marque_left.png') no-repeat;
        width: 283px;
        height: 67px;
    }

    #news.shorter .news-background {
        position: absolute;
        left: 0;
        background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/marque_left_rs.png') no-repeat;
        width: 261px;
        height: 67px;
    }

    #news .news-background p {
        margin-top: 26px;
        padding-left: 20px;
    }

        #news .news-background p span {
            color: #1b4694;
            font-weight: bold;
        }
/*------------------------------------------------------------------------------------------------------------
    $CORE
  ------------------------------------------------------------------------------------------------------------*/

a.pointer {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/more.png") no-repeat 100% 6px;
    padding-right: 14px;
}

.core .columns.col-3 .col {
    float: left;
    width: 320px;
    padding-left: 10px;
}

.core .columns.col-2 .col {
    float: left;
    width: 262px;
    padding-left: 32px;
}

.core .columns .col:first-child {
    padding-left: 0;
}

.core .columns.col-2 .col:first-child {
    width: 686px;
}

.core .columns.col-3 .col h2 {
    margin: 4px 0;
}

.core .columns.col-3 .col p {
    width: 86%;
    margin: 0;
    line-height: 19px;
}

.callout {
    padding: 20px 24px;
    height: 206px; /*246 - 20 - 20 */
    margin-bottom: 14px;
}

    .callout h2 {
        margin: 0;
        font-weight: 400;
    }

    .callout p {
        font-size: 13px;
        line-height: 19px;
        margin: 10px 0;
    }

    .callout a {
        color: #000;
    }

#modal_content {
    padding: 0 32px;
    overflow: hidden;
    font-size: 13px;
}

.content-wrapper {
    font-size: 13px;
    margin: 44px 0 56px 0;
}

    .content-wrapper h1, .content-wrapper h2 {
        margin-top: 0;
    }

    .content-wrapper h3 {
        color: #1b4694;
        font-weight: 700;
    }

.bread-crumb {
    padding-right: 10px;
    overflow: visible;
}

    .bread-crumb ul {
        margin-top: 5px;
        position: relative;
        top: 5px;
        margin-left: 0px;
        padding-left: 0px;
    }

        .bread-crumb ul li a {
            font-size: 16px;
        }

    .bread-crumb .rsmFlow .rsmItem:last-of-type a,
    .bread-crumb .rsmFlow .rsmItem:last-of-type a:hover {
        pointer-events: none;
        text-decoration: none;
        padding-right: 0;
    }

    .bread-crumb ul li a:first-child {
        padding-left: 0;
    }

    .bread-crumb ul li span.sfBreadcrumbNodeSeparator {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bread-crumb .rsmOneLevel .rsmItem a.rsmLink:first-child {
        padding-left: 0;
        padding-right: 0;
    }
/*------------------------------------------------------------------------------------------------------------
    $FORM
  ------------------------------------------------------------------------------------------------------------*/
.form {
    padding-top: 12px;
    font-size: 13px;
}

    .form .row {
        padding-bottom: 12px;
    }

        .form .row .label {
            float: left;
            display: block;
            width: 98px;
            padding-top: 4px;
            margin-left: 15px;
        }

        .form .row .field {
            float: left;
        }

        .form .row.buttons {
            padding-top: 16px;
        }

    .form textarea {
        border: solid 1px #aaa;
    }

    .form select {
        height: 30px;
        padding: 6px 4px;
    }

    .form input {
        width: 250px;
        border: solid 1px #aaa;
        height: 20px;
        padding: 4px 4px 4px 8px;
    }

    .form .large {
        width: 350px;
    }

    .form input.button, a.button {
        width: auto;
        padding: 8px 24px;
        height: auto;
        color: #fff;
        background-color: #1b4694;
        border: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        display: inline-block;
    }

    .form textarea.error, .form input.error {
        border: solid 1px #ff0000;
        background-color: #ffeeee;
    }

label.error {
    border-left: solid 1px #ff0000;
    background-color: #ffeeee;
    padding-left: 5px;
}

.form .validation {
    padding-top: 12px;
}

.form .errors {
    color: red;
}

.form .checkboxes {
    margin: 0;
}

    .form .checkboxes input[type="checkbox"] {
        width: auto;
        margin: 0 8px 0 0;
        vertical-align: middle;
        height: 24px;
        border: 0;
    }

        .form .checkboxes input[type="checkbox"] + label {
            line-height: 24px;
            padding-left: 6px;
        }

.form .customer-id {
    position: absolute;
    left: -10000000px;
}
/*------------------------------------------------------------------------------------------------------------
    $SEARCH
  ------------------------------------------------------------------------------------------------------------*/
.search-results fieldset {
    border: 0;
    padding: 0;
}

.search-results p.sfsearchResultStatistics {
    margin: 24px 0 0 0;
}

.search-results dt.sfsearchResultTitle {
    padding-top: 16px;
    font-weight: 700;
}

.search-results dl.sfsearchResultsWrp {
    margin-top: 0;
}

.search-results .sf_pagerNumeric a {
    padding: 0 4px;
}

/*------------------------------------------------------------------------------------------------------------
    $RESOURCES
  ------------------------------------------------------------------------------------------------------------*/
.filter {
    position: relative;
}

.filter-bar {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 4px;
    min-height: 16px;
    padding: 8px 12px;
    background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/filter-down.png') no-repeat 238px 12px;
    cursor: pointer;
}

    .filter-bar.selected {
        background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/filter-right.png') no-repeat 238px 12px;
    }

.filter-options {
    display: none;
}

    .filter-options ul {
        margin: 12px 0 4px 0px;
        padding: 0;
        border-top: solid 1px white;
        list-style-type: none;
    }

        .filter-options ul li {
            padding: 12px 0 0 4px;
        }

        .filter-options ul a:hover {
            text-decoration: none;
        }

.filter-reset {
    position: absolute;
    top: 4px;
    right: 0;
}

.resources-container p {
    margin: 0 0 16px 0;
    line-height: 1.4em;
}

.resources-container h2, .resources-container h3, .resources-container h4 {
    margin-bottom: 0;
}

.resources-container h3 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.resources-container h4 {
    font-weight: 400;
    margin-top: 0;
}

.resources-container .resource-category {
    padding-bottom: 14px;
}

.resources-container .resource-documents p {
    margin-top: 4px;
}

.resources-container .resource-documents .document-icon {
    width: 24px;
    float: left;
}

.resources-container .resource-documents .document-link {
    width: 662px;
    float: left;
}

.featured {
    padding-top: 24px;
}

    .featured table td {
        padding-bottom: 8px;
        padding-top: 4px;
    }

        .featured table td:first-child {
            width: 24px;
            vertical-align: top;
        }

    .featured a {
        color: #1b4694;
    }

/*------------------------------------------------------------------------------------------------------------
    $FOOTER
  ------------------------------------------------------------------------------------------------------------*/
.footer {
    background-color: #ededed;
    font-size: 12px;
    line-height: 18px;
    min-width: 1002px;
}

    .footer .columns {
        padding-top: 18px;
    }

        .footer .columns.col-6 .col {
            float: left;
            width: 150px;
            padding-left: 16px;
        }

        .footer .columns.col-5 .col {
            float: left;
            width: 182px;
            padding-left: 16px;
        }

        .footer .columns.col-4 .col {
            float: left;
            width: 233px;
            padding-left: 16px;
        }

        .footer .columns .col:first-child {
            padding-left: 0;
        }

        .footer .columns .col .category {
            font-weight: 700;
        }

        .footer .columns .col ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

    .footer .baseline {
        padding-top: 88px;
        padding-bottom: 118px;
    }

.podcastAccordion {
    margin: 10px 0;
}
/*------------------------------------------------------------------------------------------------------------
    $DESKTOP ONLY STYLES
  ------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
    .header .alto .nav-bar {
        display: block !important;
    }
}
/*------------------------------------------------------------------------------------------------------------
    $MOBILE STYLES
  ------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1px) and (max-width: 767px) {
    .sf_30cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
        float: none;
        width: 100%;
    }

        .sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
            margin-left: 0;
        }
}

@media screen and (min-width: 1px) and (max-width: 480px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .wrapper {
        width: 100%;
    }

    h1 {
        letter-spacing: -1px;
    }

    /*h1, h2, h3, p {
        padding-left: 12px;
        padding-right: 12px;
    }*/

    .disclaimer {
        padding-left: 0;
        padding-right: 0;
    }

    .sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
        float: none;
        width: 100%;
    }

        .sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
            margin-left: 0;
        }

    .table-two-col {
        width: 296px;
    }

        .table-two-col table {
            width: 296px;
        }

            .table-two-col table td {
                padding: 6px;
            }

    .header {
        min-width: 320px;
        height: 124px;
        background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/mobile-header-bg.png') 0 top repeat-x;
    }

        .header .cirro {
            display: none;
        }

        .header .alto {
            height: 124px;
        }

            .header .alto .nav-bar {
                width: 100%;
                line-height: 34px;
                padding-bottom: 18px;
                top: 37px;
                left: 0;
                right: auto;
                bottom: auto;
                z-index: 10;
                display: none;
                background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/menu_shadow.png') no-repeat bottom;
            }

                .header .alto .nav-bar #pnlNav {
                    padding: 8px 0 16px 0;
                    background-color: #fff;
                }

                .header .alto .nav-bar ul {
                    margin: 0;
                    padding: 16px 0 0 0;
                    border-top: solid 1px #c3c3c3;
                }

                .header .alto .nav-bar .mobile ul {
                    padding: 0;
                    border-top: none;
                }

                .header .alto .nav-bar ul li {
                    float: none;
                    padding-left: 32px;
                    font-size: 16px;
                    padding-bottom: 16px;
                    line-height: 19px;
                }

            .header .alto .home {
                top: 59px;
                left: 10px;
            }

                .header .alto .home img {
                    width: 300px;
                }

        .header .menu-link {
            cursor: pointer;
            color: #1b4694;
            font-size: 19px;
            padding: 8px 20px 0 10px;
            width: 46px;
            height: 37px;
            background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/arrow_down.png') no-repeat 60px 18px;
        }

            .header .menu-link.selected {
                background: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/arrow_up.png') no-repeat 60px 18px;
            }

        .header .strato {
            display: none;
        }

    #carousel {
        display: none;
    }

    #carousel-pager {
        display: none;
    }

    #news {
        display: none;
    }

    /*------------------------------------------------------------------------------------------------------------
    $MOBILE $CORE
------------------------------------------------------------------------------------------------------------*/
    .core .columns.col-3 .col {
        clear: left;
        padding-left: 0;
    }

    .core .columns.col-2 .col {
        clear: left;
        padding-left: 0;
    }

        .core .columns.col-2 .col, .core .columns.col-2 .col:first-child {
            width: 320px;
        }

    .content-wrapper {
        padding: 28px 0px 16px 0px;
    }

        .content-wrapper img.full {
            width: 100%;
        }
    /*------------------------------------------------------------------------------------------------------------
    $MOBILE FORM
  ------------------------------------------------------------------------------------------------------------*/
    .form {
        padding-left: 12px;
        padding-right: 12px;
    }

        .form p {
            padding-left: 0px;
            padding-right: 0;
        }

        .form .row .label {
            clear: left;
            display: block;
        }

        .form .row .field {
            clear: left;
        }

        .form input {
            width: 250px;
        }

        .form .large {
            width: 290px;
        }

    /*------------------------------------------------------------------------------------------------------------
    $MOBILE RESOURCES
  ------------------------------------------------------------------------------------------------------------*/
    .filter-container {
        padding: 0 12px 24px 12px;
    }

    .filter-bar {
        background-position: 274px 12px;
    }

        .filter-bar.selected {
            background-position: 274px 12px;
        }

    .filter-reset {
        position: absolute;
        top: 4px;
        right: 16px;
    }

    .filter h5 {
        padding-left: 12px;
    }

    .resource-documents {
        padding: 0 12px;
    }

        .resource-documents p {
            padding: 0;
        }

    .resources-container .resource-documents .document-link {
        width: 272px;
    }

    .featured {
        padding: 0 12px;
    }

        .featured h5 {
            padding-bottom: 4px;
        }
    /*------------------------------------------------------------------------------------------------------------
    $MOBILE $FOOTER
------------------------------------------------------------------------------------------------------------*/

    .footer {
        min-width: 320px;
    }

        .footer .columns {
            padding: 0 10px;
        }

            .footer .columns.col-5 .col, .footer .columns.col-6 .col, .footer .columns.col-4 .col {
                width: 142px;
                padding-top: 16px;
            }

            .footer .columns .col.c, .footer .columns .col.e {
                clear: left;
                padding-left: 0;
            }

        .footer .baseline {
            padding: 25px 10px;
        }

            .footer .baseline span {
                display: block;
            }
    /*------------------------------------------------------------------------------------------------------------
    $MOBILE $PODCAST
------------------------------------------------------------------------------------------------------------*/
    .podcast-content > img {
        width: 340px;
        display: block !important;
        margin: auto;
    }

    .podcast-right {
        width: 100%;
    }

        .podcast-right p {
            padding: 20px 20px 20px 30px !important;
            display: block;
            margin: auto !important;
        }

    .core.cf {
        width: 100%;
        padding-top: 36px;
    }

    .wrapper .social-bar {
        top: -24px;
        right: 3px;
    }

    .audiojs {
        width: 95%;
        margin: 0 auto !important;
    }

    .sfContentBlock {
        width: 97%;
    }

    .podcastAccordion {
        width: 95%;
        margin: 10px auto;
    }

    .guest-bio {
        text-align: center;
    }

    .fact-sheet {
        text-align: center;
    }

        .fact-sheet ul {
            display: inline;
            line-height: 20px;
        }
}
/*------------------------------------------------------------------------------------
    RESPONSIVE TABS (see /age-friendly-workplaces)
------------------------------------------------------------------------------------*/
.nav.nav-tabs {
    display: none;
}

    .nav.nav-tabs .nav-item {
        background-color: white;
    }

        .nav.nav-tabs .nav-item .nav-link {
            border-width: 1px !important;
            border-color: white;
            border-bottom-width: 0;
            border-bottom-color: darkgray;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            color: rgb(11, 66, 133);
        }

            .nav.nav-tabs .nav-item .nav-link.active {
                border-color: darkgray;
                border-bottom-color: white;
                border-bottom-width: 0;
                background-color: rgb(11, 66, 133);
                color: white;
            }

select.adaptive-tabs-menu {
    margin-top: -36px;
    margin-bottom: 10px;
}

.tab-content .tab-pane {
    margin-top: 0;
    padding: 8px;
    padding-top: 8px;
    border: 1px solid darkgray;
}

@media only screen and (min-width: 480px) {
    select.adaptive-tabs-menu {
        margin-top: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .nav.nav-tabs {
        display: flex;
    }

    .tab-content .tab-pane {
        margin-top: -33px;
        padding-top: 30px;
    }

    select.adaptive-tabs-menu {
        display: none;
    }
}

/*
    Podcast styles
*/

.podcast-content > img {
    max-width: 480px;
    display: inline-block;
}

.podcast-right {
    max-width: 480px;
    display: inline-block;
    vertical-align: top;
}

    .podcast-right p {
        line-height: 20px;
        padding: 0 20px 30px 20px;
        margin: 0;
    }

    .podcast-right .audiojs {
        margin: 0 20px;
    }

    .podcast-right .transcript-link {
        margin: 0 auto;
        padding: 20px 20px;
    }

.social-content {
    margin: 20px 0;
}

.extra-podcast-content div {
    padding-top: 20px;
}

.extra-podcast-content .fact-sheet {
}

.extra-podcast-content .guest-bio {
}

#dropdownNav {
    background-color: #1b4694;
    position: relative;
    height: 30px;
    width: 100%;
    z-index: 99;
}

    #dropdownNav a {
        color: #fff;
        text-decoration: none;
        z-index: 999;
    }

        #dropdownNav a:visited {
            color: #fff;
        }

    #dropdownNav li {
        display: inline-block;
        top: 7px;
    }

    #dropdownNav > li:nth-child(1) {
        position: absolute;
        left: 10px;
        color: red;
    }

    #dropdownNav > li:nth-child(2) {
        position: absolute;
        left: 70px;
        color: green;
    }

    #dropdownNav > li:nth-child(3) {
        position: absolute;
        left: 130px;
        color: yellow;
    }

    #dropdownNav li ul {
        display: none;
        position: relative;
        top: -5px;
        left: -10px;
        background-color: #1b4694;
        width: 180px;
        padding: 0;
    }

        #dropdownNav li ul li {
            display: block;
            padding: 10px 20px;
        }

            #dropdownNav li ul li:hover {
                background-color: #2964d0;
            }

            #dropdownNav li ul li ul {
                display: block;
                padding: 0;
                width: 100%;
                position: relative;
                top: 10px;
                left: -20px;
                background-color: #1b4694;
                width: 180px;
                margin: 0;
            }

                #dropdownNav li ul li ul li {
                    display: block;
                    padding: 10px 30px;
                    font-style: italic;
                }

.rsmFlow.rsmLevel.rsmOneLevel {
    margin-top: 25px;
}

    .rsmFlow.rsmLevel.rsmOneLevel .rsmItem {
        padding-right: 0;
    }

        .rsmFlow.rsmLevel.rsmOneLevel .rsmItem:first-child a {
            padding-left: 0;
        }

        .rsmFlow.rsmLevel.rsmOneLevel .rsmItem a, .rsmFlow.rsmLevel.rsmOneLevel .rsmItem span {
            font-size: 16px;
        }

.RadSiteMap_Default .rsmOneLevel .rsmLink:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #125cb1;
    text-decoration: underline;
}
/*Podcast Accordion*/
.h-two {
    background-color: #1b4694;
    color: #fff;
    height: 30px;
    margin: 0 !important;
    padding: 8px 0 0 10px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    z-index: 9999;
}

    .h-two.collapsed::before {
        content: '+ ';
        color: #fff;
    }

    .h-two:hover {
        background-color: #2964d0;
        cursor: pointer;
        color: #fff;
    }

    .h-two.expanded::before {
        content: '- ' !important;
        color: #fff;
    }

.podcastAccordion ul {
    margin: 0;
    padding: 0;
    height: auto !important;
    width: 100%;
}

.ui-accordion .ui-accordion-content {
    padding-bottom: 0px;
}

.podcastAccordion ul li {
    background-color: transparent;
    border: 1px solid #2964d0;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    padding-right: 8px;
}

    .podcastAccordion ul li a {
        display: block;
        height: 30px;
        padding: 10px 0 0 10px;
        width: 100%;
    }

        .podcastAccordion ul li a:hover {
            background-color: #2964d0;
            color: #FFF;
        }