/*@font-face {
  font-family: 'FuturaHeavy';
  src: url('../fonts/FuturaStd-Heavy/FuturaStd-Heavy.eot?') format('eot'),
       url('../fonts/FuturaStd-Heavy/FuturaStd-Heavy.otf')  format('opentype'),
       url('../fonts/FuturaStd-Heavy/FuturaStd-Heavy.woff') format('woff'),
       url('../fonts/FuturaStd-Heavy/FuturaStd-Heavy.ttf')  format('truetype'),
       url('../fonts/FuturaStd-Heavy/FuturaStd-Heavy.svg#svgFontName') format('svg');
  font-style: italic;
}*/
/*@font-face {
  font-family: 'FuturaHeavy';
  src: url('../fonts/futurastd-heavy-webfont.eot');
  src: url('../fonts/futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futurastd-heavy-webfont.woff') format('woff'),
       url('../fonts/futurastd-heavy-webfont.ttf')  format('truetype'),
       url('../fonts/futurastd-heavy-webfont.svg#futurastd_hvy') format('svg');
}

@font-face {
  font-family: 'FuturaBook';
  src: url('../fonts/futurastd-book-webfont.eot');
  src: url('../fonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futurastd-book-webfont.woff') format('woff'),
       url('../fonts/futurastd-book-webfont.ttf')  format('truetype'),
       url('../fonts/futurastd-book-webfont.svg#futurastd_book') format('svg');
}

@font-face {
  font-family: 'FuturaMedium';
  src: url('../fonts/futurastd-medium-webfont.eot');
  src: url('../fonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futurastd-medium-webfont.woff') format('woff'),
       url('../fonts/futurastd-medium-webfont.ttf')  format('truetype'),
       url('../fonts/futurastd-medium-webfont.svg#futurastd_mdm') format('svg');
}*/
@font-face {
  font-family: 'Plantin';
  src: url("../fonts/PlantinStd/PlantinStd.eot?") format("eot"), url("../fonts/PlantinStd/PlantinStd.otf") format("opentype"), url("../fonts/PlantinStd/PlantinStd.woff") format("woff"), url("../fonts/PlantinStd/PlantinStd.ttf") format("truetype"), url("../fonts/PlantinStd/PlantinStd.svg#PlantinStd") format("svg");
}

@font-face {
  font-family: 'Plantin-Italic';
  src: url("../fonts/PlantinStd-Italic/PlantinStd-Italic.eot?") format("eot"), url("../fonts/PlantinStd-Italic/PlantinStd-Italic.otf") format("opentype"), url("../fonts/PlantinStd-Italic/PlantinStd-Italic.woff") format("woff"), url("../fonts/PlantinStd-Italic/PlantinStd-Italic.ttf") format("truetype"), url("../fonts/PlantinStd-Italic/PlantinStd-Italic.svg#PlantinStd") format("svg");
  font-style: italic;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix, .container, .row, .modal-content, .half-plates-container {
  zoom: 1;
}
.clearfix:before, .container:before, .row:before, .modal-content:before, .half-plates-container:before, .clearfix:after, .container:after, .row:after, .modal-content:after, .half-plates-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .container:after, .row:after, .modal-content:after, .half-plates-container:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 920px;
  }
}

@media (min-width: 480px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* Use this class on any div.span / container to see the grid. */
.showgrid {
  background: url(../img/grid.png);
}

/* Body margin for a sensile default look. */
body {
  margin: 1.5em 0;
}

/* Columns
-------------------------------------------------------------- */
/* Sets up basic grid floating and margin. */
.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (min-width: 480px) {
  .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
    float: left;
  }
}
@media (min-width: 480px) {
  .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.span-1 {
  width: 8.33333%;
}

.span-2 {
  width: 16.66667%;
}

.span-3 {
  width: 25%;
}

.span-4 {
  width: 33.33333%;
}

.span-5 {
  width: 41.66667%;
}

.span-6 {
  width: 50%;
}

.span-7 {
  width: 58.33333%;
}

.span-8 {
  width: 66.66667%;
}

.span-9 {
  width: 75%;
}

.span-10 {
  width: 83.33333%;
}

.span-11 {
  width: 91.66667%;
}

.span-12 {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
    width: 100%;
  }
}

/* Add these to a column to append empty cols. */
.append-1 {
  padding-right: 80px;
}

.append-2 {
  padding-right: 160px;
}

.append-3 {
  padding-right: 240px;
}

.append-4 {
  padding-right: 320px;
}

.append-5 {
  padding-right: 400px;
}

.append-6 {
  padding-right: 480px;
}

.append-7 {
  padding-right: 560px;
}

.append-8 {
  padding-right: 640px;
}

.append-9 {
  padding-right: 720px;
}

.append-10 {
  padding-right: 800px;
}

.append-11 {
  padding-right: 880px;
}

/* Add these to a column to prepend empty cols. */
.prepend-1 {
  margin-left: 8.33333%;
}

.prepend-2 {
  margin-left: 16.66667%;
}

.prepend-3 {
  margin-left: 25%;
}

.prepend-4 {
  margin-left: 33.33333%;
}

.prepend-5 {
  margin-left: 41.66667%;
}

.prepend-6 {
  margin-left: 50%;
}

.prepend-7 {
  margin-left: 58.33333%;
}

.prepend-8 {
  margin-left: 66.66667%;
}

.prepend-9 {
  margin-left: 75%;
}

.prepend-10 {
  margin-left: 83.33333%;
}

.prepend-11 {
  margin-left: 91.66667%;
}

@media screen and (max-width: 480px) {
  .append-1, .append-2, .append-3, .append-4, .append-5, .append-6, .append-7, .append-8, .append-9, .append-10, .append-11, .append-12 {
    margin-right: 0;
  }

  .prepend-1, .prepend-2, .prepend-3, .prepend-4, .prepend-5, .prepend-6, .prepend-7, .prepend-8, .prepend-9, .prepend-10, .prepend-11, .prepend-12 {
    margin-left: 0;
  }
}
/* Use these classes on an element to push it into the
   next column, or to pull it into the previous column.  */
.pull-1 {
  margin-left: -80px;
}

.pull-2 {
  margin-left: -160px;
}

.pull-3 {
  margin-left: -240px;
}

.pull-4 {
  margin-left: -320px;
}

.pull-5 {
  margin-left: -400px;
}

.pull-6 {
  margin-left: -480px;
}

.pull-7 {
  margin-left: -560px;
}

.pull-8 {
  margin-left: -640px;
}

.pull-9 {
  margin-left: -720px;
}

.pull-10 {
  margin-left: -800px;
}

.pull-11 {
  margin-left: -880px;
}

.pull-12 {
  margin-left: -960px;
}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {
  float: left;
  position: relative;
}

.push-1 {
  margin: 0 -80px 1.5em 80px;
}

.push-2 {
  margin: 0 -160px 1.5em 160px;
}

.push-3 {
  margin: 0 -240px 1.5em 240px;
}

.push-4 {
  margin: 0 -320px 1.5em 320px;
}

.push-5 {
  margin: 0 -400px 1.5em 400px;
}

.push-6 {
  margin: 0 -480px 1.5em 480px;
}

.push-7 {
  margin: 0 -560px 1.5em 560px;
}

.push-8 {
  margin: 0 -640px 1.5em 640px;
}

.push-9 {
  margin: 0 -720px 1.5em 720px;
}

.push-10 {
  margin: 0 -800px 1.5em 800px;
}

.push-11 {
  margin: 0 -880px 1.5em 880px;
}

.push-12 {
  margin: 0 -960px 1.5em 960px;
}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
  float: right;
  position: relative;
}

/* 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #464646;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

em {
  font-style: italic;
}

body {
  background: #efefef;
  font-family: Georgia;
  font-size: 15px;
  line-height: 24px;
  color: #464646;
}

h2, h3, h4, h5 {
  font-family: "futura-pt";
  text-transform: uppercase;
}

h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 36px 0;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 26px;
  }
}

h3 {
  font-size: 48px;
  line-height: 48px;
  color: #c90666;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 32px;
    margin-bottom: 26px;
    margin-top: 30px;
  }
}
h3 small {
  font-size: 20px;
  line-height: 40px;
  font-family: "futura-pt";
  display: block;
}
@media screen and (max-width: 480px) {
  h3 small {
    line-height: 30px;
  }
}

h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0 30px 0;
  font-family: "futura-pt";
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}

[class^="span"] h4:first-child {
  margin-top: 0;
}

h5 {
  font-family: "futura-pt";
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 30px 0;
}

h6 {
  font-family: "futura-pt";
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #464646;
  margin: 0 0 10px 0;
}

p {
  margin: 20px 0 20px 0;
}
@media screen and (max-width: 480px) {
  p {
    margin-top: 10px;
  }
}

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

hr {
  margin: 55px auto 60px auto;
  border-top: 1px solid #d5d5d5;
  height: 0;
}
@media screen and (max-width: 480px) {
  hr {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  hr {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.intro {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .intro {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.text {
  margin-top: 60px;
  margin-bottom: 90px;
}

#section-what .text {
  margin-top: 90px;
  margin-bottom: 90px;
}

.pink {
  color: #c90666;
}

.blue {
  color: #006980;
}

.green {
  color: #6cbcb6;
}

.contact-us .white-box {
  margin-top: -5px;
}

@media screen and (max-width: 480px) {
  .phone-centered {
    text-align: center;
  }
}

#debug {
  position: fixed;
  color: #fff;
  background: red;
  left: 0;
  top: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  background: url(../img/fancybox-close.png) no-repeat 0 0;
  position: absolute;
  top: 22px;
  right: 20px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 8056;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-family: "futura-pt";
  font-weight: 500;
  padding: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
.main-header {
  height: 82px;
}

.sections {
  margin-top: 82px;
}

@media screen and (min-width: 960px) {
  .main-header {
    height: 127px;
  }

  .sections {
    margin-top: 127px;
  }
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1100;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  /*h1 {
    margin: 10px;
    float: left;
    //text-align: center;

    a {
      overflow: hidden;
      color: #464646;
      display: block;
    }

    @media screen and (min-width: $screen-tablet) {
      img {
        float: left;
      }

      a {
        line-height: 22px;
      }

      .subtitle {
        float: left;
        font-size: 18px;
        display: block;
        margin-left: 10px;
        margin-top: 6px;
      }
    }

    @media screen and (min-width: $screen-desktop) {
      margin: 24px 0 22px 0;



      .subtitle {

      }
    }
  }

  a,
  a:hover {
    text-decoration: none;
  }

  .subtitle {
    display: none;
    font-family: 'Plantin-Italic', Georgia, serif;
    font-style: italic;
    font-size: 14px;

    //padding-bottom: 4px;
  }*/
}
.main-header .navbar-toggle {
  float: right;
  width: 40px;
  height: 40px;
  padding: 20px 0 10px 0;
  margin-top: 5px;
  background: url(../img/navbar-toggle.png) 100% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-header .navbar-toggle {
    background-image: url(../img/navbar-toggle@2x.png);
    background-size: 20px 20px;
  }
}
.main-header .main-header-brand {
  float: left;
  padding: 10px;
  margin-left: -10px;
  font-size: 18px;
  line-height: 20px;
}
.main-header .main-header-brand img {
  float: left;
}
.main-header .subtitle {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-header .subtitle {
    display: inline;
    float: left;
    font-size: 18px;
    display: block;
    margin-left: 10px;
    margin-top: 6px;
    font-family: 'Plantin-Italic', Georgia, serif;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 960px) {
  .main-header .navbar-toggle {
    display: none;
  }
  .main-header .main-header-brand {
    padding: 23px 10px;
  }
}

.main-header-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.educations-banner {
  padding: 5px 0;
  background: #000;
  font-family: "futura-pt";
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  height: 52px;
}
.educations-banner ul {
  margin-top: -5px;
}
@media screen and (min-width: 960px) {
  .educations-banner {
    padding: 0;
    line-height: 52px;
    font-size: 16px;
  }
  .educations-banner ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 5px;
  }
}
.educations-banner li {
  display: inline;
}
.educations-banner li:after {
  content: ",";
}
.educations-banner li:last-child:after {
  content: "";
}
.educations-banner li a {
  color: #c90666;
      font-weight: 500;
}

.white-box {
  color: #464646;
  background: #fff;
  padding: 5px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin: 0 -5px 30px -5px;
  text-align: left;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .white-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.white-box p {
  padding: 0;
}
.white-box.span-4, .white-box.span-8 {
  margin-right: 35px;
}
.white-box.span-4.last, .white-box.span-8.last {
  margin-right: -5px;
}
.white-box .white-box-content {
  border: 1px solid #d5d5d5;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .white-box .white-box-content {
    padding: 10px;
    text-align: center;
  }
}
.white-box .white-box-footer {
  border: 1px solid #d5d5d5;
  margin-top: -1px;
}
.white-box .white-box-footer button {
  margin: 0;
}

.white-box-no-margin {
  margin: 0;
}

.white-box-inline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  width: 360px;
  max-width: 100%;
}
.white-box-inline .white-box-content {
  padding: 0;
}
.white-box-inline .block-arrow-link, .white-box-inline .block-arrow-link-inline {
  padding: 20px 60px 17px 20px;
}
.white-box-inline .block-arrow-link i, .white-box-inline .block-arrow-link-inline i {
  right: 20px;
}

.white-box-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.section-intro .white-box-shadow {
  box-shadow: 0 0 35px black;
}

.white-box form .white-box-content {
  padding: 0;
}

.white-box-extra-margin {
  margin-bottom: 80px;
}

.block-arrow-link, .block-arrow-link-inline {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "futura-pt";
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 60px 12px 20px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  color: #6cbcb6;
}
@media screen and (max-width: 480px) {
  .block-arrow-link, .block-arrow-link-inline {
    font-size: 14px;
  }
}
.block-arrow-link i, .block-arrow-link-inline i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/arrows.png) 0 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.block-arrow-link:hover, .block-arrow-link-inline:hover {
  color: #4da8a1;
  text-decoration: none;
}
.block-arrow-link:active, .block-arrow-link-inline:active, .block-arrow-link:focus, .block-arrow-link-inline:focus {
  background: #eee;
  outline: none;
}

button.block-arrow-link, button.block-arrow-link-inline {
  font-size: 20px;
  color: #006980;
  padding: 22px 20px 18px 20px;
}
@media screen and (max-width: 480px) {
  button.block-arrow-link, button.block-arrow-link-inline {
    font-size: 16px;
  }
}
button.block-arrow-link i, button.block-arrow-link-inline i {
  background-position: -20px 0;
}

.block-arrow-link-big {
  padding: 29px 40px 26px 40px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  color: #338699;
}
@media screen and (max-width: 480px) {
  .block-arrow-link-big {
    font-size: 16px;
  }
}
.block-arrow-link-big i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/arrows.png) 0 -20px no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 40px;
}
@media screen and (max-width: 480px) {
  .block-arrow-link-big {
    padding: 10px 35px 10px 15px;
  }
  .block-arrow-link-big i {
    right: 10px;
  }
}

.testimonials {
  margin-top: 85px;
  margin-bottom: 85px;
}

.person {
  margin-bottom: 50px;
}
.person h4 {
  margin-bottom: 10px;
}

.block-arrow-link-inline {
  display: inline-block;
  background: #fff;
  margin-left: -5px;
  padding: 5px;
  font-size: 20px;
  border-radius: 5px;
}
.block-arrow-link-inline span {
  display: inline-block;
  padding: 20px;
  border: 1px solid #a9a9a9;
}

.white-box-blue .block-arrow-link i, .white-box-blue .block-arrow-link-inline i {
  background-position: -20px 0;
}
.white-box-blue .block-arrow-link-big i {
  background-position: 0 -20px;
}
.white-box-blue h4, .white-box-blue .white-box-footer a {
  color: #006980;
}
.white-box-blue h4:hover, .white-box-blue .white-box-footer a:hover {
  color: #338699;
}
.white-box-blue .white-box-content, .white-box-blue .white-box-footer {
  border-color: #006980;
}

.white-box-green .block-arrow-link-big {
  color: #6cbcb6;
}
.white-box-green .block-arrow-link i, .white-box-green .block-arrow-link-inline i {
  background-position: 0 0;
}
.white-box-green .block-arrow-link-big i {
  background-position: -50px -20px;
}
.white-box-green h4, .white-box-green .white-box-footer a {
  color: #6cbcb6;
}
.white-box-green h4:hover, .white-box-green .white-box-footer a:hover {
  color: #88c9c5;
}
.white-box-green .white-box-content, .white-box-green .white-box-footer {
  border-color: #6cbcb6;
}

.white-box-pink {
  color: #c90666;
}
.white-box-pink .block-arrow-link-big {
  color: #c90666;
}
.white-box-pink .block-arrow-link i, .white-box-pink .block-arrow-link-inline i {
  background-position: -40px 0;
}
.white-box-pink .block-arrow-link-big i {
  background-position: -24px -20px;
}
.white-box-pink h4:hover, .white-box-pink .white-box-footer a:hover {
  color: #d43985;
}
.white-box-pink .white-box-content, .white-box-pink .white-box-footer {
  border-color: #c90666;
}

.white-box-header-image {
  margin-left: -12px;
  margin-bottom: 50px;
  max-width: none;
}
@media screen and (max-width: 960px) {
  .white-box-header-image {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .white-box-header-image {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.fancybox-inner .white-box {
  margin: 0;
  padding: 0;
}

.person-contact-info {
  text-transform: uppercase;
  font-family: "futura-pt";
  font-size: 18px;
  margin-bottom: 30px;
  color: #006980;
}
.person-contact-info a {
  color: #006980;
}

.modal-content {
  display: none;
}
.modal-content .white-box {
  width: 480px;
}
@media screen and (max-width: 480px) {
  .modal-content .white-box {
    width: 280px;
  }
}

.contact-form {
  position: relative;
}

.contact-form-error,
.contact-form-message {
  box-sizing: border-box;
  font-family: "futura-pt";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 20px;
}

.contact-form-error {
  background: #bc6c72;
  color: #fff;
}

.contact-form-message {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .large-pictogram {
    width: 75%;
    margin-bottom: 20px;
  }
}

.d3-pie-chart {
  font-family: "futura-pt";
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}
.d3-pie-chart svg {
  fill: #fff;
}

.white-box ul {
  list-style: disc inside;
}

.chart-title {
  margin-bottom: 15px;
}

.chart-subtitle {
  font-family: "futura-pt";
  font-weight: normal;
  line-height: 18px;
  font-size: 15px;
  height: 30px;
}

.white-box .chart-usps {
  list-style: none;
  border-top: 1px solid #d5d5d5;
}
.white-box .chart-usps li {
  border-bottom: 1px solid #d5d5d5;
  color: #464646;
  padding: 10px 0;
  font-style: italic;
}
.white-box .chart-usps li:last-child {
  border-bottom: none;
}

.blockquote-footer {
  text-align: right;
  font-family: 'futura-pt';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blockquote-footer-company {
  font-family: Georgia;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
}

.main-footer {
  font-family: 'futura-pt';
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 140px;
}
.main-footer strong {
  font-weight: bold;
}

.main-footer-phone-email {
  margin-top: 15px;
  display: block;
}
@media screen and (min-width: 480px) {
  .main-footer-phone-email {
    float: right;
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .dropdown {
    position: relative;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    width: 200px;
    padding: 5px;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    background-clip: padding-box;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu:before {
    content: " ";
    width: 20px;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    border-radius: 20px 20px 0 0;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu ul {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    z-index: 1000;
  }
  .dropdown-menu li {
    margin: 0;
    padding: 0;
    height: 55px;
    line-height: 55px;
    border-top: 1px solid #d5d5d5;
    display: block;
  }
  .dropdown-menu li:first-child {
    border-top: none;
  }
  .dropdown-menu a {
    font-size: 22px;
    font-weight: 300;
    display: block;
  }
  .dropdown-menu a:hover {
    background: #efefef;
  }

  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .open > .dropdown-menu {
    display: block;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.main-header-navigation {
  float: none;
  margin: 0 auto 10px auto;
  z-index: 2000;
  display: block;
  font-family: "futura-pt";
}
.main-header-navigation a {
  text-decoration: none;
}
.main-header-navigation a:hover {
  text-decoration: none;
}
.main-header-navigation > ul > li {
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .main-header-navigation {
    padding: 20px;
    height: 100%;
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    transition: all .5s;
    box-shadow: inset -1px 0px 5px rgba(0, 0, 0, 0.25);
  }
  .main-header-navigation a {
    color: #fff;
  }
  .main-header-navigation > ul > li {
    margin-bottom: 20px;
  }
  .main-header-navigation > ul > li > a {
    color: #338699;
    font-size: 18px;
  }
  .lock {
    display: none;
	  }
}
@media screen and (min-width: 960px) {
  .main-header-navigation {
    margin: 8px 0;
    float: right;
  }
  .main-header-navigation > ul {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-header-navigation > ul > li {
    display: inline-block;
    font-size: 20px;
    line-height: 18px;
    padding-top: 5px;
    padding: 0 15px;
  }
  .main-header-navigation > ul > li > a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 20px 0;
  }
  .main-header-navigation > ul > li a:hover {
    color: #338699;
  }
  .main-header-navigation > ul > li.active > a {
    color: #c90666;
  }
}
@media screen and (min-width: 960px) and (max-width: 480px) {
  .main-header-navigation > ul > li {
    margin-left: 15px;
    font-size: 15px;
  }
  .main-header-navigation > ul > li:first-child {
    margin-left: 0;
  }
}

.navigationActive .main-header-navigation {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.global-contact-info {
  font-size: 24px;
  line-height: 28px;
  font-family: "futura-pt";
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .global-contact-info {
    margin-bottom: 40px;
    text-align: center;
  }
}

/*::-webkit-input-placeholder { color:#f00; }
::-moz-placeholder { color:#f00; }
:-ms-input-placeholder { color:#f00; }
input:-moz-placeholder { color:#f00; }*/
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  display: block;
  font-size: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  padding: 16px 20px 14px 20px;
  font-family: "futura-pt";
  outline: 0;
  border: 1px solid #d5d5d5;
  margin-top: -1px;
  margin-bottom: -1px;
  transition: all 0.5s;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 480px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 14px;
    padding: 8px 10px 7px 10px;
  }
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus 
{
  background: #efefef;
}

button {
  border: none;
  background: transparent;
}
button[disabled] {
  opacity: 0.5;
}

textarea {
  height: 200px;
  resize: none;
}
@media screen and (max-width: 480px) {
  textarea {
    height: 140px;
  }
}

label {
  display: none;
}

.controls {
  margin-right: -1px;
  margin-left: -1px;
}

.section-intro {
  background: #333;
  color: #fff;
  padding-top: 90px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .section-intro {
    padding-top: 40px;
  }
}
.section-intro .inner {
  margin-bottom: 0;
}
.section-intro .white-box {
  margin-top: 0;
  margin-bottom: 90px;
}
.section-intro .section-intro-text {
  font-family: "futura-pt";
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .section-intro .section-intro-text {
    padding: 0;
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.chart {
  margin: 0 0 60px 0;
}

.chart-legend {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 25px;
}
.chart-legend li {
  position: relative;
  margin-bottom: 10px;
  display: inline;
  margin-right: 15px;
}
.chart-legend li:last-child {
  margin-bottom: 0;
}
.chart-legend li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #eee;
  position: relative;
  left: 0px;
  top: -2px;
}
.chart-legend li.pink span {
  background: #c90666;
}
.chart-legend li.yellow span {
  background: #e2dfbb;
}
.chart-legend li.green span {
  background: #6cbcb6;
}
.chart-legend li.black span {
  background: #000;
}

blockquote {
  text-align: left;
}
blockquote img {
  float: left;
}
blockquote ul {
  font-family: "futura-pt";
  font-size: 20px;
}
blockquote p {
  font-family: "futura-pt";
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 0 0px;
}
@media screen and (max-width: 480px) {
  blockquote p {
    font-size: 16px;
  }
}
blockquote footer {
  margin-top: 20px;
  margin-left: 0px;
  color: #464646;
}

.main-site .plate-darkgray,
.main-site .plate-blue,
.main-site .plate-green,
.main-site .plate-pink,
.main-site .plate-light-yellow {
  padding: 95px 0 40px 0;
}
@media screen and (max-width: 480px) {
  .main-site .plate-darkgray,
  .main-site .plate-blue,
  .main-site .plate-green,
  .main-site .plate-pink,
  .main-site .plate-light-yellow {
    /*padding-left: 20px;
    padding-right: 20px;*/
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .main-site .plate-darkgray,
  .main-site .plate-blue,
  .main-site .plate-green,
  .main-site .plate-pink,
  .main-site .plate-light-yellow {
    padding-top: 50px;
  }
}

.half-plates-container {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.half-plates-container img {
  vertical-align: bottom;
}

.half-plate {
  padding: 0;
  width: 50%;
  overflow: hidden;
  /*position: absolute;
  top: 0;
  left: 0;
  height: 374px;*/
  float: left;
  /*@media screen and (max-width: $screen-phone) {
    height: 200px;
  }*/
}
.half-plate:first-child {
  text-align: right;
}
.half-plate:last-child {
  text-align: left;
}
.half-plate img {
  position: relative;
  bottom: 0;
}

.plate-gray {
  background: #333;
  color: #fff;
}

.plate-dark-gray {
  background: #1e1e1e;
  color: #fff;
}

.plate-blue {
  background: #006980;
  color: #fff;
}

.plate-green {
  background: #6cbcb6;
  color: #fff;
}

.plate-pink {
  background: #c90666;
  color: #fff;
}

.plate-light-yellow {
  background: #f3f1e2;
  color: #464646;
}

.plate-light-green {
  background: #edebd5;
  color: #000;
}

.plate-light-green-2 {
  background: #c4e4e1;
  color: #000;
}

.plate-light-blue {
  background: #99c3cc;
  color: #000;
}

.plate-dark-blue {
  background: #003a47;
  color: #000;
}

.plate-white {
  background: #fff;
  padding: 90px 0;
}

.plate-motivation-2 {
  background: #99c3cc url(../img/motivation-bg-2.png) repeat-x 0 0;
}

.plate-adaptivitet-1 {
  background: #338699;
}

.plate-adaptivitet-2 {
  background: #99c3cc;
}

.plate-adaptivitet-1 {
  background: url(../img/adaptivitet-bg-1.png) repeat-x bottom left;
}

.plate-adaptivitet-2 {
  background: url(../img/adaptivitet-bg-2.png) repeat-x bottom left;
}

.event-info {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}
.event-info dt {
  font-family: "futura-pt";
  font-weight: normal;
}
.event-info dd {
  font-family: "futura-pt";
  font-weight: 500;
  margin-bottom: 10px;
}
.event-info dd:last-child {
  margin-bottom: 0;
}
