/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 19, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
:root {
    --ChampionPurple: #5a287d;
}


h1.underline, h4.underline {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 21px;
}

@media (max-width: 767px) {
    /* line 28, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .text_center-mobile {
        text-align: center;
    }
}

/* line 34, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-lg-home {
    padding: 20px 40px;
    font-size: 15px;
}

/* line 39, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
    /* line 44, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .btn-info-home:hover {
        color: #000;
        border-color: #000;
        background: #fff;
    }
    /* line 49, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .btn-info-home:active {
        color: #000;
        border-color: #000;
        background: #fff;
    }
    /* line 54, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .btn-info-home:focus {
        color: #000;
        border-color: #000;
        background: #fff;
    }

    .breadcrumb > li a, .breadcrumb > li a:hover {
        text-decoration: underline;
        color: #5e10b1;
        font-size: 16px;
    }

    .breadcrumb > .active {
        font-size: 16px;
        color: #000;
    }

    .breadcrumb > li + li:before {
        padding: 0 10px;
        color: #5e10b1;
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-size: 13px;
    }


    .breadcrumb {
        margin-bottom: 10px;
    }

    /* line 85, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: 0px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* line 96, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
    background: none;
}

/* line 103, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
    background: none;
}

/* line 112, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background-color: transparent;
    border-color: transparent;
}

/* line 122, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    border-color: transparent;
    border-radius: 50%;
}

/* line 132, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top {
    border-width: 0;
}

/* line 136, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top {
    border-width: 0;
    margin-bottom: 0;
}

/* line 140, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-default {
    border-color: transparent;
}

/* line 144, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.homelink, a.homelink:hover, a.homelink:focus {
    color: #fff;
    text-decoration: none;
}

/* line 149, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.register-bar {
    clear: both;
}

/* line 153, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar {
    min-height: 67px;
}
    /* line 156, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar .navbar-collapse {
        max-height: 510px;
        box-shadow: none;
        border-top: none;
        padding-top: 8px;
    }
    /* line 163, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar .navbar-form {
        border: none;
        margin-left: 0;
        margin-right: 0;
    }
        /* line 168, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .navbar-fixed-top.navbar .navbar-form .form-control {
            font-size: 1em;
        }

/* line 175, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
}

/* line 181, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form {
    border: none;
    margin-left: 0;
    margin-right: 0;
}
    /* line 186, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top.navbar .navbar-form .form-control {
        font-size: 1em;
    }

@media (min-width: 992px) {
    /* line 191, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .fix-navbar .register-bar {
        display: none;
    }
}

/* line 197, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar > .container > .row > div {
    float: none !important;
    display: inline-block;
    vertical-align: bottom;
}

/* line 202, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar > .container > .row > div {
    float: none !important;
    display: inline-block;
    vertical-align: bottom;
}

/* line 211, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
}

/* line 218, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #666;
}

/* line 230, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
}

/* line 237, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #666;
}

/* line 247, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-brand {
    padding: 10px 15px;
    font-size: 2.11em;
    font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5a287d;
    position: relative;
}

@media (max-width: 1200px) {
    /* line 247, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top .navbar-brand {
        position: initial;
        height: 42px;
    }
}

/* line 259, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-header {
    padding-top: 8px;
}

/* line 264, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-brand {
    padding: 10px 15px;
    font-size: 2.11em;
    font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5a287d;
    position: relative;
}

@media (max-width: 1200px) {
    /* line 264, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top .navbar-brand {
        position: initial;
        height: 42px;
    }
}

/* line 284, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse {
    background-color: #5a287d;
    border-color: transparent;
}
    /* line 288, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar-inverse .navbar-brand {
        color: #fff;
    }
    /* line 291, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar-inverse .divider-vertical {
        border-right-color: #fff;
        border-left-color: #111;
    }

/* line 296, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse {
    background-color: #5a287d;
    border-color: transparent;
}
    /* line 300, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top.navbar-inverse .navbar-brand {
        color: #fff;
    }
    /* line 304, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top.navbar-inverse .divider-vertical {
        border-right-color: #fff;
        border-left-color: #111;
    }

/* line 311, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
    /* line 314, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #666666;
        border-bottom: 4px solid #2F5FEF;
        padding-bottom: 10px;
    }
    /* line 320, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
        outline: 1px dashed #FFFFFF;
    }

@media (max-width: 1199px) {
    /* line 331, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #666666;
        border-bottom: 4px solid #2F5FEF;
        padding-bottom: 6px;
    }
}

/* line 342, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link {
    position: relative;
}
    /* line 345, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .menu-bar .shopping_link .cart_amount {
        border-radius: 100%;
        height: 17px;
        width: 17px;
        position: absolute;
        bottom: 6px;
        right: -6px;
        background-color: #2f5fef;
        text-align: -webkit-center;
        line-height: 17px;
        font-size: 9px;
        padding-left: 1.9px;
        color: #fff;
    }
        /* line 359, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .menu-bar .shopping_link .cart_amount:hover {
            color: #fff;
        }

@media (max-width: 1199px) {
    /* line 367, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

@media (max-width: 1199px) {
    /* line 372, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

@media (max-width: 767px) {
    /* line 377, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar > .container > .row > div {
        display: block;
    }
    /* line 381, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-header {
        position: relative;
    }
}

@media (max-width: 767px) {
    /* line 386, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top.navbar > .container > .row > div {
        display: block;
    }
    /* line 390, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-header {
        position: relative;
    }
}

/* line 397, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel {
    -webkit-box-shadow: 0 0px 0px transparent;
    box-shadow: 0 0px 0px transparent;
}

/* line 404, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group {
    margin-bottom: 21px;
}
    /* line 407, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group.border-bottom {
        border-bottom: 1px solid #bcbcbc;
        padding-bottom: 84px;
    }
    /* line 412, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel {
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }
        /* line 417, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .panel-group .panel + .panel {
            margin-top: 5px;
        }
    /* line 422, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading {
        border-bottom: 0;
    }
        /* line 426, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .panel-group .panel-heading .panel-title a {
            text-decoration: none;
        }
            /* line 429, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
            .panel-group .panel-heading .panel-title a:hover {
                color: #2f5fef;
            }
            /* line 433, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
            .panel-group .panel-heading .panel-title a:before {
                content: ' ';
                background-repeat: no-repeat;
                display: inline-block;
                width: 22px;
                height: 12px;
                background-position: -92px -5px;
                margin-right: 10.5px;
            }
            /* line 444, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
            .panel-group .panel-heading .panel-title a.collapsed:before {
                background-position: -5px -126px;
            }
        /* line 452, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: none;
        }
    /* line 457, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-footer {
        border-top: 0;
    }
        /* line 460, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: none;
        }
    /* line 465, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-default {
        border-color: none;
    }
        /* line 6, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
        .panel-group .panel-default > .panel-heading {
            color: #333333;
            background-color: transparent;
            border-color: none;
        }
            /* line 11, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
            .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: none;
            }
            /* line 14, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
            .panel-group .panel-default > .panel-heading .badge {
                color: transparent;
                background-color: #333333;
            }
        /* line 20, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
        .panel-group .panel-default > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: none;
        }

/* line 473, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
body {
    padding-top: 0px;
}

@media (max-width: 767px) {
    /* line 473, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    body {
        padding-top: 0px;
    }
}

/* line 482, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_down {
    height: 50px;
    background: url("layer_down.png") no-repeat bottom center;
    position: absolute;
    bottom: 0;
    z-index: 900;
    width: 100%;
}

/* line 491, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_up {
    height: 40px;
    background: url("layer_up.png") no-repeat bottom center;
    position: relative;
    z-index: 20;
}

/* line 498, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-margin {
    margin: 21px 0;
}

/* line 502, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.color-inverse {
    color: #fff;
}
    /* line 505, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .color-inverse h1, .color-inverse h2, .color-inverse h3 {
        color: #fff;
    }

/* line 513, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search {
    background: url("helpdesk.png") no-repeat;
    background-size: cover;
}
    /* line 518, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div {
        margin-top: 100px;
    }
        /* line 521, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div h1 {
            color: #fff;
        }

@media screen and (max-width: 600px) {
    /* line 521, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div h1 {
        font-size: 16vw;
    }
}
/* line 531, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search .row > div .form-inline .form-group .input-group {
    margin-right: 21px;
}
    /* line 534, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div .form-inline .form-group .input-group .input-group-addon {
        background-color: #fff;
        border-right: none;
    }
    /* line 539, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div .form-inline .form-group .input-group .form-control {
        height: 60px;
        border-left: none;
        box-shadow: none;
    }
        /* line 544, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div .form-inline .form-group .input-group .form-control:focus {
            box-shadow: none;
            border-right: none;
            border-color: #ccc;
        }

/* line 557, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

    /* line 567, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .wrapper .contained {
        position: relative;
        height: 400px;
        padding-bottom: 56.25%;
    }

        /* line 573, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .wrapper .contained > svg {
            margin-top: -100px;
            position: absolute;
            display: block;
        }

/* line 579, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.contained .row {
    margin-top: 80px;
}

/* line 583, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer {
    position: relative;
    color: #AAAAAA;
}
    /* line 587, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top {
        width: 100%;
        min-height: 130px;
        background-color: #5a287d;
        display: flex;
        align-items: center;
    }
        /* line 594, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        footer .footer-top h3, footer .footer-top h4 {
            color: #fff;
        }
        /* line 598, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        footer .footer-top .list-social-links {
            margin-top: 25px;
            margin-bottom: 12.5px;
        }

        footer .footer-top ul li a {
            font-size: 15px;
            color: white;
            text-decoration: none;
        }

        footer .footer-top ul li a:hover,
        footer .footer-top ul li a:focus,
        footer .footer-top ul li a.active {
            font-size: 15px;
            color: white;
            text-decoration: underline;
        }

@media screen and (max-width: 991px) {
    /* line 605, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top h3,
    footer .footer-top .list-social-links {
        text-align: center;
    }
}
/* line 611, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom {
    width: 100%;
    min-height: 36px;
    background-color: #5a287d;
    font-size: 12px;
    display: flex;
    align-items: center;
}
    /* line 619, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom p {
        margin: 0;
    }
    /* line 623, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom h4 {
        margin-top: 0;
        color: #fff;
    }
    /* line 628, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom ul {
        list-style-type: none;
        margin: 0;
    }
        /* line 638, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        footer .footer-bottom ul li a,
        footer .footer-bottom ul li a:hover,
        footer .footer-bottom ul li a:focus,
        footer .footer-bottom ul li a:active,
        footer .footer-bottom ul li a.active {
            font-size: 15px;
            color: #fff;
        }

    footer .footer-bottom span {
        color: white;
        font-size: 13px;
        font-family: sans-serif, Arial, Helvetica;
    }

/* line 648, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links {
    list-style-type: none;
    padding-left: 0;
}
    /* line 652, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .list-social-links li {
        display: inline-block;
        margin: 0 10px;
    }
        /* line 661, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .list-social-links li a,
        .list-social-links li a:hover,
        .list-social-links li a:focus,
        .list-social-links li a:active,
        .list-social-links li a.active {
            color: #fff;
        }

@media screen and (max-width: 993px) {
    /* line 669, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-landing h1 {
        font-size: 65px;
    }
    /* line 673, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-landing h2 {
        letter-spacing: normal;
        margin-left: -3px;
    }
}

/* line 679, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.user-icon {
    width: 16px;
    height: 16px;
    background-image: url("register_icon.png");
    display: inline-block;
    margin-right: 7px;
}

/* line 687, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title-container {
    border-top: solid 1px #bcbcbc;
    border-bottom: solid 1px #bcbcbc;
    padding-left: 15px;
    padding-top: 28px;
    padding-bottom: 28px;
}

/* line 695, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title {
    margin-left: -35px;
}
    /* line 698, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .article-title > span {
        margin-left: 3px;
    }
        /* line 701, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .article-title > span .article-author {
            font-weight: bold;
            color: #2f5fef;
        }

/* line 708, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content {
    margin-top: 15px;
}
    /* line 711, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .article-content > p {
        text-align: justify;
    }

@media screen and (max-width: 993px) {
    /* line 717, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .article-title {
        margin-left: 0;
        text-align: center;
    }
    /* line 722, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .article-author {
        text-align: center;
    }
}

/* line 728, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background-color: #eeeeee;
}
    /* line 734, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-search .header-search img {
        max-width: 350px;
    }

@media screen and (max-width: 600px) {
    /* line 738, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-search .header-search h1 {
        font-size: 13vw;
    }
}

/* line 745, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .title-search {
    font-size: 26px;
    font-weight: bold;
}

/* line 750, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search input {
    border-style: none;
    padding-left: 10px;
    height: 60px;
}

/* line 758, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-left > img {
    max-width: 240px;
}

/* line 763, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body {
    padding-left: 20px;
}
    /* line 766, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-search .media .media-body > a {
        text-decoration: none;
        font-weight: bold;
    }
    /* line 771, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-search .media .media-body .media-heading {
        margin-top: 5px;
        margin-bottom: 20px;
    }

/* line 780, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.cards-container {
    margin-top: 84px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    /* line 780, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .cards-container {
        flex-direction: column;
    }
}

/* line 795, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item {
    margin-right: auto;
    margin-left: auto;
}
    /* line 799, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .carousel-custom .carousel-inner > .item .carousel-caption {
        display: flex;
        align-items: center;
        top: 5%;
        left: 5%;
        right: 5%;
    }

@media screen and (min-width: 768px) {
    /* line 799, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .carousel-custom .carousel-inner > .item .carousel-caption {
        left: 5%;
        right: 5%;
    }
}

/* line 815, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-indicators li {
    border-color: #232222;
}

/* line 824, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms td {
    padding: 15px 8px;
}

/* line 830, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms tbody tr:first-child td {
    border-top: none;
}

/* line 839, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll {
    background-color: #eeeeee;
    border-top: 7px solid #0b80d0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
    /* line 846, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-header {
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #bcbcbc;
        padding-bottom: 5px;
    }
        /* line 856, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-header h4 {
            font-weight: bold;
            display: inline-block;
        }
    /* line 862, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content {
        padding-top: 25px;
    }
        /* line 865, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-content p {
            font-size: 14px;
        }
        /* line 869, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-content form {
            border-bottom: 1px solid #bcbcbc;
            padding-bottom: 10px;
        }
        /* line 874, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-content .poll-buttons {
            padding-top: 20px;
            padding-left: 11px;
        }
            /* line 878, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
            .poll .poll-content .poll-buttons .btn {
                padding: 4px 14px;
                font-size: 14px;
            }
            /* line 883, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
            .poll .poll-content .poll-buttons .btn-default {
                color: #000;
                border-color: #000;
            }
                /* line 887, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
                .poll .poll-content .poll-buttons .btn-default:hover {
                    color: #000;
                    border-color: #000;
                }
    /* line 895, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags {
        padding-top: 10px;
    }
        /* line 898, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-tags h4 {
            border-bottom: 1px solid #bcbcbc;
            padding-bottom: 10px;
        }
        /* line 903, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-tags .tag {
            display: inline-block;
            background-color: #e1e1e1;
            color: #232222;
            padding: 5px 14px;
            margin: 5px 0px;
            text-transform: uppercase;
            font-size: 13px;
        }

/* line 915, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
    /* line 922, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a {
        padding: 4px 20px;
        color: #2f5fef;
        border-right: 2px solid #eeeeee;
    }
        /* line 928, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .nav-sidebar .nav > li > a:hover,
        .nav-sidebar .nav > li > a:focus {
            color: #5a287d;
            text-decoration: none;
            background-color: transparent;
            border-right: 2px solid #555555;
        }
        /* line 935, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .nav-sidebar .nav > li > a:before {
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e250";
            margin-right: 7px;
        }
    /* line 952, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > .active > a {
        color: #5a287d;
        text-decoration: none;
        background-color: transparent;
        border-right: 2px solid #555555;
        font-weight: bold;
    }
        /* line 959, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .nav-sidebar .nav > .active > a:before {
            content: "\e252";
        }
    /* line 966, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > .active:hover > a,
    .nav-sidebar .nav > .activefocus > a {
        font-weight: bold;
    }
    /* line 972, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > .active > ul.nav {
        display: block;
    }
    /* line 979, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav ul.nav {
        display: none;
    }
    /* line 986, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav .nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 30px;
    }
    /* line 996, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav .nav > .active,
    .nav-sidebar .nav .nav > .active:hover,
    .nav-sidebar .nav .nav > .active:focus {
        font-weight: bold;
    }
    /* line 1003, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav .nav .nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 60px;
    }
        /* line 1008, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .nav-sidebar .nav .nav .nav > li > a:before {
            content: "";
        }
    /* line 1017, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav .nav .nav > .active,
    .nav-sidebar .nav .nav .nav > .active:hover,
    .nav-sidebar .nav .nav .nav > .active:focus {
        font-weight: bold;
    }

/* line 1028, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-menu {
    margin-top: 8px;
}

/* line 1032, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search {
    padding-top: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 9px;
}
    /* line 1039, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search #q {
        min-width: 200px;
    }

@media (max-width: 1199px) {
    /* line 1044, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search .input-group-btn {
        vertical-align: top;
    }
    /* line 1047, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search #search-filter {
        width: 100%;
        text-align: left;
        padding-left: 25px;
    }
    /* line 1052, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search.dropdown-menu > li:hover, #navbar .dropdown-search .dropdown-menu > li:hover {
        color: white;
        background-color: transparent;
    }
}

/* line 1060, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.tabs-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
}

/* line 1073, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
    color: #a94442;
}

@media screen and (-ms-high-contrast: active) {
    /* line 1078, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }
    /* line 1082, D:/a/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
}

/* line 11, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.pr-color {
    color: #2f5fef;
}

/* line 16, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.purple_border {
    padding-bottom: 10px;
    border-bottom: 7px solid #5a287d;
}

/* line 21, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.page_section {
    position: relative;
    background-size: cover;
    min-height: 1000px;
}
    /* line 26, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .page_section .row {
        padding-top: 0px;
        padding-bottom: 0px;
    }
        /* line 31, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .page_section .row.sidebar-home {
            padding-bottom: 0;
        }
    /* line 49, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .page_section p {
        border-top: solid #666666 1px;
        padding-top: 5px;
    }
    /* line 54, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .page_section .btn {
        margin-top: 0px;
    }
    /* line 58, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .page_section .form-search .btn {
        margin-top: 0;
    }
    /* line 64, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .page_section .section-landing-heading p,
    .page_section .section-landing-sub-heading p {
        border-top: 0;
    }

/* line 71, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.form-search .btn {
    border: 1px solid #ccc;
}

/* line 74, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.form-search .btn-default:hover {
    border-color: #ccc;
}

/* line 78, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.form-search .dropdown-submenu {
    right: -2px;
}

/* line 82, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.form-search .dropdown-menu {
    margin-top: 0px;
}

/* line 87, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.dropdown-search.dropdown-menu > li:hover {
    background-color: transparent;
}

/* line 91, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
#navbar .form-search .dropdown-menu {
    margin-top: 0px;
}

/* line 95, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-diagonal-left {
    -webkit-transform: skew(0deg, -1.3deg);
    -ms-transform: skew(0deg, -1.3deg);
    transform: skew(0deg, -1.3deg);
    overflow: hidden;
    margin-top: -60px;
    margin-bottom: -20px;
}
    /* line 103, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-diagonal-left .section-diagonal-left-content {
        -webkit-transform: skew(0deg, 1.3deg);
        -ms-transform: skew(0deg, 1.3deg);
        transform: skew(0deg, 1.3deg);
        background: url("homethumbnail2.jpg") no-repeat 0 20%;
        background-size: cover;
        margin-top: -70px;
    }
        /* line 111, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .section-diagonal-left .section-diagonal-left-content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .2;
            z-index: -1;
            background-color: #fff;
        }

/* line 125, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-diagonal-right {
    -webkit-transform: skew(0deg, 1.3deg);
    -ms-transform: skew(0deg, 1.3deg);
    transform: skew(0deg, 1.3deg);
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: -20px;
}
    /* line 133, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-diagonal-right.home-section {
        margin-top: -60px;
    }
    /* line 137, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-diagonal-right .section-diagonal-right-content {
        -webkit-transform: skew(0deg, -1.3deg);
        -ms-transform: skew(0deg, -1.3deg);
        transform: skew(0deg, -1.3deg);
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("homethumbnail4.jpg") no-repeat;
        background-size: cover;
        margin-top: -70px;
    }
        /* line 145, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .section-diagonal-right .section-diagonal-right-content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .8;
            z-index: -1;
            background-color: #2f5fef;
        }

    /* line 161, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-diagonal-left .row,
    .section-diagonal-right .row {
        padding-top: 125px;
    }

    /* line 165, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-diagonal-left .col-md-5,
    .section-diagonal-right .col-md-5 {
        float: none;
        margin: 0 auto;
    }

    /* line 170, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-diagonal-left p,
    .section-diagonal-right p {
        border-top: none;
    }

/* line 176, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-landing {
    background: linear-gradient(transparent, transparent), url("homehero.jpg") no-repeat center;
    background-size: cover;
}
    /* line 181, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-landing .row > div {
        margin-top: 80px;
    }
        /* line 184, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .section-landing .row > div .section-landing-heading {
            font-size: 8rem;
            color: #fff;
            text-transform: uppercase;
        }

@media screen and (max-width: 600px) {
    /* line 184, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-landing .row > div .section-landing-heading {
        font-size: 16vw;
    }
}
/* line 194, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-landing .row > div .section-landing-sub-heading {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 4.3rem;
    color: #fff;
    letter-spacing: 19px;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    /* line 194, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-landing .row > div .section-landing-sub-heading {
        font-size: 4vw;
    }
}

/* line 210, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-sub-landing {
    background: linear-gradient(transparent, #07aaf6), url("homethumbnail1.jpg") no-repeat center;
    background-size: cover;
}

/* line 215, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-default {
    background: url("homethumbnail3.jpg") no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    /* line 220, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .section-default:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
    }
}
/* line 235, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-default .row {
    padding-bottom: 150px;
}

/* line 242, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-knowledge {
    margin-bottom: 40px;
}

/* line 247, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .btn {
    margin-top: 0;
}

/* line 251, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .panel {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
    /* line 256, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .content-home .panel p {
        border: 0;
    }

/* line 261, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .panel-heading {
    display: none;
}

/* line 265, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .list-group-item {
    padding: 20px 0;
    font-size: 20px;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #ddd;
}
    /* line 272, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .content-home .list-group-item img {
        margin-right: 25px;
    }

    /* line 278, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .content-home a.list-group-item,
    .content-home .list-group-item a.title {
        color: #232222;
    }
        /* line 282, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .content-home a.list-group-item:hover,
        .content-home a.list-group-item:focus,
        .content-home .list-group-item a.title:hover,
        .content-home .list-group-item a.title:focus {
            color: #232222;
            text-decoration: underline;
            background-color: transparent;
        }

/* line 290, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .title,
.content-home .description {
    display: block;
}

/* line 294, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .title {
    font-size: 24px;
    font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 299, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.content-home .description {
    display: block;
    font-size: 14px;
}

/* line 305, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.sidebar-home {
    background-color: #eeeeee;
    border-top: 7px solid #0b80d0;
    margin-top: 36px;
    position: relative;
}
    /* line 311, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .sidebar-home h3 {
        font-size: 18px;
    }
    /* line 315, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .sidebar-home .panel {
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    /* line 321, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .sidebar-home .panel-heading {
        padding-left: 0;
        background-color: transparent;
        border: 0;
    }
    /* line 327, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .sidebar-home .panel-title {
        font-size: 14px;
        color: #2f5fef;
        font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    /* line 333, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .sidebar-home .list-group-item {
        padding-left: 0;
        font-size: 14px;
        background-color: transparent;
        border: 0;
    }
        /* line 340, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .sidebar-home .list-group-item:hover,
        .sidebar-home .list-group-item:focus {
            text-decoration: underline;
            background-color: transparent;
        }
        /* line 345, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
        .sidebar-home .list-group-item .date {
            visibility: hidden;
        }

/* line 351, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-landing-search {
    min-height: 250px;
    background: url(searchhero.jpg) no-repeat 0 25%;
    background-size: cover;
}

/* line 357, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-landing-forums {
    min-height: 250px;
    background: url(forumhero.jpg) no-repeat center;
    background-size: cover;
}

/* line 364, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-knowledge .list-group a.list-group-item {
    color: #2f5fef;
}

/* line 368, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.section-knowledge .panel-title {
    color: #000;
}

/* line 373, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.page_section.section-landing .row {
    padding-bottom: 60px;
}

    /* line 377, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .page_section.section-landing .row > div {
        margin-top: 0px;
    }

/* line 381, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
ul.tree, ol.tree {
    color: #2f5fef;
}

/* line 386, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.tree ul, .tree ol, .tree ul ul, .tree ol ul, .tree ol ol ul, .tree ol ul ul, .tree ul ol ul, .tree ul ul ul {
    list-style-type: disc;
    color: #2f5fef;
}

/* ADX_FORMS  */
/* line 392, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.adx_forms_font_calibri {
    font-family: Calibri;
}

/* line 396, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.adx_forms_font_new_roman {
    font-family: Times New Roman;
}

/* line 399, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.adx_forms_font_helvetica {
    font-family: 'Helvetica', sans-serif;
}

/* line 402, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
.skip-to-content a {
    padding: 10px 20px;
    position: absolute;
    top: -43px;
    left: 0px;
    color: #FFFFFF;
    border-radius: 2px;
    background: #742774;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
    font-family: Segoe UI;
    font-size: 14px;
}

    /* line 418, D:/a/1/s/Resources/Theme/ElectricBlueDesign/starter/theme.scss */
    .skip-to-content a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        outline: none;
        color: #FFFFFF;
        -webkit-transition: top 0.1s ease-in;
        transition: top 0.1s ease-in;
    }


/* controls for NWI Theme*/



/* buttons */

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
    outline-offset: 0;
}

.btn-group {
    width: 100%;
}

.btn-fifty {
    width: 50%;
}

a.btn {
    text-decoration: none;
}

li a {
    text-decoration: none;
}

.btn {
    min-width: 240px;
    max-width: 500px;
    display: block;
    padding: 12px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-radius:25px;
}

.btn-modal {
    min-width: 150px;
    max-width: 250px;
    padding: 14px 30px;
    text-align: center;
    font-size: 20px;
    line-height: 10px;
    border-radius: 25px;
}


/* primary button */
.btn-primary {
    color: #fff;
    background-color: #5e10b1;
    border-color: #5e10b1;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #3c1053;
        border-color: #3c1053;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #5e10b1;
        border-color: #5e10b1;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #5e10b1;
        border-color: #5e10b1;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #5e10b1;
        border-color: #5e10b1;
    }

    .btn-primary:not(:disabled):not(.disabled):focus {
        box-shadow: 0 0 5px #5e10b1;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #3c1053;
        border-color: #3c1053;
    }


/* secondary button */
.btn-secondary {
    color: #5e10b1;
    background-color: #fff;
    border-color: #5e10b1;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #5e10b1;
    border-color: #5e10b1;
    border-radius: 0;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #5e10b1;
    border-color: #5e10b1;
}


.btn-secondary:focus, .btn-secondary:hover, .btn-secondary.focus {
    color: #5e10b1;
    background-color: #fff;
    border-color: #5e10b1;
}

.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
    border-color: #3c1053;
}


/* tertiary button */
.btn-tertiary {
    color: #5e10b1;
    background-color: #fff;
    border-color: transparent;
    text-decoration: underline;
}

.btn-tertiary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #5e10b1;
    border-color: #5e10b1;
    border-radius: 0;
}

.btn-tertiary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #5e10b1;
    border-color: #5e10b1;
}


.btn-tertiary:focus, .btn-tertiary:hover, .btn-tertiary.focus {
    color: #5e10b1;
    background-color: #fff;
    border-color: transparent;
}



/* secondary button */
.btn-secondary-alt {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-secondary-alt:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
}

.btn-secondary-alt:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}


.btn-secondary-alt:focus, .btn-secondary-alt:hover, .btn-secondary-alt.focus {
    color: #fff;
    box-shadow: inset 0 0 0 10em rgba(255,255,255,0.15);
    border-color: #fff;
}


/* default button */
.btn-default {
    display: block;
    padding: 7px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #5e10b1;
    background-color: #fff;
    border-color: #5e10b1;
}

    .btn-default:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #5e10b1;
        border-color: #5e10b1;
        border-radius: 0;
    }

    .btn-default:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #5e10b1;
        border-color: #5e10b1;
    }


    .btn-default:focus, .btn-default:hover, .btn-default.focus {
        color: #5e10b1;
        background-color: #fff;
        border-color: #5e10b1;
    }


/* links */

.link-primary {
    max-width: fit-content;
    display: block;
    padding: 15px 0px;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #5e10b1;
    background-color: #fff;
    border-color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 3px;
}

    .link-primary:hover {
        color: #5e10b1;
        background-color: #fff;
        border-color: #fff;
        background-image: none;
        text-decoration: none;
        -webkit-transition: background-size ease-in-out 180ms;
        -moz-transition: background-size ease-in-out 180ms;
        -o-transition: background-size ease-in-out 180ms;
        transition: background-size ease-in-out 180ms;
    }




    .link-primary:focus {
        color: #5e10b1;
        background-color: #fff;
        border-color: #fff;
        background-image: none;
    }

    .link-primary:active {
        color: #5e10b1;
        background-color: #fff;
        border-color: #fff;
        background-image: none;
    }

    .link-primary:not(:disabled):not(.disabled):active {
        color: #5e10b1;
        background-color: #fff;
        border-color: #fff;
        background-image: none;
    }

    .link-primary:not(:disabled):not(.disabled):focus {
        box-shadow: 0 0 5px #fff;
    }


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "RNHouseSansRegular", sans-serif;
    margin-bottom: 10px;
}

h1, .h1 {
    font-size: 52px;
    line-height: 44px;
    letter-spacing: 0px;
    color: #5a287d;
}

h2, .h2 {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.1px;
    color: #5a287d;
}

h3, .h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #5a287d;
}

h4, .h4 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color:  #333;
}

.h2-custom {
    font-size: 40px;
    line-height: 50px
}

.h3-custom {
    font-size: 26px;
    line-height: 34px
}

.legal-copy {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #333
}

.container-fluid a {
    font-size: 18px;
    line-height: 32px;
    color: inherit
}

.link-custom {
    font-size: 14px;
    line-height: 24px
}

html:not(.firefox) .main-wrapper a:focus, html:not(.firefox) .main-wrapper a:hover:focus {
    outline-offset: -1px;
    outline: 1px auto #5e10b1
}

.ext-strict #CQ .x-form-text {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

/*
@media(min-width:1024px) and (max-width:1255px) {
    h1, h2, .h2 {
        font-size: 42px;
        line-height: 54px
    }

    .h2-custom {
        font-size: 38px;
        line-height: 48px
    }

    h3, .h3 {
        font-size: 26px;
        line-height: 36px
    }

    .h3-custom {
        font-size: 24px;
        line-height: 32px
    }
}

@media(min-width:768px) and (max-width:1023px) {
    h1, h2, .h2 {
        font-size: 34px;
        line-height: 44px
    }

    .h2-custom {
        font-size: 28px;
        line-height: 38px
    }

    h3, .h3-custom, .h3 {
        font-size: 24px;
        line-height: 32px
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 26px
    }
}
*/
html {
    -webkit-text-size-adjust: none
}


@media(max-width:767px) {
    h1, .h1 {
        font-size: 42px;
        letter-spacing: 0px;
        line-height: 44px;
    }

    .paddings-zero {
        padding: 0
    }
}

/*
@media(max-width:767px) {
    h1, h2, .h2-custom, .h2 {
        font-size: 34px;
        line-height: 44px
    }

    h3, .h3-custom, .h3 {
        font-size: 24px;
        line-height: 32px
    }

    h4, .h4 {
        font-size: 18px;
        line-height: 26px
    }

    .paddings-zero {
        padding: 0
    }
}
*/

.page-content {
    margin-top: 0;
    margin-bottom: 36px;
}

.page-header {
    border-bottom: none;
}

#content-container {
    background-color: white;
    margin-top: 0;
}

body {
    font-size: 18px;
    font-family: "RNHouseSansRegular",sans-serif;
    line-height: 26px;
    color: #333;
    letter-spacing: 0.2px;
}

label {
    font-weight: normal;
}

.page-intro-text {
    padding-bottom: 35px;
}


/* prevent glow around text box when input focus */
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    font-size: 18px;
    color: #000;
}

/* add outer border to input control */
.input_wrap .form-control {
    height: 44px;
    border: 1px solid #c9c6c6;
}

    .input_wrap .form-control:focus {
        border: 1px solid #5e10b1;
    }


.form-control {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}


.control-label {
    float: none;
    display: flex;
    font-weight: 300;
    font-size: 18px;
    text-align: left !important;
}

.policy-panel-wrap {
    margin-top: 35px;
    background-color: #f5f5f5;
    padding: 40px 25px;
}

.alert-danger {
    background-color: #fbba20;
    border-color: #fbba20;
    color: #5e10b1;
}

a, a:hover {
    color: #5e10b1;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.colour-bar {
    height: 8px;
}

.blue .colour-bar {
    background: #009fac;
}


.yellow .colour-bar {
    background: #fbba20;
}

.red .colour-bar {
    background: #ce3b57;
}

ul, ol {
    padding-inline-start: 20px;
}

    ul.ticks {
        list-style: none;
        padding-inline-start: 0;
    }

.ticks li:before {
    content: '✓';
    margin-right: 10px;
    color: #5e10b1;
    font-weight: 600;
}


/* checkbox */
/* The container */
.comp-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .comp-container input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

input:not([disabled]) ~ .checkmark {
    cursor: pointer;
}


.opt-container {
    display: inline-block;
    position: relative;
    padding-left: 48px;
    padding-right: 30px;
    padding-bottom: 6px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#333;
}

    /* Hide the browser's default radio button */
    .opt-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.radbtn {
    position: absolute;
    top: -3px;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
    border: solid #c9c6c6 2px;
}

/* On mouse-over, add a grey background color */
.opt-container:hover input ~ .radbtn {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.opt-container input:checked ~ .radbtn {
    background-color: #fff;
    border: solid #5e10b1 3px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radbtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.opt-container input:checked ~ .radbtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.opt-container .radbtn:after {
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #5e10b1;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border: 2px solid #c9c6c6;
    background-color: #fff;
}

/* On mouse-over, change some properties */
.comp-container:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a purple background */
.comp-container input:checked ~ .checkmark {
    background-color: #5a287d;
}

/* disabled change bacground color and cursor*/
.comp-container input:checked ~ .checkmark.disabled {
    background-color: grey;
    cursor: default;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.comp-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.comp-container .checkmark:after {
    left: 12px;
    top: 7px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}


.labelinfo {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 22px 0 1px 15px;
    background-image: url(/icon_toottip_nw.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 5px;
}

.btn-morethantwo {
    margin-top: -1px !important;
}

.nwi-hide {
    display: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.modal-content {
    border-radius: 8px;
    padding: 20px;
}


.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #0a2f64;
    width: 32px;
    height: 32px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    display: inline-block;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nwi-panel-border {
    border: 1px solid #D2D2D7;
    padding: 24px;
    margin-bottom: 20px;
}

/* progress bar */
.progress-bar-wrap {
    width: 100%;
    border-radius: 7.5px;
    height: 15px;
    border: 2px solid #5e10b1;
    margin-bottom: 50px;
    margin-top: 15px;
    background-color: #fff;
    position: relative;
}

    .progress-bar-wrap .progress-bar, .progress-bar-wrap .progress-bar-progresser {
        width: 100%;
        border-radius: 7.5px;
        height: 100%;
        z-index: 1;
        background-color: #fff;
        position: relative;
        box-shadow: none;
        line-height: 0;
    }

    .progress-bar-wrap .progress-bar .progress-bar-child, .progress-bar-wrap .progress-bar-progresser .progress-bar-child {
        height: 100%;
        display: inline-block;
        border-radius: 7.5px;
        position: relative;
    }

        .progress-bar-wrap .progress-bar .progress-bar-child .span-initial, .progress-bar-wrap .progress-bar-progresser .progress-bar-child .span-initial {
            border-radius: 7.5px;
            background-color: #5e10b1;
            height: 15px;
            width: 15px;
            position: absolute;
            left: -1px;
            top: -2px;
        }

        .progress-bar-wrap .progress-bar .progress-bar-child span, .progress-bar-wrap .progress-bar-progresser .progress-bar-child span {
            border-radius: 9px;
            background-color: #5e10b1;
            height: 9px;
            width: 9px;
            position: absolute;
            right: 1px;
            top: 1px;
        }
.form-control {
    height: 44px;
}

.form-control-feedback {
    line-height: 45px;
}


.has-success .form-control {
    border-color: #c9c6c6;
}

.has-success .form-control:focus {
    border-color: #5e10b1;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #5e10b1;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #5e10b1;
}

.has-success .form-control-feedback {
    color: #5e10b1;
}

.has-error .form-control {
    border-color: #cf223f;
}

    .has-error .form-control:focus {
        border-color: #cf223f;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #cf223f;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #cf223f;
    }

.has-error .form-control-feedback {
    color: #cf223f;
}


/*
.has-feedback label ~ .form-control-feedback {
    top: 36px;
}
*/

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #cf223f;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


@media (min-width: 601px) {
    .progress-bar {
        font-size: 18px;
    }

    .mtg-steps .mtg-steps--icon {
        height: 24px;
        width: 24px;
    }

    .mtg-steps {
        font-size: 26px;
    }
}

@media (max-width: 600px) {
    .progress-bar {
        font-size: 14px;
    }
    .mtg-steps .mtg-steps--icon {
        height: 20px;
        width: 20px;
    }
    .mtg-steps {
        font-size: 22px;
    }
}

.progress-bar {
    line-height: 26px;
}

.progress-bar-current {
    background-color: #5e10b1;
}

.progress-bar-fill {
    background-color: #5e10b1;
}

.progress-bar-empty {
    background-color: #f5f5f5;
    color: #5e10b1;
}


.mtg-steps-list .mtg-steps-list-ol .mtg-steps-list-child {
    list-style-position: inside;
    padding-left: 24px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}

    .mtg-steps-list .mtg-steps-list-ol .mtg-steps-list-child.is-current {
        background-color: #5e10b1;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 24px;
    }

.mtg-steps-list {
    /*display: none;*/
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

.mtg-steps-list .mtg-steps-list-ol {
    padding: 0;
    margin-bottom: 0;
}


    .mtg-steps-list .mtg-steps-list-ol .mtg-steps-list-child.is-complete {
        list-style-type: none;
        padding-left: 20px;
        color: #5e10b1;
    }

.mtg-steps-list-child.is-complete:before {
    content: '\2714';
}


.mtg-steps .mtg-steps--icon {
    display: inline-block;
    background-size: 100%;
    background-image: url(/icon-transactions.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 8px;
}

.mtg-steps {
    padding: 20px 10px 20px 20px;
    line-height: 34px;
    color: #5a287d;
    background-color: #f5f5f5;
    font-family: "RNHouseSansRegular",sans-serif;
}

.stage-steps {
    list-style-type: none;
    margin-top: -10px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.step-false, .step- {
    color: #333;
    padding-left: 22px;
}

.step-true {
    color: #5e10b1;
}

.step-true:before {
    content: '\2714';
    padding-right: 6px;
}

select {
    cursor: pointer;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* For IE10 */
select::-ms-expand {
    display: none;
}

.form-control:focus {
    border-color: #5e10b1;
}

input.form-control {
    border: 1px solid #c9c6c6;
}

.nwi-page-banner {
    background-color: #5a287d;
    margin-bottom: 30px;
}


.nwitooltip {
position: relative;
display: inline-block;
width: 16px;
line-height: 0.8;
top: 2px;
height: 16px;
z-index: 10;
}

.nwitooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: white;
    text-align: left;
    padding: 16px;
    position: absolute;
    z-index: 1;
    top: 180%;
    left: 50%;
    margin-left: -60px;
    border-style: solid;
    border-width: 2px;
    border-color: #666660;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.17px;
    line-height: 26px;
}

.nwitooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 14%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: white;
}

.nwitooltip .tooltiptext::before {
    content: "";
    display: block;
    position: absolute;
    left: 51px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 11.5px solid transparent;
    border-bottom-color: #666660;
}

.nwitooltip:hover .tooltiptext {
    visibility: visible;
}

.has-success .input-group-addon {
    color: #000;
    border-color: #c9c6c6;
    background-color: #fff;
}

.has-error .input-group-addon {
    color: #000;
    border-color: #cf223f;
    background-color: #fff;
}

.input-group-addon {
    padding-left: 12px;
    font-size: 18px;
    background-color: #fff;
}

.input-group .form-control:last-child {
    padding-left:12px;
}

.dropdown-arrow.glyphicon-chevron-down {
    position: absolute;
    top: 15px;
    right: 24px;
    z-index: 2;
    display: block;
    color: #ad1982;
    pointer-events: none;
}

.dropdown-arrow.glyphicon-menu-down
{
    position: absolute;
    top: 13px;
    right: 24px;
    z-index: 2;
    display: block;
    color: #ad1982;
    pointer-events: none;
}


/* printing specific css - begin */

@media print {
    script, style {
        display: none;
    }
    a[href]:after {
        display:none !important;
        visibility:hidden;
    }
    .btn {
        display:none;
    }
    .breadcrumb {
        display:none;
    }
    .nwi-page-banner {
        display:none;
    }
    .review-LabelTxt {
        max-height: 100% !important;
    }

    .nwi-no-print {
        display: none;
    }
    .nwi-print-only {
        display: block !important;
    }
}

.nwi-print-only {
    display: none;
}

/* printing specific css - end */


/* bootstrap overides - start */

hr {
    margin-top: 6px;
    color: #c9c6c6;
    border-top-color: #c9c6c6;
}
/* bootstrap overides - end */


/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}
/* Power Virtual Agent styles ends */