body {
  margin: 0;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/Content/webfonts/museosans_700-webfont.eot');
  src: url('/Content/webfonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/webfonts/museosans_700-webfont.woff') format('woff'), url('/Content/webfonts/museosans_700-webfont.ttf') format('truetype'), url('/Content/webfonts/museosans_700-webfont.svg#MuseoSans700Regular') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: SohoStd-Light;
  src: url("/Content/webfonts/SohoStd-Light.otf") format("opentype");
}
@font-face {
  font-family: SohoStd-Regular;
  src: url("/Content/webfonts/SohoStd-Regular.otf") format("opentype");
}
@font-face {
  font-family: SohoStd-Medium;
  src: url("/Content/webfonts/SohoStd-Medium.otf") format("opentype");
}
body,
input,
textarea {
  font-size: 18px;
  color: #222;
  font-family: 'Open Sans';
}
input,
textarea {
  font-size: 14px;
  color: #222;
  font-family: 'Open Sans';
}
input[type=text] {
  width: 295px;
}
h1,
h2,
h3 {
  font-family: 'Museo Sans';
}
h1 {
  color: #222;
  font-size: 40px;
  line-height: 33px;
  font-weight: normal;
  white-space: nowrap;
}
h1 .locationsMsg {
  font-size: 22px;
  line-height: 24px;
  color: #555;
}
h2 .subheadline {
  font-size: 15px;
  line-height: 5px;
  font-weight: normal;
  white-space: nowrap;
}
h2,
h3 {
  display: inline-block;
  color: #007a73;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}
h3.subheadline {
  font-size: 12px;
  line-height: 5px;
  font-weight: normal;
  white-space: nowrap;
}
section {
  display: block;
}
.browserDisclaimer {
  float: left;
}
.companyHeadline img {
  float: left;
  margin-bottom: 30px;
}
.companyHeadline h1 {
  float: left;
  height: 150px;
  line-height: 150px;
  margin: 0;
  padding: 0;
}
.inlinePharagraph {
  display: inline;
}
p {
  margin: 0;
  line-height: 29px;
}
hr {
  border: none;
  height: 1px;
}
.clear {
  clear: both;
}
a {
  font-family: 'Museo Sans', sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #00c192;
}
a:hover {
  text-decoration: underline;
}
a a img {
  border: none;
}
a i {
  margin-right: 4px;
  font-size: 24px;
}
a:link,
a:hover,
a:visited {
  color: #00c192;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.displayNone {
  display: none;
}
textarea {
  -moz-border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCCCC;
  line-height: 1.4em;
  padding: 4px;
  width: 300px;
  margin: 1px 0 1px 0;
}
select {
  -moz-border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCCCC;
  line-height: 1.5em;
  padding: 4px;
}
.page {
  padding: 30px;
  font-size: 17px;
  max-width: 820px;
}
.page #messageForm {
  margin-bottom: 10px;
  height: 350px;
}
.page .honey-pot {
  display: none;
}
.page .messageFeedback {
  font-family: 'Museo sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  background-color: #00b783;
  border: none;
  line-height: 20px;
  width: 300px;
  color: white !important;
  float: left;
  padding: 12px 0 !important;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 1px 2px 0 #CCC;
  text-shadow: 0 2px #50B276;
}
.page .messageFeedback i {
  margin-right: 8px;
  color: #fff;
}
.page .formSent {
  height: 0 !important;
  opacity: 0;
  transition: 500ms;
}
.page.contact {
  padding-bottom: 75px;
}
.page.contact p {
  max-width: 800px;
}
.page h2 {
  text-align: left;
  display: block;
  font-size: 19px;
}
.openNow {
  background-color: #09a780;
  color: #fff;
  text-align: center;
  display: inline-block;
  float: right;
  width: 66px;
  height: 66px;
  border-radius: 33px;
}
.third {
  width: 33%;
  display: inline-block;
}
/************************
/******* SEARCH ********/
/***********************/
.searchArea {
  overflow: hidden;
  padding: 0;
  width: 96%;
}
.searchFieldLeft {
  border-radius: 40px 0 0 40px;
  width: 80px;
  background-color: #fff;
}
.searchFieldLeft i {
  font-size: 35px;
  font-weight: bold;
  color: #007a73;
  width: 100%;
  text-align: center;
  height: 100%;
  transform: scale(-1, 1);
  line-height: 73px;
  margin-left: 7px;
  cursor: pointer;
}
.searchLeft {
  border: 0;
  height: 100%;
  float: left;
}
#searchField input {
  font-size: 21px;
  height: 100%;
  border: 0;
  color: #222;
  width: 100%;
  box-sizing: border-box;
}
.searchFieldExpanded {
  display: none;
  text-align: left;
  background-color: #fff;
  position: absolute;
  color: #000;
  z-index: 1000;
  box-shadow: 0 2px 0 #DDD;
}
.searchFieldExpanded #detailedSearch input {
  width: 40px;
}
#searchField {
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
.notFound {
  padding: 20px;
}
/************************
/*** DETAILED SEARCH ***/
/***********************/
#detailedSearch {
  display: none;
  margin: 0 auto 0 auto;
  height: auto;
  padding-bottom: 5px;
  background-color: #fff;
  width: 100%;
}
/************************
/**** AUTO COMPLETE ****/
/***********************/
ul.customAutoComplete {
  white-space: nowrap;
  width: auto;
  min-width: 380px;
}
ul.customAutoComplete a {
  font-family: 'open sans';
}
.ui-autocomplete-term {
  font-weight: bold;
}
/************************
/**** TEXT FIELDS ******/
/***********************/
input:not([type]),
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input.ai,
input.large-input {
  -moz-border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCCCC;
  line-height: 1.5em;
  padding: 4px;
}
input.ai {
  width: 200px;
}
input.large-input {
  width: 300px;
  margin-right: 4px;
}
#query:focus {
  outline: none;
}
/**********************************
/** Styles for validation helpers *
**********************************/
.field-validation-error,
.error {
  color: #ff0000 !important;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
/************************
/****** BUTTONS ********/
/***********************/
.aiButton {
  font-family: 'Museo sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  background-color: #00b783;
  cursor: pointer;
  border: none;
  line-height: 20px;
  width: 270px;
  color: white !important;
  float: left;
  padding: 11px 0 !important;
  display: block;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 1px 2px 0 #CCC;
}
.aiButton.red {
  background-color: #ff0000;
}
.aiButton:hover {
  background-color: #10be8d;
  color: #fff;
  text-decoration: none;
}
.aiButton:active {
  background-color: #10be8d;
  text-shadow: none;
  text-decoration: none;
  color: #fff;
}
.searchRight {
  display: inline-block;
}
.searchButton {
  border-radius: 0 40px 40px 0;
  font-weight: normal;
  line-height: 22px;
  float: right;
}
.searchButton:hover {
  cursor: pointer;
  text-decoration: none;
}
a.delete {
  font-size: 20px;
  margin-left: 4px;
}
a.delete:hover {
  text-decoration: none;
}
a.slidingDoor {
  background: url(/Content/ai_sprite.png) no-repeat 196px -2562px;
}
a.slidingDoor span {
  background: url(/Content/ai_sprite.png) no-repeat -196px -160px;
  color: #fff;
  display: block;
  line-height: 40px;
  padding: 5px 0 5px 15px;
  font-weight: bold;
  text-transform: uppercase;
}
a.slidingDoor:hover {
  text-decoration: none;
}
/************************
/****** FOOTER *********/
/***********************/
footer {
  background-color: #007a73;
  position: relative;
  clear: both;
  height: 97px;
}
footer #footerLeft {
  position: absolute;
  left: 20px;
  margin-right: 160px;
  height: 100%;
  overflow: hidden;
}
footer #footerLeft .faqContainer {
  display: inline-block;
}
#footerRight {
  position: absolute;
  right: 30px;
}
footer a {
  font-family: 'museo sans';
  padding: 38px 30px 0 0;
  display: inline-block;
  height: 40px;
  font-size: 18px;
  color: #00b783;
}
footer p {
  font-size: 30px;
  color: #00c192;
  display: inline-block;
  padding-top: 36px;
  font-family: 'museo sans';
  font-weight: bold;
}
aside {
  position: relative;
}
#companiesHeader {
  text-align: center;
  position: absolute;
  top: 0;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  height: 35px;
  background-color: #e3e3e3;
  border-radius: 6px 6px 0 0;
  margin-top: -35px;
}
#companiesContent {
  background-color: #e3e3e3;
  text-align: center;
  margin-top: 35px;
  padding-bottom: 10px;
  overflow: hidden;
  min-height: 100px;
}
#companiesContent .companyLogo {
  background: url(/Content/ai_sprite.png) no-repeat;
  height: 47px;
  display: inline-block;
  margin: 36px 40px 0 40px;
}
#companiesContent #apoteksgruppen {
  background-position: -8px -1683px;
  width: 82px;
}
#companiesContent #lloyds {
  background-position: -13px -1506px;
  width: 146px;
}
#companiesContent #apoteket {
  background-position: -11px -1562px;
  width: 144px;
}
#companiesContent #hjartat {
  background-position: -11px -1619px;
  width: 156px;
}
#companiesContent #kronan {
  background-position: -7px -1337px;
  width: 164px;
}
#companiesContent #boots {
  background-position: -6px -1161px;
  width: 150px;
}
#companiesContent #dittapotek {
  background-position: -6px -2023px;
  width: 190px;
}
#companiesContent #foxfarmaci {
  background-position: -13px -1450px;
  width: 145px;
}
#companiesContent #vetap {
  background-position: -13px -1739px;
  width: 150px;
}
#companiesContent #vitus {
  background-position: -13px -1966px;
  width: 160px;
}
#companiesContent #apotek1 {
  background-position: -13px -1921px;
  width: 155px;
}
/***************************/
/********** MAP ************/
/***************************/
.infoBox {
  border-radius: 10px;
  box-shadow: 5px 5px 5px -3px;
  margin: 20px 0 0 20px !important;
}
.infoBox img {
  opacity: 0.5;
}
.infoBox img:hover {
  opacity: 1;
}
.infoBoxContent {
  font-family: 'open sans';
  font-size: 12px;
}
.infoBoxContent a {
  float: right;
  font-size: 14px;
}
.helpIcon {
  font-size: 15px;
  color: #10be8d;
  display: inline;
}
.searchMapOverlay {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.footer a i {
  display: none;
}
/* ==========================================================================
	   Grid
========================================================================== */
.columns {
  zoom: 1;
}
.columns:before,
.columns:after {
  content: "";
  display: table;
}
.columns:after {
  clear: both;
}
.columns .col {
  float: left;
  margin-right: 2%;
  margin-top: 25px;
}
.columns .col-last {
  margin-right: 0;
}
.columns .ad {
  margin-top: 0 !important;
}
.col-w1 {
  width: 6.5%;
}
.col-w2 {
  width: 10%;
}
.col-w3 {
  width: 23.5%;
}
.col-w4 {
  width: 32%;
}
.col-w5 {
  width: 40.5%;
}
.col-w6 {
  width: 49%;
}
.col-w7 {
  width: 57.5%;
}
.col-w8 {
  width: 66%;
}
.col-w9 {
  width: 74.5%;
}
.col-w10 {
  width: 88%;
}
.col-w11 {
  width: 91.5%;
}
.col-w12 {
  width: 100%;
}
@media all and (max-width: 980px) {
  .ad {
    margin-top: 0 !important;
  }
  .ad.top iframe {
    position: absolute;
  }
  #companiesContent .companyLogo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media all and (max-width: 880px) {
  body {
    background-repeat: repeat-x;
    background-image: none;
  }
  .searchMapOverlay {
    display: block !important;
  }
  .start #searchField {
    display: block;
  }
  #searchField input {
    margin-right: 0;
    display: block;
  }
  .start {
    height: auto;
    overflow: hidden;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #e3e3df;
    min-width: 320px;
  }
  .start p {
    font-size: 32px;
  }
  .start .searchArea {
    display: block;
    float: none;
  }
  footer a {
    padding: 40px 10px 0;
  }
  #companiesContent a {
    float: left;
  }
}
@media all and (max-width: 480px) {
  .searchArea span.searchLong {
    display: none;
  }
  .searchArea span.searchShort {
    display: inherit;
    line-height: 40px;
    padding-left: 0px;
    font-size: 16px;
  }
  .searchArea .searchButton {
    width: 40px;
  }
  ul.customAutoComplete {
    min-width: inherit;
    overflow: hidden;
  }
}
@media all and (max-width: 415px) {
  .mobile {
    display: block !important;
  }
  .desktopOnly {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
  h2,
  h3 {
    margin-top: 10px;
  }
  .page {
    padding: 10px;
  }
  .page h1 {
    font-size: 24px;
  }
  .page textarea {
    width: 100%;
  }
  .start .searchArea {
    height: 62px !important;
  }
  .start .searchFieldLeft {
    width: 56px;
  }
  .start .searchFieldLeft i {
    line-height: 60px;
  }
  .searchButton,
  #searchField input {
    font-size: 17px;
  }
  .searchRight {
    float: right;
    padding-right: 6px;
    padding-left: 6px;
  }
  #companiesContent .companyLogo {
    margin: 20px auto !important;
    display: block;
  }
  #companiesContent a {
    clear: both;
    float: none;
  }
  .footer {
    height: 120px;
  }
  .footer a {
    display: block;
    padding-top: 5px;
  }
  .footer #footerLeft {
    margin-right: initial;
    position: initial;
    left: initial;
  }
  .footer a i {
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    background-color: #00c192;
    border-radius: 11px;
    font-size: 12px;
    margin-right: 10px;
    line-height: 22px;
    display: inline-block;
  }
  .footer a i.fa-question {
    font-size: 15px;
    line-height: 24px;
  }
  .footer a i.fa-email {
    font-size: 12px;
  }
  .footer p {
    padding-top: 0;
    padding-left: 10px;
  }
  #footerLeft,
  #footerRight {
    position: relative;
    left: auto;
    right: auto;
  }
  .nearby {
    padding: 15px 5px 5px 5px;
  }
  .searchFieldExpanded {
    width: 100%;
  }
}
@media all and (max-width: 320px) {
  #companiesContent .companyLogo {
    margin: 16px 0 0 0;
  }
  #footerLeft {
    margin-right: 0 !important;
  }
}
.group {
  position: relative;
  margin-bottom: 15px;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
}
.group input {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 285px;
  border: none;
  border-bottom: 1px solid #757575;
}
.group input:focus {
  outline: none;
}
.group label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group input:focus ~ label,
.group input:valid ~ label {
  top: -15px;
  font-size: 12px;
  color: #5264AE;
}
.group .error ~ label {
  display: none;
}
.group .bar {
  position: relative;
  display: block;
  width: 300px;
}
.group .bar:before,
.group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group .bar:before {
  left: 50%;
}
.group .bar:after {
  right: 50%;
}
.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after {
  width: 50%;
}
.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.home-layout {
  /***************
  ***RESPONSIVE***
  ***************/
}
.home-layout body {
  margin: 0;
}
.home-layout header {
  display: inline-block;
  width: 100%;
}
.home-layout h1.home {
  display: inline-block;
  color: #007a73;
  line-height: 20px;
  font-size: 20px;
}
.home-layout .searchArea {
  height: 76px;
  max-width: 764px;
  display: block;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 1px 3px #007a73;
  border-radius: 60px;
  overflow: hidden;
}
.home-layout .searchArea:hover {
  box-shadow: 0 0 6px 1px #007a73;
}
.home-layout .searchArea:active {
  box-shadow: 0 0 8px #007a73, 0 0 0 2px #5bd2b5;
}
.home-layout .searchArea .searchButton {
  background-color: #c8f1e7;
  color: #007a73;
  font-size: 24px;
  font-family: 'museo sans';
}
.home-layout .searchFieldLeft {
  background-color: #fff;
  margin-right: -1px;
}
.home-layout .searchRight {
  padding: 27px 40px 27px 30px;
}
.home-layout .start {
  background-color: #0aa780;
  position: relative;
  margin-bottom: -35px;
  color: #fff;
  padding: 60px 0;
}
.home-layout .start a {
  color: green;
  text-decoration: none;
}
.home-layout .start a:hover {
  color: #a3e8d7;
}
.home-layout .start h1 {
  padding: 60px 0;
  font-size: 53px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.home-layout .start h3 {
  margin-top: 12px;
}
.home-layout .start nav {
  margin-top: 10px;
  padding: 25px 0 20px 0;
  font-family: 'Museo Sans';
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.home-layout .start nav .navLink {
  display: inline-block;
}
.home-layout .start nav a {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding: 27px 25px 27px 100px;
  font-weight: normal;
  line-height: 22px;
}
.home-layout .start nav a:hover {
  color: #fff;
}
.home-layout .start nav a#mapSearch {
  background: url(/Content/ai_sprite.png) no-repeat -6px -59px;
}
.home-layout .start nav a#about {
  background: url(/Content/ai_sprite.png) no-repeat -5px -218px;
}
.home-layout #mainLogo {
  background: url(/Content/ai_sprite.png) no-repeat -10px -2426px;
  float: left;
  margin: 25px 0 22px 80px;
  width: 312px;
  height: 66px;
}
.home-layout #descriptionArea {
  height: 618px;
  background-color: #ececec;
  padding-top: 40px;
}
.home-layout #descriptionHeader {
  margin: 0 auto;
  text-align: center;
}
.home-layout #descriptionHeader h3 {
  padding-top: 54px;
  margin: 0;
  margin: 0 27px;
}
.home-layout .descriptionAreaContent {
  background: url(/Content/ai_sprite.png) no-repeat -5px -388px;
  max-width: 500px;
  height: 360px;
  margin: 0 auto;
  padding-left: 500px;
  margin-top: 70px;
}
.home-layout .descriptionAreaContent h2 {
  font-size: 42px;
  line-height: 50px;
  color: #222;
  text-align: left;
}
.home-layout .descriptionAreaContent p {
  line-height: 29px;
  font-size: 18px;
  color: #222;
}
.home-layout hr.centeredHr {
  width: 30%;
  color: #c4c4c4;
  background-color: #c4c4c4;
  display: inline-block;
  border: 0;
  height: 1px;
  margin: 5px 30px;
}
@media all and (max-width: 1024px) {
  .home-layout hr.centeredHr {
    display: none;
  }
  .home-layout .start {
    padding-top: 50px;
  }
  .home-layout .descriptionAreaContent {
    margin-top: 20px;
  }
  .home-layout #descriptionArea {
    height: 500px;
  }
}
@media all and (max-width: 880px) {
  .home-layout #mainLogo {
    margin: 0;
    float: left;
  }
  .home-layout .start h1 {
    font-size: 43px;
    padding: 40px 0 75px 0;
  }
  .home-layout #searchField input {
    margin-right: 0;
  }
  .home-layout #descriptionArea {
    height: auto;
    padding: 10px;
  }
  .home-layout .descriptionAreaContent {
    line-height: 38px;
    background: none;
    padding: 0;
    margin-top: 0;
    height: 415px;
    text-align: left;
  }
  .home-layout .start br {
    display: none;
  }
  .home-layout .start nav {
    padding-top: 0;
  }
  .home-layout .start nav .navLink {
    max-width: 402px;
  }
  .home-layout .start nav a {
    float: left;
  }
}
@media all and (max-width: 480px) {
  .home-layout .descriptionAreaContent {
    width: auto;
    height: auto;
    padding-bottom: 10px;
    margin: 0;
  }
  .home-layout .descriptionAreaContent p {
    line-height: 22px;
    text-align: left;
  }
  .home-layout .descriptionAreaContent h2 {
    font-size: 22px;
    line-height: 29px;
    text-align: left;
    margin: 0;
  }
  .home-layout #descriptionHeader h3 {
    padding-top: 14px;
  }
  .home-layout #companiesContent .companyLogo {
    margin: 16px 0;
  }
  .home-layout .start nav {
    text-align: left;
  }
  .home-layout .start nav a {
    padding: 21px 0 21px 75px !important;
    font-size: 22px;
  }
  .home-layout .start nav a#mapSearch {
    background-position: -390px -45px;
  }
  .home-layout .start nav a#about {
    background-position: -390px -204px;
  }
  .home-layout .start nav a#buyPharamcyItems {
    background-position: -390px -123px;
  }
  .home-layout .start h1 {
    font-size: 22px !important;
    padding: 40px 0;
  }
  .home-layout .searchButton.searchRight {
    padding: 18px 10px 18px 10px;
  }
}
@media all and (max-width: 415px) {
  .home-layout h1.home {
    margin-bottom: 12px;
  }
  .home-layout .searchButton.searchRight {
    padding: 11px 10px 11px 10px;
  }
}
@media all and (max-width: 380px) {
  .home-layout #mainLogo {
    background: url(/Content/ai_sprite.png) no-repeat -21px -2499px;
    margin: 2px 0 0 2px;
  }
  .home-layout header {
    overflow: hidden;
  }
  .home-layout .start {
    text-align: left;
    min-width: 300px !important;
  }
  .home-layout .start h1 {
    font-size: 18px !important;
    padding: 30px 0;
  }
  .home-layout .start nav a {
    font-size: 19px;
    float: left;
    padding-left: 88px;
  }
  .home-layout .mainSearch {
    height: auto;
    width: 880px;
    float: left;
  }
  .home-layout .mainSearch .logos {
    border: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .home-layout #mainLogo {
    margin: 0;
    float: left;
  }
  .home-layout #searchWrapper {
    padding: 0 !important;
  }
  .home-layout .mainSearch .searchArea {
    padding: 0;
    height: 71px;
  }
}
body.search-layout {
  margin: 0;
  background-color: #ececec;
  /************************
    /*** SEARCH RESULTS ****/
  /***********************/
}
body.search-layout ul {
  padding: 0;
  list-style-type: none;
}
body.search-layout li {
  list-style: none;
}
body.search-layout .searchResults {
  width: 80%;
  max-width: 1500px;
  background-color: #fff;
  text-align: left;
  min-height: 345px;
  overflow: hidden;
  height: 100%;
  position: relative;
  margin: 25px auto 85px auto;
  box-shadow: 0 0 2px #ccc;
}
body.search-layout .search {
  height: 87px;
  table-layout: fixed;
  padding-top: 25px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 2px #DDD;
}
body.search-layout .search .logo {
  width: 354px;
  float: left;
  margin-left: 80px;
}
body.search-layout .searchArea {
  float: right;
  margin-right: 80px !important;
  height: 56px;
  max-width: 542px;
  display: inline-block;
  box-shadow: 0 0 0 1px #CCC;
  border-radius: 60px;
}
body.search-layout .searchRight {
  padding: 17px 4% 17px 4%;
}
body.search-layout .searchFieldLeft {
  width: 62px !important;
}
body.search-layout .searchFieldLeft i {
  line-height: 55px !important;
  margin-left: 2px !important;
}
body.search-layout #searchField input {
  font-size: 18px !important;
}
body.search-layout .searchButton {
  font-size: 20px;
  color: #fff;
  background-color: #0aa780;
}
body.search-layout #searchExtras {
  white-space: nowrap;
  float: left;
}
body.search-layout .ailogo {
  background: url(/Content/ai_sprite.png) no-repeat -8px -2426px;
  height: 66px;
  width: 355px;
  float: left;
}
body.search-layout .initialSearchTerm input {
  font-style: italic;
  color: gray;
}
body.search-layout .pharmacyRowRegular,
body.search-layout .pharmacyRowGold {
  margin: 20px 20px 0 20px;
  position: relative;
}
body.search-layout .offer,
body.search-layout .offerMobile {
  background-color: #dcf7f2;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
body.search-layout .offer {
  height: auto;
  min-height: 30px;
  padding: 5px 0;
}
body.search-layout .offer p {
  padding-left: 200px;
}
body.search-layout .offerMobile {
  height: 28px;
}
body.search-layout .offer a,
body.search-layout .offer p,
body.search-layout .offerMobile,
body.search-layout .offerMobile a,
body.search-layout .offerMobile p {
  color: #007a73 !important;
  font-size: 15px;
  font-family: Arial;
  white-space: normal;
}
body.search-layout .offerPharmacy p {
  padding-left: 35px;
  display: inline-block;
}
body.search-layout .offerPharmacy a {
  padding-left: 0 !important;
}
body.search-layout .pharmacyRowGold img {
  border: none;
  background-color: #fff;
}
body.search-layout .pharmacyRowGold hr {
  display: none;
}
body.search-layout .pharmacyRowGold {
  min-height: 170px;
  background-color: #ebfffb;
  padding: 20px 20px 0 20px;
}
body.search-layout .pharmacyRowGold .pharmacyRowInfo {
  width: 70%;
  width: calc(100% - 180px);
}
body.search-layout .pharmacyRowGold .pharmacyRowInfo.isOpenNow {
  width: calc(100% - 240px);
}
body.search-layout .pharmacyRowGold .pharmacyRowLogo {
  float: left;
  height: 150px;
  width: 150px;
  background-color: #fff;
  box-shadow: 0 0 2px #ccc;
  position: relative;
  z-index: 1;
}
body.search-layout .pharmacyRowInfo,
body.search-layout .pharmacyRowLink {
  float: left;
  font-size: 15px;
  overflow: hidden;
}
body.search-layout .pharmacyRowInfo {
  height: 80px;
}
body.search-layout .pharmacyRowGold .pharmacyRowInfo,
body.search-layout .pharmacyRowGold .pharmacyRowLink {
  margin: 0 -32px 0 32px;
  overflow: hidden;
}
body.search-layout .pharmacyRowRegular .pharmacyRowInfo {
  width: calc(100% - 30px);
}
body.search-layout .pharmacyRowRegular .pharmacyRowInfo .pharmacyRowRegular .pharmacyRowLink {
  margin-left: 20px;
}
body.search-layout .pharmacyRowInfo h2 {
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: left;
}
body.search-layout .pharmacyRowLogo img {
  width: 150px;
}
body.search-layout .pharmacyRowRegular {
  border-bottom: 1px solid #c7c7c7;
  height: 130px;
  padding: 30px;
  margin-top: 0;
}
body.search-layout .pharmacyRowRegular:last-of-type {
  border: none;
}
body.search-layout .pharmacyRowRegular0:hover {
  background-color: #F2F2F2;
}
body.search-layout .pharmacyRowRegular .nameLink {
  font-weight: normal;
}
body.search-layout .pharmacyRowRegular hr {
  color: #c7c7c7;
  background-color: #c7c7c7;
  margin-top: 28px;
}
body.search-layout .pharmacyRowRegular .pharmacyRowLogo {
  display: none;
}
body.search-layout .pharmacyRowBasicDataRegular {
  float: left;
  padding-top: 6px;
}
body.search-layout .pharmacyRowBasicDataGold {
  float: left;
  padding-top: 6px;
  overflow: hidden;
}
body.search-layout .pharmacyRowBasicDataGold a {
  font-size: 16px;
}
body.search-layout .pharmacyRowLink a {
  font-size: 16px;
}
body.search-layout .searchResultsMsg {
  height: auto;
  background-color: #007a73;
  color: #fff;
  display: inline-block;
  width: 100%;
  width: calc(100% - 32px);
  padding: 22px 10px 22px 22px;
}
body.search-layout .searchResultsMsgRight {
  width: 34%;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
}
body.search-layout .searchResultHeaderLeft {
  width: 65%;
  box-sizing: border-box;
}
body.search-layout .noResult {
  padding: 10px;
}
body.search-layout .noResult li {
  white-space: normal;
}
body.search-layout .searchResultsMsg h1 {
  font-family: Arial;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin: 0;
  float: left;
}
body.search-layout .searchInfo {
  float: right;
  width: 45%;
}
body.search-layout .searchList {
  margin-bottom: 4px;
  float: left;
  width: 54% !important;
  width: calc(55% - 1px) !important;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}
body.search-layout .separator {
  background-color: #f5f5f3;
  height: 3px;
  margin: 10px 0 10px 0;
}
body.search-layout a.nameLink {
  color: #333 !important;
  font-size: 19px;
  font-weight: bold;
  line-height: 27px;
  font-family: Arial;
  white-space: normal;
}
body.search-layout .webPageLink {
  display: block;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
}
body.search-layout a.searchResultName {
  font-family: 'Museo Sans', "Gotham Rounded", "Arial", sans-serif;
  font-weight: normal;
  -moz-font-feature-settings: "liga=0";
  -moz-font-feature-settings: "liga" 0;
}
body.search-layout .openNow span {
  font-size: 14px !important;
  line-height: 66px !important;
}
body.search-layout a.fb {
  background: url('/Content/f_logo.png') no-repeat 0 -2px;
  padding: 0 0 2px 24px;
  line-height: 30px;
}
body.search-layout a.twitter {
  background: url('/Content/t_logo.png') no-repeat;
  padding: 0 0 2px 24px;
  line-height: 20px;
}
body.search-layout span.hidden a {
  color: #fff !important;
  cursor: default;
}
body.search-layout .searchMapOverlay {
  background: url('/Content/map.png') no-repeat;
  background-position: top center;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 675px;
  font-size: 24px;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  cursor: pointer;
}
body.search-layout .expandMap {
  position: absolute;
  width: 50px;
  height: 70px;
  top: 25px;
  right: 20px;
  color: #000;
  opacity: 0.7;
  cursor: pointer;
  font-size: 42px;
}
body.search-layout .expandMap i:hover {
  color: #0aa780;
}
body.search-layout .expandMap.active i {
  color: #0aa780;
}
body.search-layout .integratedSearch,
body.search-layout .integratedSearch:hover {
  padding: 0;
  margin: -1px 20px 0 20px;
  height: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}
body.search-layout .ad {
  margin-top: 25px !important;
}
@media all and (max-width: 1260px) {
  body.search-layout .search .logo {
    margin: 0;
  }
  body.search-layout .searchResults {
    margin: 0 0 50px 0;
    width: 100%;
  }
  body.search-layout .pharmacyRowBasicDataGold {
    padding-top: 0;
  }
}
@media all and (max-width: 1070px) {
  body.search-layout .searchMapOverlay {
    font-size: 24px;
    line-height: 250px;
  }
  body.search-layout .search {
    padding: 5px 0;
    height: auto;
    padding: 7px !important;
  }
  body.search-layout .searchArea {
    margin: 0 !important;
    max-width: 500px;
  }
}
@media all and (max-width: 880px) {
  body.search-layout .searchMapOverlay {
    font-size: 18px;
    line-height: 150px;
    position: relative;
  }
  body.search-layout .expandMap {
    display: none;
  }
  body.search-layout .searchArea {
    padding: 0;
    max-width: 400px;
  }
  body.search-layout .search .logo {
    padding: 0;
    margin: 0;
    width: 315px;
  }
  body.search-layout #searchField {
    padding: 0;
  }
  body.search-layout .searchList {
    float: left;
    width: 100% !important;
    border: none;
  }
  body.search-layout .searchInfo {
    float: left;
    width: 100% !important;
  }
}
@media all and (max-width: 730px) {
  body.search-layout .ailogo {
    background: url("/Content/ai_sprite.png") no-repeat -29px -2506px;
    height: 56px;
    width: 58px;
  }
  body.search-layout .search .logo {
    width: auto;
  }
}
@media all and (max-width: 480px) {
  body.search-layout .searchArea {
    padding: 0 !important;
    height: 38px !important;
    margin-right: 0 !important;
    margin-top: 8px !important;
    max-width: 260px;
  }
  body.search-layout .search {
    min-width: initial !important;
  }
  body.search-layout .search #searchField {
    box-shadow: none;
  }
  body.search-layout .search #searchField input {
    background-color: #ededed;
    font-size: 15px !important;
  }
  body.search-layout .search .searchButton {
    color: #fff;
    padding: 0 10px !important;
    background-color: #09a780 !important;
    font-size: 15px;
  }
  body.search-layout .searchLeft,
  body.search-layout .searchRight {
    box-shadow: none;
    height: 100%;
  }
  body.search-layout .searchLeft {
    background-position: 2px -2px !important;
    width: 50px !important;
    background-color: #ededed;
  }
  body.search-layout .searchLeft.searchFieldLeft {
    background-color: #ededed;
    width: 12px !important;
  }
  body.search-layout .searchLeft.searchFieldLeft i {
    display: none;
  }
}
@media all and (max-width: 415px) {
  body.search-layout .searchResultsMsg {
    padding: 11px;
    width: 100%;
    width: calc(100% - 22px);
  }
  body.search-layout .searchResultsMsg h1 {
    font-size: 13px;
    padding: 0;
  }
  body.search-layout .searchResultsMsg .searchResultsMsgRight {
    float: none !important;
  }
  body.search-layout .searchResultsMsg .mobile {
    clear: both;
  }
  body.search-layout .searchResultsMsg .mobile a {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
  }
  body.search-layout .searchResultsMsg > * {
    width: 100% !important;
  }
  body.search-layout .searchResultsMsg * {
    font-size: 13px;
  }
  body.search-layout .searchMap {
    height: 150px;
  }
  body.search-layout .pharmacyRowRegular,
  body.search-layout .pharmacyRowGold {
    margin: 0 0 10px 0;
    padding: 10px;
    min-height: inherit;
  }
  body.search-layout .pharmacyRowInfo {
    height: initial;
  }
  body.search-layout .pharmacyRowGold {
    padding: 0;
  }
  body.search-layout .pharmacyRowGold .pharmacyRowInfo {
    width: 80%;
    width: calc(100% - 90px) !important;
  }
  body.search-layout .pharmacyRowRegular a,
  body.search-layout .pharmacyRowGold a {
    font-size: 13px;
    color: #00c192 !important;
    line-height: 24px;
  }
  body.search-layout .pharmacyRowInfo,
  body.search-layout .pharmacyRowLogo {
    display: inline-block;
  }
  body.search-layout .pharmacyRowLogo {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
  }
  body.search-layout .pharmacyRowGold .pharmacyRowInfo,
  body.search-layout .pharmacyRowGold .pharmacyRowLink {
    margin-left: 20px;
  }
  body.search-layout .pharmacyRowInfo h2 {
    font-size: 18px;
    line-height: 20px;
  }
  body.search-layout .pharmacyRowBasicDataGold {
    padding: 0;
    font-size: 12px;
  }
  body.search-layout .pharmacyRowBasicDataGold a {
    display: none;
  }
  body.search-layout .pharmacyRowRegular {
    min-height: 85px;
    height: auto;
  }
  body.search-layout .pharmacyRowRegular .pharmacyRowInfo {
    margin-left: 0;
  }
  body.search-layout .pharmacyRowGold,
  body.search-layout .integratedSearch {
    min-height: 105px;
    height: auto;
  }
  body.search-layout .integratedSearch,
  body.search-layout .integratedSearch:hover {
    border-bottom: 1px solid #c7c7c7;
    padding: 0;
    margin: 0;
  }
  body.search-layout .openNowWrapper {
    width: 52px;
    right: 0;
    bottom: 30px;
    position: absolute;
  }
  body.search-layout .openNow {
    width: 6px !important;
    height: 6px !important;
    border-radius: 3px !important;
    float: none !important;
  }
  body.search-layout .openNow span {
    color: #09a780;
    padding: 0 0 0 12px !important;
    line-height: 6px !important;
    display: block;
    font-size: 12px !important;
  }
  body.search-layout .pharmacyRowGold .pharmacyRowLogo,
  body.search-layout .pharmacyRowLogo img {
    height: 50px;
    width: 50px;
  }
  body.search-layout .pharmacyRowLogo img {
    padding: 0;
  }
  body.search-layout .webPageLink {
    margin-top: 0;
  }
  body.search-layout .offer {
    display: none;
  }
  body.search-layout .offerMobile {
    padding-left: 20px;
  }
  body.search-layout .offerMobile a {
    font-size: 12px;
    line-height: 26px !important;
  }
}
@media all and (max-width: 320px) {
  body.search-layout .searchArea {
    max-width: 235px;
  }
}
body {
  font-size: 18px;
}
section.pharmacy {
  max-width: 1510px;
  margin: 25px auto 80px auto;
  padding: 0 3.44828%;
}
a,
p {
  font-size: 17px;
  line-height: 26px;
}
hr {
  color: #e5e5e5;
  background-color: #e5e5e5;
}
.content {
  width: 1335px;
  background-color: #fff;
  text-align: left;
  min-height: 345px;
  overflow: hidden;
  height: 100%;
  position: relative;
  box-shadow: 0 0 2px #ccc;
}
.leftAreaContent {
  padding: 40px 0 10px 0;
}
.leftAreaContent hr {
  margin-top: 19px;
}
.leftAreaContent h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  white-space: normal;
  display: inline-block;
  margin: 10px 10px 0 0;
}
.leftAreaContent .openNow {
  margin-right: 20px;
}
.leftAreaContentHeading {
  overflow: hidden;
  margin-bottom: 16px;
}
.openingHoursList {
  min-height: 380px;
}
.leftAreaPadding {
  padding-left: 40px;
  padding-right: 40px;
}
.rightArea {
  width: 48%;
}
.leftArea {
  width: 52%;
}
.leftArea .deletedPharmacyInfo {
  font-size: 15px;
}
ul.openingHours {
  width: 100%;
  vertical-align: top;
  max-width: 465px;
  margin-top: 15px;
}
ul.openingHours span {
  vertical-align: top;
  min-width: 135px;
  font-size: 18px;
  line-height: 30px;
}
ul.openingHours li.today {
  color: #09a780;
}
.goldPartnerMobile {
  display: none;
}
.goldPartnerMobile ul.openingHours li.today {
  border: none;
}
.openingHours p {
  display: inline-block;
  white-space: nowrap;
}
.basicInfo {
  min-width: 50%;
  display: inline-block;
  float: left;
  min-height: 104px;
  transition: 0.3s;
  -ms-opacity: 1;
  opacity: 1;
}
.basicInfo a {
  white-space: normal;
  word-break: break-all;
}
.basicInfo i {
  color: #00c192;
  margin-right: 2px;
}
.basicInfo p {
  line-height: 24px;
}
.openNow span {
  font-size: 18px;
  font-family: 'Museo Sans';
  padding: 13px 0;
  line-height: 88px;
}
.offerPharmacy {
  position: relative;
  box-shadow: 0 1px 1px #ccc;
  margin: 29px 0;
  display: block !important;
}
.offerPharmacy a {
  padding-left: 35px;
  display: inline-block;
  margin-left: 5px;
}
.nearby {
  background-color: #007a73;
  padding: 30px 45px 30px 45px;
}
.nearby h2 {
  color: #fff;
  font-size: 20px;
}
#pharmaciesNearby a {
  padding-left: 20px;
  line-height: 38px;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-family: 'Museo Sans', sans-serif;
  font-weight: normal;
}
#pharmaciesNearby img {
  float: right;
  padding-right: 20px;
  padding-top: 2px;
}
#pharmaciesNearby hr {
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #00635d;
  color: #00635d;
  border: none;
}
h2.gold {
  font-family: 'Museo Sans', sans-serif;
  font-size: 20px;
  margin: 15px 0 0 0;
  display: block;
  text-align: left;
  line-height: 30px;
}
a#webpage {
  cursor: pointer;
  float: left;
  padding-right: 19px;
  display: block;
  height: 50px;
}
.goldPartnerLogo {
  background-color: #fff;
  box-shadow: 0 0 2px #ccc;
}
.goldPartnerLogoInternal img,
.goldPartnerLogo img {
  width: 100%;
  height: auto;
}
.maincontent {
  padding: 20px 4% 10px 4%;
}
.extraInfo {
  position: relative;
  height: auto;
}
.extraInfoLeft {
  float: left;
  margin-right: 40px;
}
.extraInfoRight {
  display: table;
}
.extraInfoRight p {
  font-size: 18px;
}
.extraInfoRight .link a {
  font-family: 'Museo Sans', sans-serif;
  font-size: 20px;
  margin-top: 10px;
  float: left;
  line-height: 19px;
}
.extraInfo h2 {
  margin: 0;
}
.goldPharmacyImage img {
  max-height: 290px;
}
#mapContent #mapInfo {
  display: none;
}
.columns .ad {
  margin-top: 0 !important;
  text-align: center;
}
@media all and (max-width: 1460px) {
  .leftAreaPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1024px) {
  .nearby {
    padding: 25px;
  }
  #pharmaciesNearby a {
    padding-left: 0;
  }
}
@media all and (max-width: 980px) {
  .leftAreaPadding {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.openingHours span.right {
    text-align: right;
  }
}
@media all and (max-width: 800px) {
  .content {
    width: 100%;
  }
  .goldPartnerLogo {
    margin-bottom: 20px;
  }
  .goldPartnerLogoInternal {
    display: block !important;
  }
  .rightArea,
  .leftArea {
    float: left;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .basicInfo {
    width: 100%;
    height: auto;
    min-height: 80px;
  }
  .columns .ad {
    text-align: initial;
  }
  .smallMap {
    display: none;
  }
  .directions {
    display: block !important;
    padding-left: 9px;
    margin-top: 6px;
  }
  .directions i {
    padding-right: 4px;
  }
}
@media all and (max-width: 415px) {
  .columns .col {
    margin-top: 0;
  }
  .content {
    margin-top: 0;
  }
  section.pharmacy {
    margin: 0;
    padding: 0 0 10px 0;
  }
  .leftAreaContent {
    padding: 5px;
  }
  .name {
    display: inline-block;
    width: 90%;
    width: calc(100% - 18px);
  }
  .goldPartnerMobile .name {
    display: inline-block;
    width: 70%;
    width: calc(80% - 18px);
  }
  .gold .name {
    display: none;
  }
  .extraInfo {
    padding: 10px 0 0 0;
  }
  .leftAreaPadding {
    padding-left: 12px;
    padding-right: 12px;
  }
  .leftAreaContent .openNow {
    display: none;
  }
  .leftAreaContentHeading {
    padding: 0;
  }
  .name h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    white-space: inherit;
  }
  h2.gold {
    font-size: 17px;
  }
  ul.openingHours {
    margin-top: 5px;
    margin-bottom: 5px;
    border-collapse: collapse;
  }
  .goldPartnerMobile {
    display: block !important;
    color: #09a780;
    width: 100%;
  }
  .goldPartnerMobile h2.gold {
    margin-top: 0;
  }
  .goldPartnerMobile ul.openingHours tr {
    display: inherit;
  }
  #detailedSearch {
    display: none;
  }
  .goldPartnerLogo {
    display: none;
  }
  .goldPartnerMobileHeader {
    padding: 15px;
  }
  .goldPartnerLogoMobile {
    width: 20%;
    float: left;
    margin-right: 18px;
  }
  .goldPartnerLogoMobile img {
    width: 100%;
    box-shadow: 0 0 6px 0 #999;
  }
  ul.openingHours {
    margin: 0 0 10px 0;
  }
  ul.openingHours p {
    font-size: 16px;
  }
  .offerPharmacy {
    display: none !important;
  }
  .offerMobilePharmacy {
    display: block !important;
    position: relative;
    box-shadow: 0 2px 2px #DDD;
    z-index: 1;
    padding: 10px 0 4px 14px;
  }
  .offerMobilePharmacy a {
    font-size: 12px;
  }
  .nearby {
    padding: 5px;
  }
  .nearby hr {
    display: none;
  }
  .nearbyLink {
    display: inline-block;
  }
  #pharmaciesNearby a {
    font-size: 16px;
    float: left;
  }
  #pharmaciesNearby img {
    padding-right: 0;
    float: left;
  }
  .extraInfoRight {
    display: initial;
  }
  .extraInfoLeft {
    margin-right: 20px;
  }
  .openingHoursList {
    min-height: 260px;
  }
}
@media all and (max-width: 320px) {
  .extraInfoLeft {
    margin: 0;
  }
  .extraInfoRight {
    margin: 0;
    float: none;
  }
}
.map-layout #directions-panel {
  bottom: 14px;
  right: 14px;
  width: 390px;
  overflow: auto;
}
.map-layout #mapHeader,
.map-layout #routeHeader {
  top: 14px;
  left: 50%;
  overflow: auto;
  text-align: center;
  padding: 0 5px 5px 5px;
}
.map-layout #mapHeader {
  width: 735px;
  margin-left: -275px;
  font-size: 16px;
}
.map-layout #routeHeader {
  width: 300px;
  margin-left: -150px;
}
.map-layout footer {
  bottom: 14px;
  left: 50%;
  padding: 0 5px 5px 5px;
  width: 800px;
  margin-left: -400px;
  height: 40px !important;
}
.map-layout footer a {
  padding-top: 12px !important;
}
.map-layout footer p {
  padding-top: 6px !important;
}
.map-layout .links {
  top: 0;
}
.map-layout .mapOverlay {
  position: absolute !important;
  background: #fff;
  box-shadow: 1px 1px 13px 1px #888;
  border-radius: 3px;
  z-index: 100;
  opacity: 0.85;
}
.map-layout #map_canvas_large {
  height: 100%;
  width: 100%;
}
.map-layout #mapContent {
  top: 114px;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.map-layout #mapContent h1 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 24px;
}
.map-layout #nearbyList {
  top: 14px;
  left: 14px;
  overflow: hidden;
  width: 200px;
  padding-left: 10px;
  font-size: 16px;
}
.map-layout #nearbyList a {
  white-space: normal;
  font-size: 16px;
}
.map-layout .infoBoxContent a i {
  padding-left: 6px;
}
.map-layout .infoBoxContent a i.fa-info-circle {
  margin-right: 2px;
}
.map-layout .infoBoxContent a i.fa-map-marker {
  margin-right: 4px;
}
@media all and (max-width: 1200px) {
  .map-layout footer {
    width: 700px;
    left: auto;
    right: 14px;
  }
}
@media all and (max-width: 1000px) {
  .map-layout footer {
    width: 550px;
    left: auto;
    right: 14px;
  }
  .map-layout #mapHeader {
    left: auto;
    right: 14px;
  }
}
@media all and (max-width: 800px) {
  .map-layout #mapInfo,
  .map-layout #directions-panel,
  .map-layout #nearbyList,
  .map-layout .footer {
    display: none !important;
  }
  .map-layout #mapHeader {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
  }
  .map-layout #mapContent {
    top: 65px;
  }
  .map-layout #routeHeader {
    top: 0;
    padding: 0;
  }
  .map-layout #routeHeader h2 {
    margin: 0;
  }
}
@media all and (max-width: 380px) {
  .map-layout #directions-panel {
    width: 100%;
    overflow: auto;
    left: 0;
    bottom: 0;
  }
  .map-layout a.directions {
    display: none;
  }
  .map-layout a.openInMap {
    display: block;
  }
}
body.admin-layout {
  background-color: #F7F7F7;
  position: relative;
  margin: 0;
  font-size: 14px;
  /* BUTTONS   
  ----------------------------------------------------------*/
  /* PRIMARY LAYOUT ELEMENTS   
  ----------------------------------------------------------*/
  /* HEADER   
  ----------------------------------------------------------*/
  /* FORM LAYOUT ELEMENTS   
  ----------------------------------------------------------*/
  /* TABLE
  ----------------------------------------------------------*/
  /* MISC  
  ----------------------------------------------------------*/
  /*
      Opening hours
  ----------------------------------------------------------*/
  /* -------------------------------------------
     Pharmacy menu     
  ----------------------------------------------*/
  /****** HELP *******/
  /****** API *******/
}
body.admin-layout a:link,
body.admin-layout a:visited {
  color: #00b783;
  text-decoration: none;
  white-space: nowrap;
}
body.admin-layout a:hover {
  color: #00b783;
  text-decoration: underline;
}
body.admin-layout a:active {
  color: #00b783;
}
body.admin-layout a .edit,
body.admin-layout a .delete {
  color: #333;
  font-size: 17px;
  text-decoration: none;
  opacity: 0.8;
}
body.admin-layout a .edit:hover,
body.admin-layout a .delete:hover {
  opacity: 1;
}
body.admin-layout a .edit:hover {
  color: #ED8E0F;
}
body.admin-layout a .delete:hover {
  color: red;
}
body.admin-layout p,
body.admin-layout ul {
  margin-bottom: 20px;
  line-height: 1.4em;
}
body.admin-layout input[type="submit"] {
  -moz-border-radius: 4px 4px 4px 4px;
  padding: 4px;
  min-width: 80px;
}
body.admin-layout #btnLogin {
  margin: 0 0 20px 0;
}
body.admin-layout .page {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
body.admin-layout #main {
  padding: 0 20px 20px 20px;
  background-color: white;
  margin-bottom: 30px;
  min-height: 300px;
}
body.admin-layout #main img {
  width: 100%;
}
body.admin-layout #main h2 {
  padding-top: 10px;
}
body.admin-layout #main h2 i {
  padding-right: 6px;
}
body.admin-layout #main .formColumn {
  display: inline-block;
  width: 160px;
}
body.admin-layout #main .editPencil:hover {
  color: #10be8d;
}
body.admin-layout #header {
  position: relative;
  padding: 5px 0 10px 0;
  color: #7A7A7A;
  height: 90px;
}
body.admin-layout .adminlogo {
  background: url(/Content/admin/admin_logo.png) no-repeat;
  height: 18px;
  width: 149px;
  padding-bottom: 10px;
}
body.admin-layout #title {
  display: block;
  float: left;
  text-align: left;
  padding-top: 10px;
}
body.admin-layout #title span {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: lighter;
  text-decoration: none;
  color: #555;
}
body.admin-layout #title a {
  text-decoration: none;
}
body.admin-layout #userInfo {
  background-color: #fff;
  float: right;
  position: relative;
}
body.admin-layout #userInfo td {
  padding: 5px;
}
body.admin-layout #userInfo td span {
  white-space: nowrap;
}
body.admin-layout #userInfo,
body.admin-layout #main {
  box-shadow: 1px 1px 6px 1px #CCC;
}
body.admin-layout #header table,
body.admin-layout #header table td {
  border: none;
}
body.admin-layout fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #CCC;
}
body.admin-layout fieldset p {
  margin: 2px 12px 10px 10px;
}
body.admin-layout fieldset label {
  display: block;
}
body.admin-layout fieldset label.inline {
  display: inline;
}
body.admin-layout legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
body.admin-layout #main .companyLogos {
  margin-bottom: 15px;
  width: 50%;
  float: left;
  display: inline-block;
}
body.admin-layout #main .companyLogos .companyLogo {
  border-bottom: 1px solid #ddd;
  padding: 2px;
}
body.admin-layout #main .companyLogos img {
  width: auto;
}
body.admin-layout .editCompanyLogo {
  width: 100%;
  float: right;
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
}
body.admin-layout table.companies {
  margin-bottom: 10px;
}
body.admin-layout table.companies tr.separator td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
body.admin-layout table.companies td {
  vertical-align: top;
}
body.admin-layout table.companies td .te {
  margin-left: 0;
}
body.admin-layout table tr td.locationCell {
  display: flex;
  margin-right: 10px;
}
body.admin-layout #pharmaciesTable {
  border: solid 2px #F5F5F5;
  border-collapse: collapse;
  width: 840px;
}
body.admin-layout #pharmaciesTable td {
  padding: 5px;
  border: solid 2px #F5F5F5;
}
body.admin-layout #pharmaciesTable th {
  padding: 6px 5px;
  text-align: left;
  background: #F5F5F5;
  border: solid 2px #F5F5F5;
}
body.admin-layout #pharmaciesTable th.sortable {
  cursor: pointer;
}
body.admin-layout #pharmaciesTable tr.pharmacyRow[style~="hidden;"] {
  height: 0;
}
body.admin-layout th.editColumn,
body.admin-layout td.editColumn {
  width: 15px;
}
body.admin-layout td.deletedColumn {
  font-size: 20px;
  color: red;
  font-weight: bold;
}
body.admin-layout .adWrapper,
body.admin-layout .adHeader {
  width: 100%;
}
body.admin-layout .adWrapper .left,
body.admin-layout .adHeader .left {
  overflow: hidden;
  white-space: nowrap;
}
body.admin-layout .adWrapper .col-w2,
body.admin-layout .adHeader .col-w2 {
  text-align: center;
}
body.admin-layout .bottomButton {
  float: left;
  margin: 25px 0;
  clear: both;
}
body.admin-layout .inactive,
body.admin-layout .inactive a {
  color: #BBB;
}
body.admin-layout .adHeader {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
}
body.admin-layout .adHeader i {
  margin-right: 4px;
}
body.admin-layout .companyMessage {
  margin-top: 10px;
  color: #00b783;
  font-size: 18px;
}
body.admin-layout .clear {
  clear: both;
}
body.admin-layout .error {
  color: Red;
}
body.admin-layout .field-validation-error {
  color: #ff0000;
}
body.admin-layout .input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
body.admin-layout .validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
body.admin-layout #pharmaciesArea {
  background: url(/Content/admin/admin_menu.png) no-repeat;
  height: 52px;
  color: #fff;
  width: 900px;
  margin: -1px 0 20px -20px;
}
body.admin-layout .pharmaciesMenu {
  width: 746px;
  display: inline-block;
  padding: 15px 0 0 30px;
}
body.admin-layout .pharmaciesMenu a {
  color: #fff;
  margin-right: 40px;
  cursor: pointer;
}
body.admin-layout .pharmaciesMenu a i {
  font-size: 13px;
  padding: 0 6px;
}
body.admin-layout .adminHelp {
  background: url(/Content/admin/admin_bg.png) no-repeat;
  height: 170px;
  color: #000;
  width: 900px;
  margin-left: -20px;
  padding: 15px 0 0 15px;
  overflow: hidden;
  font-size: 16px;
}
body.admin-layout .adminHelp p {
  font-size: 15px;
}
body.admin-layout .adminHelp h1 {
  font-size: 22px;
}
body.admin-layout .adminHeaderHelpText {
  padding-left: 230px;
  max-width: 500px;
  float: left;
}
body.admin-layout .adminHeaderHelpText h1 {
  margin-bottom: 5px;
}
body.admin-layout #generalHelp {
  padding-left: 220px;
  width: 530px;
  float: left;
}
body.admin-layout #helpIcon {
  background: url(/Content/admin/admin_help_icon.png) no-repeat -2px 9px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
body.admin-layout #helpIcon a {
  padding-left: 12px;
}
body.admin-layout #query {
  margin: 0 15px;
}
body.admin-layout a.sortingLink {
  color: #fff;
  text-decoration: underline;
  padding-left: 10px;
}
body.admin-layout td.headlineCell {
  font-weight: bold;
  width: 180px;
}
body.admin-layout tr.closed td.hideForClosedAllDay * {
  visibility: hidden !important;
}
body.admin-layout tr.open td.hideForOpenAllDay * {
  visibility: hidden !important;
}
body.admin-layout tr.closedForLunch td.showForClosedLunch * {
  visibility: visible;
}
body.admin-layout td.lunchHour * {
  visibility: hidden;
}
body.admin-layout .tabContent {
  display: none;
}
body.admin-layout .tabContent textarea {
  width: 627px;
}
body.admin-layout .tabContent.selected {
  display: block;
}
body.admin-layout table.openHours {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}
body.admin-layout table.openHours input[type=checkbox] {
  vertical-align: middle;
}
body.admin-layout table.openHours select {
  padding: 2px;
}
body.admin-layout table.openHours td {
  vertical-align: middle;
  text-align: center;
}
body.admin-layout table.openHours tr {
  line-height: 30px;
}
body.admin-layout table.openHours tr .missingInfo {
  text-align: center;
}
body.admin-layout .deleteTempDate {
  cursor: pointer;
}
body.admin-layout a.copyHours {
  width: 16px;
  height: 16px;
  display: block;
  padding-left: 20px;
}
body.admin-layout .openHours tbody > tr:hover {
  background-color: #baeedf;
}
body.admin-layout .openHours .tempOpenHourDate {
  width: 72px;
}
body.admin-layout .nonRegualarOpenHours {
  display: none;
}
body.admin-layout #pharmacy-nav {
  height: 70px;
  display: inline-block;
}
body.admin-layout #primary-nav {
  float: left;
  padding: 0;
  height: 37px;
  background: #48C396;
  border-radius: 4px;
}
body.admin-layout #primary-nav li {
  float: left;
  list-style: none;
}
body.admin-layout #primary-nav li.selected > a,
body.admin-layout #primary-nav li:hover > a {
  background: #048862;
}
body.admin-layout #primary-nav li a {
  width: 130px;
  float: left;
  padding: 10px 15px;
  border-right: 1px solid #00835D;
  background: transparent;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.14);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.14);
  line-height: 17px;
}
body.admin-layout #primary-nav li:first-child a {
  border-left: none;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
body.admin-layout #primary-nav li:last-child a {
  border-right: none;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.admin-layout .updatedInfo {
  border: solid 2px #01aa79;
  margin-top: 12px;
  padding: 2px 4px;
  font-size: 14px;
  border-radius: 5px;
  float: right;
}
body.admin-layout .infoInformation,
body.admin-layout .saveInformation {
  display: none;
  border: 1px solid rgba(0, 131, 93, 0.7);
  border-radius: 5px;
  box-shadow: 2px 3px 13px 1px rgba(0, 131, 93, 0.7);
  font-weight: bold;
  font-size: 15px;
  width: 621px;
  margin: 20px 0 0 0;
  padding: 10px;
}
body.admin-layout .errorInformation {
  border: 1px solid red;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 8px 0 rgba(255, 0, 0, 0.6);
  font-weight: bold;
  font-size: 16px;
  width: 621px;
  color: red;
  margin: 20px 0 0 0;
}
body.admin-layout .errorInformation ul {
  padding: 0;
  margin: 0;
}
body.admin-layout .errorInformation li {
  font-size: 12px;
  margin-left: 25px;
}
body.admin-layout .infoInformation {
  display: block;
  margin: 0 0 10px 0;
}
body.admin-layout .infoInformation p {
  margin: 0;
}
body.admin-layout .footer {
  padding: 20px 0;
}
body.admin-layout .footer .footer a {
  margin-right: 20px;
  line-height: 35px;
}
body.admin-layout .footer .footer a i {
  display: inline-block;
  margin-right: 2px;
}
body.admin-layout .footer input {
  padding: 8px;
  min-width: 80px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #57C59C;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 0 rgba(0, 131, 93, 0.7);
  box-shadow: 1px 0 0 rgba(0, 131, 93, 0.7);
  background-image: -moz-linear-gradient(0 28% 270deg, #57C59C, #048862);
  background-image: -webkit-gradient(linear, 0 0, 0 90%, from(#57C59C), to(#048862));
  cursor: pointer;
}
body.admin-layout .footer input:hover {
  background-image: none;
}
body.admin-layout .loading-panel {
  display: none;
  width: 260px;
  height: 200px;
  border: 1px solid #AFACAC;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  margin: 20px;
  position: absolute;
  z-index: 10;
  background: #F6F6F6;
}
body.admin-layout .loading-panel-inner {
  padding: 50px 30px 30px 30px;
  font-style: italic;
  text-align: center;
  background: #F6F6F6;
  border-radius: 10px;
}
body.admin-layout .loading-panel-inner img {
  margin-bottom: 20px;
}
body.admin-layout .loading-panel-inner p {
  font-weight: bold;
  font-size: 20px;
}
body.admin-layout #help {
  width: 950px;
}
body.admin-layout #help h1 {
  margin: 14px 0;
}
body.admin-layout .api-content {
  position: relative;
}
body.admin-layout .api-content th {
  font-weight: bold;
}
body.admin-layout .api-content td {
  padding: 0 5px 0 0;
}
body.admin-layout .api-content table {
  text-align: left;
}
body.admin-layout #administration {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
body.admin-layout .adminFaq input[type=text] {
  width: 500px;
  margin-bottom: 5px;
}
body.admin-layout .adminFaq .te {
  margin-left: 0;
}
body.admin-layout .adminFaq textarea {
  width: 500px;
}
/***************
Local Ads
****************/
a.localAd img {
  width: 100%;
}
/**************
CompanyAd
***************/
.companyAd img {
  width: 100%;
  float: right;
}
/**************
Ads
***************/
a.ad {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.ad {
  margin: 0 auto;
}
.ad.top {
  width: 980px;
}
.ad.top {
  height: 240px;
}
.ad.pharmacy {
  height: 516px;
  width: 735px;
}
ins.adsbygoogle {
  width: 1200px;
  margin: 10px auto 0 auto;
}
@media all and (max-width: 980px) {
  ins.adsbygoogle {
    width: initial;
    margin: initial;
  }
  .ad.top img {
    width: 100%;
  }
  .adWrapper {
    position: relative;
    min-height: 87px;
  }
}
@media all and (max-width: 980px) {
  .integration h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .ad.top.lloyds {
    top: -80px;
  }
  .ad.pharmacy.lloyds {
    position: absolute;
    top: -170px;
    margin-left: 10px;
  }
  .ad:not(.lloyds) {
    width: 100% !important;
    height: initial !important;
    position: relative;
    margin-top: 0 !important;
  }
  .ad:not(.lloyds) a {
    line-height: 0;
    display: block;
  }
  .ad.pharmacy {
    top: -162px;
    position: relative;
  }
  .integration.lloyds {
    position: relative;
    height: 200px;
  }
}
/*# sourceMappingURL=bundle.css.map */