/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/**
* @license
* MyFonts Webfont Build ID 3289727, 2016-09-30T02:47:22-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: ClassicXtraRound-Bold by Durotype
* URL: http://www.myfonts.com/fonts/durotype/classic-xtra-round/classic-xtraround-bold/
* Copyright: Copyright &#x00A9; 2011 Durotype, www.durotype.com. All rights reserved.
* Licensed pageviews: 500,000
*
* Webfont: ClassicXtraRound-It by Durotype
* URL: http://www.myfonts.com/fonts/durotype/classic-xtra-round/classic-xtraround-italic/
* Copyright: Copyright &#x00A9; 2011 Durotype, www.durotype.com. All rights reserved.
* Licensed pageviews: 500,000
*
* Webfont: FF DIN Web Black by FontFont
* URL: http://www.myfonts.com/fonts/fontfont/ff-din/ot-black/
* Copyright: 2009 Albert-Jan Pool published by FSI FontShop International GmbH
* Licensed pageviews: 50,000
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=3289727
*
* © 2016 MyFonts Inc
*/


 /* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/32327f");
@font-face {font-family: 'ClassicXtraRound-Regular';src: url('/webfonts/32327F_0_0.eot');src: url('/webfonts/32327F_0_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/32327F_0_0.woff2') format('woff2'),url('/webfonts/32327F_0_0.woff') format('woff'),url('/webfonts/32327F_0_0.ttf') format('truetype');}
@font-face {font-family: 'ClassicXtraRound-Bold';src: url('/webfonts/32327F_1_0.eot');src: url('/webfonts/32327F_1_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/32327F_1_0.woff2') format('woff2'),url('/webfonts/32327F_1_0.woff') format('woff'),url('/webfonts/32327F_1_0.ttf') format('truetype');}
@font-face {font-family: 'ClassicXtraRound-It';src: url('/webfonts/32327F_2_0.eot');src: url('/webfonts/32327F_2_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/32327F_2_0.woff2') format('woff2'),url('/webfonts/32327F_2_0.woff') format('woff'),url('/webfonts/32327F_2_0.ttf') format('truetype');}
/*@font-face {font-family: 'FFDINWebBlack';src: url('/webfonts/32327F_3_0.eot');src: url('/webfonts/32327F_3_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/32327F_3_0.woff2') format('woff2'),url('/webfonts/32327F_3_0.woff') format('woff'),url('/webfonts/32327F_3_0.ttf') format('truetype');}*/
@font-face {font-family: 'FFDINWebBlack';src: url('/webfonts/1649cdb9-9d1d-45c1-a4f4-f89ffd7f602f.eot');src: url('/webfonts/1649cdb9-9d1d-45c1-a4f4-f89ffd7f602f.eot?#iefix') format('embedded-opentype'),url('/webfonts/69a6a09d-674d-41dd-9a87-4137b47bc191.woff2') format('woff2'),url('/webfonts/82524774-35cd-4dd0-b03e-643e83eec686.woff') format('woff'),url('/webfonts/164b143e-b89d-4f66-86a0-705070a4cb17.ttf') format('truetype');}

@font-face {
  font-family: "DINWeb";
  src: url('/webfonts/DINWeb.woff') format('woff');
}

@font-face {
  font-family: "DINWebBold";
  src: url('/webfonts/DINWeb-Bold.woff') format('woff');
}

html,
body {
   margin:0;
   padding:0;
}

html {
  position: relative;
  min-height: 100%;
}

b, strong {
  font-family: "DINWebBold", sans-serif;
}

body {
  overflow-x: hidden;
  font-family: "DINWeb", sans-serif;
  font-size: 18px;
}

@media (min-width:768px) {
  body {
    font-size: 15px;
  }
}

figcaption > h4 {
  text-transform: none;
  font-size: 17px;
  font-style: italic;
}

p {
  font-family: "DINWeb", sans-serif;
  font-size: 18px;
  line-height: 1.31;
  color: rgba(1,75,149,1);
}

.bolder-text {
  font-weight: bolder;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-muted {
  color: rgba(0,176,224,1);
}

.text-primary {
  color: rgba(1,75,149,1);
  line-height: 1.31;
  font-size: 18px;
}

.completely-centered {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width:768px) {
  p {
    font-size: 16px;
  }
  figcaption > h4 {
    font-size: 15px;
  }
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

a {
  color: rgba(0,176,224,1);
}

a:hover,
a:focus,
a:active,
a.active {
  color: #FF540E;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: all .3s;
}

a .underline-title:hover,
a .underline-title:focus,
a .no-underline-title:hover,
a .no-underline-title:focus {
  color: #FF540E;
  text-decoration: none;
  border-color: rgba(22,185,207,.5);
  transition: all .3s;
  -webkit-transition: all .3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
}

i {
  font-family: 'Merriweather', cursive;
  font-style: italic;
}

ul li {
  font-family: 'DINWeb', sans-serif;
  list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" width="8" height="8"><circle fill="%2316B9CF" cx="4" cy="4" r="3"/></svg>');
}

ul {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 30px;
}

ol {
   list-style: none;
   counter-reset: item;
 }
 ol li {
   counter-increment: item;
   margin-bottom: 1em;
 }
 ol li:before {
   margin-right: 0.4em;
   content: counter(item) ". ";
   font-family: "DINWebBold", sans-serif;
   border-radius: 100%;
   color: #00b0e0;
   width: 1.2em;
   text-align: center;
   display: inline-block;
   margin-left: -1.6em;
 }

.img-centered {
  margin: 0 auto;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.bg-darkest-gray {
  background-color: #222;
}

/* TODO. This is hackish. Proper solution
would be to have a second param in the
h1,h2,h3 template for the bg-color */
.bg-light-gray .title-no-underline {
  background-color: #f7f7f7;
}

.bg-darkest-gray .title-no-underline {
  background-color: #222;
}

/***************************************/

.btn-primary {
  border-color: #FF540E;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #FF540E;
}

.career-single .btn-primary {
  padding: 16px 20px 14px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: rgba(1,75,149,1);
  color: #fff;
  background-color: rgba(1,75,149,1);
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: rgba(1,75,149,1);
  background-color: rgba(1,75,149,1);
}

.btn-primary .badge {
  color: rgba(1,75,149,1);
  background-color: #fff;
}

.btn-xl {
  padding: 10px 20px;
  border-color: #FF540E;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #FF540E;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  border-color: rgba(1,75,149,1);
  color: #fff;
  background-color: rgba(1,75,149,1);
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  border-color: rgba(1,75,149,1);
  background-color: rgba(1,75,149,1);
}

.btn-xl .badge {
  color: rgba(1,75,149,1);
  background-color: #fff;
}

.brand-img {
  height: 35px;
  position: absolute;
  top: 5px;
}

.navbar-default {
  border-color: transparent;
  background-color: rgba(1,75,149,1);
}

.navbar-default .navbar-collapse {
  border-color: rgba(19,61,103,.2);
  border-style: solid;
  background-color: rgba(1,75,149,1);
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 4px 4px;
  max-height: none;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(1,75,149,1);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(0,176,224,1);
  border-color: rgba(0,176,224,1);
}

.navbar-default .nav li a,
.navbar-default .navbar-nav>li>a:focus {
  font-family: 'DINWeb', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(1,75,149,1);
}

.navbar-default .nav li a:hover {
  outline: 0;
  color: rgba(0,176,224,1);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  border-radius: 0;
  color: #fff;
  background-color: rgba(0,176,224,1);
}

@media (min-width:768px) {
  .navbar-default .navbar-collapse {
    border-style: none;
  }

  .navbar-default {
    padding: 25px 0;
    border: 0;
    background-color: rgba(1,75,149,1);
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }

  .navbar-default .navbar-brand {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }

  .navbar-default .navbar-nav>.active>a {
    border-radius: 0;
  }

  .navbar-default.navbar-shrink {
    padding: 10px 0;
    background-color: rgba(1,75,149,1);
  }

  .navbar-default.navbar-shrink .navbar-brand .brand-img {
    height: 48px;
    position: absolute;
    top: 8px;
  }

  .navbar-brand .brand-img {
    height: 45px;
    position: absolute;
    top: 20px;
  }

  .navbar-right a {
    font-size: 12px;
  }

  .navbar-nav li a {
    padding-bottom: 10px;
  }
}

@media (min-width:992px) {
  .navbar-default .nav li a,
  .navbar-default .navbar-nav>li>a:focus {
    font-size: 16px;
  }

  .navbar-brand .brand-img {
    height: 65px;
    top: 17px;
  }

  .navbar-right a {
    font-size: 15px;
  }
}

.section-title {
  position: relative;
  overflow: hidden;
  color: rgba(1,75,149,1);
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 22px;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
}

.section-title-wrapper {
  position: relative;
  display: inline-block;
  line-height: 1.25;
}

a .section-title-wrapper {
  cursor: pointer;
}

.title-underline {
  position: relative;
  display: inline;
}

.title-no-underline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}

h1.section-title {
  padding-bottom: 15px;
  font-size: 30px;
  letter-spacing: 1px;
}

h1.section-title .title-underline {
  border-bottom: 7px solid rgba(0,176,224,1);
}

h2.section-title {
  padding-bottom: 10px;
  font-size: 22px;
  letter-spacing: 1px;
}

h2.section-title .title-underline {
  border-bottom: 6px solid rgba(0,176,224,1);
}

h3.section-title {
  padding-bottom: 5px;
  font-size: 18px;
  letter-spacing: 1px;
}

h3.section-title .title-underline {
  border-bottom: 4px solid rgba(0,176,224,1);
}

.section-subtitle {
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: rgba(1,75,149,1);
}

h1 + .section-subtitle {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 18px;
}

h2 + .section-subtitle {
  margin-top: -5px;
  margin-bottom: 25px;
  font-size: 15px;
}

#career-ad {
  margin-top: 70px;
  margin-bottom: 50px;
}

#index-hero {
  text-align: left;
  color: rgba(1,75,149,1);
  margin-top: 180px;
}

#index-hero:after {
  content: "";
  background-attachment: scroll;
  background-image: url('../img/hero-xs.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 320px;
  -moz-background-size: auto 320px;
  background-size: auto 340px;
  -o-background-size: auto 320px;
  margin-top: 50px;
  background-origin: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 340px;
  z-index: -1;
}

@media(min-width:575px){
  #index-hero {
    margin-top: 220px;
  }
  #index-hero:after {
    background-size: auto 496px;
    height: 370px;
  }
}

#index-hero .hero-heading {
  position: relative;
  z-index: 1;
}

#index-hero h1.section-title {
  position: inherit;
  margin-top: -20px;
  font-size: 34px;
  letter-spacing: 1px;
  z-index: -1;
  line-height: 1.1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

#index-hero .section-title-wrapper {
  line-height: 1.1;
}

#index-hero h1.section-title .title-underline {
  border-bottom: 7px solid rgba(0,176,224,1);
}

#index-hero .intro-text {
  padding-top: 260px;
  padding-bottom: 50px;
}

#index-hero .intro-text .intro-lead-in {
  margin-top: 10px;
  font-family: 'Merriweather', serif;
  font-style: italic;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
}

#index-hero .intro-text .intro-lead-in h1.section-title {
  text-align: center;
}

#index-hero .intro-text .intro-heading  {
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}

header .section-title {
  margin-top: 3px;
  margin-bottom: 7px;
}

@media (min-width:768px) {
  h1.section-title {
    font-size: 48px;
    letter-spacing: 2.4px;
    padding-bottom: 2rem;
  }

  h1.section-title .title-underline {
    border-bottom: 10px solid rgba(0,176,224,1);
  }

  #index-hero h1.section-title {
    font-size: 48px;
    letter-spacing: 2.4px;
    width: 100%;
  }

  #index-hero h1.section-title .title-underline {
    border-bottom: 10px solid rgba(0,176,224,1);
  }

  h2.section-title {
    font-size: 26px;
    letter-spacing: 1px;
  }

  h2.section-title {
    padding-bottom: 5px;
    font-size: 26px;
    letter-spacing: 1px;
  }

  h2.section-title .title-underline {
    border-bottom: 6px solid rgba(0,176,224,1);
  }

  h3.section-title {
    font-size: 20px;
    letter-spacing: 1px;
  }

  h1 + .section-subtitle {
    font-size: 18px;
  }

  h2 + .section-subtitle {
    font-size: 14px;
  }

  #index-hero {
    height: 550px;
  }

  #index-hero:after {
    content: "";
    background-image: url('../img/hero-md.jpg');
    margin-top: 100px;
    height: 600px;
    -webkit-background-size: auto 600px;
    -moz-background-size: auto 600px;
    background-size: auto 600px;
    -o-background-size: auto 600px;
  }

  #index-hero .intro-text {
    padding-top: 80px;
    padding-bottom: 50px;
    max-width: 650px;
    margin-top: 20px;
  }

  #index-hero .intro-text .intro-lead-in {
    margin-top: 27px;
    margin-bottom: 14px;
    font-size: 25px;
  }

  #index-hero .intro-text .intro-lead-in h1.section-title {
    text-align: left;
  }

  #index-hero .intro-text .intro-lead-in h1.section-title .title-underline {
    border: none;
  }
  #index-hero .intro-text .intro-lead-in h1.section-title .title-no-underline {
    background: transparent;
  }
  #index-hero .intro-text .intro-lead-in h1.section-title .title-no-underline span,
  #index-hero .intro-text .intro-lead-in h1.section-title .title-underline span {
    border-bottom: 8px solid rgba(0,176,224,1);
    padding-bottom: 2px;
    white-space: nowrap;
  }

  #index-hero .intro-text .intro-heading {
    font-size: 18px;
    margin-bottom: 50px;
    margin-left: 0;
    width: 70%;
    line-height: 1.28;
    text-align: left;
  }

  .btn-xl {
    padding: 20px 40px;
    font-size: 18px;
  }
}


@media (min-width:992px) {
  #index-hero h1.section-title {
    font-size: 70px;
    letter-spacing: 2.4px;
    line-height: 1.1;
    padding-bottom: 4rem;
  }

  #index-hero h1.section-title .title-underline {
    border-bottom: 12px solid rgba(0,176,224,1);
  }

  h2.section-title {
    padding-bottom: 5px;
    font-size: 32px;
    letter-spacing: 1px;
  }

  h2.section-title .title-underline {
    border-bottom: 8px solid rgba(0,176,224,1);
  }

  #index-hero .intro-text .intro-lead-in h1.section-title .title-no-underline span {
    border-bottom: 12px solid rgba(0,176,224,1);
    padding-bottom: 2px;
  }

  #index-hero {
    height: 600px;
  }

  #index-hero:after {
    content: "";
    background-image: url('../img/hero-md.jpg');
    margin-top: 50px;
    height: 780px;
    -webkit-background-size: auto 780px;
    -moz-background-size: auto 780px;
    background-size: cover;
    -o-background-size: auto 780px;
    background-position: center center;
  }

  #index-hero .intro-text {
    padding-top: 100px;
  }

  #index-hero .intro-text .intro-heading {
    font-size: 22px;
    width: 55%;
  }

}

#careers {
  margin-top: 50px;
}

#references .references-list,
#services .services-list,
#careers .careers-list {
  height: 200px;
  margin-bottom: 25px;
}


#careers .careers-list .careers-heading, #careers .careers-list p {
  max-width: 350px;
  margin: 0 auto;
}

#services .services-list,
#careers .careers-list {
  height: 250px;
}

@media(max-width: 768px) {
  #services .services-list {
    height: auto;
  }
  #careers .careers-list {
    height: auto;
    margin-bottom: 40px;
  }
}

#references .references-list .text-muted,
#services .services-list .text-muted,
#careers .careers-list .text-muted {
  font-family: 'DINWeb', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 1.2em;
  text-align: center;
  margin-top: 0.2rem;
}

#references .references-list .references-list-img,
#services .services-list .services-list-img,
#careers .careers-list .careers-list-img {
  height: 150px;
  position: relative;
  margin-bottom: 10px;
}

#references .references-list .references-list-img .references-img,
#services .services-list .services-list-img .services-img,
#careers .careers-list .careers-list-img .careers-img {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}


.task-list, .task-list-item {
  list-style-type: none;
  list-style: none;
}

.link-overlay {
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(22,185,207,0);
}

.link-overlay:hover,
.link-overlay:active {
  background-color: rgba(22,185,207,.4);
  transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
}

#references .references-list .references-heading,
#services .services-list .services-heading,
#careers .careers-list .careers-heading {
  color: rgba(1,75,149,1);
  font-family: 'FFDINWebBlack', sans-serif;
  font-weight: 400;
  letter-spacing: .75px;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}

#heading-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-height: 550px;
  width: 100%;
  object-fit: contain;
}

#careers #heading-image img {
  margin-top: -10px;
}

#reference-content {
  margin-top: 10px;
}

#reference-content img {
  max-width: 100%;
  height: auto;
}

#reference-content .reference-p-title {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}

#reference-content blockquote {
  background-color: rgb(253,253,253);
  padding: 3rem 2.5rem 3rem;
  margin-top: 50px;
  margin-bottom: 50px;
}

#reference-content blockquote p {
  font-family: 'Merriweather', serif;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 1em;
}

#reference-content blockquote p:last-child {
  font-family: 'DINWeb', sans-serif;
  font-style: normal;
  margin-top: 25px;
}

#reference-content blockquote p:last-child strong {
  display: block;
}

#reference-content ul li {
  padding-bottom: 1rem;
}

#reference-content ul li p {
  padding: 0;
  margin: 0;
}

@media(min-width:768px){
  #reference-content blockquote {
    padding: 3rem 3rem 1rem;
  }
}

.service-title {
  margin-top: 18px;
}

.reference-citation {
  font-size: 15px;
  margin-bottom: 10px;
}

.reference-citation-sig {
  color: #FF540E;
  font-weight: 700;
}

#reference-content .reference-back-button {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
}

@media (min-width:768px) {
  #references .references-list,
  #services .services-list,
  #careers .careers-list {
    margin: auto;
    height: 300px;
    margin-bottom: 0;
  }

  #references .references-list .references-list-img,
  #services .services-list .services-list-img,
  #careers .careers-list .careers-list-img {
    height: 180px;
  }

  #reference-content .reference-p-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  #reference-content p {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .reference-citation {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #reference-content .reference-back-button {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  #heading-image img {
    margin-top: 150px;
  }

  #careers #heading-image img {
    margin-top: 20px;
    margin-bottom: 30px;
  }

}

#careersbanner {
  height: 200px;
  position: relative;
  background-image: url(../img/robot.jpg);
  background-attachment: scroll;
  /*background-position: 25% center;*/
  background-position: 20% 50%;
  background-repeat: no-repeat;;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#careersbanner .careers-citation {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 14px;
  letter-spacing: .75px;
  position: absolute;
  text-transform: uppercase;
  padding-left: 40%;
  right: 10%;
  top: 20%;
}

#careersbanner .careers-btn {
  position: absolute;
  right: 10%;
  bottom: 10%;
  font-size: 13px;
}

#about .about-story {
  float: none;
  margin: 0 auto;
}

@media (min-width:768px) {
  #careersbanner .careers-citation {
    right: 8%;
    top: 25%;
    font-size: 20px;
  }

  #careersbanner .careers-btn {
    right: 8%;
    bottom: 12%;
    font-size: 15px;
    width: 140px;
  }
}

@media (min-width:1200px) {
  #careersbanner {
    height: 300px;
    position: relative;
    background-image: url(../img/robot.jpg);
    background-attachment: scroll;
    background-position: 20% 50%;
    background-repeat: no-repeat;;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    -o-background-size: auto;
  }

  #careersbanner .careers-citation {
    right: 8%;
    top: 25%;
    font-size: 25px;
  }

  #careersbanner .careers-btn {
    right: 8%;
    bottom: 20%;
    font-size: 18px;
    width: 150px;
  }
}

section {
    padding: 30px 0;
}

@media (min-width:768px) {
  section {
    padding: 100px 0;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

@media (min-width:768px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
}

.team-member {
  font-family: 'FFDINWebBlack', sans-serif;
  letter-spacing: .75px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}

.team-member img,
#reference-content .team-member img {
  margin: 0 auto;
  border: 7px solid #fff;
  width: auto;
  height: 100px;
}

.team-member .member-name {
  color: rgba(1,75,149,1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90%;
}

.team-member p {
  margin-top: 0;
  line-height: 1.2em;
}

.team-member .text-muted span {
  display: block;
  font-size: 13px;
  line-height: 130%;
}

#missing-page-title {
  margin-top: 100px;
  text-align: center;
}

#contact .address,
#contact .brand,
#contact .billing {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 15px;
  letter-spacing: .75px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}

#contact .billing {
  margin-bottom: 40px;
}

#contact .brand img {
  margin-top: 25px;
}

@media (max-width: 767px) {
  #contact .contactinformation {
    margin-bottom: 3em;
  }
}

@media (min-width: 768px) {
  .team-member img,
  #reference-content .team-member img {
    height: 250px;
  }
  #contact .contactinformation {
    margin-top: 1.8em;
  }
}

#all {
  margin-bottom: 30px;
}

#pre-footer {
  height: 50px;
}

#footer {
  width: 100%;
  background-color: rgba(1,75,149,1);
}

#footer.footer-small {
  height: 30px;
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  #all {
    margin-bottom: 50px;
  }

  #footer.footer-small {
    height: 50px;
  }
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: 0;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

#blog-listing {
  margin-top: 65px;
}

#blog-post {
  margin-top: 160px;
}

#blog-post img {
  /*max-height: 300px;
  width: auto;*/
  max-width: 100%;
  height: auto;
}

/* use for headers inside a blog post */
#post-content .text-primary h1 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 50px;
}

#post-content h2 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}

#post-content h3 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#post-content a.btn-default {
  background: #00b0e0;
  border-color: #00b0e0;
  border-radius: 0;
  padding: 12px 15px 14px;
  color: white;
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

#post-content p, #reference-content p {
  line-height: 1.45;
  margin-bottom: 1.4em;
}

#post-content hr {
  margin: 24px 0;
}

#post-content pre {
  margin-bottom: 2em;
}

#post-content p code {
  color: #333;
  font-size: 0.85em;
}

#post-content a.btn-default:hover {
  background: #00aec0;
  border-color: #00aec0;
}

#blog-listing .post .image {
  margin-top: 15px;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

#blog-listing .read-more {
  text-align: right;
}

#blog-listing .intro {
  line-height: 1.2;
}

.posting-date {
  position: absolute;
  top: 0;
  padding-left: 15px;
}
.author-category {
  font-family: 'FFDINWebBlack', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

#post-content img {
  /**display: block;**/
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 6px;
}

img[src$='#floatleft'] {
  float:left;
}

#post-content iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#post-content .posting-date {
  position: relative;
  top: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

@media (min-width:768px) {
  .post {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .blog-right-panel {
    margin-top: 130px;
  }

  #blog-listing {
    margin-top: 140px;
  }

  #post-content p, #post-content ul, #reference-content p {
    font-size: 18px;
    line-height: 1.45;
  }
}

#post-content p.author-category {
  margin: 0;
}
@media(max-width:767px){
  #post-content p.author-category {
    margin-top: 14px;
  }
  #post-content p.posting-date {
    margin-top: 0;
    margin-bottom: 24px;
  }
}


.form-control {
  color: rgba(1,75,149,1);
  border-color: rgba(1,75,149,1);
  border-radius: 0;
}

.btn-template-main {
  color: #fff;
  background-color: rgba(1,75,149,1);
  border-color: rgba(1,75,149,1);
  border-radius: 0;
}

.btn-template-main:hover,
.btn-template-main:active {
  color: rgba(22,185,207,.8);
}

.panel-list {
  list-style-type: none;
  padding-left: 0;
}
.panel-list li {
  list-style: none;
}
.panel-list li a {
  padding: 5px 8px 2px;
  margin: 1px 0;
  display: block;
  background: rgba(22,185,207, .03);
  border-radius: 4px;
}
.panel-list li a:hover {
  background: rgba(22,185,207, .15);
}

.panel-list-text:hover,
.panel-list-text:active {
  color: rgba(22,185,207,.5);
}

.panel-tag {
  padding: 6px 5px 3px;
  margin: 3px 2px;
  line-height:1.2;
  display: inline-flex;
  background: rgba(22,185,207,0);
}

.panel-tag:hover,
.panel-tag:active {
  background: rgba(22,185,207, .15);
}

.blog-btn {
  text-align: right;
  margin: 30px 0;
}

.panel {
  box-shadow: none;
  margin-bottom: 60px;
}

.pager li > a {
  border-radius: 0;
  border-color: rgba(0,176,224,1);
}

.pager li > a:hover,
.pager li > a:active {
  border-color: rgba(22,185,207,.5);
  background-color: #fff;
}

.google-maps {
  position: relative;
  padding-bottom: 35%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:767px) {
  #index-hero .hero-heading {
    margin-bottom: 10px;
  }
}



#careers h1.section-title {
  margin-top: 60px;
  margin-bottom: 25px;
}

#careers h2 {
    font-family: 'FFDINWebBlack', sans-serif;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 35px;
    color: #014b95;
}

#careers h5 {
    font-family: 'DINWeb', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #014b95;
}
@media (min-width: 768px) {
  #careers h5 {
    height: 50px;
  }
}

#careers .blog-link {
  padding: 1em;
  margin-top: 30px;
}
#careers .blog-link a {
  color: #00b0e0;
}
#careers .blog-link a:hover {
  color: #014b95;
}
#careers .blog-link a span {
  margin-top: 1em;
  display: block;
  font-family: 'FFDINWebBlack', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02rem;
}
#careers .blog-link img {
  margin: 0 auto;
  display: block;
}

#careers #process .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
#careers #process img {
  max-width: 100%;
}
#careers #process h3 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #014b95;
}
#careers #process h3.muted {
  padding-top: 30px;
  color: #00b0e0;
}
@media (min-width: 360px) {
  #careers #process h2 span.title-break {
    display: block;
  }
}
@media (min-width:768px) {
  #careers #process h3.welcome {
    padding-top: 30px;
  }
}


#careers #promise, #careers #benefits, #careers #process {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px){
  #careers #promise, #careers #benefits {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  #careers #process {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

#careers #positions {
  margin-bottom: 25px;
}

#careers .contact hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #careers .contact hr {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

#careers #benefits img {
  max-width: 70%;
}

@media (min-width: 768px) {
  #careers h1.section-title {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
    .text-right-sm {
      text-align: right;
    }
    .text-left-sm {
      text-align: left;
    }
}


#footer {
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
}

#footer.footer-small {
  padding-top: 0;
  padding-bottom: 0;
}

#footer h4 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
#footer h5 {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 10px;
  color: rgba(0,176,224,1);
}

#footer .footer-insta-text h4 {
  text-transform: uppercase;
  font-family: "DINWeb", sans-serif;
  font-weight: 200;
}
@media(max-width: 767px) {
  #footer .footer-insta-text h4 {
    padding-bottom: 5rem;
    margin-top: -2.3rem;
  }
}
@media(min-width: 768px) {
  #footer .footer-insta-text h4 {
    padding-top: 2rem;
  }
}
#footer .footer-insta-text h4 a {
  color: white;
}
#footer .footer-insta-text h4 a:hover {
  color: rgba(0,176,224,1);
}

#footer p {
  color: white;
  text-transform: none;
  font-size: 16px;
}

#footer ul.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul.footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul.footer-nav li a {
  display: block;
  padding: 0.5rem;
}

#footer ul.footer-nav li a:hover {
  color: white;
}

#footer .footer-logo img {
  width: 200px;
  max-width: 80%;
}

@media (max-width:767px) {
  #footer .footer-logo {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

#footer .some-icons {
  margin-top: 60px;
  margin-bottom: 30px;
}
#footer .some-icons a {
  margin: 1.2rem;
}

@media (min-width:768px) {
  #footer .some-icons {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}

#careers .video iframe {
  width: 100%;
  max-width: 780px;
  height: 444px;
  max-height: 60vh;
}

#privacy #heading-image img {
  margin-top: 10px;
}
#privacy h3 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #014b95;
}

#access #heading-image img {
  max-height: 80vh;
  margin-top: 38px;
  margin-bottom: 80px;
}

@media(min-width: 768px){
  #access #heading-image img {
    margin-top: 1em;
    max-height: 580px;
    object-fit: cover;
  }
}

#access h1 {
  font-size: 5rem;
}

#access h1.section-title {
  margin-top: 0;
}

@media(min-width:768px){
  #access h1 {
    font-size: 8rem;
  }
}

#access #promise {
  margin: 80px auto;
  font-size: 18px;
  max-width: 450px;
}

#access #cases {
  margin-top: 80px;
  margin-bottom: 80px;
}

#access #cases img {
  max-width: 140px;
  display: block;
  margin: 40px auto 0;
}

#access .bigpicture {
  background-color: rgba(1,75,149,1);
  background-image: url('/img/access/bigpicture.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
}

#access .bigpicture h2 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-top: 50px;
  max-width: 400px;
}

@media(max-width:767px){
  #access .bigpicture .bigpicture-placeholder {
    height: 65vw;
  }
  #access .bigpicture {
    background-size: contain;
    background-position: top center;
  }
  #access .bigpicture .dropblock {
    padding: 3rem;
  }
}

@media(min-width: 768px){
  #access .bigpicture > .dropblock {
    height: 600px;
  }
  #access .bigpicture h2 {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
}


#access .benefits {
  margin-top: 80px;
  margin-bottom: 80px;
}

#access .scalability > div {
  background-color: #D7F1F3;
  background-image: url('/img/access/comb.svg');
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 430px;
}

#access .codebase > div {
  background-color: #EBF8F9;
  background-image: url('/img/access/triangle.svg');
  background-size: 75%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 430px;
}

#access .productportfolio > div {
  background-color: #E5E1C7;
  background-image: url('/img/access/package.svg');
  background-size: 80%;
  background-position: center -20px;
  background-repeat: no-repeat;
  height: 430px;
}

#access .benefits .section-title {
  position: absolute;
  bottom: 2rem;
  margin-left: 2.5rem;
  width: 70%;
  max-width: 350px;
}

@media(min-width:992px){
  #access .benefits .section-title {
    width: 78%;
  }
}

#access .scalability, #access .codebase, #access .productportfolio {
  padding: 0 2rem;
}

@media(max-width:767px){
  #access .scalability, #access .codebase, #access .productportfolio {
    padding: 1rem 2rem;
  }
  #access .scalability > div, #access .codebase > div, #access .productportfolio > div {
    height: 350px;
    max-width: 380px;
    margin: 0 auto;
  }
}

#access .scalability .title-no-underline {
  background-color: #D7F1F3;
}
#access .codebase .title-no-underline {
  background-color: #EBF8F9;
}
#access .productportfolio .title-no-underline {
  background-color: #E5E1C7;
}

#access #reference {
  background: #EBF8F9;
  padding: 80px 14px;
  text-align: center;
}
#access #reference .quote {
  color: #014b95;
  font-size: 1em;
}
#access #reference .customer {
  display: block;
  color: #00b0e0;
  font-family: 'FFDINWebBlack', sans-serif;
  font-weight: 700;
  letter-spacing: 0.025rem;
  margin-top: 6px;
  font-size: 0.9em;
}

@media(min-width:768px){
  #access #reference {
    background: #EBF8F9;
    padding: 140px 0;
  }
  #access #reference .quote {
    font-size: 1.1em;
  }
  #access #reference .customer {
    font-size: 1em;
  }
}


#access .contact {
  margin-top: 100px;
}
#access .contact-persons {
  margin-top: 50px;
}
#access .contact-persons h4 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-weight: 700;
  letter-spacing: 0.025rem;
}

#featured h3.section-title {
  font-size: 1em;
  line-height: 1.4;
}

#featured .posting-date {
  position: static;
  padding-left: 0;
  display: inline-block;
}

#featured .author-category {
  margin-bottom: 10px;
  font-size: 0.8em;
}

#featured .author-category .text-primary {
  padding-right: 10px;
}

#featured .read-more .btn-primary {
  font-size: 0.8em;
  padding: 7px 12px 5px 12px;
}

@media(max-width: 767px){
  #featured .featured-list {
    max-width: 380px;
    margin: 20px auto;
    float:none;
  }
}
@media(min-width: 768px) and (max-width:991px){
  #featured .featured-list {
    min-height: 360px;
  }
}
@media(min-width:768px){
  #featured .featured-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #featured .featured-list-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  #featured h3.section-title {
    font-size: 1.25em;
  }
  #featured .author-category {
    font-size: 0.9em;
  }
}
.image404 {
  width: 80%;
  max-width: 500px;
  margin: 20vh auto 0;
  display: block;
}

#missing-page-title {
  margin-top: 40px;
  color: #00b0e0;
  font-family: 'FFDINWebBlack', sans-serif;
  font-weight: 700;
  letter-spacing: 0.125rem;
}


/** New #references styling **/

@media(max-width: 545px){
  #references .references-item {
    width: 90%;
    margin: 0 5%;
  }
}

@media(max-width: 767px){
  #references {
    margin: 8px;
  }
}

.show {
  display: block;
}

#references .references-item {
  display: none;
}
#references.show .references-item {
  display: block;
}
#references .references-item:nth-child(1),
#references .references-item:nth-child(2),
#references .references-item:nth-child(3),
#references .references-item:nth-child(4),
#references .references-item:nth-child(5),
#references .references-item:nth-child(6) {
  display: block;
}

#references .btn-primary {
  background: rgba(0,176,224,1);
  border-color: rgba(0,176,224,1);
  padding: 10px 16px 9px;
}


#references .references-item-content {
  display: block;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 220px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}

#references a .item-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-top: 100px;
  background-image: linear-gradient(-180deg, rgba(19,61,103,0.00) 0%, rgba(19,61,103,0.65) 100%);
}

#references a .item-container {
  transition: all 0.2s;
}

#references a:hover .item-container {
  background-image: linear-gradient(-180deg, rgba(19,61,103,0.00) 0%, rgba(19,61,103,0.85) 100%);
}

#references .item-container .item-content {
  padding: 10px 15px 8px 15px;
}

#references .item-content > div.references-heading {
  font-family: 'FFDINWebBlack', sans-serif;
  font-weight: 700;
  letter-spacing: 0.025rem;
  color: white;
  margin-bottom: 8px;
  font-size: 22px;
  text-transform: uppercase;
}
#references .item-content > p.text-muted {
  color: white;
  text-align: left;
}


/** reference single page **/
#reference-content .reference-image {
  margin-bottom: 3rem;
}
#reference-content .impact-figure {
  clear: both;
  margin: 30px 0;
}
#reference-content .impact-figure img {
  width: 140px;
  max-width: 40%;
  margin: 10px auto;
  display: block;
}

#reference-content .impact-figure figcaption p {
  font-size: 16px;
  text-align: center;
}

@media(min-width:768px){
  #reference-content .impact-figure img {
    width: 140px;
    max-width: 33%;
    float: left;
    margin: 0;
  }
  #reference-content .impact-figure figcaption {
    position: relative;
    top: 60px;
  }
  #reference-content .impact-figure figcaption p {
    font-size: 17px;
    text-align: left;
  }
}

#reference-content .team-member {
  margin: 0 auto;
  float: none;
}

#reference-content .team-member img {
  height: auto;
  max-width: 150px;
}

#reference-content .reference-contact-title {
  display: block;
  clear: both;
  margin-top: 160px;
  border-top: 1px solid #eee;
  padding-top: 50px;
  text-align: center;
}

.button-block {
  text-align: center;
  padding: 40px 0;
}




/** white **/
.navbar-default {
background: white;
border-bottom: 1px solid rgba(1,75,149,0.1);
}
.navbar-default .navbar-collapse, .navbar-default a.page-scroll, .navbar-nav li.narrow-nav a, .navbar-nav li a {
background: white;
color: rgba(1,75,149,1);
}
.navbar-default .nav li a {
color: rgba(1,75,149,1);
background: white;
}
.navbar-default .navbar-nav>li>a:focus {
  background: white;
  color: rgba(1,75,149,1);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
  background: white;
}
.navbar-default .navbar-nav>.active>a:hover {
  background: white;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #00b0e0;
  border-bottom: 3px solid #00b0e0;
}


/** blue **//**
.navbar-default {
background: #00336e;
border-bottom: 1px solid rgba(1,75,149,0.1);
}
.navbar-default .navbar-collapse, .navbar-default a.page-scroll, .navbar-nav li.narrow-nav a, .navbar-nav li a {
background: #00336e !important;
color: white;
}
.navbar-default .nav li a {
color: white;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: white;
  border-bottom: 3px solid #00b0e0;
}
**/


#footer {
  background: #00336e;
}




/** campaign **/
#campaign-hero {
  text-align: center;
  color: rgba(1,75,149,1);
  background-image: url('../img/digital-campaign-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-top: 51px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-origin: border-box;
}

#campaign-hero .intro-text {
  color: white;
}

#campaign-hero .intro-text h1 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 38px;
  letter-spacing: .05em;
  margin-bottom: 1px;
  padding-bottom: 1px;
}
#campaign-hero .intro-text h3 {
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 18px;
  letter-spacing: .05em;
  margin-bottom: 20px;
  margin-top: 12px;
}
#campaign-hero .intro-text .btn.btn-primary {
  background: #00b0e0;
  border-color: #00b0e0;
  padding: 10px 20px 13px;
  font-family: 'FFDINWebBlack', sans-serif;
  font-size: 16px;
  letter-spacing: .03em;
}
#campaign-hero .intro-text .btn.btn-primary:hover {
  background: #0090b7;
  border-color: #0090b7;
}

#campaign-hero .campaign-logos {
  max-width: 75%;
  margin-bottom: 20px;
}

@media(min-width: 768px){
  #campaign-hero {
    margin-top: 100px;
    padding-top: 170px;
    padding-bottom: 200px;
    background-origin: border-box;
  }
  #campaign-hero .intro-text h1 {
    font-size: 48px;
  }
  #campaign-hero .intro-text h3 {
    font-size: 28px;
    margin-top: 18px;
    margin-bottom: 26px;
  }
  #campaign-hero .campaign-logos {
    max-width: 40%;
    margin-bottom: 20px;
  }
}

.number-image {
  text-align: center;
  margin-left: -2.5em;
  width: 250px;
  padding: 2em 1em 1em;
}

@media(min-width: 768px){
  .number-image {
    margin-left: -5.5em;
  }
}

#careers .insta-careers {
  margin-top: 1em;
  margin-bottom: 3em;
}

#careers .insta-careers h3 {
  font-family: 'FFDINWebBlack', sans-serif;
  color: #014b95;
}

#careers .insta-careers p a {
  font-size: 0.85em;
}

@media(min-width:768px){
  #careers .insta-careers p a {
    font-size: 1.1em;
  }
}

/** Tables in blog **/

#blog-listing table {
  width: 100%;
}
#blog-listing table th {
  background: #014b95;
  color: white;
  padding: 11px 8px 8px 8px;
}
#blog-listing table td {
  padding: 11px 8px 8px 8px;
}
#blog-listing table tr:nth-child(even) {
  background: #efefef;
}
#post-content .caption {
  font-style: italic;
  font-size: 0.9em;
  padding-top: 1em;
}
