body {
    font-size: 16px; font-family: Open Sans, sans-serif; line-height: 1.5em;
    color: #333;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

h1 { font-size: 36px; font-weight: 800; color: #555; margin: 0 0 1em 0; line-height: 1.4em; }
h2 { font-size: 24px; font-weight: 700; color: #333; margin: 1em 0; line-height: 1.4em; }
h3 { font-size: 16px; font-weight: 700; color: #222; margin: 1em 0; line-height: 1.4em; }
p { margin: 0 0 1em 0; }
a { color: #333;}
a:visited { color: #333;}

@media (min-width: 768px) {
    h1 { padding: 0 60px;}
    .detail-buttons { text-align: center; margin-top: 24px;}
}
@media (max-width: 767px){
    h1 { padding: 0 24px;}
    .detail-buttons { margin-top: 24px;}
    .detail-buttons .button { display: block; margin-bottom: 12px;}
}

.todo { background-color: yellow; }

#page {
        border-left: solid 12px #143308;
    border-right: solid 12px #143308;
    border-bottom: solid 12px #143308;
    position: relative;
}
#page-header {
    border-top: solid 12px #143308;
    /*position: fixed; left: 0; top: 0;*/
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-bottom: solid 1px #215b0c;
}
#page-header-inner {}
#page-header-inner a { text-decoration: none;}
#page-header-inner a:hover { text-decoration: underline;}

#page-header-inner h1 {
    font-weight: 800; text-transform: uppercase;
    vertical-align: center;
    color: #143308/*094537*/; background-color: transparent;
    margin: 0 24px; padding: 0 36px;
}
#page-header-inner h1:hover { background: #84c76b;}

#page-menu { }
#page-menu ul { margin: 0; padding: 0; list-style-type: none;}
#page-menu ul li {
    margin: 0; font-size: 24px; padding: 0 16px; display: inline-block; line-height: 90px; vertical-align: center;
    font-weight: 800;
}
#page-menu ul li:hover { background: #84c76b;}
#page-menu ul li.selected {
    background-color: #4b9130;
}
#page-menu ul li.selected a {
    color: #fff;
}
#page-menu ul li a {text-decoration: none;}
#page-menu ul li a:visited {}
#page-menu ul li a:hover {text-decoration: underline;}

@media (min-width: 1200px) {
    #page-header-inner { height: 90px;}
    #page-header-inner h1 { font-size: 36px; float: left; line-height: 90px;}
    #page-menu { float: right; margin-right: 26px;}
    #page-menu ul li { font-size: 24px; padding: 0 16px; line-height: 90px;}
    #mobile-menu-open { display: none;}
    #mobile-menu-close { display: none;}
}
@media (min-width: 960px) and (max-width: 1199px){
    #page-header-inner { height: 90px;}
    #page-header-inner h1 { font-size: 27px; float: left; line-height: 90px;}
    #page-menu { float: right; margin-right: 26px;}
    #page-menu ul li { font-size: 18px; padding: 0 12px;line-height: 90px;}
    #mobile-menu { display: none}
    #mobile-menu-open { display: none;}
    #mobile-menu-close { display: none;}
}
@media (min-width: 768px) and (max-width: 959px){
    #page-header-inner { height: 90px;}
    #page-header-inner h1 { font-size: 18px; float: left; line-height: 90px;}
    #page-menu { float: right; margin-right: 26px;}
    #page-menu ul li { font-size: 18px; padding: 0 8px;line-height: 90px;}
    #mobile-menu { display: none}
    #mobile-menu-open { display: none;}
    #mobile-menu-close { display: none;}
}
@media (min-width: 571px) and  (max-width: 767px){
    #page-header-inner { height: 90px;}
    #page-header-inner h1 { font-size: 24px; margin: 0; border-bottom: solid 1px #215b0c; padding: 0 24px; line-height: 90px;}
    #mobile-menu { position: absolute; left: 0; top: 102px; width: 100%; background-color: white; border-top: solid 1px #143308;}
    #mobile-menu ul li { font-size: 24px; border-bottom: solid 1px #143308; padding: 24px; font-weight: 800;}
    #page-menu { display: none;}
    #mobile-menu-open { position: absolute; top: 48px; right: 22px; cursor: pointer;}
    #mobile-menu-close { position: absolute; top: 48px; right: 22px; cursor: pointer;}
}
@media (max-width: 570px){
    #page-header-inner { height: 60px;}
    #page-header-inner h1 { font-size: 18px; margin: 0; border-bottom: solid 1px #215b0c; padding: 0 24px; line-height: 60px;}
    #mobile-menu { position: absolute; left: 0; top: 72px; width: 100%; background-color: white; border-top: solid 1px #143308;}
    #mobile-menu ul li { font-size: 24px; border-bottom: solid 1px #143308; padding: 24px; font-weight: 800;}
    #page-menu { display: none;}
    #mobile-menu-open { position: absolute; top: 33px; right: 15px; cursor: pointer;}
    #mobile-menu-close { position: absolute; top: 33px; right: 15px; cursor: pointer;}
}

#user-menu { float: right;}
#page-footer {
    font-size: 12px;
    color: #143308;
    padding: 12px 60px;
    border-top: solid 1px #143308;
    margin: 24px 0 0 0;
    position: absolute; bottom: 0; left: 0; right: 0;}
#page-content { padding: 36px 0 0 0;}
.text-content { padding: 0 60px;}

#block-about {}
#block-about-inner {
    font-size: 18px; line-height: 1.5em;
    background-color: #d7f67f;
    padding: 24px;
}
#block-about-inner p { margin: 0;}

#block-sppk {}
#block-sppk-inner {
    /*font-size: 24px;*/ line-height: 1.5em;
    /*background-color: #f0f0f0;*/
    padding: 24px;
}
#block-sppk-inner p { margin: 0;}

#block-tpa {}
#block-tpa-inner {
    /*font-size: 24px;*/ line-height: 1.5em;
    /*background-color: #f0f0f0;*/
    padding: 24px;
}
#block-tpa-inner p { margin: 0;}

#block-eas { clear: both;}
#block-eas-inner {
    /*font-size: 24px;*/ line-height: 1.5em;
    /*background-color: #f0f0f0;*/
    padding: 24px;
}
#block-eas-inner p { margin: 0;}

#block-arborist {
    margin-bottom: 24px;
}
#block-arborist-inner {
    /*font-size: 18px; */ line-height: 1.5em;
    background-color: #f0f0f0/*c4f2e8*/;
    padding: 24px;
}
#block-arborist-inner h2 { margin-top: 0; font-weight: 800;}
#block-arborist-inner p { margin-bottom: 12px;}

@media (min-width: 768px) {
    #block-about {
        margin-bottom: 18px;
        width: 60%;
        margin-left: 24px;
    }
    #block-sppk {
        width: 60%;
        margin-left: 24px;
    }
    #block-tpa {
        width: 60%;
        margin-left: 24px;
    }
    #block-eas {
        width: 60%;
        margin-left: 24px;
    }
    #block-arborist {
        width: 30%;
        position: absolute;
        top: 138px;
        right: 36px;
    }
}
@media (max-width: 767px){
    #block-about {
        margin-bottom: 18px;
        margin-top: 24px;
    }
    #block-sppk {}
    #block-tpa {}
    #block-eas {}
    #block-arborist {
    }
}

.right-side-panel {
    margin-bottom: 24px;
    line-height: 1.5em;
    background-color: #f0f0f0;
    padding: 24px;
}
.right-side-panel h2 { margin-top: 0}

#arboricultural-companies-count {
    font-weight: 800;
}

#account-info {
    font-weight: 800;
    margin-top: 24px;
    line-height: 1.5em;
    background-color: #f0f0f0;
    padding: 24px;
}

.big-button-wrapper { text-align: center; padding: 48px 0 24px 0; margin-bottom: 0;}
.big-button {
    background-color: #4b9130/*256e5d*/; color: #fff; text-decoration: none; padding: 24px; margin-top: 24px;
    font-weight: 800;
    cursor: pointer;
}
.big-button-alt {
    background-color: #73b55a;
    color: #fff;
}
a.big-button { color: #fff;}
a.big-button:visited { color: #fff;}
.big-button:hover { text-decoration: underline}

.link { text-decoration: underline; cursor: pointer;}
.light-button {
    background-color: #e0e0e0; color: #000; text-decoration: none; padding: 12px; cursor: pointer;
}
.outline-button {
    border: solid 1px #e0e0e0; color: #000; text-decoration: none; padding: 12px; cursor: pointer;
}

.form-table { width: 100%;}
.form-table th { text-align: right; padding: 3px 12px 3px 0;}
.form-table th label { text-align: left; font-weight: 800;}
.form-table td { text-align: left; padding: 3px;}
.form-table td.entry {width: 70%;}
.form-table td.hint { font-weight: 300;}
.form-table td input { border: 0; font-size: 18px; padding: 12px; width: 95%;}
.form-table td select { border: 0; font-size: 18px; padding: 12px; width: 100%;}
.form-table td textarea { border: 0; font-size: 18px; padding: 12px; width: 95%;}
.form-buttons { margin-top: 48px; text-align: center;}
.form-errors { margin: 0 0 24px 24px;}
.form-error { background-color: #519787; padding: 24px 36px; font-weight: 800; color: #fff;}

.form {}
.form-content {}
.form-content h2 { margin: 0 0 36px 0; font-size: 24px; font-weight: 800; }
.or-paragraph {text-align: center; text-transform: uppercase; margin: 48px 0 24px 0; font-size: 24px; background: url(/static/img/design/or-paragraph-bg.png) repeat-x center;}
.or-text {background-color: #d7f67f; padding: 18px;}
.or-text-transparent {background-color: #f0f0f0; padding: 18px;}

@media (min-width: 768px) {
    .form { width: 50%;}
    .form-content { padding: 36px; background-color: #d7f67f; margin: 0 0 24px 24px;}
}
@media (max-width: 767px){
    .form {}
    .form-content { padding: 36px; background-color: #d7f67f; margin: 0 0 24px 0;}
}

.throbber { text-align: center;}

#block-right {
    width: 30%;
    position: fixed;
    top: 138px;
    right: 36px;
}
#block-right-inner {
    /*font-size: 18px; */ line-height: 1.5em;
    background-color: #f0f0f0/*c4f2e8*/;
    padding: 24px;
}
#block-right-inner h2 { margin-top: 0; font-weight: 800;}
#block-right-inner p { margin-bottom: 12px;}

@media (min-width: 768px) {
    .left-content { width: 60%; margin-left: 24px;}
}
@media (max-width: 767px){
    .left-content { }
}

@media (min-width: 768px) {
    .ac-listing { border-top: solid 1px #143308;}
    .ac-item-short { padding: 12px 36px; border-bottom: solid 1px #143308; cursor: pointer;}
    .ac-item-throbber { padding: 12px 36px; border-bottom: solid 1px #143308; text-align: center;}
    .ac-item-long { border-bottom: solid 1px #143308; padding: 0;}
    .ac-listing-hint { font-weight: 300; float: right; font-size: 80%}
}
@media (max-width: 767px){
    .ac-listing { border-top: solid 1px #143308;}
    .ac-item-short { padding: 12px 36px; border-bottom: solid 1px #143308; cursor: pointer;}
    .ac-item-throbber { padding: 12px 36px; border-bottom: solid 1px #143308; text-align: center;}
    .ac-item-long { border-bottom: solid 1px #143308; padding: 0;}
    .ac-listing-hint { font-weight: 300; display: block;}
}

@media (min-width: 768px) {
    #account-menu { background-color: #f0f0f0; margin: 0 0 24px 0; padding: 12px 36px; text-align: center;}
    #account-menu ul { margin: 0; padding: 0; list-style-type: none;}
    #account-menu li { padding: 0; margin: 0 6px; display: inline-block;}

}
@media (max-width: 767px){
    #account-menu { background-color: #f0f0f0; margin: 0 0 24px 0; padding: 24px;}
    #account-menu ul { margin: 0; padding: 0; list-style-type: none;}
    #account-menu li { padding: 8px 0; }
}
