/*
Theme Name: Ipsen Global Medical Information (GMI)
Theme URI:
Author: Health Unlimited
Description: Ipsen Global Medical Information (GMI)
Version: 1.0
License:
License URI:
Text Domain:
Tags:
*/

/*
 *
 * Map page
 *
 */

.intro h1 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.intro p {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .intro p {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

@media only screen and (min-width: 990px) {
  .intro p {
    width: 70%;
    margin: 0 auto 20px auto;
  }
}

.map {
  padding-bottom: 40px;
}

.map h2 {
  color: #fff;
  margin-bottom: 40px;
}

.map-placeholder {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map-placeholder .region {
  position: absolute;
  border: solid 4px #32b8c9;
  border-radius: 10px;
  display: block;
  width: 10%;
  height: 23%;
  top: 0;
  left: 0;
  background: transparent url(img/plus.svg) no-repeat center center;
  background-size: 25% 25%;
  text-indent: -9999px;
}

.map-placeholder .region.region1 {
  width: 10%;
  height: 23%;
  top: 10%;
  left: 16%;
}

.map-placeholder .region.region2 {
  width: 9%;
  height: 21%;
  top: 61%;
  left: 27%;
}

.map-placeholder .region.region3 {
  width: 7%;
  height: 18%;
  top: 12%;
  left: 47%;
}

.map-placeholder .region.region4 {
  width: 10%;
  height: 24%;
  top: 44%;
  left: 49%;
}

.map-placeholder .region.region5 {
  width: 12%;
  height: 28%;
  top: 19%;
  left: 73%;
}

.map-placeholder .region.region6 {
  width: 7%;
  height: 18%;
  top: 74%;
  left: 86%;
}

.modal.region .modal-content {
  box-shadow: none;
  background: none;
  border: 0;
}

.modal.region .modal-body {
  padding: 0;
}

@media (min-width: 768px) {
  .modal.region .modal-dialog {
    width: 80%;
    margin-top: 120px;
  }
}

.countries {
  /* -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; */
}

@media (min-width: 768px) {
  .countries {
    /* -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; */
  }
}

.modal.region h3 {
  font-weight: bold;
  color: #689fb3;
  font-size: 1.5rem;
}

.countries h4 {
  color: #689fb3;
  font-weight: bold;
}

.countries ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.countries ul li {
  margin: 0 0 7px 0;
  padding: 0;
}

.countries ul li a {
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
}

.countries__back {
  background: transparent;
  border: 0;
  color: #689fb3;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
}

.countries__back img {
  width: 28px;
  margin-right: 0.5rem;
}

.mobile-regions .panel {
  border: 0;
}

.mobile-regions .panel .panel-collapse {
  text-align: center;
  padding: 10px 0;
}

.mobile-regions .panel-heading {
  color: #fff;
  background: #689fb3;
  text-transform: uppercase;
  border: 0;
  position: relative;
  padding-right: 40px;
}

.mobile-regions .panel-heading::after {
  content: '';
  background: transparent url(img/plus.svg) no-repeat center center;
  display: block;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.mobile-regions .panel-heading .panel-title a {
  font-size: 1.1rem;
  display: block;
}

.mobile-regions .panel-body h4 {
  color: #689fb3;
  font-weight: bold;
}

.mobile-regions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-regions ul li {
  margin: 0 0 7px 0;
  padding: 0;
}

.mobile-regions ul li a {
  font-size: 1rem;
  font-weight: normal;
}

.feature br {
  display: none;
}

/*
 *
 * Features
 *
 */

.feature {
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.feature .content {
  padding: 40px 30px;
}

@media (min-width: 768px) {
  .feature .content {
    padding: 50px;
  }
}

.feature .mobile--fullwidth__image {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .feature {
    background-repeat: no-repeat;
    background-size: 59% auto;
  }
  .feature .content {
    padding: 50px 0 50px 0;
  }
  .feature .pl {
    padding-left: 50px;
  }
  .feature .pr {
    padding-right: 75px;
  }
  .feature-form {
    padding: 0;
  }

  .feature .content h3 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .feature-mi {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wave-eu-west-1/websites/ipsenmedicalinformation_com/2018/04/27115905/science-lt-992.jpg');
    background-position: top left;
  }
  .feature-ae {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wave-eu-west-1/websites/ipsenmedicalinformation_com/2018/04/27115906/staircase-lt-992.jpg');
    background-position: top left;
  }
}

.feature {
  margin-left: -15px;
  margin-right: 0px;
  padding-right: 0;
}

@media (min-width: 991px) {
  .feature {
    margin-left: 0;
    margin-right: 0;
    background-size: 72% auto;
  }
  .feature-mi {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wave-eu-west-1/websites/ipsenmedicalinformation_com/2018/04/27115904/science-gt-991.jpg');
    background-position: top left;
  }
  .feature-ae {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wave-eu-west-1/websites/ipsenmedicalinformation_com/2018/04/27115906/staircase-gt-991.jpg');
    background-position: top left;
  }
  .feature br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .feature {
    background-size: 50% auto;
  }
  .feature-mi {
    background-image: url('https://s3-eu-west-1.amazonaws.com/wave-eu-west-1/websites/ipsenmedicalinformation_com/2018/04/27115904/science-gt-991.jpg');
    background-position: top left;
  }
}

.sub-features .container {
  padding: 40px 0;
}
.sub-features .container a h3 {
  margin-bottom: 10px;
}
.sub-features .content {
  padding-left: 35px;
  padding-right: 35px;
}
.sub-features .content:nth-child(1) {
  margin-bottom: 30px;
}

.sub-features .container a p {
  color: #1c3f53;
  line-height: 1.8;
  font-weight: normal;
}

@media (min-width: 768px) {
  .sub-features .container .content.pr {
    padding-right: 50px;
  }
  .sub-features .container a h3 {
    margin-bottom: 10px;
  }
  .sub-features .content:nth-child(1) {
    margin-bottom: 0px;
  }
  .sub-features .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.feature-form {
  padding: 0;
  display: table-cell;
}

.feature-form .feature-text {
  padding: 50px 20px;
}

.feature-form .feature-text p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.content--form {
  padding: 30px 20px;
  display: table-cell;
}

@media (min-width: 768px) {
  .content--form {
    padding: 30px;
  }
}

.content--form input,
.content--form select,
.content--form textarea {
  margin: 10px 0;
}

span.required {
  color: red;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 10px;
}

span.required--slim {
  left: 5px;
}

span.required--professional__checkbox {
  color: red;
  font-size: 20px;
  position: absolute;
  left: -15px;
  top: 0px;
}

span.required--terms__checkbox {
  color: red;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 30px;
}

span.required--text {
  top: 5px;
}

.form-key span {
  color: red;
  font-size: 20px;
  position: relative;
  top: 8px;
  margin-right: 4px;
}

.content--form .terms--container {
  padding: 0;
}

.content--form #terms {
  margin: 0;
  padding-bottom: 10px;
  height: 5px;
}

.content--form #professional {
  margin: 0;
  height: 5px;
  padding-bottom: 10px;
}

/* custom checkbox css */

/* Hide the browser's default checkbox */

.checkbox--container input,
.checkbox--container__green input,
.checkbox--container__pink input {
  opacity: 0;
  cursor: pointer;
  display: none;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 20px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #649cb0;
}

#termslbl .checkmark {
  position: absolute;
  top: 38px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #649cb0;
}

#termslbl .checkmark--medical {
  top: 34px;
}

#termslbl.checkbox--container__green .checkmark {
  background-color: #a7cd6a;
}

#termslbl.checkbox--container__pink .checkmark {
  background-color: #eb3f78;
}

#professionallbl .checkmark {
  position: absolute;
  top: 3px;
  left: 0px;
  height: 25px;
  width: 25px;
  background-color: #649cb0;
}

#professionallbl.checkbox--container__green .checkmark {
  background-color: #a7cd6a;
}
#professionallbl.checkbox--container__pink .checkmark {
  background-color: #eb3f78;
}

#emailchk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #649cb0;
}

#emailchk.checkbox--container__green .checkmark {
  border: 1px solid #a7cd6a;
}

#emailchk.checkbox--container__pink .checkmark {
  border: 1px solid #eb3f78;
}

#phonelbl .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #649cb0;
}

#phonelbl.checkbox--container__green .checkmark {
  border: 1px solid #a7cd6a;
}

#phonelbl.checkbox--container__pink .checkmark {
  border: 1px solid #eb3f78;
}

.content--form .contact-chkboxes {
  display: flex;
  flex-direction: row;
}

/* On mouse-over, add a grey background color */

.checkbox--container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox--container input:checked ~ .checkmark {
  background-color: #649cb0;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox--container input:checked ~ .checkmark:after,
.checkbox--container__green input:checked ~ .checkmark:after,
.checkbox--container__pink input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox--container .checkmark:after,
.checkbox--container__green .checkmark:after,
.checkbox--container__pink .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#phonelbl.checkbox--container .checkmark:after,
#emailchk.checkbox--container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #649cb0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#phonelbl.checkbox--container__green .checkmark:after,
#emailchk.checkbox--container__green .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #a7cd6a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#phonelbl.checkbox--container__pink .checkmark:after,
#emailchk.checkbox--container__pink .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #eb3f78;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content--form .form--subtitle {
  color: #32b8c9;
  margin: 0;
  padding-bottom: 5px;
  font-size: 13px;
  white-space: nowrap;
  overflow: visible;
}

.content--form #emailchk {
  padding-left: 30px;
  padding-right: 0;
  padding-top: 5px;
  font-size: 11px;
  position: relative;
}

.content--form #phonelbl {
  padding-left: 30px;
  padding-right: 0;
  padding-top: 5px;
  font-size: 11px;
  position: relative;
  margin-left: 20px;
}

.content--form #termslbl {
  font-size: 12px;
  padding-left: 50px;
}

#termslbl.checkbox--container__green {
  padding-top: 8px;
}

#termslbl.checkbox--container__pink {
  padding-top: 8px;
}

.content--form #professionallbl {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 15px;
  padding-top: 5px;
}

.content--form .terms--container {
  padding-top: 35px;
}

.content--form .terms--container a {
  font-size: 12px;
}

.content--form .submit--container__blue,
.content--form .submit--container__green,
.content--form .submit--container__pink {
  padding: 0;
}

@media (min-width: 768px) {
  .content--form .submit--container__blue,
  .content--form .submit--container__green,
  .content--form .submit--container__pink {
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.submit-button {
  border: none;
  background-color: #1c3f53;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: 50px;
  width: 165px;
  transition: all 0.3s;
  position: relative;
  outline: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  .submit-button {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
}

.submit-button:hover,
.submit-button:focus {
  background-color: #03263a;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.submit-button:active {
  top: 2px;
}

.submit-button--green {
  background-color: #a7cd6a;
}

.submit-button--green:hover,
.submit-button--green:focus {
  background-color: #9ac05d;
}

.submit-button--pink {
  background-color: #eb3f78;
}

.submit-button--pink:hover,
.submit-button--pink:focus {
  background-color: #de326b;
}

.fr .submit-button {
  height: 60px;
}

.content--form .form-key {
  font-size: 11px;
  position: relative;
  left: -15px;
  margin-right: 6px;
}

.content--form .form--title__text {
  position: relative;
  left: -15px;
}

.content--form .form-group {
  padding: 0 0 0 15px;
}

.content--form #formTitle {
  padding-right: 0;
}

.content--form .data-privacy {
  padding: 0;
  font-size: 11px;
}

.content--form .data-privacy p {
  font-size: 11px;
}

.content--form .data-privacy a {
  font-size: 11px;
}

.content--form .message-label p {
  margin: 1rem 0 0 0;
}

.content--form input[type='text'],
.content--form input[type='email'],
.content--form input[type='tel'] {
  margin-right: 5px;
  height: 40px;
}

.content--form select {
  height: 40px;
}

.content--form textarea {
  height: 200px;
}

.feature .content * {
  color: #fff;
}

.title {
  padding: 30px 20px 30px 20px;
}

@media (min-width: 768px) {
  .title {
    padding: 25px 0 25px 0;
  }
}

.title h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.disclaimer p {
  margin: 0;
  padding: 15px 0 15px 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

#success.modal p,
#error.modal p {
  font-size: 1.2rem;
  font-family: 'Raleway', 'Open Sans', sans-serif;
  line-height: 1.4;
  text-align: center;
  margin: 50px 0;
}

@media (min-width: 768px) {
  #success.modal p,
  #error.modal p {
    font-size: 25px;
  }
}

#success.modal .close-button,
#error.modal .close-button {
  font-size: 15px;
  font-family: 'Raleway', 'Open Sans', sans-serif;
  line-height: 1.4;
  font-weight: normal;
}

@media (min-width: 768px) {
  #success.modal,
  #error.modal {
    top: 200px;
  }
}

.modal-open {
  overflow-y: scroll;
  z-index: 100;
}

#success.modal .modal-footer,
#error.modal .modal-footer {
  padding-bottom: 0;
}

/** base page styles **/

.page--content {
  padding: 30px 10px 30px 10px;
}

@media (min-width: 768px) {
  .page--content {
    padding: 30px 40px 30px 40px;
  }
}

.page--content ol {
  padding-left: 0;
}

.page--content h1 {
  font-size: 25px;
  margin: 30px 0;
}

.page--content table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  height: auto !important;
}

@media (min-width: 768px) {
  .page--content table {
    display: table;
    white-space: normal;
    width: auto;
  }
}

/* Modal on site open */

.professional--modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
  overflow-y: scroll;
}

.professional--modal .popup--container {
  position: relative;
  height: auto;
  width: 90%;
  left: 5%;
  top: 5%;
  background: rgb(255, 255, 255);
  padding: 20px 20px 40px 20px;
}

@media (min-width: 768px) {
  .professional--modal .popup--container {
    padding: 20px 40px 60px 40px;
  }
}

.professional--modal .popup--container p {
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .professional--modal .popup--container p {
    font-size: 1.4rem;
  }
}

.professional--modal .popup--container h2 {
  font-size: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .professional--modal .popup--container h2 {
    text-align: left;
  }
}

.professional--modal .popup--container div {
  font-size: 16px;
}

.professional--modal .popup--container a {
  font-size: 17px;
  margin: 0.5rem 0;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .professional--modal .popup--container a {
    text-align: left;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .professional--modal .popup--container {
    position: relative;
    height: auto;
    width: 50%;
    left: 25%;
    top: 20%;
    background: rgb(255, 255, 255);
    padding: 20px 40px 40px 40px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .professional--modal .popup--container {
    left: 50%;
    margin-left: -384px;
    width: 768px;
  }
}

@media (min-width: 1024px) {
  .professional--modal .popup--container .row div:last-child a {
    float: right;
  }
}

.footer {
  padding-top: 30px;
}

.modal-flag {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  padding: 0.5rem;
  width: 38px;
}

.modal-flag img {
  width: 100%;
}

.modal-open {
  overflow-y: visible;
}

#masthead .select-style--desktop {
  top: 40px;
  right: 5px;
}

.content--form .input-radio {
  margin-top: 0;
}

/** Fake checkbox **/

.fake-checkbox {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #649cb0;
  position: relative;
}

.fake-checkbox::after {
  display: none;
  content: '';
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #649cb0;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.fake-checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.fake-checkbox__label {
  position: relative;
  margin-bottom: 0;
}

.fake-checkbox__input:checked ~ .fake-checkbox::after {
  display: block;
}

.form-control,
.form-control::placeholder {
  color: #000;
}

.navbar-brand {
  padding: 20px 15px 0 15px;
}

#ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#cookie-policy-description,
#ot-sdk-cookie-policy table td,
#ot-sdk-cookie-policy table td a,
#ot-sdk-cookie-policy table td span,
#ot-sdk-cookie-policy table th {
  color: #000 !important;
  font-size: 1rem !important;
  line-height: 20px !important;
}

#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4 {
  font-weight: 800 !important;
}

#ot-sdk-btn.ot-sdk-show-settings {
  margin-bottom: 1.5rem !important;
  background: #006fee !important;
  color: #fff !important;
  border-color: #006fee !important;
  padding: 12px 30px !important;
  font-size: 1rem !important;
  border-radius: 2px;
}

#ot-sdk-btn.ot-sdk-show-settings:hover {
  opacity: 0.7;
}

/** Utils **/

.cl-blue {
  color: #32b8c9;
}

.cl-red {
  color: red;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.fs20px {
  font-size: 20px;
}

.lh1 {
  line-height: 1 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.x {
  display: flex !important;
}

.xafe {
  align-items: flex-end;
}

.dn {
  display: none;
}

.psr {
  position: relative;
}

.t3px {
  top: 3px;
}

.pt10px {
  padding-top: 10px;
}

.pb10px {
  padding-bottom: 10px;
}

.vat {
  vertical-align: top;
}
