/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 29, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_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 78, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 111, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 167, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

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

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 197, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 207, ../scss/_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 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 238, ../scss/_normalize.scss */
q:before, q.slide-cover:after,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 277, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

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

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 292, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 309, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 318, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 330, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 342, ../scss/_normalize.scss */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 362, ../scss/_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 IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 375, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 390, ../scss/_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 IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 405, ../scss/_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 418, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 430, ../scss/_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 S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 444, ../scss/_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 S5, Chrome on OS X.
 */
/* line 455, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 464, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 501, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 508, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 510, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 512, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 514, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix, nav#main-nav .sub-menu .two-col-content {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, nav#main-nav .sub-menu .two-col-content:before, nav#main-nav .sub-menu .two-col-content.slide-cover:after, .clearfix.slide-cover:after, .clearfix:after, nav#main-nav .sub-menu .two-col-content:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after, nav#main-nav .sub-menu .two-col-content:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 107, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 113, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 114, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 115, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 119, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 125, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 131, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 137, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 143, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
ANIMATION
*********************/
/*
USAGE: @include animation(spin 0.2s ease-in-out);
*/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/**===== GRID ====****/
/* line 4, ../scss/_helpers.scss */
.desktop-inline-visible,
.tablet-inline-visible,
.mobile-inline-visible {
  display: none !important;
}

/* line 4, ../scss/_helpers.scss */
.desktop-inline-block-visible,
.tablet-inline-block-visible,
.mobile-inline-block-visible {
  display: none !important;
}

/* line 4, ../scss/_helpers.scss */
.desktop-block-visible,
.tablet-block-visible,
.mobile-block-visible {
  display: none !important;
}

/* line 13, ../scss/_helpers.scss */
.mobile-visible, .desktop-visible, .tablet-visible {
  display: none !important;
}

/* line 17, ../scss/_helpers.scss */
.mobile-hidden {
  display: block;
}

@media screen and (max-width: 767px) {
  /* line 25, ../scss/_helpers.scss */
  .mobile-inline-visible {
    display: inline !important;
  }

  /* line 25, ../scss/_helpers.scss */
  .mobile-inline-block-visible {
    display: inline-block !important;
  }

  /* line 25, ../scss/_helpers.scss */
  .mobile-block-visible {
    display: block !important;
  }

  /* line 30, ../scss/_helpers.scss */
  .mobile-visible {
    display: block !important;
  }

  /* line 34, ../scss/_helpers.scss */
  .mobile-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* line 42, ../scss/_helpers.scss */
  .tablet-inline-visible {
    display: inline !important;
  }

  /* line 42, ../scss/_helpers.scss */
  .tablet-inline-block-visible {
    display: inline-block !important;
  }

  /* line 42, ../scss/_helpers.scss */
  .tablet-block-visible {
    display: block !important;
  }

  /* line 47, ../scss/_helpers.scss */
  .tablet-visible {
    display: block !important;
  }

  /* line 51, ../scss/_helpers.scss */
  .tablet-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  /* line 58, ../scss/_helpers.scss */
  .desktop-visible {
    display: block !important;
  }

  /* line 62, ../scss/_helpers.scss */
  .desktop-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  /* line 70, ../scss/_helpers.scss */
  .desktop-inline-visible {
    display: inline !important;
  }

  /* line 70, ../scss/_helpers.scss */
  .desktop-inline-block-visible {
    display: inline-block !important;
  }

  /* line 70, ../scss/_helpers.scss */
  .desktop-block-visible {
    display: block !important;
  }

  /* line 75, ../scss/_helpers.scss */
  .desktop-visible {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 23.628177%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 37, ../scss/_grid.scss */
  .onecol-px {
    width: 300px;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 42, ../scss/_grid.scss */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol {
    position: relative;
    float: left;
    margin-left: 1.76243%;
  }

  /* line 58, ../scss/_grid.scss */
  [class*="twelvecol"] {
    position: relative;
  }

  /* line 62, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 66, ../scss/_grid.scss */
  .last {
    margin-right: 0;
  }

  /* line 70, ../scss/_grid.scss */
  .wrap [class*='col']:first-child {
    margin-left: 0;
  }

  /* line 78, ../scss/_grid.scss */
  .push-onecol {
    margin-left: 7.56354%;
  }

  /* line 79, ../scss/_grid.scss */
  .push-twocol {
    margin-left: 16.12707%;
  }

  /* line 80, ../scss/_grid.scss */
  .push-threecol {
    margin-left: 25.69061%;
  }

  /* line 81, ../scss/_grid.scss */
  .push-fourcol {
    margin-left: 33.25414%;
  }

  /* line 82, ../scss/_grid.scss */
  .push-fivecol {
    margin-left: 41.81768%;
  }

  /* line 83, ../scss/_grid.scss */
  .push-sixcol {
    margin-left: 50.38122%;
  }

  /* line 84, ../scss/_grid.scss */
  .push-sevencol {
    margin-left: 58.94475%;
  }

  /* line 85, ../scss/_grid.scss */
  .push-eightcol {
    margin-left: 67.50829%;
  }

  /* line 86, ../scss/_grid.scss */
  .push-ninecol {
    margin-left: 76.07182%;
  }

  /* line 87, ../scss/_grid.scss */
  .push-tencol {
    margin-left: 84.63536%;
  }

  /* line 88, ../scss/_grid.scss */
  .push-elevencol {
    margin-left: 93.1989%;
  }

  /* line 90, ../scss/_grid.scss */
  .pull-right {
    float: right !important;
  }

  /* line 94, ../scss/_grid.scss */
  .pull-left {
    float: left !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  /* line 100, ../scss/_grid.scss */
  .xs-onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 101, ../scss/_grid.scss */
  .xs-twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 102, ../scss/_grid.scss */
  .xs-threecol {
    width: 23.628177%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 103, ../scss/_grid.scss */
  .xs-fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 104, ../scss/_grid.scss */
  .xs-fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 105, ../scss/_grid.scss */
  .xs-sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 106, ../scss/_grid.scss */
  .xs-sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 107, ../scss/_grid.scss */
  .xs-eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 108, ../scss/_grid.scss */
  .xs-ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 109, ../scss/_grid.scss */
  .xs-tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 110, ../scss/_grid.scss */
  .xs-elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 111, ../scss/_grid.scss */
  .xs-twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 115, ../scss/_grid.scss */
  [class*=" sm-"][class*="col"], [class^="sm-"][class*="col"] {
    position: relative;
    float: left;
    margin-left: 1.76243%;
  }

  /* line 121, ../scss/_grid.scss */
  .sm-onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 122, ../scss/_grid.scss */
  .sm-twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 123, ../scss/_grid.scss */
  .sm-threecol {
    width: 23.628177%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 124, ../scss/_grid.scss */
  .sm-fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 125, ../scss/_grid.scss */
  .sm-fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 126, ../scss/_grid.scss */
  .sm-sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 127, ../scss/_grid.scss */
  .sm-sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 128, ../scss/_grid.scss */
  .sm-eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 129, ../scss/_grid.scss */
  .sm-ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 130, ../scss/_grid.scss */
  .sm-tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 131, ../scss/_grid.scss */
  .sm-elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 132, ../scss/_grid.scss */
  .sm-twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
}
@media only screen and (min-width: 768px) and (min-width: 960px) {
  /* line 137, ../scss/_grid.scss */
  [class*=" md-"][class*="col"], [class^="md-"][class*="col"] {
    position: relative;
    float: left;
    margin-left: 1.76243%;
  }

  /* line 143, ../scss/_grid.scss */
  .md-onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 144, ../scss/_grid.scss */
  .md-twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 145, ../scss/_grid.scss */
  .md-threecol {
    width: 23.628177%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 146, ../scss/_grid.scss */
  .md-fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 147, ../scss/_grid.scss */
  .md-fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 148, ../scss/_grid.scss */
  .md-sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 149, ../scss/_grid.scss */
  .md-sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 150, ../scss/_grid.scss */
  .md-eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 151, ../scss/_grid.scss */
  .md-ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 152, ../scss/_grid.scss */
  .md-tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 153, ../scss/_grid.scss */
  .md-elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 154, ../scss/_grid.scss */
  .md-twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  /* line 158, ../scss/_grid.scss */
  [class*=" lg-"][class*="col"], [class^="lg-"][class*="col"] {
    position: relative;
    float: left;
    margin-left: 1.76243%;
  }

  /* line 163, ../scss/_grid.scss */
  .lg-onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 164, ../scss/_grid.scss */
  .lg-twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 165, ../scss/_grid.scss */
  .lg-threecol {
    width: 23.628177%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 166, ../scss/_grid.scss */
  .lg-fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 167, ../scss/_grid.scss */
  .lg-fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 168, ../scss/_grid.scss */
  .lg-sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 169, ../scss/_grid.scss */
  .lg-sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 170, ../scss/_grid.scss */
  .lg-eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 171, ../scss/_grid.scss */
  .lg-ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 172, ../scss/_grid.scss */
  .lg-tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 173, ../scss/_grid.scss */
  .lg-elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 174, ../scss/_grid.scss */
  .lg-twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
}
@media only screen and (min-width: 768px) {
  /*===========================================================================
   * =============		ABSOLUTE & DIRECT MEDIA QUERIES		=================
   *===========================================================================
   ----------------------------------------
  
   These media queries apply only to the current viewport breakpoint (doesnt 
   carry over to other media points), allowing for direct styling of a viewport.
   ----------------------------------------------------------------------------*/
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  /* line 189, ../scss/_grid.scss */
  .sm-only-onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 190, ../scss/_grid.scss */
  .sm-only-twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 191, ../scss/_grid.scss */
  .sm-only-threecol {
    width: 23.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 192, ../scss/_grid.scss */
  .sm-only-fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 193, ../scss/_grid.scss */
  .sm-only-fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 194, ../scss/_grid.scss */
  .sm-only-sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 195, ../scss/_grid.scss */
  .sm-only-sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 196, ../scss/_grid.scss */
  .sm-only-eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 197, ../scss/_grid.scss */
  .sm-only-ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 198, ../scss/_grid.scss */
  .sm-only-tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 199, ../scss/_grid.scss */
  .sm-only-elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 200, ../scss/_grid.scss */
  .sm-only-twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
}
@media only screen and (min-width: 768px) and (min-width: 960px) and (max-width: 1279px) {
  /* line 204, ../scss/_grid.scss */
  .md-only-onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 205, ../scss/_grid.scss */
  .md-only-twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 206, ../scss/_grid.scss */
  .md-only-threecol {
    width: 23.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 207, ../scss/_grid.scss */
  .md-only-fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 208, ../scss/_grid.scss */
  .md-only-fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 209, ../scss/_grid.scss */
  .md-only-sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 210, ../scss/_grid.scss */
  .md-only-sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 211, ../scss/_grid.scss */
  .md-only-eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 212, ../scss/_grid.scss */
  .md-only-ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 213, ../scss/_grid.scss */
  .md-only-tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 214, ../scss/_grid.scss */
  .md-only-elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 215, ../scss/_grid.scss */
  .md-only-twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 22, ../scss/_base.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #484848;
}

/* line 30, ../scss/_base.scss */
ul, menu, dir {
  display: block;
  list-style-type: disc;
}

/* line 35, ../scss/_base.scss */
menu, ol, ul {
  padding: 0 0 0 40px;
}
/* line 38, ../scss/_base.scss */
menu li, ol li, ul li {
  font-size: 18px;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* line 51, ../scss/_base.scss */
.single .date {
  text-transform: uppercase;
}

/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 87, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/* line 92, ../scss/_base.scss */
#inner-content, .onepager__navigation--content {
  width: 300px;
}

/* line 96, ../scss/_base.scss */
#container {
  overflow: hidden;
  width: 200%;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* line 103, ../scss/_base.scss */
#main-view {
  width: 50%;
}

/* line 107, ../scss/_base.scss */
#viewport {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  /* line 113, ../scss/_base.scss */
  #container.sidemenu {
    -webkit-transform: translate3d(-40%, 0, 0);
    -ms-transform: translateX(-40%);
    transform: translate3d(-40%, 0, 0);
  }
}
/*********************
LINK STYLES
*********************/
/* line 123, ../scss/_base.scss */
a, a:visited {
  color: #1273c0;
  text-decoration: none;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  transition: color 300ms;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 129, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #cccccc;
}
/* line 139, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 153, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 164, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 169, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.2em;
  line-height: 1.333em;
}
/* line 173, ../scss/_base.scss */
.home h1, .home .h1 {
  margin-bottom: 0.1em;
}
/* line 177, ../scss/_base.scss */
.main-content h1:first-child, .main-content .h1:first-child {
  margin-top: 0;
}

/* line 182, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.45em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 188, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 192, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 197, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
/*********************
BUTTONS
*********************/
/* line 217, ../scss/_base.scss */
.button, .button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #0c4f83;
  border-top-color: #0f5f9f;
  border-left-color: #0f5f9f;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #1065a9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1273c0), to(#1065a9));
  background-image: -webkit-linear-gradient(top, #1273c0, #1065a9);
  background-image: -moz-linear-gradient(top, #1273c0, #1065a9);
  background-image: -o-linear-gradient(top, #1273c0, #1065a9);
  background-image: linear-gradient(to bottom, #1273c0, #1065a9);
}
/* line 236, ../scss/_base.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid #0c4f83;
  border-top-color: #093b63;
  border-left-color: #093b63;
  background-color: #0e5791;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1065a9), to(#0e5791));
  background-image: -webkit-linear-gradient(top, #1065a9, #0e5791);
  background-image: -moz-linear-gradient(top, #1065a9, #0e5791);
  background-image: -o-linear-gradient(top, #1065a9, #0e5791);
  background-image: linear-gradient(to bottom, #1065a9, #0e5791);
}
/* line 244, ../scss/_base.scss */
.button:active, .button:visited:active {
  background-color: #1273c0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1065a9), to(#1273c0));
  background-image: -webkit-linear-gradient(top, #1065a9, #1273c0);
  background-image: -moz-linear-gradient(top, #1065a9, #1273c0);
  background-image: -o-linear-gradient(top, #1065a9, #1273c0);
  background-image: linear-gradient(to bottom, #1065a9, #1273c0);
}

/* line 249, ../scss/_base.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 255, ../scss/_base.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 259, ../scss/_base.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/* line 265, ../scss/_base.scss */
a.btn, a.hollow-btn {
  color: #fff;
}

/* line 269, ../scss/_base.scss */
.btn, .hollow-btn {
  display: block;
  font-family: "Apex Sans", sans-serif;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
/* line 279, ../scss/_base.scss */
.btn.green, .green.hollow-btn, .list-article .btn.green:visited, .press-release .btn.green:visited, .office-location .btn.green:visited, .award-list-article .btn.green:visited, .team-member .btn.green:visited {
  background-color: #9cca32;
  border: 1px #fff solid;
}
/* line 284, ../scss/_base.scss */
.btn.blue, .blue.hollow-btn, .list-article .btn.blue:visited, .press-release .btn.blue:visited, .office-location .btn.blue:visited, .award-list-article .btn.blue:visited, .team-member .btn.blue:visited {
  background-color: #1273c0;
  border: 1px #fff solid;
}
/* line 289, ../scss/_base.scss */
.btn.old-light-blue, .old-light-blue.hollow-btn {
  margin: 20px 0 10.8%;
  overflow: hidden;
}
/* line 293, ../scss/_base.scss */
.btn.old-light-blue .arrowIcon, .old-light-blue.hollow-btn .arrowIcon {
  background: url(../images/button_arrow_blue.jpg) no-repeat 0 0;
  display: block;
  width: 34px;
  height: 34px;
  float: left;
}
/* line 301, ../scss/_base.scss */
.btn.old-light-blue .buttonText, .old-light-blue.hollow-btn .buttonText {
  background: #3584c2;
  font-size: 1.188em;
  line-height: 34px;
  display: block;
  height: 34px;
  float: left;
  padding: 0 12px;
  margin: 0 0 0 1px;
}

/* line 314, ../scss/_base.scss */
.hollow-btn {
  color: #484848;
  border: 3px solid;
  padding: 1em;
}
/* line 320, ../scss/_base.scss */
.hollow-btn.green, .list-article .btn.green:visited, .press-release .btn.green:visited, .office-location .btn.green:visited, .award-list-article .btn.green:visited, .team-member .btn.green:visited, .list-article .green.hollow-btn:visited, .press-release .green.hollow-btn:visited, .office-location .green.hollow-btn:visited, .award-list-article .green.hollow-btn:visited, .team-member .green.hollow-btn:visited {
  color: #9cca32;
  border-color: #9cca32;
  background-color: transparent;
  border-width: 3px;
}
/* line 327, ../scss/_base.scss */
.hollow-btn.blue, .list-article .btn.blue:visited, .press-release .btn.blue:visited, .office-location .btn.blue:visited, .award-list-article .btn.blue:visited, .team-member .btn.blue:visited, .list-article .blue.hollow-btn:visited, .press-release .blue.hollow-btn:visited, .office-location .blue.hollow-btn:visited, .award-list-article .blue.hollow-btn:visited, .team-member .blue.hollow-btn:visited {
  color: #1273c0;
  border-color: #1273c0;
  background-color: transparent;
  border-width: 3px;
}
/* line 333, ../scss/_base.scss */
.hollow-btn.blue:hover, .list-article .btn.blue:hover:visited, .press-release .btn.blue:hover:visited, .office-location .btn.blue:hover:visited, .award-list-article .btn.blue:hover:visited, .team-member .btn.blue:hover:visited, .list-article .blue.hollow-btn:hover:visited, .press-release .blue.hollow-btn:hover:visited, .office-location .blue.hollow-btn:hover:visited, .award-list-article .blue.hollow-btn:hover:visited, .team-member .blue.hollow-btn:hover:visited {
  color: #0e5791 !important;
}
/* line 338, ../scss/_base.scss */
.hollow-btn.light {
  border-width: 1px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 354, ../scss/_base.scss */
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 358, ../scss/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 360, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 394, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/* line 425, ../scss/_base.scss */
.hr-separator {
  display: block;
  width: 90%;
  height: 0px;
  border-top: #417dc1 1px solid;
  border-bottom: #98bbe3 1px solid;
}

/* line 433, ../scss/_base.scss */
.separator-bottom {
  border-bottom: #98bbe3 1px solid;
}
/* line 437, ../scss/_base.scss */
.separator-bottom:after {
  border-top: #417dc1 1px solid;
  content: '';
  display: block;
}

/* line 444, ../scss/_base.scss */
.breadcrumb-navigator {
  color: #484848;
  font-weight: 500;
  font-family: "Apex Sans", sans-serif;
  margin-bottom: 3em;
}
/* line 450, ../scss/_base.scss */
.breadcrumb-navigator a {
  color: #484848;
}
/* line 454, ../scss/_base.scss */
.absolute-content .breadcrumb-navigator {
  color: #fff;
}
/* line 456, ../scss/_base.scss */
.absolute-content .breadcrumb-navigator a {
  color: #fff;
}

/*======================
 * Homepage
 *===============*/
/* line 463, ../scss/_base.scss */
.home-date {
  margin-left: 0;
  text-transform: none;
  color: #959595;
  font-size: 1.5em;
  margin-top: 0;
}

/* line 472, ../scss/_base.scss */
.home #latest-news {
  background: #f4f4f4;
  padding-bottom: 3em;
}

/*======================
 * error page
 *===============*/
/* line 482, ../scss/_base.scss */
body.error404 footer {
  margin-top: 0;
}
/* line 486, ../scss/_base.scss */
body.error404 #content {
  color: #aeaeae;
  background: #000;
}

/* line 493, ../scss/_base.scss */
.content404 {
  margin: 10em 0 10em;
}
/* line 497, ../scss/_base.scss */
.content404 header {
  color: #fff;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
/* line 514, ../scss/_base.scss */
.single-title,
.page-title {
  color: #000;
}

/* line 519, ../scss/_base.scss */
.page-title {
  margin-bottom: 0.3em;
}

/* line 521, ../scss/_base.scss */
.section-title {
  margin-bottom: 1.5em;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 536, ../scss/_base.scss */
.byline {
  color: #999;
}

/* entry content */
/* line 543, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 545, ../scss/_base.scss */
.entry-content p {
  font-size: 100%;
  margin: 1em 0;
}
/* line 549, ../scss/_base.scss */
.entry-content p:first-of-type {
  margin-top: 0;
}
/* line 554, ../scss/_base.scss */
.single .entry-content {
  padding-top: 1em;
}
/* line 560, ../scss/_base.scss */
.entry-content ul, .entry-content ol {
  font-size: 1em;
}
/* line 564, ../scss/_base.scss */
.entry-content ul li, .entry-content ol li {
  font-size: 1em;
}
/* line 574, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 581, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 597, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 602, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* line 608, ../scss/_base.scss */
.entry-content h3 {
  font-size: 1.4em;
  line-height: 1.3;
}

/* end .entry-content */
/* line 616, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 622, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 628, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 661, ../scss/_base.scss */
.separated-sections {
  display: table;
}
/* line 664, ../scss/_base.scss */
.separated-sections > .section {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  border-right: #417dc1 1px solid;
  border-left: #98bbe3 1px solid;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 673, ../scss/_base.scss */
.separated-sections > .section:first-child {
  border-left: none;
}
/* line 677, ../scss/_base.scss */
.separated-sections > .section:last-child {
  border-right: none;
}

/* line 684, ../scss/_base.scss */
.list-article-container:after, .awards-article-container:after {
  content: '';
  clear: both;
  display: block;
}

/* line 690, ../scss/_base.scss */
.article-footer {
  position: absolute;
  bottom: 0;
}
/* line 694, ../scss/_base.scss */
.single .article-footer {
  position: static;
  margin-top: 2em;
  clear: both;
}

/* line 701, ../scss/_base.scss */
.list-article, .press-release, .office-location, .award-list-article, .office-location .post-thumbnail, .team-member {
  position: relative;
  height: 440px;
  margin-bottom: 20px;
  border: 1px solid #e2e1e1;
  -webkit-box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
  -moz-box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
  box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
  float: left;
  width: 290px;
  margin: 0 0.625em 1.25em;
  overflow: hidden;
  color: #484848;
  background-color: #fff;
}
/* line 716, ../scss/_base.scss */
.list-article .article-footer, .press-release .article-footer, .office-location .article-footer, .award-list-article .article-footer, .team-member .article-footer {
  left: 5%;
  width: 90%;
}
/* line 723, ../scss/_base.scss */
.list-article .excerpt, .press-release .excerpt, .office-location .excerpt, .award-list-article .excerpt, .team-member .excerpt {
  max-height: 95px;
  overflow: hidden;
  margin-top: 1px;
  font-size: 1em;
}
/* line 730, ../scss/_base.scss */
.list-article .post-content, .press-release .post-content, .office-location .post-content, .award-list-article .post-content, .team-member .post-content {
  padding: 0 0 5%;
  width: 90%;
  margin: auto;
}
/* line 736, ../scss/_base.scss */
.list-article .title, .press-release .title, .office-location .title, .award-list-article .title, .team-member .title {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 1em 0 0.5em 0;
  font-family: "Apex Sans", sans-serif;
}
/* line 744, ../scss/_base.scss */
.list-article .date, .press-release .date, .office-location .date, .award-list-article .date, .team-member .date {
  font-family: "Apex Sans", sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  margin: 1em 0;
  border-left: #9cca32 2px solid;
  padding-left: 5px;
}
/* line 754, ../scss/_base.scss */
.list-article .green.hollow-btn:visited, .press-release .green.hollow-btn:visited, .office-location .green.hollow-btn:visited, .award-list-article .green.hollow-btn:visited, .team-member .green.hollow-btn:visited, .list-article .btn.green:visited, .press-release .btn.green:visited, .office-location .btn.green:visited, .award-list-article .btn.green:visited, .team-member .btn.green:visited {
  background-color: #fff !important;
}
/* line 759, ../scss/_base.scss */
.list-article .blue.hollow-btn:visited, .press-release .blue.hollow-btn:visited, .office-location .blue.hollow-btn:visited, .award-list-article .blue.hollow-btn:visited, .team-member .blue.hollow-btn:visited, .list-article .btn.blue:visited, .press-release .btn.blue:visited, .office-location .btn.blue:visited, .award-list-article .btn.blue:visited, .team-member .btn.blue:visited {
  background-color: #fff !important;
}

/* line 766, ../scss/_base.scss */
.team-member {
  height: 349px;
  width: 214px;
}

/* line 773, ../scss/_base.scss */
.list-article .post-thumbnail, .press-release .post-thumbnail, .office-location .post-thumbnail, .award-list-article .post-thumbnail, .team-member .post-thumbnail {
  height: 10.2em;
  overflow: hidden;
  width: 96%;
  margin: 2% auto;
}
/* line 781, ../scss/_base.scss */
.post-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 786, ../scss/_base.scss */
.team-member .post-thumbnail, .post-thumbnail.team-member {
  min-height: 100px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  position: relative;
  border: 1px solid #e2e1e1;
}
/* line 794, ../scss/_base.scss */
.single-leadership .team-member .post-thumbnail, .single-leadership .post-thumbnail.team-member {
  border: none;
}
/* line 799, ../scss/_base.scss */
.team-member .post-thumbnail img, .post-thumbnail.team-member img {
  position: absolute;
  margin: auto;
  width: auto;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 809, ../scss/_base.scss */
.single-leadership .team-member .post-thumbnail img, .single-leadership .post-thumbnail.team-member img {
  position: static;
}

/* line 816, ../scss/_base.scss */
.single .date {
  color: #1273c0;
  font-family: "Apex Sans", sans-serif;
  font-weight: 500;
}

/* line 821, ../scss/_base.scss */
.press-releases-section {
  background-color: #E2E2E2;
  padding-top: 1em;
}
/* line 825, ../scss/_base.scss */
.press-releases-section .heading {
  margin-bottom: 1.5em;
}

/* line 830, ../scss/_base.scss */
.press-release, .office-location, .award-list-article {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  height: 150px;
  padding-top: 0;
}
/* line 840, ../scss/_base.scss */
.press-release.archive, .archive.office-location, .archive.award-list-article {
  height: 175px;
}
/* line 844, ../scss/_base.scss */
.press-release a:hover, .office-location a:hover, .award-list-article a:hover {
  color: #0b4471;
}
/* line 848, ../scss/_base.scss */
.press-release .date, .office-location .date, .award-list-article .date {
  margin: 1em 0;
  font-weight: 500;
  color: #484848;
}
/* line 854, ../scss/_base.scss */
.press-release .post-content, .office-location .post-content, .award-list-article .post-content {
  padding: 0;
  width: 100%;
}
/* line 858, ../scss/_base.scss */
.press-release .post-content .article-footer, .office-location .post-content .article-footer, .award-list-article .post-content .article-footer {
  left: 0;
  width: 100%;
}

/* line 865, ../scss/_base.scss */
.office-location {
  min-height: 475px;
  font-weight: 500;
}
/* line 870, ../scss/_base.scss */
.office-location address {
  font-style: normal;
}
/* line 874, ../scss/_base.scss */
.office-location .title, .office-location .address, .office-location .tel {
  margin: 1em 0;
}
/* line 878, ../scss/_base.scss */
.office-location .title {
  font-size: 1.6em;
}
/* line 882, ../scss/_base.scss */
.office-location .map-link {
  font-weight: 400;
}
/* line 886, ../scss/_base.scss */
.office-location .post-thumbnail {
  height: auto;
  width: 100%;
  padding: 5px;
  margin: 1em 0 0;
}
/* line 893, ../scss/_base.scss */
.office-location .post-thumbnail img {
  vertical-align: middle;
}

/* line 899, ../scss/_base.scss */
.team-member {
  box-shadow: none;
  border: none;
  text-align: center;
}
/* line 905, ../scss/_base.scss */
.team-member .post-content {
  margin-top: 1em;
}
/* line 909, ../scss/_base.scss */
.team-member .post-thumbnail {
  height: 214px;
}
/* line 912, ../scss/_base.scss */
.single .team-member .post-thumbnail {
  height: 200px;
}
/* line 917, ../scss/_base.scss */
.single .team-member {
  height: 200px;
}

/* line 922, ../scss/_base.scss */
.contact-the-team {
  background-color: #000;
  padding: 1em 1em 0.1em;
  margin-bottom: 2em;
}
/* line 927, ../scss/_base.scss */
.contact-the-team .contact {
  font-size: 0.8em;
  color: #fff;
  margin-bottom: 1em;
  font-weight: 500;
}
/* line 933, ../scss/_base.scss */
.contact-the-team .contact .thumbnail {
  padding-right: 0;
  margin-bottom: 10px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin-right: 1em;
  float: left;
}
/* line 942, ../scss/_base.scss */
.contact-the-team .contact .thumbnail img {
  width: 100%;
  height: 100%;
}
/* line 948, ../scss/_base.scss */
.contact-the-team .contact .heading {
  float: left;
  font-size: 1.5em;
}
/* line 953, ../scss/_base.scss */
.contact-the-team .contact .name {
  color: #a9a9a8;
}
/* line 957, ../scss/_base.scss */
.contact-the-team .contact .email {
  word-wrap: break-word;
}
/* line 961, ../scss/_base.scss */
.contact-the-team .contact .tel a, .contact-the-team .contact .email a {
  margin: 0;
  padding: 0;
  color: #fff;
}
/* line 966, ../scss/_base.scss */
.contact-the-team .contact .tel a:before, .contact-the-team .contact .tel a.slide-cover:after, .contact-the-team .contact .email a:before, .contact-the-team .contact .email a.slide-cover:after {
  content: none;
}

/* line 973, ../scss/_base.scss */
.awards-article-container {
  text-align: center;
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px #e2e1e1 solid;
}
/* line 980, ../scss/_base.scss */
.awards-article-container .awards {
  display: inline-block;
  text-align: left;
}

/* line 986, ../scss/_base.scss */
.award-list-article {
  height: auto;
}
/* line 992, ../scss/_base.scss */
.award-list-article .opacity-switch-container {
  position: relative;
  height: 153px;
  overflow: hidden;
}
/* line 998, ../scss/_base.scss */
.award-list-article .post-thumbnail {
  height: auto;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
}
/* line 1005, ../scss/_base.scss */
.award-list-article .post-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-weight: 500;
  font-size: 0.7em;
  padding: 0 1em;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  transition: opacity 400ms;
}
/* line 1020, ../scss/_base.scss */
.award-list-article .post-content.hover {
  opacity: 1;
}
/* line 1024, ../scss/_base.scss */
.award-list-article .post-content p {
  margin-bottom: 0;
}
/* line 1029, ../scss/_base.scss */
.award-list-article .post-title {
  font-size: 0.8em;
}

/* line 1036, ../scss/_base.scss */
.awards-slider .controls {
  margin-bottom: 1em;
}
/* line 1039, ../scss/_base.scss */
.awards-slider .controls a {
  font-size: 1em;
  font-weight: 700;
  margin-right: 0.2em;
  vertical-align: middle;
  color: #484848;
}
/* line 1046, ../scss/_base.scss */
.awards-slider .controls a.current {
  color: #AAAAAA;
}
/* line 1050, ../scss/_base.scss */
.awards-slider .controls a.prev-page, .awards-slider .controls a.next-page {
  font-size: 1.3em;
}
/* line 1055, ../scss/_base.scss */
.awards-slider .controls.hide {
  display: none;
}
/* line 1060, ../scss/_base.scss */
.awards-slider .awards-slider-container {
  width: 100%;
  overflow: hidden;
}
/* line 1064, ../scss/_base.scss */
.awards-slider .awards-slider-container .awards-slider-wrapper {
  white-space: nowrap;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -ms-transition: all 1000ms;
  transition: all 1000ms;
}
/* line 1068, ../scss/_base.scss */
.awards-slider .awards-slider-container .awards-slider-wrapper * {
  white-space: normal;
}

/* line 1076, ../scss/_base.scss */
.stripe-award {
  width: 180px;
  box-sizing: content-box;
  padding: 0 3.7em;
  display: inline-block;
  vertical-align: top;
}
/* line 1083, ../scss/_base.scss */
.stripe-award .post-thumbnail {
  height: 115px;
  overflow: hidden;
}
/* line 1087, ../scss/_base.scss */
.stripe-award .post-thumbnail img {
  height: 100%;
  width: auto;
}
/* line 1093, ../scss/_base.scss */
.stripe-award .post-content {
  font-size: 0.8em;
}
/* line 1096, ../scss/_base.scss */
.stripe-award .post-content p {
  margin: 0.2em 0;
}
/* line 1100, ../scss/_base.scss */
.stripe-award .post-content header {
  margin-top: 0.5em;
  font-weight: 700;
}
/* line 1106, ../scss/_base.scss */
.stripe-award:last-child {
  padding-right: 0;
}

/* line 1112, ../scss/_base.scss */
.map-link {
  background: url(../images/map_icon.png) 0 0 no-repeat;
  display: inline-block;
  min-height: 26px;
  padding-left: 20px;
}

/* line 1119, ../scss/_base.scss */
.view-all-button {
  width: 290px;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  text-align: right;
}
/* line 1128, ../scss/_base.scss */
.sidebar .view-all-button {
  width: 110%;
  margin-left: -10%;
  margin-top: 3em;
}
/* line 1134, ../scss/_base.scss */
.view-all-button:before, .view-all-button.slide-cover:after {
  width: 25px;
  height: 20px;
  background-image: url(../images/arrows_sprite2.png);
  content: '';
  display: block;
  background-position: 0 1.6em;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
/* line 1147, ../scss/_base.scss */
.view-all-button.green:before, .view-all-button.green.slide-cover:after {
  background-position: 98px 27px;
}

/* line 1153, ../scss/_base.scss */
.read-more, .load-more {
  margin-bottom: 0.7em;
  font-weight: 500;
  padding: 5px 0;
  font-size: 0.9em;
}

/* line 1160, ../scss/_base.scss */
.load-more {
  margin: 1em auto;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1167, ../scss/_base.scss */
.load-more span {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
/* line 1173, ../scss/_base.scss */
.load-more .animation-wrap {
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
}
/* line 1178, ../scss/_base.scss */
.load-more.currently-loading .animation-wrap {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

/* line 1183, ../scss/_base.scss */
.page-image-header {
  position: relative;
  margin-bottom: 2em;
  max-height: 425px;
  overflow: hidden;
  z-index: 0;
}
/* line 1191, ../scss/_base.scss */
.page-image-header img {
  min-width: 480px;
  height: auto;
  width: 100%;
}

/* line 1198, ../scss/_base.scss */
.absolute-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
/* line 1206, ../scss/_base.scss */
.absolute-content .page-title {
  color: inherit;
}

/* line 1211, ../scss/_base.scss */
.article-header {
  margin-bottom: 1em;
}

/* line 1214, ../scss/_base.scss */
.single .post-thumbnail {
  overflow: hidden;
}

/* line 1219, ../scss/_base.scss */
.single .author {
  border-top: 1px solid #1273c0;
  padding: 2em 0;
}
/* line 1223, ../scss/_base.scss */
.single .author > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
/* line 1229, ../scss/_base.scss */
.single .author h4 {
  margin-bottom: 0;
}

/* line 1234, ../scss/_base.scss */
.bio {
  border-top: 2px solid #1273c0;
  padding-top: 1em;
}
/* line 1238, ../scss/_base.scss */
.bio h1 {
  font-size: 1.9em;
  margin: 0;
  color: #1273c0;
}
/* line 1244, ../scss/_base.scss */
.bio .job-title {
  font-size: 1.6em;
  font-weight: 400;
  margin: 0;
  font-weight: 500;
}
/* line 1251, ../scss/_base.scss */
.bio .email-address {
  color: #1273c0;
  font-weight: 500;
  font-family: "Apex Sans", sans-serif;
}
/* line 1257, ../scss/_base.scss */
.bio header {
  margin-bottom: 3em;
}

/* line 1262, ../scss/_base.scss */
.border-bottom {
  border-bottom: 1px solid;
  padding-bottom: .5em;
}
/* line 1266, ../scss/_base.scss */
.border-bottom.blue {
  border-color: #1273c0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1276, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 1280, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 1282, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 1288, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 1294, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
/* line 1305, ../scss/_base.scss */
.pagination ul li span.current {
  font-weight: bold;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1320, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1324, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1335, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 1352, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1354, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 1362, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1366, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1384, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1388, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1393, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1407, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 1410, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 1425, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 1428, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1436, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1439, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1443, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1453, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1478, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 1481, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1490, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 1501, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1514, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 1518, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1521, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1526, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1532, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 1541, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 1546, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1557, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 1564, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 1577, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1590, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1595, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1603, ../scss/_base.scss */
.service-section, .relative-pages, .quotes {
  margin-top: 3em;
  width: 280px;
  margin-left: 0 !important;
  padding-left: 0.88122%;
  padding-right: 0.88122%;
}
/* line 1610, ../scss/_base.scss */
.service-section:first-child, .relative-pages:first-child, .quotes:first-child {
  margin-top: 0;
}

/* line 1615, ../scss/_base.scss */
.service-section, .relative-pages {
  margin-bottom: 2em;
  width: 290px;
  margin-left: 0 !important;
  padding-right: 1.76243%;
  font-weight: 500;
  font-family: "Apex Sans", sans-serif;
}
/* line 1623, ../scss/_base.scss */
.service-section header, .relative-pages header {
  background-color: #7fa8d6;
  padding: 0.1em 18px 0.3em;
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;
  position: relative;
  margin-bottom: 1.5em;
}
/* line 1632, ../scss/_base.scss */
.service-section header:after, .relative-pages header:after {
  position: absolute;
  display: block;
  content: '';
  left: 20px;
  bottom: -15%;
  width: 0;
  height: 0;
  border-top: 10px solid #7fa8d6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
/* line 1645, ../scss/_base.scss */
.service-section header .fa, .relative-pages header .fa {
  font-size: 1.7em;
  cursor: pointer;
}
/* line 1651, ../scss/_base.scss */
.service-section a, .relative-pages a {
  display: block;
  margin: 0.5em 0;
  padding-left: 10px;
  font-size: 0.95em;
  position: relative;
  padding-left: 20px;
}
/* line 1659, ../scss/_base.scss */
.service-section a:before, .service-section a.slide-cover:after, .relative-pages a:before, .relative-pages a.slide-cover:after {
  content: ' >';
  display: inline-block;
  margin-right: 20px;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: -4px;
}
/* line 1670, ../scss/_base.scss */
.service-section .services, .relative-pages .services {
  margin-left: 15px;
}
/* line 1674, ../scss/_base.scss */
.service-section .inactive, .relative-pages .inactive {
  max-height: 60px;
  overflow: hidden;
  -webkit-transition: max-height 800ms;
  -moz-transition: max-height 800ms;
  -ms-transition: max-height 800ms;
  transition: max-height 800ms;
}
/* line 1679, ../scss/_base.scss */
.service-section .inactive .fa.open, .relative-pages .inactive .fa.open {
  display: inline-block;
}
/* line 1683, ../scss/_base.scss */
.service-section .inactive .fa.close, .relative-pages .inactive .fa.close {
  display: none;
}
/* line 1687, ../scss/_base.scss */
.service-section .inactive.expand, .relative-pages .inactive.expand {
  max-height: 1500px;
}
/* line 1690, ../scss/_base.scss */
.service-section .inactive.expand .fa.open, .relative-pages .inactive.expand .fa.open {
  display: none;
}
/* line 1694, ../scss/_base.scss */
.service-section .inactive.expand .fa.close, .relative-pages .inactive.expand .fa.close {
  display: inline-block;
}

/* line 1701, ../scss/_base.scss */
.quote {
  font-size: 1.7em;
  color: #000;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
  font-family: "Apex Sans", sans-serif;
  clear: both;
  margin-bottom: 24px;
}
/* line 1712, ../scss/_base.scss */
.quote:before, .quote.slide-cover:after, .quote:after {
  font-family: "Gentium", sans-serif;
  height: 30px;
  font-size: 67px;
  color: #e6e6e6;
}
/* line 1719, ../scss/_base.scss */
.quote:before, .quote.slide-cover:after {
  content: '\201C';
  display: block;
  overflow: hidden;
}
/* line 1725, ../scss/_base.scss */
.quote:after {
  content: '\201D';
  display: inline-block;
  line-height: 50px;
  vertical-align: bottom;
}

/* line 1733, ../scss/_base.scss */
.aside {
  margin-top: 0.5em;
}

/* line 1737, ../scss/_base.scss */
.sidebar, #sidebar1 {
  margin-top: 0em;
}
/* line 1740, ../scss/_base.scss */
.sidebar > *, #sidebar1 > * {
  width: auto;
  margin-left: 0;
}
/* line 1745, ../scss/_base.scss */
.sidebar .view-all-button, #sidebar1 .view-all-button {
  width: auto;
  margin-left: 0;
}
/* line 1752, ../scss/_base.scss */
.sidebar .newsroom h3, #sidebar1 .newsroom h3 {
  line-height: 1.3;
  margin: 0em 0 0.5em;
}
/* line 1757, ../scss/_base.scss */
.sidebar .newsroom article, #sidebar1 .newsroom article {
  margin-bottom: 1.8em;
}
/* line 1762, ../scss/_base.scss */
.sidebar .meta, #sidebar1 .meta {
  font-weight: 500;
  font-family: "Apex Sans", sans-serif;
  color: #484848;
  font-size: 0.8em;
  padding-left: 5px;
  border-left: #9cca32 2px solid;
}
/* line 1770, ../scss/_base.scss */
.sidebar .meta .date, #sidebar1 .meta .date {
  color: #484848;
}

/* line 1782, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/* line 1799, ../scss/_base.scss */
.past-news-dropdown {
  border-bottom: #dbdbdb 2px solid;
  padding-bottom: 2em;
}

/* line 1806, ../scss/_base.scss */
.tree-holder .year-block {
  height: 1.5em;
  overflow: hidden;
  -webkit-transition: height 400ms;
  -moz-transition: height 400ms;
  -ms-transition: height 400ms;
  transition: height 400ms;
}
/* line 1811, ../scss/_base.scss */
.tree-holder .year-block .archive-year span {
  background: url(../images/tree-icons.png) no-repeat scroll 0 2px transparent;
  padding-left: 25px;
  display: block;
  font-weight: 500;
  font-family: "Apex Sans", sans-serif;
}
/* line 1819, ../scss/_base.scss */
.tree-holder .year-block.open .archive-year span {
  background: url(../images/tree-icons.png) no-repeat scroll 0 -20px transparent;
}
/* line 1824, ../scss/_base.scss */
.tree-holder a {
  display: block;
}
/* line 1828, ../scss/_base.scss */
.tree-holder .months {
  padding-left: 25px;
  font-weight: 500;
  font-family: "Apex Sans", sans-serif;
}

/* line 1836, ../scss/_base.scss */
.social-share img {
  height: 20px;
  margin: 0 .5em;
}

/*********************
FOOTER STYLES
*********************/
/* line 1844, ../scss/_base.scss */
.footer {
  clear: both;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/* line 1871, ../scss/_base.scss */
.onepager__navigation--content ul {
  display: none;
}

/* line 1, ../scss/_header.scss */
#header-nav {
  background-color: black;
  padding: 0;
}

/* line 7, ../scss/_header.scss */
#logo-branding {
  float: left;
  line-height: 1;
  width: 154px;
  display: block;
}
/* line 13, ../scss/_header.scss */
#logo-branding img {
  line-height: 1;
  float: left;
  width: 100%;
}

/* line 20, ../scss/_header.scss */
.sub-menu {
  background-color: #FFF;
  width: 100%;
}

/* line 25, ../scss/_header.scss */
.crisis-management-link {
  background: #FFF;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Apex Sans", sans-serif;
  min-height: 19px;
}
/* line 33, ../scss/_header.scss */
.crisis-management-link ul {
  margin: 0;
  padding: 0.4em 0;
  text-align: right;
}
/* line 38, ../scss/_header.scss */
.crisis-management-link ul li {
  list-style: none;
  margin: 0 0 0 1.5em;
  padding: 0;
  display: inline;
  font-size: 0.8em;
}
/* line 47, ../scss/_header.scss */
.crisis-management-link a {
  color: #000;
  font-weight: 500;
}
/* line 51, ../scss/_header.scss */
.crisis-management-link a:hover {
  color: #7fa8d6;
}

/* line 57, ../scss/_header.scss */
.main-navigation {
  padding-top: 20px;
  padding-bottom: 0;
}

/* line 62, ../scss/_header.scss */
#mobile-banner {
  background-color: black;
  padding: 15px 0 12px;
}
/* line 66, ../scss/_header.scss */
#mobile-banner:after {
  clear: both;
  content: '';
  display: block;
}
/* line 72, ../scss/_header.scss */
#mobile-banner #mobile-hamburger {
  float: right;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: none;
  margin-top: 0;
}
/* line 80, ../scss/_header.scss */
#mobile-banner #mobile-hamburger .icons-wrapper {
  white-space: nowrap;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 85, ../scss/_header.scss */
#mobile-banner #mobile-hamburger .icons-wrapper img {
  height: 42px;
  width: 100%;
  display: inline-block;
}
/* line 91, ../scss/_header.scss */
#mobile-banner #mobile-hamburger .icons-wrapper span.close {
  font-size: 2em;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
/* line 102, ../scss/_header.scss */
.sidemenu #mobile-banner #mobile-hamburger .icons-wrapper {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

/* line 109, ../scss/_header.scss */
nav#main-nav {
  padding-top: 15px;
  padding-bottom: 10px;
  position: static;
  list-style: none;
  margin-left: 0;
}
/* line 116, ../scss/_header.scss */
nav#main-nav ul {
  margin: 0;
  text-align: right;
}
/* line 120, ../scss/_header.scss */
nav#main-nav ul li {
  display: inline-block;
  text-align: center;
  min-width: 4em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-left: 1%;
  font-family: "Apex Sans", sans-serif;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 1.1em;
  vertical-align: middle;
}
/* line 134, ../scss/_header.scss */
nav#main-nav ul li * {
  text-transform: normal;
}
/* line 138, ../scss/_header.scss */
nav#main-nav ul li a {
  color: #fff;
  position: relative;
  line-height: 1.2;
  padding: 0.4em 0;
}
/* line 145, ../scss/_header.scss */
nav#main-nav ul li#search {
  min-width: 2em;
  padding: 0.3em 0.7em 0.1em;
  position: relative;
  background-color: #202020;
}
/* line 151, ../scss/_header.scss */
nav#main-nav ul li#search img {
  width: 20px;
}
/* line 155, ../scss/_header.scss */
nav#main-nav ul li#search a:after {
  top: 90%;
}
/* line 159, ../scss/_header.scss */
nav#main-nav ul li#search.hover {
  background-color: #7fa8d6;
}
/* line 163, ../scss/_header.scss */
nav#main-nav ul li#search .sub-menu.search {
  margin-top: 11px;
  width: 250px;
  min-height: 0;
  padding: 0.5em;
  left: auto;
  right: 13px;
}
/* line 172, ../scss/_header.scss */
nav#main-nav ul li#search input[type='search'] {
  display: block;
  width: 100%;
  border: 0;
  font-size: 0.8em;
  padding: .3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 188, ../scss/_header.scss */
nav#main-nav .sub-menu {
  position: absolute;
  z-index: 5;
  text-align: left;
  width: 100%;
  left: 0;
  margin-top: 18px;
  background-color: #7fa8d6;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  padding: 0.5em 0 1em;
  color: #fff;
}
/* line 203, ../scss/_header.scss */
nav#main-nav .sub-menu .submenu-close {
  display: block;
  padding: .3em 0.3em;
  width: 90%;
  margin-left: 10px;
  border-bottom: black 1px solid;
}
/* line 212, ../scss/_header.scss */
nav#main-nav .sub-menu .separated-sections header {
  line-height: 2.5em;
  text-transform: capitalize;
}
/* line 220, ../scss/_header.scss */
nav#main-nav .sub-menu .two-col-content > div {
  width: 50%;
  padding-right: 3%;
  float: left;
}
/* line 227, ../scss/_header.scss */
nav#main-nav .sub-menu.opacity {
  opacity: 1;
}
/* line 231, ../scss/_header.scss */
nav#main-nav .sub-menu.show {
  display: block;
}
/* line 235, ../scss/_header.scss */
nav#main-nav .sub-menu a {
  display: block;
}

/* line 243, ../scss/_header.scss */
nav#main-nav > ul > li:hover > a {
  color: #7fa8d6;
}
/* line 249, ../scss/_header.scss */
nav#main-nav > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  opacity: 0;
  width: 0;
  height: 0;
  top: 108%;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #7fa8d6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
/* line 270, ../scss/_header.scss */
nav#main-nav > ul > li.hover > a:after {
  opacity: 1;
}

@media screen and (max-width: 959px) {
  /* line 281, ../scss/_header.scss */
  .sub-menu {
    margin-top: 60px;
    background: none;
  }

  /* line 286, ../scss/_header.scss */
  .crisis-management-link {
    background: none;
  }
  /* line 289, ../scss/_header.scss */
  .crisis-management-link ul {
    text-align: left;
  }
  /* line 292, ../scss/_header.scss */
  .crisis-management-link ul li {
    margin: 0 0 0 0.5em;
    display: inline-block;
    width: 100%;
  }
  /* line 299, ../scss/_header.scss */
  .crisis-management-link a {
    color: #FFF;
  }
  /* line 302, ../scss/_header.scss */
  .crisis-management-link a:hover {
    color: #FFF;
  }

  /* line 308, ../scss/_header.scss */
  .main-navigation {
    padding-top: 0;
  }

  /* line 312, ../scss/_header.scss */
  #header-nav {
    position: absolute;
    width: 50%;
    padding-right: 10%;
    padding-top: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    background-color: #82aad2;
  }
  /* line 323, ../scss/_header.scss */
  #header-nav .wrap {
    width: 100%;
  }

  /* line 334, ../scss/_header.scss */
  nav#main-nav ul li {
    float: none;
    text-align: left;
    min-width: 100%;
    padding: 0 0.7em 0;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0;
  }
  /* line 343, ../scss/_header.scss */
  nav#main-nav ul li:not(#search) {
    height: 50px;
    padding: 1em 0 1em 0.5em;
    border-bottom: #98bbe3 1px solid;
    border-top: #417dc1 1px solid;
    padding-right: 0;
  }
  /* line 356, ../scss/_header.scss */
  nav#main-nav ul li:hover > a {
    color: #000;
  }
  /* line 361, ../scss/_header.scss */
  nav#main-nav ul li.hover {
    background-color: #1273c0;
  }
  /* line 364, ../scss/_header.scss */
  nav#main-nav ul li.hover > a {
    color: #fff;
  }
  /* line 368, ../scss/_header.scss */
  nav#main-nav ul li.hover .submenu-open {
    background-color: #82aad2;
    border-top: #1273c0 1px solid;
  }
  /* line 374, ../scss/_header.scss */
  nav#main-nav ul li a {
    color: #000;
  }
  /* line 377, ../scss/_header.scss */
  nav#main-nav ul li a:hover {
    color: #fff;
  }
  /* line 382, ../scss/_header.scss */
  nav#main-nav ul li > a:after {
    border: none;
  }
  /* line 386, ../scss/_header.scss */
  nav#main-nav ul li.has-children .submenu-open {
    font-size: 2em;
    line-height: 0.6em;
    float: right;
    color: #fff;
    border-left: #98bbe3 2px solid;
    position: relative;
    height: 260%;
    margin-top: -16px;
    padding: 10px 30px;
  }
  /* line 397, ../scss/_header.scss */
  nav#main-nav ul li.has-children .submenu-open:before, nav#main-nav ul li.has-children .submenu-open.slide-cover:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border-right: #417dc1 1px solid;
  }
  /* line 406, ../scss/_header.scss */
  nav#main-nav ul li.has-children .submenu-open.hover {
    background-color: #1273c0;
  }
  /* line 412, ../scss/_header.scss */
  nav#main-nav .sub-menu {
    margin-top: 0;
    min-height: 100%;
    top: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -ms-filter: translate(100%, 0);
    opacity: 1;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  /* line 422, ../scss/_header.scss */
  nav#main-nav .sub-menu.opacity {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -ms-filter: translate(0%, 0);
  }
  /* line 428, ../scss/_header.scss */
  nav#main-nav .sub-menu .two-col-content > div {
    width: 100%;
    padding-right: 3%;
    float: none;
  }
  /* line 435, ../scss/_header.scss */
  nav#main-nav .sub-menu .separated-sections {
    display: block;
  }
  /* line 438, ../scss/_header.scss */
  nav#main-nav .sub-menu .separated-sections > .section {
    display: block;
    border: none;
    padding-left: 1em;
    padding-right: 0;
    width: 80%;
  }
  /* line 447, ../scss/_header.scss */
  nav#main-nav .sub-menu a {
    margin: .5em 0;
  }

  /* line 453, ../scss/_header.scss */
  nav#main-nav ul {
    margin-top: 0em;
    padding-left: 0;
  }
  /* line 457, ../scss/_header.scss */
  nav#main-nav ul li#search {
    position: absolute;
    top: 10px;
    width: 80%;
    z-index: 1;
    display: block;
    background-color: transparent;
  }
  /* line 465, ../scss/_header.scss */
  nav#main-nav ul li#search a {
    position: absolute;
    z-index: 6;
    right: 17px;
    top: 5px;
  }
  /* line 472, ../scss/_header.scss */
  nav#main-nav ul li#search a:after {
    top: 140%;
  }
  /* line 476, ../scss/_header.scss */
  nav#main-nav ul li#search.hover {
    background-color: #7fa8d6;
  }
  /* line 480, ../scss/_header.scss */
  nav#main-nav ul li#search .sub-menu.search {
    margin-top: 0;
    width: 100%;
    left: 0;
    right: auto;
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    padding: 0;
    position: static;
  }
  /* line 490, ../scss/_header.scss */
  nav#main-nav ul li#search input[type='search'] {
    width: 100%;
    background-color: #1273c0;
    padding: 0.7em 0.5em;
    font-family: "Apex Sans", sans-serif;
    color: #fff;
    border-radius: none;
    border-radius: 0px;
    -webkit-appearance: none;
  }

  /* line 503, ../scss/_header.scss */
  .single-child .two-col-content {
    text-align: left;
  }
}
/* line 508, ../scss/_header.scss */
#cookie-law-info-bar {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #f4f4f4 !important;
}
/* line 516, ../scss/_header.scss */
#cookie-law-info-bar a:link,
#cookie-law-info-bar a:visited {
  font-weight: bold;
  color: #1c75bb !important;
}

/* line 523, ../scss/_header.scss */
.award-2016 {
  text-align: left;
  font-weight: bold;
}
/* line 527, ../scss/_header.scss */
.award-2016 span {
  float: left;
  display: block;
  font-size: 0.6em;
}
/* line 533, ../scss/_header.scss */
.award-2016 img {
  float: left;
  margin-right: 8px;
  width: 32px;
}
/* line 538, ../scss/_header.scss */
.award-2016 img.cif {
  float: left;
  margin-right: 24px;
  width: auto;
  height: 32px;
}

/* line 547, ../scss/_header.scss */
.badges {
  display: block;
  background-color: #FFF;
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 553, ../scss/_header.scss */
.badges .badge {
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
  float: left;
}
/* line 560, ../scss/_header.scss */
.badges img {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  /* line 570, ../scss/_header.scss */
  .badges {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 574, ../scss/_header.scss */
  .badges .badge {
    margin: 0 24px 0 0;
  }
  /* line 578, ../scss/_header.scss */
  .badges img {
    height: 30px;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Footer Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
/* line 12, ../scss/_footer.scss */
.footer {
  margin-top: 6em;
}

/* line 16, ../scss/_footer.scss */
.home .footer {
  margin-top: 0;
}

/* line 20, ../scss/_footer.scss */
#social-container {
  background: #000000;
  width: 100%;
}

/* line 27, ../scss/_footer.scss */
#social-networks > * {
  float: left;
  width: 13%;
  font-family: 'Apex Sans';
  font-weight: bold;
}
/* line 34, ../scss/_footer.scss */
#social-networks span {
  font-weight: bold;
  font-size: 1.2em;
  width: 15%;
  margin-right: 5%;
  padding: 5px 20px 5px 20px;
  margin-left: -20px;
  background-color: #ffcd01;
  color: #fff;
  position: relative;
}
/* line 45, ../scss/_footer.scss */
#social-networks span:after {
  content: '';
  position: absolute;
  width: 0;
  top: 50%;
  height: 0;
  right: -14px;
  margin-top: -14px;
  border-left: 14px solid #ffcd01;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* line 59, ../scss/_footer.scss */
#social-networks .social-network {
  margin: 21px 0 15px;
  background: url(../images/social/spriteSocial.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 4px 0 0 40px;
  height: 25px;
  font-size: 0.8em;
  color: #666666;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 71, ../scss/_footer.scss */
#social-networks .social-network:hover {
  opacity: 1;
}
/* line 75, ../scss/_footer.scss */
#social-networks .social-network.linkedin {
  background-position: 0 -60px;
}
/* line 79, ../scss/_footer.scss */
#social-networks .social-network.youtube {
  background-position: 0 -120px;
}
/* line 83, ../scss/_footer.scss */
#social-networks .social-network.gplus {
  background-position: 0 -181px;
}
/* line 87, ../scss/_footer.scss */
#social-networks .social-network.pinterest {
  background-position: 0 -240px;
  text-indent: -9999px;
}
/* line 92, ../scss/_footer.scss */
#social-networks .social-network.twitter {
  background-position: 0 -300px;
}
/* line 96, ../scss/_footer.scss */
#social-networks .social-network.xing {
  background-position: 0 -360px;
}
/* line 100, ../scss/_footer.scss */
#social-networks .social-network.kununu {
  background-position: 0 -420px;
}

/* line 106, ../scss/_footer.scss */
.footer .contacts {
  padding: 3em 0 0;
  font-family: "Apex Sans", sans-serif;
  font-weight: 500;
}
/* line 111, ../scss/_footer.scss */
.footer .contacts > [class*=" md-"][class*="col"],
.footer .contacts > [class^="md-"][class*="col"] {
  margin-left: 0;
  margin-right: 0;
}
/* line 117, ../scss/_footer.scss */
.footer .contacts header, .footer .contacts p {
  font-weight: 500;
}
/* line 121, ../scss/_footer.scss */
.footer .contacts .contact-type {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
  min-height: 130px;
  float: left;
}
/* line 130, ../scss/_footer.scss */
.footer .contacts .contact-type-header {
  margin-bottom: 1em;
  font-size: 1em;
  text-transform: uppercase;
  color: #000;
}
/* line 137, ../scss/_footer.scss */
.footer .contacts .contact {
  margin: 0;
}
/* line 140, ../scss/_footer.scss */
.footer .contacts .contact a {
  color: #1c75bb;
}

/* line 146, ../scss/_footer.scss */
.legal-links {
  text-align: center;
  font-size: 0.6em;
  margin-bottom: 3em;
}
/* line 151, ../scss/_footer.scss */
.legal-links > * {
  display: inline-block;
  margin: 0 0.5em;
}
/* line 156, ../scss/_footer.scss */
.legal-links a {
  color: black;
  text-decoration: underline;
}
/* line 161, ../scss/_footer.scss */
.legal-links span {
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  /* line 168, ../scss/_footer.scss */
  #social-networks span {
    font-size: 1.2em;
    width: 12%;
    padding: 12px 40px 12px 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 959px) {
  /* line 178, ../scss/_footer.scss */
  #social-networks.wrap {
    width: auto;
  }

  /* line 184, ../scss/_footer.scss */
  #social-networks > * {
    float: none;
    width: auto;
    text-align: center;
    display: block;
  }
  /* line 191, ../scss/_footer.scss */
  #social-networks span {
    width: auto;
    margin: 0;
    text-align: left;
    padding-left: 30px;
  }
  /* line 198, ../scss/_footer.scss */
  #social-networks .social-network {
    background-position: 10px 0;
    text-align: left;
    margin-left: 5%;
    opacity: 1;
  }
}
/* line 210, ../scss/_footer.scss */
.footer2_0 .social-container {
  background: #000000;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
/* line 216, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks {
  color: #FFF;
  text-align: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
/* line 223, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 6px;
}
/* line 234, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
}
/* line 241, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
/* line 256, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks ul li a:link,
.footer2_0 .social-container .social-networks ul li a:visited {
  color: #FFFFFF;
  opacity: 0.65;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 262, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks ul li a:link i,
.footer2_0 .social-container .social-networks ul li a:visited i {
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 6px;
}
/* line 268, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks ul li a:link img,
.footer2_0 .social-container .social-networks ul li a:visited img {
  margin-right: 6px;
}
/* line 272, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks ul li a:link span,
.footer2_0 .social-container .social-networks ul li a:visited span {
  line-height: 20px;
  display: none;
}
/* line 278, ../scss/_footer.scss */
.footer2_0 .social-container .social-networks ul li a:hover,
.footer2_0 .social-container .social-networks ul li a:active {
  opacity: 1;
}
/* line 287, ../scss/_footer.scss */
.footer2_0__contacts {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 294, ../scss/_footer.scss */
.footer2_0__contacts--contact {
  width: 100%;
  float: left;
  clear: both;
  padding: 12px 12px 0 12px;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
}
/* line 303, ../scss/_footer.scss */
.footer2_0__contacts--contact-header {
  margin-bottom: 6px;
  font-size: 14px;
  color: #000000;
}
/* line 311, ../scss/_footer.scss */
.footer2_0__contacts--contact-details p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
/* line 320, ../scss/_footer.scss */
.footer2_0 .copyright_etc {
  text-align: center;
  font-size: 12px;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
/* line 329, ../scss/_footer.scss */
.footer2_0 .copyright_etc a:link,
.footer2_0 .copyright_etc a:visited {
  display: inline-block;
  margin-right: 12px;
  color: #484848;
}
/* line 336, ../scss/_footer.scss */
.footer2_0 .copyright_etc a:hover,
.footer2_0 .copyright_etc a:active {
  color: #000000;
}

@media only screen and (min-width: 768px) {
  /* line 354, ../scss/_footer.scss */
  .footer2_0 .social-container .social-networks ul {
    text-align: left;
  }
  /* line 357, ../scss/_footer.scss */
  .footer2_0 .social-container .social-networks ul li {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 367, ../scss/_footer.scss */
  .footer2_0 .social-container .social-networks ul li a:link span,
  .footer2_0 .social-container .social-networks ul li a:visited span {
    display: inline-block;
  }
  /* line 376, ../scss/_footer.scss */
  .footer2_0__contacts {
    width: 100% !important;
  }
  /* line 379, ../scss/_footer.scss */
  .footer2_0__contacts--contact {
    width: 50%;
    display: inline-block;
    clear: none;
  }
}
@media only screen and (min-width: 960px) {
  /* line 402, ../scss/_footer.scss */
  .footer2_0 .social-container .social-networks {
    text-align: left;
    width: 910px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 408, ../scss/_footer.scss */
  .footer2_0 .social-container .social-networks h3 {
    width: auto;
    text-align: left;
    margin-right: 24px;
    margin-bottom: 0;
  }
  /* line 417, ../scss/_footer.scss */
  .footer2_0__contacts {
    width: 934px !important;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 422, ../scss/_footer.scss */
  .footer2_0__contacts--contact {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 443, ../scss/_footer.scss */
  .footer2_0 .social-container .social-networks {
    width: 1230px;
  }
  /* line 448, ../scss/_footer.scss */
  .footer2_0__contacts {
    width: 1254px !important;
  }
}
/*********************
SLIDESHOW
*********************/
/* line 5, ../scss/_slideshow.scss */
.slideshow {
  position: relative;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 1500ms ease-out;
  -moz-transition: opacity 1500ms ease-out;
  -ms-transition: opacity 1500ms ease-out;
  transition: opacity 1500ms ease-out;
}
/* line 12, ../scss/_slideshow.scss */
.slideshow.invisible-opacity {
  opacity: 0;
}
/* line 16, ../scss/_slideshow.scss */
.slideshow .bottom-border {
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(../images/slide-border.png) repeat-x;
  bottom: 0;
  left: 0;
}
/* line 25, ../scss/_slideshow.scss */
.slideshow .slidewrapper {
  padding: 2em 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 43, ../scss/_slideshow.scss */
.slideshow .slidewrapper:after {
  top: auto;
  bottom: 0;
}

/* line 50, ../scss/_slideshow.scss */
.slide {
  max-height: 450px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  border-left: 1px solid #dbdbdb;
  position: relative;
}
/* line 65, ../scss/_slideshow.scss */
.slide .post-content {
  white-space: normal;
  position: static;
  margin-bottom: 80px;
}
/* line 70, ../scss/_slideshow.scss */
.slide .post-content .excerpt {
  font-size: 1em;
}
/* line 75, ../scss/_slideshow.scss */
.slide .date {
  border-left: #9cca32 2px solid;
  padding-left: 5px;
  font-family: "Apex Sans", sans-serif;
  font-weight: 500;
}
/* line 82, ../scss/_slideshow.scss */
.slide .read-more-link {
  right: 25px;
  left: auto;
  width: 290px;
}
/* line 87, ../scss/_slideshow.scss */
.slide .read-more-link .read-more, .slide .read-more-link .load-more {
  text-align: right;
  padding: 5px 10px 8px;
}

/* line 94, ../scss/_slideshow.scss */
.previous-img, .next-img {
  background: url(../images/arrows_sprite.png) no-repeat 15% 40%;
  width: 20px;
  height: 34px;
  display: block;
  position: relative;
  top: -4px;
  margin: auto;
}

/* line 104, ../scss/_slideshow.scss */
.previous, .next {
  background-color: #9cca32;
  width: 72px;
  left: 25px;
  height: 72px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -31px;
}

/* line 117, ../scss/_slideshow.scss */
.next {
  left: auto;
  right: 25px;
}

/* line 123, ../scss/_slideshow.scss */
.next-img {
  background-position: 90% 40%;
}

/* line 128, ../scss/_slideshow.scss */
.slide-cover {
  position: relative;
  margin: auto;
  width: 320px;
}
/* line 133, ../scss/_slideshow.scss */
.slide-cover:before, .slide-cover:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: -320px;
  top: 3%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  height: 94%;
}
/* line 145, ../scss/_slideshow.scss */
.slide-cover:after {
  left: auto;
  right: -320px;
}

@media screen and (max-width: 767px) {
  /* line 153, ../scss/_slideshow.scss */
  .slide {
    height: 550px;
    overflow: visible;
    max-height: none;
    vertical-align: top;
  }
  /* line 159, ../scss/_slideshow.scss */
  .slide .post-content {
    position: static;
    font-size: 0.8em;
    width: 300px;
    margin: auto;
    height: 250px;
  }
  /* line 167, ../scss/_slideshow.scss */
  .slide .article-footer {
    position: static;
    margin-top: 2em;
  }
  /* line 172, ../scss/_slideshow.scss */
  .slide .excerpt {
    height: 110px;
    overflow: hidden;
    margin-top: 3.5em;
  }
  /* line 178, ../scss/_slideshow.scss */
  .slide .date + .excerpt {
    margin-top: 0;
  }
  /* line 182, ../scss/_slideshow.scss */
  .slide .post-thumbnail {
    width: 105%;
    margin-left: -2%;
    height: 290px;
    overflow: hidden;
  }
  /* line 188, ../scss/_slideshow.scss */
  .slide .post-thumbnail img {
    height: 100%;
    width: auto;
  }
  /* line 194, ../scss/_slideshow.scss */
  .slide .read-more-link {
    right: 10px;
  }

  /* line 199, ../scss/_slideshow.scss */
  .previous, .next {
    width: 52px;
    height: 52px;
    top: 30%;
    left: 0px;
    opacity: 1;
  }

  /* line 207, ../scss/_slideshow.scss */
  .next {
    right: 0;
    left: auto;
  }

  /* line 212, ../scss/_slideshow.scss */
  .previous-img, .next-img {
    top: -15px;
  }
}
@media screen and (min-width: 768px) {
  /* line 219, ../scss/_slideshow.scss */
  .slide-cover {
    width: 768px;
  }
  /* line 222, ../scss/_slideshow.scss */
  .slide-cover:before, .slide-cover:after {
    left: -768px;
    display: block;
  }
  /* line 226, ../scss/_slideshow.scss */
  .slide-cover:after {
    left: auto;
    right: -766px;
  }
}
@media screen and (min-width: 960px) {
  /* line 234, ../scss/_slideshow.scss */
  .slide-cover {
    width: 960px;
  }
  /* line 237, ../scss/_slideshow.scss */
  .slide-cover:before, .slide-cover:after {
    left: -960px;
  }
  /* line 240, ../scss/_slideshow.scss */
  .slide-cover:after {
    left: auto;
    right: -962px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 248, ../scss/_slideshow.scss */
  .slide-cover {
    width: 1280px;
  }
  /* line 251, ../scss/_slideshow.scss */
  .slide-cover:before, .slide-cover:after {
    left: -1280px;
  }
  /* line 254, ../scss/_slideshow.scss */
  .slide-cover:after {
    left: auto;
    right: -1282px;
  }
}
/* line 1, ../scss/_forms.scss */
.wpcf7 .wpcf7-form {
  background: #F9F9F9;
  padding: 20px;
  margin-bottom: 24px;
}
/* line 7, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  border: none;
}
/* line 13, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset legend {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
}
/* line 21, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset h3 {
  font-size: 1.1em;
  margin: 0;
  margin-top: 12px;
  width: 100%;
  clear: both;
}
/* line 29, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset p {
  font-size: 1.1em;
  margin: 0;
  padding-top: 8px;
}
/* line 35, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset label {
  font-size: 1.1em;
  margin: 0;
}
/* line 39, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset label span {
  width: 100%;
  padding-top: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
}
/* line 48, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field {
  width: 100%;
  padding-top: 8px;
}
/* line 54, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.text-field input {
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  font-size: 1.0em;
  border: solid 1px #999;
  padding: 6px 10px;
  margin: 6px 0 0 0;
  width: 100%;
}
/* line 68, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.textarea-field textarea {
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  font-size: 1.0em;
  border: solid 1px #999;
  padding: 6px 10px;
  margin: 6px 0 0 0;
  width: 100%;
  height: 120px;
}
/* line 83, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.select-field .wpcf7-form-control-wrap {
  display: block;
  padding-top: 6px;
}
/* line 87, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.select-field .wpcf7-form-control-wrap select {
  width: 50%;
}
/* line 95, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.radio-field .wpcf7-form-control-wrap {
  padding-top: 6px;
  display: block;
}
/* line 99, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.radio-field .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-right: 24px;
}
/* line 102, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.radio-field .wpcf7-form-control-wrap .wpcf7-list-item input {
  margin-right: 6px;
}
/* line 111, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.checkbox-field .checkbox-confirm {
  margin-right: 6px;
}
/* line 116, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.submit-field {
  padding-top: 12px;
}
/* line 119, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.submit-field input {
  background: #111;
  border: none;
  padding: 4px 8px;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
}
/* line 130, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field.submit-field input:disabled {
  background: #CCC;
}
/* line 136, ../scss/_forms.scss */
.wpcf7 .wpcf7-form fieldset .form-field .wpcf7-not-valid-tip {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  padding-top: 6px;
}
/* line 146, ../scss/_forms.scss */
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0 0;
  padding: 0;
  border: none;
}
/* line 151, ../scss/_forms.scss */
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #F00;
  font-weight: 700;
  font-size: 1.0em;
  text-transform: uppercase;
}
/* line 158, ../scss/_forms.scss */
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #666;
  font-weight: 700;
  font-size: 1.0em;
}
/* line 165, ../scss/_forms.scss */
.wpcf7 .wpcf7-form img.ajax-loader {
  margin: 0;
  margin-top: 12px;
  display: block;
}

/* line 1, ../scss/_loader-spinner.scss */
.loading-spinner {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 30px;
  border: 2px solid #fff;
  margin: auto;
}
/* line 9, ../scss/_loader-spinner.scss */
.loading-spinner:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  top: 14px;
  left: 14px;
  -webkit-transform-origin: 1px 1px;
  -moz-transform-origin: 1px 1px;
  -ms-transform-origin: 1px 1px;
  transform-origin: 1px 1px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
/* line 23, ../scss/_loader-spinner.scss */
.loading-spinner:before, .loading-spinner.slide-cover:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  height: 4px;
  width: 4px;
  background: #fff;
  border-radius: 4px;
  -webkit-animation: expand 1s infinite linear alternate;
  -moz-animation: expand 1s infinite linear alternate;
  -ms-animation: expand 1s infinite linear alternate;
  animation: expand 1s infinite linear alternate;
}

@-webkit-keyframes $animation_name {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes $animation_name {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes $animation_name {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes $animation_name {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes $animation_name {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes $animation_name {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
}
@-o-keyframes $animation_name {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
}
@keyframes $animation_name {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
  }
}
/* line 82, ../scss/_loader-spinner.scss */
.bubble-loader {
  display: inline-block;
  margin-top: 0.8em;
}
/* line 86, ../scss/_loader-spinner.scss */
.bubble-loader div {
  -webkit-animation: bubble 1100ms forwards infinite;
  -moz-animation: bubble 1100ms forwards infinite;
  -ms-animation: bubble 1100ms forwards infinite;
  animation: bubble 1100ms forwards infinite;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px #cacaca;
  display: inline-block;
  height: 10px;
  margin: 6px;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  width: 10px;
}
/* line 98, ../scss/_loader-spinner.scss */
.bubble-loader div:nth-child(2), .bubble-loader div:nth-child(4) {
  -webkit-animation-delay: 125ms;
  -moz-animation-delay: 125ms;
  -ms-animation-delay: 125ms;
  animation-delay: 125ms;
}
/* line 103, ../scss/_loader-spinner.scss */
.bubble-loader div:nth-child(1), .bubble-loader div:nth-child(5) {
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -ms-animation-delay: 250ms;
  animation-delay: 250ms;
}

@-webkit-keyframes $animation_name {
  0% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  12% {
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
  }
  23% {
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
  }
  34% {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
  45% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  85% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
}
@-moz-keyframes $animation_name {
  0% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  12% {
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
  }
  23% {
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
  }
  34% {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
  45% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  85% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
}
@-o-keyframes $animation_name {
  0% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  12% {
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
  }
  23% {
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
  }
  34% {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
  45% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  85% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
}
@keyframes $animation_name {
  0% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
  12% {
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
  }
  23% {
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
  }
  34% {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
  45% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  85% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
  }
}
/* line 3, ../scss/_onepager.scss */
.onepager .page-image-header {
  margin-bottom: 0;
}
/* line 6, ../scss/_onepager.scss */
.onepager .page-image-header img {
  float: left;
}
/* line 11, ../scss/_onepager.scss */
.onepager__navigation {
  background: #000;
  color: #FFF;
  width: 100%;
  float: left;
  clear: both;
}
/* line 18, ../scss/_onepager.scss */
.onepager__navigation--content {
  margin: 0 auto;
}
/* line 22, ../scss/_onepager.scss */
.onepager__navigation.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  float: none;
  clear: none;
}
/* line 30, ../scss/_onepager.scss */
.onepager__navigation h1 {
  color: #FFF;
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 37, ../scss/_onepager.scss */
.onepager__navigation ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 42, ../scss/_onepager.scss */
.onepager__navigation ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 1.2em 0 0;
  font-family: "Apex Sans", sans-serif;
  font-weight: 500;
  color: #FFF;
}
/* line 51, ../scss/_onepager.scss */
.onepager__navigation ul li a,
.onepager__navigation ul li a:link,
.onepager__navigation ul li a:visited {
  color: #FFF;
  text-transform: lowercase;
}
/* line 58, ../scss/_onepager.scss */
.onepager__navigation ul li a:hover,
.onepager__navigation ul li a:active {
  color: #7fa8d6;
}
/* line 66, ../scss/_onepager.scss */
.onepager__content {
  clear: both;
}
/* line 69, ../scss/_onepager.scss */
.onepager__content .first {
  padding-top: 20px;
}
/* line 75, ../scss/_onepager.scss */
.onepager__content--sectioncontainer .main-content {
  background: url(../images/slide-border-sm.png) left top repeat-x;
  margin-top: 25px;
}
/* line 79, ../scss/_onepager.scss */
.onepager__content--sectioncontainer .main-content h2 {
  margin-top: 0.5em;
}
/* line 86, ../scss/_onepager.scss */
.onepager__content--sectioncontainer:first-child .main-content {
  background: none;
  margin-top: 0;
}
/* line 92, ../scss/_onepager.scss */
.onepager__content--sectioncontainer .sidebar-content {
  padding-top: 40px;
}
/* line 96, ../scss/_onepager.scss */
.onepager__content--sectioncontainer .sidebar-content.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 102, ../scss/_onepager.scss */
.onepager__content--sectioncontainer .sidebar-content .image {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
/* line 107, ../scss/_onepager.scss */
.onepager__content--sectioncontainer .sidebar-content .image img {
  max-width: 100%;
  height: auto;
}
/* line 113, ../scss/_onepager.scss */
.onepager__content--sectioncontainer .sidebar-content .quote {
  margin-bottom: 24px;
}
/* line 117, ../scss/_onepager.scss */
.onepager__content--sectioncontainer .sidebar-content.no-separator-sidebar {
  padding-top: 15px;
}
/* line 124, ../scss/_onepager.scss */
.onepager__content--sectioncontainer:first-child .sidebar-content {
  padding-top: 15px;
}
/* line 131, ../scss/_onepager.scss */
.onepager__content--section {
  padding-top: 15px;
}
/* line 134, ../scss/_onepager.scss */
.onepager__content--section h2 {
  font-weight: bold;
  margin-top: 0;
}
/* line 140, ../scss/_onepager.scss */
.onepager__content .no-separator {
  background: none;
  margin-top: 0;
}
/* line 144, ../scss/_onepager.scss */
.onepager__content .no-separator .onepager__content--section {
  padding-top: 0;
}
/* line 150, ../scss/_onepager.scss */
.onepager .contact-the-team {
  font-family: "Apex Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  /* line 1, ../scss/_mobile-only.scss */
  .view-all-button.pull-right {
    float: left;
    padding-left: 0.5em;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 9, ../scss/_mobile-only.scss */
  .list-article, .press-release, .office-location, .award-list-article, .office-location .post-thumbnail, .team-member {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 15, ../scss/_mobile-only.scss */
  .team-member {
    width: 100%;
    height: 405px;
    margin: 0 0.725em 1.25em;
  }
  /* line 20, ../scss/_mobile-only.scss */
  .team-member:nth-of-type(2n-1) {
    margin: 0;
  }
  /* line 24, ../scss/_mobile-only.scss */
  .team-member:nth-of-type(2n) {
    margin: 0;
  }
  /* line 28, ../scss/_mobile-only.scss */
  .team-member:nth-of-type(4n-3) {
    margin: 0;
  }
  /* line 32, ../scss/_mobile-only.scss */
  .team-member:nth-of-type(4n) {
    margin: 0;
  }
  /* line 36, ../scss/_mobile-only.scss */
  .team-member:nth-of-type(3n-2) {
    margin: 0;
  }
  /* line 40, ../scss/_mobile-only.scss */
  .team-member:nth-of-type(3n) {
    margin: 0;
  }
  /* line 44, ../scss/_mobile-only.scss */
  .team-member .post-thumbnail {
    height: 300px;
  }

  /* line 50, ../scss/_mobile-only.scss */
  .single .meta {
    margin-top: 2em;
  }

  /* line 54, ../scss/_mobile-only.scss */
  .social-share {
    margin-top: 1em;
  }
  /* line 57, ../scss/_mobile-only.scss */
  .social-share img {
    margin-left: 0;
    margin-right: 2em;
  }

  /* line 63, ../scss/_mobile-only.scss */
  .single .author h4 {
    margin-top: 0;
  }

  /* line 69, ../scss/_mobile-only.scss */
  .page-image-header .absolute-content .page-title {
    font-size: 36px !important;
  }
  /* line 73, ../scss/_mobile-only.scss */
  .page-image-header img {
    width: 150%;
  }

  /* line 79, ../scss/_mobile-only.scss */
  .press-releases-section .wrap {
    width: 300px;
  }

  /*********************
  Sidebar
  *********************/
  /* line 100, ../scss/_mobile-only.scss */
  .aside {
    margin-top: 3em;
  }

  /* line 104, ../scss/_mobile-only.scss */
  .service-section, .relative-pages, .quotes {
    margin-top: 3em;
  }
  /* line 107, ../scss/_mobile-only.scss */
  .service-section:first-child, .relative-pages:first-child, .quotes:first-child {
    margin-top: 0;
  }

  /* line 112, ../scss/_mobile-only.scss */
  .relative-pages {
    clear: both;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /* line 133, ../scss/_mobile-only.scss */
  .full-width .one_half {
    width: 100%;
  }
  /* line 136, ../scss/_mobile-only.scss */
  .full-width .one_half img {
    max-width: 100%;
    height: auto !important;
    border: 1px solid #e2e1e1;
    -webkit-box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
    -moz-box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
    box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
  }

  /* line 147, ../scss/_mobile-only.scss */
  .centre-column {
    clear: both;
  }
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 26, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 27, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 28, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 29, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 75, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 79, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 84, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 89, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 115, ../scss/_481up.scss */
  .team-member {
    width: 100%;
    height: 405px;
    margin: 0 0.725em 1.25em;
  }
  /* line 120, ../scss/_481up.scss */
  .team-member:nth-of-type(2n-1) {
    margin: 0;
  }
  /* line 124, ../scss/_481up.scss */
  .team-member:nth-of-type(2n) {
    margin: 0;
  }
  /* line 128, ../scss/_481up.scss */
  .team-member:nth-of-type(4n-3) {
    margin: 0;
  }
  /* line 132, ../scss/_481up.scss */
  .team-member:nth-of-type(4n) {
    margin: 0;
  }
  /* line 136, ../scss/_481up.scss */
  .team-member:nth-of-type(3n-2) {
    margin: 0;
  }
  /* line 140, ../scss/_481up.scss */
  .team-member:nth-of-type(3n) {
    margin: 0;
  }
  /* line 144, ../scss/_481up.scss */
  .team-member .post-thumbnail {
    height: 300px;
  }
}
@media only screen and (min-width: 481px) {
  /* line 154, ../scss/_481up.scss */
  .full-width .one_half {
    width: 100%;
  }
  /* line 157, ../scss/_481up.scss */
  .full-width .one_half img {
    max-width: 100%;
    height: auto !important;
    border: 1px solid #e2e1e1;
    -webkit-box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
    -moz-box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
    box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.8);
  }

  /* line 170, ../scss/_481up.scss */
  .award-2016 span {
    font-size: 0.8em;
  }
  /* line 174, ../scss/_481up.scss */
  .award-2016 img {
    width: 40px;
  }
  /* line 177, ../scss/_481up.scss */
  .award-2016 img.cif {
    height: 40px;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 34, ../scss/_768up.scss */
  .wrap {
    width: 718px;
  }

  /* line 38, ../scss/_768up.scss */
  #inner-content, .onepager__navigation--content {
    width: 640px;
  }

  /* line 42, ../scss/_768up.scss */
  #main .wrap {
    width: auto;
  }

  /* line 61, ../scss/_768up.scss */
  .main-content {
    padding-right: 1.5em;
    min-height: 1px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 78, ../scss/_768up.scss */
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 82, ../scss/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 86, ../scss/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 93, ../scss/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    background-color: #dedede;
  }
  /* line 105, ../scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 114, ../scss/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 116, ../scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 133, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 155, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /*********************
  Page & Loop STYLES
  *********************/
  /* line 176, ../scss/_768up.scss */
  .content404 {
    margin: 10em 15em 10em;
  }
  /* line 180, ../scss/_768up.scss */
  .content404 header {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 186, ../scss/_768up.scss */
  .list-article, .press-release, .office-location, .award-list-article, .office-location .post-thumbnail, .team-member {
    margin: 0 1.825em 2.25em;
  }
  /* line 189, ../scss/_768up.scss */
  .list-article:nth-of-type(2n-1), .press-release:nth-of-type(2n-1), .office-location:nth-of-type(2n-1), .award-list-article:nth-of-type(2n-1), .office-location .post-thumbnail:nth-of-type(2n-1), .team-member:nth-of-type(2n-1) {
    margin-left: 0;
  }
  /* line 193, ../scss/_768up.scss */
  .list-article:nth-of-type(2n), .press-release:nth-of-type(2n), .office-location:nth-of-type(2n), .award-list-article:nth-of-type(2n), .office-location .post-thumbnail:nth-of-type(2n), .team-member:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 197, ../scss/_768up.scss */
  .list-article.office-location .post-thumbnail, .office-location .post-thumbnail, .office-location .office-location.post-thumbnail .post-thumbnail, .office-location.team-member .post-thumbnail {
    margin: 1em 0 0;
  }

  /* line 202, ../scss/_768up.scss */
  .team-member {
    width: 197px;
    height: 342px;
    margin: 0 0.725em 1.25em;
  }
  /* line 207, ../scss/_768up.scss */
  .team-member:nth-of-type(2n-1) {
    margin: 0 0.725em 1.25em;
  }
  /* line 211, ../scss/_768up.scss */
  .team-member:nth-of-type(2n) {
    margin: 0 0.725em 1.25em;
  }
  /* line 215, ../scss/_768up.scss */
  .team-member:nth-of-type(4n-3) {
    margin: 0 0.725em 1.25em;
  }
  /* line 219, ../scss/_768up.scss */
  .team-member:nth-of-type(4n) {
    margin: 0 0.725em 1.25em;
  }
  /* line 223, ../scss/_768up.scss */
  .team-member:nth-of-type(3n-2) {
    margin-left: 0;
  }
  /* line 227, ../scss/_768up.scss */
  .team-member:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 231, ../scss/_768up.scss */
  .team-member .post-thumbnail {
    height: 197px;
  }
}
@media only screen and (min-width: 768px) {
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 243, ../scss/_768up.scss */
  .sidebar {
    margin-top: 0em;
  }

  /* line 247, ../scss/_768up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 252, ../scss/_768up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 257, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 265, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /* line 362, ../scss/_768up.scss */
  .stripe-award {
    padding: 0 2em 0 0;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 377, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /* line 391, ../scss/_768up.scss */
  .footer .contacts .contact-type {
    width: 50%;
  }

  /* line 395, ../scss/_768up.scss */
  .onepager__navigation--content ul {
    display: block;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 960px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /* line 12, ../scss/_960up.scss */
  #main, .sidebar {
    float: left;
  }

  /* line 16, ../scss/_960up.scss */
  #logo-branding {
    width: 138px;
    margin-bottom: 20px;
  }

  /* line 21, ../scss/_960up.scss */
  .sidebar {
    padding-left: 1em;
    margin-left: 0.625em;
  }

  /* line 26, ../scss/_960up.scss */
  #main .wrap {
    width: auto;
  }

  /* line 30, ../scss/_960up.scss */
  #container {
    width: 100%;
    position: static;
  }

  /* line 35, ../scss/_960up.scss */
  #main-view {
    width: 100%;
  }

  /* line 39, ../scss/_960up.scss */
  #header-nav {
    width: 100%;
    position: static;
    right: auto;
  }

  /* line 45, ../scss/_960up.scss */
  .main-content {
    padding-right: 1.5em;
  }

  /* line 49, ../scss/_960up.scss */
  .wrap, #inner-content, .onepager__navigation--content {
    width: 910px;
  }

  /* line 53, ../scss/_960up.scss */
  #main {
    width: 38em;
  }
  /* line 56, ../scss/_960up.scss */
  #main.full-width {
    width: 910px;
  }

  /* line 61, ../scss/_960up.scss */
  #sidebar1, .sidebar {
    width: 18em;
  }

  /* line 67, ../scss/_960up.scss */
  .team-member .single-leadership .post-thumbnail, .single-leadership .post-thumbnail.team-member {
    min-height: 300px;
    text-align: right;
  }
  /* line 72, ../scss/_960up.scss */
  .team-member .single-leadership .post-thumbnail img, .single-leadership .post-thumbnail.team-member img {
    position: static;
  }

  /* line 78, ../scss/_960up.scss */
  .award-list-article {
    width: 432px;
    height: 260px;
    margin-left: 0.725em !important;
  }
  /* line 83, ../scss/_960up.scss */
  .award-list-article .opacity-switch-container {
    height: 221px;
  }
  /* line 87, ../scss/_960up.scss */
  .award-list-article .post-content {
    font-size: 0.9em;
  }

  /* line 92, ../scss/_960up.scss */
  .stripe-award {
    padding: 0 4.35em 0 0;
  }

  /* line 98, ../scss/_960up.scss */
  .sidebar > * {
    width: 90%;
    margin-left: 10%;
  }
  /* line 103, ../scss/_960up.scss */
  .sidebar .view-all-button {
    width: 110%;
    margin-left: -10%;
  }

  /* line 109, ../scss/_960up.scss */
  .service-section, .relative-pages, .quotes {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  /* line 116, ../scss/_960up.scss */
  .list-article:nth-of-type(2n-1), .press-release:nth-of-type(2n-1), .office-location:nth-of-type(2n-1), .award-list-article:nth-of-type(2n-1), .office-location .post-thumbnail:nth-of-type(2n-1), .team-member:nth-of-type(2n-1) {
    margin-left: 0;
  }
  /* line 120, ../scss/_960up.scss */
  .list-article:nth-of-type(2n), .press-release:nth-of-type(2n), .office-location:nth-of-type(2n), .award-list-article:nth-of-type(2n), .office-location .post-thumbnail:nth-of-type(2n), .team-member:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 127, ../scss/_960up.scss */
  .full-width .list-article:nth-of-type(2n-1), .full-width .press-release:nth-of-type(2n-1), .full-width .office-location:nth-of-type(2n-1), .full-width .award-list-article:nth-of-type(2n-1), .full-width .office-location .post-thumbnail:nth-of-type(2n-1), .office-location .full-width .post-thumbnail:nth-of-type(2n-1), .full-width .team-member:nth-of-type(2n-1) {
    margin-left: 0.625em;
  }
  /* line 131, ../scss/_960up.scss */
  .full-width .list-article:nth-of-type(2n), .full-width .press-release:nth-of-type(2n), .full-width .office-location:nth-of-type(2n), .full-width .award-list-article:nth-of-type(2n), .full-width .office-location .post-thumbnail:nth-of-type(2n), .office-location .full-width .post-thumbnail:nth-of-type(2n), .full-width .team-member:nth-of-type(2n) {
    margin-right: 0.625em;
  }
  /* line 135, ../scss/_960up.scss */
  .full-width .list-article:nth-of-type(3n-2), .full-width .press-release:nth-of-type(3n-2), .full-width .office-location:nth-of-type(3n-2), .full-width .award-list-article:nth-of-type(3n-2), .full-width .office-location .post-thumbnail:nth-of-type(3n-2), .office-location .full-width .post-thumbnail:nth-of-type(3n-2), .full-width .team-member:nth-of-type(3n-2) {
    margin-left: 0;
  }
  /* line 139, ../scss/_960up.scss */
  .full-width .list-article:nth-of-type(3n), .full-width .press-release:nth-of-type(3n), .full-width .office-location:nth-of-type(3n), .full-width .award-list-article:nth-of-type(3n), .full-width .office-location .post-thumbnail:nth-of-type(3n), .office-location .full-width .post-thumbnail:nth-of-type(3n), .full-width .team-member:nth-of-type(3n) {
    margin-right: 0;
  }

  /* line 144, ../scss/_960up.scss */
  .team-member {
    width: 186px;
    height: 331px;
    margin: 0 0.725em 1.25em;
  }
  /* line 149, ../scss/_960up.scss */
  .team-member:nth-of-type(2n-1) {
    margin: 0 0.725em 1.25em;
  }
  /* line 153, ../scss/_960up.scss */
  .team-member:nth-of-type(2n) {
    margin: 0 0.725em 1.25em;
  }
  /* line 157, ../scss/_960up.scss */
  .team-member:nth-of-type(4n-3) {
    margin: 0 0.725em 1.25em;
  }
  /* line 161, ../scss/_960up.scss */
  .team-member:nth-of-type(4n) {
    margin: 0 0.725em 1.25em;
  }
  /* line 165, ../scss/_960up.scss */
  .team-member:nth-of-type(3n-2) {
    margin-left: 0;
  }
  /* line 169, ../scss/_960up.scss */
  .team-member:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 173, ../scss/_960up.scss */
  .team-member .post-thumbnail {
    height: 186px;
  }

  /* line 180, ../scss/_960up.scss */
  .stripe-award:nth-of-type(4n+4) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* line 188, ../scss/_960up.scss */
  .full-width .one_half {
    width: 50%;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1280px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 12, ../scss/_1280up.scss */
  .wrap, #inner-content, .onepager__navigation--content {
    width: 1230px;
  }

  /* line 16, ../scss/_1280up.scss */
  #main {
    width: 58em;
  }
  /* line 19, ../scss/_1280up.scss */
  #main.full-width {
    width: 1230px;
  }

  /* line 28, ../scss/_1280up.scss */
  .list-article, .press-release, .office-location, .award-list-article, .office-location .post-thumbnail, .team-member {
    margin: 0 0.725em 1.25em;
  }
  /* line 31, ../scss/_1280up.scss */
  .list-article:nth-of-type(3n-2), .press-release:nth-of-type(3n-2), .office-location:nth-of-type(3n-2), .award-list-article:nth-of-type(3n-2), .office-location .post-thumbnail:nth-of-type(3n-2), .team-member:nth-of-type(3n-2) {
    margin-left: 0;
  }
  /* line 35, ../scss/_1280up.scss */
  .list-article:nth-of-type(3n), .press-release:nth-of-type(3n), .office-location:nth-of-type(3n), .award-list-article:nth-of-type(3n), .office-location .post-thumbnail:nth-of-type(3n), .team-member:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 39, ../scss/_1280up.scss */
  .list-article.office-location .post-thumbnail, .office-location .post-thumbnail, .office-location .office-location.post-thumbnail .post-thumbnail, .office-location.team-member .post-thumbnail {
    margin: 1em 0 0;
  }

  /* line 46, ../scss/_1280up.scss */
  .team-member:nth-of-type(3n-2) {
    margin: 0 0.725em 1.25em;
  }
  /* line 50, ../scss/_1280up.scss */
  .team-member:nth-of-type(3n) {
    margin: 0 0.725em 1.25em;
  }
  /* line 54, ../scss/_1280up.scss */
  .team-member:nth-of-type(4n-3) {
    margin-left: 0;
  }
  /* line 58, ../scss/_1280up.scss */
  .team-member:nth-of-type(4n) {
    margin-right: 0;
  }

  /* line 68, ../scss/_1280up.scss */
  .full-width .list-article:nth-of-type(3n-2), .full-width .press-release:nth-of-type(3n-2), .full-width .office-location:nth-of-type(3n-2), .full-width .award-list-article:nth-of-type(3n-2), .full-width .office-location .post-thumbnail:nth-of-type(3n-2), .office-location .full-width .post-thumbnail:nth-of-type(3n-2), .full-width .team-member:nth-of-type(3n-2), .full-width .list-article:nth-of-type(3n), .full-width .press-release:nth-of-type(3n), .full-width .office-location:nth-of-type(3n), .full-width .award-list-article:nth-of-type(3n), .full-width .office-location .post-thumbnail:nth-of-type(3n), .office-location .full-width .post-thumbnail:nth-of-type(3n), .full-width .team-member:nth-of-type(3n) {
    margin: 0 0.725em 1.25em;
  }
  /* line 77, ../scss/_1280up.scss */
  .full-width .list-article:nth-of-type(4n-3), .full-width .press-release:nth-of-type(4n-3), .full-width .office-location:nth-of-type(4n-3), .full-width .award-list-article:nth-of-type(4n-3), .full-width .office-location .post-thumbnail:nth-of-type(4n-3), .office-location .full-width .post-thumbnail:nth-of-type(4n-3), .full-width .team-member:nth-of-type(4n-3) {
    margin-left: 0;
  }
  /* line 81, ../scss/_1280up.scss */
  .full-width .list-article:nth-of-type(4n), .full-width .press-release:nth-of-type(4n), .full-width .office-location:nth-of-type(4n), .full-width .award-list-article:nth-of-type(4n), .full-width .office-location .post-thumbnail:nth-of-type(4n), .office-location .full-width .post-thumbnail:nth-of-type(4n), .full-width .team-member:nth-of-type(4n) {
    margin-right: 0;
  }

  /* line 86, ../scss/_1280up.scss */
  .home-date {
    text-align: right;
    font-size: 2.2em;
    margin-top: 0.67em;
  }

  /* line 92, ../scss/_1280up.scss */
  .stripe-award {
    padding: 0 5.7em 0 0;
  }

  /* line 96, ../scss/_1280up.scss */
  .footer .contacts .contact-type {
    width: 290px;
    margin: 0 0.725em 1.25em;
  }
  /* line 100, ../scss/_1280up.scss */
  .footer .contacts .contact-type.first {
    margin-left: 0;
  }
  /* line 104, ../scss/_1280up.scss */
  .footer .contacts .contact-type.last {
    margin-right: 0;
  }

  /* line 109, ../scss/_1280up.scss */
  .award-2016 {
    text-align: right;
    margin-top: 1.2em;
  }
  /* line 113, ../scss/_1280up.scss */
  .award-2016 span {
    float: right;
    display: block;
  }
  /* line 118, ../scss/_1280up.scss */
  .award-2016 img {
    float: right;
    margin-right: 0;
    margin-left: 8px;
  }
  /* line 123, ../scss/_1280up.scss */
  .award-2016 img.cif {
    float: right;
    margin-left: 24px;
    margin-right: 0;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 38, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 76, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* Magnific Popup CSS */
/* line 2, ../scss/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, ../scss/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, ../scss/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, ../scss/_magnific-popup.scss */
.mfp-container:before, .mfp-container.slide-cover:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, ../scss/_magnific-popup.scss */
.mfp-align-top .mfp-container:before, .mfp-align-top .mfp-container.slide-cover:after {
  display: none;
}

/* line 42, ../scss/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, ../scss/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, ../scss/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, ../scss/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, ../scss/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, ../scss/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, ../scss/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, ../scss/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, ../scss/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, ../scss/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, ../scss/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, ../scss/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, ../scss/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, ../scss/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, ../scss/_magnific-popup.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, ../scss/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, ../scss/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, ../scss/_magnific-popup.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, ../scss/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 146, ../scss/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, ../scss/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, ../scss/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, ../scss/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, ../scss/_magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, ../scss/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow.slide-cover:after,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, ../scss/_magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, ../scss/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow.slide-cover:after {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, ../scss/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 204, ../scss/_magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, ../scss/_magnific-popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left.slide-cover:after {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, ../scss/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 213, ../scss/_magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, ../scss/_magnific-popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right.slide-cover:after {
  border-left: 27px solid #3F3F3F;
}

/* line 219, ../scss/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, ../scss/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, ../scss/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 258, ../scss/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, ../scss/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, ../scss/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 279, ../scss/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, ../scss/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, ../scss/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, ../scss/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 340, ../scss/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, ../scss/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, ../scss/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, ../scss/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 1, ../scss/_case_studies.scss */
.news_case_studies {
  width: 96%;
  padding-left: 2%;
  clear: both;
  float: left;
}
/* line 7, ../scss/_case_studies.scss */
.news_case_studies h2 {
  margin-bottom: 12px;
  font-size: 1.6em;
}
/* line 12, ../scss/_case_studies.scss */
.news_case_studies__single {
  background-color: #F3F3F3;
  width: 95%;
  float: left;
  clear: both;
  margin-bottom: 48px;
  -webkit-box-shadow: 12px 24px 0px 0px #b4b4b4;
  -moz-box-shadow: 12px 24px 0px 0px #b4b4b4;
  box-shadow: 12px 24px 0px 0px #b4b4b4;
  padding: 24px;
}
/* line 23, ../scss/_case_studies.scss */
.news_case_studies__single .thumb {
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  transition: color 300ms;
  border: solid 6px #1273c0;
  float: left;
  width: 33.33%;
  display: block;
  text-align: center;
  position: relative;
}
/* line 35, ../scss/_case_studies.scss */
.news_case_studies__single .thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #FFF;
}
/* line 46, ../scss/_case_studies.scss */
.news_case_studies__single .thumb:hover {
  border-color: #222;
}
/* line 49, ../scss/_case_studies.scss */
.news_case_studies__single .thumb:hover i {
  color: #222;
}
/* line 55, ../scss/_case_studies.scss */
.news_case_studies__single img {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
/* line 63, ../scss/_case_studies.scss */
.news_case_studies__single p {
  margin: 0;
  padding: 0;
}
/* line 68, ../scss/_case_studies.scss */
.news_case_studies__single:nth-child(even) {
  float: right;
}
/* line 72, ../scss/_case_studies.scss */
.news_case_studies__single--content {
  float: left;
  width: 66.67%;
  padding-left: 24px;
}
/* line 77, ../scss/_case_studies.scss */
.news_case_studies__single--content .title {
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-size: 1.25em;
  display: block;
  color: #222;
  margin-bottom: 12px;
}
/* line 86, ../scss/_case_studies.scss */
.news_case_studies__single--content .title a:hover,
.news_case_studies__single--content .title a:active {
  color: #222;
}
/* line 92, ../scss/_case_studies.scss */
.news_case_studies__single--content p {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  /* line 105, ../scss/_case_studies.scss */
  .news_case_studies__single .thumb {
    width: 100%;
    margin-bottom: 24px;
  }
  /* line 110, ../scss/_case_studies.scss */
  .news_case_studies__single--content {
    width: 100%;
    padding-left: 0;
  }
}
/* line 1, ../scss/_downloads_box.scss */
.downloads_box {
  clear: both;
  float: left;
  background-color: #F3F3F3;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 48px;
  -webkit-box-shadow: 12px 24px 0px 0px #b4b4b4;
  -moz-box-shadow: 12px 24px 0px 0px #b4b4b4;
  box-shadow: 12px 24px 0px 0px #b4b4b4;
  padding: 24px;
}
/* line 13, ../scss/_downloads_box.scss */
.downloads_box h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.4em;
  line-height: 1.3;
}
/* line 20, ../scss/_downloads_box.scss */
.downloads_box p {
  font-size: 0.9em;
}
/* line 24, ../scss/_downloads_box.scss */
.downloads_box ul {
  margin: 0;
  padding: 0;
}
/* line 28, ../scss/_downloads_box.scss */
.downloads_box ul li {
  margin: 0 0 4px 0;
  padding: 0;
  list-style: none;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
}
/* line 36, ../scss/_downloads_box.scss */
.downloads_box ul li a:hover,
.downloads_box ul li a:active,
.downloads_box ul li a:focus {
  color: #484848;
}
/* line 42, ../scss/_downloads_box.scss */
.downloads_box ul li span {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 8px;
}
/* line 48, ../scss/_downloads_box.scss */
.downloads_box ul li i {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 2px;
}

/* line 1, ../scss/_links.scss */
.useful_links {
  clear: both;
  float: left;
  background-color: #F3F3F3;
  width: 90%;
  margin-top: 0 !important;
  margin-bottom: 48px;
  -webkit-box-shadow: 12px 24px 0px 0px #b4b4b4;
  -moz-box-shadow: 12px 24px 0px 0px #b4b4b4;
  box-shadow: 12px 24px 0px 0px #b4b4b4;
  padding: 18px;
}
/* line 13, ../scss/_links.scss */
.useful_links h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.4em;
  line-height: 1.3;
}
/* line 20, ../scss/_links.scss */
.useful_links p {
  font-size: 0.9em;
}
/* line 24, ../scss/_links.scss */
.useful_links ul {
  margin: 0;
  padding: 0;
}
/* line 28, ../scss/_links.scss */
.useful_links ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style: none;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
}
/* line 36, ../scss/_links.scss */
.useful_links ul li a:hover,
.useful_links ul li a:active,
.useful_links ul li a:focus {
  color: #484848;
}
/* line 42, ../scss/_links.scss */
.useful_links ul li span {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 8px;
}
/* line 48, ../scss/_links.scss */
.useful_links ul li i {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 2px;
}

/* line 1, ../scss/_homepage2_0.scss */
.footer2_0 {
  clear: both;
}

/* line 1, ../scss/_jcarousel.scss */
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
/* line 7, ../scss/_jcarousel.scss */
.jcarousel__all {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
/* line 16, ../scss/_jcarousel.scss */
.jcarousel__slide {
  float: left;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000000;
}
/* line 24, ../scss/_jcarousel.scss */
.jcarousel__slide h2 {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 17px;
  line-height: 130%;
}
/* line 30, ../scss/_jcarousel.scss */
.jcarousel__slide h2 a:hover,
.jcarousel__slide h2 a:active {
  color: #000000;
}
/* line 36, ../scss/_jcarousel.scss */
.jcarousel__slide .date {
  font-size: 14px;
  line-height: 100%;
  display: block;
  border-left: solid 3px #1273c0;
  padding-left: 12px;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
}
/* line 47, ../scss/_jcarousel.scss */
.jcarousel__slide--tint {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
/* line 53, ../scss/_jcarousel.scss */
.jcarousel__slide--container {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
/* line 60, ../scss/_jcarousel.scss */
.jcarousel__slide--caption-container {
  width: 100%;
  padding: 0 0 24px 0;
  background: #FFFFFF;
}
/* line 65, ../scss/_jcarousel.scss */
.jcarousel__slide--caption-container .slide__read-more {
  color: #1273c0;
  border: solid 2px #1273c0;
  display: inline-block;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-size: 0.8em;
  padding: 6px 10px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-left: 24px;
}
/* line 77, ../scss/_jcarousel.scss */
.jcarousel__slide--caption-container .slide__read-more:hover, .jcarousel__slide--caption-container .slide__read-more:active {
  background-color: #1273c0;
  color: #FFF;
}
/* line 83, ../scss/_jcarousel.scss */
.jcarousel__slide--caption-container .slide__read-more i {
  margin-left: 12px;
}
/* line 89, ../scss/_jcarousel.scss */
.jcarousel__slide--caption {
  background: #FFFFFF;
  padding: 24px;
  overflow: hidden;
}
/* line 94, ../scss/_jcarousel.scss */
.jcarousel__slide--caption .excerpt {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 140%;
}
/* line 102, ../scss/_jcarousel.scss */
.jcarousel__slide--image {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* line 110, ../scss/_jcarousel.scss */
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  bottom: 30px;
  text-align: center;
  background: transparent;
  color: #1273c0;
  text-decoration: none;
}
/* line 122, ../scss/_jcarousel.scss */
.jcarousel-control-prev:link i, .jcarousel-control-prev:visited i,
.jcarousel-control-next:link i,
.jcarousel-control-next:visited i {
  color: #1273c0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  font-size: 24px;
}
/* line 132, ../scss/_jcarousel.scss */
.jcarousel-control-prev:hover i, .jcarousel-control-prev:active i,
.jcarousel-control-next:hover i,
.jcarousel-control-next:active i {
  color: #000000;
}

/* line 138, ../scss/_jcarousel.scss */
.jcarousel-control-prev {
  right: 64px;
}

/* line 142, ../scss/_jcarousel.scss */
.jcarousel-control-next {
  right: 24px;
}

/* line 146, ../scss/_jcarousel.scss */
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
  display: block;
}

/* line 151, ../scss/_jcarousel.scss */
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
  opacity: .5;
  cursor: default;
}

@media only screen and (min-width: 960px) {
  /* line 172, ../scss/_jcarousel.scss */
  .jcarousel {
    height: 460px;
  }
  /* line 175, ../scss/_jcarousel.scss */
  .jcarousel__slide {
    height: 100%;
  }
  /* line 178, ../scss/_jcarousel.scss */
  .jcarousel__slide h2 {
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000;
  }
  /* line 183, ../scss/_jcarousel.scss */
  .jcarousel__slide h2 a:link,
  .jcarousel__slide h2 a:visited {
    color: #FFFFFF;
  }
  /* line 188, ../scss/_jcarousel.scss */
  .jcarousel__slide h2 a:hover,
  .jcarousel__slide h2 a:active {
    color: #f4f4f4;
  }
  /* line 194, ../scss/_jcarousel.scss */
  .jcarousel__slide .date {
    border-color: #ffcd01;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000;
  }
  /* line 200, ../scss/_jcarousel.scss */
  .jcarousel__slide--container {
    width: 910px;
    height: 100%;
  }
  /* line 205, ../scss/_jcarousel.scss */
  .jcarousel__slide--caption-container {
    width: 360px;
    position: absolute;
    bottom: 100px;
    left: 0;
    background: transparent;
    padding: 0;
  }
  /* line 213, ../scss/_jcarousel.scss */
  .jcarousel__slide--caption-container .slide__read-more {
    position: absolute;
    bottom: -55px;
    left: 0;
    color: #ffcd01;
    border: solid 2px #ffcd01;
    margin-left: 0;
    padding: 8px 12px;
  }
  /* line 222, ../scss/_jcarousel.scss */
  .jcarousel__slide--caption-container .slide__read-more:hover, .jcarousel__slide--caption-container .slide__read-more:active {
    background-color: #ffcd01;
    color: #000;
  }
  /* line 230, ../scss/_jcarousel.scss */
  .jcarousel__slide--caption {
    background: transparent;
    padding: 0;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000;
  }
  /* line 262, ../scss/_jcarousel.scss */
  .jcarousel__slide--caption .excerpt {
    font-size: 16px;
  }
  /* line 267, ../scss/_jcarousel.scss */
  .jcarousel__slide--tint {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
  }
  /* line 272, ../scss/_jcarousel.scss */
  .jcarousel__slide--image {
    display: none;
  }

  /* line 278, ../scss/_jcarousel.scss */
  .jcarousel-control-prev,
  .jcarousel-control-next {
    bottom: -45px;
  }
  /* line 285, ../scss/_jcarousel.scss */
  .jcarousel-control-prev:link i, .jcarousel-control-prev:visited i,
  .jcarousel-control-next:link i,
  .jcarousel-control-next:visited i {
    opacity: 0.5;
    color: #FFF;
  }
  /* line 294, ../scss/_jcarousel.scss */
  .jcarousel-control-prev:hover i, .jcarousel-control-prev:active i,
  .jcarousel-control-next:hover i,
  .jcarousel-control-next:active i {
    opacity: 1;
    color: #ffcd01;
  }

  /* line 301, ../scss/_jcarousel.scss */
  .jcarousel-control-prev {
    right: 40px;
  }

  /* line 305, ../scss/_jcarousel.scss */
  .jcarousel-control-next {
    right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 316, ../scss/_jcarousel.scss */
  .jcarousel__slide--container {
    width: 1230px;
  }
}
/* line 1, ../scss/_news_articles.scss */
.latest-news {
  background: #eaeaea;
}
/* line 4, ../scss/_news_articles.scss */
.latest-news .wrap {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 10, ../scss/_news_articles.scss */
.latest-news .page-title {
  padding-left: 12px;
  padding-top: 24px;
  padding-bottom: 12px;
  margin: 0;
}
/* line 17, ../scss/_news_articles.scss */
.latest-news .view-all-news {
  color: #484848;
  border: solid 2px #484848;
  display: inline-block;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-size: 0.9em;
  padding: 8px 12px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  clear: both;
  float: left;
  margin-left: 12px;
  margin-bottom: 24px;
}
/* line 32, ../scss/_news_articles.scss */
.latest-news .view-all-news:hover, .latest-news .view-all-news:active {
  background-color: #484848;
  color: #FFF;
}
/* line 38, ../scss/_news_articles.scss */
.latest-news .view-all-news i {
  margin-left: 12px;
}
/* line 43, ../scss/_news_articles.scss */
.latest-news .news_articles {
  width: 100%;
  clear: both;
  float: left;
}
/* line 48, ../scss/_news_articles.scss */
.latest-news .news_articles__article {
  width: 100%;
  float: left;
  padding: 0 12px 24px 12px;
}
/* line 53, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
/* line 60, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content {
  padding: 18px 18px 80px 18px;
}
/* line 63, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content .title {
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 17px;
  line-height: 130%;
}
/* line 72, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content .title a:link,
.latest-news .news_articles__article--content .post-content .title a:visited {
  color: #484848;
}
/* line 77, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content .title a:hover,
.latest-news .news_articles__article--content .post-content .title a:active {
  color: #000000;
}
/* line 83, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content .date {
  font-size: 14px;
  line-height: 100%;
  display: block;
  border-left: solid 3px #D8D8D8;
  padding-left: 12px;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
}
/* line 94, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content .excerpt {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 140%;
}
/* line 101, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content .read-more, .latest-news .news_articles__article--content .post-content .load-more {
  color: #484848;
  border: solid 2px #D8D8D8;
  display: inline-block;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-size: 0.9em;
  padding: 8px 12px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 0;
  position: absolute;
  bottom: 18px;
  left: 18px;
}
/* line 116, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content .read-more:hover, .latest-news .news_articles__article--content .post-content .load-more:hover, .latest-news .news_articles__article--content .post-content .read-more:active, .latest-news .news_articles__article--content .post-content .load-more:active {
  background-color: #484848;
  color: #FFF;
  border-color: #484848;
}
/* line 123, ../scss/_news_articles.scss */
.latest-news .news_articles__article--content .post-content .read-more i, .latest-news .news_articles__article--content .post-content .load-more i {
  margin-left: 12px;
}
/* line 132, ../scss/_news_articles.scss */
.newsroom .latest-news {
  background: #FFF;
  margin-left: -24px;
  margin-right: -24px;
}
/* line 137, ../scss/_news_articles.scss */
.newsroom .latest-news .section-title {
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (min-width: 481px) {
  /* line 148, ../scss/_news_articles.scss */
  .latest-news .page-title {
    padding-bottom: 24px;
  }
  /* line 152, ../scss/_news_articles.scss */
  .latest-news .view-all-news {
    float: right;
    clear: none;
    margin-right: 12px;
    margin-left: 0;
    margin-top: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 169, ../scss/_news_articles.scss */
  .latest-news .news_articles__article {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 180, ../scss/_news_articles.scss */
  .latest-news .wrap {
    width: 934px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 188, ../scss/_news_articles.scss */
  .latest-news .news_articles__article {
    width: 33.33%;
  }
  /* line 193, ../scss/_news_articles.scss */
  .newsroom .latest-news {
    margin-left: -12px;
    margin-right: -12px;
  }
  /* line 199, ../scss/_news_articles.scss */
  .newsroom .latest-news .news_articles__article {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 211, ../scss/_news_articles.scss */
  .latest-news .wrap {
    width: 1254px;
  }
  /* line 219, ../scss/_news_articles.scss */
  .newsroom .latest-news .news_articles__article {
    width: 33.33%;
  }
}
/* line 1, ../scss/_press_releases.scss */
.press-releases {
  background: #dadada;
}
/* line 4, ../scss/_press_releases.scss */
.press-releases .wrap {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 10, ../scss/_press_releases.scss */
.press-releases .page-title {
  padding-left: 12px;
  padding-top: 24px;
  padding-bottom: 12px;
  margin: 0;
}
/* line 17, ../scss/_press_releases.scss */
.press-releases .view-all-prs {
  color: #1273c0;
  border: solid 2px #1273c0;
  display: inline-block;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-size: 0.9em;
  padding: 8px 12px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  clear: both;
  float: left;
  margin-left: 12px;
  margin-bottom: 24px;
}
/* line 32, ../scss/_press_releases.scss */
.press-releases .view-all-prs:hover, .press-releases .view-all-prs:active {
  background-color: #1273c0;
  color: #FFF;
}
/* line 38, ../scss/_press_releases.scss */
.press-releases .view-all-prs i {
  margin-left: 12px;
}
/* line 43, ../scss/_press_releases.scss */
.press-releases .press_releases {
  width: 100%;
  clear: both;
  float: left;
}
/* line 48, ../scss/_press_releases.scss */
.press-releases .press_releases__release {
  width: 100%;
  float: left;
  padding: 0 12px 24px 12px;
}
/* line 53, ../scss/_press_releases.scss */
.press-releases .press_releases__release .title {
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 17px;
  line-height: 130%;
}
/* line 62, ../scss/_press_releases.scss */
.press-releases .press_releases__release .title a:link,
.press-releases .press_releases__release .title a:visited {
  color: #1273c0;
}
/* line 67, ../scss/_press_releases.scss */
.press-releases .press_releases__release .title a:hover,
.press-releases .press_releases__release .title a:active {
  color: #000000;
}
/* line 73, ../scss/_press_releases.scss */
.press-releases .press_releases__release .date {
  font-size: 14px;
  line-height: 100%;
  display: block;
  border-left: solid 3px #1273c0;
  padding-left: 12px;
  font-family: "Apex Sans", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
}
/* line 86, ../scss/_press_releases.scss */
.pressreleases .press-releases {
  background: #FFF;
  margin-left: -24px;
  margin-right: -24px;
}
/* line 91, ../scss/_press_releases.scss */
.pressreleases .press-releases .section-title {
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (min-width: 481px) {
  /* line 102, ../scss/_press_releases.scss */
  .press-releases .page-title {
    padding-bottom: 24px;
  }
  /* line 106, ../scss/_press_releases.scss */
  .press-releases .view-all-prs {
    float: right;
    clear: none;
    margin-right: 12px;
    margin-left: 0;
    margin-top: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 123, ../scss/_press_releases.scss */
  .press-releases .press_releases__release {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 134, ../scss/_press_releases.scss */
  .press-releases .wrap {
    width: 934px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 142, ../scss/_press_releases.scss */
  .press-releases .press_releases__release {
    width: 25%;
  }
  /* line 147, ../scss/_press_releases.scss */
  .pressreleases .press-releases {
    margin-left: -12px;
    margin-right: -12px;
  }
  /* line 153, ../scss/_press_releases.scss */
  .pressreleases .press-releases .press_releases__release {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 165, ../scss/_press_releases.scss */
  .press-releases .wrap {
    width: 1254px;
  }
  /* line 173, ../scss/_press_releases.scss */
  .pressreleases .press-releases .press_releases__release {
    width: 33.33%;
  }
}
