/* General Styles */
.browsehappy{display:block;text-align:center;color:white;background-color:red;}
@font-face {
    font-family: 'Plain Black';
    src: url('../fonts/Plain_Black-webfont.eot');
    src: url('../fonts/Plain_Black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Plain_Black-webfont.woff') format('woff'), url('../fonts/Plain_Black-webfont.ttf') format('truetype'), url('../fonts/Plain_Black-webfont.svg#plainblacknormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Plain Black Wide';
    src: url('../fonts/Plain_Black_Wide-webfont.eot');
    src: url('../fonts/Plain_Black_Wide-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Plain_Black_Wide-webfont.woff') format('woff'), url('../fonts/Plain_Black_Wide-webfont.ttf') format('truetype'), url('../fonts/Plain_Black_Wide-webfont.svg#plainblackwidenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
.gsc-control-cse {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
/* Responsive iframe */

.video-container, .ytPlayer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: inherit;
    overflow: hidden;
    z-index: 1;
}
.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps {
    position: relative;
    padding-bottom: 90%;
    /* (450 ÷ 500 = 0.9 = 90%) */

    height: 0;
    overflow: hidden;
}
.video-container iframe, .ytPlayer iframe, .google-maps iframe, .calendar-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Responsive images */

img {
    max-width: 100%;
    height: auto;
}
.alignLeft, img.alignLeft {
    float: left;
    margin-right: 1em;
}
.alignRight, img.alignRight {
    float: right;
    margin-left: 1em;
}
.starburst {
    display: block;
    border-radius: 50%;
    text-align: center;
    background-image: url('../images/starburst.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 2em 0.75em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
}
.starburst.sb_sm {
    padding: 1.5em 1em;
    width: 125px;
    height: 125px;
}
.starburst.sb_md {
    padding: 1.5em 1em;
    width: 150px;
    height: 150px;
}
.starburst.sb_lg {
    padding: 1.5em 1em 0;
    width: 200px;
    height: 200px;
}
.starburst.sb_xt {
    padding: 2em;
    width: 250px;
    height: 250px;
}
.content .starburst a,
.content .starburst a:link,
.content .starburst a:visited {
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    text-shadow: 1px 0 2px #063211, -1px 0 2px #063211, 0 -1px 2px #063211, 0 1px 2px #063211, 0 0 10px #268A16;
}
/* Site Styles */

body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    background-color: #063211;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}
a, a:link, a:visited {
    color: #ffffff;
}
a.noline {
    text-decoration: none;
}
#pagewidth > header {
    background-image: url("../images/header-bg.jpg");
}
.header h2, .header h3 {
    color: #ffffff;
    text-align: center;
}
.header h2 {
    font-size: 4em;
    font-family: 'Plain Black Wide', serif;
    text-shadow: 0 1px 0 #999, 0 2px 0 #888, 0 3px 0 #777, 0 4px 0 #666, 0 5px 0 #555, 0 6px 0 #444, 0 7px 0 #333, 0 8px 7px #001135;
    letter-spacing: 0.075em;
    font-weight: normal;
}
.header h3 {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 2em;
    font-variant: small-caps;
    font-weight: bold;
    text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.5), 2px -2px 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}
nav ul, .table-of-content>ul {
    padding-left: 0;
    list-style: none;
}
nav .navlist>li {
    display: inline-block;
    position: relative;
}
nav .navlist>li>a {
    font-family: 'Kaushan Script', cursive;
    font-size: 1.5em;
    padding: 0 0.5em;
    text-decoration: none;
}
nav .navlist>li>a>input[type="button"] {
    color: #063211 !important;
}
nav .navlist>li:hover>a {
    color: #063211;
    text-shadow: -1px 0 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff, 0 0 10px #fff;
}
nav ul ul {
    display: none;
}
.footer .last>a>input[type="button"] {
	background-color: transparent !important;
	border-radius: none;
        border:none;
	-webkit-appearance: none;
	padding: 2px 8px 2px 4px;
	cursor: pointer;
}
/*
nav .navlist>li.has-sub:hover ul{
  display:block;
  position:absolute;
  z-index:100;
  background-color:#063211;
}
nav .navlist>li.has-sub:hover ul li{
  padding:0.2em 1em;
  min-width:200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.content a, .content a:link, .content a:visited {
    color: #063211;
}
.content {
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #B7CCBF;
    box-shadow: inset 0 0 3em rgba(0, 0, 0, 0.5);
}
.table-of-content {
    margin-top: 0.5em;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #DAE4DE;
}
.table-of-content h3 {
    text-align: right;
}
.table-of-content ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 0.2em;
}
.table-of-content>ul ul li:last-child {
    border-bottom: none;
}
.table-of-content ul li, #article article {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
article a>i.fa-arrow-up {
    opacity: 0.3;
}
article a:hover>i.fa-arrow-up {
    opacity: 1;
}
article:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 0;
}
/* Interview */

.interview p:nth-of-type(odd) {
    margin: 0;
    color: #232323;
}
.interview p:nth-of-type(even) {
    margin: 0 auto 1em;
    color: #063211;
}
.green {
    color: #063211;
}
/* Footer */

.footer {
    color: #ffffff;
    text-align: center;
}
.footer .nav-text {
    margin: 0.5em auto;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}
.footer .nav-text ul, .footer .nav-text li {
    display: inline-block;
    list-style: none;
    padding-left: 0;
}
.footer .nav-text li.hide-on-footer {
    display: none;
    visibility: hidden;
}
.footer .nav-text a {
    display: inline-block;
    padding: 0 0.5em;
}
.footer p {
    font-size: 0.8em;
}
/* YouTube Embedded Player */

#ytThumbs {}
#ytThumbs .ytlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ytThumbs .ytlist li.small {
    display: inline-block;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
}
#ytThumbs .ytlist li.small a, #ytThumbs .ytlist li.small a img {
    display: block;
}
.video-caption, .img-caption {
    font-size: 0.7em;
    color: #454545;
    text-align: center;
    margin: 10px auto;
}
/* Form */

fieldset {
    margin: 0 auto 1em;
    border: 1px solid #063211;
    border: 1px solid rgba(37, 95, 53, 0.3);
    min-height: 90px;
}
fieldset hr {
    margin:0 auto 5px;
    padding:5px 0 0;
    border-width: 0 0 1px 0;
    border-style:dotted;
    border-color: #063211;
    border-color: rgba(37, 95, 53, 0.3);
}
fieldset>legend {
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.basic-grey {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background-color: #F7F7F7;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 25px 15px 25px 10px;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #063211;
}
.basic-grey h2 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #063211;
    margin: -10px -15px 30px -10px;
    color: #063211;
}
.basic-grey h2>small {
    display: block;
    font-size: 13px;
}
.basic-grey label {
    display: block;
    margin: 0;
}
.basic-grey span {
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    color: #063211;
}
.basic-grey span, .basic-grey label {
    line-height: 2em;
}
input[type="checkbox"], input[type="radio"] {
    display: inline-block;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    color: #555;
    margin: 2px;
    outline: 0 none;
    padding: 0.4em 0.8em;
    width: 100%;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea {
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    padding: 5px 3px 3px 5px;
    width: auto;
}
.basic-grey textarea {
    height: 100px;
}
.basic-grey .button {
    display:block;
    background-color:#80A24A;
    border: 1px solid #063211;
    padding: 10px 25px 10px 25px;
    box-shadow: 0 0 0 #063211;
    color: #FFF;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #063211;
    cursor: pointer;
    margin:0 auto;
}
.basic-grey .button:hover {
    color: #063211;
    background-color:#9DC45F;
    box-shadow: 0 0 5px #063211;
    text-shadow: none;
}

.aside-list,
.aside-list li {
    list-style-type: none;
    padding-left:0;
}
.aside-list li {
    padding:0.2em 0;
}
.aside-list li i {
    padding-right:0.5em;
}
.aside-list li small {
    display:block;
    line-height:1.2;
}
.blog-title {
    color: green;
    text-align:center;
}
.blog-title a {
    font-family: 'Kaushan Script', cursive;
    font-size: 36px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid green;
}
.blog-title span {
    display:block;
}
.post-entry {
    border-bottom:1px solid green;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100px);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100px);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100px);
}
.post-entry .headline {
    margin-top:0;
}


/* mobile */

@media screen and (max-width: 767px) {
    nav .navlist {
        display: none;
        margin-top: 0;
    }
    .header > .grid-20 > img:nth-child(1) {
        display: block;
        margin: 0 auto;
    }
    #menu-button {
        -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
        -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
        box-shadow: inset 0px 1px 0px 0px #caefab;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
        background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100%);
        background-color: #77d42a;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        text-indent: 0;
        border: 1px solid #268a16;
        display: inline-block;
        color: #063211;
        font-weight: bold;
        font-style: normal;
        height: 30px;
        line-height: 30px;
        width: 100px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 1px 0px #aade7c;
        margin: 6px auto;
    }
    #menu-button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
        background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100%);
        background-color: #5cb811;
    }
    #menu-button:active, #menu-button.active {
        position: relative;
        top: 1px;
        margin-bottom: 0;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
    }
    nav .navlist.open {
        border: 1px solid #268a16;
    }
    nav .navlist.open > li {
        padding: 0.5em 0;
    }
    nav .navlist.open > li:hover {
        background-color: #268a16;
    }
    #menu-button, nav .navlist.open {
        display: block;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0 auto 10px;
    }
    header h2 {
        font-size: 3em;
    }
    header h3 {
        font-size: 1.5em;
        line-height: 1;
    }
    nav .navlist>li {
        width: 100%;
        text-align: center;
    }
    .footer .nav-text ul {
        display: inline;
    }
    .basic-grey span {
        display: block;
        text-align: center;
    }
}
/* desktop */

@media screen and (min-width: 768px) {
    #menu-button {
        display: none;
    }
    header .grid-80 {
        padding-top: 2em;
    }
    .content {
        padding: 1em 2em;
    }
}
#sitemap .content .navlist li.last {
    display:none;
}
