@charset "UTF-8";

/*  RESET
---------------------------------------------------*/

* {
  padding:0;
  margin:0;
  outline:none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var, a img {
  background:transparent;
  border:0 none;
  outline:none;
  vertical-align:baseline;
  padding:0;
  margin:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;   
}

.clearer { 
  clear:both;
}


/* Basics */

body {
  overflow-x:hidden;
}

h1 {
  font:300 normal 60px/65px "neue-haas-grotesk-display", arial, sans-serif;
  color:#0079ba;
}

h1 span {
  color:#2ab5ba;
}

h2 {
  font:300 60px/66px "neue-haas-grotesk-display", arial, sans-serif;
  margin:0 0 30px 0;
}

h3 {
  font:700 normal 18px/24px "neue-haas-grotesk-display", arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:#75e4e8;
}

h4 {
  font:600 16px/16px "neue-haas-grotesk-display", arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.05em;
  display:inline-block;
  color:#00b0e9;
  margin:0 0 20px 0;
}

h5 {
  font:300 normal 38px/42px "neue-haas-grotesk-display", arial, sans-serif;
  color:#0079ba;
  margin:0;
}

h5 span {
  color:#2ab5ba;
}

p {
  font:300 21px/30px "neue-haas-grotesk-display", arial, sans-serif;
  letter-spacing:0.05em;
  color:#6e6e6e;
  margin:0 0 30px 0;
}

p.small {
  font-size:15px;
  line-height:20px;
}

p strong {
  font-weight:600;
}

.small {
  font-size:16px;
  margin-top:12px;
  display:block;
}

p:last-child {
  margin:0;
}

a {
  text-decoration:none;
}

/* General */

.flex {
  display:flex;
  flex-wrap:wrap;
}

.centered {
  align-items:center;
}

.container {
  width:1400px;
  position:relative;
  padding:100px 0;
  margin:0 auto;
}

.two-columns {
  display:flex;
  flex-wrap:wrap;
}

.two-columns .col {
  width:50%;
  position:relative;
  padding:0 50px;
}

.two-columns .col:nth-child(1) {
  padding-left:0;
}

.two-columns .col:nth-child(2) {
  padding-right:0;
}

.list {
  list-style:none;
  margin:0 0 50px 0;
}

.list li {
  font:500 21px/30px "neue-haas-grotesk-display", arial, sans-serif;
  letter-spacing:0.05em;
  color:#0079ba;
  position:relative;
  padding:0 0 0 45px;
  margin-bottom:10px;
}

.list li:before {
  content:"";
  width:30px;
  height:30px;
  display:block;
  background:url("../images/checkmark.svg") no-repeat 0 0;
  position:absolute;
  top:-2px;
  left:0;
}

#focus .list li:before {
  background:url("../images/checkmark-white.svg") no-repeat 0 0;
}

.button {
  font:600 normal 15px/20px "neue-haas-grotesk-display", arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:#0079ba;
  display:inline-block;
  background:#fff;
  padding:15px 25px;
  margin:-10px 0 5px 0;
}


/* Nav */

nav {
  width:100%;
  height:150px;
  background:#fff;
}

nav .container {
  height:100%;
  display:flex;
  align-items:center;
  justify-content: right;
  padding:0;
}

nav h1 {
  position:absolute;
  top:40px;
  left:0;
}

nav a {
  font:600 normal 15px/20px "neue-haas-grotesk-display", arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:#75e4e8;
  display:block;
  background:#0079ba;
  padding:15px 30px;
}


#nav_bar {
  width:100%;
  height:80px;
  background:#fff;
  position:fixed;
  top:-100px;
}

#nav_bar.navbar-fixed {
  z-index:100;
  top:0;
}

#nav_bar h1 {
  font:300 normal 40px/45px "neue-haas-grotesk-display", arial, sans-serif;
  color:#0079ba;
  top:15px;
}

/* Page */

header {
  width:100%;
  height:640px;
  background:url("../images/header-background.jpg") no-repeat top center;
  display:flex;
  align-items:center;
}

header .container {

}

header img {
  position:absolute;
  top:-29px;
  right:34px;
}

header h2,
header p {
  color:#fff;
}

header p {
  width:600px;
  margin:0 0 40px 0;
}

header h3 {
  font-size:18px;
}

#preparing {
  background:#0079ba;
}

#preparing .container {
  padding:50px 0;
}

#preparing .two-columns {
  align-items:center;
}

#preparing .two-columns .col:nth-child(1) {
  width:60%;
}

#preparing .two-columns .col:nth-child(2) {
  width:40%;
}

#preparing h2 {
  font-size:50px;
  line-height:56px;
  color:#fff;
}

#preparing .col img {
  width:100%;
  margin-bottom:15px;
}

#full-video {
  text-align:center;
}

#full-video a {
  font:600 normal 16px/22px "neue-haas-grotesk-display", arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.05em;
  color:#fff;
  padding:0 20px;
}

#thumbnails {
  width:100%;
  display:flex;
  justify-content:center;
  text-align:center;
  flex-wrap:wrap;
  margin:60px auto 0 auto;
}

#thumbnails a {
  width:25%;
  font:600 normal 16px/22px "neue-haas-grotesk-display", arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.05em;
  color:#fff;
  padding:0 20px;
}

#thumbnails a img {
  width:100%;
  display:block;
  margin:0 0 15px 0;
}

#opportunity {
  background:#e9f0fb;
}

#opportunity h2 {
  text-align:center;
  color:#0079ba;
}

#opportunity h2 span {
  color:#2ab5ba;
}

#opportunity h3 {
  color:#0079ba;
  margin-bottom:20px;
}

#opportunity p {
  font-size:24px;
  line-height:30px;
  font-weight:500;
  color:#0079ba;
}

/*
#opportunity .content {
  width:800px;
  margin:0 auto;
}*/



#focus {
  background:#75e4e8;
}

#focus h2 {
  text-align:center;
  color:#0079ba;
}

#focus h2 span {
  color:#fff;
}

#focus h3 {
  color:#0079ba;
  margin-bottom:20px;
}

#focus p {
  font-size:24px;
  line-height:30px;
  font-weight:500;
  color:#0079ba;
}

#focus .content {
  width:800px;
  margin:0 auto;
}


#testimonials {
  background:#0079ba;
}

#testimonials .container {
  padding:50px 0;
}

.flexslider {
  margin:0;
  background:none;
  border:0;
  position: relative;
  zoom: 1;
  border-radius:0;
  box-shadow:none;
}

.flex-direction-nav {
  position:relative;
  margin-top:-45px;
  z-index:999;
}

.flex-prev {
  width:24px;
  height:24px;
  background:url("../images/arrow-left.svg") no-repeat;
  display:block;
  text-indent:-999999px;
}


.flex-next {
  width:24px;
  height:24px;
  background:url("../images/arrow-right.svg") no-repeat;
  display:block;
  text-indent:-999999px;
  float:right;
}


#slide-numbers {
  width:100%;
  height:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  font:400 18px/25px "acumin-pro", arial, sans-serif;
  color:#fff;
  position:absolute;
  bottom:80px;
  padding:60px 0 0 0;
  margin:0 auto;
}

#slide-numbers .current-slide {
  margin-right:10px;
}

#slide-numbers .total-slides {
  color:rgba(255, 255, 255, 0.6);
  margin-left:10px;
}

#slide-numbers .line {
  width:100px;
  height:1px;
  display:inline-block;
  background:rgba(255, 255, 255, 0.6);
  position:relative;
  top:-5px;
}

.flex-nav-next {
  float:right;
}

#testimonials #slide-numbers .two-columns {
  width:100%;
}

#testimonials #slide-numbers .two-columns .col:nth-child(2) {
  text-align:center;
}


#testimonials .two-columns {
  align-items:center;
}

#testimonials .two-columns .col:nth-child(1) {
  width:40%;
}

#testimonials .two-columns .col:nth-child(2) {
  width:60%;
}

#testimonials h2 {
  color:#fff;
}

#testimonials p {
  font-size:30px;
  line-height:40px;
  color:#fff;
}

.flex-direction-nav {
  width:60%;
  float:right;
  padding-left:50px;
  position:relative;
}

.flex-direction-nav li {
  width:50%;
  display:inline-block;
}

#support {
  background:#85acd2 url("../images/support-background.jpg") no-repeat bottom center;
}

#support .container {
  padding-left:600px;
}

#support h2 {
  color:#fff;
}

#support ul {
  list-style:none;
}

#support li {
  margin:0 0 30px 0;
}

#support li:last-child {
  margin:0;
}

#support h4 {
  font:500 24px/24px "neue-haas-grotesk-display", arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.05em;
  display:inline-block;
  color:#fff;
  margin:0 0 5px 0;
}

#support p {
  color:#fff;
}

footer .container {
  padding:40px 0;
}

footer h5 {
  float:left;
  position:relative;
  top:-15px;
}

footer a {
  font:600 normal 15px/20px "neue-haas-grotesk-display", arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:#0079ba;
  float:right;
}