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

Stylesheet: IE Stylesheet

So instead of using the respond.js file to add media query support
to IE, we're going to use SASS to create an easily readable css file.
Here, we import all the styles the standard stylesheet gets, only
without the media queries. No need to worry about editing anything!

******************************************************************/
/*
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
*/
/**===== GRID ====****/
/******************************************************************
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 screen 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 screen 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 screen 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 screen 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 */
}
/*===========================================================================
 * =============		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 screen 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 screen 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 */
}
/******************************************************************
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 (max-width: 767px) {
  /* line 115, ../scss/_481up.scss */
  .team-member {
    width: 100%;
    height: 440px;
    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;
  }
}
/* 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;
}

/******************************************************************
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 (max-width: 959px) {
  /* line 186, ../scss/_768up.scss */
  .list-article {
    margin: 0 1.825em 2.25em;
  }
  /* line 189, ../scss/_768up.scss */
  .list-article:nth-of-type(2n-1) {
    margin-left: 0;
  }
  /* line 193, ../scss/_768up.scss */
  .list-article:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 197, ../scss/_768up.scss */
  .list-article.office-location .post-thumbnail {
    margin: 1em 0 0;
  }

  /* line 202, ../scss/_768up.scss */
  .team-member {
    width: 197px;
    height: 380px;
    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;
  }
}
/*********************
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;
}

/* line 399, ../scss/_768up.scss */
.single .entry-content #mc_embed_signup {
  width: 50%;
}

/******************************************************************
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 (max-width: 1279px) {
  /* line 116, ../scss/_960up.scss */
  .list-article:nth-of-type(2n-1) {
    margin-left: 0;
  }
  /* line 120, ../scss/_960up.scss */
  .list-article:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 127, ../scss/_960up.scss */
  .full-width .list-article:nth-of-type(2n-1) {
    margin-left: 0.625em;
  }
  /* line 131, ../scss/_960up.scss */
  .full-width .list-article:nth-of-type(2n) {
    margin-right: 0.625em;
  }
  /* line 135, ../scss/_960up.scss */
  .full-width .list-article:nth-of-type(3n-2) {
    margin-left: 0;
  }
  /* line 139, ../scss/_960up.scss */
  .full-width .list-article:nth-of-type(3n) {
    margin-right: 0;
  }

  /* line 144, ../scss/_960up.scss */
  .team-member {
    width: 186px;
    height: 380px;
    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;
  }
}
/* line 188, ../scss/_960up.scss */
.full-width .one_half {
  width: 50%;
}

/******************************************************************
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 {
  margin: 0 0.725em 1.25em;
}
/* line 31, ../scss/_1280up.scss */
.list-article:nth-of-type(3n-2) {
  margin-left: 0;
}
/* line 35, ../scss/_1280up.scss */
.list-article:nth-of-type(3n) {
  margin-right: 0;
}
/* line 39, ../scss/_1280up.scss */
.list-article.office-location .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 .list-article:nth-of-type(3n) {
  margin: 0 0.725em 1.25em;
}
/* line 77, ../scss/_1280up.scss */
.full-width .list-article:nth-of-type(4n-3) {
  margin-left: 0;
}
/* line 81, ../scss/_1280up.scss */
.full-width .list-article: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;
}

/* line 34, ../scss/ie.scss */
[class*=" lg-"][class*="col"], [class^="lg-"][class*="col"] {
  position: relative;
  float: left;
  margin-left: 1.76243%;
}

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

/* line 40, ../scss/ie.scss */
.lg-twocol {
  width: 14.364640883%;
}

/* line 41, ../scss/ie.scss */
.lg-threecol {
  width: 23.628177%;
}

/* line 42, ../scss/ie.scss */
.lg-fourcol {
  width: 31.491712705%;
}

/* line 43, ../scss/ie.scss */
.lg-fivecol {
  width: 40.055248616%;
}

/* line 44, ../scss/ie.scss */
.lg-sixcol {
  width: 48.618784527%;
}

/* line 45, ../scss/ie.scss */
.lg-sevencol {
  width: 57.182320438000005%;
}

/* line 46, ../scss/ie.scss */
.lg-eightcol {
  width: 65.74585634900001%;
}

/* line 47, ../scss/ie.scss */
.lg-ninecol {
  width: 74.30939226%;
}

/* line 48, ../scss/ie.scss */
.lg-tencol {
  width: 82.87292817100001%;
}

/* line 49, ../scss/ie.scss */
.lg-elevencol {
  width: 91.436464082%;
}

/* line 50, ../scss/ie.scss */
.lg-twelvecol {
  width: 99.999999993%;
}

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

/*
you can call the larger styles if you want, but there's really no need
*/
/******************************************************************
ADDITIONAL IE FIXES
These fixes are now ONLY seen by IE, so you don't have to worry
about using prefixes, although it's best practice. For more info
on using Modernizr classes, check out this link:
http://www.modernizr.com/docs/
******************************************************************/
/*
For example, you can use something like:

.no-textshadow .class { ... }

You can also target specific versions by using the classes applied to
the html element. These can sometimes change, so take a look inside the
header.php file to see what they are:


.lt-ie8 .class { ... }

*/
/* line 82, ../scss/ie.scss */
.wrap, #inner-content, #inner-content.full-width, .full-width, #main.full-width, .onepager__navigation--content {
  width: 1240px;
  max-width: 1240px;
}

/* line 90, ../scss/ie.scss */
nav#main-nav > ul > li > a:after {
  content: none;
  display: inline;
}

/* line 98, ../scss/ie.scss */
.slide-cover {
  position: relative;
  margin: auto;
  width: 1240px;
}
/* line 103, ../scss/ie.scss */
.slide-cover:before {
  content: none;
}
/* line 107, ../scss/ie.scss */
.slide-cover:after {
  content: none;
}

/* line 112, ../scss/ie.scss */
.list-article-container {
  margin-left: -0.62em;
  margin-right: -0.62em;
}
/* line 116, ../scss/ie.scss */
.list-article-container .list-article {
  margin: 0px 0.78em 1.25em;
}

/* line 121, ../scss/ie.scss */
#social-networks span {
  min-height: 62px;
}
