﻿/*! 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, h1.h2-styling {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3, h2.h3-styling, h4.h3-styling {
    font-size: 1.17em;
    margin: 1em 0;
}

h4, h3.h4-styling, h5.h4-styling {
    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 */
    max-width: 100%;
}
/**
 * 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: #900027;
}

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: #900027;
    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;
    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: #900027 !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;
}


.infographic-thumb {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
}

.infographic-thumb img {
    width: 176px;
}

/*------------------------------------------------------------------------------------------------------------
    $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;
    text-align: right;
}

.cirro .search-box, .cirro .super-nav-bar {
    color: #6b6b6b;
    display: inline-block;
    position: relative;
    top: -3px;
}

.cirro .search-box {
    padding-left: 8px;
    position: relative;
    top: -6px;
}

.cirro .search-box .search {
    width: 178px;
    height: 18px;
    border: solid 1px #ccc;
    padding-right: 4px;
}

    .cirro .search-box .search .search-textbox:not(.k-autocomplete) {
        font-size: 11px;
        border: none;
        width: 154px;
        height: 12px;
        padding: 0px 0 2px 2px;
        position: relative !important;
        outline: none;
        top: -2px;
        *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: -5px;
    *top: 0px;
}

.k-animation-container{display:none !important;}

.cirro .super-nav-bar {
    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;
}

.alto .nav-bar {
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 620px;
    display: block;
    text-align: right;
}

.alto .nav-bar ul li {
    font-size: 17px;
    list-style-type: none;
    padding-left: 18px;
    padding-top: 4px;
    display: inline-block;
}

.alto .nav-bar ul li a.selected {
    font-weight: bold;
}

.nav-cushion ul li a.selected {
    font-weight: bold;
}

.alto .social-bar {
    position: absolute;
    right: 0px;
    top: 12px;
}

.strato {
    color: #fff;
    height: 48px;
    padding-bottom: 200px;
    font-weight: 600;
}

.strato a {
    color: #fff;
}

.strato ul {
    padding-left: 0;
    list-style-type: none;
}

.strato ul:not(.nav-dropdown) > li {
    float: left;
    font-size: 15px;
    list-style-type: none;
}

.strato ul:not(.nav-dropdown) > li:not(:last-child) {
    padding-right: 36px;
}

.nav-dropdown {
    margin: 0 0 0 -20px;
    padding: 30px 0;
    background-color: #900027;
    position: absolute;
    z-index: 2;
}

.strato ul.nav-dropdown > li a {
    display: block;
    padding: 10px 40px 10px 25px;
}

.strato ul.nav-dropdown > li:hover {
    background-color: #b21338;
}

.strato a:hover, .strato a:visited {
    text-decoration: none;
    outline: none;
    border: none;
}

.nav-dropdown {
    display: none;
}

@media screen and (max-width: 480px), screen and (max-height: 480px) {
    .mobile-nav-button {
        border: none;
        background-color: #fff;
        display: inline-block;
        width: 30px;
        height: 19px;
        color: #900027;
        margin-left: -31px;
    }

    .nav-dropdown {
        background-color: #fff;
    }

    .open + .nav-dropdown {
        display: block;
        position: relative;
    }
}
@media screen and (min-width: 481px) and (min-height: 481px) {
    .mobile-nav-button {
        display: none;
    }

    .nav-heading:hover > .nav-dropdown {
        display: block;
    }

    .nav-dropdown .nav-dropdown {
        margin-left: 0;
        left: 100%;
        top: 0;
        width: 100%;
    }
}
.fb-share-button {
    position: relative;
    z-index: 1;
}

/*------------------------------------------------------------------------------------------------------------
    Infographic Widget
  ------------------------------------------------------------------------------------------------------------*/
.infographic-category-container {
    margin-bottom: 20px;
}


.infographic-category-container .category-header {
    width: 100%;
    cursor: pointer;
}

.infographic-category-container .infographic-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 5px 0 15px;
}

.infographic-category-container .infographic-section .load-more {
    display: block;
    text-align: center;
    width: 100%;
    color: white;
    background: #900027;
    /*border: 1px solid black;*/
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0px;
    cursor: pointer;
}

.infographic-seperator {
    margin-bottom: 30px;
}

.infographic-category-container .category-header {
    background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/arrow_up.png") no-repeat transparent 0px 7px;
    padding-left: 15px;
    margin-left: 15px;
}

.infographic-category-container .category-header.expanded {
    background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/arrow_up.png") no-repeat transparent 0px 7px;
}

.infographic-category-container .category-header.collapsed {
    background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/arrow_down.png") no-repeat transparent 0px 7px;
}

.infographic-category-container .infographic-section .infographic {
    width: 210px;
    padding: 10px;
    /*border: 2px solid silver;*/
    margin-bottom: 20px;
    margin-right: 10px;
    display: none;
    background-color: #dfdfdf;
    vertical-align: top;
}

.infographic-category-container .infographic-section .infographic.visible {
    display: block;
}

.infographic-category-container .infographic-section .infographic:nth-child(-n+4){
    display:block;
}

.infographic-category-container .infographic-section .infographic img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    
}



/*------------------------------------------------------------------------------------------------------------
    $HOME SLIDER
  ------------------------------------------------------------------------------------------------------------*/
#carousel {
    position: relative;
    height: 408px;
    width: 980px;
    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: 948px;
    padding: 0px 12px 0 20px;
    line-height: 16px;
}

#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 .carousel-control, .news-background .marquee-control {
    cursor: pointer;
}

.news-background .marquee-control {
    width: 15px;
    height: 15px;
    position: absolute;

    top: 26px;    
    right: 25px;
    display: inline-block;
}

#carousel-pager .legend .carousel-control.playing, .news-background .marquee-control.playing {
    background-image: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/pause.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#carousel-pager .legend .carousel-control.paused, .news-background .marquee-control.paused  {
    background-image: url('/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/play.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#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: #900027;
    font-weight: bold;
}
/*------------------------------------------------------------------------------------------------------------
    $CORE
  ------------------------------------------------------------------------------------------------------------*/
.core {
}

.core .social-bar {
    position: absolute;
    right: 0px;
    top: 12px;
}

.st-btns {
    overflow: visible !important;
}

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-2-narrow .col {
    float: left;
    width: 150px;
    padding-left: 32px;
}

.core .columns.col-2-left .col {
    float: left;
    width: 798px;
    padding-left: 32px;
    padding-bottom: 32px;
}

.core .columns.col-5 .col {
    float: left;
    width: 188px;
    padding-left: 10px;
}

.core .columns .col:first-child {
    padding-left: 0;
}

.core .columns.col-2 .col:first-child {
    width: 686px;
}

.core .columns.col-2-narrow .col:first-child {
    width: 798px;
}

.core .columns.col-2-left .col:first-child {
    width: 150px;
}

.core .columns.col-3 .col h2 {
    margin: 4px 0;
}

.core .columns.col-3 .col p {
    width: 95%;
    margin: 0;
    line-height: 19px;
}

.core .columns.col-2-narrow .col img {
    max-width: 100px;
}

.core .columns.col-2-narrow .col p {
    width: 95%;
}

.core .columns.col-2-left .col img {
    max-width: 150px;
}

.core .columns.col-2-left .col p {
    width: 95%;
    margin: 0;
    line-height: 20px;
}

.core .columns.col-5 .col img {
    max-width: 188px;
}

.core .columns.col-5 .col p {
    width: 95%;
}

.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;
    padding: 44px 0 56px 0;
}

.content-wrapper h1, .content-wrapper h2 {
    margin-top: 0;
}

.content-wrapper h3, .content-wrapper h2.h3-styling, .content-wrapper h4.h3-styling{
    color: #900027;
    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;
}

.bread-crumb ul li a:first-child {
    padding-left: 0;
}

.bread-crumb ul li span.sfBreadcrumbNodeSeparator {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 6px;
}

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

.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 input[type=checkbox]{
    width:auto;
}

.form .large {
    width: 350px;
}

.form input.button, a.button {
    width: auto;
    padding: 8px 24px;
    height: auto;
    color: #fff;
    background-color: #900027;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.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: bottom;
    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 input.sfsearchSubmit {
}

.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: 6px 0 4px 0px;
    padding: 0;
    list-style-type: none;
}

.filter-options ul li {
    padding: 6px 0 6px 4px;
}

.filter-options ul a:hover {
    text-decoration: none;
}

.filter-reset {
    position: absolute;
    top: 4px;
    right: 0;
}

.filter-bar.accent .filter-options li:hover {
    background-color: #65001c;
}

.filter-bar.light-gray .filter-options li:hover {
    background-color: #767676;
}

.filter-bar.dark-gray .filter-options li:hover {
    background-color: #3b3b3b;
}

.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, .resources-container h2.h3-styling, .resources-container h4.h3-styling {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.resources-container h4, .resources-container .h3-styling, .resources-container h5.h3-styling {
    font-weight: 400;
    margin-top: 0;
}

.resources-container .resource-category {
    padding-bottom: 14px;
}

.resources-container.grouped .resource-category {
    padding-bottom: 0px;
}

.resources-container .resource-documents p {
    margin-top: 4px;
}

.resources-container .resource-documents .document-icon {
    width: 24px;
    float: left;
    position:relative;
    top:26px;
}

.resources-container .resource-category .resource-documents .document-icon {
    top: 0;
}

.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: #900027;
}


/*------------------------------------------------------------------------------------------------------------
    $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;
}

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

/*------------------------------------------------------------------------------------------------------------
    $DESKTOP ONLY STYLES
  ------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (min-height: 481px) {
    .header .alto .nav-bar {
        display: block !important;
    }
}
/*------------------------------------------------------------------------------------------------------------
    $MOBILE STYLES
  ------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1px) and (max-width: 480px), screen and (min-height: 1px) and (max-height: 480px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .alto .social-bar {
        right: 10px;
    }

    .core.cf .wrapper {
        margin-top: 36px;
    }

    .wrapper {
        width: 100%;
        box-sizing: border-box;
    }

    h1 {
        letter-spacing: -1px;
    }

    h1, h2, h3, p {
        margin: 10px 0 !important;
    }

    .disclaimer {
        padding-left: 0;
        padding-right: 0;
    }

    .table-two-col {
        width: 296px
    }

        .table-two-col table {
            width: 296px
        }

            .table-two-col table td {
                padding: 6px;
            }

    .infographic-thumb {
        display: block;
        text-align: center;
    }

        .infographic-thumb img {
            width: 176px;
        }

    .infographic-category-container {
        margin: 10px;
    }

        .infographic-category-container .infographic-section {
            display: none;
            text-align: center;
        }

        .infographic-category-container .category-header {
            background: url("/Sitefinity/WebsiteTemplates/TCRS/App_Themes/TCRS/Images/arrow_down.png") no-repeat transparent 0px 7px;
            padding-left: 15px;
        }

        .infographic-category-container .infographic-section .infographic, .infographic-category-container .infographic-section .infographic.visible,
        .infographic-category-container .infographic-section .infographic, .infographic-category-container .infographic-section .infographic.visible:nth-child(-n+4) {
            display: inline-block;
            text-align: left;
        }

            .infographic-category-container .infographic-section .infographic:nth-child(-n+4), .infographic-category-container .infographic-section .infographic {
                display: none;
            }

                .infographic-category-container .infographic-section .infographic:nth-child(-n+2) {
                    display: inline-block;
                }

    .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;
                    text-align: left;
                }

                .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;
                    display: block;
                }

            .header .alto .home {
                top: 59px;
                left: 10px
            }

                .header .alto .home img {
                    width: 300px;
                }

        .header .menu-link {
            cursor: pointer;
            color: #900027;
            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 .social-bar {
        top: -24px;
    }


    .core .columns.col-5 .col {
        clear: left;
        padding-left: 0;
    }

    .core .columns.col-3 .col {
        width: unset;
        clear: left;
        padding-left: 0;
    }

    .core .columns.col-2 .col, .core .columns.col-2-narrow .col, .core .columns.col-2-left .col {
        clear: left;
        padding-left: 0;
    }

        .core .columns.col-2 .col, .core .columns.col-2 .col:first-child,
        .core .columns.col-2-narrow .col, .core .columns.col-2-narrow .col:first-child,
        .core .columns.col-5 .col, .core .columns.col-5 .col:first-child, .core .columns.col-5 .col img,
        .core .columns.col-2-left .col, .core .columns.col-2-left .col:first-child {
            width: 100%;
        }

    .columns.col-2-left .col:first-child {
        padding-bottom: 12px;
        text-align: center;
    }

    .content-wrapper {
        padding: 28px 0px 16px 0px;
    }

        .content-wrapper img.full {
            width: 100%;
        }

    .core .columns.col-2-narrow .col img {
        max-width: 150px;
    }
    /*------------------------------------------------------------------------------------------------------------
    $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: unset;
    }

    .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;
            }
}
.cookbook-form-wrapper label {
    font-weight: bold;
    color: #676767;
    padding-bottom: 4px;
}

.cookbook-form-wrapper input[type=text] {
    padding: 13px 0;
    margin-bottom: 20px;
    font-size: 22px;
    color: #b2b1b2;
}

.cookbook-form-wrapper .row.inline {
    display: inline-block;
    width: 49%;
}

.cookbook-form-wrapper #cookbook-form-thanks {
    display: none;
}

    .cookbook-form-wrapper #cookbook-form-thanks p {
        padding-left: 0px;
    }

#pnlCookbook .cookbook-form-wrapper #cookbook-form-thanks p {
    padding-top: 150px;
}
/*WCAG*/
.sr-only{
    display:none;
}