html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html, body, div, article, section, main, footer, header, form, fieldset, legend,
pre, code, p, a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, textarea,
input[type="email"], input[type="number"], input[type="password"],
input[type="tel"], input[type="text"], input[type="url"], .border-box { box-sizing: border-box; }
body,h1,h2,h3,h4,h5,h6,p,blockquote,ol,ul,fieldset{margin:0;padding:0;}
button,input,optgroup,select,textarea{font-size:100%;margin:0;}
input,select,textarea{vertical-align:baseline;*vertical-align:middle}
article,footer,header,nav,section{display:block}
img{border-style: none;vertical-align:middle}
button,input{line-height:normal;overflow:visible}
button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer;-webkit-appearance:button}
[type="checkbox"],[type="radio"]{box-sizing:border-box}
[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}
div,article,section,header,footer,nav,li{position:relative}

html {background: #edeceb;}

/* TYPOGRAPHY */
@font-face {font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.4.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal;}
.fa, .ui-icon {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;}

body {color: #202020; font-family: 'Roboto',Helvetica,Arial,sans-serif; font-size: 15px;}
h1, h2, h3, h4 {font-weight: 700; line-height: 1.4; margin-bottom: .67em;}
h1, .h1 {font-family: 'Roboto Slab', serif; font-size: 21px; line-height: 27px;}
h2, .h2 {font-size: 24px;}
h3, .h3 {font-size: 19px;}
h4, .h4 {font-size: 16px;}

p, li {line-height: 26px; margin-bottom: 22px;}
li {margin-bottom: .6em;}
ul, ol {margin-bottom: 1em;}

.type-large, .type-large p {font-size: 20px; line-height: 30px;}
.type-med, .type-med p {font-size: 18px;}
.type-small, .type-small p {font-size: 14px;}
.type-large-intro {font-weight: 300;}
.type-large-intro a {font-size: 16px; font-weight: 500;}

.blue {color: #0f73b7;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-uppercase {text-transform: uppercase;}

.text-success {color: #3c763d;}
.text-warning {color: #8a6d3b;}
.text-error {color: #b60000;}

.RevisedText.default {
    display: initial;
    background-color: transparent;
    padding:0;
}

.RevisedText.default:before {
    content:none;
    margin-right: 0;
}

/* LAYOUT */
.page-wrapper {
    max-width: 1600px;
    padding: 20px 20px 90px;
}
.side-open .page-wrapper {max-width: 1350px;}
/*#inner-wrapper, */#footer-content {max-width: 1600px;}
.hidden {display: none;}
.overflow {overflow: hidden;}

.margin-bottom {margin-bottom: 30px;}

.position-relative { position: relative; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}
.col-section {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;}
.col-nopad {margin: 0 -15px;}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-sm-9 {float: left;}

.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}

.page-content ul, .page-content ol {margin-left: 40px;}

/* HEADER */
#header-skip-container {background: #eee; margin-left: 50%; position: fixed; text-align: center; top:0; transform: translate(-50%); z-index: 1200;}
#header-skip {color: #333; display: inline-block; margin-top: -40px; padding: 10px; position: absolute;}
#header-skip:focus {text-decoration: underline; margin-top: 0; position: static;}

header {background: #0e375a; box-shadow: 0px 2px 4px #999; color: #fff; height: 55px; overflow: hidden; position: fixed; text-align: center; top: 0; width: 100%; z-index: 1000;}
#header-wrapper {max-width: 1600px;}
#mpls-logo {padding: 16px; width: 166px;}

#header-menu {background: #0f73b7; cursor: pointer; float: left; font-size: 10px; padding: 9px 10px; text-align: center; transition: width 0.16s; width: 55px;}
#header-menu:focus { background-color:rgb(14, 55, 90)}
#mobile-toggle {height: 26px; width: 25px; margin-left: 5px; text-align: left;}
#mobile-toggle input {position: absolute; width: 100%; height: 100%; z-index: 1; opacity: 0; cursor: pointer;}
#mobile-toggle input:checked + span {background: transparent;}
#mobile-toggle input:checked + span:after {transform: rotate(45deg) translate(-5px, -5px);}
#mobile-toggle input:checked + span:before {transform: rotate(-45deg) translate(-6px, 6px);}
#mobile-toggle span {position: absolute; width: 100%; height: 4px; background: #fff; margin-top: 10px;}
#mobile-toggle span:before, #mobile-toggle span:after {content: ""; left: 0; position: absolute; width: 100%; height: 4px; background: #fff; top: -8px; transition: 0.2s;}
#mobile-toggle span:after {top: 8px;}
#header-menu-text {line-height: inherit;}
#header-menu-text span {display: none;}

#header-search {background: #fff; float: right; height: 100%; padding: 15px 0; width: 55px;}
#header-search-image {height: 23px;}
.header-search-icon .cls-1,.header-search-icon .cls-2{fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:5.64px;}
.header-search-icon .cls-2{stroke-linecap:round;}
.header-search-icon .cls-3{font-size:24px;fill:#eb00a2;font-family:Roboto-Black, Roboto;}
.header-search-icon .cls-4{letter-spacing:-0.01em;}
.header-search-icon .cls-5{letter-spacing:-0.01em;}

#top-nav {display: none; float: right; font-size: 16px; margin: 35px 60px 35px 10px; transition: width 0.16s; width: 237px;}
#top-nav li {display: inline; list-style-type: none; margin-left: 24px;}
#top-nav li:first-child {margin-left: 0;}
#top-nav a {color: #fff; text-decoration: none; padding: 30px 0;}
#top-nav a:hover, #top-nav a.top-active, #top-nav a:focus, .mpls-logo:focus {border-bottom: 9px solid #87b555; color: #87b555; outline:none;}
.header-search-icon {color: #fff; height: 15.78px; margin-left: 2px;margin-bottom: -2px; width: 13px;}
#top-nav a:hover .header-search-icon .cls-1, #top-nav a:hover .header-search-icon .cls-2{stroke:#87b555;}
#top-nav.search-visible {width: 320px;}
#top-nav a.search-visible:hover {border-bottom: 0; color: #fff;}

#top-search {background: #0e375a; display: inline; margin: -5px 0 0 -17px; overflow: hidden; position: absolute; width: 0; z-index: 50; transition: width 0.16s;}
#top-search.search-visible {width: 264px;}
#top-search input[type=text] {border: 0; border-radius: 0; height: 33px; float: left; margin-bottom: 36px; width: 195px;}
#top-search-submit, #top-search-close {border: 0; border-radius: 0; color: #fff; height: 33px; float: left; width: 33px;}
#top-search-submit {background: #0f73b7;}
#top-search-submit .header-search-icon {margin: 1px 0 0 0; width: 11px;}
#top-search-close {background: #666; margin-left: 2px;}
#top-search-close-icon {margin: 2px 0 0 -2px; width: 13px;}
#top-search-close-icon .cls-1{fill:#fff;}

/* CONTENT */
.legend{ border-bottom: 5px solid; display: inline-block; }
#side-nav {background: #edeceb; font-size: 17px; font-weight: 700; padding-top: 10px; width: 100%; height: 100%; position: absolute; right: 0; bottom: 0; left: 0; z-index: 0;}
#side-nav ul {border-bottom: 7px solid #fff; margin: 0; width: 100%;}
#side-nav ul:last-of-type {border-bottom: 1px solid #c8c8c8;}
#side-nav li {border-top: 1px solid #c8c8c8; list-style-type: none; margin: 0;}
#side-nav li:first-child {border-top: 0;}
#side-nav li a {color: #000; display: inline-block; text-decoration: none; padding: 11px 32px 12px; width: 100%;}
#side-nav li a:hover, #side-nav li a:focus, #side-nav li a.sidebar-active {background: #0f73b7; border-left: 9px solid #0e375a; color: #fff; padding-left: 23px;}
#side-nav h2 {color: #0464a0; font-size: 15px; margin: 0; padding: 18px 32px 10px; text-transform: uppercase;}
#side-nav .sidebar-parent {background: url(../images/btn-expand@2x.png) right 18px center no-repeat; background-size: 15px 15px;}
#side-nav .sidebar-parent-open {background: url(../images/btn-contract@2x.png) right 18px center no-repeat; background-size: 15px 15px;}
#side-nav .sidebar-parent ~ li {display: none;}
#side-nav #sidebar-mobile {font-weight: 400;}
#sidebar-content {width: 100%;}

#page-main {margin-top: 55px;}
.translated-ltr #page-main {margin-top: 95px;}
#page-main a {color: #0f73b7;}
#page-main a.hide-style { color: inherit; text-decoration: inherit; }
#page-main a:hover {text-decoration: none;}
#page-main {background: #fff; position: relative; bottom: 100%; left: 0; z-index: 1;}
#page-main.side-open {box-shadow: inset 8px 0px 7px #cfcfcf; margin-left: 100%; max-height: 818px; overflow: hidden;}

#page-notice {background: #d2e3ef; font-size: 20px; padding: 20px 40px 30px 40px; text-align: center;}
#page-notice #page-notice-close {color: #646464; cursor: pointer; display: block; font-size: 14px; margin-bottom: 10px; text-align: right;}
#page-notice #page-notice-close img {margin: -4px 4px 0 0; width: 13px;}
#page-notice p {line-height: 30px; margin-bottom:0;}
#page-notice.Yellow {background: #f2ee8c;}
#page-notice.Yellow strong {color: #b42b00;}
#page-main.side-open #page-notice {box-shadow: inset 8px 3px 5px #bbb;}

.content-changed-notice {background: url(../images/icon-warning-pencil.png) #f2ee8c 20px 20px no-repeat; background-size: 46px 46px; line-height: 25px; margin-bottom: 20px; padding: 30px 20px 20px 80px;}
.content-changed-toggle {font-size: 14px; margin-top: 20px;}
.content-changed-toggle img {margin-right: 8px;}

.page-content img {height: auto; max-width: 100%;}

#breadcrumbs {color: #646464; display: none; font-size: 14px; margin-bottom: 35px;}
#breadcrumbs span {color: #0f73b7; padding-left: 4px;}
#breadcrumbs a {color: #646464; padding: 0 4px; text-decoration: none;}
#breadcrumbs a:first-child {padding-left: 0;}
#breadcrumbs a:hover {color: #0f73b7; text-decoration: underline;}

.jump-to-section-identifier { top: -110px; display:block; position:relative; visibility:hidden; }

#page-name {border-top: 3px solid #000; font-size: 16px; font-weight: 700; margin-bottom: 20px; padding: 12px 0; text-transform: uppercase;}
.page-nav {float: right; font-size: 14px; font-weight: 400; text-transform: none;}
.page-nav a {padding: 0 4px; text-decoration: none;}
.page-nav a:hover {text-decoration: underline;}
a#back-to-top {border-top: 3px solid #000; color: #000; display: block; font-size: 14px; font-weight: 500; margin-top: 60px; padding: 12px 0; text-decoration: none;}
a#back-to-top:hover {text-decoration: underline;}
#back-to-top span , .back-to-top span {display: inline-block; transform: rotate(90deg);}

.content-source {background: #fff; box-shadow: 1px 1px 12px #999; display: none; font-size: 14px; left: 50%; margin-left: -180px; padding: 8px 12px; position: absolute; max-width: 93%; width: 360px;}
article sup {font-size: 10px;}
.anchor-link {display: block; content: ""; margin-top: -120px; height: 120px; visibility: hidden; pointer-events: none;} 

.content-main-column {position: static; width: 100%;}
.content-main-column h3 {margin-bottom: 0;}

.section-border {border-top: 4px solid #000; margin-top: 60px; padding-top: 20px;}
.section-border-grey {border-top: 4px solid #afafaf; margin-top: 30px; padding-top: 20px;}
.subhead-border {border-top: 2px solid #afafaf; margin-top: 30px; padding-top: 20px; text-transform: uppercase;}
#content-actions ol {margin-left: 15px;}
#content-actions ol li {list-style-type: lower-alpha; margin-bottom: 20px;}
.blue-container {background: #d2e3ef; padding: 30px;}
.icon-title img {margin-right: 15px;}

#content-comment {background: #3d771c; color: #fff; margin: 40px 0; padding: 20px 30px;}
#content-comment img {float: left; margin: 0 20px 20px -10px;}
#content-comment h3 {margin: 8px 0 0 0;}
#content-comment form {position: relative;}
#content-comment textarea, #policy-comment-note {padding: 0 0px;}
#content-comment textarea {font-size: 14px; line-height: 22px; min-height: 170px; padding: 20px 100px 20px 20px; width: 100%;}
#content-comment input[type=submit] {background: #666; border: 0; border-radius: 8px; color: #fff; font-size: 15px; bottom: 20px; padding: 10px 14px; position: absolute; right: 20px;}
#content-comment-note {font-size: 13px; margin: 15px 0 0 0;}
#content-comment-note a {color: #fff;}
/* #content-comment-submit {background: #376818; border: 1px solid #d8d9da; display: none; padding-top: 40px; position: absolute; bottom: 0; top: 0; text-align: center; width: 100%; z-index: 500;}
#content-comment-submit p {margin-bottom: 10px;}
#content-comment-submit a {color: #fff;} */
#contact-form-success, #contact-form-error { display: none; }
#contact-form-error {color: red; font-style: italic; margin-bottom: 20px;}
.comment-modal {background: #376818; border: 1px solid #d8d9da; display: none; padding-top: 40px; position: absolute; bottom: 0; top: 0; text-align: center; width: 100%; z-index: 500;}
.comment-modal p {margin-bottom: 10px;}
#submit-comment-form .comment-modal a {color: #fff;}
#content-comment-close {background: none; border: 0; margin-left: 2px; position: absolute; right: 0; top: 10px;}
#content-comment-close-icon {width: 15px;}
#content-comment-close-icon .cls-1{fill:#fff;}
#page-main a.close-sub-content {color: #646464;}
#page-main a.close-sub-content:hover {text-decoration: underline;}
.sub-content-close-icon {margin-top: 3px; vertical-align: top; width: 15px; height: 15px;}
.sub-content-close-icon .cls-1{fill:#646464;}

figure {color: #646464; font-style: italic; font-weight: 500; line-height: 25px; margin: 0 0 22px 0;}
figcaption {margin-top: 10px;}
figcaption.fig-credit {color: #646464; font-size: 10px; font-style: italic; font-weight: 400; margin-top: 5px; text-align: right;}

#image-modal-wrapper {background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; right: 0; bottom: 0; text-align: center; z-index: 1000;}
#image-modal {background: #fff; display: inline-block; left: 50%; margin-top: 40px; max-width: 90%; padding: 14px 20px 30px; position: absolute; top: 20px; transform: translate(-50%, 0); z-index: 1100;}
#image-modal img {max-width: 100%;}
#image-modal #image-modal-close {cursor: pointer; display: block; font-size: 14px; margin-bottom: 20px; text-align: right;}
#image-modal #image-modal-close img {margin: -4px 4px 0 0; width: 13px;}
#image-modal p {font-style: italic; margin: 10px 0 0; text-align: left;}

/* Rich Text */
.richText ul {margin-left: 20px; margin-bottom: 25px;}
.richText li {margin-bottom: 0;}
.richText ul li ul {margin-bottom: 0;}
.richText ol li ol {list-style: lower-alpha; margin-bottom: 0;}
.richText img {cursor: pointer;}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.block-carousel {margin: 30px 40px 40px;}
.block-carousel .owl-item {background: #0e5283; color: #fff;}
.block-carousel .owl-item:hover, .block-carousel .selected {background: #0f73b7;}
.block-carousel .item {cursor: pointer; height: 100%; outline: none;}
.block-carousel .item h3 {font-size: 18px;}
.block-carousel .owl-item:hover h3, .block-carousel .item:focus h3 {text-decoration: underline;}
.block-carousel .owl-item:focus-within {background: #0f73b7;}
.block-carousel .item p {border-top: 6px solid #0f73b7; margin-bottom: 0; padding-top: 10px; position: absolute; bottom: 0; text-transform: uppercase; width: 100%;}
.block-carousel .owl-nav {margin-top: -62px; pointer-events: none; position: absolute; top: 50%; height: 100%; width: 100%; z-index: 1000;}
.block-carousel .owl-theme .owl-nav [class*=owl-] {background: url(../images/carousel-arrow@2x.png) no-repeat; background-size: 40px 112px; height: 56px; width: 20px; pointer-events: auto; position: absolute;}
.block-carousel .owl-theme .owl-nav .owl-prev {background-position: 0 -56px; left: -40px;}
.block-carousel .owl-theme .owl-nav .owl-next {background-position: -20px -56px; right: -40px;}
.block-carousel .owl-theme .owl-nav .disabled {opacity: .3;}
.block-carousel .carousel-color {border-top: 2px solid #fff; position: absolute; bottom: 0; width: 100%; height: 45px;}
.block-carousel .owl-dots {padding-top: 10px;}
.block-carousel .carousel-revised {background: #b42b00; display: inline-block; float: right; font-size: 12px; line-height: 22px; padding: 0px 5px;}
.block-carousel .carousel-color .carousel-revised {margin: 10px 10px 0 0;}

/* HOME */
#home h1, #home h2 {font-family: 'Roboto Slab', serif; font-size: 24px; line-height: 30px;}
#home h1 {color: #046ebc; margin: 30px 0 0 0;}
#home h2 {font-weight: 400; margin-bottom: 30px;}
#home-image {margin-bottom: 30px;}
#home-intro {font-weight: 300;}
#home-intro strong {font-weight: 700;}
#home .type-large a {font-size: 16px;}
#home-intro-box {background: #d2e3ef; font-weight: normal; padding: 35px;}
#home-intro-box p {margin-bottom: 0;}
#home #home-intro-box a {font-size: 20px; font-weight: 500;}
#home-explore h3 {border-top: 3px solid #000; margin-top: 40px; padding-top: 20px;}
#home-explore p {font-weight: 300;}
#home-intro p a, #home-explore p a {font-weight: 500;}
#home-features {font-weight: 700; margin-top: 60px;}
#home-features h4 {border-top: 3px solid #000; margin-bottom: 30px; padding-top: 10px; text-transform: uppercase;}
#home-features img {margin-bottom: 20px;}
.home-social {padding-top: 60px;}
.home-social ul {margin-left: 0;}

/* ALL POLICIES */
#all-policies-intro {font-size: 20px; font-weight: 300; margin-bottom: 40px;}
#all-policies-list {-webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-width: 200px; -moz-column-width: 200px; column-width: 180px; -webkit-column-gap: 2em; -moz-column-gap: 2em; column-gap: 2em;}
#all-policies-list ol {margin-left: 0; list-style:none;}
#all-policies-list ol li {padding-left: 18px; text-indent: -18px;}
#all-policies-list ol li:nth-child(n+10) {padding-left: 26px; text-indent: -26px;}
#all-policies-list ol li:nth-child(n+100) {padding-left: 36px; text-indent: -36px;}
#all-policies-list a {text-decoration: none;}
#all-policies-list a:hover {text-decoration: underline;}
#all-policies-list .policy-list-revised {background: #b42b00; color: #fff; font-size: 11px; padding: 4px 8px;}

/* ALL REVISIONS */
#all-policies-list.all-revisions-list {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
#all-policies-list.all-revisions-list h2 {font-size: 16px;}


/* PAGE ITEMS */
.page-related {background: #edeceb; margin-bottom: 22px; padding: 30px; position: inherit; width: 100%;}
.page-related h2 {text-transform: uppercase;}
.page-related ul {margin-left: 0;} 
#page-related-social {color: #646464; font-weight: bold;}
#page-related-social ul {margin-bottom: 0;}
#page-related-social li  {display: inline-block; margin: 10px 10px 0 0;}
.page-map {border: 1px solid #000; margin: 40px 0;}
.page-related-sm h2 {text-transform: uppercase;}

.implementation-page .page-related.page-related_relative {
    padding: initial;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}

.implementation-page .page-related.page-related_relative h2 {
    border: none;
}

/* POLICY PAGE */
.policy-main {position: static; width: 100%;}
#policy-imageset .col-sm-4 {margin-bottom: 20px; padding: 0 8px;}
#policy-imageset.col-nopad {margin: 0 -8px 2px;}
#policy-imageset img {width: 100%;}
#policy-footer {border-top: 1px solid #afafaf; font-size: 15px; font-weight: 500; padding-top: 15px;}
.hidePolicyRelated .page-related-modal {display: none;}

/* ALL TOPICS */
.column-layout {/*-moz-column-count: 41; -webkit-column-count: 1; column-count: 1; column-gap: 30px;*/}
.column-layout .column-item {display: inline-block; /*-moz-column-break-inside: avoid; -webkit-column-break-inside: avoid; column-break-inside: avoid;*/}
#topics-grid a {text-decoration: none;}
#topics-grid a.column-item {background: #fff; box-shadow: 0 0 15px #ccc; color: #000; margin: 20px 0; width: 100%;}
#topics-grid a.column-item:hover, #topics-grid a.column-item:focus {background: #0f73b7; color: #fff;}
#topics-grid a.column-item img {border-bottom: 6px solid #000; width: 100%;}
#topics-grid a.column-item h2 {line-height: 1.2; padding: 20px 20px 0px;}
#topics-grid a.column-item:hover h2 {text-decoration: underline;}
#topics-grid a.column-item p {font-size: 14px; line-height: 19px; padding: 0 20px 5px;}
#topics-grid .gutter-sizer {width: 0%;}
.photo-credits {margin: 30px 0 0 0;}
.grid-revised {
    background: #b42b00;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin: 15px 20px 0 20px;
    font-size: 11px;
    padding: 4px 8px;
}

/* TOPIC PAGE */
/*#topic-policy .policy-name {border-top: 1px solid #000; font-size: 16px; font-weight: 700; margin-bottom: 20px; padding: 12px 0;}*/
.policyArticle .policy-name {border-top: 1px solid #000; font-size: 16px; font-weight: 700; margin-bottom: 20px; padding: 12px 0;}
/*#topic-policy h2 {margin-bottom: 25px;}*/
.policyArticle h2 {margin-bottom: 25px;}
#policy-carousel .owl-item {padding: 30px 20px 10px;}
#policy-carousel .item { min-height: 165px;}
#map-land-carousel h3, #map-built-carousel h3 {padding: 30px 20px 0;}
#map-land-carousel .item, #map-built-carousel .item { min-height: 195px;}
/*#topic-policy, #topic-land-map, #topic-built-map {display: none;}*/
#topic-built-map {display: none;}
#top-built-map h3 {text-transform: uppercase;}
.map1 {background-color: #ea7b65;}
.map2 {background-color: #95190c;}
.map3 {background-color: #d0d2d3;}
.map4 {background-color: #649ebf;}
.map5 {background-color: #8faf7e;}
.map6 {background-color: #4a171a;}
.map7 {background-color: #ad7ba4;}
.map8 {background-color: #844676;}
.map9 {background-color: #fbedcd;}
.map-name {border-top: 1px solid #7d7d7d; font-size: 16px; font-weight: 700;  padding: 12px 0;}
.map-color {width: 54px; height: 33px; margin-bottom: 20px;}

/* GLOSSARY */
#glossary-nav {border-bottom: 2px solid #afafaf; font-size: 19px; font-weight: bold; padding-bottom: 40px; margin: 0 0 40px;}
#glossary-nav li {display: inline-block; margin: 4px 0;}
#glossary-nav li a {padding: 3px 8px; text-decoration: none;}
#glossary-nav li a:hover, #glossary-nav li a:focus {background: #edeceb; text-decoration: underline;}
.glossary-top {border-bottom: 2px solid #afafaf; font-size: 14px; margin-bottom: 40px; padding-bottom: 4px;}
#glossary .back-to-top {border-top: 0; text-decoration: none;}
#glossary .back-to-top:hover {text-decoration: underline;}

/* SEARCH RESULTS */
#search-results-box {padding-right: 120px;}
#search-results input[type=text] {border: 2px solid #afafaf; padding: 15px; width: 99%;}
#search-results button {background: #0f73b7; border: 2px solid #0f73b7; border-radius: 0; color: #fff; padding: 15px; position: absolute; right: 0; width: 122px; -webkit-appearance: none;}
#search-results h1 {border-bottom: 2px solid #afafaf; font-family: 'Roboto',Helvetica,Arial,sans-serif; margin: 40px 0 0 0;}
#search-results-list {margin: 0;}
#search-results-list li {border-bottom: 2px solid #afafaf; margin-bottom: 0; padding: 20px 0;}
#search-results-list li p {margin-bottom: 0;}
#search-results .search-title {font-size: 19px;}
#search-results .search-url {color: #3d771c; font-weight: 500;}
#search-results #search-footer {color: #646464; font-size: 15px; margin-top: 15px;}
#search-results .search-nav {margin-top: 10px;}
#search-results .search-nav ul {margin: 0;}
#search-results .search-nav li {display: inline-block;}
#search-results .search-nav a {padding: 0 4px; text-decoration: none;}
#search-results .search-nav a:hover {text-decoration: underline;}

/* MAPS */
#page-maps h2 {margin-bottom: 2px;}
.map-title {margin-top: 50px; text-transform: capitalize;}
.map-title + .page-map {margin-top: 0;}
.tab-button-group {margin-bottom: 30px;}
.tab-button {background: #edeceb; border-radius: 0; font-weight: 500; margin: 0 5px 20px 0; padding: 20px; -webkit-appearance: none;}
.tab-button-active {background: #0f73b7; color: #fff;}
.tab-section {display: none;}
#tab1 {display: block;}
.map-related {background: #fff;}

/* APPENDICES */
#appendices ol {margin-left: 0;}
#appendices ol li {margin-bottom: .8em;}
#appendices ol a {font-weight: 500; text-decoration: none;}
#appendices ol a:hover {text-decoration: underline;}

/* CONTENT SIDE COLUMNS */
.page-related-columns {-moz-column-count: 2; -webkit-column-count: 2; column-count: 2; column-gap: 30px;}
.page-related-columns li {display: block; -moz-column-break-inside: avoid; -webkit-column-break-inside: avoid; column-break-inside: avoid;}

/* TAGS */
.tags-related a {text-decoration: none;}
#page-main .tags-related a:hover {text-decoration: underline;}

/* SITEMAP */
#sitemap ul, #sitemap ol {color: #0f73b7; font-size: 12px; margin-left: 20px;}
#sitemap li {font-weight: 500; list-style-type: disc; margin-bottom: 15px;}
#sitemap li a {font-size: 16px;}
#sitemap ul > li > ul > li, #sitemap ul > li > ol > li {font-weight: normal; margin-bottom: 0;}
#sitemap h2 {border-top: 2px solid #afafaf; margin-top: 20px; padding: 20px 0 10px;}
#sitemap h2:first-of-type {border-top: 0;}
.sitemap-border {border-top: 2px solid #afafaf; margin-top: 30px; padding: 20px 0 10px;}

/* CITY PAST */
#city-past-present .page-related .col-sm-12 {display: none;}
.select-box {background: #ededed; display: inline-block; font-weight: bold; margin: 10px 0 50px; padding: 16px 20px;}
.page-content .select-box-dropdown {display: inline-block; margin-bottom: 0; margin-left: 5px;}
.select-box-dropdown-main {display: inline;}
.select-box-dropdown-main img {margin-left: 4px;}
#page-main .select-box-dropdown-main a.select-box-selected {display: inline-block; min-width: 180px; text-decoration: none;}
.select-box-dropdown-sub {background: #fff; box-shadow: 1px 1px 20px #999; display: none; margin-top: 16px; margin-right: -20px; max-height: 280px; min-width: 215px; overflow: auto; position: absolute; right: 0; z-index: 100;}
.select-box-dropdown-sub li {border-top: 1px solid #afafaf; margin-bottom: 0;}
.select-box-dropdown-sub li:first-child {border-top: 0;}
#page-main .select-box-dropdown-sub li a {color: #000; display: block; padding: 10px 14px; text-decoration: none;}
#page-main .select-box-dropdown-sub li a:hover, #page-main .select-box-dropdown-sub li a:focus {background: #046ebc; color: #fff;}

section > .city-sub-section {display: none;}
section > .city-sub-section:first-of-type {display: block;}
.city-sub-section h2, .city-sub-section h3 {margin-bottom: 0;}
.city-sub-section h2 {color: #0f73b7; font-size: 19px; text-transform: uppercase;}

/* AMENDMENTS */
#amendments-list li {overflow: hidden;}
#amendments-list img {box-shadow: 0 0 15px #ccc; float: left; margin: 0 25px 30px 0;}

/* MISSING MIDDLE */
article p.small-header { font-weight: 700; font-size: 19px; }

.content-left-main .four-image-responsive:first-child .dotted-header {
    background: none;
}
.content-left-column {border-top: 2px solid #c8d174; padding: 30px 0; overflow: hidden;}
.content-left-side h2 {text-transform: uppercase;}
.content-left-column figcaption.fig-credit {text-align: left;}
.image-grid-3 {margin: 0 -8px;}
.image-grid-3 div {margin-bottom: 20px; padding: 0 8px;}
.image-grid-4 {margin: 0 -8px;}
.image-grid-4 div {margin-bottom: 20px; padding: 0 8px;}
.dotted-bar {background: url(../images/dotted-line.png) repeat-x; display: block; height: 5px; margin: 30px 0;}
.dotted-header {background: url(../images/dotted-line.png) repeat-x center; display: block; height: 20px}
.dotted-header h3 {font-family: 'Roboto Slab', serif;}
.grey-form {background: #e2e2e3; padding: 40px 50px;}
.grey-form input[type=email] {margin-bottom: 20px; width: 100%;}
.blue-btn {background: none; color: #0f73b7; border: 2px solid #0f73b7; font-weight: bold; padding: 4px 20px;}

@media (min-width: 768px) {
	.content-left-side {float: left; width: 250px;}
	.content-left-side.stick {position: fixed; top: 160px;}
	.content-left-side.stuck {position: absolute; bottom: 0;}
	.content-left-side h2 {color: #0f73b7; font-size: 18px;}
	.content-left-side p {line-height: 18px;}
	.content-left-main {margin-left: 280px; width: calc(100% - 280px);}
}
/* LOADER */
.loader {border: 5px solid #f3f3f3; border-radius: 50%; border-top: 5px solid #0f73b7; width: 30px; height: 30px; margin: auto; -webkit-animation: spin 1.5s linear infinite; /* Safari */ animation: spin 1.5s linear infinite; display: none;  position: absolute; bottom: 0; right: 0; z-index: 2;}
#map-land-carousel .loader {bottom: 7px; right: 7px;}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* FORMS */
.form-help {color: #888; font-size: 80%; margin: 5px 0 10px;}

label {display: inline-block; font-weight: 700; margin-bottom: 4px;}
.radio,
.checkbox {display: block; margin-bottom: 8px; position: relative;}
.radio label, 
.checkbox label {min-height: 20px; padding: 0 20px; margin-bottom: 0; font-weight: normal; cursor: pointer;}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {background-color: #fff; border: 1px solid #ccc; border-radius: 2px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); padding: 6px 10px;}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {border-color: #66afe9; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); outline: 0; }
input[type=text][disabled],
input[type=email][disabled],
input[type=password][disabled],
textarea[disabled],
select[disabled] {cursor: not-allowed; background-color: #eee;}
.checkbox input[type=checkbox], .radio input[type=radio] {position: absolute;  margin: 1px 0 0; margin-left: -20px;}

.form-loading {background: url(../images/loader-20x20.gif) 10px center no-repeat;}

.form-error label {color: #b60000;}
.form-error input[type=text],
.form-error input[type=email],
.form-error input[type=password],
.form-error textarea,
.form-error select {border-color: #b60000;}

.form-success label {color: #3c763d;}
.form-success input[type=text],
.form-success input[type=email],
.form-success input[type=password],
.form-success textarea,
.form-success select {border-color: #3c763d;}

.form-warning label {color: #cc6600;}
.form-warning input[type=text],
.form-warning input[type=email],
.form-warning input[type=password],
.form-warning textarea,
.form-warning select {border-color: #cc6600;}

button, .btn {background: #fff; border: 1px solid #ccc; border-radius: 4px; padding: 6px 12px;}

.form-group {margin-bottom: 30px; overflow: hidden;}

.form-horizontal .form-group {margin-left: -15px; margin-right: -15px;}

#contact-form label {display: block;}
#contact-form input[type=text], #contact-form input[type=email] {font-size: 16px; margin-bottom: 30px; padding: 10px; width: 100%; max-width: 440px;}
#contact-form textarea {margin-bottom: 20px; min-height: 200px; padding: 10px; width: 100%;}
#contact-form input[type=submit] {background: #646464; border-radius: 10px; border: 0; color: #fff; padding: 12px 18px; margin-bottom: 40px; -webkit-appearance: none;}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:focus {background: #0e5283;}
#contact-form-success, #contact-form-error {display: none;}
.page-related #contact-address h2 {font-size: 14px; text-transform: none;}
#contact-address {font-size: 14px;}
#contact-address p {line-height: 23px; margin-bottom: 14px;}

/* FOOTER */
footer {background: #0e375a; color: #fff; font-size: 14px; line-height: 21px; overflow: hidden; padding: 15px 0;}
footer.side-open {display: none;}
footer a {color: #94caf2;}
#footer-sidebar {padding-left: 20px; margin-bottom: 20px;}
#footer-sidebar #footer-logo {margin: 15px 0 20px;}
#footer-sidebar p {margin-bottom: 10px;}
#footer-main h4 {border-top: 2px solid #94caf2; color: #94caf2; font-size: 16px; margin-bottom: 20px; padding-top: 16px; text-transform: uppercase;}
#footer-content-1, #footer-content-2 {margin-bottom: 30px;}
#footer-content-1 p, #footer-content-2 p {font-size: 20px; line-height: 30px;}
#footer-content-1 a, #footer-content-2 a:last-of-type {font-size: 16px;}
#footer-content-1 a:hover, #footer-content-2 a:hover {text-decoration: none;}
#footer-social li {display: inline; margin-right: 20px;}
#footer-bottom p {border-top: 1px solid #fff; padding-top: 10px;}
#footer-nav li {border-left: 1px solid #94caf2; display: inline; padding: 0 12px;}
#footer-nav li:first-child {border-left: 0; padding-left: 0;}
#footer-nav a {text-decoration: none;}
#footer-nav a:hover {text-decoration: underline;}

#google_translate_element {margin-top: 30px;}
.goog-te-gadget-simple {background-color: #94caf2 !important; border: 0 !important; padding: 4px;}
.goog-te-gadget-simple img {margin: 8px 4px;}
.goog-te-menu2 {
    width: 300px!important;
    height: 300px!important;
    overflow: auto!important;
}
.goog-te-menu2 table,
.goog-te-menu2 table tbody,
.goog-te-menu2 table tbody tr {
    width: 100%!important;
    height: 100%!important;
}
.goog-te-menu2 table tbody tr td {
    width: 100%!important;
    display: block!important;
}
.goog-te-menu2 table tbody tr td .goog-te-menu2-colpad {
    visibility: none!important;
}

/* MEDIA QUERIES */
@media (max-width: 767px) {
	/* PAGE ITEMS */
	.page-related .col-xs-12 {margin-top: 20px;}
	.page-related .col-xs-12:first-child {margin-top: 0;}
}

@media (min-width: 768px) {

  html {background: #fff;}

  /* TYPOGRAPHY */
  body {font-size: 16px;}
  h1, .h1 {font-size: 34px; line-height: 45px;}
  h2, .h2 {font-size: 24px;}
  h3, .h3 {font-size: 19px;}
  h4, .h4 {font-size: 16px;}

  /* LAYOUT */
  .page-wrapper {padding: 34px 42px 114px;}

  .col-section {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;}
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {float: left;}
  
  .col-sm-12 {width: 100%;}
  .col-sm-11 {width: 91.66666667%;}
  .col-sm-10 {width: 83.33333333%;}
  .col-sm-9 {width: 75%;}
  .col-sm-8 {width: 66.66666667%;}
  .col-sm-7 {width: 58.33333333%;}
  .col-sm-6 {width: 50%;}
  .col-sm-5 {width: 41.66666667%;}
  .col-sm-4 {width: 33.33333333%;}
  .col-sm-3 {width: 25%;}
  .col-sm-2 {width: 16.66666667%;}
  .col-sm-1 {width: 8.33333333%;}

  .col-sm-offset-12 {margin-left: 100%;}
  .col-sm-offset-11 {margin-left: 91.66666667%;}
  .col-sm-offset-10 {margin-left: 83.33333333%;}
  .col-sm-offset-9 {margin-left: 75%;}
  .col-sm-offset-8 {margin-left: 66.66666667%;}
  .col-sm-offset-7 {margin-left: 58.33333333%;}
  .col-sm-offset-6 {margin-left: 50%;}
  .col-sm-offset-5 {margin-left: 41.66666667%;}
  .col-sm-offset-4 {margin-left: 33.33333333%;}
  .col-sm-offset-3 {margin-left: 25%;}
  .col-sm-offset-2 {margin-left: 16.66666667%;}
  .col-sm-offset-1 {margin-left: 8.33333333%;}
  .col-sm-offset-0 {margin-left: 0;}

  /* HEADER */
  header {height: 85px;}
  #mpls-logo {padding: 22px 16px; width: 300px;}

  #header-menu {font-size: 16px; padding: 31px 25px; text-align: left; width: 156px;}
  #mobile-toggle {float: left;}
  #header-menu-text {margin: 2px 0 0 45px;}

  #header-search {margin-left: 72px; padding: 25px 0; width: 84px;}
  #header-search-image {height: 33px;}

  /* CONTENT */
  #side-nav ul {width: 230px;}
  #side-nav .sidebar-parent {background: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
  #side-nav .sidebar-parent ~ li {display: block !important;}
  #sidebar-content {height: calc(100% - 95px); max-height: 818px; position: fixed;}
  #sidebar-content-container {height: 100%; overflow: auto; position: absolute; top: 0;}
  #sidebar-content.relative-menu {position: relative;}
  #sidebar-content.side-bottom {height: auto; position: absolute; bottom: 0; top: auto;}
  #sidebar-content.side-bottom #sidebar-content-container {height: auto; overflow: scroll; padding-bottom: 0; position: relative;}
  #page-main.side-open {max-height: inherit; margin-left: 230px;}

  #page-main {margin-top: 85px; min-height: 748px; transition: margin 0.12s;}
  #side-nav {margin-top: 85px;}
  .translated-ltr #page-main {margin-top: 125px;}

  #breadcrumbs {display: block;}

  .content-image-left {float: left; margin: 2px 40px 40px 0; max-width: 40%;}
  .content-image-right {float: right; margin: 2px 0 40px 40px; max-width: 40%;}

  /* HOME */
  #home h1, #home h2 {font-size: 37px; line-height: 48px;}
  #home h1 {margin: 50px 0 0 0;}
  #home h2 {margin-bottom: 40px;}
  #home-image {margin-bottom: 50px;}
  #home-features {margin-top: 80px;}

  /* FORMS */
  .form-horizontal label {margin-bottom: 8px; padding-top: 8px; text-align: right;}

  /* ALL TOPICS */
  .column-layout {-moz-column-count: 2; -webkit-column-count: 2; column-count: 2; column-gap: 30px;}
  #topics-grid a.column-item {margin: 2% 0; width: 48%;}
  #topics-grid .gutter-sizer {width: 4%;}
  /*#topics-grid a.column-item {margin: 26px 0 15px;}*/

  /* SEARCH RESULTS */
  #search-results .search-nav {margin-top: 0; text-align: right;}

  /* FOOTER */
  footer.side-open {display: block;}
  #footer-sidebar {float: left; padding-left: 24px; width: 230px;}
  #footer-main {margin-left: 230px;}
}

@media (min-width: 1024px) {

  /* TYPOGRAPHY */
  h1, .h1 {font-size: 37px; line-height: 48px;}
  h2, .h2 {font-size: 24px;}
  h3, .h3 {font-size: 19px;}
  h4, .h4 {font-size: 16px;}

  /* LAYOUT */
  .col-md-12 {width: 100%;}
  .col-md-11 {width: 91.66666667%;}
  .col-md-10 {width: 83.33333333%;}
  .col-md-9 {width: 75%;}
  .col-md-8 {width: 66.66666667%;}
  .col-md-7 {width: 58.33333333%;}
  .col-md-6 {width: 50%;}
  .col-md-5 {width: 41.66666667%;}
  .col-md-4 {width: 33.33333333%;}
  .col-md-3 {width: 25%;}
  .col-md-2 {width: 16.66666667%;}
  .col-md-1 {width: 8.33333333%;}

  /* HEADER */
  header {height: 95px; text-align: left;}
  #mpls-logo {padding: 26px 0 0 42px; width: 310px;}

  #header-menu {font-size: 16px; padding: 36px 25px; width: 156px;}
  #header-menu.menu-open {width: 230px;}
  #header-menu-text {white-space: nowrap;}
  #header-menu.menu-open #header-menu-text span {display: inline;}

  #header-search {display: none;}

  #top-nav {display: block;}

  /* CONTENT */
  #page-main, #side-nav {margin-top: 95px;}
  .translated-ltr #page-main {margin-top: 135px;}
  #side-nav ul:nth-child(n+3) {border-bottom: 1px solid #c8c8c8;}
  #sidebar-content {height: calc(100% - 95px); max-height: 662px;}
  #sidebar-mobile {display:none;}

  #page-notice p {padding: 0 40px;}

  /* HOME */
  #home h1, #home h2 {font-size: 40px; line-height: 51px;}

  /* CONTENT SIDE COLUMNS */
  .page-related-columns {-moz-column-count: 3; -webkit-column-count: 3; column-count: 3; column-gap: 30px;}


  /* FOOTER */
  #footer-content-1, #footer-content-2 {margin-bottom: 60px;}

}

@media (min-width: 1100px) {

  /* LAYOUT */
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {min-height: 1px; padding: 0 20px; position: relative;}
  .col-nopad {margin: 0 -20px;}
  .col-lg-12 {width: 100%;}
  .col-lg-11 {width: 91.66666667%;}
  .col-lg-10 {width: 83.33333333%;}
  .col-lg-9 {width: 75%;}
  .col-lg-8 {width: 66.66666667%;}
  .col-lg-7 {width: 58.33333333%;}
  .col-lg-6 {width: 50%;}
  .col-lg-5 {width: 41.66666667%;}
  .col-lg-4 {width: 33.33333333%;}
  .col-lg-3 {width: 25%;}
  .col-lg-2 {width: 16.66666667%;}
  .col-lg-1 {width: 8.33333333%;}

  /* CONTENT */
  .content-main-column {padding-right: 30px; width: 75%;}

  /* PAGE ITEMS */
  .page-related {background: none; font-size: 15px; padding: 30px 0 30px 30px; position: absolute; right: 0; top: 50px; width: 25%;}
  .page-related h2 {border-top: 2px solid #000; padding-top: 15px;}
  .page-related ul {margin-left: 0; margin-bottom: 30px;} 
  .page-related li {line-height: 20px;}
  #page-related-social {margin-top: 20px;}
  .page-related-sm h2 {font-size: 14px; font-weight: 500;}
  .page-related-sm a {text-decoration: none;}
  .page-related-sm a:hover, #page-main .page-related-sm a:hover  {text-decoration: underline;}
  .map-related {position: relative; padding: 25px 20px 0 20px; top: 0; width: 33.33333333%;}
  .map-main-column {float: left; width: 75%;}

  /* POLICY PAGE */
  .policy-main {padding-right: 30px; width: 75%;}
  #policy-imageset .col-sm-4 {padding: 0 8px;}
  #policy-imageset.col-nopad {margin: 0 -8px 12px;}

  /* ALL TOPICS */
  .column-layout {-moz-column-count: 3; -webkit-column-count: 3; column-count: 3;}
  #topics-grid a.column-item {margin: 1.5% 0; width: 31%;}
  #topics-grid .gutter-sizer {width: 3%;}

  /* CONTENT SIDE COLUMNS */
  .page-related-columns {-moz-column-count: 1; -webkit-column-count: 1; column-count: 1; column-gap: 30px;}

  /* TAGS */
  .tags-related {padding-top: 0; top: 0;}

  /* CONTACT */
  #contact-address {margin-top: 60px;}

  /* CITY PAST */
  #city-past-present .page-related {padding-top: 20px; top: 0;}
  #city-past-present .page-related .col-sm-12 {display: block;}
 
}

@media (min-width: 1280px) {

  /* LAYOUT */
  .page-wrapper {padding: 34px 60px 114px;}

  /* HEADER */
  #mpls-logo {padding: 26px 60px; width: 310px;}
  #header-menu.menu-open {width: 250px;}

   /* CONTENT */
  #side-nav ul {width: 250px;}
  #page-main.side-open {max-height: inherit; margin-left: 250px;}
  #page-notice p {padding: 0 100px;}

  /* HOME */
  #home-intro {max-width: 75%;}

  /* ALL TOPICS */
  .column-layout {-moz-column-count: 4; -webkit-column-count: 4; column-count: 4;}
  #topics-grid a.column-item {width: 22.75%;}
  #topics-grid .gutter-sizer {width: 3%;}

  /* FOOTER */
  #footer-main .col-xs-12, #footer-main .col-sm-6 {padding: 0 30px;}
  #footer-main .col-nopad {margin: 0 -30px;}
}

@media (min-width: 1500px) {
  /* LAYOUT */
  .page-wrapper {padding: 34px 70px 114px;}

  /* HEADER */
  #mpls-logo {padding: 26px 70px;}

  /* ALL TOPICS */
  .column-layout {column-gap: 35px;}
  /*#topics-grid a.column-item {margin: 26px 0 15px;}*/
}

/* TRANSLATED */
.translated-ltr body {top: 0 !important;}
.translated-ltr header {top: 40px;}

/*Ajax Form*/
[data-ajax-form] .ajax-response { display: none; align-items:center; justify-content:center; position: absolute; width: 100%; height: 100%; top: 0}
[data-ajax-form] .ajax-form-container { position: relative; }
[data-ajax-form="success"] .ajax-form-fields, [data-ajax-form="fail"] .ajax-form-fields { visibility: hidden; }
[data-ajax-form="success"] .ajax-response, [data-ajax-form="fail"] .ajax-response { display: flex; }
[data-ajax-form="success"] .ajax-fail, [data-ajax-form="fail"] .ajax-success { display: none; }