/*  
Theme Name: Gävle Fysioterapeuter
Theme URI: http://www.gavlefysioterapeuter.se/
Description: WordPress-tema till Gävle Fysioterapeuter skapat av Crossmedia Communication på uppdrag av Onmedia.
Version: 1.0
Author: Stefan Persson
Author URI: http://crossmediagroup.se/
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
}

a {
  color: #006F30;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #003c1a;
}

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
}

video {
  width: 100%    !important;
  height: auto   !important;
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
body {
  background: #fff;
  color: #4a4a4a;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

p, .p {
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  line-height: 1.42;
  margin: 0 0 .5rem;
}

h1, .h1 {
  font-family: "fatfrank", sans-serif;
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }
}
h2, .h2 {
  color: #4a4a4a;
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  color: #4a4a4a;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

h4, .h4 {
  color: #4a4a4a;
  font-size: 1.1rem;
  font-weight: 400;
}

h5, .h5 {
  color: #4a4a4a;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h6, .h6 {
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.txt-center {
  text-align: center;
}

.cta {
  background: #006F30;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: .375rem 1.25rem;
  transition: all .25s ease-in-out;
}

:hover.cta {
  background: #92B87D;
  color: #4a4a4a;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ntzx2k");
  src: url("fonts/icomoon.eot?ntzx2k#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ntzx2k") format("truetype"), url("fonts/icomoon.woff?ntzx2k") format("woff"), url("fonts/icomoon.svg?ntzx2k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-marker:before {
  content: "\e908";
}

.icon-email:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.wrapper {
  width: 92%;
  max-width: 1280px;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

.extra-wrapper {
  width: 92%;
  max-width: 1280px;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

.header-wrapper {
  width: 100%;
  max-width: 1280px;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .header-wrapper {
    width: 92%;
  }
}
.header {
  background: #fff;
  padding: 1rem 0 1rem;
}

@media screen and (min-width: 767px) {
  .header {
    padding: 2rem 0 1.75rem;
  }
}
.logo {
  width: 148px;
  margin: 3rem auto .25rem;
}

.logo a {
  width: 148px;
  height: 80px;
  background: url("images/logo-smaller.png") no-repeat;
  display: block;
  text-indent: -9999px;
}

@media screen and (min-width: 1024px) {
  .logo {
    width: 193px;
    float: left;
    margin: 0;
  }

  .logo a {
    width: 193px;
    height: 105px;
    background: url("images/logo.png") no-repeat;
  }
}
.top-contact {
  position: absolute;
  top: 0;
  z-index: 999999999;
}

@media screen and (max-width: 1023px) {
  .top-contact {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-contact {
    right: 0;
  }
}
.top-contact ul {
  margin: 0;
  padding: 0;
}

.top-contact li {
  text-align: center;
  float: left;
  list-style: none;
  margin-right: .75rem;
}

.top-contact li:last-child {
  margin-right: 0;
}

.top-contact li a {
  background: #006F30;
  color: #fff;
  padding: 8px 16px 9px;
  display: block;
  transition: all .25s ease-in-out;
}

.top-contact li a:hover {
  background: #92B87D;
  color: #4a4a4a;
}

.top-contact li a .icon {
  font-size: 22px;
  display: inline-block;
}

.top-contact li a h6 {
  color: #fff;
}

.top-contact li a:hover h6 {
  color: #4a4a4a;
}

@media screen and (max-width: 1023px) {
  .top-contact li {
    margin-right: 0;
  }

  .top-contact li a {
    background: #006F30;
    color: #fff;
    padding: 13px 20px 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .top-contact li:first-child a {
    padding-left: 0;
  }

  .top-contact li a .icon {
    font-size: 22px;
    display: inline-block;
  }

  .top-contact li a h6 {
    display: none;
  }
}
.hero-img {
  height: 180px;
}

@media screen and (min-width: 767px) {
  .hero-img {
    height: 312px;
  }
}
.bg-content {
  background: rgba(224, 233, 218, 0.4);
  padding: 1.5rem 0;
}

@media screen and (min-width: 767px) {
  .bg-content {
    padding: 2.5rem 0 3rem;
  }
}
.full-width {
  background: #fff;
  margin-bottom: 1rem;
  padding: 1.3rem;
}

.full-width p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .full-width {
    text-align: center;
    margin-bottom: 2rem;
  }

  .full-width p {
    width: 76%;
    font-size: 1.05rem;
    margin-right: auto;
    margin-left: auto;
  }

  .full-width p:nth-of-type(1) {
    margin-bottom: 1.75rem;
  }
}

.front {
  margin-bottom: 2%;
}

.front-treatments {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
.front-treatments {
	width: 66%;
	float: left;
  margin-right: 2%;
}
}	
.front-treatments li {
  background: #fff;
  list-style: none;
  padding: 1.3rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {
  .front-treatments li {
	width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
  }
  .front-treatments li:nth-child(2n) {
    margin-right: 0;
  }
  .front-treatments li:nth-child(5),.front-treatments li:last-child {
    margin-bottom: 0;
  }
}

.front-treatments h2 {
  font-family: "fatfrank", sans-serif;
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.front-treatments h2 a{
  color: #4a4a4a;
}
.front-treatments h2 a:hover{
  color: #92B87D;
}
.front-treatments li p:last-child {
  margin-bottom: 0;
}

.front-treatments .cta {
  font-size: .75rem;
}

.treatments {
  margin: 0;
  padding: 0;
}

.treatments li {
  background: #fff;
  list-style: none;
  padding: 1.3rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {
  .treatments li {
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .treatments li {
    width: 49%;
  }

  .treatments li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .treatments li {
    width: 32%;
  }

  .treatments li:nth-child(3n) {
    margin-right: 0;
  }
}
.treatments h2 {
  font-family: "fatfrank", sans-serif;
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.treatments h2 a{
  color: #4a4a4a;
}
.treatments h2 a:hover{
  color: #92B87D;
}
.treatments li p:last-child {
  margin-bottom: 0;
}

.treatments .cta {
  font-size: .75rem;
}


.news {
  background: #fff;
  padding: 1.3rem;
}
@media screen and (min-width: 1024px) {
.news {
  width: 32%;
  float: left;
}
}

.news h3 {
  font-family: "fatfrank", sans-serif;
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.news ul{
  margin: 0;
  padding: 0;
}

.news li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.news li .news-img{
  margin-bottom: .75rem;
}


.news li h4 {
  color: #4a4a4a;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.news li h4 a{
  color: #4a4a4a;
}
.news li h4 a:hover{
  color: #92B87D;
}

.news li p {
	font-size: .95rem;
  margin: 0 0 .75rem;
}

.news li .read-more {
	font-size: .95rem;
}


.content {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .content {
    margin-bottom: 2rem;
  }
}
.main-content {
  background: #fff;
  margin-bottom: 1rem;
}

.main-content-txt {
  padding: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .main-content {
    width: 65%;
    float: left;
    margin-bottom: 0;
  }

  .main-content-txt {
    padding: 1.5rem 2rem;
  }

  .sidebar {
    width: 32%;
    float: right;
  }
}
.main-content h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.staff-info {
  background: #fff;
  margin-bottom: 1rem;
}

.staff-info-txt {
  padding: 1.5rem;
}

.staff-info-txt h4 {
  font-family: "fatfrank", sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.staff-info-txt .staff-titel {
  font-size: .8rem;
  font-weight: 700;
}

.staff-info-txt p {
  font-size: .85rem;
  margin-bottom: 1.5rem;
}

.staff-info-txt p:last-child {
  margin-bottom: 0;
}

.staff-info-txt .cta {
  font-size: .7rem;
}

.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar li {
  font-family: "fatfrank", sans-serif;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: .575rem;
}

.sidebar li a {
  background: #fff;
  color: #4a4a4a;
  display: block;
  padding: .5rem 1rem;
  transition: all .25s ease-in-out;
}

.sidebar li a:hover, .sidebar li.current-menu-item a {
  background: #92B87D;
  
}
.sidebar li:first-child a{
  background: #006F30;
  color: #fff;
}
.sidebar li:first-child a:hover{
  background: #92B87D;
  color: #4a4a4a;
}
.contact-content {
  background: #fff;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .contact-content {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.contact-content h1, .contact-content h2 {
  font-family: "fatfrank", sans-serif;
  font-size: 1.675rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: .25rem;
}

.find-us p {
  margin: 0 0 1.75rem;
}

#karta {
  height: 300px;
}

@media screen and (min-width: 1024px) {
  .two-cols {
    margin-bottom: 1rem;
  }

  .find-us {
    width: 32%;
    float: left;
  }

  #karta {
    width: 66%;
    float: right;
  }
}
.col span {
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .three-cols {
    margin-bottom: 2rem;
  }

  .col {
    width: 32%;
    float: left;
    margin-right: 2%;
  }

  .col:last-child {
    margin-right: 0;
  }
}
.footer-contact {
  margin-bottom: 1.25rem;
}

.footer-contact-image {
  padding: 10rem 0;
}

@media screen and (min-width: 767px) {
  .footer-contact-image {
    padding: 15rem 0;
  }
}
.footer-contact-form {
  background: #fff;
  padding: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .footer-contact-image {
    width: 50%;
    float: left;
    padding: 0;
  }

  .footer-contact-form {
    width: 50%;
    float: left;
  }
}
.footer-contact-form h4 {
  font-family: "fatfrank", sans-serif;
  color: #4a4a4a;
  font-size: 1.3875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.wpcf7-form p {
  font-size: .9rem;
  margin-bottom: 1rem;
}

.wpcf7-form p.last {
  margin-bottom: 0;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 100%;
  background: transparent;
  color: #444;
  border: 1px solid #ddd;
  padding: .35rem .5rem;
  transition: all .25s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.wpcf7-form textarea {
  width: 100%;
  color: #444;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  background: #006F30;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: .5rem 2rem;
  transition: all 0.75s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.wpcf7-form input:hover[type="submit"] {
  background: #92B87D;
  color: #4a4a4a;
}

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
  background: transparent;
  border-color: #006F30;
  outline: none;
}

::-webkit-input-placeholder {
  color: #787878;
  font-size: .8rem;
}

:-ms-input-placeholder {
  color: #787878;
  font-size: .8rem;
}

::-moz-placeholder {
  color: #787878;
  opacity: 1;
  font-size: .8rem;
}

:-moz-placeholder {
  color: #787878;
  opacity: 1;
  font-size: .8rem;
}

.footer {
  background: #006F30;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: relative;
  padding: 1.875rem 0 1.25rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.9);
}

.footer a:hover {
  color: #fff;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  list-style: none;
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.footer ul li:first-child {
  font-weight: 700;
  text-transform: uppercase;
}

.footer ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .footer ul {
    display: inline-block;
  }

  .footer li {
    text-align: center;
    display: inline-block;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }

  .footer li:last-child {
    margin-right: 0;
  }
}
.footer-logo a {
  width: 57px;
  height: 57px;
  background: url(images/footer-logo.png) no-repeat;
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-indent: -9999px;
}

@media screen and (min-width: 767px) {
  .eq-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
nav {
  text-transform: uppercase;
  float: right;
  margin-top: 3.75rem;
  position: relative;
  z-index: 9999;
}

#cssmenu ul {
  margin: 0;
  padding: 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu {
  background: rgba(255, 255, 255, 0.8);
}

#cssmenu > ul > li {
  display: inline-block;
  margin-right: .75rem;
}

@media screen and (min-width: 1100px) {
  #cssmenu > ul > li {
    margin-right: 1.75rem;
  }
}
#cssmenu > ul > li:last-child {
  margin-right: 0;
}

#cssmenu > ul > li > a {
  padding: 17px 0 8px;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  color: #4a4a4a;
}

@media screen and (min-width: 1024px) {
  #cssmenu > ul > li:hover > a,
  #cssmenu ul li.current-menu-item a {
    color: #006F30;
  }
#cssmenu ul li.current-menu-item a,#cssmenu ul li.current-menu-parent a {
  border-bottom: 2px solid #006F30;color: #006F30;
}
  #cssmenu ul li.current-menu-item ul li a {
    color: #ddd;
  }

  #cssmenu ul li.current-menu-item ul li a:hover {
    color: #fff;
  }
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 20px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 19px;
  right: 0px;
  width: 12px;
  height: 12px;
  display: block;
  background: url(images/down-arrow.svg) no-repeat;
  content: '';
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu ul ul li {
  height: 0;
  text-align: left;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #006F30;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {background:#92B87D;}
#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu li:hover > ul > li {
  height: 40px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li a {
  padding: 14px 15px;
  width: 280px;
  font-size: .8rem;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #4a4a4a;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #222;
  content: "";
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #222;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all 0.25s ease;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

#cssmenu ul li:hover ul a {
    color: rgba(255, 255, 255, 0.8);
  }


@media screen and (max-width: 1023px) {
  nav {
    margin-top: 0;
  }

  #cssmenu {
    background: #006F30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  #cssmenu ul li:hover {
    background: #92B87D;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 17px;
    color: rgba(255, 255, 255, 0.8);
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul li {
    background: #92B87D !important;
  }

  #cssmenu ul ul li:hover {
    background: #92B87D !important;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #282828;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #head-mobile {
    display: block;
    padding: 18px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    margin-right: 30px;
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }

  .button:after {
    position: absolute;
    top: 23px;
    right: 20px;
    display: block;
    height: 6px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }

  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: "";
  }

  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    height: 48px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #92B87D;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 12px;
    height: 12px;
    display: block;
    background: url(images/down-arrow-white.svg) no-repeat;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu ul ul ul li.active a {
    border-left: none;
  }

  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

.breadcrumbs {
    font-size:.9rem;
    margin-bottom: 1.5rem;
    margin-top:-1rem;
  }
