

@font-face {
  font-family: obviously;
  src: url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/l?subset_id=2&fvd=n4&v=3") format("woff2"), 
      url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/d?subset_id=2&fvd=n4&v=3") format("woff"),
      url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: obviously;
  src: url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/l?subset_id=2&fvd=n7&v=3") format("woff2"),
      url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/d?subset_id=2&fvd=n7&v=3") format("woff"),
      url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: obviously !important;
    font-weight: 400;
}
.header-main .nav  li  a {
  font-family: obviously;
  font-weight: 400;
  font-size: 16px;
}
.header-nav.nav > li {
  margin: 0 20px;
}
.footer-wrapper .menu-item a{
    font-size: 14.4px;
    font-family: obviously;
    font-weight: 400;
    text-decoration: underline;
  line-height: 30px;
}
.footer-wrapper .widget-title{
    font-family: obviously;
    font-weight: 700;
    font-size: 14.4px;
}
.footer-wrapper .widget > ul > li + li, 
.footer-wrapper ul.menu > li + li {
  border-top: none;
}
.footer-wrapper .widget .is-divider {
  display: none;
}
.footer_link{
    font-family: obviously;
    font-weight: 700;
    font-size: 14.4px;
     text-decoration: underline;
}


/***GFORM******/
.gform-theme--framework .gform_validation_errors {
  display: none;
}
.gform_body input[type="date"], 
.gform_body input[type="email"], 
.gform_body input[type="number"],
.gform_body input[type="password"],
.gform_body input[type="search"], 
.gform_body input[type="tel"], 
.gform_body input[type="text"],
.gform_body input[type="url"],
.gform_body select,
.gform_body textarea {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: rgb(73, 80, 87);
    height: calc(2em + .75rem);
    padding: .375rem 1.5625rem;
    transition: all 300ms;
    vertical-align: middle;
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    
}
.gform_body .gfield_error input[type="date"], 
.gform_body .gfield_error input[type="email"], 
.gform_body .gfield_error  input[type="number"],
.gform_body .gfield_error  input[type="password"],
.gform_body .gfield_error  input[type="search"], 
.gform_body .gfield_error  input[type="tel"], 
.gform_body .gfield_error  input[type="text"],
.gform_body .gfield_error  input[type="url"],
.gform_body .gfield_error  select,
.gform_body .gfield_error  textarea {
     border-color: red;
}
.gform_body input[type="date"]:focus, 
.gform_body input[type="email"]:focus, 
.gform_body input[type="number"]:focus,
.gform_body input[type="password"]:focus,
.gform_body input[type="search"]:focus, 
.gform_body input[type="tel"]:focus, 
.gform_body input[type="text"]:focus,
.gform_body input[type="url"]:focus,
.gform_body select:focus,
.gform_body textarea:focus {
   color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,102,0,.25);
}
.gform-theme--foundation .gfield textarea.large {
  min-block-size: 76px;
}
.gform-theme--foundation .gform_fields {
    gap: 20px;
}
.gchoice .gform-field-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #636363;
}
.our_services_form .gform-body .gfield--type-submit input[type="submit"].gform-button{
    color: #fff;
  background-color: #f60;
  border-color: #f60;
  text-transform: uppercase;
  padding: .375rem 5px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
  transition: all 300ms;
}
.our_services_form .gform-body .gfield--type-submit input[type="submit"].gform-button:hover{
    background-color: #d95700;
  border-color: #cc5200;
  color: #fff;
}

.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
  display: none;
}
.btn_group .col{
    padding-bottom: 0;
}
a.button.custom_btn_grey {
  padding: 10px 15px;
  font-size: 1.5rem;
  font-family: Oswald,sans-serif;
  line-height: normal;
  text-transform: uppercase;
  color: #212529 !important;
  background-color: #efefef !important;
  border-color: #efefef;
  font-weight: 400;
}
a.button.custom_btn_grey:hover{
   background-color: #dcdcdc !important;
  border-color: #d6d6d6;
  color: #212529 !important;
  box-shadow: none;
}
.gfield--type-submit{
    position: relative;
}
.gform-loader{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.img.logo_wrmsdc img{
    width: 42px;
}
@media all and (max-width: 1024px) and ( min-width: 849px) {
    .gform-theme--foundation .gfield--width-half {
        grid-column: span 12;
    }
    .gform-theme--foundation .gfield--width-two-thirds {
        grid-column: span 12;
    }
    .gform-theme--foundation .gfield--width-third {
        grid-column: span 12;
    }
}
.our_services_form {
    
}
/*********/

@media all and (max-width: 1599px) {
   
}
@media all and (max-width: 1200px) {
   
}
@media all and (max-width: 991px) {
  
}
@media all and (max-width: 849px) {
   
}
@media all and (max-width: 600px) {
   
}


/**END ARCHIVE PAGE***/
@media all and (max-width: 1200px) {
   
}
@media all and (max-width: 849px) {
   
}
@media all and (max-width: 600px) {
   
}