.a35-mt30 {
    margin-top: 30px !important;
}

.a35-mb15 {
    margin-bottom: 15px !important;
}

.a35-pl10 {
    padding-left: 10px !important;
}

.gm-style-iw {
    max-height: 270px !important;
    min-height: 220px;
}

.gm-style-iw-d {
    max-height: 258px;
    min-height: 208px;
}

body .a35-school-awarded a {
    color: #009933 !important;
}

body .a35-school-under-review a {
    color: #0067ac !important;
}

.a35-toolset-map-tooltip {
    margin-top: 10px;
    display: inline-block;
}

.a35-toolset-map-tooltip .symbol {
    display: inline-block;
    float: left;
    width: 40%;
    margin-right: 4%;
}

.a35-toolset-map-tooltip .symbol img {
    margin-bottom: 10px;
    max-width: 100%;
}

.a35-toolset-map-tooltip .header {
    float: left;
    width: 56%;
    margin-bottom: 10px;
}

.a35-toolset-map-tooltip .header .type {
    font-size: 12px;
    text-align: right;
    display: block;
    width: 100%;
    border-top: 1px solid;
    padding-right: 5px;
    padding-bottom: 10px;
    color: #999;
}

.a35-toolset-map-tooltip .h4,
.a35-school-content .h4 {
    font-weight: bold;
}

.a35-toolset-map-tooltip .detail {
    clear: both;
}

.a35-toolset-map-tooltip .info {
    clear: both;
    color: #000;
}

.a35-toolset-map-tooltip .info p {
    line-height: 20px;
}

.a35-toolset-map-tooltip .detail p {
    line-height: 20px;
}

.a35-toolset-map-tooltip .more-link,
.a35-school-map-location .more-link {
    display: inline;
    color: inherit;
}

.a35-toolset-map-tooltip .coord {
    margin-bottom: 10px;
}

.a35-toolset-map-tooltip .more-link:after,
.a35-school-map-location .more-link:after {
    content: "\02192";
    display: inline-block;
    margin-left: 0.3em;
}

.a35-toolset-map-tooltip .more-link:hover,
.a35-school-map-location .more-link:hover {
    text-decoration: none;
}

.a35-toolset-map-tooltip .clear {
    padding: 0;
}

/* a35 horizontal timeline */
.a35-timeline {
    white-space: nowrap;
    overflow-x: scroll;
    background-color: #333;
    padding-bottom: 70px;
}

.a35-timeline ol {
    font-size: 0;
    padding: 120px 0 100px;
    transition: all 1s;
    margin: 0;
}

.a35-timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 200px;
    height: 3px;
    background: #006838;
}

.a35-timeline ol li:first-child,
.a35-timeline ol li:last-child {
    width: 100px;
}

.a35-timeline ol li:first-child:after,
.a35-timeline ol li:last-child:after {
    display: none;
}

.a35-timeline ol li:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 7px;
    height: 7px;
    bottom: -4px;
    margin-left: -4px;
    background-color: #333;
    border: 2px solid #006838;
    border-radius: 50%;
    z-index: 1;
}

.a35-timeline ol li div {
    position: absolute;
    left: calc(50% - 80px);
    width: 160px;
    padding: 10px 15px;
    font-size: 15px;
    white-space: normal;
    color: black;
    background: white;
    border-radius: 4px;
}

.a35-timeline ol li div * {
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
}


.a35-timeline ol li div h4 {
    margin: 0 0 7px !important;
    font-style: italic;
}

.a35-timeline ol li div p {
    margin: 0;
}

.a35-timeline ol li div i {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 24px;
}

.a35-timeline ol li div i.a35-school-awarded {
    background: url(../img/eco-escolas-icon-64.png) no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    top: 6px;
    right: 6px;
}

.a35-timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.a35-timeline ol li div,
.a35-timeline ol li.a35-timeline-top div {
    top: -20px;
    transform: translateY(-100%);
    -webkit-box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.25);
}

.a35-timeline ol li div::before,
.a35-timeline ol li.a35-timeline-top div::before {
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 8px 8px 0 8px;
    border-color: white transparent transparent transparent;
}

.a35-timeline ol li.a35-timeline-bottom div {
    top: calc(100% + 38px);
    transform: translateY(0);
}

.a35-timeline ol li.a35-timeline-bottom div::before {
    top: -8px;
    left: 50%;
    margin-left: -7px;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent white transparent;
}

.a35-timeline .a35-timeline-time {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    display: inline-block;
    margin-left: -50%;
    padding-top: 14px;
    color: #f8f8f8;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 14px;
}

.a35-timeline ol li.a35-timeline-registered div,
.a35-timeline ol li.a35-timeline-registered div * {
    color: #000;
}

.a35-timeline ol li.a35-timeline-registered:after {
    width: 13px;
    height: 13px;
    bottom: -7px;
    margin-left: -7px;
    background-color: #000;
    border-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}

.a35-timeline ol li.a35-timeline-awarded div {
    background-color: #009933;
    color: #fff;
}

.a35-timeline ol li.a35-timeline-awarded div * {
    color: #fff;
}

.a35-timeline ol li.a35-timeline-awarded div::before {
    border-color: #009933 transparent transparent transparent;
}

.a35-timeline ol li.a35-timeline-awarded:after {
    width: 13px;
    height: 13px;
    bottom: -7px;
    margin-left: -7px;
    background-color: #009933;
    border-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}

.a35-timeline ol li.a35-timeline-under-review div,
.a35-timeline ol li.a35-timeline-under-review div * {
    color: #0067ac;
}

.a35-timeline ol li.a35-timeline-under-review:after {
    width: 13px;
    height: 13px;
    bottom: -7px;
    margin-left: -7px;
    background-color: #0067ac;
    border-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}

.a35-timeline-arrows {
    display: inline-block;
    position: absolute;
    width: 200px;
    left: 50%;
    text-align: center;
    margin-left: -100px;
}

.a35-timeline-arrows .a35-timeline-arrow {
    border-radius: 50%;
    background: #006838;
    color: #fff;
    border: 0 none;
    width: 48px;
    height: 48px;
    padding: 4px;
    cursor: pointer;
    outline: none;
    margin: 0;
    opacity: .7;
}

.a35-timeline-arrows .a35-timeline-arrow i {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    width: 32px;
    height: 32px;
    top: 0;
}

.a35-timeline-arrows .a35-timeline-arrow:hover {
    transform: scale(1.1);
    opacity: 1;
}

.a35-timeline-arrows .a35-timeline-arrow.a35-previous {
    margin-right: 16px;
}

.a35-timeline-arrows .a35-timeline-arrow:disabled {
    background: #999;
    color: #ccc;
    opacity: .5;
    cursor: default;
    transform: none;
}

@media only screen and (max-width: 690px) {
    .a35-timeline ol {
        padding: 150px 0;
    }

    .a35-toolset-map-tooltip .symbol {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .a35-toolset-map-tooltip .header {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .a35-timeline ol li:first-child,
    .a35-timeline ol li:last-child {
        width: 20px;
    }
}

@media only screen and (min-width: 690px) and (max-width: 1000px) {
    .a35-timeline ol {
        padding: 200px 0;
    }

    .a35-timeline ol li:first-child,
    .a35-timeline ol li:last-child {
        width: 50px;
    }
}