*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.half {
  width: 50%; }

.centre {
  text-align: center; }

.hidden {
  visibility: hidden; }

.inactive {
  display: none; }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex .flex-centre {
    margin: auto; }
  .flex .full-width {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .flex.centre-items {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }
  .flex.between, .flex.justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex.around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.no-flexboxtweener.no-flexbox.no-flexboxlegacy .flex.justify {
  text-align: justify; }
  .no-flexboxtweener.no-flexbox.no-flexboxlegacy .flex.justify > * {
    display: inline-block;
    position: relative;
    top: 0.8em; }
  .no-flexboxtweener.no-flexbox.no-flexboxlegacy .flex.justify::before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -0.8em; }
  .no-flexboxtweener.no-flexbox.no-flexboxlegacy .flex.justify::after {
    content: '';
    display: inline-block;
    width: 100%; }

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

h1, h2, h3, h4, header nav a, .hero .div-logo h6, .side-menu, .bottom-nav, footer form input[type="submit"], footer form textarea[type="submit"] {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.mobile, .tablet {
  display: none; }

@media (max-width: 767px) {
  .mobile {
    display: block; }
    .mobile.flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .no-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet {
    display: block; }
    .tablet.flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .no-tablet {
    display: none !important; } }

@font-face {
  font-family: 'DIN';
  src: url("fonts/3-din-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/3-din-light-webfont.woff2") format("woff2"), url("fonts/3-din-light-webfont.woff") format("woff"), url("fonts/3-din-light-webfont.ttf") format("truetype"), url("fonts/3-din-light-webfont.svg#dinlight") format("svg");
  font-weight: 300; }

@font-face {
  font-family: 'DIN';
  src: url("fonts/1-din-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/1-din-regular-webfont.woff2") format("woff2"), url("fonts/1-din-regular-webfont.woff") format("woff"), url("fonts/1-din-regular-webfont.ttf") format("truetype"), url("fonts/1-din-regular-webfont.svg#dinregular") format("svg");
  font-weight: 400; }

@font-face {
  font-family: 'DIN';
  src: url("fonts/4-din-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/4-din-medium-webfont.woff2") format("woff2"), url("fonts/4-din-medium-webfont.woff") format("woff"), url("fonts/4-din-medium-webfont.ttf") format("truetype"), url("fonts/4-din-medium-webfont.svg#dinmedium") format("svg");
  font-weight: 500; }

@font-face {
  font-family: 'DIN';
  src: url("fonts/2_din-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/2_din-bold-webfont.woff2") format("woff2"), url("fonts/2_din-bold-webfont.woff") format("woff"), url("fonts/2_din-bold-webfont.ttf") format("truetype"), url("fonts/2_din-bold-webfont.svg#dinbold") format("svg");
  font-weight: 700; }

@font-face {
  font-family: 'DIN';
  src: url("fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("fonts/DIN-Black.woff") format("woff"), url("fonts/DIN-Black.ttf") format("truetype"), url("fonts/DIN-Black.svg#dinbold") format("svg");
  font-weight: 800; }

@font-face {
  font-family: 'Archer-Italic';
  src: url("fonts/Archer-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Archer-MediumItalic.otf") format("opentype"), url("fonts/Archer-MediumItalic.woff") format("woff"), url("fonts/Archer-MediumItalic.ttf") format("truetype"), url("fonts/Archer-MediumItalic.svg#Archer-MediumItalic") format("svg"); }

body {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

::-webkit-input-placeholder {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

::-moz-placeholder {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

:-ms-input-placeholder {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

input:-moz-placeholder {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

input, button {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

/*!=====SITE SPECIFIC CSS BELOW=====!*/
.fire .div-medallion, .fire .medallion-bullet::before {
  background-image: url("../img/medallions/fire-medallion.svg"); }

.fire .div-logo {
  background-image: url("../img/fire-logo.svg"); }

.fire .dark-color, .fire h3, .fire h4, .fire .highlight, .fire a, .fire .bottom-nav a:hover, .bottom-nav .fire a:hover {
  color: #e15928; }

.fire .light-color, .fire a:hover, .fire .bottom-nav a, .bottom-nav .fire a {
  color: #f5b581; }

.fire .white-color, .fire header nav a, header nav .fire a, .fire footer h4, footer .fire h4 {
  color: white; }

.fire .dark-background-color, .fire header, .fire footer form input[type="submit"], footer form .fire input[type="submit"], .fire footer form textarea[type="submit"], footer form .fire textarea[type="submit"] {
  background-color: #e15928; }

.fire .light-background-color {
  background-color: #f5b581; }

.fire .white-background-color {
  background-color: white; }

.fire .dark-border-color, .fire .line, .fire header, .fire .side-menu ul, .side-menu .fire ul, .fire footer form input, footer form .fire input, .fire footer form textarea, footer form .fire textarea {
  border-color: #e15928; }

.fire .light-border-color, .fire footer form input:focus, footer form .fire input:focus, .fire footer form textarea:focus, footer form .fire textarea:focus {
  border-color: #f5b581; }

.fire .white-border-color {
  border-color: white; }

.mech .div-medallion, .mech .medallion-bullet::before {
  background-image: url("../img/medallions/mech-medallion.svg"); }

.mech .div-logo {
  background-image: url("../img/mech-logo.svg"); }

.mech .dark-color, .mech h3, .mech h4, .mech .highlight, .mech a, .mech .bottom-nav a:hover, .bottom-nav .mech a:hover {
  color: #71a087; }

.mech .light-color, .mech a:hover, .mech .bottom-nav a, .bottom-nav .mech a {
  color: #c0d1c1; }

.mech .white-color, .mech header nav a, header nav .mech a, .mech footer h4, footer .mech h4 {
  color: white; }

.mech .dark-background-color, .mech header, .mech footer form input[type="submit"], footer form .mech input[type="submit"], .mech footer form textarea[type="submit"], footer form .mech textarea[type="submit"] {
  background-color: #71a087; }

.mech .light-background-color {
  background-color: #c0d1c1; }

.mech .white-background-color {
  background-color: white; }

.mech .dark-border-color, .mech .line, .mech header, .mech .side-menu ul, .side-menu .mech ul, .mech footer form input, footer form .mech input, .mech footer form textarea, footer form .mech textarea {
  border-color: #71a087; }

.mech .light-border-color, .mech footer form input:focus, footer form .mech input:focus, .mech footer form textarea:focus, footer form .mech textarea:focus {
  border-color: #c0d1c1; }

.mech .white-border-color {
  border-color: white; }

.elec .div-medallion, .elec .medallion-bullet::before {
  background-image: url("../img/medallions/elec-medallion.svg"); }

.elec .div-logo {
  background-image: url("../img/elec-logo.svg"); }

.elec .dark-color, .elec h3, .elec h4, .elec .highlight, .elec a, .elec .bottom-nav a:hover, .bottom-nav .elec a:hover {
  color: #eda920; }

.elec .light-color, .elec a:hover, .elec .bottom-nav a, .bottom-nav .elec a {
  color: #f8e290; }

.elec .white-color, .elec header nav a, header nav .elec a, .elec footer h4, footer .elec h4 {
  color: white; }

.elec .dark-background-color, .elec header, .elec footer form input[type="submit"], footer form .elec input[type="submit"], .elec footer form textarea[type="submit"], footer form .elec textarea[type="submit"] {
  background-color: #eda920; }

.elec .light-background-color {
  background-color: #f8e290; }

.elec .white-background-color {
  background-color: white; }

.elec .dark-border-color, .elec .line, .elec header, .elec .side-menu ul, .side-menu .elec ul, .elec footer form input, footer form .elec input, .elec footer form textarea, footer form .elec textarea {
  border-color: #eda920; }

.elec .light-border-color, .elec footer form input:focus, footer form .elec input:focus, .elec footer form textarea:focus, footer form .elec textarea:focus {
  border-color: #f8e290; }

.elec .white-border-color {
  border-color: white; }

.manu .div-medallion, .manu .medallion-bullet::before {
  background-image: url("../img/medallions/manu-medallion.svg"); }

.manu .div-logo {
  background-image: url("../img/manu-logo.svg"); }

.manu .dark-color, .manu h3, .manu h4, .manu .highlight, .manu a, .manu .bottom-nav a:hover, .bottom-nav .manu a:hover {
  color: #ab9766; }

.manu .light-color, .manu a:hover, .manu .bottom-nav a, .bottom-nav .manu a {
  color: #e0d6ba; }

.manu .white-color, .manu header nav a, header nav .manu a, .manu footer h4, footer .manu h4 {
  color: white; }

.manu .dark-background-color, .manu header, .manu footer form input[type="submit"], footer form .manu input[type="submit"], .manu footer form textarea[type="submit"], footer form .manu textarea[type="submit"] {
  background-color: #ab9766; }

.manu .light-background-color {
  background-color: #e0d6ba; }

.manu .white-background-color {
  background-color: white; }

.manu .dark-border-color, .manu .line, .manu header, .manu .side-menu ul, .side-menu .manu ul, .manu footer form input, footer form .manu input, .manu footer form textarea, footer form .manu textarea {
  border-color: #ab9766; }

.manu .light-border-color, .manu footer form input:focus, footer form .manu input:focus, .manu footer form textarea:focus, footer form .manu textarea:focus {
  border-color: #e0d6ba; }

.manu .white-border-color {
  border-color: white; }

.sec .div-medallion, .sec .medallion-bullet::before {
  background-image: url("../img/medallions/sec-medallion.svg"); }

.sec .div-logo {
  background-image: url("../img/sec-logo.svg"); }

.sec .dark-color, .sec h3, .sec h4, .sec .highlight, .sec a, .sec .bottom-nav a:hover, .bottom-nav .sec a:hover {
  color: #63b0bb; }

.sec .light-color, .sec a:hover, .sec .bottom-nav a, .bottom-nav .sec a {
  color: #bce4e9; }

.sec .white-color, .sec header nav a, header nav .sec a, .sec footer h4, footer .sec h4 {
  color: white; }

.sec .dark-background-color, .sec header, .sec footer form input[type="submit"], footer form .sec input[type="submit"], .sec footer form textarea[type="submit"], footer form .sec textarea[type="submit"] {
  background-color: #63b0bb; }

.sec .light-background-color {
  background-color: #bce4e9; }

.sec .white-background-color {
  background-color: white; }

.sec .dark-border-color, .sec .line, .sec header, .sec .side-menu ul, .side-menu .sec ul, .sec footer form input, footer form .sec input, .sec footer form textarea, footer form .sec textarea {
  border-color: #63b0bb; }

.sec .light-border-color, .sec footer form input:focus, footer form .sec input:focus, .sec footer form textarea:focus, footer form .sec textarea:focus {
  border-color: #bce4e9; }

.sec .white-border-color {
  border-color: white; }

.build .div-medallion, .build .medallion-bullet::before {
  background-image: url("../img/medallions/build-medallion.svg"); }

.build .div-logo {
  background-image: url("../img/build-logo.svg"); }

.build .dark-color, .build h3, .build h4, .build .highlight, .build a, .build .bottom-nav a:hover, .bottom-nav .build a:hover {
  color: #bbbabb; }

.build .light-color, .build a:hover, .build .bottom-nav a, .bottom-nav .build a {
  color: #dddddd; }

.build .white-color, .build header nav a, header nav .build a, .build footer h4, footer .build h4 {
  color: white; }

.build .dark-background-color, .build header, .build footer form input[type="submit"], footer form .build input[type="submit"], .build footer form textarea[type="submit"], footer form .build textarea[type="submit"] {
  background-color: #bbbabb; }

.build .light-background-color {
  background-color: #dddddd; }

.build .white-background-color {
  background-color: white; }

.build .dark-border-color, .build .line, .build header, .build .side-menu ul, .side-menu .build ul, .build footer form input, footer form .build input, .build footer form textarea, footer form .build textarea {
  border-color: #bbbabb; }

.build .light-border-color, .build footer form input:focus, footer form .build input:focus, .build footer form textarea:focus, footer form .build textarea:focus {
  border-color: #dddddd; }

.build .white-border-color {
  border-color: white; }

.corp .div-medallion, .corp .medallion-bullet::before {
  background-image: url("../img/medallions/corp-medallion.svg"); }

.corp .div-logo {
  background-image: url("../img/corp-logo.svg"); }

.corp .dark-color, .corp h3, .corp h4, .corp .highlight, .corp a, .corp .bottom-nav a:hover, .bottom-nav .corp a:hover {
  color: #a6bbca; }

.corp .light-color, .corp a:hover, .corp .bottom-nav a, .bottom-nav .corp a {
  color: #d3dde5; }

.corp .white-color, .corp header nav a, header nav .corp a, .corp footer h4, footer .corp h4 {
  color: white; }

.corp .dark-background-color, .corp header, .corp footer form input[type="submit"], footer form .corp input[type="submit"], .corp footer form textarea[type="submit"], footer form .corp textarea[type="submit"] {
  background-color: #a6bbca; }

.corp .light-background-color {
  background-color: #d3dde5; }

.corp .white-background-color {
  background-color: white; }

.corp .dark-border-color, .corp .line, .corp header, .corp .side-menu ul, .side-menu .corp ul, .corp footer form input, footer form .corp input, .corp footer form textarea, footer form .corp textarea {
  border-color: #a6bbca; }

.corp .light-border-color, .corp footer form input:focus, footer form .corp input:focus, .corp footer form textarea:focus, footer form .corp textarea:focus {
  border-color: #d3dde5; }

.corp .white-border-color {
  border-color: white; }

.dist .div-medallion, .dist .medallion-bullet::before {
  background-image: url("../img/medallions/dist-medallion.svg"); }

.dist .div-logo {
  background-image: url("../img/dist-logo.svg"); }

.dist .dark-color, .dist h3, .dist h4, .dist .highlight, .dist a, .dist .bottom-nav a:hover, .bottom-nav .dist a:hover {
  color: #a6bbca; }

.dist .light-color, .dist a:hover, .dist .bottom-nav a, .bottom-nav .dist a {
  color: #d3dde5; }

.dist .white-color, .dist header nav a, header nav .dist a, .dist footer h4, footer .dist h4 {
  color: white; }

.dist .dark-background-color, .dist header, .dist footer form input[type="submit"], footer form .dist input[type="submit"], .dist footer form textarea[type="submit"], footer form .dist textarea[type="submit"] {
  background-color: #a6bbca; }

.dist .light-background-color {
  background-color: #d3dde5; }

.dist .white-background-color {
  background-color: white; }

.dist .dark-border-color, .dist .line, .dist header, .dist .side-menu ul, .side-menu .dist ul, .dist footer form input, footer form .dist input, .dist footer form textarea, footer form .dist textarea {
  border-color: #a6bbca; }

.dist .light-border-color, .dist footer form input:focus, footer form .dist input:focus, .dist footer form textarea:focus, footer form .dist textarea:focus {
  border-color: #d3dde5; }

.dist .white-border-color {
  border-color: white; }

body {
  font-size: 90%;
  color: #425363; }

h1 {
  font-size: 3em;
  margin-bottom: 10px; }

h2 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

h3 {
  font-size: 1.5em;
  text-align: center;
  padding: 20px 0; }

h4 {
  font-size: 1.2em;
  font-weight: 200;
  padding-bottom: 5px; }
  h4.section-link {
    padding-top: 20px; }

h5 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  padding: 6.6666666667px 0 4px; }
  h5.lined {
    position: relative; }
    h5.lined span {
      background: white;
      padding-right: 15px;
      z-index: 1;
      max-width: 50%;
      display: inline-block;
      position: relative; }
    h5.lined:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid #f2f2f2;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 50%; }

h6 {
  color: #a6bbca;
  font-size: 0.8em;
  font-weight: 400;
  padding: 20px 0; }

.alignleft, img.alignleft {
  float: left;
  margin: 0 20px 13.3333333333px 0; }

.alignright, img.alignright {
  float: right;
  margin: 0 0 13.3333333333px 20px; }

.aligncenter, img.aligncenter {
  margin: auto;
  text-align: center;
  display: block;
  margin-bottom: 20px; }

.alignnone, img.alignnone {
  display: block;
  margin-bottom: 20px; }

.div-col-dark-fire {
  color: #e15928; }

.div-col-light-fire {
  color: #f5b581; }

.div-col-dark-mech {
  color: #71a087; }

.div-col-light-mech {
  color: #c0d1c1; }

.div-col-dark-elec {
  color: #eda920; }

.div-col-light-elec {
  color: #f8e290; }

.div-col-dark-manu {
  color: #ab9766; }

.div-col-light-manu {
  color: #e0d6ba; }

.div-col-dark-sec {
  color: #63b0bb; }

.div-col-light-sec {
  color: #bce4e9; }

.div-col-dark-build {
  color: #2b2829; }

.div-col-light-build {
  color: #bbbabb; }

.div-col-dark-corp {
  color: #425363; }

.div-col-light-corp {
  color: #a6bbca; }

.div-col-dark-dist {
  color: #425363; }

.div-col-light-dist {
  color: #a6bbca; }

.loud {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 200; }
  .loud p, .loud li {
    padding-bottom: 20px; }
  .loud .heavy {
    font-weight: 500; }

@media (max-width: 767px) {
  .mobile-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.highlight {
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: 500; }
  .highlight p, .highlight li {
    padding-top: 10px;
    padding-bottom: 20px; }

.quiet {
  font-size: 0.7em;
  line-height: 1.4em; }
  .quiet p {
    padding-bottom: 10px; }

.real-quiet {
  font-size: 0.5em; }

p {
  padding-bottom: 20px;
  line-height: 1.6em; }

a {
  text-decoration: none; }

.wide, .wrapper {
  margin: auto;
  padding: 0 20px; }

.wide {
  max-width: 1024px; }

.wrapper {
  max-width: 800px; }

ul {
  padding-left: 20px; }
  ul li {
    padding-bottom: 10px; }
    ul li:last-of-type {
      padding-bottom: 0; }

.line {
  border-left: 5px solid;
  padding-left: 40px;
  margin: 20px 0; }
  .line p:last-of-type {
    padding-bottom: 0; }

.inset {
  margin: 0 60px; }
  @media (max-width: 767px) {
    .inset {
      margin: 0 20px; } }

.image-inline {
  padding: 20px; }
  .image-inline img {
    width: 100%;
    padding-right: 40px; }
  .image-inline .float-left {
    padding-top: 40px;
    width: 20%; }
    .image-inline .float-left.no-pad {
      padding-top: 0; }
  .image-inline .float-right {
    width: 80%; }
  .image-inline.large-img .float-left {
    width: 30%; }
  .image-inline.large-img .float-right {
    width: 70%; }
  @media (max-width: 767px) {
    .image-inline .float-left {
      width: 50%;
      text-align: center;
      float: none;
      margin: 0 auto 20px; }
    .image-inline img {
      padding: 0; }
    .image-inline .float-right {
      width: 100%;
      float: none; } }

header {
  z-index: 3;
  width: 100%;
  position: fixed; }
  @media (max-width: 767px) {
    header {
      border-bottom: 1px solid; } }
  header .logo {
    height: 42px; }
  header .curve {
    position: relative;
    background-color: #425363;
    width: calc(100% - 120px);
    height: 60px;
    padding: 0 20px; }
    header .curve .float-right {
      position: relative;
      right: -30px;
      margin-bottom: 0; }
    header .curve div {
      height: 100%; }
    header .curve:before {
      content: '';
      position: absolute;
      right: -80px;
      top: 0;
      height: 100%;
      width: 80px;
      background-image: url("../img/header-curve.svg");
      background-repeat: no-repeat;
      background-size: auto 100%; }
  header .icon {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    background-image: url("../img/ara-symbol.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%; }
    header .icon.mobile {
      background-image: url("../img/hamburger.svg");
      background-size: 60%;
      right: 5px; }
  header nav {
    padding: 15px 20px;
    height: 40px; }
    @media (max-width: 767px) {
      header nav {
        height: auto;
        padding: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
        max-height: 0; }
        header nav.expand {
          max-height: 600px; }
        header nav .flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          header nav .flex a {
            padding: 10px 0;
            width: 100%;
            text-align: center; } }
  header nav a {
    display: inline-block;
    font-size: 0.8em;
    text-decoration: none; }

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 600px;
  padding-top: 100px;
  background-color: #425363;
  color: white;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }
  @media (max-width: 767px) {
    .hero {
      padding-top: 60px;
      height: 400px; } }
  @media (min-width: 1680px) {
    .hero {
      height: 850px; } }
  .hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url("../img/hero-curve.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 110% auto; }
  .hero .grad {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }
    @media (max-width: 767px) {
      .hero .grad {
        background: rgba(0, 0, 0, 0.4); } }
  .hero .bg-image {
    background-image: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s; }
    @media (max-width: 767px) {
      .hero .bg-image {
        background-position: top center; } }
  .hero .page-title {
    margin-top: 120px;
    position: relative;
    z-index: 2;
    padding-right: 30%;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .hero .page-title {
        margin-top: 80px;
        font-size: 60%;
        padding-right: 20px; } }
    @media (min-width: 1680px) {
      .hero .page-title {
        margin-top: 200px;
        padding-right: 15%;
        font-size: 120%; } }
  .hero .div-logo {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 160px;
    right: 15%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top; }
    .hero .div-logo:before {
      content: '';
      display: block;
      padding-bottom: 60%; }
    .hero .div-logo h6 {
      position: absolute;
      bottom: 0;
      padding-bottom: 0;
      color: #425363;
      padding-top: 10px;
      font-size: 0.7em; }
    @media (min-width: 1680px) {
      .hero .div-logo {
        width: 200px;
        bottom: 30px; }
        .hero .div-logo h6 {
          font-size: 0.75em; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hero .div-logo {
        width: 130px; }
        .hero .div-logo h6 {
          font-size: 0.55em; } }

.side-menu {
  position: absolute;
  width: 150px;
  left: 0;
  top: 60px;
  z-index: 2;
  font-size: 0.8em;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  @media (max-width: 1100px) {
    .side-menu {
      display: none; } }
  .side-menu.fixed {
    position: fixed;
    top: 100px; }
  .side-menu.fade {
    opacity: 0; }
  .side-menu ul {
    margin-top: 40px;
    list-style: none;
    border-left: 13.3333333333px solid; }
    .side-menu ul li {
      padding-bottom: 40px; }
      .side-menu ul li a {
        color: #a6bbca;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
      .side-menu ul li.current a {
        color: #425363; }
      .side-menu ul li:last-of-type {
        padding-bottom: 0; }

.content {
  padding-top: 80px;
  background: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 700px; }
  @media (max-height: 800px) {
    .content {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .content {
      margin-bottom: 0;
      padding-top: 40px; } }
  .content .medallion-bullet {
    margin-bottom: 40px;
    color: #425363;
    font-size: 0.9em; }
    .content .medallion-bullet::before {
      top: -5px; }

.bottom-nav {
  padding: 20px 0;
  font-size: 0.8em;
  position: relative;
  background: white;
  z-index: 2;
  border-top: 1px solid #e0e0e0; }
  .bottom-nav a {
    display: inline-block; }

.section {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  margin-bottom: 20px; }
  .section:last-of-type {
    border-bottom: none;
    margin-bottom: 0; }
  .section > *:last-child p:last-of-type {
    padding-bottom: 0; }
  .section > p:last-child {
    padding-bottom: 0; }

.anchor {
  position: relative;
  visibility: hidden;
  top: -100px; }

.medallion-bullet {
  position: relative;
  padding-left: 25px; }
  .medallion-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

footer {
  position: fixed;
  color: white;
  font-size: 1.1em;
  line-height: 1.5em;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  height: 700px;
  background: #425363;
  padding: 20px 0 0; }
  footer .locations {
    max-height: 320px;
    overflow-y: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 50px; }
    footer .locations .branch {
      width: 33.3333333333%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer .locations .branch {
          width: 50%; } }
      @media (max-width: 767px) {
        footer .locations .branch {
          width: 50%; } }
    @media (max-width: 767px) {
      footer .locations {
        max-height: none;
        padding-right: 0; } }
  footer h3 {
    text-align: left;
    padding-bottom: 5px; }
  footer .tagline {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #607282; }
    footer .tagline h3 {
      padding: 20px 0;
      text-align: center; }
  footer h4 {
    font-size: 1em;
    margin-bottom: 20px; }
  footer h5 {
    padding-bottom: 0; }
  footer form {
    width: 300px; }
    footer form input, footer form textarea {
      -webkit-appearance: none;
      outline: none;
      display: block;
      width: 100%;
      outline: none;
      margin-bottom: 10px;
      padding: 10px;
      color: white;
      background: none;
      border: 1px solid;
      border-radius: 3px; }
      footer form input.error, footer form textarea.error {
        background: #925646; }
        footer form input.error:not(:placeholder-shown), footer form textarea.error:not(:placeholder-shown) {
          background: none; }
        footer form input.error:focus, footer form textarea.error:focus {
          background: none; }
      footer form input[type="submit"], footer form textarea[type="submit"] {
        -webkit-transform: scale(1);
                transform: scale(1);
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
        footer form input[type="submit"]:active, footer form textarea[type="submit"]:active {
          opacity: 0.8;
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
      footer form input ::-webkit-input-placeholder, footer form input :-moz-placeholder, footer form input ::-moz-placeholder, footer form input :-ms-input-placeholder, footer form textarea ::-webkit-input-placeholder, footer form textarea :-moz-placeholder, footer form textarea ::-moz-placeholder, footer form textarea :-ms-input-placeholder {
        text-transform: capitalize; }
      footer form input :-moz-placeholder, footer form textarea :-moz-placeholder {
        /* Firefox 18- */ }
      footer form input ::-moz-placeholder, footer form textarea ::-moz-placeholder {
        /* Firefox 19+ */ }
    footer form textarea {
      height: 230px;
      resize: none; }
  @media (max-width: 767px) {
    footer {
      position: relative;
      padding-bottom: 80px;
      height: auto;
      z-index: 1; }
      footer .float-left, footer .float-right {
        float: none;
        width: 100%; }
      footer form {
        width: 100%; } }
  @media (max-height: 800px) {
    footer {
      position: relative;
      padding-bottom: 80px;
      height: auto;
      z-index: 1; } }
/*# sourceMappingURL=style.css.map */