@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("~/ResourcePackages/Bootstrap/assets/Content/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("~/ResourcePackages/Bootstrap/assets/Content/fontsfontawesome-webfonte0a5.html?v=4.3.0") format("woff2"), url("~/ResourcePackages/Bootstrap/assets/Content/fonts/fontawesome-webfonte0a5.woff?v=4.3.0") format("woff"), url("~/ResourcePackages/Bootstrap/assets/Content/fonts/fontawesome-webfonte0a5.ttf?v=4.3.0") format("truetype"), url("~/ResourcePackages/Bootstrap/assets/Content/fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #333;
    margin-bottom: 0;
}
    /* line 152, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar ul {
        margin-bottom: 0;
        list-style: none;
    }
    /* line 157, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar .row {
        max-width: none;
    }
    /* line 159, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar form,
    .top-bar input {
        margin-bottom: 0;
    }
    /* line 162, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar input {
        height: auto;
        padding-top: .35rem;
        padding-bottom: .35rem;
        font-size: 0.75rem;
    }
    /* line 164, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar .button, .top-bar button {
        padding-top: .45rem;
        padding-bottom: .35rem;
        margin-bottom: 0;
        font-size: 0.75rem;
    }
    /* line 175, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar .title-area {
        position: relative;
        margin: 0;
    }
    /* line 180, ../sass/vendors/foundation/components/_top-bar.scss */

    .top-bar .name {
        height: 45px;
        margin: 0;
        font-size: 16px;
    }
        /* line 185, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar .name h1 {
            line-height: 45px;
            font-size: 1.0625rem;
            margin: 0;
        }
            /* line 189, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar .name h1 a {
                font-weight: normal;
                color: #fff;
                width: 75%;
                display: block;
                padding: 0 15px;
            }
    /* line 200, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar .toggle-topbar {
        position: absolute;
        right: 0;
        top: 0;
    }
        /* line 205, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar .toggle-topbar a {
            color: #fff;
            text-transform: uppercase;
            font-size: 0.8125rem;
            font-weight: bold;
            position: relative;
            display: block;
            padding: 0 15px;
            height: 45px;
            line-height: 45px;
        }
        /* line 218, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar .toggle-topbar.menu-icon {
            right: 15px;
            top: 50%;
            margin-top: -16px;
            padding-left: 40px;
        }
            /* line 224, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar .toggle-topbar.menu-icon a {
                height: 34px;
                line-height: 33px;
                padding: 0;
                padding-right: 25px;
                color: #fff;
                position: relative;
            }
                /* line 235, ../sass/vendors/foundation/components/_top-bar.scss */
                .top-bar .toggle-topbar.menu-icon a::after {
                    content: "";
                    position: absolute;
                    right: 0;
                    display: block;
                    width: 16px;
                    top: 0;
                    height: 0;
                    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
                }
    /* line 253, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar.expanded {
        height: auto;
        background: transparent;
    }
        /* line 257, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar.expanded .title-area {
            background: #333;
        }
        /* line 260, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar.expanded .toggle-topbar a {
            color: #888;
        }
            /* line 261, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar.expanded .toggle-topbar a::after {
                box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
            }

/* line 276, ../sass/vendors/foundation/components/_top-bar.scss */
.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}
    /* line 282, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar-section ul {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        font-size: 16px;
        margin: 0;
    }
    /* line 291, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar-section .divider,
    .top-bar-section [role="separator"] {
        border-top: solid 1px #1a1a1a;
        clear: both;
        height: 1px;
        width: 100%;
    }
    /* line 299, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar-section ul li {
        background: #333;
    }
        /* line 301, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section ul li > a {
            display: block;
            width: 100%;
            color: #fff;
            padding: 12px 0 12px 0;
            padding-left: 15px;
            font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
            font-size: 0.8125rem;
            font-weight: normal;
            text-transform: none;
        }
            /* line 313, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section ul li > a.button {
                font-size: 0.8125rem;
                padding-right: 15px;
                padding-left: 15px;
                background-color: #008CBA;
                border-color: #007095;
                color: #fff;
            }
                /* line 133, ../sass/vendors/foundation/components/_buttons.scss */
                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #007095;
                }
                /* line 144, ../sass/vendors/foundation/components/_buttons.scss */
                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #fff;
                }
                /* line 319, ../sass/vendors/foundation/components/_top-bar.scss */
                .top-bar-section ul li > a.button.secondary {
                    background-color: #e7e7e7;
                    border-color: #b9b9b9;
                    color: #333;
                }
                    /* line 133, ../sass/vendors/foundation/components/_buttons.scss */
                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #b9b9b9;
                    }
                    /* line 139, ../sass/vendors/foundation/components/_buttons.scss */
                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #333;
                    }
                /* line 320, ../sass/vendors/foundation/components/_top-bar.scss */
                .top-bar-section ul li > a.button.success {
                    background-color: #43AC6A;
                    border-color: #368a55;
                    color: #fff;
                }
                    /* line 133, ../sass/vendors/foundation/components/_buttons.scss */
                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #368a55;
                    }
                    /* line 144, ../sass/vendors/foundation/components/_buttons.scss */
                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #fff;
                    }
                /* line 321, ../sass/vendors/foundation/components/_top-bar.scss */
                .top-bar-section ul li > a.button.alert {
                    background-color: #f04124;
                    border-color: #cf2a0e;
                    color: #fff;
                }
                    /* line 133, ../sass/vendors/foundation/components/_buttons.scss */
                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #cf2a0e;
                    }
                    /* line 144, ../sass/vendors/foundation/components/_buttons.scss */
                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #fff;
                    }
        /* line 324, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section ul li > button {
            font-size: 0.8125rem;
            padding-right: 15px;
            padding-left: 15px;
            background-color: #008CBA;
            border-color: #007095;
            color: #fff;
        }
            /* line 133, ../sass/vendors/foundation/components/_buttons.scss */
            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #007095;
            }
            /* line 144, ../sass/vendors/foundation/components/_buttons.scss */
            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #fff;
            }
            /* line 330, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section ul li > button.secondary {
                background-color: #e7e7e7;
                border-color: #b9b9b9;
                color: #333;
            }
                /* line 133, ../sass/vendors/foundation/components/_buttons.scss */
                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #b9b9b9;
                }
                /* line 139, ../sass/vendors/foundation/components/_buttons.scss */
                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #333;
                }
            /* line 331, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section ul li > button.success {
                background-color: #43AC6A;
                border-color: #368a55;
                color: #fff;
            }
                /* line 133, ../sass/vendors/foundation/components/_buttons.scss */
                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #368a55;
                }
                /* line 144, ../sass/vendors/foundation/components/_buttons.scss */
                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #fff;
                }
            /* line 332, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section ul li > button.alert {
                background-color: #f04124;
                border-color: #cf2a0e;
                color: #fff;
            }
                /* line 133, ../sass/vendors/foundation/components/_buttons.scss */
                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #cf2a0e;
                }
                /* line 144, ../sass/vendors/foundation/components/_buttons.scss */
                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #fff;
                }
        /* line 336, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section ul li:hover:not(.has-form) > a {
            background: #272727;
            color: #fff;
        }
        /* line 343, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section ul li.active > a {
            background: #008CBA;
            color: #fff;
        }
            /* line 346, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section ul li.active > a:hover {
                background: #0078a0;
                color: #fff;
            }
    /* line 354, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar-section .has-form {
        padding: 15px;
    }
    /* line 357, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown {
        position: relative;
    }
        /* line 361, ../sass/vendors/foundation/components/_top-bar.scss */
        .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.4);
            border-left-style: solid;
            margin-right: 15px;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }
        /* line 373, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .has-dropdown.moved {
            position: static;
        }
            /* line 374, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                position: absolute !important;
                width: 100%;
            }
            /* line 378, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .has-dropdown.moved > a:after {
                display: none;
            }
    /* line 385, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar-section .dropdown {
        padding: 0;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 99;
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
        /* line 393, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .dropdown li {
            width: 100%;
            height: auto;
        }
            /* line 397, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li a {
                font-weight: normal;
                padding: 8px 15px;
            }
                /* line 400, ../sass/vendors/foundation/components/_top-bar.scss */
                .top-bar-section .dropdown li a.parent-link {
                    font-weight: normal;
                }
            /* line 405, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li.title h5 {
                margin-bottom: 0;
                margin-top: 0;
            }
                /* line 408, ../sass/vendors/foundation/components/_top-bar.scss */
                .top-bar-section .dropdown li.title h5 a {
                    color: #fff;
                    line-height: 22.5px;
                    display: block;
                }
            /* line 414, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li.has-form {
                padding: 8px 15px;
            }
            /* line 415, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto;
            }
        /* line 418, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .dropdown label {
            padding: 8px 15px 2px;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #777;
            font-weight: bold;
            font-size: 0.625rem;
        }

/* line 429, ../sass/vendors/foundation/components/_top-bar.scss */
.js-generated {
    display: block;
}

@media only screen and (min-width: 40.063em) {
    /* line 434, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar {
        background: #333;
        overflow: visible;
    }
        /* line 115, ../sass/vendors/foundation/components/_global.scss */
        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }
        /* line 116, ../sass/vendors/foundation/components/_global.scss */
        .top-bar:after {
            clear: both;
        }
        /* line 439, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar .toggle-topbar {
            display: none;
        }
        /* line 441, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar .title-area {
            float: left;
        }
        /* line 442, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar .name h1 a {
            width: auto;
        }
        /* line 444, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar input,
        .top-bar .button,
        .top-bar button {
            font-size: 0.875rem;
            position: relative;
            top: 7px;
        }
        /* line 452, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar.expanded {
            background: #333;
        }

    /* line 455, ../sass/vendors/foundation/components/_top-bar.scss */
    .contain-to-grid .top-bar {
        max-width: 62.5rem;
        margin: 0 auto;
        margin-bottom: 0;
    }

    /* line 461, ../sass/vendors/foundation/components/_top-bar.scss */
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }
        /* line 465, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section ul {
            width: auto;
            height: auto !important;
            display: inline;
        }
            /* line 470, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section ul li {
                float: left;
            }
                /* line 472, ../sass/vendors/foundation/components/_top-bar.scss */
                .top-bar-section ul li .js-generated {
                    display: none;
                }
        /* line 478, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section li.hover > a:not(.button) {
            background: #272727;
            color: #fff;
        }
        /* line 484, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 15px;
            background: #333;
        }
            /* line 487, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background: #272727;
            }
        /* line 491, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section li.active:not(.has-form) a:not(.button) {
            padding: 0 15px;
            color: #fff;
            background: #008CBA;
        }
            /* line 495, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: #0078a0;
            }
        /* line 504, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .has-dropdown > a {
            padding-right: 35px !important;
        }
            /* line 506, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .has-dropdown > a:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 22.5px;
            }
        /* line 515, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .has-dropdown.moved {
            position: relative;
        }
            /* line 516, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: absolute !important;
                height: 1px;
                width: 1px;
                overflow: hidden;
                clip: rect(1px, 1px, 1px, 1px);
            }
        /* line 522, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }
        /* line 529, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "\00bb";
            top: 1rem;
            margin-top: -1px;
            right: 5px;
            line-height: 1.2;
        }
        /* line 542, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .dropdown {
            left: 0;
            top: auto;
            background: transparent;
            min-width: 100%;
        }
            /* line 549, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li a {
                color: #fff;
                line-height: 45px;
                white-space: nowrap;
                padding: 12px 15px;
                background: #333;
            }
            /* line 557, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
                color: #fff;
                background: #333;
            }
            /* line 561, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
                color: #fff;
                background: #272727;
            }
            /* line 566, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li label {
                white-space: nowrap;
                background: #333;
            }
            /* line 572, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }
        /* line 579, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-bottom: none;
            border-top: none;
            border-right: solid 1px #4e4e4e;
            clear: none;
            height: 45px;
            width: 0;
        }
        /* line 589, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .has-form {
            background: #333;
            padding: 0 15px;
            height: 45px;
        }
        /* line 597, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }
            /* line 601, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }
        /* line 605, ../sass/vendors/foundation/components/_top-bar.scss */
        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0;
        }
            /* line 609, ../sass/vendors/foundation/components/_top-bar.scss */
            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    /* line 619, ../sass/vendors/foundation/components/_top-bar.scss */
    .no-js .top-bar-section ul li:hover > a {
        background: #272727;
        color: #fff;
    }
    /* line 625, ../sass/vendors/foundation/components/_top-bar.scss */
    .no-js .top-bar-section ul li:active > a {
        background: #008CBA;
        color: #fff;
    }
    /* line 633, ../sass/vendors/foundation/components/_top-bar.scss */
    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}
/* line 321, ../sass/vendors/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}
    /* line 124, ../sass/vendors/foundation/components/_offcanvas.scss */
    .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
    }

/* line 322, ../sass/vendors/foundation/components/_offcanvas.scss */
.inner-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
    /* line 115, ../sass/vendors/foundation/components/_global.scss */
    .inner-wrap:before, .inner-wrap:after {
        content: " ";
        display: table;
    }
    /* line 116, ../sass/vendors/foundation/components/_global.scss */
    .inner-wrap:after {
        clear: both;
    }

/* line 324, ../sass/vendors/foundation/components/_offcanvas.scss */
.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #fff;
    color: #fff;
    height: 4.6875rem;
    line-height: 4.6875rem;
    position: relative;
}
    /* line 157, ../sass/vendors/foundation/components/_offcanvas.scss */
    .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
        color: #fff;
        font-weight: bold;
        line-height: 4.6875rem;
        margin: 0;
    }
    /* line 163, ../sass/vendors/foundation/components/_offcanvas.scss */
    .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
        font-size: 1.125rem;
    }

/* line 326, ../sass/vendors/foundation/components/_offcanvas.scss */
.left-small {
    left: 0;
}

/* line 327, ../sass/vendors/foundation/components/_offcanvas.scss */
.right-small {
    right: 0;
}

/* line 329, ../sass/vendors/foundation/components/_offcanvas.scss */
.tab-bar-section {
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    height: 4.6875rem;
    top: 0;
}

@media only screen and (min-width: 40.063em) {
    /* line 329, ../sass/vendors/foundation/components/_offcanvas.scss */
    .tab-bar-section {
        text-align: left;
    }
}
/* line 194, ../sass/vendors/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
    left: 0;
    right: 4.6875rem;
}
/* line 198, ../sass/vendors/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
    left: 4.6875rem;
    right: 0;
}
/* line 202, ../sass/vendors/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
    left: 4.6875rem;
    right: 4.6875rem;
}

/* line 333, ../sass/vendors/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
    text-indent: 2.1875rem;
    width: 4.6875rem;
    height: 4.6875rem;
    display: block;
    line-height: 2.0625rem;
    padding: 0;
    color: #fff;
    position: relative;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
    /* line 283, ../sass/vendors/foundation/components/_offcanvas.scss */
    .tab-bar .menu-icon span {
        position: absolute;
        display: block;
        height: 0;
        width: 1.375rem;
        line-height: 1;
        top: 1.875rem;
        left: 1.65625rem;
        box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    }
    /* line 308, ../sass/vendors/foundation/components/_offcanvas.scss */
    .tab-bar .menu-icon:hover span {
        box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
    }

/* line 348, ../sass/vendors/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #636363;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}
    /* line 98, ../sass/vendors/foundation/components/_offcanvas.scss */
    .left-off-canvas-menu * {
        -webkit-backface-visibility: hidden;
    }

/* line 349, ../sass/vendors/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15rem;
    top: -28px;
    bottom: 0;
    position: absolute;
    background: #636363;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}
    /* line 98, ../sass/vendors/foundation/components/_offcanvas.scss */
    .right-off-canvas-menu * {
        -webkit-backface-visibility: hidden;
    }

/* line 351, ../sass/vendors/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
    /* line 216, ../sass/vendors/foundation/components/_offcanvas.scss */
    ul.off-canvas-list li label {
        padding: 0.3rem 0.9375rem;
        color: #999;
        text-transform: uppercase;
        font-weight: bold;
        background: #444;
        border-top: 1px solid #5e5e5e;
        border-bottom: none;
        margin: 0;
    }
    /* line 226, ../sass/vendors/foundation/components/_offcanvas.scss */
    ul.off-canvas-list li a {
        display: block;
        padding: 0.66667rem;
        color: rgba(255, 255, 255, 0.7);
        border-bottom: 1px solid #4a4a4a;
        transition: background 300ms ease;
    }
        /* line 231, ../sass/vendors/foundation/components/_offcanvas.scss */
        ul.off-canvas-list li a:hover {
            background: #b3b3b3;
        }

/* line 357, ../sass/vendors/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
    -ms-transform: translate(15rem, 0);
    -webkit-transform: translate3d(15rem, 0, 0);
    -moz-transform: translate3d(15rem, 0, 0);
    -ms-transform: translate3d(15rem, 0, 0);
    -o-transform: translate3d(15rem, 0, 0);
    transform: translate3d(15rem, 0, 0);
}
/* line 360, ../sass/vendors/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
    /* line 259, ../sass/vendors/foundation/components/_offcanvas.scss */
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

/* line 364, ../sass/vendors/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
    -ms-transform: translate(-15rem, 0);
    -webkit-transform: translate3d(-15rem, 0, 0);
    -moz-transform: translate3d(-15rem, 0, 0);
    -ms-transform: translate3d(-15rem, 0, 0);
    -o-transform: translate3d(-15rem, 0, 0);
    transform: translate3d(-15rem, 0, 0);
}
/* line 368, ../sass/vendors/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
    /* line 259, ../sass/vendors/foundation/components/_offcanvas.scss */
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

/* line 373, ../sass/vendors/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
    left: -15rem;
}
/* line 374, ../sass/vendors/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
    right: -15rem;
}
/* line 376, ../sass/vendors/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
    right: 15rem;
}
/* line 377, ../sass/vendors/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
    left: 15rem;
}

/* line 259, ../sass/vendors/foundation/components/_global.scss */
meta.foundation-version {
    font-family: "/5.2.2/";
}

/* line 263, ../sass/vendors/foundation/components/_global.scss */
meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

/* line 268, ../sass/vendors/foundation/components/_global.scss */
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

/* line 273, ../sass/vendors/foundation/components/_global.scss */
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

/* line 278, ../sass/vendors/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

/* line 283, ../sass/vendors/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

/* line 288, ../sass/vendors/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
    font-family: false;
}

/* line 295, ../sass/vendors/foundation/components/_global.scss */
html, body {
    height: 100%;
}

/* line 298, ../sass/vendors/foundation/components/_global.scss */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 304, ../sass/vendors/foundation/components/_global.scss */
html,
body {
    font-size: 100%;
}

/* line 308, ../sass/vendors/foundation/components/_global.scss */
body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

/* line 321, ../sass/vendors/foundation/components/_global.scss */
a:hover {
    cursor: pointer;
}

/* line 324, ../sass/vendors/foundation/components/_global.scss */
img {
    max-width: 100%;
    height: auto;
}

/* line 326, ../sass/vendors/foundation/components/_global.scss */
img {
    -ms-interpolation-mode: bicubic;
}

/* line 330, ../sass/vendors/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}

/* line 337, ../sass/vendors/foundation/components/_global.scss */
.left {
    float: left !important;
}

/* line 338, ../sass/vendors/foundation/components/_global.scss */
.right {
    float: right !important;
}

/* line 115, ../sass/vendors/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
/* line 116, ../sass/vendors/foundation/components/_global.scss */
.clearfix:after {
    clear: both;
}

/* line 340, ../sass/vendors/foundation/components/_global.scss */
.hide {
    display: none;
}

/* line 346, ../sass/vendors/foundation/components/_global.scss */
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 349, ../sass/vendors/foundation/components/_global.scss */
img {
    display: inline-block;
    vertical-align: middle;
}

/* line 359, ../sass/vendors/foundation/components/_global.scss */
textarea {
    height: auto;
    min-height: 50px;
}

/* line 362, ../sass/vendors/foundation/components/_global.scss */
select {
    width: 100%;
}

/* small displays */
@media only screen {
    /* line 204, ../sass/vendors/foundation/components/_visibility.scss */
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    /* line 207, ../sass/vendors/foundation/components/_visibility.scss */
    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    /* line 211, ../sass/vendors/foundation/components/_visibility.scss */
    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    /* line 214, ../sass/vendors/foundation/components/_visibility.scss */
    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    /* line 217, ../sass/vendors/foundation/components/_visibility.scss */
    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    /* line 220, ../sass/vendors/foundation/components/_visibility.scss */
    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    /* line 223, ../sass/vendors/foundation/components/_visibility.scss */
    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
    /* line 204, ../sass/vendors/foundation/components/_visibility.scss */
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    /* line 207, ../sass/vendors/foundation/components/_visibility.scss */
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    /* line 211, ../sass/vendors/foundation/components/_visibility.scss */
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    /* line 214, ../sass/vendors/foundation/components/_visibility.scss */
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    /* line 217, ../sass/vendors/foundation/components/_visibility.scss */
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    /* line 220, ../sass/vendors/foundation/components/_visibility.scss */
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    /* line 223, ../sass/vendors/foundation/components/_visibility.scss */
    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
    /* line 204, ../sass/vendors/foundation/components/_visibility.scss */
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    /* line 207, ../sass/vendors/foundation/components/_visibility.scss */
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    /* line 211, ../sass/vendors/foundation/components/_visibility.scss */
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    /* line 214, ../sass/vendors/foundation/components/_visibility.scss */
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    /* line 217, ../sass/vendors/foundation/components/_visibility.scss */
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    /* line 220, ../sass/vendors/foundation/components/_visibility.scss */
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    /* line 223, ../sass/vendors/foundation/components/_visibility.scss */
    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
    /* line 204, ../sass/vendors/foundation/components/_visibility.scss */
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    /* line 207, ../sass/vendors/foundation/components/_visibility.scss */
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    /* line 211, ../sass/vendors/foundation/components/_visibility.scss */
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    /* line 214, ../sass/vendors/foundation/components/_visibility.scss */
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    /* line 217, ../sass/vendors/foundation/components/_visibility.scss */
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    /* line 220, ../sass/vendors/foundation/components/_visibility.scss */
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    /* line 223, ../sass/vendors/foundation/components/_visibility.scss */
    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
    /* line 204, ../sass/vendors/foundation/components/_visibility.scss */
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    /* line 207, ../sass/vendors/foundation/components/_visibility.scss */
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    /* line 211, ../sass/vendors/foundation/components/_visibility.scss */
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table;
    }

    /* line 214, ../sass/vendors/foundation/components/_visibility.scss */
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    /* line 217, ../sass/vendors/foundation/components/_visibility.scss */
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    /* line 220, ../sass/vendors/foundation/components/_visibility.scss */
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important;
    }

    /* line 223, ../sass/vendors/foundation/components/_visibility.scss */
    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
/* Orientation targeting */
/* line 237, ../sass/vendors/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

/* line 239, ../sass/vendors/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visibility for tables */
/* line 244, ../sass/vendors/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

/* line 248, ../sass/vendors/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

/* line 252, ../sass/vendors/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

/* line 256, ../sass/vendors/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

/* line 261, ../sass/vendors/foundation/components/_visibility.scss */
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) {
    /* line 266, ../sass/vendors/foundation/components/_visibility.scss */
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    /* line 268, ../sass/vendors/foundation/components/_visibility.scss */
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    /* Specific visibility for tables */
    /* line 273, ../sass/vendors/foundation/components/_visibility.scss */
    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    /* line 277, ../sass/vendors/foundation/components/_visibility.scss */
    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    /* line 281, ../sass/vendors/foundation/components/_visibility.scss */
    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    /* line 285, ../sass/vendors/foundation/components/_visibility.scss */
    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    /* line 290, ../sass/vendors/foundation/components/_visibility.scss */
    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) {
    /* line 296, ../sass/vendors/foundation/components/_visibility.scss */
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    /* line 298, ../sass/vendors/foundation/components/_visibility.scss */
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    /* Specific visibility for tables */
    /* line 303, ../sass/vendors/foundation/components/_visibility.scss */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    /* line 307, ../sass/vendors/foundation/components/_visibility.scss */
    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    /* line 311, ../sass/vendors/foundation/components/_visibility.scss */
    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    /* line 315, ../sass/vendors/foundation/components/_visibility.scss */
    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    /* line 320, ../sass/vendors/foundation/components/_visibility.scss */
    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */
/* line 326, ../sass/vendors/foundation/components/_visibility.scss */
.show-for-touch {
    display: none !important;
}

/* line 327, ../sass/vendors/foundation/components/_visibility.scss */
.hide-for-touch {
    display: inherit !important;
}

/* line 328, ../sass/vendors/foundation/components/_visibility.scss */
.touch .show-for-touch {
    display: inherit !important;
}

/* line 329, ../sass/vendors/foundation/components/_visibility.scss */
.touch .hide-for-touch {
    display: none !important;
}

/* Specific visibility for tables */
/* line 332, ../sass/vendors/foundation/components/_visibility.scss */
table.hide-for-touch {
    display: table;
}

/* line 333, ../sass/vendors/foundation/components/_visibility.scss */
.touch table.show-for-touch {
    display: table;
}

/* line 334, ../sass/vendors/foundation/components/_visibility.scss */
thead.hide-for-touch {
    display: table-header-group !important;
}

/* line 335, ../sass/vendors/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
    display: table-header-group !important;
}

/* line 336, ../sass/vendors/foundation/components/_visibility.scss */
tbody.hide-for-touch {
    display: table-row-group !important;
}

/* line 337, ../sass/vendors/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
    display: table-row-group !important;
}

/* line 338, ../sass/vendors/foundation/components/_visibility.scss */
tr.hide-for-touch {
    display: table-row !important;
}

/* line 339, ../sass/vendors/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
    display: table-row !important;
}

/* line 340, ../sass/vendors/foundation/components/_visibility.scss */
td.hide-for-touch {
    display: table-cell !important;
}

/* line 341, ../sass/vendors/foundation/components/_visibility.scss */
.touch td.show-for-touch {
    display: table-cell !important;
}

/* line 342, ../sass/vendors/foundation/components/_visibility.scss */
th.hide-for-touch {
    display: table-cell !important;
}

/* line 343, ../sass/vendors/foundation/components/_visibility.scss */
.touch th.show-for-touch {
    display: table-cell !important;
}

/* -------------------------------------------------- 
   This file contains CSS overrides that are specific
   to making sure that Foundation works well with MVC
-----------------------------------------------------
*/
/* Overrides: Errors */
/* line 9, ../sass/vendors/_foundation.mvc.scss */
.input-validation-error, input.input-validation-error, textarea.input-validation-error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}





/* line 309, ../sass/secondary/_layouts.scss */
.content-anchor:focus {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
}

/* line 316, ../sass/secondary/_layouts.scss */
.hidden-label {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/* line 322, ../sass/secondary/_layouts.scss */
.tabs {
    padding: 1px;
}
    /* line 325, ../sass/secondary/_layouts.scss */
    .tabs dd > a {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-size: 1.1875rem;
        background: none;
        padding: 10px 10px;
        display: block;
        color: #0062b3;
        font-weight: 400;
        border-left: 1px dotted transparent;
        border-right: 1px dotted transparent;
        border-top: 1px dotted transparent;
        border-bottom: 1px dotted #CBCBCB;
    }
    /* line 339, ../sass/secondary/_layouts.scss */
    .tabs dd.active > a {
        background: none;
        border-left: 1px dotted #CBCBCB;
        border-right: 1px dotted #CBCBCB;
        border-top: 1px dotted #CBCBCB;
        border-bottom: 1px dotted transparent;
        color: #f79516;
    }

/* line 4, ../sass/secondary/_components.scss */
.bu-content-block {
    margin-top: 30px;
}
    /* line 6, ../sass/secondary/_components.scss */
    .bu-content-block .btn {
        margin: 0px;
    }
    /* line 9, ../sass/secondary/_components.scss */
    .bu-content-block p {
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    }

/* line 15, ../sass/secondary/_components.scss */
.bios-list .member {
    display: block;
    margin-top: 60px;
}
    /* line 18, ../sass/secondary/_components.scss */
    .bios-list .member .name {
        font-size: 28px !important;
        color: #F79516;
    }
    /* line 22, ../sass/secondary/_components.scss */
    .bios-list .member .role {
        font-size: 20px !important;
        color: #444444;
    }
    /* line 26, ../sass/secondary/_components.scss */
    .bios-list .member .biography {
        margin-top: 10px;
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    }
    /* line 30, ../sass/secondary/_components.scss */
    .bios-list .member:first-child {
        margin-top: 0px;
    }
/* line 34, ../sass/secondary/_components.scss */
.bios-list img {
    float: left;
    margin: 0px 20px 20px 0px;
}
/* line 38, ../sass/secondary/_components.scss */
.bios-list .name, .bios-list .role, .bios-list .biography {
    margin: 0px;
}

/* line 47, ../sass/secondary/_components.scss */
.office-headquarters .office-city, .office-headquarters .office-city .office-description, .office-headquarters .office-city p,
.office-headquarters .office-location,
.office-headquarters .office-location .office-description,
.office-headquarters .office-location p,
.office-locations .office-city,
.office-locations .office-city .office-description,
.office-locations .office-city p,
.office-locations .office-location,
.office-locations .office-location .office-description,
.office-locations .office-location p {
    margin: 0px;
    padding: 0px;
    border: none;
}

/* line 57, ../sass/secondary/_components.scss */
.office-headquarters figure,
.leadership figure {
    margin: 0px 0px 40px;
}
/* line 60, ../sass/secondary/_components.scss */
.office-headquarters figcaption,
.leadership figcaption {
    background-color: #000000;
    background-color: rgba(69, 69, 69, 0.8);
    width: 100%;
    height: 37px;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 37px;
    margin-top: -37px;
    position: relative;
    padding-left: 5px;
}

/* line 77, ../sass/secondary/_components.scss */
.leadership {
    padding: 0px 30px;
}
    /* line 79, ../sass/secondary/_components.scss */
    .leadership li {
        display: block;
    }
    /* line 82, ../sass/secondary/_components.scss */
    .leadership .btn {
        position: absolute;
        right: 42px;
        bottom: 40px;
        margin-left: 15px;
    }
        /* line 87, ../sass/secondary/_components.scss */
        .leadership .btn:active {
            top: auto;
            bottom: 39px;
        }
    /* line 92, ../sass/secondary/_components.scss */
    .leadership figure {
        position: relative;
    }
    /* line 95, ../sass/secondary/_components.scss */
    .leadership figcaption,
    .leadership .figcaption {
        font-size: 1.5rem;
        text-align: left;
        position: absolute;
        bottom: 0px;
        margin: 0px;
        width: 100%;
        line-height: 80px;
        height: 75px;
        padding-left: 20px;
        background-color: #000000;
        background-color: rgba(51, 51, 51, 0.8);
    }

/* line 112, ../sass/secondary/_components.scss */
.office-headquarters {
    padding: 0px 30px;
}
    /* line 114, ../sass/secondary/_components.scss */
    .office-headquarters .office-city {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #262626;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.643;
    }
    /* line 122, ../sass/secondary/_components.scss */
    .office-headquarters .office-location .office-description, .office-headquarters .office-location p {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #646464;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.538;
    }

/* line 132, ../sass/secondary/_components.scss */
.office-locations {
    border-top: 1px dotted #CBCBCB;
    margin: 0px 30px;
    padding-top: 20px;
}
    /* line 136, ../sass/secondary/_components.scss */
    .office-locations .search {
        padding-right: 0px;
    }
    /* line 139, ../sass/secondary/_components.scss */
    .office-locations .btn, .office-locations input {
        margin: 0px;
    }
    /* line 142, ../sass/secondary/_components.scss */
    .office-locations .office-locations-list {
        margin-top: 20px;
    }
    /* line 145, ../sass/secondary/_components.scss */
    .office-locations .office-city {
        color: #787878;
        font-size: 17px;
        margin-top: 20px;
    }
    /* line 150, ../sass/secondary/_components.scss */
    .office-locations .office-description {
        color: #202020;
        font-size: 13px;
        font-weight: 700;
    }
    /* line 156, ../sass/secondary/_components.scss */
    .office-locations .office-location.vcard {
        display: block;
        padding: 0 .75rem 1.25rem 0;
    }
    /* line 161, ../sass/secondary/_components.scss */
    .office-locations .office-location p {
        color: #646464;
        font-size: 13px;
        font-weight: 400;
    }
    /* line 166, ../sass/secondary/_components.scss */
    .office-locations .office-search-summary {
        color: #64646464;
        font-size: 0.6875rem;
    }
    /* line 171, ../sass/secondary/_components.scss */
    .office-locations .office-search-list h6, .office-locations .office-search-list p {
        color: #646464;
    }
    /* line 174, ../sass/secondary/_components.scss */
    .office-locations .office-search-list h6 {
        font-size: 18px;
        margin: .2rem 0 .2rem 0;
    }
        /* line 177, ../sass/secondary/_components.scss */
        .office-locations .office-search-list h6.office-description {
            font-size: 13px;
            font-weight: normal;
            margin: 0;
        }
    /* line 183, ../sass/secondary/_components.scss */
    .office-locations .office-search-list p {
        font-size: 13px;
    }
    /* line 186, ../sass/secondary/_components.scss */
    .office-locations .office-search-list li {
        clear: both;
        float: left;
    }
    /* line 195, ../sass/secondary/_components.scss */
    .office-locations .office-locations-browse dl .active a {
        border-bottom: 0px;
    }

@media only screen and (max-width: 40em) {
    /* line 3, ../sass/secondary/_responsive.scss */
    .right-off-canvas-menu,
    .left-off-canvas-menu {
        background: #636363;
        z-index: 9;
    }

    .right-off-canvas-menu {
        -webkit-backface-visibility: hidden;
        width: 83%;
        top: -81px;
        bottom: 0;
        height: 500px;
        position: absolute;
        background: #636363;
        z-index: 1001;
        box-sizing: content-box;
        -webkit-overflow-scrolling: touch;
        -ms-transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        right: 14px;
        padding: 0;
    }
        /* line 8, ../sass/secondary/_responsive.scss */
        .right-off-canvas-menu div.row,
        .left-off-canvas-menu div.row {
            padding-bottom: 0;
        }

    /* line 13, ../sass/secondary/_responsive.scss */
    .tab-bar {
        height: 64px;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    }
        /* line 17, ../sass/secondary/_responsive.scss */
        .tab-bar .left-small {
            width: 0px;
            display: none;
            visibility: hidden;
        }
        /* line 23, ../sass/secondary/_responsive.scss */
        .tab-bar .tab-bar-section {
            left: 0.9375rem;
        }
        /* line 29, ../sass/secondary/_responsive.scss */
        .tab-bar img {
            position: absolute;
            top: 0.8125rem;
            left: 0;
            width: auto;
            height: 40px;
            image-rendering: optimizeQuality;
        }
        /* line 38, ../sass/secondary/_responsive.scss */
        .tab-bar .menu-icon {
            top: 10px;
            right: 0px;
            background: linear-gradient(to right, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
            background-image: -webkit-linear-gradient(bottom, #086EAB, #2B8BC6);
            border-radius: 3px 0 0 3px;
            width: 65px;
            height: 44px;
            margin: 0px;
            padding: 0px;
        }
            /* line 48, ../sass/secondary/_responsive.scss */
            .tab-bar .menu-icon div {
                left: 4px;
                top: 6px;
                text-indent: 0px;
                position: absolute;
                color: #a2cdec;
                font-size: 11px;
            }
            /* line 57, ../sass/secondary/_responsive.scss */
            .tab-bar .menu-icon span {
                width: 20px;
                right: 5px;
                left: initial;
                top: 11px;
                box-shadow: 0 0 0 2px white,0 10px 0 2px white,0 20px 0 2px white;
            }
            /* line 66, ../sass/secondary/_responsive.scss */
            .tab-bar .menu-icon:hover {
                background: #1c8fd4;
            }
                /* line 69, ../sass/secondary/_responsive.scss */
                .tab-bar .menu-icon:hover span {
                    box-shadow: 0 0 0 2px #fff,0 10px 0 2px #fff,0 20px 0 2px #fff;
                }
        /* line 74, ../sass/secondary/_responsive.scss */
        .tab-bar .right-small {
            position: absolute;
            right: -38px;
            top: 1px !important;
        }

    /* line 80, ../sass/secondary/_responsive.scss */
    .move-left .tab-bar .menu-icon span:before {
        font-family: 'FontAwesome';
        content: "\f00d";
        font-size: 20px;
        position: absolute;
        right: 4px;
        top: 3px;
    }

    /* line 89, ../sass/secondary/_responsive.scss */
    .move-left .tab-bar .menu-icon span {
        box-shadow: none;
    }

    /* line 94, ../sass/secondary/_responsive.scss */
    .main-menu div.row {
        padding-left: 0em;
    }
    /* line 98, ../sass/secondary/_responsive.scss */
    .main-menu .small-12.medium-4.columns {
        border: 0px solid #a6a6a6;
    }
        /* line 102, ../sass/secondary/_responsive.scss */
        .main-menu .small-12.medium-4.columns.primaries {
            width: 100%;
            border-radius: 0;
            background: #8d8d8d;
        }
            /* line 107, ../sass/secondary/_responsive.scss */
            .main-menu .small-12.medium-4.columns.primaries .primary {
                width: 100%;
                margin: 0;
            }
                /* line 111, ../sass/secondary/_responsive.scss */
                .main-menu .small-12.medium-4.columns.primaries .primary .menu-item {
                    text-align: left;
                    padding: 0 15px;
                }
    /* line 118, ../sass/secondary/_responsive.scss */
    .main-menu .small-12.medium-8.columns.secondaries {
        width: 100%;
        border-radius: 0;
        background: #6e6e6e;
        left: 0;
    }
        /* line 124, ../sass/secondary/_responsive.scss */
        .main-menu .small-12.medium-8.columns.secondaries .secondary {
            width: 100%;
            margin: 0;
        }
            /* line 128, ../sass/secondary/_responsive.scss */
            .main-menu .small-12.medium-8.columns.secondaries .secondary .menu-item {
                text-align: left;
                padding: 0 15px;
            }
    /* line 136, ../sass/secondary/_responsive.scss */
    .main-menu menu-item p {
        text-align: left;
    }
    /* line 142, ../sass/secondary/_responsive.scss */
    .main-menu li:not(:last-child) > .menu-item p {
        border-bottom: 1px dotted #CBCBCB;
    }

    /* line 148, ../sass/secondary/_responsive.scss */
    nav.main-menu {
        margin-top: 0;
    }

    /* line 152, ../sass/secondary/_responsive.scss */
    .search-controls input#SearchPageUrl {
        width: 154px;
    }

    /* line 157, ../sass/secondary/_responsive.scss */
    .page-Search .one-column-layout {
        padding: 0;
        margin: 15px !important;
        min-height: 520px;
    }
    /* line 164, ../sass/secondary/_responsive.scss */
    .page-Search .search .sub-header.without-image {
        border: none !important;
    }
    /* line 168, ../sass/secondary/_responsive.scss */
    .page-Search .search .search-controls {
        width: 100%;
        position: absolute;
    }
        /* line 172, ../sass/secondary/_responsive.scss */
        .page-Search .search .search-controls input {
            width: 50% !important;
        }

    /* line 179, ../sass/secondary/_responsive.scss */
    #formSearchHeader {
        padding-right: 15px;
        padding-top: 10px;
    }

    /* line 184, ../sass/secondary/_responsive.scss */
    .inner-wrap > header a.contact.btn, .inner-wrap > .header a.contact.btn {
        display: none;
    }

    /* line 188, ../sass/secondary/_responsive.scss */
    .inner-wrap > header .right-nav, .inner-wrap > .header .right-nav {
        padding: 0;
        height: 55px;
        background: #a6a6a6;
    }

    /* line 194, ../sass/secondary/_responsive.scss */
    .footer {
        margin: 20px 0 !important;
    }
        /* line 198, ../sass/secondary/_responsive.scss */
        .footer .footer-nav .primary {
            margin-left: 15px !important;
        }
            /* line 201, ../sass/secondary/_responsive.scss */
            .footer .footer-nav .primary .external {
                color: #bebebe !important;
                font-size: 0.75rem !important;
            }
                /* line 205, ../sass/secondary/_responsive.scss */
                .footer .footer-nav .primary .external:after {
                    font-family: 'icons';
                    content: "\e67b";
                    color: #bebebe;
                    font-size: 12px;
                    vertical-align: middle;
                    margin-left: 10px;
                }
            /* line 215, ../sass/secondary/_responsive.scss */
            .footer .footer-nav .primary a.external:hover {
                color: #fffffe !important;
            }
        /* line 220, ../sass/secondary/_responsive.scss */
        .footer .footer-nav .secondary {
            display: none;
        }
        /* line 225, ../sass/secondary/_responsive.scss */
        .footer .social-links {
            width: 100% !important;
            margin: 45px 15px 15px !important;
            clear: both;
        }
        /* line 231, ../sass/secondary/_responsive.scss */
        .footer .legal {
            width: initial !important;
            text-align: left !important;
            margin: 15px !important;
            padding: 0 !important;
            float: none !important;
            clear: both;
        }
            /* line 239, ../sass/secondary/_responsive.scss */
            .footer .legal .legal-info {
                width: 100% !important;
            }
                /* line 242, ../sass/secondary/_responsive.scss */
                .footer .legal .legal-info span {
                    font-size: 0.625rem !important;
                }
            /* line 247, ../sass/secondary/_responsive.scss */
            .footer .legal .legal-link {
                float: left;
                margin-right: 10px !important;
            }
            /* line 252, ../sass/secondary/_responsive.scss */
            .footer .legal .legal-notice {
                width: 45% !important;
            }
                /* line 255, ../sass/secondary/_responsive.scss */
                .footer .legal .legal-notice a {
                    font-size: 0.625rem !important;
                }
            /* line 260, ../sass/secondary/_responsive.scss */
            .footer .legal .legal-policy {
                width: 45% !important;
            }
                /* line 263, ../sass/secondary/_responsive.scss */
                .footer .legal .legal-policy a {
                    font-size: 0.625rem !important;
                }
        /* line 269, ../sass/secondary/_responsive.scss */
        .footer .stock-quote {
            width: 100%;
            padding-left: 15px;
        }
            /* line 273, ../sass/secondary/_responsive.scss */
            .footer .stock-quote span {
                float: left;
                border-width: 0 !important;
                background: none !important;
                padding: 0 !important;
            }
            /* line 280, ../sass/secondary/_responsive.scss */
            .footer .stock-quote .stock-title {
                width: 100%;
                color: #fba619 !important;
                font-size: 1rem !important;
                margin-bottom: 0 !important;
                padding-bottom: 0 !important;
                line-height: 1rem !important;
            }
            /* line 289, ../sass/secondary/_responsive.scss */
            .footer .stock-quote .stock-id {
                color: #fff !important;
                font-size: 1.125rem !important;
                margin-right: 5px !important;
            }
            /* line 295, ../sass/secondary/_responsive.scss */
            .footer .stock-quote .trade-price {
                color: #fff !important;
                font-size: 1.125rem !important;
                margin-right: 5px !important;
            }
            /* line 301, ../sass/secondary/_responsive.scss */
            .footer .stock-quote .trade-change {
                font-size: 1.125rem !important;
            }

    /* line 307, ../sass/secondary/_responsive.scss */
    .side-menu {
        margin-top: 0px !important;
    }
        /* line 310, ../sass/secondary/_responsive.scss */
        .side-menu .back-home {
            font-size: 0.75rem !important;
            margin-bottom: 10px;
        }
            /* line 314, ../sass/secondary/_responsive.scss */
            .side-menu .back-home a {
                color: #7d7d7d;
            }
                /* line 318, ../sass/secondary/_responsive.scss */
                .side-menu .back-home a:hover {
                    color: #4e4e4e;
                }
        /* line 323, ../sass/secondary/_responsive.scss */
        .side-menu ul.primary {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
            -moz-column-gap: 2px;
            -webkit-column-gap: 2px;
            column-gap: 2px;
        }
        /* line 328, ../sass/secondary/_responsive.scss */
        .side-menu li {
            border: 0px solid #fff !important;
            display: block;
            padding: 0 3px 0 0 !important;
            margin: 0 0 2px !important;
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            column-break-inside: avoid;
        }
            /* line 337, ../sass/secondary/_responsive.scss */
            .side-menu li a {
                text-transform: none !important;
                color: #0062b3 !important;
                border-radius: 3px !important;
                border: 1px dotted #CBCBCB;
                font-size: 0.625rem !important;
                padding: 3px !important;
                margin: 1px !important;
                background-color: initial !important;
            }
                /* line 348, ../sass/secondary/_responsive.scss */
                .side-menu li a.active {
                    background-color: #fff !important;
                }
        /* line 353, ../sass/secondary/_responsive.scss */
        .side-menu ul.primary, .side-menu ul.secondary {
            margin: 5px 1px 1px !important;
            padding: 0;
            overflow: visible !important;
        }

    /* line 360, ../sass/secondary/_responsive.scss */
    .medium-9.columns.right-third {
        border: 0px solid #c6c6c6;
        border-radius: 0px;
    }

    /* line 366, ../sass/secondary/_responsive.scss */
    header.sub-header.with-image {
        height: 240px !important;
    }
        /* line 369, ../sass/secondary/_responsive.scss */
        header.sub-header.with-image img {
            min-width: 600px !important;
            min-height: 240px !important;
            display: block;
            position: absolute;
        }
        /* line 376, ../sass/secondary/_responsive.scss */
        header.sub-header.with-image .title-box {
            bottom: 0px;
            text-align: left;
        }
        /* line 381, ../sass/secondary/_responsive.scss */
        header.sub-header.with-image .sub-header-mask {
            max-width: initial;
            min-height: initial !important;
            width: initial !important;
            height: 140px !important;
        }
    /* line 389, ../sass/secondary/_responsive.scss */
    header.sub-header.without-image {
        margin: 15px !important;
    }

    /* line 395, ../sass/secondary/_responsive.scss */
    div.carousel-home {
        overflow: visible;
    }
        /* line 398, ../sass/secondary/_responsive.scss */
        div.carousel-home .carousel-image {
            width: 100%;
            height: 240px;
        }
            /* line 402, ../sass/secondary/_responsive.scss */
            div.carousel-home .carousel-image img:first-child {
                min-width: 600px;
                min-height: 240px;
            }
            /* line 407, ../sass/secondary/_responsive.scss */
            div.carousel-home .carousel-image img.carousel-mask {
                max-width: initial;
                min-height: initial !important;
                width: initial !important;
                height: 140px !important;
            }
        /* line 415, ../sass/secondary/_responsive.scss */
        div.carousel-home p.byline {
            color: #addcff;
            font-size: 10px;
        }
        /* line 420, ../sass/secondary/_responsive.scss */
        div.carousel-home div.carousel-bottom {
            position: absolute;
            bottom: 10px;
            padding-right: 20px;
            width: 100%;
        }
        /* line 427, ../sass/secondary/_responsive.scss */
        div.carousel-home .specialized-links {
            display: block;
            position: relative;
            margin: 10px 0 0 0;
            padding: 40px 10px 10px;
            height: 95px;
            background: #fff;
            border-radius: 0;
            border: 1px solid #ddd;
        }
            /* line 437, ../sass/secondary/_responsive.scss */
            div.carousel-home .specialized-links legend {
                margin: 0;
                padding: 0;
                display: block;
                font-size: 1rem;
                color: #646464;
            }
                /* line 445, ../sass/secondary/_responsive.scss */
                div.carousel-home .specialized-links legend > span {
                    height: 30px;
                    display: block;
                    position: absolute;
                    padding: 10px 0;
                }
            /* line 452, ../sass/secondary/_responsive.scss */
            div.carousel-home .specialized-links .trigger {
                padding: 10px !important;
                font-size: 0.8em !important;
            }
                /* line 456, ../sass/secondary/_responsive.scss */
                div.carousel-home .specialized-links .trigger:after {
                    top: 7px !important;
                    right: 7px !important;
                }

    /* line 464, ../sass/secondary/_responsive.scss */
    div.row.spotlight-wrapper {
        overflow: hidden;
        top: 0;
        padding-top: 0;
        padding-left: 0;
        margin-top: 80px;
    }

    /* line 474, ../sass/secondary/_responsive.scss */
    article.spotlight {
        padding-bottom: 20px;
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
        /* line 479, ../sass/secondary/_responsive.scss */
        article.spotlight h2 {
            font-size: 0.7em !important;
            padding: 6px !important;
            border-radius: 2px !important;
        }
        /* line 485, ../sass/secondary/_responsive.scss */
        article.spotlight a {
            height: auto;
            margin-bottom: 0px;
            overflow: hidden;
        }
        /* line 491, ../sass/secondary/_responsive.scss */
        article.spotlight section.section {
            display: none;
        }
        /* line 495, ../sass/secondary/_responsive.scss */
        article.spotlight span {
            width: 100%;
            height: 150px;
            text-align: center;
            vertical-align: middle;
            overflow: hidden;
        }
            /* line 502, ../sass/secondary/_responsive.scss */
            article.spotlight span img {
                vertical-align: middle;
                overflow: hidden;
                margin: auto;
                position: relative;
                display: block;
                width: 100%;
                height: auto;
                min-width: 324px;
                min-height: 150px;
            }
        /* line 515, ../sass/secondary/_responsive.scss */
        article.spotlight div.highlight {
            top: initial;
        }
            /* line 522, ../sass/secondary/_responsive.scss */
            article.spotlight div.highlight h3 {
                height: 40px;
            }
                /* line 525, ../sass/secondary/_responsive.scss */
                article.spotlight div.highlight h3 span {
                    font-size: .7em;
                    margin-left: -10px;
                }
        /* line 532, ../sass/secondary/_responsive.scss */
        article.spotlight div.btn.with-arrow {
            right: 5px;
            bottom: 5px;
        }

    /* line 538, ../sass/secondary/_responsive.scss */
    .row.news-releases-list {
        padding: 0 0 37px 0;
        border: 0 solid #fff;
        margin-top: 10px;
        margin-bottom: 72px;
    }
        /* line 544, ../sass/secondary/_responsive.scss */
        .row.news-releases-list h3 {
            top: 0;
        }
        /* line 548, ../sass/secondary/_responsive.scss */
        .row.news-releases-list .news-more-container {
            margin: 15px 0 40px;
        }
        /* line 552, ../sass/secondary/_responsive.scss */
        .row.news-releases-list p.news-date {
            margin: 0;
        }
        /* line 556, ../sass/secondary/_responsive.scss */
        .row.news-releases-list li {
            margin-bottom: 15px;
        }
        /* line 560, ../sass/secondary/_responsive.scss */
        .row.news-releases-list a.news-title {
            font-size: 1.3em !important;
            line-height: 0.6em !important;
        }

    /* line 566, ../sass/secondary/_responsive.scss */
    .layout-content {
        margin: 0px !important;
        padding: 15px 0 0 !important;
    }

    /* line 571, ../sass/secondary/_responsive.scss */
    .two-columns-layout {
        margin: 0px !important;
        padding: 15px 0 0 !important;
    }

    /* line 576, ../sass/secondary/_responsive.scss */
    div.fancy-select ul.options {
        max-height: initial !important;
    }

    /* line 580, ../sass/secondary/_responsive.scss */
    div.row.products-category-menu {
        bottom: 0px !important;
        padding: 0;
        position: absolute;
    }
        /* line 585, ../sass/secondary/_responsive.scss */
        div.row.products-category-menu .secondaries {
            height: 40px !important;
            padding: 0;
            left: 0;
        }
            /* line 590, ../sass/secondary/_responsive.scss */
            div.row.products-category-menu .secondaries .secondary {
                height: 40px !important;
                text-align: center;
            }
                /* line 594, ../sass/secondary/_responsive.scss */
                div.row.products-category-menu .secondaries .secondary a {
                    padding: 8px 8px;
                    line-height: 1.2em;
                    font-size: 1em;
                    height: 40px !important;
                    line-height: 20px;
                    padding-top: 0px;
                }

    /* line 607, ../sass/secondary/_responsive.scss */
    article.products-section header {
        padding: 0 15px !important;
    }
    /* line 611, ../sass/secondary/_responsive.scss */
    article.products-section footer {
        height: initial;
        padding: 30px 15px 0 !important;
    }
        /* line 615, ../sass/secondary/_responsive.scss */
        article.products-section footer a {
            margin-top: 30px;
        }

    /* line 622, ../sass/secondary/_responsive.scss */
    .page-AboutAssurant ul.medium-block-grid-2.small-block-grid-1 {
        margin-left: 0;
        margin-bottom: 30px;
    }
    /* line 627, ../sass/secondary/_responsive.scss */
    .page-AboutAssurant .bu-content-block {
        margin-top: 0;
        padding: 0 30px 45px 0 !important;
    }
        /* line 631, ../sass/secondary/_responsive.scss */
        .page-AboutAssurant .bu-content-block a.btn.with-arrow {
            right: 15px;
        }

    /* line 638, ../sass/secondary/_responsive.scss */
    .page-AllNews .sub-header.for-all-news {
        background: none;
    }
    /* line 642, ../sass/secondary/_responsive.scss */
    .page-AllNews .news-list .news-search {
        padding: 0;
    }
    /* line 646, ../sass/secondary/_responsive.scss */
    .page-AllNews .list-group {
        margin: 5px 15px 0;
        margin-bottom: 40px;
        float: left;
    }
    /* line 653, ../sass/secondary/_responsive.scss */
    .page-AllNews .list-item .infos-image {
        float: right;
        padding: 10px;
    }
    /* line 659, ../sass/secondary/_responsive.scss */
    .page-AllNews .list-item .links a {
        float: left;
        display: block;
        position: relative;
        margin: 0px 15px;
    }
    /* line 668, ../sass/secondary/_responsive.scss */
    .page-AllNews .news-search-summary {
        padding: 0 15px;
    }
    /* line 672, ../sass/secondary/_responsive.scss */
    .page-AllNews .news-search-results figure img {
        padding-left: 20px;
        float: right;
    }
    /* line 677, ../sass/secondary/_responsive.scss */
    .page-AllNews #filters-mobile {
        height: auto !important;
    }
        /* line 680, ../sass/secondary/_responsive.scss */
        .page-AllNews #filters-mobile .filter-panel {
            clear: both;
            height: auto !important;
            margin: 15px 0;
        }
            /* line 685, ../sass/secondary/_responsive.scss */
            .page-AllNews #filters-mobile .filter-panel h3 {
                width: 100%;
                height: 40px;
                color: #fff;
                line-height: 7px;
                position: static;
                padding: 15px;
            }
            /* line 695, ../sass/secondary/_responsive.scss */
            .page-AllNews #filters-mobile .filter-panel .filter-content {
                padding-left: 15px;
            }
                /* line 698, ../sass/secondary/_responsive.scss */
                .page-AllNews #filters-mobile .filter-panel .filter-content div {
                    clear: both;
                }
            /* line 704, ../sass/secondary/_responsive.scss */
            .page-AllNews #filters-mobile .filter-panel #panel-filters button {
                font-size: .625rem;
                font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
                color: #fff;
                margin: 0;
                text-align: left;
                display: block;
                text-transform: uppercase;
                line-height: 6px;
                padding: 7px 8px 6px;
                background: #0062b3;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
                border: 1px solid #b5b5b5;
            }
            /* line 723, ../sass/secondary/_responsive.scss */
            .page-AllNews #filters-mobile .filter-panel #panel-filters:active {
                background-color: #0078c0;
            }
            /* line 728, ../sass/secondary/_responsive.scss */
            .page-AllNews #filters-mobile .filter-panel #panel-search {
                margin-top: -20px;
            }
    /* line 734, ../sass/secondary/_responsive.scss */
    .page-AllNews .as-icon-filters-arrow {
        background: none;
    }
        /* line 737, ../sass/secondary/_responsive.scss */
        .page-AllNews .as-icon-filters-arrow:before {
            font-family: "icons";
            content: "\e6da";
            margin-right: 10px;
        }
    /* line 745, ../sass/secondary/_responsive.scss */
    .page-AllNews .active > .as-icon-filters-arrow {
        background: none;
    }
        /* line 748, ../sass/secondary/_responsive.scss */
        .page-AllNews .active > .as-icon-filters-arrow:before {
            content: "\e6d8";
        }
    /* line 754, ../sass/secondary/_responsive.scss */
    .page-AllNews .pagination-container {
        width: 375px;
    }
        /* line 757, ../sass/secondary/_responsive.scss */
        .page-AllNews .pagination-container .pagination {
            width: 420px;
            height: 40px;
            bottom: 0;
            right: 0;
        }

    /* line 767, ../sass/secondary/_responsive.scss */
    .page-AwardsAndRecognitions .image-wrapper {
        padding-left: 15px !important;
    }

    /* line 773, ../sass/secondary/_responsive.scss */
    .page-CallAssurant .left-side {
        padding: 0 !important;
    }
        /* line 776, ../sass/secondary/_responsive.scss */
        .page-CallAssurant .left-side .columns {
            border-right: 0px dotted #cbcbcb !important;
            padding: 0;
        }
    /* line 782, ../sass/secondary/_responsive.scss */
    .page-CallAssurant .right-side {
        padding: 0 !important;
    }
        /* line 785, ../sass/secondary/_responsive.scss */
        .page-CallAssurant .right-side .content-block {
            padding: 0 !important;
        }

    /* line 792, ../sass/secondary/_responsive.scss */
    .page-Environment .main-section .right-third .layout {
        padding: 0px 0px !important;
    }
    /* line 796, ../sass/secondary/_responsive.scss */
    .page-Environment div.medium-9.small-12.columns.left-side {
        border-right: 0px solid #fff;
    }
    /* line 800, ../sass/secondary/_responsive.scss */
    .page-Environment div.medium-3.small-12.columns.right-side {
        border-right: 0px solid #fff;
        margin: 15px 0 !important;
        padding: 15px !important;
    }
    /* line 806, ../sass/secondary/_responsive.scss */
    .page-Environment div.text-hyperlink-button.layout-content {
        margin: 15px 0 !important;
        padding: 0 !important;
    }

    /* line 813, ../sass/secondary/_responsive.scss */
    .page-Careers div.medium-7.small-12.columns.left-side {
        border-right: 0px solid #fff;
    }
    /* line 817, ../sass/secondary/_responsive.scss */
    .page-Careers div.small-12.columns.pub-details {
        padding: 0 0 15px;
    }
        /* line 821, ../sass/secondary/_responsive.scss */
        .page-Careers div.small-12.columns.pub-details:before {
            border-bottom: 0px solid #fff;
        }
    /* line 825, ../sass/secondary/_responsive.scss */
    .page-Careers .main-section.right-third.layout-content {
        padding: 0;
    }
    /* line 829, ../sass/secondary/_responsive.scss */
    .page-Careers div.text-hyperlink-button.layout-content {
        margin: 15px 0 !important;
        padding: 0 !important;
    }
    /* line 834, ../sass/secondary/_responsive.scss */
    .page-Careers div.left-side {
        padding: 15px 0 0;
    }
    /* line 838, ../sass/secondary/_responsive.scss */
    .page-Careers .btn.with-arrow {
        position: relative;
        bottom: 8px;
    }
    /* line 843, ../sass/secondary/_responsive.scss */
    .page-Careers .title-video {
        margin-left: 0px !important;
    }
    /* line 847, ../sass/secondary/_responsive.scss */
    .page-Careers .flex-video {
        margin-left: 0px !important;
    }

    /* line 853, ../sass/secondary/_responsive.scss */
    .page-CompanyHistory .image-wrapper {
        padding-left: 15px !important;
    }

    /* line 859, ../sass/secondary/_responsive.scss */
    .page-CorporateResponsibility .main-section .right-third .layout {
        margin: 30px 0;
    }
    /* line 863, ../sass/secondary/_responsive.scss */
    .page-CorporateResponsibility a.btn.with-arrow {
        font-size: 11px;
    }
    /* line 867, ../sass/secondary/_responsive.scss */
    .page-CorporateResponsibility .text-hyperlink-button.layout-content {
        padding-bottom: 15px !important;
    }
        /* line 870, ../sass/secondary/_responsive.scss */
        .page-CorporateResponsibility .text-hyperlink-button.layout-content .columns {
            margin-bottom: 30px;
        }
    /* line 875, ../sass/secondary/_responsive.scss */
    .page-CorporateResponsibility a.pdf-link {
        margin-top: 15px;
    }

    /* line 881, ../sass/secondary/_responsive.scss */
    .page-CultureAndPeople div.text-hyperlink-button.layout-content {
        padding: 0 15px !important;
    }

    /* line 887, ../sass/secondary/_responsive.scss */
    .page-CustomerSupport .sub-header.without-image {
        margin-bottom: 0px;
    }
    /* line 891, ../sass/secondary/_responsive.scss */
    .page-CustomerSupport div.customer-support-link.layout-content.row {
        padding-top: 0px !important;
    }
    /* line 895, ../sass/secondary/_responsive.scss */
    .page-CustomerSupport div.text-hyperlink-button.layout-content {
        padding: 0 15px !important;
    }

    /* line 901, ../sass/secondary/_responsive.scss */
    .page-EmailAlerts [class*="column"] + [class*="column"].small-10:last-child {
        float: none;
        clear: both;
    }
    /* line 906, ../sass/secondary/_responsive.scss */
    .page-EmailAlerts #divEmailAlertsSignUp {
        margin-bottom: 45px !important;
    }
    /* line 910, ../sass/secondary/_responsive.scss */
    .page-EmailAlerts #divEmailAlertsUnsubscribe {
        margin-bottom: 45px !important;
    }
        /* line 913, ../sass/secondary/_responsive.scss */
        .page-EmailAlerts #divEmailAlertsUnsubscribe input {
            width: 90% !important;
        }
    /* line 918, ../sass/secondary/_responsive.scss */
    .page-EmailAlerts .signup-link-to-ir {
        margin-top: 60px !important;
    }

    /* line 925, ../sass/secondary/_responsive.scss */
    .page-EmailAssurant .customer-support-link.layout-content.row .small-12 columns {
        margin: 30px 0 !important;
        padding: 60px 15px !important;
    }
    /* line 930, ../sass/secondary/_responsive.scss */
    .page-EmailAssurant .customer-support-link.layout-content.row .columns {
        margin-top: 15px !important;
        padding: 15px !important;
    }
    /* line 936, ../sass/secondary/_responsive.scss */
    .page-EmailAssurant .columns.right-side {
        margin-top: 30px;
    }
    /* line 940, ../sass/secondary/_responsive.scss */
    .page-EmailAssurant .right-third .layout > .columns:first-child {
        border-right: 0px dotted #cbcbcb;
    }
    /* line 945, ../sass/secondary/_responsive.scss */
    .page-EmailAssurant .tabs a {
        font-size: 12px;
    }
    /* line 952, ../sass/secondary/_responsive.scss */
    .page-EmailAssurant .tabs-content #panelClaimPolicy .policy-type label {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    /* line 961, ../sass/secondary/_responsive.scss */
    .page-Leadership .leadership {
        padding: 0 15px;
    }
        /* line 964, ../sass/secondary/_responsive.scss */
        .page-Leadership .leadership .btn {
            position: absolute;
            right: 20px;
            bottom: 45px;
        }
        /* line 970, ../sass/secondary/_responsive.scss */
        .page-Leadership .leadership .figcaption {
            font-size: 0;
            line-height: 40px;
            height: 40px;
        }

    /* line 979, ../sass/secondary/_responsive.scss */
    .page-NewsRoom .text-hyperlink-button.layout-content {
        margin: 0 !important;
    }
    /* line 982, ../sass/secondary/_responsive.scss */
    .page-NewsRoom .news header.with-image div {
        background: #000000;
        background-color: rgba(51, 51, 51, 0.8);
        height: 145px;
        padding: 30px 30px 15px 30px;
    }
    /* line 989, ../sass/secondary/_responsive.scss */
    .page-NewsRoom .two-thirds-layout {
        margin: 0;
        padding: 0 !important;
    }
    /* line 994, ../sass/secondary/_responsive.scss */
    .page-NewsRoom .left-side {
        border: 0px solid #fff !important;
    }
    /* line 998, ../sass/secondary/_responsive.scss */
    .page-NewsRoom .right-side {
        padding: 30px 15px 15px;
    }
    /* line 1002, ../sass/secondary/_responsive.scss */
    .page-NewsRoom .news-menu {
        height: 30px !important;
    }
        /* line 1005, ../sass/secondary/_responsive.scss */
        .page-NewsRoom .news-menu li {
            padding: 0 !important;
        }
        /* line 1009, ../sass/secondary/_responsive.scss */
        .page-NewsRoom .news-menu a {
            line-height: 22px !important;
            font-size: .53rem !important;
        }
    /* line 1015, ../sass/secondary/_responsive.scss */
    .page-NewsRoom .all-news-btn {
        font-size: .5em !important;
        position: relative !important;
    }
    /* line 1020, ../sass/secondary/_responsive.scss */
    .page-NewsRoom a.news-title {
        font-size: 0.9rem !important;
    }

    /* line 1026, ../sass/secondary/_responsive.scss */
    .page-OfficeLocations .customer-support-link.layout-content.row .columns {
        padding: 15px;
    }
    /* line 1030, ../sass/secondary/_responsive.scss */
    .page-OfficeLocations .right-third .layout > .columns:first-child {
        border-right: 0px dotted #cbcbcb;
    }
    /* line 1034, ../sass/secondary/_responsive.scss */
    .page-OfficeLocations .row.office-headquarters {
        padding: 15px;
    }
    /* line 1038, ../sass/secondary/_responsive.scss */
    .page-OfficeLocations .office-locations {
        border-top: 1px dotted #cbcbcb;
        margin: 0 15px;
        margin: 0 15px;
        padding-top: 20px;
    }
    /* line 1045, ../sass/secondary/_responsive.scss */
    .page-OfficeLocations button.btn {
        margin-top: 10px;
    }
    /* line 1049, ../sass/secondary/_responsive.scss */
    .page-OfficeLocations figcaption.figcaption {
        display: none;
    }
    /* line 1053, ../sass/secondary/_responsive.scss */
    .page-OfficeLocations #office-locations-search-text {
        width: 95% !important;
    }

    /* line 1059, ../sass/secondary/_responsive.scss */
    .page-ProductsAndServices .sub-header {
        top: -30px !important;
        border-radius: 0 !important;
        height: 250px !important;
    }
        /* line 1064, ../sass/secondary/_responsive.scss */
        .page-ProductsAndServices .sub-header .title-box {
            padding: 15px 15px !important;
            top: 130px !important;
            height: 80px;
        }
            /* line 1069, ../sass/secondary/_responsive.scss */
            .page-ProductsAndServices .sub-header .title-box .title {
                margin-left: 15px !important;
                width: 100% !important;
                font-size: 1.2rem !important;
                padding-left: 0px !important;
                padding-bottom: 0px !important;
                text-align: left !important;
            }
        /* line 1079, ../sass/secondary/_responsive.scss */
        .page-ProductsAndServices .sub-header img {
            margin-top: 0 !important;
            width: 100%;
            max-width: 100%;
            min-width: 640px;
            min-height: 210px;
            height: auto;
            margin-left: auto;
            margin-right: auto;
        }
    /* line 1091, ../sass/secondary/_responsive.scss */
    .page-ProductsAndServices .inner-wrap {
        margin-bottom: 0px;
    }
    /* line 1095, ../sass/secondary/_responsive.scss */
    .page-ProductsAndServices .layout {
        margin-top: 0px !important;
    }
        /* line 1098, ../sass/secondary/_responsive.scss */
        .page-ProductsAndServices .layout .list-group {
            margin: 10px 15px 0 !important;
        }
    /* line 1103, ../sass/secondary/_responsive.scss */
    .page-ProductsAndServices article.row.layout-content.body {
        margin: 0 !important;
        padding: 15px 0 0;
    }
    /* line 1108, ../sass/secondary/_responsive.scss */
    .page-ProductsAndServices div.side-menu {
        margin-top: 0px !important;
    }
    /* line 1113, ../sass/secondary/_responsive.scss */
    .page-ProductsAndServices .product a.btn.with-arrow {
        position: relative;
    }

    /* line 1120, ../sass/secondary/_responsive.scss */
    .page-RewardsAndBenefits div.text-hyperlink-button.layout-content {
        padding: 0 15px !important;
    }
    /* line 1124, ../sass/secondary/_responsive.scss */
    .page-RewardsAndBenefits .one-column-content {
        margin: 0 !important;
    }

    /* line 1130, ../sass/secondary/_responsive.scss */
    h1 {
        font-size: 1.5rem !important;
    }

    /* line 1134, ../sass/secondary/_responsive.scss */
    h2 {
        font-size: 1.25rem !important;
    }

    /* line 1138, ../sass/secondary/_responsive.scss */
    h3 {
        font-size: 1.125rem !important;
    }

    /* line 1142, ../sass/secondary/_responsive.scss */
    h4 {
        font-size: 1rem !important;
        line-height: 1.4rem !important;
    }

    /* line 1147, ../sass/secondary/_responsive.scss */
    p {
        font-size: 0.75rem !important;
    }

    /* line 1151, ../sass/secondary/_responsive.scss */
    body ul li {
        font-size: 0.75rem !important;
    }

    /* line 1155, ../sass/secondary/_responsive.scss */
    strong {
        font-size: 1rem !important;
    }

    /* line 1160, ../sass/secondary/_responsive.scss */
    .btn.with-arrow {
        position: relative;
        height: 30px !important;
        font-size: .6em;
        line-height: 0.6em;
        white-space: nowrap;
        margin: 0;
        padding: 10px 6px;
    }
        /* line 1169, ../sass/secondary/_responsive.scss */
        .btn.with-arrow:after {
            padding-top: 8px !important;
            padding-left: 4px !important;
            margin-left: 8px !important;
        }
        /* line 1175, ../sass/secondary/_responsive.scss */
        .btn.with-arrow:hover {
            margin: 0;
            padding: 10px 6px;
        }
    /* line 1181, ../sass/secondary/_responsive.scss */
    .btn:active {
        top: inherit !important;
    }

    /* line 1186, ../sass/secondary/_responsive.scss */
    .body-content {
        margin: 15px 15px 0;
    }

    /* line 1191, ../sass/secondary/_responsive.scss */
    .sub-header .without-image {
        margin: 15px 15px 0 !important;
    }

    /* line 1196, ../sass/secondary/_responsive.scss */
    .text-hyperlink-button.layout-content {
        margin: 0 15px !important;
        padding-bottom: 15px !important;
    }
        /* line 1200, ../sass/secondary/_responsive.scss */
        .text-hyperlink-button.layout-content .columns {
            margin-bottom: 30px;
        }

    /* line 1205, ../sass/secondary/_responsive.scss */
    .text-hyperlink-button .row {
        margin: 0 !important;
    }

    /* line 1210, ../sass/secondary/_responsive.scss */
    .row.two-columns-layout.layout ul {
        margin: 0;
    }

    /* line 1215, ../sass/secondary/_responsive.scss */
    .faq-question {
        font-size: 0.6875rem !important;
    }

    /* line 1219, ../sass/secondary/_responsive.scss */
    .content.faq-answer {
        font-size: 0.6875rem !important;
    }

    /* line 1224, ../sass/secondary/_responsive.scss */
    .news .header.layout-content.news-header {
        padding: 15px !important;
        position: relative;
    }
        /* line 1228, ../sass/secondary/_responsive.scss */
        .news .header.layout-content.news-header h4 {
            font-size: 0.875rem;
            text-align: left !important;
            line-height: 16px !important;
        }
        /* line 1234, ../sass/secondary/_responsive.scss */
        .news .header.layout-content.news-header h6 {
            font-size: 0.625rem;
            text-align: left !important;
        }
        /* line 1239, ../sass/secondary/_responsive.scss */
        .news .header.layout-content.news-header .title-box {
            bottom: 0;
            text-align: left;
        }
        /* line 1244, ../sass/secondary/_responsive.scss */
        .news .header.layout-content.news-header .news-articles-title {
            text-align: left;
        }
        /* line 1248, ../sass/secondary/_responsive.scss */
        .news .header.layout-content.news-header.with-image {
            height: 215px !important;
            text-align: center;
            padding: 0 !important;
        }
            /* line 1253, ../sass/secondary/_responsive.scss */
            .news .header.layout-content.news-header.with-image h6 {
                margin-top: 0px;
            }
            /* line 1257, ../sass/secondary/_responsive.scss */
            .news .header.layout-content.news-header.with-image img {
                margin: auto;
                max-width: initial;
                width: auto;
                height: 215px;
                text-align: center;
                vertical-align: middle;
                display: inline-block;
            }
            /* line 1267, ../sass/secondary/_responsive.scss */
            .news .header.layout-content.news-header.with-image .news-articles-title {
                bottom: 0;
                width: 100%;
                padding: 15px;
                position: absolute;
            }
        /* line 1275, ../sass/secondary/_responsive.scss */
        .news .header.layout-content.news-header.without-image {
            background: initial !important;
            margin: 0 !important;
        }
            /* line 1279, ../sass/secondary/_responsive.scss */
            .news .header.layout-content.news-header.without-image h4 {
                color: #222;
            }
    /* line 1285, ../sass/secondary/_responsive.scss */
    .news .news-content {
        border-bottom: 0px dotted #ccc !important;
        margin-bottom: 20px !important;
        font-size: 0.75rem !important;
    }
        /* line 1290, ../sass/secondary/_responsive.scss */
        .news .news-content h2 {
            font-size: 0.875rem !important;
        }
        /* line 1294, ../sass/secondary/_responsive.scss */
        .news .news-content table tr td {
            font-size: 0.75rem !important;
            font-family: inherit !important;
        }
        /* line 1299, ../sass/secondary/_responsive.scss */
        .news .news-content img {
            margin: 0 !important;
            max-width: 640px !important;
            width: 100% !important;
        }

    /* line 1307, ../sass/secondary/_responsive.scss */
    .media-links {
        border-left: 0px dotted #ccc !important;
        float: none !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }
        /* line 1314, ../sass/secondary/_responsive.scss */
        .media-links .media-link-list {
            float: left !important;
        }
            /* line 1317, ../sass/secondary/_responsive.scss */
            .media-links .media-link-list:first-child {
                margin-left: 0px !important;
            }
            /* line 1321, ../sass/secondary/_responsive.scss */
            .media-links .media-link-list:last-child {
                margin-left: 30px;
                padding-left: 15px;
                border-left: 1px dotted #ccc !important;
            }
            /* line 1327, ../sass/secondary/_responsive.scss */
            .media-links .media-link-list h3 {
                margin-top: initial !important;
            }
        /* line 1333, ../sass/secondary/_responsive.scss */
        .media-links ul.media-link-list li {
            display: block !important;
        }

    /* line 1341, ../sass/secondary/_responsive.scss */
    footer .footer-nav .secondary {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    /* line 1348, ../sass/secondary/_responsive.scss */
    .ie .carousel-mask {
        display: none;
    }
    /* line 1352, ../sass/secondary/_responsive.scss */
    .ie .menu-icon span {
        left: 2.5rem;
    }
}

@media only screen and (min-width: 40.063em) {
    /* line 1359, ../sass/secondary/_responsive.scss */
    .right-off-canvas-menu,
    .left-off-canvas-menu {
        position: relative;
        width: 100%;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
        /* line 1367, ../sass/secondary/_responsive.scss */
        .right-off-canvas-menu .right-nav,
        .left-off-canvas-menu .right-nav {
            margin-top: 4px;
            padding-left: 0px;
        }
        /* line 1372, ../sass/secondary/_responsive.scss */
        .right-off-canvas-menu .logo,
        .left-off-canvas-menu .logo {
            margin-top: 4px;
        }

    /* line 1377, ../sass/secondary/_responsive.scss */
    .sitemap .primary {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
        /* line 1380, ../sass/secondary/_responsive.scss */
        .sitemap .primary li {
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            column-break-inside: avoid;
        }

    /* line 1388, ../sass/secondary/_responsive.scss */
    footer:focus, footer .row:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* line 1393, ../sass/secondary/_responsive.scss */
    footer .footer-nav .secondary {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    /* line 1400, ../sass/secondary/_responsive.scss */
    .page-CallAssurant .left-side {
        width: 66.66667%;
    }
    /* line 1404, ../sass/secondary/_responsive.scss */
    .page-CallAssurant .right-side {
        width: 33.33333%;
    }

    /* line 1409, ../sass/secondary/_responsive.scss */
    .leadership {
        min-width: 700px;
    }
}

@media only screen and (min-width: 64.063em) {
    /* line 1415, ../sass/secondary/_responsive.scss */
    .inner-wrap > header .right-nav {
        margin-top: 12px;
    }

    /* line 1420, ../sass/secondary/_responsive.scss */
    .carousel .carousel-bottom {
        bottom: 80px;
    }
}
/* Commons */
/* line 5, ../sass/commons/_common.scss */
body {
    background-color: #eeeeee;
}

/* line 9, ../sass/commons/_common.scss */
*, h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.latest-news-list .news-list a,
.media-contact a,
.spotlight li a,
.news-releases-list li a,
.footer-nav .primary li a,
.side-menu li a,
.faq-list a,
.signup-link-to-ir a,
.body a {
    text-decoration: none;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #0062b3;
}
    /* line 35, ../sass/commons/_common.scss */
    .latest-news-list .news-list a:hover,
    .media-contact a:hover,
    .spotlight li a:hover,
    .news-releases-list li a:hover,
    .footer-nav .primary li a:hover,
    .side-menu li a:hover,
    .faq-list a:hover,
    .signup-link-to-ir a:hover,
    .body a:hover {
        color: #368fd9;
        text-decoration: none;
    }
    /* line 39, ../sass/commons/_common.scss */
    .latest-news-list .news-list a:active,
    .media-contact a:active,
    .spotlight li a:active,
    .news-releases-list li a:active,
    .footer-nav .primary li a:active,
    .side-menu li a:active,
    .faq-list a:active,
    .signup-link-to-ir a:active,
    .body a:active {
        color: #225986;
        text-decoration: none;
        position: relative;
        top: 1px;
    }

/* line 48, ../sass/commons/_common.scss */
.pdf-link {
    display: block;
    float: left;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 0.6875rem;
    color: #0062b3;
    margin-right: 25px;
    margin-top: 18px;
}
    /* line 56, ../sass/commons/_common.scss */
    .pdf-link:before {
        font-family: 'icons';
        content: "\e603";
        font-size: 20px;
        color: #f79516;
        vertical-align: middle;
        margin-right: 15px;
    }
    /* line 64, ../sass/commons/_common.scss */
    .pdf-link:hover {
        color: #368fd9;
        text-decoration: none;
    }

/* line 1, ../sass/commons/_typography.scss */
body {
    font-weight: 400;
    line-height: 1.6;
}

/* line 8, ../sass/commons/_typography.scss */
.body hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted #CBCBCB;
    margin: 2rem 0;
    padding: 0;
}
/* line 17, ../sass/commons/_typography.scss */
.body p {
    margin-bottom: 1.3rem;
    color: #646464;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 14px;
}
/* line 24, ../sass/commons/_typography.scss */
.body strong {
    color: #444;
}
/* line 26, ../sass/commons/_typography.scss */
.body h1, .body h2, .body h3, .body h4 {
    margin: 1.414rem 0 0.5rem;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: normal;
    line-height: 1.2;
}
/* line 33, ../sass/commons/_typography.scss */
.body h1 {
    font-size: 34px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #CBCBCB;
    color: #0062b3;
}
/* line 41, ../sass/commons/_typography.scss */
.body h2 {
    margin-top: 0;
    font-size: 24px;
    color: #f79516;
}
/* line 47, ../sass/commons/_typography.scss */
.body h3 {
    font-size: 20px;
    color: #666;
}
/* line 52, ../sass/commons/_typography.scss */
.body h4 {
    font-size: 16px;
    color: #666;
}
/* line 57, ../sass/commons/_typography.scss */
.body h5 {
    font-size: 14px;
}
/* line 59, ../sass/commons/_typography.scss */
.body small, .body .font_small {
    font-size: 0.8rem;
}
/* line 61, ../sass/commons/_typography.scss */
.body ul {
    list-style-type: disc;
    padding-left: 15px;
    margin-left: 15px;
}
    /* line 67, ../sass/commons/_typography.scss */
    .body ul li {
        margin-bottom: 6px;
        color: #646464;
        font-size: 14px;
    }
/* line 73, ../sass/commons/_typography.scss */
.body ol {
    padding-left: 15px;
    margin-left: 15px;
    list-style: decimal;
}
    /* line 79, ../sass/commons/_typography.scss */
    .body ol li {
        margin-bottom: 6px;
        color: #646464;
        font-size: 14px;
    }
/* line 85, ../sass/commons/_typography.scss */
.body a {
    color: #0062b3;
    text-decoration: none;
}
    /* line 90, ../sass/commons/_typography.scss */
    .body a:hover {
        color: #368fd9;
        text-decoration: none;
    }
    /* line 95, ../sass/commons/_typography.scss */
    .body a:active {
        color: #0062b3;
        text-decoration: none;
        position: relative;
        top: 1px;
    }

/* line 103, ../sass/commons/_typography.scss */
.orange-title {
    font-size: 1.5rem;
    color: #f79516;
}

/* line 1, ../sass/commons/_table.scss */
table {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 12px;
    background: #fff;
    width: auto;
    border-collapse: collapse;
    text-align: left;
    margin: 0 0 20px 0;
}

    /* line 11, ../sass/commons/_table.scss */
    table th {
        font-size: 14px;
        font-weight: normal;
        color: #444;
        border-bottom: 2px solid #0062b3;
        padding: 10px 20px;
    }

    /* line 19, ../sass/commons/_table.scss */
    table tr:nth-child(even) {
        background: #F1F1F1;
    }

    /* line 23, ../sass/commons/_table.scss */
    table td {
        color: #646464;
        padding: 7px 20px 7px;
        border-bottom: 1px dotted #CBCBCB;
    }

        /* line 29, ../sass/commons/_table.scss */
        table td:first-child, table th:first-child {
            padding: 7px 20px 7px 10px;
        }

    /* line 33, ../sass/commons/_table.scss */
    table tr:last-child td {
        border: none;
    }

/* Modules */
/* line 2, ../sass/modules/_about.scss */
.page-AboutAssurant .body a {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: inherit;
}
/* line 6, ../sass/modules/_about.scss */
.page-AboutAssurant .small-block-grid-2 {
    border-top: 1px dotted #CBCBCB;
    padding: 0px;
    margin: 0 15px;
}
/* line 11, ../sass/modules/_about.scss */
.page-AboutAssurant .bu-content-block {
    padding: 0 30px 0 0;
}
/* line 14, ../sass/modules/_about.scss */
.page-AboutAssurant .main-section h3 {
    font-size: 1.5rem;
}
/* line 17, ../sass/modules/_about.scss */
.page-AboutAssurant .faq-list .active > .faq-answer {
    margin-bottom: 0px;
}
/* line 21, ../sass/modules/_about.scss */
.page-AboutAssurant .two-columns-layout ul {
    margin: 0;
}

/* line 2, ../sass/modules/_assurant-foundation.scss */
.page-AssurantFoundation .body a {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* line 5, ../sass/modules/_assurant-foundation.scss */
.page-AssurantFoundation .small-block-grid-2 {
    border-top: 1px dotted #CBCBCB;
    padding: 30px 0px 0px;
    margin: 30px 15px 0px;
}
/* line 10, ../sass/modules/_assurant-foundation.scss */
.page-AssurantFoundation .text-body-content {
    padding: 0 30px 0 0;
}
/* line 13, ../sass/modules/_assurant-foundation.scss */
.page-AssurantFoundation .main-section .right-third .layout {
    margin: 30px initial;
}

/* line 2, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .body a {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* line 6, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .customer-support-link .small-8 {
    border-right: 1px dotted #CBCBCB;
}
/* line 11, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .body h3 {
    font-size: 1.5rem;
    color: #f79516;
}
/* line 15, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .body h4 {
    font-size: 1.25rem;
    color: #666666;
    margin-bottom: 0px;
}
/* line 20, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .body p {
    margin-bottom: 0.8rem;
}
/* line 24, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .main-section .right-third .layout-content {
    padding: 30px 0px;
}
/* line 27, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .side-menu .title {
    visibility: hidden;
}
/* line 30, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .main-section .right-third .layout > .columns:first-child {
    border: 0px;
}
/* line 34, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .left-side .columns {
    border-right: 1px dotted #CBCBCB;
}
/* line 39, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .right-side .title {
    margin-top: 5px;
}
/* line 43, ../sass/modules/_call-assurant.scss */
.page-CallAssurant .main-section .right-third .layout > .columns {
    padding-left: 15px;
}

/* line 2, ../sass/modules/_careers.scss */
.page-Careers .publications {
    padding: 0;
    margin: 30px 0px 0px;
}
    /* line 5, ../sass/modules/_careers.scss */
    .page-Careers .publications .pub-details {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
        /* line 8, ../sass/modules/_careers.scss */
        .page-Careers .publications .pub-details:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }
        /* line 12, ../sass/modules/_careers.scss */
        .page-Careers .publications .pub-details:before {
            border: none;
        }
        /* line 16, ../sass/modules/_careers.scss */
        .page-Careers .publications .pub-details .publication-list li > img {
            margin-right: 10px;
        }
        /* line 19, ../sass/modules/_careers.scss */
        .page-Careers .publications .pub-details .publication-list li {
            margin: 5px 0;
            border-bottom: 1px dotted #CBCBCB;
        }
            /* line 23, ../sass/modules/_careers.scss */
            .page-Careers .publications .pub-details .publication-list li:last-child {
                border-bottom: none;
            }
        /* line 26, ../sass/modules/_careers.scss */
        .page-Careers .publications .pub-details .publication-list a {
            margin-left: 0;
        }
/* line 32, ../sass/modules/_careers.scss */
.page-Careers .row.publications.layout-content {
    padding-right: 0;
}
/* line 35, ../sass/modules/_careers.scss */
.page-Careers .no-icon {
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    white-space: nowrap;
}
/* line 41, ../sass/modules/_careers.scss */
.page-Careers .title-video {
    margin-left: 30px;
    padding-top: 15px;
}
/* line 45, ../sass/modules/_careers.scss */
.page-Careers .flex-video {
    margin-left: 30px;
    padding-top: 0px;
}
/* line 49, ../sass/modules/_careers.scss */
.page-Careers div.text-hyperlink-button.layout-content {
    margin: 0;
    padding: 15px 30px 0;
}
    /* line 53, ../sass/modules/_careers.scss */
    .page-Careers div.text-hyperlink-button.layout-content:first-child {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    /* line 57, ../sass/modules/_careers.scss */
    .page-Careers div.text-hyperlink-button.layout-content:last-child {
        border-bottom: none;
    }
    /* line 60, ../sass/modules/_careers.scss */
    .page-Careers div.text-hyperlink-button.layout-content p {
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    }
/* line 64, ../sass/modules/_careers.scss */
.page-Careers .as-icon-pdf-mediakit {
    text-indent: 0px;
}

/* line 4, ../sass/modules/_customer-support.scss */
.page-CustomerSupport .customer-support-link .medium-8 {
    border-right: 1px dotted #CBCBCB;
}
/* line 8, ../sass/modules/_customer-support.scss */
.page-CustomerSupport .faq-list.body-content h3 {
    font-size: 1.5rem;
    color: #F79516;
}
/* line 12, ../sass/modules/_customer-support.scss */
.page-CustomerSupport .body-content {
    border-top: 1px dotted #CBCBCB;
    padding-top: 30px;
    margin-top: 0px;
}
/* line 17, ../sass/modules/_customer-support.scss */
.page-CustomerSupport .customer-support-link .columns {
    padding: 0px;
}

/* line 22, ../sass/modules/_customer-support.scss */
.customer-support-link {
    padding: 0px;
    margin: 0px 30px;
}
    /* line 25, ../sass/modules/_customer-support.scss */
    .customer-support-link .body a {
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    }
    /* line 28, ../sass/modules/_customer-support.scss */
    .customer-support-link .columns {
        margin: 0px 0px 30px;
        padding: 0px 30px;
    }
    /* line 32, ../sass/modules/_customer-support.scss */
    .customer-support-link .content-block {
        padding: 15px;
    }

/* line 2, ../sass/modules/_email-alerts.scss */
.email-alerts select, .email-alerts input[type='text'], .email-alerts textarea {
    background-color: #eeeeed;
    border-radius: 4px;
    border: 0px solid transparent;
    height: 40px;
}
    /* line 8, ../sass/modules/_email-alerts.scss */
    .email-alerts select:focus, .email-alerts input[type='text']:focus, .email-alerts textarea:focus {
        background-color: #ffffff;
        border-radius: 4px;
        border: 2px solid #f79516;
        height: 40px;
    }
/* line 14, ../sass/modules/_email-alerts.scss */
.email-alerts input[type='checkbox'] label {
    background-color: #eeeeed;
    border: 0px solid transparent;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
}
/* line 22, ../sass/modules/_email-alerts.scss */
.email-alerts input[type='checkbox']:checked + label:after {
    background-color: #f79516;
    color: #ffffff;
}
/* line 26, ../sass/modules/_email-alerts.scss */
.email-alerts #divEmailAlertsSignUp {
    margin: 0px 45px;
    padding-top: 30px;
    border-top: 1px dotted #CBCBCB;
}
    /* line 31, ../sass/modules/_email-alerts.scss */
    .email-alerts #divEmailAlertsSignUp .error-container label {
        font-weight: bold;
        color: #f32726;
    }
/* line 37, ../sass/modules/_email-alerts.scss */
.email-alerts #divEmailAlertsUnsubscribe {
    margin-left: 45px;
}
    /* line 40, ../sass/modules/_email-alerts.scss */
    .email-alerts #divEmailAlertsUnsubscribe .error-container label {
        font-weight: bold;
        color: #f32726;
    }
/* line 46, ../sass/modules/_email-alerts.scss */
.email-alerts .row.collapse > .columns {
    padding-right: 30px;
}
/* line 49, ../sass/modules/_email-alerts.scss */
.email-alerts .row > p {
    padding: 0px 45px;
}
/* line 52, ../sass/modules/_email-alerts.scss */
.email-alerts .field-validation-error {
    display: none;
}
/* line 55, ../sass/modules/_email-alerts.scss */
.email-alerts .alert-box {
    background: transparent;
    border: 0;
    margin: 11px 0px 0px;
}
    /* line 59, ../sass/modules/_email-alerts.scss */
    .email-alerts .alert-box .close {
        display: none;
    }
    /* line 62, ../sass/modules/_email-alerts.scss */
    .email-alerts .alert-box.success {
        color: #3a945b;
    }
        /* line 64, ../sass/modules/_email-alerts.scss */
        .email-alerts .alert-box.success:before {
            content: "\e67d";
            font-family: 'icons';
            vertical-align: middle;
        }
    /* line 70, ../sass/modules/_email-alerts.scss */
    .email-alerts .alert-box.warning {
        color: #f32726;
    }
        /* line 72, ../sass/modules/_email-alerts.scss */
        .email-alerts .alert-box.warning:before {
            content: "\e68d";
            font-family: 'icons';
            vertical-align: middle;
        }

/* line 81, ../sass/modules/_email-alerts.scss */
.email-subscribe-confirmation {
    margin-left: 30px;
}

/* line 85, ../sass/modules/_email-alerts.scss */
.signup-link-to-ir {
    border-top: 1px dotted #CBCBCB;
    border-bottom: 1px dotted #CBCBCB;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}

/* line 2, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant select, .page-EmailAssurant input, .page-EmailAssurant textarea {
    background-color: #eeeeed;
    border-radius: 4px;
    border: 0px solid transparent;
    height: 40px;
}
    /* line 9, ../sass/modules/_email-assurant.scss */
    .page-EmailAssurant select:focus, .page-EmailAssurant input[type='text']:focus, .page-EmailAssurant textarea:focus {
        background-color: #ffffff;
        border-radius: 4px;
        border: 2px solid #f79516;
        height: 40px;
    }
/* line 16, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .customer-support-link.layout-content.row {
    padding: 0px;
    margin: 0px;
}
    /* line 20, ../sass/modules/_email-assurant.scss */
    .page-EmailAssurant .customer-support-link.layout-content.row .columns {
        margin: 0px 0px 30px;
        padding: 0px 30px;
    }
    /* line 25, ../sass/modules/_email-assurant.scss */
    .page-EmailAssurant .customer-support-link.layout-content.row .content-block {
        padding: 0;
    }
/* line 30, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .main-section .one-column-layout .layout-content,
.page-EmailAssurant .main-section .right-third .layout-content {
    padding-top: 0px;
}
/* line 35, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .tabs-content {
    margin-bottom: 0;
}
    /* line 38, ../sass/modules/_email-assurant.scss */
    .page-EmailAssurant .tabs-content #panelClaimPolicy {
        padding-bottom: 0;
    }
        /* line 41, ../sass/modules/_email-assurant.scss */
        .page-EmailAssurant .tabs-content #panelClaimPolicy .policy-type label {
            font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
            color: #444444;
            font-size: 18px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 5px;
        }
/* line 53, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant #divEmailAssurant .medium-6.columns {
    width: 45%;
}
/* line 57, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant #divEmailAssurant .medium-8.columns {
    width: 60%;
}
/* line 61, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant #divEmailAssurant .medium-4.columns {
    width: 30%;
}
/* line 66, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .ui-button {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
/* line 76, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .ui-dialog-titlebar {
    text-align: center;
    padding-top: 20px;
}
/* line 81, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .ui-dialog-title {
    font-size: 1.5em;
    margin: 10px 10px 20px 10px;
}
/* line 86, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .ui-dialog-titlebar-close {
    display: none;
}
/* line 90, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .ui-dialog-content {
    text-align: center;
    padding: 20px;
}
/* line 95, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .ui-dialog-buttonpane {
    display: inline;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* line 102, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .ui-widget-overlay {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .5;
}
/* line 113, ../sass/modules/_email-assurant.scss */
.page-EmailAssurant .ui-dialog {
    z-index: 10001;
    background-color: white;
    position: fixed !important;
    width: 350px;
    height: 350px;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* line 8, ../sass/modules/_faq-list.scss */
.faq-list .faq-question {
    font-size: 15px;
    color: #0062b3;
    padding: 0px;
    margin-bottom: 10px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    text-indent: -22px;
    margin-left: 22px;
}
    /* line 17, ../sass/modules/_faq-list.scss */
    .faq-list .faq-question:last-child {
        border-bottom: 0;
    }
    /* line 20, ../sass/modules/_faq-list.scss */
    .faq-list .faq-question, .faq-list .faq-question:hover {
        background: none;
    }
/* line 25, ../sass/modules/_faq-list.scss */
.faq-list .active > .faq-question {
    border-bottom: 1px dotted #CBCBCB;
    background: none;
    padding-bottom: 10px;
}
/* line 30, ../sass/modules/_faq-list.scss */
.faq-list .active > .faq-answer {
    margin-bottom: 40px;
}
/* line 34, ../sass/modules/_faq-list.scss */
.faq-list dd,
.faq-list dl {
    margin-top: 10px;
    padding-top: 10px;
    border-bottom: 0px dotted #CBCBCB;
}
    /* line 39, ../sass/modules/_faq-list.scss */
    .faq-list dd:first-child,
    .faq-list dl:first-child {
        margin-top: 0px;
        border-top: 0;
    }
/* line 44, ../sass/modules/_faq-list.scss */
.faq-list .faq-answer {
    margin-left: 25px;
    color: #646464;
    padding: 0px;
}

/* line 53, ../sass/modules/_faq-list.scss */
.page-OfficeLocations .faq-list .faq-question {
    text-indent: 30px;
    margin-left: 0;
}

/* line 1, ../sass/modules/_list-group.scss */
.list-group {
    margin: 5px 30px 0px;
    margin-bottom: 40px;
    float: left;
}
    /* line 5, ../sass/modules/_list-group.scss */
    .list-group .list-item {
        display: block;
        float: left;
        margin: 0px 0px 30px;
        padding-top: 25px;
        border-top: 1px dotted #CBCBCB;
    }
        /* line 11, ../sass/modules/_list-group.scss */
        .list-group .list-item:first-child {
            margin-top: 0px;
            padding-top: 0px;
            border-top: 0px;
        }
        /* line 16, ../sass/modules/_list-group.scss */
        .list-group .list-item.row:first-child {
            border-top: 0px;
        }
        /* line 19, ../sass/modules/_list-group.scss */
        .list-group .list-item:last-child {
            margin-bottom: 0px;
        }
        /* line 22, ../sass/modules/_list-group.scss */
        .list-group .list-item .columns {
            padding: 0px;
        }
        /* line 25, ../sass/modules/_list-group.scss */
        .list-group .list-item .btn {
            float: left;
            margin-right: 25px;
        }
        /* line 29, ../sass/modules/_list-group.scss */
        .list-group .list-item strong, .list-group .list-item b {
            font-weight: normal;
            font-size: 1.25rem;
            color: #444444;
        }

/* line 2, ../sass/modules/_media-contacts.scss */
.media-contacts.row {
    margin-top: 24px;
    margin-bottom: 24px;
}
/* line 6, ../sass/modules/_media-contacts.scss */
.media-contacts h3 {
    border: 0;
}
/* line 9, ../sass/modules/_media-contacts.scss */
.media-contacts h5, .media-contacts h6, .media-contacts p {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
/* line 12, ../sass/modules/_media-contacts.scss */
.media-contacts h5 {
    font-size: 12px;
    color: #131313;
}
/* line 16, ../sass/modules/_media-contacts.scss */
.media-contacts h6, .media-contacts p, .media-contacts a {
    font-size: 10px;
}
/* line 19, ../sass/modules/_media-contacts.scss */
.media-contacts h6, .media-contacts p {
    color: #646464;
}
/* line 22, ../sass/modules/_media-contacts.scss */
.media-contacts p {
    margin: 0px;
}
/* line 26, ../sass/modules/_media-contacts.scss */
.media-contacts div.media-contact {
    padding-right: 5px;
    float: left !important;
}

/* line 6, ../sass/modules/_media-kit.scss */
.media-kit {
    padding-top: 0px !important;
}
    /* line 9, ../sass/modules/_media-kit.scss */
    .media-kit .media-links {
        margin: 0px;
    }
        /* line 11, ../sass/modules/_media-kit.scss */
        .media-kit .media-links li {
            list-style-type: none;
            display: block;
            font-size: 0.9em;
            line-height: 2em;
            color: #0f6bb7;
        }
        /* line 18, ../sass/modules/_media-kit.scss */
        .media-kit .media-links a {
            color: #0062b3;
            margin-left: 15px;
        }
    /* line 23, ../sass/modules/_media-kit.scss */
    .media-kit .media-details {
        padding-bottom: 25px;
        padding-top: 15px;
    }
        /* line 26, ../sass/modules/_media-kit.scss */
        .media-kit .media-details:first-child {
            padding-top: 0px;
        }
        /* line 29, ../sass/modules/_media-kit.scss */
        .media-kit .media-details:last-child {
            border-bottom: 0px solid;
        }
        /* line 32, ../sass/modules/_media-kit.scss */
        .media-kit .media-details .media-list {
            margin: 0px;
        }
            /* line 34, ../sass/modules/_media-kit.scss */
            .media-kit .media-details .media-list li {
                list-style-type: none;
                display: block;
                font-size: 0.9em;
                line-height: 2em;
                color: #0f6bb7;
            }
            /* line 41, ../sass/modules/_media-kit.scss */
            .media-kit .media-details .media-list a {
                color: #0062b3;
                margin-left: 10px;
            }
        /* line 46, ../sass/modules/_media-kit.scss */
        .media-kit .media-details:before {
            content: "";
            position: absolute;
            left: 15px;
            bottom: 0;
            height: 1px;
            width: 96%;
            border-bottom: 1px dotted #ccc;
        }
        /* line 56, ../sass/modules/_media-kit.scss */
        .media-kit .media-details:last-child:before {
            border-bottom: 0px dotted #ccc;
        }

/* line 6, ../sass/modules/_navigation.scss */
.breadcrumb-container .columns {
    padding-right: 0px;
}

/* line 10, ../sass/modules/_navigation.scss */
.breadcrumb {
    border-top: 1px dotted #CBCBCB;
    margin-top: 25px;
}
    /* line 13, ../sass/modules/_navigation.scss */
    .breadcrumb ul {
        margin: -15px 0px 0px;
    }
    /* line 16, ../sass/modules/_navigation.scss */
    .breadcrumb li {
        display: block;
        float: left;
        background: #eeeeee;
    }
    /* line 21, ../sass/modules/_navigation.scss */
    .breadcrumb a {
        display: block;
        margin-right: 7px;
        background: #ffffff;
        color: #7d7d7d;
        border: 1px solid #cdcdcd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 0.5625rem;
        line-height: 23px;
        padding: 0px 10px;
        text-transform: uppercase;
        letter-spacing: 0.13rem;
    }
        /* line 33, ../sass/modules/_navigation.scss */
        .breadcrumb a:hover, .breadcrumb a:active {
            background: black;
        }
    /* line 38, ../sass/modules/_navigation.scss */
    .breadcrumb .breadcrumb-home a {
        height: 25px;
        font-size: 0;
        color: #945a0d;
        background: #F49426;
        border-color: #DE8622;
        width: 32px;
        text-align: center;
        padding: 0px;
        vertical-align: middle;
    }
        /* line 48, ../sass/modules/_navigation.scss */
        .breadcrumb .breadcrumb-home a:hover {
            background: #FAAF52;
        }
        /* line 51, ../sass/modules/_navigation.scss */
        .breadcrumb .breadcrumb-home a:before {
            font-family: 'icons';
            content: "\e604";
            font-size: 0.625rem;
            vertical-align: middle;
            line-height: 23px;
            width: 32px;
            text-align: center;
            padding: 0px;
            display: block;
            height: 0px;
        }
    /* line 67, ../sass/modules/_navigation.scss */
    .breadcrumb .breadcrumb-parent a,
    .breadcrumb .breadcrumb-active a {
        font-weight: bold;
        letter-spacing: 0.05em;
        border-color: #CCCCCC;
        color: #7D7D7D;
    }
        /* line 72, ../sass/modules/_navigation.scss */
        .breadcrumb .breadcrumb-parent a:hover,
        .breadcrumb .breadcrumb-active a:hover {
            color: #444444;
        }
    /* line 78, ../sass/modules/_navigation.scss */
    .breadcrumb .breadcrumb-parent a {
        background: #EEEEED;
    }
    /* line 83, ../sass/modules/_navigation.scss */
    .breadcrumb .breadcrumb-active a {
        background: #FFFEFE;
    }

/* line 89, ../sass/modules/_navigation.scss */
.inner-wrap {
    margin-bottom: -30px;
}
    /* line 91, ../sass/modules/_navigation.scss */
    .inner-wrap > header, .inner-wrap > .header {
        overflow: visible;
    }
        /* line 95, ../sass/modules/_navigation.scss */
        .inner-wrap > header .right-nav, .inner-wrap > .header .right-nav {
            padding-right: 0px;
        }
        /* line 100, ../sass/modules/_navigation.scss */
        .inner-wrap > header .logo a, .inner-wrap > .header .logo a {
            display: block;
        }
        /* line 105, ../sass/modules/_navigation.scss */
        .inner-wrap > header .stock-quote, .inner-wrap > header .contact, .inner-wrap > .header .stock-quote, .inner-wrap > .header .contact {
            float: right;
        }
        /* line 109, ../sass/modules/_navigation.scss */
        .inner-wrap > header .stock-quote, .inner-wrap > .header .stock-quote {
            line-height: 33px;
            cursor: pointer;
        }
            /* line 112, ../sass/modules/_navigation.scss */
            .inner-wrap > header .stock-quote span, .inner-wrap > .header .stock-quote span {
                display: inline-block;
                background: #f1f1f1;
                color: #0077c0;
                font-size: 0.75rem;
                border-width: 1px 0px;
                border-style: solid;
                border-color: #e3e3e3;
                padding: 0px 8px;
            }
                /* line 122, ../sass/modules/_navigation.scss */
                .inner-wrap > header .stock-quote span:last-child, .inner-wrap > .header .stock-quote span:last-child {
                    -moz-border-radius-topright: 5px;
                    -webkit-border-top-right-radius: 5px;
                    border-top-right-radius: 5px;
                    -moz-border-radius-bottomright: 5px;
                    -webkit-border-bottom-right-radius: 5px;
                    border-bottom-right-radius: 5px;
                    border-right-width: 1px;
                }
            /* line 127, ../sass/modules/_navigation.scss */
            .inner-wrap > header .stock-quote .stock-title, .inner-wrap > .header .stock-quote .stock-title {
                background: #c4c4c4;
                border-color: #c4c4c4;
                color: #fcfcfc;
                -moz-border-radius-topleft: 5px;
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
                -moz-border-radius-bottomleft: 5px;
                -webkit-border-bottom-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }
            /* line 135, ../sass/modules/_navigation.scss */
            .inner-wrap > header .stock-quote .stock-id, .inner-wrap > .header .stock-quote .stock-id {
                padding-right: 0px;
            }
                /* line 138, ../sass/modules/_navigation.scss */
                .inner-wrap > header .stock-quote .stock-id:after, .inner-wrap > .header .stock-quote .stock-id:after {
                    content: "|";
                    top: -1px;
                    position: relative;
                    padding: 0px 5px;
                }
            /* line 146, ../sass/modules/_navigation.scss */
            .inner-wrap > header .stock-quote .trade-price, .inner-wrap > .header .stock-quote .trade-price {
                padding: 0px;
                min-width: 28px;
            }
            /* line 151, ../sass/modules/_navigation.scss */
            .inner-wrap > header .stock-quote .trade-change, .inner-wrap > .header .stock-quote .trade-change {
                color: #999999;
                min-width: 51px;
            }
                /* line 154, ../sass/modules/_navigation.scss */
                .inner-wrap > header .stock-quote .trade-change:before, .inner-wrap > .header .stock-quote .trade-change:before {
                    content: "(";
                }
                /* line 157, ../sass/modules/_navigation.scss */
                .inner-wrap > header .stock-quote .trade-change:after, .inner-wrap > .header .stock-quote .trade-change:after {
                    content: ")";
                }
            /* line 163, ../sass/modules/_navigation.scss */
            .inner-wrap > header .stock-quote:hover .stock-title, .inner-wrap > .header .stock-quote:hover .stock-title {
                background-color: #929292;
                border-color: #929292;
                color: #FFFFFF;
                -moz-border-radius-topleft: 5px;
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
                -moz-border-radius-bottomleft: 5px;
                -webkit-border-bottom-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }
            /* line 169, ../sass/modules/_navigation.scss */
            .inner-wrap > header .stock-quote:hover span, .inner-wrap > .header .stock-quote:hover span {
                background-color: #FFFFFF;
            }
        /* line 174, ../sass/modules/_navigation.scss */
        .inner-wrap > header .contact, .inner-wrap > .header .contact {
            display: inline-block;
            border: 1px solid 006eab;
            text-transform: none;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            padding: 5px 12px 5px 12px;
            line-height: 23px;
            margin: 1px 12px 15px 1px;
            font-size: 0.75rem;
        }

/* line 188, ../sass/modules/_navigation.scss */
.main-menu {
    margin-top: 30px;
}
    /* line 190, ../sass/modules/_navigation.scss */
    .main-menu .row {
        padding: 0px 0px 0px 1em;
    }
    /* line 193, ../sass/modules/_navigation.scss */
    .main-menu ul {
        padding: 0px 14px;
        margin-bottom: 0px;
    }
    /* line 197, ../sass/modules/_navigation.scss */
    .main-menu .primaries, .main-menu .secondaries {
        margin: 0px;
        padding: 0px;
    }
        /* line 201, ../sass/modules/_navigation.scss */
        .main-menu .primaries, .main-menu .primaries li:first-child .menu-item {
            -moz-border-radius-topleft: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
    /* line 204, ../sass/modules/_navigation.scss */
    .main-menu .primaries {
        border-bottom: 1px solid #7c7c7c;
        border-top: 1px solid #7c7c7c;
        border-left: 1px solid #7c7c7c;
        background: #6e6e6e;
        /* Old browsers */
        background: -moz-linear-gradient(left, #6e6e6e 0%, #707070 0%, #6e6e6e 1%, #6e6e6e 43%, #707070 43%, #6f6f6f 45%, #747474 51%, #737373 52%, #767676 53%, #757575 54%, #777777 55%, #797979 59%, #7b7b7b 59%, #7a7a7a 60%, #818181 67%, #888888 79%, #888888 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6e6e6e), color-stop(0%, #707070), color-stop(1%, #6e6e6e), color-stop(43%, #6e6e6e), color-stop(43%, #707070), color-stop(45%, #6f6f6f), color-stop(51%, #747474), color-stop(52%, #737373), color-stop(53%, #767676), color-stop(54%, #757575), color-stop(55%, #777777), color-stop(59%, #797979), color-stop(59%, #7b7b7b), color-stop(60%, #7a7a7a), color-stop(67%, #818181), color-stop(79%, #888888), color-stop(100%, #888888));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #6e6e6e 0%, #707070 0%, #6e6e6e 1%, #6e6e6e 43%, #707070 43%, #6f6f6f 45%, #747474 51%, #737373 52%, #767676 53%, #757575 54%, #777777 55%, #797979 59%, #7b7b7b 59%, #7a7a7a 60%, #818181 67%, #888888 79%, #888888 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #6e6e6e 0%, #707070 0%, #6e6e6e 1%, #6e6e6e 43%, #707070 43%, #6f6f6f 45%, #747474 51%, #737373 52%, #767676 53%, #757575 54%, #777777 55%, #797979 59%, #7b7b7b 59%, #7a7a7a 60%, #818181 67%, #888888 79%, #888888 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #6e6e6e 0%, #707070 0%, #6e6e6e 1%, #6e6e6e 43%, #707070 43%, #6f6f6f 45%, #747474 51%, #737373 52%, #767676 53%, #757575 54%, #777777 55%, #797979 59%, #7b7b7b 59%, #7a7a7a 60%, #818181 67%, #888888 79%, #888888 100%);
        /* IE10+ */
        background: linear-gradient(to right, #6e6e6e 0%, #707070 0%, #6e6e6e 1%, #6e6e6e 43%, #707070 43%, #6f6f6f 45%, #747474 51%, #737373 52%, #767676 53%, #757575 54%, #777777 55%, #797979 59%, #7b7b7b 59%, #7a7a7a 60%, #818181 67%, #888888 79%, #888888 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#888888',GradientType=1 );
        /* IE6-9 */
        width: 42.97%;
    }
        /* line 217, ../sass/modules/_navigation.scss */
        .main-menu .primaries .columns:nth-child(1) {
            width: 45.45%;
        }
        /* line 220, ../sass/modules/_navigation.scss */
        .main-menu .primaries .columns:nth-child(2) {
            width: 54.55%;
            z-index: 1;
        }
    /* line 225, ../sass/modules/_navigation.scss */
    .main-menu .secondaries, .main-menu .secondaries li:last-child .menu-item {
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    /* line 228, ../sass/modules/_navigation.scss */
    .main-menu .secondaries {
        border-bottom: 1px solid #7c7c7c;
        border-top: 1px solid #7c7c7c;
        border-right: 1px solid #7c7c7c;
        background: #a2a2a2;
        /* Old browsers */
        background: -moz-linear-gradient(left, #a2a2a2 0%, #a2a2a2 38%, #a0a0a0 38%, #a0a0a0 40%, #999999 45%, #989898 47%, #959595 48%, #969696 48%, #939393 49%, #8c8c8c 56%, #8c8d8d 57%, #8b8b8b 57%, #8c8c8c 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a2a2a2), color-stop(38%, #a2a2a2), color-stop(38%, #a0a0a0), color-stop(40%, #a0a0a0), color-stop(45%, #999999), color-stop(47%, #989898), color-stop(48%, #959595), color-stop(48%, #969696), color-stop(49%, #939393), color-stop(56%, #8c8c8c), color-stop(57%, #8c8d8d), color-stop(57%, #8b8b8b), color-stop(100%, #8c8c8c));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #a2a2a2 0%, #a2a2a2 38%, #a0a0a0 38%, #a0a0a0 40%, #999999 45%, #989898 47%, #959595 48%, #969696 48%, #939393 49%, #8c8c8c 56%, #8c8d8d 57%, #8b8b8b 57%, #8c8c8c 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #a2a2a2 0%, #a2a2a2 38%, #a0a0a0 38%, #a0a0a0 40%, #999999 45%, #989898 47%, #959595 48%, #969696 48%, #939393 49%, #8c8c8c 56%, #8c8d8d 57%, #8b8b8b 57%, #8c8c8c 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #a2a2a2 0%, #a2a2a2 38%, #a0a0a0 38%, #a0a0a0 40%, #999999 45%, #989898 47%, #959595 48%, #969696 48%, #939393 49%, #8c8c8c 56%, #8c8d8d 57%, #8b8b8b 57%, #8c8c8c 100%);
        /* IE10+ */
        background: linear-gradient(to right, #a2a2a2 0%, #a2a2a2 38%, #a0a0a0 38%, #a0a0a0 40%, #999999 45%, #989898 47%, #959595 48%, #969696 48%, #939393 49%, #8c8c8c 56%, #8c8d8d 57%, #8b8b8b 57%, #8c8c8c 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#8c8c8c',GradientType=1 );
        /* IE6-9 */
        position: relative;
        left: -1px;
        width: 57.03%;
    }
        /* line 243, ../sass/modules/_navigation.scss */
        .main-menu .secondaries .columns:nth-child(1) {
            width: 28.77%;
        }
        /* line 246, ../sass/modules/_navigation.scss */
        .main-menu .secondaries .columns:nth-child(2) {
            width: 39.15%;
        }
        /* line 249, ../sass/modules/_navigation.scss */
        .main-menu .secondaries .columns:nth-child(3) {
            width: 31.69%;
        }
        /* line 252, ../sass/modules/_navigation.scss */
        .main-menu .secondaries .columns:nth-child(4) {
            width: 21.39%;
        }
    /* line 256, ../sass/modules/_navigation.scss */
    .main-menu li {
        display: block;
        padding: 0px;
    }
    /* line 261, ../sass/modules/_navigation.scss */
    .main-menu .menu-item {
        display: block;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        letter-spacing: 0.04em;
    }
        /* line 269, ../sass/modules/_navigation.scss */
        .main-menu .menu-item div {
            display: table;
            width: 100%;
        }
        /* line 273, ../sass/modules/_navigation.scss */
        .main-menu .menu-item p {
            display: table-cell;
            line-height: 16px;
            vertical-align: middle;
            height: 60px;
            width: 100%;
            font-size: 0.875rem;
        }
        /* line 283, ../sass/modules/_navigation.scss */
        .main-menu .menu-item:hover {
            background-color: #575757;
        }
    /* line 288, ../sass/modules/_navigation.scss */
    .main-menu .active .menu-item {
        background: #0067b5;
        /* Old browsers */
        background: -moz-linear-gradient(left, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0067b5), color-stop(15%, #0069b6), color-stop(72%, #0080c6), color-stop(100%, #0087cb));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
        /* IE10+ */
        background: linear-gradient(to right, #0067b5 0%, #0069b6 15%, #0080c6 72%, #0087cb 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067b5', endColorstr='#0087cb',GradientType=1 );
        /* IE6-9 */;
    }
    /* line 300, ../sass/modules/_navigation.scss */
    .main-menu .primary:last-child, .main-menu .secondary:last-child {
        float: left;
    }

/* line 306, ../sass/modules/_navigation.scss */
.side-menu {
    margin-top: 35px;
}
    /* line 308, ../sass/modules/_navigation.scss */
    .side-menu .title {
        padding: 10px 0px 0px;
        margin: 0px;
        display: none;
    }
    /* line 313, ../sass/modules/_navigation.scss */
    .side-menu ul {
        margin: 0px;
    }
    /* line 316, ../sass/modules/_navigation.scss */
    .side-menu .home-item {
        display: none;
    }
        /* line 318, ../sass/modules/_navigation.scss */
        .side-menu .home-item.home-active {
            display: block;
        }
        /* line 321, ../sass/modules/_navigation.scss */
        .side-menu .home-item a {
            color: #7a7a7a;
            font-size: 0.75rem;
        }
    /* line 326, ../sass/modules/_navigation.scss */
    .side-menu li {
        display: block;
        border-bottom: 1px dotted #b2b2b2;
    }
        /* line 329, ../sass/modules/_navigation.scss */
        .side-menu li a {
            width: 100%;
            padding: 8px 0;
            display: block;
            margin: 0px;
            line-height: 1.4;
        }
            /* line 335, ../sass/modules/_navigation.scss */
            .side-menu li a.active {
                color: #212121;
            }
                /* line 337, ../sass/modules/_navigation.scss */
                .side-menu li a.active:after {
                    font-family: 'icons';
                    font-size: 0.75rem;
                    color: #31aa3a;
                    margin-left: 8px;
                }
            /* line 345, ../sass/modules/_navigation.scss */
            .side-menu li a.side-menu-title {
                font-size: 1rem;
            }
        /* line 349, ../sass/modules/_navigation.scss */
        .side-menu li li a {
            font-size: 0.875rem;
            margin-left: 15px;
            color: #717171;
        }
        /* line 355, ../sass/modules/_navigation.scss */
        .side-menu li:last-child {
            border-bottom: 0;
        }
    /* line 358, ../sass/modules/_navigation.scss */
    .side-menu .secondary li,
    .side-menu .has-sub-active {
        border-bottom: none;
    }

/* line 364, ../sass/modules/_navigation.scss */
footer, .footer {
    margin: 50px 0px;
}
    /* line 368, ../sass/modules/_navigation.scss */
    footer .logo a, .footer .logo a {
        display: block;
    }
    /* line 373, ../sass/modules/_navigation.scss */
    footer .footer-nav ul, .footer .footer-nav ul {
        margin: 0px;
    }
    /* line 376, ../sass/modules/_navigation.scss */
    footer .footer-nav .primary, .footer .footer-nav .primary {
        padding-left: 0px;
    }
        /* line 378, ../sass/modules/_navigation.scss */
        footer .footer-nav .primary a, .footer .footer-nav .primary a {
            font-size: 0.875rem;
            line-height: 2;
        }
    /* line 384, ../sass/modules/_navigation.scss */
    footer .footer-nav .secondary a:hover, .footer .footer-nav .secondary a:hover {
        text-decoration: none;
        color: #212121;
    }
    /* line 388, ../sass/modules/_navigation.scss */
    footer .footer-nav .secondary li, .footer .footer-nav .secondary li {
        line-height: 1.3;
        padding-left: 5px;
    }
    /* line 392, ../sass/modules/_navigation.scss */
    footer .footer-nav .secondary a, .footer .footer-nav .secondary a {
        font-size: 0.75rem;
        color: #767676;
    }
    /* line 397, ../sass/modules/_navigation.scss */
    footer .footer-nav li, .footer .footer-nav li {
        display: block;
    }
    /* line 401, ../sass/modules/_navigation.scss */
    footer .social-links, .footer .social-links {
        margin: 0px 0 40px;
        /*decreased width*/
        padding: 0px 5px 0px 0px;
        /*reduced padding*/;
    }
        /* line 405, ../sass/modules/_navigation.scss */
        footer .social-links ul, .footer .social-links ul {
            margin: 0px;
            height: 35px;
        }
        /* line 409, ../sass/modules/_navigation.scss */
        footer .social-links li, .footer .social-links li {
            display: block;
            float: left;
            margin: 0px 4px;
        }
        /* line 414, ../sass/modules/_navigation.scss */
        footer .social-links a, .footer .social-links a {
            width: 34px;
            height: 34px;
            line-height: 34px;
            color: #eeeeee;
            text-align: center;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            text-decoration: none;
        }
            /* line 421, ../sass/modules/_navigation.scss */
            footer .social-links a.facebook, .footer .social-links a.facebook {
                background: #3b5998;
            }
            /* line 424, ../sass/modules/_navigation.scss */
            footer .social-links a.linkedin, .footer .social-links a.linkedin {
                background: #0e76a8;
            }
            /* line 427, ../sass/modules/_navigation.scss */
            footer .social-links a.twitter, .footer .social-links a.twitter {
                background: #55acee;
            }
    /* line 433, ../sass/modules/_navigation.scss */
    footer .legal, .footer .legal {
        text-align: right;
        margin: 0px 0px 40px;
        padding-left: 5px;
        width: 16%;
        /*increased size*/;
    }
        /* line 438, ../sass/modules/_navigation.scss */
        footer .legal span, footer .legal p, .footer .legal span, .footer .legal p {
            line-height: 1.2;
        }



/* line 1, ../sass/modules/_search.scss */
.search-controls {
    float: right;
}
    /* line 3, ../sass/modules/_search.scss */
    .search-controls button {
        float: left;
        margin: 0px;
        padding: 10px;
        height: 100%;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #c4c4c4;
        min-width: 35px;
        min-height: 36px;
        z-index: 1;
        -moz-transition-property: width;
        -o-transition-property: width;
        -webkit-transition-property: width;
        transition-property: width;
    }
        /* line 14, ../sass/modules/_search.scss */
        .search-controls button:hover {
            background: #757575;
        }
    /* line 18, ../sass/modules/_search.scss */
    .search-controls input {
        display: inline-block;
        background-color: #fff;
        box-shadow: none;
        width: 110px;
        margin: 0px;
        margin-right: 12px;
        height: 36px;
        vertical-align: top;
        border: 1px solid #e3e3e3;
        border-left-width: 0px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
        /* line 30, ../sass/modules/_search.scss */
        .search-controls input:focus {
            background-color: #fff;
        }

p {
    text-align: left;
}

.toggle, [id^=drop] {
    display: none;
}



/* Media Queries
--------------------------------------------- */
@media all and (max-width : 1024px) {
}

@media all and (max-width : 768px) {



    .toggle + a,
    .menu {
        display: none;
    }

    .toggle {
        display: block;
        padding: 0 0px;
        color: #FFF;
        font-size: 14px;
        line-height: 60px;
        text-decoration: none;
        border-bottom: 1px dotted;
        text-align: center;
    }

        .toggle:hover {
            background-color: #717171;
        }

    [id^=drop]:checked + ul {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation:portrait) {
    .spotlight .highlight {
        /* display: table; */
        position: absolute;
        /* margin-top: -150PX; */
        bottom: 20px;
        clear: both;
        padding-right: 30px;
    }
}

.sub-header-title_cs {
    font-size: 14pt;
    color: #ffffff;
}

.colors_text {
}

.blue_text {
    color: #1a90f2;
    text-transform: uppercase;
    font-size: 9pt;
}

.green_text {
    color: #00a54f;
    text-transform: uppercase;
    font-size: 9pt;
}

.video_section {
    text-align: center;
}

.content_heading {
    font-weight: bold;
}

.extraicons {
    text-align: center;
    padding-bottom: 40px;
}

.content_investor {
    float: left;
    margin-left: 0%;
    width: 100%;
    margin-top: 20px;
}

.right-off-canvas-menu {
    background: none !important;
}
