.ctools-landing-popup {
  visibility: hidden;
}
.modal-header {
  background: #fe882e;
  height: 5%;
  text-align: center;
  padding: 10px;
}
span#modal-title {
  color: #fff;
  font-size: 15px;
}
div#modal-content {
  background: white;
  overflow: auto;
  position: relative;
  padding: 12px;
}
#modalContent form {
  padding: 10px;
}
#modalContent .close {
  float: right;
}
#hcp-signin-landing-form {
  text-align: center;
}
.pop-content .popup-link, .accept-button{
  width: 84px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fe882e;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  margin: 10px;
}
.pop-content .popup-text {
  padding: 15px;
  color: #2767a8;
  font-size: 15px;
}
.pop-content .popup-links {
  padding: 5px;
}
.ctools-modal-content{
  width: 20%;
}
a.close{
  display: none;
}
div#modalBackdrop {
  background: #000;
  opacity: 0.5;
}

#modal-content #user-login input[type="submit"],#modal-content #user-login--2 input[type="submit"]  {
  margin-top: 10px;
}
#modal-content #user-register-form div.password {
  display: block;
}
p.consumer-content {
  margin: 10px;
}
#modal-content .messages.error {
  padding: 10px;
  color: red;
}
.splash-content {
  background: url('../images/Splash-background7815.png?asd') no-repeat;
}
#modal-content .field-collection-container {border:0px;}
#modal-content  .field-items .field-label-above, #modal-content  .field-name-field-display-as, #modal-content  .submitted, 
#modal-content  .field-name-field-content-blocks-collection .field-label, #modal-content .field-name-field-body .field-label,
#modal-content .node-accordion-panel h2 a {
  display: none;
}
#modal-content .field-items .field-name-field-body {
  display: block;
}

#modal-content .splash-content .content-block .title h3 {
  color: #2767a8;
  font-weight: bold;
}
#modal-content .splash-content .content-block .content p {
  color: black;
}
#modal-content .splash-content .content-block .content {
  height: 87px;
}
a.splash-link {
  background: linear-gradient(#0566C7, #0254A9);
  color: white;
  font-size: 15px;
}
#modal-content .footer-link {
  float: left;
  padding-bottom: 10px;
}
#modal-content .footer-content {color:black;}
#modal-content .footer-link-first a:after,#modal-content .footer-link-second a:after {
  content: '|';
  color: #2767a8;
  margin: 10px;
}
#modal-content .footer-links{overflow:hidden;}
#modal-content .splash-content .content-block {
  background: linear-gradient(#FDFDFD, #EEEEEE);
}

/* Css for mobile */
@media only screen and (max-width: 768px) {
  body.cookie-popup-open {
    height: auto;
    height: 99%;
  }
  .splash-content .content-body {
    min-height: 280px;
  }
  .splash-content {
    background-size: 100%;
  }
  a.splash-link {
    padding: 5px 10px;
  }
  #modal-content .splash-content .content-block .content {
    height: 60px;
  }
  #modal-content .splash-content .content-block {
    min-height: 115px;
    margin: 5px 0px;
    padding: 5px;
  }
  #modal-content .footer-link-first a:after,#modal-content .footer-link-second a:after {
    margin: 2px;
  }
  .splash-content {
    background: url('../images/Splash-background-mobile.png') no-repeat;
    background-size: contain;
    background-position-y: 18%;
  }
  .show-in-mobile img {
    width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 420px) { 
  .splash-content {
    background-position-y: 10%;
  }
  .splash-content .content-body {
    min-height: 170px;
  } 
}
@media only screen and (max-width: 768px) and (min-width: 480px){ 
  .splash-content .content-body {
    min-height: 410px;
  }
}

/* Css for  Desktop */
@media only screen and (min-width: 769px) {
  body.cookie-popup-open {
    height: auto;
    height: 99%;
  }
  #modal-content .form-item label {
    float: left;
    width: 22%;
    padding: 1;
    padding-top: 5px;
  }
  #modal-content input .form-text {
    float: right;
    width: 50%;
  }
  .splash-content .content-body {
    min-height: 490px;
  }
  #modal-content .splash-content .content-block {
    float: left;
    width: 25%;
    margin: 0 15px;
    height: 85%;
    padding: 10px;
    box-shadow: 0px 3px 10px 1px #DBD9D8;
  }
  #modal-content .content-blocks {
    margin: 0 18%;
    overflow: hidden;
    height: 175px;
  }
  .splash-content {
    background-position: 40% 0px;
  }
  #modal-content .splash-content .content-block .content p {
    font-size: 13px;
  }
  #modal-content .splash-content .content-block .title h3 {
    font-size: 20px;
  }
  a.splash-link {
    padding: 10px 15px;
  }
  #modal-content  .content-footer {
    margin: 15px 19%;
  }
  .show-in-mobile {
    display: none;
  }
}
/* Css for tablets*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .splash-content .content-body {
    min-height:275px;
  }
}
