/*
Theme Name: MHW
Author: Matt Pearce
Author URI: http://www.accent-adc.co.uk/
	Description: Custom Theme for Hafal mentalhealthwales.net
Version: 1.0
*/
/* Colours */
/* Break points */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* Wordpress Defaults */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  text-align: right; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignnone {
  margin: 5px 20px 20px 0; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  text-align: center; }
  .wp-caption .alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption .alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption .alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.contact-details {
  overflow: hidden;
  margin: 30px 0px; }
  .contact-details .head-office {
    float: left;
    margin-right: 30px; }
  .contact-details .address {
    float: left; }
  .contact-details .contact-wrap {
    float: left;
    margin-right: 30px; }
    .contact-details .contact-wrap .phone {
      background: url(images/phone.png) no-repeat left;
      font-size: 1.1em;
      margin-bottom: 10px;
      padding-left: 25px; }
    .contact-details .contact-wrap .email {
      background: url(images/envelope.png) no-repeat left;
      font-size: 1.1em;
      margin-bottom: 10px;
      padding-left: 25px; }
    .contact-details .contact-wrap .fax {
      background: url(images/phone.png) no-repeat left;
      font-size: 1.1em;
      margin-bottom: 10px;
      padding-left: 25px; }

@media handheld, only screen and (max-width: 980px) {
  .contact-details .head-office {
    float: none;
    width: 100%; }
  .contact-details .address {
    float: none;
    width: 100%; }
  .contact-details .contact-wrap {
    float: none;
    width: 100%; } }
/* Contact Form */
.wpcf7 {
  margin-top: 20px;
  /*
  	label {
  		float:left;
  		margin-right:15px;
  		width:60px;
  		height:30px;
  		line-height:30px; 
  		color:#acacac;
  	}
  */ }
  .wpcf7 br, .wpcf7 p {
    clear: bot; }
  .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    padding: 4px;
    width: 100%;
    font-family: Helvetica, sans-serif;
    height: 30px;
    border: medium none;
    font-size: 1em;
    background: #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .wpcf7 input.wpcf7-not-valid {
    background-color: #fcdbdb;
    border: 1px solid #ff6161;
    padding: 3px !important; }
  .wpcf7 textarea {
    height: 150px; }
  .wpcf7 textarea:focus, .wpcf7 input:focus {
    -webkit-box-shadow: 0 0 2px #aaa inset;
    -moz-box-shadow: 0 0 2px #aaa inset;
    box-shadow: 0 0 2px #aaa inset; }
  .wpcf7 select {
    margin: 0px 0px 15px 0px; }
  .wpcf7 input.wpcf7-submit {
    display: block;
    margin: 0 auto;
    width: 91px;
    height: 57px;
    padding: 0 10px;
    color: #FFF;
    cursor: pointer;
    border: none;
    background: #3d8d57;
    font-size: 1.2em;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out; }
    .wpcf7 input.wpcf7-submit:hover {
      background-color: #666666; }
  .wpcf7 label.subscribe {
    float: none;
    margin: 0;
    padding: 0;
    width: 0;
    text-align: left; }
  .wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors {
    font-family: 'abmedium';
    margin: 0px auto;
    padding: 2px 0 0 65px;
    text-align: left;
    min-height: 50px !important;
    width: 50%;
    border: none;
    line-height: 1.5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    @media handheld, only screen and (max-width: 700px) {
      .wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors {
        width: 60%; } }
    @media handheld, only screen and (max-width: 460px) {
      .wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors {
        width: 90%; } }
  .wpcf7 div.wpcf7-validation-errors {
    background: url("images/error-grey.png") no-repeat scroll left center transparent; }
  .wpcf7 div.wpcf7-mail-sent-ok {
    background: url("images/tick-grey.png") no-repeat scroll left center transparent; }
  .wpcf7 span.wpcf7-form-control-wrap {
    position: relative; }
  .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    right: 5px;
    top: 4px;
    line-height: 1.5em;
    background: url("images/cross-grey.png") no-repeat scroll center center transparent;
    background-size: contain;
    border: none;
    padding: 0px !important;
    width: 11px !important;
    height: 11px !important;
    z-index: 100;
    color: #ccc;
    overflow: hidden;
    text-indent: -9999px; }
  .wpcf7 input[type="radio"], .wpcf7 input[type="checkbox"] {
    width: 20px; }
  .wpcf7 img.ajax-loader {
    display: block;
    margin: -15px auto 0; }
  .wpcf7 input.date {
    width: 100px; }
  .wpcf7 .contact-section {
    overflow: hidden;
    margin-bottom: 20px; }
    .wpcf7 .contact-section h2 {
      font-size: 3em;
      text-transform: uppercase;
      margin-left: 0px; }
  .wpcf7 .message-wrap {
    width: 365px;
    float: right; }
    @media handheld, only screen and (max-width: 980px) {
      .wpcf7 .message-wrap {
        width: 370px; } }
    @media handheld, only screen and (max-width: 980px) {
      .wpcf7 .message-wrap {
        width: 100%; } }
  .wpcf7 .subject-section {
    height: 100px; }
  .wpcf7 .contact-wrap {
    float: left;
    overflow: hidden;
    width: 284px; }
    @media handheld, only screen and (max-width: 980px) {
      .wpcf7 .contact-wrap {
        width: 100%; } }
    .wpcf7 .contact-wrap .contact-field {
      height: 30px;
      float: left;
      /* margin-right:30px; */
      margin-bottom: 10px; }
    .wpcf7 .contact-wrap .red-star {
      color: #660000; }
    .wpcf7 .contact-wrap .message-label {
      margin: 0;
      width: 75px; }
    .wpcf7 .contact-wrap .google-map {
      margin-bottom: 20px; }
  .wpcf7 .button-wrap {
    padding-top: 40px;
    clear: both;
    font-family: 'abmedium'; }
  .wpcf7 .spam-test {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Open Sans',sans-serif; }
  .wpcf7 .wpcf7-quiz {
    width: 30px;
    margin-left: 5px; }

a#responsive_menu_button {
  cursor: hand;
  cursor: pointer;
  display: none;
  height: 40px;
  position: absolute;
  width: 45px;
  right: 0;
  top: 0;
  white-space: nowrap;
  background-color: black;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff; }
  @media handheld, only screen and (max-width: 700px) {
    a#responsive_menu_button {
      display: block; } }

a#responsive_menu_button.responsive-toggle-open {
  background: url("images/menu-button.png") 0 -46px no-repeat; }

nav.navigation {
  z-index: 500;
  position: relative;
  float: left;
  width: 700px;
  clear: both;
  background: #accf37; }

/* Dropdown Nav Menu */
#masthead nav.navigation ul.menu {
  line-height: 30px;
  white-space: nowrap;
  font-size: 1.19em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200; }
  #masthead nav.navigation ul.menu ul li {
    display: inline; }
  #masthead nav.navigation ul.menu li a {
    padding: 2px 10px 0px;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff;
    background-color: transparent;
    /*
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    */ }
    @media handheld, only screen and (max-width: 980px) {
      #masthead nav.navigation ul.menu li a {
        padding: 2px 8px 0px; } }
  #masthead nav.navigation ul.menu li a:visited {
    color: #ffffff; }
  #masthead nav.navigation ul.menu li a:hover, #masthead nav.navigation ul.menu li.hover a {
    display: block;
    color: #ffffff;
    background: #3d8d57; }
  #masthead nav.navigation ul.menu > li.current-menu-item > a, #masthead nav.navigation ul.menu > li.current > a, #masthead nav.navigation ul.menu > li.current-menu-ancestor > a {
    display: block;
    color: #ffffff;
    background: #3d8d57; }
  #masthead nav.navigation ul.menu > li.current-menu-item.hover > a, #masthead nav.navigation ul.menu > li.current-menu-item > a:hover, #masthead nav.navigation ul.menu > li.current.hover > a, #masthead nav.navigation ul.menu > li.current > a:hover, #masthead nav.navigation ul.menu > li.current-menu-ancestor.hover > a, #masthead nav.navigation ul.menu > li.current-menu-ancestor > a:hover {
    background: #3d8d57; }
  #masthead nav.navigation ul.menu li.current-menu-item,
  #masthead nav.navigation ul.menu li.current-menu-item a {
    cursor: default; }
  #masthead nav.navigation ul.menu li.current-menu-item ul li a,
  #masthead nav.navigation ul.menu li.current-menu-ancestor ul li a {
    color: #ffffff;
    cursor: pointer; }
  #masthead nav.navigation ul.menu ul li a:hover,
  #masthead nav.navigation ul.menu li.current-menu-item ul li a:hover,
  #masthead nav.navigation ul.menu li ul li.current-menu-item a,
  #masthead nav.navigation ul.menu li ul li.current a,
  #masthead nav.navigation ul.menu li.current-menu-ancestor ul li a:hover {
    background: url(images/menu-arrow.png) no-repeat 10px center;
    background-color: #accf37; }
  #masthead nav.navigation ul.menu li.current-menu-ancestor li.current-menu-item a {
    cursor: default; }
  #masthead nav.navigation ul.menu a {
    display: block;
    text-decoration: none; }
  #masthead nav.navigation ul.menu li {
    float: left;
    white-space: nowrap; }
  #masthead nav.navigation ul.menu ul.sub-menu {
    float: left;
    list-style-position: outside;
    list-style-type: none;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    background: #3d8d57;
    z-index: 100; }
    #masthead nav.navigation ul.menu ul.sub-menu li a:hover {
      background-color: #accf37; }
  #masthead nav.navigation ul.menu li ul {
    position: absolute;
    text-align: left;
    width: 250px; }
  #masthead nav.navigation ul.menu li ul li {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    height: auto;
    text-transform: capitalize;
    width: 100%; }
  #masthead nav.navigation ul.menu li.megamenu ul {
    width: 500px;
    /* margin-top:20px;  */ }
    #masthead nav.navigation ul.menu li.megamenu ul li {
      float: left;
      width: 50%; }
  #masthead nav.navigation ul.menu li ul li:first-child {
    border-top: medium none; }
  #masthead nav.navigation ul.menu li ul a {
    height: auto;
    padding: 10px 4px 10px 25px;
    text-align: left;
    white-space: normal;
    /* width: 109px; */
    margin-left: 0;
    line-height: 1.1em; }
  #masthead nav.navigation ul.menu ul ul {
    top: -5px; }
  #masthead nav.navigation ul.menu li ul ul {
    left: 120px;
    margin: 0 0 0 10px; }
  #masthead nav.navigation ul.menu li:hover ul ul,
  #masthead nav.navigation ul.menu li:hover ul ul ul,
  #masthead nav.navigation ul.menu li:hover ul ul ul ul {
    display: none; }
  #masthead nav.navigation ul.menu li:hover ul,
  #masthead nav.navigation ul.menu li li:hover ul,
  #masthead nav.navigation ul.menu li li li:hover ul,
  #masthead nav.navigation ul.menu li li li li:hover ul {
    display: block; }

#responsive_menu {
  overflow: visible !important;
  width: 250px;
  position: fixed;
  height: 100%;
  z-index: 800;
  top: 4px;
  right: -260px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out; }
  #responsive_menu #searchform_res {
    margin-bottom: 8px; }
  #responsive_menu .responsive_menu_top {
    z-index: 10;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden !important;
    padding: 15px;
    width: 220px; }
    #responsive_menu .responsive_menu_top a {
      display: block;
      clear: both;
      text-align: center;
      padding: 5px;
      color: black; }
  #responsive_menu #responsive_menu_close {
    width: 50px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 4px;
    background-color: #f2f2f2;
    color: black;
    font-size: 40px;
    line-height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    top: 10px;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }
  #responsive_menu.open {
    right: 0; }
    #responsive_menu.open #responsive_menu_close {
      left: -34px; }
  #responsive_menu nav.navigation {
    width: 250px;
    height: 300px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
    background-color: #f2f2f2;
    /* Prevent native touch events on Windows */
    -ms-touch-action: none;
    /* Prevent the callout on tap-hold and text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Prevent text resize on orientation change, useful for web-apps */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none; }
    #responsive_menu nav.navigation ul.menu {
      z-index: 1;
      background-color: none;
      padding-bottom: 50px;
      position: absolute;
      /* Prevent elements to be highlighted on tap */
      -webkit-tap-highlight-color: transparent;
      /* Put the scroller into the HW Compositing layer right from the start */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
      #responsive_menu nav.navigation ul.menu li {
        width: 250px;
        overflow: hidden; }
        #responsive_menu nav.navigation ul.menu li > a {
          background-color: #accf37; }
        #responsive_menu nav.navigation ul.menu li a {
          color: black;
          border-bottom: solid 1px #3d8d57;
          display: block;
          clear: both;
          padding: 7px 15px; }
          #responsive_menu nav.navigation ul.menu li a:active {
            background-color: #3d8d57; }
        #responsive_menu nav.navigation ul.menu li ul.sub-menu {
          display: block;
          position: static;
          width: 100%; }
          #responsive_menu nav.navigation ul.menu li ul.sub-menu li {
            width: 100%;
            float: left;
            font-size: 0.9em; }
            #responsive_menu nav.navigation ul.menu li ul.sub-menu li a {
              padding: 7px 15px 7px 30px;
              display: block;
              background-color: #f2f2f2; }
      #responsive_menu nav.navigation ul.menu ul li a:hover,
      #responsive_menu nav.navigation ul.menu li.current-menu-item ul li a:hover,
      #responsive_menu nav.navigation ul.menu li ul li.current-menu-item a,
      #responsive_menu nav.navigation ul.menu li ul li.current a,
      #responsive_menu nav.navigation ul.menu li.current-menu-ancestor ul li a:hover {
        background-position: 3px center; }
  @media handheld, only screen and (min-width: 700px) {
    #responsive_menu {
      display: none; } }

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: fixed;
  width: 90%;
  left: 0;
  top: 0;
  padding: 0.5em 5%;
  background: #565656;
  background: rgba(86, 86, 86, 0.95);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff; }
  .cc-cookies a, .cc-cookies a:hover {
    color: #fff;
    text-decoration: underline; }
  .cc-cookies a:hover {
    text-decoration: none; }
  .cc-cookies .cc-cookies a.cc-cookie-decline, .cc-cookies .cc-cookies-error a.cc-cookie-decline {
    background: #af3b3b;
    margin-left: 0.5em; }
  .cc-cookies .cc-cookies a.cc-cookie-reset {
    background: #f15b00; }
  .cc-cookies .cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto; }
    .cc-cookies .cc-discreet a.cc-cookie-reset {
      background: none;
      text-shadow: none;
      padding: 0;
      text-decoration: underline; }
    .cc-cookies .cc-discreet a:hover.cc-cookie-reset {
      text-decoration: none; }

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7DAF3B;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in; }

.cc-cookies .cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em; }

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in; }

.cc-overlay {
  height: 100%;
  padding-top: 25%; }

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333; }

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em; }

@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0; } }
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left; } }
.entry-content p {
  line-height: 1.4em;
  margin: 0 0 1.3em; }
.entry-content hr {
  background-color: transparent;
  border-top: 1px dashed #FFF;
  border-bottom: medium none;
  border-left: medium none;
  border-right: medium none;
  color: #FFFFFF;
  height: 4px;
  margin: 25px 0; }
.entry-content .intro {
  font-size: 1.3em;
  font-family: 'Nunito'; }
.entry-content a.download-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #5B584E;
  color: white;
  padding: 10px 18px 10px 10px;
  text-decoration: none;
  font-size: 1.1em; }
  .entry-content a.download-link:before {
    content: "\f316";
    font-size: 20px;
    margin-right: 8px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center; }
  .entry-content a.download-link:hover {
    background-color: #accf37; }
.entry-content a.block-link {
  display: inline-block;
  background-color: #3d8d57;
  color: white;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 1.1em; }
.entry-content a.block-link:hover {
  background-color: #999999; }
.entry-content a.atn-link {
  display: inline-block;
  text-align: center;
  background-color: #AE72AE;
  color: white;
  padding: 13px 20px;
  text-decoration: none;
  font-size: 1.3em; }
.entry-content a.atn-link:hover {
  background-color: #FFF037; }
.entry-content ul {
  margin: 0 0 1.3em 25px; }
.entry-content ul li {
  line-height: 1.4em;
  padding: 1px 0 1px 12px;
  background: url(images/bullet.png) left 5px no-repeat transparent; }
.entry-content ul.nobullets {
  list-style: none; }
.entry-content .sidebar ul.half li {
  width: 128px;
  float: left; }
.entry-content a {
  text-decoration: underline; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-size: 1.5em;
  line-height: 1.1em;
  font-family: 'Nunito', sans-serif;
  margin: 0 0 0.3em; }
.entry-content h1,
.entry-content h2 {
  font-size: 1.8em;
  margin-top: 1.3em; }
.entry-content h3 {
  font-size: 1.5em; }
.entry-content h4 {
  font-size: 1.2em;
  font-weight: bold; }
.entry-content table {
  margin: 0 0 1.3em; }
.entry-content th, .entry-content .entry-content td {
  padding: 4px;
  border: 1px solid #5B584E; }
.entry-content th {
  color: #fff;
  background-color: #5B584E;
  font-weight: bold;
  text-align: left; }
.entry-content section.publications ul, .entry-content section.publications li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none; }
.entry-content section.publications ul {
  overflow: hidden; }
  .entry-content section.publications ul li {
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #F0F0F0;
    padding: 20px; }
    .entry-content section.publications ul li .info {
      float: right;
      margin-left: 10px;
      width: 400px; }
    .entry-content section.publications ul li .pub-title {
      font-size: 1.3em;
      color: #3d8d57;
      margin-bottom: 0.5em; }
      .entry-content section.publications ul li .pub-title a {
        text-decoration: none;
        color: #3d8d57; }
    .entry-content section.publications ul li .img {
      width: 180px;
      float: left; }
      .entry-content section.publications ul li .img img {
        display: block;
        max-height: 180px;
        -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px; }
  @media handheld, only screen and (max-width: 980px) {
    .entry-content section.publications ul li .info {
      width: 220px; } }
  @media handheld, only screen and (max-width: 700px) {
    .entry-content section.publications ul li .img {
      width: 140px; } }
  @media handheld, only screen and (max-width: 460px) {
    .entry-content section.publications ul li .img {
      width: 90px;
      margin: 0 auto 15px; }
    .entry-content section.publications ul li .info {
      width: 100%;
      margin-left: 0; } }
.entry-content ol.page-links, .entry-content ul.page-links, .entry-content ul.h2-menu {
  margin: 0 0 1.3em; }
  .entry-content ol.page-links li, .entry-content ul.page-links li, .entry-content ul.h2-menu li {
    background: none;
    padding: 0;
    margin: 4px 0; }
    .entry-content ol.page-links li a, .entry-content ul.page-links li a, .entry-content ul.h2-menu li a {
      display: inline-block;
      padding: 7px 15px;
      background-color: #999999;
      color: white;
      text-decoration: none;
      font-size: 1.1em; }
      .entry-content ol.page-links li a:hover, .entry-content ul.page-links li a:hover, .entry-content ul.h2-menu li a:hover {
        background-color: #3d8d57; }
.entry-content ul.Jobs-list li {
  margin: 0 0 8px;
  padding: 6px;
  background: none #F0F0F0; }
  .entry-content ul.Jobs-list li h2 {
    font-size: 1.3em;
    color: #3d8d57;
    margin: 0 0 0.5em; }
    .entry-content ul.Jobs-list li h2 a {
      text-decoration: none;
      color: #3d8d57; }

.home .wrapper {
  margin-top: 20px; }
.home #content {
  float: left;
  width: 700px;
  margin-right: 20px;
  /*@media handheld, only screen and (max-width: $bp1) {
  	width:460px;
  	margin-right:20px;
  	
  	article.page{
  		padding:20px 0 0 0;
  		h2{float:none; font-size:2em; width:auto; margin-right:0px;}
  	}
  	
  	.news{
  		article{
  			width:50%;
  			@include box-sizing('border-box');
  			}
  			
  		} 
  }*/ }
  .home #content article.page {
    overflow: hidden;
    padding: 20px 50px 30px 50px;
    border-top: 2px solid #65646f;
    border-bottom: 2px solid #65646f;
    margin-bottom: 40px; }
    .home #content article.page h2 {
      float: left;
      width: 241px;
      font-size: 2.7em;
      line-height: 1.2;
      color: #3d8d57;
      margin-right: 50px; }
    .home #content article.page span {
      color: #accf37; }
  .home #content .news {
    overflow: hidden; }
    .home #content .news article {
      float: left;
      width: 325px;
      padding: 0px 15px;
      margin-bottom: 30px;
      border-left: 2px solid #accf37;
      border-bottom: none; }
      .home #content .news article h3 {
        margin: 5px 0px 15px;
        line-height: 1.2em;
        text-decoration: none;
        font-size: 1.1em;
        color: #3d8d57; }
        .home #content .news article h3 p {
          clear: both; }
      .home #content .news article a {
        color: #3d8d57; }
      .home #content .news article .text-wrap {
        width: 100%; }
      .home #content .news article .pic {
        float: left;
        width: 44%;
        margin-top: 15px; }
      .home #content .news article .entry-date {
        color: #65646f;
        font-size: 0.9em; }
      .home #content .news article.has-post-thumbnail .text-wrap {
        float: left;
        width: 50%;
        margin-right: 6%; }
    .home #content .news article:nth-child(2n+1) {
      clear: left; }
    .home #content .news article:nth-child(even) {
      padding-right: 0px; }
  @media handheld, only screen and (max-width: 980px) {
    .home #content {
      width: 460px;
      margin: 0px 20px 20px 0px; }
      .home #content article.page {
        padding: 20px 0 0 0; }
        .home #content article.page h2 {
          float: none;
          font-size: 2em;
          width: auto;
          margin-right: 0px; }
      .home #content .news article {
        float: none;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  @media handheld, only screen and (max-width: 700px) {
    .home #content {
      width: 100%;
      margin: 0px 0px 20px 0px; }
      .home #content article.page {
        padding: 20px 0 0 0; }
        .home #content article.page h2 {
          font-size: 2em;
          width: auto;
          margin-right: 0px; }
      .home #content .news article {
        width: 100%;
        padding-right: 0px; }
        .home #content .news article .text-wrap h3 {
          font-size: 1.1em; } }
  @media handheld, only screen and (max-width: 460px) {
    .home #content {
      width: 100%; }
      .home #content article.page {
        padding: 20px 0 0 0; }
        .home #content article.page h2 {
          font-size: 1.8em;
          width: auto;
          margin-right: 0px; }
      .home #content .news article.posts {
        width: 100%;
        padding-right: 0px; }
        .home #content .news article.posts .text-wrap h3 {
          font-size: 1.1em; }
        .home #content .news article.posts .pic {
          width: 45%; } }
  @media handheld, only screen and (max-width: 320px) {
    .home #content {
      width: 100%; }
      .home #content article.page {
        padding: 20px 0 0 0; }
        .home #content article.page h2 {
          font-size: 1.3em;
          width: auto;
          margin-right: 0px; } }

@media handheld, only screen and (max-width: 980px) {
  aside.sidebar-adverts {
    width: 200px;
    float: left; } }
@media handheld, only screen and (max-width: 700px) {
  aside.sidebar-adverts {
    width: 100%;
    float: none; }
    aside.sidebar-adverts li {
      float: left;
      margin-right: 20px; }
      aside.sidebar-adverts li:nth-child(2n) {
        margin-right: 0; } }
@media handheld, only screen and (max-width: 460px) {
  aside.sidebar-adverts li {
    width: 49%;
    margin-right: 2%; } }

#content {
  width: 660px;
  float: left;
  margin-right: 60px; }
  @media handheld, only screen and (max-width: 980px) {
    #content {
      width: 460px;
      float: left;
      margin-right: 20px; } }
  @media handheld, only screen and (max-width: 700px) {
    #content {
      width: 94%;
      float: none;
      padding-top: 5px;
      margin: 0px 3%; } }

.blog-listing article.post .entry-content {
  padding: 10px 0 0; }

.archive-header h1 {
  line-height: 1.1em;
  font-size: 3em; }
@media handheld, only screen and (max-width: 980px) {
  .archive-header {
    font-size: 0.8em; } }
@media handheld, only screen and (max-width: 700px) {
  .archive-header {
    font-size: 0.7em; } }
@media handheld, only screen and (max-width: 460px) {
  .archive-header {
    font-size: 0.5em; } }

article.page, article.adc-area {
  margin-top: 15px; }
  article.page header, article.adc-area header {
    border-bottom: 1px dotted #CDCDCD;
    margin-bottom: 15px; }
    article.page header h1.entry-title, article.adc-area header h1.entry-title {
      font-size: 3.5em; }
      @media handheld, only screen and (max-width: 700px) {
        article.page header h1.entry-title, article.adc-area header h1.entry-title {
          font-size: 3em; } }
      @media handheld, only screen and (max-width: 460px) {
        article.page header h1.entry-title, article.adc-area header h1.entry-title {
          font-size: 2em; } }

article.post, .search-results article.page {
  margin: 15px 0 30px;
  position: relative;
  padding: 0 0 5px 60px; }
  article.post footer, .search-results article.page footer {
    border-bottom: #65646f solid 1px;
    overflow: hidden;
    padding-bottom: 15px; }
    article.post footer .share-icons, .search-results article.page footer .share-icons {
      line-height: 20px;
      margin-bottom: 15px; }
      article.post footer .share-icons img, .search-results article.page footer .share-icons img {
        vertical-align: bottom;
        margin: 0 2px; }
  article.post:last-child footer, .search-results article.page:last-child footer {
    border-bottom: medium none; }
  article.post header .entry-title, .search-results article.page header .entry-title {
    font-size: 2em;
    line-height: 1.1em;
    margin: 0 0 10px; }
    article.post header .entry-title a:hover, .search-results article.page header .entry-title a:hover {
      color: #65646f; }
  article.post header time, .search-results article.page header time {
    padding: 8px 0;
    width: 50px;
    background-color: #3d8d57;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0; }
    article.post header time .day, article.post header time .month, article.post header time .year, .search-results article.page header time .day, .search-results article.page header time .month, .search-results article.page header time .year {
      line-height: 17px;
      text-align: center;
      display: block; }
    article.post header time .month, .search-results article.page header time .month {
      font-weight: 100;
      font-size: 17px; }
    article.post header time .year, .search-results article.page header time .year {
      margin-top: 4px;
      font-size: 18px; }
  article.post .entry-content, .search-results article.page .entry-content {
    padding: 0; }
  @media handheld, only screen and (max-width: 980px) {
    article.post, .search-results article.page {
      padding: 0 0 5px 0px; }
      article.post header, .search-results article.page header {
        padding: 0 0 0 60px;
        position: relative;
        min-height: 50px;
        margin-bottom: 10px; } }
  @media handheld, only screen and (max-width: 700px) {
    article.post header .entry-title, .search-results article.page header .entry-title {
      font-size: 1.8em; } }
  @media handheld, only screen and (max-width: 460px) {
    article.post header .entry-title, .search-results article.page header .entry-title {
      font-size: 1.7em;
      line-height: 1.2em; } }

.attachment-post-thumbnail {
  float: left;
  margin: 0 10px 10px 0; }

.img-float {
  float: right; }

a.news-btn {
  font-size: 2em;
  font-weight: bold;
  padding-left: 25px;
  color: #3d8d57;
  background: url(images/green-arrow.png) left 13px no-repeat; }
  a.news-btn span {
    color: #accf37; }
  a.news-btn:hover {
    color: #3d8d57; }

.sidebar-front {
  overflow: hidden;
  /*
  @media handheld, only screen and (max-width: $bp2) {
  
  	aside{
  			
  		header{ h3{font-size:1.4em;} } 
  		article.posts{ width:100%; h3{font-size:1.15em;line-height: 1.2em; padding-top: 5px;}}
  		}
  }
  */ }
  .sidebar-front aside {
    overflow: hidden;
    width: 220px; }
    .sidebar-front aside header {
      background: #3d8d57;
      padding-left: 10px;
      margin-bottom: 20px; }
      .sidebar-front aside header h3 {
        line-height: 1.1em;
        padding: 6px 0;
        font-size: 1.6em;
        color: #ffffff; }
    .sidebar-front aside.mhw-news header {
      background: #3d8d57; }
    .sidebar-front aside article.posts {
      margin-bottom: 20px;
      width: auto;
      line-height: 1.7em; }
      .sidebar-front aside article.posts h3 {
        color: #accf37;
        font-size: 1.2em;
        margin-top: 1px; }
      .sidebar-front aside article.posts a {
        color: #accf37; }
      .sidebar-front aside article.posts .entry-date {
        color: #3d8d57;
        font-size: 0.9em; }
    .sidebar-front aside .std-button {
      float: left;
      background: #666666;
      margin-bottom: 40px; }
      .sidebar-front aside .std-button:hover {
        background: #accf37; }
  @media handheld, only screen and (max-width: 700px) {
    .sidebar-front {
      margin-left: 0px;
      margin-top: 20px;
      width: 100%; }
      .sidebar-front aside {
        float: left;
        width: 47%;
        margin-bottom: 20px;
        margin-right: 6%; }
        .sidebar-front aside header h3 {
          font-size: 2em; }
        .sidebar-front aside article.posts {
          margin-bottom: 0px; }
        .sidebar-front aside .std-button {
          clear: both;
          margin-bottom: 0px;
          margin-top: 20px; }
        .sidebar-front aside:last-child {
          margin-right: 0px; } }
  @media handheld, only screen and (max-width: 460px) {
    .sidebar-front aside header {
      padding: 5px 15px; }
      .sidebar-front aside header h3 {
        font-size: 1.15em;
        line-height: 1.1em; }
    .sidebar-front aside article.posts {
      float: none;
      margin-bottom: 20px;
      width: 100%;
      line-height: 1.7em; }
      .sidebar-front aside article.posts h3 {
        color: #accf37;
        padding-top: 10px; }
      .sidebar-front aside article.posts a {
        color: #accf37; }
      .sidebar-front aside article.posts .entry-date {
        color: #3d8d57; }
    .sidebar-front aside .std-button {
      clear: both;
      background: #666666;
      margin: 0px; }
      .sidebar-front aside .std-button:hover {
        background: #accf37; }
    .sidebar-front aside:last-child {
      margin-right: 0px; } }

body.cy .widget-area li.widget h2.widgettitle, body.cy section.sidebar-front aside header h3 {
  font-size: 1.4em; }

.widget_atfi_search_widget li, .widget_atfi_widget li {
  line-height: 1.2em;
  font-size: 1em;
  width: 100%; }

/* Assistive text */
.assistive-text, .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 0;
  text-indent: -999em;
  line-height: 0;
  overflow: hidden;
  width: 1px;
  color: #65646f; }

#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%; }

body {
  background: none;
  font-size: 13px;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility;
  color: #65646f; }

/* Responsive */
img, object, embed {
  max-width: 100%; }

img {
  height: auto; }

figure img {
  max-width: 100%; }

.skip-float {
  clear: left; }

.video-holder {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0 0 1.3em; }

.video-holder iframe, .video-holder object, .video-holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Typography */
a {
  color: #A0BA35;
  text-decoration: none; }
  a:hover {
    color: #3d8d57; }

sup {
  font-size: 0.5em;
  position: relative;
  top: -0.8em; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

h1, h2, h3, h4 {
  font-family: 'Nunito', sans-serif;
  color: #5B584E;
  font-size: 1.5em; }

/* Stucture */
.container {
  width: 940px;
  margin: 0 auto; }
  @media handheld, only screen and (max-width: 980px) {
    .container {
      width: 700px; } }
  @media handheld, only screen and (max-width: 700px) {
    .container {
      width: 460px; } }
  @media handheld, only screen and (max-width: 460px) {
    .container {
      width: 94%;
      margin: 0 3%; } }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#masthead {
  position: relative;
  z-index: 600; }
  #masthead .clear {
    clear: both; }
  #masthead #header-inner {
    position: relative; }
  #masthead #topbar {
    background: #3d8d57; }
    #masthead #topbar .inner {
      overflow: hidden;
      padding: 5px 0px;
      line-height: 14px; }
      #masthead #topbar .inner a {
        color: #64646E; }
      #masthead #topbar .inner .topbar-left {
        float: left;
        width: 40%; }
        #masthead #topbar .inner .topbar-left .twitter-follow-button {
          display: inline;
          vertical-align: bottom;
          margin-left: 5px; }
      #masthead #topbar .inner .topbar-right {
        float: right; }
        #masthead #topbar .inner .topbar-right ul {
          overflow: hidden;
          float: left;
          margin-left: 10px; }
          #masthead #topbar .inner .topbar-right ul li {
            float: left;
            line-height: 20px;
            font-size: 13px; }
  #masthead .font-sizer {
    position: absolute;
    top: 0;
    right: 200px;
    overflow: hidden;
    float: left;
    margin-left: 10px; }
    #masthead .font-sizer li {
      float: left;
      line-height: 20px;
      font-size: 13px; }
  #masthead .social-icons {
    float: right;
    overflow: hidden;
    margin-top: 20px; }
    #masthead .social-icons p {
      float: left;
      margin-right: 5px;
      margin-top: 15px; }
    #masthead .social-icons img {
      float: left;
      margin-right: 5px; }
    @media handheld, only screen and (max-width: 980px) {
      #masthead .social-icons {
        margin-top: 10px; }
        #masthead .social-icons img {
          width: 40px;
          height: 40px; } }
  #masthead #logo {
    float: left;
    z-index: 55;
    max-width: 85%;
    padding: 20px 0px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }
  #masthead .hafal-logo {
    text-align: center;
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 0.93em;
    color: #aaaaaa; }
    #masthead .hafal-logo img {
      display: block; }
  #masthead #lang-change {
    position: absolute;
    top: 0;
    right: 0;
    background: #accf37;
    color: white; }
    #masthead #lang-change a {
      color: white;
      padding: 6px 10px;
      display: block; }
  @media handheld, only screen and (max-width: 980px) {
    #masthead #logo {
      width: 50%; }
    #masthead .hafal-logo {
      width: 40%; } }
  @media handheld, only screen and (max-width: 700px) {
    #masthead {
      position: fixed;
      top: 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px;
      box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px;
      background-color: #ffffff;
      width: 100%;
      border-top: solid 4px #3d8d57; }
      #masthead #logo {
        padding: 10px 0px;
        width: 276px; }
      #masthead .hafal-logo {
        display: none; }
      #masthead #lang-change {
        right: 50px; }
      #masthead.scrolled #logo {
        padding: 4px 0;
        width: 161px; }
      #masthead #topbar, #masthead .social-icons, #masthead .searchform, #masthead nav.navigation, #masthead .font-sizer {
        display: none; } }
  @media handheld, only screen and (max-width: 460px) {
    #masthead #logo {
      padding: 8px 0px;
      width: 200px; } }

@media handheld, only screen and (max-width: 700px) {
  .admin-bar #masthead {
    top: 46px; }

  #main {
    margin-top: 90px; } }
@media handheld, only screen and (max-width: 460px) {
  #main {
    margin-top: 75px; } }
.hidden {
  display: none; }

#primary {
  margin-top: 30px; }

/* Entrys */
h1.news-title {
  font-size: 3.33em;
  line-height: 1.1em;
  margin: 0 0 10px; }

.blog .post {
  border-bottom: dashed 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.blog .post:last-child {
  border-bottom: medium none;
  padding-bottom: 0; }

article {
  overflow: hidden; }

h1.entry-title {
  font-size: 3.5em;
  line-height: 1.1em;
  margin: 0 0 0.3em;
  color: #3d8d57;
  font-family: 'Nunito', sans-serif; }

.entry-title a {
  text-decoration: none; }

.home .entry-title {
  font-size: 2.5em; }

.intro {
  font-size: 1.4em; }

.attachment-post-thumbnail {
  float: left;
  margin: 0 10px 10px 0; }

/* Article Page */
/* 404 */
#post-404 {
  text-align: center;
  margin: 50px 0; }
  #post-404 .dashicons {
    font-size: 1em;
    margin-right: 0.5em; }
  #post-404 h1 {
    font-size: 5em;
    margin-bottom: 0.2em;
    line-height: 1.1em; }
  #post-404 div.entry-content p {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0.5em; }
    #post-404 div.entry-content p.line-one {
      font-size: 2em; }

/*aside*/
aside.sidebar-home {
  top: -50px;
  margin-bottom: -50px;
  z-index: 100; }
  aside.sidebar-home ul {
    margin: 10px 0; }
    aside.sidebar-home ul li {
      font-size: 1.5em;
      line-height: 1.4em;
      padding-left: 10px;
      background: url(images/li-arrow.png) left 8px no-repeat transparent; }
    aside.sidebar-home ul li span {
      color: #f18e00; }

.sidebar {
  float: left;
  width: 220px; }

@media handheld, only screen and (max-width: 700px) {
  .sidebar {
    width: 94%;
    margin: 0 3%;
    float: none;
    padding-top: 10px;
    clear: both; } }
/* Home Banner */
#home-banner ul {
  overflow: hidden; }
  #home-banner ul li {
    position: relative; }
    #home-banner ul li img {
      width: 100%;
      height: auto; }
    #home-banner ul li .slide-excerpt-box {
      position: absolute;
      background: url(images/banner-slice.png) repeat-x;
      right: 0;
      min-width: 200px;
      min-height: 50px;
      max-width: 50%;
      bottom: 15px;
      padding: 15px; }
      #home-banner ul li .slide-excerpt-box p {
        color: #ffffff;
        margin-top: 15px; }
      #home-banner ul li .slide-excerpt-box .banner-title {
        font-size: 1.5em;
        color: #3d8d57;
        line-height: 1.1em; }

@media handheld, only screen and (max-width: 700px) {
  #home-banner ul {
    height: 177px; }
    #home-banner ul li .slide-excerpt-box {
      min-height: 0;
      max-width: 90%; }
      #home-banner ul li .slide-excerpt-box p {
        display: none; } }
@media handheld, only screen and (max-width: 460px) {
  #home-banner ul li {
    overflow: hidden;
    max-width: 100%; }
    #home-banner ul li .banner-image-wrap {
      position: relative;
      left: 50%; }
      #home-banner ul li .banner-image-wrap img {
        width: 460px;
        max-width: none;
        left: -230px;
        position: relative; }
    #home-banner ul li .slide-excerpt-box {
      min-width: 0; }
      #home-banner ul li .slide-excerpt-box .banner-title {
        font-size: 1.3em; } }
/* Widgets */
.widget-area li.widget {
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .widget-area li.widget h2.widgettitle {
    background: #3d8d57;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #ffffff;
    line-height: 1.1em; }
  @media handheld, only screen and (max-width: 700px) {
    .widget-area li.widget {
      width: 48%;
      float: left;
      margin-right: 4%; }
      .widget-area li.widget:nth-child(2n+2) {
        margin-right: 0; }
      .widget-area li.widget:nth-child(2n+3) {
        clear: left; } }
  @media handheld, only screen and (max-width: 460px) {
    .widget-area li.widget {
      width: 100%;
      margin-right: 0; } }
  .widget-area li.widget.widget_adc_date_archive li.adc_years {
    padding: 0;
    background: none;
    margin: 0;
    font-size: 1.1em; }
    .widget-area li.widget.widget_adc_date_archive li.adc_years a {
      background: url("images/li-arrow.png") no-repeat left 5px transparent;
      min-height: 18px;
      padding: 2px 0 4px 13px; }
    .widget-area li.widget.widget_adc_date_archive li.adc_years.expanded a {
      background: url("images/li-arrow-down.png") no-repeat left 7px transparent; }
    .widget-area li.widget.widget_adc_date_archive li.adc_years ul {
      overflow: hidden;
      margin: 0 0 0 10px;
      padding: 0; }
    .widget-area li.widget.widget_adc_date_archive li.adc_years ul li.adc_months {
      float: left;
      background: #f0f0f0;
      margin: 2px;
      padding: 0;
      font-size: 1em;
      width: 48px;
      text-align: center; }
      .widget-area li.widget.widget_adc_date_archive li.adc_years ul li.adc_months a {
        padding: 5px 5px;
        background: none; }
      .widget-area li.widget.widget_adc_date_archive li.adc_years ul li.adc_months.all-link {
        clear: right;
        background: #accf37;
        float: none; }
        .widget-area li.widget.widget_adc_date_archive li.adc_years ul li.adc_months.all-link a {
          color: white; }
      .widget-area li.widget.widget_adc_date_archive li.adc_years ul li.adc_months.current {
        background: #3d8d57; }
        .widget-area li.widget.widget_adc_date_archive li.adc_years ul li.adc_months.current a {
          color: white; }

.widget-area ul ul li {
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0 0 15px;
  padding-left: 10px;
  background: url(images/li-arrow.png) left 6px no-repeat transparent; }
  .widget-area ul ul li a {
    display: block; }

.widget-area ul li.widget_area-list ul li {
  margin: 0 0 0.3em 10px; }

.widget-area ul li.ADC_Subpages_menu ul li {
  margin: 0 0 0.6em 10px; }

ul.area-list {
  overflow: hidden; }
  ul.area-list li {
    float: left;
    margin: 0 2% 2% 0;
    width: 49%; }
    ul.area-list li a {
      display: block;
      padding: 8px 15px;
      text-align: center;
      color: white;
      background: #999999; }
      ul.area-list li a:hover {
        background: #3d8d57; }
    ul.area-list li:nth-child(2n+2) {
      margin-right: 0; }

/* Footer */
#colophon {
  clear: both;
  border-top: 1px solid #65646f;
  margin-top: 20px; }
  #colophon .footer-inner {
    margin: 20px 0px;
    overflow: hidden; }
    #colophon .footer-inner .facebook {
      float: right; }
      @media handheld, only screen and (max-width: 460px) {
        #colophon .footer-inner .facebook {
          float: none; } }
      #colophon .footer-inner .facebook p {
        float: left;
        font-size: 0.9em;
        padding-top: 10px;
        padding-right: 5px; }
        @media handheld, only screen and (max-width: 980px) {
          #colophon .footer-inner .facebook p {
            display: none; } }
    #colophon .footer-inner .inp {
      float: left;
      margin-right: 20px; }
      @media handheld, only screen and (max-width: 460px) {
        #colophon .footer-inner .inp {
          height: 35px;
          width: auto; } }
    #colophon .footer-inner nav {
      float: left;
      margin-top: 10px; }
      #colophon .footer-inner nav li {
        display: inline-block;
        font-size: 0.9em;
        white-space: nowrap;
        background: url(images/menu-divider.png) no-repeat right; }
        #colophon .footer-inner nav li a {
          color: #999999;
          padding-right: 5px; }
          #colophon .footer-inner nav li a:hover {
            color: #accf37; }
      #colophon .footer-inner nav li:last-child {
        background: none; }
      @media handheld, only screen and (max-width: 980px) {
        #colophon .footer-inner nav {
          width: 380px; } }
      @media handheld, only screen and (max-width: 700px) {
        #colophon .footer-inner nav {
          width: 100%; } }
    #colophon .footer-inner #company-numbers {
      float: left;
      padding-left: 15px; }
      @media handheld, only screen and (max-width: 980px) {
        #colophon .footer-inner #company-numbers {
          float: none;
          clear: both;
          padding: 10px 0;
          text-align: center; }
          #colophon .footer-inner #company-numbers p {
            display: inline;
            margin: 0 5px; } }
      @media handheld, only screen and (max-width: 460px) {
        #colophon .footer-inner #company-numbers p {
          display: block;
          margin: 0 5px; } }

.site-info .admin-link, .site-info .admin-link:hover {
  color: #999999;
  text-decoration: none;
  cursor: text; }

.site-info {
  clear: both;
  font-size: 0.83em;
  color: #999999; }

#colophon .site-info a {
  color: #999999;
  text-decoration: none; }

.site-info a:hover {
  text-decoration: underline; }

/* Article post meta*/
ul.postmeta {
  background: url(images/clock.png) left center no-repeat transparent;
  margin: 0 0 15px;
  padding: 0px 8px 0px 25px;
  overflow: hidden;
  width: 470px;
  line-height: 18px;
  height: 16px; }
  ul.postmeta ul.postmeta a {
    color: #F1D274; }
  ul.postmeta ul.postmeta li.addthis {
    width: 140px; }
  ul.postmeta ul.postmeta li:first-child {
    padding-left: 0; }
  ul.postmeta ul.postmeta li:last-child {
    border-right: medium none; }
  ul.postmeta ul.postmeta li {
    padding: 0 8px;
    float: left;
    border-bottom: medium none;
    border-right: 1px solid #F4F4F4;
    display: inline;
    margin: 0; }
  ul.postmeta ul.postmeta li .addthis_toolbox {
    margin: 0; }
  ul.postmeta ul.postmeta li.addthis {
    width: 140px; }

#disqus_thread {
  color: #000000;
  margin-bottom: 30px; }

/* Back to top button*/
.back-to-top {
  background-color: #3d8d57;
  bottom: 2em;
  color: #ffffff;
  display: none;
  font-family: "dashicons";
  font-size: 12px;
  padding: 1em;
  position: fixed;
  right: 2em;
  text-decoration: none; }
  .back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.5);
    color: #ffffff; }

#info-blocks a,
.std-button {
  background: none repeat scroll 0 0 #3d8d57;
  color: #ffffff;
  font-size: 1em;
  height: 25px;
  line-height: 25px;
  padding: 4px 15px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  margin: 0 auto;
  display: block; }
  #info-blocks a:hover,
  .std-button:hover {
    background-color: #accf37;
    color: #ffffff; }

.searchform {
  float: right;
  width: 220px;
  /* Fixes submit button height problem in Firefox */ }
  @media handheld, only screen and (max-width: 980px) {
    .searchform {
      position: relative;
      top: -70px;
      margin-bottom: -35px; } }
  @media handheld, only screen and (max-width: 700px) {
    .searchform {
      top: 0; } }
  .searchform #searchsubmit {
    height: 31px;
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: none;
    width: 81px;
    background: #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .searchform #s {
    float: left;
    height: 21px;
    width: 109px;
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    border: none;
    background: #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    @media handheld, only screen and (max-width: 700px) {
      .searchform #s {
        background: white; } }
  .searchform .button::-moz-focus-inner {
    border: 0; }

.search-results .entry-content strong {
  color: black;
  font-size: 1.1em; }

.search-form {
  float: right;
  /* Fixes submit button height problem in Firefox */ }
  .search-form .button {
    height: 31px;
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: #666666; }
  .search-form .input {
    float: left;
    height: 22px;
    width: 109px;
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    border: none;
    background: #f0f0f0; }
  .search-form .button::-moz-focus-inner {
    border: 0; }

/* Pagination */
.pagination {
  float: left;
  margin-right: 10px;
  font-size: 1.2em;
  text-transform: uppercase; }
  .pagination span.title {
    background: #3d8d57;
    color: white;
    text-transform: none; }
  .pagination span, .pagination a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 6px 12px;
    margin-left: 2px; }
  .pagination span {
    color: #ffffff;
    background: #3d8d57;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 6px 10px; }
  .pagination a {
    color: white;
    background: #3d8d57;
    text-decoration: none; }
  .pagination a:hover {
    color: #ffffff;
    background: #3d8d57; }

svg {
  width: 500px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  clear: both; }
  svg path {
    stroke: #65646f;
    stroke-width: 1; }
  svg g:hover path {
    fill: #3d8d57; }

/* Add this */
.addthis_toolbox {
  overflow: hidden;
  margin-bottom: 20px;
  /* Facebook */
  /* Google+ */
  /* Twitter */
  /* Pinterest */
  /* LinkedIn */
  /* Email */ }
  .addthis_toolbox a {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
    padding-left: 5px; }
  .addthis_toolbox span {
    float: left;
    line-height: 30px;
    margin-right: 8px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 1.2em; }
  .addthis_toolbox a.addthis_button_facebook {
    background: url("images/addthis/facebook.png") center center no-repeat transparent; }
  .addthis_toolbox a.addthis_button_google_plusone_share {
    background: url("images/addthis/google-plus.png") center center no-repeat transparent; }
  .addthis_toolbox a.addthis_button_twitter {
    background: url("images/addthis/twitter.png") center center no-repeat transparent; }
  .addthis_toolbox a.addthis_button_pinterest_share {
    background: url("images/addthis/pinterest.png") center center no-repeat transparent; }
  .addthis_toolbox a.addthis_button_linkedin {
    background: url("images/addthis/in.png") center center no-repeat transparent; }
  .addthis_toolbox a.addthis_button_email {
    background: url("images/addthis/email.png") center center no-repeat transparent; }
  .addthis_toolbox a.addthis_button_compact {
    background: url("images/addthis/compact.png") center center no-repeat transparent; }

.vcard.author {
  display: none; }

#lang-modal {
  color: #333333;
  max-width: 85%;
  /* height: 400px; */
  padding: 20px 20px 10px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: none; }
  #lang-modal .plainmodal-close, #lang-modal .modal-button {
    background-color: #3d8d57;
    color: #ffffff;
    padding: 8px 10px;
    margin: 5px 5px 5px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    cursor: hand;
    display: inline-block; }
    #lang-modal .plainmodal-close:hover, #lang-modal .modal-button:hover {
      background-color: #3d8d57; }
    #lang-modal .plainmodal-close a, #lang-modal .modal-button a {
      color: #ffffff; }
  #lang-modal .modal-buttons {
    border-top: 1px solid #AAAAAA;
    margin-top: 1.5em;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left; }
  #lang-modal h3 {
    color: #3d8d57;
    white-space: nowrap; }
  @media handheld, only screen and (max-width: 700px) {
    #lang-modal {
      padding: 20px 20px 5%; }
      #lang-modal h3 {
        font-size: 1.2em; } }

a.add-posts {
  clear: both;
  display: block;
  padding: 15px 10px;
  background: #3d8d57;
  color: white; }
