/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 * jQuery Floating Social Share Plugin v1.1.1
 * http://burakozdemir.co.uk
 * Burak Ozdemir - <https://github.com/ozdemirburak>
 * Released under the MIT license
 */
* {
  box-sizing: border-box; }

#floatingSocialShare {
  position: relative; }

#floatingSocialShare a {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 24px;
  display: list-item;
  list-style-type: none;
  padding: 5px 0;
  text-align: center;
  color: #fff; }

#floatingSocialShare a:focus, #floatingSocialShare a:hover {
  color: #fff;
  width: 52px;
  opacity: 0.8;
  transition-duration: 0.3s;
  transition-property: right;
  transition-timing-function: ease-out; }

#floatingSocialShare a, #floatingSocialShare a:visited, #floatingSocialShare a:focus, #floatingSocialShare a:active, #floatingSocialShare a:hover {
  outline: 0 none !important; }

#floatingSocialShare i {
  line-height: inherit;
  font-size: 24px;
  text-align: center; }

#floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left {
  position: fixed;
  top: 25%; }

#floatingSocialShare .top-left {
  left: 0; }

#floatingSocialShare .top-right {
  right: 0; }

#floatingSocialShare .content-left {
  margin: 0 0 0 -75px; }

#floatingSocialShare .facebook {
  background-color: #3b5998; }

#floatingSocialShare .twitter {
  background-color: #00aced; }

#floatingSocialShare .google-plus {
  background-color: #dd4b39; }

#floatingSocialShare .linkedin {
  background-color: #007bb6; }

#floatingSocialShare .envelope {
  background-color: #726C6C; }

#floatingSocialShare .pinterest {
  background-color: #c92228; }

#floatingSocialShare .stumbleupon {
  background-color: #eb4924; }

#floatingSocialShare .reddit {
  background-color: #a9bacb; }

#floatingSocialShare .tumblr {
  background-color: #36465d; }

#floatingSocialShare .vk {
  background-color: #6383a8; }

#floatingSocialShare .odnoklassniki {
  background-color: #f6900b; }

#floatingSocialShare .shareCount {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #ffffff;
  font-size: 10px; }

#floatingSocialShare .margin-top-5 {
  margin-top: 5px; }

@media only screen and (min-device-width: 0px) and (max-width: 961px) {
  #floatingSocialShare {
    margin-top: 50px; }
  #floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left {
    top: auto;
    bottom: 0;
    margin: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
  #floatingSocialShare a {
    position: relative;
    float: left;
    display: list-item;
    list-style-type: none; }
  #floatingSocialShare a:focus, #floatingSocialShare a:hover {
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none; } }

/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/**
 * fonts
 */
@font-face {
  font-family: "futura-pt", "Lato Regular", "Helvetica Neue", Arial, sans-serif;
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "futura-pt", "Lato Regular", "Helvetica Neue", Arial, sans-serif;
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"), url("fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot?#iefix") format("embedded-opentype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.svg#ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * base css
 */
html {
  box-sizing: border-box; }

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

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

html {
  font-size: 75%;
  line-height: 24px;
  /* 	font-size: ms(0);
	@include mappy-bp(large){
		font-size: ms(1);
	} */
  transition: font 0.3s ease; }
  @media all and (min-width: 320px) {
    html {
      font-size: 100%;
      line-height: 24px; } }
  @media all and (min-width: 920px) {
    html {
      font-size: 131.25%;
      line-height: 36px; } }

body {
  font-family: "futura-pt", "Lato Regular", "Helvetica Neue", Arial, sans-serif;
  color: #333333; }

h1,
h2,
h3,
h4 {
  font-family: "futura-pt", "Lato Regular", "Helvetica Neue", Arial, sans-serif; }

h1 {
  font-size: 1.75rem;
  line-height: 36px; }
  @media all and (min-width: 320px) {
    h1 {
      font-size: 1.75rem;
      line-height: 36px; } }
  @media all and (min-width: 920px) {
    h1 {
      font-size: 2.42857rem;
      line-height: 48px; } }

h2 {
  font-size: 1.33333rem;
  line-height: 24px; }
  @media all and (min-width: 320px) {
    h2 {
      font-size: 1.3125rem;
      line-height: 36px; } }
  @media all and (min-width: 920px) {
    h2 {
      font-size: 1.80952rem;
      line-height: 48px; } }

h3 {
  font-size: 1rem;
  line-height: 24px; }
  @media all and (min-width: 320px) {
    h3 {
      font-size: 1rem;
      line-height: 28.8px; } }
  @media all and (min-width: 920px) {
    h3 {
      font-size: 1.33333rem;
      line-height: 36px; } }

h1 {
  /*   line-height: $spacing-unit * 3; */
  margin: 24px 0; }

h2 {
  /*   line-height: $spacing-unit * 2; */
  margin: 12px 0; }
  @media all and (min-width: 57.5em) {
    h2 {
      margin: 24px 0; } }

p {
  /*   line-height: $spacing-unit; */
  margin: 12px 0; }
  @media all and (min-width: 57.5em) {
    p {
      margin: 24px 0; } }

#main {
  overflow-x: hidden; }

.show-for-small-only {
  display: block; }
  @media all and (min-width: 57.5em) {
    .show-for-small-only {
      display: none; } }

/**
 * section, row, and box styles
 */
.bg-primary {
  background-color: #0e3980; }
  .bg-primary p,
  .bg-primary h1,
  .bg-primary h2,
  .bg-primary h3,
  .bg-primary h4,
  .bg-primary h5,
  .bg-primary h6,
  .bg-primary a {
    color: #fff; }
  .bg-primary a {
    text-decoration: none; }
    .bg-primary a:hover {
      text-decoration: underline;
      color: #fff; }
  .bg-primary .bsa-simple-button {
    color: #fff;
    border: 1px solid #fff; }
  .bg-primary .fa-download:before {
    color: #fff; }

.bg-secondary {
  background-color: #2495D4; }
  .bg-secondary p,
  .bg-secondary h1,
  .bg-secondary h2,
  .bg-secondary h3,
  .bg-secondary h4,
  .bg-secondary h5,
  .bg-secondary h6 {
    color: #fff; }
  .bg-secondary a {
    color: #0e3980;
    text-decoration: none; }
    .bg-secondary a:hover {
      text-decoration: underline;
      color: #0e3980; }
  .bg-secondary .bsa-simple-button {
    color: #fff;
    border: 1px solid #fff; }
  .bg-secondary .fa-download:before {
    color: #fff; }

.bg-inverse {
  background-color: #fff;
  color: #333333; }
  .bg-inverse p {
    color: #333333; }
  .bg-inverse h1,
  .bg-inverse h2,
  .bg-inverse h3,
  .bg-inverse h4,
  .bg-inverse h5,
  .bg-inverse h6,
  .bg-inverse a {
    color: #0e3980; }
  .bg-inverse a {
    text-decoration: none; }
    .bg-inverse a:hover {
      text-decoration: underline;
      color: #0e3980; }
  .bg-inverse .bsa-simple-button {
    color: #0e3980;
    border: 1px solid #0e3980; }
  .bg-inverse .fa-download:before {
    color: #0e3980; }

.section-wrap {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px; }
  .section-wrap:after {
    content: " ";
    display: block;
    clear: both; }
  .section-wrap:nth-of-type(2) {
    padding: 48px 24px 24px; }
  .section-wrap p:first-of-type {
    margin-top: 12px; }
    @media all and (min-width: 57.5em) {
      .section-wrap p:first-of-type {
        margin-top: 24px; } }
  @media all and (min-width: 57.5em) {
    .section-wrap:last-of-type {
      padding-top: 48px; } }

@media all and (min-width: 57.5em) {
  .section-wrap {
    padding: 72px 72px; } }

@media all and (min-width: 57.5em) {
  .row li {
    margin: 12px 0; }
  .row:before,
  .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row .column:last-child {
    float: right;
    margin-right: 0; }
  .row .column p {
    /*   line-height: $spacing-unit; */
    margin: 12px 0; }
  .row2 .column {
    width: 47.36842%;
    float: left;
    margin-right: 5.26316%; }
  .row3 .column {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; } }

.box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s ease-in-out;
  background-color: #fff; }
  .box p {
    color: #0e3980;
    padding: 24px 24px; }
  .box img {
    max-width: 75%;
    margin: 0 auto;
    display: block;
    padding-top: 24px; }
  .box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.4); }

@media all and (min-width: 57.5em) {
  #section-summary .row {
    margin: 48px 0; }
  .row:before,
  .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row .box {
    padding: 24px;
    height: 538px; }
    .row .box img {
      max-width: 100%;
      margin: 0 auto;
      padding-top: 0;
      margin-top: -36px; }
    .row .box p {
      padding: 24px 48px;
      margin: 0 auto; }
    .row .box:last-child {
      float: right;
      margin-right: 0; }
  .row2 .box {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
  .row3 .box {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
    .row3 .box p {
      padding: 24px 24px;
      margin: 0 auto; }
      .row3 .box p:before,
      .row3 .box p:after {
        content: "";
        display: table; }
      .row3 .box p:after {
        clear: both; } }

#section-principles h3 {
  margin-left: auto;
  margin-right: auto;
  color: #7bab2d;
  text-align: center;
  max-width: 30em; }

#section-principles li strong {
  color: #0e3980;
  font-size: 110%; }

#section-principles ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#section-principles li {
  padding-bottom: 12px;
  padding-left: .5em;
  text-indent: -1em; }

#section-principles li:before {
  color: #0e3980;
  font-size: 110%;
  font-weight: 700; }

#section-principles ol {
  counter-reset: item; }

#section-principles ol li {
  display: block;
  text-indent: -1.3em; }

#section-principles ol li:before {
  content: counter(item) ". ";
  counter-increment: item; }

#section-principles li.double-right-pointing-angle:before {
  content: "\0BB \020"; }

/**
 * site header
 */
header,
.site-divider {
  text-align: center;
  color: #fff;
  /*   border-bottom: .125em solid white; */ }

.site-header {
  /*   @include cover-background('/images/lockheader.png', center, center, scroll); */
  /*   
  max-height: ($spacing-unit * 25);
  height: ($spacing-unit * 25); */
  /*   background:linear-gradient( 45deg, #0098da, #0e3980 );  */
  background-color: #2495D4;
  /*   .lockheader{
      @include cover-background('/images/lockheader.png', center, center, scroll);
      max-height: ($spacing-unit * 10);
  height: ($spacing-unit * 10);
    width: 100%;
  } */ }
  .site-header .section-wrap {
    padding-bottom: 0 !important; }

.site-header-left img {
  max-width: 50%;
  padding-bottom: 48px; }

.site-header-right {
  position: relative; }
  .site-header-right .hero-img {
    max-width: 100%;
    margin-left: 37%;
    margin-bottom: -5.5%; }

@media all and (min-width: 57.5em) {
  .site-header-left {
    text-align: left;
    position: absolute; }
    .site-header-left img {
      max-width: 100%; }
  .site-header-right {
    /*  margin-bottom: -12.5%; */
    /*     img{
      max-width:100%;
      margin-left: 37%;
    } */ }
    .site-header-right h1 {
      padding: 24px 48px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } }

/**
 * responsive overlay menu
 */
/* OPEN / CLOSE BTNS */
.menu-btn {
  position: fixed;
  top: 24px;
  right: 12px;
  cursor: pointer;
  z-index: 999;
  display: inline;
  font-size: 36px; }

.menu-btn a {
  display: inline-block;
  text-decoration: none;
  /* safari hack */ }

.btn-open:after {
  color: #fff;
  content: "\f394";
  font-family: "Ionicons";
  text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.5);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s; }

.btn-open.btn-open-alt:after {
  color: #2495D4; }

.btn-open:hover:after, .btn-open:focus:after {
  color: #89bf32; }

.btn-close:after {
  color: #fff;
  content: "\f2d7";
  font-family: "Ionicons";
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s; }

.btn-close:hover:after, .btn-close:focus:after {
  color: #89bf32; }

/* OVERLAY */
.overlay-menu {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #333333; }

.menu {
  width: 100%;
  height: 100%; }

.menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.menu li {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: calc(100%/8);
  list-style: none;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s; }
  .menu li:last-child {
    height: calc(100%/8 *2); }

.menu li a img {
  max-width: 75px;
  height: auto; }
  @media all and (min-width: 57.5em) {
    .menu li a img {
      max-width: 107px; } }

.menu li a {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1em; }

.menu li a:before {
  font-size: 2em;
  color: #fff;
  font-family: "Ionicons";
  padding-right: 24px;
  vertical-align: middle; }

@media all and (min-width: 57.5em) {
  .menu li a:before {
    display: block;
    padding: 0 0 6px 0; }
  .menu-btn {
    right: 24px; } }

/* .menu li:nth-child(1) a:before{
  content:'\f448';
} */
.menu li:nth-child(1) a:before {
  content: '\f448'; }

.menu li:nth-child(2) a:before {
  content: '\f3e7'; }

.menu li:nth-child(3) a:before {
  content: url(../images/blocks-sm.png); }

@media all and (min-width: 57.5em) {
  .menu li:nth-child(3) a:before {
    content: url(../images/blocks-lg.png); } }

.menu li:nth-child(4) a:before {
  content: '\f347'; }

.menu li:nth-child(5) a:before {
  content: '\f381'; }

.menu li:nth-child(6) a:before {
  content: '\f276'; }

.menu li:hover a, .menu li:focus a {
  background: #0e3980; }

.menu li:last-child:hover a, .menu li:last-child:focus a {
  background: #333333; }

#floatingSocialShare .fa {
  display: inline-block;
  font: normal normal normal 16px "Ionicons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 24px; }

.social-icon:before {
  font-family: "Ionicons";
  color: #fff;
  padding-right: 8px;
  font-size: 1.5em;
  vertical-align: -.1em; }

footer .social-icon:before {
  vertical-align: -.15em; }

.fa-envelope:before {
  content: '\f422'; }

.fa-facebook:before {
  content: "\f230"; }

.fa-linkedin:before {
  content: "\f238"; }

.fa-twitter:before {
  content: "\f242"; }

.fa-download:before {
  content: "\f41f"; }

#floatingSocialShare .top-right {
  right: 18px; }

#floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left {
  position: fixed; }

#floatingSocialShare .margin-top-5 {
  margin-top: 2px; }

#floatingSocialShare a {
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 24px;
  display: list-item;
  list-style-type: none;
  padding: 4px 0;
  text-align: center;
  color: #fff; }

#floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left {
  position: fixed;
  top: 96px; }

#floatingSocialShare a:focus, #floatingSocialShare a:hover {
  color: #fff;
  width: 36px;
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left;
  transition-property: none;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

@media only screen and (max-width: 961px) and (min-device-width: 0px) {
  #floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left {
    top: auto;
    bottom: 0;
    margin: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 98; }
  #floatingSocialShare {
    margin-top: 0; } }

.main-footer {
  background: #2495D4;
  color: #fff; }

footer a {
  color: #0e3980; }

.bsa-secondary-button {
  display: block;
  margin: 12px 0;
  background-color: #0e3980;
  font-weight: 600;
  padding: 6px 24px;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff !important; }
  @media all and (min-width: 57.5em) {
    .bsa-secondary-button {
      padding: 6px;
      text-align: center; } }

@media all and (min-width: 57.5em) {
  .bsa-secondary-button {
    width: 19.59799%;
    float: left;
    margin-right: 0.50251%; }
    .bsa-secondary-button:last-child {
      float: right;
      margin-right: 0; }
  .hide-button-txt {
    display: none; } }

@media all and (min-width: 57.5em) {
  /*   .footer-left{
    @include span(2 of 12);
  } */
  .footer-right {
    width: 100%;
    float: right;
    margin-right: 0; } }

/**
 * UI components
 */
.bsa-simple-button {
  border: 1px solid #333333;
  padding: 12px 24px;
  display: inline-block;
  margin: 0;
  width: 100%;
  text-align: center; }

.downloads {
  text-align: center; }
  .downloads p {
    display: inline-block;
    margin: 0; }
  .downloads a {
    margin: 0; }
  .downloads .social-icon:before {
    padding-right: 0;
    display: block; }
  .downloads .bsa-simple-button {
    width: 100%; }
    .downloads .bsa-simple-button:first-child {
      margin-bottom: 12px; }
  @media all and (min-width: 57.5em) {
    .downloads .social-icon:before {
      padding-right: 8px;
      display: inline-block; }
    .downloads .bsa-simple-button {
      width: auto; }
      .downloads .bsa-simple-button:first-child {
        margin-right: 24px; } }

h2.heading-green-border {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  border: 0.125em solid #89bf32;
  background-color: #fff;
  color: #0e3980;
  text-align: center;
  padding: 12px; }

h2.heading-green-border-bottom {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  border-bottom: 0.125em solid #89bf32;
  background-color: #fff;
  color: #0e3980;
  text-align: center;
  padding: 12px; }

.heading-border {
  background-color: #2495D4;
  margin-bottom: 24px;
  border-bottom: 2px solid #fff;
  height: 36px; }
  .heading-border h1 {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    border: 0.125em solid #89bf32;
    background-color: #fff;
    color: #0e3980;
    text-align: center;
    padding: 12px; }
  .heading-border h2 {
    margin: 0 auto;
    max-width: 800px;
    border: 0.125em solid #89bf32;
    background-color: #fff;
    color: #0e3980;
    text-align: center;
    padding: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .heading-border span {
    text-transform: uppercase;
    display: block; }
    @media all and (min-width: 57.5em) {
      .heading-border span {
        display: inline-block; } }
  .heading-border.border-none {
    border-bottom: none; }
    .heading-border.border-none h1 {
      max-width: none; }
  @media all and (min-width: 57.5em) {
    .heading-border {
      height: 48px; } }
  @media all and (min-width: 57.5em) {
    .heading-border {
      margin-bottom: 0; } }

.gallery-cell {
  width: 100%;
  margin-right: 10px; }
  .gallery-cell blockquote {
    font-size: 1em;
    width: 100%;
    margin: auto;
    font-style: italic;
    color: #555555;
    padding: 1.2em 2em 1.2em 3em;
    border-left: 8px solid #89bf32;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .gallery-cell blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #89bf32;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px; }
  .gallery-cell blockquote p {
    color: #555555;
    padding: 0;
    margin: 0; }
  .gallery-cell blockquote a {
    color: #0e3980;
    font-weight: 700;
    text-decoration: none; }
  .gallery-cell blockquote::after {
    content: ''; }
  .gallery-cell blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    margin-top: 1em;
    font-size: .75em; }
  .gallery-cell blockquote span:first-child:before {
    display: inline-block;
    content: '\2014 '; }

.flickity-prev-next-button {
  visibility: hidden; }

@media all and (min-width: 57.5em) {
  .gallery-cell {
    width: 100%; }
  .flickity-prev-next-button {
    visibility: visible; } }

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