@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:200,300,400,600,700,800,900');
@import "reset.css";
@import "normalize-v8.css";

html {
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html, body {
    background-color: #FFF;
    font-family: 'Lato', sans-serif;
}

a {
    color:#42A5F5;
    text-decoration: none;
}

a:hover {
    color:rgb(41, 138, 212)
}

h1 {
    font-family: 'Ubuntu','Lato', sans-serif;
    font-size: 64px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: -0.5px;
    color: #08042b;
}

h2 {
    font-family: 'Ubuntu','Lato', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -0.3px;
}

h3 {
    font-family: 'Ubuntu','Lato', sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: -0.3px;
    color: #08042b;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: -0.3px;
}

h5 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: normal;
}

h6 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: normal;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

div.section-desc a {
    text-decoration: underline;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-weight: normal;
    color: #2a91f5;
}

div.section-desc a:hover {
    color: #007af5;
}

::-ms-clear {
    display: none;
}

/* Custom Google Places autocomplete dropdown */
.tt-autocomplete {
    position: absolute;
    z-index: 2000;
    background: #fff;
    border: 1px solid #d8dce2;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(25, 27, 36, 0.15);
    overflow: hidden;
    min-width: 240px;
    max-width: 95vw;
    font-family: inherit;
}

.tt-autocomplete__list {
    max-height: 280px;
    overflow-y: auto;
}

.tt-autocomplete__item {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f2f5;
    cursor: pointer;
    background-color: #fff;
}

.tt-autocomplete__item:last-child {
    border-bottom: none;
}

.tt-autocomplete__item--active,
.tt-autocomplete__item:hover {
    background-color: #f5f7fb;
}

.tt-autocomplete__primary {
    font-size: 15px;
    color: #1a1c24;
    line-height: 1.2;
}

.tt-autocomplete__secondary {
    font-size: 13px;
    color: #5b6170;
    margin-top: 2px;
    line-height: 1.2;
}

.tt-autocomplete__match {
    font-weight: 600;
}

.tt-autocomplete__powered {
    padding: 8px 12px;
    background: #fafbfc;
    text-align: right;
}

.tt-autocomplete__powered img {
    height: 16px;
}
