@charset "UTF-8";
/*
@mixin transform ( $values ) {
  -webkit-transform: $values;
     -moz-transform: $values;
      -ms-transform: $values;
          transform: $values;
}

@mixin transition ( $values ) {
  -webkit-transition: $values;
     -moz-transition: $values;
      -ms-transition: $values;
          transition: $values;
}
*/
/* Set theme variables here */
/* 400px */
/* 700px */
/* 900px */
/* 1100px */
/* 1300px */
/* Import _base.scss variables */
/* Set theme variables here */
/* fallback font tweaks should be done in _rwt_scaffold - not worth putting variables in here for that */
/* 400px */
/* 700px */
/* 900px */
/* 1300px */
/* This mixin is meant to help enable/disable OpenType features in your web pages with web fonts that support them */
/*
OpenType Features Key
@mixin otfeatures($c2sc: 0, $calt: 0, $clig: 0, $dlig: 0, $frac: 0, $hist: 0, $hlig: 0, $kern: 0, $liga: 0, $nalt: 0, $ncase: 0, $nspace: 0, $salt: 0, $ss01: 0, $ss02: 0, $ss03: 0, $ss04: 0, $ss05: 0, $swsh: 0, $zero: 0)

// Ligatures 
"liga" : common ligatures 
"dlig" : discretionary ligatures 
"clig" : contextual ligatures 
"hlig" : historical ligatures 

// Alternate Characters
"swsh" : swashes 
"calt" : contextual alternates 
"hist" : historical character alternatives 
"salt" : stylistic alternatives 

// Kerning
"kern" : enable use of embedded kerning table 

// Letter Case
"smcp" : small caps 
"c2sc" : small caps from caps 

// Stylistic Alternates
"ss01" : alternate stylistic set 1 
"ss02" : alternate stylistic set 2  
"ss03" : alternate stylistic set 3 
"ss04" : alternate stylistic set 4 
"ss05" : alternate stylistic set 5 

// Numeric Extras
"zero" : slashed-zero 
"nalt" : alternate annotation 

The following OT Features are either/or rather than single choices, so require some 'if/else' logic
// Number Case
"ncase" : number case
		0: default
		lnum: lining figures
		onum: old style figures

// Number Spacing
"nspace": number spacing
		0: default
		pnum: proportional spacing
		tnum: tabuplar spacing

"frac"	: fractions
		0: off
		frac: normal fractions
		afrc: alternate fractions
*/
/* This mixin is meant to give a nicer link underline that sits comfortably below the text and uses text shadow to knock out the underline around descenders */
/*
Nice Link Features key
Background Color - defaults to white, needed to blend the text shadow with the background color to create the 'knock-out' effect
$background: #ffffff

Link Color - defaults to blue, needed to match the text and underline colors
$link: #0000ee

*/
/* Type Rendering Mix */
/* set webkit antialiasing specifically for Mac OS */
/* line 9, ../sass/modules/_rwt_scaffold.scss */
.tr-coretext {
  /* Add classes here that you want to 'skinny up' when rendered on MacOS and fonts look chunky */
  /* example: */ }

/* helps with fonts that look a bit chunky on MacOS vs other platforms/OS's */
/* line 18, ../sass/modules/_rwt_scaffold.scss */
.skinnify {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 23, ../sass/modules/_rwt_scaffold.scss */
.unskinnify {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

/* line 28, ../sass/modules/_rwt_scaffold.scss */
.hyphenate {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }

/******* /HELPERS ********/
/* RWT Scaffold Styles */
/* line 45, ../sass/modules/_rwt_scaffold.scss */
html {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
   }

/* CONSIDERATIONS */
/*
	When working across breakpoints and with/without web fonts, be sure to think about:
		font-size
		letter-spacing
		line-height
		margin-top
		margin-bottom
*/
/* line 58, ../sass/modules/_rwt_scaffold.scss */


body {
  font-size: 1em; 
  }

/* line 62, ../sass/modules/_rwt_scaffold.scss */
p, ul, ol, dl, caption, th, td, input, textarea, legend, fieldset {
  color: #3a3a3a;
  font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 1em;
  letter-spacing: normal;
  line-height: 1.875;
  -moz-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out; }
  @media (min-width: 25em) {
    /* line 62, ../sass/modules/_rwt_scaffold.scss */
    p, ul, ol, dl, caption, th, td, input, textarea, legend, fieldset {
      font-size: 1em; } }
  @media (min-width: 43.75em) {
    /* line 62, ../sass/modules/_rwt_scaffold.scss */
    p, ul, ol, dl, caption, th, td, input, textarea, legend, fieldset {
      font-size: 1em; } }
  @media (min-width: 56.25em) {
    /* line 62, ../sass/modules/_rwt_scaffold.scss */
    p, ul, ol, dl, caption, th, td, input, textarea, legend, fieldset {
      font-size: 1em; } }
  @media (min-width: 81.25em) {
    /* line 62, ../sass/modules/_rwt_scaffold.scss */
    p, ul, ol, dl, caption, th, td, input, textarea, legend, fieldset {
      font-size: 1em;
      line-height: 1.77778; } }
  /* line 87, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive p, .wf-inactive ul, .wf-inactive ol, .wf-inactive dl, .wf-inactive caption, .wf-inactive th, .wf-inactive td, .wf-inactive input, .wf-inactive textarea, .wf-inactive legend, .wf-inactive fieldset {
    font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 0.985em;
    word-spacing: 0.07em; }
  /* line 104, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive.uncorrected p, .wf-inactive.uncorrected ul, .wf-inactive.uncorrected ol, .wf-inactive.uncorrected dl, .wf-inactive.uncorrected caption, .wf-inactive.uncorrected th, .wf-inactive.uncorrected td, .wf-inactive.uncorrected input, .wf-inactive.uncorrected textarea, .wf-inactive.uncorrected legend, .wf-inactive.uncorrected fieldset {
    font-size: 1em;
    line-height: inherit;
    letter-spacing: inherit; }

/* line 111, ../sass/modules/_rwt_scaffold.scss */
h1 {
  color: #2f2f2f;
  font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 2em;
  letter-spacing: normal;
  line-height: 1.25;
  margin-top: 0.9375em;
  margin-bottom: 0.3125em;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 25em) {
    /* line 111, ../sass/modules/_rwt_scaffold.scss */
    h1 {
      font-size: 2.25em;
      letter-spacing: normal;
      line-height: 1.11111;
      margin-top: 0.83333em;
      margin-bottom: 0.27778em; } }
  @media (min-width: 43.75em) {
    /* line 111, ../sass/modules/_rwt_scaffold.scss */
    h1 {
      font-size: 2.5em;
      letter-spacing: normal;
      line-height: 1.125;
      margin-top: 0.75em;
      margin-bottom: 0.5em; } }
  @media (min-width: 56.25em) {
    /* line 111, ../sass/modules/_rwt_scaffold.scss */
    h1 {
      font-size: 4em;
      letter-spacing: normal;
      line-height: 1.0625;
      margin-top: 0.78125em;
      margin-bottom: 0.3125em; } }
  @media (min-width: 81.25em) {
    /* line 111, ../sass/modules/_rwt_scaffold.scss */
    h1 {
      font-size: 3.55556em;
      letter-spacing: normal;
      line-height: 1.0625;
      margin-top: 0.9375em;
      margin-bottom: 0.46875em; } }
  /* line 150, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive h1 {
    font-family: Georgia, "Times New Roman", Times, serif; }
    @media (min-width: 56.25em) {
      /* line 150, ../sass/modules/_rwt_scaffold.scss */
      .wf-inactive h1 {
        font-size: 2.95em;
        letter-spacing: -0.025em;
        margin-top: 0.78125em;
        margin-bottom: 0.35938em; } }

/* line 170, ../sass/modules/_rwt_scaffold.scss */
h2 {
  color: #2f2f2f;
  font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.625em;
  letter-spacing: normal;
  line-height: 1.15385;
  margin-top: 0.76923em;
  margin-bottom: 0.38462em;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 25em) {
    /* line 170, ../sass/modules/_rwt_scaffold.scss */
    h2 {
      font-size: 1.75em;
      letter-spacing: normal;
      line-height: 1.21429;
      margin-top: 0.71429em;
      margin-bottom: 0.35714em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 43.75em) {
    /* line 170, ../sass/modules/_rwt_scaffold.scss */
    h2 {
      font-size: 1.75em;
      letter-spacing: normal;
      line-height: 1.42857;
      margin-top: 0.71429em;
      margin-bottom: 0.35714em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 56.25em) {
    /* line 170, ../sass/modules/_rwt_scaffold.scss */
    h2 {
      font-size: 1.75em;
      letter-spacing: normal;
      line-height: 1.5;
      margin-top: 1.07143em;
      margin-bottom: 0.71429em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 81.25em) {
    /* line 170, ../sass/modules/_rwt_scaffold.scss */
    h2 {
      font-size: 1.75em;
      letter-spacing: normal;
      line-height: 1.71429;
      margin-top: 1.07143em;
      margin-bottom: 0.71429em;
      margin-left: 0;
      margin-right: 0; } }
  /* line 217, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive h2 {
    font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
    @media (min-width: 56.25em) {
      /* line 217, ../sass/modules/_rwt_scaffold.scss */
      .wf-inactive h2 {
        margin-top: 1em;
        margin-bottom: 0.78571em; } }
    @media (min-width: 81.25em) {
      /* line 217, ../sass/modules/_rwt_scaffold.scss */
      .wf-inactive h2 {
        margin-top: 1em;
        margin-bottom: 0.78571em; } }

/* line 236, ../sass/modules/_rwt_scaffold.scss */
h3 {
  color: #2f2f2f;
  font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: 500;
  font-size: 1.3125em;
  letter-spacing: normal;
  line-height: 1.14286;
  margin-top: 0.95238em;
  margin-bottom: 0.47619em;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 25em) {
    /* line 236, ../sass/modules/_rwt_scaffold.scss */
    h3 {
      font-size: 1.5em;
      letter-spacing: normal;
      line-height: 1.16667;
      margin-top: 0.83333em;
      margin-bottom: 0.41667em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 43.75em) {
    /* line 236, ../sass/modules/_rwt_scaffold.scss */
    h3 {
      font-size: 1.75em;
      letter-spacing: normal;
      line-height: 1.14286;
      margin-top: 0.71429em;
      margin-bottom: 0.35714em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 56.25em) {
    /* line 236, ../sass/modules/_rwt_scaffold.scss */
    h3 {
      font-size: 1.875em;
      letter-spacing: normal;
      line-height: 1.2;
      margin-top: 0.66667em;
      margin-bottom: 0.33333em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 81.25em) {
    /* line 236, ../sass/modules/_rwt_scaffold.scss */
    h3 {
      font-size: 2em;
      letter-spacing: normal;
      line-height: 1.25;
      margin-top: 0.625em;
      margin-bottom: 0.3125em;
      margin-left: 0;
      margin-right: 0; } }
  /* line 283, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive h3 {
    font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
    @media (min-width: 56.25em) {
      /* line 283, ../sass/modules/_rwt_scaffold.scss */
      .wf-inactive h3 {
        letter-spacing: -0.0075em; } }

/* line 300, ../sass/modules/_rwt_scaffold.scss */
h4 {
  color: #2f2f2f;
  font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 1.125em;
  letter-spacing: normal;
  line-height: 1.22222;
  margin-top: 0.83333em;
  margin-bottom: 0.27778em;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 25em) {
    /* line 300, ../sass/modules/_rwt_scaffold.scss */
    h4 {
      font-size: 1.125em;
      letter-spacing: normal;
      line-height: 1.22222;
      margin-top: 0.83333em;
      margin-bottom: 0.27778em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 43.75em) {
    /* line 300, ../sass/modules/_rwt_scaffold.scss */
    h4 {
      font-size: 1.25em;
      letter-spacing: normal;
      line-height: 1.2;
      margin-top: 0.75em;
      margin-bottom: 0.25em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 56.25em) {
    /* line 300, ../sass/modules/_rwt_scaffold.scss */
    h4 {
      font-size: 1.375em;
      letter-spacing: normal;
      line-height: 1.18182;
      margin-top: 0.68182em;
      margin-bottom: 0.22727em;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 81.25em) {
    /* line 300, ../sass/modules/_rwt_scaffold.scss */
    h4 {
      font-size: 1.33333em;
      letter-spacing: normal;
      line-height: 1.16667;
      margin-top: 0.625em;
      margin-bottom: 0.20833em;
      margin-left: 0;
      margin-right: 0; } }
  /* line 346, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive h4 {
    font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
    @media (min-width: 56.25em) {
      /* line 346, ../sass/modules/_rwt_scaffold.scss */
      .wf-inactive h4 {
        letter-spacing: -0.035em;
        font-size: 1.35em; } }

/* line 364, ../sass/modules/_rwt_scaffold.scss */
h5 {
  color: #2f2f2f;
  font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
  /* line 379, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive h5 {
    font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

/* line 396, ../sass/modules/_rwt_scaffold.scss */
h6 {
  color: #2f2f2f;
  font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }
  /* line 411, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive h6 {
    font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

/* line 428, ../sass/modules/_rwt_scaffold.scss */
p, ul, ol {
  margin: 0 auto 1em auto;
  line-height: 2; }

/* line 433, ../sass/modules/_rwt_scaffold.scss */
a {
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
   }
  /* line 435, ../sass/modules/_rwt_scaffold.scss */
  a:link {
    color: #38939b; }
  /* line 438, ../sass/modules/_rwt_scaffold.scss */
  a:visited {
    color: #38939b; }
  /* line 441, ../sass/modules/_rwt_scaffold.scss */
  a:hover {
    color: #43b0ba; }
  /* line 444, ../sass/modules/_rwt_scaffold.scss */
  a:focus {
    color: #43b0ba; }
  /* line 447, ../sass/modules/_rwt_scaffold.scss */
  a:active {
    color: #bf2f37; }

/* line 452, ../sass/modules/_rwt_scaffold.scss */
.content-container a {
word-break: break-word;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out; }
  /* line 456, ../sass/modules/_rwt_scaffold.scss */
  .post-type-archive-resource .content-container a {
    display: inline; }

/* Initial Cap styles */
/* line 484, ../sass/modules/_rwt_scaffold.scss */
.article-text p:first-of-type:first-letter, .lt-ie9 .article-text h2 + p:first-letter {
  font-size: 3em;
  font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  line-height: 0.9em;
  float: left;
  padding-right: 0.1em; }
  /* line 490, ../sass/modules/_rwt_scaffold.scss */
  .wf-inactive .article-text p:first-of-type:first-letter, .article-text .wf-inactive p:first-of-type:first-letter, .wf-inactive .lt-ie9 .article-text h2 + p:first-letter, .lt-ie9 .article-text .wf-inactive h2 + p:first-letter {
    font-family: Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 2.75em;
    padding-right: 0.05em; }

/* To work in older versions of IE you have to target an adjacent selector because first-of-type doesn't work */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 4, ../sass/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, ../sass/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, ../sass/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, ../sass/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, ../sass/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 3, ../sass/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 4, ../sass/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 8, ../sass/fontawesome/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 10, ../sass/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 16, ../sass/fontawesome/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 4, ../sass/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 10, ../sass/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 11, ../sass/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 14, ../sass/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }
/* line 15, ../sass/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, ../sass/fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 9, ../sass/fontawesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 4, ../sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 5, ../sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 6, ../sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 8, ../sass/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 9, ../sass/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 14, ../sass/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 4, ../sass/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 12, ../sass/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 18, ../sass/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 19, ../sass/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 20, ../sass/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../sass/fontawesome/_icons.scss */
.fa-glass:before {
  content: ""; }

/* line 5, ../sass/fontawesome/_icons.scss */
.fa-music:before {
  content: ""; }

/* line 6, ../sass/fontawesome/_icons.scss */
.fa-search:before {
  content: ""; }

/* line 7, ../sass/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: ""; }

/* line 8, ../sass/fontawesome/_icons.scss */
.fa-heart:before {
  content: ""; }

/* line 9, ../sass/fontawesome/_icons.scss */
.fa-star:before {
  content: ""; }

/* line 10, ../sass/fontawesome/_icons.scss */
.fa-star-o:before {
  content: ""; }

/* line 11, ../sass/fontawesome/_icons.scss */
.fa-user:before {
  content: ""; }

/* line 12, ../sass/fontawesome/_icons.scss */
.fa-film:before {
  content: ""; }

/* line 13, ../sass/fontawesome/_icons.scss */
.fa-th-large:before {
  content: ""; }

/* line 14, ../sass/fontawesome/_icons.scss */
.fa-th:before {
  content: ""; }

/* line 15, ../sass/fontawesome/_icons.scss */
.fa-th-list:before {
  content: ""; }

/* line 16, ../sass/fontawesome/_icons.scss */
.fa-check:before {
  content: ""; }

/* line 17, ../sass/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

/* line 20, ../sass/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: ""; }

/* line 21, ../sass/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: ""; }

/* line 22, ../sass/fontawesome/_icons.scss */
.fa-power-off:before {
  content: ""; }

/* line 23, ../sass/fontawesome/_icons.scss */
.fa-signal:before {
  content: ""; }

/* line 24, ../sass/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: ""; }

/* line 26, ../sass/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: ""; }

/* line 27, ../sass/fontawesome/_icons.scss */
.fa-home:before {
  content: ""; }

/* line 28, ../sass/fontawesome/_icons.scss */
.fa-file-o:before {
  content: ""; }

/* line 29, ../sass/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: ""; }

/* line 30, ../sass/fontawesome/_icons.scss */
.fa-road:before {
  content: ""; }

/* line 31, ../sass/fontawesome/_icons.scss */
.fa-download:before {
  content: ""; }

/* line 32, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: ""; }

/* line 33, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: ""; }

/* line 34, ../sass/fontawesome/_icons.scss */
.fa-inbox:before {
  content: ""; }

/* line 35, ../sass/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: ""; }

/* line 36, ../sass/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

/* line 38, ../sass/fontawesome/_icons.scss */
.fa-refresh:before {
  content: ""; }

/* line 39, ../sass/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: ""; }

/* line 40, ../sass/fontawesome/_icons.scss */
.fa-lock:before {
  content: ""; }

/* line 41, ../sass/fontawesome/_icons.scss */
.fa-flag:before {
  content: ""; }

/* line 42, ../sass/fontawesome/_icons.scss */
.fa-headphones:before {
  content: ""; }

/* line 43, ../sass/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: ""; }

/* line 44, ../sass/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: ""; }

/* line 45, ../sass/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: ""; }

/* line 46, ../sass/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: ""; }

/* line 47, ../sass/fontawesome/_icons.scss */
.fa-barcode:before {
  content: ""; }

/* line 48, ../sass/fontawesome/_icons.scss */
.fa-tag:before {
  content: ""; }

/* line 49, ../sass/fontawesome/_icons.scss */
.fa-tags:before {
  content: ""; }

/* line 50, ../sass/fontawesome/_icons.scss */
.fa-book:before {
  content: ""; }

/* line 51, ../sass/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: ""; }

/* line 52, ../sass/fontawesome/_icons.scss */
.fa-print:before {
  content: ""; }

/* line 53, ../sass/fontawesome/_icons.scss */
.fa-camera:before {
  content: ""; }

/* line 54, ../sass/fontawesome/_icons.scss */
.fa-font:before {
  content: ""; }

/* line 55, ../sass/fontawesome/_icons.scss */
.fa-bold:before {
  content: ""; }

/* line 56, ../sass/fontawesome/_icons.scss */
.fa-italic:before {
  content: ""; }

/* line 57, ../sass/fontawesome/_icons.scss */
.fa-text-height:before {
  content: ""; }

/* line 58, ../sass/fontawesome/_icons.scss */
.fa-text-width:before {
  content: ""; }

/* line 59, ../sass/fontawesome/_icons.scss */
.fa-align-left:before {
  content: ""; }

/* line 60, ../sass/fontawesome/_icons.scss */
.fa-align-center:before {
  content: ""; }

/* line 61, ../sass/fontawesome/_icons.scss */
.fa-align-right:before {
  content: ""; }

/* line 62, ../sass/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: ""; }

/* line 63, ../sass/fontawesome/_icons.scss */
.fa-list:before {
  content: ""; }

/* line 64, ../sass/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

/* line 66, ../sass/fontawesome/_icons.scss */
.fa-indent:before {
  content: ""; }

/* line 67, ../sass/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: ""; }

/* line 68, ../sass/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

/* line 71, ../sass/fontawesome/_icons.scss */
.fa-pencil:before {
  content: ""; }

/* line 72, ../sass/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: ""; }

/* line 73, ../sass/fontawesome/_icons.scss */
.fa-adjust:before {
  content: ""; }

/* line 74, ../sass/fontawesome/_icons.scss */
.fa-tint:before {
  content: ""; }

/* line 75, ../sass/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

/* line 77, ../sass/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: ""; }

/* line 78, ../sass/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: ""; }

/* line 79, ../sass/fontawesome/_icons.scss */
.fa-arrows:before {
  content: ""; }

/* line 80, ../sass/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: ""; }

/* line 81, ../sass/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: ""; }

/* line 82, ../sass/fontawesome/_icons.scss */
.fa-backward:before {
  content: ""; }

/* line 83, ../sass/fontawesome/_icons.scss */
.fa-play:before {
  content: ""; }

/* line 84, ../sass/fontawesome/_icons.scss */
.fa-pause:before {
  content: ""; }

/* line 85, ../sass/fontawesome/_icons.scss */
.fa-stop:before {
  content: ""; }

/* line 86, ../sass/fontawesome/_icons.scss */
.fa-forward:before {
  content: ""; }

/* line 87, ../sass/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: ""; }

/* line 88, ../sass/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: ""; }

/* line 89, ../sass/fontawesome/_icons.scss */
.fa-eject:before {
  content: ""; }

/* line 90, ../sass/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: ""; }

/* line 91, ../sass/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: ""; }

/* line 92, ../sass/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: ""; }

/* line 93, ../sass/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: ""; }

/* line 94, ../sass/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: ""; }

/* line 95, ../sass/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: ""; }

/* line 96, ../sass/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: ""; }

/* line 97, ../sass/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: ""; }

/* line 98, ../sass/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: ""; }

/* line 99, ../sass/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: ""; }

/* line 100, ../sass/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: ""; }

/* line 101, ../sass/fontawesome/_icons.scss */
.fa-ban:before {
  content: ""; }

/* line 102, ../sass/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: ""; }

/* line 103, ../sass/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: ""; }

/* line 104, ../sass/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: ""; }

/* line 105, ../sass/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: ""; }

/* line 106, ../sass/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

/* line 108, ../sass/fontawesome/_icons.scss */
.fa-expand:before {
  content: ""; }

/* line 109, ../sass/fontawesome/_icons.scss */
.fa-compress:before {
  content: ""; }

/* line 110, ../sass/fontawesome/_icons.scss */
.fa-plus:before {
  content: ""; }

/* line 111, ../sass/fontawesome/_icons.scss */
.fa-minus:before {
  content: ""; }

/* line 112, ../sass/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: ""; }

/* line 113, ../sass/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: ""; }

/* line 114, ../sass/fontawesome/_icons.scss */
.fa-gift:before {
  content: ""; }

/* line 115, ../sass/fontawesome/_icons.scss */
.fa-leaf:before {
  content: ""; }

/* line 116, ../sass/fontawesome/_icons.scss */
.fa-fire:before {
  content: ""; }

/* line 117, ../sass/fontawesome/_icons.scss */
.fa-eye:before {
  content: ""; }

/* line 118, ../sass/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: ""; }

/* line 119, ../sass/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

/* line 121, ../sass/fontawesome/_icons.scss */
.fa-plane:before {
  content: ""; }

/* line 122, ../sass/fontawesome/_icons.scss */
.fa-calendar:before {
  content: ""; }

/* line 123, ../sass/fontawesome/_icons.scss */
.fa-random:before {
  content: ""; }

/* line 124, ../sass/fontawesome/_icons.scss */
.fa-comment:before {
  content: ""; }

/* line 125, ../sass/fontawesome/_icons.scss */
.fa-magnet:before {
  content: ""; }

/* line 126, ../sass/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: ""; }

/* line 127, ../sass/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: ""; }

/* line 128, ../sass/fontawesome/_icons.scss */
.fa-retweet:before {
  content: ""; }

/* line 129, ../sass/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: ""; }

/* line 130, ../sass/fontawesome/_icons.scss */
.fa-folder:before {
  content: ""; }

/* line 131, ../sass/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: ""; }

/* line 132, ../sass/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: ""; }

/* line 133, ../sass/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: ""; }

/* line 134, ../sass/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

/* line 136, ../sass/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: ""; }

/* line 137, ../sass/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: ""; }

/* line 138, ../sass/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: ""; }

/* line 139, ../sass/fontawesome/_icons.scss */
.fa-key:before {
  content: ""; }

/* line 140, ../sass/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: ""; }

/* line 142, ../sass/fontawesome/_icons.scss */
.fa-comments:before {
  content: ""; }

/* line 143, ../sass/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: ""; }

/* line 144, ../sass/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: ""; }

/* line 145, ../sass/fontawesome/_icons.scss */
.fa-star-half:before {
  content: ""; }

/* line 146, ../sass/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: ""; }

/* line 147, ../sass/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: ""; }

/* line 148, ../sass/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: ""; }

/* line 149, ../sass/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: ""; }

/* line 150, ../sass/fontawesome/_icons.scss */
.fa-external-link:before {
  content: ""; }

/* line 151, ../sass/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: ""; }

/* line 152, ../sass/fontawesome/_icons.scss */
.fa-trophy:before {
  content: ""; }

/* line 153, ../sass/fontawesome/_icons.scss */
.fa-github-square:before {
  content: ""; }

/* line 154, ../sass/fontawesome/_icons.scss */
.fa-upload:before {
  content: ""; }

/* line 155, ../sass/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: ""; }

/* line 156, ../sass/fontawesome/_icons.scss */
.fa-phone:before {
  content: ""; }

/* line 157, ../sass/fontawesome/_icons.scss */
.fa-square-o:before {
  content: ""; }

/* line 158, ../sass/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: ""; }

/* line 159, ../sass/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: ""; }

/* line 160, ../sass/fontawesome/_icons.scss */
.fa-twitter:before {
  content: ""; }

/* line 161, ../sass/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

/* line 163, ../sass/fontawesome/_icons.scss */
.fa-github:before {
  content: ""; }

/* line 164, ../sass/fontawesome/_icons.scss */
.fa-unlock:before {
  content: ""; }

/* line 165, ../sass/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: ""; }

/* line 166, ../sass/fontawesome/_icons.scss */
.fa-rss:before {
  content: ""; }

/* line 167, ../sass/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: ""; }

/* line 168, ../sass/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: ""; }

/* line 169, ../sass/fontawesome/_icons.scss */
.fa-bell:before {
  content: ""; }

/* line 170, ../sass/fontawesome/_icons.scss */
.fa-certificate:before {
  content: ""; }

/* line 171, ../sass/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: ""; }

/* line 172, ../sass/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: ""; }

/* line 173, ../sass/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: ""; }

/* line 174, ../sass/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: ""; }

/* line 175, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: ""; }

/* line 176, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: ""; }

/* line 177, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: ""; }

/* line 178, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: ""; }

/* line 179, ../sass/fontawesome/_icons.scss */
.fa-globe:before {
  content: ""; }

/* line 180, ../sass/fontawesome/_icons.scss */
.fa-wrench:before {
  content: ""; }

/* line 181, ../sass/fontawesome/_icons.scss */
.fa-tasks:before {
  content: ""; }

/* line 182, ../sass/fontawesome/_icons.scss */
.fa-filter:before {
  content: ""; }

/* line 183, ../sass/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: ""; }

/* line 184, ../sass/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: ""; }

/* line 185, ../sass/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: ""; }

/* line 187, ../sass/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: ""; }

/* line 189, ../sass/fontawesome/_icons.scss */
.fa-cloud:before {
  content: ""; }

/* line 190, ../sass/fontawesome/_icons.scss */
.fa-flask:before {
  content: ""; }

/* line 191, ../sass/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: ""; }

/* line 193, ../sass/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: ""; }

/* line 195, ../sass/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: ""; }

/* line 196, ../sass/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

/* line 198, ../sass/fontawesome/_icons.scss */
.fa-square:before {
  content: ""; }

/* line 199, ../sass/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

/* line 202, ../sass/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: ""; }

/* line 203, ../sass/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: ""; }

/* line 204, ../sass/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: ""; }

/* line 205, ../sass/fontawesome/_icons.scss */
.fa-underline:before {
  content: ""; }

/* line 206, ../sass/fontawesome/_icons.scss */
.fa-table:before {
  content: ""; }

/* line 207, ../sass/fontawesome/_icons.scss */
.fa-magic:before {
  content: ""; }

/* line 208, ../sass/fontawesome/_icons.scss */
.fa-truck:before {
  content: ""; }

/* line 209, ../sass/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: ""; }

/* line 210, ../sass/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: ""; }

/* line 211, ../sass/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: ""; }

/* line 212, ../sass/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: ""; }

/* line 213, ../sass/fontawesome/_icons.scss */
.fa-money:before {
  content: ""; }

/* line 214, ../sass/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: ""; }

/* line 215, ../sass/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: ""; }

/* line 216, ../sass/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: ""; }

/* line 217, ../sass/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: ""; }

/* line 218, ../sass/fontawesome/_icons.scss */
.fa-columns:before {
  content: ""; }

/* line 219, ../sass/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

/* line 221, ../sass/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

/* line 223, ../sass/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

/* line 225, ../sass/fontawesome/_icons.scss */
.fa-envelope:before {
  content: ""; }

/* line 226, ../sass/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: ""; }

/* line 227, ../sass/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

/* line 229, ../sass/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: ""; }

/* line 231, ../sass/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

/* line 233, ../sass/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: ""; }

/* line 234, ../sass/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: ""; }

/* line 235, ../sass/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: ""; }

/* line 237, ../sass/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: ""; }

/* line 238, ../sass/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: ""; }

/* line 239, ../sass/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

/* line 241, ../sass/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: ""; }

/* line 242, ../sass/fontawesome/_icons.scss */
.fa-exchange:before {
  content: ""; }

/* line 243, ../sass/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: ""; }

/* line 244, ../sass/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: ""; }

/* line 245, ../sass/fontawesome/_icons.scss */
.fa-user-md:before {
  content: ""; }

/* line 246, ../sass/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: ""; }

/* line 247, ../sass/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: ""; }

/* line 248, ../sass/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: ""; }

/* line 249, ../sass/fontawesome/_icons.scss */
.fa-coffee:before {
  content: ""; }

/* line 250, ../sass/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: ""; }

/* line 251, ../sass/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: ""; }

/* line 252, ../sass/fontawesome/_icons.scss */
.fa-building-o:before {
  content: ""; }

/* line 253, ../sass/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: ""; }

/* line 254, ../sass/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: ""; }

/* line 255, ../sass/fontawesome/_icons.scss */
.fa-medkit:before {
  content: ""; }

/* line 256, ../sass/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: ""; }

/* line 257, ../sass/fontawesome/_icons.scss */
.fa-beer:before {
  content: ""; }

/* line 258, ../sass/fontawesome/_icons.scss */
.fa-h-square:before {
  content: ""; }

/* line 259, ../sass/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: ""; }

/* line 260, ../sass/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: ""; }

/* line 261, ../sass/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: ""; }

/* line 262, ../sass/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: ""; }

/* line 263, ../sass/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: ""; }

/* line 264, ../sass/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: ""; }

/* line 265, ../sass/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: ""; }

/* line 266, ../sass/fontawesome/_icons.scss */
.fa-angle-up:before, .fontface .menu-item.has-children > .ui-toggle-button:before, .fontface .menu-item.has-children > .ui-toggle-button[data-text="open"]:before {
  content: ""; }

/* line 267, ../sass/fontawesome/_icons.scss */
.fa-angle-down:before, .fontface .menu-item.has-children > .ui-toggle-button[data-text="close"]:before {
  content: ""; }

/* line 268, ../sass/fontawesome/_icons.scss */
.fa-desktop:before {
  content: ""; }

/* line 269, ../sass/fontawesome/_icons.scss */
.fa-laptop:before {
  content: ""; }

/* line 270, ../sass/fontawesome/_icons.scss */
.fa-tablet:before {
  content: ""; }

/* line 271, ../sass/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

/* line 273, ../sass/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: ""; }

/* line 274, ../sass/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: ""; }

/* line 275, ../sass/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: ""; }

/* line 276, ../sass/fontawesome/_icons.scss */
.fa-spinner:before {
  content: ""; }

/* line 277, ../sass/fontawesome/_icons.scss */
.fa-circle:before {
  content: ""; }

/* line 278, ../sass/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

/* line 280, ../sass/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: ""; }

/* line 281, ../sass/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: ""; }

/* line 282, ../sass/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: ""; }

/* line 283, ../sass/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: ""; }

/* line 284, ../sass/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: ""; }

/* line 285, ../sass/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: ""; }

/* line 286, ../sass/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: ""; }

/* line 287, ../sass/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: ""; }

/* line 288, ../sass/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: ""; }

/* line 289, ../sass/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: ""; }

/* line 290, ../sass/fontawesome/_icons.scss */
.fa-terminal:before {
  content: ""; }

/* line 291, ../sass/fontawesome/_icons.scss */
.fa-code:before {
  content: ""; }

/* line 292, ../sass/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

/* line 294, ../sass/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

/* line 297, ../sass/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: ""; }

/* line 298, ../sass/fontawesome/_icons.scss */
.fa-crop:before {
  content: ""; }

/* line 299, ../sass/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: ""; }

/* line 300, ../sass/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

/* line 302, ../sass/fontawesome/_icons.scss */
.fa-question:before {
  content: ""; }

/* line 303, ../sass/fontawesome/_icons.scss */
.fa-info:before {
  content: ""; }

/* line 304, ../sass/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: ""; }

/* line 305, ../sass/fontawesome/_icons.scss */
.fa-superscript:before {
  content: ""; }

/* line 306, ../sass/fontawesome/_icons.scss */
.fa-subscript:before {
  content: ""; }

/* line 307, ../sass/fontawesome/_icons.scss */
.fa-eraser:before {
  content: ""; }

/* line 308, ../sass/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: ""; }

/* line 309, ../sass/fontawesome/_icons.scss */
.fa-microphone:before {
  content: ""; }

/* line 310, ../sass/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: ""; }

/* line 311, ../sass/fontawesome/_icons.scss */
.fa-shield:before {
  content: ""; }

/* line 312, ../sass/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: ""; }

/* line 313, ../sass/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: ""; }

/* line 314, ../sass/fontawesome/_icons.scss */
.fa-rocket:before {
  content: ""; }

/* line 315, ../sass/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: ""; }

/* line 316, ../sass/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: ""; }

/* line 317, ../sass/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: ""; }

/* line 318, ../sass/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: ""; }

/* line 319, ../sass/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: ""; }

/* line 320, ../sass/fontawesome/_icons.scss */
.fa-html5:before {
  content: ""; }

/* line 321, ../sass/fontawesome/_icons.scss */
.fa-css3:before {
  content: ""; }

/* line 322, ../sass/fontawesome/_icons.scss */
.fa-anchor:before {
  content: ""; }

/* line 323, ../sass/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: ""; }

/* line 324, ../sass/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: ""; }

/* line 325, ../sass/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: ""; }

/* line 326, ../sass/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: ""; }

/* line 327, ../sass/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: ""; }

/* line 328, ../sass/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: ""; }

/* line 329, ../sass/fontawesome/_icons.scss */
.fa-ticket:before {
  content: ""; }

/* line 330, ../sass/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: ""; }

/* line 331, ../sass/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: ""; }

/* line 332, ../sass/fontawesome/_icons.scss */
.fa-level-up:before {
  content: ""; }

/* line 333, ../sass/fontawesome/_icons.scss */
.fa-level-down:before {
  content: ""; }

/* line 334, ../sass/fontawesome/_icons.scss */
.fa-check-square:before {
  content: ""; }

/* line 335, ../sass/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: ""; }

/* line 336, ../sass/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: ""; }

/* line 337, ../sass/fontawesome/_icons.scss */
.fa-share-square:before {
  content: ""; }

/* line 338, ../sass/fontawesome/_icons.scss */
.fa-compass:before {
  content: ""; }

/* line 339, ../sass/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

/* line 341, ../sass/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

/* line 343, ../sass/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

/* line 345, ../sass/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: ""; }

/* line 347, ../sass/fontawesome/_icons.scss */
.fa-gbp:before {
  content: ""; }

/* line 348, ../sass/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: ""; }

/* line 350, ../sass/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: ""; }

/* line 352, ../sass/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

/* line 356, ../sass/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

/* line 359, ../sass/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: ""; }

/* line 361, ../sass/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

/* line 363, ../sass/fontawesome/_icons.scss */
.fa-file:before {
  content: ""; }

/* line 364, ../sass/fontawesome/_icons.scss */
.fa-file-text:before {
  content: ""; }

/* line 365, ../sass/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: ""; }

/* line 366, ../sass/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: ""; }

/* line 367, ../sass/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: ""; }

/* line 368, ../sass/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: ""; }

/* line 369, ../sass/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: ""; }

/* line 370, ../sass/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: ""; }

/* line 371, ../sass/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: ""; }

/* line 372, ../sass/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: ""; }

/* line 373, ../sass/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: ""; }

/* line 374, ../sass/fontawesome/_icons.scss */
.fa-youtube:before {
  content: ""; }

/* line 375, ../sass/fontawesome/_icons.scss */
.fa-xing:before {
  content: ""; }

/* line 376, ../sass/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: ""; }

/* line 377, ../sass/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: ""; }

/* line 378, ../sass/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: ""; }

/* line 379, ../sass/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: ""; }

/* line 380, ../sass/fontawesome/_icons.scss */
.fa-instagram:before {
  content: ""; }

/* line 381, ../sass/fontawesome/_icons.scss */
.fa-flickr:before {
  content: ""; }

/* line 382, ../sass/fontawesome/_icons.scss */
.fa-adn:before {
  content: ""; }

/* line 383, ../sass/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: ""; }

/* line 384, ../sass/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: ""; }

/* line 385, ../sass/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: ""; }

/* line 386, ../sass/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: ""; }

/* line 387, ../sass/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: ""; }

/* line 388, ../sass/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: ""; }

/* line 389, ../sass/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: ""; }

/* line 390, ../sass/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: ""; }

/* line 391, ../sass/fontawesome/_icons.scss */
.fa-apple:before {
  content: ""; }

/* line 392, ../sass/fontawesome/_icons.scss */
.fa-windows:before {
  content: ""; }

/* line 393, ../sass/fontawesome/_icons.scss */
.fa-android:before {
  content: ""; }

/* line 394, ../sass/fontawesome/_icons.scss */
.fa-linux:before {
  content: ""; }

/* line 395, ../sass/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: ""; }

/* line 396, ../sass/fontawesome/_icons.scss */
.fa-skype:before {
  content: ""; }

/* line 397, ../sass/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: ""; }

/* line 398, ../sass/fontawesome/_icons.scss */
.fa-trello:before {
  content: ""; }

/* line 399, ../sass/fontawesome/_icons.scss */
.fa-female:before {
  content: ""; }

/* line 400, ../sass/fontawesome/_icons.scss */
.fa-male:before {
  content: ""; }

/* line 401, ../sass/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

/* line 403, ../sass/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: ""; }

/* line 404, ../sass/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: ""; }

/* line 405, ../sass/fontawesome/_icons.scss */
.fa-archive:before {
  content: ""; }

/* line 406, ../sass/fontawesome/_icons.scss */
.fa-bug:before {
  content: ""; }

/* line 407, ../sass/fontawesome/_icons.scss */
.fa-vk:before {
  content: ""; }

/* line 408, ../sass/fontawesome/_icons.scss */
.fa-weibo:before {
  content: ""; }

/* line 409, ../sass/fontawesome/_icons.scss */
.fa-renren:before {
  content: ""; }

/* line 410, ../sass/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: ""; }

/* line 411, ../sass/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: ""; }

/* line 412, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: ""; }

/* line 413, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: ""; }

/* line 414, ../sass/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

/* line 416, ../sass/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: ""; }

/* line 417, ../sass/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: ""; }

/* line 418, ../sass/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: ""; }

/* line 419, ../sass/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

/* line 421, ../sass/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: ""; }

/* line 422, ../sass/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: ""; }

/* line 423, ../sass/fontawesome/_icons.scss */
.fa-slack:before {
  content: ""; }

/* line 424, ../sass/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: ""; }

/* line 425, ../sass/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: ""; }

/* line 426, ../sass/fontawesome/_icons.scss */
.fa-openid:before {
  content: ""; }

/* line 427, ../sass/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

/* line 430, ../sass/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

/* line 432, ../sass/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: ""; }

/* line 433, ../sass/fontawesome/_icons.scss */
.fa-google:before {
  content: ""; }

/* line 434, ../sass/fontawesome/_icons.scss */
.fa-reddit:before {
  content: ""; }

/* line 435, ../sass/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: ""; }

/* line 436, ../sass/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: ""; }

/* line 437, ../sass/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: ""; }

/* line 438, ../sass/fontawesome/_icons.scss */
.fa-delicious:before {
  content: ""; }

/* line 439, ../sass/fontawesome/_icons.scss */
.fa-digg:before {
  content: ""; }

/* line 440, ../sass/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: ""; }

/* line 441, ../sass/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: ""; }

/* line 442, ../sass/fontawesome/_icons.scss */
.fa-drupal:before {
  content: ""; }

/* line 443, ../sass/fontawesome/_icons.scss */
.fa-joomla:before {
  content: ""; }

/* line 444, ../sass/fontawesome/_icons.scss */
.fa-language:before {
  content: ""; }

/* line 445, ../sass/fontawesome/_icons.scss */
.fa-fax:before {
  content: ""; }

/* line 446, ../sass/fontawesome/_icons.scss */
.fa-building:before {
  content: ""; }

/* line 447, ../sass/fontawesome/_icons.scss */
.fa-child:before {
  content: ""; }

/* line 448, ../sass/fontawesome/_icons.scss */
.fa-paw:before {
  content: ""; }

/* line 449, ../sass/fontawesome/_icons.scss */
.fa-spoon:before {
  content: ""; }

/* line 450, ../sass/fontawesome/_icons.scss */
.fa-cube:before {
  content: ""; }

/* line 451, ../sass/fontawesome/_icons.scss */
.fa-cubes:before {
  content: ""; }

/* line 452, ../sass/fontawesome/_icons.scss */
.fa-behance:before {
  content: ""; }

/* line 453, ../sass/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: ""; }

/* line 454, ../sass/fontawesome/_icons.scss */
.fa-steam:before {
  content: ""; }

/* line 455, ../sass/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: ""; }

/* line 456, ../sass/fontawesome/_icons.scss */
.fa-recycle:before {
  content: ""; }

/* line 457, ../sass/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: ""; }

/* line 459, ../sass/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: ""; }

/* line 461, ../sass/fontawesome/_icons.scss */
.fa-tree:before {
  content: ""; }

/* line 462, ../sass/fontawesome/_icons.scss */
.fa-spotify:before {
  content: ""; }

/* line 463, ../sass/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: ""; }

/* line 464, ../sass/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: ""; }

/* line 465, ../sass/fontawesome/_icons.scss */
.fa-database:before {
  content: ""; }

/* line 466, ../sass/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: ""; }

/* line 467, ../sass/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: ""; }

/* line 468, ../sass/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: ""; }

/* line 469, ../sass/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: ""; }

/* line 470, ../sass/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

/* line 473, ../sass/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

/* line 475, ../sass/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

/* line 477, ../sass/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

/* line 479, ../sass/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: ""; }

/* line 480, ../sass/fontawesome/_icons.scss */
.fa-vine:before {
  content: ""; }

/* line 481, ../sass/fontawesome/_icons.scss */
.fa-codepen:before {
  content: ""; }

/* line 482, ../sass/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: ""; }

/* line 483, ../sass/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

/* line 488, ../sass/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: ""; }

/* line 489, ../sass/fontawesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: ""; }

/* line 491, ../sass/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: ""; }

/* line 493, ../sass/fontawesome/_icons.scss */
.fa-git-square:before {
  content: ""; }

/* line 494, ../sass/fontawesome/_icons.scss */
.fa-git:before {
  content: ""; }

/* line 495, ../sass/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: ""; }

/* line 496, ../sass/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: ""; }

/* line 497, ../sass/fontawesome/_icons.scss */
.fa-qq:before {
  content: ""; }

/* line 498, ../sass/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

/* line 500, ../sass/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

/* line 502, ../sass/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

/* line 504, ../sass/fontawesome/_icons.scss */
.fa-history:before {
  content: ""; }

/* line 505, ../sass/fontawesome/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

/* line 507, ../sass/fontawesome/_icons.scss */
.fa-header:before {
  content: ""; }

/* line 508, ../sass/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: ""; }

/* line 509, ../sass/fontawesome/_icons.scss */
.fa-sliders:before {
  content: ""; }

/* line 510, ../sass/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: ""; }

/* line 511, ../sass/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: ""; }

/* line 512, ../sass/fontawesome/_icons.scss */
.fa-bomb:before {
  content: ""; }

/* line 513, ../sass/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

/* line 515, ../sass/fontawesome/_icons.scss */
.fa-tty:before {
  content: ""; }

/* line 516, ../sass/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: ""; }

/* line 517, ../sass/fontawesome/_icons.scss */
.fa-plug:before {
  content: ""; }

/* line 518, ../sass/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: ""; }

/* line 519, ../sass/fontawesome/_icons.scss */
.fa-twitch:before {
  content: ""; }

/* line 520, ../sass/fontawesome/_icons.scss */
.fa-yelp:before {
  content: ""; }

/* line 521, ../sass/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: ""; }

/* line 522, ../sass/fontawesome/_icons.scss */
.fa-wifi:before {
  content: ""; }

/* line 523, ../sass/fontawesome/_icons.scss */
.fa-calculator:before {
  content: ""; }

/* line 524, ../sass/fontawesome/_icons.scss */
.fa-paypal:before {
  content: ""; }

/* line 525, ../sass/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: ""; }

/* line 526, ../sass/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: ""; }

/* line 527, ../sass/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: ""; }

/* line 528, ../sass/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: ""; }

/* line 529, ../sass/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: ""; }

/* line 530, ../sass/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: ""; }

/* line 531, ../sass/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: ""; }

/* line 532, ../sass/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: ""; }

/* line 533, ../sass/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: ""; }

/* line 534, ../sass/fontawesome/_icons.scss */
.fa-trash:before {
  content: ""; }

/* line 535, ../sass/fontawesome/_icons.scss */
.fa-copyright:before {
  content: ""; }

/* line 536, ../sass/fontawesome/_icons.scss */
.fa-at:before {
  content: ""; }

/* line 537, ../sass/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: ""; }

/* line 538, ../sass/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: ""; }

/* line 539, ../sass/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: ""; }

/* line 540, ../sass/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: ""; }

/* line 541, ../sass/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: ""; }

/* line 542, ../sass/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: ""; }

/* line 543, ../sass/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: ""; }

/* line 544, ../sass/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: ""; }

/* line 545, ../sass/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: ""; }

/* line 546, ../sass/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: ""; }

/* line 547, ../sass/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: ""; }

/* line 548, ../sass/fontawesome/_icons.scss */
.fa-bus:before {
  content: ""; }

/* line 549, ../sass/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: ""; }

/* line 550, ../sass/fontawesome/_icons.scss */
.fa-angellist:before {
  content: ""; }

/* line 551, ../sass/fontawesome/_icons.scss */
.fa-cc:before {
  content: ""; }

/* line 552, ../sass/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

/* line 555, ../sass/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: ""; }

/* line 556, ../sass/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: ""; }

/* line 557, ../sass/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: ""; }

/* line 558, ../sass/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: ""; }

/* line 559, ../sass/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: ""; }

/* line 560, ../sass/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: ""; }

/* line 561, ../sass/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: ""; }

/* line 562, ../sass/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: ""; }

/* line 563, ../sass/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: ""; }

/* line 564, ../sass/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: ""; }

/* line 565, ../sass/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: ""; }

/* line 566, ../sass/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: ""; }

/* line 567, ../sass/fontawesome/_icons.scss */
.fa-diamond:before {
  content: ""; }

/* line 568, ../sass/fontawesome/_icons.scss */
.fa-ship:before {
  content: ""; }

/* line 569, ../sass/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: ""; }

/* line 570, ../sass/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: ""; }

/* line 571, ../sass/fontawesome/_icons.scss */
.fa-street-view:before {
  content: ""; }

/* line 572, ../sass/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: ""; }

/* line 573, ../sass/fontawesome/_icons.scss */
.fa-venus:before {
  content: ""; }

/* line 574, ../sass/fontawesome/_icons.scss */
.fa-mars:before {
  content: ""; }

/* line 575, ../sass/fontawesome/_icons.scss */
.fa-mercury:before {
  content: ""; }

/* line 576, ../sass/fontawesome/_icons.scss */
.fa-transgender:before {
  content: ""; }

/* line 577, ../sass/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: ""; }

/* line 578, ../sass/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: ""; }

/* line 579, ../sass/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: ""; }

/* line 580, ../sass/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: ""; }

/* line 581, ../sass/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: ""; }

/* line 582, ../sass/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: ""; }

/* line 583, ../sass/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: ""; }

/* line 584, ../sass/fontawesome/_icons.scss */
.fa-neuter:before {
  content: ""; }

/* line 585, ../sass/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: ""; }

/* line 586, ../sass/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: ""; }

/* line 587, ../sass/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: ""; }

/* line 588, ../sass/fontawesome/_icons.scss */
.fa-server:before {
  content: ""; }

/* line 589, ../sass/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: ""; }

/* line 590, ../sass/fontawesome/_icons.scss */
.fa-user-times:before {
  content: ""; }

/* line 591, ../sass/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: ""; }

/* line 593, ../sass/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: ""; }

/* line 594, ../sass/fontawesome/_icons.scss */
.fa-train:before {
  content: ""; }

/* line 595, ../sass/fontawesome/_icons.scss */
.fa-subway:before {
  content: ""; }

/* line 596, ../sass/fontawesome/_icons.scss */
.fa-medium:before {
  content: ""; }

/* @font-face entries for the Fira Sans webfonts */
/* 'grouped' by family name and assigned to bold/italic styles */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Light.eot");
  src: url("../fonts/FiraSans/FiraSans-Light.eot?#iefix") format("eot"), url("../fonts/FiraSans/FiraSans-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-LightItalic.eot");
  src: url("../fonts/FiraSans/FiraSans-LightItalic.eot?#iefix") format("eot"), url("../fonts/FiraSans/FiraSans-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Regular.eot");
  src: url("../fonts/FiraSans/FiraSans-Regular.eot?#iefix") format("eot"), url("../fonts/FiraSans/FiraSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-RegularItalic.eot");
  src: url("../fonts/FiraSans/FiraSans-RegularItalic.eot?#iefix") format("eot"), url("../fonts/FiraSans/FiraSans-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Medium.eot");
  src: url("../fonts/FiraSans/FiraSans-Medium.eot?#iefix") format("eot"), url("../fonts/FiraSans/FiraSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-MediumItalic.eot");
  src: url("../fonts/FiraSans/FiraSans-MediumItalic.eot?#iefix") format("eot"), url("../fonts/FiraSans/FiraSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Bold.eot");
  src: url("../fonts/FiraSans/FiraSans-Bold.eot?#iefix") format("eot"), url("../fonts/FiraSans/FiraSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-BoldItalic.eot");
  src: url("../fonts/FiraSans/FiraSans-BoldItalic.eot?#iefix") format("eot"), url("../fonts/FiraSans/FiraSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
   }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, ../sass/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 48, ../sass/base/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 59, ../sass/base/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 71, ../sass/base/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 85, ../sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 90, ../sass/base/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 95, ../sass/base/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 100, ../sass/base/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 105, ../sass/base/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 110, ../sass/base/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 119, ../sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 127, ../sass/base/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 132, ../sass/base/_normalize.scss */
blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 140, ../sass/base/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 148, ../sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 157, ../sass/base/_normalize.scss */
p,
pre {
  margin: .5em 0 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 166, ../sass/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 179, ../sass/base/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 189, ../sass/base/_normalize.scss */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 197, ../sass/base/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 207, ../sass/base/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 223, ../sass/base/_normalize.scss */
sup {
  top: -0.5em; }

/* line 227, ../sass/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 239, ../sass/base/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

/* line 246, ../sass/base/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 254, ../sass/base/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 264, ../sass/base/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 279, ../sass/base/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 288, ../sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 300, ../sass/base/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 312, ../sass/base/_normalize.scss */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 332, ../sass/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 346, ../sass/base/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../sass/base/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 376, ../sass/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 389, ../sass/base/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 401, ../sass/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 415, ../sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 427, ../sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 436, ../sass/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 447, ../sass/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 460, ../sass/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Page furniture */
/* line 4, ../sass/layout/_layout.scss */
.content-container {
  width: 100%;
  /* this is somewhat arbitrary - just a value that is close to full width but leaves a bit of margin */
  margin: 0 auto;
  /* make sure the page area stays centered */ }
  /* line 7, ../sass/layout/_layout.scss */
  .content-container > header {
    padding: 0 0.75em; }
  /* line 10, ../sass/layout/_layout.scss */
  .content-container > .main {
    padding: 0 0.75em; }
  /* line 13, ../sass/layout/_layout.scss */
  .content-container > footer {
    padding: 0 0.75em; }

/* line 17, ../sass/layout/_layout.scss */
.overlap-header {
  margin: 0 auto; }

@media (min-width: 25em) {
  /* line 26, ../sass/layout/_layout.scss */
  .content-container {
    width: 96%;
    max-width: 38em;
    margin: 0 auto;
    /* make sure the page area stays centered */ }
    /* line 30, ../sass/layout/_layout.scss */
    .content-container > header {
      padding: 0 0.75em; }
    /* line 33, ../sass/layout/_layout.scss */
    .content-container > .main {
      padding: 0 0.75em; }
    /* line 36, ../sass/layout/_layout.scss */
    .content-container > footer {
      padding: 0 0.75em; }

  /* line 40, ../sass/layout/_layout.scss */
  .overlap-header {
    width: 100%;
    max-width: 38em; } }
@media (min-width: 43.75em) {
  /* line 47, ../sass/layout/_layout.scss */
  .content-container {
    width: 94%;
    max-width: 770px;
    margin: 0 auto;
    /* make sure the page area stays centered */ }
    /* line 53, ../sass/layout/_layout.scss */
    .content-container > header {
      padding: 0 0.75em; }
    /* line 56, ../sass/layout/_layout.scss */
    .content-container > .main {
      padding: 0 0.75em; }
    /* line 59, ../sass/layout/_layout.scss */
    .content-container > footer {
      padding: 0 0.75em; }

  /* line 63, ../sass/layout/_layout.scss */
  .overlap-header {
    width: 94%;
    max-width: 770px; } }
@media (min-width: 56.25em) {
  /* line 78, ../sass/layout/_layout.scss */
  .content-container {
    margin: 0 auto;
    /* make sure the page area stays centered */ }
    /* line 83, ../sass/layout/_layout.scss */
    .content-container > header {
      padding: 0 1.5em; }
    /* line 87, ../sass/layout/_layout.scss */
    .content-container > .main {
      padding: 0 1.5em; }
    /* line 91, ../sass/layout/_layout.scss */
    .content-container > footer {
      padding: 0 1.5em; } }
@media (min-width: 81.25em) {
  /* line 107, ../sass/layout/_layout.scss */
  .content-container {
    max-width: 800px; }
    /* line 109, ../sass/layout/_layout.scss */
    .content-container > header {
      padding: 0 1.5em; }
    /* line 112, ../sass/layout/_layout.scss */
    .content-container > .main {
      padding: 0 1.5em; }
    /* line 115, ../sass/layout/_layout.scss */
    .content-container > footer {
      padding: 0 1.5em; }

  /* line 119, ../sass/layout/_layout.scss */
  .overlap-header {
    width: 80%;
    max-width: 800px; } }
/* line 63, ../sass/layout/_footer.scss */
.site-footer {
  *zoom: 1;
  clear: both;
  background: #656e73;
  -webkit-font-smoothing: antialiased; }
  /* line 43, ../sass/layout/_footer.scss */
  .site-footer:before, .site-footer:after {
    content: " ";
    display: table; }
  /* line 48, ../sass/layout/_footer.scss */
  .site-footer:after {
    clear: both; }

/* line 70, ../sass/layout/_footer.scss */
.site-info a:hover,
.site-info a:focus {
  opacity: .9;
  text-decoration: underline; }

/* line 77, ../sass/layout/_footer.scss */
.menu-shallow-menu-container {
  *zoom: 1;
  clear: both;
  max-width: 60em;
  margin: auto; }
  /* line 43, ../sass/layout/_footer.scss */
  .menu-shallow-menu-container:before, .menu-shallow-menu-container:after {
    content: " ";
    display: table; }
  /* line 48, ../sass/layout/_footer.scss */
  .menu-shallow-menu-container:after {
    clear: both; }
  @media screen and (min-width: 43.75em) {
    /* line 77, ../sass/layout/_footer.scss */
    .menu-shallow-menu-container {
      padding-bottom: 110px;
      padding-top: 60px; } }
  /* line 86, ../sass/layout/_footer.scss */
  .menu-shallow-menu-container .menu {
    text-align: center;
    font-size: 16px; }
  /* line 91, ../sass/layout/_footer.scss */
  .menu-shallow-menu-container .menu-item > a + ul {
    margin: 0; }
    @media screen and (min-width: 43.75em) {
      /* line 91, ../sass/layout/_footer.scss */
      .menu-shallow-menu-container .menu-item > a + ul {
        margin-top: 1em; } }
  /* line 100, ../sass/layout/_footer.scss */
  .menu-shallow-menu-container .menu-item > a:link,
  .menu-shallow-menu-container .menu-item > a:visited {
    border-right: 0;
    border-left: 0; }
  /* line 106, ../sass/layout/_footer.scss */
  .menu-shallow-menu-container .menu-item {
    float: none;
    font-family: "minion-pro", serif;
    font-size: 1.05em;
    border-bottom-color: #5b6268;
    font-weight: 600; }
    /* line 116, ../sass/layout/_footer.scss */
    .menu-shallow-menu-container .menu-item.current-menu-parent > a:link, .menu-shallow-menu-container .menu-item.current-menu-ancestor > a:link, .menu-shallow-menu-container .menu-item.current-menu-item > a:link {
      background: none;
      border: 0;
      border-bottom: 0;
      box-shadow: 0 1px 0 0 #71787e; }
    @media screen and (min-width: 43.75em) {
      /* line 106, ../sass/layout/_footer.scss */
      .menu-shallow-menu-container .menu-item {
        width: 22%;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        margin: 0 1.2%;
        margin-bottom: 40px;
        border: 0; }
        /* line 133, ../sass/layout/_footer.scss */
        .menu-shallow-menu-container .menu-item:hover {
          background: none;
          border-right: 0 !important;
          border-left: 0 !important;
          border-bottom: 0;
          margin-bottom: 40px; } }
    /* line 143, ../sass/layout/_footer.scss */
    .menu-shallow-menu-container .menu-item > a {
      line-height: 3.2;
      color: #fff;
      border-right: 0;
      border-left: 0; }
      @media screen and (min-width: 43.75em) {
        /* line 143, ../sass/layout/_footer.scss */
        .menu-shallow-menu-container .menu-item > a {
          color: #fff !important;
          border-bottom: 1px solid #5b6268 !important;
          box-shadow: 0 1px 0 0 #71787e;
          line-height: 1.4;
          display: block;
          padding: .6em 0; } }
      /* line 158, ../sass/layout/_footer.scss */
      .menu-shallow-menu-container .menu-item > a:hover, .menu-shallow-menu-container .menu-item > a:focus {
        margin: 0;
        background: #373a3d; }
        @media screen and (min-width: 43.75em) {
          /* line 158, ../sass/layout/_footer.scss */
          .menu-shallow-menu-container .menu-item > a:hover, .menu-shallow-menu-container .menu-item > a:focus {
            margin: 0 !important;
            border-right: 0 !important;
            border-left: 0 !important;
            background: none;
            text-decoration: none; } }
    /* line 176, ../sass/layout/_footer.scss */
    .fontface .menu-shallow-menu-container .menu-item.has-children > .ui-toggle-button {
      line-height: 2.9;
      display: none; }
      /* line 180, ../sass/layout/_footer.scss */
      .fontface .menu-shallow-menu-container .menu-item.has-children > .ui-toggle-button:before {
        top: -22px;
        right: 5px;
        font-size: 2em; }
  /* line 191, ../sass/layout/_footer.scss */
  .menu-shallow-menu-container .sub-menu {
    position: static;
    float: none;
    background: #4f5458;
    padding: 0; }
    @media screen and (min-width: 43.75em) {
      /* line 191, ../sass/layout/_footer.scss */
      .menu-shallow-menu-container .sub-menu {
        background: none;
        margin-top: 1em;
        border: 0;
        box-shadow: none; } }
    /* line 205, ../sass/layout/_footer.scss */
    .menu-shallow-menu-container .sub-menu .menu-item {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-weight: 400; }
      @media screen and (min-width: 43.75em) {
        /* line 205, ../sass/layout/_footer.scss */
        .menu-shallow-menu-container .sub-menu .menu-item {
          float: none;
          width: 100%;
          margin: 0;
          padding: .7em 0; } }
      @media screen and (min-width: 43.75em) {
        /* line 220, ../sass/layout/_footer.scss */
        .menu-shallow-menu-container .sub-menu .menu-item.current-menu-parent > a:link, .menu-shallow-menu-container .sub-menu .menu-item.current-menu-ancestor > a:link, .menu-shallow-menu-container .sub-menu .menu-item.current-menu-item > a:link {
          border: 0;
          background: none; } }
      /* line 229, ../sass/layout/_footer.scss */
      .menu-shallow-menu-container .sub-menu .menu-item > a {
        font-family: "proxima-nova", sans-serif;
        font-size: 1em;
        padding: 1em 1.25em;
        border: 0;
        line-height: 1.4;
        border: 0 !important; }
        @media screen and (min-width: 43.75em) {
          /* line 229, ../sass/layout/_footer.scss */
          .menu-shallow-menu-container .sub-menu .menu-item > a {
            padding: 0;
            display: inline-block;
            border: 0;
            box-shadow: none; } }
        /* line 245, ../sass/layout/_footer.scss */
        .menu-shallow-menu-container .sub-menu .menu-item > a:hover, .menu-shallow-menu-container .sub-menu .menu-item > a:focus {
          background: #373a3d; }
          @media screen and (min-width: 43.75em) {
            /* line 245, ../sass/layout/_footer.scss */
            .menu-shallow-menu-container .sub-menu .menu-item > a:hover, .menu-shallow-menu-container .sub-menu .menu-item > a:focus {
              background: none;
              text-decoration: underline;
              text-decoration-skip: ink; } }

@media screen and (min-width: 43.75em) {
  /* line 266, ../sass/layout/_footer.scss */
  #nav-resource-library {
    float: left; }

  /* line 274, ../sass/layout/_footer.scss */
  #nav-site-map,
  #nav-sitemap {
    float: left; }

  /* line 282, ../sass/layout/_footer.scss */
  #nav-twitter,
  #nav-youtube {
    width: auto;
    float: right;
    border: 0;
    box-shadow: none;
    padding: 0; }
    /* line 290, ../sass/layout/_footer.scss */
    #nav-twitter:hover,
    #nav-youtube:hover {
      text-decoration: none; }
    /* line 294, ../sass/layout/_footer.scss */
    #nav-twitter a,
    #nav-youtube a {
      padding: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      width: 28px;
      height: 32px;
      white-space: nowrap;
      border: 0 !important;
      overflow: hidden;
      top: 12px;
      position: relative; }
      /* line 309, ../sass/layout/_footer.scss */
      #nav-twitter a:before,
      #nav-youtube a:before {
        font-family: FontAwesome;
        font-size: 1.5em;
        padding-right: 30px; }

  /* line 318, ../sass/layout/_footer.scss */
  #nav-youtube {
    margin-right: 150px; }
    /* line 322, ../sass/layout/_footer.scss */
    #nav-youtube a:before {
      content: ""; }

  /* line 328, ../sass/layout/_footer.scss */
  #nav-twitter {
    width: 25px; }
    /* line 331, ../sass/layout/_footer.scss */
    #nav-twitter a:before {
      content: ""; } }
/* line 349, ../sass/layout/_footer.scss */
.footer-widget .widget-text .textwidget p {
  max-width: none; }

/* line 359, ../sass/layout/_footer.scss */
#text-3 {
  background: #4f5458;
  *zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 25px 10px; }
  /* line 43, ../sass/layout/_footer.scss */
  #text-3:before, #text-3:after {
    content: " ";
    display: table; }
  /* line 48, ../sass/layout/_footer.scss */
  #text-3:after {
    clear: both; }
  /* line 366, ../sass/layout/_footer.scss */
  #text-3 p {
    color: #BEBEBE;
    font-size: .75em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    max-width: none; }
    /* line 374, ../sass/layout/_footer.scss */
    #text-3 p a {
      display: inline-block;
      clear: both;
      color: #BEBEBE;
      text-decoration: none; }
      /* line 380, ../sass/layout/_footer.scss */
      #text-3 p a:hover {
        text-decoration: underline; }

/* line 1, ../sass/layout/_intro-content.scss */
.intro-content {
  background-color: #e8eef0;
  background-position: center center;
  background-size: cover;
  position: relative; }
  /* line 11, ../sass/layout/_intro-content.scss */
  .intro-content:before {
    content: "";
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  /* line 22, ../sass/layout/_intro-content.scss */
  .intro-content button {
    margin: 10px auto; }
  /* line 26, ../sass/layout/_intro-content.scss */
  .intro-content .content-container {
    text-align: center;
    padding-top: 6.5em;
    padding-bottom: 6.5em;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
  /* line 34, ../sass/layout/_intro-content.scss */
  .intro-content h2 {
    font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-weight: normal !important;
    font-size: 1em !important; }
  /* line 39, ../sass/layout/_intro-content.scss */
  .intro-content h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 50px;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 800px) {
      /* line 39, ../sass/layout/_intro-content.scss */
      .intro-content h1 {
        font-size: 40px;
        margin-bottom: 15px;
        padding: 0 10px; } }
  /* line 53, ../sass/layout/_intro-content.scss */
  .intro-content p {
    margin: auto; }
  /* line 57, ../sass/layout/_intro-content.scss */
  .intro-content .button {
    min-width: 225px;
    padding: 9px 5px;
    font-size: 14px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }
    /* line 64, ../sass/layout/_intro-content.scss */
    .intro-content .button:hover {
      background: #000; }

/* line 72, ../sass/layout/_intro-content.scss */
.intro-copy {
  margin-bottom: 15px; }
  /* line 75, ../sass/layout/_intro-content.scss */
  .intro-copy > p {
    font-size: 1em;
    line-height: 1.5; }
  /* line 80, ../sass/layout/_intro-content.scss */
  .intro-copy a {
    color: #3a3a3a; }
    /* line 83, ../sass/layout/_intro-content.scss */
    .intro-copy a:hover {
      text-decoration: none; }

/* line 91, ../sass/layout/_intro-content.scss */
.content-type-label {
  position: relative;
  display: inline-block;
  padding: 0 40px; }
  /* line 96, ../sass/layout/_intro-content.scss */
  .content-type-label:before, .content-type-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(221, 221, 221, 0.9);
    height: 0;
    width: 50px; }
    @media screen and (max-width: 600px) {
      /* line 96, ../sass/layout/_intro-content.scss */
      .content-type-label:before, .content-type-label:after {
        display: none; } }
  /* line 114, ../sass/layout/_intro-content.scss */
  .content-type-label:after {
    left: auto;
    right: 100%; }

/* line 1, ../sass/layout/_content-container.scss */
.content-container {
  margin: 0 auto 1em auto; }
  /* line 4, ../sass/layout/_content-container.scss */
  .content-container .padded-content {
    padding: 1em;
    position: relative;
    z-index: 10; }
    @media (min-width: 25em) {
      /* line 4, ../sass/layout/_content-container.scss */
      .content-container .padded-content {
        padding: 25px 35px; } }
    @media (min-width: 81.25em) {
      /* line 4, ../sass/layout/_content-container.scss */
      .content-container .padded-content {
        padding: 40px 56px; } }
    /* line 17, ../sass/layout/_content-container.scss */
    .content-container .padded-content ul {
      margin-bottom: 1.5em;
      max-width: 100%; }
    /* line 22, ../sass/layout/_content-container.scss */
    .resources .content-container .padded-content {
      padding-top: 0; }
      /* line 24, ../sass/layout/_content-container.scss */
      .resources .content-container .padded-content h2 {
        clear: left;
        margin-bottom: 0;
        padding-top: 1.5em; }
        @media (min-width: 81.25em) {
          /* line 24, ../sass/layout/_content-container.scss */
          .resources .content-container .padded-content h2 {
            margin-left: -4.57143em; } }
  /* line 43, ../sass/layout/_content-container.scss */
  .content-container .blue {
    background-color: #e8eef0;
    background-image: none; }
  /* line 47, ../sass/layout/_content-container.scss */
  .content-container .white {
    background-color: #ffffff;
    background-image: none; }
  /* line 52, ../sass/layout/_content-container.scss */
  .content-container h2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0; }

/* line 65, ../sass/layout/_content-container.scss */
.wide-container {
  max-width: 1200px !important; }
  /* line 68, ../sass/layout/_content-container.scss */
  .wide-container .padded-content {
    padding-right: 2em !important;
    padding-left: 2em !important; }

/* line 1, ../sass/layout/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 9, ../sass/layout/_helpers.scss */
.clearfix:after {
  clear: both;
  overflow: hidden; }

/* line 13, ../sass/layout/_helpers.scss */
.clearfix {
  *zoom: 1; }

/* line 17, ../sass/layout/_helpers.scss */
.list-clean {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 23, ../sass/layout/_helpers.scss */
.bio-photo {
  max-height: 240px;
  height: 240px;
  width: auto;
  float: left;
  margin: 15px 25px 15px auto; }

@media screen and (max-width: 600px) {
  /* line 30, ../sass/layout/_helpers.scss */
  .bio-photo {
  max-height: 240px;
  height: 240px;
  width: auto;
     } }
@media screen and (max-width: 500px) {
  /* line 36, ../sass/layout/_helpers.scss */
  .bio-photo {
  height: auto;
  width: auto;
    float: none;
    display: block;
    margin: 10px auto 25px;
     } }
/* line 44, ../sass/layout/_helpers.scss */
.is-hidden {
  position: absolute;
  top: -999em;
  left: -999em; }

/* line 50, ../sass/layout/_helpers.scss */
img.border {
  border: 1px solid #999; }

/*! a11yAccordion 0.3.1 / Last build on: 10-06-2014 / This file is under 0.3.1 license. */
/* line 2, ../sass/modules/_accordion.scss */
.a11yAccordion .a11yAccordionSearchDiv {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: right; }

/* line 2, ../sass/modules/_accordion.scss */
.a11yAccordion .a11yAccordionSearchDiv .a11yAccordionSearch {
  background-image: url(../imgs/search.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 1% 15%;
  padding-left: 1.4em;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em; }

/* line 2, ../sass/modules/_accordion.scss */
.a11yAccordion .a11yAccordionItem, .a11yAccordion .a11yAccordionNoResultsItem {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-color: #206ba4;
  border-style: solid;
  border-width: 1px;
  border-radius: 7px;
  margin-top: 1em;
  list-style-type: none; }

/* line 2, ../sass/modules/_accordion.scss */
.a11yAccordion .a11yAccordionItem .a11yAccordionItemHeader, .a11yAccordion .a11yAccordionNoResultsItem .a11yAccordionItemHeader {
  cursor: pointer;
  border-radius: 7px;
  padding: 1.5em;
  overflow: auto; }

/* line 2, ../sass/modules/_accordion.scss */
.a11yAccordion .a11yAccordionItem .a11yAccordionItemHeader .a11yAccordionItemHeaderLink, .a11yAccordion .a11yAccordionNoResultsItem .a11yAccordionItemHeader .a11yAccordionItemHeaderLink {
  float: right; }

/* line 2, ../sass/modules/_accordion.scss */
.a11yAccordion .a11yAccordionItem .a11yAccordionItemHeader .a11yAccordionItemHeaderLink .a11yAccordionItemHeaderLinkHiddenLabel, .a11yAccordion .a11yAccordionNoResultsItem .a11yAccordionItemHeader .a11yAccordionItemHeaderLink .a11yAccordionItemHeaderLinkHiddenLabel {
  left: -900px;
  top: -900px;
  position: absolute; }

/* line 2, ../sass/modules/_accordion.scss */
.a11yAccordion .a11yAccordionItem .a11yAccordionHideArea, .a11yAccordion .a11yAccordionNoResultsItem .a11yAccordionHideArea {
  padding: 1.5em;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #206ba4; }

/* line 2, ../sass/modules/_accordion.scss */
.a11yAccordion .a11yAccordionItem .a11yAccordionHideArea.visiblea11yAccordionItem, .a11yAccordion .a11yAccordionNoResultsItem .a11yAccordionHideArea.visiblea11yAccordionItem {
  -moz-box-shadow: inset 0 0 .7em 1px #888;
  -webkit-box-shadow: inset 0 0 .7em 1px #888;
  box-shadow: inset 0 0 .7em 1px #888; }

/* line 2, ../sass/modules/_accordion.scss */
.dark-a11yAccordion-header {
  background-color: #2d292c;
  color: #f2f2eb; }

/* line 2, ../sass/modules/_accordion.scss */
.dark-a11yAccordion-header a, .dark-a11yAccordion-header a:visited {
  color: #bfb7ae; }

/* line 2, ../sass/modules/_accordion.scss */
.dark-a11yAccordion-area {
  background-color: #383330;
  color: #f2f2eb; }

/* line 2, ../sass/modules/_accordion.scss */
.dark-a11yAccordion-area a, .dark-a11yAccordion-area a:visited {
  color: #bfb7ae; }

/* line 2, ../sass/modules/_accordion.scss */
.light-a11yAccordion-header {
  background-color: #f2f2eb;
  color: #261e14; }

/* line 2, ../sass/modules/_accordion.scss */
.light-a11yAccordion-header a, .light-a11yAccordion-header a:visited {
  color: #595048; }

/* line 2, ../sass/modules/_accordion.scss */
.light-a11yAccordion-area {
  background-color: #fffefd;
  color: #261e14; }

/* line 2, ../sass/modules/_accordion.scss */
.light-a11yAccordion-area a, .light-a11yAccordion-area a:visited {
  color: #595048; }

/* line 6, ../sass/modules/_nav.scss */
body:before {
  content: "smallscreen";
  position: absolute;
  top: -999em;
  left: -999em;
  speak: none; }

@media (min-width: 25em) {
  /* line 12, ../sass/modules/_nav.scss */
  body:before {
    content: "mediumscreen"; } }
@media (min-width: 43.75em) {
  /* line 17, ../sass/modules/_nav.scss */
  body:before {
    content: "largescreen"; } }
@media (min-width: 58.5em) {
  /* line 22, ../sass/modules/_nav.scss */
  body:before {
    content: "widescreen"; } }
/* make sure the menu can be opened before hiding it */
/* line 30, ../sass/modules/_nav.scss */
.js .main-navigation {
  position: absolute;
  top: -999em;
  left: -999em; }
  @media (min-width: 43.75em) {
    /* line 30, ../sass/modules/_nav.scss */
    .js .main-navigation {
      position: relative;
      top: auto;
      left: auto; } }

@media (min-width: 43.75em) {
  /* line 41, ../sass/modules/_nav.scss */
  .main-navigation .menu > .menu-item:last-child {
    border-right: 1px solid transparent;
     border-left: 1px solid transparent;  }
  /* line 49, ../sass/modules/_nav.scss */
  .main-navigation .menu > .menu-item > .sub-menu > .menu-item:nth-child(20n + 2) {
    min-height: 180px; }
  /* line 53, ../sass/modules/_nav.scss */
  .main-navigation .menu > .menu-item > .sub-menu > .menu-item:last-child {
    clear: both;
    width: auto; } }

@media (min-width: 43.75em) {
  /* line 62, ../sass/modules/_nav.scss */
  .menu-main-navigation-container {
    float: right;
    margin-top: 2em;
    width: 100%;
    white-space: nowrap; } }
@media (min-width: 56em) {
  /* line 62, ../sass/modules/_nav.scss */
  .menu-main-navigation-container {
    margin-top: 1em;
    white-space: nowrap; } }
@media (min-width: 81.25em) {
  /* line 62, ../sass/modules/_nav.scss */
  .menu-main-navigation-container {
    width: 75%; } }

/* line 80, ../sass/modules/_nav.scss */
.main-navigation {
  float: right;
  width: 100%; }
  @media (min-width: 43.75em) {
    /* line 80, ../sass/modules/_nav.scss */
    .main-navigation {
      margin-top: 0;
      border-top: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0;
      border-radius: 0; } }
  @media (min-width: 56.25em) {
    /* line 80, ../sass/modules/_nav.scss */
    .main-navigation {
      margin-top: 0; } }
  /* line 96, ../sass/modules/_nav.scss */
  .main-navigation:target {
    position: static; }
    @media (min-width: 43.75em) {
      /* line 96, ../sass/modules/_nav.scss */
      .main-navigation:target {
        position: relative; } }
  /* line 103, ../sass/modules/_nav.scss */
  .nav-is-active .main-navigation {
    background: #fff;
    position: static;
    margin-top: 17px; }
    @media (min-width: 43.75em) {
      /* line 103, ../sass/modules/_nav.scss */
      .nav-is-active .main-navigation {
        background-color: transparent;
        position: relative; } }

/* line 114, ../sass/modules/_nav.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: none;
  width: 100%;
  text-align: right;
  font-size: 21px;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 700px) {
    /* line 114, ../sass/modules/_nav.scss */
    .menu {
      border-top: 1px solid #ddd;
      -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1); } }

/* line 131, ../sass/modules/_nav.scss */
.menu-item {
  position: relative;
  text-align: left;
  display: block;
  border-bottom: 1px solid #ddd; }
  /* line 137, ../sass/modules/_nav.scss */
  .menu-item:last-child {
    border: 0; }
  @media (min-width: 43.75em) {
    /* line 131, ../sass/modules/_nav.scss */
    .menu-item {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      border-bottom: none;
      padding: 0 5px 5px;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent;
      position: relative; } }
  @media (min-width: 56.25em) {
    /* line 131, ../sass/modules/_nav.scss */
    .menu-item {
      padding: 0 1em; } }
  @media (min-width: 43.75em) {
    /* line 154, ../sass/modules/_nav.scss */
    .menu-item:hover
     {
      background-color: #fff;
      z-index: 10;
      border-right: 1px solid #aaa;
      border-left: 1px solid #aaa;
      border-bottom: 1px solid #fff;
      margin-bottom: -1px; } }
  /* line 165, ../sass/modules/_nav.scss */
  .menu-item > a {
    line-height: 2.5em;
    display: block;
    text-decoration: none;
    padding: 1px 10px 0;
    color: #37949B;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    @media (min-width: 43.75em) {
      /* line 165, ../sass/modules/_nav.scss */
      .menu-item > a {
        font-size: 15px;
        display: inline;
        padding: 5px;
        color: #666666; } }
    @media (min-width: 43.75em) {
      /* line 188, ../sass/modules/_nav.scss */
      .menu-item > a:hover, .menu-item > a:focus {
        background-color: #fff;
        color: #666666; } }
  @media (min-width: 43.75em) {
    /* line 202, ../sass/modules/_nav.scss */
    .menu-item.current-menu-parent > a:link, .menu-item.current-menu-parent > a:visited, .menu-item.current-menu-ancestor > a:link, .menu-item.current-menu-ancestor > a:visited, .menu-item.current-menu-item > a:link, .menu-item.current-menu-item > a:visited {
      background-color: transparent;
      -moz-box-shadow: 0 3px 0 0 #bf2f37;
      -webkit-box-shadow: 0 3px 0 0 #bf2f37;
      box-shadow: 0 3px 0 0 #bf2f37;
      border-top: none; } }
  /* line 216, ../sass/modules/_nav.scss */
  .menu-item > a {
    position: relative;
    z-index: 10; }
  @media (min-width: 43.75em) {
    /* line 222, ../sass/modules/_nav.scss */
    .menu-item.over > a {
      background-color: #fff;
      position: relative;
      z-index: 10; } }
  /* line 235, ../sass/modules/_nav.scss */
  .menu-item:hover ~ .sub-menu,
  .menu-item:hover .sub-menu {
    top: 100%;
    left: 0; }
  /* line 241, ../sass/modules/_nav.scss */
  .menu-item.has-children {
    position: relative; }
    @media (min-width: 43.75em) {
      /* line 241, ../sass/modules/_nav.scss */
      .menu-item.has-children {
        position: static; } }
    /* line 246, ../sass/modules/_nav.scss */
    .menu-item.has-children > .ui-toggle-button {
      background: transparent;
      width: 10%;
      min-width: 3.25em;
      float: right;
      border: 0;
      line-height: 53px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 15;
      text-align: center;
      color: #37949B;
      padding: 0;
      margin: 0;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
      /* line 263, ../sass/modules/_nav.scss */
      .fontface .menu-item.has-children > .ui-toggle-button {
        text-indent: -999em; }
        /* line 266, ../sass/modules/_nav.scss */
        .fontface .menu-item.has-children > .ui-toggle-button:before {
          font-family: FontAwesome;
          position: absolute;
          top: 0;
          left: 0;
          text-indent: 0;
          width: 100%; }
    /* line 288, ../sass/modules/_nav.scss */
    .menu-item.has-children .has-children .ui-toggle-button {
      font-size: 0.85em;
      width: 9.5%;
      margin: -4px 2px 0 0; }
  /* line 296, ../sass/modules/_nav.scss */
  .menu-item .menu-item {
    border-bottom: none; }
    @media (min-width: 43.75em) {
      /* line 296, ../sass/modules/_nav.scss */
      .menu-item .menu-item {
        float: left;
        width: 30%;
        margin-right: 3%; }
        /* line 303, ../sass/modules/_nav.scss */
        .menu-item .menu-item .sub-menu {
          position: relative;
          padding-top: 8px; }
          /* line 307, ../sass/modules/_nav.scss */
          .menu-item .menu-item .sub-menu .menu-item {
            float: none;
            width: 100%; } }

/* Secondary menu elements only on larger screens */
@media (min-width: 43.75em) {
  /* line 321, ../sass/modules/_nav.scss */
  .menu > li > .sub-menu > li > a {
    font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    border-bottom: 1px solid #ececec;
    box-shadow: none !important;
    line-height: 1.3;
    padding: 10px 0;
    color: #444; } }

@media (min-width: 43.75em) {
  /* line 333, ../sass/modules/_nav.scss */
  .menu .sub-menu .sub-menu a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    line-height: 1.3;
    padding: 10px 0;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
    /* line 341, ../sass/modules/_nav.scss */
    .menu .sub-menu .sub-menu a:hover {
      text-decoration: underline; } }

/* line 348, ../sass/modules/_nav.scss */
.sub-menu {
  position: absolute;
  top: -999em;
  left: -999em;
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  position: static;
  clear: both;
  font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 700; }
  /* line 361, ../sass/modules/_nav.scss */
  .sub-menu .sub-menu {
    padding: 10px 0 35px 15px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-top: 1px solid #ddd;
    min-width: 100%; }
    @media (min-width: 43.75em) {
      /* line 361, ../sass/modules/_nav.scss */
      .sub-menu .sub-menu {
        background: none; } }
    /* line 374, ../sass/modules/_nav.scss */
    .sub-menu .sub-menu .menu-item > a {
      padding-left: 1em;
      color: #3a3a3a;
      border: 0;
      line-height: 1.3;
      padding: 10px 0; }
  @media (min-width: 43.75em) {
    /* line 348, ../sass/modules/_nav.scss */
    .sub-menu {
      background: #fff;
      position: absolute;
      clear: none;
      z-index: -1;
      overflow: hidden;
      padding: 30px 60px 0;
      border-bottom: 30px solid #fff;
      font-size: .9em;
      font-weight: 700; } }
  /* line 396, ../sass/modules/_nav.scss */
  .sub-menu[aria-expanded="false"] {
    display: none; }
    @media (min-width: 43.75em) {
      /* line 396, ../sass/modules/_nav.scss */
      .sub-menu[aria-expanded="false"] {
        display: block; } }
  @media (min-width: 43.75em) {
    /* line 348, ../sass/modules/_nav.scss */
    .sub-menu {
      background-color: #fff;
      padding-bottom: 1em;
      width: 100%;
      border-top: 1px solid #aaa;
      -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1); }
      /* line 410, ../sass/modules/_nav.scss */
      .sub-menu .sub-menu {
        padding: 0;
        margin: 0;
        z-index: 1;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 0;
        border-top: 0; } }
  /* line 421, ../sass/modules/_nav.scss */
  .child-has-focus .sub-menu {
    top: 100%;
    left: 0; }
  /* line 426, ../sass/modules/_nav.scss */
  .sub-menu .menu-item {
    background: transparent;
    display: list-item;
    line-height: normal;
    border-right: 0;
    border-left: 0;
    padding: 0; }
    /* line 434, ../sass/modules/_nav.scss */
    .sub-menu .menu-item > a {
      display: block;
      padding: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-decoration: none;
      color: #3a3a3a; }
      @media (min-width: 25em) {
        /* line 434, ../sass/modules/_nav.scss */
        .sub-menu .menu-item > a {
          line-height: normal;
          padding: 10px 0; } }
      @media (min-width: 43.75em) {
        /* line 434, ../sass/modules/_nav.scss */
        .sub-menu .menu-item > a {
          font-size: 0.9em;
          padding: 0; } }
      /* line 453, ../sass/modules/_nav.scss */
      .sub-menu .menu-item > a:hover {
        text-decoration: underline; }
    /* line 459, ../sass/modules/_nav.scss */
    .sub-menu .menu-item:hover {
      border-right: 0;
      border-left: 0;
      margin-bottom: 0; }
  /* line 466, ../sass/modules/_nav.scss */
  .sub-menu[data-text="close"] + .sub-menu {
    display: none; }
  /* line 469, ../sass/modules/_nav.scss */
  .sub-menu a {
    border-top: solid 1px #ddd; }
    @media (min-width: 43.75em) {
      /* line 469, ../sass/modules/_nav.scss */
      .sub-menu a {
        border-top: none; }
        /* line 474, ../sass/modules/_nav.scss */
        .sub-menu a:link, .sub-menu a:visited {
          border-left: none;
          border-right: none; }
        /* line 479, ../sass/modules/_nav.scss */
        .sub-menu a:hover {
          border-left: none;
          border-right: none; } }

/* line 488, ../sass/modules/_nav.scss */
.nav-menu-toggle {
  color: #37949B !important;
  display: block;
  float: right;
  position: relative;
  padding: 8px 12px 8px 35px;
  text-decoration: none;
  width: auto;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
  top: 4px;
  outline: 0;
  box-shadow: none;
  right: 10px; }
  @media screen and (max-width: 500px) {
    /* line 488, ../sass/modules/_nav.scss */
    .nav-menu-toggle {
      right: 0; } }
  /* line 511, ../sass/modules/_nav.scss */
  .nav-is-active .nav-menu-toggle {
    color: #fff !important;
    background: #37949B;
    border-color: #37949B; }
  @media (min-width: 43.75em) {
    /* line 488, ../sass/modules/_nav.scss */
    .nav-menu-toggle {
      display: none; } }
  @media screen and (max-width: 400px) {
    /* line 488, ../sass/modules/_nav.scss */
    .nav-menu-toggle {
      font-size: 14px;
      padding: 5px 10px 5px 30px;
      top: 4px; } }
  /* line 527, ../sass/modules/_nav.scss */
  .nav-menu-toggle:link {
    color: #567883; }
  /* line 531, ../sass/modules/_nav.scss */
  .nav-menu-toggle:hover {
    text-decoration: none; }
  /* line 535, ../sass/modules/_nav.scss */
  .nav-menu-toggle:before, .nav-menu-toggle:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 17px;
    height: 2px;
    background: #37949B;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    /* line 546, ../sass/modules/_nav.scss */
    .nav-is-active .nav-menu-toggle:before, .nav-is-active .nav-menu-toggle:after {
      background: #fff; }
    @media screen and (max-width: 400px) {
      /* line 535, ../sass/modules/_nav.scss */
      .nav-menu-toggle:before, .nav-menu-toggle:after {
        width: 1em;
        left: 9px;
        top: 52%; } }
  /* line 558, ../sass/modules/_nav.scss */
  .nav-menu-toggle:before {
    margin-top: -4px; }
    /* line 560, ../sass/modules/_nav.scss */
    .nav-is-active .nav-menu-toggle:before {
      margin-top: -2px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -moz-transform-origin: center 50%;
      -ms-transform-origin: center 50%;
      -webkit-transform-origin: center 50%;
      transform-origin: center 50%; }
    @media screen and (max-width: 400px) {
      /* line 558, ../sass/modules/_nav.scss */
      .nav-menu-toggle:before {
        margin-top: -6px; } }
  /* line 570, ../sass/modules/_nav.scss */
  .nav-menu-toggle:after {
    margin-top: 1px; }
    @media screen and (max-width: 400px) {
      /* line 570, ../sass/modules/_nav.scss */
      .nav-menu-toggle:after {
        margin-top: 0; } }
    /* line 575, ../sass/modules/_nav.scss */
    .nav-is-active .nav-menu-toggle:after {
      margin-top: -2px;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -moz-transform-origin: center 50%;
      -ms-transform-origin: center 50%;
      -webkit-transform-origin: center 50%;
      transform-origin: center 50%; }

/* line 584, ../sass/modules/_nav.scss */
.sub-menu-control {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  line-height: 3.5em;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 43.75em) {
    /* line 584, ../sass/modules/_nav.scss */
    .sub-menu-control {
      display: none; } }

@media screen and (min-width: 750px) {
  /* line 6, ../sass/modules/_nav-active-override.scss */
  .page-id-18 #nav-about > a, .page-id-204 #nav-about > a, .page-id-60 #nav-about > a, .post-type-archive #nav-about > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  /* line 18, ../sass/modules/_nav-active-override.scss */
  .post-type-archive #nav-science > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  /* line 27, ../sass/modules/_nav-active-override.scss */
  .post-type-archive #nav-innovation--application > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  /* line 36, ../sass/modules/_nav-active-override.scss */
  .post-type-archive #nav-leadership-development > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }
/* line 1, ../sass/modules/_hero.scss */
.hero {
  background-position: center center;
  background-size: cover;
  min-height: 25em;
  padding: 8.5em 0 .5em;
  position: relative;
  margin-bottom: 5em; }
  /* line 9, ../sass/modules/_hero.scss */
  .hero:before {
    content: "";
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(12%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, #ffffff 12%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 12%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #ffffff 12%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  /* line 20, ../sass/modules/_hero.scss */
  .hero .content-container {
    position: relative;
    z-index: 2; }
  @media (min-width: 43.75em) {
    /* line 1, ../sass/modules/_hero.scss */
    .hero {
      min-height: 30em; } }
  @media screen and (max-width: 800px) {
    /* line 1, ../sass/modules/_hero.scss */
    .hero {
      padding: 120px auto 0; } }
  /* line 33, ../sass/modules/_hero.scss */
  .hero-bg {
    left: -9999px;
    position: absolute;
    top: -9999px; }
  /* line 39, ../sass/modules/_hero.scss */
  .hero-content {
    background: #fff;
      opacity: 0.7;
    float: right;
    max-width: 31.25em;
    padding: 1em 2em;
    -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 800px) {
      /* line 39, ../sass/modules/_hero.scss */
      .hero-content {
        padding: .5em 1em;
        margin: auto;
        float: none; } }
    @media screen and (max-width: 500px) {
      /* line 39, ../sass/modules/_hero.scss */
      .hero-content {
        margin: 0 10px 40px; } }
    /* line 56, ../sass/modules/_hero.scss */
    .hero-content-header {
      border-bottom: 1px solid #ececec;
      padding-right: 100px; }
      @media screen and (max-width: 500px) {
        /* line 56, ../sass/modules/_hero.scss */
        .hero-content-header {
          padding-right: 60px; } }
      /* line 64, ../sass/modules/_hero.scss */
      .hero-content-header h4 {
        color: #37949B;
        font-weight: 500;
        font-size: 1.45em;
        font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
        margin: 0;
        padding: 20px 0 5px 0;
        -webkit-font-smoothing: antialiased; }
    /* line 75, ../sass/modules/_hero.scss */
    .hero-content-body h3 {
      color: inherit;
      /* font-family: "minion-pro", Georgia, "Times New Roman", Times, serif; */
      font-size: 1.1em;
      line-height: 1.3em;
      -webkit-font-smoothing: antialiased;
      margin-bottom: .6em;
      margin-top: .4em; }
      @media screen and (max-width: 800px) {
        /* line 75, ../sass/modules/_hero.scss */
        .hero-content-body h3 {
          font-size: 1.1em; } }
      /* line 88, ../sass/modules/_hero.scss */
      .hero-content-body h3 a {
        color: inherit;
        text-decoration: none; }
        /* line 92, ../sass/modules/_hero.scss */
        .hero-content-body h3 a:hover, .hero-content-body h3 a:focus {
          color: #43b0ba; }
  /* line 102, ../sass/modules/_hero.scss */
  .hero .slick-prev,
  .hero .slick-next {
    background: none;
    border: none;
    color: #666666;
    display: block;
    text-indent: -9999px;
    top: 40px;
    width: 50px;
    height: 17px;
    z-index: 10;
    padding: 0;
    background: #fff;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      /* line 102, ../sass/modules/_hero.scss */
      .hero .slick-prev,
      .hero .slick-next {
        top: 0; } }
    @media screen and (max-width: 500px) {
      /* line 102, ../sass/modules/_hero.scss */
      .hero .slick-prev,
      .hero .slick-next {
        width: 30px;
        height: 30px;
        top: 15px; } }
    /* line 128, ../sass/modules/_hero.scss */
    .hero .slick-prev:before,
    .hero .slick-next:before {
      width: auto;
      height: auto;
      position: static;
      display: block;
      text-indent: 0; }
      @media screen and (max-width: 500px) {
        /* line 128, ../sass/modules/_hero.scss */
        .hero .slick-prev:before,
        .hero .slick-next:before {
          font-size: 30px; } }
    /* line 141, ../sass/modules/_hero.scss */
    .hero .slick-prev:after,
    .hero .slick-next:after {
      font-size: .333em;
      left: 0;
      text-indent: 0;
      top: 10px;
      vertical-align: middle; }
  /* line 153, ../sass/modules/_hero.scss */
  .hero .slick-prev {
    left: auto;
    right: 42px; }
    /* line 156, ../sass/modules/_hero.scss */
    .hero .slick-prev:after {
      content: "";
      font-family: "FontAwesome"; }
    @media screen and (max-width: 500px) {
      /* line 153, ../sass/modules/_hero.scss */
      .hero .slick-prev {
        right: 30px; } }
  /* line 166, ../sass/modules/_hero.scss */
  .hero .slick-next {
    right: 10px; }
  /* line 170, ../sass/modules/_hero.scss */
  .hero ul.slick-dots {
    position: absolute;
    right: 2em;
    top: 0.25em;
    width: 5em;
    z-index: 10; }

/* line 1, ../sass/modules/_media.scss */
.media {
  overflow: hidden;
  zoom: 1; }
  /* line 5, ../sass/modules/_media.scss */
  .media-figure {
    float: left;
    margin: 0;
    margin-right: 1em;
    max-width: 35%; }
    /* line 11, ../sass/modules/_media.scss */
    .media-figure img {
      display: block; }
    /* line 15, ../sass/modules/_media.scss */
    .media-figure.pull-right {
      float: right;
      margin-left: 1em;
      margin-right: 0; }
  /* line 22, ../sass/modules/_media.scss */
  .media-body {
    overflow: hidden;
    zoom: 1; }
  @media screen and (max-width: 43.75em) {
    /* line 28, ../sass/modules/_media.scss */
    .media-figure {
      float: none;
      max-width: none;
      margin-right: 0; }
      /* line 33, ../sass/modules/_media.scss */
      .media-figure.pull-right {
        float: none;
        margin-left: 0; } }

/* line 1, ../sass/modules/_tabs.scss */
.tab-control {
  text-align: center;
  text-align: center;
  padding-top: 1px;
  clear: both; }
  @media (max-width: 43.75em) {
    /* line 1, ../sass/modules/_tabs.scss */
    .tab-control {
      text-align: left; } }

/* line 15, ../sass/modules/_tabs.scss */
.tab-list {
  font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  margin: 1em 0 2em;
  max-width: none;
  padding: 0;
  list-style: none;
  overflow: auto;
  line-height: 1.4; }
  @media screen and (max-width: 43.75em) {
    /* line 15, ../sass/modules/_tabs.scss */
    .tab-list {
      font-size: 1.3em;
      text-align: center; } }
  @media screen and (max-width: 600px) {
    /* line 15, ../sass/modules/_tabs.scss */
    .tab-list {
      font-size: 1.3em; } }

/* line 38, ../sass/modules/_tabs.scss */
.tab-item {
  border: 0 solid transparent;
  border-bottom-width: 3px;
  display: inline-block;
  margin-left: 5em;
  position: relative;
  vertical-align: middle; }
  /* line 47, ../sass/modules/_tabs.scss */
  .tab-item:first-child {
    margin-left: 0; }
    /* line 50, ../sass/modules/_tabs.scss */
    .tab-item:first-child:before {
      display: none; }
  /* line 55, ../sass/modules/_tabs.scss */
  .tab-item:before {
    border-top: 1px solid #ddd;
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 1em;
    top: 50%;
    width: 3em; }
    @media screen and (max-width: 800px) {
      /* line 55, ../sass/modules/_tabs.scss */
      .tab-item:before {
        width: 1em;
        border: 0; } }
  /* line 72, ../sass/modules/_tabs.scss */
  .content-container ul .tab-item {
    margin: auto;
    margin-left: 5em;
    width: auto; }
    @media screen and (max-width: 43.75em) {
      /* line 72, ../sass/modules/_tabs.scss */
      .content-container ul .tab-item {
        margin-left: 2em;
        display: inline-block; } }
    @media screen and (max-width: 400px) {
      /* line 72, ../sass/modules/_tabs.scss */
      .content-container ul .tab-item {
        display: block;
        margin: 0 0 5px;
        padding: 5px 0;
        background: #eee a; } }
    /* line 95, ../sass/modules/_tabs.scss */
    .content-container ul .tab-item:first-child {
      margin-left: 0; }
  @media (max-width: 43.75em) {
    /* line 38, ../sass/modules/_tabs.scss */
    .tab-item {
      border-bottom-width: 3px;
      display: block;
      padding-left: .5em;
      margin-left: 0; }
      /* line 107, ../sass/modules/_tabs.scss */
      .tab-item br {
        display: none; }
      /* line 111, ../sass/modules/_tabs.scss */
      .content-container ul .tab-item {
        margin: 0;
        padding: 0; }
      /* line 116, ../sass/modules/_tabs.scss */
      .tab-item:before {
        width: 1em; } }

/* line 122, ../sass/modules/_tabs.scss */
.tab-item > a {
  color: inherit;
  text-decoration: none;
  text-shadow: none;
  max-width: 150px; }
  /* line 132, ../sass/modules/_tabs.scss */
  .tab-item > a br {
    display: none; }
  /* line 134, ../sass/modules/_tabs.scss */
  .content-container .tab-item > a {
    background: none;
    color: inherit;
    display: block;
    text-shadow: none; }
  @media (max-width: 43.75em) {
    /* line 141, ../sass/modules/_tabs.scss */
    .content-container .tab-item > a {
      padding-bottom: .1em;
      padding-top: .1em; } }
  @media screen and (max-width: 400px) {
    /* line 122, ../sass/modules/_tabs.scss */
    .tab-item > a {
      display: inline-block;
      max-width: none; } }

/* line 154, ../sass/modules/_tabs.scss */
.js .tab-item.is-active {
  border-color: #bf2f37;
 }
 
 @media screen and (max-width: 400px) {
    /* line 122, ../sass/modules/_tabs.scss */
    .js .tab-item.is-active {
border: 0px;
font-weight: bolder;
text-decoration: underline; 
 color: #38939b;
 
 } } 
 

/* line 158, ../sass/modules/_tabs.scss */
.js .tab-group {
  margin-top: -15px; }
  /* line 160, ../sass/modules/_tabs.scss */
  .js .tab-group p {
    margin-top: 0;
    line-height: 1.9;
    font-size: .95em; }

/* line 168, ../sass/modules/_tabs.scss */
.tab-group {
  padding: 10px; }

@media screen and (max-width: 600px) {
  /* line 173, ../sass/modules/_tabs.scss */
  .tab-content p {
    line-height: 1.5;
    font-size: 1em; } }
@media screen and (max-width: 600px) {
  /* line 179, ../sass/modules/_tabs.scss */
  .tab-content .media-figure {
    margin-bottom: 10px; } }
@media screen and (max-width: 600px) {
  /* line 185, ../sass/modules/_tabs.scss */
  .tab-content .button {
    text-align: center; } }

/* line 193, ../sass/modules/_tabs.scss */
.js .tab-content {
  position: absolute;
  top: -9999px;
  left: -9999px; }

/* line 199, ../sass/modules/_tabs.scss */
.tab-content.is-active {
  position: static; }

/* Slider */
/* line 3, ../sass/modules/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 18, ../sass/modules/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 25, ../sass/modules/_slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 29, ../sass/modules/_slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 34, ../sass/modules/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 43, ../sass/modules/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  /* line 49, ../sass/modules/_slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 55, ../sass/modules/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 59, ../sass/modules/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 63, ../sass/modules/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 67, ../sass/modules/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 70, ../sass/modules/_slick.scss */
  .slick-slide img {
    display: block; }
  /* line 73, ../sass/modules/_slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 79, ../sass/modules/_slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 83, ../sass/modules/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 87, ../sass/modules/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 91, ../sass/modules/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 7, ../sass/modules/_fts.carousel.scss */
.tile-group {
  position: relative; }
  /* line 10, ../sass/modules/_fts.carousel.scss */
  .tile-group.is-hero {
    text-align: center;
    color: #fff; }
    /* line 14, ../sass/modules/_fts.carousel.scss */
    .tile-group.is-hero .tile {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 0; }
    /* line 22, ../sass/modules/_fts.carousel.scss */
    .tile-group.is-hero .tile-header > h1 {
      font-size: 50px;
      font-weight: 400;
      line-height: 1.1; }
    /* line 29, ../sass/modules/_fts.carousel.scss */
    .tile-group.is-hero .tile-content {
      font-size: 20px;
      padding: 0 20px; }

/* line 48, ../sass/modules/_fts.carousel.scss */
.tile-header > h1 {
  padding: 0;
  margin: 0; }

/* line 58, ../sass/modules/_fts.carousel.scss */
.tile-cta {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px 10px;
  line-height: 1; }

/* line 67, ../sass/modules/_fts.carousel.scss */
.slick-slider ul.slick-dots {
  list-style: none;
  margin: 0 auto;
  padding: 0.75em;
  text-align: center; }
  /* line 73, ../sass/modules/_fts.carousel.scss */
  .slick-slider ul.slick-dots > li {
    display: inline-block;
    margin: 0 0.15em;
    width: 1.25em; }
    /* line 78, ../sass/modules/_fts.carousel.scss */
    .slick-slider ul.slick-dots > li button {
      display: inline-block;
      text-indent: -999em;
      padding: 0;
      border: 0;
      height: 0.75em;
      width: 0.75em;
      background: #ccc;
      border-radius: 50%;
      cursor: pointer; }
    /* line 91, ../sass/modules/_fts.carousel.scss */
    .slick-slider ul.slick-dots > li.slick-active button {
      background: #333; }

/* line 99, ../sass/modules/_fts.carousel.scss */
.slick-prev,
.slick-next {
  background-color: transparent;
  background-image: none;
  border: none;
  font-size: 1em;
  position: absolute;
  top: 30%;
  text-shadow: 1px 1px 3px #ffffff; }
  @media (min-width: 43.75em) {
    /* line 99, ../sass/modules/_fts.carousel.scss */
    .slick-prev,
    .slick-next {
      top: 40%; } }

/* line 114, ../sass/modules/_fts.carousel.scss */
.slick-prev {
  left: 0.25em;
  text-indent: -999em; }
  @media (min-width: 43.75em) {
    /* line 114, ../sass/modules/_fts.carousel.scss */
    .slick-prev {
      left: 0.25em; } }
  @media (min-width: 43.75em) {
    /* line 121, ../sass/modules/_fts.carousel.scss */
    .overlap-carousel .slick-prev {
      left: 0;
      font-size: 50px;
      width: 50px; } }
  /* line 127, ../sass/modules/_fts.carousel.scss */
  .slick-prev::before {
    content: "\f104";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    text-indent: 0;
    height: 1em;
    width: 1em; }

/* line 139, ../sass/modules/_fts.carousel.scss */
.slick-next {
  right: 0.25em;
  text-indent: -999em; }
  @media (min-width: 43.75em) {
    /* line 139, ../sass/modules/_fts.carousel.scss */
    .slick-next {
      right: 0.25em; } }
  @media (min-width: 43.75em) {
    /* line 146, ../sass/modules/_fts.carousel.scss */
    .overlap-carousel .slick-next {
      right: 0;
      left: auto;
      font-size: 50px;
      width: 50px; } }
  /* line 153, ../sass/modules/_fts.carousel.scss */
  .slick-next::before {
    content: "\f105";
    font-family: FontAwesome;
    right: 0;
    position: absolute;
    text-indent: 0;
    height: 1em;
    width: 1em; }

/* line 165, ../sass/modules/_fts.carousel.scss */
.project-slideshow {
  padding: 70px 0 0; }

/* line 169, ../sass/modules/_fts.carousel.scss */
.project-slideshow .slick-prev,
.project-slideshow .slick-next {
  width: 43px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  font-size: 40px; }

/* MODAL BITS from Scott's article */
/*
  Modal Overlay
*/
/* line 6, ../sass/modules/_modal.scss */
.modal-footer {
  clear: both;
  padding: 20px 0 0 0;
  text-align: center; }

/* line 12, ../sass/modules/_modal.scss */
.modal-footer > p {
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* line 18, ../sass/modules/_modal.scss */
.modal-footer > ul {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1; }

/* line 25, ../sass/modules/_modal.scss */
.modal-footer > ul > li {
  display: inline-block;
  margin: 0 10px; }
  /* line 29, ../sass/modules/_modal.scss */
  .modal-footer > ul > li > a {
    color: #444; }
    /* line 32, ../sass/modules/_modal.scss */
    .modal-footer > ul > li > a:hover {
      color: #43b0ba; }

/* line 40, ../sass/modules/_modal.scss */
.modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  display: flex;
  padding: 1.5em;
  position: fixed;
  top: 0;
  transition: opacity .2s;
  width: 100%;
  z-index: -1; }

/* line 54, ../sass/modules/_modal.scss */
.modal-overlay[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden; }

/* line 59, ../sass/modules/_modal.scss */
.modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  z-index: 999; }

/*
  Modal Content Area
*/
/* line 68, ../sass/modules/_modal.scss */
.modal-content {
  background: #efefef;
  margin: auto;
  max-width: 800px;
  overflow: auto;
  overflow-x: hidden;
  padding: 2em;
  position: relative;
  transform: scale(0.8);
  transition: transform .3s;
  width: 100%; }

/* line 83, ../sass/modules/_modal.scss */
.modal-overlay[aria-hidden="false"] .modal-content {
  transform: scale(1); }

/*
  General Modal Content
*/
/* line 90, ../sass/modules/_modal.scss */
#modal-title {
  margin-top: 0;
  padding-right: 1.25em; }

/*
  Close Modal Button
*/
/* line 98, ../sass/modules/_modal.scss */
.btn-close {
  background: none;
  border: none;
  cursor: pointer;
  font-family: arial;
  font-size: 2em;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: .25em;
  top: .25em;
  z-index: 2; }

/* line 113, ../sass/modules/_modal.scss */
.btn-close:hover {
  color: #c12f48; }

/* line 117, ../sass/modules/_modal.scss */
.btn-close:focus {
  outline: 1px dotted; }

/* line 1, ../sass/modules/_logo.scss */
.logo {
  float: left;
  margin: 0;
  width: 50%; }
  @media (min-width: 43.75em) {
    /* line 1, ../sass/modules/_logo.scss */
    .logo {
      position: absolute;
      top: 1em;
      left: 1em;
      width: 35%;
      z-index: 999; } }
  @media (min-width: 56.25em) {
    /* line 1, ../sass/modules/_logo.scss */
    .logo {
      top: 0.25em;
      width: 28%; } }
  @media (min-width: 68.75em) {
    /* line 1, ../sass/modules/_logo.scss */
    .logo {
      top: 1.5em;
      width: 20%; } }
  @media (min-width: 81.25em) {
    /* line 1, ../sass/modules/_logo.scss */
    .logo {
      top: 1.5em;
      width: 20%; } }
  @media screen and (max-width: 500px) {
    /* line 1, ../sass/modules/_logo.scss */
    .logo {
      width: 66.666666%; }
      /* line 27, ../sass/modules/_logo.scss */
      .logo a, .logo img {
        display: block; } }
        
/* line 2, ../sass/modules/_cards.scss */
.tab-container .card-content {
  -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1); }

/* line 7, ../sass/modules/_cards.scss */
.ui-tabs-controls {
  max-width: 82em;
  margin: -15px auto 0;
  padding-bottom: 35px;
  font-size: 13px; }
  /* line 13, ../sass/modules/_cards.scss */
  .ui-tabs-controls > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    max-width: none; }
    /* line 20, ../sass/modules/_cards.scss */
    .ui-tabs-controls > ul > li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      margin: 10px 0; }
    /* line 25, ../sass/modules/_cards.scss */
    .ui-tabs-controls > ul button {
      border: 0;
      background: none;
      color: #37949B;
      padding: 5px 12px;
      font-family: proxima-nova, sans-serif;
      -webkit-font-smoothing: antialiased; }
      /* line 33, ../sass/modules/_cards.scss */
      .ui-tabs-controls > ul button.is-active {
        background: #37949B;
        color: #fff;
        border-radius: 20px; }

/* line 45, ../sass/modules/_cards.scss */
.card {
  float: left;
  margin: 0 0.5em;
  padding: 0;
  width: 98%;
  left: 0;
  -moz-transition: left 0.3s 0;
  -o-transition: left 0.3s 0;
  -webkit-transition: left 0.3s 0;
  transition: left 0.3s 0;
  
  /*     &--affiliate {
    .content-container & {
      ul {
          line-height: 1.2;
          padding-left: 1em;
          padding-right: 1em;
  
          li {
              @include font-size(14);
              margin: 0 0 1em 1em;
              margin-right: 0;
          }
      }
    }
  } */ }
  /* line 56, ../sass/modules/_cards.scss */
  .card.mix {
    display: none; }
  @media (min-width: 43.75em) {
    /* line 45, ../sass/modules/_cards.scss */
    .card {
      margin: 0 1em; 
      
      } }
  /* line 63, ../sass/modules/_cards.scss */
  .card .card-content {
    background-color: #ffffff;
    display: block;
    margin: 0 4.5% 1.5em 4.5%;
    padding: 0 0 1em 0; }
    /* line 68, ../sass/modules/_cards.scss */
    .blue-page .card .card-content {
      background-color: transparent; }
  /* line 72, ../sass/modules/_cards.scss */
  .card a.card-content {
    font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    position: relative;
    text-decoration: none; }
    /* line 76, ../sass/modules/_cards.scss */
    .card a.card-content:after {
      content: "";
      font-family: "FontAwesome";
      font-size: 50%;
      margin-top: -.5em;
      position: absolute;
      right: 20px;
      top: 50%;
      vertical-align: middle; }
    /* line 86, ../sass/modules/_cards.scss */
    .card a.card-content:hover {
      background-color: #38939b;
      background-image: none;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      /* line 91, ../sass/modules/_cards.scss */
      .card a.card-content:hover .card-label {
        color: #3a3a3a; }
      /* line 94, ../sass/modules/_cards.scss */
      .card a.card-content:hover h4 {
        color: #fff; }
      /* line 98, ../sass/modules/_cards.scss */
      .card a.card-content:hover:after {
        color: #fff; }
  /* line 104, ../sass/modules/_cards.scss */
  .card h3 {
    font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
    font-size: 1.125em;
    font-weight: normal;
    margin: 0;
    padding: 20px 15px 10px; }
    @media (min-width: 43.75em) {
      /* line 104, ../sass/modules/_cards.scss */
      .card h3 {
        font-size: 1.375em; } }
    /* line 113, ../sass/modules/_cards.scss */
    .card h3 label {
      display: block;
      color: #9a9a9a;
      font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      text-transform: capitalize;
      font-size: 0.63636em; }
    /* line 121, ../sass/modules/_cards.scss */
    .card h3 a:link, .card h3 a:visited {
      color: #333;
      text-decoration: none;
      background-image: none;
      text-shadow: none; }
    /* line 128, ../sass/modules/_cards.scss */
    .card h3 a:hover {
      color: #43b0ba;
      text-decoration: underline; }
  /* line 135, ../sass/modules/_cards.scss */
  .horizontal .card .card-content {
    padding-bottom: 0; }
  /* line 138, ../sass/modules/_cards.scss */
  .horizontal .card figure {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 600px) {
      /* line 138, ../sass/modules/_cards.scss */
      .horizontal .card figure {
        width: 50%;
        float: left;
        margin-right: 2%; } }
  /* line 147, ../sass/modules/_cards.scss */
  .horizontal .card h3 {
    padding: 15px;
    clear: both; }
    @media screen and (min-width: 600px) {
      /* line 147, ../sass/modules/_cards.scss */
      .horizontal .card h3 {
        float: left;
        padding-left: 0;
        width: 48%;
        clear: none; } }
  /* line 159, ../sass/modules/_cards.scss */
  .people .card {
    background-color: #fff;
    margin-bottom: 1.5em;
    padding: 1.5em;
    -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 600px) {
      /* line 159, ../sass/modules/_cards.scss */
      .people .card {
        padding: 0; } }
    /* line 170, ../sass/modules/_cards.scss */
    .people .card .card-content {
      margin: 0;
      padding: 0 0 0 10%; }
      @media screen and (max-width: 600px) {
        /* line 170, ../sass/modules/_cards.scss */
        .people .card .card-content {
          padding-left: 0; } }
    /* line 179, ../sass/modules/_cards.scss */
    .people .card figure {
      float: left;
      margin-left: -12%;
      padding-right: 0.5em;
      width: 12%;
      padding-top: 1.5em; }
      @media screen and (max-width: 600px) {
        /* line 179, ../sass/modules/_cards.scss */
        .people .card figure {
          float: left;
          margin: 15px;
          padding: 0;
          width: 12%;
          text-align: center; }
          /* line 192, ../sass/modules/_cards.scss */
          .people .card figure img {
            width: auto; } }
    /* line 199, ../sass/modules/_cards.scss */
    .people .card h3 {
      font-size: 1.5em;
      padding-top: 0.5em; }
    /* line 203, ../sass/modules/_cards.scss */
    .people .card h4 {
      color: #9a9a9a;
      font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      font-weight: normal;
      margin: 0;
      padding: 0 0 0.5em 0.5em; }
  /* line 211, ../sass/modules/_cards.scss */
  .card p {
    margin: 0 1em;
    margin: 0 1em 1em;
    line-height: 1.67;
    font-size: 16px; }
  /* line 217, ../sass/modules/_cards.scss */
  .card .button {
    margin: 1em; }
  /* line 222, ../sass/modules/_cards.scss */
  .card-block .card-content {
    -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 25px; }
  /* line 227, ../sass/modules/_cards.scss */
  .card-block .card-header {
    margin: 0 auto 1em;
    max-width: 13.4375em; }
    /* line 230, ../sass/modules/_cards.scss */
    .card-block .card-header a {
      color: #9a9a9a;
      text-decoration: none; }
      /* line 233, ../sass/modules/_cards.scss */
      .card-block .card-header a:hover, .card-block .card-header a:focus {
        text-decoration: underline; }
  /* line 240, ../sass/modules/_cards.scss */
  .card-block .card-label {
    color: #9a9a9a;
    display: block;
    margin-bottom: .2em; }
  /* line 246, ../sass/modules/_cards.scss */
  .card-block .fa {
    color: #ddd;
    margin-bottom: .2em; }
  /* line 251, ../sass/modules/_cards.scss */
  .card-block h4 {
    color: #38939b;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
    font-size: 1.4em;
    -webkit-font-smoothing: antialiased; }
  /* line 259, ../sass/modules/_cards.scss */
  .card-block p {
    font-size: 1em;
    margin: 0; }
  /* line 264, ../sass/modules/_cards.scss */
  .card-fancy {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    /* line 270, ../sass/modules/_cards.scss */
    .card-fancy .card-content {
      background-color: #38939b;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjOTQ5YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQxOGRhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #3c949a), color-stop(100%, #418da4));
      background-image: -moz-linear-gradient(left, #3c949a, #418da4);
      background-image: -webkit-linear-gradient(left, #3c949a, #418da4);
      background-image: linear-gradient(to right, #3c949a, #418da4);
      color: #fff;
      margin: 0;
      padding: 0;
      padding: 3em;
      width: 100%; }
      @media screen and (max-width: 600px) {
        /* line 270, ../sass/modules/_cards.scss */
        .card-fancy .card-content {
          padding: 2em 4em 2em 1em; } }
    /* line 285, ../sass/modules/_cards.scss */
    .card-fancy h4 {
      color: inherit;
      max-width: 500px;
      line-height: 1.3;
      font-size: 1.4em;
      -webkit-font-smoothing: antialiased;
      margin: 10px 0 0; }
    /* line 294, ../sass/modules/_cards.scss */
    .card-fancy a.card-content:after {
      color: #0f282b;
      font-size: 500%;
      right: 40px; }
    /* line 299, ../sass/modules/_cards.scss */
    .card-fancy .card-label {
      color: #0f282b; }
  /* line 305, ../sass/modules/_cards.scss */
  .card.color-grid {
    background-color: #38939b;
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 30px;
    line-height: 2;
    -moz-transition: background 0.3s 0;
    -o-transition: background 0.3s 0;
    -webkit-transition: background 0.3s 0;
    transition: background 0.3s 0; }
    @media (min-width: 43.75em) {
      /* line 305, ../sass/modules/_cards.scss */
      .card.color-grid {
        float: left;
        width: 50%;
        margin-right: 1em; } }
    /* line 315, ../sass/modules/_cards.scss */
    .card.color-grid .card-content {
      background-color: transparent;
      color: #fff;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 319, ../sass/modules/_cards.scss */
      .cards.flexy .card.color-grid .card-content {
        padding: 2em; }
      /* line 322, ../sass/modules/_cards.scss */
      .card.color-grid .card-content::after {
        content: ""; }
    /* line 326, ../sass/modules/_cards.scss */
    .card.color-grid:hover {
      background-color: #38939b; }
    /* line 329, ../sass/modules/_cards.scss */
    .card.color-grid:nth-child(2n+0) {
      background-color: #729ac7;
      margin-left: 1em;
      margin-right: 0; }
      /* line 334, ../sass/modules/_cards.scss */
      .card.color-grid:nth-child(2n+0):hover {
        background-color: #97b4d5; }
    /* line 339, ../sass/modules/_cards.scss */
    .card.color-grid h4 {
      color: #fff; }
    /* line 342, ../sass/modules/_cards.scss */
    .card.color-grid .card-label {
      color: #3a3a3a; }
    /* line 346, ../sass/modules/_cards.scss */
    .card.color-grid a:link, .card.color-grid a:visited {
      color: #fff; }
  /* line 352, ../sass/modules/_cards.scss */
  .grid .card {
    margin: 0 0 2em 0;
    width: 100%; }
  /* line 360, ../sass/modules/_cards.scss */
  .grid-4 .card {
    margin: 0 0 2em 0;
    width: 100%; }
    @media (min-width: 25em) {
      /* line 360, ../sass/modules/_cards.scss */
      .grid-4 .card {
        float: left;
        width: 50%; }
        /* line 366, ../sass/modules/_cards.scss */
        .grid-4 .card:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 43.75em) {
      /* line 360, ../sass/modules/_cards.scss */
      .grid-4 .card {
        float: left;
        width: 25%; }
        /* line 373, ../sass/modules/_cards.scss */
        .grid-4 .card:nth-child(2n+1) {
          clear: none; }
        /* line 376, ../sass/modules/_cards.scss */
        .grid-4 .card:nth-child(4n+1) {
          clear: left; } }
  /* line 381, ../sass/modules/_cards.scss */
  .card-center {
    text-align: center; }
    /* line 383, ../sass/modules/_cards.scss */
    .card-center p {
      text-align: left; }
    /* line 386, ../sass/modules/_cards.scss */
    .card-center .card-header p {
      text-align: center; }
    /* line 390, ../sass/modules/_cards.scss */
    .home .card-center .card-content {
      min-height: 353px; }
  /* line 395, ../sass/modules/_cards.scss */
  .card-full {
    float: none;
    width: auto; }
  /* line 400, ../sass/modules/_cards.scss */
  .offset .card {
    margin-top: 2em;
    margin-left: 0;
    width: 100%;
    float: none; }
    @media (min-width: 43.75em) {
      /* line 400, ../sass/modules/_cards.scss */
      .offset .card {
        padding-left: 25%; } }
    /* line 410, ../sass/modules/_cards.scss */
    .offset .card .card-content {
      margin: 0; }
    /* line 416, ../sass/modules/_cards.scss */
    .offset .card figure {
      width: 100%;
      float: none;
      margin-bottom: 10px; }
      @media screen and (min-width: 700px) {
        /* line 416, ../sass/modules/_cards.scss */
        .offset .card figure {
          float: left;
          width: 30%;
          margin-left: -33%; } }
      @media screen and (min-width: 1030px) {
        /* line 416, ../sass/modules/_cards.scss */
        .offset .card figure {
          width: 50%;
          margin-left: -55%; } }
    /* line 444, ../sass/modules/_cards.scss */
    .resources .offset .card {
      clear: none;
      float: left;
      margin-left: -2em; }
    /* line 450, ../sass/modules/_cards.scss */
    .offset .card h3 {
      float: none;
      padding-top: 0;
      padding-left: 0;
      width: auto; }
    /* line 456, ../sass/modules/_cards.scss */
    .offset .card p {
      margin-left: 0; }
    /* line 459, ../sass/modules/_cards.scss */
    .offset .card .button {
      margin-left: 0; }
  /* line 463, ../sass/modules/_cards.scss */
  .contact .card {
    background-color: transparent;
    margin: 0; }
    @media (min-width: 43.75em) {
      /* line 463, ../sass/modules/_cards.scss */
      .contact .card {
        float: left;
        width: 50%; } }
    /* line 470, ../sass/modules/_cards.scss */
    .contact .card .card-content {
      background-color: transparent;
      margin-left: 0;
      padding-left: 0; }
    /* line 475, ../sass/modules/_cards.scss */
    .contact .card h3 {
      border-bottom: 1px solid silver;
      -moz-box-shadow: 0 1px 0 0 #fff;
      -webkit-box-shadow: 0 1px 0 0 #fff;
      box-shadow: 0 1px 0 0 #fff;
      margin-left: 0;
      margin-bottom: 0.5em;
      padding-left: 0;
      padding-bottom: 0.25em; }
    /* line 483, ../sass/modules/_cards.scss */
    .contact .card p {
      margin-left: 0;
      padding-left: 0; }

/* line 506, ../sass/modules/_cards.scss */
.cards-home {
  max-width: 68em;
  margin: 0 auto 25px;
  padding: 0 20px; }

/* line 513, ../sass/modules/_cards.scss */
.card-content ul li a {
  display: inline; }

/* line 521, ../sass/modules/_cards.scss */
.national-scientific-council h2.no-desc {
  margin-top: 10px;
  margin-bottom: 1.5em; }
/* line 527, ../sass/modules/_cards.scss */
.national-scientific-council .offset .card {
  padding-left: 0%; }
  /* line 530, ../sass/modules/_cards.scss */
  .national-scientific-council .offset .card figure {
    width: auto;
    margin-left: -15%;
    margin-right: 40px; }
    @media screen and (max-width: 1080px) {
      /* line 530, ../sass/modules/_cards.scss */
      .national-scientific-council .offset .card figure {
        margin-left: -15%; } }
    @media screen and (max-width: 950px) {
      /* line 530, ../sass/modules/_cards.scss */
      .national-scientific-council .offset .card figure {
        margin-left: 0%;
        margin-right: 0%;
        width: 33.333333%;
        max-width: 180px;
        float: left; } }
    @media screen and (max-width: 600px) {
      /* line 530, ../sass/modules/_cards.scss */
      .national-scientific-council .offset .card figure {
        width: auto;
        max-width: 100%; } }
  @media screen and (max-width: 950px) {
    /* line 554, ../sass/modules/_cards.scss */
    .national-scientific-council .offset .card h3 {
      float: left;
      width: 66.666666%; } }
  @media screen and (max-width: 600px) {
    /* line 554, ../sass/modules/_cards.scss */
    .national-scientific-council .offset .card h3 {
      float: none;
      width: 100%;
      clear: both;
      padding: 1em 0 0;
      font-size: 1.4em; } }
  /* line 570, ../sass/modules/_cards.scss */
  .national-scientific-council .offset .card ul {
    margin-left: 10px; }
    @media screen and (max-width: 950px) {
      /* line 570, ../sass/modules/_cards.scss */
      .national-scientific-council .offset .card ul {
        float: left;
        width: 66.666666%;
        margin-left: 0%;
        margin-right: 0%; } }
    @media screen and (max-width: 600px) {
      /* line 570, ../sass/modules/_cards.scss */
      .national-scientific-council .offset .card ul {
        float: none;
        width: 100%;
        clear: both; } }
    /* line 586, ../sass/modules/_cards.scss */
    .national-scientific-council .offset .card ul > li {
      margin-right: 0; }

/* line 3, ../sass/modules/_members.scss */
.content-container .m-members-heading {
  font-size: 2em;
  margin: 30px 0 0.67em 0;
  padding: 0 0 0.67em 0;
  border-bottom: 1px solid #ddd; }
  
  
.national-scientific-council content-section {
margin-top: 40px;
}  
  
  
  
/* line 10, ../sass/modules/_members.scss */
.content-container .m-list-members {
  -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 60px 60px 60px;
  margin-top: 10px; }
  @media screen and (max-width: 900px) {
    /* line 10, ../sass/modules/_members.scss */
    .content-container .m-list-members {
      padding: 2em; } }
  @media screen and (max-width: 600px) {
    /* line 10, ../sass/modules/_members.scss */
    .content-container .m-list-members {
      padding: 1em; } }
/* line 26, ../sass/modules/_members.scss */
.content-container .m-members-list {
  margin-top: 35px; }
/* line 30, ../sass/modules/_members.scss */
.content-container .m-member {
  overflow: hidden;
  padding: 0 0 25px;
  margin: 0 0 25px;
  width: auto;
  border-bottom: 1px solid #ddd; }
  /* line 37, ../sass/modules/_members.scss */
  .content-container .m-member:last-child {
    margin-bottom: 0; }
  /* line 41, ../sass/modules/_members.scss */
  .content-container .m-member > img {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    float: left;
    width: 20%;
    margin-right: 30px; }
    @media screen and (max-width: 900px) {
      /* line 41, ../sass/modules/_members.scss */
      .content-container .m-member > img {
        width: 32%;
        margin-right: 10px; } }
    @media screen and (max-width: 500px) {
      /* line 41, ../sass/modules/_members.scss */
      .content-container .m-member > img {
        float: left;
        width: 20%;
        margin: 0 auto 20px; } }
  /* line 60, ../sass/modules/_members.scss */
  .content-container .m-member > .m-member-content {
    float: left;
    width: 74%;
    padding-left: 10px; }
    @media screen and (max-width: 900px) {
      /* line 60, ../sass/modules/_members.scss */
      .content-container .m-member > .m-member-content {
        width: 65%;
         padding-left: 20px; } }
    @media screen and (max-width: 500px) {
      /* line 60, ../sass/modules/_members.scss */
      .content-container .m-member > .m-member-content {
        width: 65%;
         padding-left: 20px;
        } }
    /* line 75, ../sass/modules/_members.scss */
    .content-container .m-member > .m-member-content > h2, .content-container .m-member > .m-member-content p {
      margin: 0;
      margin-bottom: 10px;
      padding: 0;
      line-height: 1; }
    /* line 82, ../sass/modules/_members.scss */
    .content-container .m-member > .m-member-content > h2 {
      font-size: 1.3em;
      margin-bottom: 7px; }
      /* line 86, ../sass/modules/_members.scss */
      .content-container .m-member > .m-member-content > h2 a {
        color: #3a3a3a;
        text-decoration: none; }
        /* line 90, ../sass/modules/_members.scss */
        .content-container .m-member > .m-member-content > h2 a:hover {
          color: #43b0ba;
          text-decoration: underline; }
    /* line 98, ../sass/modules/_members.scss */
    .content-container .m-member > .m-member-content > p {
      font-size: .9em;
      line-height: 1.7; }

/* line 108, ../sass/modules/_members.scss */
.m-member-subtitle {
  color: #999;
  line-height: 1;
  margin: 0;
  padding: 0; }

/* line 1, ../sass/modules/_breadcrumbs.scss */
.breadcrumbs {
  text-align: left;
  font-size: 13px;
  position: relative;
  top: 100px;
  left: 20px;
  z-index: 50;
  max-width: 80%; }
  @media screen and (max-width: 500px) {
    /* line 1, ../sass/modules/_breadcrumbs.scss */
    .breadcrumbs {
      top: 70px; } }
  /* line 14, ../sass/modules/_breadcrumbs.scss */
  .breadcrumbs .breadcrumb-toggle {
    padding: 5px 8px 16px;
    margin: 0 5px 0 0;
    border-radius: 20px;
    line-height: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: inherit;
    background: none;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    /* line 28, ../sass/modules/_breadcrumbs.scss */
    .no-js .breadcrumbs .breadcrumb-toggle {
      display: none; }
    /* line 32, ../sass/modules/_breadcrumbs.scss */
    .breadcrumbs .breadcrumb-toggle:hover, .breadcrumbs .breadcrumb-toggle:focus {
      border-color: #999;
      background: #fff; }
  /* line 40, ../sass/modules/_breadcrumbs.scss */
  .js .breadcrumbs > span {
    position: absolute;
    top: -999em;
    left: -999em; }
    /* line 43, ../sass/modules/_breadcrumbs.scss */
    .js .breadcrumbs > span.is-active {
      position: static; }
  /* line 53, ../sass/modules/_breadcrumbs.scss */
  .breadcrumbs a, .breadcrumbs .breadcrumb_last {
    margin-right: 5px;
    margin-left: 5px; }

/* line 1, ../sass/modules/_videos.scss */
.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative; }
  /* line 8, ../sass/modules/_videos.scss */
  .video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* line 1, ../sass/modules/_brief-listing.scss */
.brief-listing {
  margin: -20px 0 0 0;
  padding: 0;
  counter-reset: section; }
  /* line 6, ../sass/modules/_brief-listing.scss */
  .brief-listing > li {
    list-style: none;
    margin: 0 5% 40px 5% !important; }
    /* line 10, ../sass/modules/_brief-listing.scss */
    .brief-listing > li h2:before {
      counter-increment: section;
      content: counter(section);
      background: #3a3a3a;
      color: #fff;
      border-radius: 50%;
      display: inline-block;
      line-height: 32px;
      width: 32px;
      text-align: center;
      margin-right: 15px;
      float: left; }
  /* line 26, ../sass/modules/_brief-listing.scss */
  .brief-listing h2 {
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden; }
  /* line 34, ../sass/modules/_brief-listing.scss */
  .brief-listing p, .brief-listing ul, .brief-listing ol {
    font-size: 1em;
    line-height: 1.9;
    max-width: none; }
    
  .brief-listing img {
    max-width: 700px; }  

/* line 42, ../sass/modules/_brief-listing.scss */
.brief-menu {
  counter-reset: briefsection;
  background: #F7F8F8;
  font-size: 13px;
  padding: 30px;
  clear: both;
  min-width: 250px;
  float: right;
  position: absolute;
  left: 100%;
  margin-left: 40px;
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05); }
  /* line 55, ../sass/modules/_brief-listing.scss */
  .brief-menu.is-fixed {
    position: fixed;
    right: 0;
    top: 0; }
  @media screen and (max-width: 1386px) {
    /* line 42, ../sass/modules/_brief-listing.scss */
    .brief-menu {
      display: none; } }
  /* line 65, ../sass/modules/_brief-listing.scss */
  .brief-menu > ol {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; }
    /* line 70, ../sass/modules/_brief-listing.scss */
    .brief-menu > ol > li {
      overflow: hidden;
      margin: 0 0 20px !important;
      padding: 0 !important;
      line-height: 1.6; }
      /* line 76, ../sass/modules/_brief-listing.scss */
      .brief-menu > ol > li:last-child {
        margin-bottom: 0 !important; }
      /* line 80, ../sass/modules/_brief-listing.scss */
      .brief-menu > ol > li:before {
        counter-increment: briefsection;
        content: counter(briefsection);
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        float: left;
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        border-radius: 50%; }
      /* line 94, ../sass/modules/_brief-listing.scss */
      .brief-menu > ol > li > a {
        float: right;
        width: 70%; }
      /* line 100, ../sass/modules/_brief-listing.scss */
      .brief-menu > ol > li.is-active:before {
        background: #3a3a3a;
        color: #fff; }

/* line 30, ../sass/styles.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 36, ../sass/styles.scss */
body {
  font-family: proxima-nova, sans-serif; }

/* line 40, ../sass/styles.scss */
img {
  vertical-align: middle;
  /* adding base responsive treatment */
  max-width: 100%;
  width: 100%;
  height: auto; }
  /* line 47, ../sass/styles.scss */
  img.u-w-auto {
    width: auto; }

/*
 * Remove default fieldset styles.
 */
/* line 67, ../sass/h5bp_main.scss */
/* line 56, ../sass/styles.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../sass/h5bp_main.scss */
/* line 66, ../sass/styles.scss */
textarea {
  resize: vertical; }

/* line 71, ../sass/styles.scss */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

/* line 79, ../sass/styles.scss */
#wpadminbar ul {
  max-width: none; }

/* line 83, ../sass/styles.scss */
figure.wp-caption {
  max-width: 100%;
  margin-bottom: 25px; }
  /* line 87, ../sass/styles.scss */
  
  figure.wp-caption.alignright {
    float: right;
    margin-left: 25px; }
    @media screen and (max-width: 700px) {
      /* line 87, ../sass/styles.scss */
      figure.wp-caption.alignright {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        margin: auto; } }
  /* line 100, ../sass/styles.scss */
  figure.wp-caption.alignleft {
    float: left;
    margin-right: 25px; }
    @media screen and (max-width: 700px) {
      /* line 100, ../sass/styles.scss */
      figure.wp-caption.alignleft {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        margin: auto; } }

/* line 115, ../sass/styles.scss */
.wp-caption-text {
  color: #888;
  font-size: 13px;
  padding: 15px 0;
  line-height: 1.4; }

/* line 124, ../sass/styles.scss */
div.page {
  background-color: #ffffff;
  border-top: solid 3px #bf2f37; }

/* line 129, ../sass/styles.scss */
.page > header {
  padding-top: 25px;
  position: absolute;
  z-index: 99;
  width: 100%; }
  @media screen and (max-width: 500px) {
    /* line 129, ../sass/styles.scss */
    .page > header {
      padding: 10px; } }

/* line 144, ../sass/styles.scss */
.overlap-header figure {
  margin: 2em 0 -2em 0;
  position: relative;
  width: 100%;
  z-index: 0; }
  @media (min-width: 25em) {
    /* line 144, ../sass/styles.scss */
    .overlap-header figure {
      margin: 2em -2% -2em -2%;
      width: 106%; } }
  @media (min-width: 43.75em) {
    /* line 144, ../sass/styles.scss */
    .overlap-header figure {
      margin: 2em -3% -2em -3%;
      width: 106%; } }
  @media (min-width: 56.25em) {
    /* line 144, ../sass/styles.scss */
    .overlap-header figure {
      margin: 2em -6% -2em -6%;
      width: 112%; } }
  @media (min-width: 81.25em) {
    /* line 144, ../sass/styles.scss */
    .overlap-header figure {
      margin: 2em -8% -2em -8%;
      width: 116%; } }

/* line 168, ../sass/styles.scss */
.overlap-carousel {
  margin: 2em 0 -2em 0;
  position: relative;
  width: 100%;
  z-index: 0; }
  @media (min-width: 43.75em) {
    /* line 168, ../sass/styles.scss */
    .overlap-carousel {
      margin: 2em -3% -2em -3%;
      width: 106%; } }
  @media (min-width: 56.25em) {
    /* line 168, ../sass/styles.scss */
    .overlap-carousel {
      margin: 2em -6% -2em -6%;
      width: 112%; } }
  @media (min-width: 81.25em) {
    /* line 168, ../sass/styles.scss */
    .overlap-carousel {
      margin: 2em -8% -2em -8%;
      width: 116%; } }
  /* line 185, ../sass/styles.scss */
  .overlap-carousel figure {
    margin: 0;
    width: 100%; }
  /* line 189, ../sass/styles.scss */
  .overlap-header .overlap-carousel ul.slick-dots {
    display: none; }

/* line 194, ../sass/styles.scss */
.section-title {
  text-align: center; }
  /* line 197, ../sass/styles.scss */
  .section-title h2 {
    display: inline-block;
    margin: 16px auto;
    padding: 0 1em;
    text-align: center;
    font-size: 1.3em; }



/* line 206, ../sass/styles.scss */
.body-content {
  background-color: #e8eef0;
  border-top: solid 1px #e8eef0;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZWVmMCIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8eef0), color-stop(40%, #ffffff));
  background-image: -moz-linear-gradient(top, #e8eef0 0%, #ffffff 40%);
  background-image: -webkit-linear-gradient(top, #e8eef0 0%, #ffffff 40%);
  background-image: linear-gradient(to bottom, #e8eef0 0%, #ffffff 40%); }
  @media (min-width: 43.75em) {
    /* line 206, ../sass/styles.scss */
    .body-content {
      padding-bottom: 10px; } }
  /* line 216, ../sass/styles.scss */
  .has-header-image .body-content {
    background-color: #ffffff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZWVmMCIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8eef0), color-stop(40%, #ffffff));
    background-image: -moz-linear-gradient(top, #e8eef0 0%, #ffffff 40%);
    background-image: -webkit-linear-gradient(top, #e8eef0 0%, #ffffff 40%);
    background-image: linear-gradient(to bottom, #e8eef0 0%, #ffffff 40%); }
  /* line 220, ../sass/styles.scss */
  .blue-page .body-content {
    background-color: #e8eef0;
    background-image: none; }
  /* line 224, ../sass/styles.scss */
  .body-content .content-container {
    background-color: #fff;
    margin-top: -4em;
    position: relative;
    z-index: 3;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
  /* line 232, ../sass/styles.scss */
  .body-content p:first-child {
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 300;
    -webkit-font-smoothing: antialiased; }
  /* line 239, ../sass/styles.scss */
  .body-content.blue {
    background-color: #e8eef0;
    background-image: none; }

/* line 245, ../sass/styles.scss */
.content-section {
  clear: both;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNlOGVlZjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(21%, #ffffff), color-stop(80%, #e8eef0));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 21%, #e8eef0 80%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 21%, #e8eef0 80%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 21%, #e8eef0 80%); }
  /* line 249, ../sass/styles.scss */
  .content-section .q-a {
    background-color: #ffffff;
    margin-bottom: 4em; }
  /* line 253, ../sass/styles.scss */
  .content-section.gradient-darker {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzODkzOWIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(71%, #ffffff), color-stop(97%, #38939b));
    background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 71%, #38939b 97%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 71%, #38939b 97%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 71%, #38939b 97%); }
  /* line 256, ../sass/styles.scss */
  .content-section.gradient-reverse {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNlOGVlZjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(21%, #ffffff), color-stop(80%, #e8eef0));
    background-image: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 21%, #e8eef0 80%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 21%, #e8eef0 80%);
    background-image: linear-gradient(to top, #ffffff 0%, #ffffff 21%, #e8eef0 80%); }
  /* line 259, ../sass/styles.scss */
  .content-section.blue {
    background-color: #e8eef0;
    background-image: none; }

/* line 265, ../sass/styles.scss */
.cards {
  clear: both; }

/* line 269, ../sass/styles.scss */
.card-row {
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZThlZWYwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(31%, #ffffff), color-stop(100%, #e8eef0));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 31%, #e8eef0 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 31%, #e8eef0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 31%, #e8eef0 100%); }
  /* line 272, ../sass/styles.scss */
  .card-row.white {
    background-color: #ffffff;
    background-image: none; }
  /* line 276, ../sass/styles.scss */
  .card-row.blue {
    background-color: #e8eef0;
    background-image: none; }
  /* line 280, ../sass/styles.scss */
  .card-row .content-container .cards {
    margin: 0 0 2em 0;
    width: 100%; }
    @media (min-width: 43.75em) {
      /* line 280, ../sass/styles.scss */
      .card-row .content-container .cards {
        margin: 0 0 2em 0%;
        width: 100%; } }
    @media (min-width: 56.25em) {
      /* line 280, ../sass/styles.scss */
      .card-row .content-container .cards {
        margin: 0 -5% 2em -5%;
        width: 110%; } }
    @media (min-width: 25em) {
      /* line 294, ../sass/styles.scss */
      .card-row .content-container .cards.flexy {
        text-align: center; } }
  @media screen and (min-width: 25em) and (max-width: 600px) {
    /* line 294, ../sass/styles.scss */
    .card-row .content-container .cards.flexy {
      padding: 10px;
      margin: 0;
      width: 100%; } }
    @media (min-width: 25em) {
        /* line 304, ../sass/styles.scss */
        .card-row .content-container .cards.flexy .card {
          width: 31.3%;
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          margin: 0 1% 40px; } }
    @media screen and (min-width: 25em) and (max-width: 600px) {
      /* line 304, ../sass/styles.scss */
      .card-row .content-container .cards.flexy .card {
        width: 100%;
        display: block; } }
    @media (min-width: 25em) {
        /* line 316, ../sass/styles.scss */
        .card-row .content-container .cards.flexy .card-content {
          margin: 0;
          padding: 0;
          text-align: left; } }
  /* line 325, ../sass/styles.scss */
  .card-row.content-width .content-container .cards {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  /* line 331, ../sass/styles.scss */
  .card-row .section-title {
    text-shadow: 10px 0 0 #ffffff, 10px 0 0 #ffffff, -10px 0 0 #ffffff, -10px 0 0 #ffffff;
    margin: 0 -40px 2em;
    position: relative; }
    @media screen and (max-width: 1000px) {
      /* line 331, ../sass/styles.scss */
      .card-row .section-title {
        margin: 0 0 2em; } }
    /* line 340, ../sass/styles.scss */
    .card-row .section-title:after {
      content: "";
      height: 0;
      border-bottom: 1px solid #eee;
      box-shadow: 0 1px 0 0 #fff;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0; }
    /* line 351, ../sass/styles.scss */
    .card-row .section-title h2 {
      position: relative;
      z-index: 99;
      background-color: #ffffff; }
  /* line 357, ../sass/styles.scss */
  .card-row.blue .section-title {
    text-shadow: none;
    margin: 0 -40px 2em; }
    @media screen and (max-width: 1000px) {
      /* line 357, ../sass/styles.scss */
      .card-row.blue .section-title {
        margin: 0 0 2em; } }
    /* line 365, ../sass/styles.scss */
    .card-row.blue .section-title h2 {
      background-color: #e8eef0;
      position: relative;
      z-index: 99; }
  /* line 371, ../sass/styles.scss */
  .card-row footer {
    text-align: center; }

/* line 376, ../sass/styles.scss */
.card-columns {
  background-color: #e8eef0;
  padding-top: 0px; }
  /* line 380, ../sass/styles.scss */
  .card-columns .section-title {
    margin: 0 auto 2em auto;
    position: relative; }
    /* line 388, ../sass/styles.scss */
    .card-columns .section-title:after {
      content: "";
      height: 0;
      border-bottom: 1px solid #c9d7dc;
      box-shadow: 0 1px 0 0 #fff;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0; }
    @media (min-width: 25em) {
      /* line 380, ../sass/styles.scss */
      .card-columns .section-title {
        max-width: 87.5%; } }
    @media (min-width: 56.25em) {
      /* line 380, ../sass/styles.scss */
      .card-columns .section-title {
        max-width: 82.5%; } }
    /* line 406, ../sass/styles.scss */
    .card-columns .section-title h2 {
      background-color: #e8eef0;
      position: relative;
      z-index: 99; }

/* line 415, ../sass/styles.scss */
.cards.columns {
  margin: 0 auto;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0; }
  @media (min-width: 25em) {
    /* line 417, ../sass/styles.scss */
    .card-columns .cards.columns {
      max-width: 98%; } }
  @media (min-width: 56.25em) {
    /* line 417, ../sass/styles.scss */
    .card-columns .cards.columns {
      max-width: 68em; } }
  @media (min-width: 25em) {
    /* line 415, ../sass/styles.scss */
    .cards.columns {
      margin: 0 auto;
      max-width: 90%;
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  @media (min-width: 56.25em) {
    /* line 415, ../sass/styles.scss */
    .cards.columns {
      max-width: 85%;
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  /* line 436, ../sass/styles.scss */
  .cards.columns .card {
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    overflow: auto;
    border: none; }
    /* line 449, ../sass/styles.scss */
    .lt-ie10 .cards.columns .card {
      float: left;
      width: 98%; }
      @media (min-width: 25em) {
        /* line 449, ../sass/styles.scss */
        .lt-ie10 .cards.columns .card {
          width: 48%; } }
      @media (min-width: 43.75em) {
        /* line 449, ../sass/styles.scss */
        .lt-ie10 .cards.columns .card {
          width: 31.33333%; } }
/* line 461, ../sass/styles.scss */
.resources .cards {
  border-right: solid 1px #ddd;
  clear: none;
  width: 80%; }
  @media screen and (max-width: 775px) {
    /* line 461, ../sass/styles.scss */
    .resources .cards {
      width: 60%; }
      /* line 470, ../sass/styles.scss */
      .resources .cards .button.outline-light {
        border: 1px solid #d4d4d4; }
      /* line 474, ../sass/styles.scss */
      .resources .cards .card {
        padding-left: 0;
        margin-left: 0; }
      /* line 480, ../sass/styles.scss */
      .resources .cards .card-content figure {
        float: left;
        width: 100%;
        margin-left: 0; } }
  @media screen and (max-width: 500px) {
    /* line 461, ../sass/styles.scss */
    .resources .cards {
      width: 100%;
      clear: both;
      border: 0; } }

/* line 497, ../sass/styles.scss */
.grid-4 {
  width: 100%; }
  @media (min-width: 25em) {
    /* line 497, ../sass/styles.scss */
    .grid-4 {
      margin-left: auto;
      margin-right: auto;
      max-width: 98%; } }
  @media (min-width: 56.25em) {
    /* line 497, ../sass/styles.scss */
    .grid-4 {
      max-width: 82em; } }

/* line 512, ../sass/styles.scss */
.question-list {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin-top: 0px;
  max-width: none; }
  
  .question-list h2 {
  margin-top: 0px; }
  
  /* line 517, ../sass/styles.scss */
  .question-list p {
    max-width: none; }
  /* line 518, ../sass/styles.scss */
  .question-list li {
    list-style: none; }
  @media (min-width: 81.25em) {
    /* line 522, ../sass/styles.scss */
    .question-list p {
      font-size: 0.975em; } }

/* line 530, ../sass/styles.scss */
.a11yAccordion .light-a11yAccordion-header {
  border: none;
  background-color: transparent; }
/* line 534, ../sass/styles.scss */
.a11yAccordion .a11yAccordionItem {
  border: none;
  border-bottom: solid 1px #ececec;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  /* line 541, ../sass/styles.scss */
  .a11yAccordion .a11yAccordionItem .a11yAccordionHideArea.visiblea11yAccordionItem {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0; }
  /* line 546, ../sass/styles.scss */
  .a11yAccordion .a11yAccordionItem .a11yAccordionHideArea {
    border-top: none; }

/* line 552, ../sass/styles.scss */
.a11yAccordionItemHeaderLink:link,
.a11yAccordionItemHeaderLink:visited {
  position: relative;
  background-image: none;
  text-decoration: none;
  height: 1.25em;
  width: 1.25em; }
  /* line 559, ../sass/styles.scss */
  .fontface .a11yAccordionItemHeaderLink:link, .fontface
  .a11yAccordionItemHeaderLink:visited {
    background: transparent;
    text-indent: -999em; }
    /* line 562, ../sass/styles.scss */
    .fontface .a11yAccordionItemHeaderLink:link span:before, .fontface
    .a11yAccordionItemHeaderLink:visited span:before {
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      left: 0;
      text-indent: 0;
      font-size: 1.25em; }
    /* line 571, ../sass/styles.scss */
    .fontface .a11yAccordionItemHeaderLink:link .a11yAccordionItemHeaderLinkHideLabel:before, .fontface
    .a11yAccordionItemHeaderLink:visited .a11yAccordionItemHeaderLinkHideLabel:before {
      content: "";
      color: #bf2f37; }
    /* line 575, ../sass/styles.scss */
    .fontface .a11yAccordionItemHeaderLink:link .a11yAccordionItemHeaderLinkShowLabel:before, .fontface
    .a11yAccordionItemHeaderLink:visited .a11yAccordionItemHeaderLinkShowLabel:before {
      content: ""; }

/* line 580, ../sass/styles.scss */
.a11yAccordionItemHeaderLink:focus {
  outline: none; }
  /* line 582, ../sass/styles.scss */
  .a11yAccordionItemHeaderLink:focus span:before {
    color: #38939b; }

/* line 587, ../sass/styles.scss */
.alignright,
.alignleft {
  width: auto;
  margin: 0;
  max-width: 100%;
  display: block; }

/* line 595, ../sass/styles.scss */
.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  margin-top: 5px; }
  /* line 599, ../sass/styles.scss */
  .alignright.offset {
    margin-right: -25%; }
    @media screen and (max-width: 1100px) {
      /* line 599, ../sass/styles.scss */
      .alignright.offset {
        margin-right: -15%; } }
    @media screen and (max-width: 950px) {
      /* line 599, ../sass/styles.scss */
      .alignright.offset {
        margin-right: -10%; } }
    @media screen and (max-width: 850px) {
      /* line 599, ../sass/styles.scss */
      .alignright.offset {
        margin-right: auto; } }
  @media screen and (max-width: 600px) {
    /* line 595, ../sass/styles.scss */
    .alignright {
      float: none;
      margin: 0 auto 10px; } }

/* line 623, ../sass/styles.scss */
.alignleft {
  float: left;
  margin-right: 25px;
    margin-bottom: 25px;
    margin-top: 5px;
   }
  /* line 627, ../sass/styles.scss */
  .alignleft.offset {
    margin-left: -25%; }
    @media screen and (max-width: 1100px) {
      /* line 627, ../sass/styles.scss */
      .alignleft.offset {
        margin-left: -15%; } }
    @media screen and (max-width: 950px) {
      /* line 627, ../sass/styles.scss */
      .alignleft.offset {
        margin-left: -10%; } }
    @media screen and (max-width: 850px) {
      /* line 627, ../sass/styles.scss */
      .alignleft.offset {
        margin-left: auto; } }
  @media screen and (max-width: 600px) {
    /* line 623, ../sass/styles.scss */
    .alignleft {
      float: none;
      margin: 0 auto 10px; } }

/* line 651, ../sass/styles.scss */
.content-container ul,
.content-container ol {
  padding: 0; }
  /* line 656, ../sass/styles.scss */
  .content-container ul li,
  .content-container ol li {
    margin: 0 5% 0 5%; }
    @media (min-width: 43.75em) {
      /* line 656, ../sass/styles.scss */
      .content-container ul li,
      .content-container ol li {
        margin: 0 5% 0 5%; } }
  @media (min-width: 43.75em) {
    /* line 665, ../sass/styles.scss */
    .content-container ul figure,
    .content-container ol figure {
      padding-left: 5%;
      width: 65%; } }
  @media (min-width: 56.25em) {
    /* line 665, ../sass/styles.scss */
    .content-container ul figure,
    .content-container ol figure {
      padding-left: 5%;
      width: 70%; } }
  @media (min-width: 81.25em) {
    /* line 665, ../sass/styles.scss */
    .content-container ul figure,
    .content-container ol figure {
      padding-left: 5%;
      width: 85%; } }
  /* line 678, ../sass/styles.scss */
  .content-container ul figure.right, .content-container ul figure.alignright,
  .content-container ol figure.right,
  .content-container ol figure.alignright {
    margin-right: 0;
    float: right; }
    @media (min-width: 43.75em) {
      /* line 678, ../sass/styles.scss */
      .content-container ul figure.right, .content-container ul figure.alignright,
      .content-container ol figure.right,
      .content-container ol figure.alignright {
        margin-right: -20%; } }
    @media (min-width: 56.25em) {
      /* line 678, ../sass/styles.scss */
      .content-container ul figure.right, .content-container ul figure.alignright,
      .content-container ol figure.right,
      .content-container ol figure.alignright {
        margin-right: -70%; } }
    @media (min-width: 81.25em) {
      /* line 678, ../sass/styles.scss */
      .content-container ul figure.right, .content-container ul figure.alignright,
      .content-container ol figure.right,
      .content-container ol figure.alignright {
        margin-right: -85%; } }
  /* line 692, ../sass/styles.scss */
  .content-container ul figcaption,
  .content-container ol figcaption {
    color: #9a9a9a;
    font-size: 0.875em;
    line-height: 1.4; }

/* line 699, ../sass/styles.scss */
.searchform {
  padding: 5px 60px 5px;
   }
  @media screen and (max-width: 600px) {
    /* line 699, ../sass/styles.scss */
    .searchform {
      padding: 10px 20px 10px; } }
  @media screen and (max-width: 500px) {
    /* line 699, ../sass/styles.scss */
    .searchform {
      margin: 0px; } }
  /* line 711, ../sass/styles.scss */
  .searchform input[type="text"] {
    border: none;
    width: 85%;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    font-family: inherit; }
    /* line 718, ../sass/styles.scss */
    .searchform input[type="text"]:focus {
      outline: 0;
      box-shadow: none; }
  /* line 724, ../sass/styles.scss */
  .searchform input[type="submit"] {
    background-color: #fff;
    background-image: url(../images/search_icon.png);
    background-size: cover;
    border: none;
    float: right;
    position: relative;
    text-indent: -999em;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    right: 0; }

/* line 741, ../sass/styles.scss */
.resource-filters {
  float: right;
  margin-top: 2em;
  margin-right: -8em;
  width: 30%;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 870px) {
    /* line 741, ../sass/styles.scss */
    .resource-filters {
      margin-right: -5em; } }
  @media screen and (max-width: 775px) {
    /* line 741, ../sass/styles.scss */
    .resource-filters {
      margin-right: -2em;
      width: 40%; } }
  @media screen and (max-width: 500px) {
    /* line 741, ../sass/styles.scss */
    .resource-filters {
      margin-right: 0;
      width: 100%;
      padding: 0;
      margin: 0 0 0 0;
      position: relative;
      top: -1em;
      overflow: hidden; } }

/* line 770, ../sass/styles.scss */
.filterform {
  margin-bottom: 1.5em; }
  /* line 772, ../sass/styles.scss */
  .filterform label {
    color: #666666;
    font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; }

/* line 779, ../sass/styles.scss */
.filter-links a {
  font-size: 0.875em;
  line-height: 1.5;
  padding: 5px 5px 5px 0;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-transform: capitalize; }
  /* line 786, ../sass/styles.scss */
  .filter-links a:link, .filter-links a:visited {
    text-decoration: none; }
  /* line 790, ../sass/styles.scss */
  .filter-links a:hover {
    font-weight: 700; }
  /* line 795, ../sass/styles.scss */
  .filter-links a.selected {
    font-weight: 700;
    text-decoration: underline; }
/* line 800, ../sass/styles.scss */
.filter-links p {
  margin-bottom: 0.5em; }
@media screen and (max-width: 500px) {
  /* line 778, ../sass/styles.scss */
  .filter-links {
    width: 49%;
    float: left; }
    /* line 809, ../sass/styles.scss */
    .filter-links:last-child {
      float: left; } }

/* line 818, ../sass/styles.scss */
ul.filters li {
  margin: 0;
  padding: 0 0 0.5em 0;
  width: 100%; }

/* line 825, ../sass/styles.scss */
.button {
  background-color: #3a3a3a;
  border: none;
  background-image: none;
  display: block;
  font-family: "proxima-nova", Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #ffffff;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-border-radius: 5em;
  -webkit-border-radius: 5em;
  border-radius: 5em;
  -moz-transition: background 0.3s 0, color 0.3s 0, border 0.3s 0;
  -o-transition: background 0.3s 0, color 0.3s 0, border 0.3s 0;
  -webkit-transition: background 0.3s 0, color 0.3s 0, border 0.3s 0;
  transition: background 0.3s 0, color 0.3s 0, border 0.3s 0; }
  /* line 838, ../sass/styles.scss */
  .button:link, .button:visited {
    color: #fff; }
  /* line 842, ../sass/styles.scss */
  .button:hover {
    color: #fff;
    background-color: #43b0ba; }
  /* line 846, ../sass/styles.scss */
  .button.outline {
    background-color: transparent;
    border: solid 1px #3a3a3a;
    color: #38939b; }
    /* line 850, ../sass/styles.scss */
    .button.outline:hover {
      background-color: #3a3a3a;
      color: #ffffff; }
  /* line 855, ../sass/styles.scss */
  .button.outline-light {
    background: transparent;
    border: solid 1px #d4d4d4;
    color: #38939b;
    text-shadow: none; }
    /* line 860, ../sass/styles.scss */
    .button.outline-light:hover {
      background-color: #38939b;
      border: solid 1px #38939b;
      color: #ffffff; }
  /* line 866, ../sass/styles.scss */
  .button.primary {
    background: #38939b;
    color: #fff;
    text-shadow: none; }
    /* line 870, ../sass/styles.scss */
    .button.primary:hover {
      background-color: #43b0ba;
      color: #ffffff; }
  /* line 877, ../sass/styles.scss */
  .button.video-link:before {
    content: "";
    font-family: "FontAwesome";
    margin-right: 7px;
    font-size: 90%;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  /* line 887, ../sass/styles.scss */
  .button.arrow:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 80%;
    margin-left: .8em;
    position: relative;
    top: 1px;
    vertical-align: middle; }
  /* line 897, ../sass/styles.scss */
  .button.video {
    padding-right: 1em; }
    /* line 899, ../sass/styles.scss */
    .button.video:before {
      content: "\f04b";
      font-family: FontAwesome;
      font-size: 0.75em;
      padding: 0 0.75em 0 0; }
  /* line 906, ../sass/styles.scss */
  .button.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.button.arrow {
display: inline-block;
}

@media screen and (max-width: 700px) {
    .button.arrow {
        line-height: normal;
        padding: 18px 10px 18px 18px;
    }
}

/* wireframe styles */
/* Make sure this is last - helps correct for an orientation scale bug in iOS */
@media screen and (orientation: landscape) and (device-width: 320px) and (device-height: 480px) {
  /* line 918, ../sass/styles.scss */
  body {
    width: 480px; } }
/*/mediaquery*/
/* line 923, ../sass/styles.scss */
.link-jump {
  text-align: center;
  color: #3a3a3a !important;
  font-size: 14px;
  text-decoration: none;
  width: 80px;
  margin: 40px auto;
  display: block !important;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  transition: all linear .3s; }

/* line 936, ../sass/styles.scss */
.link-jump:hover,
.link-jump:focus {
  color: #43b0ba !important; }

/* line 941, ../sass/styles.scss */
.link-jump span {
  display: block; }

/* line 945, ../sass/styles.scss */
.link-jump .fa {
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  transition: all linear .3s;
  line-height: 30px;
  width: 30px;
  border-radius: 30px;
  box-shadow: 0 0 0 11px #EAF1F3;
  background: #3a3a3a;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px; }

/* line 961, ../sass/styles.scss */
.link-jump:hover .fa,
.link-jump:focus .fa {
  background: #43b0ba; }

/* line 967, ../sass/styles.scss */
.video-offset {
  float: left;
  width: 60%;
  margin-left: -20%;
  margin-right: 35px;
  margin-top: 10px; 
  margin-bottom: 10px; 
  padding-bottom: 0px; }
  @media screen and (max-width: 1100px) {
    /* line 967, ../sass/styles.scss */
    .video-offset {
      margin-left: -10%; } }
  @media screen and (max-width: 860px) {
    /* line 967, ../sass/styles.scss */
    .video-offset {
      margin-left: 0%; } }
  @media screen and (max-width: 600px) {
    /* line 967, ../sass/styles.scss */
    .video-offset {
      width: 100%;
      margin-right: 0; } }
  /* line 987, ../sass/styles.scss */
  .video-offset.alignright {
    float: right;
    margin-right: -20%;
    margin-left: 35px; }
    @media screen and (max-width: 1100px) {
      /* line 987, ../sass/styles.scss */
      .video-offset.alignright {
        margin-right: -10%; } }
    @media screen and (max-width: 860px) {
      /* line 987, ../sass/styles.scss */
      .video-offset.alignright {
        margin-right: 0%; } }
    @media screen and (max-width: 600px) {
      /* line 987, ../sass/styles.scss */
      .video-offset.alignright {
        width: 100%;
        margin-left: 0; } }
        
        
.addtoany_share_save_container 
{ text-align:center;  
background-color: #e8eef0; }

#extended-body {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

.padded-content h2 {
margin-top: 30px;
padding-top: 0px;
}

#extended-body .padded-content h3 {
margin-top: 40px;
margin-bottom: 0px;
padding-top: 0px;
}

#free-form .padded-content h3 {
margin-top: 20px;
padding-top: 0px;
margin-bottom: 0px;
}


#free-form .padded-content p {
padding-top: 5px;
padding-bottom: 0px;
margin-top: 5px;
}

#free-form div {
padding-top: 0px;
padding-bottom: 0px;
}

#free-form div .padded-content {
padding-top: 0px;
padding-bottom: 10px;
margin-top: 0px;
margin-bottom: 0px;
}



.button-list-spacer {
margin-top: 0px;
margin-bottom: 20px;
}



.content-section .q-a {
margin-top: 40px;
padding-top: 0px;
margin-bottom: 20px;
padding-bottom: 0px;
}

.content-section .q-a h2 {
margin-top: 10px;
padding-top: 0px;
}


.content-container .project-header {
margin-bottom: 0.67em;
padding-bottom: 0.67em;
border-bottom: 1px solid #c3c3c3; }
  
h2.results-heading {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-style: italic;
font-size: 22px;
}




/* gradient for Video pages to help transition from body content to Explore Related section */

.gradient-fix  {
    background: -webkit-linear-gradient(white, #e8eef0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #e8eef0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #e8eef0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #e8eef0); /* Standard syntax (must be last) */
}


/* MailChimp styling for forms */

#mc_embed_signup div {margin: auto; text-align: left; width: 100%;}
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:0px;}
#mc_embed_signup h1 {text-align: center; font-size: 24px;}
#mc_embed_signup p {width: 80%; color: #000; font-size: 15px; font-weight: bold; width: 80%; margin: 15px auto;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none; max-width: 100%;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #38939b; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#43b0ba;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}
#mc_embed_signup ul {margin: 0px auto; padding-bottom: 0px; width: 80%; list-style-position: inside;}
#mc_embed_signup ul li {list-style-type: none; font-size: 13px; margin: auto auto auto 15px;}

#mc_embed_signup label {padding-left: 10px; padding-bottom:10px; }
#mc_embed_signup input.email {display:block; padding:8px; margin: auto; text-indent:5px; width:80%; min-width:130px; min-height: 30px; font-family: FontAwesome; line-height: 30px;}
#mc_embed_signup input.button {display:block; width:35%; margin:auto; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


  /* line 87, ../sass/styles.scss */
  
.video-offset p.alignright {
    float: right;
    margin-left: 35px; }
    @media screen and (max-width: 700px) {
      /* line 87, ../sass/styles.scss */
      figure.wp-caption.alignright {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        margin: auto; } }
  /* line 100, ../sass/styles.scss */
.video-offset p.alignleft {
    float: left;
    margin-right: 35px; }
    @media screen and (max-width: 700px) {
      /* line 100, ../sass/styles.scss */
  .video-offset p.alignleft {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        margin: auto; } }

/* line 115, ../sass/styles.scss */
.video-offset p {
  color: #888;
  font-size: 13px;
  padding: 0px 0px 5px 0px;
  line-height: 1.4; 
  margin-top: 5px;
  max-width: 100%;
  margin-bottom: 5px;
   }

.fullcaption {
  color: #888;
  font-size: 13px;
  padding: 0px 0px 5px 0px;
  line-height: 1.4; 
  margin-top: 5px;
  max-width: 100%;
  margin-bottom: 5px;
   }
   
/* Accordion Styles */
.accordion {
    margin-bottom: 0px;
}

.accordion p {
    margin: 0px;
    padding: 0px;
}


.accordion-title  {
    margin: 0px 0px 10px 0px;
    padding: 0;
    cursor: pointer;
   font-size: 18px;
    background-image: url('/wp-content/uploads/2015/07/arrow-up.png');
	background-repeat: no-repeat;
	padding: 0 0 10px 24px;
	border-bottom: 1px solid #e3e3e3;
}


.accordion-title:hover {color: #666666;}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default; color: #666666;
 background-image: url('/wp-content/uploads/2015/07/arrow-down.png');
	background-repeat: no-repeat;
	padding: 0 0 10px 24px;
}
.accordion-content {margin-left: 24px; padding-bottom: 10px; border-bottom: 1px solid #e3e3e3;}

#faculty {
margin-top: 0px;
}

.page-title {
text-shadow: 1px 2px 1px #E6E6E6;
}

.content-type-label h2 {
text-shadow: 1px 2px 1px #E6E6E6;
}

.homepage-fix a.card-content {
background-color: #ffffff;
}

.homepage-fix a.card-content:hover {
      background-color: #38939b;
      background-image: none;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      /* line 91, ../sass/modules/_cards.scss */
      .homepage-fix a.card-content:hover .card-label {
        color: #3a3a3a; }
      /* line 94, ../sass/modules/_cards.scss */
      .homepage-fix a.card-content:hover h4 {
        color: #fff; }
      /* line 98, ../sass/modules/_cards.scss */
      .homepage-fix a.card-content:hover:after {
        color: #fff; }

.filters-box {
		margin-top: 0px;
		margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
	.resourcefloat {
		float: left; 
		width: 25%;
		margin-bottom: -50px;
		margin-left: -5px;
	}
	.mobile-resource {
		float: right;
		width: 70%;
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	
	.library-sidebar {
		display: none;
	}
	
	.filters-box {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	
	#library-signup a {
		padding: 5px 30px;
	}
	
	.taxonomy-description {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media screen and (min-width: 500px) {
	.mobile-library-footer {
		display: none;
	}
}

.gsc-cursor-current-page {
    border-color: #339999;
    background-color: #339999;
    color: #FFF;
}

.rounded-corner-card {
width: 350px; 
margin-right: 30px;
	border-radius: 30px;
	overflow: hidden;
}

.extra-margin-top {
margin-top: 24px; 
}

