.fancybox-container p a {
  text-decoration: underline;
  font-weight: bold;
}

@media all (max-width: 1024px) {
    #multi-step fieldset input {
      width: 100% !important;
    }
    .company-label, 
    .specialize-label {
      width: 100% !important;
    }
    .company-input, 
    .specialize-input {
      width: 100%;
    }
    .input-select-wrapper {
      width: 100%;
    }
    .text-input.company-flex, .text-input.specialize-flex, .text-input.email-flex {
      display: block !important;
    }
  }

.fancybox-content {
  width: 600px;
  height: 530px; !important;
  padding: 40px !important;
  border: 22px solid #000;
  overflow: auto !important;
}

/*.name-label {
width: 20%;
}*/
/*.text-input.company-flex,
.text-input.people-flex,
.text-input.specialize-flex,
.text-input.email-flex {
display: flex;
flex-wrap: wrap;
}*/
/*.company-input,
.specialize-input {
width: 80%;
}
.email-input {
width: 75%;
}*/
.company-label,
.specialize-label {
  /*width: 20%;*/
  position: relative;
  top: 8px;
}
/*.email-label {
width: 25%;
position: relative;
top: 8px;
}*/
.input-checkbox-wrapper {
  width: 70%;
}
.input-checkbox-label {
  width: 25%;
  position: relative;
  top: 0px;
}
/*.name-label-input input[type="text"] {
width: 45% !important;
margin-left: 5%;
}*/
/*.name-label-input {
width: 80%;
display: flex;
flex-wrap: wrap;
}*/
.text-input.double-name-flex {
  display: flex;
  flex-wrap: wrap;
}
.input-select-wrapper select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #444;
}

.text-input.checkbox-flex,
.text-input.select-flex {
  display: flex;
  flex-wrap: wrap;
}
.input-checkbox-wrapper,
.input-select-wrapper {
  margin-left: 15px;
  font-size: 20px;
  font-family: 'freight-sans-pro', sans-serif !important;
}
/*.input-select-label,
.name-label {
position: relative;
top: 6px;
}*/
.input-select-wrapper {
  width: 70%;
  /* top: -6px; */
  position: relative;
}
button:focus {
  outline: 0;
}

#hubspot-messages-iframe-container {
  display: none !important;
  visibility: hidden !important;
}

h1.form-heading, h4.form-heading {
  text-align: center;
  max-width: 1000px;
  margin: auto !important;
  width: 80%;
}

h1.form-heading {
  color: #7eb150 !important;
  font-size: 3rem !important;
  text-transform: uppercase;
}

h4.form-heading {
  font-weight: lighter !important;
  margin-top: 20px !important;
  color: #818181 !important;
}

/***********************************************

START OF MULTI-STEP FORM 

***********************************************/

#multi-step {
  /*margin-bottom: 50px;*/
  height: 300px;
}
#multi-step fieldset input::placeholder {
  color: #ccc;
}
#multi-step fieldset {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: auto;
  background: none;
  border: none !important;
  box-shadow: none !important;
  opacity: 0;
  transition: all .4s ease-in-out;
  padding: 20px;
  /*margin-top: 50px;*/
  max-width: 800px;
  width: 90%;
}

/*** FOR ACTIVE FIELDSET  ***/

#multi-step  fieldset.enable {
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease-out 0.2s;
  /*animation: enable 0.5s ease-out 0.2s;*/
  /*margin-bottom: 100px;*/
}

@keyframes enable {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*** FOR INACTIVE FIELDSETS  ***/

#multi-step  fieldset.disable {
  opacity: 0;
  transition: all 0.3s ease-in;
  /*transform: translateY(120px) scale(0.9);*/
}

/*@keyframes error {
0%, 50%, 100% {
transform: rotate(0deg);
}
25% {
transform: rotate(-3deg);
}
75% {
transform: rotate(3deg);
}
}*/

#multi-step  fieldset p {
  /*text-align: center;*/
  margin: auto;
}

#multi-step fieldset ul{
  list-style: none;
  padding: 0;
  overflow: auto;
}

#multi-step fieldset ul,
#multi-step fieldset label {
  /*max-width: 600px;*/
  margin: auto;
  font-size: 24px;
  display: block;
  color: #000;
  margin-bottom: 20px;
}

#multi-step fieldset > label {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  color: #0c2a59;
  font-weight: bold;
}

#multi-step fieldset ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: auto;
}

#multi-step fieldset.list.small ul li {
  width: 264px;
  float: left;
  margin-left: 35px;
}

#multi-step fieldset.list label {
  text-align: center;
  margin-bottom: 
}

#multi-step fieldset.list ul li {
  color: #aaa;
  display: block;
  position: relative;
  float: none;
  width: 320px;
  margin: auto;
}
#multi-step fieldset input {
  display: inline-block;
  color: #394e5b;
  font-size: 20px;
  max-width: 100%;
  margin-bottom: 16px;
  /*width: 560px;*/
  border: 0;
  outline: 0;
  border: 1px solid #cccccc;
  background: transparent;
  box-shadow: none;
}
/*#multi-step .text-input {
max-width: 300px;
margin: auto;
margin-bottom: 20px;
width: 90%;
}*/

#multi-step fieldset ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
  width: auto;
  height: auto;
  margin-left: 0px;
  margin-top: 20px;
}

#multi-step fieldset ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  padding: 15px 25px 15px 80px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

#multi-step fieldset.list ul li label{
  text-align: left !important;
}

#multi-step fieldset.yes_no ul li label{
  text-align: center;
}

#multi-step fieldset.yes_no,
#multi-step fieldset.list.small {
  text-align: center;
}

#multi-step fieldset.yes_no ul li{
  color: #aaa;
  display: block;
  position: relative;
  float: none;
  width: auto;
  width: 150px;
  display: inline-block;
  margin-left: 0px;
}

#multi-step fieldset ul li:hover label{
  color: #3676D3;
  cursor: pointer;
}

#multi-step fieldset ul li .check{
  display: block;
  position: absolute;
  border: 4px solid #AAAAAA;
  border-radius: 100%;
  height: 26px;
  width: 26px;
  top: 20px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

/***      ICON CSS      ***/

#multi-step fieldset .icon {
  /*position: absolute;*/
  width: 40px;
  height: 40px;
  top: 30px;
  transition: all 0.4s ease;
}

#multi-step fieldset .icon i {
  position: absolute;
  display: block;
}

#multi-step .icon .arrow {
  width: 2px;
  height: 15px;
  top: 10px;
  left: 19px;
  background: #fff;
}
#multi-step .icon .arrow::before {
  width: 8px;
  height: 8px;
  bottom: -1px;
  left: -3px;
  border-color: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

#multi-step  fieldset .icon i::before, #multi-step  fieldset .icon i::after {
  position: absolute;
  content: "";
}
#multi-step fieldset input[type="checkbox"] {
  width: auto !important;
  margin-right: 8px;
  margin-bottom: 12px;
}
#multi-step  fieldset .icon.left {
  cursor: pointer;
  position: absolute;
  bottom: -50px;
  background: #bdbdbd;
  border-radius: 50%;
  transform: rotate(90deg);
  margin-left: -50px;
}
/*#multi-step fieldset .icon.right img {
position: relative;
pointer-events: none;
top: -18px;
}*/
#multi-step fieldset .icon.right {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  background: #a88464;
  color: #fff;
  text-decoration: none !important;
  font-family: 'futura-pt',sans-serif;
  float: right;
  display: inline-block;
  cursor: pointer;
  /* background: url(https://www.moreycreative.com/hubfs/_MCS%20Website%202019/right-arrow.png); */
  margin-left: auto;
  /* right: 0px; */
  /* top: 20px; */
  width: 90px;
  padding: 0px 20px;
  font-size: 14px;
  border: 0;
}

#multi-step  fieldset .icon.button:hover,
#multi-step  fieldset .icon.button2:hover {
  /*background: #0C2A59;
  border-radius: 50%;
  transition: all 0.4s ease;*/
}

#multi-step  fieldset .icon.right:hover {
  /*background: #3676D2;
  transition: all 0.4s ease;*/
}

/***     END ICON CSS      ***/

#multi-step fieldset ul li:hover {
  cursor: pointer;
}

#multi-step fieldset ul li:hover .check {
  border: 4px solid #3676D3;
  cursor: pointer;
}

#multi-step fieldset ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 2.5px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

#multi-step fieldset input[type=radio]:checked ~ .check {
  border: 4px solid #3676D3 !important;
}

#multi-step fieldset input[type=radio]:checked ~ .check::before{
  background: #3676D3 !important;
}

#multi-step fieldset input[type=radio]:checked ~ label{
  color: #3676D3 !important;
}

#multi-step .disclaimer {
  font-size: 10px;
  display: block;
  color: darkred;
  text-align: center;
  margin-top: 10px;
}

#multi-step .error {
  font-size: 12px;
  color: #ee5223;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 10px;
}

#multi-step .error_input {
  display: none;
  margin-top: -10px;
  font-weight: bold;
  font-size: 16px;
  color: #ff0000;
  padding-top: 20px;
}

#multi-step #error_input_phone, 
#multi-step #error_input_name, 
#multi-step #error_input_email {
  display: none;
}


/***********************************************

END OF MULTI-STEP FORM 

***********************************************/

/***********************************************

BEGINNING OF PROGRESS BAR 

***********************************************/

.progress_bar {
  max-width: 820px;
  width: 80%;
  margin: 80px auto 0px auto;
  position: relative;
  height: 50px;
  z-index: 10;
}
.progress_bar hr.all_steps {
  width: 87%;
  height: 7px;
  border: 0;
  background: #0C2A59;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 8px;
  left: 6%;
  z-index: 1;
}
.progress_bar hr.current_steps {
  border: 0;
  height: 7px;
  background: #3676d3;
  position: absolute;
  bottom: 9.5px;
  left: 6%;
  z-index: 3;
}
/*.progress_bar div.step {
float: left;
width: 12.5%;
height: 50px;
text-align: center;
font-size: 12px;
color: #ccc;
position: relative;
text-shadow: 1px 1px #fff;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.progress_bar div.step:before {
position: absolute;
width: 16px;
height: 16px;
border-radius: 20px;
border: 2px solid transparent;
background: #3676d3;
bottom: 12px;
left: 50%;
margin-left: -8px;
content: '';
z-index: 4;
display: none;
}
.progress_bar div.step:after {
position: absolute;
width: 16px;
height: 16px;
border-radius: 20px;
border: 2px solid #0C2A59;
background: #0C2A59;
bottom: 12px;
left: 50%;
margin-left: -8px;
content: '';
z-index: 2;
}*/
.progress_bar div.step.current {
  color: #222;
}
.progress_bar div.step.current:before {
  display: block;
}
.progress_bar div.step.complete {
  color: #888;
}
.progress_bar div.step.complete:before {
  display: block;
}
.progress_bar div.step.complete:hover {
  color: #555;
}

/***********************************************

END OF PROGRESS BAR 

***********************************************/


/***********************************************

MEDIA QUERIES 

***********************************************/


@media all (max-width: 768px) {

  #multi-step fieldset .icon.left {
    margin-left: 0px;
  }

  #multi-step fieldset .icon.right {
    margin-right: 0px;
  }

}

@media all (max-width: 600px) {
  #multi-step fieldset.enable {
    text-align: left !important;
  }
  #multi-step fieldset {
    margin-top: 0px !important;
  }
  #multi-step {
    height: 190px;
  }
}

@media all (max-width: 400px) {
  fieldset.list.small ul li {
    margin-left: 0px;
  }

  fieldset ul li label {
    padding: 15px 25px 15px 60px;
  }

  fieldset.list ul li {
    width: 280px;
  }

  #multi-step fieldset ul, #multi-step fieldset label {
    font-size: 18px;
  }

}