/*
Theme Name: MKDP
Theme URI:
Author: DS
Author URI:
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: mkdp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


b,
strong {
 font-weight: 700;
}

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: 0;
}

hr {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}

img {
 height: auto;
 /*Make sure images are scaled correctly. */
 max-width: 100%;
 /*Adhere to container width.*/
 vertical-align: middle;
}

del {
 opacity: 0.8;
}
a:hover,
a:focus,
a:active {
 color: #686868;
}

a:focus {
 outline: thin dotted;
}

.info-content-panel a{
  text-decoration: underline;
}

footer ul li a, .contentbox a{
  text-decoration: underline;
}

a:hover,
a:active {
 outline: 0;
}

.alignleft {
 float: left;
 margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
 float: right;
 margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
 clear: both;
 display: block;
 margin: 0 auto 1.75em;
}

blockquote.alignleft {
 margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
 margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
 margin-bottom: 1.473684211em;
}
.map-tab-top ul.tabs {
    display: block;
    list-style-type: none;
    text-align: right;
}
.map-tab-top ul p {font-size:20px;}
.map-tab-top ul p a {color:#6cbe4b; text-decoration:none; font-weight:bold; font-size:20px;}
.map-tab-top ul p a:hover {text-decoration:underline;}

.map-tab-top ul.tabs li {
    display: inline-block;
    margin-left: 10px;
}
.map-tab-top ul.tabs li a {
    background-color: hsl(103, 47%, 52%);
    color: hsl(0, 0%, 100%);
    font-size: 18px;
    padding: 8px 15px;
}
.map-tab-top ul.tabs li a:hover {
    background-color: hsl(0, 0%, 20%);
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}
.map-tab-top ul.tabs li.activeli a {
    background-color: hsl(0, 0%, 20%);
}

#aa-bar{
  background: #000000;
  color: #000;
  overflow: hidden;
  height: 0;
}
#aa-bar.focus, #aa-bar:hover, #aa-bar:focus{
  height: auto;
  display: visible;
}

#aa-bar .parent-focus{
	color: #000;
  font-size: 16px;
  margin: 5px 0;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}



.info-content-panel.rest-pages.info-full-width ul li{font-size:16px;}
.info-content-panel.rest-pages.info-full-width ul li a{color:#6dbe4c !important;}
.info-content-panel.rest-pages.info-full-width h3{margin-bottom: 10px;
    margin-top: 25px;}
