body {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 16px;
  margin: 0 auto;
}

p {
  margin-top: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  color: Black;
}

.floating_table {
  max-width: 955px;
  margin: 0 auto;
  padding: 30px 20px 30px 20px;
}

.physioone_text {
  color: #21409a;
  font-weight: bolder;
}

/* lists/bullets */

ul {
  list-style: none;
}
ul li::before, dl dt::before {
  content: "\25aa";
  color: #0db14b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-indent: 0;
}
dl dt::before {
  width: 1em;
  margin-left: 2em;
}
ul li.prefooter::before {
  width: 0.75em;
  margin-left: -0.5em;
}
li.prefooter {
  margin: 5px 0 5px 0;
}

dl dd {
  display: inline;
  margin: 0;
}
dl dd:after {
  display: block;
  content: '';
}
dl dt {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0px;
}
dl.prices dt {
  min-width: 265px;
  margin-left: 3em;
  text-indent: -3em;
}
dl.prices dd {
  font-weight: bold;
  vertical-align: top;
}
dl.times dt {
  min-width: 150px;
}

/* links */

a:link {
  color: #21409a;
}
a:visited {
  color: #21409a;
}
.menu, a:link {
  text-decoration: none;
}
a.email_link {
  color: #21409a;
  text-decoration: none;
}

/* header elements */

.fixed_header {
  display: block;
  padding: 10px 0 0;
  background-color: white;
  box-shadow: 0 3px 5px #aaaaaa;
  background-image: url('headerbackground.png');
  background-size: cover;
}

.header {
  display: block;
  padding: 0 10px;
  max-width: 1200px;
  margin: 0 auto;
}

div.header_logo {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
div.header_logo img {
  float: left;
  border: 0px;
  margin: 0 10px 0 0;
}
.logo_txt {
  padding-top: 30px;
  padding-left: 15px;
}
div.header_details {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.address {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 1.4em;
  font-size: 1.4em;
}
div.address img {
  width: 16px;
  padding-right: 8px;
}

.tagline {
  font-size: 0.75em;
  font-style: italic;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.tagline a {
  color: Black;
  padding-left: 0px;
  cursor: text;
}

.menu_button {
  display: none;
}

/* menu */

.fixed_menu {
  width: 100%;
  margin-top: 10px;
  border-top: solid 1px #0db14b;
  background-color: #21409a11;
}

.menublock {
  display: block;
  max-width: 1200px;
  margin: 10px auto 10px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
}

div.menu, div.menu_hover, div.menu_active {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bolder;
  color: #21409a;
  cursor: pointer;
}
.menu {
  transition: color 0.2s linear;
}

.menu_hover, .menu_active {
  color: #0db14b !important;
  transition: color 0.2s linear;
}

.menu_spacer {
  font-size: 0;
  height: 0px;
  z-index: 10;
  position: relative;
  top: -4px;
}

/* dropdown menu */

table.dropdownmenu_table_outer {
  width: 100%;
  border: solid 1px darkgrey;
  box-shadow: 1px 1px 3px #aaaaaa;
}

table.dropdownmenu_table_inner {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.dropdownmenu_caret {
  display: block;
  position: absolute;
  left: 25px;
  top: -10px;
  height: 1px;
  font-size: 20px;
  color: darkgrey;
  background-color: white;
}

.dropdownmenu, .dropdownmenu_hover, .dropdownmenu_active {
  text-align: left;
  font-size: 14px;
  color: #21409a;
  cursor: pointer;
  background-color: white;
}

a.dropdownmenu {
  border: 0px;
}

a.dropdownmenu_active, a.dropdownmenu_hover, .dropdownmenu_active, .dropdownmenu_hover {
  background-color: #0db14b;
  color: White !important;
}

div.dropdownmenu {
  width: 100%;
  min-width: 180px; /* Happens to fit the text we have today */
  border-width: 0px;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background-color: White;
  z-index: 5;
}

.dropdownmenu_text {
  padding: 2px 0px 2px 5px;
}

.dropdownmenu_pointer {
  padding: 2px 5px 2px 0px;
}

/* page content */

.flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 55px;
  margin-bottom: 15px;
  max-width: 955px; /* IE11 doesn't like "flex" without this */
}

.flex_box > * {
  flex: 1 1 350px;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: center;
}

.flex_wide {
  width: 100%;
}

.body_panel {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 400px;
}

.body_wide {
  vertical-align: top;
  display: inline-block;
  max-width: 935px;
  margin-left: 10px;
  margin-right: 10px;
  width: 97.5%;
}

.body_title {
  border-top: solid 1px #0db14b;
  border-left: solid 4px #0db14b;
  padding: 10px 15px 5px 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: bolder;
  color: #21409a;
  letter-spacing: 5px;
}

/* testimonials images */

div.inline_picture {
  vertical-align: top;
}
.inline_picture_left
{
  float: left;
  text-align: left;
  margin-right: 15px;
  border: solid 1px black;
}
.inline_picture_right
{
  float: right;
  text-align: right;
  margin-left: 15px;
  border: solid 1px black;
}

/* treatments */

.flex_box .conditions_img {
  flex: 1 1 250px;
}

.conditions_img, .conditions_txt p {
  margin: 0 0 15px 0;
}

.conditions_img {
  text-align: center;
}

.conditions_img img {
  width: 85%;
  max-width: 400px;
  border: solid 1px black;
}

/* physio profile */

.headshot {
  float: right;
  height: 200px;
  padding: 3px;
  margin: 0 0 25px 25px;
  border: solid 1px #21409a;
}

/* contact */

.contact_table {
  padding: 10px;
  margin: 5px 0 5px 0;
}
.contact_details {
  color: #21409a;
}

table.phonehome {
  margin: 5px auto;
  background-color: #0db14b20;
  padding: 10px;
  border: 1px solid gainsboro;
}
.phonehome_text {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px 5px;
  margin: 8px 0 8px 0;
  border: none;
  border-bottom: 2px solid #21409a;
  box-sizing: border-box;
  width: 98%;
}
.phonehome_text:focus {
  outline: #21409a solid 1px;
}

span.phonehome_required_marker {
  color: firebrick;
  font-family: monospace;
  font-weight: bold;
  padding: 10px 5px;
}
td.phonehome_required_marker {
  vertical-align: top;
  padding-top: 18px;
}

input.phonehome_button {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 3px 8px;
  margin: 0 5px;
  border-top: #0db14b solid 1px;
  border-right: #0db14ba0 solid 1px;
  border-bottom: #0db14ba0 solid 1px;
  border-left: #0db14b solid 4px;
}
div.phonehome_button {
  padding: 0 5px;
  margin: 10px 0 8px 0;
  text-align: right;
  width: 98%;
}

/* prefooter */

.fixed_footer {
  display: block;
  width: 100%;
  border-top: solid 2px #a9a9a999;
  background-color: white;
}

/*
.nav_header, .nav_body {
  display: block;
  width: 70%;
  margin: 0 auto;
  border: solid 1px #0db14b;
}
.nav_header {
  padding: 4px 10px 5px 10px;
  border-top: solid 4px #0db14b;
  background-image: url("titlebackground.png");
}
.nav_title1 {
  display: inline-block;
  width: 66%;
}
.nav_title2, .nav_treatments, .nav_contacts {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  text-align: left;
}
.nav_body {
  padding: 24px 8px 10px 12px;
  border-top: 0;
}
*/

li.prefooter a {
  text-decoration: underline;
  color: #21409a !important;
}
ul.prefooter {
  padding: 0;
  margin: 0;
}
li.prefooter {
  margin: 0 0 20px 24px;
}
div.prefooter {
  margin: 0 0 0px 24px;
}

/* (post-)footer */

.footer {
  width: 90%;
  margin: 0 auto;
  font-size: 0.75em;
  padding: 10px 10px 0;
  text-align: center;
}

.footer_accred {
  height: 75px;
  padding: 10px;
  margin: 10px 15px;
}

.postfooter {
  padding: 10px 10px 0;
  text-align: left;
}

/* media queries */

@media (max-width: 785px) {
  div.header_logo {
    width: 235px;
  }

  div.header_details {
    width: 55%;
  }

  .logo_img {
    display: none
  }
}

@media (max-width: 610px) {
  * {
    box-sizing: border-box;
  }

  .floating_table {
    padding: 11vh 5px 10px 5px;
  }

  .header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    padding: 1vh 5px;
    background-color: white;
    box-shadow: 0 3px 5px #aaaaaa;
    background-image: url('headerbackground.png');
    background-size: cover;
   }
  div.header_logo {
    width: 40vh;
  }
  div.header_logo img {
    margin-right: 5px;
  }
  div.logo {
    max-width: 275px;
  }
  .logo_img {
    display: inline-block;
    height: 8vh;
    margin-right: 5px;
  }
  .logo_txt {
    padding-top: 3vh;
    max-width: 25vh;
  }
  .address {
    padding: 0;
    width: 145px;
    display: inline-block;
  }
  div.address img {
    width: 4vh;
    height: 4vh;
    padding: 0;
    margin: 0;
  }
  .address_info, .tagline, div.title_picture {
    display: none;
  }
  .header_menu, .header_email, .header_phone {
    display: block;
    position: absolute;
    top: 3vh;
  }
  .header_phone {
    right: 14vh;
  }
  .header_email {
    right: 8vh;
  }
  .header_menu {
    right: 2vh;
  }

  .menublock {
    display: block;
    position: fixed;
    top: 10vh;
    left: 0px;
    width: 100%;
    height: 0%;
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0;
    overflow-y: hidden;
    transition: 0.5s;
  }

  div.menu, div.menu_hover, div.menu_active {
    width: 90%;
    border: solid 1px #0db14bff;
    padding: 10px 15px;
    margin: 5% 5%;
    text-align: left;
    font-weight: bolder;
    color: #21409a;
    cursor: pointer;
    background-color: white;
    box-shadow: 1px 1px 3px #aaaaaa;
  }

  .dropdownmenu {
    display: none;
  }

  .body_title, .contact_details {
    text-align: left;
  }

  .nav_header, .nav_body {
    width: 95%;
  }
  .nav_body {
    padding: 24px 0 10px 12px;
  }
  .nav_title1 {
    width: 95%;
  }
  .nav_treatments {
    width: 48%;
  }
  .nav_title2, .nav_contacts {
    display: none;
  }

  table.phonehome {
    width: 100%;
  }
  span.phonehome_required_marker {
    padding: 0;
    margin: 0;
  }
  td.phonehome_required_marker {
    width: 10px !important;
  }
  div.phonehome_button {
    padding: 0;
    margin: 0;
  }
    
  .footer_accred {
    height: 65px;
    padding: 10px;
    margin: 10px 15px;
  }
}

@media (max-width: 480px) {
  .header_phone {
    display: none;
  }

  .footer_accred {
    height: 60px;
    padding: 10px;
    margin: 10px 8px;
  }  
}

@media (max-width: 405px) {
  .header_email {
    display: none;
  }

  dl.prices dt {
    width: 95%;
    min-width: 0;
   }
  dl.prices dd {
    padding-left: 48px;
  }

  .footer_accred {
    height: 50px;
    padding: 10px;
    margin: 10px 5px;
  }  
}

@media (max-width: 56vh) {
  .logo_img {
    display: none;
  }
  .header_email {
    right: 8vh;
  }
}
