@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novasemibold';
  src: url("../fonts/proximanova-semibold-webfont.eot");
  src: url("../fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'proxima_nova_rgregular';
  font-size: 15px;
}

* {
  outline: none !important;
}

a {
  color: #00b3dc;
}

header {
  border-top: 5px solid #005d74;
  background-color: #00b3dc;
}

.container {
  max-width: 960px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  font-family: 'proxima_nova_rgregular';
}

.navbar-brand {
  height: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
}

.navbar-nav {
  margin-top: 28px;
}

.banner {
  padding-bottom: 70px;
  color: #fff;
  font-size: 29px;
  line-height: 41px;
  text-align: center;
}

.section {
  padding: 50px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'proxima_novasemibold';
}

h1 {
  font-size: 23px;
}

h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.42857;
}

h4 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.42857;
}

p {
  margin-bottom: 20px;
}

p.lead {
  font-size: 16px;
}

.icon-box {
  padding: 30px 0;
  text-align: center;
}

.icon-box img {
  margin-bottom: 15px;
}

.icon-box p {
  font-size: 16px;
  line-height: 22px;
}

footer {
  border-top: 1px solid #ccc;
  padding: 30px 0;
  margin-top: 20px;
}

.footer-right {
  text-align: right;
}

ul, ol {
  padding-left: 13px;
}

.section-gray {
  background-color: #f5f5f5;
}

.btn-primary {
  background-color: #00b3dc;
  border-color: transparent;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 13px;
}

.form-control {
  margin-bottom: 15px;
  background-color: #eee;
  border: 0;
  border-radius: 0;
  height: 50px;
}

.btn-gray {
  background-color: #aaaaaa;
  color: #fff;
}

.row.nav.nav-tabs {
  border: 0;
}

.nav-tabs > li > a.arrow_box {
  position: relative;
  background: #fff;
  border: 3px solid #00b3dc;
  min-height: 46px;
  text-align: center;
  padding: 10px;
  width: calc(100% - 20px);
  margin-bottom: 40px;
  display: block;
  border-radius: 4px !important;
}

.nav-tabs > li.active > a.arrow_box, .nav-tabs > li.active > a.arrow_box:focus, .nav-tabs > li.active > a.arrow_box:hover {
  background-color: #00b3dc;
  color: #fff;
  border: 3px solid #00b3dc;
}

.arrow_box:after, .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.active .arrow_box:after, .active .arrow_box:before {
  border-left-color: #00b3dc;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}

.arrow_box:before {
  border-color: rgba(0, 179, 220, 0);
  border-left-color: #00b3dc;
  border-width: 24px;
  margin-top: -24px;
  border-radius: 5px;
}

.phasebox {
  min-height: 46px;
  background-color: #00b3dc;
  color: #fff;
  text-align: center;
  padding: 13px 10px;
  margin-bottom: 20px;
}

.clients img {
  padding: 15px 25px;
}

@media (max-width: 767px) {
  .nav-tabs .col-sm-4 {
    float: none;
  }
}