
			<style href="assets/css/selectize.css" type="text/css">/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013â€“2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */



.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 12rem;
    padding-bottom: 10rem;
}
.footer .background {
    background-color: #fff;
}
.footer .brand {
    margin-bottom: 2rem;
    display: block;
}
.footer nav ul {
    line-height: 3rem;
    opacity: .8;
}
.footer address {
    opacity: .8;
}
/********
--- H ---
********/
.hero {
    z-index: 3;
    background-color: #fff;
}
/*background-image: url("../../assets/img/hero-overlay.png"); background-size: contain; background-position: bottom center; background-repeat: no-repeat; padding-bottom: 4rem; position: relative; background-color:#fff; z-index: 3;*/
.hero .hero-wrapper {
    padding-bottom: 7rem;
}
.hero .main-navigation {
    z-index: 999;
    position: relative;
}
.hero .main-navigation .navbar {
    border-bottom: .1rem solid rgba(0,0,0,.1);
    padding: 1.2rem 0;
    margin-bottom: 1rem;
}
/*------ Main navigation list ------*/
.hero .main-navigation .navbar ul.navbar-nav {
    position: absolute;
    right: 0;
}
.hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
    padding: .5rem 1.7rem;
}
.hero .main-navigation .navbar ul.navbar-nav .btn {
    margin-left: 1.5rem;
    padding: .8rem 1.6rem;
}
.hero .main-navigation .navbar ul.navbar-nav li.nav-item {
    position: relative;
}

.hero .main-navigation .main-search-form-toggle[aria-expanded="true"] .fa-search {
    opacity: 0;
}
.hero .secondary-navigation {
    background-color: #363636;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    display: table;
    width: 100%;
}
.hero .secondary-navigation a, .hero .secondary-navigation span {
    color: #fff;
    padding: .8rem;
    display: inline-block;
    text-decoration: none;
}
.hero .secondary-navigation a {}
.hero .secondary-navigation a:hover {
    background-color: rgba(255,255,255,.1);
}
.hero .secondary-navigation i {
    opacity: .5;
    margin-right: .5rem;
}
.hero .secondary-navigation .left {
    float: left;
}
.hero .secondary-navigation .left li {}
.hero .secondary-navigation .left li:first-child {
    padding-left: 0;
}
.hero .secondary-navigation .right {
    float: right;
}
.hero .secondary-navigation .right li {
    border-left: .1rem solid rgba(255,255,255, .2);
}
.hero .secondary-navigation .right li:last-child {
    border-right: .1rem solid rgba(255,255,255, .2);
}
.hero .secondary-navigation ul li {
    float: left;
}
.hero ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero .page-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.hero:after {
    background-image: /*savepage-url=../../assets/img/hero-overlay.png*/ url(data:image/png;
    );
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 4.8rem;
    bottom: 0;
}

.pac-logo {}
.pac-logo:after {
    display: none;
}
.page .hero-wrapper {
    position: relative;
}
.page .hero-wrapper .background {
    background-color: #fff;
}
.page >.content {
    background-color: #f2f2f2;
    z-index: 1;
}
.page >.content:after {
    background-image: url("../../assets/img/footer-overlay.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 4.2rem;
    left: 0;
    content: "";
    position: absolute;
}
.page.sub-page .page-title {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

}
.section-title .selectize-input:hover, .section-title .selectize-input.chosen-container-active {
    background-color: #fff;
}
.sidebar section {
    margin-bottom: 4rem;
}

}
/*2. Elements*/
a {
    color: #000;
    transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
}


}
.nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    background: #36363612;
	padding: 12px;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
    background-color: #f2f2f2;
    overflow-x: hidden;
}



dl dd {
    text-align: right;
    padding: .2rem 0;
}
h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 3.6rem;
}
h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding-top: 1rem;
}



figure {}
figure.with-icon {
    position: relative;
    padding-left: 2.5rem;
}



mark, .mark {
    background-color: #ffdc23;
}
p {
    font-weight: normal;
}
ul, ol, dl {}



ul.features-checkboxes li:after, ol.features-checkboxes li:after, dl.features-checkboxes li:after {
    font-family: 'fontawesome';
    color: #fff;
    content: "\f00c";
    position: absolute;
    line-height: 1.8rem;
    font-size: 1rem;
    left: .5rem;
    top: 0;
}
section {
    position: relative;
}
header, footer {
    position: relative;
}
/*3. Forms*/
.btn {
    display: inline-block;
    position: relative;
    transition: .3s ease;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: .3rem;/*padding: .8rem 1.6rem;*/
    padding: 1.4rem 3rem;
    border-width: .1rem;
    outline: none !important;
    cursor: pointer;
}
.btn:hover, .btn:focus, .btn:active {
    outline: none !important;
}
.btn.btn-primary {
    background-color: #f68f33;
    border-color: #f29745;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    color: #fff;
    box-shadow: 0 .1rem 1.5rem rgba(0,0,0,.4);
}
.btn.btn-rounded {
    border-radius: 3rem;
}
.btn.btn-framed {
    background-color: transparent;
}
.btn.btn-framed.btn-primary {
    color: #f79a38;
}



.selectize-control.multi .selectize-input {}
.selectize-control.multi .selectize-input.has-items {
    padding: 1.1rem;
}
input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
    box-shadow: inset 0 0 1rem 0 rgba(0,0,0, .1);
    border: .1rem solid rgba(0,0,0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 1.4rem;
    outline: none !important;
    width: 100%;
    height: inherit;
    padding: 1.6rem;
}

/*4. Universal classes*/
.background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.background-image img {
    display: none;
}
.background-image.original-size {
    background-size: inherit;
}
.background-image.background-repeat-x {
    background-repeat: repeat-x;
}
.background-image.background-repeat-y {
    background-repeat: repeat-y;
}
[data-background-image] {
    background-size: cover;
    background-position: 50%;
}
.block {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.block section {
    margin-bottom: 6rem;
}
.box {
    background-color: #fff;
    box-shadow: 0 .1rem 2rem rgba(0,0,0,.15);
    padding: 3rem;
    border-radius: .3rem;
    position: relative;
}



.pointer-events-none {
    pointer-events: none;
}
.text-caps {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}

</style>