html {
  background-color: #f7f7f7;
}
body.Phone .hideOnMobile {
  display: none;
}
.horizontal {
  margin-bottom: unset;
}
.horizontal .MainNav:not(.Shown) ul {
  text-align: right;
}
body {
  background-color: #f7f7f7;
}
body,
html {
  height: 100%;
}
body.Desktop .horizontal .SiteTitle {
  display: block;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
  vertical-align: bottom;
  padding: 20px 10px 10px 10px;
}
body.Desktop .horizontal li {
  list-style-type: none;
  font-weight: normal;
  display: inline;
  padding-left: 10px;
}
body.Desktop .horizontal .MainNav {
  width: 100%;
}
body.Desktop .horizontal h2 {
  text-align: right;
  margin-bottom: 5px;
}
body.Desktop .CSLogo {
  float: right;
}
body.Desktop .UnitMasthead .grid_twothirds {
  margin-bottom: 10px;
}
.Environment {
  color: #d9da55;
  background-color: #425563;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.info,
.success,
.warning,
.fail,
.errors,
.infoNoClose,
.successNoClose,
.warningNoClose,
.failNoClose,
.errorsNoClose {
  margin: 10px 0;
  padding: 10px 10px 10px 42px;
  font-weight: bold;
  clear: both;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.container_12 > .info,
.container_12 > .success,
.container_12 > .warning,
.container_12 > .fail,
.container_12 > .errors,
.container_12 > .infoNoClose,
.container_12 > .successNoClose,
.container_12 > .warningNoClose,
.container_12 > .failNoClose,
.container_12 > .errorsNoClose {
  margin: 10px 10px;
}
.info,
.infoNoClose {
  background-color: #0667ac;
  color: white;
  background-image: url("../info64-61a2522c764e014d1c811dfed08e5398.png");
}
.success,
.successNoClose {
  background-color: #788e1e;
  color: white;
  background-image: url("../success64-2dcce2ace258c6ae3fb618d58e9611f8.png");
}
.warning,
.warningNoClose {
  background-color: #dc9229;
  color: white;
  background-image: url("../warning64-54abfaa6c43cb7651ace2d487f5f24a5.png");
}
.fail,
.errors,
.failNoClose,
.errorsNoClose {
  background-color: #800d18;
  color: white;
  background-image: url("../error64-e7493969a6fa74903280c1eb359b49e0.png");
}
.noBackgroundImage {
  background-image: none;
  padding: 10px 10px 10px 10px;
}
.info a,
.success a,
.warning a,
.fail a,
.errors a,
.infoNoClose a,
.successNoClose a,
.warningNoClose a,
.failNoClose a,
.errorsNoClose a {
  color: white;
}
.info p,
.success p,
.warning p,
.fail p,
.errors p,
.infoNoClose p,
.successNoClose p,
.warningNoClose p,
.failNoClose p,
.errorsNoClose p {
  margin: 0;
}
.error input,
.error select,
.error textarea {
  background: #fff3f3;
  border-color: #ffaaaa;
  color: #cc0000;
}
.clear {
  clear: both;
}
.fieldsetAutoWidth {
  display: inline-block;
}
.alignButtons {
  margin: 5px;
  text-align: center;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.doorAccess td {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.logout {
  float: right;
  margin-right: 10px;
}
.close {
  float: right;
  cursor: pointer;
  font-family: sans-serif;
  padding: 0px 0px 5px 5px;
}
/* jQuery UI */
.mis-tooltip {
  background: #5e0009;
  color: white;
  position: relative;
  background: #5e0009;
  border: 1px solid #ffffff;
}
.mis-tooltip:after,
.mis-tooltip:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mis-tooltip:after {
  border-color: rgba(94, 0, 9, 0);
  border-right-color: #5e0009;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
.mis-tooltip:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
dl.TwoColumn {
  clear: both;
  margin: 5px 0 0.9em 0;
  padding: 10px;
}
dl.TwoColumn dt {
  margin: 0 10px 5px 0;
  display: inline;
  float: left;
  clear: both;
  text-align: right;
  font-weight: bold;
}
dl.TwoColumn dd {
  display: block;
  margin: 0 0 10px 10px;
}
.sortable a {
  display: inline-block;
  background: #e5e6e7 url(../sortable-0a4b372fe15a095469dd5d6c03282339.png) no-repeat right center;
  background-size: 12px 20px;
  padding-right: 15px;
}
.sorted a {
  background-size: 12px 20px;
  padding-right: 15px;
}
.desc a {
  background-image: url(../desc-242439640c9ed46037bd04188cc90ca5.png);
}
.asc a {
  background-image: url(../asc-3fc73d6435bb3ebd8a9e60b3877374da.png);
}
.pagination {
  margin: 5px 0 5px 0;
  padding: 10px 0;
  font-weight: bold;
}
.pagination a {
  padding-right: 15px;
  text-decoration: none;
}
.pagination .step {
  background-color: #d8d9da;
  margin: 0 15px 0 0;
  padding: 5px;
}
.pagination span.step {
  background-color: transparent;
}
.pagination .currentStep {
  padding: 5px;
  margin: 0 15px 0 0;
  background-color: #800d18;
  color: #fff;
}
.pagination a.prevLink {
  background-image: url(../less-than-6d0dd82fbbad964dba2ddc8072b841de.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  padding-left: 20px;
}
.pagination a.nextLink {
  background-image: url(../greater-than-a67a2f5f024a9530087e070a5714beff.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
  padding-right: 20px;
}
/* for alertMessages*/
@keyframes alertAnimateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes alertAnimateOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
.alert-container {
  align-items: center;
  right: 0;
  bottom: 2rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  z-index: 10000;
  padding: 0.75rem;
}
.alert-message {
  color: white;
  border-radius: 0.25rem;
  pointer-events: auto;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  grid-column-gap: 12px;
  animation-name: alertAnimateIn;
  animation-duration: 0.5s;
}
.alert-message > svg {
  padding: 12px 8px 12px 20px;
}
.alert-message p {
  padding: 12px 20px 12px 0;
}
.alert-message a {
  font-weight: 700;
  text-decoration: none;
}
.alert-message a:hover {
  text-decoration: underline;
}
.alert-message p:focus {
  outline: none;
}
.alert-message button {
  padding: 12px 20px 12px 8px;
  color: inherit;
}
.alert-message--success {
  color: #155624;
  background: #d4edda;
  border-color: #c3e6cb;
}
.alert-message--success a {
  color: #0b2e13;
}
.alert-message--error {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}
.alert-message--error a {
  color: #491217;
}
.alert-message--info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-message--info a {
  color: #002752;
}
.alert-message--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-message--warning a {
  color: #533f03;
}
.paragraph-icon {
  text-align: center;
}
.closebtn {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  background-color: transparent;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.paragraph-text {
  margin: 0px;
  padding-right: 20px;
}
.closebtn:hover {
  color: black;
  background-color: transparent;
}
.linkHeading h2 {
  font-size: 1.2rem;
}
.css_grid_container {
  display: grid;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .grid_container {
    max-width: calc(1440px - 210px);
  }
}
.UnitMasthead {
  height: auto;
  max-width: calc(1440px - 270px);
  width: 100%;
}
.UnitMasthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: space-between;
  padding: 1rem 30px;
}
.UnitMasthead .SiteTitle {
  padding: 0;
  float: left;
}
#MastheadInner {
  max-width: calc(1440px - 250px);
}
#Breadcrumb {
  color: #5e0009;
  display: block;
  float: none;
  font-size: 0.83333rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: calc(1440px - 270px);
  padding: 0.75rem 30px;
  text-align: left;
}
.breadcrumb-new .ancestor::after {
  content: "/";
  margin: 0 0.5rem;
}
#Breadcrumb a {
  color: #5e0009;
  font-weight: normal;
  text-decoration: none;
}
#Breadcrumb {
  font-weight: 700;
}
.breadcrumb-new {
  background-color: white;
}
nav.MainNav {
  background-color: #fff;
}
nav.MainNav.Shown {
  margin-top: 50px;
}
.MainNav > .NavWrapper {
  padding: 0;
}
.MainNav.Shown .GlobalNav {
  padding: 0;
}
.GlobalNav {
  border-top: none;
}
.MainNav h2 {
  display: block;
  font-family: alternate-gothic-no-3-d, "Helvetica Neue Condensed",
    "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  margin: 1rem 0;
}
.MainNav a {
  display: inline;
  color: #5e0009;
  font-size: 1rem;
}
.MainNav.Shown > .grid_inner {
  width: auto;
  margin: 10px !important;
}
.grid_container .MainNav > .grid_inner {
  z-index: unset;
}
:not(.Shown).grid_third.MainNav {
  background-color: unset;
}
#MainMenu {
  padding: 0;
  display: block;
  width: auto;
}
#MainMenu > li {
  @media screen and (min-width: 959px) {
    display: inline;
    border: none;
  }
  @media screen and (max-width: 959px) {
    display: block;
    border: none;
  }
}
.navigation ul {
  padding-left: 0;
  list-style-type: none;
}
.navigation li {
  margin-bottom: 1rem;
}
.side-nav {
  background-color: white;
  border-top: 12px solid #c2c2c2;
  border-color: #0093b2;
}
.side-nav .container {
  padding: 1rem;
}
.side-nav .local {
  padding: 1rem;
}

.grid_container .grid_fourth > .grid_inner,
.grid_container .grid_half > .grid_inner,
.grid_container .grid_third > .grid_inner,
.grid_container .grid_threefourths > .grid_inner,
.grid_container .grid_twothirds > .grid_inner,
.grid_container .grid_whole > .grid_inner {
  margin-left: 30px;
  margin-right: 30px;
}
/*back to top css*/
.back-to-top {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5e0009;
  color: white;
  cursor: pointer;
  padding: 0.75rem;
  font-family: alternate-gothic-no-3-d, "Helvetica Neue Condensed",
    "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  width: 4rem;
  text-align: center;
  font-size: 0.83333rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 0.25rem 0.5em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0.25rem 0.5em rgba(0, 0, 0, 0.75);
  border: 1px solid #c2c2c2;
  border-color: #af8084;
}
.back-to-top--bug {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 30px;
}
.back-to-top.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px dotted #949494;
  outline-offset: 3px;
  z-index: 1000;
}
.back-to-top:hover {
  background-color: #eb002b;
}
.back-to-top .icon {
  margin-bottom: 0.5rem;
}
/*select2*/
.select2-selection__clear {
  padding: 0 2.5px;
  font-size: 20px;
}
.select2-selection__choice {
  line-height: 28px;
}
.select2-selection--multiple .select2-selection__clear {
  margin-top: 10px !important;
}
.select2-selection__choice__remove {
  margin-right: 5px !important;
}

#PageOuterWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

#PageInnerWrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.footer {
  background-color: #425563;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#VerticalNav > #MainMenu > li {
  display: block;
  width: 100%;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.Button,
.button {
  background-color: #5e0009;
  border-radius: 2px;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.83333rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.5rem 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
}

button:link,
button.link,
input[type="button"]:link,
input[type="button"].link,
input[type="submit"]:link,
input[type="submit"].link,
input[type="reset"]:link,
input[type="reset"].link,
.Button:link,
.Button.link,
.button:link,
.button.link {
  color: #fff;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  text-transform: none;
}

.button:hover,
.search input:hover[type="submit"],
.SiteSearch input:hover[type="submit"],
.button.hover,
.search input.hover[type="submit"],
.SiteSearch input.hover[type="submit"] {
  background-color: #5e0009;
  border-color: #5e0009;
  color: #fff;
  text-decoration: none;
}

/*Commenting this out for the time being. Weird interaction in Safari*/
/*input:read-only, input:disabled{
    background-color: #e9ecef;
    opacity: 1;
}*/

/*media queries*/
.mis-2015-mobile {
  display: none;
}
.mis-2015-desktop {
  display: block;
}

@media screen and (max-width: 959px) {
  .mis-2015-mobile {
    display: block;
  }
  .mis-2015-desktop {
    display: none;
  }
}

