h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: none;
}

.body {
  background-color: #fcf9f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 17, 66, 0.3)), to(rgba(0, 17, 66, 0.3))), url('../images/pillars-50pct-inv.jpg');
  background-image: linear-gradient(180deg, rgba(0, 17, 66, 0.3), rgba(0, 17, 66, 0.3)), url('../images/pillars-50pct-inv.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  box-shadow: 1px 1px 0 0 #000;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.div-block {
  height: 450px;
  background-image: linear-gradient(143deg, rgba(0, 17, 66, 0.5), rgba(119, 86, 45, 0.79)), url('../images/hands-stenotype-duo.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.navbar {
  height: 100px;
  margin-top: 0px;
  background-color: #fcf9f5;
}

.container {
  display: block;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 150px;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/ircr-countyblue-sm_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-container {
  padding-right: 15%;
  padding-left: 15%;
}

.banner-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Inconsolata, monospace;
  color: #f0f0f0;
  font-size: 48px;
  line-height: 58px;
  text-align: right;
}

.text-block {
  padding-right: 30px;
  border-top: 2px solid #f0f0f0;
  line-height: 78px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-2 {
  padding-right: 30px;
  padding-bottom: 20px;
  font-family: Quintessential, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001142;
  color: #f0f0f0;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-3 {
  display: block;
  width: 80%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px 10px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-5 {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 3px none #ad9c70;
}

.text-block-3 {
  padding-bottom: 81px;
}

.heading {
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.highlight {
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
  font-size: 24px;
  line-height: 32px;
}

.bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.1%, 0.79)), to(hsla(0, 0%, 94.1%, 0.79))), url('../images/pillars-50pct.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.1%, 0.79), hsla(0, 0%, 94.1%, 0.79)), url('../images/pillars-50pct.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #001142;
  border-bottom: 2px solid #001142;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 17, 66, 0.49)), to(rgba(0, 17, 66, 0.49))), url('../images/innerbanner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 17, 66, 0.49), rgba(0, 17, 66, 0.49)), url('../images/innerbanner.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.banner-wrapper {
  border-top: 3px solid #ad9c70;
  border-bottom: 3px solid #ad9c70;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.45);
}

.heading-2 {
  font-family: Quintessential, sans-serif;
  color: #fcf9f5;
  font-weight: 400;
  text-shadow: 1px 1px 6px #000;
}

.link {
  padding-right: 10px;
  padding-left: 10px;
  color: #ad9c70;
  text-decoration: none;
}

.link.w--current {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-4 {
  padding-top: 15px;
}

.text-block-5 {
  padding-top: 20px;
}

.text-block-6 {
  padding-top: 20px;
}

.text-block-7 {
  padding-top: 20px;
}

.text-block-8 {
  padding-top: 20px;
}

.text-block-9 {
  padding-top: 20px;
}

.text-block-10 {
  padding-top: 20px;
}

.text-block-11 {
  padding-top: 20px;
}

.text-block-12 {
  padding-top: 20px;
}

.text-block-13 {
  padding-top: 20px;
}

.text-block-14 {
  padding-top: 20px;
}

.text-block-15 {
  padding-top: 20px;
}

.text-block-16 {
  padding-top: 20px;
}

.text-block-17 {
  padding-top: 20px;
}

.text-block-18 {
  padding-top: 20px;
}

.text-block-19 {
  padding-top: 20px;
}

.text-block-20 {
  padding-top: 20px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ad9c70;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 17, 66, 0.5)), to(rgba(0, 17, 66, 0.5))), url('../images/steno-keys-crop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 17, 66, 0.5), rgba(0, 17, 66, 0.5)), url('../images/steno-keys-crop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-21 {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.unordered-list {
  padding-right: 20px;
  padding-left: 70px;
}

.text-block-22 {
  padding-right: 20px;
  padding-bottom: 23px;
  padding-left: 20px;
}

.text-block-23 {
  padding: 40px 20px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 17, 66, 0.5)), to(rgba(0, 17, 66, 0.5))), url('../images/iep_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 17, 66, 0.5), rgba(0, 17, 66, 0.5)), url('../images/iep_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-10 {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 249, 245, 0.61)), to(rgba(252, 249, 245, 0.61)));
  background-image: linear-gradient(180deg, rgba(252, 249, 245, 0.61), rgba(252, 249, 245, 0.61));
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.76);
}

.h2 {
  color: #001142;
  font-size: 20px;
  line-height: 30px;
}

.div-block-11 {
  position: relative;
  width: 100%;
  padding: 45px 25px 25px 0px;
}

.div-block-12 {
  width: 100%;
  padding: 25px 25px 25px 0px;
  float: right;
}

.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(252, 249, 245, 0.75);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.85);
}

.mapdiv {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
}

.map {
  width: 100%;
  height: 200px;
}

.text-block-24 {
  padding-top: 15px;
  padding-left: 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-13 {
  width: 100%;
  padding-left: 0px;
}

.heading-3 {
  width: 50%;
  padding-left: 25px;
}

.text-block-25 {
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.stafftable {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 0px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fcf9f5;
  box-shadow: 1px 1px 3px 0 #000;
}

.grey {
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: rgba(0, 17, 66, 0.12);
}

.form {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-15 {
  width: 177px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.text-block-26 {
  padding-top: 10px;
  font-family: Lato, sans-serif;
}

.nav-link {
  margin-left: 5px;
  color: #001142;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ad9c70;
  font-weight: 400;
}

.nav-link.w--current {
  color: #9b5620;
}

.footer-link {
  font-family: Lato, sans-serif;
  color: #ad9c70;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  font-weight: 900;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 20px 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(252, 249, 245, 0.75);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.85);
}

.div-block-17 {
  position: absolute;
  z-index: 10;
  width: 125px;
  height: 125px;
  padding: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 249, 245, 0.7)), to(rgba(252, 249, 245, 0.7)));
  background-image: linear-gradient(180deg, rgba(252, 249, 245, 0.7), rgba(252, 249, 245, 0.7));
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.div-block-17:hover {
  opacity: 0;
}

.dropdown {
  width: 100px;
  margin-right: 40px;
  margin-left: 5px;
  color: #001142;
  text-align: center;
}

.dropdown:hover {
  font-weight: 700;
}

.dropdown.w--current {
  color: #9b5620;
}

.dropdown-link {
  width: 200px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  color: #001142;
  text-align: center;
}

.dropdown-link:hover {
  font-weight: 700;
}

.dropdown-link.w--current {
  color: #9b5620;
}

.dropdown-toggle {
  padding-right: 40px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-19 {
  width: 15%;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-21 {
  width: 125px;
  height: 125px;
  background-image: url('../images/if_Education_509440.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-22 {
  width: 125px;
  height: 125px;
  background-image: url('../images/mediation.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-23 {
  width: 125px;
  height: 125px;
  background-image: url('../images/trial.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-24 {
  width: 125px;
  height: 125px;
  background-image: url('../images/deposition.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-25 {
  width: 125px;
  height: 125px;
  background-image: url('../images/videoconference.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  min-width: 150px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #ad9c70;
  background-color: #fcf9f5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.text-block-27 {
  width: 100%;
  padding: 25px 0px;
  background-color: transparent;
  font-family: Quintessential, sans-serif;
  color: #001142;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.text-block-28 {
  padding: 20px;
  background-color: #001142;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), hsla(0, 0%, 100%, 0));
  color: #f0f0f0;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.other-services {
  width: 125px;
  height: 125px;
  background-image: url('../images/transcription-svcs.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-menu {
  font-size: 14px;
  line-height: 20px;
}

.contact-flex-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.85);
}

.div-block-10-copy {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 249, 245, 0.8)), to(rgba(252, 249, 245, 0.8)));
  background-image: linear-gradient(180deg, rgba(252, 249, 245, 0.8), rgba(252, 249, 245, 0.8));
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.76);
}

.heading-3-copy {
  width: 100%;
  padding-left: 25px;
}

.form-block {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 2px none #001142;
  background-color: #fcf9f5;
  box-shadow: 1px 1px 3px 0 #000;
}

.field-label {
  color: #001142;
}

.field-label-2 {
  color: #001142;
}

.field-label-3 {
  color: #001142;
}

.field-label-4 {
  color: #001142;
}

.text-field {
  border: 1px solid #001142;
}

.text-field-2 {
  border: 1px solid #001142;
}

.text-field-3 {
  border: 1px solid #001142;
}

.textarea {
  border: 1px solid #001142;
}

.submit-button {
  background-color: #001142;
  font-family: Quintessential, sans-serif;
  text-transform: uppercase;
}

.div-block-27 {
  padding-top: 10px;
  text-align: center;
}

.text-block-29 {
  display: block;
  width: 50%;
  padding: 0px 10px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.div-block-28 {
  width: 50%;
  float: left;
}

.div-block-29 {
  position: relative;
  width: 100%;
  padding-top: 0px;
}

.heading-4 {
  margin-left: 1px;
}

.text-block-30 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Quintessential, sans-serif;
  color: #001142;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
}

.text-block-30.pad {
  padding-top: 0px;
  padding-left: 10px;
}

.div-block-30 {
  width: 50%;
  padding: 10px 26px 20px 25px;
}

.text-block-31 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Quintessential, sans-serif;
  color: #001142;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.div-block-31 {
  width: 100%;
  height: 75px;
  padding-top: 50px;
  padding-right: 0px;
}

.div-block-32 {
  padding-bottom: 40px;
  padding-left: 0px;
  text-align: center;
}

.image-2 {
  border: 1px solid #001142;
  box-shadow: 1px 1px 3px 0 #000;
}

.inner-banner-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #001142;
  border-bottom: 2px solid #001142;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 17, 66, 0.49)), to(rgba(0, 17, 66, 0.49))), url('../images/iep.jpg');
  background-image: linear-gradient(180deg, rgba(0, 17, 66, 0.49), rgba(0, 17, 66, 0.49)), url('../images/iep.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.inner-banner-crs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #001142;
  border-bottom: 2px solid #001142;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 17, 66, 0.49)), to(rgba(0, 17, 66, 0.49))), url('../images/innerbanner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 17, 66, 0.49), rgba(0, 17, 66, 0.49)), url('../images/innerbanner.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 150px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #ad9c70;
  background-color: #fcf9f5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.div-block-33 {
  width: 50%;
  padding: 15px;
}

.div-block-34 {
  width: 50%;
  padding: 15px 30px 30px;
}

.text-block-32 {
  padding-top: 15px;
  font-size: 20px;
}

.text-block-33 {
  padding-top: 30px;
}

.div-block-35 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.text-block-34 {
  padding-right: 20px;
  color: #001142;
  font-size: 14px;
  text-align: right;
  text-transform: none;
}

.div-block-36 {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #000;
  background-color: #ad9c70;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 17, 66, 0.3)), color-stop(50%, transparent), color-stop(100%, rgba(0, 17, 66, 0.3)), color-stop(101%, rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(90deg, rgba(0, 17, 66, 0.3), transparent 50%, rgba(0, 17, 66, 0.3) 100%, rgba(0, 0, 0, 0.4) 101%);
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Quintessential, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}

.text-block-35 {
  font-size: 16px;
  line-height: 16px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider {
  display: none;
  height: 500px;
  padding-top: 20px;
  background-color: transparent;
}

.slide {
  text-align: center;
}

.slide-2 {
  text-align: center;
}

.slide-3 {
  text-align: center;
}

.slide-4 {
  text-align: center;
}

.div-block-38 {
  height: 20px;
}

.text-block-37 {
  padding-top: 10px;
}

.text-block-38 {
  padding-top: 10px;
  font-weight: 700;
}

.image-4 {
  width: 75%;
}

.mask {
  overflow: visible;
}

.image-5 {
  width: 75%;
  text-align: center;
}

.image-6 {
  width: 75%;
}

.image-7 {
  width: 75%;
  text-align: center;
}

.text-block-31-copy {
  display: none;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0px;
  font-family: Quintessential, sans-serif;
  color: #001142;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.image-8 {
  max-height: 100%;
  max-width: 100%;
}

.div-block-39 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  margin-top: 40px;
}

.image-9 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
}

.div-block-11-copy {
  position: relative;
  width: 100%;
  padding: 10px 25px 25px 0px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}

.lightbox-link {
  text-align: center;
}

.div-block-43 {
  padding-bottom: 50px;
  padding-left: 0px;
  text-align: center;
}

.text-block-39 {
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: left;
}

.link-block {
  background-image: url('../images/ircr-countyblue-sm.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-44 {
  padding-top: 20px;
}

.link-2 {
  color: #001142;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.1;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="service-boxes"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media screen and (max-width: 991px) {
  .banner-text {
    padding-left: 0%;
  }

  .text-block {
    padding-top: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-3 {
    width: 100%;
    padding-top: 40px;
  }

  .div-block-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .highlight {
    padding-right: 9px;
    padding-bottom: 40px;
    padding-left: 14px;
  }

  .inner-banner {
    height: 200px;
  }

  .div-block-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-flex {
    width: 100%;
    padding-top: 40px;
  }

  .flex-content {
    width: 100%;
    padding-top: 40px;
  }

  .text-block-28 {
    font-size: 24px;
    line-height: 34px;
  }

  .contact-flex-copy {
    width: 100%;
    padding-top: 40px;
  }

  .div-block-10-copy {
    width: 100%;
  }

  .text-block-29 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  .text-block-30 {
    padding-bottom: 0px;
  }

  .text-block-31 {
    padding-top: 25px;
    padding-left: 0px;
  }

  .text-block-34 {
    font-size: 16px;
    line-height: 26px;
  }

  .menu-button {
    position: fixed;
    top: 0px;
    right: 0px;
  }

  .icon {
    background-color: #fcf9f5;
    color: #ad9c70;
  }

  .div-block-37 {
    overflow: visible;
  }

  .slider {
    height: 600px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-4 {
    width: 100%;
  }

  .image-5 {
    width: 100%;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
  }

  .text-block-31-copy {
    padding-left: 0px;
  }

  .div-block-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-11-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-39 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    padding-left: 5%;
  }

  .text-block {
    padding-right: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-2 {
    padding-right: 10px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .div-block-2 {
    width: 100%;
  }

  .div-block-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .inner-banner {
    height: 175px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-10 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-12 {
    width: 100%;
  }

  .stafftable {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-15 {
    width: 50%;
  }

  .div-block-16 {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-content {
    padding-bottom: 40px;
  }

  .text-block-28 {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-flex-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10-copy {
    width: 100%;
  }

  .div-block-29 {
    width: 100%;
  }

  .text-block-30 {
    width: 100%;
  }

  .div-block-30 {
    width: 100%;
  }

  .div-block-31 {
    width: 100%;
    height: 0px;
  }

  .inner-banner-crs {
    height: 150px;
  }

  .video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-33 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-34 {
    width: 100%;
  }

  .text-block-34 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-36 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-37 {
    width: 100%;
  }

  .slider {
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .mask {
    width: 100%;
    text-align: center;
  }

  .text-block-31-copy {
    padding-top: 45px;
  }

  .text-block-39 {
    padding-top: 20px;
  }

  .column {
    padding-bottom: 16px;
  }

  .column-2 {
    padding-bottom: 16px;
  }

  .column-3 {
    padding-bottom: 16px;
  }

  .column-4 {
    padding-bottom: 16px;
  }

  .column-5 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    left: 0px;
    top: 0px;
    width: 100px;
    height: auto;
    background-image: url('../images/ircr-countyblue-sm_1.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .brand.w--current {
    height: 75px;
    opacity: 1;
  }

  .nav-container {
    opacity: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .highlight {
    font-size: 18px;
    line-height: 28px;
  }

  .inner-banner {
    height: 100px;
  }

  .div-block-12 {
    padding: 10px 0px;
  }

  .text-block-24 {
    width: 100%;
    text-align: center;
  }

  .div-block-13 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .stafftable {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-content {
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-block-28 {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-flex-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-29 {
    width: 100%;
  }

  .text-block-30.pad {
    padding-left: 0px;
  }

  .div-block-30 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-31 {
    padding-right: 0px;
  }

  .image-3 {
    text-align: center;
  }

  .video {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-34 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-block-34 {
    padding-right: 5px;
  }

  .div-block-36 {
    text-align: center;
  }

  .text-block-36 {
    padding-bottom: 10px;
  }

  .div-block-37 {
    margin-right: 0px;
    padding-left: 0px;
  }

  .slider {
    height: auto;
  }

  .mask {
    width: 100%;
  }

  .div-block-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-39 {
    padding-top: 20px;
    padding-left: 0px;
  }
}

