/* <><><><><><><><><><><><><> reset & fonts */
@font-face {
  font-family: 'icons';
  src: url("../icons/fonts/icons.ttf?btcni4") format("truetype"), url("../icons/fonts/icons.woff?btcni4") format("woff"), url("../icons/fonts/icons.svg?btcni4#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icons'; }

.icon-advice:before {
  content: "\e900"; }

.icon-email:before {
  content: "\e901"; }

.icon-idea:before {
  content: "\e902"; }

.icon-layers:before {
  content: "\e903"; }

.icon-navigation:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* <><><><><><><><><><><><><> components & config  */
/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
/* Magnific Popup CSS */
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: ''; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-close, .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-figure, img.mfp-img {
  line-height: 0; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* <><><><><><><><><><><><><> global */
/* <><><><><><><><><><><><><> profound grid */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Helper Class: Container */
.row {
  width: 94%;
  margin: 0 3%; }

/* Helper Class: Columns */
.col1 {
  float: left;
  margin-right: -100%;
  width: 4.17%; }

.col2 {
  float: left;
  margin-right: -100%;
  width: 8.33%; }

.col3 {
  float: left;
  margin-right: -100%;
  width: 12.5%; }

.col4 {
  float: left;
  margin-right: -100%;
  width: 16.67%; }

.col5 {
  float: left;
  margin-right: -100%;
  width: 20.83%; }

.col6 {
  float: left;
  margin-right: -100%;
  width: 25%; }

.col7 {
  float: left;
  margin-right: -100%;
  width: 29.17%; }

.col8 {
  float: left;
  margin-right: -100%;
  width: 33.33%; }

.col9 {
  float: left;
  margin-right: -100%;
  width: 37.5%; }

.col10 {
  float: left;
  margin-right: -100%;
  width: 41.67%; }

.col11 {
  float: left;
  margin-right: -100%;
  width: 45.83%; }

.col12 {
  float: left;
  margin-right: -100%;
  width: 50%; }

.col13 {
  float: left;
  margin-right: -100%;
  width: 54.17%; }

.col14 {
  float: left;
  margin-right: -100%;
  width: 58.33%; }

.col15 {
  float: left;
  margin-right: -100%;
  width: 62.5%; }

.col16 {
  float: left;
  margin-right: -100%;
  width: 66.67%; }

.col17 {
  float: left;
  margin-right: -100%;
  width: 70.83%; }

.col18 {
  float: left;
  margin-right: -100%;
  width: 75%; }

.col19 {
  float: left;
  margin-right: -100%;
  width: 79.17%; }

.col20 {
  float: left;
  margin-right: -100%;
  width: 83.33%; }

.col21 {
  float: left;
  margin-right: -100%;
  width: 87.5%; }

.col22 {
  float: left;
  margin-right: -100%;
  width: 91.67%; }

.col23 {
  float: left;
  margin-right: -100%;
  width: 95.83%; }

.col24 {
  float: left;
  margin-right: -100%;
  width: 100%; }

/* Helper Class: Horizontal Position */
.push0 {
  margin-left: 0%; }

.push1 {
  margin-left: 4.17%; }

.push2 {
  margin-left: 8.33%; }

.push3 {
  margin-left: 12.5%; }

.push4 {
  margin-left: 16.67%; }

.push5 {
  margin-left: 20.83%; }

.push6 {
  margin-left: 25%; }

.push7 {
  margin-left: 29.17%; }

.push8 {
  margin-left: 33.33%; }

.push9 {
  margin-left: 37.5%; }

.push10 {
  margin-left: 41.67%; }

.push11 {
  margin-left: 45.83%; }

.push12 {
  margin-left: 50%; }

.push13 {
  margin-left: 54.17%; }

.push14 {
  margin-left: 58.33%; }

.push15 {
  margin-left: 62.5%; }

.push16 {
  margin-left: 66.67%; }

.push17 {
  margin-left: 70.83%; }

.push18 {
  margin-left: 75%; }

.push19 {
  margin-left: 79.17%; }

.push20 {
  margin-left: 83.33%; }

.push21 {
  margin-left: 87.5%; }

.push22 {
  margin-left: 91.67%; }

.push23 {
  margin-left: 95.83%; }

/* Helper Class: Columns */
.pcol1 {
  float: left;
  margin-right: -100%;
  width: 4.17%;
  margin-left: 0%; }

.pcol2 {
  float: left;
  margin-right: -100%;
  width: 8.33%;
  margin-left: 4.17%; }

.pcol3 {
  float: left;
  margin-right: -100%;
  width: 12.5%;
  margin-left: 8.33%; }

.pcol4 {
  float: left;
  margin-right: -100%;
  width: 16.67%;
  margin-left: 12.5%; }

.pcol5 {
  float: left;
  margin-right: -100%;
  width: 20.83%;
  margin-left: 16.67%; }

.pcol6 {
  float: left;
  margin-right: -100%;
  width: 25%;
  margin-left: 20.83%; }

.pcol7 {
  float: left;
  margin-right: -100%;
  width: 29.17%;
  margin-left: 25%; }

.pcol8 {
  float: left;
  margin-right: -100%;
  width: 33.33%;
  margin-left: 29.17%; }

.pcol9 {
  float: left;
  margin-right: -100%;
  width: 37.5%;
  margin-left: 33.33%; }

.pcol10 {
  float: left;
  margin-right: -100%;
  width: 41.67%;
  margin-left: 37.5%; }

.pcol11 {
  float: left;
  margin-right: -100%;
  width: 45.83%;
  margin-left: 41.67%; }

.pcol12 {
  float: left;
  margin-right: -100%;
  width: 50%;
  margin-left: 45.83%; }

.pcol13 {
  float: left;
  margin-right: -100%;
  width: 54.17%;
  margin-left: 50%; }

.pcol14 {
  float: left;
  margin-right: -100%;
  width: 58.33%;
  margin-left: 54.17%; }

.pcol15 {
  float: left;
  margin-right: -100%;
  width: 62.5%;
  margin-left: 58.33%; }

.pcol16 {
  float: left;
  margin-right: -100%;
  width: 66.67%;
  margin-left: 62.5%; }

.pcol17 {
  float: left;
  margin-right: -100%;
  width: 70.83%;
  margin-left: 66.67%; }

.pcol18 {
  float: left;
  margin-right: -100%;
  width: 75%;
  margin-left: 70.83%; }

.pcol19 {
  float: left;
  margin-right: -100%;
  width: 79.17%;
  margin-left: 75%; }

.pcol20 {
  float: left;
  margin-right: -100%;
  width: 83.33%;
  margin-left: 79.17%; }

.pcol21 {
  float: left;
  margin-right: -100%;
  width: 87.5%;
  margin-left: 83.33%; }

.pcol22 {
  float: left;
  margin-right: -100%;
  width: 91.67%;
  margin-left: 87.5%; }

.pcol23 {
  float: left;
  margin-right: -100%;
  width: 95.83%;
  margin-left: 91.67%; }

.pcol24 {
  float: left;
  margin-right: -100%;
  width: 100%;
  margin-left: 95.83%; }

/* generates col / push */
/* <><><><><><><><><><><><><> site specs  */
/* <><><><><><><><><><><><><> general */
.rel {
  position: relative; }

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

.bg-white {
  background: #fff; }

.bg-white-left {
  position: relative; }
  .bg-white-left:before {
    display: block;
    content: " ";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 200%;
    z-index: 200;
    margin-left: -200%;
    top: 0px; }

.bg-grey {
  background: #f4f4f4; }

@media only screen and (max-width: 767px) {
  .bg-mobile-white {
    background: #fff !important; } }

.topPad {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .topPad {
      padding-top: 30px; } }

.topPadSmall {
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .topPadSmall {
      padding-top: 10px; } }

.topPadTiny {
  padding-top: 20px; }

.botPad {
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .botPad {
      padding-bottom: 30px; } }

.botPadSmall {
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .botPadSmall {
      padding-bottom: 10px; } }

.topMarTiny {
  margin-top: 20px; }

.noBotMar {
  margin-bottom: 0px !important; }

@media only screen and (max-width: 767px) {
  .mobileBotPad {
    padding-bottom: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mobileTopPad {
    padding-top: 40px !important; } }

.btn {
  line-height: 41px;
  display: inline-block;
  padding: 0px 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media only screen and (max-width: 767px) {
    .btn {
      display: block;
      text-align: center; } }
  .btn.full.blue {
    background: #0c4da2;
    color: #fff;
    border: 2px solid #0c4da2; }
    .btn.full.blue:hover {
      border: 2px solid #ffa200;
      color: #ffa200;
      background: #fff; }
  .btn.ghost.blue {
    border: 2px solid #0c4da2;
    color: #0c4da2; }
    .btn.ghost.blue:hover {
      border: 2px solid #ffa200;
      color: #ffa200; }
  .btn.right {
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      .btn.right {
        margin-left: 0px;
        margin-top: 10px; } }

/* <><><><><><><><><><><><><> form reset */
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  border-radius: 0; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* These elements are usually rendered a certain way by the browser */
button,
input,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0px 5px 0px 5px;
  border: 1px solid #ebebeb; }

/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/* <><><><><><><><><><><><><> main */
body {
  font-family: "Catamaran", sans-serif;
  min-width: 960px;
  font-size: 16px;
  /* tablet scaling, portrait, fix */ }
  @media only screen and (width: 768px) {
    body {
      min-height: 1200px; } }

.row {
  margin: 0px auto;
  max-width: 960px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.mobileOn {
  display: none; }

main {
  display: block; }

@media only screen and (max-width: 767px) {
  body.page main {
    padding-top: 20px; } }

header#hdr .top {
  text-align: center;
  width: 100%; }
  header#hdr .top div, header#hdr .top a {
    display: inline;
    line-height: 60px;
    color: #a8a8a8;
    position: relative;
    padding-left: 50px;
    margin-right: 50px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    header#hdr .top div:last-child, header#hdr .top a:last-child {
      margin-right: 0px; }
    header#hdr .top div:before, header#hdr .top a:before {
      position: absolute;
      left: 0px;
      font-size: 25px; }
  header#hdr .top a:hover {
    color: #ffa200; }

header#hdr .navRow {
  height: 100px; }
  @media only screen and (max-width: 767px) {
    header#hdr .navRow {
      height: auto; } }

header#hdr .logo {
  text-decoration: none;
  display: block;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    header#hdr .logo {
      margin-bottom: 20px; } }
  header#hdr .logo img {
    display: block;
    width: 60px; }

.teaser {
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .teaser.page {
    height: 240px; }
    @media only screen and (min-width: 767px) {
      .teaser.page {
        margin-top: 5px; } }
  @media only screen and (max-width: 767px) {
    .teaser {
      height: auto !important; } }
  .teaser .cycle {
    z-index: -2 !important; }
    @media only screen and (max-width: 767px) {
      .teaser .cycle {
        height: 200px;
        overflow: hidden; } }
  .teaser .item {
    height: 420px;
    width: 100%;
    background-position: top right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
    @media only screen and (max-width: 767px) {
      .teaser .item {
        background-size: auto 200px !important;
        height: 200px;
        overflow: hidden; } }

.teaserIcons {
  position: absolute;
  width: 100%;
  z-index: 500;
  top: 80px; }
  .teaserIcons .row {
    height: 100px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.7); }
    .teaserIcons .row div {
      float: left;
      color: #0c4da2;
      font-size: 24px;
      position: relative;
      line-height: 100px;
      padding-left: 85px;
      text-transform: uppercase;
      font-weight: 700; }
      .teaserIcons .row div.icon-idea {
        width: 31%;
        margin-left: 4%; }
      .teaserIcons .row div.icon-advice {
        width: 29%; }
      .teaserIcons .row div i {
        font-size: 18px;
        font-weight: 500; }
      .teaserIcons .row div:before {
        left: 0px;
        font-weight: normal;
        position: absolute;
        font-size: 66px;
        opacity: 0.8; }

.teaserTxt {
  z-index: 100;
  position: absolute;
  bottom: 0px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .teaserTxt {
      position: relative;
      background: #f4f4f4; } }
  .teaserTxt .txt {
    background: rgba(244, 244, 244, 0.7);
    position: relative;
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .teaserTxt .txt {
        padding: 20px 0px; } }
    .teaserTxt .txt:before {
      display: block;
      content: " ";
      position: absolute;
      background: rgba(244, 244, 244, 0.7);
      height: 100%;
      width: 200%;
      z-index: 200;
      margin-left: -200%;
      top: 0px; }
    .teaserTxt .txt strong {
      display: block; }
      .teaserTxt .txt strong:last-child {
        color: #4c4c4c;
        font-size: 32px;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .teaserTxt .txt strong:last-child {
            font-size: 24px; } }
      .teaserTxt .txt strong:first-child {
        color: #0c4da2;
        font-size: 62px;
        margin-top: 28px; }
        @media only screen and (max-width: 767px) {
          .teaserTxt .txt strong:first-child {
            font-size: 42px;
            margin-top: 0px; } }

main {
  overflow: hidden; }

.leftCol {
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    .leftCol {
      padding: 0px;
      background: none; }
      .leftCol:before {
        display: none; } }

@media only screen and (max-width: 767px) {
  .rightCol {
    padding-top: 10px; } }

.rightCol .title {
  color: #ffa200;
  font-weight: 700;
  font-size: 28px;
  line-height: 64px;
  padding-left: 40px;
  background: #fff;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .rightCol .title {
      padding-left: 0px; } }
  .rightCol .title:after {
    display: block;
    content: " ";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 200%;
    z-index: 200;
    top: 0px;
    right: 0px;
    margin-right: -200%; }

.rightCol .content {
  padding: 20px 0px 20px 20px; }
  @media only screen and (max-width: 767px) {
    .rightCol .content {
      padding: 0px;
      margin-bottom: 30px;
      background: #fff; } }
  .rightCol .content ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 5px;
    list-style-position: outside;
    line-height: 16px;
    padding-left: 40px; }
    @media only screen and (max-width: 767px) {
      .rightCol .content ul li {
        padding-left: 20px; } }
    .rightCol .content ul li:before {
      content: "";
      border-color: transparent #ffa200;
      border-style: solid;
      border-width: 0.35em 0 0.35em 0.45em;
      display: block;
      height: 0;
      width: 0;
      left: -20px;
      top: 14px;
      position: relative; }
    .rightCol .content ul li a {
      text-decoration: none;
      color: #454545;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .rightCol .content ul li a:hover {
        color: #ffa200; }
  .rightCol .content .btn {
    margin-top: 24px;
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      .rightCol .content .btn {
        margin-left: 0px; } }

#footer {
  padding: 40px 0;
  margin-bottom: 0;
  background: #0c4da2; }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 20px 5px; } }
  #footer .left {
    float: left;
    width: 70%;
    position: relative;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      #footer .left {
        width: 50%; } }
  #footer .right {
    width: 30%;
    float: right; }
    @media only screen and (max-width: 767px) {
      #footer .right {
        width: 50%; } }
  #footer span, #footer a {
    display: inline-block;
    margin-right: 10%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    line-height: 40px; }
    @media only screen and (max-width: 767px) {
      #footer span, #footer a {
        font-size: 14px; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer .right {
    text-align: right; }
    #footer .right a {
      position: relative;
      padding-left: 50px;
      display: inline-block;
      float: right;
      margin-right: 0px; }
      @media only screen and (max-width: 767px) {
        #footer .right a {
          padding-left: 40px; } }
      #footer .right a:before {
        display: block;
        position: absolute;
        left: 0px;
        font-size: 28px;
        font-weight: normal; }

.minHeightWrap {
  min-height: calc(100vh - 120px); }

@media only screen and (min-width: 767px) {
  nav {
    position: relative;
    width: 100%; }
    nav li {
      display: block;
      float: left;
      width: 20%;
      position: relative;
      border-left: 5px solid #fff; }
      nav li:last-child {
        border-right: 5px solid #fff; }
    nav a {
      display: block;
      line-height: 96px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
      color: #4c4c4c;
      text-align: center;
      width: 100%;
      padding: 3px 0px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      nav a:hover {
        background: #fff;
        color: #0c4da2; }
    nav li.active a {
      padding-top: 0px;
      color: #ffa200;
      font-weight: 700;
      border-top: 3px solid #ffa200; } }

@media only screen and (max-width: 767px) {
  .mobileHeaderTxt {
    position: absolute;
    top: 32px;
    left: 75px; }
    .mobileHeaderTxt strong, .mobileHeaderTxt span {
      display: block;
      font-weight: 700;
      line-height: 20px; }
    .mobileHeaderTxt strong {
      color: #0c4da2;
      font-size: 16px; }
    .mobileHeaderTxt span {
      color: #ffa200;
      text-transform: uppercase; }
  .navToggle {
    height: 49px;
    width: 49px;
    background: #0c4da2;
    position: absolute;
    right: 0px;
    top: 25px;
    padding-top: 1px;
    border-radius: 5px; }
    .navToggle i {
      background: #fff;
      display: block;
      margin: 0px auto;
      margin-top: 8px;
      height: 5px;
      width: 76%;
      border-radius: 3px; }
  nav {
    margin: 20px 0px;
    border-top: 2px solid #ffa200;
    padding-top: 20px; }
    nav:before, nav:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    nav:after {
      clear: both; }
    nav a {
      text-decoration: none;
      display: block;
      width: 49%;
      float: left;
      line-height: 24px;
      padding: 5px 10px;
      background: #0c4da2;
      color: #fff;
      font-size: 18px;
      margin-bottom: 5px;
      border-radius: 5px; }
    nav li:nth-child(even) a {
      float: right; }
    nav li.active a {
      background: #ffa200; }
  #navWrap {
    display: none; }
    #navWrap.visible {
      display: block; } }

.whatWeDo {
  height: 110px;
  padding-top: 24px; }
  @media only screen and (max-width: 767px) {
    .whatWeDo {
      height: auto;
      padding: 20px 0px;
      clear: both; } }
  .whatWeDo .left {
    float: left;
    width: 38%;
    color: #0c4da2;
    font-size: 36px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .whatWeDo .left {
        width: 100%;
        font-size: 32px; } }
    .whatWeDo .left p {
      display: inline-block; }
    .whatWeDo .left span {
      text-align: right;
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        .whatWeDo .left span {
          width: 100%;
          font-size: 32px;
          text-align: left; } }
  .whatWeDo .right {
    text-align: right;
    width: 62%;
    float: right;
    line-height: 32px;
    color: #ffa200;
    font-weight: 700;
    font-size: 22px; }
    @media only screen and (max-width: 767px) {
      .whatWeDo .right {
        width: 100%;
        margin-top: 4px;
        line-height: 22px;
        text-align: left;
        font-size: 19px; } }

body.page .whatWeDo {
  display: none; }

.rowTitle {
  color: #0c4da2;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px; }

.thumbs3col:before, .thumbs3col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.thumbs3col:after {
  clear: both; }

.thumbs3col a {
  width: 32.33%;
  float: left;
  position: relative;
  margin-right: 1.33%;
  position: relative;
  outline: none;
  text-decoration: none;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .thumbs3col a {
      width: 48%;
      margin: 0px; }
      .thumbs3col a:nth-child(even) {
        float: right; } }
  .thumbs3col a.third {
    margin-right: 0%; }
  .thumbs3col a img {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #a8a8a8;
    box-shadow: 1px 2px 2px #ececec; }
  .thumbs3col a:hover:before {
    position: absolute;
    background: rgba(255, 162, 0, 0.7);
    border-radius: 90px;
    content: "+";
    color: #fff;
    z-index: 50;
    display: block;
    font-size: 92px;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin-left: calc(50% - 45px);
    top: calc(50% - 45px); }

.overview:before, .overview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.overview:after {
  clear: both; }

.overview article {
  display: block;
  margin-bottom: 30px;
  width: 48%;
  float: left;
  position: relative; }
  .overview article:before, .overview article:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .overview article:after {
    clear: both; }
  .overview article:nth-child(odd) {
    margin-right: 4%; }
  @media only screen and (max-width: 767px) {
    .overview article {
      margin: 0px;
      margin-bottom: 30px;
      width: 100%; } }

.overview img {
  width: 250px;
  display: block;
  padding: 5px;
  border: 1px solid #a8a8a8;
  box-shadow: 1px 2px 2px #ececec;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media only screen and (max-width: 767px) {
    .overview img {
      width: 100%; } }

.overview .left {
  width: 250px;
  display: block;
  float: left; }
  @media only screen and (max-width: 767px) {
    .overview .left {
      float: none;
      width: 100%;
      margin-bottom: 5px; } }

.overview .right {
  display: block;
  float: right;
  width: calc(100% - 250px);
  padding-left: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .overview .right {
      float: none;
      width: 100%;
      padding: 0px;
      padding-top: 20px;
      position: relative;
      height: auto; } }
  @media only screen and (min-width: 767px) {
    .overview .right .vCenter {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.overview strong {
  margin-bottom: 10px;
  display: block;
  color: #ffa200;
  font-weight: 500;
  font-size: 21px; }

.overview p {
  color: #a8a8a8;
  font-size: 16px;
  line-height: 21px; }

.overview .btn {
  margin-top: 15px;
  display: inline-block;
  font-size: 12px !important;
  line-height: 37px;
  padding: 0px 20px;
  color: #a8a8a8 !important;
  font-weight: 400;
  border: 1px solid #a8a8a8 !important; }

.overview a {
  text-decoration: none; }
  .overview a:hover img {
    border-color: #ffa200; }
  .overview a:hover .btn {
    background: #ffa200;
    border-color: #ffa200;
    color: #fff !important;
    border: 1px solid #ffa200 !important; }

.formStyles ul {
  padding-left: 0px; }

.formStyles li {
  padding-bottom: 15px !important;
  padding-left: 0 !important; }
  .formStyles li:before, .formStyles li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .formStyles li:after {
    clear: both; }

.formStyles label {
  width: 20%;
  float: left;
  position: relative;
  top: 12px; }

.formStyles input[type="text"], .formStyles select {
  width: 80%;
  float: left;
  padding: 0px 15px;
  border: 1px solid #a8a8a8;
  outline: none;
  border-radius: 5px;
  height: 40px;
  line-height: 40px; }

.formStyles textarea {
  padding: 10px 15px;
  height: 150px;
  border: 1px solid #a8a8a8;
  width: 80%;
  outline: none;
  border-radius: 5px; }

@media only screen and (max-width: 767px) {
  .formStyles label, .formStyles input[type="text"], .formStyles textarea {
    width: 100%;
    float: none;
    top: 0; }
  .formStyles label {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px; } }

.formStyles input, .formStyles textarea, .formStyles select {
  outline: none; }
  .formStyles input.error, .formStyles textarea.error, .formStyles select.error {
    border: 1px solid red; }

.formStyles label.error {
  display: none !important; }

.formStyles input[type="submit"] {
  margin-top: 15px;
  background: #0c4da2;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  border: 1px solid #0c4da2;
  cursor: pointer;
  margin-left: 20%;
  border-radius: 5px; }
  .formStyles input[type="submit"]:hover {
    background: #ffa200;
    border-color: #ffa200;
    color: white; }
  @media only screen and (max-width: 767px) {
    .formStyles input[type="submit"] {
      margin-left: 0px;
      width: 100%;
      text-align: center; } }

.contactInfo .icon {
  display: block;
  text-decoration: none;
  margin-top: 25px;
  position: relative;
  color: #a8a8a8;
  padding-left: 40px;
  line-height: 19px; }
  .contactInfo .icon:before {
    display: blue;
    left: 0px;
    top: 0px;
    position: absolute;
    font-size: 24px;
    color: #ffa200; }
  .contactInfo .icon.icon-phone {
    font-size: 24px;
    color: #ffa200; }
    .contactInfo .icon.icon-phone:before {
      top: 0px; }

.editorTxt h1, .editorTxt .h1, .editorTxt .title {
  font-size: 32px;
  color: #ffa200;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 34px; }

.editorTxt h2, .editorTxt .h2, .editorTxt .subtitle {
  font-size: 28px;
  color: #0c4da2;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 34px; }

.editorTxt p {
  line-height: 22px;
  margin-bottom: 15px;
  color: #454545;
  font-size: 16px; }

.editorTxt a {
  color: #ffa200;
  font-weight: 500; }
  .editorTxt a:hover {
    color: #0c4da2; }

.editorTxt strong {
  color: #0c4da2;
  font-weight: 700; }

.editorTxt ul, .editorTxt ol {
  padding-left: 50px;
  margin-bottom: 20px; }

.editorTxt ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 8px;
  list-style-position: outside;
  line-height: 22px;
  color: #454545; }

.editorTxt ul li:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -20px;
  top: 16px;
  position: relative; }

.editorTxt ol li {
  position: relative;
  padding-left: 10px;
  padding-bottom: 8px;
  line-height: 22px;
  list-style-type: decimal;
  list-style-position: outside; }

@media only screen and (max-width: 767px) {
  .mobileOff {
    display: none !important; }
  .mobileOn {
    display: block !important; }
  body {
    min-width: 0px;
    margin: 0px; }
  .cl {
    float: none !important;
    clear: both !important;
    width: 100%;
    margin: 0px; } }

/*# sourceMappingURL=main.css.map */