/* Minification failed. Returning unminified contents.
(3019,21): run-time error CSS1030: Expected identifier, found ' '
(3019,26): run-time error CSS1031: Expected selector, found ';'
(3019,26): run-time error CSS1025: Expected comma or open brace, found ';'
(3020,13): run-time error CSS1030: Expected identifier, found ' '
(3020,14): run-time error CSS1031: Expected selector, found '0'
(3020,14): run-time error CSS1025: Expected comma or open brace, found '0'
(3021,12): run-time error CSS1030: Expected identifier, found ' '
(3021,13): run-time error CSS1031: Expected selector, found '0'
(3021,13): run-time error CSS1025: Expected comma or open brace, found '0'
(3022,1): run-time error CSS1019: Unexpected token, found '}'
(3022,3): run-time error CSS1031: Expected selector, found '/'
(3022,3): run-time error CSS1025: Expected comma or open brace, found '/'
(3531,35): Scanner error CSS1002: Unterminated string: '; position: absolute;
(3531,14): run-time error CSS1036: Expected expression, found ''; position: absolute;
'
 */
.print-only {
    display: none;
}

.sidemenu ul ul, .col-1-4.col-left ul ul {
    padding-top: 5px;
}

#sidemenu-column ul li ul li ul {
    padding-left: 15px;
}

#main-content ul, #main-content ol {
    display: block;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

#main-content ul {
    list-style-type: disc;
}

#main-content ol {
    list-style-type: decimal;
}

#main-content li {
    padding-left: 3px;
}

#main-content blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

    #main-content blockquote p {
        display: inline;
    }

    #main-content blockquote.quote {
        background: #f9f9f9;
        border-left: 10px solid #ccc;
        margin: 1.5em 10px;
        padding: 0.5em 10px;
        quotes: "\201C""\201D""\2018""\2019";
    }

        #main-content blockquote.quote:before {
            color: #ccc;
            content: open-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
        }

        #main-content blockquote.quote:after {
            color: #ccc;
            content: close-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-left: 0.25em;
            vertical-align: -0.4em;
        }

        #main-content blockquote.quote p {
            display: inline;
        }
/* make images dynamically scale for responsive layout */
#main-content img {
    max-width: 100%;
    height: auto;
}
/* restore some default padding that existed in the old design */
#main-content img {
    padding: 0px 5px;
}

/* slider fix */
#main-content .slick-slide img {
    padding: 0px;
}

/* SharePoint Editor Dropdown Styles */
/* position styles dropdown */
.gom-rtePosition-1 {
    float: left;
}

.gom-rtePosition-2 {
    float: right;
}

.gom-rtePosition-3 {
    vertical-align: text-top;
}

.gom-rtePosition-4 {
    vertical-align: middle;
}

.gom-rtePosition-5 {
    vertical-align: text-bottom;
}

#main-content dt {
    margin: 0 0 .5em 0;
}

#main-content dd {
    margin: 0 0 1em 0;
}

/*Table Styles*/
#main-content .gom-rteTable-7 tr.gom-rteTableHeaderRow-7,
#main-content .gom-rteTable-7 tr.gom-rteTableFooterRow-7 {
    background-color: #2c3135;
    color: #fff;
}

#main-content .gom-rteTable-7 th.gom-rteTableHeaderFirstCol-7,
#main-content .gom-rteTable-7 th.gom-rteTableFooterFirstCol-7 {
    color: #2c3135;
    background-color: #d6d6d6;
}

#main-content .gom-rteTable-7 th.gom-rteTableHeaderEvenCol-7,
#main-content .gom-rteTable-7 td.gom-rteTableFooterEvenCol-7 {
}

#main-content .gom-rteTable-7 th.gom-rteTableHeaderLastCol-7,
#main-content .gom-rteTable-7 td.gom-rteTableFooterLastCol-7 {
}

#main-content .gom-rteTable-7 tr.gom-rteTableOddRow-7 td,
#main-content .gom-rteTable-7 tr.gom-rteTableEvenRow-7 td,
#main-content .gom-rteTable-7 th.gom-rteTableFirstCol-7,
#main-content .gom-rteTable-7 tr.gom-rteTableHeaderRow-7 th,
#main-content .gom-rteTable-7 tr.gom-rteTableFooterRow-7 th {
    border: 1px solid #000000;
    padding: 5px;
    /* font size seems to go up by 2px for some reason even if all
	inherited font styles are disabled.  This should address that */
    font-size: 0.9em;
}

#main-content .gom-rteTable-7 th.gom-rteTableFirstCol-7 {
    font-weight: normal;
}

#main-content .gom-rteTable-7 td.gom-rteTableLastCol-7 {
    font-weight: normal;
}

#main-content .gom-rteTable-7 td.gom-rteTableOddCol-7 {
}

#main-content .gom-rteTable-7 td.gom-rteTableEvenCol-7 {
}

#main-content .gom-rteTableGrid td, #main-content .gom-rteTableGrid th {
    border: 1px dotted black;
}

div #dept-header {
    margin: 0;
    padding-bottom: 0;
    font-size: 1.5em;
}

/*CSS Reset*/
/* line 3, _normalize.scss */
/*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, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}*/
/*table, tbody, tfoot, thead, tr, th, td, */

/* HTML5 display-role reset for older browsers */
/* line 5, _normalize.scss */
/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}*/

/* line 6, _normalize.scss */
/*body {
    line-height: 1;
}*/

/* line 8, _normalize.scss */
/*blockquote, q {
    quotes: none;
    padding-left: 20px;
    padding-top: 20px;
}*/

    /* line 9, _normalize.scss */
    /*blockquote:before, blockquote:after, q:before, q:after {
        content: '; content: none;
    }*/

/* line 10, _normalize.scss */
/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/

/*override all fonts, font sizes, text decorations, weights and colors*/
/* line 13, _normalize.scss */
/**, h1, h2, h3, h4, h5, h6, p, ul, ol, label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    color: inherit;
}*/

/* line 22, _normalize.scss */
/*.bold, strong {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}*/

/* line 23, _normalize.scss */
/*.italic, em {
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
}*/

    /* line 24, _normalize.scss */
    /*.bold-italic, .italic-bold, strong em, em strong {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 700;
        font-style: italic;
    }*/

/* line 25, _normalize.scss */
/*h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.9em;
    line-height: 1.3em;
    font-weight: 400;
    color: #2c3135;
}*/

/* line 26, _normalize.scss */
/*h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.3em;
    font-weight: 400;
    color: #2c3135;
}*/

/* line 27, _normalize.scss */
/*h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
}*/

/* line 28, _normalize.scss */
/*h4 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
}*/

/* line 29, _normalize.scss */
/*h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 700;
    color: #2c3135;
}*/

/* line 30, _normalize.scss */
/*h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 700;
    color: #2c3135;
}*/

/* line 31, _normalize.scss */
/*p, ul, ol {
    font-size: .9em;
    line-height: 1.4em;
    color: #2c3135;
    padding: 0 0 10px;
}*/



/* line 34, _normalize.scss */
/*.large {
    font-size: 110%;
    line-height: 140%;
}*/

/* line 35, _normalize.scss */
/*.small {
    font-size: 85%;
    line-height: 115%;
}*/

/* line 36, _normalize.scss */
/*ul, ol {
    padding: 0 0 10px;
    list-style: outside none none;
}*/

    /* line 37, _normalize.scss */
    /*ul li, ol li {
        padding: 2px 0 6px;
    }*/

/* line 38, _normalize.scss */
/*a {
    color: #2c3135;
}*/

    /* line 39, _normalize.scss */
    /*a:hover {
        color: #2c3135;
    }*/

/* line 43, _normalize.scss */
/*.quick-links a, .col-1-4 a {
    text-decoration: none;
}*/

/* line 45, _normalize.scss */
/*hr {
    width: 100%;
    clear: both;
    margin: 6px auto 10px;
    border: solid 1px #eeeeee;
}*/

/* line 47, _normalize.scss */
/*html {
    width: 100%;
    font-size: 100%;
    line-height: 1.6875;
}*/

/* line 48, _normalize.scss */
/**, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/

/* line 49, _normalize.scss */
/*body {
    width: 100%;
    height: 100%;
}*/

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(/mbconnect/Content/state/fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(/mbconnect/Content/state/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(/mbconnect/Content/state/fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(/mbconnect/Content/state/fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(/mbconnect/Content/state/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
}
/* line 4, _font-awesome.min.scss */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 4, _font-awesome.min.scss */
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

/* line 4, _font-awesome.min.scss */
.fa-2x {
    font-size: 2em;
}

/* line 4, _font-awesome.min.scss */
.fa-3x {
    font-size: 3em;
}

/* line 4, _font-awesome.min.scss */
.fa-4x {
    font-size: 4em;
}

/* line 4, _font-awesome.min.scss */
.fa-5x {
    font-size: 5em;
}

/* line 4, _font-awesome.min.scss */
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

/* line 4, _font-awesome.min.scss */
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    /* line 4, _font-awesome.min.scss */
    .fa-ul > li {
        position: relative;
    }

/* line 4, _font-awesome.min.scss */
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    /* line 4, _font-awesome.min.scss */
    .fa-li.fa-lg {
        left: -1.85714286em;
    }

/* line 4, _font-awesome.min.scss */
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

/* line 4, _font-awesome.min.scss */
.pull-right {
    float: right;
}

/* line 4, _font-awesome.min.scss */
.pull-left {
    float: left;
}

/* line 4, _font-awesome.min.scss */
.fa.pull-left {
    margin-right: .3em;
}

/* line 4, _font-awesome.min.scss */
.fa.pull-right {
    margin-left: .3em;
}

/* line 4, _font-awesome.min.scss */
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* line 4, _font-awesome.min.scss */
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 4, _font-awesome.min.scss */
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 4, _font-awesome.min.scss */
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* line 4, _font-awesome.min.scss */
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* line 4, _font-awesome.min.scss */
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* line 4, _font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

/* line 4, _font-awesome.min.scss */
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

/* line 4, _font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

/* line 4, _font-awesome.min.scss */
.fa-stack-1x {
    line-height: inherit;
}

/* line 4, _font-awesome.min.scss */
.fa-stack-2x {
    font-size: 2em;
}

/* line 4, _font-awesome.min.scss */
.fa-inverse {
    color: #fff;
}

/* line 4, _font-awesome.min.scss */
.fa-glass:before {
    content: "\f000";
}

/* line 4, _font-awesome.min.scss */
.fa-music:before {
    content: "\f001";
}

/* line 4, _font-awesome.min.scss */
.fa-search:before {
    content: "\f002";
}

/* line 4, _font-awesome.min.scss */
.fa-envelope-o:before {
    content: "\f003";
}

/* line 4, _font-awesome.min.scss */
.fa-heart:before {
    content: "\f004";
}

/* line 4, _font-awesome.min.scss */
.fa-star:before {
    content: "\f005";
}

/* line 4, _font-awesome.min.scss */
.fa-star-o:before {
    content: "\f006";
}

/* line 4, _font-awesome.min.scss */
.fa-user:before {
    content: "\f007";
}

/* line 4, _font-awesome.min.scss */
.fa-film:before {
    content: "\f008";
}

/* line 4, _font-awesome.min.scss */
.fa-th-large:before {
    content: "\f009";
}

/* line 4, _font-awesome.min.scss */
.fa-th:before {
    content: "\f00a";
}

/* line 4, _font-awesome.min.scss */
.fa-th-list:before {
    content: "\f00b";
}

/* line 4, _font-awesome.min.scss */
.fa-check:before {
    content: "\f00c";
}

/* line 4, _font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

/* line 4, _font-awesome.min.scss */
.fa-search-plus:before {
    content: "\f00e";
}

/* line 4, _font-awesome.min.scss */
.fa-search-minus:before {
    content: "\f010";
}

/* line 4, _font-awesome.min.scss */
.fa-power-off:before {
    content: "\f011";
}

/* line 4, _font-awesome.min.scss */
.fa-signal:before {
    content: "\f012";
}

/* line 4, _font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

/* line 4, _font-awesome.min.scss */
.fa-trash-o:before {
    content: "\f014";
}

/* line 4, _font-awesome.min.scss */
.fa-home:before {
    content: "\f015";
}

/* line 4, _font-awesome.min.scss */
.fa-file-o:before {
    content: "\f016";
}

/* line 4, _font-awesome.min.scss */
.fa-clock-o:before {
    content: "\f017";
}

/* line 4, _font-awesome.min.scss */
.fa-road:before {
    content: "\f018";
}

/* line 4, _font-awesome.min.scss */
.fa-download:before {
    content: "\f019";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

/* line 4, _font-awesome.min.scss */
.fa-inbox:before {
    content: "\f01c";
}

/* line 4, _font-awesome.min.scss */
.fa-play-circle-o:before {
    content: "\f01d";
}

/* line 4, _font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

/* line 4, _font-awesome.min.scss */
.fa-refresh:before {
    content: "\f021";
}

/* line 4, _font-awesome.min.scss */
.fa-list-alt:before {
    content: "\f022";
}

/* line 4, _font-awesome.min.scss */
.fa-lock:before {
    content: "\f023";
}

/* line 4, _font-awesome.min.scss */
.fa-flag:before {
    content: "\f024";
}

/* line 4, _font-awesome.min.scss */
.fa-headphones:before {
    content: "\f025";
}

/* line 4, _font-awesome.min.scss */
.fa-volume-off:before {
    content: "\f026";
}

/* line 4, _font-awesome.min.scss */
.fa-volume-down:before {
    content: "\f027";
}

/* line 4, _font-awesome.min.scss */
.fa-volume-up:before {
    content: "\f028";
}

/* line 4, _font-awesome.min.scss */
.fa-qrcode:before {
    content: "\f029";
}

/* line 4, _font-awesome.min.scss */
.fa-barcode:before {
    content: "\f02a";
}

/* line 4, _font-awesome.min.scss */
.fa-tag:before {
    content: "\f02b";
}

/* line 4, _font-awesome.min.scss */
.fa-tags:before {
    content: "\f02c";
}

/* line 4, _font-awesome.min.scss */
.fa-book:before {
    content: "\f02d";
}

/* line 4, _font-awesome.min.scss */
.fa-bookmark:before {
    content: "\f02e";
}

/* line 4, _font-awesome.min.scss */
.fa-print:before {
    content: "\f02f";
}

/* line 4, _font-awesome.min.scss */
.fa-camera:before {
    content: "\f030";
}

/* line 4, _font-awesome.min.scss */
.fa-font:before {
    content: "\f031";
}

/* line 4, _font-awesome.min.scss */
.fa-bold:before {
    content: "\f032";
}

/* line 4, _font-awesome.min.scss */
.fa-italic:before {
    content: "\f033";
}

/* line 4, _font-awesome.min.scss */
.fa-text-height:before {
    content: "\f034";
}

/* line 4, _font-awesome.min.scss */
.fa-text-width:before {
    content: "\f035";
}

/* line 4, _font-awesome.min.scss */
.fa-align-left:before {
    content: "\f036";
}

/* line 4, _font-awesome.min.scss */
.fa-align-center:before {
    content: "\f037";
}

/* line 4, _font-awesome.min.scss */
.fa-align-right:before {
    content: "\f038";
}

/* line 4, _font-awesome.min.scss */
.fa-align-justify:before {
    content: "\f039";
}

/* line 4, _font-awesome.min.scss */
.fa-list:before {
    content: "\f03a";
}

/* line 4, _font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

/* line 4, _font-awesome.min.scss */
.fa-indent:before {
    content: "\f03c";
}

/* line 4, _font-awesome.min.scss */
.fa-video-camera:before {
    content: "\f03d";
}

/* line 4, _font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

/* line 4, _font-awesome.min.scss */
.fa-pencil:before {
    content: "\f040";
}

/* line 4, _font-awesome.min.scss */
.fa-map-marker:before {
    content: "\f041";
}

/* line 4, _font-awesome.min.scss */
.fa-adjust:before {
    content: "\f042";
}

/* line 4, _font-awesome.min.scss */
.fa-tint:before {
    content: "\f043";
}

/* line 4, _font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

/* line 4, _font-awesome.min.scss */
.fa-share-square-o:before {
    content: "\f045";
}

/* line 4, _font-awesome.min.scss */
.fa-check-square-o:before {
    content: "\f046";
}

/* line 4, _font-awesome.min.scss */
.fa-arrows:before {
    content: "\f047";
}

/* line 4, _font-awesome.min.scss */
.fa-step-backward:before {
    content: "\f048";
}

/* line 4, _font-awesome.min.scss */
.fa-fast-backward:before {
    content: "\f049";
}

/* line 4, _font-awesome.min.scss */
.fa-backward:before {
    content: "\f04a";
}

/* line 4, _font-awesome.min.scss */
.fa-play:before {
    content: "\f04b";
}

/* line 4, _font-awesome.min.scss */
.fa-pause:before {
    content: "\f04c";
}

/* line 4, _font-awesome.min.scss */
.fa-stop:before {
    content: "\f04d";
}

/* line 4, _font-awesome.min.scss */
.fa-forward:before {
    content: "\f04e";
}

/* line 4, _font-awesome.min.scss */
.fa-fast-forward:before {
    content: "\f050";
}

/* line 4, _font-awesome.min.scss */
.fa-step-forward:before {
    content: "\f051";
}

/* line 4, _font-awesome.min.scss */
.fa-eject:before {
    content: "\f052";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-left:before {
    content: "\f053";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-right:before {
    content: "\f054";
}

/* line 4, _font-awesome.min.scss */
.fa-plus-circle:before {
    content: "\f055";
}

/* line 4, _font-awesome.min.scss */
.fa-minus-circle:before {
    content: "\f056";
}

/* line 4, _font-awesome.min.scss */
.fa-times-circle:before {
    content: "\f057";
}

/* line 4, _font-awesome.min.scss */
.fa-check-circle:before {
    content: "\f058";
}

/* line 4, _font-awesome.min.scss */
.fa-question-circle:before {
    content: "\f059";
}

/* line 4, _font-awesome.min.scss */
.fa-info-circle:before {
    content: "\f05a";
}

/* line 4, _font-awesome.min.scss */
.fa-crosshairs:before {
    content: "\f05b";
}

/* line 4, _font-awesome.min.scss */
.fa-times-circle-o:before {
    content: "\f05c";
}

/* line 4, _font-awesome.min.scss */
.fa-check-circle-o:before {
    content: "\f05d";
}

/* line 4, _font-awesome.min.scss */
.fa-ban:before {
    content: "\f05e";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-left:before {
    content: "\f060";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-right:before {
    content: "\f061";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-up:before {
    content: "\f062";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-down:before {
    content: "\f063";
}

/* line 4, _font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

/* line 4, _font-awesome.min.scss */
.fa-expand:before {
    content: "\f065";
}

/* line 4, _font-awesome.min.scss */
.fa-compress:before {
    content: "\f066";
}

/* line 4, _font-awesome.min.scss */
.fa-plus:before {
    content: "\f067";
}

/* line 4, _font-awesome.min.scss */
.fa-minus:before {
    content: "\f068";
}

/* line 4, _font-awesome.min.scss */
.fa-asterisk:before {
    content: "\f069";
}

/* line 4, _font-awesome.min.scss */
.fa-exclamation-circle:before {
    content: "\f06a";
}

/* line 4, _font-awesome.min.scss */
.fa-gift:before {
    content: "\f06b";
}

/* line 4, _font-awesome.min.scss */
.fa-leaf:before {
    content: "\f06c";
}

/* line 4, _font-awesome.min.scss */
.fa-fire:before {
    content: "\f06d";
}

/* line 4, _font-awesome.min.scss */
.fa-eye:before {
    content: "\f06e";
}

/* line 4, _font-awesome.min.scss */
.fa-eye-slash:before {
    content: "\f070";
}

/* line 4, _font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

/* line 4, _font-awesome.min.scss */
.fa-plane:before {
    content: "\f072";
}

/* line 4, _font-awesome.min.scss */
.fa-calendar:before {
    content: "\f073";
}

/* line 4, _font-awesome.min.scss */
.fa-random:before {
    content: "\f074";
}

/* line 4, _font-awesome.min.scss */
.fa-comment:before {
    content: "\f075";
}

/* line 4, _font-awesome.min.scss */
.fa-magnet:before {
    content: "\f076";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-up:before {
    content: "\f077";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-down:before {
    content: "\f078";
}

/* line 4, _font-awesome.min.scss */
.fa-retweet:before {
    content: "\f079";
}

/* line 4, _font-awesome.min.scss */
.fa-shopping-cart:before {
    content: "\f07a";
}

/* line 4, _font-awesome.min.scss */
.fa-folder:before {
    content: "\f07b";
}

/* line 4, _font-awesome.min.scss */
.fa-folder-open:before {
    content: "\f07c";
}

/* line 4, _font-awesome.min.scss */
.fa-arrows-v:before {
    content: "\f07d";
}

/* line 4, _font-awesome.min.scss */
.fa-arrows-h:before {
    content: "\f07e";
}

/* line 4, _font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

/* line 4, _font-awesome.min.scss */
.fa-twitter-square:before {
    content: "\f081";
}

/* line 4, _font-awesome.min.scss */
.fa-facebook-square:before {
    content: "\f082";
}

/* line 4, _font-awesome.min.scss */
.fa-camera-retro:before {
    content: "\f083";
}

/* line 4, _font-awesome.min.scss */
.fa-key:before {
    content: "\f084";
}

/* line 4, _font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

/* line 4, _font-awesome.min.scss */
.fa-comments:before {
    content: "\f086";
}

/* line 4, _font-awesome.min.scss */
.fa-thumbs-o-up:before {
    content: "\f087";
}

/* line 4, _font-awesome.min.scss */
.fa-thumbs-o-down:before {
    content: "\f088";
}

/* line 4, _font-awesome.min.scss */




.fa-star-half:before {
    content: "\f089";
}

/* line 4, _font-awesome.min.scss */
.fa-heart-o:before {
    content: "\f08a";
}

/* line 4, _font-awesome.min.scss */
.fa-sign-out:before {
    content: "\f08b";
}

/* line 4, _font-awesome.min.scss */
.fa-linkedin-square:before {
    content: "\f08c";
}

/* line 4, _font-awesome.min.scss */
.fa-thumb-tack:before {
    content: "\f08d";
}

/* line 4, _font-awesome.min.scss */
.fa-external-link:before {
    content: "\f08e";
}

/* line 4, _font-awesome.min.scss */
.fa-sign-in:before {
    content: "\f090";
}

/* line 4, _font-awesome.min.scss */
.fa-trophy:before {
    content: "\f091";
}

/* line 4, _font-awesome.min.scss */
.fa-github-square:before {
    content: "\f092";
}

/* line 4, _font-awesome.min.scss */
.fa-upload:before {
    content: "\f093";
}

/* line 4, _font-awesome.min.scss */
.fa-lemon-o:before {
    content: "\f094";
}

/* line 4, _font-awesome.min.scss */
.fa-phone:before {
    content: "\f095";
}

/* line 4, _font-awesome.min.scss */
.fa-square-o:before {
    content: "\f096";
}

/* line 4, _font-awesome.min.scss */
.fa-bookmark-o:before {
    content: "\f097";
}

/* line 4, _font-awesome.min.scss */
.fa-phone-square:before {
    content: "\f098";
}

/* line 4, _font-awesome.min.scss */
.fa-twitter:before {
    content: "\f099";
}

/* line 4, _font-awesome.min.scss */
.fa-facebook:before {
    content: "\f09a";
}

/* line 4, _font-awesome.min.scss */
.fa-github:before {
    content: "\f09b";
}

/* line 4, _font-awesome.min.scss */
.fa-unlock:before {
    content: "\f09c";
}

/* line 4, _font-awesome.min.scss */
.fa-credit-card:before {
    content: "\f09d";
}

/* line 4, _font-awesome.min.scss */
.fa-rss:before {
    content: "\f09e";
}

/* line 4, _font-awesome.min.scss */
.fa-hdd-o:before {
    content: "\f0a0";
}

/* line 4, _font-awesome.min.scss */
.fa-bullhorn:before {
    content: "\f0a1";
}

/* line 4, _font-awesome.min.scss */
.fa-bell:before {
    content: "\f0f3";
}

/* line 4, _font-awesome.min.scss */
.fa-certificate:before {
    content: "\f0a3";
}

/* line 4, _font-awesome.min.scss */
.fa-hand-o-right:before {
    content: "\f0a4";
}

/* line 4, _font-awesome.min.scss */
.fa-hand-o-left:before {
    content: "\f0a5";
}

/* line 4, _font-awesome.min.scss */
.fa-hand-o-up:before {
    content: "\f0a6";
}

/* line 4, _font-awesome.min.scss */
.fa-hand-o-down:before {
    content: "\f0a7";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-left:before {
    content: "\f0a8";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-right:before {
    content: "\f0a9";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-up:before {
    content: "\f0aa";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-down:before {
    content: "\f0ab";
}

/* line 4, _font-awesome.min.scss */
.fa-globe:before {
    content: "\f0ac";
}

/* line 4, _font-awesome.min.scss */
.fa-wrench:before {
    content: "\f0ad";
}

/* line 4, _font-awesome.min.scss */
.fa-tasks:before {
    content: "\f0ae";
}

/* line 4, _font-awesome.min.scss */
.fa-filter:before {
    content: "\f0b0";
}

/* line 4, _font-awesome.min.scss */
.fa-briefcase:before {
    content: "\f0b1";
}

/* line 4, _font-awesome.min.scss */
.fa-arrows-alt:before {
    content: "\f0b2";
}

/* line 4, _font-awesome.min.scss */
.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

/* line 4, _font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

/* line 4, _font-awesome.min.scss */
.fa-cloud:before {
    content: "\f0c2";
}

/* line 4, _font-awesome.min.scss */
.fa-flask:before {
    content: "\f0c3";
}

/* line 4, _font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

/* line 4, _font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

/* line 4, _font-awesome.min.scss */
.fa-paperclip:before {
    content: "\f0c6";
}

/* line 4, _font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

/* line 4, _font-awesome.min.scss */
.fa-square:before {
    content: "\f0c8";
}

/* line 4, _font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

/* line 4, _font-awesome.min.scss */
.fa-list-ul:before {
    content: "\f0ca";
}

/* line 4, _font-awesome.min.scss */
.fa-list-ol:before {
    content: "\f0cb";
}

/* line 4, _font-awesome.min.scss */
.fa-strikethrough:before {
    content: "\f0cc";
}

/* line 4, _font-awesome.min.scss */
.fa-underline:before {
    content: "\f0cd";
}

/* line 4, _font-awesome.min.scss */
.fa-table:before {
    content: "\f0ce";
}

/* line 4, _font-awesome.min.scss */
.fa-magic:before {
    content: "\f0d0";
}

/* line 4, _font-awesome.min.scss */
.fa-truck:before {
    content: "\f0d1";
}

/* line 4, _font-awesome.min.scss */
.fa-pinterest:before {
    content: "\f0d2";
}

/* line 4, _font-awesome.min.scss */
.fa-pinterest-square:before {
    content: "\f0d3";
}

/* line 4, _font-awesome.min.scss */
.fa-google-plus-square:before {
    content: "\f0d4";
}

/* line 4, _font-awesome.min.scss */
.fa-google-plus:before {
    content: "\f0d5";
}

/* line 4, _font-awesome.min.scss */
.fa-money:before {
    content: "\f0d6";
}

/* line 4, _font-awesome.min.scss */
.fa-caret-down:before {
    content: "\f0d7";
}

/* line 4, _font-awesome.min.scss */
.fa-caret-up:before {
    content: "\f0d8";
}

/* line 4, _font-awesome.min.scss */
.fa-caret-left:before {
    content: "\f0d9";
}

/* line 4, _font-awesome.min.scss */
.fa-caret-right:before {
    content: "\f0da";
}

/* line 4, _font-awesome.min.scss */
.fa-columns:before {
    content: "\f0db";
}

/* line 4, _font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

/* line 4, _font-awesome.min.scss */
.fa-envelope:before {
    content: "\f0e0";
}

/* line 4, _font-awesome.min.scss */
.fa-linkedin:before {
    content: "\f0e1";
}

/* line 4, _font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

/* line 4, _font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

/* line 4, _font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

/* line 4, _font-awesome.min.scss */
.fa-comment-o:before {
    content: "\f0e5";
}

/* line 4, _font-awesome.min.scss */
.fa-comments-o:before {
    content: "\f0e6";
}

/* line 4, _font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

/* line 4, _font-awesome.min.scss */
.fa-sitemap:before {
    content: "\f0e8";
}

/* line 4, _font-awesome.min.scss */
.fa-umbrella:before {
    content: "\f0e9";
}

/* line 4, _font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

/* line 4, _font-awesome.min.scss */
.fa-lightbulb-o:before {
    content: "\f0eb";
}

/* line 4, _font-awesome.min.scss */
.fa-exchange:before {
    content: "\f0ec";
}

/* line 4, _font-awesome.min.scss */
.fa-cloud-download:before {
    content: "\f0ed";
}

/* line 4, _font-awesome.min.scss */
.fa-cloud-upload:before {
    content: "\f0ee";
}

/* line 4, _font-awesome.min.scss */
.fa-user-md:before {
    content: "\f0f0";
}

/* line 4, _font-awesome.min.scss */
.fa-stethoscope:before {
    content: "\f0f1";
}

/* line 4, _font-awesome.min.scss */
.fa-suitcase:before {
    content: "\f0f2";
}

/* line 4, _font-awesome.min.scss */
.fa-bell-o:before {
    content: "\f0a2";
}

/* line 4, _font-awesome.min.scss */
.fa-coffee:before {
    content: "\f0f4";
}

/* line 4, _font-awesome.min.scss */
.fa-cutlery:before {
    content: "\f0f5";
}

/* line 4, _font-awesome.min.scss */
.fa-file-text-o:before {
    content: "\f0f6";
}

/* line 4, _font-awesome.min.scss */
.fa-building-o:before {
    content: "\f0f7";
}

/* line 4, _font-awesome.min.scss */
.fa-hospital-o:before {
    content: "\f0f8";
}

/* line 4, _font-awesome.min.scss */
.fa-ambulance:before {
    content: "\f0f9";
}

/* line 4, _font-awesome.min.scss */
.fa-medkit:before {
    content: "\f0fa";
}

/* line 4, _font-awesome.min.scss */
.fa-fighter-jet:before {
    content: "\f0fb";
}

/* line 4, _font-awesome.min.scss */
.fa-beer:before {
    content: "\f0fc";
}

/* line 4, _font-awesome.min.scss */
.fa-h-square:before {
    content: "\f0fd";
}

/* line 4, _font-awesome.min.scss */
.fa-plus-square:before {
    content: "\f0fe";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-double-left:before {
    content: "\f100";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-double-right:before {
    content: "\f101";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-double-up:before {
    content: "\f102";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-double-down:before {
    content: "\f103";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-left:before {
    content: "\f104";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-right:before {
    content: "\f105";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-up:before {
    content: "\f106";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-down:before {
    content: "\f107";
}

/* line 4, _font-awesome.min.scss */
.fa-desktop:before {
    content: "\f108";
}

/* line 4, _font-awesome.min.scss */
.fa-laptop:before {
    content: "\f109";
}

/* line 4, _font-awesome.min.scss */
.fa-tablet:before {
    content: "\f10a";
}

/* line 4, _font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

/* line 4, _font-awesome.min.scss */
.fa-circle-o:before {
    content: "\f10c";
}

/* line 4, _font-awesome.min.scss */
.fa-quote-left:before {
    content: "\f10d";
}

/* line 4, _font-awesome.min.scss */
.fa-quote-right:before {
    content: "\f10e";
}

/* line 4, _font-awesome.min.scss */
.fa-spinner:before {
    content: "\f110";
}

/* line 4, _font-awesome.min.scss */
.fa-circle:before {
    content: "\f111";
}

/* line 4, _font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

/* line 4, _font-awesome.min.scss */
.fa-github-alt:before {
    content: "\f113";
}

/* line 4, _font-awesome.min.scss */
.fa-folder-o:before {
    content: "\f114";
}

/* line 4, _font-awesome.min.scss */
.fa-folder-open-o:before {
    content: "\f115";
}

/* line 4, _font-awesome.min.scss */
.fa-smile-o:before {
    content: "\f118";
}

/* line 4, _font-awesome.min.scss */
.fa-frown-o:before {
    content: "\f119";
}

/* line 4, _font-awesome.min.scss */
.fa-meh-o:before {
    content: "\f11a";
}

/* line 4, _font-awesome.min.scss */
.fa-gamepad:before {
    content: "\f11b";
}

/* line 4, _font-awesome.min.scss */
.fa-keyboard-o:before {
    content: "\f11c";
}

/* line 4, _font-awesome.min.scss */
.fa-flag-o:before {
    content: "\f11d";
}

/* line 4, _font-awesome.min.scss */
.fa-flag-checkered:before {
    content: "\f11e";
}

/* line 4, _font-awesome.min.scss */
.fa-terminal:before {
    content: "\f120";
}

/* line 4, _font-awesome.min.scss */
.fa-code:before {
    content: "\f121";
}

/* line 4, _font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

/* line 4, _font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

/* line 4, _font-awesome.min.scss */
.fa-location-arrow:before {
    content: "\f124";
}

/* line 4, _font-awesome.min.scss */
.fa-crop:before {
    content: "\f125";
}

/* line 4, _font-awesome.min.scss */
.fa-code-fork:before {
    content: "\f126";
}

/* line 4, _font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

/* line 4, _font-awesome.min.scss */

.fa-question:before {
    content: "\f128";
}

/* line 4, _font-awesome.min.scss */
.fa-info:before {
    content: "\f129";
}

/* line 4, _font-awesome.min.scss */
.fa-exclamation:before {
    content: "\f12a";
}

/* line 4, _font-awesome.min.scss */
.fa-superscript:before {
    content: "\f12b";
}

/* line 4, _font-awesome.min.scss */
.fa-subscript:before {
    content: "\f12c";
}

/* line 4, _font-awesome.min.scss */
.fa-eraser:before {
    content: "\f12d";
}

/* line 4, _font-awesome.min.scss */
.fa-puzzle-piece:before {
    content: "\f12e";
}

/* line 4, _font-awesome.min.scss */
.fa-microphone:before {
    content: "\f130";
}

/* line 4, _font-awesome.min.scss */
.fa-microphone-slash:before {
    content: "\f131";
}

/* line 4, _font-awesome.min.scss */
.fa-shield:before {
    content: "\f132";
}

/* line 4, _font-awesome.min.scss */
.fa-calendar-o:before {
    content: "\f133";
}

/* line 4, _font-awesome.min.scss */
.fa-fire-extinguisher:before {
    content: "\f134";
}

/* line 4, _font-awesome.min.scss */
.fa-rocket:before {
    content: "\f135";
}

/* line 4, _font-awesome.min.scss */
.fa-maxcdn:before {
    content: "\f136";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-circle-left:before {
    content: "\f137";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-circle-right:before {
    content: "\f138";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-circle-up:before {
    content: "\f139";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-circle-down:before {
    content: "\f13a";
}

/* line 4, _font-awesome.min.scss */
.fa-html5:before {
    content: "\f13b";
}

/* line 4, _font-awesome.min.scss */
.fa-css3:before {
    content: "\f13c";
}

/* line 4, _font-awesome.min.scss */
.fa-anchor:before {
    content: "\f13d";
}

/* line 4, _font-awesome.min.scss */
.fa-unlock-alt:before {
    content: "\f13e";
}

/* line 4, _font-awesome.min.scss */
.fa-bullseye:before {
    content: "\f140";
}

/* line 4, _font-awesome.min.scss */
.fa-ellipsis-h:before {
    content: "\f141";
}

/* line 4, _font-awesome.min.scss */
.fa-ellipsis-v:before {
    content: "\f142";
}

/* line 4, _font-awesome.min.scss */
.fa-rss-square:before {
    content: "\f143";
}

/* line 4, _font-awesome.min.scss */
.fa-play-circle:before {
    content: "\f144";
}

/* line 4, _font-awesome.min.scss */
.fa-ticket:before {
    content: "\f145";
}

/* line 4, _font-awesome.min.scss */
.fa-minus-square:before {
    content: "\f146";
}

/* line 4, _font-awesome.min.scss */
.fa-minus-square-o:before {
    content: "\f147";
}

/* line 4, _font-awesome.min.scss */
.fa-level-up:before {
    content: "\f148";
}

/* line 4, _font-awesome.min.scss */
.fa-level-down:before {
    content: "\f149";
}

/* line 4, _font-awesome.min.scss */
.fa-check-square:before {
    content: "\f14a";
}

/* line 4, _font-awesome.min.scss */
.fa-pencil-square:before {
    content: "\f14b";
}

/* line 4, _font-awesome.min.scss */
.fa-external-link-square:before {
    content: "\f14c";
}

/* line 4, _font-awesome.min.scss */
.fa-share-square:before {
    content: "\f14d";
}

/* line 4, _font-awesome.min.scss */
.fa-compass:before {
    content: "\f14e";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

/* line 4, _font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

/* line 4, _font-awesome.min.scss */
.fa-gbp:before {
    content: "\f154";
}

/* line 4, _font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

/* line 4, _font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

/* line 4, _font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

/* line 4, _font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

/* line 4, _font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
    content: "\f159";
}

/* line 4, _font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

/* line 4, _font-awesome.min.scss */
.fa-file:before {
    content: "\f15b";
}

/* line 4, _font-awesome.min.scss */
.fa-file-text:before {
    content: "\f15c";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-alpha-asc:before {
    content: "\f15d";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-alpha-desc:before {
    content: "\f15e";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-amount-asc:before {
    content: "\f160";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-amount-desc:before {
    content: "\f161";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-numeric-asc:before {
    content: "\f162";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-numeric-desc:before {
    content: "\f163";
}

/* line 4, _font-awesome.min.scss */
.fa-thumbs-up:before {
    content: "\f164";
}

/* line 4, _font-awesome.min.scss */
.fa-thumbs-down:before {
    content: "\f165";
}

/* line 4, _font-awesome.min.scss */
.fa-youtube-square:before {
    content: "\f166";
}

/* line 4, _font-awesome.min.scss */
.fa-youtube:before {
    content: "\f167";
}

/* line 4, _font-awesome.min.scss */
.fa-xing:before {
    content: "\f168";
}

/* line 4, _font-awesome.min.scss */
.fa-xing-square:before {
    content: "\f169";
}

/* line 4, _font-awesome.min.scss */
.fa-youtube-play:before {
    content: "\f16a";
}

/* line 4, _font-awesome.min.scss */
.fa-dropbox:before {
    content: "\f16b";
}

/* line 4, _font-awesome.min.scss */
.fa-stack-overflow:before {
    content: "\f16c";
}

/* line 4, _font-awesome.min.scss */
.fa-instagram:before {
    content: "\f16d";
}

/* line 4, _font-awesome.min.scss */
.fa-flickr:before {
    content: "\f16e";
}

/* line 4, _font-awesome.min.scss */
.fa-adn:before {
    content: "\f170";
}

/* line 4, _font-awesome.min.scss */
.fa-bitbucket:before {
    content: "\f171";
}

/* line 4, _font-awesome.min.scss */
.fa-bitbucket-square:before {
    content: "\f172";
}

/* line 4, _font-awesome.min.scss */
.fa-tumblr:before {
    content: "\f173";
}

/* line 4, _font-awesome.min.scss */
.fa-tumblr-square:before {
    content: "\f174";
}

/* line 4, _font-awesome.min.scss */
.fa-long-arrow-down:before {
    content: "\f175";
}

/* line 4, _font-awesome.min.scss */
.fa-long-arrow-up:before {
    content: "\f176";
}

/* line 4, _font-awesome.min.scss */
.fa-long-arrow-left:before {
    content: "\f177";
}

/* line 4, _font-awesome.min.scss */
.fa-long-arrow-right:before {
    content: "\f178";
}

/* line 4, _font-awesome.min.scss */
.fa-apple:before {
    content: "\f179";
}

/* line 4, _font-awesome.min.scss */
.fa-windows:before {
    content: "\f17a";
}

/* line 4, _font-awesome.min.scss */
.fa-android:before {
    content: "\f17b";
}

/* line 4, _font-awesome.min.scss */
.fa-linux:before {
    content: "\f17c";
}

/* line 4, _font-awesome.min.scss */
.fa-dribbble:before {
    content: "\f17d";
}

/* line 4, _font-awesome.min.scss */
.fa-skype:before {
    content: "\f17e";
}

/* line 4, _font-awesome.min.scss */
.fa-foursquare:before {
    content: "\f180";
}

/* line 4, _font-awesome.min.scss */
.fa-trello:before {
    content: "\f181";
}

/* line 4, _font-awesome.min.scss */
.fa-female:before {
    content: "\f182";
}

/* line 4, _font-awesome.min.scss */
.fa-male:before {
    content: "\f183";
}

/* line 4, _font-awesome.min.scss */
.fa-gittip:before {
    content: "\f184";
}

/* line 4, _font-awesome.min.scss */
.fa-sun-o:before {
    content: "\f185";
}

/* line 4, _font-awesome.min.scss */
.fa-moon-o:before {
    content: "\f186";
}

/* line 4, _font-awesome.min.scss */
.fa-archive:before {
    content: "\f187";
}


/* line 4, _font-awesome.min.scss */
.fa-bug:before {
    content: "\f188";
}

/* line 4, _font-awesome.min.scss */
.fa-vk:before {
    content: "\f189";
}

/* line 4, _font-awesome.min.scss */
.fa-weibo:before {
    content: "\f18a";
}

/* line 4, _font-awesome.min.scss */
.fa-renren:before {
    content: "\f18b";
}

/* line 4, _font-awesome.min.scss */
.fa-pagelines:before {
    content: "\f18c";
}

/* line 4, _font-awesome.min.scss */
.fa-stack-exchange:before {
    content: "\f18d";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
    content: "\f190";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

/* line 4, _font-awesome.min.scss */
.fa-dot-circle-o:before {
    content: "\f192";
}

/* line 4, _font-awesome.min.scss */
.fa-wheelchair:before {
    content: "\f193";
}

/* line 4, _font-awesome.min.scss */
.fa-vimeo-square:before {
    content: "\f194";
}

/* line 4, _font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

/* line 4, _font-awesome.min.scss */
.fa-plus-square-o:before {
    content: "\f196";
}

/* line 4, _font-awesome.min.scss */
.fa-space-shuttle:before {
    content: "\f197";
}

/* line 4, _font-awesome.min.scss */
.fa-slack:before {
    content: "\f198";
}

/* line 4, _font-awesome.min.scss */
.fa-envelope-square:before {
    content: "\f199";
}

/* line 4, _font-awesome.min.scss */
.fa-wordpress:before {
    content: "\f19a";
}

/* line 4, _font-awesome.min.scss */
.fa-openid:before {
    content: "\f19b";
}

/* line 4, _font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

/* line 4, _font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

/* line 4, _font-awesome.min.scss */
.fa-yahoo:before {
    content: "\f19e";
}

/* line 4, _font-awesome.min.scss */
.fa-google:before {
    content: "\f1a0";
}

/* line 4, _font-awesome.min.scss */
.fa-reddit:before {
    content: "\f1a1";
}

/* line 4, _font-awesome.min.scss */
.fa-reddit-square:before {
    content: "\f1a2";
}

/* line 4, _font-awesome.min.scss */
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

/* line 4, _font-awesome.min.scss */
.fa-stumbleupon:before {
    content: "\f1a4";
}

/* line 4, _font-awesome.min.scss */
.fa-delicious:before {
    content: "\f1a5";
}

/* line 4, _font-awesome.min.scss */
.fa-digg:before {
    content: "\f1a6";
}

/* line 4, _font-awesome.min.scss */
.fa-pied-piper:before {
    content: "\f1a7";
}

/* line 4, _font-awesome.min.scss */
.fa-pied-piper-alt:before {
    content: "\f1a8";
}

/* line 4, _font-awesome.min.scss */
.fa-drupal:before {
    content: "\f1a9";
}

/* line 4, _font-awesome.min.scss */
.fa-joomla:before {
    content: "\f1aa";
}

/* line 4, _font-awesome.min.scss */
.fa-language:before {
    content: "\f1ab";
}

/* line 4, _font-awesome.min.scss */
.fa-fax:before {
    content: "\f1ac";
}

/* line 4, _font-awesome.min.scss */
.fa-building:before {
    content: "\f1ad";
}

/* line 4, _font-awesome.min.scss */
.fa-child:before {
    content: "\f1ae";
}

/* line 4, _font-awesome.min.scss */
.fa-paw:before {
    content: "\f1b0";
}

/* line 4, _font-awesome.min.scss */
.fa-spoon:before {
    content: "\f1b1";
}

/* line 4, _font-awesome.min.scss */
.fa-cube:before {
    content: "\f1b2";
}

/* line 4, _font-awesome.min.scss */
.fa-cubes:before {
    content: "\f1b3";
}

/* line 4, _font-awesome.min.scss */
.fa-behance:before {
    content: "\f1b4";
}

/* line 4, _font-awesome.min.scss */
.fa-behance-square:before {
    content: "\f1b5";
}

/* line 4, _font-awesome.min.scss */
.fa-steam:before {
    content: "\f1b6";
}

/* line 4, _font-awesome.min.scss */
.fa-steam-square:before {
    content: "\f1b7";
}



/* line 4, _font-awesome.min.scss */
.fa-recycle:before {
    content: "\f1b8";
}

/* line 4, _font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

/* line 4, _font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

/* line 4, _font-awesome.min.scss */
.fa-tree:before {
    content: "\f1bb";
}

/* line 4, _font-awesome.min.scss */
.fa-spotify:before {
    content: "\f1bc";
}

/* line 4, _font-awesome.min.scss */
.fa-deviantart:before {
    content: "\f1bd";
}

/* line 4, _font-awesome.min.scss */
.fa-soundcloud:before {
    content: "\f1be";
}

/* line 4, _font-awesome.min.scss */
.fa-database:before {
    content: "\f1c0";
}

/* line 4, _font-awesome.min.scss */
.fa-file-pdf-o:before {
    content: "\f1c1";
}

/* line 4, _font-awesome.min.scss */
.fa-file-word-o:before {
    content: "\f1c2";
}

/* line 4, _font-awesome.min.scss */
.fa-file-excel-o:before {
    content: "\f1c3";
}

/* line 4, _font-awesome.min.scss */
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

/* line 4, _font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

/* line 4, _font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

/* line 4, _font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

/* line 4, _font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

/* line 4, _font-awesome.min.scss */
.fa-file-code-o:before {
    content: "\f1c9";
}

/* line 4, _font-awesome.min.scss */
.fa-vine:before {
    content: "\f1ca";
}

/* line 4, _font-awesome.min.scss */
.fa-codepen:before {
    content: "\f1cb";
}

/* line 4, _font-awesome.min.scss */
.fa-jsfiddle:before {
    content: "\f1cc";
}

/* line 4, _font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

/* line 4, _font-awesome.min.scss */
.fa-circle-o-notch:before {
    content: "\f1ce";
}

/* line 4, _font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

/* line 4, _font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

/* line 4, _font-awesome.min.scss */
.fa-git-square:before {
    content: "\f1d2";
}

/* line 4, _font-awesome.min.scss */
.fa-git:before {
    content: "\f1d3";
}

/* line 4, _font-awesome.min.scss */
.fa-hacker-news:before {
    content: "\f1d4";
}

/* line 4, _font-awesome.min.scss */
.fa-tencent-weibo:before {
    content: "\f1d5";
}

/* line 4, _font-awesome.min.scss */
.fa-qq:before {
    content: "\f1d6";
}

/* line 4, _font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

/* line 4, _font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

/* line 4, _font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

/* line 4, _font-awesome.min.scss */
.fa-history:before {
    content: "\f1da";
}

/* line 4, _font-awesome.min.scss */
.fa-circle-thin:before {
    content: "\f1db";
}

/* line 4, _font-awesome.min.scss */
.fa-header:before {
    content: "\f1dc";
}

/* line 4, _font-awesome.min.scss */
.fa-paragraph:before {
    content: "\f1dd";
}

/* line 4, _font-awesome.min.scss */
.fa-sliders:before {
    content: "\f1de";
}

/* line 4, _font-awesome.min.scss */
.fa-share-alt:before {
    content: "\f1e0";
}

/* line 4, _font-awesome.min.scss */
.fa-share-alt-square:before {
    content: "\f1e1";
}

/* line 4, _font-awesome.min.scss */
.fa-bomb:before {
    content: "\f1e2";
}

/* line 4, _font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

/* line 4, _font-awesome.min.scss */
.fa-tty:before {
    content: "\f1e4";
}

/* line 4, _font-awesome.min.scss */
.fa-binoculars:before {
    content: "\f1e5";
}

/* line 4, _font-awesome.min.scss */
.fa-plug:before {
    content: "\f1e6";
}

/* line 4, _font-awesome.min.scss */
.fa-slideshare:before {
    content: "\f1e7";
}

/* line 4, _font-awesome.min.scss */
.fa-twitch:before {
    content: "\f1e8";
}

/* line 4, _font-awesome.min.scss */
.fa-yelp:before {
    content: "\f1e9";
}

/* line 4, _font-awesome.min.scss */
.fa-newspaper-o:before {
    content: "\f1ea";
}

/* line 4, _font-awesome.min.scss */
.fa-wifi:before {
    content: "\f1eb";
}

/* line 4, _font-awesome.min.scss */
.fa-calculator:before {
    content: "\f1ec";
}

/* line 4, _font-awesome.min.scss */
.fa-paypal:before {
    content: "\f1ed";
}

/* line 4, _font-awesome.min.scss */
.fa-google-wallet:before {
    content: "\f1ee";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-visa:before {
    content: "\f1f0";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-mastercard:before {
    content: "\f1f1";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-discover:before {
    content: "\f1f2";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-amex:before {
    content: "\f1f3";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-paypal:before {
    content: "\f1f4";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-stripe:before {
    content: "\f1f5";
}

/* line 4, _font-awesome.min.scss */
.fa-bell-slash:before {
    content: "\f1f6";
}

/* line 4, _font-awesome.min.scss */
.fa-bell-slash-o:before {
    content: "\f1f7";
}

/* line 4, _font-awesome.min.scss */
.fa-trash:before {
    content: "\f1f8";
}

/* line 4, _font-awesome.min.scss */
.fa-copyright:before {
    content: "\f1f9";
}

/* line 4, _font-awesome.min.scss */
.fa-at:before {
    content: "\f1fa";
}

/* line 4, _font-awesome.min.scss */
.fa-eyedropper:before {
    content: "\f1fb";
}

/* line 4, _font-awesome.min.scss */
.fa-paint-brush:before {
    content: "\f1fc";
}

/* line 4, _font-awesome.min.scss */
.fa-birthday-cake:before {
    content: "\f1fd";
}

/* line 4, _font-awesome.min.scss */
.fa-area-chart:before {
    content: "\f1fe";
}

/* line 4, _font-awesome.min.scss */
.fa-pie-chart:before {
    content: "\f200";
}

/* line 4, _font-awesome.min.scss */
.fa-line-chart:before {
    content: "\f201";
}

/* line 4, _font-awesome.min.scss */
.fa-lastfm:before {
    content: "\f202";
}

/* line 4, _font-awesome.min.scss */
.fa-lastfm-square:before {
    content: "\f203";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-off:before {
    content: "\f204";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-on:before {
    content: "\f205";
}

/* line 4, _font-awesome.min.scss */
.fa-bicycle:before {
    content: "\f206";
}

/* line 4, _font-awesome.min.scss */
.fa-bus:before {
    content: "\f207";
}

/* line 4, _font-awesome.min.scss */
.fa-ioxhost:before {
    content: "\f208";
}

/* line 4, _font-awesome.min.scss */
.fa-angellist:before {
    content: "\f209";
}

/* line 4, _font-awesome.min.scss */
.fa-cc:before {
    content: "\f20a";
}

/* line 4, _font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

/* line 4, _font-awesome.min.scss */
.fa-meanpath:before {
    content: "\f20c";
}

/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
/* line 6, _pocketgrid.scss */
.row, .col, .row:after, .col:after, .row:before, .col:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix */
/* line 13, _pocketgrid.scss */
/*.row {
    *zoom: 1;
}*/

    /* line 16, _pocketgrid.scss */
    /*.row:before, .row:after {
        display: table;
        content: "";
        line-height: 0;
    }*/

    /* line 21, _pocketgrid.scss */
    /*.row:after {
        clear: both;
    }*/

/* line 25, _pocketgrid.scss */
/*.row {
    /* ul/li compatibility */
    list-style-type: none;
    padding: 0;
    margin: 0;
}*/

    /* Nested grid */
    /* line 33, _pocketgrid.scss */
    /*.row > .row {
        clear: none;
        float: left;
        margin: 0 !important;
    }*/

/* Default block */
/* line 40, _pocketgrid.scss */
/*.col {
    float: left;
    width: 100%;
}*/

/* line 1, _base.scss */
/*body {
    line-height: 1.4em;
    background: #fff;
}*/

/* line 6, _base.scss */
/*h1, h2, h3, h4, h5 {
    padding-bottom: 10px;
}*/

/* line 10, _base.scss */
/*h1 {
    line-height: 1.1em;
}*/

/* line 15, _base.scss */
/*table {
    width: 100%;
}*/

/* line 19, _base.scss */
/*a {
    text-decoration: underline;
}*/

/* line 23, _base.scss */
/*textarea {
    max-width: 100%;
}*/

/* line 27, _base.scss */
/*a:visited,
a:active {
    color: #2c3135;
}*/

/* line 32, _base.scss */
/*a:hover {
    text-decoration: underline;
}*/

/* line 37, _base.scss */
/*a.button {
    background: #057d3e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
}*/

    /* line 54, _base.scss */
    /*a.button:hover {
        background-color: #18632c;
        color: #fff;
        text-decoration: none;
    }*/

/* line 61, _base.scss */
.default-header,
.business-header,
.residents-header,
.news-header {
    padding: 20px 0px 0px 0px;
}
    /* line 66, _base.scss */
    .default-header h1,
    .business-header h1,
    .residents-header h1,
    .news-header h1 {
        margin: 0;
        padding-bottom: 0;
        font-size: 1.5em;
    }

/* line 73, _base.scss */
.header,
.navigation,
.footer {
    float: left;
    width: 100%;
}

/* line 81, _base.scss */
/*h2 a {
    text-decoration: none;
}*/

/* line 85, _base.scss */
.wrapper {
    width: 1024px;
    margin: 0 auto;
}

/* line 90, _base.scss */
.header {
    padding: 0 0 10px;
}

/* line 94, _base.scss */
.access-links {
    position: absolute;
    top: -200px;
}

/* line 97, _base.scss */
.logo {
    float: left;
    margin: -2px 0 0;
    top: -18px;
    position: relative;
}

/* line 104, _base.scss */
.top-links {
    text-align: right;
    padding-top: 1.0em;
    color: #000;
    font-size: 0.8em;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-right: -.4em;
    margin-bottom: 10px;
}

    /* line 114, _base.scss */
    .top-links a {
        color: #000;
        padding-right: 0.4em;
        font-size: 1.0em;
        text-decoration: none;
    }

        /* line 121, _base.scss */
        .top-links a:hover {
            color: #000;
            text-decoration: underline;
        }

/* line 126, _base.scss */
.search {
    width: 50%;
    float: right;
    padding-bottom: 0.5em;
    text-align: right;
    padding-top: 4px;
}

    /* line 134, _base.scss */
    .search.mobile {
        display: none;
    }

    /* line 138, _base.scss */
    .search #bsc-head-searchfield,
    .search #searchfield {
        width: 70%;
        padding-left: 5px;
        line-height: 1.85em;
        border: 1px solid #2c3135;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

/* line 150, _base.scss */
input#bsc-head-searchsubmit {
    margin-bottom: 0;
    margin-top: 0px;
    width: auto;
    background: #057d3e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
}

/* line 156, _base.scss */
input#bsc-head-searchfield {
    margin-top: 0px;
}

/* line 160, _base.scss */
#header form label {
    display: none;
}

/* line 164, _base.scss */
/*form label {
    color: #6b7770;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 1em;
    text-transform: uppercase;
}*/

/* line 173, _base.scss */
/*input {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11.5pt;
    font-weight: 400;
    line-height: 2em;
    padding: 0 0 0 5px;
    margin: 10px 0;
    height: 30px;
    max-width: 100%;
    text-overflow: ellipsis;
}*/

    /* line 185, _base.scss */
    /*input[type=text] {
        border: 1px solid #2c3135;
        border-radius: 2px;
    }*/

    /* line 189, _base.scss */
    /*input[type=search] {
        border: 1px solid #2c3135;
        border-radius: 2px;
    }*/

/* line 194, _base.scss */
/*select {
    margin: 10px 0;
    text-overflow: ellipsis;
}*/

/* line 199, _base.scss */
.sidemenu ul ul,
.col-1-4.col-left ul ul {
    padding: 0;
}

/* line 204, _base.scss */
.sidemenu li:empty,
.col-1-4.col-left li:empty {
    display: none;
}

/* line 209, _base.scss */

/*input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
    background: #057d3e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
}*/

    /* line 228, _base.scss */
    /*input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    .button:hover {
        background-color: #046632;
    }*/

/* line 236, _base.scss */
/*th {
    text-align: left;
    font-weight: bold;
    padding: 0 10px 0 0;
}*/

/* line 242, _base.scss */
.search input[type="button"],
.search input[type="submit"],
.search input[type="reset"],
.button {
    font-size: 1rem;
}

/* line 249, _base.scss */
.navigation {
    background: #2c3135;
}

/* line 253, _base.scss */
.nav {
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #2c3135;
    width: 100%;
    height: 3.25em;
    line-height: 3.25em;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    cursor: default;
    font-size: 100%;
}

.nav-app {
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #2c3135;
    width: 100%;
    height: 1.5em;
    line-height: 3.25em;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    cursor: default;
}


/* line 268, _base.scss */
.nav_inner {
    margin: 0 auto;
    text-align: left;
}

/* line 274, _base.scss */
.nav ul {
    position: relative;
    z-index: 1001;
    padding: 0 0 0px;
    list-style: outside none none;
    line-height: .4em;
}

@media screen and (min-width: 1024px) {
    /* line 281, _base.scss */
    .nav ul li.dropdown > a {
        padding-right: 100px;
    }
}

/* line 287, _base.scss */
.nav li {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    padding-top: 15px;
}

/* line 294, _base.scss */
.nav .dropdown li {
    display: none;
}

/* line 298, _base.scss */
.nav li a,
.nav li span {
    position: relative;
    /*display: block;*/
    text-decoration: none;
    color: #fff;
    padding: 0.3em 1.5em 0.25em 0;
    font-size: 1.0em;
    letter-spacing: 1px;
    outline: 0;
    font-weight: 100;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

/* line 319, _base.scss */
.nav > .nav_inner > ul > li:hover > a,
.nav > .nav_inner > ul > li:hover > a {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    text-decoration: underline;
}

/* line 329, _base.scss */
.dropotron > li:hover > a {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    text-decoration: underline;
}

/* line 338, _base.scss */
.nav li.current a {
    font-weight: bold;
}

    /* line 342, _base.scss */
    .nav li.current a:hover {
        color: #fff;
        font-weight: bold;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -ms-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
    }

/* line 352, _base.scss */
.nav .dropotron {
    background: #eaeaea;
    width: 300px;
    top: 4em;
    position: absolute;
}

/* line 359, _base.scss */
.dropotron > li {
    display: none;
    color: #000;
    line-height: 1.25em;
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    padding: 0.5em 0.5em 0.5em 1em;
    text-align: left;
    font-size: 1.1em;
    min-width: 14em;
}

    /* line 373, _base.scss */
    .dropotron > li a {
        color: #000;
        display: block;
        width: 100%;
    }

    /* line 379, _base.scss */
    .dropotron > li:first-child {
        margin-top: 0.5em;
    }

    /* line 383, _base.scss */
    .dropotron > li:last-child {
        padding-bottom: 1em !important;
    }

/* line 387, _base.scss */
.nav li.dropdown:hover .dropotron > li {
    color: #000;
    display: block !important;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

/* line 397, _base.scss */
.nav .dropotron li > a:hover,
.nav .dropotron li > span:hover {
    color: #000;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

/* line 407, _base.scss */
.nav li.dropdown:hover .dropotron:before {
    content: '; position: absolute;
    left: 30%;
    margin-left: -5em;
    top: -0.65em;
    border-bottom: solid 1em #eaeaea;
    border-left: solid 1em transparent;
    border-right: solid 1em transparent;
}

/* line 418, _base.scss */
.container {
    padding: 0 0 0px;
}

/* line 422, _base.scss */
.content {
    float: left;
    width: 100%;
    min-height: 493px;
    padding: 0 0;
}

/* line 429, _base.scss */
.introduction {
    float: left;
    width: 100%;
    padding: 0 0 0;
    margin-top: 0px;
    margin-bottom: 5px;
}

/*********************************************************************************/
/* Home Slider                                                                   */
/*********************************************************************************/
/* line 446, _base.scss */
.slide_img {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 258px;
}

/* line 453, _base.scss */
.home_slider h2 {
    color: #1a5088;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 0.25em;
    line-height: 0.8em;
}

/* line 463, _base.scss */
.home_slider h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
}

/* line 470, _base.scss */
.columns {
    float: left;
    width: 100%;
    padding: 0;
}

/* line 476, _base.scss */
.columns-profiles {
    padding: 20px 0;
}

/* line 480, _base.scss */
.col-1-2,
.footer-left,
.footer-right {
    float: left;
    padding: 0 4%;
}

/* line 488, _base.scss */
.footer .footer-left {
    width: 70%;
}

@media screen and (max-width: 767px) {
    /* line 488, _base.scss */
    .footer .footer-left {
        width: 100%;
    }
}
/* line 494, _base.scss */
.footer .footer-right {
    width: 30%;
}

@media screen and (max-width: 767px) {
    /* line 494, _base.scss */
    .footer .footer-right {
        width: 100%;
    }
}

/* line 503, _base.scss */
.footer-left,
.footer-right {
    padding: 0;
}

/* line 508, _base.scss */
.col-1-2:first-child,
.col-1-2.first-child {
    padding-left: 0;
}

/* line 513, _base.scss */
.col-1-2:last-child,
.col-1-2.last-child {
    padding-right: 0;
}

/* line 518, _base.scss */
.col-1-4 {
    float: left;
    width: 25%;
    padding: 0 0 7px 7px;
    margin: 0;
}

/* line 525, _base.scss */
.col-2-4 {
    float: left;
    width: 50%;
    padding: 0 0 7px 7px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    /* line 525, _base.scss */
    .col-2-4 {
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
}

/* line 537, _base.scss */
.col-3-4 {
    float: left;
    width: 50%;
    padding: 0 0 7px 7px;
    margin: 0;
}

/* line 544, _base.scss */
.col-1-3 {
    float: left;
    width: 33.3%;
    padding: 0 0 7px 7px;
    margin: 0;
}

.col-1-5 {
    float: left;
    width: 20%;
    padding: 0 0 7px 7px;
    margin: 0;
}

.col-1-6 {
    float: left;
    width: 65%;
    padding: 0 0 7px 7px;
    margin: 0;
}

.col-1-7 {
    float: left;
    width: 30%;
    padding: 0 0 7px 7px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    /* line 544, _base.scss */
    .col-1-3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

/* line 558, _base.scss */
.col-1-3:last-child,
.col-1-3.last-child {
    padding-right: 0;
}

/* line 563, _base.scss */
.profile-img {
    float: left;
    clear: both;
    width: 90%;
    max-width: 160px;
    height: 100%;
    max-height: 213px;
    margin: 0 10% 0 0;
    padding: 8px 0;
}

/* line 574, _base.scss */
.col-1-3 p {
    float: left;
    width: 90%;
    margin: 0 10% 0 0;
}

/* line 580, _base.scss */
.col-inside {
    float: left;
    width: 100%;
    background: #d6d6d6 none repeat scroll;
    padding: 20px 20px 30px;
}

.col-inside-ln {
    float: left;
    width: 100%;
    background: #f7f7f7 none repeat scroll;
    padding: 20px 20px 30px;
    border: 1px solid #c8c9ca;
    border-radius: 1px;
    min-height: 320px;
}

/* line 587, _base.scss */
.col-content {
    float: left;
    width: 100%;
    min-height: 200px;
}

.col-content-ln {
    float: left;
    width: 100%;
    min-height: 200px;
}

/* line 593, _base.scss */
.col-content h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
    padding-bottom: 15px;
}

/* line 602, _base.scss */
.col-content ul li {
    list-style-type: none;
    margin-left: 5px;
}

/* unordered lists that should have arrows next to links */
/* line 609, _base.scss */
ul.bg li a:before {
    color: #2c3135;
    content: url(/mbconnect/Content/state/images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

/* line 617, _base.scss */
ul.bg li strong:before {
    color: #2c3135;
    content: url(/mbconnect/Content/state/images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

/* line 625, _base.scss */
ul.bg li a {
    text-decoration: none;
}

    /* line 629, _base.scss */
    ul.bg li a:hover {
        text-decoration: underline;
    }

/* line 634, _base.scss */
.col-content ul li a:before {
    color: #2c3135;
    content: url(/mbconnect/Content/state/images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

/* line 642, _base.scss */
.col-link {
    float: left;
    width: 100%;
    min-height: 52px;
}

    /* line 648, _base.scss */
    .col-link p {
        padding: 8px 0 0;
    }

    /* line 652, _base.scss */
    .col-link a {
        font-weight: 700;
        color: #2c3135;
    }

        /* line 657, _base.scss */
        .col-link a:hover {
            color: #2c3135;
            text-decoration: underline;
        }

/* line 662, _base.scss */
.col-inside-2 {
    float: left;
    width: 100%;
    background: #f8f8f8 none repeat scroll;
    padding: 20px 20px 30px;
}

/* line 669, _base.scss */
.col-content-2 {
    float: left;
    width: 100%;
    min-height: 300px;
}

    /* line 675, _base.scss */
    .col-content-2 h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 1.2em;
        line-height: 1.5em;
        font-weight: 700;
        color: #2c3135;
        padding-bottom: 15px;
    }

    /* line 684, _base.scss */
    .col-content-2 ul li {
        list-style-type: none;
        margin-left: 0px;
    }

/* line 689, _base.scss */
.col-link-2 {
    float: left;
    width: 100%;
    min-height: 52px;
}

    /* line 695, _base.scss */
    .col-link-2 p {
        padding: 8px 0 0;
    }

    /* line 699, _base.scss */
    .col-link-2 a {
        font-weight: 700;
        color: #2c3135;
    }

        /* line 704, _base.scss */
        .col-link-2 a:hover {
            color: #2c3135;
            text-decoration: underline;
        }

/* line 709, _base.scss */
.footer {
    background: #2c3135;
    padding: 18px 0 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    color: inherit;
}

/* line 718, _base.scss */
.footer-nav ul {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0px;
}

    /* line 728, _base.scss */
    .footer-nav ul li {
        display: inline-block;
        min-width: 4%;
        margin: 0 0 0 3.5%;
        margin-bottom: 10px;
    }

@media screen and (min-width: 767px) and (max-width: 880px) {
    /* line 728, _base.scss */
    .footer-nav ul li {
        margin: 0 0 0 3.5%;
    }
}

/* line 738, _base.scss */
.footer h3 {
    font-size: .9em;
    line-height: 1.3em;
    color: #dfdfdf;
    font-weight: 700;
    padding: 0 0 5px;
}

/* line 746, _base.scss */
.footer p {
    font-size: .9em;
    line-height: 1.3em;
    color: #dfdfdf;
}

/* line 752, _base.scss */
.footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 100%;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    line-height: 1.4em;
}

    /* line 757, _base.scss */
    .footer a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

/* line 763, _base.scss */
.footer-right {
    padding-top: 10px;
}

    /* line 766, _base.scss */
    .footer-right img {
        float: right;
        padding-top: 4px;
    }


/* line 771, _base.scss */
.footer-nav:nth-of-type(2) li {
    padding-bottom: 0px;
}

/* line 775, _base.scss */
.quick-links {
    float: left;
    width: 100%;
    padding: 6px 6% 4px;
}

    /* line 781, _base.scss */
    .quick-links ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0;
    }


        /* line 788, _base.scss */
        .quick-links ul li {
            float: left;
            width: 100%;
            padding: 6px;
        }

            /* line 794, _base.scss */
            .quick-links ul li a {
                font-weight: 700;
            }

/* ***Utility classes*** */
/* line 801, _base.scss */
iframe {
    width: 100%;
}

/* line 805, _base.scss */
.fl {
    float: left !important;
}

/* line 809, _base.scss */
.fr {
    float: right !important;
}

/* Alignment Styles for WYSIWYG Editor - Do not delete */
/* line 816, _base.scss */
img.alignright {
    float: right;
    margin: 0 0 32px 42px;
}

/* line 821, _base.scss */
img.alignleft {
    float: left;
    margin: 0 36px 32px 0;
}

/* line 826, _base.scss */
img.aligncenter {
    display: block;
    margin: 0 auto;
}

/* line 831, _base.scss */
.alignright {
    float: right;
}

/* line 835, _base.scss */
.alignleft {
    float: left;
}

/* line 839, _base.scss */
.aligncenter {
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 1281px) {
    /* line 845, _base.scss */
    .wrapper {
        width: 1024px;
        margin: 0 auto;
    }

    /* line 849, _base.scss */
    .col-content {
        min-height: 230px;
    }
}

@media only screen and (max-width: 1023px) {
    /* line 881, _base.scss */
    .wrapper {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* line 888, _base.scss */
    .content {
        padding: 0;
    }

    /* line 891, _base.scss */
    .col-3-4 {
        width: 61%;
    }

    /* line 894, _base.scss */
    .side-bar {
        width: 38%;
    }

    /* line 897, _base.scss */
    .col-content {
        min-height: 200px;
    }
}

@media only screen and (width: 1024px) {
    /* line 904, _base.scss */
    .wrapper {
        width: 100%;
        max-width: 1024px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* line 911, _base.scss */
    .content {
        padding: 0;
    }

    /* line 914, _base.scss */
    .col-3-4 {
        width: 61%;
    }

    /* line 917, _base.scss */
    .side-bar {
        width: 38%;
    }

    /* line 920, _base.scss */
    .col-content {
        min-height: 200px;
    }
}

@media only screen and (min-width: 1025px) {
    /* line 926, _base.scss */
    .wrapper {
        width: 100%;
        max-width: 1024px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* line 933, _base.scss */
    .content {
        padding: 0;
    }

    /* line 936, _base.scss */
    .col-3-4 {
        width: 61%;
    }

    /* line 939, _base.scss */
    .side-bar {
        width: 38%;
    }

    /* line 942, _base.scss */
    .col-content {
        min-height: 200px;
    }
}

@media only screen and (max-width: 980px) {
    /* line 948, _base.scss */
    .nav ul.navfr li {
        font-size: 1.15em;
        padding: 3px 1.2%;
    }

        /* line 952, _base.scss */
        .nav ul.navfr li:first-child {
            padding-left: 0;
        }

        /* line 955, _base.scss */
        .nav ul.navfr li:last-child {
            padding-right: 0;
        }

        /* line 958, _base.scss */
        .nav ul.navfr li.language {
            float: right;
        }
}

@media only screen and (min-width: 768px) {
    /* line 964, _base.scss */
    div.slicknav_menu {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    /* line 970, _base.scss */
    .desktop {
        display: none;
    }

    /* line 973, _base.scss */
    .mobile {
        display: block;
    }

    /* line 977, _base.scss */
    .navigation .wrapper {
        width: 100%;
        margin: 0;
        display: none;
    }

    /* line 982, _base.scss */
    div.slicknav_menu {
        display: block;
        max-width: 90%;
        margin: auto;
        background-color: #2C3135;
    }

    /* line 989, _base.scss */
    .logo {
        float: none;
        clear: both;
        text-align: center;
        margin-top: 20px;
    }

    /* line 995, _base.scss */
    .top-links {
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    /* line 1000, _base.scss */
    .search {
        width: 100%;
        float: none;
        margin-top: 20px;
        clear: both;
    }

    /* line 1006, _base.scss */
    div.search form {
        min-width: 0;
        float: none;
        margin: auto;
    }

    /* line 1013, _base.scss */
    .mobile {
        float: left;
        width: 100%;
        font-size: 1.3em;
        font-weight: 700;
        text-align: center;
        padding: 3px 0 0;
    }

        /* line 1021, _base.scss */
        .mobile li a {
            width: 100%;
            display: block;
            height: 44px;
        }

        /* line 1026, _base.scss */
        .mobile li ul {
            background: #404649;
            float: left;
            width: 100%;
            padding: 16px 8%;
        }

            /* line 1032, _base.scss */
            .mobile li ul li {
                background: #404649;
                float: left;
                width: 100%;
                font-size: 0.9em;
                text-align: left;
                padding: 5px 0;
                margin: 0;
            }

                /* line 1041, _base.scss */
                .mobile li ul li.language {
                    padding: 24px 0 5px;
                }

                /* line 1044, _base.scss */
                .mobile li ul li a {
                    display: inline;
                    height: inherit;
                    color: #dfdfdf !important;
                    border: 0;
                }

                    /* line 1050, _base.scss */
                    .mobile li ul li a.active {
                        color: #ffffff !important;
                    }

                    /* line 1053, _base.scss */
                    .mobile li ul li a:hover {
                        color: #ffffff !important;
                    }

    /* line 1056, _base.scss */
    ul.submenu-mobile-cont {
        position: absolute;
        display: none;
        border-top: 3px solid #474C4F;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    }

    /* line 1067, _base.scss */
    .col-1-2 {
        width: 100%;
        padding: 0 5%;
    }

        /* line 1071, _base.scss */
        .col-1-2 .col-1-2 {
            padding: 0 5% 10px;
        }

    /* line 1074, _base.scss */
    .col-3-4 {
        width: 100%;
        padding: 0;
    }

    /* line 1078, _base.scss */
    .col-1-4 {
        width: 100%;
        margin: 5px 0;
        padding: 0;
    }

    /* line 1083, _base.scss */
    .col-content {
        min-height: 110px;
    }

    /* line 1086, _base.scss */
    .col-link {
        float: left;
        width: 100%;
        min-height: 36px;
    }

    /* line 1091, _base.scss */
    .footer-left {
        width: 100%;
        padding: 0 2.5%;
    }

    /* line 1095, _base.scss */
    .footer-right {
        width: 100%;
        padding: 0 2.5%;
        margin-top: 10px;
    }

        /* line 1100, _base.scss */
        .footer-left,
        .footer-right img {
            float: left;
        }

    /* line 1104, _base.scss */
    .footer-nav ul {
        padding-bottom: 10px;
    }

        /* line 1107, _base.scss */
        .footer-nav ul li {
            float: left;
            text-align: left;
            margin: 0 3.5% 0 0;
        }
}

@media only screen and (max-width: 480px) {
    /* line 1116, _base.scss */
    .top-links a {
        padding: 10px;
        display: inline-block;
    }

    /* line 1120, _base.scss */
    .search #bsc-head-searchfield,
    .search #searchfield {
        width: 50%;
    }

    /* line 1124, _base.scss */
    input#bsc-head-searchsubmit {
        padding: 5px;
    }

    /* line 1128, _base.scss */
    .col-1-3 {
        width: 100%;
    }

    /* line 1135, _base.scss */
    .col-content {
        min-height: 140px;
    }

    /* line 1138, _base.scss */
    .col-link {
        float: left;
        width: 100%;
        min-height: 52px;
    }

    /* line 1143, _base.scss */
    .profile-img {
        float: none;
        width: 50%;
        max-width: inherit;
        height: inherit;
        text-align: center;
        margin: 0 25%;
        padding: 0 0 8px;
    }

    /* line 1152, _base.scss */
    .col-1-3 p {
        float: none;
        width: 80%;
        text-align: center;
        margin: 0 10%;
        padding: 0 0 24px;
    }

    /* line 1159, _base.scss */
    .footer-nav ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 8px 0 20px;
    }

        /* line 1165, _base.scss */
        .footer-nav ul li {
            float: left;
            width: 100%;
            padding: 4px 0;
        }

    /* line 1170, _base.scss */
    img.alignright {
        float: none;
        display: block;
        margin: 10px auto 24px;
    }

    /* line 1175, _base.scss */
    img.alignleft {
        float: none;
        display: block;
        margin: 10px auto 24px;
    }
}
/* line 1182, _base.scss */
.search #bsc-head-searchfield::-moz-placeholder, .search #searchfield::-moz-placeholder {
    color: #777 !important;
    opacity: 1;
}

/* line 1188, _base.scss */

div.breadcrumb {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2c3135;
    margin-bottom: 20px;
}
    /* line 1195, _base.scss */
    div.breadcrumb ul {
        padding: 0px;
    }
    /* line 1199, _base.scss */
    div.breadcrumb a {
        text-decoration: none;
    }
        /* line 1202, _base.scss */
        div.breadcrumb a:hover {
            text-decoration: underline;
        }

/* line 1210, _base.scss */
.breadcrumb li {
    display: inline-block;
    padding: 0 5px 0 0;
}

/* line 1220, _base.scss */
.columns.col-2 .col-3-4,
.columns.col-3 .col-3-4 {
    float: right;
    width: 75%;
    padding: 0;
}

@media screen and (max-width: 960px) {
    /* line 1220, _base.scss */
    .columns.col-2 .col-3-4,
    .columns.col-3 .col-3-4 {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    /* line 1220, _base.scss */
    .columns.col-2 .col-3-4,
    .columns.col-3 .col-3-4 {
        width: 100%;
    }
}
/* line 1230, _base.scss */
.columns.col-2 .col-3-4 .col-inside-3,
.columns.col-3 .col-3-4 .col-inside-3 {
    padding: 10px 20px 30px;
}

@media screen and (max-width: 767px) {
    /* line 1230, _base.scss */
    .columns.col-2 .col-3-4 .col-inside-3,
    .columns.col-3 .col-3-4 .col-inside-3 {
        padding: 10px 0 10px;
    }
}
/* line 1237, _base.scss */
.columns.col-2 .col-1-4,
.columns.col-3 .col-1-4 {
    width: 25%;
    padding-left: 0;
    margin: 0;
    float: left;
}

@media screen and (max-width: 767px) {
    /* line 1237, _base.scss */
    .columns.col-2 .col-1-4,
    .columns.col-3 .col-1-4 {
        width: 100%;
    }
}
/* line 1246, _base.scss */
.columns.col-2 .col-2-4,
.columns.col-3 .col-2-4 {
    display: inline-block;
    float: none;
    padding: 0;
}
    /* line 1250, _base.scss */
    .columns.col-2 .col-2-4 .col-inside-3,
    .columns.col-3 .col-2-4 .col-inside-3 {
        padding: 10px 20px 30px;
    }

@media screen and (max-width: 767px) {
    /* line 1250, _base.scss */
    .columns.col-2 .col-2-4 .col-inside-3,
    .columns.col-3 .col-2-4 .col-inside-3 {
        padding: 10px 0 10px;
    }
}
/* line 1257, _base.scss */
.columns.col-2 .col-1-4.col-right,
.columns.col-3 .col-1-4.col-right {
    float: right;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    /* line 1263, _base.scss */
    .columns.col-2 .col-1-4 {
        width: 30%;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    /* line 1271, _base.scss */
    .columns.col-3 .col-1-4 {
        width: 25%;
    }
}

/* line 1278, _base.scss */
.col:first-of-type,
.col-1-3:first-of-type,
.col-1-4:first-of-type {
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    /* line 1285, _base.scss */
    .content > .columns > .col-1-3,
    .content > .columns > .col-2-3,
    .content > .columns > .col-1-4,
    .content > .columns > .col-2-4,
    .content > .columns > .col-3-4 {
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
}

/* line 1298, _base.scss */
.col-content-1 {
    margin: 10px 0 10px;
}

/* line 1301, _base.scss */
.col-left .col-content-1,
.col-right .col-content-1 {
    margin-top: 0;
}

/* line 1306, _base.scss */
.col-inside-2 img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    /* line 1312, _base.scss */
    .columns .columns .col-1-3,
    .columns .columns .col-2-3,
    .columns .columns .col-1-4,
    .columns .columns .col-2-4,
    .columns .columns .col-3-4 {
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
}

@media screen and (max-width: 680px) {
    /* line 1312, _base.scss */
    .columns .columns .col-1-3,
    .columns .columns .col-2-3,
    .columns .columns .col-1-4,
    .columns .columns .col-2-4,
    .columns .columns .col-3-4 {
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
}

/* line 1330, _base.scss */
.columns table td {
    padding: 0 5px;
}

/* line 1335, _base.scss */
.search form {
    max-width: 480px;
    min-width: 420px;
    width: 100%;
    float: right;
}

/* line 1346, _base.scss */
ul.slicknav_nav ul {
    margin: 0 15px 0 15px;
}
/* line 1349, _base.scss */
ul.slicknav_nav > li > .slicknav_row:hover {
    background-color: transparent;
    color: #fff;
}
/* line 1353, _base.scss */
ul.slicknav_nav a {
    color: #fff;
}
    /* line 1356, _base.scss */
    ul.slicknav_nav a:hover {
        background-color: transparent;
        color: #fff;
    }
/* line 1360, _base.scss */
ul.slicknav_nav > li > a a:hover {
    color: #fff;
}

/* line 1369, _base.scss */
.slick-track {
    background-color: #F8F8F8;
}

/* line 1373, _base.scss */
.slide_content {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 0;
    padding: 20px 20px 20px 20px;
    width: 337px;
    position: absolute;
    right: 0;
    bottom: 20px;
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    /* line 1373, _base.scss */
    .slide_content {
        position: relative;
        bottom: 0;
        width: 100%;
    }
}

/* line 1391, _base.scss */
.slide_content h2 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1em;
}

/* line 1400, _base.scss */
.slide_content h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 1.0em;
}

/* middle column slick slider */
/* line 1409, _base.scss */
.col-2-4 .col-inside-3 .slickSlider-wrapper {
    margin-top: -10px;
}

/* line 1413, _base.scss */
.col-2-4 .slickSlider-wrapper .slickslider-prev-next {
    bottom: 26px;
    top: auto;
}

@media screen and (max-width: 767px) {
    /* line 1413, _base.scss */
    .col-2-4 .slickSlider-wrapper .slickslider-prev-next {
        top: 50%;
        bottom: auto;
    }
}

/* line 1421, _base.scss */
.col-2-4 .slide_content {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px 40px 20px 40px;
    min-height: 132px;
}

@media screen and (max-width: 1024px) {
    /* line 1421, _base.scss */
    .col-2-4 .slide_content {
        /*min-height:auto;*/
        min-height: 132px;
    }
}
/* line 1432, _base.scss */
.col-2-4 .slide_content h2 {
    font-size: 1.1em;
}

/* line 1439, _base.scss */
.col-2-4 .slick-initialized div.slick-slide {
    vertical-align: top;
}

/* line 1442, _base.scss */
.col-2-4 .slick-track {
    background-color: transparent;
}

/* left or right column slick slider */
/* line 1481, _base.scss */
.col-1-4 .slick-initialized div.slick-slide {
    vertical-align: top;
}

/* line 1484, _base.scss */
.col-1-4 .slick-track {
    background-color: transparent;
}

/* line 1492, _base.scss */
.slickSlider-wrapper {
    overflow: hidden;
}

/* line 1495, _base.scss */
.slick-slider {
    position: relative;
    right: -1px;
}

/* line 1500, _base.scss */
.slick-slide {
    position: relative;
}

/* line 1505, _base.scss */
div.slick-slide {
    height: auto;
}

    /* line 1509, _base.scss */
    div.slick-slide img {
        width: 100%;
        height: auto;
    }

@media screen and (max-width: 679px) {
    /* line 1514, _base.scss */
    .home_slider div.slick-slide img {
        display: none;
    }
}

/* line 1520, _base.scss */
.slickSlider > div {
    position: absolute;
}

/* line 1524, _base.scss */
.slickSlider.slick-initialized > div {
    position: relative;
}

/* line 1528, _base.scss */
.slick-slide-img {
    height: 258px;
}

/* line 1532, _base.scss */
.slide_content.left {
    right: auto;
}

/* line 1537, _base.scss */
.slick-initialized div.slick-track {
    display: table;
}

/* line 1541, _base.scss */
.slick-initialized div.slick-slide {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* line 1548, _base.scss */
.slickslider-prev-next {
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(248, 248, 248, 0.6);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0.5;
}
    /* line 1571, _base.scss */
    .slickslider-prev-next.fa-chevron-left {
        left: 0;
    }
    /* line 1574, _base.scss */
    .slickslider-prev-next.fa-chevron-right {
        right: 0;
    }
        /* line 1577, _base.scss */
        .slickslider-prev-next.fa-chevron-left:before, .slickslider-prev-next.fa-chevron-right:before {
            font-family: 'FontAwesome';
            position: absolute;
            top: 50%;
            left: 50%;
            text-indent: 0;
            color: #2C3135;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

/* line 1592, _base.scss */
.slickSlider:hover .slickslider-prev-next {
    opacity: 1;
}

/* slick slider in the middle column of content */
/* line 1598, _base.scss */
.col-2-4 .slick
form .field-wrap {
    width: 85%;
    max-width: 320px;
}

@media screen and (max-width: 480px) {
    /* line 1598, _base.scss */
    .col-2-4 .slick
    form .field-wrap {
        width: 75%;
    }
}

/* line 1622, _base.scss */
form .field-wrap.category {
    max-width: 75%;
    width: auto;
}

/* line 1628, _base.scss */
div.news_search p.labels {
    padding-bottom: 0;
}
/* line 1631, _base.scss */
div.news_search input[type=text] {
    width: 100%;
    margin: 10px 0;
    font-size: 1.1em;
    padding: 0px 5px;
    min-height: 30px;
}
/* line 1637, _base.scss */
div.news_search select {
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 4px 5px;
    margin: 10px 0;
    font-size: 1em;
}
/* line 1645, _base.scss */
div.news_search .submit-wrap {
    width: 10px;
    min-width: 55px;
}
/* line 1649, _base.scss */
div.news_search a.advanced_search {
    display: inline-block;
}

/* line 1654, _base.scss */
.form-go-button {
    padding: 8px 10px;
    background-color: #057d3e;
    color: #fff;
}

/* line 1660, _base.scss */
p.labels {
    display: inline-block;
}

/* line 1669, _base.scss */
#news_search .form-go-button {
    margin-top: 3px;
    margin-left: 5px;
    font-size: .91em;
}
/* line 1674, _base.scss */
#news_search select.selectfield {
    padding: 3px 2px;
}

/* line 1680, _base.scss */
iframe#twitter-widget-0 {
    min-width: 0 !important;
}

/* line 1685, _base.scss */
.narrow-title-green,
.narrow-title-blue,
.narrow-title-red {
    margin: 0 0 10px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #2c3135;
}

/* line 1695, _base.scss */
.col-content-2 a {
    display: inline-block;
}

    /* line 1702, _base.scss */
    .col-content-2 a:not([href]) {
        display: inline;
    }

/* line 1706, _base.scss */
.section-no-footer {
    line-height: 1.2em;
}

/* line 1710, _base.scss */
li.on > a, li.collapse > a {
    font-weight: bold;
}

/* line 1718, _base.scss */
.maincontent img {
    float: right;
    padding: 10px;
    max-width: 45%;
}

@media screen and (min-width: 767px) and (max-width: 960px) {
    /* line 1718, _base.scss */
    .maincontent img {
        float: none;
        padding: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 680px) {
    /* line 1718, _base.scss */
    .maincontent img {
        float: none;
        padding: 0;
        max-width: 100%;
    }
}

/* line 1734, _base.scss */
.maincontent h4 {
    font-size: .9em;
}

/* line 1742, _base.scss */
.banners {
    clear: both;
}
    /* line 1744, _base.scss */
    .banners .photo {
        width: 50%;
        float: left;
    }

@media screen and (max-width: 360px) {
    /* line 1744, _base.scss */
    .banners .photo {
        width: 100%;
        float: none;
    }
}
/* line 1751, _base.scss */
.banners .photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-right: 10px;
}

@media screen and (max-width: 360px) {
    /* line 1751, _base.scss */
    .banners .photo img {
        padding-right: 0;
    }
}
/* line 1761, _base.scss */
.banners .subheadline,
.banners .summary {
    display: inline-block;
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

@media screen and (max-width: 360px) {
    /* line 1761, _base.scss */
    .banners .subheadline,
    .banners .summary {
        width: 100%;
    }
}
/* line 1770, _base.scss */
.banners .subheadline a,
.banners .summary a {
    text-decoration: none;
}
/* line 1774, _base.scss */
.banners .subheadline a {
    font-weight: bold;
}
/* line 1777, _base.scss */
.banners .summary a:hover {
    text-decoration: underline;
}

/* line 1784, _base.scss */
.slickSlider .altText {
    padding: 10px;
}

/* line 1788, _base.scss */
h2.article_title {
    margin: 10px 0;
    font-size: 1.5em;
    text-align: center;
}

/* line 1794, _base.scss */
.language_toggle {
    float: right;
    padding-top: 20px;
}

/* line 1799, _base.scss */
.article_date {
    display: inline-block;
    padding-top: 20px;
}

/* line 1807, _base.scss */
.residents-search input:not(.form-go-button),
.residents-search select {
    width: 71%;
    height: 30px;
    max-width: 325px;
    margin-right: 2%;
}

@media screen and (max-width: 960px) {
    /* line 1805, _base.scss */
    .residents-search {
        width: 100%;
    }
}

/* line 1819, _base.scss */
.col-2-4 .residents-search {
    width: 100%;
}

/* line 1824, _base.scss */
input#bizkeywords {
    width: 72%;
    max-width: 300px;
    margin-right: 10px;
}

/* line 1833, _base.scss */
.grid_8-wide {
    clear: both;
}

/* line 1837, _base.scss */
.columns .grid_8-wide table td {
    padding: 0;
}

@media screen and (max-width: 850px) {
    /* line 1837, _base.scss */
    .columns .grid_8-wide table td {
        display: block;
    }
}

@media screen and (max-width: 850px) {
    /* line 1843, _base.scss */
    .columns .grid_8-wide table td label {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 650px) {
    /* line 1851, _base.scss */
    .grid_8-wide table,
    .grid_8-wide tbody,
    .grid_8-wide tr,
    .grid_8-wide td {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    /* line 1859, _base.scss */
    .grid_8-wide textarea {
        width: 100%;
    }
}

@media screen and (min-width: 851px) {
    /* line 1867, _base.scss */
    .columns .grid_8-wide table.forms td:nth-of-type(1), .grid_8-wide .programs td:nth-of-type(1), table.programs td:nth-of-type(1) {
        padding: 10px 10px 10px 0;
        width: 40%;
    }
}

@media screen and (max-width: 851px) {
    /* line 1867, _base.scss */
    .columns .grid_8-wide table.forms td:nth-of-type(1), .grid_8-wide .programs td:nth-of-type(1), table.programs td:nth-of-type(1) {
        padding: 10px 0 5px;
    }
}

@media screen and (min-width: 851px) {
    /* line 1876, _base.scss */
    .columns .grid_8-wide table.forms td:nth-of-type(2), .grid_8-wide .programs td:nth-of-type(2), table.programs td:nth-of-type(2) {
        padding: 10px 0 10px 10px;
        width: 59%;
    }
}

@media screen and (max-width: 850px) {
    /* line 1876, _base.scss */
    .columns .grid_8-wide table.forms td:nth-of-type(2), .grid_8-wide .programs td:nth-of-type(2), table.programs td:nth-of-type(2) {
        padding: 0 0 10px 0;
    }
}
/* line 1885, _base.scss */
.columns .grid_8-wide table.forms td, .grid_8-wide .programs td, table.programs td {
    display: inline-block;
}

@media screen and (max-width: 850px) {
    /* line 1885, _base.scss */
    .columns .grid_8-wide table.forms td, .grid_8-wide .programs td, table.programs td {
        width: 100% !important;
    }
}

/* line 1895, _base.scss */
.residents-portal-forms input#pub_filter_keyword {
    width: 85%;
    max-width: 300px;
    margin-right: 10px;
}

@media screen and (max-width: 479px) {
    /* line 1895, _base.scss */
    .residents-portal-forms input#pub_filter_keyword {
        width: 69%;
    }
}

/* line 1904, _base.scss */
.residents-portal-forms select {
    width: 40%;
    max-width: 300px;
    float: left;
    margin-right: 10px;
    padding: 2px;
    text-overflow: ellipsis;
}

@media screen and (max-width: 479px) {
    /* line 1913, _base.scss */
    .residents-portal-forms select:nth-of-type(1) {
        width: 69%;
        float: none;
        display: block;
    }
}

@media screen and (max-width: 479px) {
    /* line 1923, _base.scss */
    .residents-portal-forms select:nth-of-type(2) {
        width: 69%;
        margin-right: 15px;
    }
}

/* line 1930, _base.scss */
.error-please-enter-criteria {
    margin: 10px 0;
}

/* line 1936, _base.scss */
#FeedbackForm table, #FeedbackForm tbody, #FeedbackForm tr, #FeedbackForm td {
    display: block;
}
/* line 1938, _base.scss */
#FeedbackForm .footer-nav ul
label {
    margin: 0;
}

/* line 1945, _base.scss */
.results-header-wrap {
    padding: 5px 0 1px;
}

/* line 1948, _base.scss */
.results-header {
    font-weight: bold;
    font-size: 1.2em;
}

/* line 1951, _base.scss */
form.jump-to {
    margin: 10px 0;
}

/* line 1957, _base.scss */
.paginate > strong {
    display: block;
}

/* line 1961, _base.scss */
.paginate > div {
    display: inline-block;
    padding: 5px;
}

/* line 1970, _base.scss */
.snippet-contact-business-center .section-no-footer {
    line-height: 1.6em;
    padding-bottom: 20px;
}

/* line 1975, _base.scss */
.addthis_toolbox.addthis_default_style {
    margin-top: 20px;
}

/* line 1983, _base.scss */
.printer-friendly {
    font-size: .8em;
}
    /* line 1985, _base.scss */
    .printer-friendly .container {
        max-width: 600px;
        float: none;
        margin: auto;
    }
    /* line 1990, _base.scss */
    .printer-friendly .content {
        float: none;
    }
    /* line 1993, _base.scss */
    .printer-friendly .addthis_toolbox.addthis_default_style {
        display: none;
    }
    /* line 1996, _base.scss */
    .printer-friendly .maincontent {
        padding: 0 !important;
    }
    /* line 1999, _base.scss */
    .printer-friendly .allnews {
        float: none;
    }
    /* line 2002, _base.scss */
    .printer-friendly footer {
        max-width: 600px;
        width: 100%;
        display: block;
        padding: 10px;
        margin: auto;
    }
        /* line 2009, _base.scss */
        .printer-friendly footer > div {
            margin-bottom: 20px;
        }
    /* line 2013, _base.scss */
    .printer-friendly .close-printer-friendly {
        float: left;
    }
    /* line 2016, _base.scss */
    .printer-friendly .printer-footer {
        float: right;
    }

@media screen and (max-width: 767px) {
    /* line 2022, _base.scss */
    .no-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    /* line 2028, _base.scss */
    .only-mobile {
        display: none !important;
    }
}

@media print {
    /* line 2036, _base.scss */
    .close-printer-friendly {
        display: none;
    }

    /* line 2039, _base.scss */
    .language_toggle {
        display: none;
    }

    /* line 2042, _base.scss */
    .no-print {
        display: none !important;
    }
}
/* French footers */
/* line 2050, _base.scss */
#social-media-listings {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 2px;
    text-align: left;
}

    #social-media-listings a {
        margin-left: 5px;
        margin-right: 5px;
    }
/* Page Template specific CSS */
@media screen and (max-width: 767px) {
    /* line 4, _templates.scss */
    .template-en-home .introduction .slick-track {
        background-color: #000;
    }
}
/* line 11, _templates.scss */
.template-en-home .col-content h2,
.template-en-home .col-content-2 h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
    padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    /* line 22, _templates.scss */
    .template-en-home .group-1 > div .col-inside {
        min-height: 350px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 22, _templates.scss */
    .template-en-home .group-1 > div .col-inside {
        min-height: 400px;
    }
}
/* line 34, _templates.scss */
.template-en-home .group-2 > div .col-inside-2 {
    min-height: 380px;
}
/* line 41, _templates.scss */
.template-en-home .col-inside .col-content a,
.template-en-home .col-inside-2 .col-content-2 a {
    text-decoration: none;
}
    /* line 44, _templates.scss */
    .template-en-home .col-inside .col-content a:hover,
    .template-en-home .col-inside-2 .col-content-2 a:hover {
        text-decoration: underline;
    }
    /* line 47, _templates.scss */
    .template-en-home .col-inside .col-content a.button:hover,
    .template-en-home .col-inside-2 .col-content-2 a.button:hover {
        text-decoration: none;
    }

@media screen and (max-width: 767px) {
    /* line 58, _templates.scss */
    .template-fr-home .slick-track {
        background-color: #000;
    }
}
/* line 65, _templates.scss */
.template-fr-home .col-content h2,
.template-fr-home .col-content-2 h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    color: #2c3135;
    padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    /* line 76, _templates.scss */
    .template-fr-home .group-1 > div .col-inside {
        min-height: 425px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 76, _templates.scss */
    .template-fr-home .group-1 > div .col-inside {
        min-height: 480px;
    }
}
/* line 88, _templates.scss */
.template-fr-home .group-2 > div .col-inside-2 {
    min-height: 380px;
}
/* line 95, _templates.scss */
.template-fr-home .col-inside .col-content a,
.template-fr-home .col-inside-2 .col-content-2 a {
    text-decoration: none;
}
    /* line 98, _templates.scss */
    .template-fr-home .col-inside .col-content a:hover,
    .template-fr-home .col-inside-2 .col-content-2 a:hover {
        text-decoration: underline;
    }
    /* line 101, _templates.scss */
    .template-fr-home .col-inside .col-content a.button:hover,
    .template-fr-home .col-inside-2 .col-content-2 a.button:hover {
        text-decoration: none;
    }

/* line 131, _templates.scss */
.gallery-list .gallery-item {
    display: block;
}
    /* line 142, _templates.scss */
    .gallery-list .gallery-item .photo {
        vertical-align: top;
    }
    /* line 146, _templates.scss */
    .gallery-list .gallery-item .caption {
        vertical-align: top;
        padding-left: 10px;
    }
    /* line 151, _templates.scss */
    .gallery-list .gallery-item a {
        text-decoration: none;
    }
        /* line 154, _templates.scss */
        .gallery-list .gallery-item a:hover {
            text-decoration: underline;
        }
    /* line 158, _templates.scss */
    .gallery-list .gallery-item img {
        width: 100%;
    }

/* line 164, _templates.scss */
.gallery {
    width: 100%;
}
    /* line 166, _templates.scss */
    .gallery .item {
        position: relative;
        width: 30%;
        margin-bottom: 10px;
    }

@media screen and (min-width: 1024px) {
    /* line 166, _templates.scss */
    .gallery .item {
        width: 30%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 166, _templates.scss */
    .gallery .item {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    /* line 166, _templates.scss */
    .gallery .item {
        width: 45%;
    }
}

@media screen and (max-width: 320px) {
    /* line 166, _templates.scss */
    .gallery .item {
        width: 100%;
    }
}
/* line 183, _templates.scss */
.gallery .item img {
    width: 100%;
}
/* line 187, _templates.scss */
.gallery a {
    text-decoration: none;
}
    /* line 190, _templates.scss */
    .gallery a:hover {
        text-decoration: underline;
    }
/* line 193, _templates.scss */
.gallery span {
    display: block;
    padding-bottom: 20px;
}

/* line 200, _templates.scss */
.gallery .gallery-item {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 120px;
    max-width: 120px;
}
    /* line 212, _templates.scss */
    .gallery .gallery-item a {
        text-decoration: none;
    }
        /* line 215, _templates.scss */
        .gallery .gallery-item a:hover {
            text-decoration: underline;
        }
    /* line 219, _templates.scss */
    .gallery .gallery-item img {
        width: 100%;
        max-width: 120px;
    }

/*# sourceMappingURL=main.css.map */


.backgrounder {
    float: right;
    float: right;
    padding: 20px;
    background: #eee;
    margin-left: 10px;
    max-width: 50%;
}

.template-en-news iframe,
.template-fr-news iframe,
.template-en-two-column iframe,
.template-en-one-column iframe,
.template-fr-two-column iframe,
.template-fr-one-column iframe {
    max-width: 480px;
}


#sidemenu-column ul li ul li a {
    padding-left: 15px;
}


.content-section ul {
    list-style: outside;
    padding-left: 20px;
}


.content-section ol {
    list-style: outside;
    padding-left: 20px;
}



.col-inside-3 ul {
    list-style: outside;
    padding-left: 20px;
}

.col-inside-3 ol {
    list-style: outside;
    padding-left: 20px;
}



.content-first-section ul,
.wide-content ul {
    list-style: outside;
    padding-left: 20px;
}

.content-first-section ol,
.wide-content ol {
    list-style: outside;
    padding-left: 20px;
}

/*removed  table, tbody, tfoot, thead, tr, th, td from border:0 at the top.*/

td, th {
    font-size: 0.9em;
}


table.three-column td {
    vertical-align: top;
}

.columns .grid_8-wide table td {
    padding: 3px;
}

.jump-to {
    text-align: right;
}

#apps-columns {
    padding-bottom: 60px;
}

#apps-left-column {
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #ffffff;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 420px;
    min-height: 420px;
    padding: 10px;
    width: 290px;
}

#apps-right-column {
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #ffffff;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 420px;
    min-height: 420px;
    padding: 10px;
    width: 290px;
}

#apps-left-column h2 {
    font-size: 1.3em;
    padding-top: 15px;
}

#apps-right-column h2 {
    font-size: 1.3em;
    padding-top: 15px;
}

#apps-ss-columns {
    padding-bottom: 10px;
}

#apps-left-ss-column {
    float: left;
    margin: auto;
    max-height: 480px;
    min-height: 480px;
    padding: 10px;
    width: 290px;
}

#apps-right-ss-column {
    float: left;
    margin: auto;
    max-height: 480px;
    min-height: 480px;
    padding: 10px;
    width: 290px;
}

#health-columns {
    padding-bottom: 60px;
}

#health-left-column ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

#health-right-column ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

#health-left-column1 ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

#health-right-column1 ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

#health-left-column2 ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

#health-right-column2 ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

#health-left-column3 ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

#health-right-column3 ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}


#health-left-column h2 {
    padding-top: 15px;
    font-size: 1.3em;
}

#health-right-column h2 {
    padding-top: 15px;
    font-size: 1.3em;
}

#health-full-column ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

#health-full-column h2 {
    padding-top: 15px;
    font-size: 1.3em;
}



#health-full-column {
    background: none repeat scroll 0 0 #eeeeee;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 330px;
    min-height: 330px;
    width: 618px;
    padding: 10px 10px 10px 10px;
}

#health-left-column {
    background: none repeat scroll 0 0 #eeeeee;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 450px;
    min-height: 450px;
    width: 360px;
    padding: 10px 10px 10px 10px;
}

#health-right-column {
    background: none repeat scroll 0 0 #eeeeee;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 450px;
    min-height: 450px;
    width: 360px;
    padding: 10px 10px 10px 10px;
}

#health-left-column1 {
    background: none repeat scroll 0 0 #e3e3e3;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 500px;
    min-height: 500px;
    width: 290px;
    padding: 10px 10px 10px 10px;
}

#health-right-column1 {
    background: none repeat scroll 0 0 #e3e3e3;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 500px;
    min-height: 500px;
    width: 290px;
    padding: 10px 10px 10px 10px;
}

#health-left-column2 {
    background: none repeat scroll 0 0 #eeeeee;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 360px;
    min-height: 360px;
    width: 290px;
    padding: 10px 10px 10px 10px;
}

#health-right-column2 {
    background: none repeat scroll 0 0 #eeeeee;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 360px;
    min-height: 360px;
    width: 290px;
    padding: 10px 10px 10px 10px;
}

#health-left-column3 {
    background: none repeat scroll 0 0 #e3e3e3;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 300px;
    min-height: 300px;
    width: 290px;
    padding: 10px 10px 10px 10px;
}

#health-right-column3 {
    background: none repeat scroll 0 0 #e3e3e3;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 300px;
    min-height: 300px;
    width: 290px;
    padding: 10px 10px 10px 10px;
}

.narrow-title-green-sc {
    font-size: 1.8em;
    color: #fff;
    text-shadow: 2px 2px 3px #000000;
    letter-spacing: 0.45px;
    max-height: 40px;
    min-height: 40px;
    padding: 10px 0px 0px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

/* slick slider in main content. */
/* 726x484 = 1.5 aspect ratio */
.slick-slide-image {
    width: 100%;
    padding-bottom: 74.5%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

ul.bg1 li:before {
    color: #2c3135;
    content: url(/mbconnect/Content/state/images/arrow.png);
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
}


.content img {
    max-width: 100%;
}

img.summary-photo {
    padding: 10px;
    max-width: 45%;
}

    img.summary-photo.right {
        float: right;
    }

@media screen and (min-width: 767px) and (max-width: 960px) {
    img.summary-photo {
        float: none;
        padding: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 680px) {
    img.summary-photo {
        float: none;
        padding: 0;
        max-width: 100%;
    }
}


ul.bg-min li a:before {
    color: #2c3135;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

ul.bg-min li strong:before {
    color: #2c3135;
    content: url(/mbconnect/Content/state/images/arrow.png);
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

ul.bg-min li a {
    text-decoration: none;
}

    ul.bg-min li a:hover {
        text-decoration: underline;
    }

ul.bg {
    list-style: none !important;
    padding-left: 0px !important;
}


ul.bg1 {
    list-style: none !important;
    padding-left: 0px !important;
}

hr.ln {
    width: 90%;
    clear: both;
    margin: 10px auto 10px;
    border: solid 1px #000000;
    text-align: center;
}

h1.ln {
    color: #013a71;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5em;
}

h2.ln {
    color: #013a71;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3.ln {
    color: #013a71;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
}

.lnbuttonsec {
    margin: 30px 0 0;
}

.lnbutton {
    background-color: transparent;
    border: 2px solid #013a71;
    box-sizing: initial !important;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 39px;
    letter-spacing: 1px;
    line-height: 39px;
    margin: 0;
    outline: 0 none;
    padding: 0 23px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    width: auto;
}

a.lnbutton {
    text-decoration: none
}

#ln-columns {
    padding-top: 20px;
    padding-bottom: 20px;
}

#ln-left-column ul li {
    line-height: 1.5;
    margin: 2px 0 0;
}

#ln-right-column ul li {
    line-height: 1.5;
    margin: 2px 0 0;
}

#ln-left-column {
    display: inline;
    float: left;
    margin: auto;
    width: 50%;
    padding: 10px 10px 20px 10px;
}

#ln-right-column {
    display: inline;
    float: left;
    margin: auto;
    width: 50%;
    padding: 10px 10px 20px 10px;
}


#ln-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e3e3e3;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    display: inline-block;
    position: relative;
    width: auto;
    float: left;
    width: 100%;
}

.col-content p {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
}

.col-content-ln li {
    list-style-type: square;
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
}

#ln-columns-home p {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
}

#ln-left-column-home {
    background-color: #f7f7f7;
    border: 1px solid #c8c9ca;
    border-radius: 1px;
    box-sizing: initial !important;
    color: #013a71;
    display: inline-block;
    position: relative;
    width: auto;
    float: left;
    min-height: 350px;
    width: 48%;
    margin-right: 30px;
    margin-bottom: 20px;
}

#ln-right-column-home {
    background-color: #f7f7f7;
    border: 1px solid #c8c9ca;
    border-radius: 2px;
    box-sizing: initial !important;
    color: #013a71;
    display: inline-block;
    position: relative;
    width: auto;
    float: left;
    min-height: 350px;
    width: 48%;
    margin-bottom: 20px;
}

#ln-column-headline {
    background-color: #1c2945;
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
}

    #ln-column-headline h1.ln {
        color: #00a651;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 1.4em;
        font-weight: 700;
        line-height: 1.5em;
        padding: 15px 10px 30px 20px;
        margin-bottom: 10px;
    }

#ln-left-column-home ul {
    padding-left: 40px;
}

    #ln-left-column-home ul li {
        list-style-type: square;
        padding: 10px 10px 10px 10px;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 1.0em;
    }

#ln-right-column-home ul {
    padding-left: 40px;
}

    #ln-right-column-home ul li {
        list-style-type: square;
        padding: 10px 10px 10px 10px;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 1.0em;
    }

#ln-left-column-home p {
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
}

#ln-right-column-home p {
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
}

#ln ul li {
    list-style-type: square;
    line-height: 1.5;
    margin: 2px 0 0;
}

.nav ul li.dropdown-ln > a {
    padding-right: 30px;
}

iframe.full {
    max-width: 100%;
}

iframe.lnfull {
    max-width: 75%;
}

#fentanyl-columns {
    padding-bottom: 60px;
}

#fentanyl-left-column ul li {
    line-height: 1.5;
    margin: 2px 0 0;
}

#fentanyl-right-column ul li {
    line-height: 1.5;
    margin: 2px 0 0;
}

#fentanyl-left-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 375px;
    min-height: 375px;
    width: 360px;
    padding: 10px 10px 10px 10px;
}

#fentanyl-right-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 375px;
    min-height: 375px;
    width: 360px;
    padding: 10px 10px 10px 10px;
}


#sth-columns {
    padding-bottom: 60px;
}

#sth-left-column ul li {
    line-height: 1.5;
    margin: 2px 0 0;
}

#sth-right-column ul li {
    line-height: 1.5;
    margin: 2px 0 0;
}

#sth-left-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 375px;
    min-height: 375px;
    width: 425px;
    padding: 10px 10px 10px 10px;
}

#sth-right-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 375px;
    min-height: 375px;
    width: 425px;
    padding: 10px 10px 10px 10px;
}

#sts-columns {
    padding-bottom: 60px;
}

#sts-left-column ul li {
    line-height: 1.5;
    margin: 2px 0 0;
}

#sts-right-column ul li {
    line-height: 1.5;
    margin: 2px 0 0;
}

#sts-left-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 375px;
    min-height: 375px;
    width: 350px;
    padding: 10px 10px 10px 10px;
}

#sts-right-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 375px;
    min-height: 375px;
    width: 350px;
    padding: 10px 10px 10px 10px;
}

#fpir-left-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 200px;
    min-height: 200px;
    width: 350px;
    padding: 10px 10px 10px 10px;
}

#fpir-right-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 200px;
    min-height: 200px;
    width: 350px;
    padding: 10px 10px 10px 10px;
}


#sts-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e3e3e3;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    display: inline-block;
    position: relative;
    width: auto;
    float: left;
    width: 100%;
}

    #sts-columns-home p {
        line-height: 1.4em;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 1.0em;
    }

p.sts {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    padding-bottom: 20px;
}

#fis-columns {
    padding-bottom: 20px;
}


#fis-left-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 250px;
    min-height: 250px;
    width: 360px;
    padding: 10px 10px 10px 10px;
}

#fis-right-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 250px;
    min-height: 250px;
    width: 360px;
    padding: 10px 10px 10px 10px;
}

#budget-columns {
    padding-bottom: 20px;
}

#budget-left-column {
    display: inline;
    float: left;
    margin: auto;
    width: 48%;
    padding: 10px 10px 20px 10px;
}

#budget-right-column {
    display: inline;
    float: left;
    margin: auto;
    width: 48%;
    padding: 10px 10px 20px 10px;
}

hr.budget {
    width: 100%;
    clear: both;
    border: solid 1px #005ca6;
}

h1.budget {
    color: #013a71;
    font-weight: 900;
    font-size: 1.4em;
    margin-bottom: 20px;
}

h2.budget {
    color: #013a71;
    font-weight: 900;
    font-size: 1.3em;
}

p.budget {
    font-size: 1.0em;
    line-height: 1.4em;
    margin-bottom: 20px;
}

ul.budget {
    font-size: 1.0em;
    line-height: 1.4em;
    margin-bottom: 20px;
}

#rc-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e3e3e3;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    display: inline-block;
    position: relative;
    width: auto;
    float: left;
    width: 100%;
}

    #rc-columns-home p {
        line-height: 1.4em;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 1.0em;
    }

p.rc {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    padding-bottom: 20px;
}

li.rc {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
}

#rc-columns {
    padding-bottom: 20px;
}

#rc-left-column {
    display: inline;
    float: left;
    margin: auto;
    width: 48%;
    padding: 10px 10px 20px 10px;
}

#rc-right-column {
    display: inline;
    float: left;
    margin: auto;
    width: 48%;
    padding: 10px 10px 20px 10px;
}

p.home-rc {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    padding-bottom: 20px;
    color: #00a651;
}

    p.home-rc a {
        line-height: 1.4em;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 1.0em;
        padding-bottom: 20px;
        color: #104a84;
        text-decoration: none;
    }

        p.home-rc a:hover {
            line-height: 1.4em;
            font-family: "Open Sans",Arial,sans-serif;
            font-size: 1.0em;
            padding-bottom: 20px;
            color: #104a84;
            text-decoration: none;
        }

#bursaries--columns {
    padding-bottom: 60px;
}

#bursaries-left-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 175px;
    min-height: 175px;
    width: 350px;
    padding: 10px 10px 10px 10px;
}

#bursaries-right-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    max-height: 175px;
    min-height: 175px;
    width: 350px;
    padding: 10px 10px 10px 10px;
}


h1.bursaries {
    color: #123e59;
    font-weight: 900;
    font-size: 1.5em;
    margin-bottom: 20px;
}

h2.bursaries {
    color: #123e59;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 20px;
}

p.bursaries {
    font-size: 1.1em;
    line-height: 1.4em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

a.bursaries {
    color: #123e59;
}

.subSection {
    border: 1px solid #dddddd;
    padding: 5px 10px;
}

#submitMe {
    margin-bottom: 20px;
    height: 60px;
    width: 90px;
}

#tableTop {
    font-size: 1.1em;
}

#myFooter {
    margin-top: 0px;
    margin-bottom: 20px;
}

.shortSelect {
    width: 10%;
}

#Marijuana_AgeQ1-OtherText {
    display: none;
    margin-top: 20px;
    margin-left: 1em;
}

#submitMe {
    margin-top: 30px;
}

#accordion {
    margin-bottom: 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: white;
    border: 1px solid #696969;
}

.ui-accordion .ui-accordion-header {
    font-weight: bold;
    color: #000;
}

.ui-icon {
    background-image: url(/mbconnect/Content/state/images/icons.png) !important;
}

.informationField {
    margin-top: 10px;
}

label {
    font-size: .9em;
}

.radioLabel {
    display: block;
    margin-left: 50px;
}

/*input[type=radio] {
    margin-top: 12px;
    float: left;
    margin-left: 0px;
    margin-right: 8px;
}*/

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: -0.2em;
}

.texthighlight {
    font-weight: bold;
    text-decoration: none;
    color: #013a71;
}

blockquote.ln {
    margin: 0;
    width: 100%;
    padding: 40px 70px;
    position: relative;
    color: #013a71;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.5em;
}

    blockquote.ln::before,
    blockquote.ln::after {
        font-size: 350%;
        font-family: arial;
        display: block;
        position: absolute;
    }

    blockquote.ln::before {
        content: open-quote;
        border-top: thin;
        border-top-color: #000;
        line-height: 40px;
        left: 30px;
    }

    blockquote.ln::after {
        content: close-quote;
        line-height: 30px;
        right: 30px;
    }

.col-consultation {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 320px;
    max-height: 450px !important;
    float: left;
}

    .col-consultation img {
        padding-left: 10px;
        padding-top: 5px;
    }

.cons-headline {
    color: #013a71;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.5em;
    padding: 5px 15px 75px 15px;
}

    .cons-headline a {
        color: #013a71;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 1.0em;
        font-weight: 700;
        line-height: 1.5em;
    }

.cons-headline1 {
    color: #013a71;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.5em;
    padding: 5px 15px 5px 15px;
}

    .cons-headline1 a {
        color: #013a71;
        font-family: "Open Sans",Arial,sans-serif;
        font-size: 1.0em;
        font-weight: 700;
        line-height: 1.5em;
    }

.cons-text {
    color: #000000;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.5em;
    padding: 5px 5px 50px 20px;
}

#mb150-columns-home {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ece0c8;
    border-bottom: 6px solid #7e0524;
    border-top: 6px solid #7e0524;
    display: inline-block;
    position: relative;
    width: auto;
    float: left;
    width: 100%;
}


p.mb150 {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.2em;
    padding-bottom: 20px;
    color: #081f3e;
}

h1.bhcs {
    color: #de1b52;
    font-weight: 900;
    font-size: 1.6em;
    margin-bottom: 20px;
}

h2.bhcs {
    color: #de1b52;
    font-weight: 900;
    font-size: 1.4em;
    margin-bottom: 20px;
}

h3.bhcs {
    color: #de1b52;
    font-weight: 900;
    font-size: 1.2em;
    margin-bottom: 20px;
}

h4.bhcs {
    color: #005e90;
    font-weight: 900;
    font-size: 1.0em;
    margin-bottom: 20px;
}

h5.bhcs {
    color: #de1b52;
    font-weight: 900;
    font-size: 1.0em;
    margin-bottom: 20px;
}

h6.bhcs {
    color: #005e90;
    font-weight: 900;
    font-size: 1.0em;
    margin-bottom: 20px;
}

p.bhcs {
    color: #005e90;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.8em
}


    p.bhcs a {
        color: #005e90;
        text-decoration: underline;
    }


li.bhcs a {
    color: #005e90;
    text-decoration: underline;
}

p.footer-bhcs {
    color: #005e90;
    font-weight: 400;
    font-size: 0.8em;
    margin-bottom: 20px;
}

ul li.bhcs {
    color: #005e90;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.8em
}

hr.bhcs {
    width: 90%;
    clear: both;
    margin: 10px auto 10px;
    border: solid 1px #005e90;
    text-align: center;
}

.bhcs-figure {
    float: right;
    width: 30%;
    text-align: center;
    margin-top: -4.0em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 0.5em;
}

.bhcs-callout {
    margin-top: 40px;
    background: #f6f6f6;
    padding: 0px 20px 20px 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.bhcs-blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    border-right: 10px solid #ccc;
    border-top: 10px solid #ccc;
    border-bottom: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

.bhcs-callout .bhcs-callout-title {
    background: #00a8e6;
    color: #fff;
    padding: 8px;
    position: relative;
    top: -10px;
    width: 70%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
}

#min-left-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 10px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    width: 70%;
    padding: 10px 10px 10px 10px;
}

#min-right-column {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 8px 12px 8px 8px;
    display: inline;
    float: left;
    margin: auto;
    width: 30%;
    padding: 10px 10px 10px 10px;
}

#min-columns {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #015da8;
    border-right: 15px solid #013471;
    border-left: 15px solid #013471;
    display: inline-block;
    position: relative;
    width: 100%;
}

#min-columns1 {
    display: inline-block;
    position: relative;
    width: 100%;
}

#min-columns p {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    color: #FFFFFF
}

p.min-columns {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    color: #FFFFFF
}

ul.min-columns {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    padding: 5px;
    color: #FFFFFF;
    list-style-type: none;
    position: middle;
}

a.min-columns {
    line-height: 1.4em;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.0em;
    color: #FFFFFF
}


.min_image {
    float: left;
    padding: 0 50px 0 0;
}

@media only screen and (max-width: 727px) {
    #min-right-column {
        width: 100%;
    }
}


@media only screen and (min-width: 728px) {
    #min-right-column {
        width: 30%;
    }
}

@media only screen and (max-width: 727px) {
    #min-left-column {
        width: 100%;
    }
}


@media only screen and (min-width: 728px) {
    #min-left-column {
        width: 70%;
    }
}


/*To fix My Queue footer buttons size- kendo version 2022.3.1109*/
#AppAction1 { 
    font-size: 0.97em;
}


/*Override specific styles defined in site-1.0.0.css that don't work in the state*/
.k-state-disabled {
    opacity: 1;
}
.cl_socialNav li a {
    padding-left: 0px;
    padding-right: 0px;
}

a:hover {
    background-color: transparent;
}


.fillImageButton {
    width: auto;
    border: none;
    background: none;
    margin: auto;
}

.mdgov_searchInputBox {
    margin-top: 0px;
}

.span-labelD {
    float: none;
    margin-left: 0px;
}

#menubar {
    margin: 0;
    background-color: #2c3135;
    color: #fff;
}

ul#menu li a {
    color: #fff;
}

ul#menu li a:hover {
    color: #2c3135;
    background-color: #fff;
    padding-bottom: 5px
}

ul#menu li.selectedTabMenu a {
    color: #2c3135;
    background-color: #fff;
    padding-bottom: 5px
}

ul#menu li.k-state-highlight a {
    color: #2c3135 !important;
    background-color: #fff !important;
    padding-bottom: 5px
}

ul#menu .k-link {
    color: #fff;
}

.k-menu {
    border-color: #2c3135 !important;
}

.k-menu-horizontal .k-menu-link {
    border-color: #2c3135 !important;
}

.k-menu-item:hover {
    background-color: #fff !important;
}

.k-button {
    font-weight: 900 !important;
}

.GroupLinkActive {
    /*background-color:#d9ecf5 !important;*/
}



#agency_branding {
    padding-bottom: 10px;
}

@media(max-width:767px) {
    #ctgov_agencyTitle a img {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}


body {
    /*background-color: #eff3fa;*/
    min-width: 320px;
}

h1, h2 {
    margin: 0 0 20px 0;
    line-height: 100%;
}

ul {
    margin-bottom: 0;
}

.skipNav {
    position: absolute;
}

    .skipNav a {
        position: relative;
        left: 0;
        top: -500px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

.show-on-focus:focus {
    display: block;
    top: 0px !important;
    width: auto;
    height: auto;
    padding: 7px 10px 6px 10px;
    background-color: #fff;
    z-index: 5;
}

a:hover, a:focus {
    text-decoration: underline;
    outline: 0;
}

.hidden {
    display: none;
}

.row-fluid {
    clear: both;
}

.mdgov_imgLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.mdgov_imgRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
/* [ ENTERPRISE TOP BAR ] */

#mdgov_TopSliverBar {
    color: #fff;
}

#mdgov_TopSliverBar {
    width: 100%;
    z-index: 1000;
    min-height: 33px;
    background-color: #000;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #2b639e;
    font-size: 80%;
}

#mdgov_settingsNav {
    margin: 0;
}

    #mdgov_settingsNav li {
        margin-right: 10px;
    }

    #mdgov_settingsNav a,
    #mdgov_settingsNav a:link {
        color: #fff;
    }

#mdgov_TopSliverBarContent {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#mdgov_sliverRight a,
#mdgov_sliverRight a:link {
    color: #fff;
    padding-right: 10px;
}

#mdgov_sliverLeft {
    float: left;
    white-space: nowrap;
}

#mdgov_sliverRight {
    white-space: nowrap;
    position: absolute;
    right: 2.5%;
    padding: 6px 0;
}

    #mdgov_sliverRight a,
    #mdgov_sliverRight a:link {
        border: none;
        margin: 0;
        position: relative;
        top: 0;
    }

#headerBackground {
    width: 100%;
    z-index: -1;
}

#headerBgSubpage {
    height: 100%;
    width: 100%;
    min-height: 110px;
    z-index: -1;
}

.headerBgImg {
    /*background-image: url(/mbconnect/Content/Images/state/dot_v4_header_02.gif);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-color: white;
    /*background-size: 100%;*/
}

#ctgov_homeLink a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100px;
    background-position: top center;
    /*background-image: url(/mbconnect/Content/Images/state/ct_logo.jpg);
    background-repeat: no-repeat;*/
}

    #ctgov_homeLink a:focus {
        /*background-image: url(/mbconnect/Content/Images/state/ct_logo.jpg);*/
    }

#mdgov_agencyHeader {
    float: right;
}

#mdgov_agencyLogo {
    width: 60%;
    float: right;
}

    #mdgov_agencyLogo img {
        max-height: 75px;
    }

#ctgov_agencyTitle {
    color: #184573;
    font-size: 20px;
    font-family: 'Times New Roman';
    font-weight: bold;
    margin-top: 20px;
}

.headerBgImgSubpage {
    /*background-image: url(/mbconnect/Content/Images/state/dot_v4_header_02.gif);*/
    /*background-image: url(/mbconnect/Content/Images/state/SHA_home_layout.jpg);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

#header.subpage {
    min-height: 110px;
}

#header_left {
    float: left;
    width: 160px;
    height: 117px;
}

#header_mid {
    float: left;
    width: 530px;
    height: 117px;
}

#header_right {
    float: right;
    width: 270px;
    height: 117px;
}

#agency_branding, #agency_branding_subpage {
    padding: 20px;
    /*background-image: url(/mbconnect/Content/Images/state/bgBlack65.png);*/
}

#mdGov_logo {
    float: left;
    width: 140px;
    padding: 6px 0 0 20px;
    margin-top: -22px;
}

#agencyTitle {
    float: left;
    width: 540px;
    padding: 20px 0 0 40px;
}

#agencyLogo {
    float: right;
    width: 132px;
    padding: 15px 20px 0 0;
}

#agencyLogo_subpage {
    float: right;
    width: 150px;
    padding: 15px 20px 0 0;
}

.mdgov_socialNav {
    float: right;
    min-width: 200px;
    margin-top: 15px;
}

#footer_right .mdgov_socialNav {
    margin-top: 0;
}

.footerLinks ul {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.footerLinks li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}

    .footerLinks li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
/* [ SEARCH ] */

#mdgov_enterpriseSearch {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 40px auto;
}

    #mdgov_enterpriseSearch section header {
        position: relative;
    }

        #mdgov_enterpriseSearch section header .mdgov_moreLink {
            font-size: 55%;
            position: relative;
            top: -4px;
            left: 20px;
            color: #999;
        }

.mdgov_inner #mdgov_enterpriseSearch {
    float: left;
}

.modal-backdrop {
    display: none;
    z-index: 1000;
}

#mdgov_enterpriseSearchContainer {
    margin: 0 auto;
    z-index: 1051;
    width: 95%;
    max-width: 960px;
}

#mdgov_searchContent {
    padding: 20px;
}

    #mdgov_searchContent .cl_contentBlock:last-child {
        margin-bottom: 20px;
    }

    #mdgov_searchContent h2 {
        font-size: 150%;
        color: #900;
    }

    #mdgov_searchContent a i {
        color: #ccc;
    }

#mdgov_searchInput {
    z-index: 1001;
    position: relative;
    float: left;
    width: 60%;
    margin-right: 30px;
    font-size: 150%;
}

.mdgov_inner #mdgov_searchInput {
    margin-right: 0;
    font-size: 150%;
    z-index: 1060;
}

#mdgov_searchInput .mdgov_searchInputBox {
    color: #999;
    width: 100%;
    height: 47px;
    padding: 0px;
    box-sizing: border-box;
    text-indent: 10px;
    overflow: hidden;
    line-height: 45px;
    margin-bottom: 0;
    outline: none;
    font-size: 90%;
    border-radius: 5px;
    border: none !important;
    -moz-box-shadow: 0px 0px 5px 0px #000;
    -webkit-box-shadow: 0px 0px 5px 0px #000;
    box-shadow: 0px 0px 5px 0px #000;
    -webkit-appearance: none;
}

.mdgov_inner #mdgov_searchInput .mdgov_searchInputBox {
    margin: 0;
}

#mdgov_searchInput .mdgov_searchButton {
    z-index: 1002;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    padding: 4px 5px;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
    border: none;
}

.mdgov_searchIcon {
    background-image: url(/mbconnect/Content/Images/state/icons/search.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 40px;
}

.btn-primary {
    background-color: #000;
    background-image: -moz-linear-gradient(top, #333, #000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
    background-image: -webkit-linear-gradient(top, #333, #000);
    background-image: -o-linear-gradient(top, #333, #000);
    background-image: linear-gradient(to bottom, #333, #000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
    border-color: #000 #000 #000;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #000;
        *background-color: #333;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #333;
    }

/* [ / SEARCH ] */

/* [ STATEWIDE ALERTS ] */

#mdgov_trendsAndAlerts p {
    margin: 0;
}

#mdgov_trendsAndAlerts a {
    color: #fff;
    font-size: 90%;
}

#mdgov_trendsAndAlerts {
    height: 46px;
    color: #fff;
    box-sizing: border-box;
    z-index: 1001;
    border-radius: 5px;
    overflow: hidden;
    font-size: 90%;
    box-shadow: 0px 0px 5px 0px #000;
    zoom: 1;
}


    #mdgov_trendsAndAlerts.hasAlert {
        display: block !important;
        color: #000;
        background-color: #FC0;
    }

        #mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a p {
            padding: 0px 40px 0px 0px;
        }

    #mdgov_trendsAndAlerts #mdgov_alerts,
    #mdgov_trendsAndAlerts #mdgov_trending {
        margin: 6px 10px;
    }

#mdgov_alerts p {
    clear: none;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts {
    display: block;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_trending {
    display: none;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a {
    display: block;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

    #mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a:last-child {
        display: block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    #mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a:hover,
    #mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a:active {
        text-decoration: none;
    }

.mdgov_alertIcon {
    background-image: url(/mbconnect/Content/Images/state/icons/warning-sign.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    display: inline-block;
}

#mdgov_trendsAndAlerts h2 {
    clear: none;
    text-transform: uppercase;
    font-size: 100%;
    margin-bottom: 2px;
    padding-bottom: 0;
    border-bottom: none;
}

#mdgov_trendsAndAlerts ul {
    width: 500px;
}

#mdgov_trendsAndAlerts li a {
    margin-right: 5px;
}

#mdgov_trendsAndAlerts li:after {
    content: "\2022";
    margin-right: 5px;
}

#mdgov_trendsAndAlerts li:last-child:after {
    content: "" !important;
    margin-right: 0 !important;
}

#mdgov_alertCount p {
    font-size: 100%;
    border-radius: 5px;
    background-color: #900;
    border: 2px solid #FFF;
    position: absolute;
    top: 10px;
    color: #FFF;
    padding: 1px 9px;
    text-align: center;
    font-weight: bold;
    right: 10px;
}

/* [ STATEWIDE ALERTS ] */

/* [ AGENCY ALERTS ] */

#agency_trendsAlertsWrapper {
    position: relative;
}

#agency_trendsAndAlerts p {
    margin: 0;
}

#agency_trendsAndAlerts a {
    color: #fff;
    font-size: 90%;
}

#agency_trendsAndAlerts {
    height: 47px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1001;
    border-radius: 5px;
    overflow: hidden;
    font-size: 90%;
    box-shadow: 0px 0px 5px 0px #000;
    zoom: 1;
}

    #agency_trendsAndAlerts.hasAlert {
        display: block !important;
        color: #000;
        /*background-color: #FC0;*/ /*Uncomment for a yellow background*/
        background-color: #000; /*black background*/
    }

        #agency_trendsAndAlerts.hasAlert #agency_alerts a p {
            padding: 0px 40px 0px 0px;
        }

    #agency_trendsAndAlerts #agency_alerts,
    #agency_trendsAndAlerts #agency_trending {
        margin: 6px 10px;
    }

#agency_alerts p {
    clear: none;
}

#agency_trendsAndAlerts.hasAlert #agency_alerts {
    display: block;
}

#agency_trendsAndAlerts.hasAlert #agency_trending {
    display: none;
}

#agency_trendsAndAlerts.hasAlert #agency_alerts a {
    display: block;
    color: #fff; /*Change color based on the background-color of your alert box*/
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

    #agency_trendsAndAlerts.hasAlert #agency_alerts a:last-child {
        display: block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    #agency_trendsAndAlerts.hasAlert #agency_alerts a:hover,
    #agency_trendsAndAlerts.hasAlert #agency_alerts a:active {
        text-decoration: none;
    }

.agency_alertIcon {
    background-image: url(/mbconnect/Content/Images/state/icons/warning-sign.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    display: inline-block;
}

#agency_trendsAndAlerts h2 {
    clear: none;
    text-transform: uppercase;
    font-size: 100%;
    margin-bottom: 2px;
    padding-bottom: 0;
    border-bottom: none;
}

#agency_trendsAndAlerts ul {
    width: 500px;
}

#agency_trendsAndAlerts li a {
    margin-right: 5px;
}

#agency_trendsAndAlerts li:after {
    content: "\2022";
    margin-right: 5px;
}

#agency_trendsAndAlerts li:last-child:after {
    content: "" !important;
    margin-right: 0 !important;
}

#agency_alertCount p {
    font-size: 100%;
    border-radius: 5px;
    background-color: #900;
    border: 2px solid #FFF;
    position: absolute;
    top: 10px;
    color: #FFF;
    padding: 1px 9px;
    text-align: center;
    font-weight: bold;
    right: 10px;
}

/* [ AGENCY ALERTS ] */


#primary_content_Block {
    background-color: #fff;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.primary_left_col_list {
    margin-bottom: 20px;
}

#primary_left_col .MBgov_contentWrapper {
    padding: 0 0 0 20px;
}

#primary_middle_col .MBgov_contentWrapper {
    padding: 0 0 0 20px;
    margin-top: -20px;
}

#primary_right_col .MBgov_contentWrapper {
    padding: 0 20px;
}

#primary_one_col .MBgov_contentWrapper {
    padding: 0 20px;
}

#sub_primary_right_col {
    float: left;
    border-left: 1px solid #ccc;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
}

#primary_content_Block h2 {
    font-size: 20px;
    line-height: 24px;
}

.cl_base_hNav {
    list-style: none;
    clear: both;
    margin: 0;
    padding: 0;
}

    .cl_base_hNav li {
        float: left;
        list-style: none;
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid;
    }

        .cl_base_hNav li a {
            /* LAYOUT */
            display: block;
            float: left;
        }

.cl_iconNav {
    padding-left: 10px;
    margin: 0;
}

    .cl_iconNav li {
        list-style: none;
        background-image: url(/mbconnect/Content/Images/state/sprites/nav_sprite.png);
        background-position: left -599px;
        background-repeat: no-repeat;
        color: #1c468e;
        padding-left: 15px;
    }

.rslides {
    position: relative;
    margin: 0 auto 40px;
}

    .rslides li {
        position: absolute;
        opacity: 0;
        width: 100%;
        left: 0;
        top: 0;
        margin-bottom: 5px !important;
        list-style: none;
        z-index: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block !important;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

#mdgov_featuredMontage {
    margin: 0;
    padding: 0;
}

hgroup h2, hgroup h3 {
    font-size: 16px !important;
    color: #000;
    font-weight: bold;
    margin: -10px 0 7px 0 !important;
    padding: 0 !important
}

.rslideshow h3 {
    font-size: 15px !important;
    color: #1c468e
}

.rslides_tabs {
    padding: 5px;
    text-align: center;
    width: 100%
}

    .rslides_tabs li {
        display: inline;
        float: none;
        margin-right: 1px;
    }

    .rslides_tabs a {
        width: auto;
        padding: 5px 10px;
        height: auto;
        background: transparent;
        display: inline;
    }

    .rslides_tabs li:first-child {
        margin-left: 0;
    }

    .rslides_tabs li a {
        background: #999;
        border-radius: 10px;
        color: transparent;
        padding: 7px;
        font-size: 0;
        margin-right: 5px;
    }

    .rslides_tabs .rslides_here a {
        background: #7c7c7c;
    }

.zipInput {
    width: 140px;
    margin-right: 5px;
}

#secondary_content_Block {
    background-color: #eee;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#secondary_left_col {
    background-color: #eee;
    float: left;
    padding: 0 0 20px 20px;
    margin-top: 20px;
}

.leftMargin0 {
    margin-left: 0 !important
}

#secondary_middle_col_lt,
#secondary_middle_col_rt {
    background-color: #eee;
    float: left;
    border-left: 1px solid #ccc;
    padding: 0 0 20px 20px;
    margin-top: 20px;
}

#secondary_right_col {
    background-color: #eee;
    float: left;
    border-left: 1px solid #ccc;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
}

#secondary_content_Block h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 10px 0 3px 0;
}

.secondary_image_block {
    height: 90px;
}

#footer_block {
    background-color: #2c3135;
    width: 100%;
    color: #fff;
}

    #footer_block a {
        color: #fff;
    }

#footer_left {
    padding: 20px 0 0 20px;
}

#footer_block p {
    clear: both;
}

#footer_right {
    padding: 20px 20px 20px 0;
}

.cl_socialNav {
    float: right;
}

    .cl_socialNav li {
        margin-left: 5px;
        list-style: none;
        display: inline-block;
        margin-bottom: 0;
    }

        .cl_socialNav li:first-child {
            margin-left: 0;
        }

        .cl_socialNav li a {
            display: inline-block;
            width: 32px;
            height: 32px;
            background-image: url(/mbconnect/Content/Images/state/sprites/social-icons.png);
            background-repeat: no-repeat;
            background-position: left 0;
            text-indent: -99999px;
        }

            .cl_socialNav li a.sm-facebook, .cl_socialNav_Small li a.sm-facebook {
                background-position: left 0;
            }

                .cl_socialNav li a.sm-facebook:hover, .cl_socialNav li a.sm-facebook:focus, .cl_socialNav li a.sm-facebook:active {
                    background-position: right 0;
                }

            .cl_socialNav li a.sm-twitter {
                background-position: left -41px;
            }

                .cl_socialNav li a.sm-twitter:hover, .cl_socialNav li a.sm-twitter:focus, .cl_socialNav li a.sm-twitter:active {
                    background-position: right -41px;
                }

            .cl_socialNav li a.sm-googleplus {
                background-position: left -82px;
            }

                .cl_socialNav li a.sm-googleplus:hover, .cl_socialNav li a.sm-googleplus:focus, .cl_socialNav li a.sm-googleplus:active {
                    background-position: right -82px;
                }

            .cl_socialNav li a.sm-tumblr {
                background-position: left -121px;
            }

                .cl_socialNav li a.sm-tumblr:hover, .cl_socialNav li a.sm-tumblr:focus, .cl_socialNav li a.sm-tumblr:active {
                    background-position: right -121px;
                }

            .cl_socialNav li a.sm-foursquare {
                background-position: left -161px;
            }

                .cl_socialNav li a.sm-foursquare:hover, .cl_socialNav li a.sm-foursquare:focus, .cl_socialNav li a.sm-foursquare:active {
                    background-position: right -161px;
                }

            .cl_socialNav li a.sm-instagram {
                background-position: left -201px;
            }

                .cl_socialNav li a.sm-instagram:hover, .cl_socialNav li a.sm-instagram:focus, .cl_socialNav li a.sm-instagram:active {
                    background-position: right -201px;
                }

            .cl_socialNav li a.sm-flickr {
                background-position: left -241px;
            }

                .cl_socialNav li a.sm-flickr:hover, .cl_socialNav li a.sm-flickr:focus, .cl_socialNav li a.sm-flickr:active {
                    background-position: right -241px;
                }

            .cl_socialNav li a.sm-youtube {
                background-position: left -281px;
            }

                .cl_socialNav li a.sm-youtube:hover, .cl_socialNav li a.sm-youtube:focus, .cl_socialNav li a.sm-youtube:active {
                    background-position: right -281px;
                }

            .cl_socialNav li a.sm-vimeo {
                background-position: left -321px;
            }

                .cl_socialNav li a.sm-vimeo:hover, .cl_socialNav li a.sm-vimeo:focus, .cl_socialNav li a.sm-vimeo:active {
                    background-position: right -321px;
                }

            .cl_socialNav li a.sm-all {
                background-position: left -361px;
            }

                .cl_socialNav li a.sm-all:hover, .cl_socialNav li a.sm-all:focus, .cl_socialNav li a.sm-all:active {
                    background-position: right -361px;
                }

            .cl_socialNav li a.sm-rss {
                background-position: left -481px;
            }

                .cl_socialNav li a.sm-rss:hover, .cl_socialNav li a.sm-rss:focus, .cl_socialNav li a.sm-rss:active {
                    background-position: right -481px;
                }

            .cl_socialNav li a.sm-pinterest {
                background-position: left -521px;
            }

                .cl_socialNav li a.sm-pinterest:hover, .cl_socialNav li a.sm-pinterest:focus, .cl_socialNav li a.sm-pinterest:active {
                    background-position: right -521px;
                }

            .cl_socialNav li a.sm-blogger {
                background-position: left -561px;
            }

                .cl_socialNav li a.sm-blogger:hover, .cl_socialNav li a.sm-blogger:focus, .cl_socialNav li a.sm-blogger:active {
                    background-position: right -561px;
                }

            .cl_socialNav li a.sm-settings {
                background-position: left -601px;
            }

                .cl_socialNav li a.sm-settings:hover, .cl_socialNav li a.sm-settings:focus, .cl_socialNav li a.sm-settings:active {
                    background-position: right -601px;
                }

            .cl_socialNav li a.sm-enewsletter {
                background-position: left -641px;
            }

                .cl_socialNav li a.sm-enewsletter:hover, .cl_socialNav li a.sm-enewsletter:focus, .cl_socialNav li a.sm-enewsletter:active {
                    background-position: right -641px;
                }

            .cl_socialNav li a.sm-video {
                background-position: left -681px;
            }

                .cl_socialNav li a.sm-video:hover, .cl_socialNav li a.sm-video:focus, .cl_socialNav li a.sm-video:active {
                    background-position: right -681px;
                }

            .cl_socialNav li a.sm-podcast {
                background-position: left -721px;
            }

                .cl_socialNav li a.sm-podcast:hover, .cl_socialNav li a.sm-podcast:focus, .cl_socialNav li a.sm-podcast:active {
                    background-position: right -721px;
                }

.cl_socialNavDirectory {
    float: right;
}

    .cl_socialNavDirectory li {
        margin-left: 0;
        list-style: none;
        display: inline-block;
        margin-bottom: 0;
    }

        .cl_socialNavDirectory li a {
            display: inline-block;
            width: 128px;
            height: 32px;
            background-image: url(/mbconnect/Content/Images/state/sprites/social_media_buttons.png);
            background-repeat: no-repeat;
            background-position: left 0;
            text-indent: -99999px;
        }

            .cl_socialNavDirectory li a.sm-directory, .cl_socialNavDirectory_Small li a.sm-directory {
                background-position: left -10px;
            }

                .cl_socialNavDirectory li a.sm-directory:hover, .cl_socialNavDirectory li a.sm-directory:focus, .cl_socialNavDirectory li a.sm-directory:active {
                    background-position: right -10px;
                }

#mdgov_iaNav {
    min-height: 1px;
}

.subnav_col {
    float: left;
    margin-top: 20px;
}

.cl_subNav {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .cl_subNav li a {
        background-color: #2b639e;
        border-bottom: 1px solid #fff;
        color: #fff;
        display: block;
        padding: 10px;
    }

        .cl_subNav li a:hover {
            background-color: #000;
        }

        .cl_subNav li a.navTitle {
            background-color: #777;
            font-weight: bold;
            text-transform: uppercase;
        }

        .cl_subNav li a.active {
            background-color: #000;
        }

            .cl_subNav li a.active:after {
                background-image: url(/mbconnect/Content/Images/state/sprites/nav_sprite.png);
                background-position: left -474px;
                background-repeat: no-repeat;
                content: "";
                position: absolute;
                right: -10px;
                top: 0;
                width: 10px;
            }

#mdgov_iaNavTrigger a {
    position: absolute;
    top: 170px;
    text-decoration: none;
    padding: 10px 0 10px 0;
    background-color: #777;
    color: white;
    width: 100%;
    height: 22px;
    margin-right: auto;
}

#sub_primary_middle_col {
    float: left;
    padding: 0 0 20px 0;
    margin-top: 20px;
}

#two_col-left {
    float: left;
    padding: 20px 0 20px 20px;
    margin: 0;
}

#two_col-right {
    float: right;
    padding: 0 20px 20px 20px;
    margin: 0;
    border-left: 1px solid #ccc;
}

.left_col_list {
    float: left;
    margin-right: 24px;
}

.sec_item_img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 100%
}

.centerContent {
    margin: 20px;
    text-align: center;
}

#mdgov_enterpriseNavigation {
    z-index: 10;
    width: 100%;
    clear: both;
    background-color: #2b639e;
}

    #mdgov_enterpriseNavigation ul {
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
        position: relative;
        display: block;
    }

        #mdgov_enterpriseNavigation ul ul {
            margin-left: 20px;
        }

        #mdgov_enterpriseNavigation ul li {
            display: inline-block;
            *display: inline;
        }

            #mdgov_enterpriseNavigation ul li a.level0 {
                display: block;
                clear: both;
                padding: 12px 20px;
                color: #fff;
                text-transform: uppercase;
                background-color: transparent;
                z-index: 1020;
                -webkit-transition: background-color .1s ease, color .1s ease;
                -moz-transition: background-color .1s ease, color .1s ease;
                -o-transition: background-color .1s ease, color .1s ease;
                transition: background-color .1s ease, color .1s ease;
                transition-delay: .2s;
            }

    #mdgov_enterpriseNavigation li:hover a.level0,
    #mdgov_enterpriseNavigation li a.level0:focus,
    #mdgov_enterpriseNavigation li a.level0:active,
    #mdgov_enterpriseNavigation li a.level0.active {
        background-color: #fff;
        color: #000;
        position: relative;
        text-decoration: none;
    }

.mdgov_navSub {
    width: 0%;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    left: -9999px;
    top: 39px;
    background-color: #fff;
    z-index: 1001;
    border-bottom: 4px solid #2b639e;
    -webkit-transition: max-height 0s ease, opacity .1s ease;
    -moz-transition: max-height 0s ease, opacity .1s ease;
    -o-transition: max-height 0s ease, opacity .1s ease;
    transition: max-height 0s ease, opacity .1s ease;
    transition-delay: .2s;
}

.mdgov_inner .mdgov_navSub {
    top: 39px;
    bottom: auto;
    border-top: none;
    border-bottom: 4px solid #08c;
}

#mdgov_enterpriseNavigation li a.level0 + .mdgov_navSub:hover,
#mdgov_enterpriseNavigation li a.level0:hover + .mdgov_navSub,
#mdgov_enterpriseNavigation li a.level0:focus + .mdgov_navSub,
#mdgov_enterpriseNavigation .mdgov_navSub.active {
    width: 100%;
    opacity: 1;
    max-height: 500px;
    left: 0;
}

.mdgov_navSubContainer {
    opacity: 0;
    max-height: 250px;
    height: 0px;
    padding: 20px 0;
    font-size: 90%;
    background-image: url(/mbconnect/Content/Images/state/backgrounds/megaMenuDivider.gif);
    background-repeat: repeat-y;
    background-position: 52.2%;
    background-clip: content-box;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    transition-delay: .2s;
}

#mdgov_enterpriseNavigation li a.level0 + .mdgov_navSub .mdgov_navSubContainer:hover,
#mdgov_enterpriseNavigation li a.level0:hover + .mdgov_navSub .mdgov_navSubContainer,
#mdgov_enterpriseNavigation li a.level0:focus + .mdgov_navSub .mdgov_navSubContainer,
#mdgov_enterpriseNavigation .mdgov_navSub.active .mdgov_navSubContainer {
    opacity: 1;
    height: auto;
}

.mdgov_navSubContainer ul li {
    float: left !important;
    width: 48%;
}

    .mdgov_navSubContainer ul li a {
        color: #069 !important;
        display: block !important;
        float: none !important;
        padding: 0 0 5px 0 !important;
        margin: 0 20px 5px 0 !important;
        text-align: left !important;
        text-transform: none !important;
    }

.mdgov_navSubContainer ul.cl_imageNavList li a {
    padding: 0 !important;
    margin: 0 20px 0 0 !important;
}

    .mdgov_navSubContainer ul.cl_imageNavList li a:focus img {
        border: 2px solid #900;
    }

.mdgov_navSubContainer ul li a:hover,
.mdgov_navSubContainer ul li a:focus {
    color: #000 !important;
}

.mdgov_navSubContainerContent {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}

    .mdgov_navSubContainerContent .span1,
    .mdgov_navSubContainerContent .span2,
    .mdgov_navSubContainerContent .span3,
    .mdgov_navSubContainerContent .span4,
    .mdgov_navSubContainerContent .span5,
    .mdgov_navSubContainerContent .span6,
    .mdgov_navSubContainerContent .span12 {
        display: block;
        min-height: 140px;
    }

.mdgov_navSubRight .icon-twitter {
    margin-right: 10px;
}

.mdgov_navTweet {
    margin-bottom: 10px;
}

#governorBlock {
    margin: 20px 0 20px 20px;
}

.sectionMenu {
    margin-left: 10px;
}

.hidden-accessible {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mobileButton {
    text-decoration: none !important;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

    .mobileButton:after {
        content: "\00BB \0020";
        font-size: 150%;
        position: absolute;
        top: 2px;
        right: 10px;
    }

/* [ Tablet-ish... ] */
@media (max-width: 767px) {

    iframe {
        width: 100%;
    }

    #mdgov_enterpriseNavigation {
        width: 100%;
        margin-left: 0;
    }

        #mdgov_enterpriseNavigation nav ul li a.level0 {
            display: block;
            clear: both;
            padding: 12px 20px;
            color: #fff;
            text-transform: uppercase;
        }

    #mdgov_trendsAndAlerts.hasAlert,
    #mdgov_trendsAlertsWrapper {
        margin-top: 5px;
    }

    #mdgov_enterpriseSearch {
        margin: 20px auto;
    }

    #mdgov_searchInput {
        float: none;
    }

    .mdgov_inner #mdgov_enterpriseSearch {
        float: none;
        width: 100%;
        top: 0;
    }

    #mdgov_searchInput {
        width: 100%;
        margin-right: 0;
    }

        #mdgov_searchInput .mdgov_searchInputBox {
            font-size: 60%;
        }

    .mdgov_socialNav {
        top: 20px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

        .mdgov_socialNav ul {
            float: none;
            text-align: center;
        }

            .mdgov_socialNav ul li {
                float: none;
                display: inline-block;
            }

    .mdgov_inner #mdgov_agencyHeader .mdgov_socialNav {
        display: none;
    }

    #primary_left_col .mdgov_contentWrapper {
        padding: 0 20px 0 20px;
    }

    #footer_block {
        text-align: center;
    }

    .footerLinks ul {
        display: block;
        width: 100%;
    }

    .footerLinks li {
        display: block;
        width: 100%;
        clear: both;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

        .footerLinks li a {
            padding: 5px 0;
            display: block;
            width: 100%;
        }
}

.div-left {
    float: left;
    padding-left: 10px;
}

.div-right {
    float: right;
    padding-right: 10px;
}

.footer-container {
    height: 40px;
    width: 100%;
    padding-top: 5px;
    background-color: #2c3135;
}

/*.footer {
    height: 30px;
    line-height: 30px;
}*/

    /*.footer li {
        list-style-type: none;
        float: left;
        padding-left: 10px;
    }

    .footer a {
        text-decoration: none;
        color: #0088CC;
    }

    .footer li:nth-child(1) {
        text-decoration: none;
        height: 30px;
        display: block;
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 15px;
    }*/

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {

    #agencyTitle {
        float: left;
        width: 550px;
        padding: 10px 0 0 20px;
    }
}

@media (min-width:979px) {
    .hidden-desktop {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    #mdgov_mobileNavButton .show, #mdgov_mobileNavButton .hide {
        display: none;
    }
}

@media (max-width:979px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }

    #header.subpage {
        min-height: 80px;
    }

    #header_left {
        height: 70px;
        width: 20%
    }

    #header_mid {
        clear: both;
        height: 60px;
        width: 100%
    }

    #header_right {
        margin-top: -130px;
        height: 70px;
        width: 80%
    }

    #header, #headerBackground, .headerBgImg {
        min-height: 130px;
    }

    .container {
        width: 100%
    }

    #searchInputBox, #searchInputBox_sub {
        font-size: 16px;
    }

    #main_search_block {
        margin-top: 20px;
    }

    #menu_bar {
        display: none;
    }

    #sub_primary_right_col {
        float: left;
        width: 30%
    }

    #sub_primary_middle_col {
        padding-left: 20px;
        padding-right: 20px;
    }

    #mdgov_enterpriseNavigation {
        width: 50%;
        z-index: 1001;
        position: absolute;
        top: 33px;
        left: 0;
        display: none;
    }

        #mdgov_enterpriseNavigation ul {
            text-align: left;
        }

            #mdgov_enterpriseNavigation ul li {
                display: block;
            }

                #mdgov_enterpriseNavigation ul li a.level0 {
                    border-radius: 0;
                    background-color: #000;
                    border-bottom: 1px solid #333;
                    -webkit-transition: none;
                    -moz-transition: none;
                    -o-transition: none;
                    transition: none;
                }

    .mdgov_inner #mdgov_enterpriseNavigation ul li a.level0 {
        border-radius: 0;
    }

    #mdgov_enterpriseNavigation li:hover a.level0,
    #mdgov_enterpriseNavigation li a.level0:focus,
    #mdgov_enterpriseNavigation li a.level0:active,
    #mdgov_enterpriseNavigation li a.level0.active {
        background-color: #2b639e;
        color: #fff;
    }

    #mdgov_mobileNavButton a {
        position: absolute;
        left: 0;
        height: 21px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #000;
        text-decoration: none;
        background-color: #2b639e;
        text-align: left;
        font-size: 165% !important;
        width: 100%;
        text-indent: 1.5%;
        padding: 6px 0;
        border-bottom: 4px solid #000;
    }

        #mdgov_mobileNavButton a span {
            position: absolute;
            font-size: 85%;
            font-weight: lighter;
        }

    .mdgov_socialNav {
        margin-top: 20px;
    }

    .cl_socialNav {
        list-style: none;
        padding: 0;
    }


        .cl_socialNav.vertical li {
            margin-right: 0;
            margin-bottom: 5px;
            float: left;
            display: block;
            clear: both;
        }


        .cl_socialNav li a {
            width: 24px;
            height: 24px;
            background-image: url(/mbconnect/Content/Images/state/icons/social-icons-sm.png);
        }

            .cl_socialNav li a.sm-twitter {
                background-position: left -31px;
            }

                .cl_socialNav li a.sm-twitter:hover,
                .cl_socialNav li a.sm-twitter:focus,
                .cl_socialNav li a.sm-twitter:active {
                    background-position: right -31px;
                }

            .cl_socialNav li a.sm-googleplus {
                background-position: left -61px;
            }

                .cl_socialNav li a.sm-googleplus:hover,
                .cl_socialNav li a.sm-googleplus:focus,
                .cl_socialNav li a.sm-googleplus:active {
                    background-position: right -61px;
                }

            .cl_socialNav li a.sm-tumblr {
                background-position: left -91px;
            }

                .cl_socialNav li a.sm-tumblr:hover,
                .cl_socialNav li a.sm-tumblr:focus,
                .cl_socialNav li a.sm-tumblr:active {
                    background-position: right -91px;
                }

            .cl_socialNav li a.sm-foursquare {
                background-position: left -121px;
            }

                .cl_socialNav li a.sm-foursquare:hover,
                .cl_socialNav li a.sm-foursquare:focus,
                .cl_socialNav li a.sm-foursquare:active {
                    background-position: right -121px;
                }

            .cl_socialNav li a.sm-instagram {
                background-position: left -151px;
            }

                .cl_socialNav li a.sm-instagram:hover,
                .cl_socialNav li a.sm-instagram:focus,
                .cl_socialNav li a.sm-instagram:active {
                    background-position: right -151px;
                }

            .cl_socialNav li a.sm-flickr {
                background-position: left -181px;
            }

                .cl_socialNav li a.sm-flickr:hover,
                .cl_socialNav li a.sm-flickr:focus,
                .cl_socialNav li a.sm-flickr:active {
                    background-position: right -181px;
                }

            .cl_socialNav li a.sm-youtube {
                background-position: left -211px;
            }

                .cl_socialNav li a.sm-youtube:hover,
                .cl_socialNav li a.sm-youtube:focus,
                .cl_socialNav li a.sm-youtube:active {
                    background-position: right -211px;
                }

            .cl_socialNav li a.sm-vimeo {
                background-position: left -241px;
            }

                .cl_socialNav li a.sm-vimeo:hover,
                .cl_socialNav li a.sm-vimeo:focus,
                .cl_socialNav li a.sm-vimeo:active {
                    background-position: right -241px;
                }

            .cl_socialNav li a.sm-all {
                background-position: left -271px;
            }

                .cl_socialNav li a.sm-all:hover,
                .cl_socialNav li a.sm-all:focus,
                .cl_socialNav li a.sm-all:active {
                    background-position: right -271px;
                }

            .cl_socialNav li a.sm-rss {
                background-position: left -361px;
            }

                .cl_socialNav li a.sm-rss:hover,
                .cl_socialNav li a.sm-rss:focus,
                .cl_socialNav li a.sm-rss:active {
                    background-position: right -361px;
                }

            .cl_socialNav li a.sm-pinterest {
                background-position: left -391px;
            }

                .cl_socialNav li a.sm-pinterest:hover,
                .cl_socialNav li a.sm-pinterest:focus,
                .cl_socialNav li a.sm-pinterest:active {
                    background-position: right -391px;
                }

            .cl_socialNav li a.sm-blogger {
                background-position: left -421px;
            }

                .cl_socialNav li a.sm-blogger:hover,
                .cl_socialNav li a.sm-blogger:focus,
                .cl_socialNav li a.sm-blogger:active {
                    background-position: right -421px;
                }

            .cl_socialNav li a.sm-settings {
                background-position: left -451px;
            }

                .cl_socialNav li a.sm-settings:hover,
                .cl_socialNav li a.sm-settings:focus,
                .cl_socialNav li a.sm-settings:active {
                    background-position: right -451px;
                }

            .cl_socialNav li a.sm-enewsletter {
                background-position: left -481px;
            }

                .cl_socialNav li a.sm-enewsletter:hover,
                .cl_socialNav li a.sm-enewsletter:focus,
                .cl_socialNav li a.sm-enewsletter:active {
                    background-position: right -481px;
                }

            .cl_socialNav li a.sm-video {
                background-position: left -511px;
            }

                .cl_socialNav li a.sm-video:hover,
                .cl_socialNav li a.sm-video:focus,
                .cl_socialNav li a.sm-video:active {
                    background-position: right -511px;
                }

            .cl_socialNav li a.sm-podcast {
                background-position: left -541px;
            }

                .cl_socialNav li a.sm-podcast:hover,
                .cl_socialNav li a.sm-podcast:focus,
                .cl_socialNav li a.sm-podcast:active {
                    background-position: right -541px;
                }

    #MobileNav:target #mdgov_mobileNavButton .show {
        display: inline;
    }

    #MobileNav:target #mdgov_mobileNavButton .hide,
    #MobileNav:not(:target) #mdgov_mobileNavButton .show {
        display: none;
    }

    #MobileNav:not(:target) #mdgov_enterpriseNavigation {
        display: none;
    }

    #MobileNav:target #mdgov_enterpriseNavigation {
        display: inherit;
    }
}

@media (min-width:767px) {
    .hidden-desktop2 {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
}

@media (max-width:767px) {
    #mdgov_homeLink {
        width: 100%;
    }

        #mdgov_homeLink a {
            width: 150px;
            margin: 0 auto;
        }

    #mdgov_agencyLogo {
        display: none;
    }

    #ctgov_agencyTitle {
        text-align: center;
    }

    #secondary_left_col, #secondary_middle_col_lt, #secondary_middle_col_rt, #secondary_right_col {
        border-left: 0;
    }

    #primary_middle_col .mdgov_contentWrapper,
    #primary_right_col .mdgov_contentWrapper {
        border: 0;
        padding: 0 20px;
    }

    .hidden-phone {
        display: none !important;
    }

    #primary_content_Block {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
    }

    .primary_left_col_list {
        margin-bottom: 0;
    }

    .mdgov_subNav,
    .subNavWrapper {
        margin-bottom: 20px;
    }

        .mdgov_subNav h2 {
            margin: 0 !important;
        }

            .mdgov_subNav h2 a {
                display: block;
            }

        .mdgov_subNav .subNavWrapper ul {
            padding-left: 10px;
        }

    #header.subpage {
        min-height: 150px;
    }

    #main_search {
        width: 95%
    }

    #searchInputBox, #searchInputBox_sub {
        font-size: 13px;
    }

    #mdgov_iaNav {
        height: 0;
        overflow: hidden;
    }

    .mdgov_iaNavOpen {
        height: auto !important;
        overflow: visible !important;
    }

    #sub_primary_right_col {
        float: left;
        width: 95%;
        border-left: 0;
    }

    #footer_left {
        padding-right: 20px;
    }

    #two_col-left {
        padding-right: 20px;
    }

    #two_col-right {
        border-left: 0;
    }

    #mdgov_enterpriseNavigation {
        width: 100%;
        margin-left: 0;
    }

    #social_media_top {
        width: 100%;
    }

    #CTgov_agencyName {
        /*float: right;*/
        width: 100%;
    }

    #mdgov_agencyHeader {
        float: none;
    }

    #footer_right {
        padding: 0 20px 20px 20px;
        margin: 20px 0 0 0;
    }
}

@media (max-width:480px) {
    body {
        padding: 0;
    }

    .container {
        width: 100%
    }

    #ctgov_agencyTitle {
        padding: 0;
    }

    #main_search_block {
        margin: 10px;
    }

    .main_search_inner {
        margin-left: 10px;
    }

    #searchInputBox {
        height: 40px;
    }

    #searchInputBox_sub {
        width: 77%
    }

    #main_search a.btn {
        width: 30px;
        height: 21px;
    }

    #main_search_sub a.btn {
        width: 30px;
    }

    .zipInput {
        width: 130px;
    }

    .cl_socialNav {
        float: none;
    }

    #secondary_left_col, #secondary_middle_col_lt, #secondary_middle_col_rt {
        padding-right: 20px;
    }

    #sub_primary_middle_col {
        padding: 0 20px 20px 20px;
        margin-top: 20px;
    }

    #governorBlock {
        width: 90%;
    }
}

.uiMessage {
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffcc;
    border: 1px solid #FFDEA3;
    text-align: center;
}

.HideMontageImages img {
    display: none;
}

.HideMontageImages li {
    list-style: none;
    margin-bottom: 5px !important;
    left: 0;
    top: 0;
}

.HideMontageImages hgroup {
    border-bottom: 1px solid #ccc;
}

    .HideMontageImages hgroup h2 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .HideMontageImages hgroup h3 {
        margin: 0 0 10px 0 !important;
        padding: 0 0 10px 0 !important;
    }

.fillImageButton {
    height: 19px;
    padding: 15px 19px 14px 19px;
}

.searchButtonDiv {
    line-height: 12px;
    padding: 0 !important;
    width: 58px !important;
}

  /*overridden below classes for trip page--> Tools--> Find Item --> Background color for textbox search icon and disabled buttons*/
    .k-textbox.k-space-right {
    padding-right: 2em;
    background-color: #daecf4;
    }
