* {
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    outline: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-family: 'Open Sans', sans-serif;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-weight: 400;
}

@font-face {font-family: "Kiro W03 Regular";
    src: url("../fonts/kiro/62f6e5fbd7b008354426de122f925931.eot"); /* IE9*/
    src: url("../fonts/kiro/62f6e5fbd7b008354426de122f925931.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/kiro/62f6e5fbd7b008354426de122f925931.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/kiro/62f6e5fbd7b008354426de122f925931.woff") format("woff"), /* chrome、firefox */
    url("../fonts/kiro/62f6e5fbd7b008354426de122f925931.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/kiro/62f6e5fbd7b008354426de122f925931.svg#Kiro W03 Regular") format("svg"); /* iOS 4.1- */
}

nav a:hover, .btn-large, .btn-flat {
    text-decoration: none !important;
}

nav ul li {
    font-family: "Kiro W03 Regular";
    letter-spacing: 2px;
    background-color: transparent !important;
    margin-right: 4px;
}

nav ul li a, .side-nav ul li a {
    padding-left: 0;
    color: #fff;
    border: none;
    letter-spacing: 2px;
    font-size: 1.1em;
    font-family: "Kiro W03 Regular";
    white-space: nowrap;
    z-index: 99999 !important;
}

.dropdown-content {
    padding: 20px;
    line-height: 1em;
}

.side-nav {
    z-index: 99999;
}

.side-nav ul li a {
    padding-left: 8px;
}

.side-nav li a:hover {
    color: #d7d6d6 !important;
}

.nav-linklist {
    background: transparent;
    clear: both;
    font-size: 16px;
    position: absolute;
    top: 100%;
    left: auto;
    width: 12em;
}



.scroll-down-icon {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

li a:focus, li a:hover, nav ul li a.active {
    background-color: transparent !important;
    color: #d7d6d6 !important;
    outline: none;
}

.nav-linklist li:nth-child(4), .side-nav li:nth-child(5) {
    margin-top: 20px;
}

.side-nav ul {
    padding-left: 0 !important;
}

figure {
    margin: 0;
}
a {
    color: #ffffff;
}

.flex {
    display: flex;
}

.address a {
    padding: 0;
    display: inline;
    line-height: 1em;
}

.address a:hover {
    background: none;

}

/** Sticky footer **/

main {
    flex: 1 0 auto;
}

.collapsible li.active i {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.collapsible .active {
    border-bottom: none;
    color: #6D9C91;
}

.collapsible-header .active {
    color: #6D9C91;
}
.collapsible {
    border-top: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
    margin: 0.5rem 0 1rem 0;
    box-shadow: none;
}

.collapsible-header {
    padding: 0 !important;
    font-weight: 600;
    padding-left: 10px;
}

.collapsible-body {
    padding: 0;
    color: rgba(0,0,0,0.87);
}

.collapsible-body p {
    padding-left: 0;
    padding-top: 0;
}

.collapsible {
    padding-left: 0 !important;
}

.collapsible-offer {
    padding: 0 0 20px 0;
    border-top: #6D9C91 2px solid;
    xborder-bottom: #6D9C91 2px solid;

}

.collapsible-offer h5 {
    padding-bottom: 20px;
}

.logo {
    display: inline-block;
    height: 100%;
}

.logo > img {
    height: 48px;
    margin-top: 8px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kiro W03 Regular";
}

h1 {
    text-transform: uppercase;
    font-size: 31px;
    line-height: 35px;
    margin: 0;
    letter-spacing: 2px;
}

h2 {
    font-size: 2.6em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-area {
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to left, #8bb1a8, #568076);
    opacity: 0.8;
}

h3 {
    font-size: 2.4em;
    text-transform: uppercase;
    align-self: flex-end;
    margin: 0px 0px 20px;
}

h3 > strong > i {
    color: #6D9C91;
}

h4 {
    font-size: 1.64rem;
}

h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
}

h6 {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #6D9C91;
    box-shadow: 0 1px 0 0 #6D9C91;
}

textarea.materialize-textarea:focus + label.active {
    color: #6D9C91;
}

.input-field input[type=text]:focus + label {
    color: #6D9C91;
}

.input-field input[type=tel]:focus + label {
    color: #6D9C91;
}

.input-field input[type=email]:focus + label {
    color: #6D9C91;
}

input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #6D9C91;
    box-shadow: 0 1px 0 0 #6D9C91;
}

.hr {
    clear: both;
    height: 1px;
    background-color: #ddd;
}

.table-of-contents a {
    display: inline-block;
    height: 68px;
    line-height: 64px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

.table-of-contents a:hover {
    border-left: none;
    background-color: #fff;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.table-of-contents a.active {
    border-left: none;
    background-color: #fff;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.map {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.svg {
    display: block;
}

.svg-offices-map {
    width: 100%;
    height: 100%;
}

.black-text {
    color: rgba(0, 0, 0, 0.87);
}

.pale-green-text {
    color: #6D9C91 !important;
}

.pale-green-text {
    color: #6D9C91 !important;
}

.pale-green-text.text-darken-1 {
    color: #5A8077 !important;
}

.pale-green-text.lighten-1 {
    color: #7AA59B !important;
}

.pale-green {
    background-color: #6D9C91 !important;
}

.pale-green.lighten-1 {
    background-color: #7AA59B !important;
}

.pale-green.lighten-5 {
    background-color: #7ca69c !important;
}

.pale-green.lighten-10 {
    background-color: #8bb1a8 !important;
}

.pale-green.lighten-15 {
    background-color: #9bbbb3 !important;
}

.pale-green.lighten-20 {
    background-color: #aac5bf !important;
}

.pale-green.lighten-25 {
    background-color: #b9d0ca !important;
}

.pale-green.lighten-30 {
    background-color: #c8dad6 !important;
}

.pale-green.darken-1 {
    background-color: #5A8077 !important;
}

.pale-green.darken-5 {
    background-color: #618f84 !important;
}

.pale-green.darken-10 {
    background-color: #568076 !important;
}

.pale-green.darken-15 {
    background-color: #4c7068 !important;
}

.pale-green.darken-20 {
    background-color: #42615a !important;
}

.pale-green.darken-25 {
    background-color: #38524c !important;
}

.pale-green.darken-30 {
    background-color: #2d433e !important;
}

.light-gray {
    background-color: #f7f7f7;
}

.light-gray-text {
    color: #f7f7f7;
}

.light-mist {
    background-color: #eceff1;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.sticker {
    display: block;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
    width: 100px;
}

.l-divider {
    margin: -45px auto 4px auto;
}

.sticker img {
    padding: 10px;
    width: 60px;
}

/** List with icon **/

.linear li {
    list-style: none !important;
    padding-left: 0em;
}

.linear li:before {
    content: "\e87f";
    font-family: Linearicons-Free;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

.linear2 li {
    list-style: none !important;
    padding-left: 0em;
}

.linear2 li:before {
    content: "\e87a";
    font-family: Linearicons-Free;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}



/** Timeline **/

.timeline-item {
    margin-left: 24px;
    padding: 1.4em 2em 1em;
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    border-left: 3px solid #6D9C91;
}

.timeline-item h5 {
    margin-bottom: 0;
}

.timeline-item p {
    margin: 0;
}

.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    font-weight: bold;
    top: 1em;
    display: block;
    font-size: .785rem;
}

.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    left: -7px;
    border-radius: 10px;
    content: '';
    border: 2px solid #6D9C91;
    background: white;
}

.timeline-item:last-child {
    -o-border-image: linear-gradient(to bottom, #6D9C91 60%, rgba(0, 0, 0, 0)) 1 100%;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #6D9C91), to(rgba(0, 0, 0, 0))) 1 100%;
    border-image: linear-gradient(to bottom, #6D9C91 60%, rgba(0, 0, 0, 0)) 1 100%;
}

.no-margin {
    margin: 0 !important;
}

.no-line-height {
    line-height: 0 !important;
}

.toc-wrapper {
    position: relative;
    margin-top: 55px;
}

.bottom-line {
    background-color: #6D9C91;
    width: 32px;
    height: 3px;
    display: inline-block;
    border: none;
}

.background-color {
    background-color: RGBA(0, 0, 0, 0.1);
}

.background-color.light {
    background-color: RGBA(0, 0, 0, 0.15);
}

.grid {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}

.box {
    height: 260px;
    padding: 20px;
    padding-top: 50px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.box-even {
    margin-right: 2px;
    margin-bottom: 2px;
}

.row .col s12 .box {
    padding: 0;
}

.intro {
    padding-top: 100px;
    background-color: #7AA59B;
}

.section {
    padding-top: 45px;
}

.about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.offer {
    padding-top: 40px;
}

.section ul {
    padding-left: 34px;
    padding-bottom: 1em;
}

.offer-2 ul {
    padding-left: 34px;
    padding-bottom: 1em;
}

.offer-number {
    color: #6D9C91;
    letter-spacing: 0.1em;
}

.offer-header {
    background-color: #6D9C91;
    width: 48px;
    height: 3px;
    margin-bottom: 12px;
}

.offer-detail {
    padding-top: 80px;
}

.offer-detail .collapsible ul {
    padding-left: 34px;
    padding-bottom: 1em;
}

.menu-line {
    border-top: 1px solid #e5e5e5;
}

.side-nav a {
    color: #fff !important;
}


.navbar-fixed {
    position: fixed;
    width: 100%;
}

.navbar-fixed nav {
    position: relative;
    background-color: transparent;
    box-shadow: none;
}

.pushpin-nav {
    width: 100%;
}

.headroom {
    will-change: transform;
    transition: transform 500ms linear;
}

.headroom--top {
    background-color: transparent !important;
    transition: background-color 200ms linear;
    color: #444 !important;
}

.headroom--top .logo {
    transform: scale(1.2);
    transform-origin: top left;
}

.headroom--not-top {
    background-color: rgba(90, 128, 119, 0.8) !important;
    transition: background-color 200ms linear;
}

.headroom--top .nav-standard {
    background-color: transparent;
}



.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0, 12px;
    background-color: #e0e0e0;
    transition: background-color .3s;
    border-radius: 0;

}

.contact h5 {
    margin-bottom: 15px;
}

.slider .indicators .indicator-item.active {
    background-color: #6D9C91;
}

.button-start {
    border: solid 1px #fff;
    background: transparent;
    background-color: transparent;
}

.button-start:hover {
    background-color: transparent;
}

.landing-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 0;
}

.landing-inner {
    max-height: 900px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.landing-inner > img {
    width: 100%;
}

.landing-caption-2 {
    position: absolute;
}

.landing-caption {
    /*background: none repeat scroll 0 0 #000000;*/
    position: absolute;
    background: none;
    background-color: transparent;
    top: 40%;
    float: left;
    left: 35%;
    max-width: 550px;
    opacity: 1;
    right: inherit;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.parallax-inner {
    max-height: 900px;
}

.parallax-inner > img {
    width: 100%;
}

img {
    max-width: 100%;
}

.parallax-container {
    height: 580px;
}

.parallax-container.light {
    height: 480px !important;
}

.parallax-container .section {
    width: 100%;
}

.slides li img {
    background-attachment: fixed;
}

@media only screen and (max-width: 992px) {

    .landing-inner {
        margin-top: 64px
    }

    .headroom--top {
        transition: background-color 200ms linear;
    }

    .headroom--top .logo {
        transform: none;
    }

    .headroom--not-top .logo {
        transform: none;
    }

    .parallax-container .section {
        position: absolute;
        /*top:40%;*/
    }

    .parallax-container {
        min-height: 500px;
    }

    .navbar-fixed {
        padding: 0;
    }

    /* width is 100% because the fixed left navbar is not displayed */
    .navbar-fixed nav {
        width: 100%
    }

    h1.header {
        font-size: 3.6em;
    }

    h2.header {
        font-size: 2.4em;
    }
}

@media only screen and (max-width: 600px) {
    .landing-inner {
        margin-top: 48px
    }

    h1.header {
        font-size: 3.0em;
    }

    .logo > img {
        height: 48px;
        margin-top: 4px;
    }

}

.icon-block {
    padding: 0 15px;
}

.icon-block h2 {
    margin: 0;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
