@font-face {
  font-family: 'Roboto-Regular';
  src: url(./fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto-Light';
  src: url(./fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url(./fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url(./fonts/Roboto-Medium.ttf);
}

/* Splash Fade Animation */
.fade-splash.ng-enter {
  transition:0.5s ease-in all;
  opacity:0;
}

.fade-splash.ng-enter.ng-enter-active {
  opacity:1;
}

.fade-splash.ng-leave {
  transition:1s ease-out all;
  opacity:1;
}
.fade-splash.ng-leave.ng-leave-active {
  opacity:0;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  z-index: 3;
  background: white;
  border-top: 1px solid #b7b7b7;
  line-height: 1.2;
  font-size: 15px;
}

.ipsen-saatchi-splash{
	display: flex;
	align-items: center;
  position: relative;
  margin-top: -10px;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 100%;
	background: #303030;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#ipsen-saatchi-splash-polygon {
  position: absolute;
	background: linear-gradient(to right, #AACC37 0%, #3BB44A 100%);	
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(77% 0, 0 0, 0 9%);
  clip-path: polygon(77% 0, 0 0, 0 9%);
}

.ipsen-saatchi-splash-subtitle {
  width: 85vw;
  max-width: 350px;
	text-align: center;
	color: white;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 600;
}

#ipsen-saatchi-splash-title {
  display: flex;
  justify-content: center;
  width: 85vw;
  max-width: 350px;
	margin-top: 28px;
	margin-bottom: 30px;
}


.list-style-1 {
  margin-left: 10px;
}

.list-style-1 > p {
  display: flex;
  margin: 0 !important;
}

.list-style-1 p {
  margin: 0 !important;
}

.list-style-1 > div {
  display: flex;
}

.list-style-2 {
  margin-left: 20px;
}

.list-style-2 > p {
  display: flex;
}

.list-style-2 p {
  margin: 0 !important;
}

.list-style-2 > div {
  display: flex;
}

.slide-emphasis-font {
  color: #75C039;
  font-size: 15px;
  font-weight: bold; 
  font-family: 'Roboto-Bold', 'Roboto', Helvetica, Arial, sans-serif;
}

.slide-bullet {
  font-weight: 600;
  color:#75C039;
  display: flex;
  font-size: 15px;
  margin-right: 3px;
  line-height: 1.3;
}

.form-tool-last-updated-heading{
  font-size: 12px;
  margin-bottom: 0;
}

.form-tool-text-objective-container{
  margin-bottom: 10px;
}

.form-tool-text-objective-heading {
  display: flex; 
  line-height: 1.0;
  background: rgba(117,192,57,0.1);
  padding: 10px 15px; 
  font-weight: normal !important; 
  font-size: 16px !important; 
  margin-top: 0;
  font-family: 'Roboto-Light', 'Roboto', Helvetica, Arial, sans-serif;
}

.form-tool-text-objective-heading input[type='checkbox']{
  margin-right: 5px;
}
.form-tool-text-objective-heading label {
  margin-bottom: 0px; 
  margin-top: 0px;
  font-weight: normal;
  font-size: 15px;
}

.form-tool-text-objective-text-input-container {
  padding-top: 0px !important;
}

/* Base for label styling */
.form-tool-text-objective-heading [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  display: none;
}
.form-tool-text-objective-heading [type="checkbox"]:not(:checked) + label,
.form-tool-text-objective-heading [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.form-tool-text-objective-heading [type="checkbox"]:not(:checked) + label:before,
.form-tool-text-objective-heading [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 14px; height: 14px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
}
/* checked mark aspect */
.form-tool-text-objective-heading [type="checkbox"]:not(:checked) + label:after,
.form-tool-text-objective-heading [type="checkbox"]:checked + label:after {
  content: '\2713';
  position: absolute;
  top: .15em; left: .1em;
  font-size: 1.1em;
  line-height: 0.8;
  color: #9CCB45;
  transition: all .2s;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
/* checked mark aspect changes */
.form-tool-text-objective-heading [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-tool-text-objective-heading [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

#safety-info {
  font-family: 'Roboto-Light', 'Roboto', Helvetica, Arial, sans-serif;
}

#safety-info p {
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  line-height: 1.3;
}

.dg-container {
  padding-top: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.trade-mark {
  font-size: 10px !important;
}

.ipsen-saatchi-link {
  text-decoration: underline !important;
  color: rgb(8, 47, 138);
}

.form-tool-text-area {
  font-size: 16px;
  font-family: 'Roboto-Light', 'Roboto', Helvetica, Arial, sans-serif;
}

#safety-info b, strong {
  font-family: "Roboto-Bold", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900 !important;
  line-height: 1.0;
}

.ipsen-saatchi-agree-on-enter-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px;
  width: 90%;
  margin-bottom: 24px;
}

.ipsen-saatchi-agree-on-enter-popup-button {
  background-color: white;
  color: #79bc43;
  border: 2px solid #79bc43;
  border-radius: 16pt;
  width: 135pt;
  height: 33pt;
  font-size: 14pt;
}

.ipsen-saatchi-agree-on-enter-popup h3 {
  margin-top: 0vh;
  color: #79bc43;
  text-align: center;
  width:90%;
  font-weight: bold;
  font-size: 12pt;
  margin-bottom: 27px;
}