/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase;
  clear: both;
  font-weight: bold;
 }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #FFF;
  color: #526178;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1.8;}

h1 { font-size: 1.5em; color: #cc6857; }

  .hero h1, .color h1 { color: #FFF; }

  .bg h1 { color: #ad0c2e; margin-bottom: 1em; }

h2 { margin-bottom: 0.5em; }

h3 {
  margin-bottom: 0.5em;
  color: #FFF;
  background: #8c0b26;
  font-weight: bold;
  text-align: center; }

a {
  text-decoration: none;
  color: #3cb5f9; }

a:hover {
  color: #0793e2; }

li:before {
  margin: 1em;
  content: "•"; }

li:last-child { margin-bottom: 1em; }

.left { float: left; width: 100%; }

.right { float:left; width:100%; }

.map img { width: 60em;}

/* =Template
-------------------------------------------------------------- */
.wrapper {
  width: 100%;
  margin: 0 auto; }

.main {
  padding-top: 150px; }

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px; }

section {
  padding: 40px 0; }
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
      section p {
        margin-bottom: 30px; }
  section.color {
    background-color: #52627c;
    color: #a9b7c1; }

.center { text-align: center; }

.bottom {
  height: 5em;
  line-height: 5em;
  text-align: center;
  color: #000; }

.hero {
  background-image: url('../img/bg.jpg');
  background-position: 20% 10%;
  height: 10em;
  margin: auto;
  padding: 2em 0;
  color: #8e95a2;
}

.about-content { text-align: center; }

.about-content img { max-width: 50%;}

.about-1 {
  float: left;
  width: 45%;
}

.about-2 {
  float: right;
  width: 45%;
}

.bg {
  background-image: url('../img/bg-0.jpg');
  background-repeat: no-repeat;
  background-position: center right;
  padding: 2em 0;
}

/* =Header
-------------------------------------------------------------- */
header {
  border-bottom: 1px #1c2633 solid;
  width: 100%;
  font-size: 1em;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #131825;
  background-color: #151820;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  .logo {
    display: inline-block;
    line-height: 150px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .logo img {
      vertical-align: middle;
      width:300px;
    }
  header nav {
    display: inline-block;
    float: right; }
    header nav a {
      font-family: "Maven Pro", sans-serif;
      text-transform: uppercase;
      line-height: 150px;
      margin-left: 20px;
      color: #FFF;
      font-size: 0.9em;
      letter-spacing: 0.1em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header nav a:hover {
        color: white; }
  header.smaller {
    height: 75px; }
    header.smaller .logo {
      width: 150px;
      height: 75px;
      line-height: 75px;
      font-size: 30px; }
    header.smaller nav a {
      line-height: 75px; }

/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.clearfix { clear: both; }

.strategy-wrap {
    margin: 0 auto; }

  .strategy-content {
    color: #FFF;
    background: #ad0c2e;
    width:29%;
    float: left;
    border: 1px #1a222e solid;
    margin:0 2.3em 0 0;
    padding: 0.5em;
    opacity: 0.8;
 }

.wrap { overflow: hidden; padding: 0 2em; }

.wrap img { max-width: 100%;}


/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 1020px) {
  /* =Header
  -------------------------------------------------------------- */
  header .logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }

  header.smaller {
    max-width: 100%;
    height: 75px; }
    .smaller img {
      text-align: center;
      width:100%;
    }
    header.smaller .logo {
      height: 40px;
      line-height: 40px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; }

.strategy-wrap {
    margin: auto; }

  .strategy-content {
    width: 100%;
    float: left;
    margin: 0 0 2em 0; }
}

.left { float: left; width: 60%; height: 100%; }

.right { float: right; width: 40%; }

.map img { width: 20em; }

}
