@charset "utf-8";

/*-- outline: 1px solid black; --*/


/* ==========================================================================
Elements
========================================================================== */
* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img {
  -ms-interpolation-mode: bicubic;
}

body {
  font-family: "ff-meta-serif-web-pro",serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

p {
  padding-bottom: 16px;
}

hr {
  border-top: 1px solid #dcdcdd;
  padding-bottom: 20px;
}

h1 {
  font-family: "canada-type-gibson",sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 50px;
  }
}

h2 {
  font-family: "canada-type-gibson",sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align:left;
  margin-top: 0;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 33px;
    padding-top: 10px;
  }
}

h3 {
  font-family: "canada-type-gibson",sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align:left;
  margin-top: 0;
  padding-bottom: 8px;
}

.lead {
  font-family: "ff-meta-serif-web-pro",serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px 10px 30px 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0 40px 0;
  }
}

blockquote {
  font-family: "ff-meta-serif-web-pro",serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  text-decoration: none;
  border: 0;
}

@media screen and (max-width: 768px) {
  blockquote {
    font-size: 16px;
    line-height: 25px;
    padding-left: 0;
    padding-right: 5px;
  }
}

a {
  color:#2e98f1;
  text-decoration: none;
  -khtml-transition: color 0.25s linear;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

a:hover {
  color:#2e98f1;
  text-decoration:none;
}

/*-- Footer Links --*/

a.footer:link {
  color: #000;
  font-size:15px;
}

a.footer:hover {
  text-decoration:none;
  color: #2e98f1;
}

a.footer:visited {
  text-decoration:none;
}

/*-- Lists --*/

ul.anchor li a,
ul.anchor li a:visited {
  display: inline;
  color: #2e98f1 !important;
  text-decoration: none;
}

ul.anchor li a:hover,
ul.anchor li a:active {
  color: #fff !important;
  text-decoration: none;
}

.anchor li {
  display: inline;
  font-size:20px;
}

.anchor li::after {
  content: ' | ';
  color: #fff;
  margin: 0 0 0 8px;
}

.anchor li:last-child:after  {
  content: '';
  margin: 0;
}

@media screen and (max-width: 768px) {
  .anchor li {
    font-size: 16px;
  }
}

.image-ul {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}

.image-li {
  display: inline-block;
  margin: 0;
}

/*@media screen and (max-width: 360px) {
  .anchor li {
    font-size: 16px;
  }
}*/

/*-- Buttons --*/

.btn-primary {
  font-family: "canada-type-gibson", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  background-color: #2e98f1;
  border-color: #2e98f1;
  border-radius: 0;
  padding: 15px 25px 18px 25px;
}

.btn-primary:hover,
.btn-primary:visited {
  background-color: #268adf;
  border-color: #268adf;
}

.btn-primary:active {
  background-color: #032a51;
  border-color: #032a51;
}

.btn-primary:focus {
  background-color: #032a51;
  border-color: #032a51;
}

.btn-default {
  font-family: "canada-type-gibson",sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-color: #000;
  padding: 12px 10px 14px 10px;
  border-radius: 0;
}

.btn-alt {
  font-family: "canada-type-gibson",sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-color: none;
  padding: 0;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1095px) {
  .btn-alt {
    margin-left: 0px;
    margin-right: 0px;
  }
}

a.btn-default:focus {
  color: #032a51;
  background-color: #fff;
  border-color: #fff;
}

a.btn-default:hover {
  color: #032a51;
  background-color: #fff;
  border-color: #fff;
}

a.btn-default:active {
  color: #032a51;
  background-color: #fff;
  border-color: #fff;
  outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn:active, .btn.active {
  color: #2e98f1;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* ==========================================================================
Global
========================================================================== */

/*-- Header --*/
.logo {
  display: block;
  width: 100%;
  max-width: 185px;
  margin: 10px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .logo {
    max-width: 274px;
    margin: 10px auto 0;
  }
}
@media (max-width: 1005px) {
  .logo {
    left: -20px;
  }
}
@media screen and (max-width: 792px) {
  .logo {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    height: auto;
    margin: 10px auto 0 auto;
  }
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.logo .copy {
  display: none;
}

.site-nav {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: "canada-type-gibson",sans-serif;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.site-nav .trigger {
  display: inline-block;
  padding-top: 20px;
}
.navbar-inverse .navbar-toggle {
  border-color: #000;
}
.navbar-toggle {
  background-color: inherit;
  margin-top: 10px;
  border: 1px solid #000;
  border-radius: 0;
}
.navbar-toggle:hover {
  background-color: #032a51 !important;
}
.navbar-inverse .navbar-collapse {
  border-color: none;
  border-top: 0 solid transparent;
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
}
.site-nav a {
  color: #fff;
  margin: 0;
  padding: 10px 10px;
  margin: 0 5px 0 0;
}
@media (max-width: 1005px) {
  .site-nav a {
    font-size: 13px;
  }
}
.site-nav a.btn.btn-default.csn-btn {
  padding: 10px 15px;
  margin-left: 10px;
}
.site-nav a:nth-child(n + 4) {
  padding: 10px 10px;
  margin: 0 0 0 5px;
}
.site-nav a:nth-child(3) {
  margin-right: 122px;
}
.site-nav a:nth-child(4) {
  margin-left: 122px;
}
.site-nav a:hover {
  text-decoration:none;
  color: #2e98f1;
}

@media (min-width: 992px) {
  .site-nav  {
    font-size: 15px;
    top: 25px;
  }
  .site-nav a{
    padding: 15px 20px 15px 20px;
  }
  .site-nav a:nth-child(n + 4) {
    padding: 15px 20px 15px 20px;
  }
  .site-nav a.btn.btn-default.csn-btn {
    padding: 15px 15px;
  }
  .site-nav a:nth-child(3) {
    margin-right: 170px;
  }
  .site-nav a:nth-child(4) {
    margin-left: 150px;
  }
}
@media screen and (max-width: 790px) {
  .site-nav a {
    font-size: 20px;
    display: block;
    margin: 0;
  }
  .site-nav a:nth-child(n + 4) {
    margin: 0;
  }
  .site-nav a:nth-child(3) {
    margin-right: 0;
  }
  .site-nav a:nth-child(4) {
    margin-left: 0;
  }
  .site-nav a:nth-child(5) {
    margin-bottom: 20px;
  }
  .site-nav a.btn.btn-default.csn-btn {
    margin: 0;
    font-size: 15px;
  }
}

.navbar {
  min-height: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 790px) {
  .navbar {
    min-height: 60px;
  }
  .navbar-header {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse .trigger {
    width: 100%;
    margin: 120px 0 40px;
    padding: 0;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.in {
    display: block !important;
  }
}
.navbar-inverse {
  background-color: #032a51;
  border-color: 1px solid #000;
}
.navbar-static-top {
  margin-top: -25px;
}
.site-header {
  background-color: #032a51;
}

/*-- Footer --*/

.site-footer a {
  font-family: "canada-type-gibson",sans-serif;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  background-color: #fff;
}

.site-footer ul {
  margin-bottom: 0;
}

.site-footer li {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .site-footer li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-left: 0;
  }
}

.site-footer li:nth-child(6) a {
  font-family: "canada-type-gibson",sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .site-footer li:nth-child(1) {
    padding-top: 25px;
  }
}

.copywrite {
  font-weight: 500;
  font-size: 11px;
  color: #aaaaaa;
  padding-bottom: 35px;
  text-transform: none;
  text-align: center;
}

/* ==========================================================================
Utilities
========================================================================== */

/*-- Backgrounds --*/

.bg--gray {
  position: center center;
  display: block;
  background-size: 100% auto;
  background-color: #ededee;
  padding: 40px 0 70px 0;
}


.bg--white {
  position: center center;
  display: block;
  background-size: 100% auto;
  background-color: #fff;
  padding: 40px 0 70px 0;
}

.bg--blue {
  background-color: #032a51;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  .bg--blue {
    padding: 5px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .bg--gray, .bg--white {
    padding: 20px 0 40px 0;
  }
}

/*-- Typography --*/

.text--light-blue {
  color: #2e98f1;
}

.text--white {
  color: #fff;
}

.text--bluewhite {
  color: #afcae5;
}

.breathing-room-right {
  padding-right: 20px;
}

.breathing-room-icon {
  padding-right: 8px;
}

.breathing-room-bottom {
  padding-bottom: 40px;
}

.mobile-breathing-room-bottom {
}

@media screen and (max-width: 768px) {
  .mobile-breathing-room-bottom {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    text-align: center;
  }
}


/*-- Container --*/

.container {
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 10px 15px 0 15px;
  }
}

.stack {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .stack {
    padding-bottom: 30px;
  }
}


/* ==========================================================================
Homepage
========================================================================== */

.hero {
  background-image: url('/assets/home/home-hero.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: fixed;
  margin-top: -100px;
}

.home {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .home {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.hero-about-us {
  background-image: url('/assets/about-us/about-us-hero.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-top: -33px;
  padding-bottom: 3em;
}

.hero-services {
  background-image: url('/assets/services/services-hero.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-top: -33px;
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .hero-services {
    background-size: 245% auto;
    margin-top: -60px;
  }
}

.hero-clients {
  background-image: url('/assets/clients/clients-hero.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-top: -33px;
  padding-bottom: 3em;
}

.hero-contact {
  background-image: url('/assets/contact/contact-hero.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-top: -33px;
}

@media screen and (max-width: 768px) {
  .hero, .hero-about-us, .hero-clients, .hero-contact {
    background-size: 245% auto;
    margin-top: -60px;
    padding-bottom: 0;
  }
}

/* ==========================================================================
Clients
========================================================================== */

/*-- Logos --*/

.thumbnail {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  line-height: 0;
  background-color: #fff;
  border-radius: 0;
  border: 4px solid #062441;
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
}

/*-- Customer Quotes --*/

.quote {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-size: 100% auto;
  background-color: #021f3b;
  padding: 30px 0 60px 0;
  border-top: 1px solid #021d39;
}

.quote-one-bg {
  background-image: url('/assets/quotes/quote-one-bg.jpg');
}

.quote-two-bg {
  background-image: url('/assets/quotes/quote-two-bg.jpg');
}

.quote-three-bg {
  background-image: url('/assets/quotes/quote-three-bg.jpg');
}

.quote-four-bg {
  background-image: url('/assets/quotes/quote-four-bg.jpg');
}

@media screen and (max-width: 768px) {
  .quote {
    background-size: 250% auto;
    padding: 20px 0 20px 0;
  }
}

.quote-logo {
  margin-top: 15px;
}

.byline {
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .byline {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 10px 10px 0;
  }
}

/* ==========================================================================
Services
========================================================================== */

/*-- Backgrounds --*/

.panel {
  background-color: #ededee;
}
.panel-group .panel {
  border: none;
  border-bottom: 1px solid #dcdcdd;
  border-radius: 0;
  box-shadow: none;
}

.panel-default {
  background-color: #ededee;
}

.panel-default > .panel-heading {
  border: none;
  background-color: #ededee;
  margin: 10px 0px 20px 0;
  padding: 0;
}

.panel-title {
  font-size: 20px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .panel-title {
    font-size: 14px;
  }
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding-top: 0;
  border: none;
}

.panel-body {
  padding: 0 0 40px 40px;
}

.expanding-icons {
  font-size: 30px;
  color: #2e98f1;
  top: 8px;
}

.top-border {
  border-top: 1px solid #dcdcdd;
  padding-bottom: 13px;
}

.form-control {
  border-radius: 0;
}

.form-control.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

label.error {
  color: #a94442;
}
