/* ==========================================================================
   NORMALIZE starts here - normalize.css v1.1.2 | MIT License | git.io/normalize
   ========================================================================== */
/* padding and border don't expand width */
.grid {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * 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;
}

iframe {
    border: none;
}

/* ==========================================================================
   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;
}

/**
 * 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;
}

/*** Embed video, iframe, content, etc. ***/
.embed-responsive-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive-content::before {
        padding-top: 56.25%;
        display: block;
        content: "";
    }

    .embed-responsive-content iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* ==========================================================================
   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"],
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;
}

/* ==========================================================================
   NOMRALIZE CSS ends here
   ========================================================================== */

/* ==========================================================================
   BASICS CSS starts here
   ========================================================================== */
html, button, input, select, textarea {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #444444;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: normal 16px/1.35em "Open Sans", Helvetica, Arial, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

pre, code {
    font-family: monospace;
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

a, a:visited {
    color: #1d90b8;
}

    a:hover, a:focus {
        color: #0f4b60;
    }

    a:hover, a:active {
        outline: 0;
    }

    a:focus {
        outline: thin dotted;
    }

/* ==========================================================================
   BASICS CSS ends here
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   LAYOUT CSS starts here
   ========================================================================== */
/* Base Styles */
#responsive-listener {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
    float: none;
}

body {
    width: 100%;
    background: #403936;
}

.clear-fix {
    overflow: hidden;
}

a img:hover, a img:active {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

header .container {
    padding: 0;
}

/* No padding for mobile header */
header {
    background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/480x150.jpg) no-repeat center center; /* banner480x150.jpg */
}

.multiplebgs #homepage header {
    background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/480x150.jpg) repeat-x center center; /* banner480x150.jpg */
    background-size: cover;
}

.no-multiplebgs #homepage header {
    background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/480x150.jpg) no-repeat center center; /* banner480x150.jpg */
    background-size: cover;
}


#homepage header {
    height: auto;
}

#main {
    background: #fff9f1;
}

.screen-read {
    display: block;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    text-indent: -9999px;
}

#site-alert-critical, #site-alert-caution, #site-alert-info {
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

    #site-alert-critical p, #site-alert-caution p, #site-alert-info p {
        float: left;
        padding: 4px 10px;
        font-size: 1em;
        line-height: 1.35em;
    }

#alert-bg {
    display: inline-block;
    float: left;
    clear: both;
    padding: 4px 10px;
}

#site-alert-critical {
    border-bottom: 3px solid #ff1907;
    background: #ff3b14;
}

    #site-alert-critical #alert-bg {
        background: #cc2b00;
    }

#site-alert-caution {
    border-bottom: 3px solid #ff7b00;
    background: #ffa600;
}

    #site-alert-caution #alert-bg {
        background: #ffd34e;
        color: #000;
    }

#site-alert-info {
    border-bottom: 3px solid #256d2f;
    background: #2c8238;
}

    #site-alert-info #alert-bg {
        background: #3baa4a;
        color: #000;
    }

.mild-alert {
    position: relative;
    margin-bottom: 10px;
    padding: 3px 20px 3px 10px;
    border-bottom: 3px solid #2c8238;
    border-radius: 3px;
    background: #3baa4a;
    color: #fff;
}

.close, .close:visited {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 5px;
    height: 20px;
    border-radius: 10px;
    background: #2c8238;
    color: #fff;
}

    .close:hover, .close:active {
        background: #256d2f;
        cursor: pointer;
    }

.critical-alert {
    position: relative;
    margin-bottom: 10px;
    padding: 3px 20px 3px 10px;
    border-bottom: 2px solid #000;
    border-radius: 3px;
    background: #bf311a;
    color: #fff;
}

#site-name {
    position: relative;
    z-index: 20;
    overflow: hidden;
    width: 100%;
    height: 75px;
    background: #fff9f1;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

    #site-name h1 {
        text-indent: -9999px;
    }

        #site-name h1 a {
            display: block;
            margin: 15px 0 0 10px;
            width: 164px;
            height: 75px;
            background: url(/media/reddeerca/style-assets/css-images/reddeer-logo-svg.svg) no-repeat; /* reddeer-logo-svg.svg */
            background-size: 100%;
        }

.no-svg #site-name h1 a {
    background: url(/media/reddeerca/style-assets/css-images/reddeer-logo-mobile.png) no-repeat; /* reddeer-logo-mobile.png */
    background-size: 100%;
}

#site-headline {
    margin-top: 110px;
    padding: 12px 10px;
    width: 100%;
    background: #444;
    background-color: rgba(0, 0, 0, 0.45);
}

    #site-headline h2 {
        color: #fff;
        font-weight: 700;
    }

/* Search page area */
#related-search ul {
    margin: 10px 0 0 18px;
}

    #related-search ul li {
        margin-bottom: 10px;
    }

        #related-search ul li a {
            display: block;
        }

.container {
    overflow: hidden;
    padding: 20px 10px;
}


/* Button CSS */
.button {
    display: inline-block;
    margin: 8px 0;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
}

    .button, .button:visited, .button:hover, .button:active {
        color: #fff;
    }

.wide-btn {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.blue-btn {
    border-bottom: 3px solid #1c6b92;
    background: #1d90b8;
}

    .blue-btn:hover, .blue-btn:active {
        border-bottom: 3px solid #1d90b8;
        background: #34a9d1;
    }

.green-btn {
    border-bottom: 3px solid #2c8238;
    background: #3baa4a;
}

    .green-btn:hover, .blue-btn:active {
        border-bottom: 3px solid #32903f;
        background: #41b651;
    }

.white-btn {
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    background: #fff;
    color: #1d90b8;
}

    .white-btn:visited {
        color: #1d90b8;
    }

    .white-btn:hover, .blue-btn:active {
        border-bottom: 3px solid #bbb;
        background: #eee;
        color: #34a9d1;
    }

/* Button drop downs on the search page */
.button .dropdown {
    width: 0;
    height: 0;
    text-indent: -9999px;
    list-style: none;
    position: absolute;
    z-index: 100;
    margin-left: -18px !important;
    margin-top: 10px;
    padding: 0;
    background: #1d90b8;
}

    .button .dropdown li a {
        display: block;
        color: #fff;
        padding-top: 5px;
        padding: 5px 10px;
        font-weight: 400;
    }

.is-dropdown:after {
    color: #fff;
    content: '▾';
}

.button:hover .dropdown, .button:active .dropdown {
    width: auto;
    height: auto;
    text-indent: 0;
}

    .button:hover .dropdown li a:hover, .button:hover .dropdown li a:active, .button:active .dropdown li a:hover, .button:active .dropdown li a:active {
        background: #34a9d1;
    }

.box {
    margin-bottom: 20px;
}

/* Forms */
.form {
    overflow: hidden;
    margin-bottom: 18px;
}

    .form .field {
        margin-top: 18px;
    }

.half-field {
    width: 50%;
    float: left;
    margin-bottom: 18px;
}

@media only screen and (max-width: 480px) {
    .half-field {
        width: 100%;
        margin-bottom: 18px;
        margin-left: 2px;
    }
}

.form .field > label {
    display: block;
    margin-bottom: 4px;
}

.form textarea, .form select, .form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="password"], .form input[type="number"], .form input[type="tel"] {
    width: 60%;
    margin: 0;
    padding: 8px;
    font-size: 1em;
    background-color: #FFFFFF;
    border: 1px solid #b9ab97;
    outline: none;
    color: #444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error-message {
    color: #bf311a;
    font-weight: bold;
}
/* Inside page tabs */
.tabs:not(.tabsOther) {
    list-style: none;
    border-bottom: solid 1px #eedcc1;
    display: block;
    height: 40px;
    padding: 0;
    margin-bottom: 20px;
}

    .tabs:not(.tabsOther).contained {
        margin-bottom: 0;
        margin-left: 0;
    }

    .tabs:not(.tabsOther) dt, .tabs:not(.tabsOther) li.section-title {
        color: #b3b3b3;
        cursor: default;
        display: block;
        float: left;
        font-size: .75em;
        height: 40px;
        line-height: 40px;
        padding: 0;
        padding-right: 9px;
        padding-left: 20px;
        font-weight: normal;
        width: auto;
        text-transform: uppercase;
    }

        .tabs:not(.tabsOther) dt:first-child, .tabs:not(.tabsOther) li.section-title:first-child {
            padding: 0;
            padding-right: 9px;
        }

    .tabs:not(.tabsOther) dd, .tabs:not(.tabsOther) li {
        display: block;
        float: left;
        padding: 0;
        margin: 0;
    }

        .tabs:not(.tabsOther) dd a, .tabs:not(.tabsOther) li a {
            display: block;
            font-size: .875em;
            height: 40px;
            line-height: 40px;
            padding: 0 23.8px;
        }

            .tabs:not(.tabsOther) dd a:focus, .tabs:not(.tabsOther) li a:focus {
                font-weight: bold;
                color: #2ba6cb;
            }

        .tabs:not(.tabsOther) dd.active, .tabs:not(.tabsOther) li.active {
            border-bottom: 3px solid #bf311a;
            border-top: 1px solid #eedcc1;
            margin-top: -4px;
        }

            .tabs:not(.tabsOther) dd.active a, .tabs:not(.tabsOther) li.active a {
                cursor: default;
                color: #3c3c3c;
                background: #fff;
                border-left: 1px solid #e6e6e6;
                border-right: 1px solid #e6e6e6;
                font-weight: bold;
            }

        .tabs:not(.tabsOther) dd:first-child, .tabs:not(.tabsOther) li:first-child {
            margin-left: 0;
        }

ul.tabs-content {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}

    ul.tabs-content > li {
        display: none;
    }

        ul.tabs-content > li.active {
            display: block;
        }

    ul.tabs-content.contained {
        padding: 0;
    }

        ul.tabs-content.contained > li {
            border: solid 0 #eedcc1;
            border-width: 0 1px 1px 1px;
            padding: 20px;
            background: #fff;
        }

.no-js ul.tabs-content > li {
    display: block;
}

/* Image styles */
.img-border, .rdVideoWrapper > video, .rdVideoWrapper > iframe, .drive-viewer-video-preview-img {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 18px auto;
    width: inherit;
    max-width: 98%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0 0 2px #b9ab97;
}

/* Button in the .popular divs float to the left */
.popular {
    overflow: hidden;
}

    .popular .button {
        margin-top: 25px;
        float: left;
    }

.content {
    margin-bottom: 40px;
}

    .content ul {
        margin-top: 20px;
    }

/* CSS for different page modules */
.clarity-mod {
    font-size: 1.125em;
}

.content .landing-listings h2, .content .body-mod h2 {
    margin: 1em 0 0;
    font-size: 1.6em;
    font-weight: 700;
}

.content .landing-listings h3, .content .body-mod h3 {
    margin: 1em 0 0;
    font-size: 1.35em;
    color: #555;
}

.content .landing-listings h4, .content .body-mod h4 {
    margin: .5em 0 .25em;
    font-size: 1.2em;
}

.content .landing-listings p, .content .body-mod p {
    margin: .75em 0 1.25em;
}

.content .landing-listings ol, .content .body-mod ol {
    padding-left: 40px;
}

    .content .landing-listings ol li, .content .body-mod ol li {
        margin-bottom: .5em;
    }

        .content .landing-listings ol li ul, .content .landing-listings ol li ol, .content .body-mod ol li ul, .content .body-mod ol li ol {
            margin-top: 5px;
        }

.content .landing-listings ul, .content .body-mod ul {
    padding-left: 40px;
}

    .content .landing-listings ul li, .content .body-mod ul li {
        margin-bottom: .5em;
    }

        .content .landing-listings ul li ul, .content .landing-listings ul li ol, .content .body-mod ul li ul, .content .body-mod ul li ol {
            margin-top: 5px;
        }

.share-mod p {
    float: left;
    margin: 0 10px 0 0 !important;
}

.gallery-mod {
    margin-bottom: 20px;
}

.gallery-image-title {
    font-size: 1.1em;
    font-weight: 700;
    padding-bottom: 7px;
}

.gallery-mod .span3 {
    margin-top: 16px;
}

    .gallery-mod .span3 img {
        max-width: 350px;
    }

.gallery-mod .span4 img {
    max-width: 350px;
}

.gallery-mod img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    background: #fff;
    padding: 3px;
    box-shadow: 0 0 2px #b9ab97;
}

.logo-mod img {
    height: auto !important;
}

.page-nav-mod h5 {
    margin: 18px 0 0 0;
    padding: 0 0 10px 20px;
    border-left: 1px solid #eedcc1;
}

.page-nav-mod ul {
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    border-left: 1px solid #eedcc1;
}

.page-nav-mod li {
    margin-bottom: 6px;
}

.news-mod {
    /*overflow: hidden;*/
    clear: both;
}

    .news-mod .span4 {
        margin-bottom: 20px;
        padding-right: 10px;
        word-wrap: break-word;
        -ms-word-wrap: break-word;
    }

    .news-mod .date {
        margin: 10px 0;
    }

.related-mod {
    overflow: hidden;
}

    .related-mod h3 {
        margin-bottom: 10px;
    }

    .related-mod .span4 {
        margin-bottom: 20px;
        padding-right: 10px;
    }

.search-results-mod h3 {
    margin-top: 30px;
}

.contact-mod input {
    width: 60%;
}

.contact-mod textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.contact-department {
    width: 150px;
    min-height: 200px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 12px;
}

    .contact-department img {
        padding-bottom: 8px;
    }

#map-mod p {
    margin-top: 40px;
}

#map-mod-inner {
    max-width: 400px;
    height: 280px;
    margin-top: 10px;
    border: 1px solid #b9ab97;
}

    #map-mod-inner iframe {
        height: 100%;
        width: 100%;
    }

/* Hot Topics styles */
#hot-topics {
    margin-top: 30px;
}

    #hot-topics img {
        width: inherit;
        max-width: 98%;
        height: auto;
    }

    #hot-topics h4, #related-search h4 {
        padding-bottom: 5px;
        border-bottom: 1px solid #eedcc1;
        font-weight: 400;
        font-size: 1.5em;
    }

    #hot-topics p {
        margin: -10px 0 30px;
    }

.contact-hours {
    margin-bottom: 20px;
    text-align: center;
}

/* Footer CSS */
footer {
    background: #eedcc1;
}

#social-links h5 {
    border-bottom: 1px solid #b9ab97;
    color: #938169;
    font-weight: 700;
    font-size: 1.5em;
}

#social-links ul {
    display: block;
    overflow: hidden;
    margin-top: -3px;
    width: 150px;
    height: 33px;
    border-radius: 3px;
}

    #social-links ul li {
        float: left;
        list-style: none;
        margin: 3px 0 0;
    }

        #social-links ul li a {
            display: block;
            width: 30px;
            height: 33px;
        }

.fa-facebook-f {
    color: #fff;
    background: #3b5998;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
}

.fa-twitter {
    color: #fff;
    background: #33ccff;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
}

.fa-youtube {
    color: #fff;
    background: #ff3333;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
}

.fa-rss {
    color: #fff;
    background: #ff7214;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
}

.fa-instagram {
    color: #fff;
    background: #c32aa3;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
}

.facebook-footer {
    border-top: 4px;
    border-top-style: solid;
    border-top-color: #5d84c6;
}

.twitter-footer {
    border-top: 4px;
    border-top-style: solid;
    border-top-color: #000000;
}

.youtube-footer {
    border-top: 4px;
    border-top-style: solid;
    border-top-color: #ff5252;
}

.rss-footer {
    border-top: 4px;
    border-top-style: solid;
    border-top-color: #ff9249;
}

.instagram-footer {
    border-top: 4px;
    border-top-style: solid;
    border-top-color: #f152cf;
}

.fa-facebook-f:hover {
    background-color: #5d84c6;
}

.fa-twitter:hover {
    background-color: #52ebff;
}

.fa-youtube:hover {
    background-color: #ff5252;
}

.fa-rss:hover {
    background-color: #ff9249;
}

.fa-instagram:hover {
    background-color: #f152cf;
}

#footer-links h5, #privacy-links h5 {
    margin-top: 18px;
    border-bottom: 1px solid #b9ab97;
    color: #938169;
    font-weight: 700;
    font-size: 1.5em;
}

#footer-links ul, #privacy-links ul {
    list-style: none;
}

    #footer-links ul li, #privacy-links ul {
        display: block;
        margin-top: 5px;
    }

        #footer-links ul li a, #footer-links ul li a:visited {
            color: #756754;
        }

            #footer-links ul li a:hover, #footer-links ul li a:active {
                text-decoration: underline;
            }

.copyright {
    width: 100%;
    background: #b9ab97;
    color: #fff;
    font-size: .8em;
}

    .copyright a {
        color: #fff;
    }

        .copyright a:hover, .copyright a:active {
            text-decoration: underline;
        }

/* Media query for views up to breakpoint 2 */
@media only screen and (max-width: 719px) {
    .box img {
        max-width: 98%;
        margin: 20px 0 10px 2px;
        border: 5px solid #fff;
        box-shadow: 0 0 2px #b9ab97;
    }

    .img-border, .rdVideoWrapper > video, .rdVideoWrapper > iframe, .drive-viewer-video-preview-img {
        margin-left: 2px;
    }

    #site-name {
        border-bottom: 1px solid #eedcc1;
    }
}

/* Media query for views up to breakpoint 3 (mobile view) */
@media only screen and (max-width: 767px) {
    .popular .button {
        margin-bottom: 25px;
    }

    .mobile-hidden {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 0;
        height: 0;
        text-indent: -9999px;
    }

    .mobile-none {
        display: none;
    }

    /* add a border to the bottom of the most popular item on the homepage */
    .popular.span12 {
        padding-bottom: 10px;
        border-bottom: 1px solid #eedcc1;
    }

    .homeContent .popular.span4, .homeContent .popular.span6 {
        padding-bottom: 10px;
        border-bottom: 1px solid #eedcc1;
    }

    .copyright {
        height: 200px;
    }
}

@media only screen and (min-width: 480px) {
    #responsive-listener {
        visibility: visible;
    }

    header .container {
        height: 100%;
    }

    /* background image size up */
    header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/768x250.jpg) no-repeat center center; /* banner768x250.jpg */
    }

    .multiplebgs #homepage header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/768x250.jpg) repeat-x center center; /* banner768x250.jpg */
    }

    .no-multiplebgs #homepage header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/768x250.jpg) no-repeat center center; /* banner768x250.jpg */
    }

    .button {
        padding: 6px 16px;
    }

    #site-name {
        height: 50px;
    }

        #site-name h1 a {
            margin-top: 10px;
            width: 120px;
        }

    .no-svg #site-name h1 a {
        background: url(/media/reddeerca/style-assets/css-images/reddeer-logo-tablet.png) no-repeat; /* reddeer-logo-tablet.png */
        background-size: 100%;
    }

    #homepage #alert-wrapper {
        position: relative;
        overflow: visible;
        height: 0;
    }

    #site-alert-critical, #site-alert-caution, #site-alert-info {
        position: relative;
        border-radius: 3px;
    }

    #headline-wrapper {
        padding: 0 10px;
    }

    #site-headline {
        padding: 12px 0;
    }

        #site-headline h2 {
            padding: 0 10px;
        }
}

@media only screen and (min-width: 720px) {
    header {
        height: 200px;
    }

    .button {
        padding: 8px 18px;
        font-size: 1.125em;
    }

    #alert-wrapper, #headline-wrapper {
        padding: 0 20px;
    }

    .container {
        margin: 0 auto;
        padding: 10px 20px;
        max-width: 1200px;
    }

    #homepage header {
        height: auto;
    }

    #site-headline {
        margin-top: 200px;
    }

    .box {
        overflow: hidden;
        padding: 18px 2%;
        min-height: 100px;
        border: 1px solid #f2e0c5;
        border-bottom: 5px solid #f2e0c5;
        border-radius: 3px;
        background: #fff;
    }

    .landing-page .box img {
        margin-bottom: 8px;
        width: inherit;
        max-width: 100%;
        height: auto;
    }

    .page-nav-mod h5 {
        margin-left: 20px;
        padding: 0 0 10px 20px;
    }

    .page-nav-mod ul {
        margin-left: 20px;
        padding-left: 20px;
    }

    .page-nav-mod li {
        margin-bottom: 6px;
    }

    /* Grid System */
    .gridset {
        float: left;
        overflow: hidden;
        width: 100%;
    }

    .span12 {
        float: left;
        width: 100%;
    }

    .span8 {
        float: left;
        width: 100%;
    }

    .span6 {
        float: left;
        margin-right: 2%;
        width: 49%;
    }

        .span6:nth-child(2n+2) {
            margin-right: 0;
        }

    .sidebar {
        float: left;
        width: 34%;
    }

    .span4 {
        float: left;
        margin-right: 2%;
        width: 32%;
        clear: none;
    }

    .CWG article.span4 {
        width: 24%;
    }

    .span4:nth-child(3n+3) {
        margin-right: 0;
    }

    /*Custom CORD*/
    .span4:nth-child(3n+4) {
        clear: left;
    }

    .span3 {
        float: left;
        margin-right: 2%;
        width: 32%;
    }
}

/* A media query specifically for views between breakpoint 2 and 3 */
@media only screen and (min-width: 720px) and (max-width: 959px) {
    .container {
        padding: 30px;
    }

    /*Custom CORD*/
    .news-mod .span4, .related-mod .span4, .span4.box {
        float: left;
        margin-right: 2%;
        width: 49%;
        clear: none;
    }

        .news-mod .span4:nth-child(2n+2), .related-mod .span4:nth-child(2n+2), .span4.box:nth-child(2n+2) {
            margin-right: 0;
        }

        /*Custom CORD*/
        .news-mod .span4:nth-child(2n+3), .related-mod .span4:nth-child(2n+3), .span4.box:nth-child(2n+3) {
            clear: left;
        }
}

@media only screen and (min-width: 768px) {
    #responsive-listener {
        display: block;
    }

    .desktop-hidden {
        display: block;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 0 !important;
        height: 0 !important;
        background: none !important;
        text-indent: -9999px;
    }

    .desktop-none {
        display: none;
    }

    .red-line {
        position: absolute;
        top: 0;
        z-index: 20;
        width: 100%;
        border-top: 8px solid #bf311a;
        border-bottom: 3px solid #9b1309;
    }

    /* background image size up */
    header {
        height: 260px;
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/960x250.jpg) no-repeat center center; /* banner960x250.jpg */
    }

    #homepage header {
        height: 450px;
    }

    header .container {
        padding: 0 20px;
    }

    .multiplebgs #homepage header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/960x490.jpg) no-repeat center center; /* banner960x490.jpg */
    }

    .no-multiplebgs #homepage header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/960x490.jpg) no-repeat center center; /* banner960x490.jpg */
    }


    #alert-wrapper, #headline-wrapper {
        padding: 0;
    }

    #alert-wrapper {
        position: absolute;
        top: -3px;
        z-index: 60;
        width: 100%;
    }

    #alert-inner {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 1200px;
    }

    #site-alert-critical, #site-alert-caution, #site-alert-info {
        top: 0;
        width: 100%;
    }

    #alert-bg {
        padding: 20px 10px;
    }

    #site-alert-critical p, #site-alert-caution p, #site-alert-info p {
        padding: 20px 10px;
    }

    .no-js #alert-wrapper {
        top: 100px;
    }

    .no-js #alert-inner {
        margin: 0;
        padding: 0;
    }

    #site-name {
        margin-top: -5px;
        width: 250px;
        height: 87px;
        border-bottom: 5px solid #eedcc1;
        border-radius: 5px;
    }

        #site-name h1 a {
            margin: 0;
            width: 250px;
            height: 87px;
            background-position: center center;
            background-size: 85%;
        }

    .no-svg #site-name h1 a {
        background: url(/media/reddeerca/style-assets/css-images/reddeer-logo-desktop.png) no-repeat center center; /* reddeer-logo-desktop.png */
    }

    #site-headline {
        margin-top: 250px;
        background: none;
    }

        #site-headline h2 {
            float: right;
            text-shadow: 0 -1px 1px #000;
            font-size: 2.75em;
        }

    .breadcrumb {
        overflow: hidden;
        padding: 0 0 12px;
    }

        .breadcrumb ul li {
            position: relative;
            float: left;
            margin-left: 20px;
            width: auto;
        }

            .breadcrumb ul li:before {
                position: absolute;
                top: 0;
                left: -13px;
                color: #b9ab97;
                content: '/';
                text-align: left;
            }

            .breadcrumb ul li:first-child {
                overflow: hidden;
                margin-left: 0;
            }

    .current-page a, .current-page a:visited {
        color: #756754;
    }

    #main .container {
        padding: 20px 20px 40px;
    }

    /* Most Popular content on the homepage */
    .popular.span12 .span8 {
        margin-right: 6%;
    }

    .popular.span12 .span4 {
        margin: 0;
    }

    .popular.span12 img {
        max-width: 100%;
        height: auto;
        float: right;
    }

    .popular h3 {
        margin-top: 10px;
    }

    /* Landing page styles */
    .landing-page .box {
        /*height: 380px;*/
        /*min-height: 100px;*/
    }

        .landing-page .box p {
            font-size: .9em;
        }

    .contact-hours {
        margin-top: 14px;
        margin-bottom: 40px;
    }

    /* Sidebar Styles */
    #sidebar {
        padding-left: 10px;
    }

        #sidebar a, #sidebar a:visited {
            color: #1d90b8;
        }

            #sidebar a:hover, #sidebar a:active {
                color: #34819b;
            }

    /* Hot topics styles */
    #hot-topics {
        padding-left: 10px;
        float: right;
        overflow: hidden;
    }

    /* Grid system */
    .span8 {
        float: left;
        margin-right: 4%;
        width: 62%;
    }

    .CWG article.span8 {
        width: 70%;
        height: 252px;
    }

    /* Footer styles */
    footer .container {
        padding: 20px;
    }

    #social-links {
        display: inline-block;
        float: left;
        margin-top: -20px;
    }

    #footer-links {
        display: inline-block;
        float: right;
    }

    #privacy-links {
        display: inline-block;
    }

        #footer-links ul li, #privacy-links ul li {
            position: relative;
            float: left;
            margin: 0 0 0 25px;
        }

            #footer-links ul li a, #privacy-links ul li a {
                display: block;
            }

            #footer-links ul li:before {
                position: absolute;
                top: 0;
                left: -17px;
                color: #756754;
                content: '|';
            }

            #privacy-links ul li:before {
                position: absolute;
                top: 0;
                left: -17px;
                color: #fff;
                content: '|';
            }

            #footer-links ul li:first-child, #privacy-links ul li:first-child {
                overflow: hidden;
                margin-left: 0;
            }

    .copyright .container {
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 960px) {
    /* background image size up */
    header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/1920x250.jpg) no-repeat center center; /* banner1920x250.jpg */
    }

    .multiplebgs #homepage header {
        background: url(/media/reddeerca/style-assets/css-images/banner-swoosh.png) no-repeat right bottom, url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/1920x490.jpg) repeat-x center center; /* banner-swoosh.png, banner1920x490.jpg */
    }

    .no-multiplebgs #homepage header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/1920x490.jpg) no-repeat center center; /* banner1920x490.jpg */
    }
}

@media only screen and (min-width: 1920px) { /*Stretch the banner widths to fit that of the page when over 1920px*/
    /* background image size up */
    header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/1920x250.jpg) no-repeat center; /* banner1920x250.jpg */
        -webkit-background-size: 100% 250px;
        -moz-background-size: 100% 250px;
        -o-background-size: 100% 250px;
        background-size: 100% 250px;
    }

    .multiplebgs #homepage header {
        background: url(/media/reddeerca/style-assets/css-images/banner-swoosh.png) no-repeat right bottom, url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/1920x490.jpg) no-repeat center; /* banner-swoosh.png, banner1920x490.jpg */
        -webkit-background-size: 100% 490px;
        -moz-background-size: 100% 490px;
        -o-background-size: 100% 490px;
        background-size: 100% 490px;
    }

    .no-multiplebgs #homepage header {
        background: url(/media/reddeerca/style-assets/banner-do-not-delete-update-only/1920x490.jpg) no-repeat center; /* banner1920x490.jpg */
        -webkit-background-size: 100% 490px;
        -moz-background-size: 100% 490px;
        -o-background-size: 100% 490px;
        background-size: 100% 490px;
    }
}

@media only screen and (min-width: 1208px) {
    #responsive-listener {
        float: left;
    }
}
/*==========================================================================
    LAYOUT CSS ends here 
========================================================================== */

/*==========================================================================
    NAVIGATION CSS starts here
========================================================================== */

/* Base Styles */
.mainMenu li a {
    text-decoration: none;
    color: #eedcc1;
    overflow: hidden;
}

.search-field {
    border-radius: 3px;
    color: #938169;
}

.search-field-submit {
    text-indent: -9999px;
    border-radius: 3px;
    border: none;
    background: url(/media/reddeerca/style-assets/css-images/search-icon-svg.svg) no-repeat center center; /* search-icon-svg.svg */
    background-size: 100%;
}

/* Search field for inside content search page */
#content-search {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 14px;
}

    #content-search form {
        width: 100%;
        height: 30px;
    }

    #content-search .search-field {
        width: 85%;
        float: left;
        background-color: #fff;
        border-color: #b9ab97;
    }

    #content-search .search-field-submit {
        float: left;
        left: -38px;
    }

.no-svg .search-field-submit {
    background: url(/media/reddeerca/style-assets/css-images/search-icon.png) no-repeat center center; /* search-icon.png */
    background-size: 100%;
}

/* Pagination for the search page or any subsequent pages */
.pagination-wrapper {
    width: 90%;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding: 14px 18px 12px;
    margin-top: 30px;
}

.pagination li {
    float: left;
    list-style: none;
}

    .pagination li a {
        display: block;
        margin-right: 10px;
        padding: 3px 6px;
        border-radius: 3px;
    }

        .pagination li a:hover {
            background: #eee;
        }

.pagination .current a {
    background: #34a9d1;
    color: #fff;
}

    .pagination .current a:hover {
        background: #34a9d1;
    }

.arrow a {
    font-size: 1.5em;
    margin-top: -3px;
}

/* All of the mobile specific styles for the navigation */
@media only screen and (max-width: 767px) {
    html, body, .main-container, .content-push, .outer-wrap {
        height: 100%;
    }

    .no-js html, .no-js body, .no-js .main-container, .no-js .content-push, .no-js .outer-wrap {
        height: auto;
    }

    .outer-wrap {
        overflow-y: scroll;
        position: relative;
    }

    .no-js .outer-wrap {
        overflow-y: hidden;
    }

    .menu-open .outer-wrap {
        overflow-y: hidden;
    }

    .main-container {
        position: relative;
        overflow: hidden;
    }

    #header #site-name, #header #mobile-nav {
        position: absolute;
        width: 100%;
        z-index: 30;
    }

    #mobile-nav {
        position: absolute;
        z-index: 30;
        top: 0;
        right: 0;
    }

        #mobile-nav a {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            border-radius: 3px;
            text-indent: -9999px;
            overflow: hidden;
        }

    /* moved up from min breakpoint 1 */
    .nav-btn {
        background: url(/media/reddeerca/style-assets/css-images/nav-icon-svg.svg) no-repeat center center #bf311a; /* nav-icon-svg.svg */
        background-size: 90%;
        height: 25px;
        margin: 35px 10px 0 0;
        border: 1px solid #9b1309;
        border-bottom: 5px solid #9b1309;
        height: 30px;
        margin: 7px 10px 0 0;
        border: 1px solid #9b1309;
        border-bottom: 5px solid #9b1309;
    }

    .no-svg .nav-btn {
        background: url(/media/reddeerca/style-assets/css-images/nav-icon.png) no-repeat center center #bf311a; /* nav-icon.png */
    }

    .tools-btn {
        background: url(/media/reddeerca/style-assets/css-images/tools-icon-svg.svg) no-repeat center center #b9ab97; /* tools-icon-svg.svg */
        background-size: 90%;
        height: 30px;
        margin: 7px 80px 0 0;
        border: 1px solid #938169;
        border-bottom: 5px solid #938169;
    }

    .no-svg .tools-btn {
        background: url(/media/reddeerca/style-assets/css-images/tools-icon.png) no-repeat center center #b9ab97; /* tools-icon.png */
    }

    .js .content-push {
        position: relative;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 3px 0 0 #000;
        -webkit-transition: -webkit-transform 0.5s;
        -ms-transition: -ms-transform 0.5s;
        transition: transform 0.5s;
    }

    .no-js .content-push {
        position: relative;
        top: 0;
        left: 0;
    }

    /* Main navigation for mobile view */
    .js #nav {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 90%;
        height: 100%;
        background: #403936;
        overflow-y: hidden;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    #nav-search {
        background: #2e2927;
        padding: 10px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        visibility: hidden;
    }

        #nav-search .search-field {
            width: 96%;
            padding: 5px 2%;
            border: none;
            background-color: #fff9f1;
            border-radius: 3px;
        }

        #nav-search .search-field-submit {
            position: absolute;
            top: 0;
            right: 0;
            margin: 10px 10px 0 0;
            border: none;
            width: 32px;
            height: 32px;
        }

    .menu-open #nav-search {
        visibility: visible;
    }

    /* Search field for inside content search page */
    #content-search .search-field {
        background-color: #fff;
        border: 1px solid #b9ab97;
        padding: 5px;
    }

    #content-search .search-field-submit {
        width: 32px;
        height: 32px;
        position: relative;
        left: -36px;
    }

    .mainMenu li {
        border-top: 1px solid #564b45;
        border-bottom: 1px solid #2c2723;
    }

        .mainMenu li a {
            display: block;
            padding: 12px 0 12px 10px;
            border-left: 8px solid #eedcc1;
        }

        .mainMenu li .currentbranch0 a {
            background-color: #282320;
            color: #fff;
            border-left: 8px solid #bf311a;
        }

    .multilevel-linkul-0 {
        margin-left: 14px;
    }

        .multilevel-linkul-0 li {
            border-top: 1px solid #756754;
            border-bottom: 1px solid #51483b;
            background-color: #5f5445;
        }

            .multilevel-linkul-0 li a {
                padding: 10px 0 10px 10px;
                border-left: 5px solid #eedcc1;
            }

            .multilevel-linkul-0 li .currentbranch1 a {
                color: #fff;
                border-left: 5px solid #bf311a;
            }

    /* 2nd level navigation */
    .multilevel-linkul-1 {
        padding-left: 14px;
        background-color: #403936;
    }

        .multilevel-linkul-1 li {
            border-top: 1px solid #605545;
            border-bottom: none;
            background-color: #756754;
        }

            .multilevel-linkul-1 li .currentbranch2 a {
                color: #fff;
                border-left: 5px solid #bf311a;
            }

    /* 3rd level navigation - repeat this for subsequent layers of navigation */
    .multilevel-linkul-2 {
        padding-left: 14px;
        background-color: #403936;
    }

        .multilevel-linkul-2 li {
            border-top: 1px solid #605545;
            border-bottom: none;
            background-color: #756754;
        }

            .multilevel-linkul-2 li .currentbranch3 a {
                color: #fff;
                border-left: 5px solid #bf311a;
            }

    /* 4th level navigation - repeat this for subsequent layers of navigation */
    .multilevel-linkul-3 {
        padding-left: 14px;
        background-color: #403936;
    }

        .multilevel-linkul-3 li {
            border-top: 1px solid #605545;
            border-bottom: none;
            background-color: #756754;
        }

            .multilevel-linkul-3 li .currentbranch4 a {
                color: #fff;
                border-left: 5px solid #bf311a;
            }

    /* 5th level navigation - repeat this for subsequent layers of navigation */
    .multilevel-linkul-4 {
        padding-left: 14px;
        background-color: #403936;
    }

        .multilevel-linkul-4 li {
            border-top: 1px solid #605545;
            border-bottom: none;
            background-color: #756754;
        }

            .multilevel-linkul-4 li .currentbranch5 a {
                color: #fff;
                border-left: 5px solid #bf311a;
            }

    .js.csstransforms3d .menu-open #nav {
        overflow-y: scroll;
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        -ms-transition: -ms-transform 0.5s;
        transition: transform 0.5s;
    }

    .js.csstransforms3d .menu-open .content-push {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0);
    }

    /* Tools navigation for mobile view - note: this has been given a set height as text size/height can vary between browsers. This height needs to be consistent so we can push the content down with the tools nav on mobile view. */
    .js #siteTools {
        position: absolute;
        top: -250px;
        left: 0;
        width: 100%;
        height: 250px;
        background: #b9ab97;
        -webkit-transition: -webkit-transform 0.5s;
        -ms-transition: -ms-transform 0.5s;
        transition: transform 0.5s;
    }

        .js #siteTools ul {
            padding: 0 10px;
        }

            .js #siteTools ul li {
                width: 100%;
                text-align: center;
                height: 40px;
                border-top: 1px solid #c4b6a0;
                border-bottom: 1px solid #938169;
            }

                .js #siteTools ul li a {
                    display: block;
                    text-decoration: none;
                    color: #fff;
                    width: 100%;
                    height: 32px;
                    padding: 8px 0 0;
                    font-family: 'Lato', sans-serif;
                    font-weight: 700;
                }

                    .js #siteTools ul li a:hover, .js #siteTools ul li a:active {
                        background: #c4b7a0;
                    }

    .no-js #siteTools ul {
        background: #b9ab97;
        padding-top: 10px;
    }

        .no-js #siteTools ul li {
            text-align: center;
            padding: 5px 0;
            border-bottom: 1px solid #eedcc1;
        }

            .no-js #siteTools ul li a {
                color: #fff;
            }

                .no-js #siteTools ul li a:hover, .no-js #siteTools ul li a:active {
                    text-decoration: underline;
                }

    .js.csstransforms3d .tools-open #siteTools {
        z-index: 20;
        visibility: visible;
        -webkit-transform: translate3d(0, 250px, 0);
        transform: translate3d(0, 250px, 0);
    }

    .js.csstransforms3d .tools-open .content-push {
        -webkit-transform: translate3d(0, 250px, 0);
        transform: translate3d(0, 250px, 0);
    }

    .nav-btn-close, .tools-btn-close {
        position: absolute;
        background: none;
        top: 0;
        left: 0;
        z-index: 40;
        width: 0;
        height: 0;
    }

    .menu-open .nav-btn-close, .tools-open .tools-btn-close {
        width: 100%;
        height: 100%;
    }
}

/* Mobile specific navigation CSS ends here (max-width 767) */
/* Larger screen widths */
@media only screen and (min-width: 480px) {
    .nav-btn {
        margin: 7px 10px 0 0;
    }

    .tools-btn {
        margin: 7px 80px 0 0;
    }
}

@media only screen and (min-width: 720px) and (max-width: 767px) {
    .js #nav {
        width: 50%;
    }

    .js.csstransforms3d .menu-open .content-push {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@media only screen and (min-width: 768px) {
    #homepage #nav-main {
        top: 380px;
    }

    #nav {
        position: absolute;
        z-index: 10;
        width: 100%;
        top: 0;
        visibility: visible;
    }

    #nav-search {
        position: absolute;
        width: 100%;
        top: 60px;
    }

        #nav-search form {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

    .search-field {
        float: right;
        width: 492px;
        padding: 8px;
        background-color: #fff9f1;
        border-radius: 3px;
        border: 1px solid #403936;
    }

    .search-field-submit {
        position: relative;
        float: right;
        top: 0;
        left: 505px;
        border: none;
        width: 38px;
        height: 38px;
        text-indent: -9999px;
        border-radius: 3px;
    }

    .sticky-search#nav-search {
        position: absolute;
        z-index: 20;
        top: 0;
        height: 0;
    }

        .sticky-search#nav-search form {
            top: 0 !important;
            margin-top: 0 !important;
        }

        .sticky-search#nav-search .search-field {
            width: 200px;
            top: 8px;
            position: relative;
        }

        .sticky-search#nav-search .search-field-submit {
            top: 8px;
            left: 218px;
        }

    #nav-main {
        height: 62px;
        background: rgba(64, 57, 54, 0.8);
        border-top: 2px solid rgba(238, 220, 193, 0.5);
        border-bottom: 6px solid rgba(238, 220, 193, 0.25);
        position: relative;
        top: 191px;
    }

        #nav-main nav {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

    .no-rgba #nav-main {
        background: url(/media/reddeerca/style-assets/css-images/nav-background2.png) repeat-x; /* nav-background2.png */
    }

    .mainMenu {
        display: block;
        height: 67px;
        border-left: 1px solid rgba(112, 101, 84, 0.8);
    }

        .mainMenu li {
            float: left;
            border: none;
            border-right: 1px solid rgba(112, 101, 84, 0.8);
            max-width: 110px;
        }

            .mainMenu li a {
                display: block;
                border-bottom: 5px solid rgba(238, 220, 193, 0.5);
                padding: 10px;
                font-family: 'Lato', sans-serif;
                font-weight: 700;
                text-align: left;
                -webkit-transition: text-shadow 0.5s;
                -ms-transition: text-shadow 0.5s;
                transition: text-shadow 0.5s;
            }

                .mainMenu li a:hover, .mainMenu li a:active {
                    border-left: none;
                    border-bottom: 5px solid #bf311a;
                    text-shadow: 0 0 50px #eedcc1;
                }

            .mainMenu li .currentbranch0 a {
                background-color: #282320;
                color: #fff;
                border-bottom: 5px solid #bf311a;
            }

    .js .multilevel-linkul-0 li {
        margin-bottom: 2px;
    }

        .js .multilevel-linkul-0 li a {
            display: block;
            padding: 10px 0 10px 14px;
            border-left: 5px solid #eedcc1;
            font-size: 1.125em;
        }

            .js .multilevel-linkul-0 li a:hover, .js .multilevel-linkul-0 li a:active {
                border-color: #bf311a;
            }

        .js .multilevel-linkul-0 li .currentbranch1 a {
            color: #756754 !important;
            border-left: 5px solid #bf311a;
        }

    /* 2nd level navigation */
    .js .multilevel-linkul-1 {
        padding-left: 18px;
        border-top: 1px solid #eedcc1;
    }

        .js .multilevel-linkul-1 li {
            margin-bottom: 2px;
        }

            .js .multilevel-linkul-1 li a {
                display: block;
                padding: 6px 0 6px 14px;
                border-left: 5px solid #eedcc1;
                font-size: 1em;
            }

                .js .multilevel-linkul-1 li a:hover, .js .multilevel-linkul-1 li a:active {
                    border-color: #bf311a;
                }

            .js .multilevel-linkul-1 li .currentbranch2 a {
                color: #756754 !important;
                border-left: 5px solid #bf311a;
            }

            .js .multilevel-linkul-1 li:last-child {
                border-bottom: 1px solid #eedcc1;
            }

    /* 3rd level navigation */
    .js .multilevel-linkul-2 {
        padding-left: 18px;
        border-top: 1px solid #eedcc1;
    }

        .js .multilevel-linkul-2 li {
            margin-bottom: 2px;
        }

            .js .multilevel-linkul-2 li a {
                display: block;
                padding: 6px 0 6px 14px;
                border-left: 5px solid #eedcc1;
                font-size: 1em;
            }

                .js .multilevel-linkul-2 li a:hover, .js .multilevel-linkul-2 li a:active {
                    border-color: #bf311a;
                }

            .js .multilevel-linkul-2 li .currentbranch3 a {
                color: #756754 !important;
                border-left: 5px solid #bf311a;
            }

            .js .multilevel-linkul-2 li:last-child {
                border-bottom: 1px solid #eedcc1;
            }

    /* 4th level navigation */
    .js .multilevel-linkul-3 {
        padding-left: 18px;
        border-top: 1px solid #eedcc1;
    }

        .js .multilevel-linkul-3 li {
            margin-bottom: 2px;
        }

            .js .multilevel-linkul-3 li a {
                display: block;
                padding: 6px 0 6px 14px;
                border-left: 5px solid #eedcc1;
                font-size: 1em;
            }

                .js .multilevel-linkul-3 li a:hover, .js .multilevel-linkul-3 li a:active {
                    border-color: #bf311a;
                }

            .js .multilevel-linkul-3 li .currentbranch4 a {
                color: #756754 !important;
                border-left: 5px solid #bf311a;
            }

            .js .multilevel-linkul-3 li:last-child {
                border-bottom: 1px solid #eedcc1;
            }

    /* visually hidden this div to prevent drop down navigation - script in main.js will automatically move this into the right column subnav */
    .multilevel-linkul-0 {
        position: absolute;
        visibility: hidden;
    }

    .desktop-show {
        position: relative;
        visibility: visible;
    }

    #sidebar .multilevel-linkul-0 {
        position: relative;
        visibility: visible;
    }

    #siteTools {
        position: absolute;
        z-index: 15;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 7px;
    }

        #siteTools nav {
            display: block;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

            #siteTools nav ul {
                position: relative;
                display: block;
                float: right;
                padding: 0 20px;
                border-radius: 3px;
                background: rgba(64, 57, 54, 0.8);
                border-bottom: 4px solid rgba(238, 220, 193, 0.25);
            }

                #siteTools nav ul li {
                    float: left;
                    position: relative;
                    width: auto;
                    text-align: center;
                    margin-left: 25px;
                }

                    #siteTools nav ul li a {
                        display: block;
                        text-decoration: none;
                        color: #fff;
                        padding: 8px 0;
                        font-family: 'Lato', sans-serif;
                        font-weight: 700;
                    }

                        #siteTools nav ul li a:hover, #siteTools nav ul li a:active {
                            background: none;
                            text-decoration: underline;
                        }

                    #siteTools nav ul li:before {
                        position: absolute;
                        content: '|';
                        top: .5em;
                        left: -1em;
                        color: #fff;
                    }

                    #siteTools nav ul li:first-child {
                        margin-left: 0;
                        overflow: hidden;
                    }

    .no-rgba #siteTools nav ul {
        background: url(/media/reddeerca/style-assets/css-images/nav-background.png) repeat-x; /* nav-background.png */
    }

    .sticky {
        position: fixed !important;
        width: 100%;
        top: 0 !important;
    }

        .sticky nav {
            margin: 0 auto;
        }

            .sticky nav .mainMenu {
                border-left: 1px solid #b9ab97 !important;
            }

                .sticky nav .mainMenu li {
                    border-right: 1px solid #b9ab97 !important;
                }

    .sticky-search#nav-search {
        position: fixed;
        z-index: 20;
        top: 0px;
        height: 0;
    }

        .sticky-search#nav-search form {
            top: 0 !important;
            margin-top: 0 !important;
        }

        .sticky-search#nav-search .search-field {
            width: 200px;
            top: 8px;
            position: relative;
        }

        .sticky-search#nav-search .search-field-submit {
            top: 8px;
            left: 218px;
        }
}

@media only screen and (min-width: 960px) {
    #homepage #nav-main {
        top: 391px;
    }

    #nav-main {
        height: 52px;
        top: 201px;
    }

    .no-rgba #nav-main {
        background: url(/media/reddeerca/style-assets/css-images/nav-background.png) repeat-x;
    }

    .mainMenu {
        height: 58px;
    }

        .mainMenu li {
            text-align: center;
            max-width: 300px;
        }

            .mainMenu li a {
                border-bottom: 6px solid rgba(238, 220, 193, 0.5);
                padding: 15px 10px;
                text-align: center;
            }

                .mainMenu li a:hover, .mainMenu li a:active {
                    border-bottom: 6px solid #bf311a;
                }

            .mainMenu li .currentbranch0 a {
                border-bottom: 6px solid #bf311a;
            }
}
/* ==========================================================================
    NAVIGATION CSS ends
========================================================================== */

/* ==========================================================================
    TYPOGRAPHY CSS starts here
========================================================================== */
/* Base Styles */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.25em;
    font-family: 'Lato', sans-serif;
    color: #666;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    font-weight: 400;
}

h3 {
    font-size: 1.5em;
    font-weight: 700;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1.15em;
}

.main-title, .sub-title {
    border-bottom: 1px solid #eedcc1;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 400;
}

p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}

.content p {
    margin: 0.25em 0;
}

p.date {
    font-size: .85em;
    color: #666;
}

strong {
    font-weight: 700;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: circle;
}

.no-disc {
    list-style: none;
    padding: 0 !important;
}

.breadcrumb ul, #sidebar ul {
    font-style: italic;
    list-style-type: none;
}

/* Larger Screen Widths */
@media only screen and (min-width: 720px) {
    .main-title {
        border-bottom: none;
        margin-bottom: 14px;
        padding-bottom: 0;
    }
}

/* ==========================================================================
   TYPOGRAPHY CSS ends
========================================================================== */

/* ==========================================================================
   PRINT CSS starts here 
========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
  * Don't show links for images, or javascript/internal links
  */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 1cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Custom Print styles made for CoRD start here */
    #alert-wrapper, #alert-inner, #nav, #nav-search, #siteTools, #mobile-nav, .button, .popular.span12 img, .landing-page .box img, .breadcrumb, .share-mod, .page-nav-mod, .close, #sidebar, #hot-topics, footer {
        display: none;
    }

    #site-headline {
        margin-top: 0;
    }

    #site-name h1 a {
        background: url(/media/reddeerca/style-assets/css-images/reddeer-logo-svg.svg) no-repeat; /* reddeer-logo-svg.svg */
    }

    p, ul, ol {
        font-size: .8em;
        /*max-width: 80%;*/
    }

    #site-name {
        display: none;
    }

    .form > div {
        font-size: 14px;
    }

    .tableTax, .tableTax2, .tableTax3 {
        font-size: 12px;
    }

        .tableTax td, .tableTax2 td, .tableTax3 td {
            padding: 0px;
            margin: 0px;
        }

        .tableTax tr, .tableTax2 tr, .tableTax3 tr {
            padding: 0px;
            margin: 0px;
        }

    .formTax > .field {
        display: none;
    }

    hr {
        display: block;
        height: 0px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: .5em 0;
        padding: 0;
    }

    .container {
        padding: 0px 0px;
    }

    .printSmall {
        font-size: .9em;
    }
}
/* ==========================================================================
	PRINT CSS ends 
========================================================================== */


/* ==========================================================================
   Custom CORD CSS starts here
========================================================================== */

/* --- FORM STYLES --- */

legend {
    font-weight: 600;
    font-size: 1.25em;
    padding-bottom: 8px;
    padding-top: 15px;
    border-bottom: 1px solid #eedcc1;
    color: #666;
}

fieldset fieldset legend {
    font-size: 1em;
    padding: 25px 0 10px;
    border: none;
    margin: 0;
}

.form .half-field > label {
    display: block;
    margin-bottom: 4px;
}

.form .field-inline, .form .half-field-inline {
    margin-bottom: 8px;
    margin-top: 18px;
}

    .form .field-inline > label, .form .half-field-inline > label {
        display: inline;
        margin-bottom: 4px;
    }

.formsmall {
    padding-top: 15px;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 1em;
    font-weight: bold;
}

.form ul li {
    list-style-type: circle;
    margin-left: 40px;
    margin-bottom: .5em;
}

.form > p {
    margin: 5px 0px 15px 0px;
}

input[type="radio"], input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.button {
    margin-right: 20px;
}

@media only screen and (max-width: 480px) {
    .form > .button {
        width: 100%;
    }
}

/* Media query for views up to breakpoint 3 (mobile view) */
@media only screen and (max-width: 767px) {
    .form textarea, .form select, .form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="password"], .form input[type="number"], .form input[type="tel"] {
        width: 90%;
        transition: width .8s ease;
    }
}

/* Media query for views up to breakpoint 3 (mobile view) */
@media only screen and (min-width: 767px) {
    .form textarea, .form select, .form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="password"], .form input[type="number"], .form input[type="tel"] {
        width: 60%;
        transition: width .8s ease;
    }
}

.listControl {
    width: 100%;
    border-style: none;
}

    .listControl tr td {
        text-align: center;
        border-style: none;
    }

.table .headingColumn {
    text-align: center;
}

.table .rblColumn {
    padding: 0;
    margin: 0;
}

.extra-margin-bottom {
    margin-bottom: 15px;
}

.extra-margin-top {
    margin-top: 15px;
}

.extra-margin-bottom-2x {
    margin-bottom: 30px;
}

.extra-margin-top-2x {
    margin-top: 30px;
}

/* --- END FORM STYLES --- */


/* --- APPLICATION STYLES --- */
.taxValue {
    font-family: 'Lato', sans-serif;
    color: #876754;
    letter-spacing: 1px;
    display: inline;
}

.taxHeader {
    display: inline;
}

.rapHeader {
    font-family: 'Lato', sans-serif;
    color: #876754;
    letter-spacing: 1px;
    display: inline;
    font-size: 1.15em;
}

.rapCat {
    color: #1D90B8;
}

.panel {
    margin-bottom: 20px;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #f9f4ec;
}

.panel-heading-selectable {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #1d90b8;
}

    .panel-heading-selectable > .rapHeader {
        color: #FFF;
    }

        .panel-heading-selectable > .rapHeader::before {
            content: '> ';
        }

    .panel-heading-selectable:hover, .panel-heading-selectable:active, .panel-heading-selected {
        background-color: #BF311A;
        cursor: pointer;
    }

.panel-heading-external {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #1d90b8;
}

    .panel-heading-external > .rapHeader {
        color: #FFF;
    }

        .panel-heading-external > .rapHeader::before {
            content: '> ';
        }

    .panel-heading-external:hover, .panel-heading-external:active, .panel-heading-selected {
        background-color: #BF311A;
        cursor: pointer;
    }

.panel-body {
    padding: 10px;
}

#google-maps-rap {
    width: 85%;
    height: 400px;
    border: 1px solid #f2e0c5;
    border-bottom: 5px solid #f2e0c5;
    border-radius: 3px;
}

    #google-maps-rap img {
        max-width: none;
    }

@media only screen and (max-width: 768px) {
    #google-maps-rap {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .formRAP {
        margin-left: 15px;
    }

    .rapLarge {
        display: none;
    }
}

.panel-body > p {
    margin: 5px 0px 15px 0px;
}

.category {
    text-shadow: 0 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(215,189,145,1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    border: 1px solid #F1E6D8;
}

.formRAP textarea, .formRAP input[type=text] {
    width: 85%;
    -moz-box-shadow: 0 1px 0 rgba(215,189,145,1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 0 rgba(0,0,0,.3);
    border: 1px solid #d7bd91;
    border-radius: 3px;
}

/*Styles for Assessed Value Search*/
.searchAssessed {
    float: left;
}

.searchAssessedButton {
    left: 0;
    right: 0;
    float: left;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > .btn {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    z-index: 2;
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    cursor: default;
}

.fieldWrapper .field label {
    font-weight: bold;
}

.fieldWrapper {
    margin: 25px;
}

.red-btn {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .red-btn:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.extra-right {
    margin-right: 5px;
}

/* --- END APPLICATION STYLES --- */

/* --- IMAGE FADER STYLES --- */
p#imageFade_controls {
    text-align: center;
}

#imageFade_controls span {
    cursor: pointer;
    background: rgb(64,57,54);
    background: rgba(64, 57, 54, 0.8);
    font-weight: 500;
    font-size: 1em;
}

#imageFade {
    position: relative;
    height: 660px;
    margin: 0 auto 10px;
}

    #imageFade img {
        position: absolute;
        z-index: 8;
        opacity: 0.0;
    }

        #imageFade img.active {
            z-index: 10;
            opacity: 1.0;
        }

        #imageFade img.last-active {
            z-index: 9;
        }
/* --- END IMAGE FADER STYLES --- */

/* --- EMBEDDED WEB MAP STYLES --- */
@media only screen and (min-width: 960px) {
    .webmap {
        height: 600px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 960px) {
    .webmap {
        height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .webmap {
        height: 300px;
    }
}

@media only screen and (max-width: 768px) {
    #map_status .sidebar, #snowcontent .sidebar {
        clear: both;
        width: 100%;
    }
}
/* --- END EMBEDDED WEB MAP STYLES --- */

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: none;
    }

.nm {
    margin: 0 !important;
    line-height: 0em;
}

.cb {
    clear: both;
}

.fl {
    float: left;
    margin: 0 20px 20px 0;
}

    .fl.nM {
        margin: 0 20px 0 0;
    }

.fr {
    float: right;
    margin: 0px 0px 20px 20px;
}

#site-alert-critical a, #site-alert-caution a, #site-alert-info a, .mild-alert a {
    color: #fff;
}

    #site-alert-critical a:hover, #site-alert-caution a:hover, #site-alert-info a:hover, #site-alert-critical a:focus, #site-alert-caution a:focus, #site-alert-info a:focus, .mild-alert a:hover, .mild-alert a:focus {
        text-decoration: underline;
    }

#siteMap ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 10px 15px;
}

#siteMap li {
    padding: 3px 0 3px 0;
}

.tabs-content.contained li {
    overflow: auto;
}

.tabs-content.contained h2 {
    margin-bottom: 10px;
}

.news-fulltext {
    margin-bottom: 40px;
}

.publish-date {
    font-size: 0.75em;
    font-weight: bold;
}

.feature-image {
    margin: 0px auto;
    padding-bottom: 30px;
    max-width: 98%;
    height: auto;
}

#snow_banner {
    margin-bottom: 20px;
}

@media only screen and (min-width: 720px) and (max-width: 767px) {
    .popular .span4.grid.video-embed {
        width: 100%;
    }
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
    /*Custom CORD*/
    .gallery-mod .span3:nth-of-type(3n+3), .logo-mod .span3:nth-of-type(3n+3) {
        margin-right: 0;
    }

    /*Custom CORD*/
    .gallery-mod .span3:nth-of-type(3n+4), .logo-mod .span3:nth-of-type(3n+4) {
        clear: left;
    }
}

@media only screen and (max-width: 719px) {
    .popular .span4.grid.video-embed {
        clear: both;
    }
}

.news-fulltext .publish-date {
    margin-bottom: 15px;
}

.media-embedded-image {
    width: 100%;
    height: auto;
}

.media-embedded-right {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

.media-embedded-left {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.media-embedded-none {
    float: none;
    margin-bottom: 25px;
}

.share-mod {
    border-top: 1px solid #eedcc1;
    padding: 8px 0 10px;
    margin: 10px 0;
}

ul.mainMenu > li:nth-child(n+8) {
    display: none;
    visibility: hidden;
}

img {
    max-width: 100%;
}

.popular ul {
    padding-left: 40px;
}

/* A media query specifically for views between breakpoint 2 and 3 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mainMenu li a {
        height: 43px;
    }
}

@media only screen and (min-width: 960px) {
    .mainMenu li {
        min-width: 130px;
    }

    .span3 {
        float: left;
        margin-right: 2%;
        width: 23.5%;
    }

        .span3:nth-of-type(4n+4) {
            margin-right: 0;
        }

    /*Custom CORD*/
    .gallery-mod .span3:nth-of-type(4n+5), .logo-mod .span3:nth-of-type(4n+5) {
        clear: left;
    }
}

/* --- TABLE STYLES --- */

/* Regular Tables */
table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dccdb9;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border: 1px solid #dccdb9;
    }

    .table th {
        vertical-align: bottom;
        background-color: #F6F1EA;
    }

    .table td {
        background-color: #FFF;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dccdb9;
    }

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

.table-responsive {
    width: 100%;
    margin-bottom: (@line-height-computed * 0.75);
    overflow-y: hidden;
}

@media (max-width: 767px) {


    .table-responsive > .table {
        margin-bottom: 0;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-responsive > .table-bordered {
        border: 0;
    }

        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }
}
/*end of @media (max-width 767px) */

.table-noborder {
    border: none;
}

    .table-noborder td, .table-noborder th {
        padding: 0.5em;
        text-align: left;
    }

/*Tables for Tax Search*/
.tableTax td {
    width: 125px;
}

.tableTax2 td {
    width: 215px;
}

.tableTax3 {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .tableTax3 td {
        width: 195px;
    }

/*Smaller Tables*/

.table-small {
    font-size: .9em;
}

/*Dog License Search*/
.tableDogs {
    width: 100%;
    font-size: .9em;
}

#_atssh {
    display: none;
}

/*Construction Season*/
.construction_banner {
    margin-bottom: 20px;
}

.road-closure {
    margin-bottom: 20px;
}

    .road-closure h3 {
        padding-bottom: 10px;
    }

.signup {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

    .signup img {
        margin: 0 0 3px 8px;
    }

.embedded-map {
    overflow: hidden;
    border: 1px solid #f2e0c5;
    border-bottom: 5px solid #f2e0c5;
    border-radius: 3px;
    background: #fff;
    width: 100%;
    height: 600px;
}

@media (max-width: 600px) {
    .embedded-map {
        width: 100%;
        border: 0;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .embedded-map {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .con-legend > img {
        white-space: initial;
        display: block;
    }
}



.con-legend, .con-legend th {
    text-align: center;
}


@media (max-width: 767px) {
    .table-responsive > table.table.con-legend > thead > tr > th, .table-responsive > table.table.con-legend > tbody > tr > th, .table-responsive > table.table.con-legend > tfoot > tr > th, .table-responsive > table.table.con-legend > thead > tr > td, .table-responsive > table.table.con-legend > tbody > tr > td, .table-responsive > table.table.con-legend > tfoot > tr > td {
        white-space: initial;
    }
}

table.table.dtCustom.dataTable {
    border-collapse: collapse;
}

    table.table.dtCustom.dataTable > thead:first-child > tr:first-child > th {
        border-bottom: 0;
    }

    table.table.dtCustom.dataTable tbody tr.even td {
        background-color: whitesmoke;
    }

    table.table.dtCustom.dataTable tbody tr.odd td {
        background-color: #fefefe;
    }

.dataTables_scrollHeadInner {
    margin-top: 10px;
}

@media (max-width: 1050px) {
    .CWG article.span8 {
        width: 100%;
    }

    .CWG article.span4 {
        display: none;
    }
}


/* --- END TABLE STYLES --- */

/* ==========================================================================
   Custom CORD CSS ends
========================================================================== */

/* ==========================================================================
   Custom Accessibility Bypass Blocks
   http://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-skip.html
========================================================================== */

.skipnav {
    text-align: left;
}

    .skipnav a {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .skipnav a:focus, .skipnav a:active {
            position: static;
            left: 0;
            width: auto;
            height: auto;
            overflow: visible;
            text-decoration: underline;
        }

/* ==========================================================================
   Custom Accessibility Bypass Blocks ends
========================================================================== */

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    opacity: 0.8;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

div ul .nested-bullet {
    list-style-type: none;
}

    div ul .nested-bullet ul {
        margin-top: 0;
    }

        div ul .nested-bullet ul li {
            list-style-type: disc;
        }
/* ==========================================================================
  Mark tag styles as per Richelle's Request Inc#90728
========================================================================== */

mark {
    background: #ffd34e;
    color: #000;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}

    mark a {
        font-weight: bold;
    }


.statement {
    position: relative;
}

    .statement h2 {
        text-transform: uppercase;
        border-top: 3px solid #666;
        padding-top: 3px;
        display: inline-block;
        padding-left: 20px;
        position: absolute;
        right: 0;
        top: 25%;
    }

@media(max-width: 1200px) {
    .statement h2 {
        display: block;
        position: unset;
        margin-bottom: 20px;
        padding-left: 0;
        padding-bottom: 15px;
    }
}

/*Stacking tables */
.stack {
    margin-top: 20px;
    border-right: none;
    border-bottom: none;
}

    .stack tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

.table.stack > tbody > tr > td {
    border: none;
    border-bottom: none;
    border-right: 1px solid #dccdb9;
    border-bottom: 1px solid #dccdb9;
    word-break: break-word;
}

.table.stack > thead:first-child > tr:first-child > th {
    border-left: none;
}

@media screen and (min-width: 768px) {
    .stack td,
    .stack th {
        display: block;
        width: 100%;
    }

    .stack td {
        float: left\9;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block;
    }

    .table.stack tr {
        border-bottom: 2px solid #dccdb9;
        border-right: 1px solid #dccdb9;
    }

    .stack thead,
    .stack tr th {
        display: none;
    }

    .stack-thead {
        display: inline-block !important;
        font-weight: 600;
    }

    .stack td,
    .stack th {
        display: block;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .table.stack > tbody > tr > td {
        border: none;
        padding-bottom: 0;
    }

    .table.stack tr td:last-child {
        padding-bottom: 10px;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        max-width: 700px;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

#infoModal .modal-content {
    padding: 40px 20px;
    text-align: center;
}

#infoModal .fa-question-circle {
    padding-bottom: 20px;
    color: #1d90b8;
}

#infoModal h3 {
    margin-bottom: 20px;
}

#infoModal p {
    padding-bottom: 20px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#infoModal ul {
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .modal-backdrop {
        z-index: -1;
    }

    .modal-body {
        max-height: 300px !important;
    }

    .modal-dialog {
        padding-top: 10% !important;
    }

    .modal-header > .closeModal {
        font-size: 2em;
    }

    #infoModal p {
        max-width: 95%;
    }
}

@media(max-width: 500px) {
    #infoModal .modal-content {
        padding: 40px 0;
    }

    #infoModal p,
    #infoModal ul {
        font-size: 15px;
    }

    #infoModal ul {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media(max-width: 400px) {
    #infoModal p,
    #infoModal ul {
        font-size: 14px;
    }
}

#infoModal .modalClose {
    position: absolute;
    top: 5px;
    right: 25px;
    background: none;
    border: none;
    font-size: 42px;
    color: #999;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header .closeModal {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    max-height: 450px;
    overflow-y: scroll;
    padding: 15px 15px 0 15px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal-dialog {
    padding-top: 8%;
}

.js-t4form-container * {
    font: normal 16px/1.35em "Open Sans", Helvetica, Arial, sans-serif;
}

.js-t4form-container .js-elements-container .form-control {
    border: 1px solid #b9ab97;
    font-size: 16px;
    height: 42px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 30%) inset;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 30%) inset;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #444;
}

.js-t4form-container .js-elements-container textarea.form-control {
    min-height: 80px;
    padding: 8px;
}

.js-t4form-container label {
    display: block;
    margin-bottom: 4px;
    font-size: 1.05em;
    font-weight: 400;
}

.js-t4form-container .btn-primary.pull-right {
    float: none !important;
    color: #FFF;
    border-bottom: 3px solid #1c6b92;
    background: #1d90b8;
    padding: 8px 18px;
    font-size: 1.125em;
}

    .js-t4form-container .btn-primary.pull-right:hover {
        border-bottom: 3px solid #1d90b8;
        background: #34a9d1;
    }

.form-group.js-input.list-options {
    margin-bottom: 0;
}

/*CLUDO Styles for overriding default styles*/
#cludo-search-form {
    position: initial;
}

    #cludo-search-form input[type="text"] {
        box-sizing: content-box;
    }

@media(max-width: 1200px){
    #cludo-search-form input[type="text"] {
        margin-right: 20px;
    }
}

#nav-search form {
    padding: 0;
}

#cludo-search-form .search_autocomplete, .cludo-search_autocomplete .search_autocomplete {
    position: absolute;
    right: 0px;
    top: 39px;
    background-color: rgba(242,242,242,.95);
    border: 1px solid transparent;
    width: 100%;
    z-index: 99999;
    margin: 0;
    padding: 0;
    width: 510px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    background-clip: padding-box;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%);
    border: none;
}

@media(max-width: 1200px)
{
    #cludo-search-form .search_autocomplete {
        right: 20px;
    }
}

    #cludo-search-form .search_autocomplete li, .cludo-search_autocomplete .search_autocomplete li {
        width: auto;
        border: none;
    }

        #cludo-search-form .search_autocomplete li:hover, .cludo-search_autocomplete .search_autocomplete li:hover {
            background: #1d90b8;
        }


@media(max-width: 768px) {
    #cludo-search-form, .cludo-search-form, .cludo-search_autocomplete {
        position: initial;
    }

        #cludo-search-form .search_autocomplete, .cludo-search_autocomplete .search_autocomplete {
            position: relative;
            width: 100%;
            top: 0;
            right: 0px;
        }
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cludo-search-form-content input[type=search]:focus {
    border-width: 1px;
    border-left: none;
    border-right: none;
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more button {
    color: #FFF;
    border-bottom: 3px solid #1c6b92;
    background: #1d90b8;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
}

#cludo-search-modal-inner #cludo-search-form-content .search_autocomplete li {
    width: initial;
}

    #cludo-search-modal-inner #cludo-search-form-content .search_autocomplete li:hover,
    {
        border: none;
    }


    #cludo-search-modal-inner #cludo-search-form-content .search_autocomplete li:hover {
        border-bottom: 1px solid #1d90b8;
    }

#cludo-search-form-bylaws .search-field{
	float: none;
	width: 100%;
	    margin-bottom: 20px;
}

#cludo-search-form-bylaws .search-field-submit{
	float: none;
	right: 0;
	left: unset;
	    position: absolute;
}

#mc-embedded-subscribe-form {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
}

    #mc-embedded-subscribe-form label {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #333;
        display: block;
        font-family: "Lato";
    }

    #mc-embedded-subscribe-form .mc-field-group input,
    #mc-embedded-subscribe-form .mc-address-group input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 14px;
    }

        #mc-embedded-subscribe-form .mc-field-group input:focus,
        #mc-embedded-subscribe-form .mc-address-group input:focus {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        }

    #mc-embedded-subscribe-form .asterisk {
        color: #d9534f;
    }

    #mc-embedded-subscribe-form .response {
        font-size: 14px;
        padding: 10px;
        margin-top: 10px;
        display: none;
    }

    #mc-embedded-subscribe-form #mce-error-response {
        color: #d9534f;
        background-color: #f2dede;
        border: 1px solid #ebccd1;
        border-radius: 4px;
    }

    #mc-embedded-subscribe-form #mce-success-response {
        color: #5bc0de;
        background-color: #d9edf7;
        border: 1px solid #bce8f1;
        border-radius: 4px;
    }

    #mc-embedded-subscribe-form .clear input[type="submit"] {
        background-color: #007bff;
        color: #fff;
        border: none;
        padding: 12px 20px;
        font-size: 16px;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        #mc-embedded-subscribe-form .clear input[type="submit"]:hover {
            background-color: #0056b3;
        }

    #mc-embedded-subscribe-form input:invalid {
        border-color: #e74c3c;
    }

        #mc-embedded-subscribe-form input:invalid:focus {
            box-shadow: 0 0 5px rgba(231, 76, 60, 0.5);
        }

.mc-address-group .mc-field-group {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
}

    .mc-address-group .mc-field-group:last-child {
        margin-right: 0;
    }

@media (max-width: 768px) {
    .mc-address-group .mc-field-group {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    #mc-embedded-subscribe-form {
        padding: 15px;
    }

        #mc-embedded-subscribe-form .clear input[type="submit"] {
            width: 100%;
        }
}
