/* - Start of /Portals/_default/default.css - */
@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

html, button, input, select, textarea {
    font-family: sans-serif !important;
    color: #222;
}

::-moz-selection {
    background: rgba(2,139,255,1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(2,139,255,1);
    color: #fff;
    text-shadow: none;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

body {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 38px;
    line-height: 54px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
}

h5 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}

.Head {
    display: inline-block;
    margin-bottom: 6px;
}

td.Head, td.SubHead, td.SubSubHead {
    display: table-cell;
    margin-bottom: 0;
}

input[type="image"] + span.Head, input[type="image"] + span.SubHead {
    display: inline;
}

p {
    margin: 0 0 18px 0;
}

    p img {
        margin: 0;
    }

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

.Normal, .NormalDisabled, .NormalDeleted {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.NormalDisabled, .NormalDeleted {
    color: #999;
}

.Help {
    padding: 2px;
    border: #000 1px solid;
    background-color: #ff9;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

.NormalBold {
    font-weight: bold;
    color: #222;
}

.NormalRed {
    font-weight: bold;
    color: red;
}

.NormalDeleted {
    text-decoration: line-through;
}

blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
            color: #555;
        }

hr {
    clear: both;
    margin: 17px 0 17px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

a, a:visited {
    color: rgb(2,139,255);
    text-decoration: none;
    outline: 0;
}

    a:hover, a:focus, a:active {
        color: #222;
        outline: 0;
    }

p a, p a:visited {
    line-height: inherit;
}


img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

#dnn_dnnLOGO_imgLogo {
    border: 0;
}

ul, ol {
    margin-bottom: 18px;
    margin-left: 18px;
}

ul {
    list-style: square outside;
}

ol {
    list-style: decimal;
}

    ul ul, ul ol, ol ol, ol ul {
        margin-left: 18px;
        margin-bottom: 0;
    }

    ol ol {
        list-style: lower-roman;
    }

li p {
    line-height: 18px;
}



.required label:after, legend.required:after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 9px;
    padding: 1px 9px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0,0,0,0.03);
    content: 'Required';
    font-weight: normal;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #777;
}

.error label, legend.error {
    color: rgba(255,0,0,0.9);
}

.error input[type="text"], .error select, .error textarea, .error input[type="email"], .error input[type="search"] {
    border: 1px solid rgba(255,0,0,0.6);
    color: rgba(255,0,0,0.7);
}

.StandardButton {
    border: 1px solid blue;
}


.horizontal ul.categories, .horizontal ul.tags {
    list-style: none;
}

.horizontal ul.categories {
}

.horizontal ul.tags {
}

    .horizontal ul.categories li, .horizontal ul.tags li {
    }

        .horizontal ul.tags li.add-tags {
        }

            .horizontal ul.tags li.add-tags img {
            }

.vertical ul.categories, .vertical ul.tags {
    list-style: none;
}

    .vertical ul.categories li, .vertical ul.tags li {
    }

    .vertical ul.categories li {
    }

    .vertical ul.tags li {
    }

        .vertical ul.tags li.add-tags {
        }

            .vertical ul.tags li.add-tags img {
            }


.ui-tabs .ui-tabs-panel {
    position: relative;
    display: block;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}


.Container3 span {
    font-family: 'MYRIADPROREGULAR' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: justify !important;
    line-height: 19px !important;
    margin-top: 25px;
    padding-right: 125px !important;
}

a.pinHelp {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background: url("/images/pin-icn.png") no-repeat 0 0;
}

    .ui-draggable a.pinHelp, a.pinHelp:hover {
        opacity: 1;
    }

.RadComboBox_Default .rcbInput {
    width: 100% !important;
}


.ui-progressbar {
    height: 10px !important;
    overflow: hidden;
    background-color: #ccc;
    -webkit-box-shadow: inset 0 1px 0 0 #bbb;
    box-shadow: inset 0 1px 0 0 #bbb;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0;
        height: 100%;
        background-color: #1a82f7;
        background: -moz-linear-gradient(left,#2b7fda 0,#3fbdff 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,#2b7fda),color-stop(100%,#3fbdff));
        background: -webkit-linear-gradient(left,#2b7fda 0,#3fbdff 100%);
        background: linear-gradient(left,#2b7fda 0,#3fbdff 100%);
    }

.ModuleTitle_MenuContainer {
    border: 1px solid blue;
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

.MainMenu_MenuContainer {
    border: 1px solid green;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 9999;
}

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    height: 24px;
    width: 24px;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #585858 url("/images/closeBtn.png") no-repeat;
    background-position: 4px 4px;
    border: 3px solid #fff;
    text-indent: -9999em;
    min-width: 0 !important;
}

.urlControl label {
    width: auto;
    margin-top: 0;
    font-weight: normal;
}

.urlControlLinkType {
    width: auto;
}

 

.urlControlLinkType span input {
    min-width: 3%;
}


.urlControlFileRow {
    clear: both;
}


    .urlControlFileRow select, .urlControlFileRow input[type=file] {
        clear: both;
    }

.urlControlImagesRow {
    overflow: hidden;
    clear: both;
}

    .urlControlImagesRow select {
        clear: both;
    }

.urlControl {
    float: left;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

    .urlControl select, .urlControl input {
        width: 180px;
        margin-bottom: 10px;
    }

    .urlControl .urlControlLinkType {
        float: left;
        width: 100%;
    }

 
        .urlControl .urlControlLinkType input[type="radio"] {
            width: auto;
            margin-right: 5px;
        }

span[id$="FileControl"] {
    display: block;
    float: left;
}


.tabBody {
    display: none;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: #ccc;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    background: #ccc;
}

    .jspVerticalBar *, .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: transparent;
    position: relative;
}

.jspVerticalBar .jspTrack {
    width: 10px;
    margin: 0 0 0 3px;
}

.jspHorizontalBar .jspTrack {
    height: 5px;
    margin: 3px 0 3px 0;
}

.jspVerticalBar .jspCap {
    display: block;
    height: 3px;
    width: 11px;
}

.jspHorizontalBar .jspCap {
    display: block;
    width: 3px;
    height: 11px;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    opacity: .75;
    background: #000;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.Hidden {
    display: none;
}

.wordwrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.eipbackimg {
    position: absolute;
    margin-top: -32px;
    white-space: nowrap;
    background: url("/images/eip_toolbar.png") repeat-x;
    height: 32px;
    z-index: 1;
}

    .eipbackimg.editMode {
        border: 1px solid #777777 !important;
        background: -moz-linear-gradient(top,#303030 0,#191919 100%) !important;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#303030),color-stop(100%,#191919)) !important;
        background: -webkit-linear-gradient(top,#303030 0,#191919 100%) !important;
        background: -o-linear-gradient(top,#303030 0,#191919 100%) !important;
        background: -ms-linear-gradient(top,#303030 0,#191919 100%) !important;
        background: linear-gradient(to bottom,#303030 0,#191919 100%) !important;
        opacity: 0.8;
    }

    .eipbackimg.containerTitle {
        margin-top: -8px;
    }

        .eipbackimg.containerTitle.editMode {
            left: auto;
            right: 0;
            margin-top: 2px;
            background: none !important;
            border: none !important;
        }

.eipbuttonbackimg {
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
    background: url("/images/eip_toolbar.png") no-repeat;
}

.eipbackimg.editMode .eipbuttonbackimg {
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #393939;
    opacity: 0.5;
}

.eipbackimg.editMode.containerTitle .eipbuttonbackimg {
    border: none;
    opacity: 1;
}

.eipbuttonbackimg.eipbutton_cancel {
    background-position: -32px 0;
}

.eipbuttonbackimg.eipbutton_bold {
    background-position: -64px 0;
}

.eipbuttonbackimg.eipbutton_italic {
    background-position: -96px 0;
}

.eipbuttonbackimg.eipbutton_underline {
    background-position: -128px 0;
}

.eipbuttonbackimg.eipbutton_justifyleft {
    background-position: -160px 0;
}

.eipbuttonbackimg.eipbutton_justifycenter {
    background-position: -192px 0;
}

.eipbuttonbackimg.eipbutton_justifyright {
    background-position: -224px 0;
}

.eipbuttonbackimg.eipbutton_orderedlist {
    background-position: -256px 0;
}

.eipbuttonbackimg.eipbutton_unorderedlist {
    background-position: -288px 0;
}

.eipbuttonbackimg.eipbutton_outdent {
    background-position: -320px 0;
}

.eipbuttonbackimg.eipbutton_indent {
    background-position: -352px 0;
}

.eipbuttonbackimg.eipbutton_createlink {
    background-position: -384px 0;
}

.eipbackimg.containerTitle .eipbutton_cancel {
    background: url("/images/eip_title_cancel.png") no-repeat center center;
}

.eipbutton_edit {
    background: url("/images/eip_edit.png") no-repeat 100% center;
    float: left;
}

.eipbutton_save {
    background: url("/images/eip_save.png") no-repeat 100% center;
    float: left;
}

.eipbackimg.containerTitle .eipbutton_save {
    background-image: url("/images/eip_title_save.png");
}

.eipbackimg.editMode .eipborderhover {
    background-color: #333;
    opacity: 1;
}

.eipbackimg.editMode.containerTitle .eipborderhover {
    background-color: inherit;
}

div[id$=titleLabel_tb].visible ~ span {
    margin-left: 32px;
}

div.errorWin p {
    margin: 0 0 10px 0;
}

input[type="button"].rspCollapseBarSpacer {
    min-width: 0;
    padding: 0 0;
}

.UserProfileControls ul li {
    list-style-type: none;
}

.console.profile {
    width: 100% !important;
    height: auto;
    background-color: #484848;
}

    .console.profile .console-none div {
        cursor: pointer;
        cursor: hand;
        float: left;
        height: auto;
        width: 100% !important;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .console.profile .console-none h3 {
        padding: 10px 8px 10px 40px;
        margin: 0;
        border-bottom: solid 1px #fff;
        background: url("/images/arrow-right-white.png") 18px center no-repeat;
        color: #eee;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
    }

    .console.profile .console-none div div {
        display: none;
    }

    .console.profile .console-mouseon {
        background-color: #70b1c7;
    }

.mobileView .ui-widget-overlay {
    display: none;
}

html.mobileView {
    overflow: auto !important;
}

.paddingCont {
    padding: 0 110px;
}
/* - End of /Portals/_default/default.css - */
/* - Start of /Resources/Search/SearchSkinObjectPreview.css - */
.searchInputContainer {
    display: inline-block !important;
    margin: 0 -3px 0 0 !important;
    position: relative !important;
}

    .searchInputContainer > input[type="text"]::-ms-clear {
        display: none;
    }


ul.searchSkinObjectPreview {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    margin: 0;
    list-style: none;
    border: 1px solid #c9c9c9;
    width: 100%;
    z-index: 200;
    padding: 0;
}

    ul.searchSkinObjectPreview li {
        list-style: none !important;
    }

    ul.searchSkinObjectPreview > li {
        padding: 6px 12px 6px 22px;
        border-top: 1px solid #c9c9c9;
        color: #666;
        cursor: pointer;
        position: relative;
        margin: 0;
        text-transform: none;
    }

        ul.searchSkinObjectPreview > li:hover {
            background-color: #e8f1fa;
            color: #333;
        }

        ul.searchSkinObjectPreview > li > span {
        }

            ul.searchSkinObjectPreview > li > span img.userpic {
                width: 32px;
                height: 32px;
                display: block;
                float: left;
                margin-right: 4px;
            }

            ul.searchSkinObjectPreview > li > span > b {
                font-weight: bold;
                color: #000;
            }

        ul.searchSkinObjectPreview > li p {
            margin: 0;
            font-size: 10px;
            line-height: 1.2em;
            color: #999;
            font-style: italic;
            white-space: normal;
        }

            ul.searchSkinObjectPreview > li p b {
                color: #000;
            }

        ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
            padding: 6px 12px 6px 12px;
            font-weight: bold;
            color: #000;
            border-bottom: 2px solid #000;
            cursor: inherit;
        }

            ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group:hover {
                background-color: #fff;
                color: #000;
            }

        ul.searchSkinObjectPreview > li > a.searchSkinObjectPreview_more {
            display: inline !important;
            position: static !important;
            background: none !important;
            z-index: inherit !important;
            width: auto !important;
            height: auto !important;
            text-indent: inherit !important;
            float: none !important;
        }
/* - End of /Resources/Search/SearchSkinObjectPreview.css - */
/* - Start of /Portals/_default/Containers/bpu/container.css - */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url("../fonts/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf") format('truetype');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url("../fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf") format('truetype');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}

.paddingTop12 {
    padding-top: 12px;
}

.cnt1_heading {
    font-family: "Open Sans",sans-serif !important;
    font-size: 36px !important;
    font-weight: bold !important;
    color: #282882 !important;
    text-align: center !important;
    line-height: 30px !important;
}

.Container1 {
    text-align: left !important
}

    .Container1 p {
        font-family: "Open Sans",sans-serif !important;
        font-size: 18px !important;
        color: #222222 !important;
        text-align: left !important;
        line-height: 24px !important;
        margin-top: 30px !important;
        padding: 0 140px !important;
    }

    .Container1 span {
        font-family: "Open Sans",sans-serif !important;
        font-size: 24px !important;
        color: #222222 !important;
        text-align: left !important;
        line-height: 30px !important;
        margin-top: 30px !important;
        padding: 0 30px !important;
        padding-right: 15px !important;
    }

    .Container1 a {
        color: #337ab7;
    }

.text-center {
    text-align: center !important;
    margin-top: 30px !important;
}

.cnt2_heading {
    font-family: "Open Sans",sans-serif !important;
    font-size: 15.75px !important;
    font-weight: bold !important;
    color: #3a4a98 !important;
    text-align: center !important;
    line-height: 30px !important;
}

.Container2Top {
    text-align: left !important;
}

.Container2 p {
    font-family: "Open Sans",sans-serif !important;
    font-size: 13px !important;
    color: #222222 !important;
    text-align: left !important;
    line-height: 18px !important;
}

.Container2 span {
    font-family: "Open Sans",sans-serif !important;
    font-size: 24px !important;
    color: #222222 !important;
    text-align: left !important;
    line-height: 30px !important;
    margin-top: 30px !important;
    padding-right: 15px !important;
}

.Container2 a {
    color: #337ab7;
}

.cnt3_heading {
    font-family: "Open Sans",sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #3a4a98 !important;
    margin-left: -15px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    display: table;
    line-height: 25px;
    padding-top: 40px;
}

    .cnt3_heading h1 {
        font-family: "Open Sans",sans-serif !important;
        font-size: 24px !important;
        font-weight: bold !important;
        color: #3a4a98 !important;
        text-align: left;
        -moz-text-align-last: left;
        text-align-last: left;
        display: table;
        line-height: 25px;
        padding: 0 0 0 0 !important;
        margin: 0 !important;
        text-transform: capitalize !important;
    }

.Container3Top {
    text-align: left !important;
    margin: 40px 0 0 0;
    padding: 0;
}

.Container3 p {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 22px !important;
    margin-top: 25px;
    padding-right: 15px !important;
    margin-left: -15px;
}

    .Container3 p strong {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 16px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 22px !important;
        margin-top: 25px;
        padding-right: 0 !important;
    }

.Container3 span {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 22px !important;
    margin-top: 25px;
    padding-right: 15px !important;
}

.Container3 ul {
    list-style: none;
    margin-top: 0 !important;
}

    .Container3 ul li {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 22px !important;
        list-style: disc;
        padding-right: 15px !important;
    }

        .Container3 ul li a {
            color: #337ab7;
            text-decoration: underline;
        }

.Container3 ol li {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 22px !important;
    padding-right: 15px !important;
}

    .Container3 ol li a {
        color: #337ab7;
        text-decoration: underline;
    }

.Container3 a {
    color: #337ab7;
    text-decoration: underline;
}

.cnt3_headingBillpay {
    font-family: "Open Sans",sans-serif !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #3a4a98 !important;
    margin-left: 15px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    display: table;
    line-height: 18px;
    padding-top: 10px;
    margin-bottom: 50px !important;
}

    .cnt3_headingBillpay h1 {
        font-family: "Open Sans",sans-serif !important;
        font-size: 22px !important;
        font-weight: bold !important;
        color: #3a4a98 !important;
        text-align: left;
        -moz-text-align-last: left;
        text-align-last: left;
        display: table;
        line-height: 18px;
        padding: 0 0 0 0 !important;
        margin: 0 !important;
        text-transform: capitalize !important;
    }

.Container3TopBillpay {
    text-align: left !important;
    margin: 40px 0 0 0;
    padding: 0;
}

.Container3Billpay p {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 22px !important;
    margin-top: 25px !important;
    padding-right: 15px !important;
    margin-left: 15px;
    margin-bottom: 50px !important;
}

    .Container3Billpay p strong {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 18px !important;
        margin-top: 0 !important;
        padding-right: 0 !important;
    }

.Container3Billpay span {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 22px !important;
    margin-top: 0;
    padding-right: 15px !important;
}

.Container3Billpay h2 {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 22px !important;
    margin-bottom: -25px;
    padding: 0 !important;
    margin-left: -15px;
}

    .Container3Billpay h2 p {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 16px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 22px !important;
        margin-top: 0;
        padding-right: 0 !important;
    }

.Container3Billpay p h2 {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 22px !important;
    margin-top: 0;
    padding-right: 0 !important;
}

.Container3Billpay ul {
    list-style: none;
    margin-top: 25px !important;
}

    .Container3Billpay ul li {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 22px !important;
        list-style: disc;
        padding-right: 15px !important;
    }

        .Container3Billpay ul li a {
            color: #337ab7;
            text-decoration: underline;
        }

.Container3Billpay ol {
    margin-top: 25px !important;
}

    .Container3Billpay ol li {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 22px !important;
        padding-right: 15px !important;
    }

        .Container3Billpay ol li a {
            color: #337ab7;
            text-decoration: underline;
        }

.Container3Billpay a {
    color: #337ab7;
    text-decoration: underline;
}

.cnt3FF_heading {
    font-family: "Open Sans",sans-serif !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #3a4a98 !important;
    margin-left: -15px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    display: table;
}

.Container3FFTop {
    text-align: left !important;
    margin-top: 40px;
}

.Container3FF p {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 19px !important;
    margin-top: 25px;
    padding-right: 15px !important;
    margin-left: -15px;
}

.Container3FF span {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 19px !important;
    margin-top: 25px;
    padding-right: 15px !important;
}

.Container3FF ul {
    list-style: none;
}

    .Container3FF ul li {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 19px !important;
        list-style: disc;
        padding-right: 15px !important;
    }

        .Container3FF ul li a {
            color: #337ab7;
            text-decoration: underline;
        }

.Container3FF ol li {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 19px !important;
    padding-right: 15px !important;
}

    .Container3FF ol li a {
        color: #337ab7;
        text-decoration: underline;
    }

.Container3FF a {
    color: #337ab7;
    text-decoration: underline;
}

.cnt4_heading {
    font-family: "Open Sans",sans-serif !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #3a4a98 !important;
    text-align: left !important;
}

.Container4Top {
    text-align: left !important;
    margin-top: 47px;
    margin-left: -15px;
}

.Container4 p {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 19px !important;
    margin-top: 35px;
    padding-right: 15px !important;
    margin-left: -15px;
}

.Container4 span {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 19px !important;
    margin-top: 35px;
    padding-right: 15px !important;
    margin-left: -15px;
}

.Container4 ul {
    list-style: none;
}

    .Container4 ul li {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 19px !important;
    }

        .Container4 ul li a {
            text-decoration: underline;
            color: #337ab7;
        }

.Container4 a {
    color: #337ab7;
}

.Container5Top {
    text-align: left !important;
}

.Newscnt1_heading {
    font-family: "Open Sans",sans-serif !important;
    font-size: 28px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    text-align: left !important;
    line-height: 14px !important;
    padding: 0;
    margin: 0;
}

.greenIconTitle {
    font-family: "Open Sans",sans-serif !important;
    font-size: 35px !important;
    line-height: 35px;
    font-weight: 100 !important;
    color: #ffffff !important;
    margin: 0;
    padding: 25px 95px 20px 20px;
    display: table-cell;
}

.greenIcon {
    background: #7da651 url("../images/container6-icon.jpg") right top no-repeat;
    min-height: 440px;
    width: 100%;
    margin-left: 15px !important;
    margin-top: -30px !important;
}

.greenIconContent {
    top: 0;
}

    .greenIconContent p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #fff !important;
        text-align: left !important;
        line-height: 18px !important;
        padding: 0 65px 20px 22px;
    }

    .greenIconContent ul {
        list-style: none;
    }

        .greenIconContent ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 14px !important;
            color: #1d1d1d !important;
            text-align: left !important;
            line-height: 19px !important;
            list-style: disc;
        }

            .greenIconContent ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .greenIconContent a {
        color: #337ab7;
    }

.greenWithOutIconTitle {
    font-family: "Open Sans",sans-serif !important;
    font-size: 35px !important;
    line-height: 35px;
    font-weight: 100 !important;
    color: #ffffff !important;
    margin: 0;
    padding: 30px 95px 20px 20px;
    display: table-cell;
}

.greenWithOutIcon570 {
    background: #7da651;
    min-height: 570px;
    width: 100%;
    margin-top: -20px !important;
    margin-left: 15px;
}

.greenWithOutIcon600 {
    background: #7da651;
    min-height: 600px;
    width: 100%;
    margin-top: -20px !important;
    margin-left: 15px;
}

.greenWithOutIcon600 {
    background: #7da651;
    min-height: 980px;
    width: 100%;
    margin-top: -20px !important;
    margin-left: 15px;
}

.greenWithOutIcon900 {
    background: #7da651;
    min-height: 1080px;
    width: 100%;
    margin-top: -20px !important;
    margin-left: 15px;
}

.greenWithOutIcon {
    background: #7da651;
    min-height: 490px;
    width: 100%;
    margin-top: -20px !important;
    margin-left: 15px;
}

.greenWithOutIconIE11 {
    background: #7da651;
    min-height: 490px;
    width: 100%;
    margin-top: 0 !important;
    margin-left: 15px;
    margin-bottom: 0 !important;
}

.greenWithOutIconContent {
    top: 0;
}

    .greenWithOutIconContent p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #fff !important;
        text-align: left !important;
        line-height: 18px !important;
        padding: 0 65px 20px 22px;
    }

    .greenWithOutIconContent ul {
        list-style: disc;
        padding: 0 55px 10px 16px;
    }

        .greenWithOutIconContent ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 14px !important;
            color: #fafbfd !important;
            text-align: left !important;
            line-height: 19px !important;
            list-style: disc;
        }

            .greenWithOutIconContent ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .greenWithOutIconContent a {
        color: #337ab7;
    }

.greenWithOutIconTitle2 {
    font-family: "Open Sans",sans-serif !important;
    font-size: 20px !important;
    line-height: 18px;
    font-weight: bold !important;
    color: #ffffff !important;
    margin: 0;
    padding: 20px 10px 10px 10px;
    display: table-cell;
}

.greenWithOutIcon2 {
    background: #7da651;
    min-height: 403px;
    width: 100%;
}

.greenWithOutIconContent2 {
    top: 0;
}

    .greenWithOutIconContent2 p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #fff !important;
        text-align: left !important;
        line-height: 18px !important;
        padding: 0 10px 0 10px;
    }

    .greenWithOutIconContent2 ul {
        list-style: none;
    }

        .greenWithOutIconContent2 ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 14px !important;
            color: #1d1d1d !important;
            text-align: left !important;
            line-height: 19px !important;
            list-style: disc;
        }

            .greenWithOutIconContent2 ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .greenWithOutIconContent2 a {
        color: #337ab7;
    }

.ToggledContentCont {
}

h2.ToggledContentContTitle {
    font-family: "Open Sans",sans-serif !important;
    font-size: 28px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    margin: 0;
    padding: 0 0;
    line-height: 1;
}

    h2.ToggledContentContTitle a {
        text-decoration: none;
        display: block;
    }

    h2.ToggledContentContTitle > a {
        background: url("../images/minus-icn.png") no-repeat right;
    }

        h2.ToggledContentContTitle > a.collapsed {
            background: url("../images/plus-icn.png") no-repeat right;
        }

    h2.ToggledContentContTitle .Head {
        font-family: "Open Sans",sans-serif !important;
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        color: #fff;
        text-shadow: 1px 1px 0 #fff;
    }

.ToggledContentContBody {
}

.ToggledContentCont2 {
}

h2.ToggledContentContTitle2 {
    background: #dadadc;
    line-height: 1;
    text-transform: capitalize;
    padding-left: 4px;
    margin-left: -15px;
    max-width: 80% !important;
}

    h2.ToggledContentContTitle2 a {
        text-decoration: none;
        display: block;
    }

    h2.ToggledContentContTitle2 > a {
        background: url("../images/minus-icn2.png") no-repeat left;
    }

        h2.ToggledContentContTitle2 > a.collapsed {
            background: url("../images/plus-icn2.png") no-repeat left;
        }

    h2.ToggledContentContTitle2 .Head {
        font-family: "Open Sans",sans-serif !important;
        font-size: 20px;
        margin: 0;
        padding: 6px 20px;
        line-height: 1;
        color: #3a4a98;
        text-transform: capitalize;
    }

.ToggledContentContBody2 {
}

    .ToggledContentContBody2 ul {
        display: block;
        list-style: none;
    }

        .ToggledContentContBody2 ul li {
            list-style: none;
            color: #1d1d1d;
            font-family: "Open Sans",sans-serif !important;
            font-size: 14px;
            font-weight: normal;
            padding: 10px 125px 0 0 !important;
            margin-left: -7px;
        }

    .ToggledContentContBody2 p {
        list-style: none;
        color: #1d1d1d;
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 125px 0 0 !important;
    }

    .ToggledContentContBody2 ul li a {
        text-decoration: underline;
        color: #337ab7;
    }

    .ToggledContentContBody2 a {
        color: #337ab7;
    }

.newsBar {
    background: #ebebeb;
    padding: 10px;
    margin-top: 30px;
}

.newsArrowStatic {
    background: url("../images/minus-icn2.png") no-repeat left;
    width: 9px;
    height: 9px;
    float: left;
    margin-top: 5px;
    padding: 0 8px;
}

.NewsCont3Title {
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    color: #394a97;
}

.NewsCont3Content {
    padding: 12px 0 0 6px
}

.dateCont {
    float: left;
    width: 25%;
}

.disCont {
    width: 100%;
}

.dateCont h6 {
    list-style: none;
    color: #394a97;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 0 !important;
    margin: 0;
    line-height: 15px;
}

.disCont h5 {
    list-style: none;
    color: #1d1d1d;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 !important;
    margin: 0;
    display: table;
}

    .disCont h5 a {
        list-style: none;
        color: #1a1a1a;
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        padding: 0 !important;
        margin: 0;
        line-height: 18px;
    }

        .disCont h5 a:hover {
            text-decoration: underline;
            color: #1a1a1a;
        }

.disCont ul li a {
    text-decoration: underline;
    color: #337ab7;
}

.disCont a {
    color: #337ab7;
}

.dateContNL {
    float: left;
    width: 32%;
}

.disContNL {
    width: 100% !important;
}

.dateContNL h6 {
    list-style: none;
    color: #394a97;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 0 0 !important;
    margin: 0;
    line-height: 5px;
}

.disContNL h5 {
    list-style: none;
    color: #1d1d1d;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 !important;
    margin: 0;
    display: table;
}

    .disContNL h5 a {
        list-style: none;
        color: #337ab7;
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        padding: 0 !important;
        margin: 0;
        line-height: 14px;
    }

        .disContNL h5 a:hover {
            text-decoration: underline;
            color: #337ab7;
        }

.disContNL ul li a {
    text-decoration: underline;
    color: #337ab7;
}

.disContNL a {
    color: #337ab7;
}

.greenIcon2Title {
    font-family: "Open Sans",sans-serif !important;
    font-size: 35px !important;
    line-height: 35px;
    font-weight: 100 !important;
    color: #ffffff !important;
    margin: 0;
    padding: 25px 95px 20px 15px;
    display: table-cell;
}

.greenIcon2sp {
    background: #7da651 url("../images/container6-icon2.jpg") right top no-repeat;
    min-height: 480px;
    width: 100%;
    margin-left: 15px !important;
    margin-top: -30px !important;
}

.greenIcon2 {
    background: #7da651 url("../images/container6-icon2.jpg") right top no-repeat;
    min-height: 403px;
    width: 100%;
    margin-left: 15px !important;
    margin-top: -30px !important;
}

.greenIcon2Content {
    top: 0;
}

    .greenIcon2Content p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #fff !important;
        text-align: left !important;
        line-height: 18px !important;
        padding: 0 65px 20px 17px;
    }

    .greenIcon2Content ul {
        list-style: none;
    }

        .greenIcon2Content ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 14px !important;
            color: #1d1d1d !important;
            text-align: left !important;
            line-height: 19px !important;
            list-style: disc;
        }

            .greenIcon2Content ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .greenIcon2Content a {
        color: #337ab7;
    }

.greenIcon4Title {
    font-family: "Open Sans",sans-serif !important;
    font-size: 35px !important;
    line-height: 35px;
    font-weight: lighter !important;
    color: #ffffff !important;
    margin: 0;
    padding: 26px 42px 20px 20px;
    display: table-cell;
}

.greenIcon4 {
    background: #7da651 url("../images/greenCont-icon4.jpg") right bottom no-repeat;
    min-height: 250px;
    width: 100%;
    margin-left: 15px !important;
    margin-top: -45px !important
}

.greenIcon4Content {
    top: 0;
}

    .greenIcon4Content p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 14px !important;
        color: #fff !important;
        text-align: left !important;
        line-height: 18px !important;
        padding: 0 65px 20px 22px;
    }

    .greenIcon4Content ul {
        list-style: none;
    }

        .greenIcon4Content ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 14px !important;
            color: #1d1d1d !important;
            text-align: left !important;
            line-height: 19px !important;
            list-style: disc;
        }

            .greenIcon4Content ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

.greenIcon2Content a {
    color: #337ab7;
}

.BlueBgCont {
    background: url("../images/contact_us_blue.jpg") #3d549c top left no-repeat;
    min-height: 890px;
    width: 100%;
    background-size: cover !important;
}

.BlueBgMobile {
    background: url("../images/contact_us_blue.jpg") #3d549c top left no-repeat;
    min-height: 1000px;
    width: 100%;
    background-size: cover !important;
}

.blueTitle {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 22px !important;
    color: #3a4a98 !important;
    text-align: left !important;
}

.BlueBack {
    background: url("../images/contact_us_blue.jpg") #3d549c top left no-repeat;
    min-height: 890px;
    width: 100%;
    background-size: cover !important;
}

.blueTitle2 {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 22px !important;
    color: #3a4a98 !important;
    text-align: left !important;
}

.greenContact {
    background: #7da651;
    min-height: 202px;
}

.greenContactContent {
    max-width: 492px;
    float: right;
    margin-right: 199px;
}

.greenContactContentM {
    padding: 10px;
}

    .greenContactContentM img {
        position: absolute;
    }

    .greenContactContentM h6 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 16px !important;
        color: #fff !important;
        text-align: left !important;
        margin-top: 16px;
        margin-left: 56px;
    }

    .greenContactContentM p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 14px !important;
        color: #fff !important;
        text-align: left !important;
        margin-left: 56px;
    }

.greenContactContent img {
    position: absolute;
    margin-left: -55px;
}

.greenContactContent h6 {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 16px !important;
    color: #fff !important;
    text-align: left !important;
    margin-top: 16px;
}

.greenContactContent p {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 14px !important;
    color: #fff !important;
    text-align: left !important;
    margin-left: 14px;
}

.blueContact {
    background: #3d549c;
    min-height: 95px;
}

.blueContactContent {
    max-width: 492px;
    float: right;
    margin-right: 199px;
}

.blueContactContentM {
    padding: 10px;
}

    .blueContactContentM img {
        position: absolute;
        margin-left: 0;
        margin-top: 16px;
    }

    .blueContactContentM h6 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 16px !important;
        color: #fff !important;
        text-align: left !important;
        margin-left: 56px;
        line-height: 22px;
    }

.blueContactContent img {
    position: absolute;
    margin-left: -47px;
    margin-top: 16px;
}

.blueContactContent h6 {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 16px !important;
    color: #fff !important;
    text-align: left !important;
    margin-left: 16px;
    line-height: 22px;
}

.blueCommunity {
    background: #3d549c;
    padding: 62px 0 80px 0;
    margin-bottom: 70px;
}

.blueCommunity {
}

    .blueCommunity img {
    }

    .blueCommunity h6 {
    }

.contactUsRightTitle {
    font-family: "Open Sans",sans-serif !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #3a4a98 !important;
    text-align: left !important;
}

.contactUsRightContent {
}

    .contactUsRightContent h6 {
        font-family: "Open Sans",sans-serif !important;
        font-size: 22px !important;
        font-weight: bold !important;
        color: #3a4a98 !important;
        text-align: left !important;
        line-height: 28px;
    }

    .contactUsRightContent h2 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 16px !important;
        color: #272727 !important;
        text-align: left !important;
        line-height: 19px !important;
        margin: 0;
        padding: 25px 0 10px 0;
    }

.cCont h4 {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    color: #231F20 !important;
    text-align: left !important;
    line-height: 19px !important;
    margin: -5px 0 0 0;
    padding: 0;
}

.cCont strong {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 12px !important;
    color: #231F20 !important;
    text-align: left !important;
    line-height: 19px !important;
    margin: 0;
    padding: 0;
}

.contactUsRightContent h3 {
    font-family: "Open Sans",sans-serif !important;
    font-weight: normal;
    font-size: 14px !important;
    color: #272727 !important;
    text-align: left !important;
    line-height: 19px !important;
    margin: 0;
    padding: 0 0 25px 0;
}

.contactUsRightContent h4 {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    color: #231F20 !important;
    text-align: left !important;
    line-height: 19px !important;
    margin: -5px 0 0 0;
    padding: 0;
}

.contactUsRightContent p {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    color: #231F20 !important;
    text-align: left !important;
    line-height: 19px !important;
    margin: 0;
    padding: 0;
}

.contactUsRightContent span {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    color: #1d1d1d !important;
    text-align: left !important;
    line-height: 19px !important;
}

.contactUsRightContent ul {
    list-style: none;
}

    .contactUsRightContent ul li {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 19px !important;
    }

        .contactUsRightContent ul li a {
            text-decoration: underline;
            color: #337ab7;
        }

.contactUsRightContent a {
    color: #337ab7;
}

.GreyFullWidth {
    background: #ebebeb;
    padding: 25px 0 0 0;
    margin-bottom: 40px;
    margin-top: 40px;
}

.GreyFullWidthContent {
}

    .GreyFullWidthContent h2 {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 20px !important;
        color: #3a4a98 !important;
        text-align: left !important;
        line-height: 17px !important;
        margin-left: 15px;
        padding-bottom: 0;
        margin-top: 0;
    }

    .GreyFullWidthContent p {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 20px !important;
        margin-top: 25px;
        margin-left: 0;
    }

    .GreyFullWidthContent a {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 14px !important;
        color: #3a4a97 !important;
    }

        .GreyFullWidthContent a:hover {
            color: #24347b !important;
        }

    .GreyFullWidthContent h6 {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 14px !important;
        color: #3a4a97 !important;
        padding: 8px 0 0 0;
        margin: 0;
        text-transform: capitalize;
        line-height: 18px;
    }

    .GreyFullWidthContent h5 {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 14px !important;
        color: #3a4a97 !important;
        padding: 4px 0 0 0;
        margin: 0;
        text-transform: capitalize;
        line-height: 18px;
    }

.greenCell {
    min-height: 176px !important;
    background: #7da651;
    padding: 5px 10px;
    margin-top: 20px;
    margin-left: 22px;
}

.greenCellimg {
    background: url("../images/green-arrow.png") no-repeat bottom center;
    width: 66px;
    height: 30px;
    position: absolute;
    bottom: 15px;
}

.greenCell h3 {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px !important;
    color: #fff !important;
}

.showmore {
    padding: 50px 0 0 0;
    margin-left: -45px;
}

.GreyCalendarTitle {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 20px !important;
    color: #3a4a98 !important;
    text-align: left !important;
    padding-bottom: 50px !important;
}

    .GreyCalendarTitle h1 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 20px !important;
        color: #3a4a98 !important;
        text-align: left !important;
        padding-bottom: 50px !important;
    }

.GreyCalendarTitle2 {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 24px !important;
    color: #3a4a98 !important;
    text-align: left !important;
    margin-top: 00px !important;
    position: relative;
    top: 30px;
}

    .GreyCalendarTitle2 h1 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 24px !important;
        color: #3a4a98 !important;
        text-align: left !important;
        margin-top: 00px !important;
        position: relative;
        top: 30px;
    }

.GreyCalendarContent2 {
    text-align: left;
}

    .GreyCalendarContent2 p {
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        color: #3a4a98;
        font-weight: bold;
        padding: 5px 340px 50px 0 !important;
        margin: 0 !important;
        line-height: 18px;
    }

    .GreyCalendarContent2 img {
    }

    .GreyCalendarContent2 h1 {
        font-family: 'Open Sans',sans-serif;
        font-size: 20px;
        color: #1d1d1d;
        font-weight: 700;
        padding: 0 !important;
        margin: 50px 0 30px 0 !important;
    }

        .GreyCalendarContent2 h1 strong {
            font-family: 'Open Sans',sans-serif;
            font-size: 20px;
            color: b3b2b2 !important;
            font-weight: 700;
            padding: 0 !important;
            margin: 0 !important;
        }

    .GreyCalendarContent2 h2 {
        font-family: 'Open Sans',sans-serif;
        font-size: 20px;
        color: #b3b2b2 !important;
        font-weight: 700;
        padding: 0 !important;
        margin: 0 !important;
    }

    .GreyCalendarContent2 h3 {
        font-family: 'Open Sans',sans-serif;
        font-size: 20px;
        color: #dddbdb !important;
        font-weight: 700;
        padding: 0 !important;
        margin: 0 !important;
    }

    .GreyCalendarContent2 h1 strong a {
        font-family: 'Open Sans',sans-serif;
        font-size: 20px;
        color: #b3b2b2 !important;
        font-weight: 700;
        padding: 0 !important;
        margin: 0 !important;
    }

    .GreyCalendarContent2 h1 em a {
        font-family: 'Open Sans',sans-serif;
        font-size: 20px;
        color: #dddbdb !important;
        font-weight: 700;
        font-style: normal !important;
        padding: 0 !important;
        margin: 0 !important;
    }

.calendarBoardofDirTitle {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 20px !important;
    color: #3a4a98 !important;
    text-align: left !important;
    padding: 30px 0 !important;
}

.calendarBoardofDirCont {
}

    .calendarBoardofDirCont p {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: normal;
        font-size: 13px !important;
        color: #1a1a1a !important;
        padding-top: 15px;
        margin-bottom: 25px;
    }

.GreyFullWidthTitle {
    ont-family: "Open Sans",sans-serif !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #3a4a98 !important;
    margin-top: -15px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    display: table;
    padding: 0 0 8px 0;
    line-height: 25px;
}

.GreyFullWidthTitleContent {
}

    .GreyFullWidthTitleContent h2 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 14px !important;
        color: #1d1d1d !important;
        padding: 0;
        margin: 0;
        line-height: 18px;
    }

.GreyFullWidthTitlebutton {
    margin-top: 20px;
}

.careerCont {
}

    .careerCont p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: 700;
        font-size: 14px !important;
        color: #1d1d1d !important;
        padding-top: 30px;
        margin: 0;
    }

    .careerCont h6 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #1d68ae;
        padding: 20px;
        margin: 0;
    }

.blueCareerTitle {
    font-family: "Open Sans",sans-serif !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #fff !important;
    margin: -13px 0 0 0;
    padding: 16px 0;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    display: table;
}

.blueCareer {
    background: #3d549c;
}

.blueCareerContent {
}

    .blueCareerContent p {
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px !important;
        font-weight: bold !important;
        color: #ffffff !important;
        margin: 0;
        padding-bottom: 20px;
        line-height: 25px;
    }

.GreyFullWidthCareer {
    background: #ebebeb;
    padding: 10px;
}

.GreyFullWidthTitleCareer {
    font-family: "Open Sans",sans-serif !important;
    font-weight: 700;
    font-size: 14px !important;
    color: #1d1d1d;
    padding: 0 0;
    margin: 0;
}

.GreyFullWidthTitleContentCareer {
}

    .GreyFullWidthTitleContentCareer img {
        margin-top: 10px;
    }

    .GreyFullWidthTitleContentCareer p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #1d1d1d;
        padding: 0 0;
        margin: 0;
        line-height: 19px;
    }

    .GreyFullWidthTitleContentCareer h2 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 14px !important;
        color: #394a97;
        padding: 10px 0 0 0;
        margin: 0;
        line-height: 19px;
    }

    .GreyFullWidthTitleContentCareer ul {
        list-style: none;
    }

        .GreyFullWidthTitleContentCareer ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 14px !important;
            color: #1d1d1d !important;
            text-align: left !important;
            line-height: 19px !important;
        }

            .GreyFullWidthTitleContentCareer ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .GreyFullWidthTitleContentCareer a {
        color: #337ab7;
    }

.newsRoomContainer {
    padding: 16px 16px 12px 16px;
    background: #81bc00;
}

.newsRoomContainerTitle {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 16px !important;
    color: #fff !important;
    text-align: left !important;
    line-height: 19px !important;
}

.newsRoomContainerContent {
}

    .newsRoomContainerContent p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 14px !important;
        color: #ffffff !important;
        text-align: left !important;
        line-height: 19px !important;
        padding: 5px 0 0 0;
        margin: 0;
    }

.GreySeniorLeadershipFullWidth {
    background: #e2e0e0;
    padding: 25px 0 35px 0;
}

.GreySeniorLeadershipTitle {
    font-family: "Open Sans",sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 20px !important;
    color: #3a4a98 !important;
    text-align: left !important;
    line-height: 30px !important;
    padding-bottom: 9px;
    margin-top: 0;
}

.GreySeniorLeadershipContent {
}

    .GreySeniorLeadershipContent h2 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 13px !important;
        color: #1f366e !important;
        text-align: left !important;
        line-height: 19px !important;
        padding-left: 0;
        padding-top: 15px;
        margin: 0;
    }

        .GreySeniorLeadershipContent h2 strong {
            font-family: "Open Sans",sans-serif !important;
            font-weight: 800 !important;
            font-size: 13px !important;
            color: #1f366e !important;
            text-align: left !important;
            line-height: 19px !important;
            padding-left: 0;
            padding-top: 15px;
            margin: 0;
        }

        .GreySeniorLeadershipContent h2 em {
            font-weight: normal !important;
        }

    .GreySeniorLeadershipContent span {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 13px !important;
        color: #1f366e !important;
    }

    .GreySeniorLeadershipContent p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 13px !important;
        color: #1f366e !important;
        text-align: left !important;
        line-height: 16px !important;
        padding: 0;
        margin: 0;
    }

    .GreySeniorLeadershipContent h5 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 13px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 16px !important;
        padding: 10px 0 0 12px;
        margin: 0;
    }

    .GreySeniorLeadershipContent a {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 13px !important;
        color: #1f366e !important;
        text-align: left !important;
    }

        .GreySeniorLeadershipContent a:hover {
            color: #24347b !important;
        }

    .GreySeniorLeadershipContent ul {
    }

        .GreySeniorLeadershipContent ul li {
            font-family: "Open Sans",sans-serif !important;
            font-weight: normal;
            font-size: 13px !important;
            color: #1f366e !important;
            text-align: left !important;
            line-height: 19px !important;
            padding: 0;
            margin: 0;
            list-style: disc;
        }

            .GreySeniorLeadershipContent ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .GreySeniorLeadershipContent a {
        color: #337ab7;
    }

.blueSeniorLeadership {
    background: #3d549c;
    min-height: 145px;
    padding: 25px 0;
}

.blueSeniorLeadershipContent p {
    font-family: "Open Sans",sans-serif !important;
    font-weight: normal;
    font-size: 14px !important;
    color: #fff !important;
    text-align: left !important;
    line-height: 19px;
}

.blueSeniorLeadershipContent img {
    position: absolute;
    margin-left: -47px;
    margin-top: 16px;
}

.blueSeniorLeadershipContent h6 {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 16px !important;
    color: #fff !important;
    text-align: left !important;
    margin-left: 16px;
    line-height: 22px;
}

.newsLetterBlueBg {
    background: url("../images/newsLetter-bg.jpg") #3d549c top right no-repeat;
    min-height: 715px;
    padding: 35px 88px 0 0;
    background-size: cover !important;
}

.newsLetterblueContent {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 22px !important;
    color: #3a4a98 !important;
    text-align: left !important;
}

.newsLetterNoTitleContent {
    padding: 0 0 0 0;
}

    .newsLetterNoTitleContent p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #1d1d1d;
        padding: 0 80px 0 0;
        margin: 0;
        letter-spacing: 0.2px;
    }

        .newsLetterNoTitleContent p img {
            float: left;
            padding-right: 15px;
        }

    .newsLetterNoTitleContent a {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #1d1d1d;
        padding: 00px 0 0 0;
        margin: 0;
    }

        .newsLetterNoTitleContent a:hover {
            text-decoration: underline;
        }

    .newsLetterNoTitleContent ul {
    }

        .newsLetterNoTitleContent ul li {
            font-family: "Open Sans",sans-serif !important;
            font-weight: normal;
            font-size: 14px !important;
            color: #1d1d1d;
            padding: 00px 0 0 0;
            margin: 0;
            list-style: disc;
        }

            .newsLetterNoTitleContent ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .newsLetterNoTitleContent a {
        color: #337ab7;
    }

.greenWithOutIconTitle3 {
    font-family: "Open Sans",sans-serif !important;
    font-size: 20px !important;
    line-height: 18px;
    font-weight: bold !important;
    color: #ffffff !important;
    margin: 0;
    padding: 40px 10px 40px 10px;
    display: table-cell;
}

.greenWithOutIcon3 {
    background: #7da651;
    min-height: 403px;
    width: 100%;
    padding: 0 0 92px 0;
}

.greenWithOutIconContent3 {
}

    .greenWithOutIconContent3 p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #fff !important;
        text-align: left !important;
        line-height: 18px !important;
        padding: 0 10px 10px 10px;
    }

    .greenWithOutIconContent3 ul {
        list-style: none;
    }

        .greenWithOutIconContent3 ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 15px !important;
            color: #fff !important;
            text-align: left !important;
            line-height: 19px !important;
            list-style: none;
            margin-bottom: 20px;
            margin-left: -22px;
        }

            .greenWithOutIconContent3 ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .greenWithOutIconContent3 a {
        color: #337ab7;
    }

.slBoardofDirTitle {
    margin-top: 40px;
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 20px !important;
    color: #3a4a98 !important;
    text-align: left !important;
}

.slBoardofDirCont {
    margin-top: 30px;
}

    .slBoardofDirCont p {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 13px !important;
        color: #1a1a1a !important;
        padding-top: 15px;
        margin-bottom: 25px;
    }

.smBox {
    -webkit-box-shadow: 0 0 8px -5px rgba(0,0,0,0.7);
    box-shadow: 0 0 8px -5px rgba(0,0,0,0.7);
    margin-left: -18px;
    margin-bottom: 30px;
    margin-top: 80px;
}

.smBox2 {
    -webkit-box-shadow: 0 0 8px -5px rgba(0,0,0,0.7);
    box-shadow: 0 0 8px -5px rgba(0,0,0,0.7);
    margin-left: -18px;
    margin-bottom: 30px;
}

.smBoxCont {
}

    .smBoxCont h1 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 16px !important;
        color: #1a1a1a !important;
        text-align: left !important;
        padding: 10px;
        text-transform: uppercase;
    }

        .smBoxCont h1 a {
            font-family: "Open Sans",sans-serif !important;
            font-weight: bold;
            font-size: 16px !important;
            color: #1a1a1a !important;
            text-align: left !important;
            padding: 10px;
            text-transform: uppercase;
        }

            .smBoxCont h1 a:hover {
                text-decoration: underline;
            }

.smBoxTitle {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    font-size: 16px !important;
    color: #1a1a1a !important;
    text-align: left !important;
    margin-top: 14px;
    margin-left: 14px;
    text-transform: uppercase;
}

.smBoxTitleCont {
}

    .smBoxTitleCont h1 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 16px !important;
        color: #1a1a1a !important;
        text-align: left !important;
        padding-top: 14px;
        margin-left: 14px;
        text-transform: uppercase;
    }

        .smBoxTitleCont h1 a {
            font-family: "Open Sans",sans-serif !important;
            font-weight: bold;
            font-size: 16px !important;
            color: #1a1a1a !important;
            text-align: left !important;
            padding-top: 14px;
            margin-left: 14px;
            text-transform: uppercase;
        }

            .smBoxTitleCont h1 a:hover {
                text-decoration: underline;
            }

    .smBoxTitleCont h2 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 16px !important;
        color: #3a4a98 !important;
        text-align: left !important;
        margin-left: 0;
        text-transform: uppercase;
        padding-top: 20px;
    }

        .smBoxTitleCont h2 a {
            font-family: "Open Sans",sans-serif !important;
            font-weight: bold;
            font-size: 16px !important;
            color: #3a4a98 !important;
            text-align: left !important;
            margin-left: 0;
            text-transform: uppercase;
        }

            .smBoxTitleCont h2 a:hover {
                text-decoration: underline;
            }

    .smBoxTitleCont h3 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 16px !important;
        color: #1a1a1a !important;
        text-align: left !important;
        text-transform: uppercase;
    }

        .smBoxTitleCont h3 a {
            font-family: "Open Sans",sans-serif !important;
            font-weight: bold;
            font-size: 16px !important;
            color: #1a1a1a !important;
            text-align: left !important;
            text-transform: uppercase;
        }

            .smBoxTitleCont h3 a:hover {
                text-decoration: underline;
            }

    .smBoxTitleCont ul {
        list-style: none;
        margin-top: -10px;
        margin-left: 0;
    }

        .smBoxTitleCont ul li {
            font-family: "Open Sans",sans-serif !important;
            font-weight: normal;
            font-size: 16px !important;
            color: #565656 !important;
            text-align: left !important;
            list-style: none;
            line-height: 28px;
        }

            .smBoxTitleCont ul li a {
                font-family: "Open Sans",sans-serif !important;
                font-weight: normal;
                font-size: 16px !important;
                color: #565656;
                text-align: left !important;
                list-style: none;
                line-height: 28px;
            }

                .smBoxTitleCont ul li a:hover {
                    text-decoration: underline;
                }

            .smBoxTitleCont ul li a, a:link, a:visited {
                color: #565656;
            }

.paddingTop44 {
    padding-top: 44px;
}

.paddingTop100 {
    padding-top: 100px;
}

.ToggledContentCont4 {
}

h2.ToggledContentContTitle4 {
    background: #dadadc;
    line-height: 1;
    text-transform: capitalize;
    padding-left: 4px;
    margin-left: -15px;
    max-width: 95% !important;
}

    h2.ToggledContentContTitle4 a {
        text-decoration: none;
        display: block;
    }

    h2.ToggledContentContTitle4 > a {
        background: url("../images/minus-icn2.png") no-repeat left;
    }

        h2.ToggledContentContTitle4 > a.collapsed {
            background: url("../images/minus-icnff2.png") no-repeat left;
        }

    h2.ToggledContentContTitle4 .Head {
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        margin: 0;
        padding: 12px 20px;
        line-height: 1;
        color: #3a4a98;
        text-transform: capitalize;
    }

.ToggledContentContBody4 {
    float: right !important;
    margin-right: 90px !important;
}

    .ToggledContentContBody4 ul {
        display: block;
        list-style: none;
        margin-left: 25px;
    }

        .ToggledContentContBody4 ul li {
            list-style: disc;
            color: #1d1d1d;
            font-family: "Open Sans",sans-serif !important;
            font-size: 14px;
            font-weight: normal;
            padding: 0 30px 0 0 !important;
        }

    .ToggledContentContBody4 p {
        list-style: none;
        color: #1d1d1d;
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 30px 0 0 !important;
    }

.mt0 {
    margin-top: 0 !important;
}

.ToggledContentContBody4 ul li a {
    text-decoration: underline;
    color: #337ab7;
}

.ToggledContentContBody4 a {
    color: #337ab7;
}

.ToggledContentCont5 {
}

h2.ToggledContentContTitle5 {
    background: #dadadc;
    line-height: 1;
    text-transform: capitalize;
    padding-left: 4px;
    margin-left: -15px;
    max-width: 95% !important;
}

    h2.ToggledContentContTitle5 a {
        text-decoration: none;
        display: block;
    }

    h2.ToggledContentContTitle5 > a {
        background: url("../images/minus-icn2.png") no-repeat left;
    }

        h2.ToggledContentContTitle5 > a.collapsed {
            background: url("../images/minus-icnff2.png") no-repeat left;
        }

    h2.ToggledContentContTitle5 .Head {
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        margin: 0;
        padding: 12px 20px;
        line-height: 1;
        color: #3a4a98;
        text-transform: capitalize;
    }

.ToggledContentContBody5 {
    float: right !important;
    margin-right: 90px !important;
}

    .ToggledContentContBody5 ul {
        display: block;
        list-style: none;
        margin-left: 1px;
    }

        .ToggledContentContBody5 ul li {
            list-style: disc;
            color: #1d1d1d;
            font-family: "Open Sans",sans-serif !important;
            font-size: 14px;
            font-weight: normal;
            padding: 0 30px 0 0 !important;
        }

    .ToggledContentContBody5 p {
        list-style: none;
        color: #1d1d1d;
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 30px 0 0 !important;
    }

    .ToggledContentContBody5 ul li a {
        text-decoration: underline;
        color: #337ab7;
    }

    .ToggledContentContBody5 a {
        color: #337ab7;
    }

.dateCont5 {
    float: left;
    width: 22%;
}

.disCont5 {
    width: 100%;
}

.dateCont5 h6 {
    list-style: none;
    color: #394a97;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 0 !important;
    margin: 0 0 0 -10px;
    line-height: 15px;
}

.disCont5 h5 {
    list-style: none;
    color: #1d1d1d;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 !important;
    margin: 0;
    display: table;
}

    .disCont5 h5 a {
        list-style: none;
        color: #1a1a1a;
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        padding: 0 !important;
        margin: 0;
        line-height: 18px;
    }

        .disCont5 h5 a:hover {
            text-decoration: underline;
            color: #1a1a1a;
        }

.disCont5 ul li a {
    text-decoration: underline;
    color: #337ab7;
}

.disCont5 a {
    color: #337ab7;
}

.ToggledContentCont6 {
}

h2.ToggledContentContTitle6 {
    background: #dadadc;
    line-height: 1;
    text-transform: capitalize;
    padding-left: 4px;
    margin-left: -15px;
    max-width: 90% !important;
}

    h2.ToggledContentContTitle6 a {
        text-decoration: none;
        display: block;
    }

    h2.ToggledContentContTitle6 > a {
        background: url("../images/minus-icn2.png") no-repeat left;
    }

        h2.ToggledContentContTitle6 > a.collapsed {
            background: url("../images/minus-icnff2.png") no-repeat left;
        }

    h2.ToggledContentContTitle6 .Head {
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        margin: 0;
        padding: 12px 20px;
        line-height: 1;
        color: #3a4a98;
        text-transform: capitalize;
    }

.ToggledContentContBody6 {
    float: left !important;
}

    .ToggledContentContBody6 ul {
        display: block;
        list-style: none;
        margin-left: 1px;
    }

        .ToggledContentContBody6 ul li {
            list-style: disc;
            color: #1d1d1d;
            font-family: "Open Sans",sans-serif !important;
            font-size: 14px;
            font-weight: normal;
            padding: 0 30px 0 0 !important;
        }

.ToggledContentContBody5 p {
    list-style: none;
    color: #1d1d1d;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 30px 0 0 !important;
}

.ToggledContentContBody6 ul li a {
    text-decoration: underline;
    color: #337ab7;
}

.ToggledContentContBody6 a {
    color: #337ab7;
}

.dateCont6 {
    float: left;
    width: 32%;
}

.disCont6 {
    width: 100%;
}

.dateCont6 h6 {
    list-style: none;
    color: #394a97;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 0 !important;
    margin: 0 0 0 -10px;
    line-height: 15px;
}

.disCont6 h5 {
    list-style: none;
    color: #1d1d1d;
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 !important;
    margin: 0;
    display: table;
}

    .disCont6 h5 a {
        list-style: none;
        color: #1a1a1a;
        font-family: "Open Sans",sans-serif !important;
        font-size: 14px;
        font-weight: normal;
        padding: 0 !important;
        margin: 0;
        line-height: 18px;
    }

        .disCont6 h5 a:hover {
            text-decoration: underline;
            color: #1a1a1a;
        }

.disCont6 ul li a {
    text-decoration: underline;
    color: #337ab7;
}

.disCont6 a {
    color: #337ab7;
}

.greenfastfactTitle {
    font-family: "Open Sans",sans-serif !important;
    font-size: 35px !important;
    line-height: 35px;
    font-weight: 100 !important;
    color: #ffffff !important;
    margin: 0;
    padding: 30px 95px 20px 20px;
    display: table-cell;
}

.greenfastfact {
    background: #7ca650;
    min-height: 243px;
    width: 100%;
    margin-top: 50px;
}

.greenfastfactimg {
    background: url("../images/fast-fact-img.png") left top no-repeat;
    min-height: 296px;
    min-width: 446px;
    overflow-y: hidden;
    margin-top: -72px;
    margin-left: -40px;
    position: absolute;
}

.greenfastfactContent {
    top: 0;
}

    .greenfastfactContent p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 14px !important;
        color: #fff !important;
        text-align: left !important;
        line-height: 18px !important;
        padding: 0 65px 20px 22px;
    }

    .greenfastfactContent ul {
        list-style: disc;
        padding: 0 55px 10px 16px;
    }

        .greenfastfactContent ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 14px !important;
            color: #fafbfd !important;
            text-align: left !important;
            line-height: 19px !important;
            list-style: disc;
        }

            .greenfastfactContent ul li a {
                text-decoration: underline;
                color: #337ab7;
            }

    .greenfastfactContent a {
        color: #337ab7;
    }

.paddingTop85 {
    padding-top: 55px !important;
}

@media (min-width:768px) {
}
/* - End of /Portals/_default/Containers/bpu/container.css - */
/* - Start of /Portals/_default/Containers/bpu/ImageContainer.css - */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url("../fonts/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf") format('truetype');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url("../fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf") format('truetype');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}

@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url("../fonts/MYRIADPROREGULAR.eot");
    src: local('MYRIADPROREGULAR'),url("../fonts/MYRIADPROREGULAR.woff") format('woff'),url("../fonts/MYRIADPROREGULAR.ttf") format('truetype');
}

.fontsforweb_fontid_4410 {
    font-family: 'MYRIADPROREGULAR' !important;
}

.ImagesContainerBody {
}

.ImagesContainerActionsTD {
}

.ImagesContainerContent {
}

    .ImagesContainerContent .Normal {
        font-family: 'MYRIADPROREGULAR' !important;
    }

        .ImagesContainerContent .Normal img {
            width: 100%;
        }

@media (max-width:767px) {
    .ImagesContainerBody {
        margin-bottom: 20px;
    }
}
/* - End of /Portals/_default/Containers/bpu/ImageContainer.css - */
/* - Start of /Portals/0/portal.css - */
.branding-top {
    background: url("../images/dnn_large_banner.png") no-repeat top left;
    width: 900px;
    height: 428px;
    clear: both;
    overflow: hidden;
}

    .branding-top p {
        padding: 0 60px 0 60px;
        font-size: 1.4em;
        color: #333;
    }

.branding-bottom {
    clear: both;
    margin: 1em 0;
    overflow: hidden;
}

    .branding-bottom ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        clear: both;
    }

.commmunity, .marketplace, .conferences, .training {
    list-style: none;
    display: block;
    float: left;
    cursor: pointer;
}

.branding-bottom li.training {
    margin: 0;
}

.branding-bottom .feature-block {
    background: url("../images/itembg.gif") repeat-y;
    margin: 33px 0 0 0;
}

.branding-bottom .feature-icon {
    margin: 0;
    height: 66px;
    margin-bottom: 1em;
}

.feature-text {
    margin: 0 10px 20px 10px;
    font-size: 115%;
    text-align: center;
    color: #3e81b5;
    height: 75px;
}

.branding-bottom li {
    margin: 0 20px 0 0;
    width: 210px;
}

    .branding-bottom li.training {
        margin: 0;
    }

.feature-block li {
    list-style: none;
}

.feature-icon {
    width: 180px;
}

.branding-bottom .commmunity {
    background: url("../images/community_title.gif") no-repeat top left;
}

.commmunity .feature-icon {
    background: url("../images/community_icon.gif") no-repeat;
    background-position: 50% 10px;
}

.branding-bottom .marketplace {
    background: url("../images/marketplace_title.gif") no-repeat top left;
}

.marketplace .feature-icon {
    background: url("../images/marketplace_icon.gif") no-repeat;
    background-position: 50% 10px;
}

.branding-bottom .conferences {
    background: url("../images/conferences_title.gif") no-repeat top left;
}

.conferences .feature-icon {
    background: url("../images/conferences_icon.gif") no-repeat;
    background-position: 50% 10px;
}

.branding-bottom .training {
    background: url("../images/training_title.gif") no-repeat top left;
}

.training .feature-icon {
    background: url("../images/training_icon.gif") no-repeat;
    background-position: 50% 10px;
}

ul.bt {
    margin: 0 -1em;
    padding: 0;
    background: url("../images/item_bt_bg.gif") no-repeat bottom;
    height: 32px;
}

    ul.bt li {
        margin: 0 1em;
        list-style-type: none;
    }

.action-btn {
    height: 26px;
}

.engage-action {
    background: url("../images/engage_btn.png") no-repeat bottom;
}

.shop-action {
    background: url("../images/shop_btn.png") no-repeat bottom;
}

.connect-action {
    background: url("../images/connect_btn.png") no-repeat bottom;
}

.learn-action {
    background: url("../images/learn_btn.png") no-repeat bottom;
}

div.link_manuals {
    float: left;
    background: url("../images/dnn_manuals.png") no-repeat top left;
    width: 316px;
    height: 137px;
    cursor: pointer;
}

div.link_proedition {
    float: right;
    background: url("../images/dnn_proedition.png") no-repeat top left;
    width: 514px;
    height: 137px;
    cursor: pointer;
}

div.link_main {
    margin: 260px 30px 0 30px;
}

#LoginInfo {
    width: 545px;
    float: left;
}

    #LoginInfo h3 {
        background-color: #f7f7f7;
        color: #8f0000;
        padding: 2px 0;
    }

    #LoginInfo dd, #LoginInfo dt {
        display: inline;
    }

    #LoginInfo dt {
        font-weight: bold;
        color: #333;
    }

    #LoginInfo p.LoginNotes {
        font-size: .8em;
    }

    #LoginInfo div.LoginBlock {
        float: left;
        width: 255px;
        padding: 5px 5px;
        margin: 0 2px;
        border: 1px #f0f0f0 solid;
    }

.SponsorIcon {
    margin: 5px 15px;
    float: left;
}

#QuickLinks {
    background-color: #f0f0f0;
    border: 1px #cccccc solid;
    padding: 2px 5px;
    position: relative;
    width: 330px;
}

    #QuickLinks h2, #QuickLinks p {
        margin: 5px 5px;
    }

div.hr {
    height: 2px;
    background-color: #8f0000;
    margin: 5px 0 15px 0;
    clear: both;
}

    div.hr hr {
        display: none;
    }

#TelerikInside {
    background: white url("../images/telerikInside.jpg");
    border: 1px #cccccc solid;
    padding: 20px 5px 10px 130px;
    margin-bottom: 5px;
    width: 205px;
    height: 140px;
    border-style: none;
}

    #TelerikInside h2 {
        font-weight: bold;
    }

#RightColumnInfo {
    float: right;
    width: 340px;
    margin-left: 10px;
    margin-bottom: 15px;
}

#qlCol1, #qlCol2 {
    margin: 5px 5px 15px;
    padding-left: 12pt;
    float: left;
    position: relative;
}

.contactUs-table tr + tr td {
    background: url("../images/dotted_bdr.jpg") repeat-x scroll left 10px transparent;
}

    .contactUs-table tr + tr td span {
        background: none repeat scroll 0 0 #FFFFFF;
        padding-right: 3px;
    }

    .contactUs-table tr + tr td + td {
        background-image: none;
    }

#dnn_ctr2104_ContentPane .DownloadText img, #dnn_ctr2103_ContentPane .DownloadText img {
    width: 12px;
    height: auto;
    opacity: 0.5 !important;
    margin-top: 3px !important;
}

.row.EnergySavingTips .panel-group > .panel.panel-default {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#dnn_ctr2104_ContentPane .panel-collapse .accessButtons.cc_buttons_small, #dnn_ctr2103_ContentPane .panel-collapse .accessButtons.cc_buttons_small, .panel-collapse .accessButtons.cc_buttons_small2 {
    text-align: right;
}

    #dnn_ctr2104_ContentPane .panel-collapse .accessButtons.cc_buttons_small img, #dnn_ctr2103_ContentPane .panel-collapse .accessButtons.cc_buttons_small img, .panel-collapse .accessButtons.cc_buttons_small2 img {
        width: 24px;
        height: auto;
        opacity: 0.5 !important;
    }

.skipit_sreader, .skip_to_here_sreader {
    display: none !important;
    opacity: 0;
}

.EnergySavingTips .col-md-4 a.voverlay {
    width: 100%;
}

    .EnergySavingTips .col-md-4 a.voverlay img {
        width: 100%;
    }

#dnn_ctr1958_ContentPane .videogallery a.voverlay, #dnn_ctr2178_ModuleContent .videogallery a.voverlay, #dnn_ctr1959_ModuleContent .videogallery a.voverlay, .videogallery a.voverlay {
    width: 240px;
}

a.voverlay_title {
    font-size: 14px !important;
    text-align: left !important;
    width: 180px !important;
    float: left !important;
    margin: 0 !important;
}

#dnn_ctr1958_ContentPane .videogallery a.DownloadText, #dnn_ctr1959_ContentPane .videogallery a.DownloadText, #dnn_ctr2178_ContentPane a.DownloadText, a.DownloadText2, #dnn_ctr1348_ContentPane a.DownloadText {
    float: right !important;
    margin: 0 auto !important;
    width: 20px !important;
}

#dnn_ctr1958_ContentPane .DownloadText img, .DownloadText2 img, #dnn_ctr1959_ModuleContent .DownloadText img, #dnn_ctr2178_ModuleContent .DownloadText img, #dnn_ctr1348_ModuleContent .DownloadText img {
    width: 12px !important;
    height: auto;
    opacity: 0.5 !important;
    margin-top: 3px !important;
}

#dnn_ctr1958_ModuleContent .accessButtons.cc_buttons_small img, #dnn_ctr1959_ModuleContent .accessButtons.cc_buttons_small img, .accessButtons.cc_buttons_small2 img, .accessButtons.cc_buttons_small img, #dnn_ctr2178_ModuleContent .accessButtons.cc_buttons_small img, #dnn_ctr1348_ModuleContent .accessButtons.cc_buttons_small img {
    width: 24px !important;
    height: auto;
    opacity: 0.5 !important;
    margin-top: 3px !important;
}

#dnn_ctr1958_ModuleContent .accessButtons.cc_buttons_small, #dnn_ctr1959_ModuleContent .accessButtons.cc_buttons_small, .accessButtons.cc_buttons_small2, #dnn_ctr2178_ModuleContent .accessButtons.cc_buttons_small, #dnn_ctr1348_ModuleContent .accessButtons.cc_buttons_small {
    text-align: right !important;
}

.row.EnergySavingTips .col-md-4 a {
    float: left;
    display: block;
    clear: both;
}

    .row.EnergySavingTips .col-md-4 a + a {
        display: inline-block;
        width: calc(100% - 30px);
        clear: left;
    }

        .row.EnergySavingTips .col-md-4 a + a + a {
            display: inline-block;
            float: right;
            width: 14px;
            margin-top: 3px;
            clear: none;
        }

            .row.EnergySavingTips .col-md-4 a + a + a img {
                width: 25px;
            }

#voverlay .close {
    z-index: 999999;
}

.DownloadText2 {
    float: right;
}

@media(max-width:991px) {
    .desktopEnergySaving {
        display: none !important;
    }

    .mobileEnergySaving {
        display: block !important;
    }
}

.EnergySavingTipsRow {
}

    .EnergySavingTipsRow .DownloadText {
        float: right;
        width: 14px;
        margin-top: 3px;
        clear: none;
    }

        .EnergySavingTipsRow .DownloadText img {
            width: 12px;
        }

    .EnergySavingTipsRow .img_overlay {
        width: 100%;
    }

        .EnergySavingTipsRow .img_overlay img {
            width: 100%;
        }

    .EnergySavingTipsRow .video_overlay_label {
        width: calc(100% - 20px);
        float: left;
    }

        .EnergySavingTipsRow .video_overlay_label p {
            margin-bottom: 5px;
            margin-top: 5px;
        }

.desc_text_video_info {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    clear: both;
}

.CloseCaption_icon {
    text-align: right;
}

    .CloseCaption_icon img {
        width: 24px;
        opacity: 0.5;
        float: right;
    }

.image_map_wrap {
    position: relative;
    text-align: center;
}

    .image_map_wrap .caption {
        position: absolute;
        left: 50%;
        max-width: 300px;
        border: 1px solid;
        padding: 10px;
        transform: translateX(-50%) translateY(-50%);
        box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.5);
        transition: linear all 0.3s;
        opacity: 0;
        text-align: left;
        z-index: -1;
    }

        .image_map_wrap .caption.show {
            opacity: 1;
            z-index: 9999;
        }

        .image_map_wrap .caption strong {
            margin-bottom: 5px;
            display: inline-block;
        }

.acc_info {
    background: #d0d4ad;
    border: 1px solid #9ca07a;
}

.bpu_charges {
    background: #ada7bd;
    border: 1px solid #706294;
}

.ug_charges {
    background: #bcd9f4;
    border: 1px solid #7aa0c3;
}

.bill_summary {
    background: #c4c2b4;
    border: 1px solid #a7a06d;
}

.detailed_charges {
    background: #bdbec1;
    border: 1px solid #8891ab;
}

.important_messages {
    background: #ccb6b6;
    border: 1px solid #a27373;
}

@media(min-width:992px) {
    .image_map_wrap {
        display: block;
    }

    .image_map_wrap2 {
        display: none;
    }
}

@media(max-width:991px) {
    .image_map_wrap {
        display: none;
    }

    .image_map_wrap2 {
        display: block;
    }

        .image_map_wrap2 img {
            width: 100%;
        }
}

.acc_info {
    top: 163px;
}

.bpu_charges {
    top: 224px;
}

.ug_charges {
    top: 519px
}

.important_messages {
    top: 538px;
}

.detailed_charges {
    top: 650px;
}

.bill_summary {
    top: 340px;
}

.coloringsheetexample {
    position: relative;
    display: inline-block;
}

    .coloringsheetexample p {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -25px;
        left: 0;
    }

@media(min-width:768px) {
    .lb-dataContainer {
        margin: 0 auto !important;
        padding-top: 5px !important;
        width: 100%;
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        margin: 0 auto !important;
    }

    .lb-data .lb-close {
        margin-right: -35px !important;
        top: 0 !important;
        z-index: 1000 !important;
    }
}

@media(max-width:767px) {
    .coloringsheetexample {
        margin-bottom: 40px;
    }

    .lb-data .lb-close {
        top: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .coloringsheetexample {
        margin-bottom: 40px;
    }
}

.customPanel a {
    outline: none !important;
}

@media (max-width:384px) {
    #accordion .panel-title {
        font-size: 14px !important;
    }
}

.suppliersHead {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #777777;
    text-transform: uppercase;
}

#dnn_ctr2470_ContentPane a.DownloadText, #dnn_ctr2442_ModuleContent a.DownloadText {
    float: right !important;
    margin: 0 auto !important;
    width: 20px !important;
}

#dnn_ctr2470_ContentPane .DownloadText img, #dnn_ctr2442_ModuleContent .DownloadText img {
    width: 12px !important;
    height: auto;
    opacity: 0.5 !important;
    margin-top: 3px !important;
}



#dnn_ctr3146_ModuleContent a.DownloadText, dnn_ctr2467_ContentPane a.DownloadText, #dnn_ctr2479_ContentPane a.DownloadText {
    float: right !important;
    margin: 0 auto !important;
    width: 20px !important;
}

#dnn_ctr3146_ModuleContent .DownloadText img, dnn_ctr2467_ContentPane .DownloadText img, #dnn_ctr2479_ContentPane .DownloadText img {
    width: 12px !important;
    height: auto;
    opacity: 0.5 !important;
    margin-top: 3px !important;
}
/* - End of /Portals/0/portal.css - */
/* - Start of /Portals/_default/Skins/bpu/css/bootstrap.css - */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url("../fonts/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf") format('truetype');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url("../fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf") format('truetype');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regulariefix.eot") format('embedded-opentype'),url("../fonts/glyphicons-halflings-regular.woff2") format('woff2'),url("../fonts/glyphicons-halflings-regular.woff") format('woff'),url("../fonts/glyphicons-halflings-regular.ttf") format('truetype'),url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}

.glyphicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-sc {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    border: 0;
    border-top: 1px solid #bcbbbb;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 0;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width:768px) {
    .web-brand {
        display: none !important;
    }

    .BannerLowerPane {
    }
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.containerBill {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.container-fluid-1 {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-7-1, .col-md-7-2, .col-lg-7-1, .col-xs-12-1, .col-sm-12-1 {
    position: relative;
    /* min-height: 1px; */
    min-height: 20px;
    padding-right: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-md-3-1, .col-lg-3-1, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-md-5-1, .col-lg-5-1, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    /* min-height: 1px; */
    min-height: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-2-1, .col-md-10-1, .col-xs-6-1, .col-md-12-1, .col-lg-12-1 {
    position: relative;
    /* min-height: 1px; */
    min-height: 20px;
    padding-right: 0;
    padding-left: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-6-1, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-12-1 {
    float: left;
}

.col-xs-12-1 {
    width: 100%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-6-1 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-12-1 {
        float: left;
    }

    .col-sm-12-1 {
        width: 100%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-2-1, .col-md-3, .col-md-3-1, .col-md-4, .col-md-5, .col-md-5-1, .col-md-6, .col-md-7, .col-md-7-1, .col-md-7-2, .col-md-8, .col-md-9, .col-md-10, .col-md-10-1, .col-md-11, .col-md-12, .col-md-12-1 {
        float: left;
    }

    .col-md-12-1 {
        width: 100%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-10-1 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-7-1 {
        width: 58.33333333% !important;
    }

    .col-md-7-2 {
        max-width: 58.33333333% !important;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5-1 {
        width: 44.5%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-3-1 {
        width: 21%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-2-1 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-3-1 .col-lg-4, .col-lg-5, .col-lg-5-1, .col-lg-6, .col-lg-7, .col-lg-7-1, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-12-1 {
        float: left;
    }

    .col-lg-12-1 {
        width: 100%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-7-1 {
        width: 58.33333333% !important;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5-1 {
        width: 44.5%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-3-1 {
        width: 21%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0 solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 0 solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    min-width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -0.6px !important;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 34px;
    }

        input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
            line-height: 30px;
        }

        input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.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: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: left !important;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
    z-index: 9;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret{
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu{
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }


.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge{
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }



.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.container .jumbotron, .container-fluid-1 .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .container .jumbotron, .container-fluid-1 .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 0;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    font-family: 'MYRIADPROREGULAR';
    font-weight: normal;
    font-size: 15px;
    color: #555555;
    line-height: 14px;
    padding: 6px 13px;
    margin: 0;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'MYRIADPROREGULAR';
    font-weight: normal;
    font-size: 15px;
    color: #555555 !important;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: #555555 !important;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 0;
}

    .panel-group .panel {
        margin-bottom: 10px;
        border-radius: 0;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        background-color: #fff;
        max-height: 183px;
        border: 1px solid #e9e9e9;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            font-family: 'MYRIADPROREGULAR';
            font-weight: normal;
            font-size: 15px;
            color: #555555;
            line-height: 16px;
            padding: 12px;
            margin: 0;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-left: -13px;
    margin-right: -36px;
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.well2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-left: -13px;
    margin-right: -36px;
    position: relative;
    top: -650px;
}

    .well2 blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well2-lg {
    padding: 24px;
    border-radius: 6px;
}

.well2-sm {
    padding: 9px;
    border-radius: 3px;
}

@media (max-width:768px) {
    .well2 {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        margin-left: 0;
        margin-right: 0;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 12px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
            margin: 0 auto;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    z-index: 1;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.panel-body p {
    font-family: 'MYRIADPROREGULAR';
    font-weight: normal;
    font-size: 12px;
    color: #555555;
    line-height: 13px;
    padding: 0;
    margin: 0;
}

.panel-body img {
    margin-right: 15px;
    margin-bottom: 25px;
    float: left;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

    .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #025aa5;
        background-image: none;
        border-color: #01549b;
    }

    .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #292b2c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

    .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #2aabd2;
    }

    .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #419641;
    }

    .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #eb9316;
    }

    .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #c12e2a;
    }

    .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

.fade.show {
    opacity: 1;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.show > .dropdown-menu {
    display: block;
}

.show > a {
    outline: 0;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0,0,0,0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

    .card-primary .card-header, .card-primary .card-footer {
        background-color: transparent;
    }

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .card-success .card-header, .card-success .card-footer {
        background-color: transparent;
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .card-info .card-header, .card-info .card-footer {
        background-color: transparent;
    }

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .card-warning .card-header, .card-warning .card-footer {
        background-color: transparent;
    }

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

    .card-danger .card-header, .card-danger .card-footer {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255,255,255,0.65);
}

    .card-inverse .card-header, .card-inverse .card-footer {
        background-color: transparent;
        border-color: rgba(255,255,255,0.2);
    }

    .card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
        color: #fff;
    }

        .card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
            color: rgba(255,255,255,0.65);
        }

            .card-inverse .card-link:focus, .card-inverse .card-link:hover {
                color: #fff;
            }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
            flex: 1 0 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .card-deck .card:not(:first-child) {
                margin-left: 15px;
            }

            .card-deck .card:not(:last-child) {
                margin-right: 15px;
            }
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
            flex: 1 0 0;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                    border-radius: 0;
                }
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
            margin-bottom: 0.75rem;
        }
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@media (max-width:768px) {
    .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        margin-left: 0;
        margin-right: 0;
    }

    #dnn_InnerBannerPane {
        padding: 0 !important;
    }

    .inn-banner {
        height: 0 !important;
        background-color: #fff;
    }

    .logoProMob {
        margin: 0 0 0 85px;
        text-align: center;
    }
}
/* - End of /Portals/_default/Skins/bpu/css/bootstrap.css - */
/* - Start of /Portals/_default/Skins/bpu/css/skin.css - */
#ControlBar, #ControlBar *, .actionMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

:focus {
    outline: none;
}

body, html, form {
    height: 100%;
    min-height: 100%;
}

.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
    display: inline;
    vertical-align: top;
}

a.CommandButton:hover {
}

.SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    font-weight: normal;
}

a.SkinObject:hover {
    color: #999999;
    text-decoration: none;
}

.Login, A.Login, A.Login:link, A.Login:visited, A.Login:active {
    font-size: 11px;
    padding: 7px 10px;
    text-align: center;
    color: #fefefe;
}

    A.Login:hover {
        font-size: 11px;
        padding: 7px 10px;
        text-align: center;
        background-color: #f2622e;
        color: #fefefe;
    }

.Register, A.Register, A.Register:link, A.Register:visited, A.Register:active {
    font-size: 11px;
    padding: 7px 10px;
    text-align: center;
    color: #fefefe;
}

    A.Register:hover {
        font-size: 11px;
        padding: 7px 10px;
        text-align: center;
        background-color: #f2622e;
        color: #fefefe;
    }

    .Register, A.Register, A.Register:link, A.Register:visited, A.Register:active {
        font-size: 11px;
        padding: 7px 10px;
        text-align: center;
        color: #fefefe;
    }

.breadcrumb, A.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active {
    font-weight: normal;
    font-size: 11px;
    color: #041a22;
    text-decoration: none;
}

    A.breadcrumb:hover {
        font-size: 11px;
        color: #f2622e;
        text-decoration: none;
    }

.Terms-Privacy, A.Terms-Privacy, A.Terms-Privacy:link, A.Terms-Privacy:visited, A.Terms-Privacy:active {
    font-size: 11px;
    color: #ded6ba;
    font-weight: normal;
    text-decoration: none;
}

    A.Terms-Privacy:hover {
        font-size: 11px;
        color: #ded6ba;
        text-decoration: underline;
    }

.copyright {
    text-align: center;
}

H1 {
    FONT-SIZE: 31px;
    line-height: 28px;
}

H2 {
    FONT-SIZE: 28px;
    line-height: 28px;
}

H3 {
    FONT-SIZE: 24px;
    line-height: 24px;
}

H4 {
    FONT-SIZE: 16px;
    line-height: 18px;
}

H5 {
    FONT-SIZE: 14px;
    line-height: 14px;
}

H6 {
    FONT-SIZE: 12px;
    line-height: 8px;
}

select, input {
    font-size: 12px;
    color: #555555;
}

.NormalTextBox {
    color: #555555;
    padding-left: 4px;
    line-height: 12px;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #acc1de;
    width: 235px;
    display: block;
    height: 24px;
    border-radius: 5px;
}

td.NormalTextBox {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}

.SubHead {
    font-size: 12px;
    font-weight: bold;
    color: #868485;
    padding: 0;
}

.Head {
    font-size: 12px;
    color: #000000;
    background: transparent;
    font-weight: bold;
    padding: 0;
}

.Normal {
    font-size: 11px;
    color: #555555;
    line-height: 21px;
    font-weight: normal;
}

.Normal-Small {
    font-size: 11px;
    color: #555555;
    line-height: 21px;
    font-weight: normal;
}

.NormalBoldText {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    text-decoration: underline;
}

.MenuTD {
    font-family: 'BebasNeueRegular';
}

.main_dnnmenu_bar {
    cursor: pointer;
    background-color: transparent;
    padding: 0 0 0 0;
    height: 0;
    font-family: 'BebasNeueRegular' !important;
}

.main_dnnmenu_rootitem {
    color: #031b24;
    font-family: 'BebasNeueRegular' !important;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 9px 18px 9px;
    line-height: 44px;
    border-bottom: solid 1px #263511;
    border-top: solid 1px #b9d78d;
    border-left: solid 1px #83a355;
    border-right: solid 1px #426017;
}

    .main_dnnmenu_rootitem:last-child {
    }

.main_dnnmenu_rootitem_hover {
    color: #fff;
    font-family: 'BebasNeueRegular' !important;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    padding: 11px 18px 8px;
    height: 44px;
    border-bottom: solid 1px #aabc90;
    border-top: solid 1px #324a0e;
    border-left: solid 1px #3b5219;
    border-right: solid 1px #89ab58;
}

.main_dnnmenu_rootitem_selected {
    color: #fff;
    font-family: 'BebasNeueRegular' !important;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    padding: 11px 18px 8px;
    height: 44px;
    border-bottom: solid 1px #aabc90;
    border-top: solid 1px #324a0e;
    border-left: solid 1px #3b5219;
    border-right: solid 1px #89ab58;
}

.main_dnnmenu_submenu {
    border: 0 solid #262626;
    z-index: 1000 !important;
    width: auto;
    padding: 0 0 10px 0;
    margin-top: 0;
    background: #616161;
    font-family: Arial,Helvetica,sans-serif,"Trebuchet MS" !important;
}

    .main_dnnmenu_submenu td {
        font-size: 12px;
        background: url("../images/Sub-Menu.jpg") repeat-x left bottom #7ad7ff;
        color: #0a1322;
        font-weight: normal;
        text-align: left;
        line-height: 19px;
        padding: 0 10px 0 10px;
        margin: 0;
        z-index: 1000;
        white-space: nowrap;
    }

.main_dnnmenu_itemhover td {
    font-size: 12px;
    background: url("../images/Sub-Menu-hover.jpg") repeat left top #0f6588;
    color: #fffbff;
    font-weight: normal;
    text-align: left;
    line-height: 19px;
    padding: 0 10px 0 10px;
    margin: 0;
    z-index: 1000;
    white-space: nowrap;
}

.main_dnnmenu_itemselected td {
    font-size: 12px;
    background: url("../images/Sub-Menu-hover.jpg") repeat left top #0f6588;
    color: #fffbff;
    font-weight: normal;
    text-align: left;
    line-height: 19px;
    padding: 0 10px 0 10px;
    margin: 0;
    z-index: 1000;
    white-space: nowrap;
}

.main_dnnmenu_break {
    height: 1px;
    background: #3d393a;
}

.icn {
    display: none;
}

.ModuleTitle_MenuBar {
    cursor: pointer;
    cursor: hand;
}

.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
    display: none;
    z-index: 100;
}

.ModuleTitle_MenuContainer {
    color: #fff;
    z-index: 100
}

.ModuleTitle_MenuItem {
    cursor: pointer;
    cursor: hand;
    background: transparent;
    color: #fff;
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px 0 05px;
    border: 0 solid #FFFFFF;
    line-height: 23px;
}

.ModuleTitle_MenuIcon {
    background: transparent;
    padding: 0 0 0 5px;
    margin: 0 0 0 0;
    font-size: 0;
    line-height: 23px;
    border: 0 solid #333333;
}

    .ModuleTitle_MenuIcon IMG {
        padding: -8px 10px 0 10px;
        border: 0 solid #333333;
    }

.ModuleTitle_SubMenu {
    margin-top: 0;
    margin-left: 0;
    background-color: #262626;
    border: 1px solid #4b4b4b;
    z-index: 1000;
    cursor: hand;
    filter: none;
}

.ModuleTitle_MenuItemSel {
    cursor: pointer;
    cursor: hand;
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
    color: #262626;
    font-size: 11px;
    font-weight: normal;
    cursor: hand;
    padding: 0 0 0 5px;
    line-height: 23px;
    border: 0;
    background: url("../images/Pixel-Pattern.jpg") repeat left top #e6e4d8;
}

.ModuleTitle_MenuBar {
    cursor: pointer;
    cursor: hand;
}

.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
    display: none;
    z-index: 1000;
}

.ModuleTitle_MenuContainer {
    color: #b90909;
}

.ModuleTitle_MenuItem {
    cursor: pointer;
    cursor: hand;
    background: transparent;
    color: #fff;
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px 0 05px;
    border: 0 solid #FFFFFF;
    line-height: 23px;
    ;
}

.ModuleTitle_MenuIcon {
    background: transparent;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
    font-size: 0;
    line-height: 23px;
    border: 0 solid #333333;
}

    .ModuleTitle_MenuIcon IMG {
        padding: -8px 10px 0 10px;
        border: 0 solid #333333;
    }

.ModuleTitle_SubMenu {
    margin-top: 0;
    margin-left: 0;
    background: url("../images/sub-menu-bg.png") repeat-x top;
    background-color: #133571;
    border: 1px dotted #636D83;
    z-index: 1000;
    cursor: hand;
    filter: none;
}

.ModuleTitle_MenuItemSel {
    cursor: pointer;
    cursor: hand;
    color: #fff;
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: hand;
    padding: 0 5px 0 5px;
    line-height: 23px;
    border: 0;
    background: #790b13;
}

.Panes-TD {
    padding: 20px 0 20px 0;
    vertical-align: top;
    vertical-align: top;
}

.ContactPane {
    padding: 0;
    width: 100%;
    vertical-align: top;
}

.Banner-Pane {
    padding: 10px 10px 0 0;
    width: 75%;
    vertical-align: top;
}

.Form-Pane {
    width: 25%;
    vertical-align: top;
}

.Button-Pane {
    width: 20%;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.Tweet-Pane {
    width: 80%;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.Content-Pane {
    width: 100%;
    padding: 0 0 0 0;
    vertical-align: top;
}

.carousel-Pane {
    width: 100%;
    padding: 0 0 0 0;
    vertical-align: top;
}

.Pane-One {
    width: 25%;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.Pane-Two {
    width: 25%;
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.Pane-Three {
    width: 25;
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.Pane-Four {
    width: 25%;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.Left-Pane {
    width: 38%;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.Middle-Pane {
    width: 38%;
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.Right-Pane {
    width: 24%;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.MainLeft-Pane {
    width: 70%;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.MainRight-Pane {
    width: 30%;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.FooterOne-Pane {
    width: 20%;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.FooterTwo-Pane {
    width: 20%;
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.FooterThree-Pane {
    width: 20%;
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.FooterFour-Pane {
    width: 20%;
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.FooterFive-Pane {
    width: 20%;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.FooterLogo-Pane {
    width: 100%;
    padding: 0 0 0 0;
    vertical-align: top;
}

.ControlPanel {
    background: #d3d3d3;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #ffffff;
    width: 99%;
}

.DataGrid_AlternatingItem TD {
    color: #000000;
}

.SearchTD {
    width: 244px;
    vertical-align: top;
    text-align: right;
    height: 25px;
    background: url("../images/search.jpg") no-repeat right;
    padding: 14px 18px 11px 18px;
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox {
    height: 24px;
    /* background: transparent; */
    background: white;
    width: 174px;
    color: #06284b;
    padding: 0 2px;
    border: 0 solid #FFFFFF;
    cursor: text;
    float: left;
}

.SearchTD a.SkinObject {
    padding: 0;
    width: 58px;
    height: 25px;
    float: right;
    display: inline-block;
}

#search {
    position: relative;
    height: 30px;
}

a#dnn_dnnSearch_cmdSearch {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    color: #fff;
}

.top-menu-left {
    float: left !important
}

a, a:link, a:visited {
    color: #337ab7;
}

    a:hover, a:hover:link, a:hover:visited {
        color: #337ab7;
    }

.homepage_slider_text_container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 980px;
    margin: auto;
    text-align: center;
}

.homepage_slider_text {
    z-index: 5;
    position: relative;
    margin-top: -80px;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2.5px;
    line-height: 45px;
    font-family: 'Droid Sans',sans-serif;
    padding-right: 25px;
    text-align: right;
    color: #ffffff;
    height: 45px;
    background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(0,0,0,0.74902) 45%,rgba(0,0,0,0.74902) 100%);
}

@media all and (max-width:767px) {
    .homepage_slider_text_container {
        position: relative;
        z-index: 5;
        width: 100%;
        max-width: none;
        margin: auto;
        text-align: center;
    }

    .homepage_slider_text {
        z-index: 5;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 2.5px;
        line-height: 30px;
        font-family: 'Droid Sans',sans-serif;
        padding-right: 25px;
        text-align: right;
        color: #ffffff;
        height: 30px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 5%,rgba(0,0,0,0.74902) 35%,rgba(0,0,0,0.74902) 100%);
    }
}

a[href="/trackusage"] {
    display: none !important;
}

a[href="/espanol/Controlarsuuso.aspx"] {
    display: none !important;
}

.other-menu ul li:nth-child(4) {
    border-right-style: none;
}

.innerothermenu ul li:nth-child(4) {
    border-right-style: none;
}

@media all and (max-width:767px) {
    .innerothermenu ul li:nth-child(4) {
        width: 100% !important;
    }

    .innerothermenu ul li:nth-child(5) {
        display: none !important;
    }

    .other-menu ul li:nth-child(4) {
        width: 100% !important;
    }

    .other-menu ul li:nth-child(5) {
        display: none !important;
    }
}

@media all and (min-width:768px) {
    .innerothermenu ul li:nth-child(5) {
        display: none !important;
    }

    .innerothermenu ul li {
        padding-top: 11px;
        font-size: 15px;
    }

    .QuestionBox10 tbody tr {
        width: 100%;
        float: left;
    }
}
/* - End of /Portals/_default/Skins/bpu/css/skin.css - */
/* - Start of /Portals/_default/Skins/bpu/css/fixer.css - */


.padding10 {
    padding: 10px;
}

.padding-right10 {
    padding-right: 10px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.padding5 {
    padding: 5px;
}

.padding-right5 {
    padding-right: 5px;
}

.padding-left5 {
    padding-left: 5px;
}

.padding-top5 {
    padding-top: 5px;
}

.padding-bottom5 {
    padding-bottom: 5px;
}

.margin10 {
    margin: 10px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin5 {
    margin: 5px;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

@media (min-width:600px) {
    .padding10-tab {
        padding: 10px;
    }

    .padding-right10-tab {
        padding-right: 10px;
    }

    .padding-left10-tab {
        padding-left: 10px;
    }

    .padding-top10-tab {
        padding-top: 10px;
    }

    .padding-bottom10-tab {
        padding-bottom: 10px;
    }

    .padding5-tab {
        padding: 5px;
    }

    .padding-right5-tab {
        padding-right: 5px;
    }

    .padding-left5-tab {
        padding-left: 5px;
    }

    .padding-top5-tab {
        padding-top: 5px;
    }

    .padding-bottom5-tab {
        padding-bottom: 5px;
    }

    .margin10-tab {
        margin: 10px;
    }

    .margin-right10-tab {
        margin-right: 10px;
    }

    .margin-left10-tab {
        margin-left: 10px;
    }

    .margin-top10-tab {
        margin-top: 10px;
    }

    .margin-bottom10-tab {
        margin-bottom: 10px;
    }

    .margin5-tab {
        margin: 5px;
    }

    .margin-right5-tab {
        margin-right: 5px;
    }

    .margin-left5-tab {
        margin-left: 5px;
    }

    .margin-top5-tab {
        margin-top: 5px;
    }

    .margin-bottom5-tab {
        margin-bottom: 5px;
    }

    .float-left-tab {
        float: left;
    }

    .float-right-tab {
        float: right;
    }

    .float-none-tab {
        float: none;
    }

    .display-none-tab {
        display: none;
    }

    .display-block-tab {
        display: block;
    }

    .display-inline-block-tab {
        display: inline-block;
    }
}

.text-align-right-tab {
    text-align: right;
}

.text-align-left-tab {
    text-align: left;
}

.text-align-center-tab {
    text-align: center;
}

.text-align-justify-tab {
    text-align: justify;
}

@media (min-width:960px) {
    .padding10-desk {
        padding: 10px;
    }

    .padding-right10-desk {
        padding-right: 10px;
    }

    .padding-left10-desk {
        padding-left: 10px;
    }

    .padding-top10-desk {
        padding-top: 10px;
    }

    .padding-bottom10-desk {
        padding-bottom: 10px;
    }

    .padding5-desk {
        padding: 5px;
    }

    .padding-right5-desk {
        padding-right: 5px;
    }

    .padding-left5-desk {
        padding-left: 5px;
    }

    .padding-top5-desk {
        padding-top: 5px;
    }

    .padding-bottom5-desk {
        padding-bottom: 5px;
    }

    .margin10-desk {
        margin: 10px;
    }

    .margin-right10-desk {
        margin-right: 10px;
    }

    .margin-left10-desk {
        margin-left: 10px;
    }

    .margin-top10-desk {
        margin-top: 10px;
    }

    .margin-bottom10-desk {
        margin-bottom: 10px;
    }

    .margin5-desk {
        margin: 5px;
    }

    .margin-right5-desk {
        margin-right: 5px;
    }

    .margin-left5-desk {
        margin-left: 5px;
    }

    .margin-top5-desk {
        margin-top: 5px;
    }

    .margin-bottom5-desk {
        margin-bottom: 5px;
    }

    .float-left-desk {
        float: left;
    }

    .float-right-desk {
        float: right;
    }

    .float-none-desk {
        float: none;
    }

    .display-none-desk {
        display: none;
    }

    .display-block-desk {
        display: block;
    }

    .display-inline-block-desk {
        display: inline-block;
    }

    .text-align-right-desk {
        text-align: right;
    }

    .text-align-left-desk {
        text-align: left;
    }

    .text-align-center-desk {
        text-align: center;
    }

    .text-align-justify-desk {
        text-align: justify;
    }
}
/* - End of /Portals/_default/Skins/bpu/css/fixer.css - */
/* - Start of /Portals/_default/Skins/bpu/css/custom.css - */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url("../fonts/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf") format('truetype');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url("../fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf") format('truetype');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}

* {
    margin: 0;
}

html, body {
    height: 100%;
    font-family: 'Open Sans',sans-serif;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.footer, .push {
    height: 4em;
}

.btn.btn-primary {
    font-family: 'Open Sans',sans-serif;
    color: #fff !important;
    border-color: #002878;
    min-width: 175px;
    background-image: none;
    text-decoration: none !important;
    background: #7da651;
    text-align: left !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
}

    .btn.btn-primary:hover {
        color: #fff;
        background: #749d48;
    }

.btn.btn-primary2 {
    font-family: 'Open Sans',sans-serif;
    color: #fff !important;
    border-color: #002878;
    min-width: 450px;
    background-image: none;
    text-decoration: none !important;
    background: #7da651;
    text-align: left !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
    margin-left: 15px !important;
}

.btn.btn.btn-primary2:hover {
    color: #fff;
    background: #749d48;
}

.btn.btn-primary3 {
    font-family: 'Open Sans',sans-serif;
    color: #fff !important;
    border-color: #002878;
    min-width: 270px;
    background-image: none;
    text-decoration: none !important;
    background: #7da651;
    text-align: left !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
}

.btn.btn.btn-primary3:hover {
    color: #fff;
    background: #749d48;
}

.btn.btn-primary4 {
    font-family: 'Open Sans',sans-serif;
    color: #fff !important;
    border-color: #002878;
    min-width: 270px;
    background-image: none;
    text-decoration: none !important;
    background: #7da651;
    text-align: left !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
}

.btn.btn.btn-primary4:hover {
    color: #fff;
    background: #749d48;
}

.CommandButton.btn.btn-primary {
    min-width: none !important;
}

.top-bar-blue {
    background: #3a4a98;
    float: right;
    text-align: center;
    color: #ffffff;
    padding: 20px 7px 10px 7px;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

    .top-bar-blue a {
        color: #ffffff !important;
    }

        .top-bar-blue a:hover {
            text-decoration: underline;
        }

.top-menu {
    float: right;
}

    .top-menu ul {
        margin: 0;
        padding: 0;
    }

        .top-menu ul li {
            display: inline;
            vertical-align: middle;
            position: relative;
            border-right: 0 solid #3a4a98;
            float: left;
            padding: 0 1px !important;
        }

            .top-menu ul li span {
                color: #3a4a98 !important
            }

            .top-menu ul li:last-child {
                margin: 0 0 0 0;
                border-right: 0 solid #ccc;
            }

                .top-menu ul li:last-child a {
                    margin: 0 0 0 0;
                    border-right: 0 solid #ccc;
                    padding: 0 0 0 0;
                }

    .top-menu ul {
        margin-left: 20px !important;
        margin-top: 2px !important;
    }

        .top-menu ul li {
            padding: 0 0 0 0;
            font-family: 'Open Sans',sans-serif;
            font-size: 13px !important;
            font-weight: 800;
            color: #3a4a98 !important;
            letter-spacing: 0.6px !important;
        }

            .top-menu ul li a {
                padding: 0 0 0 0;
                font-family: 'Open Sans',sans-serif;
                font-size: 13px !important;
                font-weight: 800;
                color: #3a4a98 !important;
                letter-spacing: 0.6px !important;
                text-decoration: underline;
            }

                .top-menu ul li a:hover {
                    color: #338acc !important;
                    font-size: 13.2px !important;
                }

            .top-menu ul li span.sep {
                width: 1px;
                height: 12px;
                display: block;
                background: #747474;
                vertical-align: middle;
                margin: 0 7px;
            }

.dropdown-menu > li > a .caret {
    display: none;
}

.dropdown-menu > li > a {
    font-size: 14px !important;
    color: #000000 !important;
    font-family: 'Open Sans',sans-serif;
    font-weight: 200;
}

.other-menu {
    background: #222222;
    padding: 4px 0;
}

    .other-menu ul {
    }

    .other-menu ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .other-menu ul li {
        }

        .other-menu ul li {
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            list-style-type: none;
            border-right: 2px solid #595c61;
        }

            .other-menu ul li:last-child {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-right: 0 solid #595c61;
            }

            .other-menu ul li:before {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
            }

            .other-menu ul li a {
                display: inline-block;
                padding: 10px 62px;
                font-size: 12px;
                color: #fff;
                vertical-align: middle;
                min-height: 49px;
            }

                .other-menu ul li a .ico-one, .other-menu ul li a .ico-two, .other-menu ul li a .ico-three, .other-menu ul li a .ico-four .other-menu ul li a .ico-oneEsp, .other-menu ul li a .ico-twoEsp, .other-menu ul li a .ico-threeEsp, .other-menu ul li a .ico-fourEsp {
                    display: inline-block;
                    vertical-align: middle;
                }

                .other-menu ul li a .ico-one, .other-menu ul li a .ico-oneEsp {
                    height: 21px;
                    width: 33px;
                    background: url("../images/sprite.png") 0 0 no-repeat;
                    margin-right: 10px;
                }

                .other-menu ul li a .ico-two, .other-menu ul li a .ico-twoEsp {
                    height: 30px;
                    width: 21px;
                    background: url("../images/sprite.png") -34px 0 no-repeat;
                    margin-right: 10px;
                }

                .other-menu ul li a .ico-three, .other-menu ul li a .ico-threeEsp {
                    height: 27px;
                    width: 22px;
                    background: url("../images/sprite.png") -56px 0 no-repeat;
                    margin-right: 10px;
                }

                .other-menu ul li a .ico-four, .other-menu ul li a .ico-fourEsp {
                    height: 26px;
                    width: 30px;
                    background: url("../images/sprite.png") -77px 0 no-repeat;
                    margin-right: 10px;
                }

            .other-menu ul li span.sep {
                width: 1px;
                height: 49px;
                display: block;
                background: #595c61;
                vertical-align: middle;
            }

.box-shadow {
    -moz-box-shadow: 0 5px 3px 0 rgba(50,50,50,0.3);
}

.slidingDiv {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 280px;
    border: 1px solid #acc1de;
    z-index: 1;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

i.search-ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/sprite.png") -107px 0 no-repeat;
}

.slideshow {
    margin-bottom: 40px;
}

.space10 {
    width: 100%;
    display: block;
    height: 10px;
}

.space20 {
    width: 100%;
    display: block;
    height: 20px;
}

.space30 {
    width: 100%;
    display: block;
    height: 30px;
}

.space40 {
    width: 100%;
    display: block;
    height: 40px;
}

.icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.con-content {
    display: inline-block;
    vertical-align: top;
}

.container-icon {
}

    .container-icon .title {
        text-align: left;
        color: #fff;
        font-size: 18px;
    }

    .container-icon .content-body {
        text-align: left;
        color: #fff;
        font-size: 18px;
    }

.footer-top {
    background: #000000;
    padding: 10px 0;
}

.mobileOutage {
}

.footer-top {
    background: #323232;
    padding: 10px 0;
}

.footer-bottom {
    background: #313131;
    color: #fff;
    padding: 44px 0;
}

    .footer-bottom a {
        color: #fff;
    }

        .footer-bottom a:hover, .footer-bottom a:active, .footer-bottom a:focus {
            color: #fff;
        }

.top-bar .container {
    position: relative;
}

.margin-bottom {
    margin-bottom: 40px;
}

#SocialTabs {
    padding-top: 30px;
}

.custom-tabpanel {
    border: 1px solid #bababa;
}

#dnn_FooterTopPaneLeft {
}

.innercontent {
    background: #fff url("../images/innerpagecontentbg.jpg") top center repeat-x;
}

#dnnMenu ul li.item.last {
    display: none;
}

ul li.mylogo a {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

.banner_menu {
    background: #232428;
    box-shadow: 0 0 10px 1px rgba(119,119,119,0.75);
    -moz-box-shadow: 0 0 10px 1px rgba(119,119,119,0.75);
    -webkit-box-shadow: 0 0 10px 1px rgba(119,119,119,0.75);
    overflow: hidden;
    margin-bottom: 30px;
}

.innerothermenu ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
}

    .innerothermenu ul li {
        display: block;
    }

        .innerothermenu ul li a {
            display: block;
            text-transform: uppercase;
            padding: 7px;
            color: #fff;
        }

            .innerothermenu ul li a .ico-one, .innerothermenu ul li a .ico-two, .innerothermenu ul li a .ico-three, .innerothermenu ul li a .ico-four {
                display: inline-block;
                vertical-align: middle;
            }

            .innerothermenu ul li a .ico-one {
                height: 37px;
                width: 40px;
                background: url("../images/om.png") 0 0 no-repeat;
                margin-right: 10px;
            }

            .innerothermenu ul li a .ico-two {
                height: 33px;
                width: 40px;
                background: url("../images/vb.png") no-repeat;
                margin-right: 10px;
            }

            .innerothermenu ul li a .ico-three {
                height: 32px;
                width: 40px;
                background: url("../images/pb.png") top left no-repeat;
                margin-right: 10px;
            }

            .innerothermenu ul li a .ico-four {
                height: 30px;
                width: 40px;
                background: url("../images/tu.png") no-repeat;
                margin-right: 10px;
            }

        .innerothermenu ul li span.sep {
            width: 1px;
            height: 49px;
            display: block;
            background: #595c61;
            vertical-align: middle;
        }



    
a {
    color: inherit;
}

.mobile-icon {
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    display: none;
    font-size: 20px;
    font-family: bold;
    margin: 2% 2%;
    position: relative;
    padding-left: 1.25em;
}

    .mobile-icon:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.2em;
        width: 1.2em;
        height: 0.16em;
        background: white;
        box-shadow: 0 0.35em 0 0 white,0 0.7em 0 0 white;
    }

.social ul li a.facebook {
    background: url("../images/social.png") 0 0 no-repeat;
}

.social ul li a.twitter {
    background: url("../images/social.png") -81px 0 no-repeat;
}

.social ul li a.linkedin {
    background: url("../images/social.png") -162px 0 no-repeat;
}

.social ul li a.youtube {
    background: url("../images/social.png") -243px 0 no-repeat;
}

.xs-search {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 28px;
    font-size: 24px;
}

img#dnn_dnnLogo_imgLogo {
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -6em;
}

.footer, .push {
    height: 4em;
}

.top-bar {
    border-bottom: 1px solid #acc1de;
    padding: 10px;
    margin: 0;
}

.top-menu {
    float: right;
}

    .top-menu ul {
        margin: 0;
        padding: 0;
    }

        .top-menu ul li:last-child {
            margin: 0 0 0 0;
            border-right: 0 solid #ccc;
        }

            .top-menu ul li:last-child a {
                margin: 0 0 0 0;
                border-right: 0 solid #ccc;
                padding: 0 0 0 0;
            }

        .top-menu ul li span.sep {
            width: 1px;
            height: 12px;
            display: block;
            background: #777777;
            vertical-align: middle;
            margin: 0 7px;
        }

.other-menu {
    background: #222222;
    padding: 4px 0;
}

.mobileOutage {
    display: none;
}

.other-menu ul {
}

.other-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .other-menu ul li {
    }

    .other-menu ul li {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        list-style-type: none;
        border-right: 2px solid #595c61;
    }

        .other-menu ul li:last-child {
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            list-style-type: none;
            border-right: 0 solid #595c61;
        }

        .other-menu ul li:before {
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            list-style-type: none;
        }

        .other-menu ul li a {
            display: inline-block;
            padding: 10px 56px;
            font-size: 16px;
            vertical-align: middle;
            min-height: 49px;
            text-transform: uppercase;
            line-height: 27px;
        }

            .other-menu ul li a .ico-one, .other-menu ul li a .ico-two, .other-menu ul li a .ico-three, .other-menu ul li a .ico-four, .other-menu ul li a .ico-oneEsp, .other-menu ul li a .ico-twoEsp, .other-menu ul li a .ico-threeEsp, .other-menu ul li a .ico-fourEsp {
                display: inline-block;
                vertical-align: middle;
            }

            .other-menu ul li a .ico-oneEsp, .other-menu ul li a .ico-one {
                height: 37px;
                width: 28px;
                background: url("../images/om.png") no-repeat;
                margin-right: 10px;
            }

            .other-menu ul li a .ico-twoEsp, .other-menu ul li a .ico-two {
                height: 37px;
                width: 28px;
                background: url("../images/vb.png") no-repeat;
                margin-right: 10px;
            }

            .other-menu ul li a .ico-threeEsp, .other-menu ul li a .ico-three {
                height: 37px;
                width: 28px;
                background: url("../images/pb.png") no-repeat;
                margin-right: 10px;
            }

            .other-menu ul li a .ico-fourEsp, .other-menu ul li a .ico-four {
                height: 37px;
                width: 28px;
                background: url("../images/tu.png") no-repeat;
                margin-right: 10px;
            }

        .other-menu ul li span.sep {
            width: 1px;
            height: 49px;
            display: block;
            background: #595c61;
            vertical-align: middle;
        }

.box-shadow {
    -moz-box-shadow: 0 5px 3px 0 rgba(50,50,50,0.3);
}

.slidingDiv {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 280px;
    border: 1px solid #acc1de;
    z-index: 1;
    right: 50px;
    bottom: 0;
    z-index: 999999;
}

#search .searchInputContainer {
    display: block !important;
    margin: 0 !important;
    position: absolute !important;
}

i.search-ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/sprite.png") -107px 0 no-repeat;
}

.slideshow {
    margin-bottom: 80px;
}

.space10 {
    width: 100%;
    display: block;
    height: 10px;
}

.space20 {
    width: 100%;
    display: block;
    height: 20px;
}

.space30 {
    width: 100%;
    display: block;
    height: 30px;
}

.space40 {
    width: 100%;
    display: block;
    height: 40px;
}

.icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.con-content {
    display: inline-block;
    vertical-align: top;
}

.container-icon {
}

    .container-icon .title {
        text-align: left;
        color: #fff;
        font-size: 18px;
    }

    .container-icon .content-body {
        text-align: left;
        color: #fff;
        font-size: 18px;
    }

.footer-top {
    background: #000000;
    padding: 16px 0;
}

.mobileOutage {
    background: #323232;
    padding: 16px 0;
}

.footer-bottom {
    background: #313131;
    color: #fff;
    padding: 44px 0;
}

    .footer-bottom a {
        color: #fff;
    }

        .footer-bottom a:hover, .footer-bottom a:active, .footer-bottom a:focus {
            color: #fff;
        }

.top-bar .container {
    position: relative;
}

.margin-bottom {
    margin-bottom: 40px;
}

#SocialTabs {
    padding-top: 30px;
}

.custom-tabpanel {
    border: 1px solid #bababa;
}
    .custom-tabpanel .tab-content {
        padding: 10px 15px;
    }

#dnn_FooterTopPaneLeft {
}

    #dnn_FooterTopPaneLeft:after {
    }

    #dnn_FooterTopPaneLeft .IconContainerBody:after {
        content: "";
        background: #777;
        width: 2px;
        height: 79px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: -8px;
    }

#dnn_FooterTopPaneRight .IconContainerBody {
    padding-left: 20px;
}

.content-area {
    background: #fff url("../images/innerpagecontentbg.jpg") top center repeat-x;
}

#dnnMenu ul li.item.last {
    display: none;
}

ul li.mylogo a {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}



    

a {
    color: inherit;
}

li.dropdown {
    padding: 0;
}

.mobile-icon {
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    display: none;
    font-size: 20px;
    font-family: bold;
    margin: 2% 2%;
    position: relative;
    padding-left: 1.25em;
}

    .mobile-icon:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.2em;
        width: 1.2em;
        height: 0.16em;
        background: white;
        box-shadow: 0 0.35em 0 0 white,0 0.7em 0 0 white;
    }

.social ul li a.facebook {
    background: url("../images/social.png") 0 0 no-repeat;
}

.social ul li a.twitter {
    background: url("../images/social.png") -81px 0 no-repeat;
}

.social ul li a.linkedin {
    background: url("../images/social.png") -162px 0 no-repeat;
}

.social ul li a.youtube {
    background: url("../images/social.png") -243px 0 no-repeat;
}

li.mylogo {
    margin-bottom: 0;
    background: #fff;
    padding: 0;
    margin-top: -36px !important;
}

.xs-search {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 20px;
    font-size: 24px;
}

img#dnn_dnnLogo_imgLogo {
    width: 100%;
}

.mobile-brand {
    display: none;
}

.news {
}

    .news ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .news ul li {
            display: block;
            margin-bottom: 15px;
        }

            .news ul li h2 {
                margin: 0 0 15px 0;
                padding: 0;
                font-size: 18px;
                line-height: 18px;
                color: #757575;
            }

            .news ul li p {
                font-size: 12px;
                color: #372f2b;
                display: inline;
                line-height: 18px;
            }

            .news ul li a {
                display: inline;
                margin-left: 5px;
                color: #000;
            }

            .news ul li .date {
                float: right;
                font-size: 11px;
                color: #777;
                margin-top: 13px;
                font-family: 'Tahoma';
            }

#slideshow ul {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

#slideshow li {
    height: 100%;
    left: 0;
    list-style: outside none none;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

    #slideshow li.active {
        opacity: 1 !important;
    }

    #slideshow li a {
        display: block;
    }

        #slideshow li a img {
            display: block;
            height: 100% !important;
            width: 100%;
        }

#slideshow {
    height: 350px;
    position: relative;
    margin-left: 20px;
    margin-top: 60px;
}

    #slideshow DIV {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        opacity: 0.0;
        height: 350px;
        background-color: #FFF;
    }

        #slideshow DIV.active {
            z-index: 10;
            opacity: 1.0;
        }

        #slideshow DIV.last-active {
            z-index: 9;
        }

        #slideshow DIV IMG {
            height: 350px;
            display: block;
            border: 0;
            margin-bottom: 10px;
        }

.social-share {
    margin-top: 8px;
}

    .social-share a {
        text-decoration: none;
    }

#tabs_wrapper {
    width: 100%;
    margin-top: 0;
    display: block;
    border: 1px solid #ccc;
    height: 422px;
    overflow: hidden;
}

#tabs_container {
    margin-left: 0;
}

#tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    font: 0.75em;
    background: #272c7d;
    background: -moz-linear-gradient(left,#272c7d 50%,#466faf 80%,#4e8abe 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#272c7d),color-stop(80%,#466faf),color-stop(100%,#4e8abe));
    background: -webkit-linear-gradient(left,#272c7d 50%,#466faf 80%,#4e8abe 100%);
    background: -o-linear-gradient(left,#272c7d 50%,#466faf 80%,#4e8abe 100%);
    background: -ms-linear-gradient(left,#272c7d 50%,#466faf 80%,#4e8abe 100%);
    background: linear-gradient(to right,#272c7d 50%,#466faf 80%,#4e8abe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272c7d',endColorstr='#4e8abe',GradientType=1 );
    overflow: hidden;
}

    #tabs li {
        display: inline-block;
        float: left;
    }

        #tabs li a {
            padding: 17px 15px;
            text-decoration: none;
            border-bottom: none;
            outline: none;
            -moz-border-radius: 5px 5px 0 0;
            color: #fff;
            font-size: 12px;
            font-weight: normal;
            text-transform: uppercase;
            padding-right: 10px;
            display: block;
            min-width: 130px;
        }

        #tabs li.active a {
            background-color: #fff;
            color: #757575;
        }

        #tabs li a.icon_accept {
        }

        #tabs li.active a:hover {
            background-color: #FFF;
        }

        #tabs li a.icon_accept:hover {
        }

        #tabs li + li a.icon_accept {
        }

        #tabs li a:hover {
            color: #757575;
        }

#tabs_content_container {
    border: none;
    border-top: none;
    background-color: #fff;
    font-size: 12px;
}

    #tabs_content_container iframe {
    }

.tab_content {
    display: none;
}

.uiStreamStory .storyContent .storyInnerContent {
    margin-left: 0;
}

.uiStreamStory .mainWrapper {
    margin-right: 0 !important;
}

.phm.pluginLikeboxStream {
    height: 251px !important;
}

#facebook, .tab2 {
    font-size: 12px;
}

    .tab2 .messageBody, #facebook .messageBody span {
        font-size: 12px !important;
    }

    .tab2 a img {
        height: 32px;
        width: 32px;
    }

    .tab2 .-cx-PRIVATE-uiSquareImage__large {
        height: 32px !important;
        width: 32px !important;
    }

    .tab2 .uiStreamStory .storyContent .storyInnerContent {
        margin-left: 37px !important;
    }

    .tab2 .uiStreamHomepage .uiStreamStory:first-child .mainWrapper {
        margin-right: 0;
    }

.copyright .SkinObject, .copyright a.SkinObject {
    font-family: 'Open Sans',sans-serif;
}


    .wrapper.espanol .sy-slides-wrap {
        position: relative;
        height: auto !important;
        width: 100%;
    }

    .wrapper.espanol .other-menu ul li a {
        padding: 10px 1.5em;
    }

.image-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

span.content-left {
    display: block;
}

.videoThumbsDiv .row > div:nth-child(3n) {
    clear: right;
}

.videoThumbsDiv .vdo-box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

    .videoThumbsDiv .vdo-box span {
        min-height: 3em;
    }

span.call-email, span.call-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.wrapper.espanol .innerothermenu {
}

    .wrapper.espanol .innerothermenu ul {
    }

        .wrapper.espanol .innerothermenu ul li a {
            padding: 7px 0;
            font-size: 12px;
        }

.uiScaledImageContainer {
    width: 100% !important;
}

div#u_0_0 > div {
    width: 100% !important;
}

div#dnn_FooterTopPaneLeftXS {
    border-right: 2px solid #797979;
}

span.phone-icon {
    display: inline-block;
    margin-right: 5px;
}

a.fancybox {
    color: #000;
    font-size: 12px;
}

    a.fancybox img {
        margin-bottom: 10px;
    }

.customCollapsebtn h3 {
    margin: 0 0 20px 0 !important;
    display: block !important;
    font-size: 24px !important;
    color: #1f356e !important;
    line-height: 24px !important;
    text-transform: uppercase;
}

a.customCollapsebtn {
    text-decoration: none !important;
    cursor: default;
}

    a.customCollapsebtn:hover {
        text-decoration: none !important;
    }

.our-team .col-sm-4.text-center span {
    display: block;
    min-height: 4em;
}

a:visited {
    color: #337ab7;
}

.footer-bottom a, .footer-bottom a:active, .footer-bottom a:hover, .footer-bottom a:focus, .footer-bottom a:visited {
    color: #fff;
    text-decoration: underline;
}

.customPanel .panel-default > .panel-heading {
    border: 0 solid transparent;
    border-radius: 0;
    background-color: #999;
    color: #fff;
}

.customPanel .panel.panel-default {
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
}

.customIcons .glyphicon {
    color: #263778;
}

ul.customUl {
    padding-left: 30px;
    margin-left: 0;
    list-style-type: disc;
}

.Normal > table th, .Normal > table td {
    padding: 2px;
}

a#dnn_ctr540_Events_EventMonth_lnkToday {
    text-decoration: underline;
}

a#dnn_ctr540_Events_EventMonth_CmdGoToDate {
    text-decoration: underline;
}

div#dnn_ctr1132_Events_EventMonth_pnlDateControls a {
    text-decoration: underline;
    font-size: 14px;
}

.customPanel a {
    color: #fff !important;
}

.switchSites {
    display: none !important;
}

.banner_menu .col-sm-3 {
    float: right;
}

@media (max-width:1200px) {
    .innerothermenu ul li a {
        padding: 5px;
    }
}

.CustomRequiredValidator {
    color: #f00;
    width: 100%;
    margin: 2px 0;
    text-align: left;
    float: left;
    font-size: 12px;
}

.searchInputContainer {
    display: inline-block !important;
    margin: 0 0 0 0 !important;
    position: relative !important;
    float: right !important;
    margin-top: 10px !important;
}

.blue-bar-m {
    background-color: #3a4a98 !important;
    display: inline-block;
    text-align: center !important;
    color: #ffffff;
    padding: 6px 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    font-weight: 700;
    border-right: 1px solid #d8d8d8;
    min-width: 50% !important;
    margin: 0 0;
}

    .blue-bar-m a {
        color: #ffffff !important;
    }

        .blue-bar-m a:hover {
            text-decoration: underline;
        }

.blue-bar-m-2 {
    background-color: #3a4a98 !important;
    display: block;
    text-align: center !important;
    color: #ffffff;
    padding: 6px 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-left: -1px !important;
}

    .blue-bar-m-2 a {
        color: #ffffff !important;
    }

        .blue-bar-m-2 a:hover {
            text-decoration: underline;
        }

.topButton {
    background: url("../images/topbutton-bg.jpg") top repeat-x;
    height: 45px;
    padding: 10px 0 0 30px;
}

.t-cont-1 {
    display: inline;
    text-align: left !important;
    padding: 0 0 !important;
}

.t-cont-2 {
    display: inline;
    text-align: left !important;
    padding: 0 0 !important;
}

.t-cont-3 {
    display: inline;
    text-align: left !important;
    max-width: 30% !important;
    padding: 0 0 !important;
}

.t-cont-1 h6 {
    display: inline;
    font-family: "Open Sans",sans-serif;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    margin-left: 4px;
}

.t-cont-2 h6 {
    display: inline;
    font-family: "Open Sans",sans-serif;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-left: 0 !important;
}

.icontext {
    font-family: "Open Sans",sans-serif;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 12px;
}

.t-cont-3 h6 {
    display: inline;
    font-family: "Open Sans",sans-serif;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-left: 0 !important;
}

.t-cont-1 h6 a {
    color: #ffffff !important;
	text-decoration: none;
	font-size: 8px !important;
}

.t-cont-2 h6 a {
    color: #ffffff !important;
    text-decoration: none;
	font-size: 8px !important;
}

.t-cont-3 h6 a {
    color: #ffffff !important;
    text-decoration: none;
	font-size: 8px !important;
}

.t-cont-4 h6 a {
    color: #ffffff !important;
    text-decoration: none;
	font-size: 8px !important;
}

.t-cont-2 img {
    margin-left: -5px !important;
}

.t-cont-3 img {
    margin-left: -5px !important;
}


.blueBG {
    background: url("../images/blueBg.png") repeat-x top left;
    height: 80px;
}

.headerBottom {
    text-align: center;
}

.headerBottom {
    display: inline !important;
    font-family: "Open Sans",sans-serif !important;
    color: #ffffff !important;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 25px;
    padding-left: 35px;
}

    .headerBottom img {
        margin-right: 20px !important;
    }

    .headerBottom span h3 {
        display: inline !important;
        font-family: "Open Sans",sans-serif !important;
        color: #ffffff !important;
        font-weight: Normal;
        line-height: 1.2em;
    }

    .headerBottom h3 {
        display: inline !important;
        font-family: "Open Sans",sans-serif !important;
        color: #ffffff !important;
        font-weight: Normal;
        line-height: 1.2em;
    }

    .headerBottom a {
        font-family: "Open Sans",sans-serif !important;
        color: #ffffff !important;
        font-weight: bold;
        line-height: 3.2em;
        font-size: 25px;
        padding-left: 10px;
    }

        .headerBottom a:hover {
            color: #cccccc !important;
        }

.blueBG {
    background: url("../images/blueBg.png") repeat-x top left;
    height: 80px;
}

.greenBG {
    background: #7da651;
    max-height: 220px;
    padding: 10px;
}

.newsBG {
    background: url("../images/news-bg.jpg") no-repeat top center;
    height: 422px;
}

.footerBg {
	background-color: #1a1a1a;
	/*
	pms20211020
    background-color: #1a1a1a;
    background-color: #FF0000;
	*/
	
    padding: 35px 10px 10px 10px;
    width: 100% !important;
}

    .footerBg a {
        color: #fff !important;
    }

        .footerBg a:hover {
            text-decoration: underline;
        }

    .footerBg span {
        color: #fff !important;
    }

        .footerBg span a {
            color: #fff !important;
        }

    .footerBg p {
        font-family: "Open Sans",sans-serif !important;
        color: #ffffff !important;
        text-align: center;
        font-size: 12px;
        line-height: 19px;
    }

    .footerBg ul {
        list-style: none;
        display: block;
    }

        .footerBg ul li a {
            list-style: none;
            font-family: "Open Sans",sans-serif;
            color: #ffffff !important;
            font-weight: Normal;
            line-height: 30px;
            font-size: 16px;
            text-transform: uppercase;
        }

            .footerBg ul li a:hover {
                color: #EBEBEB;
            }

.footerBgIE {
    background-color: #1a1a1a;
    padding: 35px 10px 10px 10px;
    width: 100% !important;
    margin-top: -10px;
    /* position: relative; */
    z-index: 999;
}

    .footerBgIE span {
        color: #fff !important;
    }

.footerBg span a {
    color: #fff !important;
}

.footerBgIE p {
    font-family: "Open Sans",sans-serif !important;
    color: #ffffff !important;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
}

.footerBgIE ul {
    list-style: none;
    display: block;
}

    .footerBgIE ul li a {
        list-style: none;
        font-family: "Open Sans",sans-serif;
        color: #ffffff !important;
        font-weight: Normal;
        line-height: 30px;
        font-size: 16px;
        text-transform: uppercase;
    }

        .footerBgIE ul li a:hover {
            color: #EBEBEB;
        }

.newsletter-button {
    text-align: left;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #ffffff;
    border: none;
    color: #999999;
    padding: 5px 15px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
}

.socialIconSet {
    color: #fff !important;
    font-size: 32px !important;
    display: inline-flex !important;
    margin-left: 20px !important;
    margin-top: 8px !important;
}

    .socialIconSet ul {
        display: inline !important;
        color: #fff !important;
        font-size: 24px !important;
        list-style: none;
    }

        .socialIconSet ul li {
            display: inline !important;
            color: #fff !important;
            font-size: 36px !important;
            list-style: none;
            padding: 0 0 0 10px !important;
        }

.iconSo {
    font-size: 24px !important;
}

.newsMobile {
    text-align: center;
}

.footerLinksMob2 {
    display: inline-block !important;
    color: #ffffff !important;
    padding: 0 50px;
    text-align: center !important;
}

    .footerLinksMob2 a {
        font-family: "Open Sans",sans-serif !important;
        color: #ffffff !important;
        font-weight: Normal;
        font-size: 12px;
    }

        .footerLinksMob2 a:hover {
            color: #ccc !important;
        }

    .footerLinksMob2 span {
        margin-left: 0 !important;
    }

.footerLinks {
    display: inline-block !important;
    width: 50%;
    color: #fff !important;
}

    .footerLinks span {
        color: #fff !important;
    }

    .footerLinks a {
        font-family: "Open Sans",sans-serif !important;
        color: #ffffff !important;
        font-weight: Normal;
        font-size: 12px;
    }

        .footerLinks a:hover {
            color: #ccc !important;
        }

.footerCopyright {
    display: inline-block !important;
    float: right !important;
    width: 50%;
    text-align: left !important;
    font-family: "Open Sans",sans-serif !important;
    color: #ffffff !important;
    font-weight: Normal;
    font-size: 12px;
    padding-left: 8px;
}

.footerLinkMob {
    border: 1px solid #7ccbfa;
    padding: 10px;
    margin: 14px 20px 20px 20px;
    text-align: center;
}

    .footerLinkMob a {
        text-align: center;
        color: #7ccbfa;
        text-decoration: none;
    }

        .footerLinkMob a:hover {
            text-align: center;
            color: #7ccbfa;
            text-decoration: underline;
        }

#dnn_dnnSEARCH_txtSearch.NormalTextBox {
    font-family: "Open Sans",sans-serif !important;
    font-size: 11px !important;
    margin-left: 11px !important;
    height: 22px;
    /* background: transparent; */
    background: white;
    width: 155px !important;
    color: #8a8a8a;
    padding: 0 20px;
    border: 1px solid #d5d5d5;
    cursor: text;
    float: left;
    margin-top: 4px;
}

a#dnn_dnnSearch_cmdSearch {
    position: relative;
    right: -30px;
    top: 15px;
    line-height: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    color: #f00;
    text-align: right;
    float: right;
    font-size: 12px;
}

.searchInputContainer {
    border: 0 solid #b6b5b5;
}

.SearchButton {
    display: inline-block;
    float: right;
    height: 24px;
    width: 18px;
    margin: 14px -30px 0 0 !important;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.SearchButtonM {
    display: inline-block;
    float: right;
    height: 24px;
    width: 18px;
    margin: 0 20px 0 0 !important;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.bannerPane {
    max-width: 100% !important;
}

.topPane1 {
    display: inline-block !important;
    float: left;
    width: 30%;
    border-right: 1px solid #ffffff;
}

.topPane2 {
    display: inline-block !important;
    float: left;
    width: 39%;
    border-right: 1px solid #ffffff;
}

.topPane3 {
    display: inline-block !important;
    float: left;
    width: 30%;
}

.greenPane1 {
    display: inline-block !important;
    float: left;
    width: 25%;
}

.greenPane2 {
    display: inline-block !important;
    float: left;
    width: 25%;
}

.greenPane3 {
    display: inline-block !important;
    float: left;
    width: 25%;
}

.greenPane4 {
    display: inline-block !important;
    float: left;
    width: 25%;
}

.greenPane5 {
    display: inline-block !important;
    float: left;
    width: 100%;
}

.servicePane {
}

.servicePane1 {
    display: inline-block !important;
    float: left;
    width: 25%;
}

.servicePane2 {
    display: inline-block !important;
    float: left;
    width: 25%;
}

.servicePane3 {
    display: inline-block !important;
    float: left;
    width: 25%;
}

.servicePane4 {
    display: inline-block !important;
    float: left;
    width: 25%;
}

.servicePane100 {
    text-algin: left;
    padding: 0;
    margin: 30px 0 0 0;
}

    .servicePane100 p {
        font-family: "Open Sans",sans-serif !important;
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: 19px;
        color: #222222;
        text-align: left;
        margin-top: 22px;
    }

.greenNewsPane {
    display: inline-block !important;
    float: left;
    width: 50%;
    padding: 20px !important;
}

.blueLatestNewsPane {
    display: inline-block !important;
    float: left;
    width: 50%;
}

.footerPane1 {
    display: inline-block !important;
    float: left;
    width: 32%;
}

.footerPane2 {
    display: inline-block !important;
    float: left;
    width: 17%;
}

.footerPane3 {
    display: inline-block !important;
    float: left;
    width: 17%;
}

.footerPane4 {
    display: inline-block !important;
    float: left;
    width: 20%;
}

.footerPane5 {
    display: inline-block !important;
    float: left;
    width: 92%;
}

.bread_cmb_link {
    font-family: "Open Sans",sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #2a2a2a !important;
    text-transform: uppercase;
    padding-top: 13px !important;
    display: inline-block;
}

.thankYouBG {
    background-color: #7da651;
    min-height: 243px !important;
    width: 100%;
    right: 0;
    position: relative;
    top: 10px;
    margin-bottom: 95px;
    z-index: 41;
}

.siteMapImg {
    background: url("../images/siteMapImg.jpg") right repeat-x !important;
    min-height: 312px !important;
    max-width: 544px;
    position: relative;
    top: 60px;
    right: -575px;
}

.inn-banner {
    display: block;
    height: 115px;
    background-color: #3a4b98;
}

    .inn-banner img {
        max-width: 100% !important;
        height: auto !important;
    }

.title {
    font-family: "Open Sans",sans-serif !important;
    font-weight: bold;
    padding: 36px 0 0 0 !important;
    font-size: 30px;
    color: #fff;
}

.inn-bannerPaneLeft {
    float: left;
    width: 58%;
    padding-left: 14px !important;
    text-transform: uppercase;
}

.inn-bannerPane img {
    max-width: 100% !important;
    height: 115px !important;
}

.bottomHead {
    padding: 200px 0 0 70px;
}

.BottomFull1 {
    border: 2px solid #f00;
}

.ffBG {
    background: url("../images/ff-bg2.jpg") top center no-repeat;
    height: 425px;
    background-size: cover;
}

.smBG {
    background: url("../images/sm-bg2.jpg") top center no-repeat;
    height: 425px;
    background-size: cover;
}

.greenImage {
    background: url("../images/fast-fact-img.png") top no-repeat;
    min-height: 315px;
    min-width: 446px;
    position: absolute;
}

.greenBG {
    background-color: #7ca650;
    padding: 10px;
}

.greenFFimg {
    background: url("../images/fast-fact-img.png") top center no-repeat;
    padding: 10px;
}

.innerPaneCal {
    background: #ebebeb url("../images/calender-bg.jpg") repeat-x top left;
}

.mapCont {
    min-width: 390px !important;
    min-height: 225px;
}

.InnerLeftPanefullContact {
    background: url("../images/contact_us_blue.jpg") #3d549c top right no-repeat !important;
    background-size: cover !important;
}

.InnerRightPane {
    margin-top: 96px !important;
    margin-left: -15px;
}

.InnerRightGreenPane {
    margin-top: 96px !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.logoPro {
    margin-left: -15px !important;
    margin-top: 30px !important;
}

.content {
    height: auto;
    min-height: 100px;
    overflow: hidden;
    transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    border-top: 1px solid #e9e9e9;
    padding: 0;
    margin: 0;
}

.boxNews {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
}

    .boxNews h4 {
        font-weight: normal;
        font-size: 14px;
        color: #555555;
        line-height: 15px;
        padding: 12px 18px;
        margin: 0;
    }

.content p {
    font-weight: normal;
    font-size: 12px;
    color: #555555;
    line-height: 13px;
    text-align: left;
    padding: 10px;
}

.boxNews a {
    font-family: 'MYRIADPROREGULAR';
    font-weight: normal;
    font-size: 12px;
    color: #555555;
    line-height: 14px;
    text-align: left;
}

    .boxNews a:hover {
        text-decoration: underline;
    }

.boxNews img {
    margin-right: 15px;
    margin-bottom: 25px;
    float: left;
}

.upArrow {
    background: url("../images/up.jpg") no-repeat;
    background-position: right 10px;
    cursor: pointer;
}

.openBox .upArrow {
    background-image: url("../images/down.jpg");
}

.openBox .content {
    min-height: 0;
    height: 0;
}

.InnFullMobilePane {
    background-color: #f0f;
    height: 6px;
}

.parentsBR {
    display: table !important;
    height: 115px !important;
    text-align: left !important;
    color: #fff;
    font-family: Open Sans",sans-serif" !important;
    font-weight: bold;
    padding: 0 0 0 15px !important;
    font-size: 25px;
}

.parents {
    display: table !important;
    height: 115px !important;
    text-align: left !important;
    color: #fff;
    font-family: Open Sans",sans-serif" !important;
    font-weight: bold;
    padding: 0 0 0 15px !important;
    font-size: 30px;
}

.child {
    display: table-cell !important;
    vertical-align: middle !important;
}

    .child h3 {
        font-family: Open Sans",sans-serif" !important;
        font-weight: bold !important;
        font-size: 25px !important;
        text-transform: uppercase !important;
    }

.leadimg {
    margin-left: 14px;
}

    .leadimg img {
    }

.TeamEx {
    margin-left: -15px !important;
}

.TeamEx2 {
    margin-left: -15px !important;
}

.paddingTop90 {
    padding-top: 90px !important;
}

.paddingTop75 {
    padding-top: 75px !important;
}

.InnerRightFooterPane {
    background: url("../images/till-footer.jpg") top center repeat-y !important;
    height: 100% !important;
}

.glyphicon-chevron-right {
    display: none;
}

.mainContainer {
    max-width: 492px;
    float: right;  
    margin-right: 85px; 
    margin-top: 36px; 
}

@media (min-width:640px) and (max-width:767px) {
    .t-cont-2 h6 {
        display: inline;
        font-family: "Open Sans",sans-serif;
        color: #ffffff !important;
        font-weight: 700;
        font-size: 12px;
        line-height: 31px;
        margin-left: 7px !important;
    }

    .t-cont-3 h6 {
        display: inline;
        font-family: "Open Sans",sans-serif;
        color: #ffffff !important;
        font-weight: 700;
        font-size: 12px;
        line-height: 31px;
        margin-left: 7px !important;
    }
}

@media (min-width:320px) and (max-width:768px) {
    .searchBoxPro {
        margin-bottom: 0 !important;
        margin-top: -1px !important;
    }

    .searchMediaTxt {
        min-width: 100% !important;
        margin-left: 2px !important;
        margin-top: -2px !important;
    }

    searchBoxPro input[type=button], .searchBoxPro input[type=submit], .searchBoxPro input[type=reset] {
        width: 100% !important;
    }

    .searchMediaBtn {
        background: url("../images/search-btn.jpg") top left no-repeat #b3b2b7 !important;
        width: 100% !important;
        height: 30px;
    }

    .dateCont {
        float: left;
        width: 30%;
    }

    .disCont {
        width: 100%;
    }

    .inn-bannerPane img {
        max-width: 100% !important;
        height: auto !important;
    }

    .InnerRightPane img {
        max-width: 100% !important;
        height: auto !important;
    }

    .InnerRightGreenPane img {
        max-width: 100% !important;
        height: auto !important;
    }

    .InnerLeftPane img {
        max-width: 100% !important;
        height: auto !important;
    }

    .footerBg {
        background-color: #1a1a1a;
        padding: 35px 10px 10px 10px;
        width: 100% !important;
    }

    .ffBG {
        background: url("../images/spacer.gif") repeat !important;
    }

    .smBG {
        background: url("../images/spacer.gif") repeat !important;
    }

    .ToggledContentCont4 {
    }

    h2.ToggledContentContTitle4 {
        background: #dadadc;
        line-height: 1;
        text-transform: capitalize;
        padding-left: 4px;
        margin-left: -15px;
        max-width: 100% !important;
    }

    .ToggledContentContBody4 {
        margin-right: 0 !important;
    }

        .ToggledContentContBody4 ul {
            display: block;
            list-style: none;
            margin-left: 1px;
        }

            .ToggledContentContBody4 ul li {
                list-style: disc;
                color: #1d1d1d;
                font-family: "Open Sans",sans-serif !important;
                font-size: 12px;
                font-weight: normal;
                padding: 0 !important;
            }

    h2.ToggledContentContTitle2 {
        background: #dadadc;
        line-height: 1;
        text-transform: capitalize;
        padding-left: 4px;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .ToggledContentContBody2 p {
        list-style: none;
        color: #1d1d1d;
        font-family: "Open Sans",sans-serif !important;
        font-size: 12px;
        font-weight: normal;
        padding: 10px 0 0 0 !important;
    }

    .ToggledContentContBody2 ul {
        display: block;
        list-style: none;
    }

        .ToggledContentContBody2 ul li {
            list-style: none;
            color: #1d1d1d;
            font-family: "Open Sans",sans-serif !important;
            font-size: 12px;
            font-weight: normal;
            padding: 10px 0 0 0 !important;
            margin-left: -7px;
        }

    .newsLetterblueContent {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 22px !important;
        color: #3a4a98 !important;
        text-align: left !important;
    }

    .careerCont {
        text-align: center !important;
    }

        .careerCont img {
            text-align: center !important;
        }

    .GreyFullWidthCareer {
        background: #ebebeb;
        padding: 5px 0;
        text-align: center !important;
    }

    .InnerLeftPanefullContact {
        background: url("../images/contact_us_blue.jpg") #3d549c top left no-repeat !important;
        background-size: cover !important;
    }

    .GreyCalendarContent2 {
        text-align: left;
    }

        .GreyCalendarContent2 p {
            padding: 5px 0 !important;
        }

    .calendarBoardofDirCont {
        text-align: left;
    }

    .spaceImg {
        margin-left: -5px;
        margin-right: 5px;
    }

    .allSpaceImg {
        text-align: center !important;
    }

    .perv1 {
        margin-left: 265px !important;
        margin-top: 32px !important;
        position: absolute !important;
        z-index: 9999 !important;
    }

    .next1 {
        margin-left: 236px !important;
        margin-top: 32px !important;
        position: absolute !important;
        z-index: 999999 !important;
    }

    .arrowTop {
        margin-top: -12px !important;
        position: absolute;
        float: right !important;
        text-align: right;
        right: 0;
    }

    .mobileArrow {
        margin-top: -40px !important;
        margin-left: 0 !important;
    }

    .greenCell {
        min-height: 30px !important;
        background: #7da651;
        padding: 5px 10px;
        margin-top: 10px;
        margin-left: 0;
    }

    .greenBG {
        background: #7da651;
        min-height: 151px;
        margin-top: -130px;
        text-align: center !important;
    }

    .greenbgsm {
        background: #7da651;
        min-height: 151px;
        text-align: center !important;
    }

        .greenbgsm img {
            background: #7da651;
            min-height: 151px;
            text-align: center !important;
            margin-top: -130px !important;
        }

    .InnerRightPane img {
        max-width: 100% !important;
        height: auto !important;
        top: 0;
        position: relative;
        z-index: 99;
    }

    .InnerRightGreenPane img {
        max-width: 100% !important;
        height: auto !important;
        top: 0;
        position: relative;
        z-index: 99;
    }

    .InnerRightGreenPane .newsLetterNoTitleContent {
        padding: 0 0 0 0;
    }

    .newsLetterNoTitleContent p {
        font-family: "Open Sans",sans-serif !important;
        font-weight: normal;
        font-size: 12px !important;
        color: #1d1d1d;
        padding: 0 0 0 0;
        margin: 0;
        letter-spacing: 0.2px;
    }

    .NewsCont3Content {
        padding: 12px 0 10px 6px
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .topText {
        margin-right: 17px !important;
    }

    .greenWithOutIcon {
        background: #7da651;
        min-height: auto;
        width: 100%;
        margin-left: 0 !important;
        margin-top: -30px !important;
    }

    .Container2Top {
        text-align: center !important;
    }
}

@media screen and (max-width:720px) {
    .cnt1_heading {
        font-family: "Open Sans",sans-serif !important;
        font-size: 19.2px !important;
        font-weight: bold !important;
        color: #282882 !important;
        text-align: center !important;
        padding: 0 0 !important;
    }

    .Container1 {
        text-align: left !important
    }

        .Container1 p {
            font-family: "Open Sans",sans-serif !important;
            font-size: 15.75px !important;
            color: #222222 !important;
            text-align: left !important;
            line-height: 20px !important;
            margin-top: 0 !important;
            padding: 15px 0 !important;
            letter-spacing: 0.1px;
        }

    .Container3 ul {
        list-style: none;
    }

        .Container3 ul li {
            font-family: "Open Sans",sans-serif !important;
            font-style: normal;
            font-weight: 400;
            font-size: 12px !important;
            color: #1d1d1d !important;
            text-align: left !important;
            line-height: 19px !important;
        }

    .Container3 p {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 19px !important;
        margin-top: 25px;
        padding-right: 0 !important;
    }

    .Container3 span {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 19px !important;
        margin-top: 25px;
        padding-right: 0 !important;
    }

    .Container3 img {
        max-width: 100% !important;
        height: auto !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .InnerRightGreenPane {
        margin-top: 10px !important;
    }

    .mapCont {
        min-width: 100% !important;
        min-height: 225px;
    }

    .greenIcon {
        margin-left: 0 !important;
    }

    .greenIcon2 {
        margin-left: 0 !important;
    }

    .greenIcon4 {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width:769px) and (max-width:990px) {
    .ffBG {
        background: none !important;
    }

    .greenBG {
        background: #7da651;
        min-height: 151px;
        margin-top: -130px;
        text-align: center !important;
        z-index: -1;
    }

    .InnerRightGreenPane {
        margin-top: 0;
    }

    .Container2Top {
        text-align: center;
    }

    .footerLinksMob2 {
        padding: 0 271px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .InnerRightGreenPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .Container3FFTop {
        margin-top: 80px !important;
    }

    .GreyFullWidthContent h6 {
        padding: 8px 0 5px 0;
        font-size: 10px !important;
        line-height: 12px;
    }

    .arrowTop {
        right: 10px;
        margin-top: 5px !important;
    }

    .GreyFullWidthContent a {
        font-size: 9px !important;
    }

    .greenCell {
        margin-top: 15px;
    }

        .greenCell h3 {
            padding: 15px 0 !important;
            margin: 0;
        }

    .leadimg {
        margin-left: 0;
    }

    .GreySeniorLeadershipTitle {
        line-height: 30px !important;
        margin-left: 18px;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }
}

@media only screen and ( width:320px) {
    .footerLinksMob2 {
        padding: 0 24px !important;
        text-align: center !important;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px !important;
    }

    .greenIcon2Title {
        font-size: 26px !important;
        padding: 25px 134px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 35px 20px 17px !important;
    }

    .greenIcon4 {
        font-size: 26px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .slBoardofDirCont p {
        font-size: 12px !important;
    }

    .TeamEx {
        margin-left: 0 !important
    }

    .calendarBoardofDirCont p {
        font-size: 11px !important;
    }

    .btn.btn-primary2 {
        min-width: 260px !important;
        font-size: 10px !important;
        margin: 0 auto;
        left: 0;
        top: 0;
        display: block;
    }
}

@media only screen and ( width:360px) {
    .footerLinksMob2 {
        padding: 0 46px !important;
        text-align: center !important;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px !important;
    }

    .greenIcon2 {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: 320 !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .btn.btn-primary2 {
        min-width: 260px !important;
        font-size: 10px !important;
        margin: 0 auto;
        left: 0;
        top: 0;
        display: block;
    }

    .form-control {
        display: block;
        min-width: 85%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .mainContainer {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and ( width:375px) {
    .g-recaptcha {
        text-align: center !important;
        margin-left: 20px;
    }

    .footerLinksMob2 {
        padding: 0 50px !important;
        text-align: center !important;
    }

    .Container3FFTop {
        margin-top: 80px !important;
    }

    .GreyFullWidthContent h6 {
        padding: 8px 0 5px 0;
        font-size: 10px !important;
        line-height: 12px;
    }

    .arrowTop {
        right: 10px;
        margin-top: 5px !important;
    }

    .GreyFullWidthContent a {
        font-size: 9px !important;
    }

    .greenCell {
        margin-top: 15px;
    }

        .greenCell h3 {
            padding: 15px 0 !important;
            margin: 0;
        }

    .leadimg {
        margin-left: 0;
    }

    .GreySeniorLeadershipTitle {
        line-height: 30px !important;
        margin-left: 18px;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .calendarBoardofDirCont p {
        font-size: 12px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .btn.btn-primary2 {
        min-width: 260px !important;
        font-size: 12px !important;
        margin: 0 auto;
        left: 0;
        top: 0;
        display: block;
    }
}

@media only screen and ( width:384px) {
    .footerLinksMob2 {
        padding: 0 60px !important;
        text-align: center !important;
    }

    .Container3FFTop {
        margin-top: 80px !important;
    }

    .leadimg {
        margin-left: 0;
    }

    .GreySeniorLeadershipTitle {
        line-height: 30px !important;
        margin-left: 0;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .btn.btn-primary2 {
        min-width: 260px !important;
        font-size: 10px !important;
        margin: 0 auto;
        left: 0;
        top: 0;
        display: block;
    }
}

@media only screen and ( width:411px) {
    .footerLinksMob2 {
        padding: 0 70px !important;
        text-align: center !important;
    }

    .Container3FFTop {
        margin-top: 80px !important;
    }

    .leadimg {
        margin-left: 0;
    }

    .GreySeniorLeadershipTitle {
        line-height: 30px !important;
        margin-left: 0;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 35px 20px 17px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .calendarBoardofDirCont p {
        font-size: 11px !important;
    }

    .btn.btn-primary2 {
        min-width: 260px !important;
        font-size: 10px !important;
        margin: 0 auto;
        left: 0;
        top: 0;
        display: block;
    }
}

@media only screen and ( width:412px) {
    .footerLinksMob2 {
        padding: 0 60px !important;
        text-align: center !important;
    }

    .Container3FFTop {
        margin-top: 80px !important;
    }

    .leadimg {
        margin-left: 0;
    }

    .GreySeniorLeadershipTitle {
        line-height: 30px !important;
        margin-left: 0;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 35px 20px 17px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .btn.btn-primary2 {
        min-width: 260px !important;
        font-size: 10px !important;
        margin: 0 auto;
        left: 0;
        top: 0;
        display: block;
    }
}

@media only screen and ( width:414px) {
    .footerLinksMob2 {
        padding: 0 70px !important;
        text-align: center !important;
    }

    .Container3FFTop {
        margin-top: 80px !important;
    }

    .leadimg {
        margin-left: 0;
    }

    .GreySeniorLeadershipTitle {
        line-height: 30px !important;
        margin-left: 38px;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 35px 20px 17px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .calendarBoardofDirCont p {
        font-size: 11px !important;
    }

    .btn.btn-primary2 {
        min-width: 260px !important;
        font-size: 10px !important;
        margin: 0 auto;
        left: 0;
        top: 0;
        display: block;
    }

    .Container3Top {
        text-align: left !important;
        margin: 240px 0 0 0;
        padding: 0;
    }

    .bread_cmb_link {
        margin: 240px 0 0 0;
        padding: 0;
    }
}

@media only screen and ( width:538px) {
    .footerLinksMob2 {
        padding: 0 133px !important;
        text-align: center !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon4 {
        margin-top: -20px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }
}

@media only screen and ( width:568px) {
    .footerLinksMob2 {
        padding: 0 150px !important;
        text-align: center !important;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 58px !important;
    }

    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon2 {
        margin-top: -20px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -20px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }
}

@media only screen and ( width:640px) {
    .footerLinksMob2 {
        padding: 0 186px !important;
        text-align: center !important;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 92px !important;
    }

    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .greenIcon2 {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -20px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and ( width:667px) {
    .footerLinksMob2 {
        padding: 0 198px !important;
        text-align: center !important;
    }

    .searchBoxPro {
        margin-bottom: 0 !important;
        margin-top: -86px !important;
    }

    .Container3FFTop {
        margin-top: 120px !important;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 110px !important;
    }

    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .InnerRightGreenPane img {
        margin: 0 10%;
    }

    .greenIcon2Content p {
        padding: 0 165px 20px 22px !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .greenIcon2 {
        min-height: 200px !important;
        margin-top: -20px !important;
    }

    .greenIcon2Title {
        font-size: 30px !important;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon2 {
        margin-top: -20px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -20px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and ( width:684px) {
    .footerLinksMob2 {
        padding: 0 197px !important;
        text-align: center !important;
    }

    .searchBoxPro {
        margin-bottom: 0 !important;
        margin-top: -86px !important;
    }

    .Container3FFTop {
        margin-top: 120px !important;
    }

    .InnerRightGreenPane img {
        margin: 0 11%;
    }

    .greenIcon2Content p {
        padding: 0 165px 20px 22px !important;
    }

    .greenIcon2 {
        min-height: 160px !important;
        margin-top: -20px !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .greenIcon2Title {
        font-size: 30px !important;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon2 {
        margin-top: -30px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -20px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and ( width:731px) {
    .footerLinksMob2 {
        padding: 0 231px !important;
        text-align: center !important;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 141px !important;
    }

    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0 !important;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon2 {
        margin-top: -20px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -20px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and ( width:734px) {
    .footerLinksMob2 {
        padding: 0 222px !important;
        text-align: center !important;
    }

    .searchBoxPro {
        margin-bottom: 0 !important;
        margin-top: -86px !important;
    }

    .Container3FFTop {
        margin-top: 120px !important;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 152px !important;
    }

    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon2Content p {
        padding: 0 165px 20px 22px !important;
    }

    .greenIcon2 {
        min-height: 190px !important;
        margin-top: -20px !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .greenIcon2Title {
        font-size: 30px !important;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .greenIcon2 {
        margin-top: -30px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -20px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and ( width:736px) {
    .footerLinksMob2 {
        padding: 0 232px !important;
        text-align: center !important;
    }

    .searchBoxPro {
        margin-bottom: 0 !important;
        margin-top: -86px !important;
    }

    .Container3FFTop {
        margin-top: 120px !important;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 143px !important;
    }

    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .InnerRightGreenPane img {
        margin: 0 15%;
    }

    .greenIcon2Content p {
        padding: 0 165px 20px 22px !important;
    }

    .greenIcon2 {
        min-height: 180px !important;
        margin-top: -20px !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .greenIcon2Title {
        font-size: 30px !important;
    }

    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon2 {
        margin-top: -20px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -20px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and (width:768px) {
    .GreySeniorLeadershipFullWidth {
        text-align: center;
    }

    .BlueBgMobile {
        min-height: 940px !important;
    }

    .top-menu ul li a {
        font-size: 13px !important;
    }

    .newsLetterBlueBg {
        min-height: 60% !important;
        padding: 10px 0;
        background-size: cover !important;
    }

    .footerLinksMob2 {
        padding: 0 248px !important;
        text-align: center !important;
    }

    .searchBoxPro {
        margin-bottom: 0 !important;
        margin-top: -86px !important;
    }

    .Container3FFTop {
        margin-top: 120px !important;
    }

    .InnerRightGreenPane img {
        margin: 0 16%;
    }

    .greenIcon2Content p {
        padding: 0 165px 20px 22px !important;
    }

    .greenIcon2 {
        min-height: 190px !important;
    }

    .greenIcon2Title {
        font-size: 30px !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon4 {
        margin-top: -30px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .headerBottom a {
        line-height: 5.2em !important;
        font-size: 15px !important;
    }

    .smBox {
        margin-left: 0 !important
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }
}

@media only screen and (max-width:767px) {
    .BlueBgMobile {
        min-height: auto !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }
}

@media only screen and (width:768px) {
    .BlueBgMobile {
        min-height: 940px !important;
    }

    .top-menu ul li a {
        font-size: 13px !important;
    }

    .newsLetterBlueBg {
        min-height: 60% !important;
        padding: 10px 0;
        background-size: cover !important;
    }

    .InnerRightGreenPane img {
        margin: 0 16%;
    }

    .greenIcon2Content p {
        padding: 0 165px 20px 22px !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 152px !important;
    }

    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .greenIcon2 {
        margin-top: -30px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .blueCommunity img {
        width: 100%;
    }

    .bottomTitleMobile {
        font-family: "Open Sans",sans-serif !important;
        font-size: 18px !important;
        font-weight: bold !important;
        color: #78a5fb !important;
        text-align: center !important;
    }

    .blueCommunity {
        background: #3d549c;
        padding: 30px 0 20px 0;
        margin-bottom: 0;
    }

    .greenWithOutIcon {
        margin-top: -40px !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and (width:812px) {
    .InnerRightGreenPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 152px !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .greenIcon2 {
        margin-top: -30px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -30px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .blueCommunity img {
        width: 100% !important;
    }

    .greenWithOutIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .headerBottom a {
        line-height: 5.2em !important;
        font-size: 15px !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and (max-width:812px) {
    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }
}

@media only screen and (width:823px) {
    .footerLinksMob2 {
        padding: 0 276px !important;
        text-align: center !important;
    }

    .greenIconTitle {
        padding: 65px 95px 20px 20px;
    }

    .greenIconContent p {
        padding: 0 125px 20px 22px !important;
    }

    .InnerRightPane img {
        left: 0;
        right: 0;
        margin: 0 auto !important;
        display: block !important;
    }

    .InnerRightPane .DownloadText img {
        margin-left: 152px !important;
    }

    .greenIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .InnerRightPane {
        margin-top: 10px !important;
    }

    .blueCommunity img {
        width: 100% !important;
    }

    .greenIcon2 {
        margin-top: -30px !important;
        margin-left: 0 !important;
        min-height: 200px !important;
    }

    .greenIcon2Title {
        padding: 25px 140px 20px 15px !important;
    }

    .greenIcon2Content p {
        padding: 0 135px 20px 17px !important;
    }

    .greenIcon4 {
        margin-top: -30px !important;
    }

    .Container3FFTop {
        margin-top: 0 !important;
    }

    .greenWithOutIcon {
        margin-top: -20px !important;
        margin-left: 0;
        min-height: auto !important;
    }

    .Container2Top {
        text-align: center !important;
    }

    .headerBottom a {
        line-height: 5.2em !important;
        font-size: 15px !important;
    }

    .newsLetterBlueBg {
        min-height: 500px !important;
    }

    .greenContMob span img {
        top: 80px !important;
        left: -190px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:990px) {
    .greenContact {
        min-height: 255px !important;
    }

    .blueContact {
        background: #3d549c;
        min-height: 145px !important;
    }

    .g-recaptcha {
        text-align: center !important;
        margin-left: 35px;
    }

    .bottomTxt p {
        padding: 18px !important;
    }

    .containerCheck {
        padding: 0 0 0 18px !important;
        margin-left: 20px !important;
    }

    .btnCont {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }

    .BlueBgCont {
        margin-top: 50px !important;
        min-height: 940px !important;
    }

    .mapCont {
        min-width: 100% !important;
        min-height: 225px;
    }

    .bottomHead {
        padding: 10px 0 40px 20px;
    }

    .blueT {
        margin-left: 35px;
    }

    .paddingTop85 {
        padding-top: 0 !important;
    }

    .greenWithOutIcon900 {
        min-height: 0 !important;
        margin-left: 0 !important;
        margin-top: -10px !important;
    }

    .form-control {
        display: block;
        min-width: 85%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .mainContainer {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        min-width: 100% !important;
        margin-top: 35px !important;
        top: 0;
    }

    .newsLetterWrapper {
        min-width: 100% !important;
    }

    .blueTitle2 {
        font-family: "Open Sans",sans-serif !important;
        font-weight: bold;
        font-size: 22px !important;
        color: #3a4a98 !important;
        text-align: left !important;
        position: relative;
        top: -60px;
        left: 15px;
    }

    .newsLetterBlueBg {
        padding: 10px 0 0 0 !important;
        background-size: cover !important;
        margin-top: 60px !important;
        margin-bottom: 30px !important;
    }

    .submitNL {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }

    .text-boxNl {
        margin-bottom: 15px;
    }

    .greenContactContent {
        float: left !important;
        margin-right: 20px !important;
    }

    .InnerRightGreenPane img {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }

    .btn.btn-primary {
        font-size: 11px !important;
    }

    #PageId418 .Container3Top {
        padding-top: 220px !important;
    }

    #PageId418 .bread_cmb_link {
        margin: 240px 0 0 0;
        padding: 0;
    }
}

@media only screen and (max-width:1024px) {
    .greenContactContent {
        max-width: 492px;
        float: right;
        margin-right: 140px;
        margin-left: 75px;
    }

    .blueContactContent {
        float: left;
        margin-left: 75px !important;
        margin-right: 0 !important;
    }

    .newsLetterNoTitleContent p {
        padding: 0 30px 0 0;
    }

    .searchMediaTxt {
        min-width: 100% !important;
        margin-left: 2px !important;
        margin-top: -2px !important;
    }

    searchBoxPro input[type=button], .searchBoxPro input[type=submit], .searchBoxPro input[type=reset] {
        width: 100% !important;
    }

    .searchMediaBtn {
        background: url("../images/search-btn.jpg") top left no-repeat #b3b2b7 !important;
        width: 100% !important;
        height: 30px;
    }

    .greenIcon2Title {
        padding: 25px 125px 20px 15px !important;
    }
}

@media only screen and (min-width:990px) and (max-width:1024px) {
    .InnerRightGreenPane img {
        margin-left: -60px !important;
    }

    .Container3 p {
        padding-right: 60px !important;
    }

    .mainContainer {
        float: right !important;
        margin-right: 30px !important;
    }

    .newsLetterWrapper {
        float: right !important;
        max-width: 435px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .smBox {
        margin-left: 0 !important
    }

    .blueCommunity img {
        width: 100%;
    }

    .bottomTitleMobile {
        font-family: "Open Sans",sans-serif !important;
        font-size: 18px !important;
        font-weight: bold !important;
        color: #78a5fb !important;
        text-align: center !important;
    }

    .blueCommunity {
        background: #3d549c;
        padding: 30px 0 20px 0;
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width:824px) {
    .slidingDiv {
        display: none !important;
    }
}
/* - End of /Portals/_default/Skins/bpu/css/custom.css - */
/* - Start of /Portals/_default/Skins/bpu/css/responsive.css - */
@media all and (max-width:767px) {
    .switchSites {
        display: block !important;
    }

    .top-bar {
        border-bottom: 0 solid #acc1de;
        padding: 0;
        margin: 0;
    }

    #tabs_wrapper {
        margin-top: -20px;
    }

    .slideshow.box-shadow .ImagesContainerBody {
        margin-bottom: 0;
    }

    .slideshow {
        margin-bottom: 0;
    }

    .mobile-brand {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

    #leftTopPane, #leftBottomPane, #rightPaneOne, #rightPaneTwo, #SocialTabs, #FooterTopPaneLeft, #FooterTopPaneRight, #FooterBottomSocial, #footerContentPane {
    }


    .footer-top {
        background: #000000;
        padding: 0 0;
    }

    .mobileOutage {
        background: #222222;
        padding: 0 0;
    }

    .footer-top.xs {
        margin-bottom: 30px;
        background: #313131;
    }

    .footer-bottom {
        background: #313131;
        color: #fff;
        padding: 18px 0;
    }

    .other-menu ul li .espMenu {
        padding: 0 !important;
        font-size: 12px;
    }

    .innerothermenu ul li .espMenu {
        padding: 0 !important;
        font-size: 12px;
    }

    .banner_menu .col-sm-3 {
        padding: 0;
        width: 100%;
        z-index: 1;
    }

    .innerothermenu ul {
        padding-left: 0;
    }

        .innerothermenu ul li a .ico-one, .innerothermenu ul li a .ico-two, .innerothermenu ul li a .ico-three, .innerothermenu ul li a .ico-four {
            width: 27px;
        }

    .mobileOutage .IconContainerTitle .Head {
        font-size: 0.75em;
        line-height: 14px;
        padding-top: 5px;
        text-align: center;
    }

    .mobileOutage .IconContainerTitle .smaller {
        font-size: 0.9em;
        text-align: center;
    }

    .mobileOutage .IconContainerContent .Normal {
        font-size: 0.75em !important;
    }

    .mobileOutage img {
        width: auto;
        max-height: 100%;
    }

    .mobileOutage .Icon {
        height: 25px;
    }

    .mobileOutage {
        display: block;
    }

        .mobileOutage .IconContainerContent {
            display: block;
        }

        .mobileOutage .container {
            padding-left: 0;
            padding-right: 0;
        }

    .footer-top .IconContainerTitle {
        font-size: 0.75em;
    }

    .footer-top .IconContainerContent .Normal {
        font-size: 0.75em !important;
    }

    #dnn_FooterTopPaneRight .IconContainerBody {
        padding-left: 0;
        padding-right: 0;
    }

    .banner_menu .ImagesContainerBody {
        margin-bottom: 0;
    }

    .banner_menu .innerothermenu {
        margin-bottom: 0;
    }

    .banner_menu {
        margin-bottom: 0;
    }

    .innercontent .mobileOutage {
        margin-bottom: 30px;
    }

    #dnn_InnerBannerPane {
        color: rgb(0,0,0);
        padding-top: 20px;
    }

    .innercontent .container {
        padding-left: 0;
        padding-right: 0;
    }

    .banner_menu {
        background: white;
    }

    .innerothermenu ul li a {
        line-height: 27px;
    }

    .wrapper .container .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapper {
        margin-bottom: 0;
    }

    .margin-bottom {
        margin-bottom: 20px;
    }

    .footer-top .container {
        margin-bottom: 0;
    }

    .wrapper .container .col-sm-6 .row {
        margin-left: 0;
        margin-right: 0;
    }

    #dnn_SocialTabs {
        padding-left: 0;
        padding-right: 0;
    }

    .push {
        display: none;
    }

    #dnn_InnerSideBarPane {
        margin-left: 0;
        margin-right: 0;
    }

        #dnn_InnerSideBarPane .ImagesContainerBody {
            margin-bottom: 0;
        }

    .homepage_slider_text_container .homepage_slider_text {
        font-size: 17px;
        letter-spacing: 0.4px;
    }

    .careersTD {
        font-size: 0.65em;
    }

    #twitter-widget-0 {
        height: 340px !important;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    #dnn_ctr2070_HtmlModule_lblContent .row {
        margin-right: 5px;
    }

    #dnn_ctr540_Events_EventMonth_pnlDateControls .btn {
        min-width: 50px;
        padding-right: 4px;
    }
}


@media (min-width:768px) and (max-width:992px) {
    .slidingDiv {
        position: absolute;
        background: none repeat scroll 0 0 #FFF;
        padding: 10px;
        width: 280px;
        border: 1px solid #ACC1DE;
        right: 30px;
        bottom: 0;
        z-index: 999999;
    }

    #dnn_FooterTopPaneRight .IconContainerBody {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-top .container .IconContainerTitle .Head {
        font-size: 1.3em;
    }

    .footer-top .IconContainerContent .Normal {
        font-size: 1.3em !important;
    }

    .ThemeMinimalExtropy .btn.btn-primary {
        min-width: 50Px;
    }
}

@media (min-width:705px) and (max-width:992px) {
    .other-menu ul li a {
        display: block;
        padding: 10px 2em;
        font-size: 14px;
        color: #fff;
        width: 100%;
    }

    .other-menu ul li {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        list-style-type: none;
        border-right: 1px solid #595c61;
    }

        .other-menu ul li:last-child {
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            list-style-type: none;
            border-right: 0 solid #595c61;
        }

    .innerothermenu ul {
        margin: 0;
        padding: 0 0 0 6px;
        list-style-type: none;
    }

        .innerothermenu ul li a {
            display: block;
            padding: 0;
            font-size: 13px;
            color: #fff;
            width: 100%;
            height: 34px;
            line-height: 30px;
        }

            .innerothermenu ul li a .ico-one {
                height: 21px;
                width: 20px;
                background: url("../images/om.png") 0 0 no-repeat;
                margin-right: 10px;
                background-size: 16px;
            }

            .innerothermenu ul li a .ico-two {
                height: 20px;
                width: 20px;
                background: url("../images/vb.png") no-repeat;
                margin-right: 10px;
                background-size: 16px;
            }

            .innerothermenu ul li a .ico-three {
                height: 19px;
                width: 20px;
                background: url("../images/pb.png") top left no-repeat;
                margin-right: 10px;
                background-size: 16px;
            }

            .innerothermenu ul li a .ico-four {
                height: 19px;
                width: 20px;
                background: url("../images/tu.png") no-repeat;
                margin-right: 10px;
                background-size: 16px;
            }

    .wrapper.espanol .other-menu ul li a {
        padding: 10px .8em;
    }
}

@media (max-width:767px) {
    .btn.btn-primary {
        min-width: 100px;
    }

    #dnn_FooterTopPaneLeft .IconContainerBody:after {
        content: "";
        background: #777;
        width: 2px;
        height: 100%;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    #tabs li {
        display: inline-block;
        float: left;
        width: 50%;
    }

        #tabs li a {
            border-bottom: medium none;
            color: #fff;
            display: block;
            font-size: 16px;
            font-weight: normal;
            min-width: 100%;
            outline: medium none;
            padding: 10px 10px 10px 10px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
        }

    .slidingDiv {
        position: absolute;
        background: none repeat scroll 0 0 #FFF;
        padding: 10px;
        width: 280px;
        border: 1px solid #ACC1DE;
        right: 40px;
        bottom: 0;
        z-index: 999999;
    }


    .other-menu {
        background: #222222;
        padding: 0 0;
        margin-bottom: 0;
        -moz-box-shadow:0 5px 3px 0 rgba(50,50,50,0.3);

        -webkit-box-shadow: 0 6px 10px 0 rgba(50,50,50,0.3);
        -moz-box-shadow:0 5px 3px 0 rgba(50,50,50,0.3);
    }

        .other-menu .container {
            padding: 0;
        }

        .other-menu ul li {
            display: inline;
            text-align: center;
            vertical-align: middle;
            list-style-type: none;
            border-right: 1px solid #595c61;
            float: left;
            width: 50%;
            height: 40px;
            border-bottom: 0 solid #595c61;
            line-height: 42px;
            margin: 5px 0;
        }

            .other-menu ul li:last-child {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-right: 0 solid #595c61;
            }

            .other-menu ul li:nth-child(2) {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-right: 0 solid #595c61;
                border-bottom: 0;
                padding: 0;
            }

            .other-menu ul li:nth-child(3) {
                display: block !important;
                width: 100%;
                height: auto;
                min-height: inherit;
                border-bottom: 0;
                border-top: 0;
                border-right: 0;
                border-left: 0;
                margin: 0;
                padding: 0;
            }

            .other-menu ul li:nth-child(4) {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-bottom: 0 solid #595c61;
            }

            .other-menu ul li:nth-child(4) {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-bottom: 0 solid #595c61;
            }

            .other-menu ul li a {
                display: block;
                padding: 0;
                font-size: 14px;
                color: #fff;
                width: 100%;
            }

    .innerothermenu {
        background: #222222;
        padding: 0 0;
        margin-bottom: 20px;
        -moz-box-shadow:0 5px 3px 0 rgba(50,50,50,0.3);

        -webkit-box-shadow: 0 6px 10px 0 rgba(50,50,50,0.3);
        -moz-box-shadow:0 5px 3px 0 rgba(50,50,50,0.3);
        overflow: hidden;
    }

        .innerothermenu .container {
            padding: 0;
        }

        .innerothermenu ul li {
            display: inline;
            text-align: center;
            vertical-align: middle;
            list-style-type: none;
            border-right: 1px solid #595c61;
            float: left;
            width: 50%;
            min-height: 40px;
            border-bottom: 0 solid #595c61;
            line-height: 42px;
            margin: 5px 0;
        }

            .innerothermenu ul li:last-child {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-right: 0 solid #595c61;
            }

            .innerothermenu ul li:nth-child(2) {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-right: 0 solid #595c61;
                border-bottom: 0;
                padding: 0;
            }

            .innerothermenu ul li:nth-child(3) {
                display: block !important;
                width: 100%;
                height: auto;
                min-height: inherit;
                border-bottom: 0;
                border-top: 0;
                border-right: 0;
                border-left: 0;
                margin: 0;
                padding: 0;
            }

            .innerothermenu ul li:nth-child(4) {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-bottom: 0 solid #595c61;
            }

            .innerothermenu ul li:nth-child(4) {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                list-style-type: none;
                border-bottom: 0 solid #595c61;
            }

            .innerothermenu ul li a {
                display: block;
                padding: 0;
                font-size: 14px;
                color: #fff;
                width: 100%;
            }

    a.customCollapsebtn {
        text-decoration: none !important;
        cursor: pointer;
        background: url("../images/mobile_news_title_bg.jpg") repeat-x;
        display: block;
        padding: 10px;
    }

    .news {
        padding: 10px;
    }

    .customExpand {
        background: url("../images/expand.png") no-repeat;
        width: 59px;
        height: 13px;
    }

    .customCollapse {
        background: url("../images/collapse.png") no-repeat;
        width: 53px;
        height: 13px;
    }
}

@media (max-width:992px) {
    #dnnMenu ul {
    }

        #dnnMenu ul li.item a {
            display: block;
            padding: .4em;
            font-size: 12px;
        }

    ul li.mylogo img {
        width: 140px;
    }

    .spacer.border {
        height: 2px;
        background: #d9d9d9;
    }
}

/* - End of /Portals/_default/Skins/bpu/css/responsive.css - */
/* - Start of /Portals/_default/Skins/bpu/css/responsiveslides.css - */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.rslides1 {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides1 li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides1 li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides1 img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }
/* - End of /Portals/_default/Skins/bpu/css/responsiveslides.css - */
/* - Start of /Portals/_default/Skins/bpu/css/custom-eng-n.css - */

/* - End of /Portals/_default/Skins/bpu/css/custom-eng-n.css - */
/* - Start of /Portals/_default/Skins/bpu/css/slippry.css - */
@-webkit-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-moz-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-ms-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-webkit-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-moz-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-ms-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

.sy-box.sy-loading {
    background: url("../images/sy-loader.gif") 50% 50% no-repeat;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    -webkit-background-size: 32px;
    background-size: 32px;
    min-height: 40px;
}

    .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
        visibility: hidden;
    }

.sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

    .sy-slides-wrap:hover .sy-controls {
        display: block;
    }

.sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

    .sy-list.horizontal {
        -moz-transition: left ease;
        -o-transition: left ease;
        -webkit-transition: left ease;
        transition: left ease;
    }

    .sy-list.vertical {
        -moz-transition: top ease;
        -o-transition: top ease;
        -webkit-transition: top ease;
        transition: top ease;
    }

.sy-slide {
    position: absolute;
    width: 100%;
    z-index: 2;
}

    .sy-slide.kenburns {
        width: 140%;
        left: -20%;
    }

        .sy-slide.kenburns.useCSS {
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            -webkit-transition-property: opacity;
            transition-property: opacity;
        }

            .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
                -webkit-animation-name: left-right;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-name: left-right;
                -moz-animation-fill-mode: forwards;
                -o-animation-name: left-right;
                -o-animation-fill-mode: forwards;
                animation-name: left-right;
                animation-fill-mode: forwards;
            }

            .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
                -webkit-animation-name: right-left;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-name: right-left;
                -moz-animation-fill-mode: forwards;
                -o-animation-name: right-left;
                -o-animation-fill-mode: forwards;
                animation-name: right-left;
                animation-fill-mode: forwards;
            }

    .sy-slide.sy-active {
        z-index: 3;
    }

    .sy-slide > img {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        border: 0;
    }

    .sy-slide > a {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
    }

        .sy-slide > a > img {
            margin: 0;
            padding: 0;
            display: block;
            width: 100%;
            border: 0;
        }

.sy-controls {
    display: none;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
}

    .sy-controls li {
        position: absolute;
        width: 10%;
        min-width: 4.2em;
        height: 100%;
        z-index: 33;
        display: none;
    }

        .sy-controls li.sy-prev {
            left: 0;
            top: 0;
        }

            .sy-controls li.sy-prev a:after {
                background-position: -5% 0;
            }

        .sy-controls li.sy-next {
            right: 0;
            top: 0;
        }

            .sy-controls li.sy-next a:after {
                background-position: 105% 0;
            }

        .sy-controls li a {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            text-indent: -9999px;
        }

            .sy-controls li a:link, .sy-controls li a:visited {
                opacity: 0.4;
            }

            .sy-controls li a:hover, .sy-controls li a:focus {
                opacity: 0.8;
                outline: none;
            }

            .sy-controls li a:after {
                content: "";
                background-image: url("../images/arrows.svg");
                background-repeat: no-repeat;
                -moz-background-size: cover;
                -o-background-size: cover;
                -webkit-background-size: cover;
                background-size: cover;
                text-align: center;
                text-indent: 0;
                line-height: 2.8em;
                color: #111;
                font-weight: 800;
                position: absolute;
                background-color: #fff;
                width: 2.8em;
                height: 2.8em;
                left: 50%;
                top: 50%;
                margin-top: -1.4em;
                margin-left: -1.4em;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

@media only screen and (max-device-width:600px) {
    .sy-controls {
        display: block;
    }

        .sy-controls li {
            min-width: 2.1em;
        }

            .sy-controls li a:after {
                width: 1.4em;
                height: 1.4em;
                margin-top: -0.7em;
                margin-left: -0.7em;
            }
}

.sy-caption-wrap {
    position: absolute;
    bottom: 2em;
    z-index: 12;
    left: 50%;
}

    .sy-caption-wrap .sy-caption {
        position: relative;
        left: -50%;
        background-color: rgba(0,0,0,0.54);
        color: #fff;
        padding: 0.4em 1em;
        -moz-border-radius: 1.2em;
        -webkit-border-radius: 1.2em;
        border-radius: 1.2em;
    }

        .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
            color: #e24b70;
            font-weight: 600;
            text-decoration: none;
        }

        .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
            text-decoration: underline;
        }

@media only screen and (max-device-width:600px),screen and (max-width:600px) {
    .sy-caption-wrap {
        left: 0;
        bottom: 0.4em;
    }

        .sy-caption-wrap .sy-caption {
            left: 0;
            padding: 0.2em 0.4em;
            font-size: 0.92em;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
}

.sy-pager {
    overflow: hidden;
    *zoom: 1;
    display: block;
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: none;
}

    .sy-pager li {
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        margin: 0 1em 0 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .sy-pager li.sy-active a {
            background-color: #e24b70;
        }

        .sy-pager li a {
            width: 100%;
            height: 100%;
            display: block;
            background-color: #ccc;
            text-indent: -9999px;
            -moz-background-size: 2em;
            -o-background-size: 2em;
            -webkit-background-size: 2em;
            background-size: 2em;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .sy-pager li a:link, .sy-pager li a:visited {
                opacity: 1.0;
            }

            .sy-pager li a:hover, .sy-pager li a:focus {
                opacity: 0.6;
            }

.sy-filler {
    width: 100%;
}

    .sy-filler.ready {
        -moz-transition: padding 600ms ease;
        -o-transition: padding 600ms ease;
        -webkit-transition: padding 600ms ease;
        transition: padding 600ms ease;
    }
/* - End of /Portals/_default/Skins/bpu/css/slippry.css - */
/* - Start of /Portals/_default/Skins/bpu/css/custom-global-n.css - */
#rp-wrapper {
    margin-left: -15px !important;
}

    #rp-wrapper span {
        width: 80%;
        float: left;
        margin-top: 0;
        margin-bottom: 15px;
        border: none;
        margin-top: 0;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

@media screen and (max-width:767px) {
    #rp-wrapper span {
        width: 60%;
        float: left;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        border: none;
    }
}

.newsLetterWrapper .contactForm span.validation {
    width: 100%;
    float: left;
}

.carousel-indicators li {
    margin: 1px 5px;
}

@media screen and (max-width:990px) {
    .dateCont h6 {
        font-size: 12px;
    }

    #PageId399 .ToggledContentContBody5, .DnnModule-3262 .ToggledContentContBody5 {
        float: none !important;
    }
}

@media only screen and (min-width:770px) and (max-width:822px) {
    .searchBoxPro {
        margin-bottom: 25px !important;
        margin-top: -26px !important;
    }
}

@media only screen and (width:768px) {
    #PageId399 .searchBoxPro, .searchBoxPro {
        margin-bottom: 20px !important;
    }
}

.greenIcon4 {
    background-position: right 85px !important;
    margin-top: 0 !important;
    position: relative;
    top: -40px;
    margin-bottom: -45px !important;
    z-index: -9;
}

#dnn_ctr3376_HtmlModule_lblContent .well, #dnn_ctr3387_ModuleContent .well {
    margin-bottom: 60px;
}

.DnnModule-3031, .DnnModule-3009 {
    padding-right: 45px !important;
}

    .DnnModule-3031 .Container3Top, .DnnModule-3009 .Container3Top {
        padding-right: 100px !important;
    }

@media screen and (max-width:990px) {
    .InnerRightPane .DnnModule-3376 a.voverlay img[alt='Outage Restoration'], .InnerRightPane .DnnModule-3387 a.voverlay img[alt='Outage Restoration'] {
        width: 100% !important;
        margin: 0;
    }

    .InnerRightPane .DnnModule-3392 .greenIcon4, .InnerRightPane .DnnModule-3844 .greenIcon4 {
        margin-left: 0 !important;
    }

    .InnerRightPane .DnnModule-3387 .DownloadText img, .InnerRightPane .DnnModule-3376 .DownloadText img {
        left: -15px;
        top: -20px;
    }
}

@media screen and (max-width:990px) {
    .DnnModule-3795 .Container3Top, .DnnModule-4005 .Container3Top {
        margin-top: 30px !important;
    }
}

@media (max-width:768px) and (min-width:320px) {
    .smBG {
        background: url("../images/spacer.gif") repeat !important;
    }
}

@media screen and (min-width:769px) and (max-width:990px) {
    .smBG {
        background-image: none !important;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .DnnModule-3795 .Container3 p {
        font-size: 13px !important;
    }
}

.newsLetterText p {
    padding: 0 !important;
    margin-bottom: 25px !important;
}

@media screen and (max-width:1024px) {
    div.dnnFormMessage.dnnFormValidationSummary {
        color: red;
        float: none;
        width: 90%;
        position: absolute;
        top: 10px;
        padding: 10px 0 10px 10px;
        margin-bottom: 35px;
        font-size: 14px;
        margin: 0 auto 40px;
    }
}

@media screen and (min-width:1025px) {
    div.dnnFormMessage.dnnFormValidationSummary {
        color: red;
        float: right;
        width: 485px;
        position: absolute;
        top: 10px;
        padding: 10px 0 10px 10px;
        margin-bottom: 35px;
        font-size: 14px;
        left: 20%;
    }
}

@media screen and (max-width:990px) {
    .newsLetterText {
        max-width: 85%;
        margin: 0 auto;
    }

    .newsLetterWrapper .contactForm span.validation {
        width: 85% !important;
        float: none;
        margin: 10px auto;
        text-align: left;
        display: block;
    }
}

@media screen and (max-width:375px) {
    .DnnModule-3166 .carousel, .DnnModule-3188 .carousel {
        height: 150px;
    }

    .DnnModule-3166 .carousel-inner, .DnnModule-3188 .carousel-inner {
        height: 100%;
    }

        .DnnModule-3166 .carousel-inner > .item > img, .DnnModule-3166 .carousel-inner > .item > a > img {
            height: 100%;
        }

        .DnnModule-3188 .carousel-inner > .item > img, .DnnModule-3188 .carousel-inner > .item > a > img {
            height: 100%;
        }

        .DnnModule-3166 .carousel-inner > .item, .DnnModule-3188 .carousel-inner > .item {
            height: 100%;
        }
}

@media screen and (max-width:767px) {
    .DnnModule-2974 .p-align p {
        margin: 0 auto;
    }
}

@media screen and (max-width:375px) {
    .DnnModule-3031 .Container3Top, .DnnModule-3009 .Container3Top {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:375px) {
    .DnnModule-2187 .Container3 img {
        margin-top: 50px !important;
    }

    .DnnModule-2228 .Container3 img {
        margin-top: 55px !important;
    }
}

.DnnModule-3245 .bottomHead {
    padding: 200px 0 0 0 !important;
    clear: both;
}

@media only screen and (min-width:320px) and (max-width:990px) {
    .DnnModule-3245 .bottomHead {
        padding: 10px 0 40px 20px !important;
        clear: both;
    }

    #PageId371 .DnnModule-3245 .contactUsRightContent .bottomHead {
        margin: 0;
    }

        #PageId371 .DnnModule-3245 .contactUsRightContent .bottomHead h6 {
            font-family: "Open Sans",sans-serif !important;
            font-size: 22px !important;
            font-weight: bold !important;
            color: #3a4a98 !important;
            text-align: left !important;
            line-height: 28px;
            text-align: left !important;
        }
}

@media screen and (max-width:320px) {
    .DnnModule-3414 .greenIconTitle {
        font-size: 26px !important;
    }
}

@media screen and (max-width:767px) {
    .DnnModule-3414 .greenIconContent p {
        padding: 0 130px 20px 24px;
    }
}

@media screen and (max-width:767px) {
    .greenIcon2sp {
        margin-top: -20px !important;
    }
}

@media screen and (min-width:769px) and (max-width:991px) {
    .greenIcon2Content p {
        padding: 0 200px 20px 17px;
    }
}

@media screen and (max-width:990px) {
    .newsLetterBlueBg .newsLetterWrapper .contactForm {
        width: 85%;
        margin: 0 auto;
    }

        .newsLetterBlueBg .newsLetterWrapper .contactForm .form-control {
            width: 100%;
        }

    .newsLetterBlueBg .newsLetterWrapper .newsLetterText {
        width: 100%;
        max-width: 100%;
    }
}

div.DnnModule-3275, div.DnnModule-3283 {
    margin-bottom: 30px;
}

@media screen and (max-width:990px) {
    .InnerRightPane .DownloadText img {
        margin-left: 0 !important;
    }
}
/* - End of /Portals/_default/Skins/bpu/css/custom-global-n.css - */

/* PMS20200624 */


/* PMS 20200601 fixing navbar navbar-right... bpu.com had 690px by 84px, service app had 520px by 94px */
/* .navbar { */
/*    min-width: 690px; */
/* display: block; */
/* } */

/* PMS 20200602 fixing footer prior footer was overlapping main content */
/* body { */
/*    margin-bottom: 300px; */ /* Margin bottom by footer height */
/* } */

/* PMS 20200603 making ul and ol match bpu.com */
@media screen and (max-width: 720px) {
    div.form-group.form-row ul li, div.form-group.form-row > div > ol li {
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: #1d1d1d;
        text-align: left;
        line-height: 19px;
        list-style: disc;
        padding-right: 15px;
        margin-left: 15px;
    }
}

div.form-group.form-row ul li, div.form-group.form-row > div > ol li {
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1d1d1d;
    text-align: left;
    line-height: 22px;
    list-style: disc;
    padding-right: 15px;
    margin-left: 15px;
}

/* PMS 20200603 making div text match bpu.com */
div.form-group div, div.form-group p {
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    /*
    font-weight: 400;
    font-size: 1em;
    color: #1d1d1d;
    text-align: left;
    line-height: 22px;
    margin-top: 25px;
    padding-right: 15px;
    margin-left: 0px;
    
    */
}

#thankYouDiv {
    background: white;
    width: 100%;
    height: 50%;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: none;
    min-width: 350px;
    min-height: 350px;
    z-index: 100;
    color: #1f356e;
    margin: 0;
    text-transform: uppercase;
    /*
	font-size: 24pt;
	*/
    font-size: 1.5em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.0;
}

#pleaseWaitDiv {
    background: white;
    width: 50%;
    height: 50%;
    position: fixed;
    top: 25%;
    left: 25%;
    margin-left: 0;
    margin-top: 0;
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    min-width: 350px;
    min-height: 350px;
    z-index: 100;
}

@media screen {
    .print-only {
        display: none;
    }

    .screen-only {
        display: block;
    }
}

@media print {
    /* @page { margin: 0; } */
    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }

    nav {
        display: none;
    }

    footer {
        display: none;
    }

    .print-only {
        display: block;
    }

    .screen-only {
        display: none;
    }
}


.btn, .btn-blue {
    background-color: #1f356e;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 6px 25px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    font-family: Arial,sans-serif;
}

    .btn.focus, .btn:hover, .btn:focus, .btn:active, .btn-blue.focus, .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
        color: #fff;
        text-decoration: none;
        box-shadow: none;
        outline: none;
    }


select:not([size]):not([multiple]).form-control {
    border-radius: 0px;
    border: 1px solid #000000;
    height: 30px;
    min-height: 30px;
    font-size: 1em;
}

.form-group label, label.control-label {
    font-weight: bold;
    font-size: 1em;
}


.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group input[type="number"], .form-group input[type="tel"] {
    font-size: 1em;
    border-radius: 0px;
    border: 1px solid #000000;
    height: 30px;
}

input.form-control {
    font-size: 1em;
    border-radius: 0px;
    border: 1px solid #000000;
    height: 30px;
}

div#divHouseNoStreet {
	
    /* margin-left: -30px; */
    /* 20220419 margin left negative 30 caused new construction no, home address to be too far left, should have margin left of zero px */
    margin-left: 0px;
    display: block;
}

div.row.ServiceAddressContinueButton {
    /* margin-left: -30px; */
    /* 20220419, margin left of negative 30 made continue button too far left on new construction no, service address screen */
    margin-left: 0px;
    display: block;
}

div.panel.panel-default > div.panel-heading {
    margin: 0;
    padding: 1px 1px;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    text-transform: uppercase;
    margin: 0;
    color: #3a4a98 !important;
    /*
    font-size: 24pt;
    */
    font-size: 1.5em;
    font-family: "Open Sans", sans-serif;
    /* margin-top: 0px; */
    /* margin-bottom: 0px; */
    font-weight: bold;
    line-height: 1.0;
    margin: 0em 0;
    box-sizing: border-box;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*
    font-family: "Open Sans",sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #3a4a98 !important;
    margin-left: -15px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    display: table;
    line-height: 25px;
    padding-top: 40px;
    */
}

    .panel-title > .small.focus,
    .panel-title > .small:hover,
    .panel-title > .small:active,
    .panel-title > .small > a.focus,
    .panel-title > .small > a:hover,
    .panel-title > .small > a:active,
    .panel-title > a.focus,
    .panel-title > a:hover,
    .panel-title > a:active,
    .panel-title > small.focus,
    .panel-title > small:hover,
    .panel-title > small:active,
    .panel-title > small > a.focus,
    .panel-title > small > a:hover,
    .panel-title > small > a:active {
        text-decoration: none;
    }

.panel-default > .panel-heading {
    color: #3a4a98;
    background-color: transparent;
    border: none;
}

.panel-group .panel + .panel {
    margin: 0px;
    border: none;
}


div.row.Requestor {
    display: block;
}

#divMainContainer input::placeholder {
    color: transparent !important;
}


#divMainContainer input[type="radio"] label {
    margin-left: 20px;
    font-weight: bold;
    font-size: 1.0em;
}

#divMainContainer input[type="checkbox"] label {
    margin-left: 20px;
    font-weight: bold;
    font-size: 1.0em;
}

#divMainContainer content-wrapper .radio label {
    margin-left: 20px;
    font-weight: bold;
    font-size: 1.0em;
}

#divMainContainer .left-column {
    width: 70%;
    float: left;
}

#divMainContainer h1 {
    color: #1f356e;
    font-size: 1.5em;
    font-family: "Open Sans",sans-serif;
    margin-block-start: 0.01em;
    margin-block-end: 0.01em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#divMainContainer h2 {
    font-size: 1.2em;
    color: #1f356e;
    font-family: "Open Sans",sans-serif;
}

#divMainContainer p {
    font-size: 1em;
    color: #222222;
    font-family: "Open Sans",sans-serif;
}

#divMainContainer .form-group label {
    font-weight: bold;
    font-size: 1.0em;
}

#divMainContainer .form-group input[type="text"],
#divMainContainer .form-group input[type="email"],
#divMainContainer .form-group input[type="password"],
#divMainContainer .form-group input[type="tel"],
#divMainContainer .form-group input[type="number"] {
    border-radius: 0px;
    border: 1px solid #000000;
    height: 30px;
    font-size: 1.2em;
}



#divMainContainer .right-column {
    width: 30%;
    float: right;
}


/* hide all placeholders */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent !important;
}

input::placeholder {
    color: transparent !important;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent !important;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent !important;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent !important;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent !important;
}

textarea::placeholder {
    color: transparent !important;
}

#divMainContainer {
    font-family: "Open Sans",sans-serif;
}

    #divMainContainer label.control-label.Cnt-Title-Heading, .Cnt-Title-Heading, .Cnt-Title-Heading2, .panel-heading {
        font-family: "Open Sans",sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
        color: #1d1d1d !important;
        text-align: left !important;
        line-height: 22px !important;
        margin-top: 25px;
        padding-right: 15px !important;
        margin-left: -15px;
    }


#TemporarySpecialInstructions, #PermanentSpecialInstructions {
    margin-bottom: 20px;
}

.panel, .panel-group, .panel-default {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
}


.custom-file-input {
    opacity: 0;
}


    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "" !important;
        border-left: none !important;
        background-color: white !important;
    }

    .custom-file-input:lang(es) ~ .custom-file-label::after {
        content: "" !important;
        border-left: none !important;
        background-color: white !important;
    }


div.row.FileUploadSucces {
    display: block !important;
}

div.custom-file {
    min-height: 34px !important;
    min-width: 200px !important;
}

label.custom-file-label {
    min-height: 34px !important;
    min-width: 200px !important;
}

input#serviceRequestFile.custom-file-input {
    height: calc(2.0rem) !important;
    min-height: 34px !important;
    min-width: 200px !important;
}

div.custom-file > input[type="file"] {
    width: 50px !important;
}

input#serviceRequestFile.custom-file-input {
    height: calc(2.0rem) !important;
    min-height: 34px !important;
    opacity: 0;
    overflow: visible;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

    input#serviceRequestFile.custom-file-input::after, input#serviceRequestFile.custom-file-input::before {
        box-sizing: border-box;
    }

input[type="file" i] {
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-align: start !important;
    padding: initial;
    border: initial;
}

label.custom-file-label {
    min-height: 34px !important;
    min-width: 200px !important;
    position: absolute;
    top: 0;
    right: 10px;
    left: 5px;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: inline-block;
    margin-bottom: .5rem;
    font-family: 'Droid Sans',sans-serif;
    font-size: 14px;
    cursor: default;
	text-transform: uppercase;
}

    label.custom-file-label::after, label.custom-file-label::before {
        box-sizing: border-box;
    }

hr {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.btn-blue {
    background-color: #1f356e;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 6px 25px;
}

/*

these settings caused issue in IE on redirect to payment

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;


    text-decoration: none;

    font-family: Arial,sans-serif;
    
*/

div.form-group .bold-red, .bold-red {
    color: red;
    font-size: 1.2em;
    font-weight: 600;
    /*
    line-height: 1.0;
    */
}

div.Header, .Header {
    font-weight: bold;
}

.divIAgree {
    display: flex;
    align-items: center;
    justify-content: center;
}


h1, #divMainContainer h1 {
    color: #1f356e;
    /*
	font-size:24pt;
	*/
    font-size: 1.5em;
    font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
    margin-block-start: 0.01em;
    margin-block-end: 0.01em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: block;
    min-height: 30px;
}

h2, #divMainContainer h2 {
    /*
	font-size:18pt;
	*/
    font-size: 1.2em;
    color: #1f356e;
    font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
    min-height: 20px;
}

p, #divMainContainer p {
    font-size: 12pt;
    color: #222222;
    font-family: Arial,sans-serif;
    min-height: 20px;
}



text {
    /*
	font-size:12pt;
	*/
    font-size: 1em;
}

select:not([size]):not([multiple]).form-control {
    font-size: 1em;
    border-radius: 0px;
    border: 1px solid #000000;
    min-height: 30px;
}

input.form-control, .form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group input[type="number"], .form-group input[type="tel"] {
    font-size: 1em;
    border-radius: 0px;
    border: 1px solid #000000;
    min-height: 30px;
    /*
	height:30px;
	*/
}

#divMainContainer label, label, .form-group label, label.control-label {
    padding-left: 0px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 1.0em;
    min-height: 20px;
	word-break: break-word;
}

textarea, #divMainContainer textarea, #divMainContainer .form-group textarea {
    border-radius: 0px;
    border: 1px solid #000000;
    min-height: 120px;
    font-size: 1em;
}

.was-validated #divMainContainer .form-group input.form-control[type="text"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="email"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="password"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="number"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="tel"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="file"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="tel"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="tel"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="tel"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="tel"]:invalid,
.was-validated #divMainContainer .form-group input.form-control[type="tel"]:invalid,
.was-validated #divMainContainer .form-group input.form-control:invalid,
.was-validated #divMainContainer .form-group select:not([size]):not([multiple]).form-control:invalid,
.was-validated #divMainContainer .form-group textarea.form-control:invalid,
.was-validated input.form-control:invalid {
    box-shadow: 0px 0px 0px 0.2rem rgba(220,53,69,0.25) !important;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(220, 53, 69) !important;
    border-image: initial;
}

.sessionExpiringOKDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sessionExpiringDiv {
    background: white;
    width: 50%;
    height: 50%;
    position: fixed;
    top: 25%;
    left: 25%;
    margin-left: 0;
    margin-top: 0;
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    min-width: 350px;
    min-height: 350px;
    z-index: 100;
}

#pleaseWaitDiv {
    background: white;
    width: 50%;
    height: 50%;
    position: fixed;
    top: 25%;
    left: 25%;
    margin-left: 0;
    margin-top: 0;
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    min-width: 350px;
    min-height: 350px;
    z-index: 100;
}


/* Submit for payment screen */

div.divStatus, div.divTypeOfService, div.divTypeOfElectricService, div.divTypeOfElectricPanel, div.divTemporaryAction, div.divTemporaryInstallation, div.divTemporaryRemove, div.divTemporarySpecialInstructions, div.divPermanentAction, div.divPermanentInstallation, div.divPermanentRemoval, div.divPermanentSpecialInstructions, div.divTypeOfWaterService,
div.row.divStatus, div.row.divTypeOfService, div.row.divTypeOfElectricService, div.row.divTypeOfElectricPanel, div.row.divTemporaryAction, div.row.divTemporaryInstallation, div.row.divTemporaryRemove, div.row.divTemporarySpecialInstructions, div.row.divPermanentAction, div.row.divPermanentInstallation, div.row.divPermanentRemoval, div.row.divPermanentSpecialInstructions, div.row.divTypeOfWaterService,
div.row.TypeOfElectricService, div.row.NewServices {
    display: block;
}



/* Working on locked screen and file upload */


div.divFeeInfo {
    border-bottom: 2px solid rgba(0, 43, 127, 0.2);
    padding-bottom: 10px;
}

div.divShredInfo {
    border-bottom: 2px solid rgba(0, 43, 127, 0.2);
    padding-bottom: 10px;
}

div.divWaterFeeInfoTitle {
    color: #1f356e;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    /*	background-color: #f5f5f5 !important; */
}

div.divElectricFeeInfoTitle {
    color: #1f356e;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    /*	background-color: #f5f5f5 !important; */
}

div.divPaymentInfoTitle {
    color: #1f356e;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    /*	background-color: #f5f5f5 !important; */
}

div.divPaymentInfo {
    border-bottom: 2px solid rgba(0, 43, 127, 0.2);
    padding-bottom: 10px;
}

.disclaimer, #divMainContainer > div.SubmitForPaymentRow > div.divFeeInfo > p.disclaimer {
    text-align: center;
    color: #ff0000!important;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.row-striped:nth-of-type(odd) {
background-color: rgba(40, 40, 130, 0.25);
}

.row-striped:nth-of-type(even) {
    background-color: rgba(176, 213, 123, 0.25);
}


/* PMS 20200603 making invalidated fields display in red */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/* PMS 20200624 */
.btn, .btn-blue {
    margin-top: 12px;
}

/* PMS 20200626 */
div.row.rowMegaMenu
{
	margin-left: 5px;
}

/* PMS 20200626 making MegaMenu display above Responsive Slides */
ul.megamenu li a.level0:hover, .megahover, ul.megamenu .current {
	z-index: 9999 !important;
}
					
.sub {
	z-index: 2;
}

div.invalid-feedback {
    margin-left: .25rem;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.container.container-dev
{
	background: #E2E1DD; /* light tan */
	background-color: #E2E1DD; /* light tan */	
}
.container.container-test
{
	background: #D8F7FF; /* light blue */
	background-color: #D8F7FF; /* light blue */
}
.container.container-sqa
{
	background: #E2FFD3; /* light green */
	background-color: #E2FFD3; /* light green */	
}
.container.container-prod
{
	background: #FFFFCC; /* light yellow */
	background-color: #FFFFCC; /* light yellow */	
}
.container.container-dmz
{
	background: white;
	background-color: white;
}

.container.container-offline
{
	background: rgba(255, 0, 0, 0.5);
	background-color: rgba(255, 0, 0, 0.5);
}
div.electricfeescol > div.form-check.form-check-inline, div.waterfeescol > div.form-check.form-check-inline
{
	border: 1px;
	border-style: solid;
	min-height: 70px;
	padding-left: 25px;
}

.ForHome-Construction {
    background-color: #618247;
    color: #ffffff !important;
    padding: 0px 2px 4px 2px !important;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 25px !important;
    margin-left: 0px !important;
    max-width: 160px !important;
    line-height: 18px !important;
    height: 55px !important;
    font-stretch: 100% !important;
}

.ForHome-Construction h3 {
    padding-top: 10px !important;
    margin: 0px !important;
   font-size: 24px;
    line-height: 24px;
    letter-spacing: normal;
    display: block;
    height: 51px !important;
    font-stretch: 100% !important;
}

/* PMS20210219 making list of fees be zebra striped */
.rowElectricFeeInfo:nth-of-type(odd), .rowWaterFeeInfo:nth-of-type(odd)
{
	background-color: rgba(40, 40, 130, 0.25);
}

.rowElectricFeeInfo:nth-of-type(even), .rowWaterFeeInfo:nth-of-type(even)
{
	background-color: rgba(176, 213, 123, 0.25);
}

.currentvoltage, .desiredcurrentvoltage
{
	display: block;
	background-color: white !important;
}

.currentvoltage:nth-of-type(odd), .desiredcurrentvoltage:nth-of-type(odd)
{
	background-color: rgba(40, 40, 130, .25) !important;
}

.currentvoltage:nth-of-type(even), .desiredcurrentvoltage:nth-of-type(even)
{
	background-color: rgba(176, 213, 123, .25) !important;
}

div.currentvoltage > div > div.invalid-feedback, div.desiredcurrentvoltage > div > div.invalid-feedback
{
	width: max-content;
	margin-top: 1.5rem;
}

#divMainContainer label.control-label.Cnt-Title-Heading.bigBlueText, .Cnt-Title-Heading.bigBlueText, .bigBlueText, .Cnt-Title-Heading2.bigBlueText, .panel-heading.bigBlueText

{
font-family: "Open Sans", sans-serif;
font-size: 22.5px !important;
color: rgb(58, 74, 152) !important;
font-stretch: 100%;
font-style: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: 700 !important;
letter-spacing: normal;
line-height: 22.5px;
text-align: left;
text-decoration-color: rgb(58, 74, 152) !important;

text-decoration-line: none;
text-decoration-style: solid;
text-decoration-thickness: auto;
text-size-adjust: 100%;
text-transform: uppercase !important;
vertical-align: baseline;
}

div.panel.panel-default
{
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -30px;
}

div.panel.panel-default > div.panel-heading {
    margin: 0;
    padding-top: 1px;
    padding-left: 1px;
	padding-right: 15px;
	margin-right: -16px;
}


element.style {
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	
margin-left: 15px;
	}
	
	
#divPnlPermanentSpecialInstructions
{
	padding-left: 0px;
    margin-left: -15px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

div#divPermanentSpecialInstructions.form-group.col-sm-12.col-md-12.col-lg-12.col-xl-12 > div.col-sm-12.col-md-12.col-lg-12.col-xl-12 > div.divTextArea
{
	margin-top: 0px;
	/* margin-top: 80px; */
}

ol.nested 
{
	counter-reset: item;
}
li.nested 
{
	display: block;
	color: #666666;
}
li.nested:before 
{
	content: counters(item, ".") " ";
	counter-increment: item;
}

.row {
    margin-right: 0;
    margin-left: 0;    
    font-size: medium;
}


#serviceRequestFileUploadCategory
{
	padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#divCurrentVoltageRow
{
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	
	/* padding-top: 50px; */
	/* padding-bottom: 50px; */
}

#dtLineDropDate, #dtLineDropRestoreDate
{
width:80px;
}

em, .underline {
  font-style: normal;         /* Removes italics */
  text-decoration: underline; /* Makes underline */
}

#divMainContainer div.Owner > div.form-group > label.control-label.Cnt-Title-Heading
{
 font-weight: bold;
 color: #ff0000 !important;
}


label.form-control
{
    font-weight: normal !important;
}

.plannedoutagenagmessage {
    text-align: center;
    color: rgb(64, 0, 64)!important;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #FFFFCC; /* light yellow */
	background-color: #FFFFCC; /* light yellow */
}
.plannedoutage {
    text-align: center;
    color: rgb(64, 0, 64)!important;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: rgba(255, 0, 0, 0.5);
	background-color: rgba(255, 0, 0, 0.5);
}
