.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  color: #8a6d2f;
  font-size: 44px;
  line-height: 54px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 27px;
  color: #8a6d2f;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 60px;
  padding-left: 60px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-top: 20px;
  margin-left: 0px;
  padding: 4px 20px;
  float: left;
  border-radius: 6px;
  background-color: #be1e2d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: rgba(35, 31, 32, 0.75);
}

.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #806732;
  font-size: 18px;
  font-weight: 300;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #b59143;
}

.sign-up-form {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 60px;
  border-radius: 4px;
  background-color: #fcf9ed;
  background-image: url('../images/covidchange_texture_01.jpg');
  background-position: 0px 0px;
  background-size: contain;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
}

.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.success-message {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #b59143;
  background-image: linear-gradient(169deg, rgba(190, 30, 45, 0.95), rgba(35, 31, 32, 0.95) 95%);
  opacity: 0.95;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.success-message.modal-wrapper {
  background-image: linear-gradient(169deg, rgba(190, 30, 45, 0.95), rgba(35, 31, 32, 0.95) 96%, rgba(35, 31, 32, 0.95));
}

.spread-word {
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}

.container {
  padding-right: 70px;
  padding-left: 70px;
}

.social-section {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #be1e2d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  margin-left: 17px;
  padding-right: 2px;
  padding-left: 2px;
  opacity: 0.15;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.social-btn:hover {
  opacity: 0.7;
}

.social-btn.footer {
  margin-right: 9px;
  margin-left: 9px;
}

.navbar {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #231f20;
}

.right-nav {
  padding-top: 2px;
  text-align: right;
}

.brand {
  display: inline-block;
  color: #2e2e2e;
  font-size: 32px;
  line-height: 22px;
  font-weight: 500;
}

.logo {
  margin-top: 0px;
  margin-right: 13px;
}

.logo.footer {
  display: block;
  margin: 0px auto 21px;
}

.section {
  padding-top: 41px;
  padding-bottom: 81px;
  text-align: center;
}

.section.hero {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #fac960;
  background-image: url('../images/covidchange_texture_01.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: fixed;
  text-align: center;
}

.section.hero.success {
  background-color: #18c7aa;
}

.section.grey {
  padding-bottom: 41px;
  background-color: #be1e2d;
  background-image: url('../images/covidchange_texture_01.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: fixed;
}

.section.grey.fill-screen {
  -o-object-fit: fill;
  object-fit: fill;
}

.grey-heading {
  margin-top: 50px;
  margin-right: 100px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #be1e2d;
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
}

.image-crop {
  overflow: hidden;
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
}

.phone-image {
  width: 381px;
}

.infinite {
  margin-top: 52px;
  opacity: 0.15;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  padding-left: 30px;
  color: rgba(35, 31, 32, 0.75);
  font-size: 21px;
  line-height: 35px;
  text-align: left;
}

.paragraph.center {
  margin-top: 20px;
}

.paragraph.center.intro_indent {
  text-indent: 30px;
}

.paragraph-2 {
  padding-left: 30px;
  color: #231f20;
  text-align: left;
}

.grey-heading---center {
  margin-top: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #231f20;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.paragraph-2---center {
  padding-left: 30px;
  color: #231f20;
  text-align: center;
}

.paragraph-2---center.heading-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph_white {
  color: #fcf9ed;
}

.heading {
  color: #231f20;
}

.heading.white {
  color: #fcf9ed;
}

.image {
  position: relative;
  margin-left: 20px;
  opacity: 1;
}

.h2 {
  color: rgba(35, 31, 32, 0.5);
}

.button-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  float: right;
  background-color: rgba(194, 190, 179, 0.59);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #6e6e6e;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.button-2:hover {
  background-color: rgba(190, 30, 45, 0.25);
  opacity: 1;
  color: #000;
}

.link {
  display: inline;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #231f20;
}

.link:hover {
  color: rgba(35, 31, 32, 0.5);
}

.dl_link {
  display: inline;
  margin-bottom: 20px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #231f20;
}

.dl_link:hover {
  color: rgba(35, 31, 32, 0.5);
}

.block-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  padding-top: 20px;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto;
  grid-template-areas: "Area Area-2 Area-3" "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: transparent;
}

.heading-2 {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #be1e2d;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-2.left {
  text-align: left;
}

.heading-2.left.clear_left_float {
  float: none;
  clear: none;
  line-height: 27px;
}

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

.rrf_txt {
  color: rgba(35, 31, 32, 0.75);
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
}

.grid-2 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.columns {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.column {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 20px;
}

.hashtag_red {
  color: #be1e2d;
  font-weight: 300;
}

.hashtag_red.left {
  text-align: left;
}

.dl_link_white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fcf9ed;
}

.dl_link_white:hover {
  color: rgba(35, 31, 32, 0.5);
}

.dl_button_white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 5% 20px 15%;
  border-style: solid;
  border-width: 1px;
  border-color: #fcf9ed;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/pdf_icon.svg');
  background-position: 3% 50%;
  background-size: auto 75%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.dl_button_white:hover {
  border-color: rgba(35, 31, 32, 0.5);
  background-color: transparent;
  background-image: url('../images/pdf_icon.svg');
  background-size: auto 75%;
  background-repeat: no-repeat;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  color: rgba(35, 31, 32, 0.5);
}

.dl_button_white.insta {
  background-image: url('../images/img_icon.png');
}

.dl_button_white.email {
  width: 35%;
  padding-left: 10%;
  background-color: #be1e2d;
  background-image: url('../images/email_icon_2.svg');
  color: #fcf9ed;
}

.dl_button_white.emai {
  width: 100%;
}

.dl_button_white.email-submit {
  width: 100%;
  background-color: #be1e2d;
}

.column-4 {
  text-align: right;
}

.column-5 {
  text-align: left;
}

.columns-2 {
  padding-top: 20px;
}

.div-block {
  position: relative;
  width: 25px;
  height: 25px;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block {
  position: absolute;
  width: 36px;
  height: 25px;
  margin-left: -35px;
  background-color: rgba(35, 31, 32, 0.75);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.link-block:hover {
  background-color: rgba(35, 31, 32, 0.25);
}

.field-label {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: #fcf9ed;
  font-weight: 300;
  text-align: left;
}

.field-label-2 {
  text-align: left;
}

.form {
  display: -ms-grid;
  display: grid;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Name Email" "Name Email" "Comment Submit" "Comment Submit";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

.text-field {
  margin-right: 40px;
  margin-left: 10px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  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;
  border: 1px solid transparent;
  background-image: linear-gradient(169deg, rgba(190, 30, 45, 0.95), rgba(35, 31, 32, 0.95) 96%);
  color: #fcf9ed;
  text-align: center;
}

.modal-wrapper.success-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.email-submit {
  position: static;
  display: inline-block;
  padding-right: 10%;
  padding-left: 5%;
  background-color: #be1e2d;
  background-image: url('../images/email_icon_2.svg');
  background-position: 90% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.form-field-names {
  color: #be1e2d;
  font-size: 17px;
  font-weight: 300;
}

.text-field-2 {
  height: 152px;
  margin-bottom: 20px;
}

.text-field-2.form-field-box {
  line-height: 23px;
}

.form-field-box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  color: rgba(35, 31, 32, 0.75);
  font-size: 19px;
}

.column-6 {
  padding-right: 20px;
  padding-left: 0px;
}

.div-block-2 {
  display: block;
  margin: 40px 40px 20px;
  padding: 25px 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: #fcf9ed;
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.close-modal-button {
  position: relative;
  left: auto;
  top: 16px;
  right: 0%;
  bottom: auto;
  display: block;
  width: 40px;
  height: auto;
  margin-top: 0%;
  margin-right: 0%;
  padding: 10px;
  float: right;
  clear: none;
  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;
  text-align: center;
}

.image-3 {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fcf9ed;
}

.link-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 40px;
  height: 40px;
}

.div-block-3 {
  width: 50%;
  margin-top: 20px;
  padding: 10px 5% 20px;
  border-radius: 5px;
  background-image: url('../images/covidchange_texture_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.div-block-3.success {
  padding-bottom: 10px;
}

.html-embed {
  padding-top: 0px;
  padding-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  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;
}

.field-label-3 {
  margin-left: 0px;
  padding-left: 0px;
}

.column-7 {
  padding-left: 0px;
}

.column-8 {
  padding-right: 0px;
}

.form-2 {
  margin-top: 20px;
}

.textarea {
  margin-top: 20px;
}

.form_padding {
  padding: 20px;
}

.success-message-2 {
  border: 1px solid #1abc9c;
  border-radius: 5px;
  background-color: transparent;
}

.text-block {
  color: #1abc9c;
}

.body {
  background-color: #231f20;
}

@media screen and (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 30%;
  }
  .field {
    width: 70%;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .paragraph.center {
    text-align: center;
  }
  .paragraph-2---center {
    padding-left: 60px;
  }
  .heading.white {
    color: #fcf9ed;
  }
  .image {
    background-image: url('../images/email_icon_2.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .container-2 {
    padding-left: 40px;
  }
  .grid {
    grid-column-gap: 30px;
  }
  .heading-2 {
    line-height: 27px;
  }
  .rrf_txt {
    font-size: 15px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .columns {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-4 {
    padding-top: 20px;
    padding-left: 0px;
  }
  .dl_button_white {
    padding-left: 20%;
    font-size: 15px;
  }
  .link-block {
    width: 36px;
    margin-left: -35px;
  }
  .modal-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .close-modal-button {
    top: 2px;
    right: 0px;
    margin-right: 0%;
  }
  .div-block-3 {
    width: 80%;
    padding-top: 10px;
  }
  .html-embed {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-7 {
    padding-left: 0px;
  }
  .column-8 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .section.grey {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .paragraph {
    padding-left: 0px;
  }
  .paragraph-2---center {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-2 {
    width: 94%;
    height: 72%;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 40px;
  }
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid {
    grid-column-gap: 20px;
  }
  .rrf_txt {
    font-size: 19px;
  }
  .grid-2 {
    margin-bottom: 40px;
  }
  .dl_button_white {
    padding-left: 12%;
  }
  .dl_button_white.email {
    width: 60%;
  }
  .column-4 {
    padding-bottom: 40px;
    text-align: center;
  }
  .column-5 {
    text-align: center;
  }
  .modal-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .close-modal-button {
    margin-right: 0%;
  }
  .div-block-3 {
    width: 90%;
  }
  .column-7 {
    padding-right: 0px;
  }
  .column-8 {
    padding-top: 20px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grey-heading {
    margin-top: 20px;
    margin-right: 0px;
    text-shadow: none;
  }
  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }
  .phone-image {
    width: 80%;
  }
  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
  }
  .grey-heading---center {
    margin-top: 30px;
    text-shadow: none;
  }
  .image-2 {
    width: 100%;
    height: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid {
    grid-auto-flow: row;
    grid-template-areas: "Area Area-2 Area-3" "Area Area-2 Area-3";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-2 {
    margin-bottom: 40px;
  }
  .dl_button_white {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20%;
    background-position: 3% 50%;
    background-size: auto 60%;
  }
  .dl_button_white.email {
    width: 90%;
  }
  .modal-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .close-modal-button {
    margin-top: 10px;
    margin-right: 0%;
  }
  .column-7 {
    padding-left: 0px;
  }
  .column-8 {
    padding-right: 0px;
  }
}

