/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
.breadcrumb {
  padding: 0;
  font-size: .75em;
  background-color: #fff; }
  .breadcrumb .breadcrumb-item::before {
    content: ">"; }
  .breadcrumb .breadcrumb-item:first-of-type::before {
    content: none; }
  .breadcrumb a:hover {
    text-decoration: none;
    color: #059bff; }

caption {
  caption-side: top;
  font-weight: bold;
  color: #f26724;
  font-size: 1.3em; }

.card {
  border: none; }

.card-body {
  padding-left: 0; }

.card-footer {
  background: none;
  border-top: none; }

.accordion-item {
  margin-bottom: .8rem; }

.accordion-button {
  background-color: #f3f3f3;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: .7rem; }

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #132048; }

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important; }

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important; }

.accordion-button:focus {
  box-shadow: rgba(255, 143, 92, 0.8) 0px 0px 0px 3px; }

.alert-warning {
  background-color: rgba(250, 162, 27, 0.5); }

/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -125px;
  background-position-x: center;
  background-image: url("../css/images/MCDOT_BG.jpg"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #059bff; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    cursor: text; }
    a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -125px;
  background-position-x: center;
  background-image: url("../css/images/MCDOT_BG.jpg"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #059bff; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    cursor: text; }
    a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }
.navbar-nav li {
  margin-left: .625rem; }
  .navbar-nav li a {
    font-family: poppins, sans-serif;
    font-weight: 700;
    color: #383838;
    font-size: 1.125rem;
    /*18px*/
    line-height: 1.7; }

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.navbar-brand img {
  max-height: 105px;
  margin-left: 1.5rem; }

.navbar-toggler svg {
  fill: #000;
  height: 35px;
  width: 35px; }

@media screen and (max-width: 991px) {
  ul.navbar-nav {
    margin-top: 1rem; } }
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -125px;
  background-position-x: center;
  background-image: url("../css/images/MCDOT_BG.jpg"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #059bff; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    cursor: text; }
    a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }
#footer {
  background-color: #132048;
  min-height: 250px;
  padding: 1em .6em;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400; }
  #footer div.row {
    max-width: 1262px;
    margin: 0 auto; }
  #footer p {
    color: #fff;
    font-size: 1rem; }
  #footer a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem; }
    #footer a:hover {
      text-decoration: underline;
      color: #059bff; }
  #footer h3 {
    font-family: Poppins;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer ul li {
      margin: 10px 0; }
  #footer #socialMediaLinks {
    margin: 1rem auto 0;
    width: 99%; }
    #footer #socialMediaLinks ul {
      position: relative; }
      #footer #socialMediaLinks ul li {
        position: absolute;
        top: 0; }
        #footer #socialMediaLinks ul li a {
          height: 43px;
          display: block; }

#footer #socialMediaLinks ul li#facebook {
  background: url("images/social-media-icons.png") 0 0;
  left: 0px;
  width: 42px; }

#footer #socialMediaLinks ul li#facebook:hover {
  background: url("images/social-media-icons.png") 0 -43px; }

#footer #socialMediaLinks ul li#twitter {
  background: url("images/social-media-icons.png") -42px 0;
  left: 50px;
  width: 42px; }

#footer #socialMediaLinks ul li#twitter:hover {
  background: url("images/social-media-icons.png") -42px -43px; }

#footer #socialMediaLinks ul li#instagram {
  background: url("images/social-media-icons.png") -84px 0;
  left: 100px;
  width: 42px; }

#footer #socialMediaLinks ul li#instagram:hover {
  background: url("images/social-media-icons.png") -84px -43px; }

#footer #socialMediaLinks ul li#youtube {
  background: url("images/social-media-icons.png") -126px 0;
  left: 150px;
  width: 42px; }

#footer #socialMediaLinks ul li#youtube:hover {
  background: url("images/social-media-icons.png") -126px -43px; }

@media screen and (min-width: 992px) {
  #footer ul li {
    text-align: left; }
  #footer h3 {
    text-align: left; } }
@media screen and (max-width: 991px) {
  #footer .footer-quick-links {
    margin-top: 2em; } }
@media screen and (max-width: 993px) {
  #socialMediaLinks ul {
    width: 187px;
    margin: 1em auto; } }
footer div.row div:nth-child(3) {
  margin-top: 3rem; }

@media screen and (min-width: 994px) {
  footer div.row div:nth-child(3) {
    margin-top: 0; } }
/* fonts */
/* colors */
/* body colors */
#PlatButtons {
  width: 650px; }

.checkbox {
  visibility: hidden;
  display: none; }

.checks, #SectionChoices_TopRow div .checks, #SectionChoices_BottomRow div .checks, #SectionChoices_CombinedRows > div:nth-child(1) .checks, #SectionChoices_CombinedRows > div:nth-child(3) .checks, .InteriorSection div .checks {
  padding: 0 .05em;
  margin: 0 auto; }
  .checks label, #SectionChoices_TopRow div .checks label, #SectionChoices_BottomRow div .checks label, #SectionChoices_CombinedRows > div:nth-child(1) .checks label, #SectionChoices_CombinedRows > div:nth-child(3) .checks label, .InteriorSection div .checks label {
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 15px 5px 40px;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, box-shadow .2s;
    font-size: 1em;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden; }
    .checks label::before, #SectionChoices_TopRow div .checks label::before, #SectionChoices_BottomRow div .checks label::before, #SectionChoices_CombinedRows > div:nth-child(1) .checks label::before, #SectionChoices_CombinedRows > div:nth-child(3) .checks label::before, .InteriorSection div .checks label::before {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 6px;
      width: 24px;
      border: 2px solid #fff;
      border-radius: 20px;
      transition: background-color .2s; }
  .checks input:checked + label, #SectionChoices_TopRow div .checks input:checked + label, #SectionChoices_BottomRow div .checks input:checked + label, #SectionChoices_CombinedRows > div:nth-child(1) .checks input:checked + label, #SectionChoices_CombinedRows > div:nth-child(3) .checks input:checked + label {
    background-color: #28B300; }
    .checks input:checked + label::before, #SectionChoices_TopRow div .checks input:checked + label::before, #SectionChoices_BottomRow div .checks input:checked + label::before, #SectionChoices_CombinedRows > div:nth-child(1) .checks input:checked + label::before, #SectionChoices_CombinedRows > div:nth-child(3) .checks input:checked + label::before {
      background-color: #fff;
      background-image: url(images/accept-icon.png);
      background-repeat: no-repeat;
      background-position: center center; }

#SectionChoices_TopRow div .checks, #SectionChoices_TopRow #SectionChoices_CombinedRows > div:nth-child(1) .checks, #SectionChoices_TopRow #SectionChoices_CombinedRows > div:nth-child(3) .checks, #SectionChoices_BottomRow div .checks, #SectionChoices_BottomRow #SectionChoices_CombinedRows > div:nth-child(1) .checks, #SectionChoices_BottomRow #SectionChoices_CombinedRows > div:nth-child(3) .checks {
  max-width: 80px; }
  #SectionChoices_TopRow div .checks label, #SectionChoices_TopRow #SectionChoices_CombinedRows > div:nth-child(1) .checks label, #SectionChoices_TopRow #SectionChoices_CombinedRows > div:nth-child(3) .checks label, #SectionChoices_BottomRow div .checks label, #SectionChoices_BottomRow #SectionChoices_CombinedRows > div:nth-child(1) .checks label, #SectionChoices_BottomRow #SectionChoices_CombinedRows > div:nth-child(3) .checks label {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: rgba(19, 32, 72, 0.4);
    margin: .5em 0 0 0;
    color: #fff; }

#SectionChoices_CombinedRows > div:nth-child(1) .checks, #SectionChoices_CombinedRows > div:nth-child(3) .checks {
  max-width: 80px; }
  #SectionChoices_CombinedRows > div:nth-child(1) .checks label, #SectionChoices_CombinedRows > div:nth-child(3) .checks label {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: rgba(19, 32, 72, 0.4);
    margin: .5em 0 0 0;
    color: #fff; }

.InteriorSection #SectionChoices_TopRow div .checks, #SectionChoices_TopRow .InteriorSection div .checks, .InteriorSection #SectionChoices_BottomRow div .checks, #SectionChoices_BottomRow .InteriorSection div .checks, .InteriorSection #SectionChoices_CombinedRows > div:nth-child(1) .checks, .InteriorSection #SectionChoices_CombinedRows > div:nth-child(3) .checks, .InteriorSection div .checks {
  max-width: 80px; }
  .InteriorSection #SectionChoices_TopRow div .checks label, #SectionChoices_TopRow .InteriorSection div .checks label, .InteriorSection #SectionChoices_BottomRow div .checks label, #SectionChoices_BottomRow .InteriorSection div .checks label, .InteriorSection #SectionChoices_CombinedRows > div:nth-child(1) .checks label, .InteriorSection #SectionChoices_CombinedRows > div:nth-child(3) .checks label, .InteriorSection div .checks label {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: rgba(0, 110, 181, 0.4);
    margin: .25em 0 0 0;
    color: #000; }
  .InteriorSection #SectionChoices_TopRow div .checks input:checked + label, #SectionChoices_TopRow .InteriorSection div .checks input:checked + label, .InteriorSection #SectionChoices_BottomRow div .checks input:checked + label, #SectionChoices_BottomRow .InteriorSection div .checks input:checked + label, .InteriorSection #SectionChoices_CombinedRows > div:nth-child(1) .checks input:checked + label, .InteriorSection #SectionChoices_CombinedRows > div:nth-child(3) .checks input:checked + label, .InteriorSection div .checks input:checked + label {
    background-color: rgba(40, 179, 0, 0.7); }

.error-focus:focus {
  border-color: #e00000;
  box-shadow: none; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

#SearchResults {
  font-size: .75em; }
  #SearchResults th {
    font-size: 1.25em; }
  #SearchResults tbody tr td:nth-child(8) {
    max-width: 400px; }
  #SearchResults tbody tr td:nth-child(9) {
    max-width: 70px; }
  #SearchResults caption {
    color: #f26724;
    font-size: 2em; }
  #SearchResults .bkType {
    overflow-wrap: break-word; }

tr.ammendedPlat td {
  background-color: rgba(253, 234, 107, 0.8) !important; }

.not_valid, .not_valid:focus {
  background-color: rgba(224, 0, 0, 0.5);
  color: white; }

.not_valid:focus {
  box-shadow: none; }

.min-width {
  min-width: 1200px; }

.width-80 {
  width: 80px; }

.fixedHeader-floating thead tr th {
  font-size: 0.8rem !important; }

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 1 !important; }

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 30px !important; }

th {
  vertical-align: middle; }

/*# sourceMappingURL=Site.css.map */
