/*Header*/
.header-section {
  display: inline;
}
/*Process Table*/
.process-table {
  border: 3px solid #707070;
}
.process-table th{
  background-color: #842436;
  color:#fff;
  text-align: center;
}
.process-table td{
  background-color: #FDCF77;
}
.box-header {
   display: flex;
   align-items:center;
}
.box-header h3 {
   margin:0px;
}
.box-clipboard {
   display: flex;
   align-items:center;
}
/*Global*/
body {
    font-size: 1rem;
    line-height: 1.5;
}
h2 {
  font-size: 2.875em;
  margin-bottom: 0px;
  line-height: 3rem;
}
h3 {
  font-family: "Roboto";
  font-weight: 600;
}
hr {
    margin: 1.5rem 0;
    border-bottom: 3px solid #e0e0e5;
}
.link-black a {
  color: #424753;
}
.link-black a:hover {
  color: #707070;
}
.txt-block-left {
  margin-right:5%;
}
.button {
    display: inline-block;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: none;
    background: #b4072f;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1rem;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
@media only all and (min-width: 80rem) {
.vert-align {
  padding: 10rem 0;
}
}
@media only all and (min-width: 45rem) {
.box-clipboard {
      padding: 0 36%;
}
  .box-header {
      padding: 0 41%;
}
    .box-header2 {
      padding: 0 40%;
}
      .box-header3 {
      padding: 0 43%;
}
  .cs-block {
  margin: 50px 0 100px;
}
}
@media only all and (max-width: 44rem) {
  .box-header {
      padding: 0 22%;
}
    .box-header2 {
      padding: 0 18%;
}
      .box-header3 {
      padding: 0 26%;
}
  .cs-padding {
    padding:50px 0;
  }
}
.yellow-border {
  border-bottom: 4px solid #FDCF77;
  padding-bottom: 10px;
}
.study-block {
  max-width: 300px;
  margin: 0 auto;
}
#chronoforms h3 {
  display:none;
}
.ui.red.button:hover {
    background-color: #707070;
    color: #fff;
}
/*Navigation*/
.mdot-links a:hover, a:focus {
    color: #841f24;
    text-decoration: underline;
}
.header {
  -webkit-transition: all 0.4s ease-in-out 0.25s;
  transition: all 0.4s ease-in-out 0.25s;
  background: #fff;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
}

.header .header-inner,
.header .container,
.header .inner {
  background: transparent;
  max-width: 100%;
}

.header .header-block {
  display: none;
}

.header .brand {
  color: #fff;
  position: relative;
  text-align: center;
}

.header .brand .md-brand {
  display: none;
}

.header .brand .brand-logo {
  display: inline-block;
  margin: 0.625em 2em;
  position: relative;
  vertical-align: middle;
  z-index: 190;
}

.header .brand .brand-logo a {
  display: block;
}

.header .brand .brand-logo img {
  max-height: 30px;
}

.header .brand .brand-text-name {
  display: none;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.125em;
  vertical-align: middle;
  text-align: left;
  width: auto;
}

.header .brand .brand-text-name a {
  color: #fff;
  text-decoration: none;
}

.header .header-nav {
  position: absolute;
  top: 0;
  width: 100%;
}

.mdot-utility-wrapper {
  zoom: 1;
  background: #a5272d;
  border-bottom: 4px solid #383838;
}

.mdot-utility-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mdot-utility-wrapper .mdot-links {
  zoom: 1;
  display: none;
}

.mdot-utility-wrapper .mdot-links:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mdot-utility-wrapper .mdot-links ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mdot-utility-wrapper .mdot-links ul li {
  float: left;
  font-size: .75em;
  margin: 0 .625em;
  position: relative;
}

.mdot-utility-wrapper .mdot-links ul li:after {
  background: #fff;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: -9px;
  top: 4px;
  width: 1px;
}

.mdot-utility-wrapper .mdot-links ul li:last-child:after {
  display: none;
}

.mdot-utility-wrapper .mdot-links ul li a {
  color: #fff;
}

.mdot-utility-wrapper .social-media-wrapper {
  display: none;
}

.mdot-utility-wrapper .search-wrapper {
  background: #fff;
  display: inline-block;
  width: 60%;
}

.mdot-utility-wrapper .search-wrapper form {
  position: relative;
}

.mdot-utility-wrapper .search-wrapper .form-element {
  margin: 0;
  padding: .625em;
}

.mdot-utility-wrapper .search-wrapper input[type="search"] {
  border-radius: 100px;
  font-size: .875em;
  padding: .375em 1.25em;
}

.social-media-wrapper ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-media-wrapper ul li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
}

.social-media-wrapper ul li a {
  border-radius: 100px;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  height: 25px;
  line-height: 1.25em;
  text-align: center;
  width: 25px;
}

.social-media-wrapper ul li a .fa {
  font-size: .875em;
}

.social-media-wrapper ul li a:hover {
  background: #fff;
  color: #383838;
}

.social-media-wrapper ul .notranslate {
  display: none;
}

@media all and (min-width: 768px) {
  .header {
    border: none;
  }

  .header .brand {
    float: left;
  }

  .header .brand .md-brand {
    display: inline-block;
    margin: .625em;
    vertical-align: middle;
    width: 80px;
  }

  .header .brand .brand-logo {
    margin: .625em;
    position: relative;
  }

  .header .header-nav {
    position: relative;
    top: auto;
  }

  .mdot-utility-wrapper {
    background: #383838;
    border: none;
  }

  .mdot-utility-wrapper .mdot-links {
    display: inline-block;
    padding: .375em 0 .25em;
    vertical-align: middle;
  }

  .mdot-utility-wrapper .mdot-links ul li:after {
    top: 5px;
  }

  .mdot-utility-wrapper .social-media-wrapper {
    display: inline-block;
    float: right;
    margin: 3px 20px 3px 10px;
    vertical-align: middle;
  }

  .mdot-utility-wrapper .search-wrapper {
    background: transparent;
    position: absolute;
    right: 10px;
    top: 45px;
    width: 300px;
  }

  .mdot-utility-wrapper .search-wrapper .form-element {
    padding: .25em .625em;
  }
}

@media all and (min-width: 992px) {
  .header {
    background: #383838;
  }

  .header .header-inner .row,
  .header .container .row,
  .header .inner .row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header .mdot-utility-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }

  .header .brand {
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 45px 0 18px;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
  }

  .header .brand:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: #a5272d;
  }

  .header .brand:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 10px;
    height: 100%;
    background: #ffca40;
  }

  .header .brand .logos-wrapper {
    display: inline-block;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
  }

  .header .brand .md-brand {
    width: 110px;
  }

  .mdot-utility-wrapper .mdot-inner-wrapper {
    display: inline-block;
    padding: .625em 1em .625em 0;
    position: relative;
    text-align: right;
  }

  .mdot-utility-wrapper .mdot-links {
    display: block;
    padding: 0;
  }

  .mdot-utility-wrapper .mdot-links ul {
    display: inline-block;
  }

  .mdot-utility-wrapper .mdot-links ul li {
    margin: 0 .375em;
  }

  .mdot-utility-wrapper .mdot-links ul li:after {
    top: 4px;
    right: -5px;
  }

  .mdot-utility-wrapper .search-wrapper {
    position: relative;
    right: auto;
    top: auto;
    width: 240px;
  }

  .mdot-utility-wrapper .search-wrapper input[type="search"] {
    background: transparent;
    border-color: #fff;
    color: #fff;
    line-height: 1.25em;
  }

  .mdot-utility-wrapper .social-media-wrapper {
    float: none;
    margin: 0;
  }

  .mdot-utility-wrapper .social-media-wrapper ul li a {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }

  .mdot-utility-wrapper .social-media-wrapper ul li a .fa {
    font-size: 1em;
  }
}

@media all and (min-width: 1200px) {
  .header .brand .md-brand {
    -webkit-transition: all 0.4s ease-in-out 0.25s;
    transition: all 0.4s ease-in-out 0.25s;
    margin: .625em 0;
    width: 140px;
  }

  .header .brand .brand-logo {
    margin: .938em .625em;
  }

  .header .brand .brand-logo img {
    -webkit-transition: all 0.4s ease-in-out 0.25s;
    transition: all 0.4s ease-in-out 0.25s;
    max-height: 40px;
  }

  .header.scrolled .brand .brand-logo img {
    -webkit-transition: all 0.4s ease-in-out 0.25s;
    transition: all 0.4s ease-in-out 0.25s;
  }

  .header.scrolled .primary-nav .nav,
  .header.scrolled .navbar .nav {
    -webkit-transition: all 0.4s ease-in-out 0.25s;
    transition: all 0.4s ease-in-out 0.25s;
  }

  .header.scrolled .primary-nav .nav li,
  .header.scrolled .navbar .nav li {
    -webkit-transition: all 0.4s ease-in-out 0.25s;
    transition: all 0.4s ease-in-out 0.25s;
  }

  .mdot-utility-wrapper .mdot-inner-wrapper {
    padding: .875em 1em .875em 0;
  }

  .mdot-utility-wrapper .mdot-links {
    margin: 0 0 .5em;
  }

  .mdot-utility-wrapper .mdot-links ul li {
    font-size: .875em;
    margin: 0 .5em;
  }

  .mdot-utility-wrapper .mdot-links ul li:after {
    right: -7px;
    top: 5px;
  }

  .mdot-utility-wrapper .search-wrapper {
    width: 280px;
  }

  .mdot-utility-wrapper .search-wrapper input[type="search"] {
    padding: .5em 1.25em;
  }

  .mdot-utility-wrapper .social-media-wrapper ul li a {
    height: 36px;
    line-height: 36px;
    width: 36px;
  }

  .mdot-utility-wrapper .social-media-wrapper ul li a .fa {
    font-size: 1.25em;
  }
}

@media all and (min-width: 1440px) {
  .header .mdot-utility-wrapper {
    text-align: left;
  }

  .header .brand .md-brand {
    margin: .75em 0;
  }

  .header .brand .brand-logo {
    margin: 0 3em;
  }

  .header .brand .brand-logo img {
    max-height: 42px;
  }

  .mdot-utility-wrapper .mdot-inner-wrapper {
    padding: .625em 0 0 1.5em;
  }

  .mdot-utility-wrapper .mdot-inner-wrapper .mdot-links ul li {
    font-size: 1em;
    margin: 0 .625em;
  }

  .mdot-utility-wrapper .mdot-inner-wrapper .mdot-links ul li:after {
    height: 16px;
    right: -10px;
  }

  .mdot-utility-wrapper .mdot-inner-wrapper .search-wrapper {
    width: 440px;
  }
}

#md-logo div {
  width:115px;
}
.mdot-links ul {
  list-style:none;
}
.mdot-links li {
  display: inline;
}
.search-wrapper {
  position: relative;
  right: auto;
  top: auto;
  width: 240px;
  float: left;
  margin: 0px 20px 0px 25px;
}
.social-media-wrapper ul {
  list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social-media-wrapper li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}

/*Footer*/

.footer {
  background: transparent;
  border-top: none;
  color: #fff;
}

.footer .container,
.footer .footer-inner,
.footer .inner {
  background: transparent;
  border-top: none;
  font-size: 0.938em;
  padding-bottom: 1em;
  padding-top: 2em;
}

.footer .container .footer-right,
.footer .footer-inner .footer-right,
.footer .inner .footer-right {
  margin: 0 0 4em;
  text-align: center;
}

.footer .container .footer-right img,
.footer .footer-inner .footer-right img,
.footer .inner .footer-right img {
  display: inline-block;
}

.footer .footer-menu-desktop {
  zoom: 1;
  display: none;
  margin: 0 0 2em;
}

.footer .footer-menu-desktop:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer .footer-menu-desktop ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .footer-menu-desktop ul li {
  float: left;
  margin: 0 1.75em 0 0;
  position: relative;
}

.footer .footer-menu-desktop ul li:last-child:after {
  display: none;
}

.footer .footer-menu-desktop ul li:after {
  background: #fff;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: -14px;
  top: 4px;
  width: 1px;
}

.footer .footer-menu-desktop ul li a {
  color: #fff;
}

.footer .footer-menu-desktop ul li a:hover {
  color: #fff;
}

.footer .social-media-wrapper p {
  font-weight: 300;
  margin: 0 0 .25em;
}

.footer .social-media-wrapper.desktop {
  display: none;
  text-align: center;
}

.footer .social-media-wrapper.desktop p {
  display: inline-block;
  font-size: 1.125em;
  margin: 0 .625em 0 0;
  vertical-align: middle;
}

.footer .social-media-wrapper.desktop ul {
  display: inline-block;
  vertical-align: middle;
}

.footer .social-media-wrapper.desktop ul li a {
  height: 30px;
  line-height: 28px;
  width: 30px;
}

.footer .social-media-wrapper.desktop ul li a .fa {
  font-size: 1em;
}

.footer .social-media-wrapper.desktop ul li a:hover {
  background: #fff;
  color: #383838;
}

.footer .social-media-wrapper.desktop ul li a:hover .fa {
  color: #383838;
}

.footer .social-media-wrapper.mobile {
  margin: 0 0 1.5em;
  text-align: center;
}

.footer .social-media-wrapper.mobile ul li a {
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.footer .social-media-wrapper.mobile ul li a .fa {
  font-size: 1.125em;
}

.footer .social-media-wrapper.mobile ul li a:hover {
  background: #fff;
  color: #383838;
}

.footer .social-media-wrapper.mobile ul li a:hover .fa {
  color: #383838;
}

.footer .footer-address {
  font-weight: 300;
  margin: 0 0 1.5em;
  text-align: center;
}

.footer .footer-menus-mobile {
  zoom: 1;
  margin: 0 auto 1.5em;
  max-width: 375px;
  text-align: center;
}

.footer .footer-menus-mobile:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer .footer-menus-mobile ul {
  float: left;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0 2%;
  width: 46%;
}

.footer .footer-menus-mobile a {
  color: #fff;
}

.footer .footer-menus-mobile a:hover {
  color: #fff;
}

.footer .footer-menu {
  font-size: .875em;
  margin: 0 0 1.5em;
  text-align: center;
}

.footer .footer-menu a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 0 0 0 1em;
  position: relative;
}

.footer .footer-menu a:before {
  background: #fff;
  content: "";
  display: block;
  height: 16px;
  left: 6px;
  position: absolute;
  top: 4px;
  width: 1px;
}

.footer .footer-menu a:first-child {
  border: none;
  padding: 0;
}

.footer .footer-menu a:first-child:before {
  display: none;
}

.footer .footer-menu a:hover {
  color: #fff;
}

.footer .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.footer .footer-contact-mobile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
}

.footer .footer-contact-mobile ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .footer-contact-mobile ul li {
  display: inline-block;
  margin: 0 .625em;
  vertical-align: middle;
}

.footer .footer-contact-mobile ul li button {
  border-radius: 100px;
  background: #fff;
  border: 1px solid #999;
  color: #000;
  display: inline-block;
  font-size: .813em;
  margin: 0;
  padding: .125em .75em;
}

.footer .footer-contact-mobile ul li a {
  color: #fff;
}

.footer .footer-contact-mobile ul li a:hover {
  color: #fff;
}

.footer .governor-footer-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 1em 0 2em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.footer .governor-footer-image img {
  max-width: 200px;
}

.footer .md-gov-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 2em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

.mobile-sticky-footer {
  background: #242424;
  border-top: 1px solid #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 1.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 400;
}

.mobile-sticky-footer .btn {
  background: transparent;
  border-right: 1px solid #191919;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  width: 25%;
}

@media all and (min-width: 768px) {
  .mobile-sticky-footer {
    display: none;
  }

  .footer .container .row,
  .footer .footer-inner .row,
  .footer .inner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .footer .container .row .col-sm-6,
  .footer .footer-inner .row .col-sm-6,
  .footer .inner .row .col-sm-6 {
    text-align: center;
  }

  .footer .container .row .col-sm-6.first,
  .footer .footer-inner .row .col-sm-6.first,
  .footer .inner .row .col-sm-6.first {
    width: 100%;
  }

  .footer .container .row .col-sm-6.second,
  .footer .footer-inner .row .col-sm-6.second,
  .footer .inner .row .col-sm-6.second {
    width: 100%;
  }

  .footer .container .col-sm-6,
  .footer .footer-inner .col-sm-6,
  .footer .inner .col-sm-6 {
    float: right;
  }

  .footer .container .footer-right,
  .footer .footer-inner .footer-right,
  .footer .inner .footer-right {
    margin: 0 0 2em;
  }
}

@media all and (min-width: 992px) {
  .footer .container .footer-right,
  .footer .footer-inner .footer-right,
  .footer .inner .footer-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    text-align: right;
  }

  .footer .container .row .col-sm-6.first,
  .footer .footer-inner .row .col-sm-6.first,
  .footer .inner .row .col-sm-6.first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    width: 60%;
  }

  .footer .container .row .col-sm-6.second,
  .footer .footer-inner .row .col-sm-6.second,
  .footer .inner .row .col-sm-6.second {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    width: 40%;
  }

  .footer .footer-menu-desktop {
    display: block;
  }

  .footer .social-media-wrapper.desktop {
    display: inline-block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer .social-media-wrapper.mobile {
    display: none;
  }

  .footer .footer-address {
    text-align: left;
  }

  .footer .footer-menus-mobile {
    display: none;
  }

  .footer .footer-contact-mobile {
    display: none;
  }

  .footer .md-gov-image {
    display: none;
  }

  .footer .governor-footer-image {
    margin: 0 0 2em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
  }

  .footer .governor-footer-image img {
    max-width: 280px;
  }
}

@media all and (min-width: 1200px) {
  .footer .container .row .col-sm-6.first,
  .footer .footer-inner .row .col-sm-6.first,
  .footer .inner .row .col-sm-6.first {
    width: 66.6666%;
  }

  .footer .container .row .col-sm-6.second,
  .footer .footer-inner .row .col-sm-6.second,
  .footer .inner .row .col-sm-6.second {
    width: 33.3333%;
  }

  .footer .footer-address {
    font-size: 1.125em;
  }

  .footer .social-media-wrapper.desktop p {
    font-size: 1.125em;
    margin: 0 .625em 0 0;
  }

  .footer .social-media-wrapper.desktop ul li a {
    height: 36px;
    line-height: 36px;
    width: 36px;
  }

  .footer .social-media-wrapper.desktop ul li a .fa {
    font-size: 1.125em;
  }
}

@media all and (min-width: 1440px) {
  .footer .footer-menu-desktop {
    font-size: 1.125em;
  }

  .footer .footer-menu-desktop ul li:after {
    top: 5px;
  }
}
.footer .footer-menu-desktop ul li a:hover {
    color: #fff;
      text-decoration: underline;
}