h1,
h2,
h3,
h4,
h5,
h6,
.ms-h1,
.ms-h2,
.ms-h3,
.ms-h4,
.ms-h5,
.ms-h6 {
    margin: auto
}

a,
.ms-link:visited {
    text-decoration: none
}

.ms-clear {
    clear: both
}

.display-none {
    display: none
}

.ms-accessible,
.ms-hidden,
a.ms-skip,
a:hover.ms-skip,
a:visited.ms-skip,
a.ms-TurnOnAcc,
a.ms-SkiptoMainContent,
a.ms-SkiptoNavigation {
    position: absolute;
    top: -2000px;
    overflow: hidden;
    height: 1px;
    width: 1px;
    display: block
}

.ms-dlgOverlay {
    display: none;
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%
}

.ms-dlgFrameContainer {
    overflow: auto
}

.ms-dlgTitle {
    white-space: nowrap;
    cursor: move;
    overflow: hidden
}

.ms-dlgContent {
    position: absolute
}

.ms-dlgTitleBtns {
    float: right;
    height: 30px;
    margin-top: -10px;
    margin-right: -18px
}

.ms-dlgCloseBtn>span {
    border: 1px solid transparent;
    cursor: pointer
}

.ms-webpart-cell-vertical,
.ms-webpart-zone {
    display: table
}

.ms-webpartzone-cell {
    margin: auto auto 20px
}

.ms-fullWidth {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.s4-wpcell,
.s4-wpcell-plain,
.s4-wpActive {
    vertical-align: top
}

.ms-webpart-chrome-vertical {
    display: table-row
}

.ms-webpart-chrome {
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ms-webpart-chrome-fullWidth {
    min-width: 100%
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "“" "”" "‘" "’"
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}


/*!
 * grid.less
 * Grid system from Twitter Bootstrap
 * Bootstrap is released under the MIT license and is copyright 2014 Twitter
 */

.clearfix,
.container,
.container-fluid,
.bcnu-row,
.bcnu-group {
    zoom: 1
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.bcnu-row:before,
.bcnu-row:after,
.bcnu-group:before,
.bcnu-group:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.bcnu-row:after,
.bcnu-group:after {
    clear: both
}

.container,
.container-fluid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1440px
}

@media(min-width:48em) {
    .container,
    .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:64em) {
    .container,
    .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:80em) {
    .container,
    .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

.bcnu-row,
.bcnu-group {
    margin-left: 0;
    margin-right: 0
}

@media(min-width:48em) {
    .bcnu-row,
    .bcnu-group {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:64em) {
    .bcnu-row,
    .bcnu-group {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:80em) {
    .bcnu-row,
    .bcnu-group {
        margin-left: 0;
        margin-right: 0
    }
}

.bcnu-col-xs-1,
.bcnu-col-sm-1,
.bcnu-col-md-1,
.bcnu-col-lg-1,
.bcnu-col-xs-2,
.bcnu-col-sm-2,
.bcnu-col-md-2,
.bcnu-col-lg-2,
.bcnu-col-xs-3,
.bcnu-col-sm-3,
.bcnu-col-md-3,
.bcnu-col-lg-3,
.bcnu-col-xs-4,
.bcnu-col-sm-4,
.bcnu-col-md-4,
.bcnu-col-lg-4,
.bcnu-col-xs-5,
.bcnu-col-sm-5,
.bcnu-col-md-5,
.bcnu-col-lg-5,
.bcnu-col-xs-6,
.bcnu-col-sm-6,
.bcnu-col-md-6,
.bcnu-col-lg-6,
.bcnu-col-xs-7,
.bcnu-col-sm-7,
.bcnu-col-md-7,
.bcnu-col-lg-7,
.bcnu-col-xs-8,
.bcnu-col-sm-8,
.bcnu-col-md-8,
.bcnu-col-lg-8,
.bcnu-col-xs-9,
.bcnu-col-sm-9,
.bcnu-col-md-9,
.bcnu-col-lg-9,
.bcnu-col-xs-10,
.bcnu-col-sm-10,
.bcnu-col-md-10,
.bcnu-col-lg-10,
.bcnu-col-xs-11,
.bcnu-col-sm-11,
.bcnu-col-md-11,
.bcnu-col-lg-11,
.bcnu-col-xs-12,
.bcnu-col-sm-12,
.bcnu-col-md-12,
.bcnu-col-lg-12,
.bcnu-col-xs-13,
.bcnu-col-sm-13,
.bcnu-col-md-13,
.bcnu-col-lg-13,
.bcnu-col-xs-14,
.bcnu-col-sm-14,
.bcnu-col-md-14,
.bcnu-col-lg-14,
.bcnu-col-xs-15,
.bcnu-col-sm-15,
.bcnu-col-md-15,
.bcnu-col-lg-15,
.bcnu-col-xs-16,
.bcnu-col-sm-16,
.bcnu-col-md-16,
.bcnu-col-lg-16,
.bcnu-col-xs-17,
.bcnu-col-sm-17,
.bcnu-col-md-17,
.bcnu-col-lg-17,
.bcnu-col-xs-18,
.bcnu-col-sm-18,
.bcnu-col-md-18,
.bcnu-col-lg-18,
.bcnu-col-xs-19,
.bcnu-col-sm-19,
.bcnu-col-md-19,
.bcnu-col-lg-19,
.bcnu-col-xs-20,
.bcnu-col-sm-20,
.bcnu-col-md-20,
.bcnu-col-lg-20,
.bcnu-col-xs-21,
.bcnu-col-sm-21,
.bcnu-col-md-21,
.bcnu-col-lg-21,
.bcnu-col-xs-22,
.bcnu-col-sm-22,
.bcnu-col-md-22,
.bcnu-col-lg-22,
.bcnu-col-xs-23,
.bcnu-col-sm-23,
.bcnu-col-md-23,
.bcnu-col-lg-23,
.bcnu-col-xs-24,
.bcnu-col-sm-24,
.bcnu-col-md-24,
.bcnu-col-lg-24 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media(min-width:48em) {
    .bcnu-col-xs-1,
    .bcnu-col-sm-1,
    .bcnu-col-md-1,
    .bcnu-col-lg-1,
    .bcnu-col-xs-2,
    .bcnu-col-sm-2,
    .bcnu-col-md-2,
    .bcnu-col-lg-2,
    .bcnu-col-xs-3,
    .bcnu-col-sm-3,
    .bcnu-col-md-3,
    .bcnu-col-lg-3,
    .bcnu-col-xs-4,
    .bcnu-col-sm-4,
    .bcnu-col-md-4,
    .bcnu-col-lg-4,
    .bcnu-col-xs-5,
    .bcnu-col-sm-5,
    .bcnu-col-md-5,
    .bcnu-col-lg-5,
    .bcnu-col-xs-6,
    .bcnu-col-sm-6,
    .bcnu-col-md-6,
    .bcnu-col-lg-6,
    .bcnu-col-xs-7,
    .bcnu-col-sm-7,
    .bcnu-col-md-7,
    .bcnu-col-lg-7,
    .bcnu-col-xs-8,
    .bcnu-col-sm-8,
    .bcnu-col-md-8,
    .bcnu-col-lg-8,
    .bcnu-col-xs-9,
    .bcnu-col-sm-9,
    .bcnu-col-md-9,
    .bcnu-col-lg-9,
    .bcnu-col-xs-10,
    .bcnu-col-sm-10,
    .bcnu-col-md-10,
    .bcnu-col-lg-10,
    .bcnu-col-xs-11,
    .bcnu-col-sm-11,
    .bcnu-col-md-11,
    .bcnu-col-lg-11,
    .bcnu-col-xs-12,
    .bcnu-col-sm-12,
    .bcnu-col-md-12,
    .bcnu-col-lg-12,
    .bcnu-col-xs-13,
    .bcnu-col-sm-13,
    .bcnu-col-md-13,
    .bcnu-col-lg-13,
    .bcnu-col-xs-14,
    .bcnu-col-sm-14,
    .bcnu-col-md-14,
    .bcnu-col-lg-14,
    .bcnu-col-xs-15,
    .bcnu-col-sm-15,
    .bcnu-col-md-15,
    .bcnu-col-lg-15,
    .bcnu-col-xs-16,
    .bcnu-col-sm-16,
    .bcnu-col-md-16,
    .bcnu-col-lg-16,
    .bcnu-col-xs-17,
    .bcnu-col-sm-17,
    .bcnu-col-md-17,
    .bcnu-col-lg-17,
    .bcnu-col-xs-18,
    .bcnu-col-sm-18,
    .bcnu-col-md-18,
    .bcnu-col-lg-18,
    .bcnu-col-xs-19,
    .bcnu-col-sm-19,
    .bcnu-col-md-19,
    .bcnu-col-lg-19,
    .bcnu-col-xs-20,
    .bcnu-col-sm-20,
    .bcnu-col-md-20,
    .bcnu-col-lg-20,
    .bcnu-col-xs-21,
    .bcnu-col-sm-21,
    .bcnu-col-md-21,
    .bcnu-col-lg-21,
    .bcnu-col-xs-22,
    .bcnu-col-sm-22,
    .bcnu-col-md-22,
    .bcnu-col-lg-22,
    .bcnu-col-xs-23,
    .bcnu-col-sm-23,
    .bcnu-col-md-23,
    .bcnu-col-lg-23,
    .bcnu-col-xs-24,
    .bcnu-col-sm-24,
    .bcnu-col-md-24,
    .bcnu-col-lg-24 {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:64em) {
    .bcnu-col-xs-1,
    .bcnu-col-sm-1,
    .bcnu-col-md-1,
    .bcnu-col-lg-1,
    .bcnu-col-xs-2,
    .bcnu-col-sm-2,
    .bcnu-col-md-2,
    .bcnu-col-lg-2,
    .bcnu-col-xs-3,
    .bcnu-col-sm-3,
    .bcnu-col-md-3,
    .bcnu-col-lg-3,
    .bcnu-col-xs-4,
    .bcnu-col-sm-4,
    .bcnu-col-md-4,
    .bcnu-col-lg-4,
    .bcnu-col-xs-5,
    .bcnu-col-sm-5,
    .bcnu-col-md-5,
    .bcnu-col-lg-5,
    .bcnu-col-xs-6,
    .bcnu-col-sm-6,
    .bcnu-col-md-6,
    .bcnu-col-lg-6,
    .bcnu-col-xs-7,
    .bcnu-col-sm-7,
    .bcnu-col-md-7,
    .bcnu-col-lg-7,
    .bcnu-col-xs-8,
    .bcnu-col-sm-8,
    .bcnu-col-md-8,
    .bcnu-col-lg-8,
    .bcnu-col-xs-9,
    .bcnu-col-sm-9,
    .bcnu-col-md-9,
    .bcnu-col-lg-9,
    .bcnu-col-xs-10,
    .bcnu-col-sm-10,
    .bcnu-col-md-10,
    .bcnu-col-lg-10,
    .bcnu-col-xs-11,
    .bcnu-col-sm-11,
    .bcnu-col-md-11,
    .bcnu-col-lg-11,
    .bcnu-col-xs-12,
    .bcnu-col-sm-12,
    .bcnu-col-md-12,
    .bcnu-col-lg-12,
    .bcnu-col-xs-13,
    .bcnu-col-sm-13,
    .bcnu-col-md-13,
    .bcnu-col-lg-13,
    .bcnu-col-xs-14,
    .bcnu-col-sm-14,
    .bcnu-col-md-14,
    .bcnu-col-lg-14,
    .bcnu-col-xs-15,
    .bcnu-col-sm-15,
    .bcnu-col-md-15,
    .bcnu-col-lg-15,
    .bcnu-col-xs-16,
    .bcnu-col-sm-16,
    .bcnu-col-md-16,
    .bcnu-col-lg-16,
    .bcnu-col-xs-17,
    .bcnu-col-sm-17,
    .bcnu-col-md-17,
    .bcnu-col-lg-17,
    .bcnu-col-xs-18,
    .bcnu-col-sm-18,
    .bcnu-col-md-18,
    .bcnu-col-lg-18,
    .bcnu-col-xs-19,
    .bcnu-col-sm-19,
    .bcnu-col-md-19,
    .bcnu-col-lg-19,
    .bcnu-col-xs-20,
    .bcnu-col-sm-20,
    .bcnu-col-md-20,
    .bcnu-col-lg-20,
    .bcnu-col-xs-21,
    .bcnu-col-sm-21,
    .bcnu-col-md-21,
    .bcnu-col-lg-21,
    .bcnu-col-xs-22,
    .bcnu-col-sm-22,
    .bcnu-col-md-22,
    .bcnu-col-lg-22,
    .bcnu-col-xs-23,
    .bcnu-col-sm-23,
    .bcnu-col-md-23,
    .bcnu-col-lg-23,
    .bcnu-col-xs-24,
    .bcnu-col-sm-24,
    .bcnu-col-md-24,
    .bcnu-col-lg-24 {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:80em) {
    .bcnu-col-xs-1,
    .bcnu-col-sm-1,
    .bcnu-col-md-1,
    .bcnu-col-lg-1,
    .bcnu-col-xs-2,
    .bcnu-col-sm-2,
    .bcnu-col-md-2,
    .bcnu-col-lg-2,
    .bcnu-col-xs-3,
    .bcnu-col-sm-3,
    .bcnu-col-md-3,
    .bcnu-col-lg-3,
    .bcnu-col-xs-4,
    .bcnu-col-sm-4,
    .bcnu-col-md-4,
    .bcnu-col-lg-4,
    .bcnu-col-xs-5,
    .bcnu-col-sm-5,
    .bcnu-col-md-5,
    .bcnu-col-lg-5,
    .bcnu-col-xs-6,
    .bcnu-col-sm-6,
    .bcnu-col-md-6,
    .bcnu-col-lg-6,
    .bcnu-col-xs-7,
    .bcnu-col-sm-7,
    .bcnu-col-md-7,
    .bcnu-col-lg-7,
    .bcnu-col-xs-8,
    .bcnu-col-sm-8,
    .bcnu-col-md-8,
    .bcnu-col-lg-8,
    .bcnu-col-xs-9,
    .bcnu-col-sm-9,
    .bcnu-col-md-9,
    .bcnu-col-lg-9,
    .bcnu-col-xs-10,
    .bcnu-col-sm-10,
    .bcnu-col-md-10,
    .bcnu-col-lg-10,
    .bcnu-col-xs-11,
    .bcnu-col-sm-11,
    .bcnu-col-md-11,
    .bcnu-col-lg-11,
    .bcnu-col-xs-12,
    .bcnu-col-sm-12,
    .bcnu-col-md-12,
    .bcnu-col-lg-12,
    .bcnu-col-xs-13,
    .bcnu-col-sm-13,
    .bcnu-col-md-13,
    .bcnu-col-lg-13,
    .bcnu-col-xs-14,
    .bcnu-col-sm-14,
    .bcnu-col-md-14,
    .bcnu-col-lg-14,
    .bcnu-col-xs-15,
    .bcnu-col-sm-15,
    .bcnu-col-md-15,
    .bcnu-col-lg-15,
    .bcnu-col-xs-16,
    .bcnu-col-sm-16,
    .bcnu-col-md-16,
    .bcnu-col-lg-16,
    .bcnu-col-xs-17,
    .bcnu-col-sm-17,
    .bcnu-col-md-17,
    .bcnu-col-lg-17,
    .bcnu-col-xs-18,
    .bcnu-col-sm-18,
    .bcnu-col-md-18,
    .bcnu-col-lg-18,
    .bcnu-col-xs-19,
    .bcnu-col-sm-19,
    .bcnu-col-md-19,
    .bcnu-col-lg-19,
    .bcnu-col-xs-20,
    .bcnu-col-sm-20,
    .bcnu-col-md-20,
    .bcnu-col-lg-20,
    .bcnu-col-xs-21,
    .bcnu-col-sm-21,
    .bcnu-col-md-21,
    .bcnu-col-lg-21,
    .bcnu-col-xs-22,
    .bcnu-col-sm-22,
    .bcnu-col-md-22,
    .bcnu-col-lg-22,
    .bcnu-col-xs-23,
    .bcnu-col-sm-23,
    .bcnu-col-md-23,
    .bcnu-col-lg-23,
    .bcnu-col-xs-24,
    .bcnu-col-sm-24,
    .bcnu-col-md-24,
    .bcnu-col-lg-24 {
        padding-left: 0;
        padding-right: 0
    }
}

.bcnu-col-xs-1,
.bcnu-col-xs-2,
.bcnu-col-xs-3,
.bcnu-col-xs-4,
.bcnu-col-xs-5,
.bcnu-col-xs-6,
.bcnu-col-xs-7,
.bcnu-col-xs-8,
.bcnu-col-xs-9,
.bcnu-col-xs-10,
.bcnu-col-xs-11,
.bcnu-col-xs-12,
.bcnu-col-xs-13,
.bcnu-col-xs-14,
.bcnu-col-xs-15,
.bcnu-col-xs-16,
.bcnu-col-xs-17,
.bcnu-col-xs-18,
.bcnu-col-xs-19,
.bcnu-col-xs-20,
.bcnu-col-xs-21,
.bcnu-col-xs-22,
.bcnu-col-xs-23,
.bcnu-col-xs-24 {
    float: left
}

.bcnu-col-xs-24 {
    width: 100%
}

.bcnu-col-xs-23 {
    width: 95.83333333%
}

.bcnu-col-xs-22 {
    width: 91.66666667%
}

.bcnu-col-xs-21 {
    width: 87.5%
}

.bcnu-col-xs-20 {
    width: 83.33333333%
}

.bcnu-col-xs-19 {
    width: 79.16666667%
}

.bcnu-col-xs-18 {
    width: 75%
}

.bcnu-col-xs-17 {
    width: 70.83333333%
}

.bcnu-col-xs-16 {
    width: 66.66666667%
}

.bcnu-col-xs-15 {
    width: 62.5%
}

.bcnu-col-xs-14 {
    width: 58.33333333%
}

.bcnu-col-xs-13 {
    width: 54.16666667%
}

.bcnu-col-xs-12 {
    width: 50%
}

.bcnu-col-xs-11 {
    width: 45.83333333%
}

.bcnu-col-xs-10 {
    width: 41.66666667%
}

.bcnu-col-xs-9 {
    width: 37.5%
}

.bcnu-col-xs-8 {
    width: 33.33333333%
}

.bcnu-col-xs-7 {
    width: 29.16666667%
}

.bcnu-col-xs-6 {
    width: 25%
}

.bcnu-col-xs-5 {
    width: 20.83333333%
}

.bcnu-col-xs-4 {
    width: 16.66666667%
}

.bcnu-col-xs-3 {
    width: 12.5%
}

.bcnu-col-xs-2 {
    width: 8.33333333%
}

.bcnu-col-xs-1 {
    width: 4.16666667%
}

.bcnu-col-xs-pull-24 {
    right: 100%
}

.bcnu-col-xs-pull-23 {
    right: 95.83333333%
}

.bcnu-col-xs-pull-22 {
    right: 91.66666667%
}

.bcnu-col-xs-pull-21 {
    right: 87.5%
}

.bcnu-col-xs-pull-20 {
    right: 83.33333333%
}

.bcnu-col-xs-pull-19 {
    right: 79.16666667%
}

.bcnu-col-xs-pull-18 {
    right: 75%
}

.bcnu-col-xs-pull-17 {
    right: 70.83333333%
}

.bcnu-col-xs-pull-16 {
    right: 66.66666667%
}

.bcnu-col-xs-pull-15 {
    right: 62.5%
}

.bcnu-col-xs-pull-14 {
    right: 58.33333333%
}

.bcnu-col-xs-pull-13 {
    right: 54.16666667%
}

.bcnu-col-xs-pull-12 {
    right: 50%
}

.bcnu-col-xs-pull-11 {
    right: 45.83333333%
}

.bcnu-col-xs-pull-10 {
    right: 41.66666667%
}

.bcnu-col-xs-pull-9 {
    right: 37.5%
}

.bcnu-col-xs-pull-8 {
    right: 33.33333333%
}

.bcnu-col-xs-pull-7 {
    right: 29.16666667%
}

.bcnu-col-xs-pull-6 {
    right: 25%
}

.bcnu-col-xs-pull-5 {
    right: 20.83333333%
}

.bcnu-col-xs-pull-4 {
    right: 16.66666667%
}

.bcnu-col-xs-pull-3 {
    right: 12.5%
}

.bcnu-col-xs-pull-2 {
    right: 8.33333333%
}

.bcnu-col-xs-pull-1 {
    right: 4.16666667%
}

.bcnu-col-xs-pull-0 {
    right: 0%
}

.bcnu-col-xs-push-24 {
    left: 100%
}

.bcnu-col-xs-push-23 {
    left: 95.83333333%
}

.bcnu-col-xs-push-22 {
    left: 91.66666667%
}

.bcnu-col-xs-push-21 {
    left: 87.5%
}

.bcnu-col-xs-push-20 {
    left: 83.33333333%
}

.bcnu-col-xs-push-19 {
    left: 79.16666667%
}

.bcnu-col-xs-push-18 {
    left: 75%
}

.bcnu-col-xs-push-17 {
    left: 70.83333333%
}

.bcnu-col-xs-push-16 {
    left: 66.66666667%
}

.bcnu-col-xs-push-15 {
    left: 62.5%
}

.bcnu-col-xs-push-14 {
    left: 58.33333333%
}

.bcnu-col-xs-push-13 {
    left: 54.16666667%
}

.bcnu-col-xs-push-12 {
    left: 50%
}

.bcnu-col-xs-push-11 {
    left: 45.83333333%
}

.bcnu-col-xs-push-10 {
    left: 41.66666667%
}

.bcnu-col-xs-push-9 {
    left: 37.5%
}

.bcnu-col-xs-push-8 {
    left: 33.33333333%
}

.bcnu-col-xs-push-7 {
    left: 29.16666667%
}

.bcnu-col-xs-push-6 {
    left: 25%
}

.bcnu-col-xs-push-5 {
    left: 20.83333333%
}

.bcnu-col-xs-push-4 {
    left: 16.66666667%
}

.bcnu-col-xs-push-3 {
    left: 12.5%
}

.bcnu-col-xs-push-2 {
    left: 8.33333333%
}

.bcnu-col-xs-push-1 {
    left: 4.16666667%
}

.bcnu-col-xs-push-0 {
    left: 0%
}

.bcnu-col-xs-offset-24 {
    margin-left: 100%
}

.bcnu-col-xs-offset-23 {
    margin-left: 95.83333333%
}

.bcnu-col-xs-offset-22 {
    margin-left: 91.66666667%
}

.bcnu-col-xs-offset-21 {
    margin-left: 87.5%
}

.bcnu-col-xs-offset-20 {
    margin-left: 83.33333333%
}

.bcnu-col-xs-offset-19 {
    margin-left: 79.16666667%
}

.bcnu-col-xs-offset-18 {
    margin-left: 75%
}

.bcnu-col-xs-offset-17 {
    margin-left: 70.83333333%
}

.bcnu-col-xs-offset-16 {
    margin-left: 66.66666667%
}

.bcnu-col-xs-offset-15 {
    margin-left: 62.5%
}

.bcnu-col-xs-offset-14 {
    margin-left: 58.33333333%
}

.bcnu-col-xs-offset-13 {
    margin-left: 54.16666667%
}

.bcnu-col-xs-offset-12 {
    margin-left: 50%
}

.bcnu-col-xs-offset-11 {
    margin-left: 45.83333333%
}

.bcnu-col-xs-offset-10 {
    margin-left: 41.66666667%
}

.bcnu-col-xs-offset-9 {
    margin-left: 37.5%
}

.bcnu-col-xs-offset-8 {
    margin-left: 33.33333333%
}

.bcnu-col-xs-offset-7 {
    margin-left: 29.16666667%
}

.bcnu-col-xs-offset-6 {
    margin-left: 25%
}

.bcnu-col-xs-offset-5 {
    margin-left: 20.83333333%
}

.bcnu-col-xs-offset-4 {
    margin-left: 16.66666667%
}

.bcnu-col-xs-offset-3 {
    margin-left: 12.5%
}

.bcnu-col-xs-offset-2 {
    margin-left: 8.33333333%
}

.bcnu-col-xs-offset-1 {
    margin-left: 4.16666667%
}

.bcnu-col-xs-offset-0 {
    margin-left: 0%
}

@media(min-width:48em) {
    .bcnu-col-sm-1,
    .bcnu-col-sm-2,
    .bcnu-col-sm-3,
    .bcnu-col-sm-4,
    .bcnu-col-sm-5,
    .bcnu-col-sm-6,
    .bcnu-col-sm-7,
    .bcnu-col-sm-8,
    .bcnu-col-sm-9,
    .bcnu-col-sm-10,
    .bcnu-col-sm-11,
    .bcnu-col-sm-12,
    .bcnu-col-sm-13,
    .bcnu-col-sm-14,
    .bcnu-col-sm-15,
    .bcnu-col-sm-16,
    .bcnu-col-sm-17,
    .bcnu-col-sm-18,
    .bcnu-col-sm-19,
    .bcnu-col-sm-20,
    .bcnu-col-sm-21,
    .bcnu-col-sm-22,
    .bcnu-col-sm-23,
    .bcnu-col-sm-24 {
        float: left
    }
    .bcnu-col-sm-24 {
        width: 100%
    }
    .bcnu-col-sm-23 {
        width: 95.83333333%
    }
    .bcnu-col-sm-22 {
        width: 91.66666667%
    }
    .bcnu-col-sm-21 {
        width: 87.5%
    }
    .bcnu-col-sm-20 {
        width: 83.33333333%
    }
    .bcnu-col-sm-19 {
        width: 79.16666667%
    }
    .bcnu-col-sm-18 {
        width: 75%
    }
    .bcnu-col-sm-17 {
        width: 70.83333333%
    }
    .bcnu-col-sm-16 {
        width: 66.66666667%
    }
    .bcnu-col-sm-15 {
        width: 62.5%
    }
    .bcnu-col-sm-14 {
        width: 58.33333333%
    }
    .bcnu-col-sm-13 {
        width: 54.16666667%
    }
    .bcnu-col-sm-12 {
        width: 50%
    }
    .bcnu-col-sm-11 {
        width: 45.83333333%
    }
    .bcnu-col-sm-10 {
        width: 41.66666667%
    }
    .bcnu-col-sm-9 {
        width: 37.5%
    }
    .bcnu-col-sm-8 {
        width: 33.33333333%
    }
    .bcnu-col-sm-7 {
        width: 29.16666667%
    }
    .bcnu-col-sm-6 {
        width: 25%
    }
    .bcnu-col-sm-5 {
        width: 20.83333333%
    }
    .bcnu-col-sm-4 {
        width: 16.66666667%
    }
    .bcnu-col-sm-3 {
        width: 12.5%
    }
    .bcnu-col-sm-2 {
        width: 8.33333333%
    }
    .bcnu-col-sm-1 {
        width: 4.16666667%
    }
    .bcnu-col-sm-pull-24 {
        right: 100%
    }
    .bcnu-col-sm-pull-23 {
        right: 95.83333333%
    }
    .bcnu-col-sm-pull-22 {
        right: 91.66666667%
    }
    .bcnu-col-sm-pull-21 {
        right: 87.5%
    }
    .bcnu-col-sm-pull-20 {
        right: 83.33333333%
    }
    .bcnu-col-sm-pull-19 {
        right: 79.16666667%
    }
    .bcnu-col-sm-pull-18 {
        right: 75%
    }
    .bcnu-col-sm-pull-17 {
        right: 70.83333333%
    }
    .bcnu-col-sm-pull-16 {
        right: 66.66666667%
    }
    .bcnu-col-sm-pull-15 {
        right: 62.5%
    }
    .bcnu-col-sm-pull-14 {
        right: 58.33333333%
    }
    .bcnu-col-sm-pull-13 {
        right: 54.16666667%
    }
    .bcnu-col-sm-pull-12 {
        right: 50%
    }
    .bcnu-col-sm-pull-11 {
        right: 45.83333333%
    }
    .bcnu-col-sm-pull-10 {
        right: 41.66666667%
    }
    .bcnu-col-sm-pull-9 {
        right: 37.5%
    }
    .bcnu-col-sm-pull-8 {
        right: 33.33333333%
    }
    .bcnu-col-sm-pull-7 {
        right: 29.16666667%
    }
    .bcnu-col-sm-pull-6 {
        right: 25%
    }
    .bcnu-col-sm-pull-5 {
        right: 20.83333333%
    }
    .bcnu-col-sm-pull-4 {
        right: 16.66666667%
    }
    .bcnu-col-sm-pull-3 {
        right: 12.5%
    }
    .bcnu-col-sm-pull-2 {
        right: 8.33333333%
    }
    .bcnu-col-sm-pull-1 {
        right: 4.16666667%
    }
    .bcnu-col-sm-pull-0 {
        right: 0%
    }
    .bcnu-col-sm-push-24 {
        left: 100%
    }
    .bcnu-col-sm-push-23 {
        left: 95.83333333%
    }
    .bcnu-col-sm-push-22 {
        left: 91.66666667%
    }
    .bcnu-col-sm-push-21 {
        left: 87.5%
    }
    .bcnu-col-sm-push-20 {
        left: 83.33333333%
    }
    .bcnu-col-sm-push-19 {
        left: 79.16666667%
    }
    .bcnu-col-sm-push-18 {
        left: 75%
    }
    .bcnu-col-sm-push-17 {
        left: 70.83333333%
    }
    .bcnu-col-sm-push-16 {
        left: 66.66666667%
    }
    .bcnu-col-sm-push-15 {
        left: 62.5%
    }
    .bcnu-col-sm-push-14 {
        left: 58.33333333%
    }
    .bcnu-col-sm-push-13 {
        left: 54.16666667%
    }
    .bcnu-col-sm-push-12 {
        left: 50%
    }
    .bcnu-col-sm-push-11 {
        left: 45.83333333%
    }
    .bcnu-col-sm-push-10 {
        left: 41.66666667%
    }
    .bcnu-col-sm-push-9 {
        left: 37.5%
    }
    .bcnu-col-sm-push-8 {
        left: 33.33333333%
    }
    .bcnu-col-sm-push-7 {
        left: 29.16666667%
    }
    .bcnu-col-sm-push-6 {
        left: 25%
    }
    .bcnu-col-sm-push-5 {
        left: 20.83333333%
    }
    .bcnu-col-sm-push-4 {
        left: 16.66666667%
    }
    .bcnu-col-sm-push-3 {
        left: 12.5%
    }
    .bcnu-col-sm-push-2 {
        left: 8.33333333%
    }
    .bcnu-col-sm-push-1 {
        left: 4.16666667%
    }
    .bcnu-col-sm-push-0 {
        left: 0%
    }
    .bcnu-col-sm-offset-24 {
        margin-left: 100%
    }
    .bcnu-col-sm-offset-23 {
        margin-left: 95.83333333%
    }
    .bcnu-col-sm-offset-22 {
        margin-left: 91.66666667%
    }
    .bcnu-col-sm-offset-21 {
        margin-left: 87.5%
    }
    .bcnu-col-sm-offset-20 {
        margin-left: 83.33333333%
    }
    .bcnu-col-sm-offset-19 {
        margin-left: 79.16666667%
    }
    .bcnu-col-sm-offset-18 {
        margin-left: 75%
    }
    .bcnu-col-sm-offset-17 {
        margin-left: 70.83333333%
    }
    .bcnu-col-sm-offset-16 {
        margin-left: 66.66666667%
    }
    .bcnu-col-sm-offset-15 {
        margin-left: 62.5%
    }
    .bcnu-col-sm-offset-14 {
        margin-left: 58.33333333%
    }
    .bcnu-col-sm-offset-13 {
        margin-left: 54.16666667%
    }
    .bcnu-col-sm-offset-12 {
        margin-left: 50%
    }
    .bcnu-col-sm-offset-11 {
        margin-left: 45.83333333%
    }
    .bcnu-col-sm-offset-10 {
        margin-left: 41.66666667%
    }
    .bcnu-col-sm-offset-9 {
        margin-left: 37.5%
    }
    .bcnu-col-sm-offset-8 {
        margin-left: 33.33333333%
    }
    .bcnu-col-sm-offset-7 {
        margin-left: 29.16666667%
    }
    .bcnu-col-sm-offset-6 {
        margin-left: 25%
    }
    .bcnu-col-sm-offset-5 {
        margin-left: 20.83333333%
    }
    .bcnu-col-sm-offset-4 {
        margin-left: 16.66666667%
    }
    .bcnu-col-sm-offset-3 {
        margin-left: 12.5%
    }
    .bcnu-col-sm-offset-2 {
        margin-left: 8.33333333%
    }
    .bcnu-col-sm-offset-1 {
        margin-left: 4.16666667%
    }
    .bcnu-col-sm-offset-0 {
        margin-left: 0%
    }
}

@media(min-width:64em) {
    .bcnu-col-md-1,
    .bcnu-col-md-2,
    .bcnu-col-md-3,
    .bcnu-col-md-4,
    .bcnu-col-md-5,
    .bcnu-col-md-6,
    .bcnu-col-md-7,
    .bcnu-col-md-8,
    .bcnu-col-md-9,
    .bcnu-col-md-10,
    .bcnu-col-md-11,
    .bcnu-col-md-12,
    .bcnu-col-md-13,
    .bcnu-col-md-14,
    .bcnu-col-md-15,
    .bcnu-col-md-16,
    .bcnu-col-md-17,
    .bcnu-col-md-18,
    .bcnu-col-md-19,
    .bcnu-col-md-20,
    .bcnu-col-md-21,
    .bcnu-col-md-22,
    .bcnu-col-md-23,
    .bcnu-col-md-24 {
        float: left
    }
    .bcnu-col-md-24 {
        width: 100%
    }
    .bcnu-col-md-23 {
        width: 95.83333333%
    }
    .bcnu-col-md-22 {
        width: 91.66666667%
    }
    .bcnu-col-md-21 {
        width: 87.5%
    }
    .bcnu-col-md-20 {
        width: 83.33333333%
    }
    .bcnu-col-md-19 {
        width: 79.16666667%
    }
    .bcnu-col-md-18 {
        width: 75%
    }
    .bcnu-col-md-17 {
        width: 70.83333333%
    }
    .bcnu-col-md-16 {
        width: 66.66666667%
    }
    .bcnu-col-md-15 {
        width: 62.5%
    }
    .bcnu-col-md-14 {
        width: 58.33333333%
    }
    .bcnu-col-md-13 {
        width: 54.16666667%
    }
    .bcnu-col-md-12 {
        width: 50%
    }
    .bcnu-col-md-11 {
        width: 45.83333333%
    }
    .bcnu-col-md-10 {
        width: 41.66666667%
    }
    .bcnu-col-md-9 {
        width: 37.5%
    }
    .bcnu-col-md-8 {
        width: 33.33333333%
    }
    .bcnu-col-md-7 {
        width: 29.16666667%
    }
    .bcnu-col-md-6 {
        width: 25%
    }
    .bcnu-col-md-5 {
        width: 20.83333333%
    }
    .bcnu-col-md-4 {
        width: 16.66666667%
    }
    .bcnu-col-md-3 {
        width: 12.5%
    }
    .bcnu-col-md-2 {
        width: 8.33333333%
    }
    .bcnu-col-md-1 {
        width: 4.16666667%
    }
    .bcnu-col-md-pull-24 {
        right: 100%
    }
    .bcnu-col-md-pull-23 {
        right: 95.83333333%
    }
    .bcnu-col-md-pull-22 {
        right: 91.66666667%
    }
    .bcnu-col-md-pull-21 {
        right: 87.5%
    }
    .bcnu-col-md-pull-20 {
        right: 83.33333333%
    }
    .bcnu-col-md-pull-19 {
        right: 79.16666667%
    }
    .bcnu-col-md-pull-18 {
        right: 75%
    }
    .bcnu-col-md-pull-17 {
        right: 70.83333333%
    }
    .bcnu-col-md-pull-16 {
        right: 66.66666667%
    }
    .bcnu-col-md-pull-15 {
        right: 62.5%
    }
    .bcnu-col-md-pull-14 {
        right: 58.33333333%
    }
    .bcnu-col-md-pull-13 {
        right: 54.16666667%
    }
    .bcnu-col-md-pull-12 {
        right: 50%
    }
    .bcnu-col-md-pull-11 {
        right: 45.83333333%
    }
    .bcnu-col-md-pull-10 {
        right: 41.66666667%
    }
    .bcnu-col-md-pull-9 {
        right: 37.5%
    }
    .bcnu-col-md-pull-8 {
        right: 33.33333333%
    }
    .bcnu-col-md-pull-7 {
        right: 29.16666667%
    }
    .bcnu-col-md-pull-6 {
        right: 25%
    }
    .bcnu-col-md-pull-5 {
        right: 20.83333333%
    }
    .bcnu-col-md-pull-4 {
        right: 16.66666667%
    }
    .bcnu-col-md-pull-3 {
        right: 12.5%
    }
    .bcnu-col-md-pull-2 {
        right: 8.33333333%
    }
    .bcnu-col-md-pull-1 {
        right: 4.16666667%
    }
    .bcnu-col-md-pull-0 {
        right: 0%
    }
    .bcnu-col-md-push-24 {
        left: 100%
    }
    .bcnu-col-md-push-23 {
        left: 95.83333333%
    }
    .bcnu-col-md-push-22 {
        left: 91.66666667%
    }
    .bcnu-col-md-push-21 {
        left: 87.5%
    }
    .bcnu-col-md-push-20 {
        left: 83.33333333%
    }
    .bcnu-col-md-push-19 {
        left: 79.16666667%
    }
    .bcnu-col-md-push-18 {
        left: 75%
    }
    .bcnu-col-md-push-17 {
        left: 70.83333333%
    }
    .bcnu-col-md-push-16 {
        left: 66.66666667%
    }
    .bcnu-col-md-push-15 {
        left: 62.5%
    }
    .bcnu-col-md-push-14 {
        left: 58.33333333%
    }
    .bcnu-col-md-push-13 {
        left: 54.16666667%
    }
    .bcnu-col-md-push-12 {
        left: 50%
    }
    .bcnu-col-md-push-11 {
        left: 45.83333333%
    }
    .bcnu-col-md-push-10 {
        left: 41.66666667%
    }
    .bcnu-col-md-push-9 {
        left: 37.5%
    }
    .bcnu-col-md-push-8 {
        left: 33.33333333%
    }
    .bcnu-col-md-push-7 {
        left: 29.16666667%
    }
    .bcnu-col-md-push-6 {
        left: 25%
    }
    .bcnu-col-md-push-5 {
        left: 20.83333333%
    }
    .bcnu-col-md-push-4 {
        left: 16.66666667%
    }
    .bcnu-col-md-push-3 {
        left: 12.5%
    }
    .bcnu-col-md-push-2 {
        left: 8.33333333%
    }
    .bcnu-col-md-push-1 {
        left: 4.16666667%
    }
    .bcnu-col-md-push-0 {
        left: 0%
    }
    .bcnu-col-md-offset-24 {
        margin-left: 100%
    }
    .bcnu-col-md-offset-23 {
        margin-left: 95.83333333%
    }
    .bcnu-col-md-offset-22 {
        margin-left: 91.66666667%
    }
    .bcnu-col-md-offset-21 {
        margin-left: 87.5%
    }
    .bcnu-col-md-offset-20 {
        margin-left: 83.33333333%
    }
    .bcnu-col-md-offset-19 {
        margin-left: 79.16666667%
    }
    .bcnu-col-md-offset-18 {
        margin-left: 75%
    }
    .bcnu-col-md-offset-17 {
        margin-left: 70.83333333%
    }
    .bcnu-col-md-offset-16 {
        margin-left: 66.66666667%
    }
    .bcnu-col-md-offset-15 {
        margin-left: 62.5%
    }
    .bcnu-col-md-offset-14 {
        margin-left: 58.33333333%
    }
    .bcnu-col-md-offset-13 {
        margin-left: 54.16666667%
    }
    .bcnu-col-md-offset-12 {
        margin-left: 50%
    }
    .bcnu-col-md-offset-11 {
        margin-left: 45.83333333%
    }
    .bcnu-col-md-offset-10 {
        margin-left: 41.66666667%
    }
    .bcnu-col-md-offset-9 {
        margin-left: 37.5%
    }
    .bcnu-col-md-offset-8 {
        margin-left: 33.33333333%
    }
    .bcnu-col-md-offset-7 {
        margin-left: 29.16666667%
    }
    .bcnu-col-md-offset-6 {
        margin-left: 25%
    }
    .bcnu-col-md-offset-5 {
        margin-left: 20.83333333%
    }
    .bcnu-col-md-offset-4 {
        margin-left: 16.66666667%
    }
    .bcnu-col-md-offset-3 {
        margin-left: 12.5%
    }
    .bcnu-col-md-offset-2 {
        margin-left: 8.33333333%
    }
    .bcnu-col-md-offset-1 {
        margin-left: 4.16666667%
    }
    .bcnu-col-md-offset-0 {
        margin-left: 0%
    }
}

@media(min-width:80em) {
    .bcnu-col-lg-1,
    .bcnu-col-lg-2,
    .bcnu-col-lg-3,
    .bcnu-col-lg-4,
    .bcnu-col-lg-5,
    .bcnu-col-lg-6,
    .bcnu-col-lg-7,
    .bcnu-col-lg-8,
    .bcnu-col-lg-9,
    .bcnu-col-lg-10,
    .bcnu-col-lg-11,
    .bcnu-col-lg-12,
    .bcnu-col-lg-13,
    .bcnu-col-lg-14,
    .bcnu-col-lg-15,
    .bcnu-col-lg-16,
    .bcnu-col-lg-17,
    .bcnu-col-lg-18,
    .bcnu-col-lg-19,
    .bcnu-col-lg-20,
    .bcnu-col-lg-21,
    .bcnu-col-lg-22,
    .bcnu-col-lg-23,
    .bcnu-col-lg-24 {
        float: left
    }
    .bcnu-col-lg-24 {
        width: 100%
    }
    .bcnu-col-lg-23 {
        width: 95.83333333%
    }
    .bcnu-col-lg-22 {
        width: 91.66666667%
    }
    .bcnu-col-lg-21 {
        width: 87.5%
    }
    .bcnu-col-lg-20 {
        width: 83.33333333%
    }
    .bcnu-col-lg-19 {
        width: 79.16666667%
    }
    .bcnu-col-lg-18 {
        width: 75%
    }
    .bcnu-col-lg-17 {
        width: 70.83333333%
    }
    .bcnu-col-lg-16 {
        width: 66.66666667%
    }
    .bcnu-col-lg-15 {
        width: 62.5%
    }
    .bcnu-col-lg-14 {
        width: 58.33333333%
    }
    .bcnu-col-lg-13 {
        width: 54.16666667%
    }
    .bcnu-col-lg-12 {
        width: 50%
    }
    .bcnu-col-lg-11 {
        width: 45.83333333%
    }
    .bcnu-col-lg-10 {
        width: 41.66666667%
    }
    .bcnu-col-lg-9 {
        width: 37.5%
    }
    .bcnu-col-lg-8 {
        width: 33.33333333%
    }
    .bcnu-col-lg-7 {
        width: 29.16666667%
    }
    .bcnu-col-lg-6 {
        width: 25%
    }
    .bcnu-col-lg-5 {
        width: 20.83333333%
    }
    .bcnu-col-lg-4 {
        width: 16.66666667%
    }
    .bcnu-col-lg-3 {
        width: 12.5%
    }
    .bcnu-col-lg-2 {
        width: 8.33333333%
    }
    .bcnu-col-lg-1 {
        width: 4.16666667%
    }
    .bcnu-col-lg-pull-24 {
        right: 100%
    }
    .bcnu-col-lg-pull-23 {
        right: 95.83333333%
    }
    .bcnu-col-lg-pull-22 {
        right: 91.66666667%
    }
    .bcnu-col-lg-pull-21 {
        right: 87.5%
    }
    .bcnu-col-lg-pull-20 {
        right: 83.33333333%
    }
    .bcnu-col-lg-pull-19 {
        right: 79.16666667%
    }
    .bcnu-col-lg-pull-18 {
        right: 75%
    }
    .bcnu-col-lg-pull-17 {
        right: 70.83333333%
    }
    .bcnu-col-lg-pull-16 {
        right: 66.66666667%
    }
    .bcnu-col-lg-pull-15 {
        right: 62.5%
    }
    .bcnu-col-lg-pull-14 {
        right: 58.33333333%
    }
    .bcnu-col-lg-pull-13 {
        right: 54.16666667%
    }
    .bcnu-col-lg-pull-12 {
        right: 50%
    }
    .bcnu-col-lg-pull-11 {
        right: 45.83333333%
    }
    .bcnu-col-lg-pull-10 {
        right: 41.66666667%
    }
    .bcnu-col-lg-pull-9 {
        right: 37.5%
    }
    .bcnu-col-lg-pull-8 {
        right: 33.33333333%
    }
    .bcnu-col-lg-pull-7 {
        right: 29.16666667%
    }
    .bcnu-col-lg-pull-6 {
        right: 25%
    }
    .bcnu-col-lg-pull-5 {
        right: 20.83333333%
    }
    .bcnu-col-lg-pull-4 {
        right: 16.66666667%
    }
    .bcnu-col-lg-pull-3 {
        right: 12.5%
    }
    .bcnu-col-lg-pull-2 {
        right: 8.33333333%
    }
    .bcnu-col-lg-pull-1 {
        right: 4.16666667%
    }
    .bcnu-col-lg-pull-0 {
        right: 0%
    }
    .bcnu-col-lg-push-24 {
        left: 100%
    }
    .bcnu-col-lg-push-23 {
        left: 95.83333333%
    }
    .bcnu-col-lg-push-22 {
        left: 91.66666667%
    }
    .bcnu-col-lg-push-21 {
        left: 87.5%
    }
    .bcnu-col-lg-push-20 {
        left: 83.33333333%
    }
    .bcnu-col-lg-push-19 {
        left: 79.16666667%
    }
    .bcnu-col-lg-push-18 {
        left: 75%
    }
    .bcnu-col-lg-push-17 {
        left: 70.83333333%
    }
    .bcnu-col-lg-push-16 {
        left: 66.66666667%
    }
    .bcnu-col-lg-push-15 {
        left: 62.5%
    }
    .bcnu-col-lg-push-14 {
        left: 58.33333333%
    }
    .bcnu-col-lg-push-13 {
        left: 54.16666667%
    }
    .bcnu-col-lg-push-12 {
        left: 50%
    }
    .bcnu-col-lg-push-11 {
        left: 45.83333333%
    }
    .bcnu-col-lg-push-10 {
        left: 41.66666667%
    }
    .bcnu-col-lg-push-9 {
        left: 37.5%
    }
    .bcnu-col-lg-push-8 {
        left: 33.33333333%
    }
    .bcnu-col-lg-push-7 {
        left: 29.16666667%
    }
    .bcnu-col-lg-push-6 {
        left: 25%
    }
    .bcnu-col-lg-push-5 {
        left: 20.83333333%
    }
    .bcnu-col-lg-push-4 {
        left: 16.66666667%
    }
    .bcnu-col-lg-push-3 {
        left: 12.5%
    }
    .bcnu-col-lg-push-2 {
        left: 8.33333333%
    }
    .bcnu-col-lg-push-1 {
        left: 4.16666667%
    }
    .bcnu-col-lg-push-0 {
        left: 0%
    }
    .bcnu-col-lg-offset-24 {
        margin-left: 100%
    }
    .bcnu-col-lg-offset-23 {
        margin-left: 95.83333333%
    }
    .bcnu-col-lg-offset-22 {
        margin-left: 91.66666667%
    }
    .bcnu-col-lg-offset-21 {
        margin-left: 87.5%
    }
    .bcnu-col-lg-offset-20 {
        margin-left: 83.33333333%
    }
    .bcnu-col-lg-offset-19 {
        margin-left: 79.16666667%
    }
    .bcnu-col-lg-offset-18 {
        margin-left: 75%
    }
    .bcnu-col-lg-offset-17 {
        margin-left: 70.83333333%
    }
    .bcnu-col-lg-offset-16 {
        margin-left: 66.66666667%
    }
    .bcnu-col-lg-offset-15 {
        margin-left: 62.5%
    }
    .bcnu-col-lg-offset-14 {
        margin-left: 58.33333333%
    }
    .bcnu-col-lg-offset-13 {
        margin-left: 54.16666667%
    }
    .bcnu-col-lg-offset-12 {
        margin-left: 50%
    }
    .bcnu-col-lg-offset-11 {
        margin-left: 45.83333333%
    }
    .bcnu-col-lg-offset-10 {
        margin-left: 41.66666667%
    }
    .bcnu-col-lg-offset-9 {
        margin-left: 37.5%
    }
    .bcnu-col-lg-offset-8 {
        margin-left: 33.33333333%
    }
    .bcnu-col-lg-offset-7 {
        margin-left: 29.16666667%
    }
    .bcnu-col-lg-offset-6 {
        margin-left: 25%
    }
    .bcnu-col-lg-offset-5 {
        margin-left: 20.83333333%
    }
    .bcnu-col-lg-offset-4 {
        margin-left: 16.66666667%
    }
    .bcnu-col-lg-offset-3 {
        margin-left: 12.5%
    }
    .bcnu-col-lg-offset-2 {
        margin-left: 8.33333333%
    }
    .bcnu-col-lg-offset-1 {
        margin-left: 4.16666667%
    }
    .bcnu-col-lg-offset-0 {
        margin-left: 0%
    }
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

@media(max-width:47.99em) {
    .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(min-width:48em) and (max-width:63.99em) {
    .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:64em) and (max-width:79.99em) {
    .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:80em) {
    .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(max-width:47.99em) {
    .hidden-xs {
        display: none!important
    }
}

@media(min-width:48em) and (max-width:63.99em) {
    .hidden-sm {
        display: none!important
    }
}

@media(min-width:64em) and (max-width:79.99em) {
    .hidden-md {
        display: none!important
    }
}

@media(min-width:80em) {
    .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
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.bcnu-carousel {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased
}

.bcnu-carousel.m-left {
    text-align: left
}

.bcnu-carousel.m-center {
    text-align: center
}

.bcnu-carousel.m-fluid>.bcnu-carousel-inner>* {
    width: 100%
}

.bcnu-carousel.m-fluid.m-center>.bcnu-carousel-inner>*:first-child {
    margin-left: 0%
}

.bcnu-carousel.m-fluid-2>.bcnu-carousel-inner>* {
    width: 50%
}

.bcnu-carousel.m-fluid-2.m-center>.bcnu-carousel-inner>*:first-child {
    margin-left: 25%
}

.bcnu-carousel.m-fluid-3>.bcnu-carousel-inner>* {
    width: 33.333%
}

.bcnu-carousel.m-fluid-3.m-center>.bcnu-carousel-inner>*:first-child {
    margin-left: 33.333%
}

.bcnu-carousel.m-fluid-4>.bcnu-carousel-inner>* {
    width: 25%
}

.bcnu-carousel.m-fluid-4.m-center>.bcnu-carousel-inner>*:first-child {
    margin-left: 37.5%
}

.bcnu-carousel.m-fluid-5>.bcnu-carousel-inner>* {
    width: 20%
}

.bcnu-carousel.m-fluid-5.m-center>.bcnu-carousel-inner>*:first-child {
    margin-left: 40%
}

.bcnu-carousel.m-fluid-6>.bcnu-carousel-inner>* {
    width: 16.667%
}

.bcnu-carousel.m-fluid-6.m-center>.bcnu-carousel-inner>*:first-child {
    margin-left: 41.667%
}

.bcnu-carousel img {
    -ms-interpolation-mode: bicubic
}

.bcnu-carousel-inner {
    position: relative;
    white-space: nowrap;
    text-align: left;
    font-size: 0;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.33, .66, .66, 1);
    -moz-transition-timing-function: cubic-bezier(.33, .66, .66, 1);
    -ms-transition-timing-function: cubic-bezier(.33, .66, .66, 1);
    -o-transition-timing-function: cubic-bezier(.33, .66, .66, 1);
    transition-timing-function: cubic-bezier(.33, .66, .66, 1);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.bcnu-carousel-inner>* {
    display: inline-block;
    float: none;
    vertical-align: top;
    white-space: normal;
    font-size: 13px
}

.m-fluid>.bcnu-carousel-inner>* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.m-center:not(.m-fluid)>.bcnu-carousel-inner {
    display: inline-block;
    margin-right: -20000px!important;
    margin-left: 0!important
}

.m-center:not(.m-fluid)>.bcnu-carousel-inner>* {
    position: relative;
    left: -20000px
}

.m-center:not(.m-fluid)>.bcnu-carousel-inner>*:first-child {
    float: left;
    margin-right: 20000px;
    left: 0
}

.m-center:not(.m-fluid)>.bcnu-carousel-inner>*:first-child:last-child {
    margin-right: 0
}

.m-center:not(.m-fluid)>.bcnu-carousel-inner>*:last-child {
    margin-right: -30000px
}

body.hcf-anonymous {
    overflow-y: scroll!important
}

body.hcf-anonymous #s4-workspace {
    overflow: hidden;
    position: relative;
    height: auto!important;
    width: auto!important
}

body.hcf-anonymous #s4-bodyContainer {
    overflow: hidden;
    position: relative
}

.ms-dialog body.hcf-anonymous {
    overflow-y: hidden
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

.bcnu-wcm-page .ms-webpart-zone,
.bcnu-wcm-page .ms-webpartzone-cell,
.bcnu-wcm-page .ms-webpart-chrome {
    display: block
}

.bcnu-wcm-page #s4-bodyContainer {
    margin: 0 auto;
    width: auto!important
}

@media(max-width:47.99em) {
    .bcnu-wcm-page #s4-bodyContainer {
        padding: 0 27px
    }
}

.bcnu-wcm-page #s4-bodyContainer>header,
.bcnu-wcm-page #s4-bodyContainer>#contentRow {
    max-width: 1440px;
    margin: 0 auto
}

.bcnu-wcm-page #contentBox {
    margin: 0;
    min-width: 0
}

.bcnu-wcm-page #contentRow {
    overflow: visible;
    padding: 0
}

.bcnu-wcm-page #contentRow .ms-rtestate-field img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-interpolation-mode: bicubic
}

.bcnu-wcm-page #contentRow #SearchBox {
    float: none
}

.bcnu-wcm-page #contentRow #SearchBox .ms-srch-sbLarge {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.bcnu-wcm-page #contentRow #SearchBox .ms-srch-sbLarge>input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 35px;
    width: 100%
}

.bcnu-wcm-page #contentRow #SearchBox .ms-srch-sbLarge .ms-srch-sb-searchLink {
    position: absolute;
    right: 0;
    top: 0
}

.ms-core-brandingText,
#suiteBrandingBox,
.bcnu-headerFlyoutLink {
    display: none
}

.ms-webpart-chrome .ms-webpart-titleText {
    text-align: left!important
}

.ms-webpart-chrome .ms-webpart-titleText nobr {
    white-space: normal
}

.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText>a {
    text-align: left;
    text-overflow: inherit;
    overflow: visible;
    white-space: normal
}

.slm-layout-main .dfwp-column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 10px
}

.slm-layout-main .dfwp-column:first-child {
    padding-left: 0
}

.slm-layout-main .groupheader {
    padding-left: 0
}

.slm-layout-main .dfwp-list .item {
    padding-left: 0
}

.slm-layout-main .dfwp-list .item:first-child {
    padding-top: 0
}

.slm-layout-main .dfwp-list .item.bullet {
    padding-left: 10px;
    padding-top: 6px
}

html.touch:not(.ms-dialog) body {
    overflow: visible!important
}

html.touch:not(.ms-dialog) #s4-workspace {
    overflow: visible!important;
    height: auto!important;
    width: auto!important
}

html.touch .ms-navedit-editArea {
    display: none
}

html.touch #Refinement .ms-ref-refiner[refinername="LastModifiedTime"] {
    display: none
}

.hcf-editMode #MSOTlPn_MainTD {
    width: 0!important
}

.hcf-editMode .ms-ToolPaneOuter {
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 13px;
    position: absolute!important;
    right: 50px
}

.hcf-editMode #MSOTlPn_ToolPaneCaption {
    cursor: move
}

.hcf-editMode #hcf-customWebPartProperties .ms-formvalidation {
    white-space: normal
}

.hcf-editMode [id*='RichImageField'] .ms-rtestate-write,
.hcf-editMode [id*='RichImageField'] .ms-rtestate-write * {
    display: block!important
}

@media screen and (max-width:47.99em) {
    .hcf-listViewTable {
        width: 100%
    }
    .hcf-listViewTable thead {
        left: -9999px;
        position: absolute;
        top: -9998px
    }
    .hcf-listViewTable tbody tr {
        border-top: 1px solid #c6c6c6;
        display: block
    }
    .hcf-listViewTable tbody tr:first-child {
        border-top: 0
    }
    .hcf-listViewTable tbody .ms-itmhover {
        height: auto
    }
    .hcf-listViewTable tbody td {
        display: none
    }
    .hcf-listViewTable tbody td[data-heading] {
        display: block;
        min-height: 18px;
        padding-left: 35%;
        position: relative
    }
    .hcf-listViewTable tbody td[data-heading]:before {
        content: attr(data-heading) ": ";
        left: 0;
        overflow: hidden;
        top: 4px;
        padding-left: 5px;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 30%
    }
    .hcf-listViewTable tbody .ms-gb {
        display: block
    }
    .hcf-listViewTable .ms-vb-title .ms-vb {
        padding-left: 0
    }
}

.ms-dialog #s4-ribbonrow {
    display: block!important
}

.ms-dialog h1.ms-core-pageTitle {
    display: none
}

.bcnu-navBar li {
    position: relative
}

.bcnu-navFlyout {
    display: none
}

li.bcnu-openFlyout .bcnu-navFlyout {
    display: block;
    position: absolute;
    left: -1px;
    min-width: 100%;
    top: 100%;
    z-index: 1000
}

li.bcnu-openFlyout.bcnu-goLeft .bcnu-navFlyout {
    left: auto;
    right: -1px
}

@media screen and (max-width:63.99em) {
    .bcnu-headerFlyoutLink,
    .bcnu-headerFlyoutLink:active,
    .bcnu-headerFlyoutLink:visited {
        display: block;
        position: absolute;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
    .bcnu-headerFlyoutLink:hover,
    .bcnu-headerFlyoutLink:active:hover,
    .bcnu-headerFlyoutLink:visited:hover {
        text-decoration: none
    }
    .bcnu-headerFlyout {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1000
    }
    .bcnu-headerFlyout.bcnu-active {
        display: block!important
    }
    .bcnu-headerInner .bcnu-search.bcnu-flyout-search {
        padding: 15px 20px;
        top: 45px
    }
    .bcnu-headerInner .bcnu-search.bcnu-flyout-search #SearchBox .ms-srch-sb {
        background: #fff;
        border: 0;
        display: block;
        padding-right: 20px;
        position: relative
    }
    .bcnu-headerInner .bcnu-search.bcnu-flyout-search #SearchBox .ms-srch-sb input {
        font-size: 16px!important;
        margin-left: 10px;
        padding: 5px 1px 5px 0;
        width: 100%
    }
    .bcnu-headerInner .bcnu-search.bcnu-flyout-search #SearchBox .ms-srch-sb .ms-srch-sb-searchLink,
    .bcnu-headerInner .bcnu-search.bcnu-flyout-search #SearchBox .ms-srch-sb .ms-srch-sb-navLink {
        display: none
    }
    .bcnu-wcm-page-search .bcnu-flyout-search-link {
        display: none
    }
    .bcnu-flyout-topNav-link {
        left: 10px;
        top: 10px
    }
    .bcnu-flyout-topNav {
        height: auto
    }
    .bcnu-flyout-topNav .ms-breadcrumb-top {
        white-space: normal
    }
    .bcnu-flyout-topNav .ms-core-listMenu-horizontalBox,
    .bcnu-flyout-topNav .ms-core-listMenu-horizontalBox ul,
    .bcnu-flyout-topNav .ms-core-listMenu-horizontalBox li,
    .bcnu-flyout-topNav .ms-core-listMenu-horizontalBox .ms-core-listMenu-item,
    .bcnu-flyout-topNav .ms-core-listMenu-horizontalBox>ul>li>table {
        display: block
    }
    .bcnu-flyout-topNav .ms-core-listMenu-horizontalBox li.ms-navedit-editArea {
        display: none
    }
    .bcnu-flyout-topNav ul.ms-core-listMenu-root {
        list-style: none;
        padding: 0
    }
    .bcnu-flyout-topNav ul.ms-core-listMenu-root li.static a,
    .bcnu-flyout-topNav ul.ms-core-listMenu-root li.static a:hover {
        background: transparent;
        border: 0;
        /*!/*[ReplaceColor(themeColor:"SuiteBarText",opacity:"0.3")]*/
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        /*!/*[RecolorImage(themeColor:"SuiteBarText")]*/
        color: #fff;
        display: block;
        font-size: 16px;
        margin-right: 0;
        padding: 7px 15px
    }
    .bcnu-flyout-topNav ul.ms-core-listMenu-root li.static.selected>a {
        font-weight: 700
    }
    .bcnu-flyout-topNav ul.ms-core-listMenu-root li.static ul {
        list-style: none;
        padding-left: 0
    }
    .bcnu-flyout-topNav ul.ms-core-listMenu-root li.static ul ul {
        display: none
    }
    #DeltaSuiteLinks.bcnu-headerFlyout {
        /*!/*[ReplaceColor(themeColor:"TopBarPressedText")]*/
        background: #004d85;
        padding: 10px 0;
        text-align: left;
        top: 51px
    }
    #DeltaSuiteLinks.bcnu-headerFlyout #suiteLinksBox {
        display: block
    }
    #DeltaSuiteLinks.bcnu-headerFlyout .ms-core-suiteLinkList {
        padding-right: 0
    }
    #DeltaSuiteLinks.bcnu-headerFlyout .ms-core-suiteLink-a,
    #DeltaSuiteLinks.bcnu-headerFlyout .ms-core-suiteLink-a:visited,
    #DeltaSuiteLinks.bcnu-headerFlyout a.ms-core-suiteLink-disabled {
        background: transparent;
        border-right: 0;
        display: block;
        line-height: 1.2em;
        padding: 10px 15px;
        text-transform: uppercase
    }
    #DeltaSuiteLinks.bcnu-headerFlyout .ms-core-suiteLink-a:hover {
        background: transparent;
        color: inherit
    }
    #DeltaSuiteLinks.bcnu-headerFlyout .ms-core-suiteLink.hpf-enhancedLink,
    #DeltaSuiteLinks.bcnu-headerFlyout .ms-core-suiteLink.bcnu-enhancedLink {
        display: block!important
    }
    #DeltaSuiteLinks.bcnu-headerFlyout .hpf-enhancedLinkFlyout,
    #DeltaSuiteLinks.bcnu-headerFlyout .bcnu-enhancedLinkFlyout {
        display: none!important
    }
    #suiteBarRight {
        padding-right: 0
    }
}

@media screen and (max-width:47.99em) {
    :not(.ms-dialog) body {
        overflow-y: scroll!important
    }
    :not(.ms-dialog) body #s4-workspace {
        overflow: visible!important;
        height: auto!important;
        width: auto!important
    }
    #DeltaSuiteLinks .ms-core-suiteLink,
    #suiteBarRight,
    #s4-ribbonrow,
    #pageStatusBar,
    #suiteBar {
        display: none!important
    }
    #s4-bodyContainer {
        padding-bottom: 0
    }
    #s4-titlerow {
        display: block!important;
        height: 0;
        padding: 0
    }
    #titleAreaRow>.ms-breadcrumb-box,
    #titleAreaRow>.ms-breadcrumb-box .ms-core-pageTitle,
    #titleAreaRow #SearchBox {
        display: none
    }
    #titleAreaRow #SearchBox {
        width: 100%!important
    }
    #titleAreaRow #siteIcon {
        display: block;
        left: 10px;
        position: absolute;
        top: -46px
    }
    #titleAreaRow #siteIcon>a,
    #titleAreaRow #siteIcon img {
        max-height: 34px
    }
    html.hcf-wcm-page {}
    html.hcf-wcm-page #pageTitle {
        white-space: normal
    }
    html.hcf-wcm-page #sideNavBox {
        margin: 0
    }
    html.hcf-wcm-page .hcf-content-1,
    html.hcf-wcm-page .hcf-content-2,
    html.hcf-wcm-page .hcf-content-3 {
        padding: 0!important
    }
    html.hcf-wcm-page #contentRow {
        padding: 0
    }
    html.hcf-wcm-page #contentBox {
        float: none;
        margin: 0!important;
        min-width: 0;
        width: auto
    }
    html.hcf-wcm-page .cell-margin {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 2%
    }
    html.hcf-wcm-page .cell-margin:first-child {
        padding-left: 0
    }
    .ms-promlink-root .ms-promlink-header {
        display: none
    }
    .ms-promlink-root .ms-promlink-body {
        height: auto;
        position: static;
        width: auto
    }
    .ms-promlink-root .ms-tileview-tile-root,
    .ms-promlink-root .ms-tileview-tile-content {
        height: auto!important
    }
    .ms-promlink-root .ms-tileview-tile-root {
        display: inline-block;
        float: none;
        margin-bottom: 25px;
        vertical-align: top
    }
    .ms-promlink-root .ms-tileview-tile-content {
        background-color: transparent
    }
    .ms-promlink-root .ms-tileview-tile-content>a img {
        /*!/*[ReplaceColor(themeColor:"EmphasisBackground")]*/
        background-color: #0072c6;
        max-width: none!important
    }
    .ms-promlink-root .ms-tileview-tile-content>a>img {
        height: 150px;
        position: static;
        max-width: 100%!important
    }
    .ms-promlink-root .ms-tileview-tile-detailsBox {
        background-color: transparent;
        /*!/*[ReplaceColor(themeColor:"BodyText")]*/
        color: #444;
        height: auto!important;
        position: static
    }
    .ms-promlink-root .ms-tileview-tile-detailsBox>ul {
        height: auto;
        margin: 5px 0 0 0;
        padding: 0
    }
    .ms-promlink-root .ms-tileview-tile-detailsBox>ul li.ms-tileview-tile-titleMedium {
        color: inherit
    }
    .ms-promlink-root .ms-tileview-tile-detailsBox>ul li.ms-tileview-tile-titleMediumExpanded,
    .ms-promlink-root .ms-tileview-tile-detailsBox>ul li.ms-tileview-tile-titleMediumCollapsed {
        display: block;
        font-size: inherit;
        height: auto;
        line-height: 1.4em;
        max-height: none
    }
    .ms-promlink-root .ms-tileview-tile-detailsBox>ul .ms-tileview-tile-titleTextMediumExpanded,
    .ms-promlink-root .ms-tileview-tile-detailsBox>ul .ms-tileview-tile-titleTextMediumCollapsed {
        max-height: none
    }
    #SearchBox,
    .ms-srch-item,
    .ms-srch-item-path,
    .ms-srch-upscope-top,
    .ms-srch-microblogCommunityItem-body,
    .ms-srch-item-summaryPreview {
        width: auto!important
    }
    .ms-srch-siteSearchResults .ms-srch-sbLarge {
        display: block;
        overflow: hidden;
        position: relative
    }
    .ms-srch-siteSearchResults .ms-srch-sbLarge>.ms-srch-sb-searchLink {
        position: absolute;
        right: 0
    }
    .ms-srch-siteSearchResults .ms-srch-sbLarge-fullWidth {
        padding-right: 32px;
        width: auto
    }
    .ms-srch-item {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0
    }
    #SearchBox,
    .ms-srch-sbLarge>input {
        float: none
    }
    .ms-srch-item-path {
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word
    }
    .ms-srch-ellipsis {
        white-space: normal
    }
}

@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    #suiteBar,
    #s4-ribbonrow,
    #pageStatusBar,
    #s4-titlerow,
    #sideNavBox .ms-srch-Paging,
    #UpScopeLinkTop,
    .ms-srch-resultFooter,
    .ms-mpSearchBox,
    .bcnu-primaryNav,
    .bcnu-utilityNav,
    .bcnu-homepage-heroZone,
    .bcnu-landingPage-heroZone,
    .bcnu-search,
    .bcnu-headerFlyout,
    .bcnu-content-3,
    .bcnu-refinementFilter,
    .bcnu-button,
    .bcnu-link,
    .bcnu-ankle,
    .bcnu-footer-navigation,
    .bcnu-feedback,
    .bcnu-socialMedia,
    .bcnu-footer-util {
        display: none!important
    }
    #s4-bodyContainer {
        border: 0!important;
        margin: 1em!important;
        width: auto!important
    }
    * {
        color: #000
    }
    *:after,
    *:before {
        display: none!important
    }
    .bcnu-siteLogo a {
        width: auto!important;
        height: auto!important;
        overflow: visible!important
    }
    .bcnu-siteLogo a img {
        max-width: none!important
    }
    .bcnu-tag {
        border: 1px solid #000
    }
    .bcnu-matchingColumnHeights {
        height: auto!important
    }
    .bcnu-content-1,
    .bcnu-content-2 {
        clear: both!important;
        border: 0!important
    }
    * {
        border-color: #000!important
    }
    img {
        border: 0!important
    }
    .hcf-tabSwitcherWebPart .ms-webpartzone-cell {
        display: block!important
    }
    .hcf-tabSwitcherWebPart-Tabs {
        display: none!important
    }
    .bcnu-row>div,
    .bcnu-group>div {
        clear: both!important;
        margin-left: 0!important;
        margin-top: 1.5em!important;
        width: 100%!important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .bcnu-cit-tabNavigation {
        display: none
    }
    #s4-workspace .bcnu-cit-tab.bcnu-open {
        border: 0!important
    }
    #s4-workspace .bcnu-cit-tab.bcnu-open h2,
    #s4-workspace .bcnu-cit-tab.bcnu-open h3,
    #s4-workspace .bcnu-cit-tab.bcnu-open h4 {
        display: none
    }
    #s4-workspace .bcnu-cit-tab.bcnu-open h2 a,
    #s4-workspace .bcnu-cit-tab.bcnu-open h3 a,
    #s4-workspace .bcnu-cit-tab.bcnu-open h4 a {
        padding-left: 0
    }
    #s4-workspace .bcnu-cit-tab.bcnu-open h2.bcnu-open,
    #s4-workspace .bcnu-cit-tab.bcnu-open h3.bcnu-open,
    #s4-workspace .bcnu-cit-tab.bcnu-open h4.bcnu-open {
        display: block
    }
    #s4-workspace .bcnu-cit-tab.bcnu-open .bcnu-cit-additionalInformation {
        padding: 0
    }
    #s4-workspace .bcnu-cit-tab.bcnu-open .bcnu-cit-additionalInformation h2,
    #s4-workspace .bcnu-cit-tab.bcnu-open .bcnu-cit-additionalInformation h3,
    #s4-workspace .bcnu-cit-tab.bcnu-open .bcnu-cit-additionalInformation h4 {
        display: block
    }
}