/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

    /**
 * 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 8/9.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    background: #fff;
    /* 1 */
    color: #000;
    /* 2 */
    font-family: sans-serif;
    /* 3 */
    -ms-text-size-adjust: 100%;
    /* 4 */
    -webkit-text-size-adjust: 100%;
    /* 4 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 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;
}

@font-face {
    font-family: 'BreakersUltra';
    src: url("../fonts/kostic_-_breakers-ultra-webfont.eot");
    src: url("../fonts/kostic_-_breakers-ultra-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kostic_-_breakers-ultra-webfont.svg#BreakersUltra") format("svg"), url("../fonts/kostic_-_breakers-ultra-webfont.woff") format("woff"), url("../fonts/kostic_-_breakers-ultra-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century725_BT_Roman';
    src: url("../fonts/cen725n-webfont.eot");
    src: url("../fonts/cen725n-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cen725n-webfont.svg#Century725_BT_Roman") format("svg"), url("../fonts/cen725n-webfont.woff") format("woff"), url("../fonts/cen725n-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century725_BT_Bold';
    src: url("../fonts/cen725b-webfont.eot");
    src: url("../fonts/cen725b-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cen725b-webfont.svg#Century725_BT_Bold") format("svg"), url("../fonts/cen725b-webfont.woff") format("woff"), url("../fonts/cen725b-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century725_BT_Italic';
    src: url("../fonts/cen725i-webfont.eot");
    src: url("../fonts/cen725i-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cen725i-webfont.svg#Century725_BT_Italic") format("svg"), url("../fonts/cen725i-webfont.woff") format("woff"), url("../fonts/cen725i-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.radused, .bg-panel, .outer-wrapper .has-content-masthead .body-text,
.outer-wrapper .has-content-masthead .sidebar-content, .outer-wrapper .page-inner-wrapper {
    border-radius: 8px;
    moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.half-radused, .search-micro-nav a, .search-group .search-type .button.dropdown, .site-header div.form-custom .search-type div.header-dropdown {
    border-radius: 4px;
    moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.top-radius, .panel-header-controls {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.bottom-right-radius, .search-panel .controller-column:last-child .f-button-dropdown, .search-panel .controller-column:last-child .f-button-dropdown:before {
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.half-radius-left, .search-group .search-input input.search {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.radius-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.border-stylized, .author-card .border-wrap, nav.sidebar-boxed ul li a, .outer-wrapper .has-content-masthead .sidebar-content .border-wrap, .outer-wrapper .page-inner-wrapper .border-wrap, .box-btn, div.section-accordion .accordion-title {
    position: relative;
    display: inline-block;
    padding: 5px;
    border-style: solid;
    border-width: 5px;
    -moz-border-image: url(../images/border-rough.png) 5 8 5 5 round;
    -webkit-border-image: url(../images/border-rough.png) 5 8 5 5 round;
    -o-border-image: url(../images/border-rough.png) 5 8 5 5 round;
    -ms-border-image: url(../images/border-rough.png) 10 stretch;
    border-image: url(../images/border-rough.png) 5 8 5 5 repeat stretch;
}

.shade-bottom, .panel-header-controls {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 1px rgba(0, 0, 0, 0.02), 0 3px 1px rgba(0, 0, 0, 0.04), 0 5px 1px rgba(0, 0, 0, 0.03), 0 7px 1px rgba(0, 0, 0, 0.02), 0 9px 1px rgba(0, 0, 0, 0.01), 0 11px 1px rgba(0, 0, 0, 0.01), 0 12px 1px rgba(0, 0, 0, 0.01);
}

.shade-left {
    /*  box-shadow: 1px 0 1px rgba(0,0,0,.02),
    2px 0 1px rgba(0,0,0,.02),
    3px 0 1px rgba(0,0,0,.04),
    5px 0 1px rgba(0,0,0,.03),
    7px 0 1px rgba(0,0,0,.02),
    9px 0 1px rgba(0,0,0,.01),
    11px 0 1px rgba(0,0,0,.01),
    12px 0 1px rgba(0,0,0,.01);*/
    box-shadow: inset 12px 0 22px -18px rgba(0, 0, 0, 0.25);
}

.btn-gradient, .search-panel .custom.dropdown a.selector, .search-panel .f-button-dropdown:before {
    position: absolute;
    content: ' ';
    right: 0;
    top: 0;
    width: 2.5em;
    height: 100%;
    z-index: 2;
    float: right;
    border-left: 1px solid #888;
    background: #eeeeee;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmMxYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, white 0%, #c2c1c1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #c2c1c1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #c2c1c1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #c2c1c1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #c2c1c1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #c2c1c1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c2c1c1',GradientType=0 );
    /* IE6-8 */
}

    .btn-gradient-hover, .search-panel .custom.dropdown a.selector:hover, .search-panel .f-button-dropdown:hover:before {
        background: #ededed;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ededed 0%, #b2b2b2 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #b2b2b2));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ededed 0%, #b2b2b2 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ededed 0%, #b2b2b2 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ededed 0%, #b2b2b2 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ededed 0%, #b2b2b2 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#b2b2b2',GradientType=0 );
        /* IE6-8 */
    }

.imgrep, .star-rating li,
.star-rater li, .social-icons a, .social-icons-large a, ul.social-icons-mono a, .dk-logo, .dk-logo-circular, .legendairy-logo, .button-orb, .footer-panel-mobile .footer-brand-small span,
.footer-panel-mobile .footer-brand-small a, .panel-micro-nav li a, .search-panel .search-input input.ip-button-orb-search, .search-panel .btn-clear {
    background-color: transparent !important;
    color: transparent !important;
    border: 0 !important;
    text-shadow: none !important;
}

    .sprites, .star-rating li,
    .star-rater li, .star-rating, .icon:before, .social-icons a, .social-icons-large a, ul.social-icons-mono a, .dk-logo, .dk-logo-circular, .legendairy-logo, .button-orb, .button-orb:before, .button-orb.search:after, .title-area .mobile-icon a span, .footer-panel-mobile .footer-brand-small span:after,
    .footer-panel-mobile .footer-brand-small a:after, .footer-brand span:after,
    .footer-brand a:after, .panel-micro-nav li a, nav.sidebar-boxed ul li.current:after, .search-results .search-result .icon, .box-btn.hide-search span.icon, .search-panel .search-input input.ip-button-orb-search, .search-panel .custom.dropdown a.selector:before, .search-panel .f-button-dropdown:after, .search-panel .btn-clear, .share-buttons .st_btn span.icon, div.section-accordion .accordion-title a:before, .map-visualisation:after, .map-visualisation:before, .preview-icon {
        background: url(/global/SustainabilityReport/images/sprite-sheet.png) no-repeat 0 0;
    }

.bg-panel, .outer-wrapper .has-content-masthead .body-text,
.outer-wrapper .has-content-masthead .sidebar-content, .outer-wrapper .page-inner-wrapper {
    text-align: center;
    background: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    width: 96%;
}

.no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.orbit-timer .orbit-progress {
    display: none;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
}

body {
    background: #0072bc;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: Century725_BT_Roman, "Times New Roman", serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

a:hover {
    cursor: pointer;
}

a:focus {
    outline: none;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 60em;
    *zoom: 1;
}

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

    .row:after {
        clear: both;
    }

    .row.collapse .column,
    .row.collapse .columns {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    .row .row {
        width: auto;
        margin-left: -0.9375em;
        margin-right: -0.9375em;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
        *zoom: 1;
    }

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

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            width: auto;
            margin: 0;
            max-width: none;
            *zoom: 1;
        }

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

            .row .row.collapse:after {
                clear: both;
            }

.column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}


@media only screen {
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .small-1 {
        position: relative;
        width: 8.33333%;
    }

    .small-2 {
        position: relative;
        width: 16.66667%;
    }

    .small-3 {
        position: relative;
        width: 25%;
    }

    .small-4 {
        position: relative;
        width: 33.33333%;
    }

    .small-5 {
        position: relative;
        width: 41.66667%;
    }

    .small-6 {
        position: relative;
        width: 50%;
    }

    .small-7 {
        position: relative;
        width: 58.33333%;
    }

    .small-8 {
        position: relative;
        width: 66.66667%;
    }

    .small-9 {
        position: relative;
        width: 75%;
    }

    .small-10 {
        position: relative;
        width: 83.33333%;
    }

    .small-11 {
        position: relative;
        width: 91.66667%;
    }

    .small-12 {
        position: relative;
        width: 100%;
    }

    .small-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .small-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .small-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .small-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .small-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .small-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .small-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .small-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .small-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .small-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .small-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    [class*="column"] + [class*="column"].end {
        float: left;
    }

    .column.small-centered,
    .columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 767px) {
    .large-1 {
        position: relative;
        width: 8.33333%;
    }

    .large-2 {
        position: relative;
        width: 16.66667%;
    }

    .large-3 {
        position: relative;
        width: 25%;
    }

    .large-4 {
        position: relative;
        width: 33.33333%;
    }

    .large-5 {
        position: relative;
        width: 41.66667%;
    }

    .large-6 {
        position: relative;
        width: 50%;
    }

    .large-7 {
        position: relative;
        width: 58.33333%;
    }

    .large-8 {
        position: relative;
        width: 66.66667%;
    }

    .large-9 {
        position: relative;
        width: 75%;
    }

    .large-10 {
        position: relative;
        width: 83.33333%;
    }

    .large-11 {
        position: relative;
        width: 91.66667%;
    }

    .large-12 {
        position: relative;
        width: 100%;
    }

    .row .large-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .row .large-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .row .large-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .row .large-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .row .large-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .row .large-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .row .large-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .row .large-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .row .large-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .row .large-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .row .large-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    .row .large-offset-11 {
        position: relative;
        margin-left: 91.66667%;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column.large-centered,
    .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

        .column.large-uncentered.opposite,
        .columns.large-uncentered.opposite {
            float: right !important;
        }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
    display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
    display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
    display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
    display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
    display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
    display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
    display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
    display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
    display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 767px) {
    .show-for-medium,
    .show-for-medium-up {
        display: inherit !important;
    }

    .show-for-small {
        display: none !important;
    }

    .hide-for-small {
        display: inherit !important;
    }

    .hide-for-medium,
    .hide-for-medium-up {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
        display: table;
    }

    thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
        display: table-header-group !important;
    }

    tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
        display: table-row-group !important;
    }

    tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
        display: table-row !important;
    }

    td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up,
    th.hide-for-small {
        display: table-cell !important;
    }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 960px) {
    .show-for-large,
    .show-for-large-up {
        display: inherit !important;
    }

    .show-for-medium,
    .show-for-medium-down {
        display: none !important;
    }

    .hide-for-medium,
    .hide-for-medium-down {
        display: inherit !important;
    }

    .hide-for-large,
    .hide-for-large-up {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
        display: table;
    }

    thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
        display: table-header-group !important;
    }

    tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
        display: table-row-group !important;
    }

    tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
        display: table-row !important;
    }

    td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down {
        display: table-cell !important;
    }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
    .show-for-xlarge {
        display: inherit !important;
    }

    .show-for-large,
    .show-for-large-down {
        display: none !important;
    }

    .hide-for-large,
    .hide-for-large-down {
        display: inherit !important;
    }

    .hide-for-xlarge {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
        display: table;
    }

    thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
        display: table-header-group !important;
    }

    tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
        display: table-row-group !important;
    }

    tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
        display: table-row !important;
    }

    td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
    th.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down {
        display: table-cell !important;
    }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -0.625em;
        *zoom: 1;
    }

        [class*="block-grid-"]:before, [class*="block-grid-"]:after {
            content: " ";
            display: table;
        }

        [class*="block-grid-"]:after {
            clear: both;
        }

        [class*="block-grid-"] > li {
            display: inline;
            height: auto;
            float: left;
            padding: 0 0.625em 1.25em;
        }

    .small-block-grid-1 > li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-1 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .small-block-grid-2 > li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-2 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .small-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-3 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .small-block-grid-4 > li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-4 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .small-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-5 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .small-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-6 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .small-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-7 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .small-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-8 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .small-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-9 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .small-block-grid-10 > li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-10 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .small-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-11 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .small-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

        .small-block-grid-12 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 767px) {
    /* Remove small grid clearing */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: none;
    }

    .large-block-grid-1 > li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-1 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .large-block-grid-2 > li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-2 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .large-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-3 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .large-block-grid-4 > li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-4 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .large-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-5 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .large-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-6 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .large-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-7 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .large-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-8 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .large-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-9 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .large-block-grid-10 > li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-10 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .large-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-11 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .large-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

        .large-block-grid-12 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

p.lead {
    font-size: 1.21875em;
    line-height: 1.6;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

/* Default Link Styles */
a {
    color: #0072bc;
    text-decoration: none;
    line-height: inherit;
}

    a:hover, a:focus {
        color: #0063a3;
    }

    a img {
        border: none;
    }

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
}

    p aside {
        font-size: 0.875em;
        line-height: 1.35;
        font-style: italic;
    }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    font-family: "BreakersUltra", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2125em;
    text-transform: uppercase;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-size: 60%;
        color: #6f6f6f;
        line-height: 0;
    }

h1 {
    font-size: 2.125em;
}

h2 {
    font-size: 1.6875em;
}

h3 {
    font-size: 1.375em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    font-family: inherit;
}

ul, ol {
    margin-left: 1em;
}

    /* Unordered Lists */
    ul li ul,
    ul li ol {
        margin-left: 1.25em;
        margin-bottom: 0;
        font-size: 1em;
        /* Override nested font-size change */
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
    }

    ul.circle {
        list-style-type: circle;
    }

    ul.disc {
        list-style-type: disc;
    }

    ul.no-bullet {
        list-style: none;
    }

    /* Ordered Lists */
    ol li ul,
    ol li ol {
        margin-left: 1.25em;
        margin-bottom: 0;
    }

/* Definition Lists */
dl dt {
    margin-bottom: 0.3em;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px dotted #dddddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

/* Blockquotes */
blockquote {
    margin: 0 0 1.25em;
    padding: 0.5625em 1.25em 0 1.1875em;
    border-left: 1px solid #dddddd;
}

    blockquote cite {
        display: block;
        font-size: 0.8125em;
        color: #555555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #555555;
        }

    blockquote,
    blockquote p {
        line-height: 1.6;
        color: #6f6f6f;
    }

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25em 0;
    border: 1px solid #dddddd;
    padding: 0.625em 0.75em;
}

    .vcard li {
        margin: 0;
        display: block;
    }

    .vcard .fn {
        font-weight: bold;
        font-size: 0.9375em;
    }

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625em;
}

@media only screen and (min-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.75em;
    }

    h2 {
        font-size: 2.3125em;
    }

    h3 {
        font-size: 1.6875em;
    }

    h4 {
        font-size: 1.4375em;
    }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important;
}

@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) ")";
    }

    .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: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

button, .button {
    border-style: none;
    border-width: 0;
    cursor: pointer;
    font-family: "BreakersUltra", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.625em;
    padding-right: 1.25em;
    padding-bottom: 0.6875em;
    padding-left: 1.25em;
    font-size: 1.25em;
    background-color: #0072bc;
    border-color: #005389;
    color: white;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #005389;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: white;
    }

    button.secondary, .button.secondary {
        background-color: black;
        border-color: black;
        color: white;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: black;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: white;
        }

    button.success, .button.success {
        background-color: #41a743;
        border-color: #338234;
        color: white;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #338234;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: white;
        }

    button.alert, .button.alert {
        background-color: #c60f13;
        border-color: #970b0e;
        color: white;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #970b0e;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: white;
        }

    button.large, .button.large {
        padding-top: 1em;
        padding-right: 2em;
        padding-bottom: 1.0625em;
        padding-left: 2em;
        font-size: 1.75em;
    }

    button.small, .button.small {
        padding-top: 0.5625em;
        padding-right: 1.125em;
        padding-bottom: 0.625em;
        padding-left: 1.125em;
        font-size: 1em;
    }

    button.tiny, .button.tiny {
        padding-top: 0.4375em;
        padding-right: 0.875em;
        padding-bottom: 0.5em;
        padding-left: 0.875em;
        font-size: 0.6875em;
    }

    button.expand, .button.expand {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 0.75em;
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 0.75em;
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: #0072bc;
        border-color: #005389;
        color: white;
        cursor: default;
        opacity: 0.6;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #005389;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: white;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #0072bc;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: black;
            border-color: black;
            color: white;
            cursor: default;
            opacity: 0.6;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: black;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: white;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: black;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #41a743;
            border-color: #338234;
            color: white;
            cursor: default;
            opacity: 0.6;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #338234;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: white;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #41a743;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #c60f13;
            border-color: #970b0e;
            color: white;
            cursor: default;
            opacity: 0.6;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #970b0e;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: white;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #c60f13;
            }

button, .button {
    padding-top: 0.6875em;
    padding-bottom: 0.625em;
    -webkit-appearance: none;
}

    button.tiny, .button.tiny {
        padding-top: 0.5em;
        padding-bottom: 0.4375em;
        -webkit-appearance: none;
    }

    button.small, .button.small {
        padding-top: 0.625em;
        padding-bottom: 0.5625em;
        -webkit-appearance: none;
    }

    button.large, .button.large {
        padding-top: 1.03125em;
        padding-bottom: 1.03125em;
        -webkit-appearance: none;
    }

    .button.btn-input {
        padding: 5px 1.25rem;
    }

    .button.btn-green {
        background-color: #41a743;
        border-radius: 7px;
    }

@media only screen {
    button, .button {
        -webkit-box-shadow: 0 none inset;
        box-shadow: 0 none inset;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
    }

        button:active, .button:active {
            -webkit-box-shadow: 0 none inset;
            box-shadow: 0 none inset;
        }

        button.radius, .button.radius {
            -webkit-border-radius: 8px;
            border-radius: 8px;
        }

        button.round, .button.round {
            -webkit-border-radius: 1000px;
            border-radius: 1000px;
        }
}

@media only screen and (min-width: 767px) {
    button, .button {
        display: inline-block;
    }
}
/* Standard Forms */
form {
    margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* Label Styles */
label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
    /* Styles for required inputs */
}

    label.right {
        float: none;
        text-align: right;
    }

    label.inline {
        margin: 0 0 1em 0;
        padding: 0.625em 0;
    }

    label small {
        text-transform: capitalize;
        color: #666666;
    }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875em;
    height: 2.3125em;
    line-height: 2.3125em;
}

    /* Adjust padding, alignment and radius if pre/post element is a button */
    .postfix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125em;
    }

    .prefix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125em;
    }

        .prefix.button.radius {
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-border-radius-bottomleft: 8px;
            -moz-border-radius-topleft: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -webkit-border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
        }

    .postfix.button.radius {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .prefix.button.round {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-bottomleft: 1000px;
        -moz-border-radius-topleft: 1000px;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-topright: 1000px;
        -moz-border-radius-bottomright: 1000px;
        -webkit-border-top-right-radius: 1000px;
        -webkit-border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
    }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-right: none;
    color: #333333;
}

    span.prefix.radius, label.prefix.radius {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-bottomleft: 8px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

span.postfix, label.postfix {
    background: #f2f2f2;
    border-color: #cccccc;
    border-left: none;
    color: #333333;
}

    span.postfix.radius, label.postfix.radius {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.input-group.round > *:first-child, .input-group.round > *:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.input-group.round > *:last-child, .input-group.round > *:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
.select-styled,
.style-selects select,
.scfForm select {
    background-color: white;
    font-family: inherit;
    border: 1px solid #a7a9ac;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #404040;
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="date"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="time"]:focus,
    input[type="url"]:focus,
    textarea:focus,
    .select-styled:focus,
    .style-selects select:focus,
    .scfForm select:focus {
        background: none;
        border-color: none;
        outline: none;
    }

    input[type="text"][disabled],
    input[type="password"][disabled],
    input[type="date"][disabled],
    input[type="datetime"][disabled],
    input[type="datetime-local"][disabled],
    input[type="month"][disabled],
    input[type="week"][disabled],
    input[type="email"][disabled],
    input[type="number"][disabled],
    input[type="search"][disabled],
    input[type="tel"][disabled],
    input[type="time"][disabled],
    input[type="url"][disabled],
    textarea[disabled],
    .select-styled[disabled],
    .style-selects select[disabled],
    .scfForm select[disabled] {
        background-color: #dddddd;
    }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1em 0;
}

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* We add basic fieldset styling */
fieldset {
    border: solid 1px #dddddd;
    padding: 1.25em;
    margin: 1.125em 0;
}

    fieldset legend {
        font-weight: bold;
        background: white;
        padding: 0 0.1875em;
        margin: 0;
        margin-left: -0.1875em;
    }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: white;
    margin-top: 0;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: white;
}

.error input,
.error textarea,
.error select {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    margin-bottom: 0;
}

    .error input:focus,
    .error textarea:focus,
    .error select:focus {
        background: none;
        border-color: none;
    }

.error label,
.error label.error {
    color: #c60f13;
}

.error small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: white;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

    input.error:focus,
    textarea.error:focus {
        background: none;
        border-color: none;
    }

.error select {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

    .error select:focus {
        background: none;
        border-color: none;
    }

label.error {
    color: #c60f13;
}

/* Button Groups */
.button-group {
    list-style: none;
    margin: 0;
    *zoom: 1;
}

    .button-group:before, .button-group:after {
        content: " ";
        display: table;
    }

    .button-group:after {
        clear: both;
    }

    .button-group > * {
        margin: 0 0 0 -1px;
        float: left;
    }

        .button-group > *:first-child {
            margin-left: 0;
        }

    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
        -moz-border-radius-bottomleft: 8px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
        -moz-border-radius-bottomleft: 1000px;
        -moz-border-radius-topleft: 1000px;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
        -moz-border-radius-topright: 1000px;
        -moz-border-radius-bottomright: 1000px;
        -webkit-border-top-right-radius: 1000px;
        -webkit-border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
    }

    .button-group.even-2 li {
        width: 50%;
    }

        .button-group.even-2 li button, .button-group.even-2 li .button {
            width: 100%;
        }

    .button-group.even-3 li {
        width: 33.33333%;
    }

        .button-group.even-3 li button, .button-group.even-3 li .button {
            width: 100%;
        }

    .button-group.even-4 li {
        width: 25%;
    }

        .button-group.even-4 li button, .button-group.even-4 li .button {
            width: 100%;
        }

    .button-group.even-5 li {
        width: 20%;
    }

        .button-group.even-5 li button, .button-group.even-5 li .button {
            width: 100%;
        }

    .button-group.even-6 li {
        width: 16.66667%;
    }

        .button-group.even-6 li button, .button-group.even-6 li .button {
            width: 100%;
        }

    .button-group.even-7 li {
        width: 14.28571%;
    }

        .button-group.even-7 li button, .button-group.even-7 li .button {
            width: 100%;
        }

    .button-group.even-8 li {
        width: 12.5%;
    }

        .button-group.even-8 li button, .button-group.even-8 li .button {
            width: 100%;
        }

.button-bar {
    *zoom: 1;
}

    .button-bar:before, .button-bar:after {
        content: " ";
        display: table;
    }

    .button-bar:after {
        clear: both;
    }

    .button-bar .button-group {
        float: left;
        margin-right: 0.625em;
    }

        .button-bar .button-group div {
            overflow: hidden;
        }

/* Dropdown Button */
.dropdown.button {
    position: relative;
    padding-right: 2.6875em;
}

    .dropdown.button:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-color: white transparent transparent transparent;
        top: 50%;
    }

    .dropdown.button:before {
        border-width: 0.4375em;
        right: 1.25em;
        margin-top: -0.1875em;
    }

    .dropdown.button:before {
        border-color: white transparent transparent transparent;
    }

    .dropdown.button.tiny {
        padding-right: 2.1875em;
    }

        .dropdown.button.tiny:before {
            border-width: 0.4375em;
            right: 0.875em;
            margin-top: -0.15625em;
        }

        .dropdown.button.tiny:before {
            border-color: white transparent transparent transparent;
        }

    .dropdown.button.small {
        padding-right: 2.8125em;
    }

        .dropdown.button.small:before {
            border-width: 0.5625em;
            right: 1.125em;
            margin-top: -0.21875em;
        }

        .dropdown.button.small:before {
            border-color: white transparent transparent transparent;
        }

    .dropdown.button.large {
        padding-right: 4em;
    }

        .dropdown.button.large:before {
            border-width: 0.625em;
            right: 1.75em;
            margin-top: -0.3125em;
        }

        .dropdown.button.large:before {
            border-color: white transparent transparent transparent;
        }

    .dropdown.button.secondary:before {
        border-color: #333333 transparent transparent transparent;
    }

/* Split Buttons */
.split.button {
    position: relative;
    padding-right: 4em;
}

    .split.button span {
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border-left: solid 1px;
    }

        .split.button span:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            display: block;
            border-style: inset;
            left: 50%;
        }

        .split.button span:active {
            background-color: rgba(0, 0, 0, 0.1);
        }

    .split.button span {
        border-left-color: #004470;
    }

    .split.button span {
        width: 2.5em;
    }

        .split.button span:before {
            border-top-style: solid;
            border-width: 0.4375em;
            top: 0.9375em;
            margin-left: -0.5625em;
        }

        .split.button span:before {
            border-color: white transparent transparent transparent;
        }

    .split.button.secondary span {
        border-left-color: black;
    }

        .split.button.secondary span:before {
            border-color: white transparent transparent transparent;
        }

    .split.button.alert span {
        border-left-color: #7f0a0c;
    }

    .split.button.success span {
        border-left-color: #2c702d;
    }

    .split.button.tiny {
        padding-right: 3.9375em;
    }

        .split.button.tiny span {
            width: 2.84375em;
        }

            .split.button.tiny span:before {
                border-top-style: solid;
                border-width: 0.4375em;
                top: 0.875em;
                margin-left: -0.3125em;
            }

    .split.button.small {
        padding-right: 3.9375em;
    }

        .split.button.small span {
            width: 2.8125em;
        }

            .split.button.small span:before {
                border-top-style: solid;
                border-width: 0.5625em;
                top: 0.84375em;
                margin-left: -0.5625em;
            }

    .split.button.large {
        padding-right: 6em;
    }

        .split.button.large span {
            width: 3.75em;
        }

            .split.button.large span:before {
                border-top-style: solid;
                border-width: 0.625em;
                top: 1.3125em;
                margin-left: -0.5625em;
            }

    .split.button.expand {
        padding-left: 2em;
    }

    .split.button.secondary span:before {
        border-color: #333333 transparent transparent transparent;
    }

    .split.button.radius span {
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .split.button.round span {
        -moz-border-radius-topright: 1000px;
        -moz-border-radius-bottomright: 1000px;
        -webkit-border-top-right-radius: 1000px;
        -webkit-border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
    }

/* Flex Video */
.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed,
    .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
}

    [data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
    [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
    [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
    [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
    [data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
        width: 100% !important;
    }

        [data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
        [data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
        [data-section='vertical-tabs'][data-section-small-style] > section,
        [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
        [data-section='vertical-nav'][data-section-small-style] > [data-section-region],
        [data-section='vertical-nav'][data-section-small-style] > section,
        [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
        [data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
        [data-section='horizontal-nav'][data-section-small-style] > section,
        [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
        [data-section='accordion'][data-section-small-style] > [data-section-region],
        [data-section='accordion'][data-section-small-style] > section,
        [data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
            padding: 0 !important;
            margin: 0;
        }

            [data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
            [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
            [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
            [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
            [data-section='vertical-tabs'][data-section-small-style] > section > .title,
            [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
            [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
            [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
            [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
            [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
            [data-section='vertical-nav'][data-section-small-style] > section > .title,
            [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
            [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
            [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
            [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
            [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
            [data-section='horizontal-nav'][data-section-small-style] > section > .title,
            [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
            [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
            [data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
            [data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
            [data-section='accordion'][data-section-small-style] > section > [data-section-title],
            [data-section='accordion'][data-section-small-style] > section > .title,
            [data-section='accordion'][data-section-small-style] > .section > [data-section-title],
            [data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
                width: 100% !important;
            }

    [data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
    [data-section='vertical-tabs'] > section,
    [data-section='vertical-tabs'] > .section,
    [data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
    [data-section='vertical-nav'] > section,
    [data-section='vertical-nav'] > .section,
    [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
    [data-section='horizontal-nav'] > section,
    [data-section='horizontal-nav'] > .section,
    [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
    [data-section='accordion'] > section,
    [data-section='accordion'] > .section,
    [data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
        margin: 0;
    }

        [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
        [data-section='vertical-tabs'] > section > [data-section-title],
        [data-section='vertical-tabs'] > section > .title,
        [data-section='vertical-tabs'] > .section > [data-section-title],
        [data-section='vertical-tabs'] > .section > .title,
        [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
        [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
        [data-section='vertical-nav'] > section > [data-section-title],
        [data-section='vertical-nav'] > section > .title,
        [data-section='vertical-nav'] > .section > [data-section-title],
        [data-section='vertical-nav'] > .section > .title,
        [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
        [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
        [data-section='horizontal-nav'] > section > [data-section-title],
        [data-section='horizontal-nav'] > section > .title,
        [data-section='horizontal-nav'] > .section > [data-section-title],
        [data-section='horizontal-nav'] > .section > .title,
        [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
        [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
        [data-section='accordion'] > section > [data-section-title],
        [data-section='accordion'] > section > .title,
        [data-section='accordion'] > .section > [data-section-title],
        [data-section='accordion'] > .section > .title,
        [data-section='accordion'] > [data-section-region] > [data-section-title],
        [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
            margin-bottom: 0;
        }

            [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
            [data-section='vertical-tabs'] > section > [data-section-title] a,
            [data-section='vertical-tabs'] > section > .title a,
            [data-section='vertical-tabs'] > .section > [data-section-title] a,
            [data-section='vertical-tabs'] > .section > .title a,
            [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
            [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
            [data-section='vertical-nav'] > section > [data-section-title] a,
            [data-section='vertical-nav'] > section > .title a,
            [data-section='vertical-nav'] > .section > [data-section-title] a,
            [data-section='vertical-nav'] > .section > .title a,
            [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
            [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
            [data-section='horizontal-nav'] > section > [data-section-title] a,
            [data-section='horizontal-nav'] > section > .title a,
            [data-section='horizontal-nav'] > .section > [data-section-title] a,
            [data-section='horizontal-nav'] > .section > .title a,
            [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
            [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
            [data-section='accordion'] > section > [data-section-title] a,
            [data-section='accordion'] > section > .title a,
            [data-section='accordion'] > .section > [data-section-title] a,
            [data-section='accordion'] > .section > .title a,
            [data-section='accordion'] > [data-section-region] > [data-section-title] a,
            [data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
                width: 100%;
                display: inline-block;
                white-space: nowrap;
            }

        [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
        [data-section='vertical-tabs'] > section > [data-section-content],
        [data-section='vertical-tabs'] > section > .content,
        [data-section='vertical-tabs'] > .section > [data-section-content],
        [data-section='vertical-tabs'] > .section > .content,
        [data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
        [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
        [data-section='vertical-nav'] > section > [data-section-content],
        [data-section='vertical-nav'] > section > .content,
        [data-section='vertical-nav'] > .section > [data-section-content],
        [data-section='vertical-nav'] > .section > .content,
        [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
        [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
        [data-section='horizontal-nav'] > section > [data-section-content],
        [data-section='horizontal-nav'] > section > .content,
        [data-section='horizontal-nav'] > .section > [data-section-content],
        [data-section='horizontal-nav'] > .section > .content,
        [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
        [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
        [data-section='accordion'] > section > [data-section-content],
        [data-section='accordion'] > section > .content,
        [data-section='accordion'] > .section > [data-section-content],
        [data-section='accordion'] > .section > .content,
        [data-section='accordion'] > [data-section-region] > [data-section-content],
        [data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
            display: none;
        }

        [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
        [data-section='vertical-tabs'] > section.active > [data-section-content],
        [data-section='vertical-tabs'] > section.active > .content,
        [data-section='vertical-tabs'] > .section.active > [data-section-content],
        [data-section='vertical-tabs'] > .section.active > .content,
        [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
        [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
        [data-section='vertical-nav'] > section.active > [data-section-content],
        [data-section='vertical-nav'] > section.active > .content,
        [data-section='vertical-nav'] > .section.active > [data-section-content],
        [data-section='vertical-nav'] > .section.active > .content,
        [data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
        [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
        [data-section='horizontal-nav'] > section.active > [data-section-content],
        [data-section='horizontal-nav'] > section.active > .content,
        [data-section='horizontal-nav'] > .section.active > [data-section-content],
        [data-section='horizontal-nav'] > .section.active > .content,
        [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
        [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
        [data-section='accordion'] > section.active > [data-section-content],
        [data-section='accordion'] > section.active > .content,
        [data-section='accordion'] > .section.active > [data-section-content],
        [data-section='accordion'] > .section.active > .content,
        [data-section='accordion'] > [data-section-region].active > [data-section-content],
        [data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
            display: block;
        }

        [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
        [data-section='vertical-tabs'] > section:not(.active),
        [data-section='vertical-tabs'] > .section:not(.active),
        [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
        [data-section='vertical-nav'] > section:not(.active),
        [data-section='vertical-nav'] > .section:not(.active),
        [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
        [data-section='horizontal-nav'] > section:not(.active),
        [data-section='horizontal-nav'] > .section:not(.active),
        [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
        [data-section='accordion'] > section:not(.active),
        [data-section='accordion'] > .section:not(.active),
        [data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
            padding: 0 !important;
        }

        [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
        [data-section='vertical-tabs'] > section > [data-section-title],
        [data-section='vertical-tabs'] > section > .title,
        [data-section='vertical-tabs'] > .section > [data-section-title],
        [data-section='vertical-tabs'] > .section > .title,
        [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
        [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
        [data-section='vertical-nav'] > section > [data-section-title],
        [data-section='vertical-nav'] > section > .title,
        [data-section='vertical-nav'] > .section > [data-section-title],
        [data-section='vertical-nav'] > .section > .title,
        [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
        [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
        [data-section='horizontal-nav'] > section > [data-section-title],
        [data-section='horizontal-nav'] > section > .title,
        [data-section='horizontal-nav'] > .section > [data-section-title],
        [data-section='horizontal-nav'] > .section > .title,
        [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
        [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
        [data-section='accordion'] > section > [data-section-title],
        [data-section='accordion'] > section > .title,
        [data-section='accordion'] > .section > [data-section-title],
        [data-section='accordion'] > .section > .title,
        [data-section='accordion'] > [data-section-region] > [data-section-title],
        [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
            width: 100%;
        }

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
    border-top: 1px solid #cccccc;
}

    .section-container.auto > section > .title, .section-container.auto > .section > .title,
    .section-container.vertical-tabs > section > .title,
    .section-container.vertical-tabs > .section > .title,
    .section-container.vertical-nav > section > .title,
    .section-container.vertical-nav > .section > .title,
    .section-container.horizontal-nav > section > .title,
    .section-container.horizontal-nav > .section > .title,
    .section-container.accordion > section > .title,
    .section-container.accordion > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #cccccc;
    }

        .section-container.auto > section > .title a, .section-container.auto > .section > .title a,
        .section-container.vertical-tabs > section > .title a,
        .section-container.vertical-tabs > .section > .title a,
        .section-container.vertical-nav > section > .title a,
        .section-container.vertical-nav > .section > .title a,
        .section-container.horizontal-nav > section > .title a,
        .section-container.horizontal-nav > .section > .title a,
        .section-container.accordion > section > .title a,
        .section-container.accordion > .section > .title a {
            padding: 0.9375em;
            color: #333333;
            font-size: 0.875em;
            background: none;
        }

        .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
        .section-container.vertical-tabs > section > .title:hover,
        .section-container.vertical-tabs > .section > .title:hover,
        .section-container.vertical-nav > section > .title:hover,
        .section-container.vertical-nav > .section > .title:hover,
        .section-container.horizontal-nav > section > .title:hover,
        .section-container.horizontal-nav > .section > .title:hover,
        .section-container.accordion > section > .title:hover,
        .section-container.accordion > .section > .title:hover {
            background-color: #e2e2e2;
        }

    .section-container.auto > section > .content, .section-container.auto > .section > .content,
    .section-container.vertical-tabs > section > .content,
    .section-container.vertical-tabs > .section > .content,
    .section-container.vertical-nav > section > .content,
    .section-container.vertical-nav > .section > .content,
    .section-container.horizontal-nav > section > .content,
    .section-container.horizontal-nav > .section > .content,
    .section-container.accordion > section > .content,
    .section-container.accordion > .section > .content {
        padding: 0.9375em;
        background-color: white;
        border: solid 1px #cccccc;
    }

        .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
        .section-container.vertical-tabs > section > .content > *:last-child,
        .section-container.vertical-tabs > .section > .content > *:last-child,
        .section-container.vertical-nav > section > .content > *:last-child,
        .section-container.vertical-nav > .section > .content > *:last-child,
        .section-container.horizontal-nav > section > .content > *:last-child,
        .section-container.horizontal-nav > .section > .content > *:last-child,
        .section-container.accordion > section > .content > *:last-child,
        .section-container.accordion > .section > .content > *:last-child {
            margin-bottom: 0;
        }

        .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
        .section-container.vertical-tabs > section > .content > *:first-child,
        .section-container.vertical-tabs > .section > .content > *:first-child,
        .section-container.vertical-nav > section > .content > *:first-child,
        .section-container.vertical-nav > .section > .content > *:first-child,
        .section-container.horizontal-nav > section > .content > *:first-child,
        .section-container.horizontal-nav > .section > .content > *:first-child,
        .section-container.accordion > section > .content > *:first-child,
        .section-container.accordion > .section > .content > *:first-child {
            padding-top: 0;
        }

        .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
        .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
        .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
        .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
        .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
        .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
        .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
        .section-container.accordion > section > .content > *:last-child:not(.flex-video),
        .section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
            padding-bottom: 0;
        }

    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
    .section-container.vertical-tabs > section.active > .title,
    .section-container.vertical-tabs > .section.active > .title,
    .section-container.vertical-nav > section.active > .title,
    .section-container.vertical-nav > .section.active > .title,
    .section-container.horizontal-nav > section.active > .title,
    .section-container.horizontal-nav > .section.active > .title,
    .section-container.accordion > section.active > .title,
    .section-container.accordion > .section.active > .title {
        background: #d5d5d5;
    }

        .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
        .section-container.vertical-tabs > section.active > .title a,
        .section-container.vertical-tabs > .section.active > .title a,
        .section-container.vertical-nav > section.active > .title a,
        .section-container.vertical-nav > .section.active > .title a,
        .section-container.horizontal-nav > section.active > .title a,
        .section-container.horizontal-nav > .section.active > .title a,
        .section-container.accordion > section.active > .title a,
        .section-container.accordion > .section.active > .title a {
            color: #333333;
        }

    .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
    .section-container.vertical-tabs > section:not(.active),
    .section-container.vertical-tabs > .section:not(.active),
    .section-container.vertical-nav > section:not(.active),
    .section-container.vertical-nav > .section:not(.active),
    .section-container.horizontal-nav > section:not(.active),
    .section-container.horizontal-nav > .section:not(.active),
    .section-container.accordion > section:not(.active),
    .section-container.accordion > .section:not(.active) {
        padding: 0 !important;
    }

    .section-container.auto > section > .title, .section-container.auto > .section > .title,
    .section-container.vertical-tabs > section > .title,
    .section-container.vertical-tabs > .section > .title,
    .section-container.vertical-nav > section > .title,
    .section-container.vertical-nav > .section > .title,
    .section-container.horizontal-nav > section > .title,
    .section-container.horizontal-nav > .section > .title,
    .section-container.accordion > section > .title,
    .section-container.accordion > .section > .title {
        border-top: none;
    }

[data-section='tabs'], .section-container.tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
}

    [data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden;
    }

    [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
        margin-bottom: 0;
    }

        [data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
            width: 100%;
            display: inline-block;
            white-space: nowrap;
        }

    [data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
        display: none;
    }

    [data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
        display: block;
    }

    [data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
        padding: 0 !important;
    }

    [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

.section-container.tabs {
    border: none;
}

    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #cccccc;
    }

        .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
            padding: 0.9375em;
            color: #333333;
            font-size: 0.875em;
            background: none;
        }

        .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
            background-color: #e2e2e2;
        }

    .section-container.tabs > section > .content, .section-container.tabs > .section > .content {
        padding: 0.9375em;
        background-color: white;
        border: solid 1px #cccccc;
    }

        .section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
            margin-bottom: 0;
        }

        .section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
            padding-top: 0;
        }

        .section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
            padding-bottom: 0;
        }

    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
        background: white;
    }

        .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
            color: #333333;
        }

    .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
        padding: 0 !important;
    }

    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
        border-bottom: 0;
    }

@media only screen and (min-width: 767px) {
    [data-section=''], [data-section='auto'], .section-container.auto {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em;
    }

        [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
            visibility: hidden;
        }

        [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
            margin-bottom: 0;
        }

            [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
                width: 100%;
                display: inline-block;
                white-space: nowrap;
            }

        [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
            display: none;
        }

        [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
            display: block;
        }

        [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
            padding: 0 !important;
        }

        [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
            width: auto;
            position: absolute;
            top: 0;
            left: 0;
        }

    .section-container.auto {
        border: none;
    }

        .section-container.auto > section > .title, .section-container.auto > .section > .title {
            background-color: #efefef;
            cursor: pointer;
            border: solid 1px #cccccc;
        }

            .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
                padding: 0.9375em;
                color: #333333;
                font-size: 0.875em;
                background: none;
            }

            .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
                background-color: #e2e2e2;
            }

        .section-container.auto > section > .content, .section-container.auto > .section > .content {
            padding: 0.9375em;
            background-color: white;
            border: solid 1px #cccccc;
        }

            .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
                margin-bottom: 0;
            }

            .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
                padding-top: 0;
            }

            .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
                padding-bottom: 0;
            }

        .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
            background: white;
        }

            .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
                color: #333333;
            }

        .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
            padding: 0 !important;
        }

        .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
            border-bottom: 0;
        }

    [data-section='vertical-tabs'], .section-container.vertical-tabs {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em;
    }

        [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
            visibility: hidden;
        }

        [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
            width: 100% !important;
        }

            [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
                padding: 0 !important;
                margin: 0;
            }

                [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
                    width: 100% !important;
                }

        [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
            margin-bottom: 0;
        }

            [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
                width: 100%;
                display: inline-block;
                white-space: nowrap;
            }

        [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
            display: none;
        }

        [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
            display: block;
        }

        [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
            padding: 0 !important;
        }

        [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
            position: absolute;
            top: 0;
            left: 0;
            width: 12.5em;
        }

        [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
            padding-left: 12.5em;
        }

            [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
                width: 12.5em;
            }

    .section-container.vertical-tabs {
        border: none;
    }

        .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
            background-color: #efefef;
            cursor: pointer;
            border: solid 1px #cccccc;
        }

            .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
                padding: 0.9375em;
                color: #333333;
                font-size: 0.875em;
                background: none;
            }

            .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
                background-color: #e2e2e2;
            }

        .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
            padding: 0.9375em;
            background-color: white;
            border: solid 1px #cccccc;
        }

            .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
                margin-bottom: 0;
            }

            .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
                padding-top: 0;
            }

            .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
                padding-bottom: 0;
            }

        .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
            background: #d5d5d5;
        }

            .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
                color: #333333;
            }

        .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
            padding: 0 !important;
        }

        .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
            padding-left: 12.4375em;
        }

            .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
                background-color: #d5d5d5;
            }

    [data-section='vertical-nav'], .section-container.vertical-nav {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em;
    }

        [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
            visibility: hidden;
        }

        [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
            width: 100% !important;
        }

            [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
                padding: 0 !important;
                margin: 0;
            }

                [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
                    width: 100% !important;
                }

        [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
            position: relative;
            display: inline-block;
        }

            [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
                margin-bottom: 0;
            }

                [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
                    width: 100%;
                    display: inline-block;
                    white-space: nowrap;
                }

            [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
                display: none;
            }

            [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
                display: block;
            }

            [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
                padding: 0 !important;
            }

            [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
                position: static;
                width: auto;
            }

                [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
                    display: block;
                }

            [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 999;
                min-width: 12.5em;
            }

    .section-container.vertical-nav {
        border: none;
    }

        .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
            background-color: #efefef;
            cursor: pointer;
            border: solid 1px #cccccc;
        }

            .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
                padding: 0.9375em;
                color: #333333;
                font-size: 0.875em;
                background: none;
            }

            .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
                background-color: #e2e2e2;
            }

        .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
            padding: 0.9375em;
            background-color: white;
            border: solid 1px #cccccc;
        }

            .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
                margin-bottom: 0;
            }

            .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
                padding-top: 0;
            }

            .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
                padding-bottom: 0;
            }

        .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
            background: #d5d5d5;
        }

            .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
                color: #333333;
            }

        .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
            padding: 0 !important;
        }

    [data-section='horizontal-nav'], .section-container.horizontal-nav {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em;
    }

        [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
            visibility: hidden;
        }

        [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
            width: 100% !important;
        }

            [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
                padding: 0 !important;
                margin: 0;
            }

                [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
                    width: 100% !important;
                }

        [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
            position: relative;
            float: left;
        }

            [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
                margin-bottom: 0;
            }

                [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
                    width: 100%;
                    display: inline-block;
                    white-space: nowrap;
                }

            [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
                display: none;
            }

            [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
                display: block;
            }

            [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
                padding: 0 !important;
            }

            [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
                position: static;
                width: auto;
            }

                [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
                    display: block;
                }

            [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
                width: auto;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 999;
                min-width: 12.5em;
            }

    .section-container.horizontal-nav {
        background: #efefef;
        border: 1px solid #cccccc;
    }

        .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
            background-color: #efefef;
            cursor: pointer;
            border: solid 1px #cccccc;
        }

            .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
                padding: 0.9375em;
                color: #333333;
                font-size: 0.875em;
                background: none;
            }

            .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
                background-color: #e2e2e2;
            }

        .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
            padding: 0.9375em;
            background-color: white;
            border: solid 1px #cccccc;
        }

            .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
                margin-bottom: 0;
            }

            .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
                padding-top: 0;
            }

            .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
                padding-bottom: 0;
            }

        .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
            background: #d5d5d5;
        }

            .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
                color: #333333;
            }

        .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
            padding: 0 !important;
        }
}

.no-js [data-section], .no-js .section-container {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
}

    .no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
        width: 100% !important;
    }

        .no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
            padding: 0 !important;
            margin: 0;
        }

            .no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
                width: 100% !important;
            }

    .no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
        margin: 0;
    }

        .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
            margin-bottom: 0;
        }

            .no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
                width: 100%;
                display: inline-block;
                white-space: nowrap;
            }

        .no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
            display: none;
        }

        .no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
            display: block;
        }

        .no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
            padding: 0 !important;
        }

        .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
            width: 100%;
        }

.no-js .section-container {
    border-top: 1px solid #cccccc;
}

    .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #cccccc;
    }

        .no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
            padding: 0.9375em;
            color: #333333;
            font-size: 0.875em;
            background: none;
        }

        .no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
            background-color: #e2e2e2;
        }

    .no-js .section-container > section > .content, .no-js .section-container > .section > .content {
        padding: 0.9375em;
        background-color: white;
        border: solid 1px #cccccc;
    }

        .no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
            margin-bottom: 0;
        }

        .no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
            padding-top: 0;
        }

        .no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
            padding-bottom: 0;
        }

    .no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
        background: #d5d5d5;
    }

        .no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
            color: #333333;
        }

    .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
        padding: 0 !important;
    }

    .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
        border-top: none;
    }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #58a2d2;
}

    .contain-to-grid .top-bar {
        margin-bottom: 1.875em;
    }

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

.top-bar {
    overflow: hidden;
    min-height: 45px;
    height: auto;
    line-height: 45px;
    position: relative;
    background: #58a2d2;
    margin-bottom: 1.875em;
}

    .top-bar ul {
        margin-bottom: 0;
        list-style: none;
    }

    .top-bar .row {
        max-width: none;
    }

    .top-bar form,
    .top-bar input {
        margin-bottom: 0;
    }

    .top-bar input {
        height: 2.45em;
    }

    .top-bar .button {
        padding-top: .5em;
        padding-bottom: .5em;
        margin-bottom: 0;
    }

    .top-bar .title-area {
        position: relative;
        margin: 0;
    }

    .top-bar .name {
        height: 45px;
        margin: 0;
        font-size: 16;
    }

        .top-bar .name h1 {
            line-height: 45px;
            font-size: 1.0625em;
            margin: 0;
        }

            .top-bar .name h1 a {
                font-weight: bold;
                color: white;
                width: 50%;
                display: block;
                padding: 0 15px;
            }

    .top-bar .toggle-topbar {
        position: absolute;
        right: 0;
        top: 0;
    }

        .top-bar .toggle-topbar a {
            color: white;
            text-transform: uppercase;
            font-size: 0.8125em;
            font-weight: bold;
            position: relative;
            display: block;
            padding: 0 15px;
            height: 45px;
            line-height: 45px;
        }

        .top-bar .toggle-topbar.menu-icon {
            right: 15px;
            top: 50%;
            margin-top: -16px;
            padding-left: 40px;
        }

            .top-bar .toggle-topbar.menu-icon a {
                text-indent: -48px;
                width: 34px;
                height: 34px;
                line-height: 33px;
                padding: 0;
                color: white;
            }

                .top-bar .toggle-topbar.menu-icon a span {
                    position: absolute;
                    right: 0;
                    display: block;
                    width: 16px;
                    height: 0;
                    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
                    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
                }

    .top-bar.expanded {
        height: auto;
        background: transparent;
    }

        .top-bar.expanded .title-area {
            background: #58a2d2;
        }

        .top-bar.expanded .toggle-topbar a {
            color: #888888;
        }

            .top-bar.expanded .toggle-topbar a span {
                -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
                box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
            }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
}

    .top-bar-section ul {
        height: auto;
        display: block;
        background: #58a2d2;
        font-size: 16;
        margin: 0;
    }

    @media only screen and (min-width: 960px) {
        .top-bar-section ul {
            display: inline;
        }
    }

    .top-bar-section .divider,
    .top-bar-section [role="separator"] {
        border-bottom: solid 1px #80b8dd;
        border-top: solid 1px #348bc3;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li > a {
        display: block;
        width: 100%;
        color: white;
        padding: 12px 0 12px 0;
        padding-left: 15px;
        font-size: 0.8125em;
        font-weight: bold;
        background: #58a2d2;
    }

        .top-bar-section ul li > a.button {
            background: #0072bc;
            font-size: 0.8125em;
        }

            .top-bar-section ul li > a.button.hover {
                background: #005389;
            }

            .top-bar-section ul li > a.button.secondary {
                background: black;
            }

                .top-bar-section ul li > a.button.secondary.hover {
                    background: black;
                }

            .top-bar-section ul li > a.button.success {
                background: #41a743;
            }

                .top-bar-section ul li > a.button.success.hover {
                    background: #338234;
                }

            .top-bar-section ul li > a.button.alert {
                background: #c60f13;
            }

                .top-bar-section ul li > a.button.alert.hover {
                    background: #970b0e;
                }

    .top-bar-section ul li.hover > a {
        background: #4c9bcf;
        color: white;
    }

    .top-bar-section ul li.active > a {
        background: #4c9bcf;
        color: white;
    }

    .top-bar-section .has-form {
        padding: 15px;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
            border-left-style: solid;
            margin-right: 15px;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                visibility: visible;
            }

    .top-bar-section .dropdown {
        position: absolute;
        left: 100%;
        top: 0;
        visibility: hidden;
        z-index: 99;
    }

        .top-bar-section .dropdown li {
            width: 100%;
            height: auto;
        }

            .top-bar-section .dropdown li a {
                font-weight: normal;
                padding: 8px 15px;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: bold;
                }

            .top-bar-section .dropdown li.title h5 {
                margin-bottom: 0;
            }

                .top-bar-section .dropdown li.title h5 a {
                    color: white;
                    line-height: 22.5px;
                    display: block;
                }

        .top-bar-section .dropdown label {
            padding: 8px 15px 2px;
            margin-bottom: 0;
            text-transform: none;
            color: #555555;
            font-weight: normal;
            font-size: 0.625em;
        }

.top-bar-js-breakpoint {
    width: 767px !important;
    visibility: hidden;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 767px) {
    .top-bar {
        background: #58a2d2;
        *zoom: 1;
        overflow: visible;
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }

        .top-bar:after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

        .top-bar .title-area {
            float: left;
        }

        .top-bar .name h1 a {
            width: auto;
        }

        .top-bar input,
        .top-bar .button {
            line-height: 2em;
            font-size: 0.875em;
            height: 2em;
            padding: 0 10px;
            position: relative;
            top: 8px;
        }

        .top-bar.expanded {
            background: #58a2d2;
        }

    .contain-to-grid .top-bar {
        max-width: 60em;
        margin: 0 auto;
        margin-bottom: 1.875em;
    }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important;
    }

            .top-bar-section ul li {
                float: none;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li a:not(.button) {
            padding: 0 15px;
            line-height: 45px;
            background: #58a2d2;
        }

            .top-bar-section li a:not(.button).hover {
                background: #1f5172;
            }

        .top-bar-section .has-dropdown > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
            border-top-style: solid;
            margin-top: -2.5px;
            top: 22.5px;
        }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                visibility: hidden;
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            visibility: visible;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "\00bb";
            margin-top: -16px;
            right: 5px;
        }

        .top-bar-section .dropdown {
            left: 0;
            top: auto;
            background: transparent;
            min-width: 100%;
        }

            .top-bar-section .dropdown li a {
                color: white;
                line-height: 1;
                white-space: nowrap;
                padding: 7px 15px;
                background: #0072bc;
            }

            .top-bar-section .dropdown li label {
                white-space: nowrap;
                background: #6cadd7;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-bottom: none;
            border-top: none;
            border-right: solid 1px #80b8dd;
            border-left: solid 1px #348bc3;
            clear: none;
            height: 45px;
            width: 0px;
        }

        .top-bar-section .has-form {
            background: #58a2d2;
            padding: 0 15px;
            height: 45px;
        }

        .top-bar-section ul.right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section ul.right li .dropdown li .dropdown {
                right: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background: #4c9bcf;
        color: white;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #4c9bcf;
        color: white;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        visibility: visible;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
    position: relative;
}

    .slideshow-wrapper ul {
        list-style-type: none;
        margin: 0;
    }

        .slideshow-wrapper ul li,
        .slideshow-wrapper ul li .orbit-caption {
            display: none;
        }

            .slideshow-wrapper ul li:first-child {
                display: block;
            }

    .slideshow-wrapper .orbit-container {
        background-color: transparent;
    }

        .slideshow-wrapper .orbit-container li {
            display: block;
        }

            .slideshow-wrapper .orbit-container li .orbit-caption {
                display: block;
            }

.preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: whitesmoke;
}

    .orbit-container .orbit-slides-container {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .orbit-container .orbit-slides-container img {
            display: block;
            max-width: 100%;
        }

        .orbit-container .orbit-slides-container > * {
            position: absolute;
            top: 0;
            width: 100%;
            margin-left: 100%;
        }

            .orbit-container .orbit-slides-container > *:first-child {
                margin-left: 0%;
            }

            .orbit-container .orbit-slides-container > * .orbit-caption {
                position: absolute;
                bottom: 0;
                background-color: black;
                background-color: rgba(0, 0, 0, 0.6);
                color: white;
                width: 100%;
                padding: 10px 14px;
                font-size: 0.875em;
            }

    .orbit-container .orbit-slide-number {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 12px;
        color: white;
        background: rgba(0, 0, 0, 0);
        z-index: 10;
    }

        .orbit-container .orbit-slide-number span {
            font-weight: 700;
            padding: 0.3125em;
        }

    .orbit-container .orbit-timer {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 6px;
        width: 100px;
        z-index: 10;
    }

        .orbit-container .orbit-timer .orbit-progress {
            height: 100%;
            background-color: black;
            background-color: rgba(0, 0, 0, 0.6);
            display: block;
            width: 0%;
        }

        .orbit-container .orbit-timer > span {
            display: none;
            position: absolute;
            top: 10px;
            right: 0px;
            width: 11px;
            height: 14px;
            border: solid 4px #000;
            border-top: none;
            border-bottom: none;
        }

        .orbit-container .orbit-timer.paused > span {
            right: -6px;
            top: 9px;
            width: 11px;
            height: 14px;
            border: inset 8px;
            border-right-style: solid;
            border-color: transparent transparent transparent #000;
        }

    .orbit-container:hover .orbit-timer > span {
        display: block;
    }

    .orbit-container .orbit-prev,
    .orbit-container .orbit-next {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        width: 50px;
        height: 60px;
        line-height: 50px;
        color: white;
        text-indent: -9999px !important;
        z-index: 10;
    }

        .orbit-container .orbit-prev > span,
        .orbit-container .orbit-next > span {
            position: absolute;
            top: 50%;
            margin-top: -16px;
            display: block;
            width: 0;
            height: 0;
            border: inset 16px;
        }

    .orbit-container .orbit-prev {
        left: 0;
    }

        .orbit-container .orbit-prev > span {
            border-right-style: solid;
            border-color: transparent;
            border-right-color: #fff;
        }

        .orbit-container .orbit-prev:hover > span {
            border-right-color: #ccc;
        }

    .orbit-container .orbit-next {
        right: 0;
    }

        .orbit-container .orbit-next > span {
            border-color: transparent;
            border-left-style: solid;
            border-left-color: #fff;
            left: 50%;
            margin-left: -8px;
        }

        .orbit-container .orbit-next:hover > span {
            border-left-color: #ccc;
        }

.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
}

    .orbit-bullets li {
        display: block;
        width: 10px;
        height: 10px;
        background: #d8e6ef;
        float: left;
        margin-right: 6px;
        border: solid 1px #0072bc;
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }

        .orbit-bullets li.active {
            background: #0072bc;
        }

        .orbit-bullets li:last-child {
            margin-right: 0;
        }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: none;
}

.touch .orbit-bullets {
    display: none;
}

@media only screen and (min-width: 767px) {
    .touch .orbit-container .orbit-prev,
    .touch .orbit-container .orbit-next {
        display: inherit;
    }

    .touch .orbit-bullets {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important;
    }

        .orbit-stack-on-small .orbit-slides-container > * {
            position: relative;
            margin-left: 0% !important;
        }

    .orbit-stack-on-small .orbit-timer,
    .orbit-stack-on-small .orbit-next,
    .orbit-stack-on-small .orbit-prev,
    .orbit-stack-on-small .orbit-bullets {
        display: none;
    }
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: 98;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    left: 50%;
    z-index: 99;
    height: auto;
    margin-left: -40%;
    width: 80%;
    background-color: white;
    padding: 1.25em;
    border: solid 1px #666666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    top: 50px;
}

    .reveal-modal .column,
    .reveal-modal .columns {
        min-width: 0;
    }

    .reveal-modal > :first-child {
        margin-top: 0;
    }

    .reveal-modal > :last-child {
        margin-bottom: 0;
    }

    .reveal-modal .close-reveal-modal {
        font-size: 1.375em;
        line-height: 1;
        position: absolute;
        top: 0.5em;
        right: 0.6875em;
        color: #aaaaaa;
        font-weight: bold;
        cursor: pointer;
    }

@media only screen and (min-width: 767px) {
    .reveal-modal {
        padding: 1.875em;
        top: 6.25em;
    }

        .reveal-modal.tiny {
            margin-left: -15%;
            width: 30%;
        }

        .reveal-modal.small {
            margin-left: -20%;
            width: 40%;
        }

        .reveal-modal.medium {
            margin-left: -30%;
            width: 60%;
        }

        .reveal-modal.large {
            margin-left: -35%;
            width: 70%;
        }

        .reveal-modal.xlarge {
            margin-left: -47.5%;
            width: 95%;
        }
}

@media print {
    .reveal-modal {
        background: #fff !important;
    }
}
/* Foundation Joyride */
.joyride-list {
    display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
    display: none;
    position: absolute;
    background: black;
    color: white;
    z-index: 101;
    top: 0;
    left: 2.5%;
    font-family: inherit;
    font-weight: normal;
    width: 95%;
}

.lt-ie9 .joyride-tip-guide {
    max-width: 800px;
    left: 50%;
    margin-left: -400px;
}

.joyride-content-wrapper {
    width: 100%;
    padding: 1.125em 1.25em 1.5em;
}

    .joyride-content-wrapper .button {
        margin-bottom: 0 !important;
    }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: inset 14px;
}

    .joyride-tip-guide .joyride-nub.top {
        border-top-style: solid;
        border-color: black;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        top: -28px;
    }

    .joyride-tip-guide .joyride-nub.bottom {
        border-bottom-style: solid;
        border-color: black !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        bottom: -28px;
    }

    .joyride-tip-guide .joyride-nub.right {
        right: -28px;
    }

    .joyride-tip-guide .joyride-nub.left {
        left: -28px;
    }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: white;
}

.joyride-tip-guide p {
    margin: 0 0 1.125em 0;
    font-size: 0.875em;
    line-height: 1.3;
}

.joyride-timer-indicator-wrap {
    width: 50px;
    height: 3px;
    border: solid 1px #555555;
    position: absolute;
    right: 1.0625em;
    bottom: 1em;
}

.joyride-timer-indicator {
    display: block;
    width: 0;
    height: inherit;
    background: #666666;
}

.joyride-close-tip {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #777777 !important;
    text-decoration: none;
    font-size: 30px;
    font-weight: normal;
    line-height: .5 !important;
}

    .joyride-close-tip:hover, .joyride-close-tip:focus {
        color: #eee !important;
    }

.joyride-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer;
}

.joyride-expose-wrapper {
    background-color: #ffffff;
    position: absolute;
    border-radius: 3px;
    z-index: 102;
    -moz-box-shadow: 0px 0px 30px #ffffff;
    -webkit-box-shadow: 0px 0px 15px #ffffff;
    box-shadow: 0px 0px 15px #ffffff;
}

.joyride-expose-cover {
    background: transparent;
    border-radius: 3px;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

/* Styles for screens that are atleast 768px; tablet */
@media only screen and (min-width: 767px) {
    .joyride-tip-guide {
        width: 300px;
        left: inherit;
    }

        .joyride-tip-guide .joyride-nub.bottom {
            border-color: black !important;
            border-bottom-color: transparent !important;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            bottom: -28px;
        }

        .joyride-tip-guide .joyride-nub.right {
            border-color: black !important;
            border-top-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            top: 22px;
            left: auto;
            right: -28px;
        }

        .joyride-tip-guide .joyride-nub.left {
            border-color: black !important;
            border-top-color: transparent !important;
            border-left-color: transparent !important;
            border-bottom-color: transparent !important;
            top: 22px;
            left: -28px;
            right: auto;
        }
}
/* Clearing Styles */
[data-clearing] {
    *zoom: 1;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

    [data-clearing]:before, [data-clearing]:after {
        content: " ";
        display: table;
    }

    [data-clearing]:after {
        clear: both;
    }

    [data-clearing] li {
        float: left;
        margin-right: 10px;
    }

.clearing-blackout {
    background: #111111;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

    .clearing-blackout .clearing-close {
        display: block;
    }

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.visible-img {
    height: 95%;
    position: relative;
}

    .visible-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50%;
        max-height: 100%;
        max-width: 100%;
    }

.clearing-caption {
    color: white;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #111111;
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    left: 0;
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 40px;
    line-height: 1;
    color: white;
    display: none;
}

    .clearing-close:hover, .clearing-close:focus {
        color: #ccc;
    }

.clearing-assembled .clearing-container {
    height: 100%;
}

    .clearing-assembled .clearing-container .carousel > ul {
        display: none;
    }

.clearing-feature li {
    display: none;
}

    .clearing-feature li.clearing-featured-img {
        display: block;
    }

@media only screen and (min-width: 767px) {
    .clearing-main-prev,
    .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0;
    }

        .clearing-main-prev > span,
        .clearing-main-next > span {
            position: absolute;
            top: 50%;
            display: block;
            width: 0;
            height: 0;
            border: solid 16px;
        }

    .clearing-main-prev {
        left: 0;
    }

        .clearing-main-prev > span {
            left: 5px;
            border-color: transparent;
            border-right-color: white;
        }

    .clearing-main-next {
        right: 0;
    }

        .clearing-main-next > span {
            border-color: transparent;
            border-left-color: white;
        }

        .clearing-main-prev.disabled,
        .clearing-main-next.disabled {
            opacity: 0.5;
        }

    .clearing-assembled .clearing-container .carousel {
        background: #111111;
        height: 150px;
        margin-top: 5px;
    }

        .clearing-assembled .clearing-container .carousel > ul {
            display: block;
            z-index: 999;
            width: 200%;
            height: 100%;
            margin-left: 0;
            position: relative;
            left: 0;
        }

            .clearing-assembled .clearing-container .carousel > ul li {
                display: block;
                width: 175px;
                height: inherit;
                padding: 0;
                float: left;
                overflow: hidden;
                margin-right: 1px;
                position: relative;
                cursor: pointer;
                opacity: 0.4;
            }

                .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
                    min-height: 100%;
                    height: 100%;
                    max-width: none;
                }

                .clearing-assembled .clearing-container .carousel > ul li a.th {
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    display: block;
                }

                .clearing-assembled .clearing-container .carousel > ul li img {
                    cursor: pointer !important;
                    min-width: 100% !important;
                }

                .clearing-assembled .clearing-container .carousel > ul li.visible {
                    opacity: 1;
                }

    .clearing-assembled .clearing-container .visible-img {
        background: #111111;
        overflow: hidden;
        height: 75%;
    }

    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0;
    }
}
/* Foundation Alerts */
.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 0.6875em;
    font-size: 0.875em;
    background-color: #0072bc;
    border-color: #005389;
    color: white;
}

    .alert-box .close {
        font-size: 1.375em;
        padding: 5px 4px 4px;
        line-height: 0;
        position: absolute;
        top: 0.4375em;
        right: 0.3125em;
        color: #333333;
        opacity: 0.3;
    }

        .alert-box .close:hover, .alert-box .close:focus {
            opacity: 0.5;
        }

    .alert-box.radius {
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .alert-box.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }

    .alert-box.success {
        background-color: #41a743;
        border-color: #338234;
        color: white;
    }

    .alert-box.alert {
        background-color: #c60f13;
        border-color: #970b0e;
        color: white;
    }

    .alert-box.secondary {
        background-color: black;
        border-color: black;
        color: white;
    }

/* Breadcrumbs */
.breadcrumbs {
    display: block;
    padding: 0.5625em 0.875em 0.5625em;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #0d0d0d;
    border-color: black;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .breadcrumbs > * {
        margin: 0;
        float: left;
        font-size: 0.6875em;
        text-transform: uppercase;
    }

        .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
            text-decoration: underline;
        }

        .breadcrumbs > * a,
        .breadcrumbs > * span {
            text-transform: uppercase;
            color: #0072bc;
        }

        .breadcrumbs > *.current {
            cursor: default;
            color: #333333;
        }

            .breadcrumbs > *.current a {
                cursor: default;
                color: #333333;
            }

            .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
                text-decoration: none;
            }

        .breadcrumbs > *.unavailable {
            color: #999999;
        }

            .breadcrumbs > *.unavailable a {
                color: #999999;
            }

                .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
                .breadcrumbs > *.unavailable a:focus {
                    text-decoration: none;
                    color: #999999;
                    cursor: default;
                }

        .breadcrumbs > *:before {
            content: "/";
            color: #aaaaaa;
            margin: 0 0.75em;
            position: relative;
            top: 1px;
        }

        .breadcrumbs > *:first-child:before {
            content: " ";
            margin: 0;
        }

/* Custom Checkbox and Radio Inputs */
div.form-custom .hidden-field {
    margin-left: -99999px;
    position: absolute;
    visibility: hidden;
}

div.form-custom .custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    /* fix centering issue */
    vertical-align: middle;
    border: solid 1px #cccccc;
    background: white;
}

    div.form-custom .custom.checkbox {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        padding: -1px;
    }

    div.form-custom .custom.radio {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
        padding: 3px;
    }

    div.form-custom .custom.checkbox:before {
        content: "";
        display: block;
        font-size: 16px;
        color: white;
    }

    div.form-custom .custom.radio.checked:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
        background: #222222;
        position: relative;
    }

    div.form-custom .custom.checkbox.checked:before {
        content: "\00d7";
        color: #222222;
        position: absolute;
        top: -50%;
        left: 50%;
        margin-top: 4px;
        margin-left: -5px;
    }

/* Custom Select Options and Dropdowns */
div.form-custom {
    /* Custom input, disabled */
}

    div.form-custom .custom.dropdown {
        display: block;
        position: relative;
        top: 0;
        height: 2.3125em;
        margin-bottom: 1.25em;
        margin-top: 0px;
        padding: 0px;
        width: 100%;
        background: #0072bc;
        background: -moz-linear-gradient(top, #0072bc 0%, #f3f3f3 100%);
        background: -webkit-linear-gradient(top, #0072bc 0%, #f3f3f3 100%);
        -webkit-box-shadow: none;
        background: linear-gradient(to bottom, #0072bc 0%, #f3f3f3 100%);
        box-shadow: none;
        font-size: 0.9375em;
        vertical-align: top;
    }

        div.form-custom .custom.dropdown ul {
            overflow-y: auto;
            max-height: 200px;
        }

        div.form-custom .custom.dropdown .current {
            cursor: default;
            white-space: nowrap;
            line-height: 2.25em;
            color: #404040;
            text-decoration: none;
            overflow: hidden;
            display: block;
            margin-left: 0.5em;
            margin-right: 2.3125em;
        }

        div.form-custom .custom.dropdown .selector {
            cursor: default;
            position: absolute;
            width: 2.5em;
            height: 2.3125em;
            display: block;
            right: 0;
            top: 0;
        }

            div.form-custom .custom.dropdown .selector:after {
                content: "";
                display: block;
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: #aaaaaa transparent transparent transparent;
                border-top-style: solid;
                position: absolute;
                left: 0.9375em;
                top: 50%;
                margin-top: -3px;
            }

        div.form-custom .custom.dropdown:hover a.selector:after, div.form-custom .custom.dropdown.open a.selector:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: #d8e6ef transparent transparent transparent;
            border-top-style: solid;
        }

        div.form-custom .custom.dropdown .disabled {
            color: #888888;
        }

            div.form-custom .custom.dropdown .disabled:hover {
                background: transparent;
                color: #888888;
            }

                div.form-custom .custom.dropdown .disabled:hover:after {
                    display: none;
                }

        div.form-custom .custom.dropdown.open ul {
            display: block;
            z-index: 10;
            min-width: 100%;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

        div.form-custom .custom.dropdown.small {
            max-width: 134px;
        }

        div.form-custom .custom.dropdown.medium {
            max-width: 254px;
        }

        div.form-custom .custom.dropdown.large {
            max-width: 434px;
        }

        div.form-custom .custom.dropdown.expand {
            width: 100% !important;
        }

        div.form-custom .custom.dropdown.open.small ul {
            min-width: 134px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.form-custom .custom.dropdown.open.medium ul {
            min-width: 254px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.form-custom .custom.dropdown.open.large ul {
            min-width: 434px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    div.form-custom .error .custom.dropdown {
        border-color: #c60f13;
        background-color: rgba(198, 15, 19, 0.1);
        background: rgba(198, 15, 19, 0.1);
        margin-bottom: 0;
    }

        div.form-custom .error .custom.dropdown:focus {
            background: none;
            border-color: none;
        }

        div.form-custom .error .custom.dropdown + small.error {
            margin-top: 0;
        }

    div.form-custom .custom.dropdown ul {
        position: absolute;
        width: auto;
        display: none;
        margin: 0;
        left: -1px;
        top: auto;
        -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 0;
        background: #0072bc;
        border: solid 1px #cccccc;
        font-size: 16;
    }

        div.form-custom .custom.dropdown ul li {
            color: white;
            font-size: 0.9375em;
            cursor: default;
            padding-top: 0.25em;
            padding-bottom: 0.25em;
            padding-left: 0.375em;
            padding-right: 2.375em;
            min-height: 1.5em;
            line-height: 1.5em;
            margin: 0;
            white-space: nowrap;
            list-style: none;
        }

            div.form-custom .custom.dropdown ul li.selected {
                background: #0078c6;
                color: white;
            }

            div.form-custom .custom.dropdown ul li:hover {
                background-color: #006cb2;
                color: white;
            }

            div.form-custom .custom.dropdown ul li.selected:hover {
                background: #0078c6;
                cursor: default;
                color: white;
            }

        div.form-custom .custom.dropdown ul.show {
            display: block;
        }

    div.form-custom .custom.disabled {
        background: #dddddd;
    }

/* Keystroke Characters */
.keystroke,
kbd {
    background-color: #ededed;
    border-color: #dbdbdb;
    color: #222222;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: "Consolas", "Menlo", "Courier", monospace;
    font-size: 0.875em;
    padding: 0.125em 0.25em 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* Labels */
.label {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    padding: 0.1875em 0.625em 0.25em;
    font-size: 0.875em;
    background-color: #0072bc;
    color: white;
}

    .label.radius {
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .label.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }

    .label.alert {
        background-color: #c60f13;
        color: white;
    }

    .label.success {
        background-color: #41a743;
        color: white;
    }

    .label.secondary {
        background-color: black;
        color: white;
    }

/* Inline Lists */
.inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .inline-list > li {
        list-style: none;
        float: left;
        margin-left: 1.375em;
        display: block;
    }

        .inline-list > li > * {
            display: block;
        }

/* Default Pagination */
ul.pagination {
    display: block;
    height: 1.5em;
    margin-left: -0.3125em;
}

    ul.pagination li {
        height: 1.5em;
        color: #222222;
        font-size: 0.875em;
        margin-left: 0.3125em;
    }

        ul.pagination li a {
            display: block;
            padding: 0.0625em 0.4375em 0.0625em;
            color: #999999;
        }

            ul.pagination li:hover a,
            ul.pagination li a:focus {
                background: #e6e6e6;
            }

        ul.pagination li.unavailable a {
            cursor: default;
            color: #999999;
        }

            ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
                background: transparent;
            }

        ul.pagination li.current a {
            background: transparent;
            color: #0072bc;
            font-weight: bold;
            cursor: default;
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus {
                background: transparent;
            }

    ul.pagination li {
        float: left;
        display: block;
    }

/* Pagination centred wrapper */
.pagination-centered {
    text-align: center;
}

    .pagination-centered ul.pagination li {
        float: none;
        display: inline-block;
    }

/* Panels */
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f2f2f2;
}

    .panel > :first-child {
        margin-top: 0;
    }

    .panel > :last-child {
        margin-bottom: 0;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
        color: #333333;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
        line-height: 1;
        margin-bottom: 0.625em;
    }

        .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
            line-height: 1.4;
        }

    .panel.callout {
        border-style: solid;
        border-width: 1px;
        border-color: #005389;
        margin-bottom: 1.25em;
        padding: 1.25em;
        background: #0072bc;
        -webkit-box-shadow: 0 none inset;
        box-shadow: 0 none inset;
    }

        .panel.callout > :first-child {
            margin-top: 0;
        }

        .panel.callout > :last-child {
            margin-bottom: 0;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
            color: white;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625em;
        }

            .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
                line-height: 1.4;
            }

    .panel.radius {
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

/* Pricing Tables */
.pricing-table {
    border: solid 1px #dddddd;
    margin-left: 0;
    margin-bottom: 1.25em;
}

    .pricing-table * {
        list-style: none;
        line-height: 1;
    }

    .pricing-table .title {
        background-color: #dddddd;
        padding: 0.9375em 1.25em;
        text-align: center;
        color: #333333;
        font-weight: bold;
        font-size: 1em;
    }

    .pricing-table .price {
        background-color: #eeeeee;
        padding: 0.9375em 1.25em;
        text-align: center;
        color: #333333;
        font-weight: normal;
        font-size: 1.25em;
    }

    .pricing-table .description {
        background-color: white;
        padding: 0.9375em;
        text-align: center;
        color: #777777;
        font-size: 0.75em;
        font-weight: normal;
        line-height: 1.4;
        border-bottom: dotted 1px #dddddd;
    }

    .pricing-table .bullet-item {
        background-color: white;
        padding: 0.9375em;
        text-align: center;
        color: #333333;
        font-size: 0.875em;
        font-weight: normal;
        border-bottom: dotted 1px #dddddd;
    }

    .pricing-table .cta-button {
        background-color: whitesmoke;
        text-align: center;
        padding: 1.25em 1.25em 0;
    }

/* Progress Bar */
.progress {
    background-color: transparent;
    height: 1.5625em;
    border: 1px solid #cccccc;
    padding: 0.125em;
    margin-bottom: 0.625em;
}

    .progress .meter {
        background: #0072bc;
        height: 100%;
        display: block;
    }

    .progress.secondary .meter {
        background: black;
        height: 100%;
        display: block;
    }

    .progress.success .meter {
        background: #41a743;
        height: 100%;
        display: block;
    }

    .progress.alert .meter {
        background: #c60f13;
        height: 100%;
        display: block;
    }

    .progress.radius {
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

        .progress.radius .meter {
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }

    .progress.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }

        .progress.round .meter {
            -webkit-border-radius: 999px;
            border-radius: 999px;
        }

/* Side Nav */
.side-nav {
    display: block;
    margin: 0;
    padding: 0.875em 0;
    list-style-type: none;
    list-style-position: inside;
}

    .side-nav li {
        margin: 0 0 0.4375em 0;
        font-size: 0.875em;
    }

        .side-nav li a {
            display: block;
            color: #0072bc;
        }

        .side-nav li.active > a:first-child {
            color: #4d4d4d;
            font-weight: bold;
        }

        .side-nav li.divider {
            border-top: 1px solid;
            height: 0;
            padding: 0;
            list-style: none;
            border-top-color: #e6e6e6;
        }

/* Side Nav */
.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25em 0 1.125em;
    padding-top: 0.25em;
    margin-right: 0;
    margin-left: -0.5625em;
}

    .sub-nav dt,
    .sub-nav dd {
        float: left;
        display: inline;
        margin-left: 0.5625em;
        margin-bottom: 0.625em;
        font-weight: normal;
        font-size: 0.875em;
    }

        .sub-nav dt a,
        .sub-nav dd a {
            color: #999999;
            text-decoration: none;
        }

        .sub-nav dt.active a,
        .sub-nav dd.active a {
            -webkit-border-radius: 1000px;
            border-radius: 1000px;
            font-weight: bold;
            background: #0072bc;
            padding: 0.1875em 0.5625em;
            cursor: default;
            color: white;
        }

/* Foundation Switches */
@media only screen {
    div.switch {
        position: relative;
        width: 100%;
        padding: 0;
        display: block;
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 1.25em;
        -webkit-animation: webkitSiblingBugfix infinite 1s;
        height: 36px;
        background: white;
        border-color: #cccccc;
    }

        div.switch label {
            position: relative;
            left: 0;
            z-index: 2;
            float: left;
            width: 50%;
            height: 100%;
            margin: 0;
            font-weight: bold;
            text-align: left;
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

        div.switch input {
            position: absolute;
            z-index: 3;
            opacity: 0;
            width: 100%;
            height: 100%;
            -moz-appearance: none;
        }

            div.switch input:hover, div.switch input:focus {
                cursor: pointer;
            }

        div.switch span:last-child {
            position: absolute;
            top: -1px;
            left: -1px;
            z-index: 1;
            display: block;
            padding: 0;
            border-width: 1px;
            border-style: solid;
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

        div.switch input:not(:checked) + label {
            opacity: 0;
        }

        div.switch input:checked {
            display: none !important;
        }

        div.switch input {
            left: 0;
            display: block !important;
        }

            div.switch input:first-of-type + label,
            div.switch input:first-of-type + span + label {
                left: -50%;
            }

            div.switch input:first-of-type:checked + label,
            div.switch input:first-of-type:checked + span + label {
                left: 0%;
            }

            div.switch input:last-of-type + label,
            div.switch input:last-of-type + span + label {
                right: -50%;
                left: auto;
                text-align: right;
            }

            div.switch input:last-of-type:checked + label,
            div.switch input:last-of-type:checked + span + label {
                right: 0%;
                left: auto;
            }

        div.switch span.custom {
            display: none !important;
        }

    form.custom div.switch .hidden-field {
        margin-left: auto;
        position: absolute;
        visibility: visible;
    }

    div.switch label {
        padding: 0 0.375em;
        line-height: 2.3em;
        font-size: 0.875em;
    }

    div.switch input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -2.1875em;
    }

    div.switch span:last-child {
        width: 2.25em;
        height: 2.25em;
    }

    div.switch span:last-child {
        border-color: #b3b3b3;
        background: white;
        background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
        background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
        background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
        -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #eef9ef, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
        box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #eef9ef, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    }

    div.switch:hover span:last-child, div.switch:focus span:last-child {
        background: white;
        background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
        background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
        background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
    }

    div.switch:active {
        background: transparent;
    }

    div.switch.large {
        height: 44px;
    }

        div.switch.large label {
            padding: 0 0.375em;
            line-height: 2.3em;
            font-size: 1.0625em;
        }

        div.switch.large input:first-of-type:checked ~ span:last-child {
            left: 100%;
            margin-left: -2.6875em;
        }

        div.switch.large span:last-child {
            width: 2.75em;
            height: 2.75em;
        }

    div.switch.small {
        height: 28px;
    }

        div.switch.small label {
            padding: 0 0.375em;
            line-height: 2.1em;
            font-size: 0.75em;
        }

        div.switch.small input:first-of-type:checked ~ span:last-child {
            left: 100%;
            margin-left: -1.6875em;
        }

        div.switch.small span:last-child {
            width: 1.75em;
            height: 1.75em;
        }

    div.switch.tiny {
        height: 22px;
    }

        div.switch.tiny label {
            padding: 0 0.375em;
            line-height: 1.9em;
            font-size: 0.6875em;
        }

        div.switch.tiny input:first-of-type:checked ~ span:last-child {
            left: 100%;
            margin-left: -1.3125em;
        }

        div.switch.tiny span:last-child {
            width: 1.375em;
            height: 1.375em;
        }

    div.switch.radius {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        div.switch.radius span:last-child {
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

    div.switch.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }

        div.switch.round span:last-child {
            -webkit-border-radius: 999px;
            border-radius: 999px;
        }

        div.switch.round label {
            padding: 0 0.5625em;
        }

    @-webkit-keyframes webkitSiblingBugfix {
        from {
            position: relative;
        }

        to {
            position: relative;
        }
    }
}

[data-magellan-expedition] {
    background: white;
    z-index: 50;
    min-width: 100%;
    padding: 10px;
}

    [data-magellan-expedition] .sub-nav {
        margin-bottom: 0;
    }

        [data-magellan-expedition] .sub-nav dd {
            margin-bottom: 0;
        }

/* Tables */
table {
    background: none;
    margin-bottom: 1.25em;
}

    table thead,
    table tfoot {
        background: whitesmoke;
        font-weight: bold;
    }

        table thead tr th,
        table thead tr td,
        table tfoot tr th,
        table tfoot tr td {
            padding: 0.5em 0.625em 0.625em;
            font-size: 0.875em;
            color: #222222;
            text-align: left;
        }

    table tr th,
    table tr td {
        padding: 0.5625em 0.625em;
        font-size: 0.875em;
        color: #222222;
    }

    table tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: none;
    }

    table thead tr th,
    table tfoot tr th,
    table tbody tr td,
    table tr td,
    table tfoot tr td {
        display: table-cell;
        line-height: 1.125em;
    }

/* Image Thumbnails */
.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px white;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .th:hover, .th:focus {
        -webkit-box-shadow: 0 0 6px 1px rgba(0, 114, 188, 0.5);
        box-shadow: 0 0 6px 1px rgba(0, 114, 188, 0.5);
    }

    .th.radius {
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

a.th {
    display: inline-block;
}

/* Tooltips */
.has-tip {
    border-bottom: dotted 1px #cccccc;
    cursor: help;
    font-weight: bold;
    color: #333333;
}

    .has-tip:hover, .has-tip:focus {
        border-bottom: dotted 1px #003456;
        color: #0072bc;
    }

    .has-tip.tip-left, .has-tip.tip-right {
        float: none !important;
    }

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: bold;
    font-size: 0.9375em;
    line-height: 1.3;
    padding: 0.5em;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: white;
    background: black;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .tooltip > .nub {
        display: block;
        left: 5px;
        position: absolute;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent black transparent;
        top: -10px;
    }

    .tooltip.opened {
        color: #0072bc !important;
        border-bottom: dotted 1px #003456 !important;
    }

.tap-to-close {
    display: block;
    font-size: 0.625em;
    color: #888888;
    font-weight: normal;
}

@media only screen and (min-width: 767px) {
    .tooltip > .nub {
        border-color: transparent transparent black transparent;
        top: -10px;
    }

    .tooltip.tip-top > .nub {
        border-color: black transparent transparent transparent;
        top: auto;
        bottom: -10px;
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important;
    }

        .tooltip.tip-left > .nub {
            border-color: transparent transparent transparent black;
            right: -10px;
            left: auto;
            top: 50%;
            margin-top: -5px;
        }

        .tooltip.tip-right > .nub {
            border-color: transparent black transparent transparent;
            right: auto;
            left: -10px;
            top: 50%;
            margin-top: -5px;
        }
}

@media only screen and (max-width: 767px) {
    .f-dropdown {
        max-width: 100%;
        left: 0;
    }
}
/* Foundation Dropdowns */
.f-dropdown {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #0072bc;
    border: solid 1px #2c8ac7;
    font-size: 16;
    z-index: 99;
    margin-top: 2px;
    max-width: 300px;
}

    .f-dropdown > *:first-child {
        margin-top: 0;
    }

    .f-dropdown > *:last-child {
        margin-bottom: 0;
    }

    .f-dropdown:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: transparent transparent #0072bc transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 99;
    }

    .f-dropdown:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 7px;
        border-color: transparent transparent #2c8ac7 transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -14px;
        left: 9px;
        z-index: 98;
    }

    .f-dropdown.right:before {
        left: auto;
        right: 10px;
    }

    .f-dropdown.right:after {
        left: auto;
        right: 9px;
    }

    .f-dropdown li {
        font-size: 0.9375em;
        cursor: pointer;
        line-height: 1.125em;
        margin: 0;
    }

        .f-dropdown li:hover, .f-dropdown li:focus {
            background: #2c8ac7;
        }

        .f-dropdown li a {
            display: block;
            padding: 0.3125em 0.625em;
            color: white;
        }

    .f-dropdown.content {
        position: absolute;
        top: -9999px;
        list-style: none;
        margin-left: 0;
        padding: 1.25em;
        width: 100%;
        height: auto;
        max-height: none;
        background: #0072bc;
        border: solid 1px #2c8ac7;
        font-size: 16;
        z-index: 99;
        max-width: 300px;
    }

        .f-dropdown.content > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.content > *:last-child {
            margin-bottom: 0;
        }

    .f-dropdown.tiny {
        max-width: 200px;
    }

    .f-dropdown.small {
        max-width: 300px;
    }

    .f-dropdown.medium {
        max-width: 500px;
    }

    .f-dropdown.large {
        max-width: 800px;
    }

html, body {
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    font-family: Century725_BT_Roman, "Times New Roman", serif;
    background: #0973b9;
    min-width: 320px;
}

.invoke-only, .invoke-only body {
    background: none;
    min-width: 0;
}

body {
    border-bottom: .1em solid transparent;
}

    body > form {
        margin-bottom: 0;
        padding-bottom: 1px;
    }

h1, h2, h3, h4 {
    color: #0072bc;
}

button,
.button {
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-font-smoothing: antialiased;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

ul li {
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAFCAIAAADpOgqxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdGQzMwNjdEMTlBNjExRTNCOTlDRDM2MThFRDM3RkM1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdGQzMwNjdFMTlBNjExRTNCOTlDRDM2MThFRDM3RkM1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0ZDMzA2N0IxOUE2MTFFM0I5OUNEMzYxOEVEMzdGQzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0ZDMzA2N0MxOUE2MTFFM0I5OUNEMzYxOEVEMzdGQzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZWR6TAAAAR0lEQVR42mL4//9/x977DIW7gQjIAHIZV114EbbwMgMMrIrXZTr7+DMDErj39juTsSwvspCSMCdTqL54h48KhA9kALkAAQYA3G4bKmkh7aEAAAAASUVORK5CYII=");
    margin-bottom: .5em;
}

ol {
    margin-left: 2em;
    counter-reset: item;
}

    ol li {
        display: block;
        margin-bottom: 0.5em;
    }

        ol li:before {
            content: counter(item) "";
            counter-increment: item;
        }

        ol li:first-letter {
            color: #ffffff;
            line-height: 1.3em;
            padding: .5em;
            width: 20px;
            height: 20px;
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFRDc4MUI0MTlDMzExRTNCOTlDRDM2MThFRDM3RkM1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFRDc4MUI1MTlDMzExRTNCOTlDRDM2MThFRDM3RkM1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0ZDMzA2N0YxOUE2MTFFM0I5OUNEMzYxOEVEMzdGQzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0ZDMzA2ODAxOUE2MTFFM0I5OUNEMzYxOEVEMzdGQzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7saAhUAAAA4ElEQVR42mJkwAaqD/IAySggDgBiEyAWhcq8BuIzQLwBiJcxtNp/QdfKiMWwZCDZCcTCDPjBWyAuBxo6F7uB1QfZgCRIMoaBNLAEiJOBBv8CcViQJMgxjAFJTyyIYELyJjmGIQyFmAH0MiQCHhARZgxEhKkCEzQ2KTWMAWpGFBM0aVALBDBB0xm1gAkTUqKlBhBlYqAyYIJmJ2qB10zQvEktcIYJmtGpBTYwgUsNSKJkoELCXsYELYLKqWAgqOT5glzaLKYgPy8BGoZUOEBAMrQoIt0wiF5aF7BUqgIAAgwAXCQ6gGANmwUAAAAASUVORK5CYII=") no-repeat center center;
            float: left;
            position: absolute;
            display: block;
            margin: -0.225em 0 0 -2.5em;
            z-index: 2;
            text-align: center;
        }

.row.collapse input {
    -webkit-border-radius: 0;
}

/*form .row .row .column,
form .row .row .columns{
  padding:0;
}*/
.site-nav-wrapper {
    z-index: 6;
    -webkit-font-smoothing: antialiased;
}

    .site-nav-wrapper .primary > li:first-child a {
        padding-right: 0;
    }

    .site-nav-wrapper .primary > li:hover, .site-nav-wrapper .primary > li a:hover {
        background: #0072bc;
    }

    .site-nav-wrapper .primary > li > a {
        font-weight: normal;
        font-family: "BreakersUltra", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 1.375em;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        display: inline-block;
        padding: 0.3em 0.8em 0.1em 0.8em;
        background: transparent;
    }

    .site-nav-wrapper .primary > li.current > a {
        background: #80b8dd;
    }

    .site-nav-wrapper .mega-dropdown {
        background: #0072bc;
        color: #fff;
    }

        .site-nav-wrapper .mega-dropdown h5 {
            color: #fff;
            -webkit-font-smoothing: antialiased;
        }

            .site-nav-wrapper .mega-dropdown h5 a {
                color: #fff;
                padding: 0;
            }

        .site-nav-wrapper .mega-dropdown ul {
            background: transparent;
        }

            .site-nav-wrapper .mega-dropdown ul li {
                font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
                background: transparent;
                border-top: 1px solid #2c8ac7;
                margin-left: -.5em;
            }

                .site-nav-wrapper .mega-dropdown ul li a {
                    background: transparent;
                    padding: .5em;
                }

                    .site-nav-wrapper .mega-dropdown ul li a:hover {
                        background: #1a80c3;
                    }

.header-form-input, .search-group .search-type .button.dropdown, .search-group .search-input input.search {
    background: #58a2d2;
    background: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    border: 1px solid #d8e6ef;
    border: 1px solid rgba(254, 254, 254, 0.33);
}

.popular-search label {
    display: inline;
    font-size: 0.75em;
    margin-right: 1em;
}

.search-micro-nav {
    display: inline;
    color: whitesmoke;
    font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
    font-size: 0.625em;
    text-transform: uppercase;
}

    .search-micro-nav li {
        display: inline-block;
        margin: 0 0.5em 0.3125em 0;
    }

    .search-micro-nav a {
        display: inline-block;
        border: none;
        opacity: .96;
        color: whitesmoke;
        padding: 0.375em 1em;
    }

.search-group {
    margin-top: 25px;
    width: 441px;
    float: right;
}

    .search-group .search-type .button.dropdown {
        -webkit-font-smoothing: antialiased;
        font-family: Century725_BT_Roman, "Times New Roman", serif;
        text-transform: none;
        font-weight: normal;
        float: left;
        width: 166px;
        min-height: 36px;
        max-height: 36px;
        margin-bottom: 0;
        font-size: 0.75em;
    }

        .search-group .search-type .button.dropdown:before {
            border-width: .4625em;
            right: 1.1em;
            z-index: 2;
        }

        .search-group .search-type .button.dropdown:after {
            background: #0072bc;
            top: 0;
            content: ' ';
            width: 2.8em;
            height: 100%;
            position: absolute;
            z-index: 1;
            right: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .search-group .button {
        display: block;
        padding: 0;
        width: 84px;
        height: 36px;
        line-height: 1em;
        z-index: 9;
    }

    .search-group .custom.dropdown .current {
        text-align: center;
    }

    .search-group .custom.dropdown ul {
        padding: .4em 0;
    }

    .search-group .custom.dropdown li {
        -webkit-font-smoothing: antialiased;
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.5625em;
        padding: .22em 0 .2em .8em;
    }

    .search-group .search-input {
        float: right;
        width: 258px;
        position: relative;
    }

        .search-group .search-input input.search {
            -webkit-font-smoothing: antialiased;
            font-family: Century725_BT_Roman, "Times New Roman", serif;
            font-style: italic;
            width: 174px;
            min-height: 36px;
            max-height: 36px;
            float: left;
            text-align: left;
            font-size: 0.75em;
        }

            .search-group .search-input input.search::-webkit-input-placeholder {
                color: whitesmoke;
                text-align: center;
            }

            .search-group .search-input input.search:-moz-placeholder {
                /* Firefox 18- */
                color: whitesmoke;
                text-align: center;
            }

            .search-group .search-input input.search::-moz-placeholder {
                /* Firefox 19+ */
                color: whitesmoke;
                text-align: center;
            }

            .search-group .search-input input.search:-ms-input-placeholder {
                color: whitesmoke;
                text-align: center;
            }

        .search-group .search-input button.button-search,
        .search-group .search-input input.button-search {
            float: right;
            width: 84px;
            min-height: 36px;
            max-height: 36px;
            display: inline-block;
            font-size: 1.25em;
            padding: .3em 0 .2em 0;
            border: 1px solid #d8e6ef;
            border: 1px solid rgba(254, 254, 254, 0.33);
        }

    .search-group .popular-search {
        float: right;
        margin-right: 0;
    }

        .search-group .popular-search label {
            color: #b4cfe0;
        }

    .search-group .search-micro-nav a {
        background: #58a2d2;
        background: rgba(255, 255, 255, 0.15);
    }

        .search-group .search-micro-nav a:hover {
            background: #6cadd7;
        }

.star-rating li,
.star-rater li {
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    background-position: -125px -648px;
    list-style: none;
    clear: none;
}

    .star-rating li.active,
    .star-rater li.active {
        background-position: -65px -648px;
    }

    .star-rating li:before,
    .star-rater li:before {
        display: none;
    }

    .star-rating li:first-letter,
    .star-rater li:first-letter {
        visibility: hidden;
    }

    .star-rating li + li,
    .star-rater li + li {
        margin-left: 4px;
    }

.star-rating.stars-1 li:first-child,
.star-rater.stars-1 li:first-child {
    background-position: -65px -648px;
}

.star-rating.stars-2 li:nth-child(-n+2),
.star-rater.stars-2 li:nth-child(-n+2) {
    background-position: -65px -648px;
}

.star-rating.stars-3 li:nth-child(-n+3),
.star-rater.stars-3 li:nth-child(-n+3) {
    background-position: -65px -648px;
}

.star-rating.stars-4 li:nth-child(-n+4),
.star-rater.stars-4 li:nth-child(-n+4) {
    background-position: -65px -648px;
}

.star-rating.stars-5 li:nth-child(-n+5),
.star-rater.stars-5 li:nth-child(-n+5) {
    background-position: -65px -648px;
}

.star-rating {
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -115px;
    background-position: -3px -679px;
    width: 230px;
    height: 46px;
    display: inline-block;
    float: left;
    padding: 12px 0 0 78px;
}

.star-rater {
    position: relative;
    z-index: 2;
    padding: 0;
}

    .star-rater li {
        cursor: pointer;
    }

    .star-rater.disabled li {
        cursor: default;
    }

/*
  Icon sprites
*/
.icon:before {
    display: inline-block;
    content: '';
}

.icon.icon-chefs-hat:before {
    background-position: -10px -2px;
    width: 45px;
    height: 41px;
}

.icon.icon-video-screen:before {
    background-position: -75px -4px;
    width: 58px;
    height: 43px;
}

.icon.icon-moo-cow:before {
    background-position: -7px -58px;
    width: 52px;
    height: 44px;
}

.icon.icon-delicious-cheese:before {
    background-position: -136px -58px;
    width: 50px;
    height: 42px;
}

.icon.icon-thought-bubble:before {
    background-position: -207px -1px;
    width: 61px;
    height: 52px;
    margin-top: -.4em;
}

.icon.icon-message:before {
    background-position: -277px -1px;
    width: 62px;
    height: 52px;
    margin-top: -.5em;
}

.icon.icon-support:before {
    background-position: -73px -57px;
    width: 58px;
    height: 44px;
}

.icon.icon-search:before {
    background-position: -146px -1px;
    width: 56px;
    height: 53px;
}

.social-icons {
    list-style: none;
    min-width: 180px;
    display: inline-block;
    vertical-align: text-top;
}

    .social-icons li, .social-icons a {
        width: 26px;
        height: 28px;
        overflow: hidden;
        float: left;
    }

    .social-icons li {
        margin-right: 2%;
        list-style: none;
    }

    .social-icons .facebook a {
        background-position: -3px -593px;
    }

    .social-icons .twitter a {
        background-position: -37px -593px;
    }

    .social-icons .youtube a {
        background-position: -72px -593px;
    }

    .social-icons .google a {
        background-position: -107px -593px;
    }

    .social-icons .instagram a {
        background-position: -141px -593px;
    }

    .social-icons .pinterest a {
        background-position: -176px -593px;
    }

    .social-icons .linkedin a {
        background: url("../images/linkedin.png") no-repeat;
    }

.social-icons-large {
    list-style: none;
    display: block;
    vertical-align: text-top;
}

    .social-icons-large li, .social-icons-large a {
        width: 41px;
        height: 46px;
        line-height: 41px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        display: inline-block;
    }

    .social-icons-large li {
        margin-right: 0 4%;
        list-style: none;
    }

    .social-icons-large .facebook a, .social-icons-large .Facebook a {
        background-position: -214px -587px;
    }

    .social-icons-large .twitter a {
        background-position: -267px -587px;
    }

    .social-icons-large .youtube a {
        background-position: -320px -587px;
    }

    .social-icons-large .pinterest a {
        background-position: -373px -587px;
    }

    .social-icons-large .instagram a {
        background-position: -426px -587px;
    }

ul.social-icons-mono {
    list-style: none;
    min-width: 130px;
    display: inline-block;
    margin: 0;
}

    ul.social-icons-mono li, ul.social-icons-mono a {
        width: 28px;
        height: 28px;
        overflow: hidden;
        float: left;
    }

    ul.social-icons-mono li {
        margin-right: 2%;
        list-style: none;
        text-align: center;
    }

    ul.social-icons-mono a {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }

    ul.social-icons-mono .twitter a {
        width: 32px;
        height: 32px;
        background-position: -3px -544px;
    }

    ul.social-icons-mono .facebook a {
        width: 18px;
        height: 23px;
        background-position: -42px -2px;
        margin-left: 7px;
    }

    ul.social-icons-mono .linkedin a {
        background-position: -72px -545px;
        width: 18px;
        height: 17px;
    }

    ul.social-icons-mono .pinterest a {
        background-position: -101px -541px;
        width: 24px;
        height: 24px;
    }

.dk-logo {
    background-position: -388px -732px;
    width: 200px;
    height: 58px;
    display: inline-block;
}

.dk-logo-circular {
    background-position: -314px -725px;
    width: 69px;
    height: 68px;
    display: inline-block;
}

.legendairy-logo {
    background-position: -7px -735px;
    width: 300px;
    height: 47px;
    display: inline-block;
}

.button-orb {
    background-position: -174px -107px;
    width: 70px;
    height: 71px;
    z-index: 1;
    position: relative;
    margin-top: -12px;
    float: left;
}

    .button-orb:before {
        content: '';
        position: absolute;
        float: left;
        left: 0;
        top: 0;
        background-position: -247px -107px;
        width: 70px;
        height: 71px;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .button-orb:hover {
        background-color: transparent !important;
    }

        .button-orb:hover:before {
            opacity: 1;
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
        }

    .button-orb.search:after {
        z-index: 3;
        content: '';
        background-position: -104px -153px;
        width: 23px;
        height: 24px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
    }

ul.sitemap li {
    list-style: none;
    text-align: left;
}

    ul.sitemap li a {
        text-transform: uppercase;
        font-family: "BreakersUltra","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        font-size: 23px;
    }

    ul.sitemap li ul li {
        list-style: disc !important;
        color: #0072bc;
        text-align: left;
    }

        ul.sitemap li ul li a {
            text-transform: capitalize;
            font-size: 14px;
            font-family: Century725_BT_Roman, "Times New Roman", serif;
        }

        ul.sitemap li ul li ul li {
            list-style: none !important;
            text-align: left;
        }

            ul.sitemap li ul li ul li:before {
                content: "-";
                position: relative;
                left: -5px;
                text-indent: -5px;
                text-align: left;
            }

.recipe-titlepc {
    height: 95px;
    font-size: 16px;
    text-align: left;
}

.view-recipe {
    padding-bottom: 10px;
}

@media only screen and (min-width: 960px) {
    .sitemap {
        padding-left: 45px;
    }
}

div.bordered table, table.bordered table {
    border: 1px solid #000;
}

    div.bordered table tbody tr td {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }

sub, sup {
    line-height: 1 !important;
}

::-webkit-input-placeholder {
    font-family: Century725_BT_Italic;
    color: #231F20;
}

:-moz-placeholder {
    font-family: Century725_BT_Italic;
    color: #231F20;
}

::-moz-placeholder {
    font-family: Century725_BT_Italic;
    color: #231F20;
}

:-ms-input-placeholder {
    font-family: Century725_BT_Italic;
    color: #231F20;
}

.toggle-topbar {
    left: 0;
    right: auto;
}

.top-bar {
    position: relative;
    z-index: 4;
    background: #0072bc;
    margin-bottom: 0;
    height: 53px;
}

    .top-bar li {
        list-style: none;
    }

    .top-bar .toggle-topbar.menu-icon {
        left: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .top-bar.expanded .toggle-topbar a span {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .top-bar .secondary {
        display: none;
    }

.title-area {
    padding: .125em 0 .35em 0;
    margin: 0;
}

    .title-area .mobile-icon {
        position: absolute;
        top: .9em;
        float: left;
    }

        .title-area .mobile-icon, .title-area .mobile-icon a {
            width: 55px;
            height: 55px;
        }

            .title-area .mobile-icon a {
                float: left;
            }

                .title-area .mobile-icon a span {
                    width: 32px;
                    height: 32px;
                    display: block;
                    float: left;
                }

    .title-area .toggle-topbar {
        left: 0;
    }

        .title-area .toggle-topbar a span {
            background-position: -102px -127px;
            width: 25px;
            height: 20px;
        }

    .title-area .toggle-search {
        right: .7em;
        float: right;
    }

        .title-area .toggle-search a span {
            background-position: -104px -153px;
            width: 23px;
            height: 24px;
            float: right;
            display: block;
        }

    .title-area .name a {
        color: #fff;
    }

.content-wrapper {
    margin-bottom: 0.5em;
}

.site-header div.form-custom .search-type div.header-dropdown {
    font-family: Century725_BT_Roman, "Times New Roman", serif;
    -webkit-font-smoothing: antialiased;
    height: 36px;
    font-size: 0.8125em;
    background: #58a2d2;
    background: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    border: 1px solid #d8e6ef;
    border: 1px solid rgba(254, 254, 254, 0.33);
    padding: 0 !important;
    margin: 0 !important;
}

    .site-header div.form-custom .search-type div.header-dropdown a,
    .site-header div.form-custom .search-type div.header-dropdown a.current {
        color: whitesmoke;
        line-height: 2.75em;
        position: relative;
        cursor: pointer;
    }

    .site-header div.form-custom .search-type div.header-dropdown .selector {
        background: #0072bc;
        width: 2.1em;
        height: 36px;
        position: absolute;
        cursor: pointer;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border: 1px solid #d8e6ef;
        border: 1px solid rgba(254, 254, 254, 0.33);
        color: #fff;
        margin-top: -1px;
        margin-right: -1px;
    }

        .site-header div.form-custom .search-type div.header-dropdown .selector:after {
            left: .7em;
            border-color: #d8e6ef transparent transparent transparent;
        }

.site-header div.form-custom .search-type .custom.dropdown ul {
    border: none;
}

    .site-header div.form-custom .search-type .custom.dropdown ul li {
        cursor: pointer;
        background: #0072bc;
        color: #fff;
        border: none;
        font-size: 10px;
        padding: 0.42em 0 0.2em .5em;
    }

        .site-header div.form-custom .search-type .custom.dropdown ul li:hover {
            background: #1a80c3;
            color: #fff;
        }

.site-header div.form-custom .search-input .search {
    height: 36px;
    line-height: 1em;
    background: #f4f4f4;
    border: 1px solid #a7a9ac;
    color: #404040;
}

.site-header div.form-custom .search-input button {
    background: #58a2d2;
    background: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    border: 1px solid #d8e6ef;
    border: 1px solid rgba(254, 254, 254, 0.33);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border: 1px solid #d8e6ef;
    border: 1px solid rgba(254, 254, 254, 0.33);
    background: #0072bc;
    border-left: 0 none;
}

.hero-panel {
    padding: 0;
    width: 100%;
}

    .hero-panel .image-column,
    .hero-panel .promo-column {
        padding: 0;
        margin: 0;
    }

        .hero-panel .image-column img {
            width: 100%;
        }

    .hero-panel .promo-column {
        background: rgba(255, 255, 255, 0.8);
        padding: .25em 1em;
        height: 78px;
    }

    .hero-panel .excerpt-heading {
        color: #0072bc;
        font-size: 2em;
        line-height: 1em;
        text-align: center;
    }

    .hero-panel p {
        font-size: 1.0625em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        line-height: 1.125em;
        display: none;
    }

.orbit-slides-container > * {
    list-style: none;
}

.orbit-bullets li {
    width: 1.5em;
    height: 1.5em;
    border: solid 1px #cccccc;
    cursor: pointer;
    z-index: 2;
    float: none;
    display: inline-block;
    list-style: none;
}

    .orbit-bullets li:before {
        display: none;
    }

    .orbit-bullets li.active {
        border: none;
    }

.social-panel {
    padding: 0;
}

    .social-panel label {
        color: #000;
        font-size: 1.125em;
        padding-right: 2%;
        display: inline-block;
    }

    .social-panel .social-sharing {
        float: left;
        padding-top: 1.5em;
        background: white;
        margin-bottom: 0.5em;
        text-align: center;
    }

    .social-panel .newsletter {
        padding-top: 1.5em;
        background: white;
    }

        .social-panel .newsletter label {
            margin-bottom: .5em;
        }

        .social-panel .newsletter .button {
            padding-left: .7em;
            padding-right: .7em;
        }

.section-header {
    text-align: center;
    padding-top: 1.75em;
    margin: -2em 0 1em 0;
    padding-bottom: 2em;
    position: relative;
    text-align: center;
}

    .section-header h1 {
        color: #0072bc;
        font-size: 2.625em;
        padding: 0 0 .3em;
        line-height: .9em;
    }

        .section-header h1:before {
            z-index: 1;
            content: "";
            position: absolute;
            height: 2.5em;
            background: url("../images/line-horizontal-sep.png") repeat-x 15% center;
            bottom: 0;
            left: 0;
            width: 94%;
            margin: 0 0 0 3%;
            z-index: 2;
            top: 0.5em;
            bottom: auto;
        }

    .section-header.hide-capline-small h1:before {
        display: none;
    }

    .section-header p {
        font-size: 1.125em;
        padding: 0 1.6875em;
        line-height: 1.25em;
    }

.mobile-header {
    color: #fff;
    text-align: center;
    font-size: 2.625em;
    margin-top: 0;
}

.footer-panel-mobile .footer-brand-small {
    color: #0072bc;
    font-size: 2.25em;
    font-family: "BreakersUltra", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
    padding: 0;
    margin: .5em 0 0 0;
}

    .footer-panel-mobile .footer-brand-small span,
    .footer-panel-mobile .footer-brand-small a {
        padding: 0 20px;
        top: -42px;
        margin: -20px auto 20px auto;
        display: inline-block;
        background-color: transparent;
    }

        .footer-panel-mobile .footer-brand-small span:after,
        .footer-panel-mobile .footer-brand-small a:after {
            content: '';
            background-position: -250px -675px;
            width: 226px;
            height: 47px;
            display: block;
        }

.footer-panel-mobile p.copyright {
    font-size: 0.6875em;
}

.carousel-container {
    padding: 0;
    margin: 0;
}

.horizontal-lined, .divider-heading, .footer-brand {
    position: relative;
    font-family: Century725_BT_Roman, "Times New Roman", serif;
    text-align: center;
    font-size: 1.125em;
    padding: 1em 0;
    margin-bottom: 1em;
}

    .horizontal-lined span, .divider-heading span, .footer-brand span {
        display: inline-block;
        position: relative;
        background: white;
        z-index: 3;
        padding: .125em 1em;
        margin-top: .25em;
    }

    .horizontal-lined:before, .divider-heading:before, .footer-brand:before {
        content: "";
        position: absolute;
        height: 4.2em;
        background: url("../images/line-horizontal-sep.png") repeat-x 55% center;
        top: 0;
        left: 0;
        width: 88%;
        margin: 0 0 0 6%;
        z-index: 2;
    }

.divider-heading {
    margin-bottom: 0;
    padding: 0.6em 0;
    color: #222222;
}

    .divider-heading:before {
        height: 3.2em;
    }

.info-panel {
    position: relative;
}

    .info-panel h4 {
        line-height: 1em;
        margin-top: .7em;
        color: #0072bc;
        font-size: 1.5em;
    }

    .info-panel .large-4.article-preview:nth-of-type(3n+1) {
        clear: left;
    }

    .info-panel .large-4.article-preview:last-child {
        margin-bottom: 2em;
    }

.footer-lined {
    position: relative;
    text-align: center;
    clear: left;
}

    .footer-lined > span, .footer-lined .icon {
        width: 100px;
        height: 60px;
        display: inline-block;
    }

    .footer-lined .icon {
        z-index: 3;
        position: relative;
        background: white;
    }

    .footer-lined:before {
        z-index: 1;
        content: "";
        position: absolute;
        height: 2.5em;
        background: url("../images/line-horizontal-sep.png") repeat-x 15% center;
        bottom: 1em;
        left: 0;
        width: 88%;
        margin: 0 6% 0 6%;
        z-index: 2;
    }

.footer-brand {
    height: 20px;
}

    .footer-brand span,
    .footer-brand a {
        width: 266px;
        height: 47px;
        top: -18px;
        z-index: 4;
        display: inline-block;
        position: relative;
        color: transparent !important;
        border: 0 !important;
        text-shadow: none !important;
    }

        .footer-brand span:after,
        .footer-brand a:after {
            content: '';
            background-position: -250px -675px;
            width: 226px;
            height: 47px;
            display: block;
            position: absolute;
            top: 0;
            left: 20px;
        }

.footer-panel {
    padding: 1em 1em 0 1em;
}

    .footer-panel,
    .footer-panel h5, .footer-panel h6 {
        font-family: Century725_BT_Roman, "Times New Roman", serif;
    }

        .footer-panel .footer-links {
            margin-top: 0.5em;
        }

        .footer-panel .diary-australia-brand {
            width: 84px;
            background: url(../images/dairy-australia.png) no-repeat left top;
            float: right;
            height: 55px;
            margin-right: -32px;
            margin-top: -22px;
        }

.panel-micro-nav {
    position: absolute;
    left: 0;
    top: 33%;
    width: 99%;
    float: left;
}

    .panel-micro-nav ul, .panel-micro-nav li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .panel-micro-nav a, .panel-micro-nav li {
        top: 0;
        position: absolute;
        width: 44px;
        height: 44px;
    }

    .panel-micro-nav li {
        position: absolute;
        top: 1em;
        z-index: 3;
    }

        .panel-micro-nav li a {
            position: relative;
            float: left;
        }

        .panel-micro-nav li.previous {
            float: left;
            left: 1em;
        }

            .panel-micro-nav li.previous a {
                background-position: -2px -108px;
            }

        .panel-micro-nav li.next {
            float: right;
            right: 0.625em;
        }

            .panel-micro-nav li.next a {
                background-position: -53px -108px;
            }

.recipe-panel {
    padding: 0;
    text-align: center;
}

    .recipe-panel .panel-micro-nav {
        top: 22%;
    }

    .recipe-panel ul.caroufredsel {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .recipe-panel ul.caroufredsel li.recipe-preview {
            list-style: none;
            height: auto;
            margin: 0;
            float: left;
            display: block;
            position: relative;
        }

    .recipe-panel .recipe-excerpt {
        text-align: center;
    }

    .recipe-panel .feature-image {
        padding: 0;
        margin-bottom: .5em;
    }

        .recipe-panel .feature-image .star-rating {
            bottom: -1px;
        }

        .recipe-panel .feature-image img,
        .recipe-panel .feature-image .border-wrap {
            padding: 0;
        }

        .recipe-panel .feature-image img {
            width: 100%;
        }

    .recipe-panel h4 {
        text-align: center;
    }

    .recipe-panel .button {
        margin-top: 1em;
        clear: both;
    }

.author-card {
    margin: .5em auto 0 auto;
    width: 100%;
    float: left;
}

    .author-card.row {
        float: none;
    }

    .author-card .author-meta {
        font-size: 1.125em;
        margin: 0.76em 0;
        padding-left: 0;
    }

        .author-card .author-meta .submitby {
            font-family: Century725_BT_Italic, "Times New Roman", serif;
        }

        .author-card .author-meta .name {
            clear: left;
            display: inline-block;
        }

    .author-card.mini .border-wrap {
        padding: 0;
    }

    .author-card.left {
        margin-left: 0;
    }

        .author-card.left .avatar-set {
            padding-left: 0;
        }

.stories-panel .panel-micro-nav {
    top: 30%;
}

.stories-panel .story-preview {
    text-align: center;
    height: auto;
    float: left;
    display: block;
    position: relative;
}

    .stories-panel .story-preview h4 {
        margin-bottom: 0;
    }

    .stories-panel .story-preview .border-wrap, .stories-panel .story-preview img {
        display: inline-block;
        float: none;
    }

    .stories-panel .story-preview .border-wrap {
        width: 80%;
    }

    .stories-panel .story-preview img {
        width: 100%;
    }

.news-panel .image-wrap {
    float: none;
    width: 100%;
}

.news-panel img {
    width: 100%;
}

.news-panel h4 {
    margin-top: .75em;
    text-align: center;
    font-size: 1.75em;
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.news-panel .description {
    display: none;
}

.news-panel .learn-more {
    display: none;
}

.news-panel .article-preview {
    float: left;
    display: block;
    position: relative;
}

.news-panel .large-4.article-preview:nth-of-type(3n+1) {
    clear: left;
}

nav.sidebar-boxed {
    width: 90%;
    margin: .4em auto 1.2em;
    clear: both;
    text-align: left;
}

    nav.sidebar-boxed ul {
        margin: 0;
    }

        nav.sidebar-boxed ul li {
            width: 100%;
            clear: both;
            position: relative;
            margin-bottom: .5em;
            list-style: none;
        }

            nav.sidebar-boxed ul li.current:after {
                line-height: 1em;
                font-size: 1em;
                left: .8em;
                top: 1.14em;
                content: " ";
                background-position: -103px -108px;
                width: 8px;
                height: 7px;
                float: left;
                position: absolute;
                pointer-events: none;
            }

            nav.sidebar-boxed ul li.current a {
                padding-left: 1.5em !important;
            }

            nav.sidebar-boxed ul li a {
                display: block;
                padding: .25em .5em;
                width: 100%;
                color: #000;
            }

            nav.sidebar-boxed ul li.title {
                background: #0072bc;
                color: #fff;
                text-transform: uppercase;
            }

                nav.sidebar-boxed ul li.title a {
                    border-color: transparent;
                    border-image: none;
                    color: #fff;
                }

.column-widget {
    text-align: center;
    clear: left;
    margin-bottom: 1em;
    position: relative;
}

    .column-widget img {
        margin-bottom: 1em;
        width: 100%;
    }

    .column-widget h4, .column-widget h5 {
        color: #0072bc;
        text-align: left;
        font-size: 1.625em;
        line-height: 1em;
        margin-bottom: .24em;
    }

    .column-widget p {
        text-align: left;
        padding-right: 1em;
        line-height: 1.32em;
        font-size: 0.9375em;
    }

.masthead-image {
    position: relative;
    margin-bottom: 1em;
    clear: both;
}

    .masthead-image label {
        text-align: center;
        -webkit-font-smoothing: antialiased;
        background: #fff;
        padding: 1em 3em;
        width: 100%;
        font-size: 1.25em;
        color: #231F20;
        cursor: default;
    }

        .masthead-image label a {
            color: #231F20;
            z-index: 2;
            position: relative;
        }

.body-text {
    padding: .5em;
    clear: both;
}

@media only screen and (max-width: 767px) {
    .body-text table {
        width: auto !important;
    }
}

.larger p {
    font-size: 1.25em;
    line-height: 1.3em;
}

.search-results-header h5 {
    font-family: Century725_BT_Roman, "Times New Roman", serif;
    text-transform: none;
    color: #231F20;
    text-align: center;
    padding-top: 1em;
    font-weight: normal;
    font-size: 1.45em;
}

    .search-results-header h5:before {
        z-index: 1;
        content: "";
        position: absolute;
        height: 2.5em;
        background: url("../images/line-horizontal-sep.png") repeat-x 15% center;
        bottom: 0;
        left: 0;
        width: 94%;
        margin: 0 0 0 3%;
        z-index: 2;
        top: 3.55em;
        bottom: auto;
    }

.search-controls {
    width: 98% !important;
    margin-left: 1% !important;
}

    .search-controls h2, .search-controls h3, .search-controls h4, .search-controls h5, .search-controls h6 {
        font-family: Century725_BT_Roman, "Times New Roman", serif;
        text-transform: none;
        font-weight: normal;
    }

    .search-controls label {
        font-family: Century725_BT_Roman, "Times New Roman", serif;
        display: inline-block;
        text-align: left;
        padding-left: 0;
    }

    .search-controls .results-counter {
        margin-bottom: 1em;
    }

    .search-controls .result-limiter {
        display: inline-block;
        text-align: left;
    }

        .search-controls .result-limiter label {
            min-width: 112px;
            margin-bottom: .5em;
        }

        .search-controls .result-limiter select.results {
            width: 60px;
            display: inline-block;
        }

    .search-controls .sorting {
        display: inline-block;
        text-align: left;
    }

        .search-controls .sorting label {
            min-width: 62px;
            margin-bottom: .5em;
        }

        .search-controls .sorting select.relevance {
            width: 120px;
            display: inline-block;
        }

.search-results {
    margin: 1em 0.5em;
}

    .search-results h2, .search-results h3, .search-results h4, .search-results h5, .search-results h6 {
        font-family: Century725_BT_Bold, "Times New Roman", serif;
        text-transform: none;
        color: #0072bc;
        margin-bottom: .2em;
        text-align: left;
    }

    .search-results .search-result {
        clear: both;
        margin-bottom: 2em;
    }

        .search-results .search-result .icon {
            margin-top: .5em;
            display: block;
            float: left;
            width: 46px;
            height: 56px;
        }

        .search-results .search-result.type-web .icon {
            background-position: -6px -233px;
        }

        .search-results .search-result.type-pdf .icon {
            background-position: -6px -290px;
        }

        .search-results .search-result.type-doc .icon {
            background-position: -6px -347px;
        }

        .search-results .search-result.type-vid .icon {
            background-position: -6px -405px;
        }

.pagination-centered .pagination {
    font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
    padding: 0;
    margin: 32px 0 58px;
    font-size: 0;
}

    .pagination-centered .pagination li {
        font-size: 13px;
        line-height: 1em;
        display: inline-block;
        border: 1px solid #dedede;
        border-right-color: transparent;
        border-right-style: none;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .pagination-centered .pagination li:last-child {
            border-right: 1px solid #dedede;
        }

        .pagination-centered .pagination li a, .pagination-centered .pagination li.unavailable, .pagination-centered .pagination li.current {
            padding: .65em .85em .45em .85em;
            line-height: 1em;
        }

        .pagination-centered .pagination li.unavailable {
            color: #999999;
        }

        .pagination-centered .pagination li.current {
            color: #0072bc;
            font-weight: bold;
        }

.outer-wrapper {
    clear: both;
}

    .outer-wrapper.row .row {
        margin-left: auto;
        margin-right: auto;
    }

    .outer-wrapper.trim-top {
        padding-top: 0;
    }

    .outer-wrapper .intro-wrapper {
        background: white;
    }

        .outer-wrapper .intro-wrapper .divider-heading span {
            background: white;
        }

    .outer-wrapper .content-header {
        background: #fff;
        width: 100%;
    }

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

    .outer-wrapper .has-content-masthead {
        padding: 0;
    }

        .outer-wrapper .has-content-masthead .columns.body-section,
        .outer-wrapper .has-content-masthead .columns.sidebar-section {
            padding: 0;
        }

        .outer-wrapper .has-content-masthead .body-text,
        .outer-wrapper .has-content-masthead .sidebar-content {
            margin: .5em auto;
            position: relative;
            padding-top: 1em;
            padding-bottom: 1em;
            text-align: left;
            width: 96%;
        }

            .outer-wrapper .has-content-masthead .sidebar-content .columns:last-child {
                float: none;
            }

            .outer-wrapper .has-content-masthead .sidebar-content .border-wrap {
                width: 90%;
                margin: 0 auto 1em;
                float: none;
                display: inherit;
            }

    .outer-wrapper .article-preview {
        margin-bottom: 1em;
    }

        .outer-wrapper .article-preview h4,
        .outer-wrapper .article-preview p {
            text-align: left;
            line-height: 1.2em;
        }

        .outer-wrapper .article-preview p {
            margin-bottom: .25em;
        }

        .outer-wrapper .article-preview h4 {
            margin-bottom: .25em;
        }

            .outer-wrapper .article-preview h4 + p.date {
                margin-top: -.5em;
            }

        .outer-wrapper .article-preview p.download {
            font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
            margin-top: .5em;
        }

    .outer-wrapper .page-inner-wrapper {
        position: relative;
        width: 96%;
        margin-top: .5em;
        padding-top: 1em;
    }

        .outer-wrapper .page-inner-wrapper.trim-top {
            padding-top: 0;
        }

        .outer-wrapper .page-inner-wrapper .border-wrap {
            width: 100%;
        }

            .outer-wrapper .page-inner-wrapper .border-wrap img {
                width: 100%;
            }

    .outer-wrapper.bg-panel-alternate .page-inner-wrapper {
        background: #e6e7e8;
    }

        .outer-wrapper.bg-panel-alternate .page-inner-wrapper span.icon {
            background-color: #e6e7e8;
        }

    .outer-wrapper .search-results {
        text-align: left;
    }

.dk-panel .dk-brand {
    text-align: center;
}

    .dk-panel .dk-brand .dk-logo {
        display: inline-block;
    }

.dk-panel .dk-sharing {
    text-align: center;
}

.panel-header-controls {
    background: #fff;
    padding: .7em 0 .5em 0;
    margin-bottom: 2em !important;
}

    .panel-header-controls select {
        margin-bottom: 0;
        margin-left: .5em;
    }

.image-preview {
    position: relative;
}

    .image-preview .title {
        font-size: 1.125em;
        text-align: left;
        padding: 0 .5em;
        margin: 0.7em 0 0.4em;
        line-height: 1em;
        max-height: 4em;
        overflow: hidden;
    }

    .image-preview .frame {
        margin: 0 auto 1.5em auto;
        padding: 4px;
        background: white;
        content: '';
        width: 215px;
        min-height: 305px;
        border: 1px solid #cbced0;
    }

        .image-preview .frame img {
            width: 100%;
        }

        .image-preview .frame p {
            padding: 0 2em 0 .5em;
        }

.sidebar .image-preview .frame {
    width: 60%;
}

.sidebar .image-preview .title {
    padding-bottom: 3em;
}

.box-btn {
    text-transform: uppercase;
    color: #222222;
    padding: .6em .6em;
    text-align: left;
    margin-bottom: 1em;
}

    .box-btn.hide-search {
        width: 95%;
        z-index: 1;
    }

        .box-btn.hide-search span.icon {
            display: inline-block;
            float: right;
            background-position: -132px -108px;
            width: 15px;
            height: 9px;
            z-index: 2;
        }

        .box-btn.hide-search.hidden span.icon {
            background-position: -115px -108px;
        }

.search-panel {
    padding-top: 0.5em;
}

    .search-panel select,
    .search-panel select option {
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
    }

    .search-panel .dk-branding {
        text-align: center;
    }

    .search-panel .search-input input {
        margin-top: 0;
        float: left;
        font-size: 0.875em;
        padding: 1.75em 1em 1.75em 1em;
    }

        .search-panel .search-input input.ip-button-orb-search {
            background-position: -320px -107px;
            width: 70px;
            height: 71px;
            border: 0 none;
            padding: 0;
            margin-top: -14px;
        }

            .search-panel .search-input input.ip-button-orb-search:hover {
                background-position: -393px -107px;
            }

    .search-panel .search-toolbar-controller {
        margin-top: 0;
        padding: 0;
    }

        .search-panel .search-toolbar-controller label {
            font-size: 0.9375em;
            padding-top: 1em;
            padding-left: .75em;
        }

        .search-panel .search-toolbar-controller .inline-filters {
            font-size: 0.875em;
            margin: .9em 0 0 0;
        }

            .search-panel .search-toolbar-controller .inline-filters li {
                list-style: none;
                display: inline;
                margin: 0 .2em 0 0.2em;
            }

        .search-panel .search-toolbar-controller:before {
            position: relative;
            content: '';
            width: 100%;
            height: 8px;
            margin-bottom: -8px;
            background: url("../images/shade-toolbar.png") repeat-x left top;
            float: left;
            z-index: 5;
        }

        .search-panel .search-toolbar-controller .toolbar-label {
            margin-top: 1em;
            font-family: Century725_BT_Roman, "Times New Roman", serif;
            text-transform: none;
        }

    .search-panel .f-button-dropdown,
    .search-panel .custom.dropdown {
        background: #F1F2F2;
        float: left;
        width: 100%;
        color: #222222;
        padding: 1.2em 0 1em 1em;
        z-index: 1;
        position: relative;
        text-align: left;
        border-left: 1px solid #888;
        cursor: pointer;
    }

        .search-panel .f-button-dropdown .current,
        .search-panel .f-button-dropdown a,
        .search-panel .custom.dropdown .current,
        .search-panel .custom.dropdown a {
            cursor: pointer;
        }

            .search-panel .custom.dropdown a.selector {
                cursor: pointer;
                height: 2.6em;
            }

                .search-panel .custom.dropdown a.selector:before, .search-panel .custom.dropdown a.selector:after {
                    border: 0 none;
                }

                .search-panel .custom.dropdown a.selector:before {
                    content: '';
                    top: 50%;
                    right: .7em;
                    float: right;
                    position: absolute;
                    z-index: 2;
                    background-position: -115px -108px;
                    width: 15px;
                    height: 9px;
                    margin-top: -4px;
                }

        .search-panel .f-button-dropdown:after {
            content: '';
            top: 50%;
            right: .7em;
            float: right;
            position: absolute;
            z-index: 2;
            background-position: -115px -108px;
            width: 15px;
            height: 9px;
            margin-top: -4px;
        }

        .search-panel .f-button-dropdown:hover {
            background: #e4e6e6;
        }

    .search-panel .btn-clear {
        float: right;
        position: absolute;
        width: 18px;
        height: 18px;
        z-index: 3;
        background-position: -107px -180px;
        right: -23px;
        top: 50%;
        margin-top: -9px;
    }

@media only screen and (max-width: 767px) {
    .search-panel .btn-clear {
        display: none !important;
    }
}

.search-panel .search-input input::-ms-clear {
    display: none;
}

.search-panel .search-input input {
    color: #000;
    padding: .4em 1em;
    height: 42px;
    line-height: 1.1em;
}

.search-panel .search-input .btn-clear {
    top: 35%;
    right: 28px;
    display: none;
    content: '';
}

.search-panel .f-dropdown {
    text-align: left;
    padding: 0;
}

    .search-panel .f-dropdown.content {
        padding: 1em;
    }

    .search-panel .f-dropdown li {
        list-style: none;
    }

        .search-panel .f-dropdown li.selected {
            background: #1a80c3;
        }

    .search-panel .f-dropdown:after, .search-panel .f-dropdown:before {
        display: none;
        content: none;
    }

    .search-panel .f-dropdown input {
        margin: 0 0.5em 0 0;
    }

    .search-panel .f-dropdown label {
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
        color: #fff;
        font-size: 1em;
        padding: .5em .5em;
    }

.search-panel .popular-search {
    margin-bottom: 0.5em;
    text-align: left;
}

.search-panel .search-micro-nav a {
    background: #c2c2c2;
}

    .search-panel .search-micro-nav a:hover {
        background: #0072bc;
    }

.large-rounded {
    border-radius: 64px;
    moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    padding-left: 2em;
}

.nutritional-information table {
    width: 93%;
}

.recipe-image {
    margin-bottom: 1em;
}

    .recipe-image .star-rating {
        margin-bottom: 0;
        bottom: -1px;
    }

.recipe-title {
    font-size: 3.25em;
    line-height: .8em;
    text-align: center;
}

.panel-lined, .recipe-meta, .share-recipe {
    padding-bottom: .5em;
}

    .panel-lined:after, .recipe-meta:after, .share-recipe:after {
        content: '';
        height: 4px;
        bottom: 0;
        left: 0.9375em;
        right: 0.9375em;
        float: left;
        position: absolute;
        background: url(../images/line-horizontal-sep.png) repeat-x left bottom;
    }

.meta-info {
    padding-bottom: 1em;
}

.recipe-meta {
    position: relative;
}

    .recipe-meta span {
        font-family: Century725_BT_Bold, "Times New Roman", serif;
        text-align: center;
        margin-bottom: .8em;
        display: inline-block;
    }

.data-line {
    margin-top: 1.5em;
    height: 3em;
    padding-bottom: 1em;
}

    .data-line label {
        text-transform: uppercase;
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
        font-size: 0.75em;
        margin-bottom: 1em;
    }

.clear {
    clear: both;
}

.ingredients {
    padding-top: 1em;
}

    .ingredients ul {
        padding-bottom: .5em;
    }

.outer-collapse, .collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.alt-header {
    font-family: Century725_BT_Roman, "Times New Roman", serif;
    color: #222222;
}

.regular {
    text-transform: none;
}

.related-recipes h5 {
    font-size: 0.875em;
    margin-top: 1.25em;
}

.share-recipe label {
    text-align: center;
}

.share-recipe:after {
    background-position: 15% 0;
}

.share-buttons {
    height: 32px;
    text-align: center;
}

    .share-buttons .st_btn {
        width: 42px;
        height: 32px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

        .share-buttons .st_btn span.icon {
            display: inline-block;
        }

        .share-buttons .st_btn:hover {
            opacity: .7;
        }

    .share-buttons .st_facebook_custom span.icon {
        background-position: -145px -541px;
        width: 11px;
        height: 23px;
    }

    .share-buttons .st_twitter_custom span.icon {
        background-position: -178px -544px;
        width: 29px;
        height: 21px;
    }

    .share-buttons .st_pinterest_custom span.icon {
        background-position: -224px -541px;
        width: 24px;
        height: 24px;
    }

    .share-buttons .st_sharethis_custom span.icon {
        background-position: -267px -542px;
        width: 21px;
        height: 22px;
    }

    .share-buttons .email_btn span.icon {
        background-position: -303px -546px;
        width: 26px;
        height: 17px;
    }

table.data-table {
    background: none;
    border: none;
}

    table.data-table tr {
        background-color: none !important;
    }

        table.data-table tr td {
            background-color: none !important;
            border-bottom: 1px solid #A7A9AC;
            background-color: none;
            padding: .82em 0 .42em 0;
            font-size: 0.9375em;
        }

            table.data-table tr td:last-child {
                text-align: right;
            }

    table.data-table caption {
        text-align: left;
        font-family: Century725_BT_Bold, "Times New Roman", serif;
        padding-bottom: .5em;
    }

    table.data-table .amount {
        color: #0072bc;
    }

.comment-list .post {
    border-bottom: 1px solid #A7A9AC;
}

    .comment-list .post .author {
        font-size: 0.75em;
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
        margin-bottom: .25em;
    }

    .comment-list .post .datetime {
        font-size: 0.75em;
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
        margin-bottom: .25em;
    }

    .comment-list .post .comment {
        margin-top: .5em;
        font-family: Century725_BT_Italic, "Times New Roman", serif;
        font-size: 0.9375em;
        line-height: 1.5em;
        padding-bottom: .5em;
        font-weight: bold;
    }

.comment-form {
    margin-top: 1em;
}

    .comment-form h6 {
        font-size: 0.875em;
        margin-bottom: .5em;
    }

    .comment-form label {
        margin-right: .5em;
        font-family: Century725_BT_Italic, "Times New Roman", serif;
    }

    .comment-form .validator-feedback label {
        padding-top: .5em;
        padding-right: .5em;
        text-align: right;
    }

.push-base {
    padding-bottom: 1em !important;
}

    .push-base .footer-lined {
        padding-top: 2em !important;
    }

.recipe-rating {
    margin-top: -1em;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 1em;
}

    .recipe-rating .star-rater {
        width: 141px;
        margin: 1em auto 0;
    }

    .recipe-rating label {
        padding-top: .5em;
        clear: left;
    }

.reveal-modal {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .reveal-modal .close-reveal-modal {
        -webkit-border-radius: 68px;
        border-radius: 68px;
        color: #fff;
        background: #222222;
        width: 23px;
        padding: .025em;
        text-align: center;
        font-family: Arial;
        font-weight: normal;
        top: 1.5em;
        right: 1em;
    }

    .reveal-modal iframe {
        max-width: 100%;
        min-width: 214px;
        border: none !important;
    }

.email-modal .validator-feedback {
    margin-top: 1em;
}

.email-modal .detail-column {
    padding-left: 0 !important;
}

.email-modal .message-column,
.email-modal .action-column {
    padding-right: 0 !important;
}

.validator-feedback {
    font-family: Century725_BT_Italic, "Times New Roman", serif;
    line-height: 1.25em;
    font-size: 0.875em;
}

    .validator-feedback .message-ok {
        color: #0072bc;
    }

    .validator-feedback .message-error {
        color: red;
    }

.faq-accordion {
    margin-top: 1em;
    margin-bottom: 1em;
}

div.section-accordion section {
    margin-bottom: .5em !important;
}

div.section-accordion .accordion-title {
    text-transform: uppercase;
    font-size: 0.9375em;
    margin-top: .25em;
}

    div.section-accordion .accordion-title a {
        color: #222222;
        padding-left: .5em;
        white-space: normal !important;
    }

        div.section-accordion .accordion-title a:before {
            content: '';
            background-position: -150px -106px;
            width: 10px;
            height: 14px;
            float: left;
            margin-top: .25em;
            margin-right: .5em;
        }

div.section-accordion .active .accordion-title a:before {
    margin-top: .4em;
    background-position: -115px -108px;
    width: 15px;
    height: 9px;
}

div.section-accordion .accordion-content {
    background: #F1F2F2;
    padding: 1em 1em .5em 1em;
    line-height: 1.25em;
    margin-bottom: -.8em;
}

.contact-column {
    text-align: left;
    line-height: 1.25em;
}

    .contact-column p {
        line-height: 1.45em;
    }

.contact-map-column {
    margin-bottom: 1em;
}

.map-wrapper {
    width: 100% !important;
    z-index: 1;
    float: left;
    position: relative;
}

    .map-wrapper object,
    .map-wrapper embed,
    .map-wrapper img {
        max-width: none;
    }

p strong {
    font-family: Century725_BT_Bold, "Times New Roman", serif;
}

.newsletter-preview h4 {
    margin-bottom: 0.25em !important;
}

.subscription-selection {
    margin-top: .5em;
}

    .subscription-selection label {
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
    }

    .subscription-selection input[type=checkbox] {
        margin-right: .5em;
    }

.newsletter-form {
    clear: both;
    padding: 0 0.9375em;
}

    .newsletter-form h6 {
        text-align: left;
    }

    .newsletter-form .scfSectionLegend {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 100%;
        float: left;
        font-family: Century725_BT_Roman, "Times New Roman", serif;
        color: #222222;
        font-size: 1em;
    }

    .newsletter-form .scfSectionContent {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 60em;
        *zoom: 1;
    }

        .newsletter-form .scfSectionContent:before, .newsletter-form .scfSectionContent:after {
            content: " ";
            display: table;
        }

        .newsletter-form .scfSectionContent:after {
            clear: both;
        }

        .newsletter-form .scfSectionContent > div, .newsletter-form .scfSubmitButtonBorder {
            position: relative;
            padding-left: 0.9375em;
            padding-right: 0.9375em;
            width: 100%;
            float: left;
        }

    .newsletter-form .scfCheckboxBorder, .newsletter-form .scfCheckBoxList {
        text-align: right;
    }

        .newsletter-form .scfCheckboxBorder.scfCheckbox {
            width: 100%;
        }

    .newsletter-form .scfCheckBoxListGeneralPanel {
        float: right;
    }

    .newsletter-form .scfRequired, .newsletter-form .scfValidatorRequired {
        top: 0;
        margin-left: -42px;
        float: left;
    }

    .newsletter-form .row label {
        position: absolute;
        top: 0.5em;
        left: 1.4375em;
        font-style: italic;
        font-size: 0.875em;
    }

.newsletter-actions .terms-conditions {
    text-align: right;
    display: inline-block;
    padding-right: 1em;
    font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
}

    .newsletter-actions .terms-conditions label {
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
    }

    .newsletter-actions .terms-conditions input[type=checkbox] {
        margin-right: .5em;
    }

.videoframe {
    width: 600px;
    max-width: 100%;
}

.videoframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .videoframe iframe,
    .videoframe object,
    .videoframe embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.stats-table, .stats-table th, .stats-table td {
    border: 1px solid #fff;
}

    .stats-table th {
        padding: 1em .75em .75em .75em;
        font-size: 1em;
        -webkit-font-smoothing: antialiased;
    }

    .stats-table td {
        padding: .75em;
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
    }

    .stats-table th {
        background: #0072bc;
        color: #fff;
    }

    .stats-table tr:nth-child(even) td {
        background: #F2F2F2;
    }

    .stats-table tr td {
        background: #E5E5E5;
    }

.masthead-fullwidth {
    width: 100%;
    padding: 0;
    margin: 0;
}

.content-wrapper div.form-custom .custom.dropdown {
    background: #F1F2F2;
    text-align: left;
    height: 2.75em;
    padding-top: .4em;
}

.newsletter-signup label {
    padding: 1em 0 0 0;
}

    .newsletter-signup label input[type=checkbox] {
        margin-right: .5em;
    }

.intro-part,
.hide-from-hidesearch,
.hide-from-hidesearch,
.search-panel,
.search-toolbar-controller,
.controller-column {
    z-index: 4 !important;
}

.style-selects select {
    padding-top: 0.4em 0.2em;
    color: #404040;
    font-size: 0.875em;
}

.state-selector div.form-custom .custom.dropdown {
    width: 90%;
    width: 100%;
    z-index: 5;
    position: relative;
}

.map-visualisation {
    width: 158px;
    height: 149px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

    .map-visualisation:after {
        content: '';
        background-position: -118px -330px;
        width: 158px;
        height: 149px;
        position: relative;
        float: left;
        z-index: 1;
    }

    .map-visualisation:before {
        left: 20px;
        top: 20px;
        content: '';
        float: left;
        position: absolute;
        z-index: 2;
    }

    .map-visualisation.qld:before {
        left: 97px;
        top: 1px;
        background-position: -400px -332px;
        width: 60px;
        height: 85px;
    }

    .map-visualisation.nsw:before {
        left: 106px;
        top: 80px;
        background-position: -517px -331px;
        width: 51px;
        height: 40px;
    }

    .map-visualisation.vic:before {
        left: 105px;
        top: 104px;
        background-position: -574px -332px;
        width: 32px;
        height: 23px;
    }

    .map-visualisation.act:before {
        background-position: -635px -335px;
        width: 3px;
        height: 4px;
    }

    .map-visualisation.tas:before {
        left: 116px;
        top: 133px;
        background-position: -613px -332px;
        width: 13px;
        height: 15px;
    }

    .map-visualisation.nt:before {
        left: 60px;
        top: 2px;
        background-position: -357px -334px;
        width: 39px;
        height: 66px;
    }

    .map-visualisation.sa:before {
        left: 61px;
        top: 67px;
        background-position: -464px -331px;
        width: 47px;
        height: 54px;
    }

    .map-visualisation.wa:before {
        left: 0;
        top: 15px;
        background-position: -293px -332px;
        width: 61px;
        height: 97px;
    }

.region-selector .alt-header {
    text-align: center;
}

.video-header h1 {
    line-height: 1em;
    margin-top: -.25em;
    margin-bottom: .125em;
    font-size: 3.875em;
}

.videoframe-full {
    position: relative;
    z-index: 1;
    background: #efefef;
}

    .videoframe-full iframe, .videoframe-full object, .videoframe-full embed {
        width: 100%;
        height: 100%;
    }

    .videoframe-full #video-target {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .videoframe-full #video-preview {
        cursor: pointer;
        visibility: hidden;
    }

    .videoframe-full #video-target {
        display: none;
    }

.video-preview-results {
    padding-top: 1.5em;
}

    .video-preview-results .current a.video-preview {
        border: 5px solid #0072bc;
        border-image: none !important;
    }

    .video-preview-results .current .preview-icon {
        display: none;
    }

    .video-preview-results .video-preview:hover {
        border: 5px solid #0072bc !important;
        border-image: none !important;
        padding: 0;
    }

        .video-preview-results .video-preview:hover:before {
            display: none;
        }

        .video-preview-results .video-preview:hover:after {
            content: '';
            background: rgba(0, 0, 0, 0.15);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            padding: 0;
            display: none;
        }

.video-large {
    margin-bottom: 1.5em;
}

.preview-icon {
    background-position: -105px -481px;
    width: 49px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 3;
}

.border-capped {
    position: relative;
    display: inline-block;
    padding: .5em 0 .5em 0;
}

    .border-capped:after, .border-capped:before {
        content: '';
        background: url(../images/border-rough.png) no-repeat -12px top;
        width: 100%;
        height: 4px;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
    }

    .border-capped:after {
        top: auto;
        bottom: 0;
    }

.media-search-header .alt-header {
    text-transform: none;
    color: #222222;
}

.content-wrapper div.form-custom {
    margin-bottom: 0;
}

h3 + p.date {
    margin-top: -1em;
}

.right-image.border-wrap {
    float: right;
    margin-left: 3em;
    width: auto !important;
}

    .right-image.border-wrap img {
        width: auto !important;
    }

.left-image.border-wrap {
    float: left;
    margin-right: 3em;
    width: auto !important;
}

    .left-image.border-wrap img {
        width: auto !important;
    }

div.form-custom .search-panel {
    margin-bottom: 0;
}

div.form-custom .custom.dropdown {
    margin-bottom: 0;
}

    div.form-custom .custom.dropdown ul {
        font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 0.8125em;
    }

/* IE Fixes */
.browser-warning {
    background: #555;
    text-align: center;
    float: left;
    clear: both;
    width: 100%;
    color: #fff;
    padding: .5em 0 0 0;
    line-height: 1em;
    font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
}

    .browser-warning a {
        color: #d8e6ef;
        font-weight: bold;
        text-decoration: underline;
    }

.altborders .avatar-set .border-wrap, .gt-ie8 .avatar-set .border-wrap {
    border: 1px solid #000;
}

.altborders .map-border-wrap, .gt-ie8 .map-border-wrap {
    padding: 12px !important;
}

.altborders .border-wrap.column-widget, .gt-ie8 .border-wrap.column-widget {
    padding-bottom: .5em;
}

    .altborders .border-wrap.column-widget img, .gt-ie8 .border-wrap.column-widget img {
        width: 100%;
        margin-bottom: 0;
    }

    .altborders .border-wrap.column-widget h5, .gt-ie8 .border-wrap.column-widget h5 {
        padding-right: 1.5em;
        padding-left: .5em;
    }

    .altborders .border-wrap.column-widget p, .gt-ie8 .border-wrap.column-widget p {
        padding-left: 1em;
        padding-right: 1.5em;
    }

.altborders .video-preview:hover img, .gt-ie8 .video-preview:hover img {
    padding: 7px !important;
    width: 100%;
    height: 100%;
}

.altborders .masthead-fullwidth .content-header .masthead-image, .gt-ie8 .masthead-fullwidth .content-header .masthead-image {
    margin-left: 1em;
    margin-right: 1em;
}

.altborders a.box-btn, .gt-ie8 a.box-btn {
    border: 1px solid #000 !important;
    float: left;
    display: block;
    position: relative;
}

.altborders nav.sidebar-boxed, .gt-ie8 nav.sidebar-boxed {
    margin-top: -.6em;
}

    .altborders nav.sidebar-boxed li, .gt-ie8 nav.sidebar-boxed li {
        border: 0 none;
        line-height: 1em;
        margin-bottom: .6em;
        margin-bottom: 0em;
    }

        .altborders nav.sidebar-boxed li a, .gt-ie8 nav.sidebar-boxed li a {
            border: none;
            line-height: 2.2em;
            padding: 0 .6em !important;
            width: 100% !important;
            margin: 0;
        }

        .altborders nav.sidebar-boxed li.current:after, .gt-ie8 nav.sidebar-boxed li.current:after {
            top: .75em;
            left: .5em;
        }

        .altborders nav.sidebar-boxed li.current a, .gt-ie8 nav.sidebar-boxed li.current a {
            padding-left: 1.25em !important;
        }

        .altborders nav.sidebar-boxed li.title, .gt-ie8 nav.sidebar-boxed li.title {
            border: 0 none;
            margin-bottom: .7em;
            padding: .2em .6em 0 .6em !important;
            width: 100%;
        }

            .altborders nav.sidebar-boxed li.title a, .gt-ie8 nav.sidebar-boxed li.title a {
                border: 0 none;
                padding-bottom: 0;
                margin-bottom: 0;
                line-height: 2.2em;
            }

                .altborders nav.sidebar-boxed li.title a:before, .gt-ie8 nav.sidebar-boxed li.title a:before, .altborders nav.sidebar-boxed li.title a:after, .gt-ie8 nav.sidebar-boxed li.title a:after {
                    display: none;
                }

.altborders .section-accordion section .accordion-title, .gt-ie8 .section-accordion section .accordion-title {
    display: block;
    position: relative;
    line-height: 2em;
    padding: .25em .6em !important;
    width: 100% !important;
    margin: 0;
    margin-bottom: .26em !important;
}

.ie9-border-wrap, .altborders .border-wrap, .gt-ie8 .border-wrap, .altborders nav.sidebar-boxed li a, .gt-ie8 nav.sidebar-boxed li a, .altborders .section-accordion section .accordion-title, .gt-ie8 .section-accordion section .accordion-title {
    border-width: 1px;
    border-color: none !important;
    border-style: none !important;
    overflow: visible;
    display: block;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 5%;
    width: 100%;
    height: auto;
}

    .ie9-border-wrap img, .altborders .border-wrap img, .gt-ie8 .border-wrap img, .altborders nav.sidebar-boxed li a img, .gt-ie8 nav.sidebar-boxed li a img, .altborders .section-accordion section .accordion-title img, .gt-ie8 .section-accordion section .accordion-title img {
        padding: 0;
    }

    .ie9-border-wrap:before, .altborders .border-wrap:before, .gt-ie8 .border-wrap:before, .altborders nav.sidebar-boxed li a:before, .gt-ie8 nav.sidebar-boxed li a:before, .altborders .section-accordion section .accordion-title:before, .gt-ie8 .section-accordion section .accordion-title:before, .ie9-border-wrap:after, .altborders .border-wrap:after, .gt-ie8 .border-wrap:after, .altborders nav.sidebar-boxed li a:after, .gt-ie8 nav.sidebar-boxed li a:after, .altborders .section-accordion section .accordion-title:after, .gt-ie8 .section-accordion section .accordion-title:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1em;
        margin-right: -1em;
    }

    .ie9-border-wrap:before, .altborders .border-wrap:before, .gt-ie8 .border-wrap:before, .altborders nav.sidebar-boxed li a:before, .gt-ie8 nav.sidebar-boxed li a:before, .altborders .section-accordion section .accordion-title:before, .gt-ie8 .section-accordion section .accordion-title:before {
        top: 0;
        left: 0;
        background: url(../images/border-rough.png) no-repeat left top !important;
    }

    .ie9-border-wrap:after, .altborders .border-wrap:after, .gt-ie8 .border-wrap:after, .altborders nav.sidebar-boxed li a:after, .gt-ie8 nav.sidebar-boxed li a:after, .altborders .section-accordion section .accordion-title:after, .gt-ie8 .section-accordion section .accordion-title:after {
        background: url(../images/border-rough.png) no-repeat right bottom !important;
    }

.gt-ie8 body:after,
.lt-ie9 body:after {
    z-index: 1;
    top: 0;
    background-repeat: no-repeat;
}

.gt-ie8 body:before,
.lt-ie9 body:before {
    top: 2060px;
    z-index: 0;
    background-position: center top;
}

.gt-ie8 .content-wrapper,
.lt-ie9 .content-wrapper {
    z-index: 3;
    position: relative;
}

.gt-ie8 .search-group .search-type .dropdown,
.lt-ie9 .search-group .search-type .dropdown {
    min-height: 25px;
    padding: 12px 0 0 0;
    line-height: 1em;
}

.lt-ie9 .header-nav .search-input input.search {
    padding: 0;
    line-height: 34px !important;
    padding-bottom: 0;
    max-height: 34px !important;
    min-height: 34px !important;
    height: 34px !important;
    overflow: hidden;
    float: left;
    vertical-align: middle;
    padding-left: 5px;
    max-height: none\9;
}

.lt-ie9 .header-nav .search-input .placeholder {
    padding-left: 0px;
    vertical-align: middle;
    text-align: center;
}

.lt-ie9 .header-nav .search-input input.button-search {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 6px !important;
    height: 27px !important;
    line-height: 34px !important;
    max-height: 34px !important;
    min-height: 34px !important;
    float: left;
    position: relative;
    display: block;
    max-height: none\9;
}

.lt-ie9 .site-nav-wrapper .primary > li > a {
    padding-top: .42em;
    padding-bottom: .42em;
}

.lt-ie9 .mega-menu {
    background: #0072bc;
}

button::-moz-focus-inner {
    padding-top: .1em;
}

ul.caroufredsel {
    opacity: 0;
}

.caroufredsel_wrapper {
    margin-left: 0 !important;
}

    .caroufredsel_wrapper ul.caroufredsel {
        opacity: 1;
    }

.hero-panel ul.slider {
    list-style: none;
    opacity: 0;
}

.hero-panel .orbit-container ul.slider {
    opacity: 1;
}

.hero-panel .orbit-timer {
    visibility: hidden;
}

.horizontal-nav li {
    margin: 0;
}

/* Rewrite ScfForm Style */
div.scfForm {
    font-family: Century725_BT_Roman, 'Times New Roman', serif;
    height: auto;
}

.scfFooterBorder {
    clear: both;
}

fieldset.scfSectionBorderAsFieldSet {
    border: none;
    padding: 0;
    margin: 0;
}

legend.scfSectionLegend {
    font-family: "BreakersUltra","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 1.4375em;
    color: #0072bc;
    text-rendering: optimizeLegibility;
    margin: .2em 0 .5em;
    padding: 0;
    line-height: 1.2125em;
    text-transform: uppercase;
}

.no-title legend.scfSectionLegend {
    display: none;
}

textarea.scfMultipleLineTextBox {
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .scfSectionContent label + div.columns {
        padding-left: 0;
    }
}

.scfSectionContent > div {
    position: relative;
}

.scfForm select {
    padding: 0.4em 0.2em;
}

select.scfDropList {
    margin-bottom: 1em;
}

.scfCheckbox input {
    display: inline;
    margin-right: .5em;
}

.scfCheckbox label {
    display: inline;
}

.scfCheckBoxList {
    border: none;
}

    .scfCheckBoxList input, .scfCheckBoxList label {
        display: inline;
    }

    .scfCheckBoxList input {
        margin-right: 4px;
    }

    .scfCheckBoxList label {
        font-size: 1em;
    }

    .scfCheckBoxList td {
        font-size: 0.8125em;
    }

.terms-and-conditions .scfCheckBoxListLabel {
    display: none;
}

.scfSubmitButton {
    padding: .6875em 1.25em .625em;
    border: none;
    font-family: "BreakersUltra","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 1.25em;
    color: white;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    background-color: #41a743;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media only screen {
    .scfSubmitButton {
        -webkit-box-shadow: 0 none inset;
        box-shadow: 0 none inset;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
}

.scfSubmitButton:hover, .scfSubmitButton:focus {
    background-color: #338234;
}

.scfSubmitButtonBorder {
    clear: both;
    text-align: right;
}

@media only screen and (min-width: 767px) {
    .scfSubmitButtonBorder {
        text-align: left;
    }
}

span.scfValidatorRequired,
span.scfRequired {
    float: left;
    color: #f00;
    margin-left: 5px;
    position: absolute;
    top: 1.4em;
    left: 100%;
}

.columns + span.scfValidatorRequired,
.columns + span.scfRequired {
    margin-left: -10px;
    position: static;
}

div.scfValidationSummary {
    margin: 1em 0.3em;
}

/* Customize Form Elements */
/* Checkbox */
.formnice-checkbox {
    width: 100%;
    height: 2.3125em;
    margin: 0 0 1em 0;
    padding: .5em;
    font-size: .875em;
    border: 1px solid #a7a9ac;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background: white;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.formnice-checkbox-checked {
    background: transparent url(../images/checkmark.png) no-repeat scroll center center;
}

/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (min-width: 767px) {
    .radused, .bg-panel, .outer-wrapper .has-content-masthead .body-text,
    .outer-wrapper .has-content-masthead .sidebar-content, .outer-wrapper .page-inner-wrapper, .hero-panel, .social-panel, .outer-wrapper {
        border-radius: 8px;
        moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .half-radused, .search-micro-nav a, .search-group .search-type .button.dropdown, .site-header div.form-custom .search-type div.header-dropdown {
        border-radius: 4px;
        moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .half-radius-left, .search-group .search-input input.search {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
    }

    .half-radius-right, .search-group .search-input button.button-search,
    .search-group .search-input input.button-search, .social-panel .newsletter {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
    }

    .border-stylized, .author-card .border-wrap, nav.sidebar-boxed ul li a, .outer-wrapper .has-content-masthead .sidebar-content .border-wrap, .outer-wrapper .page-inner-wrapper .border-wrap, .box-btn, div.section-accordion .accordion-title, .border-wrap {
        position: relative;
        display: inline-block;
        padding: 5px;
        border-style: solid;
        border-color: transparent;
        border-width: 5px;
        -moz-border-image: url(../images/border-rough.png) 5 8 5 5 round;
        -webkit-border-image: url(../images/border-rough.png) 5 8 5 5 round;
        -o-border-image: url(../images/border-rough.png) 5 8 5 5 round;
        -ms-border-image: url(../images/border-rough.png) 10 stretch;
        border-image: url(../images/border-rough.png) 5 8 5 5 stretch;
    }

    body {
        font-size: 90%;
    }

    .bg-panel, .outer-wrapper .has-content-masthead .body-text,
    .outer-wrapper .has-content-masthead .sidebar-content, .outer-wrapper .page-inner-wrapper, .hero-panel, .social-panel, .outer-wrapper {
        text-align: center;
        background: white;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
        width: 96%;
    }

    .title-area .mobile-icon {
        display: none;
    }

    .site-header .brand {
        margin-left: 0;
        margin-top: 35px;
        margin-bottom: 12px;
    }

        .site-header .brand, .site-header .brand a {
            width: 419px;
            height: 47px;
            color: #58A2D2 !important;
        }

            .site-header .brand a {
                background: url(../images/legendairy-logo.png) no-repeat left top;
                display: block;
                float: left;
                background-color: transparent;
                z-index: 2;
                position: relative;
            }

    .horizontal-nav li {
        display: inline;
    }

        .horizontal-nav li a {
            color: #fff;
        }

    .site-nav-wrapper {
        background: #58a2d2;
        height: 56px;
        position: relative;
        border-top: 1px solid #d8e6ef;
        border-bottom: 1px solid #d8e6ef;
        width: 100%;
        margin: 0 auto;
        color: #fff;
    }

        .site-nav-wrapper .has-dropdown a:after, .site-nav-wrapper .has-dropdown a:before {
            display: none;
        }

        .site-nav-wrapper .primary > li {
            float: left;
            width: auto;
        }

            .site-nav-wrapper .primary > li:first-child {
                width: 152px;
            }

            .site-nav-wrapper .primary > li:hover, .site-nav-wrapper .primary > li a:hover {
                background: #0072bc;
            }

            .site-nav-wrapper .primary > li > a {
                display: inline-block;
                float: left;
                font-size: 1.25em;
                padding-left: 0.6em;
                padding-right: 0.6em;
            }

            .site-nav-wrapper .primary > li.current > a {
                background: #80b8dd;
            }

        .site-nav-wrapper .secondary {
            display: none;
            font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
            padding: 0;
            margin: 1.2em 0 0 0;
            font-size: 0.8125em;
        }

            .site-nav-wrapper .secondary li {
                display: inline-block;
            }

                .site-nav-wrapper .secondary li a {
                    border-left: 1px solid #fff;
                    line-height: 1em;
                    padding: 0.6em 0.8em;
                    display: block;
                    color: #fff;
                    float: left;
                }

        .site-nav-wrapper .dropdown {
            float: left;
            position: absolute;
            top: 53px;
        }

            .site-nav-wrapper .dropdown li.mega-menu h5 a {
                padding-left: 0;
                margin-left: 0;
                color: #fff;
                font-family: "BreakersUltra", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
            }

            .site-nav-wrapper .dropdown li.mega-menu > a {
                background: none;
                font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
            }

            .site-nav-wrapper .dropdown li.mega-menu.current a {
                background: #80b8dd;
                font-weight: bold;
            }

    .top-bar {
        background: transparent;
    }

    .top-bar-section .has-mega-dropdown {
        position: static;
    }

    .mega-dropdown li.mega-menu {
        padding: 0.875em 0.875em 1.5em 0.875em;
    }

    .mega-menu > [class*="column"] + [class*="column"]:last-child {
        float: left;
    }

    .search-group .search-type {
        width: 166px;
        float: left;
        position: relative;
    }

        .search-group .search-type .button.dropdown {
            -webkit-font-smoothing: antialiased;
            font-family: Century725_BT_Roman, "Times New Roman", serif;
            text-transform: none;
            font-weight: normal;
            float: left;
            width: 166px;
            min-height: 36px;
            max-height: 36px;
            margin-bottom: 0;
            font-size: 0.75em;
        }

            .search-group .search-type .button.dropdown:before {
                border-width: .4625em;
                right: 1.1em;
                z-index: 2;
            }

            .search-group .search-type .button.dropdown:after {
                background: #0072bc;
                top: 0;
                content: ' ';
                width: 2.8em;
                height: 100%;
                position: absolute;
                z-index: 1;
                right: 0;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
            }

    .search-group .search-input {
        float: right;
        width: 258px;
        position: relative;
    }

        .search-group .search-input input.search {
            -webkit-font-smoothing: antialiased;
            font-family: Century725_BT_Italic, "Times New Roman", serif;
            font-style: normal;
            width: 174px;
            min-height: 36px;
            max-height: 36px;
            float: left;
            text-align: left;
            font-size: 0.75em;
        }

            .search-group .search-input input.search::-webkit-input-placeholder {
                color: #404040;
                text-align: center;
                font-style: normal;
            }

            .search-group .search-input input.search:-moz-placeholder {
                /* Firefox 18- */
                color: #404040;
                text-align: center;
                font-style: normal;
            }

            .search-group .search-input input.search::-moz-placeholder {
                /* Firefox 19+ */
                color: #404040;
                text-align: center;
                font-style: normal;
            }

            .search-group .search-input input.search:-ms-input-placeholder {
                color: #404040;
                text-align: center;
                font-style: normal;
            }

        .search-group .search-input button.button-search,
        .search-group .search-input input.button-search {
            float: right;
            width: 84px;
            min-height: 36px;
            max-height: 36px;
            display: inline-block;
            font-size: 1.25em;
            padding: .3em 0 .2em 0;
        }

    .content-wrapper {
        margin-bottom: 1.5em;
    }

    .footer-lined .icon {
        background-color: white;
    }

    .horizontal-lined, .divider-heading, .footer-brand,
    .divider-heading,
    .footer-brand {
        position: relative;
        margin-bottom: 1em;
        padding: 0.3em 0;
    }

        .horizontal-lined span, .divider-heading span, .footer-brand span,
        .horizontal-lined a,
        .divider-heading a,
        .footer-brand a,
        .divider-heading span,
        .divider-heading a,
        .footer-brand span,
        .footer-brand a {
            background-color: transparent;
            background: white;
            margin-top: 0;
            line-height: 1em;
            padding: 0 20px;
            z-index: 2;
        }

        .horizontal-lined:before, .divider-heading:before, .footer-brand:before,
        .divider-heading:before,
        .footer-brand:before {
            width: 82%;
            margin-left: 9%;
            height: 2em;
        }

    .content-wrapper .panel-micro-nav {
        top: 0;
    }

    .hero-panel {
        background: #fff;
        padding: 1em;
    }

        .hero-panel .feature-panel {
            text-align: center;
            margin-top: 0;
            height: 350px;
            vertical-align: middle;
            display: table-cell;
            background: none;
        }

            .hero-panel .feature-panel .excerpt-heading {
                background: none;
                font-size: 3em;
                letter-spacing: -1px;
                line-height: .78em;
                margin: -.5em 0 .25em 0;
                width: auto;
                padding: 0;
                min-height: none;
            }

            .hero-panel .feature-panel p {
                display: block;
            }

        .hero-panel .orbit-container {
            background: none;
            position: relative;
        }

            .hero-panel .orbit-container .orbit-slides-container {
                z-index: 1;
            }

                .hero-panel .orbit-container .orbit-slides-container li {
                    background: #fff;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

            .hero-panel .orbit-container .orbit-bullets {
                display: inline-block;
            }

        .hero-panel .orbit-bullets {
            text-align: center;
            margin: 0 auto;
            position: absolute;
            z-index: 2;
            top: 100%;
            right: 0;
            width: 50%;
            margin-top: -32px;
        }

    .social-panel {
        margin-top: 8px !important;
        background: white;
    }

        .social-panel .social-sharing {
            background: none;
            padding-top: 0.65em;
        }

            .social-panel .social-sharing .social-icons {
                margin-bottom: 0;
                margin-top: -0.1em;
            }

            .social-panel .social-sharing label {
                padding-right: 3%;
                margin-top: .2em;
            }

        .social-panel .newsletter {
            background: #e6e7e8 url(../images/bg-newsletter.png) repeat-y left top;
            padding-top: 0.625em;
            padding-bottom: 0.625em;
        }

            .social-panel .newsletter label {
                color: #000;
                margin: .8em 0 0 0;
                margin-bottom: 0;
            }

            .social-panel .newsletter input.email {
                float: left;
                height: 44px;
                margin-bottom: 0;
                padding: .6em 0 .4em 1em;
                line-height: 1.8em;
            }

            .social-panel .newsletter .button, .social-panel .newsletter button {
                padding-top: 0.6125em;
                padding-bottom: 0.55em;
                margin-bottom: 0;
            }

    .recipe-panel {
        padding: 1.2em;
    }

        .recipe-panel .feature-image img {
            padding: 5px;
        }

        .recipe-panel .recipe-excerpt {
            text-align: left;
        }

            .recipe-panel .recipe-excerpt h4,
            .recipe-panel .recipe-excerpt .description {
                text-align: left;
            }

            .recipe-panel .recipe-excerpt h4 {
                font-size: 1.75em;
                margin-top: .25em;
                margin-bottom: 0.125em;
            }

            .recipe-panel .recipe-excerpt .description p {
                line-height: 1.2em;
                font-size: 1em;
            }

            .recipe-panel .recipe-excerpt .author-card {
                margin-top: 0;
            }

                .recipe-panel .recipe-excerpt .author-card .author-meta {
                    font-size: 1em;
                    text-align: left;
                }

                .recipe-panel .recipe-excerpt .author-card .border-wrap {
                    padding: 2px;
                }

    .stories-panel {
        padding: 1em 1em 0 1em;
    }

        .stories-panel ul.caroufredsel li.story-preview .border-wrap {
            width: 95%;
        }

    .news-panel {
        padding: 1em;
    }

        .news-panel ul.caroufredsel li.article-preview {
            margin-left: .7em;
        }

        .news-panel .image-wrap {
            text-align: center;
        }

        .news-panel h4, .news-panel .description, .news-panel .learn-more {
            padding-left: .2em;
        }

        .news-panel h4 {
            text-align: left;
            padding-right: 1em;
            margin-bottom: .25em;
        }

        .news-panel .description {
            text-align: left;
            display: block;
            line-height: 1.2em;
            margin-bottom: .25em;
        }

        .news-panel .learn-more {
            display: block;
        }

    .footer-panel {
        text-align: left;
    }

        .footer-panel h6 {
            font-size: 0.8125em;
            text-align: left;
        }

        .footer-panel li {
            text-align: left;
        }

        .footer-panel .footer-brand {
            width: 100%;
            text-align: center;
            font-family: "BreakersUltra", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
            font-size: 1.75em;
            color: #0072bc;
            position: relative;
            padding: 0;
            margin-top: 0.6em;
            height: 20px;
        }

            .footer-panel .footer-brand:before {
                height: 1em;
                width: 96%;
                margin: 0 2% 0 2%;
            }

            .footer-panel .footer-brand span,
            .footer-panel .footer-brand a {
                margin: 0;
                padding: 0 20px;
                letter-spacing: -1px;
            }

        .footer-panel a {
            color: #000;
        }

        .footer-panel a:hover {
            text-decoration: underline;
        }

        .footer-panel ul,
        .footer-panel li {
            list-style: none;
            font-size: 0.875em;
        }

        .footer-panel .footer-links {
            margin-left: 1em;
            font-size: 0.8125em;
            float: left;
            width: 76%;
        }

        .footer-panel .social-icons {
            float: right;
            width: 20%;
        }

    .section-header {
        text-align: center;
        margin: -2em 0 1em 0;
        padding-bottom: 2em;
        position: relative;
        text-align: center;
    }

        .section-header h1 {
            color: #0072bc;
            font-size: 3.875em;
            margin-bottom: .125em;
            margin-top: -.125em;
        }

            .section-header h1:before {
                content: none;
                background: none;
            }

        .section-header.hide-capline-small h1:before {
            display: block;
        }

        .section-header p {
            font-size: 1.375em;
            padding: 0 1.375em;
            line-height: 1.45em;
        }

        .section-header:before {
            z-index: 1;
            content: "";
            position: absolute;
            height: 2.5em;
            background: url("../images/line-horizontal-sep.png") repeat-x 15% center;
            bottom: 0;
            left: 0;
            width: 94%;
            margin: 0 0 0 3%;
            z-index: 2;
            width: 86%;
            margin: 0 0 0 7%;
        }

    .altborders .border-wrap, .gt-ie8 .border-wrap {
        width: 97%;
        height: 97%;
    }

        .altborders .border-wrap:before, .gt-ie8 .border-wrap:before, .altborders .border-wrap:after, .gt-ie8 .border-wrap:after {
            visibility: visible;
        }

        .altborders .border-wrap img, .gt-ie8 .border-wrap img {
            padding: 12px;
        }

    .altborders .border-stylized, .gt-ie8 .border-stylized, .altborders nav.sidebar-boxed ul li a, nav.sidebar-boxed ul li .altborders a, .gt-ie8 nav.sidebar-boxed ul li a, nav.sidebar-boxed ul li .gt-ie8 a, .altborders .outer-wrapper .has-content-masthead .sidebar-content .border-wrap, .outer-wrapper .has-content-masthead .sidebar-content .altborders .border-wrap, .gt-ie8 .outer-wrapper .has-content-masthead .sidebar-content .border-wrap, .outer-wrapper .has-content-masthead .sidebar-content .gt-ie8 .border-wrap, .altborders .outer-wrapper .page-inner-wrapper .border-wrap, .outer-wrapper .page-inner-wrapper .altborders .border-wrap, .gt-ie8 .outer-wrapper .page-inner-wrapper .border-wrap, .outer-wrapper .page-inner-wrapper .gt-ie8 .border-wrap, .altborders .box-btn, .gt-ie8 .box-btn, .altborders div.section-accordion .accordion-title, div.section-accordion .altborders .accordion-title, .gt-ie8 div.section-accordion .accordion-title, div.section-accordion .gt-ie8 .accordion-title, .altborders .border-wrap, .gt-ie8 .border-wrap {
        padding: 0;
        border-style: none;
        border-width: 0;
    }

    .altborders .masthead-fullwidth .content-header .masthead-image, .gt-ie8 .masthead-fullwidth .content-header .masthead-image {
        margin-left: 1em;
        margin-right: 1em;
    }

    .altborders .recipe-panel .feature-image img, .gt-ie8 .recipe-panel .feature-image img {
        padding: 10px;
    }

    .altborders .recipe-panel .avatar-set, .gt-ie8 .recipe-panel .avatar-set {
        width: 110px;
    }

        .altborders .recipe-panel .avatar-set .border-wrap, .gt-ie8 .recipe-panel .avatar-set .border-wrap {
            border: 0 none;
            padding: 0 !important;
            width: 80%;
        }

            .altborders .recipe-panel .avatar-set .border-wrap img, .gt-ie8 .recipe-panel .avatar-set .border-wrap img {
                padding: 8px;
            }

    .altborders .stories-panel .border-wrap, .gt-ie8 .stories-panel .border-wrap {
        width: 90%;
    }

    .altborders .news-panel .border-wrap, .gt-ie8 .news-panel .border-wrap {
        height: auto;
    }

    .outer-wrapper {
        padding-top: 1em;
        margin-top: 1.5em;
        float: none;
        clear: both;
    }

        .outer-wrapper .section-header {
            margin-bottom: 0;
        }

            .outer-wrapper .section-header h1 {
                padding-bottom: 0;
                padding-top: .25em;
            }

        .outer-wrapper .divider-heading:before {
            width: 86%;
            margin: 0 0 0 7%;
        }

        .outer-wrapper.bg-panel-alternate {
            background: #e6e7e8;
        }

        .outer-wrapper .intro-wrapper {
            background: transparent;
        }

        .outer-wrapper.row {
            padding-bottom: 0;
        }

            .outer-wrapper.row .row {
                margin-left: 0;
                margin-right: 0;
            }

        .outer-wrapper .article-preview h4 {
            margin-bottom: .5em;
        }

        .outer-wrapper .has-content-masthead .body-text,
        .outer-wrapper .has-content-masthead .sidebar-content,
        .outer-wrapper .page-inner-wrapper {
            padding: 0 .5em 0 .5em;
            position: relative;
            width: 100%;
            background: transparent;
            box-shadow: none;
            border-radius: 0;
            text-align: left;
        }

            .outer-wrapper .has-content-masthead .body-text .panel-header-controls,
            .outer-wrapper .has-content-masthead .sidebar-content .panel-header-controls,
            .outer-wrapper .page-inner-wrapper .panel-header-controls {
                margin: -0.5em -0.5em 2em -0.5em !important;
            }

                .outer-wrapper .has-content-masthead .body-text .panel-header-controls label,
                .outer-wrapper .has-content-masthead .sidebar-content .panel-header-controls label,
                .outer-wrapper .page-inner-wrapper .panel-header-controls label {
                    font-size: 0.9375em;
                    margin-top: 0.3em;
                }

        .outer-wrapper nav.sidebar-boxed {
            width: 94%;
            margin-left: 0;
        }

            .outer-wrapper nav.sidebar-boxed li a {
                width: 100%;
            }

                .outer-wrapper nav.sidebar-boxed li a:before, .outer-wrapper nav.sidebar-boxed li a:after {
                    visibility: visible;
                }

        .outer-wrapper .has-content-masthead .content-header {
            width: 95%;
        }

        .outer-wrapper .has-content-masthead .body-text {
            padding-right: 2em;
        }

        .outer-wrapper .has-content-masthead .sidebar-content {
            padding: 0 0.2em 0 0.8em;
            width: 95%;
        }

            .outer-wrapper .has-content-masthead .sidebar-content .border-wrap {
                width: 96%;
                margin: 0 0 1em 0;
            }

        .outer-wrapper .masthead-image {
            position: relative;
            margin-bottom: 1em;
            clear: both;
        }

            .outer-wrapper .masthead-image label {
                position: absolute;
                left: 2em;
                bottom: 1.5em;
                background: #fff;
                padding: 1em 1.5em;
                font-size: 0.96875em;
                text-align: left;
                border: 1px solid #000;
                width: auto;
            }

        .outer-wrapper .search-results-header h5:before {
            content: none;
            background: none;
            display: none;
        }

        .outer-wrapper .search-result {
            text-align: left;
        }

    .dk-logo {
        margin-top: 0;
    }

    .dk-panel .dk-brand {
        text-align: right;
    }

        .dk-panel .dk-brand .dk-logo {
            margin-right: 6%;
            margin-top: 0.7em;
        }

    .dk-panel .dk-sharing {
        text-align: left;
    }

        .dk-panel .dk-sharing li {
            margin: 1em 4.5% 0;
        }

        .dk-panel .dk-sharing:before {
            content: '';
            border-left: 1px solid #c5c5be;
            height: 3.5em;
            width: 1px;
            position: absolute;
            left: 0;
            margin-top: .8em;
        }

    .dk-page-brand {
        text-align: center;
        margin-bottom: 2em;
    }

    .search-panel {
        margin-top: 1.5em;
    }

        .search-panel .btn-clear {
            right: 48px;
        }

        .search-panel .search-input input {
            font-size: 1.25em;
            padding: .5em 1em .5em 1em;
            height: 46px;
        }

    .supporting-panel {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        /*  box-shadow: 1px 0 1px rgba(0,0,0,.02),
      2px 0 1px rgba(0,0,0,.02),
      3px 0 1px rgba(0,0,0,.04),
      5px 0 1px rgba(0,0,0,.03),
      7px 0 1px rgba(0,0,0,.02),
      9px 0 1px rgba(0,0,0,.01),
      11px 0 1px rgba(0,0,0,.01),
      12px 0 1px rgba(0,0,0,.01);*/
        box-shadow: inset 12px 0 22px -18px rgba(0, 0, 0, 0.25);
        background: #e6e7e8;
        top: -1.5em;
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .image-preview {
        padding-left: .67em;
        padding-right: .67em;
    }

        .image-preview .frame {
            width: 100%;
        }

        .image-preview.large-3:nth-of-type(4n+1) {
            clear: left;
        }

    .sidebar .image-preview .frame {
        width: 97%;
    }

    .region-selector .alt-header {
        text-align: left;
    }

    .state-selector div.form-custom .custom.dropdown {
        width: 90%;
    }

    .state-selector:before {
        left: 20px;
        top: 20px;
        content: '';
        float: left;
        position: absolute;
        z-index: 2;
    }

    .map-visualisation {
        width: 107px;
        height: 101px;
        position: relative;
        display: inline-block;
        margin-bottom: 1em;
    }

        .map-visualisation:after {
            content: '';
            background-position: -118px -226px;
            width: 107px;
            height: 101px;
            position: relative;
            float: left;
            z-index: 1;
        }

        .map-visualisation:before {
            left: 20px;
            top: 20px;
            content: '';
            float: left;
            position: absolute;
            z-index: 2;
        }

        .map-visualisation.qld:before {
            left: 65px;
            top: 1px;
            background-position: -310px -227px;
            width: 41px;
            height: 58px;
        }

        .map-visualisation.nsw:before {
            left: 72px;
            top: 55px;
            background-position: -390px -226px;
            width: 35px;
            height: 27px;
        }

        .map-visualisation.vic:before {
            left: 72px;
            top: 71px;
            background-position: -429px -227px;
            width: 22px;
            height: 16px;
        }

        .map-visualisation.act:before {
            background-position: -471px -229px;
            width: 2px;
            height: 3px;
        }

        .map-visualisation.tas:before {
            left: 79px;
            top: 90px;
            background-position: -456px -227px;
            width: 9px;
            height: 10px;
        }

        .map-visualisation.nt:before {
            left: 40px;
            top: 1px;
            background-position: -281px -228px;
            width: 27px;
            height: 45px;
        }

        .map-visualisation.sa:before {
            left: 41px;
            top: 46px;
            background-position: -354px -226px;
            width: 32px;
            height: 37px;
        }

        .map-visualisation.wa:before {
            left: 0;
            top: 10px;
            background-position: -237px -227px;
            width: 42px;
            height: 66px;
        }

    .share-buttons .st_btn {
        width: 37px;
    }

    .contact-column.large-4:nth-of-type(3n+1) {
        clear: left;
    }

    .newsletter-form .scfSectionContent .row {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 2.9375em;
        width: 33.33333%;
        float: left;
    }

    .newsletter-form .scfSectionContent .scfCheckboxBorder,
    .newsletter-form .scfSectionContent .scfCheckBoxListBorder,
    .newsletter-form .scfSectionContent .terms-and-conditions {
        padding-right: 140px;
    }

        .newsletter-form .scfSectionContent .scfCheckboxBorder .scfRequired, .newsletter-form .scfSectionContent .scfCheckboxBorder .scfValidatorRequired,
        .newsletter-form .scfSectionContent .scfCheckBoxListBorder .scfRequired,
        .newsletter-form .scfSectionContent .scfCheckBoxListBorder .scfValidatorRequired,
        .newsletter-form .scfSectionContent .terms-and-conditions .scfRequired,
        .newsletter-form .scfSectionContent .terms-and-conditions .scfValidatorRequired {
            margin-left: -140px;
        }

    .newsletter-form .scfSubmitButtonBorder {
        float: right;
        width: auto;
        text-align: right;
        top: -3em;
    }
}
/* Used to alter styles for screens at least 1280px wide. */
@media only screen and (min-width: 960px) {
    html {
        background-color: #0072bc;
        background: url(../images/background-tile-ia32.png) repeat-y center 2060px;
        padding: 0;
    }

    body {
        width: 100%;
        min-height: 100%;
        padding: 0;
        font-size: 100%;
        background: transparent;
        background: url(../images/background-compressed.jpg) no-repeat center top;
    }

        body:after {
            position: absolute;
            float: left;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            content: ' ';
            z-index: -1;
        }

    .hero-panel .feature-panel {
        height: 442px;
    }

        .hero-panel .feature-panel .excerpt-heading {
            font-size: 3.25em;
            padding: 0 1em 0 1em;
        }

    .social-panel .social-sharing {
        padding-top: 1.35em;
    }

    .share-buttons .st_btn {
        width: 42px;
    }

    .site-nav-wrapper .primary > li > a,
    .site-nav-wrapper .secondary li a {
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

    .site-nav-wrapper .primary > li > a {
        font-size: 1.375em;
    }
}
/* Retina sprite sheet adjustments */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
    .sprites, .star-rating li,
    .star-rater li, .star-rating, .icon:before, .social-icons a, .social-icons-large a, ul.social-icons-mono a, .dk-logo, .dk-logo-circular, .legendairy-logo, .button-orb, .button-orb:before, .button-orb.search:after, .title-area .mobile-icon a span, .footer-panel-mobile .footer-brand-small span:after,
    .footer-panel-mobile .footer-brand-small a:after, .footer-brand span:after,
    .footer-brand a:after, .panel-micro-nav li a, nav.sidebar-boxed ul li.current:after, .search-results .search-result .icon, .box-btn.hide-search span.icon, .search-panel .search-input input.ip-button-orb-search, .search-panel .custom.dropdown a.selector:before, .search-panel .f-button-dropdown:after, .search-panel .btn-clear, .share-buttons .st_btn span.icon, div.section-accordion .accordion-title a:before, .map-visualisation:after, .map-visualisation:before, .preview-icon {
        background-image: url(/global/SustainabilityReport/images/sprite-sheet.png);
        -webkit-background-size: 800px 800px;
        -moz-background-size: 800px 800px;
        -o-background-size: 800px 800px;
        background-size: 800px 800px;
    }
}
