@font-face {
  font-family: "Galderma";
  src: url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Galderma-Regular.eot?#iefix");
  src: url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Galderma-Regular.eot?#iefix")
      format("eot"),
    url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Galderma-Regular.woff2")
      format("woff2"),
    url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Galderma-Regular.woff")
      format("woff"),
    url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Galderma-Regular.ttf")
      format("truetype"),
    url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Galderma-Regular.otf")
      format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Segma";
  src: url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Segma-Regular.eot?#iefix");
  src: url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Segma-Regular.eot?#iefix")
      format("eot"),
    url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Segma-Regular.woff2")
      format("woff2"),
    url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Segma-Regular.woff")
      format("woff"),
    url("https://www.galderma.com/themes/custom/corporate_theme/fonts/Segma-Regular.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
}

#block-feedback iframe {
  height: 440px !important;
}
#block-feedback iframe,
#block-feedback iframe html {
  background-color: #dfe6f8;
}
#emf-container-wrap #emf-container-outer {
  padding: 0px !important;
}
#emf-container-wrap #emf-container-outer #emf-container {
color:#333333;
  font-family: "Galderma";
  width: 100%;
  background-color: #dfe6f8;
  border: none;
  display: flex;
  justify-content: center;
  border-radius: 0;
}
#emf-container-wrap #emf-container-outer #emf-form-shadows {
  display: none;
}
#emf-container ul #emf-li-0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#emf-container ul #emf-li-2 .emf-div-field {
  width: fit-content;
  margin: 0 auto;
}
#emf-container ul #emf-li-0 .emf-label-desc,
#emf-container ul #emf-li-2 .emf-label-desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-align: center;
}
#emf-container ul #emf-li-1 .emf-label-desc {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
}
#emf-container ul #emf-li-1 textarea {
  width: 100% !important;
}
#emf-container ul #emf-li-0 .emf-div-field > div > div:first-child {
  margin-right: 32px;
}
#emf-container ul #emf-li-0 .emf-div-field > div {
  display: flex;
}
.emf-div-field .three_column {
  float: non !important;
  width: auto !important;
}
#emf-form li.highlight-field,
#emf-container .emf-field-list tbody tr:hover,
#emf-container .emf-field-grid tbody tr:hover {
  background-color: #dfe6f8 !important;
}
.emf-div-field .padleft-w5 {
  font-size: 14px;
  line-height: 16px;
}
#emf-container ul #emf-li-2 .emf-div-field .one_column {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
#emf-container ul #emf-li-2 .emf-div-field .one_column:last-child{
margin-bottom:0;
padding-bottom:0;
}

#emf-container #emf-form{
padding:80px 0px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #181b21;
  font-size: 14px;
  font-weight: 400;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #181b21;
  border-radius: 2px;
  background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "✔";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#emf-li-post-button input {
  color: #181b21;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  padding: 16px 32px;
  border: 1px solid #181b21;
  boredr-radius:0 !important;
}
#emf-li-post-button input:hover {
  cursor: pointer;
  background-color: #181b21;
  color: #fff;
}
#emf-container ul li{
margin-bottom:24px;
padding:0;
}
#emf-li-post-button input{
border-radius: 0px;
-webkit-appearance: none;
}
body{
color:#333333 !important;
margin:0 !important;
padding:0 !important;
}
#outer-after-post{
border:none !important;
width:100% !important;
background-color:#DFE6F8 !important;
height: 378px !important;
text-align:center !important;
padding:80px 0 !important;

}
#outer-after-post h2{
color:#333333 !important;
padding:0 !important;
margin:0 !important;
font-size:24px !important;
line-height:32px !important;
font-weight:400 !important;
}
@media (max-width: 576px) {
  #emf-container ul #emf-li-0 .emf-label-desc,
  #emf-container ul #emf-li-2 .emf-label-desc {
    font-size: 18px;
    line-height: 24px;
  }
  #emf-container #emf-form {
    padding:80px 32px !important;
  }
  body {
    margin:0 !important;
    padding:0 !important;
  }
  #outer-after-post h2 {
    color:#333333 !important;
    padding:0 !important;
    margin:0 !important;
    font-size:18px !important;
    line-height:24px !important;
  }
  #outer-after-post {
    border:none !important;
    width:100% !important;
    background-color:#DFE6F8 !important;
    height: 378px !important;
    text-align:center !important;
  }
  #outer-after-post h2 div {
    max-width:250px !important;
    margin:0 auto !important;
  }
}
#emf-li-post-button input {
	font-family: 'Segma';
}
