.OSCDesktop_wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  display: none;
  margin-left: auto;
}
.ContactModal_wrapper {
  width: 319px;
  height: 66px;
  background-color: #F9F7EE;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.ContactModal_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.OSCDesktop_content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.OSCDesktop_content h4 {
  font-weight: 900;
  margin: 0 0 -5px;
  font-family: 'myriad-pro-semi-condensed',sans-serif;
  font-size: 20px;
  color: #002B5C;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  padding: 0 15px 10px;
  line-height: 1.2;
}
.OSCDesktop_phone {
  font-weight: 700;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  height: 28px;
  background-color: #EFE9D4;
  font-family: 'myriad-pro',sans-serif;
  font-size: 12px;
  color: #000000;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 30px;
  text-transform: uppercase;
  background-image: url();
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.OSCDesktop_image {
  width: 71px;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ContactModal_wrapper:hover {
  background-color: #EFE9D4;
}
.ReactModal__Overlay {
  position: fixed;
  inset: 0px;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  display:none;
}
.ReactModal__Content {
  position: absolute;
  inset: 0px;
  width: 100%;
  margin: 0px;
  height: auto;
}
.ContactModal_close {
  display: block;
  width: 65px;
  height: 65px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px;
  box-sizing: content-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  border: 0px;
  cursor: pointer;
  z-index: 2;
}
.ContactModal_header {
  z-index: 1;
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
}
.ContactModal_oscImage {
  display: block;
  width: 56px;
  height: 56px;
  background-color: rgb(189, 172, 154);
  background-position: center center;
  background-size: cover;
}
.header-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.ContactModal_title {
  font-family: myriad-pro, sans-serif;
  font-weight: 900;
  font-size: 41px;
  color: rgb(0, 43, 92);
  letter-spacing: 0px;
  margin-bottom: .5rem;
  line-height: 1.2;
}
.ContactModal_postTitle {
  display: block;
  font-size: 29px;
  color: rgb(178, 116, 14);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: -5px;
}
.ContactModal_body {
  padding: 20px 10px 10px;
  position: relative;
  z-index: 2;
  background-color: rgb(255, 255, 255);
}
.popup form {
  padding: 0px;
  margin: 0px;
  border: none;
}
.popup form  .field{
  margin-bottom: 18px;
}
.popup form  .actions {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.popup form .hs-button{
  margin-top:0px;
}
.popup form textarea{
  padding: 10px 15px;
}
.popup form .actions {
  margin-bottom: 0;
  margin-top: 21px;
}
@media (min-width: 400px){
  .MobileOSC_titleWrapper {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ContactModal_wrappers span h4{
    font-size:21px !important;
  }
}

@media (min-width: 991px){
  .ReactModal__Content {
    inset: 30px auto auto 50%;
    width: 535px;
    margin-left: -290px;
  }
}

@media(min-width:992px){
  .OSCDesktop_wrapper {
    display: flex;
  }
  .ContactModal_close {
    background-color: transparent;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
  }
  .ContactModal_header {
    display: flex;
    background-color: rgb(249, 247, 238);
    height: 137px;
  }
  .ContactModal_oscImage {
    width: 127px;
    height: 137px;
  }
  .ContactModal_body {
    padding: 30px 15px;
  }
  .ContactModal_close:hover{
    background-color: transparent;
  }
  .mobile_popup_wrapper {
    display: none;
  }
  .ContactModal_footer,.MobileHeader_top{
    display:none;
  }
}

@media(max-width:991px){
  .mobile_popup_wrapper {
    height: 60px;
    width: 100%;
    background-color: #F9F7EE;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .header_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .MobileOSC_image {
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 68px;
  }
  .MobileOSC_titleWrapper {
    background-color: #002B5C;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }
  .ContactModal_wrappers,.ContactModal_wrappers span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .ContactModal_wrappers span h4{
    margin: 0;
    font-weight: 800;
    font-family: 'myriad-pro',sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    margin-left: 10px;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .MobileOSC_list {
    background-color: #B2740E;
    list-style: none;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .MobileOSC_list li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 900;
    text-align: center;
    margin: 0;
    font-family: 'myriad-pro',sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
  .MobileOSC_list li a img{
    margin-bottom: .25rem;
  }
  .MobileOSC_list li div{
    cursor:pointer;
  }
  .MobileOSC_list li span:first-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 900;
    text-align: center;
    margin: 0;
    font-family: 'myriad-pro',sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    margin: 0;
  }
  .MobileOSC_list li span:first-of-type img{
    margin-bottom:0.5rem;
  }
  .MobileHeader_top {
    width: 100%;
    height: 60px;
    background-color: rgb(249, 247, 238);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 25px;
  }
  .ContactModal_close:hover {
    background-color: #fff;
  }
  .MobileHeader_top img {
    width: 166px;
    transition: all 0.4s ease-out 0s;
  }
  .ContactModal_footer {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 43, 92);
    padding: 0px 30px 20px;
    position: relative;
    z-index: 2;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    max-width: 100%;
  }
  .ContactModal_footer a {
    background-color: rgb(81, 132, 190);
    padding: 8px 15px;
    font-weight: 900;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 40%;
    height: 50px;
    border-radius: 4px;
    font-family: myriad-pro, sans-serif;
    font-size: 13px;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    line-height: 15px;
  }
  .ContactModal_footer a img {
    margin: 0px 10px 0px 0px;
  }
  .AdjustColor {
    font-weight: 900;
    font-family: myriad-pro, sans-serif;
    color: rgb(255, 255, 255);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

