@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

html {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

button {
    opacity: 0.60;
    padding: 12px 32px;
    background: transparent;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0, 0.60);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0,0,0, 0.85);
} button:hover {
    opacity: 1;
} .dark button {
    border: 1px solid white;
    color: white;
}

button.cta {
    opacity: 1;
    background: #BFC932;
    border: 1px solid #DBE674;
    color: white;
    text-shadow: 0 1px 3px #2D3320;
} button.cta:hover {
    background: #CCDB38;
} .dark button.cta {
    
}

input[type="button"] {
    text-transform: uppercase;
} input[type="button"]:hover {
    background: #029AE4;
}

a {
    opacity: 0.75;
    padding: 0;
    text-decoration: none;
} .dark a {
    color: white;
} a:hover {
    opacity: 1;
}

a.cta {
    opacity: 1;
    color: #02A8F3;
} a.cta:hover {
    color: #029AE4;
}.dark a.cta {
    color: #CCDB38;
} .dark a.cta:hover {
    color: #F3FF80;
}

h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
}

h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

h3 {
    margin: 0;
    font-size: 32px;
    line-height: 1;
} 

h3 span {
    position: relative;
    top: 32px;
    font-size: 14px;
    color: rgba(0,0,0, 0.50);
} h3 span:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    height: 2px;
    width: 64px;
    background: #00BBD3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
    

h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

h5 {
    margin: 0;
    font-size: 18px;
}

h6 {
    
}

ul {
    margin: 0;
    padding: 0px 16px 0px 48px;
}

li {
    list-style: none;
    position: relative;
    margin: 32px 0;
} li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -24px;
    height: 8px;
    width: 8px;
    background: #0C46A0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
} li:first-child {
    margin-top: 0;
} li:last-child {
    margin-bottom: 0;
}





small {
    font-size: 12px;
}

popup {
    
}

popup h4 {
    font-family: "Roboto", sans-serif;
}

popup column:first-of-type {
    background: url("../img/form.jpg") center left no-repeat;
    background-size: cover;
}

popup column:nth-of-type(2) {
    background: #0C46A0;
}

popup input[type="button"] {
    background: #2095F2;
    border: none;
    color: white;
}

popup .fa-times {
    opacity: 0.50;
    color: white;
} popup .fa-times:hover {
    opacity: 1;
}