.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-size: 38px;
  font-weight: 700;
}

h2 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
}

strong {
  display: inline;
  line-height: 57px;
  font-weight: 700;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 6px;
  padding: 0px 10px 10px 20px;
  border-top: 3px none #c36d4a;
  border-right: 2px solid #c36d4a;
  border-left: 3px none #c36d4a;
  font-family: Inconsolata, monospace;
  color: #c36d4a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: right;
}

.nav-logo {
  display: block;
}

.nav-link {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #c36d4a;
}

.nav-link:active {
  color: #b86240;
}

.nav-link:focus {
  color: #c36d4a;
}

.body {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  background-position: 50% 50%;
  background-size: 1500px;
  font-family: Neuton, sans-serif;
  font-weight: 300;
}

.heading {
  display: block;
  margin-top: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #4d4d4d #4d4d4d #000;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 2.2em;
  line-height: 1em;
  font-style: normal;
  font-weight: 400;
  text-align: right;
}

.heading.left {
  margin-bottom: 40px;
  margin-left: -200px;
  text-align: right;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -0.01em;
  white-space: normal;
}

.paragraph.chapter-top {
  margin-top: 38px;
  color: #000;
}

.link {
  color: #c36d4a;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.link:hover {
  text-decoration: underline;
}

.link.italics {
  font-style: italic;
}

.photo-caption {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Karla, sans-serif;
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}

.photo-caption.bottom-buffer {
  display: none;
  margin-bottom: 20px;
}

.photo-caption.methods {
  padding-top: 0px;
}

.paragraph-2 {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  border-top: 1px none #000;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.paragraph-2.list {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.paragraph-2.section-top {
  margin-top: 40px;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-quote {
  margin: 15px 25px 20px 60px;
  border-top-width: 3px;
  border-top-color: #c36d4a;
  border-left-style: none;
  font-family: Karla, sans-serif;
  color: #c36d4a;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.column-5 {
  position: static;
  top: 60px;
}

.header {
  height: 1000px;
  background-image: url('../images/OMAM_LandingPage_01.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.image-9 {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.header-logo {
  padding-top: 25%;
}

.project-origins-block {
  position: static;
  bottom: 0px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 75px;
  max-height: 75px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -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-radius: 6px;
  background-color: #000;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.5);
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.launch-map-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: #c36d4a;
  box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Karla, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.launch-map-button:hover {
  background-color: #b86240;
}

.columns {
  margin-right: 0px;
  margin-left: 0px;
}

.divider-01-block {
  z-index: -1;
  display: block;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 75%;
  border-top: 1px solid #c36d4a;
  background-image: url('../images/Lawrence_Trans_24_02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.8;
}

.special-numbers {
  margin-top: -50px;
  margin-bottom: 40px;
  margin-left: -50px;
  font-family: 'Libre Baskerville', sans-serif;
  color: rgba(196, 83, 39, 0.7);
  font-size: 20em;
  line-height: 0.5em;
  font-weight: 400;
  text-align: right;
  letter-spacing: -0.07em;
}

.special-numbers.right {
  text-align: right;
}

.text-span {
  font-family: Lora, sans-serif;
  font-size: 60px;
}

.numbered-list {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.section-divider {
  margin-top: 20px;
}

.section-divider-photo-1 {
  background-image: url('../images/Lawrence_MassSt.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.divider-02-block {
  display: block;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 75%;
  background-image: url('../images/PaperLetter_02.png');
  background-position: 50% 50%;
  background-size: 1500px;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.section-divider-photo-2 {
  background-image: url('../images/OR_AF_03.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.column-9 {
  text-align: right;
}

.inline-image {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.15);
}

.inline-image.wide {
  margin-bottom: 20px;
}

.inline-image.top-buffer {
  display: none;
  margin-top: 40px;
}

.heading-3 {
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  text-align: right;
}

.heading-3.section-top {
  margin-top: 10px;
  color: #000;
  text-align: right;
}

.section-divider-photo-3 {
  background-image: url('../images/Order11_sm.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.keyword-numbers {
  font-family: 'PT Sans', sans-serif;
  color: #525252;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.section-6 {
  position: static;
}

.numbered-list-2 {
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.outline-keywords {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.outline-text {
  display: inline-block;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  white-space: normal;
}

.outline-text.right {
  margin-right: 5px;
  text-align: right;
}

.right-aligned-column {
  padding-right: 10px;
  text-align: right;
}

.outline-items {
  display: block;
}

.outline-items.a {
  margin-top: 20px;
}

.outline-items.b {
  margin-top: 20px;
}

.outline-items.c {
  margin-top: 20px;
}

.outline-columns {
  display: block;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px none #000;
  border-bottom: 1px solid #000;
}

.outline-container {
  margin-bottom: 60px;
}

.section-divider-photo-4 {
  background-image: url('../images/MTSUCampus.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.project-history-section-divider {
  display: block;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 75%;
  background-image: url('../images/WoodburnHall.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.navbar {
  display: block;
  -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-color: #fff;
}

.nav-menu {
  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;
}

.launch-container {
  display: block;
  -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;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: none;
}

.nav-launch-button {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 6px;
  background-color: #000;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-2 {
  overflow: scroll;
}

.list-div {
  margin-right: 220px;
  margin-bottom: 20px;
}

.data-section-columns {
  margin-bottom: 40px;
}

.text-span-2 {
  color: #000;
}

.divider-03-block {
  z-index: -1;
  display: block;
  padding-bottom: 75%;
  border-top: 2px solid #c36d4a;
  background-image: url('../images/Order11_clipped_04.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.8;
}

.methods-image {
  margin-bottom: 20px;
}

.methods-image.truman {
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.15);
}

.methods-picture-column {
  padding-right: 60px;
  padding-left: 60px;
}

.image-11 {
  display: block;
}

.side-nav-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 72px;
  margin-right: auto;
  padding-top: 5px;
  padding-right: 40px;
  padding-bottom: 25px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #c36d4a;
  box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.3);
}

.div-block-4 {
  height: 0px;
  padding-bottom: 75%;
}

.nav-map-tut-button {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 6px;
  background-color: #c36d4a;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.side-nav-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 100%;
  -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;
}

.side-nav-button {
  position: relative;
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.side-nav-button:hover {
  background-color: #b86240;
}

.side-nav-button:active {
  background-color: #b86240;
}

.side-nav-button:focus {
  background-color: #b86240;
}

.button-div {
  width: 34px;
}

.button-div:active {
  opacity: 1;
}

.button-div:focus {
  opacity: 1;
}

.button-icon {
  display: block;
  margin: auto;
  padding-top: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-text {
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Karla, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.button-text:active {
  opacity: 1;
}

.button-text:focus {
  opacity: 1;
}

.link-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 72px;
  background-color: #7f1e1e;
}
.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  -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;
  opacity: 0.65;
}

.layers-pane-div {
  position: absolute;
  left: 72px;
  top: 25%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 250px;
  height: 350px;
  padding: 16px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
}

.form-title-1 {
  margin-bottom: 3px;
  font-family: Karla, sans-serif;
  color: #c36d4a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.serverurl-form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 8px;
  background-color: #f2f2f2;
  font-family: Karla, sans-serif;
  font-weight: 400;
}

.serverurl-form-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  background-color: transparent;
}

.web-service-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: #fff;
}

.web-service-dropdown-toggle:active {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.web-service-dropdown-toggle:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.web-service-dropdown-toggle.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  background-color: transparent;
}

.buffer-distance-dropdown-form {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 8px;
  font-family: Karla, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-link-1 {
  color: #c36d4a;
}

.dropdown-link-1:hover {
  background-color: #f5e0d7;
}

.dropdown-link-1:active {
  background-color: #e6b5a1;
}

.checkbox-button-label {
  font-family: Karla, sans-serif;
  color: #c36d4a;
  font-size: 13px;
  letter-spacing: 0.25px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field:hover {
  background-color: #f5e0d7;
}

#service_selector {
  color: #c36d4a;
}
#service_input {
  color: #c36d4a;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -10px;
  border-width: 2px;
  border-color: #c36d4a;
  border-radius: 4px;
}

.checkbox:hover {
  background-color: #c36d4a;
}

.checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: #c36d4a;
  border-radius: 4px;
  background-color: #c36d4a;
}

.checkbox.w--redirected-focus {
  border-width: 2px;
  border-color: #663927;
  background-color: #c36d4a;
}

.table-tools-div {
  position: fixed;
  left: 72px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 300px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c36d4a;
}

.table-tool-buton {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.table-tool-buton:hover {
  background-color: #b86240;
}

.table-tool-buton:active {
  background-color: #b86240;
}

.table-tool-buton:focus {
  background-color: #b86240;
}

.side-nave-button-text {
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.side-nav-button-descriptor {
  margin-top: -2px;
  font-family: bell-centennial-std-address, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.tool-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.65;
}

.tool-button-wrap:active {
  opacity: 1;
}

.tool-button-image {
  display: block;
  width: 36px;
  margin-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  display: block;
  width: 15px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.divider-04-block {
  z-index: -1;
  display: block;
  height: 0px;
  padding-bottom: 75%;
  border-top: 2px solid #c36d4a;
  background-image: url('../images/MTSUCampus_Overlay.png');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.8;
}

.intersect-pane-div {
  position: absolute;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 300px;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.6);
}

.pane-heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 10px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.pane-heading {
  font-family: Karla, sans-serif;
  color: #c36d4a;
  font-size: 16px;
  font-weight: 400;
}

.pane-header-image {
  display: block;
  width: 40px;
  margin-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layers-form {
  margin-bottom: 0px;
}

.intersect-form {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intersect-form-div {
  display: block;
  -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;
}

.form-title-2 {
  margin-bottom: 3px;
  font-family: Karla, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.icon {
  color: #c36d4a;
}

.dropdown-text {
  margin-right: 10px;
  color: #c36d4a;
}

.icon-2 {
  position: absolute;
  margin-right: 5px;
  color: #c36d4a;
}

.intersect-form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 8px;
  background-color: #f2f2f2;
  font-family: Karla, sans-serif;
  font-weight: 400;
}

.intersect-form-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  background-color: transparent;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 8px;
  background-color: #c36d4a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Karla, sans-serif;
  color: #fff;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #b86240;
}

.submit-button:active {
  background-color: #a64721;
}

.buffer-pane-div {
  position: fixed;
  left: 0px;
  top: 20%;
  right: 0px;
  bottom: 0%;
  display: none;
  width: 300px;
  height: 345px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.6);
}

.layer-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: #fff;
}

.layer-dropdown-toggle:active {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.layer-dropdown-toggle:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.layer-dropdown-toggle.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  background-color: transparent;
}

.buffer-distance-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buffer-unit-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-right: 20px;
  margin-left: auto;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: #fff;
}

.buffer-unit-dropdown-toggle:active {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.buffer-unit-dropdown-toggle:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.buffer-unit-dropdown-toggle.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  background-color: transparent;
}

.close-window-button-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.close-window-button {
  background-color: transparent;
  font-family: Karla, sans-serif;
  color: #c36d4a;
  font-weight: 700;
}

.heatmap-pane-div {
  position: fixed;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 300px;
  height: 330px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.6);
}

.radius-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intensity-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: #fff;
}

.image-13 {
  margin-top: 8px;
}

.div-block-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.map-nav-menu {
  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-6 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  width: 250px;
}

.image-14 {
  position: fixed;
  left: 322px;
  top: 651px;
  right: 0%;
  bottom: 0%;
  display: none;
}

.section-divider-photo-5 {
  background-image: url('../images/OMAM_SectionDivider_ProjectHistory_base_01.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.divider-05-block {
  z-index: -1;
  display: block;
  height: 0px;
  padding-bottom: 75%;
  border-top: 2px solid #c36d4a;
  background-image: url('../images/OMAM_SectionDivider_ProjectHistory_01.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.8;
}

.footnote {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #c36d4a;
  font-size: 18px;
  font-weight: 700;
}

.table-content-div {
  position: absolute;
  left: 322px;
  top: 0%; 
  bottom: auto;
  background-color: #fff;
}

.table-head-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
}

.table-web-service-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: #fff;
}

.table-web-service-dropdown-toggle:active {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.table-web-service-dropdown-toggle:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.table-web-service-dropdown-toggle.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  background-color: transparent;
}

.table-div {
  position: fixed;
  left: 0%;
  top: auto; 
  bottom: 0%;
  display: none;
  height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table-header-title {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #c36d4a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.table-page-size-dropdown-toggle-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  padding: 13px 12px 13px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: #fff;
}

.table-page-size-dropdown-toggle-copy:active {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.table-page-size-dropdown-toggle-copy:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  border-radius: 8px;
  background-color: transparent;
}

.table-page-size-dropdown-toggle-copy.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #c36d4a;
  background-color: transparent;
}

.table-header-dropdown-form-copy {
  display: block;
  border-radius: 8px;
  font-family: Karla, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.page-count-title {
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: bell-centennial-std-sub-capt, sans-serif;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.page-numbers-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.page-number-button {
  position: static;
  left: 20px; 
  display: flex;
  width: 25px;
  height: 25px; 
  justify-content: center; 
  align-items: center;
  border-radius: 8px;
  background-color: transparent;
  font-family: Karla, sans-serif;
  color: #aaa;
  font-weight: 400;
  text-align: center;
  line-height: 15px; 
}

.page-number-button:hover {
  background-color: #e6b5a1;
  color: #f2f2f2;
}

.page-number-button:active {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c36d4a;
  color: #fff;
  text-align: center;
}

.page-number-button:focus {
  background-color: #c36d4a;
  color: #fff;
}

.table-header-layers-form {
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-count-form {
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-count-form-div {
  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;
}

.page-numbers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-button {
  position: static;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  -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-radius: 8px;
  background-color: transparent;
  font-family: Karla, sans-serif;
  color: #c36d4a;
  font-weight: 700;
  text-align: center;
}

.page-numbers-title {
  font-family: bell-centennial-std-sub-capt, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.right-arrow-button {
  position: static;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 10px;
  padding: 10px;
  -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-radius: 8px;
  background-color: transparent;
  font-family: Karla, sans-serif;
  color: #c36d4a;
  font-weight: 700;
  text-align: center;
}

.buffer-form {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heatmap-form {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-table-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  -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-radius: 8px;
  background-color: #c36d4a;
  font-family: Karla, sans-serif;
  font-weight: 400;
}

.search-table-button:hover {
  background-color: #b86240;
}

.search-pane-div {
  position: fixed;
  left: 0px;
  top: 30%;
  right: 0px;
  bottom: 0%;
  display: none;
  width: 300px;
  height: 265px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 12px -6px rgba(0, 0, 0, 0.6);
}

.error_text{
  font-family: bell-centennial-std-bold-lis, sans-serif;
  color: #c36d4a;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#layers_list{
	position: absolute; 
	display: grid;
	grid-gap: 0px;  
  grid-template-rows: 25px; 
	z-index: 300;
	font-size: 12pt;
	right: 20px;
	left: 20px; 
  top: 155px; 
}

.table-content-filler-div {
  position: fixed;
  left: 322px;
  bottom: 0px;
  z-index: -1; 
  height: 256px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
  .heading.left {
    margin-left: 0px;
    font-size: 1.2em;
  }
  .paragraph {
    font-size: 20px;
    line-height: 30px;
  }
  .block-quote {
    font-size: 16px;
    line-height: 20px;
  }
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 900px;
    -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;
  }
  .header-logo {
    padding-top: 0%;
  }
  .divider-01-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 100%;
  }
  .special-numbers.right {
    margin-left: 0px;
    font-size: 12em;
  }
  .divider-02-block {
    width: 100%;
    padding-bottom: 100%;
    background-size: 100%;
  }
  .section-divider-photo-4 {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .nav-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fff;
  }
  .nav-launch-button {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .list-div {
    margin-right: 20px;
  }
  .divider-03-block {
    padding-bottom: 100%;
  }
  .methods-picture-column {
    padding-right: 10px;
    padding-left: 20px;
  }
  .div-block-4 {
    padding-bottom: 100%;
  }
  .nav-map-tut-button {
    width: 150px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .divider-04-block {
    height: auto;
    padding-bottom: 100%;
    background-position: 50% 0%;
    background-size: cover;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button:active {
    opacity: 0.33;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .icon-3 {
    color: #000;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand {
    margin-left: auto;
  }
  .map-nav-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fff;
  }
  .section-divider-photo-5 {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .divider-05-block {
    height: auto;
    padding-bottom: 100%;
    background-position: 50% 0%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .heading.left {
    margin-bottom: 0px;
  }
  .paragraph {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .block-quote {
    margin-right: 140px;
    margin-left: 140px;
  }
  .block-quote._2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .divider-02-block {
    background-size: 125%;
  }
  .heading-3 {
    text-align: left;
  }
  .heading-3.section-top {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .heading {
    font-size: 30px;
    line-height: 30px;
  }
  .heading.left {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .paragraph {
    margin-top: 0px;
    font-size: 18px;
    line-height: 27px;
  }
  .paragraph.chapter-top {
    margin: 0px;
    font-size: 18px;
    line-height: 27px;
  }
  .photo-caption {
    padding-top: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .paragraph-2 {
    font-size: 15px;
    line-height: 23px;
  }
  .paragraph-2.section-top {
    margin-top: 20px;
  }
  .block-quote {
    font-size: 15px;
    line-height: 20px;
  }
  .block-quote._2 {
    margin-right: 0px;
    margin-left: 10px;
  }
  .block-quote.mobile {
    margin-right: 10px;
    margin-left: 60px;
  }
  .header {
    height: 600px;
  }
  .launch-map-button {
    width: 150px;
    height: 50px;
    font-size: 20px;
  }
  .divider-01-block {
    padding-top: 0%;
    padding-bottom: 150%;
    background-attachment: scroll;
  }
  .special-numbers.right {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 7em;
  }
  .divider-02-block {
    padding-bottom: 150%;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .inline-image {
    margin-bottom: 10px;
  }
  .heading-3 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .section-divider-photo-3 {
    background-position: 50% 100%;
  }
  .section-divider-photo-4 {
    background-position: 50% 50%;
    background-size: auto 50%;
  }
  .divider-03-block {
    padding-bottom: 175%;
  }
  .div-block-4 {
    padding-bottom: 100%;
  }
  .divider-04-block {
    padding-bottom: 150%;
    background-position: 50% 50%;
    background-size: auto 50%;
  }
  .divider-05-block {
    padding-bottom: 150%;
  }
}

