/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
/* line 5, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
html {
  font-size: 62.5%;
}

/* line 7, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
body {
  background: white;
  font-family: "open_sansregular", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Links ---------------------- */
/* line 11, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a img {
  border: none;
}

/* line 12, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a {
  color: #0e76bc;
  text-decoration: none;
  line-height: inherit;
}

/* line 13, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a:hover {
  color: #0c67a4;
}

/* line 14, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
a:focus {
  color: #0c67a4;
}

/* line 15, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
p a, p a:visited {
  line-height: inherit;
}

/* Misc ---------------------- */
/* line 19, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.left {
  float: left;
}

/* line 20, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.right {
  float: right;
}

/* line 21, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-left {
  text-align: left;
}

/* line 22, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-right {
  text-align: right;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.text-center {
  text-align: center;
}

/* line 24, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.hide {
  display: none;
}

/* line 25, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.hide-override {
  display: none !important;
}

/* line 26, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
.highlight {
  background: #a2d4f6;
}

/* line 28, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#googlemap img, object, embed {
  max-width: none;
}

/* line 30, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas embed {
  max-width: none;
}

/* line 31, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas img {
  max-width: none;
}

/* line 32, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
#map_canvas object {
  max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
/* line 35, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/common/_globals.scss */
figure {
  margin: 0;
}

/* The Grid ---------------------- */
/* line 3, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row {
  width: 960px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
/* line 4, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
/* line 7, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
/* line 9, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
/* line 10, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
}

/* line 14, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative;
}
/* line 15, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

/* line 18, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 19, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.one, .row .one {
  width: 8.33333%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.two, .row .two {
  width: 16.66667%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.three, .row .three {
  width: 25%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.four, .row .four {
  width: 33.33333%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.five, .row .five {
  width: 41.66667%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.six, .row .six {
  width: 50%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.seven, .row .seven {
  width: 58.33333%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.eight, .row .eight {
  width: 66.66667%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.nine, .row .nine {
  width: 75%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.ten, .row .ten {
  width: 83.33333%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.eleven, .row .eleven {
  width: 91.66667%;
}

/* line 23, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.twelve, .row .twelve {
  width: 100%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-one {
  margin-left: 8.33333%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-two {
  margin-left: 16.66667%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-three {
  margin-left: 25%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-four {
  margin-left: 33.33333%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-five {
  margin-left: 41.66667%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-six {
  margin-left: 50%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-seven {
  margin-left: 58.33333%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-eight {
  margin-left: 66.66667%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-nine {
  margin-left: 75%;
}

/* line 36, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row .offset-by-ten {
  margin-left: 83.33333%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-two {
  left: 16.66667%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-two {
  right: 16.66667%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-three {
  left: 25%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-three {
  right: 25%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-four {
  left: 33.33333%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-four {
  right: 33.33333%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-five {
  left: 41.66667%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-five {
  right: 41.66667%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-six {
  left: 50%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-six {
  right: 50%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-seven {
  left: 58.33333%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-seven {
  right: 58.33333%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-eight {
  left: 66.66667%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-eight {
  right: 66.66667%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-nine {
  left: 75%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-nine {
  right: 75%;
}

/* line 42, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.push-ten {
  left: 83.33333%;
}

/* line 43, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.pull-ten {
  right: 83.33333%;
}

/* line 46, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img {
  height: auto;
}

/* line 47, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img, object, embed {
  max-width: 100%;
}

/* line 48, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 49, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
/* line 52, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.row {
  *zoom: 1;
}
/* line 4, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 5, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
/* line 67, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
/* line 69, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.one-up {
  margin: 0;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up {
  margin: 0 -15px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up {
  margin: 0 -12px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up {
  margin: 0 -10px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.seven-up > li:nth-child(7n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up > li {
  width: 12.5%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eight-up > li:nth-child(8n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.nine-up > li:nth-child(9n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up > li {
  width: 10%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.ten-up > li:nth-child(10n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.eleven-up > li:nth-child(11n+1) {
  clear: both;
}
/* line 72, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up {
  margin: 0 -8px;
}
/* line 78, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}
/* line 85, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/components/_grid.scss */
.block-grid.twelve-up > li:nth-child(12n+1) {
  clear: both;
}

/* Base Type Styles Using Modular Scale ---------------------- */
/* line 3, ../sass/_typography.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  direction: ltr;
}

/* line 10, ../sass/_typography.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 17px;
}
/* line 11, ../sass/_typography.scss */
p.lead {
  font-size: 17.5px;
  line-height: 1.8;
  margin-bottom: 17px;
}

/* line 13, ../sass/_typography.scss */
aside p {
  font-size: 13px;
  line-height: 1.35;
  font-style: italic;
}

/* line 15, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}
/* line 24, ../sass/_typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: gray;
  line-height: 0;
}

/* line 27, ../sass/_typography.scss */
h1 {
  font-size: 44px;
}

/* line 28, ../sass/_typography.scss */
h2 {
  font-size: 37px;
}

/* line 29, ../sass/_typography.scss */
h3 {
  font-size: 27px;
}

/* line 30, ../sass/_typography.scss */
h4 {
  font-size: 23px;
}

/* line 31, ../sass/_typography.scss */
h5 {
  font-size: 17px;
}

/* line 32, ../sass/_typography.scss */
h6 {
  font-size: 14px;
}

/* line 34, ../sass/_typography.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}

/* line 36, ../sass/_typography.scss */
.subheader {
  line-height: 1.3;
  color: gray;
  font-weight: 300;
  margin-bottom: 17px;
}

/* line 38, ../sass/_typography.scss */
em, i {
  font-style: italic;
  line-height: inherit;
}

/* line 39, ../sass/_typography.scss */
strong, b {
  font-weight: bold;
  line-height: inherit;
}

/* line 40, ../sass/_typography.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 41, ../sass/_typography.scss */
code {
  font-weight: bold;
  background: #a2d4f6;
}

/* Lists ---------------------- */
/* line 44, ../sass/_typography.scss */
ul, ol, dl {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
  list-style-position: outside;
}

/* line 47, ../sass/_typography.scss */
ul li ul, ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
/* line 49, ../sass/_typography.scss */
ul.square, ul.circle, ul.disc {
  margin-left: 17px;
}
/* line 50, ../sass/_typography.scss */
ul.square {
  list-style-type: square;
}
/* line 51, ../sass/_typography.scss */
ul.square li ul {
  list-style: inherit;
}
/* line 53, ../sass/_typography.scss */
ul.circle {
  list-style-type: circle;
}
/* line 54, ../sass/_typography.scss */
ul.circle li ul {
  list-style: inherit;
}
/* line 56, ../sass/_typography.scss */
ul.disc {
  list-style-type: disc;
}
/* line 57, ../sass/_typography.scss */
ul.disc li ul {
  list-style: inherit;
}
/* line 59, ../sass/_typography.scss */
ul.no-bullet, ul.inline {
  list-style: none;
  margin-left: 0;
}
/* line 60, ../sass/_typography.scss */
ul.large li {
  line-height: 21px;
}

/* line 62, ../sass/_typography.scss */
ol {
  margin-left: 20px;
}
/* line 64, ../sass/_typography.scss */
ol li ul, ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

/* Blockquotes ---------------------- */
/* line 69, ../sass/_typography.scss */
blockquote, blockquote p {
  line-height: 1.5;
  color: gray;
}

/* line 70, ../sass/_typography.scss */
blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
/* line 71, ../sass/_typography.scss */
blockquote cite {
  display: block;
  font-size: 13px;
  color: #666666;
}
/* line 72, ../sass/_typography.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 73, ../sass/_typography.scss */
blockquote cite a, blockquote cite a:visited {
  color: #666666;
}

/* line 77, ../sass/_typography.scss */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333333;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

/* line 78, ../sass/_typography.scss */
abbr {
  text-transform: none;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 86, ../sass/_typography.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 88, ../sass/_typography.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  /* line 91, ../sass/_typography.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 92, ../sass/_typography.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 93, ../sass/_typography.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  /* Don't show links for images, or javascript/internal links */
  /* line 95, ../sass/_typography.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 96, ../sass/_typography.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 97, ../sass/_typography.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 98, ../sass/_typography.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 100, ../sass/_typography.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 101, ../sass/_typography.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 102, ../sass/_typography.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 103, ../sass/_typography.scss */
  .print-only {
    display: block !important;
  }

  /* line 104, ../sass/_typography.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 105, ../sass/_typography.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Requires
   globals.css */
/* Standard Forms ---------------------- */
/* line 6, ../sass/_forms.scss */
form {
  margin: 0 0 19.41641px;
}

/* line 8, ../sass/_forms.scss */
.row form .row {
  margin: 0 -6px;
}
/* line 10, ../sass/_forms.scss */
.row form .row .column, .row form .row .columns {
  padding: 0 6px;
}
/* line 12, ../sass/_forms.scss */
.row form .row.collapse {
  margin: 0;
}
/* line 13, ../sass/_forms.scss */
.row form .row.collapse .column, .row form .row.collapse .columns {
  padding: 0;
}

/* line 17, ../sass/_forms.scss */
label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
/* line 19, ../sass/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 20, ../sass/_forms.scss */
label.inline {
  line-height: 32px;
  margin: 0 0 12px 0;
}

/* line 23, ../sass/_forms.scss */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 31px;
}

/* line 24, ../sass/_forms.scss */
a.button.prefix, a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 25, ../sass/_forms.scss */
span.prefix, span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

/* line 27, ../sass/_forms.scss */
.prefix {
  left: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}

/* line 28, ../sass/_forms.scss */
.postfix {
  right: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 30, ../sass/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* line 32, ../sass/_forms.scss */
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
  font-size: 17px;
  padding: 4px 6px;
}
/* line 34, ../sass/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}
/* line 35, ../sass/_forms.scss */
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
  background-color: #ddd;
}

/* line 38, ../sass/_forms.scss */
textarea {
  height: auto;
}

/* line 40, ../sass/_forms.scss */
select {
  width: 100%;
}

/* Fieldsets */
/* line 43, ../sass/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  margin: 18px 0;
}
/* line 45, ../sass/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

/* Errors */
/* line 49, ../sass/_forms.scss */
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus, .alert-box {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

/* line 50, ../sass/_forms.scss */
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
  outline-color: #f5797c;
}

/* line 51, ../sass/_forms.scss */
.error label, label.error {
  color: #c60f13;
}

/* line 52, ../sass/_forms.scss */
.error small, small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Custom Forms ---------------------- */
/* line 55, ../sass/_forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 57, ../sass/_forms.scss */
form.custom span.custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white;
}
/* line 59, ../sass/_forms.scss */
form.custom span.custom.radio {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
/* line 61, ../sass/_forms.scss */
form.custom span.custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}
/* line 64, ../sass/_forms.scss */
form.custom span.custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #222222;
  position: relative;
  top: 3px;
  left: 3px;
}
/* line 67, ../sass/_forms.scss */
form.custom span.custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
}
/* line 70, ../sass/_forms.scss */
form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: auto;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}
/* line 72, ../sass/_forms.scss */
form.custom div.custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 73, ../sass/_forms.scss */
form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 28px;
  padding: 0;
  padding-left: 6px;
  padding-right: 38px;
  border: solid 1px #0e76bc;
  color: white;
  background-color: #0e76bc;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 74, ../sass/_forms.scss */
form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 27px;
  height: 28px;
  display: block;
  right: 0;
  top: 0;
  border: solid 1px #0e76bc;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  /* &:after { content: ""; display: block; @include cssTriangle(5px, $custSelectTriangleColor, top); position: absolute; left: 50%; top: 50%; margin-top: -2px; margin-left: -5px;  } */
}
/* line 76, ../sass/_forms.scss */
form.custom div.custom.dropdown a.selector:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  /* margin-top: -2px; */
  margin-top: -3px;
  margin-left: -5px;
  background: url(../images/sprite.png) no-repeat right -260px;
  width: 11px;
  height: 7px;
}
/* line 78, ../sass/_forms.scss */
form.custom div.custom.dropdown:hover, form.custom div.custom.dropdown.open {
  /* a.selector { &:after { @include cssTriangle(5px, $custSelectTriangleColorOpen, top); } } */
}
/* line 80, ../sass/_forms.scss */
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
  background-position: right -267px;
}
/* line 83, ../sass/_forms.scss */
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}
/* line 85, ../sass/_forms.scss */
form.custom div.custom.dropdown.small {
  width: 134px !important;
}
/* line 86, ../sass/_forms.scss */
form.custom div.custom.dropdown.medium {
  width: 254px !important;
}
/* line 87, ../sass/_forms.scss */
form.custom div.custom.dropdown.large {
  width: 434px !important;
}
/* line 88, ../sass/_forms.scss */
form.custom div.custom.dropdown.expand {
  width: 100% !important;
}
/* line 90, ../sass/_forms.scss */
form.custom div.custom.dropdown.open.small ul {
  width: 134px !important;
}
/* line 91, ../sass/_forms.scss */
form.custom div.custom.dropdown.open.medium ul {
  width: 254px !important;
}
/* line 92, ../sass/_forms.scss */
form.custom div.custom.dropdown.open.large ul {
  width: 434px !important;
}
/* line 93, ../sass/_forms.scss */
form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}
/* line 96, ../sass/_forms.scss */
form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: 27px;
  margin: 0;
  padding: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #0e76bc;
}
/* line 98, ../sass/_forms.scss */
form.custom div.custom.dropdown ul li {
  color: #555555;
  font-size: 13px;
  cursor: pointer;
  padding: 3px;
  padding-left: 6px;
  padding-right: 38px;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 99, ../sass/_forms.scss */
form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: black;
}
/* line 100, ../sass/_forms.scss */
form.custom div.custom.dropdown ul li.selected:after {
  content: "\2013";
  position: absolute;
  right: 10px;
}
/* line 102, ../sass/_forms.scss */
form.custom div.custom.dropdown ul li:hover {
  background-color: #cdebf5;
  color: black;
}
/* line 103, ../sass/_forms.scss */
form.custom div.custom.dropdown ul li:hover:after {
  content: "\2013";
  position: absolute;
  right: 10px;
  color: #a3dbec;
}
/* line 105, ../sass/_forms.scss */
form.custom div.custom.dropdown ul li.selected:hover {
  background: #cdebf5;
  cursor: default;
  color: black;
}
/* line 106, ../sass/_forms.scss */
form.custom div.custom.dropdown ul li.selected:hover:after {
  color: black;
}
/* line 108, ../sass/_forms.scss */
form.custom div.custom.dropdown ul.show {
  display: block;
}
/* line 112, ../sass/_forms.scss */
form.custom .custom.disabled {
  background-color: #dddddd;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  /* line 117, ../sass/_forms.scss */
  form.custom div.custom.dropdown a.selector {
    height: 28px;
  }
}

/* line 119, ../sass/_forms.scss */
.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 28px;
}

/* Normal Buttons ---------------------- */
/* line 3, ../sass/_buttons.scss */
.button {
  width: auto;
  background: #0e76bc;
  border: 0px solid #094975;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 0.8571em;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 7px 14px 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}
/* line 6, ../sass/_buttons.scss */
.button:hover, .button:focus {
  color: white;
  background-color: #0a588d;
}
/* line 7, ../sass/_buttons.scss */
.button:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
/* line 10, ../sass/_buttons.scss */
.button.large {
  font-size: 17px;
  padding: 12px 24px 13px;
}
/* line 11, ../sass/_buttons.scss */
.button.medium {
  font-size: 14px;
}
/* line 12, ../sass/_buttons.scss */
.button.small {
  font-size: 11px;
  padding: 4px 8px 5px;
}
/* line 13, ../sass/_buttons.scss */
.button.tiny {
  font-size: 10px;
  padding: 2px 4px 3px;
}
/* line 14, ../sass/_buttons.scss */
.button.expand {
  width: 100%;
  text-align: center;
}
/* line 17, ../sass/_buttons.scss */
.button.primary {
  background-color: #0e76bc;
  border: 1px solid #094975;
}
/* line 18, ../sass/_buttons.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #0a588d;
}
/* line 20, ../sass/_buttons.scss */
.button.success {
  background-color: #5da423;
  border: 1px solid #396516;
}
/* line 21, ../sass/_buttons.scss */
.button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
/* line 23, ../sass/_buttons.scss */
.button.alert {
  background-color: #c60f13;
  border: 1px solid #7f0a0c;
}
/* line 24, ../sass/_buttons.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
/* line 26, ../sass/_buttons.scss */
.button.secondary {
  background-color: #06042e;
  color: white;
  border: 0px solid black;
  -webkit-box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0px 0 rgba(255, 255, 255, 0.5) inset;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 1.2857em;
}
/* line 27, ../sass/_buttons.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #0c085d;
}
/* line 31, ../sass/_buttons.scss */
.button.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 32, ../sass/_buttons.scss */
.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 35, ../sass/_buttons.scss */
.button.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 36, ../sass/_buttons.scss */
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
/* line 39, ../sass/_buttons.scss */
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default;
  background: #0e76bc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 40, ../sass/_buttons.scss */
.button.disabled:hover, .button[disabled]:hover {
  background: #0e76bc;
}
/* line 42, ../sass/_buttons.scss */
.button.disabled.success, .button[disabled].success {
  background-color: #5da423;
}
/* line 43, ../sass/_buttons.scss */
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
  outline: none;
}
/* line 45, ../sass/_buttons.scss */
.button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
}
/* line 46, ../sass/_buttons.scss */
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
  outline: none;
}
/* line 48, ../sass/_buttons.scss */
.button.disabled.secondary, .button[disabled].secondary {
  background-color: #194e79;
}
/* line 49, ../sass/_buttons.scss */
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #194e79;
  outline: none;
}

/* Don't use native buttons on iOS */
/* line 55, ../sass/_buttons.scss */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
  /* line 59, ../sass/_buttons.scss */
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  /* line 60, ../sass/_buttons.scss */
  input[type="submit"].tiny.button {
    padding: 0px 4px 1px;
  }

  /* line 61, ../sass/_buttons.scss */
  input[type="submit"].small.button {
    padding: 2px 8px 3px;
  }

  /* line 62, ../sass/_buttons.scss */
  input[type="submit"].button, input[type=submit].medium.button {
    padding: 5px 14px 6px;
  }

  /* line 63, ../sass/_buttons.scss */
  input[type="submit"].large.button {
    padding: 10px 24px 11px;
  }
}

/* Buttons with Dropdowns ---------------------- */
/* line 68, ../sass/_buttons.scss */
.button.dropdown {
  position: relative;
  padding-right: 38px;
  /* Sizes */
  /* Triangles */
  /* Flyout List */
  /* Split Dropdown Buttons */
}
/* line 71, ../sass/_buttons.scss */
.button.dropdown.large {
  padding-right: 48px;
}
/* line 72, ../sass/_buttons.scss */
.button.dropdown.small {
  padding-right: 16px;
}
/* line 73, ../sass/_buttons.scss */
.button.dropdown.tiny {
  padding-right: 8px;
}
/* line 76, ../sass/_buttons.scss */
.button.dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -2px;
}
/* line 77, ../sass/_buttons.scss */
.button.dropdown.large:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  right: 24px;
}
/* line 78, ../sass/_buttons.scss */
.button.dropdown.small:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-top: -2px;
  right: 8px;
}
/* line 79, ../sass/_buttons.scss */
.button.dropdown.tiny:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  right: 4px;
}
/* line 82, ../sass/_buttons.scss */
.button.dropdown > ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  left: -1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
  min-width: 100%;
  z-index: 40;
}
/* line 84, ../sass/_buttons.scss */
.button.dropdown > ul li {
  width: 100%;
  cursor: pointer;
  padding: 0;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 85, ../sass/_buttons.scss */
.button.dropdown > ul li a, .button.dropdown > ul li button {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 14px;
  text-align: left;
}
/* line 86, ../sass/_buttons.scss */
.button.dropdown > ul li button {
  width: 100%;
  border: inherit;
  background: inherit;
  font-family: inherit;
  margin: inherit;
  -webkit-font-smoothing: antialiased;
}
/* line 87, ../sass/_buttons.scss */
.button.dropdown > ul li:hover, .button.dropdown > ul li:focus {
  background-color: #b6defa;
  color: #222;
}
/* line 88, ../sass/_buttons.scss */
.button.dropdown > ul li.divider {
  min-height: 0;
  padding: 0;
  height: 1px;
  margin: 4px 0;
  background: #ededed;
}
/* line 92, ../sass/_buttons.scss */
.button.dropdown.up > ul {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
/* line 94, ../sass/_buttons.scss */
.button.dropdown ul.no-hover.show-dropdown {
  display: block !important;
}
/* line 96, ../sass/_buttons.scss */
.button.dropdown:hover > ul.no-hover {
  display: none;
}
/* line 102, ../sass/_buttons.scss */
.button.dropdown.split {
  padding: 0;
  position: relative;
  /* Sizes */
  /* Triangle Spans */
  /* Colors */
}
/* line 104, ../sass/_buttons.scss */
.button.dropdown.split:after {
  display: none;
}
/* line 105, ../sass/_buttons.scss */
.button.dropdown.split:hover, .button.dropdown.split:focus {
  background-color: #0e76bc;
}
/* line 106, ../sass/_buttons.scss */
.button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus {
  background-color: #c60f13;
}
/* line 107, ../sass/_buttons.scss */
.button.dropdown.split.success:hover, .button.dropdown.split.success:focus {
  background-color: #5da423;
}
/* line 108, ../sass/_buttons.scss */
.button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus {
  background-color: #194e79;
}
/* line 111, ../sass/_buttons.scss */
.button.dropdown.split > a {
  color: white;
  display: block;
  padding: 7px 35px 8px 14px;
  padding-left: 14px;
  padding-right: 35px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
/* line 112, ../sass/_buttons.scss */
.button.dropdown.split > a:hover, .button.dropdown.split > a:focus {
  background-color: #0a588d;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 114, ../sass/_buttons.scss */
.button.dropdown.split.large > a {
  padding: 12px 60px 13px 24px;
  padding-left: 24px;
  padding-right: 60px;
}
/* line 115, ../sass/_buttons.scss */
.button.dropdown.split.small > a {
  padding: 4px 20px 5px 8px;
  padding-left: 8px;
  padding-right: 20px;
}
/* line 116, ../sass/_buttons.scss */
.button.dropdown.split.tiny > a {
  padding: 2px 10px 3px 4px;
  padding-left: 4px;
  padding-right: 10px;
}
/* line 119, ../sass/_buttons.scss */
.button.dropdown.split > span {
  background-color: #0e76bc;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 21px;
  border-left: 1px solid #094975;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
/* line 120, ../sass/_buttons.scss */
.button.dropdown.split > span:hover, .button.dropdown.split > span:focus {
  background-color: #0a588d;
}
/* line 121, ../sass/_buttons.scss */
.button.dropdown.split > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
}
/* line 123, ../sass/_buttons.scss */
.button.dropdown.split.secondary > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: black transparent transparent transparent;
}
/* line 125, ../sass/_buttons.scss */
.button.dropdown.split.large span {
  width: 36px;
}
/* line 126, ../sass/_buttons.scss */
.button.dropdown.split.small span {
  width: 12px;
}
/* line 127, ../sass/_buttons.scss */
.button.dropdown.split.tiny span {
  width: 6px;
}
/* line 129, ../sass/_buttons.scss */
.button.dropdown.split.large span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  margin-left: -7px;
}
/* line 130, ../sass/_buttons.scss */
.button.dropdown.split.small span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -4px;
}
/* line 131, ../sass/_buttons.scss */
.button.dropdown.split.tiny span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 3px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -3px;
}
/* line 134, ../sass/_buttons.scss */
.button.dropdown.split.alert > span {
  background-color: #c60f13;
  border-left-color: #7f0a0c;
}
/* line 135, ../sass/_buttons.scss */
.button.dropdown.split.success > span {
  background-color: #5da423;
  border-left-color: #396516;
}
/* line 136, ../sass/_buttons.scss */
.button.dropdown.split.secondary > span {
  background-color: #194e79;
  border-left-color: #0c253a;
}
/* line 137, ../sass/_buttons.scss */
.button.dropdown.split.secondary > a {
  color: black;
}
/* line 139, ../sass/_buttons.scss */
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus {
  background-color: #970b0e;
}
/* line 140, ../sass/_buttons.scss */
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus {
  background-color: #457a1a;
}
/* line 141, ../sass/_buttons.scss */
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus {
  background-color: #10334f;
}

/* Button Groups ---------------------- */
/* line 147, ../sass/_buttons.scss */
ul.button-group {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  *zoom: 1;
}
/* line 4, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
ul.button-group:before, ul.button-group:after {
  content: " ";
  display: table;
}
/* line 5, ../../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
ul.button-group:after {
  clear: both;
}
/* line 149, ../sass/_buttons.scss */
ul.button-group li {
  padding: 0;
  margin: 0 0 0 -1px;
  float: left;
}
/* line 150, ../sass/_buttons.scss */
ul.button-group li:first-child {
  margin-left: 0;
}
/* line 154, ../sass/_buttons.scss */
ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 156, ../sass/_buttons.scss */
ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 157, ../sass/_buttons.scss */
ul.button-group.radius li:first-child .button.rounded {
  -moz-border-radius-topleft: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}
/* line 160, ../sass/_buttons.scss */
ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* line 161, ../sass/_buttons.scss */
ul.button-group.radius li:last-child .button.rounded {
  -moz-border-radius-topright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 166, ../sass/_buttons.scss */
ul.button-group.even .button {
  width: 100%;
}
/* line 167, ../sass/_buttons.scss */
ul.button-group.even.two-up li {
  width: 50%;
}
/* line 168, ../sass/_buttons.scss */
ul.button-group.even.three-up li {
  width: 33.3%;
}
/* line 169, ../sass/_buttons.scss */
ul.button-group.even.three-up li:first-child {
  width: 33.4%;
}
/* line 170, ../sass/_buttons.scss */
ul.button-group.even.four-up li {
  width: 25%;
}
/* line 171, ../sass/_buttons.scss */
ul.button-group.even.five-up li {
  width: 20%;
}

/* line 175, ../sass/_buttons.scss */
div.button-bar {
  overflow: hidden;
}
/* line 176, ../sass/_buttons.scss */
div.button-bar ul.button-group {
  float: left;
  margin-right: 8px;
}
/* line 177, ../sass/_buttons.scss */
div.button-bar ul.button-group:last-child {
  margin-left: 0;
}

/* line 180, ../sass/_buttons.scss */
.tabs {
  clear: both;
  height: 20px;
}
/* line 183, ../sass/_buttons.scss */
.tabs dd {
  float: left;
  padding: 2px 5px 0;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-radius: 3px 3px 0 0;
}
/* line 186, ../sass/_buttons.scss */
.tabs dd.active {
  background-color: #ccc;
}

/* line 196, ../sass/_buttons.scss */
.sharethis-buttons {
  float: right;
}

/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
/* line 9, ../sass/_orbit.scss */
.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}

/* line 11, ../sass/_orbit.scss */
.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
  /* margin-bottom: ms(1) */
}
/* line 13, ../sass/_orbit.scss */
.orbit.with-bullets {
  margin-bottom: 40px;
}
/* line 15, ../sass/_orbit.scss */
.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 16, ../sass/_orbit.scss */
.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}
/* line 17, ../sass/_orbit.scss */
.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
/* line 25, ../sass/_orbit.scss */
.orbit-wrapper .timer {
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}
/* line 26, ../sass/_orbit.scss */
.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url('/images/foundation/orbit/rotator-black.png?1400777544') no-repeat;
  z-index: 3;
}
/* line 27, ../sass/_orbit.scss */
.orbit-wrapper span.rotator.move {
  left: 0;
}
/* line 29, ../sass/_orbit.scss */
.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
/* line 30, ../sass/_orbit.scss */
.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url('/images/foundation/orbit/timer-black.png?1400777544') repeat 0 0;
}
/* line 32, ../sass/_orbit.scss */
.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/images/foundation/orbit/pause-black.png?1400777544') no-repeat;
  z-index: 4;
  opacity: 0;
}
/* line 33, ../sass/_orbit.scss */
.orbit-wrapper span.pause.active {
  background: url('/images/foundation/orbit/pause-black.png?1400777544') no-repeat 0 -40px;
}
/* line 35, ../sass/_orbit.scss */
.orbit-wrapper .timer:hover span.pause, .orbit-wrapper .timer:focus span.pause, .orbit-wrapper span.pause.active {
  opacity: 1;
}

/* Captions ---------------------- */
/* line 40, ../sass/_orbit.scss */
.orbit-caption {
  display: none;
  font-family: inherit;
}

/* line 41, ../sass/_orbit.scss */
.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* Directional Nav ---------------------- */
/* line 45, ../sass/_orbit.scss */
.orbit-wrapper {
    /*
	.slider-nav span.right { background: image-url("foundation/orbit/right-arrow.png"); background-size: 100%; right: 0; }
    .slider-nav span.left { background: image-url("foundation/orbit/left-arrow.png"); background-size: 100%; left: 0; }
    */
}
/* line 46, ../sass/_orbit.scss */
.orbit-wrapper .slider-nav {
  display: block !important;
}
/* line 47, ../sass/_orbit.scss */
.orbit-wrapper .slider-nav.hide-for-small {
  display: block !important;
}
/* line 48, ../sass/_orbit.scss */
.orbit-wrapper .slider-nav span {
  width: 61px;
  height: 122px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
/* line 53, ../sass/_orbit.scss */
.orbit-wrapper .slider-nav span.right {
  background: url("../images/slider-next-off.png");
  background-size: 100%;
  right: 0;
}
/* line 54, ../sass/_orbit.scss */
.orbit-wrapper .slider-nav span.right:hover {
  background: url("../images/slider-next-on.png");
}
/* line 55, ../sass/_orbit.scss */
.orbit-wrapper .slider-nav span.left {
  background: url("../images/slider-prev-off.png");
  background-size: 100%;
  left: 0;
}
/* line 56, ../sass/_orbit.scss */
.orbit-wrapper .slider-nav span.left:hover {
  background: url("../images/slider-prev-on.png");
}

/* line 61, ../sass/_orbit.scss */
.lt-ie9 .orbit-wrapper .slider-nav span.right {
  background: url("../images/slider-next-off.png");
}
/* line 62, ../sass/_orbit.scss */
.lt-ie9 .orbit-wrapper .slider-nav span.right:hover {
  background: url("../images/slider-next-on.png");
}
/* line 63, ../sass/_orbit.scss */
.lt-ie9 .orbit-wrapper .slider-nav span.left {
  background: url("../images/slider-prev-off.png");
}
/* line 64, ../sass/_orbit.scss */
.lt-ie9 .orbit-wrapper .slider-nav span.left:hover {
  background: url("../images/slider-prev-on.png");
}

/* Bullet Nav ---------------------- */
/* line 70, ../sass/_orbit.scss */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
/* line 71, ../sass/_orbit.scss */
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url("../images/orbit-bullets-new.png") no-repeat 0px 0px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}
/* line 72, ../sass/_orbit.scss */
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -25px 0px;
}
/* line 73, ../sass/_orbit.scss */
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
/* line 74, ../sass/_orbit.scss */
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}

/* Orbit Slide Counter */
/* line 79, ../sass/_orbit.scss */
.orbit-slide-counter {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
}

/* Fluid Layout ---------------------- */
/* line 83, ../sass/_orbit.scss */
.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

/* line 84, ../sass/_orbit.scss */
.orbit, .orbit-wrapper {
  width: 100% !important;
}

/* Correct timer in IE */
/* line 87, ../sass/_orbit.scss */
.lt-ie9 .timer {
  display: none !important;
}

/* line 88, ../sass/_orbit.scss */
.lt-ie9 .orbit-caption {
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  /* line 92, ../sass/_orbit.scss */
  .orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
  }

  /* line 95, ../sass/_orbit.scss */
  .orbit.orbit-stack-on-small .orbit-slide {
    position: static;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 554px) {
  /* line 104, ../sass/_orbit.scss */
  .orbit-wrapper .slider-nav span {
    width: 30px;
    height: 60px;
  }
  /* line 105, ../sass/_orbit.scss */
  .orbit-wrapper .slider-nav span.right {
    background: url("../images/slider-next-off-sm.png");
    background-size: 100%;
    right: 0;
  }
  /* line 106, ../sass/_orbit.scss */
  .orbit-wrapper .slider-nav span.right:hover {
    background: url("../images/slider-next-on-sm.png");
  }
  /* line 107, ../sass/_orbit.scss */
  .orbit-wrapper .slider-nav span.left {
    background: url("../images/slider-prev-off-sm.png");
    background-size: 100%;
    left: 0;
  }
  /* line 108, ../sass/_orbit.scss */
  .orbit-wrapper .slider-nav span.left:hover {
    background: url("../images/slider-prev-on-sm.png");
  }
}
/*============== FONTS ==============*/
@font-face {
  font-family: 'open_sansregular';
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular-webfont.svg#open_sansregular") format("svg"), url("fonts/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

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

/*============== MIXINS ==============*/
/*============== GLOBAL ==============*/
/* line 106, ../sass/app.scss */
h1 {
  font-size: 2.1428em;
  line-height: normal;
  font-weight: normal;
  color: white;
}

/* line 107, ../sass/app.scss */
h2 {
  font-size: 1.7142em;
  font-weight: normal;
}

/* line 108, ../sass/app.scss */
h3 {
  font-size: 1.1428em;
  font-weight: normal;
}

/* line 109, ../sass/app.scss */
h4 {
  font-size: 1.0714em;
  font-weight: normal;
}

/* line 110, ../sass/app.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 111, ../sass/app.scss */
p {
  font-size: 1em;
}

/* line 112, ../sass/app.scss */
.go, li.node-readmore a {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 0.8571em;
  color: #0e76bc;
}

/* line 113, ../sass/app.scss */
.go:after, li.node-readmore a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 5px;
  top: 2px;
  background-image: url(../images/sprite.png);
  background-position: right 0;
  background-repeat: no-repeat;
}

/* needed for homepage slider */
/* line 116, ../sass/app.scss */
html {
  height: 100%;
}

/* line 117, ../sass/app.scss */
body.front {
  height: 100%;
}

/* needed for spacing of main content areas */
/* line 120, ../sass/app.scss */
.main-content {
  width: 100%;
  padding: 20px 0;
}

/* giant banner photo */
/* line 123, ../sass/app.scss */
.banner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Removes dotted outline in IE and FF*/
/* line 126, ../sass/app.scss */
a {
  outline: 0;
}

/* line 130, ../sass/app.scss */
input::-moz-focus-inner {
  border: 0;
}

/*============== HEADER ==============*/
/* styles needed for sticky header */
/* line 136, ../sass/app.scss */
#header-container {
  width: 100%;
  position: fixed;
  z-index: 1001;
}

/* line 138, ../sass/app.scss */
body.transparent-header #content-wrapper,
body.capabilities #content-wrapper {
  padding-top: 109px;
}

/* line 139, ../sass/app.scss */
#content-wrapper {
  padding-top: 178px;
}

/* line 141, ../sass/app.scss */
header {
  width: 100%;
  padding: 20px 0;
  background: url(../images/trans.png);
}
/* line 142, ../sass/app.scss */
header #edit-search-block-form--2 {
  background-color: #fff;
  border: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  height: 100%;
}
/* line 151, ../sass/app.scss */
header .header-content {
  height: 18px;
  width: 100%;
}
/* line 154, ../sass/app.scss */
header .header-content .block-search {
  max-width: 133px;
  border: #d3d4d6 1px solid;
  margin: 0 0 0 10px;
  padding: 0px;
  float: right;
  position: relative;
  top: 10px;
  height: 18px;
}
/* line 163, ../sass/app.scss */
header .header-content .block-search .asg-search-in {
  color: #d3d4d6;
  padding: 0 0 0 5px;
}
/* line 167, ../sass/app.scss */
header .header-content .block-search .asg-search-btn {
  display: block;
  background: transparent url("../images/search-btn.png") no-repeat;
  height: 12px;
  width: 12px;
  margin: 3px 3px 0 5px;
  padding: 0px;
  border: none;
}
/* line 176, ../sass/app.scss */
header .header-content .block-search form {
  margin-bottom: 0;
}
/* line 179, ../sass/app.scss */
header .header-content .block-search .form-submit {
  position: absolute;
  right: 0;
}

/* main nav */
/* line 189, ../sass/app.scss */
#main-nav ul {
  float: right;
  list-style: none;
  margin: 15px 0 0;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 190, ../sass/app.scss */
#main-nav ul li {
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 191, ../sass/app.scss */
#main-nav ul li a {
  font-family: "open_sanssemibold";
  color: #262262;
  text-transform: uppercase;
}
/* line 192, ../sass/app.scss */
#main-nav ul li a:hover {
  color: #2677b8;
}
/* line 194, ../sass/app.scss */
#main-nav ul li:last-child {
  /*border-left: 1px solid #c7c6d2;*/
  padding-right: 0;
}
/* line 195, ../sass/app.scss */
#main-nav ul li.active a {
  color: #2677b8;
}

/* subnav */
/* line 201, ../sass/app.scss */
#subnav-container {
  width: 100%;
  height: 69px;
  background: url(../images/bg-subnav.png);
  padding: 2px 0;
  position: relative;
  z-index: 999;
}
/* line 202, ../sass/app.scss */
#subnav-container .selector-nav, #subnav-container .block-albright-select-a-region {
  float: right;
  margin-top: 16px;
}

/* transparent header bg */
/* line 206, ../sass/app.scss */
body.transparent-header #subnav-container {
  /* background: $transBlack; */
  background: url(../images/bg-subnav.png);
}

/* line 209, ../sass/app.scss */
#subnav ul.menu, #subnav .block-interactive-news-article-terms ul {
  float: right;
  list-style: none;
  margin: 24px 0 0;
}
/* line 210, ../sass/app.scss */
#subnav ul.menu li, #subnav .block-interactive-news-article-terms ul li {
  float: left;
  padding: 0 10px;
  font-size: 1.1428em;
  line-height: 1;
  border-right: 1px solid #a2d4f6;
}
/* line 211, ../sass/app.scss */
#subnav ul.menu li a, #subnav .block-interactive-news-article-terms ul li a {
  color: #a2d4f6;
}
/* line 212, ../sass/app.scss */
#subnav ul.menu li a:hover, #subnav .block-interactive-news-article-terms ul li a:hover {
  color: white;
}
/* line 214, ../sass/app.scss */
#subnav ul.menu li:first-child, #subnav .block-interactive-news-article-terms ul li:first-child {
  padding-left: 0;
}
/* line 215, ../sass/app.scss */
#subnav ul.menu li:last-child, #subnav .block-interactive-news-article-terms ul li:last-child {
  padding-right: 0;
  border: 0;
}
/* line 216, ../sass/app.scss */
#subnav ul.menu li a.active, #subnav .block-interactive-news-article-terms ul li a.active {
  color: white;
}
/* line 221, ../sass/app.scss */
#subnav .block-interactive-news-article-terms ul li a .count {
  display: none;
}
/* line 224, ../sass/app.scss */
#subnav form#albright-region-jump-form.custom .custom.dropdown ul {
  /* Override Foundation's _forms.scss */
  max-height: none;
}

/*============== MOBILE NAV ==============*/
/* line 232, ../sass/app.scss */
.navicon {
  display: block;
  float: right;
  position: relative;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat;
  background-position: right -40px;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 234, ../sass/app.scss */
#mobile-nav-container {
  display: none;
  background: white;
}
/* line 238, ../sass/app.scss */
#mobile-nav-container #mobile-header {
  padding: 20px 0;
}
/* line 240, ../sass/app.scss */
#mobile-nav-container #mobile-nav {
  display: none;
  background: #262262;
}
/* line 241, ../sass/app.scss */
#mobile-nav-container #mobile-nav ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
/* line 242, ../sass/app.scss */
#mobile-nav-container #mobile-nav ul li {
  padding: 3px 0;
}
/* line 243, ../sass/app.scss */
#mobile-nav-container #mobile-nav ul li a {
  color: white;
  font-size: 1em;
  text-transform: uppercase;
}
/* line 244, ../sass/app.scss */
#mobile-nav-container #mobile-nav ul li a:hover {
  color: #c8b1e7;
}

/*============== FOOTER ==============*/
/* line 253, ../sass/app.scss */
footer {
  width: 100%;
  min-height: 200px;
  padding: 40px 0;
  background: #06042e;
  font-size: 0.8571em;
  color: white;
}
/* line 254, ../sass/app.scss */
footer ul {
  margin: 0;
  list-style: none;
}
/* line 255, ../sass/app.scss */
footer ul li {
  float: left;
  padding: 0 10px;
  font-size: 0.8571em;
  line-height: 1;
  border-right: 1px solid white;
}
/* line 256, ../sass/app.scss */
footer ul li a {
  color: white;
}
/* line 257, ../sass/app.scss */
footer ul li:first-child {
  padding-left: 0;
}
/* line 258, ../sass/app.scss */
footer ul li:last-child {
  border: 0;
}
/* line 262, ../sass/app.scss */
footer .block-menu-footer-menu,
footer #footer-nav {
  float: right;
}
/* line 264, ../sass/app.scss */
footer .block-menu-footer-menu ul li,
footer #footer-nav ul li {
  padding: 0 15px;
}
/* line 265, ../sass/app.scss */
footer .block-menu-footer-menu ul li:first-child,
footer #footer-nav ul li:first-child {
  padding-left: 0;
}
/* line 266, ../sass/app.scss */
footer .block-menu-footer-menu ul li:last-child,
footer #footer-nav ul li:last-child {
  padding-right: 0;
}
/* line 270, ../sass/app.scss */
footer .contact {
  white-space: nowrap;
}

/* homepage sticky footer */
/* line 274, ../sass/app.scss */
#home-wrapper {
  height: 100%;
  overflow: hidden;
  padding-bottom: 44px;
}

/* must be same height as the footer */
/* line 275, ../sass/app.scss */
.front footer {
  position: relative;
  z-index: 999;
  min-height: inherit;
  padding: 15px 0;
  position: relative;
  margin-top: -45px;
  height: 45px;
  clear: both;
}

/*============== SUBPANELS ==============*/
/* line 279, ../sass/app.scss */
section.panel {
  position: relative;
}
/* line 281, ../sass/app.scss */
section.panel a.subpanel-anchor {
  position: absolute;
  top: -178px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
}

/*============== ABOUT SECTION ==============*/
/* tagline or quotation in big blue area */
/* line 286, ../sass/app.scss */
#tag-container {
  background: url(../images/bg-check.png) #0e76bc;
  padding: 45px 0;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/* line 287, ../sass/app.scss */
#tag-container .tag {
  font-size: 1.7142em;
  color: white;
  margin: 0;
  line-height: 1.6;
}

/* line 290, ../sass/app.scss */
#who-we-are, body.section-about-us .main-content {
  padding: 15px 0 25px;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

/* line 291, ../sass/app.scss */
#panel-leadership {
  background: url(../images/grad-gray.png) repeat-x;
  padding: 25px 0 0;
}

/* leadership photos */
/* line 295, ../sass/app.scss */
.block-interactive-vip-teaser-list .node-vip {
  margin-bottom: 35px;
}
/* line 296, ../sass/app.scss */
.block-interactive-vip-teaser-list .node-vip:hover {
  background: #0e76bc;
  cursor: pointer;
}
/* line 297, ../sass/app.scss */
.block-interactive-vip-teaser-list .node-vip:hover h3, .block-interactive-vip-teaser-list .node-vip:hover p, .block-interactive-vip-teaser-list .node-vip:hover li.node-readmore a {
  color: white;
}
/* line 298, ../sass/app.scss */
.block-interactive-vip-teaser-list .node-vip:hover li.node-readmore a:after {
  background-position: right -11px;
}
/* line 301, ../sass/app.scss */
.block-interactive-vip-teaser-list .text {
  padding: 0 12px 24px;
}

/* filtering tools */
/* line 305, ../sass/app.scss */
.team-filter {
  background: #115f9c;
}
/* line 306, ../sass/app.scss */
.team-filter h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: white;
}
/* line 307, ../sass/app.scss */
.team-filter form {
  float: right;
  margin: 10px 0 0 0;
}
/* line 308, ../sass/app.scss */
.team-filter form .form-type-select {
  float: left;
  margin: 0 0 0 12px;
}
/* line 310, ../sass/app.scss */
.team-filter form label {
  display: none;
}

/* filtering results */
/* line 317, ../sass/app.scss */
#team-filter-results {
  background: #0e76bc;
  padding: 30px 0 90px;
}
/* line 318, ../sass/app.scss */
#team-filter-results .block-block {
  color: #a2d4f6;
}
/* line 321, ../sass/app.scss */
#team-filter-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 322, ../sass/app.scss */
#team-filter-results ul li {
  line-height: 2;
}
/* line 323, ../sass/app.scss */
#team-filter-results ul li a {
  color: white;
  font-size: 16px;
}
/* line 325, ../sass/app.scss */
#team-filter-results ul li a:hover {
  color: #a2d4f6;
}

/* line 331, ../sass/app.scss */
#panel-partners {
  padding: 15px 0 25px;
}
/* line 332, ../sass/app.scss */
#panel-partners ul {
  list-style: none;
}

/* about details page */
/* line 337, ../sass/app.scss */
.node-vip.view-mode-full .node-title {
  margin: 10px 0 25px;
}
/* line 338, ../sass/app.scss */
.node-vip.view-mode-full .field-name-field-vip-image {
  float: left;
  /* width: 180px; height: 196px; */
  margin: 0 25px 25px 0;
}

/*============== PEOPLE =====================*/
/*============== GLOBAL REACH ==============*/
/* line 343, ../sass/app.scss */
.map-container {
  background: url(../images/bg-check.png) #0e76bc;
  padding: 15px 0;
  border: solid 0px;
}
/* line 347, ../sass/app.scss */
.map-container #map {
  margin-top: -40px;
  position: relative;
  width: 940px;
  height: 420px;
  border: solid 0px;
  overflow: hidden;
  background: url(../images/map-all.png) no-repeat;
}

/* line 358, ../sass/app.scss */
#global-map {
  border: none;
}

/* line 362, ../sass/app.scss */
.team-list {
  overflow: hidden;
}
/* line 364, ../sass/app.scss */
.team-list ul {
  list-style: none;
}

/* line 368, ../sass/app.scss */
.team-leads {
  overflow: hidden;
}
/* line 370, ../sass/app.scss */
.team-leads ul {
  list-style: none;
}

/*============== TEASER STYLES ==============*/
/* line 377, ../sass/app.scss */
.block-albright-case-studies-teasers {
  clear: both;
  overflow: hidden;
  margin-top: 15px;
}
/* line 378, ../sass/app.scss */
.block-albright-case-studies-teasers .node-case-study.node-teaser {
  margin: 10px 0;
  overflow: hidden;
}
/* line 379, ../sass/app.scss */
.block-albright-case-studies-teasers .node-case-study.node-teaser .node-title {
  font-weight: bold;
}
/* line 380, ../sass/app.scss */
.block-albright-case-studies-teasers .node-case-study.node-teaser p {
  margin-bottom: 10px;
}
/* line 381, ../sass/app.scss */
.block-albright-case-studies-teasers .node-case-study.node-teaser .node-readmore a {
  font-weight: bold;
}
/* line 383, ../sass/app.scss */
.block-albright-case-studies-teasers .node-case-study.node-teaser .field-name-field-banner-image {
  display: none !important;
}

/* line 387, ../sass/app.scss */
.node-article.node-teaser {
  margin: 35px 0;
}
/* line 389, ../sass/app.scss */
.node-article.node-teaser:first-child {
  /* This is a little goofy, but matches with h2 top margin
     to align with right col header. */
  margin-top: 14px;
}
/* line 396, ../sass/app.scss */
.node-article.node-teaser .node-title {
  font-weight: bold;
  font-size: 1.1428em;
}
/* line 397, ../sass/app.scss */
.node-article.node-teaser .field-name-field-article-author {
  color: #666666;
}
/* line 398, ../sass/app.scss */
.node-article.node-teaser p {
  margin: 10px 0;
}
/* line 399, ../sass/app.scss */
.node-article.node-teaser .node-readmore a {
  font-weight: bold;
}

/*============== FULL NODES ==============*/
/* line 404, ../sass/app.scss */
.node-article.view-mode-full .field-name-field-article-date {
  /* This is a little goofy, but matches with h2 top margin
     to align with right col header. */
  margin-top: 14px;
}
/* line 409, ../sass/app.scss */
.node-article.view-mode-full .field-name-field-article-author {
  color: #666666;
  margin-bottom: 20px;
}
/* line 410, ../sass/app.scss */
.node-article.view-mode-full .field-name-field-article-image {
  float: left;
  margin: 0 20px 10px 0;
}

/*============== RIGHT COLUMNS ==============*/
/* line 414, ../sass/app.scss */
.right-rail {
  padding: 20px 18px 100px;
  background: url(../images/curve.png) no-repeat center bottom #efefef;
  margin-bottom: 40px;
}
/* line 415, ../sass/app.scss */
.right-rail .block-title {
  font-size: 1.2857em;
  margin-bottom: 25px;
}
/* line 416, ../sass/app.scss */
.right-rail .promo-block, .right-rail .view-mode-teaser, .right-rail .node-teaser {
  padding-bottom: 10px;
}
/* line 418, ../sass/app.scss */
.right-rail .promo-block .field-name-field-banner-image img, .right-rail .view-mode-teaser .field-name-field-banner-image img, .right-rail .node-teaser .field-name-field-banner-image img {
  border: 3px solid white;
}
/* line 420, ../sass/app.scss */
.right-rail .promo-block p, .right-rail .view-mode-teaser p, .right-rail .node-teaser p {
  margin-bottom: 10px;
}
/* line 421, ../sass/app.scss */
.right-rail .promo-block a.learn-more, .right-rail .promo-block li.node-readmore a, .right-rail .view-mode-teaser a.learn-more, .right-rail .view-mode-teaser li.node-readmore a, .right-rail .node-teaser a.learn-more, .right-rail .node-teaser li.node-readmore a {
  font-weight: bold;
}
/* line 422, ../sass/app.scss */
.right-rail .promo-block li.node-readmore a, .right-rail .view-mode-teaser li.node-readmore a, .right-rail .node-teaser li.node-readmore a {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
}
/* line 423, ../sass/app.scss */
.right-rail .promo-block li.node-readmore a:after, .right-rail .view-mode-teaser li.node-readmore a:after, .right-rail .node-teaser li.node-readmore a:after {
  background: none;
  height: 0;
  width: 0;
}
/* line 426, ../sass/app.scss */
.right-rail .block-albright-jobs-listing ul {
  list-style-type: none;
}
/* line 428, ../sass/app.scss */
.right-rail .block-albright-jobs-listing ul li {
  margin-bottom: 10px;
}
/* line 432, ../sass/app.scss */
.right-rail .item-list ul li {
  list-style-type: none;
  margin: 8px 0;
}
/* line 437, ../sass/app.scss */
.right-rail hr {
  border-color: #d1cfda;
  margin-top: 0;
}
/* line 438, ../sass/app.scss */
.right-rail .button {
  width: 100%;
  text-align: left;
  padding-left: 10px;
  position: relative;
  white-space: nowrap;
}
/* line 439, ../sass/app.scss */
.right-rail .button:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/sprite.png) no-repeat;
  background-position: right -11px;
}

/* line 443, ../sass/app.scss */
.field-name-field-rel-capabilities {
  margin-top: 20px;
  border-top: 1px solid #d1cfda;
  padding-top: 20px;
}
/* line 448, ../sass/app.scss */
.field-name-field-rel-capabilities .field-label {
  margin: 0 0 10px 0;
  font-weight: normal;
}
/* line 449, ../sass/app.scss */
.field-name-field-rel-capabilities .related-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 450, ../sass/app.scss */
.field-name-field-rel-capabilities .related-links li {
  margin-bottom: 8px;
}
/* line 452, ../sass/app.scss */
.field-name-field-rel-capabilities .related-links li a {
  color: #333333;
  display: block;
  position: relative;
  padding-right: 15px;
}
/* line 453, ../sass/app.scss */
.field-name-field-rel-capabilities .related-links li a:hover {
  color: #0e76bc;
}
/* line 454, ../sass/app.scss */
.field-name-field-rel-capabilities .related-links li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  display: block;
  width: 7px;
  height: 11px;
  background: url(../images/sprite.png) no-repeat right -22px;
}
/* line 455, ../sass/app.scss */
.field-name-field-rel-capabilities .related-links li a:hover:after {
  background-position: right 0;
}

/*============== HOMEPAGE ROTATOR ==============*/
/* line 463, ../sass/app.scss */
#home-wrapper #main-content, #home-wrapper .block-interactive-rotator {
  width: inherit;
  height: inherit;
}

/* line 466, ../sass/app.scss */
#slider {
  height: 100%;
  overflow: auto;
}

/* line 467, ../sass/app.scss */
.slide {
  padding: 150px 0 0 0;
}
/* line 468, ../sass/app.scss */
.slide .content {
  width: 100%;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 475, ../sass/app.scss */
.slide .inner-content {
  margin: 35px auto;
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 481, ../sass/app.scss */
.slide .rotator.title {
  width: 35%;
  margin-left: 5%;
  float: left;
  display: block;
  padding-right: 30px;
  border-right: 2px solid #fff;
}
/* line 488, ../sass/app.scss */
.slide .rotator.title .node-title {
  font-size: 3.1428em;
  line-height: 44px;
  font-family: "Times New Roman", Times, Georgia, serif;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0;
  text-transform: uppercase;
}
/* line 498, ../sass/app.scss */
.slide .rotator.body {
  width: 55%;
  margin-right: 5%;
  float: left;
  display: block;
  padding-left: 30px;
}
/* line 506, ../sass/app.scss */
.slide .rotator.body .body.field h2 {
  font-size: 1.7142em;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0;
}
/* line 511, ../sass/app.scss */
.slide .rotator.body .field-wrapper {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
/* line 516, ../sass/app.scss */
.slide .rotator.body .button.secondary {
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background-color: #0e76bc;
  font-size: 1em;
}

/* line 525, ../sass/app.scss */
.fullbg {
  background-attachment: fixed;
  background-clip: border-box;
  background-color: transparent;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: auto;
  position: relative;
  z-index: 1;
}

/* background images */
/* line 547, ../sass/app.scss */
.bg1 {
  background-image: url(../images/home-photo-1.jpg);
}

/* line 547, ../sass/app.scss */
.bg2 {
  background-image: url(../images/home-photo-2.jpg);
}

/* line 547, ../sass/app.scss */
.bg3 {
  background-image: url(../images/home-photo-3.jpg);
}

/* line 547, ../sass/app.scss */
.bg4 {
  background-image: url(../images/home-photo-4.jpg);
}

/* text in slides */
/* line 554, ../sass/app.scss */
.front .slide h1 {
  /*font-size: $fSize50;
  font-family: $secondaryFontFamily;
  color: $darkColor;
  @include text-shadow(rgba(white, 0.75) 1px 1px 0);*/
}
/* line 560, ../sass/app.scss */
.front .slide p {
  font-size: 1.1428em;
  font-family: "Times New Roman", Times, Georgia, serif;
  color: #06042e;
  text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}

/* nav bullets */
/* line 563, ../sass/app.scss */
ul.orbit-bullets {
  bottom: 10px;
}

/* line 564, ../sass/app.scss */
ul.orbit-bullets.hide-for-small {
  display: block !important;
}

/*============== CAPABILITIES ==============*/
/* line 567, ../sass/app.scss */
.intro {
  background: #024e81;
  color: #b6c3d1;
  text-align: center;
  padding: 40px 0;
}
/* line 572, ../sass/app.scss */
.intro h1 {
  font-size: 2.5714em;
}
/* line 573, ../sass/app.scss */
.intro p {
  font-size: 1.7142em;
  line-height: 1.35;
  margin: 0 35px;
}
/* line 574, ../sass/app.scss */
.intro .down-arrow {
  margin-top: 45px;
}

/* line 578, ../sass/app.scss */
.capabilities #subnav-container {
  /*background-color: #478bc8; background-image: $checkeredBlue;*/
}
/* line 579, ../sass/app.scss */
.capabilities #subnav-container #subnav {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 580, ../sass/app.scss */
.capabilities #subnav-container #subnav ul.menu {
  clear: left;
  float: left;
  list-style: none;
  position: relative;
  left: 50%;
  text-align: center;
  margin-top: 12px;
  white-space: nowrap;
}
/* line 581, ../sass/app.scss */
.capabilities #subnav-container #subnav ul.menu li {
  display: block;
  float: left;
  list-style: none;
  position: relative;
  right: 50%;
}
/* line 582, ../sass/app.scss */
.capabilities #subnav-container #subnav ul.menu li a {
  display: block;
  text-decoration: none;
  white-space: normal;
  line-height: 1.3;
  font-weight: bold;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
/* line 583, ../sass/app.scss */
.capabilities #subnav-container #subnav ul.menu li a span {
  display: block;
  width: 130px;
  height: 42px;
}
/* line 585, ../sass/app.scss */
.capabilities #subnav-container #subnav ul.menu li.active a {
  color: white;
}
/* line 586, ../sass/app.scss */
.capabilities #subnav-container #subnav ul.menu li:nth-child(5) span {
  width: 150px;
}
/* line 592, ../sass/app.scss */
.capabilities .subnav-offset.shim {
  margin-top: 69px;
}
/* line 594, ../sass/app.scss */
.capabilities section {
  display: block;
}
/* line 597, ../sass/app.scss */
.capabilities section .back-to-top-container {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 115px;
}
/* line 598, ../sass/app.scss */
.capabilities section .back-to-top {
  position: relative;
  left: -50%;
  display: block;
  width: 115px;
  height: 53px;
  background: url(../images/sprite.png) no-repeat right -100px;
  text-indent: -999px;
  overflow: hidden;
}
/* line 599, ../sass/app.scss */
.capabilities section .button {
  position: absolute;
  bottom: 140px;
  right: 0;
  font-size: 1.2857em;
  color: white;
  font-weight: bold;
  border: 0;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0;
  background-color: #858585;
  padding: 12px;
  padding-left: 20px;
  padding-right: 60px;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
/* line 600, ../sass/app.scss */
.capabilities section .button:after {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: 15px;
  width: 18px;
  height: 27px;
  background: url(../images/sprite.png) no-repeat right -220px;
}
/* line 602, ../sass/app.scss */
.capabilities section .content {
  position: relative;
  width: auto;
  padding: 15px 20px;
  /* background: url(../images/trans-50.png) repeat; */
}
/* line 603, ../sass/app.scss */
.capabilities section .content ul {
  padding-left: 20px;
}
/* line 604, ../sass/app.scss */
.capabilities section .content .text-container {
  position: relative;
  z-index: 5;
}
/* line 605, ../sass/app.scss */
.capabilities section .content .trans-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* These three lines are for transparency in all browsers. */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: .8;
}
/* line 618, ../sass/app.scss */
.capabilities section.panel {
  position: relative;
}
/* line 620, ../sass/app.scss */
.capabilities section.panel .node-sub-panel {
  position: static;
}
/* line 622, ../sass/app.scss */
.capabilities section.panel h2 {
  font-size: 2.7857em;
  margin-bottom: 20px;
  text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Georgia, serif;
}
/* line 623, ../sass/app.scss */
.capabilities section.panel h3 {
  font-size: 1.5em;
  text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}
/* line 624, ../sass/app.scss */
.capabilities section.panel p {
  text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}
/* line 627, ../sass/app.scss */
.capabilities section.panel-1 {
  background: url(../images/capabilities-panel-1.jpg) 50% 0 no-repeat fixed #eba763;
  height: 550px;
}
/* line 630, ../sass/app.scss */
.capabilities section.panel-1 .content {
  top: 50px;
  left: 0px;
}
/* line 631, ../sass/app.scss */
.capabilities section.panel-1 .content .trans-bg {
  background-color: #fff;
}
/* line 633, ../sass/app.scss */
.capabilities section.panel-1 .button {
  background-color: #323094;
}
/* line 634, ../sass/app.scss */
.capabilities section.panel-1 .button:hover {
  background-color: #181747;
}
/* line 638, ../sass/app.scss */
.capabilities section.panel-2 {
  background: url(../images/capabilities-panel-2.jpg) 50% 0 no-repeat fixed #082c4a;
  height: 615px;
}
/* line 641, ../sass/app.scss */
.capabilities section.panel-2 .content {
  top: 60px;
  right: 0px;
  text-align: right;
}
/* line 642, ../sass/app.scss */
.capabilities section.panel-2 .content .trans-bg {
  background-color: #fff;
}
/* line 644, ../sass/app.scss */
.capabilities section.panel-2 .button {
  background-color: #ccbba9;
  bottom: 60px;
}
/* line 645, ../sass/app.scss */
.capabilities section.panel-2 .button:hover {
  background-color: #a68869;
}
/* line 649, ../sass/app.scss */
.capabilities section.panel-3 {
  background: url(../images/capabilities-panel-3.jpg) 50% 0 no-repeat fixed #d5e9f5;
  height: 650px;
}
/* line 652, ../sass/app.scss */
.capabilities section.panel-3 .content {
  position: relative;
  top: 80px;
  margin: 0 auto;
  /* width: 800px; */
  text-align: center;
}
/* line 657, ../sass/app.scss */
.capabilities section.panel-3 .content .trans-bg {
  background-color: #fff;
}
/* line 659, ../sass/app.scss */
.capabilities section.panel-3 .button {
  background-color: #086650;
  bottom: 80px;
}
/* line 661, ../sass/app.scss */
.capabilities section.panel-3 .button:hover {
  background-color: #010706;
}
/* line 663, ../sass/app.scss */
.capabilities section.panel-3 .back-to-top {
  background-position: right -160px;
}
/* line 666, ../sass/app.scss */
.capabilities section.panel-4 {
  background: url(../images/capabilities-panel-4.jpg) 50% 0 no-repeat fixed #8da8c0;
  height: 650px;
}
/* line 669, ../sass/app.scss */
.capabilities section.panel-4 .content {
  top: 60px;
  left: 0px;
}
/* line 670, ../sass/app.scss */
.capabilities section.panel-4 .content .trans-bg {
  background-color: #fff;
}
/* line 672, ../sass/app.scss */
.capabilities section.panel-4 .button {
  background-color: #25375a;
  bottom: 70px;
}
/* line 673, ../sass/app.scss */
.capabilities section.panel-4 .button:hover {
  background-color: #070b12;
}
/* line 677, ../sass/app.scss */
.capabilities section.panel-5 {
  background: url(../images/capabilities-panel-5.jpg) 50% 0 no-repeat fixed #1c1d22;
  height: 540px;
}
/* line 678, ../sass/app.scss */
.capabilities section.panel-5 .content {
  top: 60px;
  left: 0px;
}
/* line 679, ../sass/app.scss */
.capabilities section.panel-5 .content .trans-bg {
  background-color: #fff;
}
/* line 681, ../sass/app.scss */
.capabilities section.panel-5 .button {
  background-color: #5c80a5;
  bottom: 30px;
}
/* line 682, ../sass/app.scss */
.capabilities section.panel-5 .button:hover {
  background-color: #374d64;
}
/* line 686, ../sass/app.scss */
.capabilities section.panel-6 {
  background: url(../images/capabilities-panel-6.jpg) 50% 0 no-repeat fixed #d3dae4;
  height: 580px;
}
/* line 689, ../sass/app.scss */
.capabilities section.panel-6 .content {
  top: 60px;
  right: 0px;
  text-align: right;
}
/* line 690, ../sass/app.scss */
.capabilities section.panel-6 .content .trans-bg {
  background-color: #dbe0e9;
}
/* line 692, ../sass/app.scss */
.capabilities section.panel-6 .button {
  background-color: #2d4160;
}
/* line 693, ../sass/app.scss */
.capabilities section.panel-6 .button:hover {
  background-color: #0c121b;
}

/*============== NEWSLETTERS ===============*/
/* line 699, ../sass/app.scss */
.view-newsletters .item-list ul {
  list-style-type: none;
}

/* line 702, ../sass/app.scss */
.view-newsletters span.field-content {
  color: #333333;
  font-family: "open_sansregular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.1428em;
  margin-bottom: 14px;
  margin-top: 14px;
  text-rendering: optimizelegibility;
  display: block;
}

/* line 714, ../sass/app.scss */
.block-interactive-newsletter-archives {
  margin-bottom: 30px;
}

/* line 717, ../sass/app.scss */
.view-newsletters span.field-content a {
  color: #0e76bc;
  font-family: "Times New Roman",Times,Georgia,serif;
  font-size: 0.8571em;
}

/* line 722, ../sass/app.scss */
.view-newsletters .node-readmore {
  margin: 35px 0;
}

/* line 726, ../sass/app.scss */
.view-newsletters .node-readmore:first-child {
  margin-top: 14px;
}

/*============== FORMS ==============*/
/* line 731, ../sass/app.scss */
.alert-box {
  padding: 20px;
  margin: 0 0 20px;
}
/* line 734, ../sass/app.scss */
.alert-box ul {
  margin: 0 0 0 20px;
  padding: 0;
  color: #c60f13;
}

/* line 742, ../sass/app.scss */
form.contact label {
  color: #666666;
  padding: 5px 0;
}
/* line 743, ../sass/app.scss */
form.contact .form-required {
  color: #c00;
}
/* line 744, ../sass/app.scss */
form.contact input[type=text], form.contact input[type=email], form.contact textarea {
  background: #f8f9f9;
}
/* line 746, ../sass/app.scss */
form.contact input[type=submit] {
  margin: 20px 0;
  background: #0e76bc;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.1428em;
}
/* line 748, ../sass/app.scss */
form.contact div.custom.dropdown {
  width: 100% !important;
}
/* line 749, ../sass/app.scss */
form.contact div.custom.dropdown a.current {
  color: #666666;
  background: #f8f9f9;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 30px;
  min-height: 32px;
}
/* line 750, ../sass/app.scss */
form.contact div.custom.dropdown a.selector {
  background: #f8f9f9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 32px;
}
/* line 751, ../sass/app.scss */
form.contact div.custom.dropdown a.selector:after {
  background-position: right -274px;
}
/* line 754, ../sass/app.scss */
form.contact div.custom.dropdown:hover, form.contact div.custom.dropdown.open {
  /* a.selector {
    &:after {
      @include cssTriangle(5px, $custSelectTriangleColorOpen, top);
    }
  } */
}
/* line 761, ../sass/app.scss */
form.contact div.custom.dropdown:hover a.selector:after, form.contact div.custom.dropdown.open a.selector:after {
  background-position: right -281px;
}
/* line 764, ../sass/app.scss */
form.contact div.custom.dropdown ul {
  border-color: #ccc;
  width: 100% !important;
}

/* line 768, ../sass/app.scss */
#admin-menu {
  z-index: 1005;
}

/*============== Media Queries Overrides ==============*/
/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
/* line 10, ../sass/_mqueries.scss */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

/* line 18, ../sass/_mqueries.scss */
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  /* line 27, ../sass/_mqueries.scss */
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 34, ../sass/_mqueries.scss */
  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 44, ../sass/_mqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 51, ../sass/_mqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  /* line 61, ../sass/_mqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 68, ../sass/_mqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
/* line 73, ../sass/_mqueries.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 75, ../sass/_mqueries.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 79, ../sass/_mqueries.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 81, ../sass/_mqueries.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 86, ../sass/_mqueries.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 88, ../sass/_mqueries.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
/* line 92, ../sass/_mqueries.scss */
.show-for-touch {
  display: none !important;
}

/* line 93, ../sass/_mqueries.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 94, ../sass/_mqueries.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 95, ../sass/_mqueries.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
/* line 102, ../sass/_mqueries.scss */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* line 108, ../sass/_mqueries.scss */
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 115, ../sass/_mqueries.scss */
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
  /* NavBar --- */
  /*            */
  /* line 124, ../sass/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  /* line 130, ../sass/_mqueries.scss */
  .flex-video {
    padding-top: 0;
  }
}
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* NavBar --- */
  /*            */
  /* line 139, ../sass/_mqueries.scss */
  .touch .nav-bar li a {
    font-size: 13px;
  }
  /* line 141, ../sass/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important;
  }
  /* line 142, ../sass/_mqueries.scss */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }

  /* Clearing --- */
  /*              */
  /* line 148, ../sass/_mqueries.scss */
  .clearing-main-right, .clearing-main-left {
    height: 100%;
    width: 40px;
    top: 0;
    border: none;
  }
  /* line 153, ../sass/_mqueries.scss */
  .clearing-main-right:before, .clearing-main-left:before {
    position: absolute;
    top: 50%;
  }

  /* line 155, ../sass/_mqueries.scss */
  .clearing-main-left {
    left: 0;
  }
  /* line 157, ../sass/_mqueries.scss */
  .clearing-main-left:before {
    left: 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent white transparent transparent;
  }

  /* line 159, ../sass/_mqueries.scss */
  .clearing-main-right {
    height: 100%;
    right: 0;
  }
  /* line 162, ../sass/_mqueries.scss */
  .clearing-main-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent transparent transparent white;
  }
}
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  /* line 172, ../sass/_mqueries.scss */
  .left, .right {
    float: none;
  }

  /* line 173, ../sass/_mqueries.scss */
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* The Grid --- */
  /*              */
  /* line 177, ../sass/_mqueries.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 178, ../sass/_mqueries.scss */
  .column, .columns {
    width: auto !important;
    float: none;
  }

  /* line 179, ../sass/_mqueries.scss */
  .column:last-child, .columns:last-child {
    float: none;
  }

  /* line 180, ../sass/_mqueries.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  /* line 181, ../sass/_mqueries.scss */
  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table;
  }

  /* line 182, ../sass/_mqueries.scss */
  .column:after, .columns:after {
    clear: both;
  }

  /* line 185, ../sass/_mqueries.scss */
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important;
  }

  /* line 186, ../sass/_mqueries.scss */
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }

  /* line 187, ../sass/_mqueries.scss */
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
  }

  /* Mobile 4-column Grid */
  /* line 200, ../sass/_mqueries.scss */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 201, ../sass/_mqueries.scss */
  .row .mobile-one:last-child {
    float: right;
  }
  /* line 202, ../sass/_mqueries.scss */
  .row .mobile-one.end {
    float: left;
  }
  /* line 205, ../sass/_mqueries.scss */
  .row.collapse .mobile-one {
    padding: 0;
  }

  /* line 200, ../sass/_mqueries.scss */
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 201, ../sass/_mqueries.scss */
  .row .mobile-two:last-child {
    float: right;
  }
  /* line 202, ../sass/_mqueries.scss */
  .row .mobile-two.end {
    float: left;
  }
  /* line 205, ../sass/_mqueries.scss */
  .row.collapse .mobile-two {
    padding: 0;
  }

  /* line 200, ../sass/_mqueries.scss */
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 201, ../sass/_mqueries.scss */
  .row .mobile-three:last-child {
    float: right;
  }
  /* line 202, ../sass/_mqueries.scss */
  .row .mobile-three.end {
    float: left;
  }
  /* line 205, ../sass/_mqueries.scss */
  .row.collapse .mobile-three {
    padding: 0;
  }

  /* line 200, ../sass/_mqueries.scss */
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 201, ../sass/_mqueries.scss */
  .row .mobile-four:last-child {
    float: right;
  }
  /* line 202, ../sass/_mqueries.scss */
  .row .mobile-four.end {
    float: left;
  }
  /* line 205, ../sass/_mqueries.scss */
  .row.collapse .mobile-four {
    padding: 0;
  }

  /* line 210, ../sass/_mqueries.scss */
  .push-one-mobile {
    left: 25%;
  }

  /* line 211, ../sass/_mqueries.scss */
  .pull-one-mobile {
    right: 25%;
  }

  /* line 210, ../sass/_mqueries.scss */
  .push-two-mobile {
    left: 50%;
  }

  /* line 211, ../sass/_mqueries.scss */
  .pull-two-mobile {
    right: 50%;
  }

  /* line 210, ../sass/_mqueries.scss */
  .push-three-mobile {
    left: 75%;
  }

  /* line 211, ../sass/_mqueries.scss */
  .pull-three-mobile {
    right: 75%;
  }

  /* Block Grids --- */
  /*                 */
  /* line 217, ../sass/_mqueries.scss */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 221, ../sass/_mqueries.scss */
  .block-grid > li {
    clear: none;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-seven-up > li:nth-child(7n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-eight-up > li:nth-child(8n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-nine-up > li:nth-child(9n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-ten-up > li:nth-child(10n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
    clear: both;
  }
  /* line 223, ../sass/_mqueries.scss */
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  /* line 225, ../sass/_mqueries.scss */
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
    clear: both;
  }

  /* Forms --- */
  /*           */
  /* Label alignment */
  /* line 234, ../sass/_mqueries.scss */
  label.right {
    text-align: left;
  }

  /* Extend width of all inputs */
  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].one,
  input[type="password"].one,
  input[type="date"].one,
  input[type="datetime"].one,
  input[type="email"].one,
  input[type="number"].one,
  input[type="search"].one,
  input[type="tel"].one,
  input[type="time"].one,
  input[type="url"].one,
  textarea.one,
  .row textarea.one {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].two,
  input[type="password"].two,
  input[type="date"].two,
  input[type="datetime"].two,
  input[type="email"].two,
  input[type="number"].two,
  input[type="search"].two,
  input[type="tel"].two,
  input[type="time"].two,
  input[type="url"].two,
  textarea.two,
  .row textarea.two {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].three,
  input[type="password"].three,
  input[type="date"].three,
  input[type="datetime"].three,
  input[type="email"].three,
  input[type="number"].three,
  input[type="search"].three,
  input[type="tel"].three,
  input[type="time"].three,
  input[type="url"].three,
  textarea.three,
  .row textarea.three {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].four,
  input[type="password"].four,
  input[type="date"].four,
  input[type="datetime"].four,
  input[type="email"].four,
  input[type="number"].four,
  input[type="search"].four,
  input[type="tel"].four,
  input[type="time"].four,
  input[type="url"].four,
  textarea.four,
  .row textarea.four {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].five,
  input[type="password"].five,
  input[type="date"].five,
  input[type="datetime"].five,
  input[type="email"].five,
  input[type="number"].five,
  input[type="search"].five,
  input[type="tel"].five,
  input[type="time"].five,
  input[type="url"].five,
  textarea.five,
  .row textarea.five {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].six,
  input[type="password"].six,
  input[type="date"].six,
  input[type="datetime"].six,
  input[type="email"].six,
  input[type="number"].six,
  input[type="search"].six,
  input[type="tel"].six,
  input[type="time"].six,
  input[type="url"].six,
  textarea.six,
  .row textarea.six {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].seven,
  input[type="password"].seven,
  input[type="date"].seven,
  input[type="datetime"].seven,
  input[type="email"].seven,
  input[type="number"].seven,
  input[type="search"].seven,
  input[type="tel"].seven,
  input[type="time"].seven,
  input[type="url"].seven,
  textarea.seven,
  .row textarea.seven {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].eight,
  input[type="password"].eight,
  input[type="date"].eight,
  input[type="datetime"].eight,
  input[type="email"].eight,
  input[type="number"].eight,
  input[type="search"].eight,
  input[type="tel"].eight,
  input[type="time"].eight,
  input[type="url"].eight,
  textarea.eight,
  .row textarea.eight {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].nine,
  input[type="password"].nine,
  input[type="date"].nine,
  input[type="datetime"].nine,
  input[type="email"].nine,
  input[type="number"].nine,
  input[type="search"].nine,
  input[type="tel"].nine,
  input[type="time"].nine,
  input[type="url"].nine,
  textarea.nine,
  .row textarea.nine {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].ten,
  input[type="password"].ten,
  input[type="date"].ten,
  input[type="datetime"].ten,
  input[type="email"].ten,
  input[type="number"].ten,
  input[type="search"].ten,
  input[type="tel"].ten,
  input[type="time"].ten,
  input[type="url"].ten,
  textarea.ten,
  .row textarea.ten {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].eleven,
  input[type="password"].eleven,
  input[type="date"].eleven,
  input[type="datetime"].eleven,
  input[type="email"].eleven,
  input[type="number"].eleven,
  input[type="search"].eleven,
  input[type="tel"].eleven,
  input[type="time"].eleven,
  input[type="url"].eleven,
  textarea.eleven,
  .row textarea.eleven {
    width: 100% !important;
  }

  /* line 247, ../sass/_mqueries.scss */
  input[type="text"].twelve,
  input[type="password"].twelve,
  input[type="date"].twelve,
  input[type="datetime"].twelve,
  input[type="email"].twelve,
  input[type="number"].twelve,
  input[type="search"].twelve,
  input[type="tel"].twelve,
  input[type="time"].twelve,
  input[type="url"].twelve,
  textarea.twelve,
  .row textarea.twelve {
    width: 100% !important;
  }

  /* Buttons --- */
  /*             */
  /* Basic overrides */
  /* line 261, ../sass/_mqueries.scss */
  .button {
    display: block;
  }

  /* line 262, ../sass/_mqueries.scss */
  button.button, input[type="submit"].button, input[type="reset"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Button Groups */
  /* line 265, ../sass/_mqueries.scss */
  .button-group button.button, .button-group input[type="submit"].button {
    width: auto;
    padding: 7px 14px 8px;
  }
  /* line 266, ../sass/_mqueries.scss */
  .button-group button.button.large, .button-group input[type="submit"].button.large {
    padding: 12px 24px 13px;
  }
  /* line 267, ../sass/_mqueries.scss */
  .button-group button.button.medium, .button-group input[type="submit"].button.medium {
    padding: 7px 14px 8px;
  }
  /* line 268, ../sass/_mqueries.scss */
  .button-group button.button.small, .button-group input[type="submit"].button.small {
    padding: 4px 8px 5px;
  }
  /* line 269, ../sass/_mqueries.scss */
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny {
    padding: 2px 4px 3px;
  }
  /* line 271, ../sass/_mqueries.scss */
  .button-group.even button.button, .button-group.even input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar --- */
  /*            */
  /* line 276, ../sass/_mqueries.scss */
  .nav-bar {
    height: auto;
  }
  /* line 277, ../sass/_mqueries.scss */
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }
  /* line 278, ../sass/_mqueries.scss */
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }
  /* line 279, ../sass/_mqueries.scss */
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }
  /* line 280, ../sass/_mqueries.scss */
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }
  /* line 281, ../sass/_mqueries.scss */
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  /* line 282, ../sass/_mqueries.scss */
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }
  /* line 283, ../sass/_mqueries.scss */
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }

  /* line 285, ../sass/_mqueries.scss */
  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }
  /* line 286, ../sass/_mqueries.scss */
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  /* line 287, ../sass/_mqueries.scss */
  .flyout.small, .flyout.large {
    width: 100% !important;
  }
  /* line 288, ../sass/_mqueries.scss */
  .flyout p:last-child {
    margin-bottom: 18px;
  }

  /* Reveal --- */
  /*            */
  /* line 293, ../sass/_mqueries.scss */
  .reveal-modal-bg {
    position: absolute;
  }

  /* line 298, ../sass/_mqueries.scss */
  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 80%;
    top: 15px;
    left: 50%;
    margin-left: -40%;
    padding: 20px;
    height: auto;
  }

  /* Clearing --- */
  /*              */
  /* line 302, ../sass/_mqueries.scss */
  .clearing-container {
    margin: 0;
  }

  /* line 303, ../sass/_mqueries.scss */
  .clearing-close {
    z-index: 99;
    font-size: 37px;
    top: 0px;
    right: 5px;
  }

  /* line 304, ../sass/_mqueries.scss */
  .clearing-caption {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    line-height: 1.3;
  }

  /* line 305, ../sass/_mqueries.scss */
  .clearing-main-right, .clearing-main-left {
    display: none;
  }

  /* line 307, ../sass/_mqueries.scss */
  .clearing-blackout.clearing-assembled .visible-img, .clearing-blackout.clearing-assembled .clearing-container {
    height: 100%;
  }
  /* line 308, ../sass/_mqueries.scss */
  .clearing-blackout.clearing-assembled ul[data-clearing] {
    display: none;
  }

  /* Joyride --- */
  /*             */
  /* line 313, ../sass/_mqueries.scss */
  .joyride-tip-guide {
    width: 95% !important;
    left: 2.5% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 314, ../sass/_mqueries.scss */
  .joyride-tip-guide-wrapper {
    width: 100%;
  }

  /* Tabs --- */
  /*          */
  /* line 318, ../sass/_mqueries.scss */
  .tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin: 20px -15px 0px -15px;
  }
  /* line 319, ../sass/_mqueries.scss */
  .tabs.mobile dt, .tabs.mobile li, .tabs.mobile dd {
    float: none;
    height: auto;
  }
  /* line 320, ../sass/_mqueries.scss */
  .tabs.mobile dd a, .tabs.mobile li a {
    font-size: 15px;
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    margin: 0;
    color: #555;
    line-height: 1;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  /* line 321, ../sass/_mqueries.scss */
  .tabs.mobile dd a.active, .tabs.mobile li a.active {
    border: none;
    background: #0e76bc;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }
  /* line 322, ../sass/_mqueries.scss */
  .tabs.mobile dd:first-child a.active, .tabs.mobile li:first-child a.active {
    margin: 0;
  }
  /* line 323, ../sass/_mqueries.scss */
  .tabs.mobile + .tabs-content.contained {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 324, ../sass/_mqueries.scss */
  .tabs.mobile .section-title {
    padding-left: 20px !important;
  }

  /* line 327, ../sass/_mqueries.scss */
  .contained.mobile {
    margin-bottom: 0;
  }

  /* line 328, ../sass/_mqueries.scss */
  .contained.tabs.mobile dd a, .contained.tabs.mobile li a {
    padding: 18px 20px;
  }

  /* line 329, ../sass/_mqueries.scss */
  .tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }

  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  /* line 334, ../sass/_mqueries.scss */
  .tooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%;
  }

  /* line 343, ../sass/_mqueries.scss */
  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 940px) {
  /* line 354, ../sass/_mqueries.scss */
  .top-bar {
    margin-bottom: 0;
    overflow: hidden;
    height: 45px;
    background: #222222;
    /* Override contain to grid stuff for breakpoint */
    /* Setting up the sliding area */
    /* When the Small Nav is Showing */
  }
  /* line 355, ../sass/_mqueries.scss */
  .top-bar .js-generated {
    display: block;
  }
  /* line 358, ../sass/_mqueries.scss */
  .contain-to-grid .top-bar {
    width: auto;
  }
  /* line 361, ../sass/_mqueries.scss */
  .top-bar section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms 0;
    -moz-transition: left 300ms 0;
    -o-transition: left 300ms 0;
    transition: left 300ms 0;
  }
  /* line 362, ../sass/_mqueries.scss */
  .top-bar ul {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }
  /* line 363, ../sass/_mqueries.scss */
  .top-bar ul > li {
    float: none;
    /* Branding and name */
    /* Dropdown Toggle */
    /* Divider for breakpoint */
    /* Search Overrides for breakpoint size */
    /* Dropdown Level 1 */
    /* Dropdown Level 2 */
  }
  /* line 364, ../sass/_mqueries.scss */
  .top-bar ul > li.active, .top-bar ul > li:hover {
    background: #151515;
  }
  /* line 366, ../sass/_mqueries.scss */
  .top-bar ul > li.name {
    height: 45px;
  }
  /* line 367, ../sass/_mqueries.scss */
  .top-bar ul > li.name h1 {
    line-height: 1;
  }
  /* line 368, ../sass/_mqueries.scss */
  .top-bar ul > li.name h1 a {
    color: white;
    display: block;
    line-height: 45px !important;
    padding-left: 15px;
    height: 45px;
  }
  /* line 371, ../sass/_mqueries.scss */
  .top-bar ul > li:hover a, .top-bar ul > li.active a {
    color: white;
  }
  /* line 372, ../sass/_mqueries.scss */
  .top-bar ul > li a:not(.button) {
    color: white;
  }
  /* line 375, ../sass/_mqueries.scss */
  .top-bar ul > li.toggle-topbar {
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  /* line 376, ../sass/_mqueries.scss */
  .top-bar ul > li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: white transparent transparent transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 22.5px;
    margin-top: -4px;
  }
  /* line 378, ../sass/_mqueries.scss */
  .top-bar ul > li.toggle-topbar:hover {
    background: inherit;
  }
  /* line 380, ../sass/_mqueries.scss */
  .top-bar ul > li.toggle-topbar a {
    padding: 0 !important;
  }
  /* line 383, ../sass/_mqueries.scss */
  .top-bar ul > li.divider {
    border-bottom: solid 1px #3c3c3c;
    border-top: solid 1px black;
    clear: both;
    height: 1px !important;
    margin: 8px 0 !important;
    width: 100%;
  }
  /* line 386, ../sass/_mqueries.scss */
  .top-bar ul > li.search {
    padding: 0 22.5px;
  }
  /* line 387, ../sass/_mqueries.scss */
  .top-bar ul > li.search form {
    width: 100%;
  }
  /* line 388, ../sass/_mqueries.scss */
  .top-bar ul > li.search form input[type=text] {
    width: 75%;
  }
  /* line 389, ../sass/_mqueries.scss */
  .top-bar ul > li.search form .button {
    top: -1px;
    width: 25%;
  }
  /* line 395, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
  }
  /* line 396, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
  }
  /* line 398, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown:hover > .dropdown {
    display: block;
    visibility: hidden;
  }
  /* line 399, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown {
    visibility: hidden;
    z-index: 0 !important;
  }
  /* line 400, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved {
    position: static;
  }
  /* line 401, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown {
    top: 0;
    visibility: visible;
  }
  /* line 403, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    margin-bottom: 6px;
    padding-top: 6px !important;
    font-size: 11px;
  }
  /* line 404, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) {
    padding-bottom: 0;
  }
  /* line 405, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
    padding: 8px 22.5px;
    font-size: 14px;
  }
  /* line 407, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li a, .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    padding: 0 22.5px;
  }
  /* line 408, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li a:hover {
    background: #3c3c3c;
    display: block;
  }
  /* line 409, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved > .dropdown li.divider {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* line 412, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title {
    padding-bottom: 0;
  }
  /* line 413, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title a:before {
    position: absolute;
    top: 50%;
    left: 17.5px;
    margin-top: -5px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent white transparent transparent;
  }
  /* line 414, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title h5 {
    margin: 0;
    padding-left: 15px;
    position: relative;
  }
  /* line 415, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown.moved .back.title h5 a {
    background: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: bold;
  }
  /* line 422, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li {
    background: transparent;
  }
  /* line 424, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  /* line 425, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 33.75px;
  }
  /* line 426, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    content: "";
    margin-right: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
  }
  /* line 428, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover {
    background: #3c3c3c;
  }
  /* line 431, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved {
    position: static;
  }
  /* line 432, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved .dropdown {
    top: 0;
    visibility: visible;
  }
  /* line 434, ../sass/_mqueries.scss */
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover {
    display: block;
  }
  /* line 438, ../sass/_mqueries.scss */
  .top-bar ul.left, .top-bar ul.right {
    float: none;
    width: 100%;
  }
  /* line 439, ../sass/_mqueries.scss */
  .top-bar ul.left > li, .top-bar ul.right > li {
    display: block;
    float: none;
    margin: 0 !important;
  }
  /* line 441, ../sass/_mqueries.scss */
  .top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  /* line 446, ../sass/_mqueries.scss */
  .top-bar section > ul li a:not(.button) {
    padding-left: 22.5px !important;
  }
  /* line 449, ../sass/_mqueries.scss */
  .top-bar.expanded {
    height: 100%;
  }
  /* line 450, ../sass/_mqueries.scss */
  .top-bar.expanded ul li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent #cccccc transparent;
    top: auto;
    bottom: 50%;
    margin-bottom: -4px;
  }

  /* line 453, ../sass/_mqueries.scss */
  .top-bar ul li.has-button {
    padding: 5px 15px;
  }

  /* line 454, ../sass/_mqueries.scss */
  .top-bar ul li .button.small {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }

  /* line 456, ../sass/_mqueries.scss */
  .top-bar ul > li.has-button a.button {
    margin: 0;
  }
}
/* ============== CUSTOM =============== */
@media only screen and (max-width: 980px) {
  /* #subnav-container.trans { background: url(../images/bg-subnav.png); } */
  @-moz-document url-prefix() {
    /* line 471, ../sass/_mqueries.scss */
    .banner {
      top: -1px;
    }
}

  /* subnav container */
  /* line 479, ../sass/_mqueries.scss */
  body.transparent-header #subnav-container,
  body.capabilities #subnav-container {
    background: url(../images/bg-subnav.png);
  }

  /* subpanels */
  /* line 483, ../sass/_mqueries.scss */
  section.panel a.subpanel-anchor {
    top: 0;
  }

  /* homepage slider */
  /* line 487, ../sass/_mqueries.scss */
  .slide {
    padding: 50px 0 0 0;
  }

  /* line 488, ../sass/_mqueries.scss */
  .slide .content {
    padding: 0 60px;
  }

  /* line 492, ../sass/_mqueries.scss */
  .orbit-wrapper .slider-nav span {
    margin-top: -125px;
  }

  /* line 493, ../sass/_mqueries.scss */
  ul.orbit-bullets {
    bottom: 125px;
  }

  /* global reach */
  /* line 496, ../sass/_mqueries.scss */
  .map-container {
    display: none;
  }

  /* capabilities page */
  /* line 501, ../sass/_mqueries.scss */
  .capabilities #subnav-container {
    display: none;
  }
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
  /* kill sticky */
  /* line 519, ../sass/_mqueries.scss */
  #header-container {
    position: static;
  }

  /* line 523, ../sass/_mqueries.scss */
  #content-wrapper,
  body.transparent-header #content-wrapper,
  body.capabilities #content-wrapper {
    padding-top: 0;
  }

  /* main nav */
  /* line 527, ../sass/_mqueries.scss */
  #main-nav ul {
    margin-top: 10px;
  }

  /* line 528, ../sass/_mqueries.scss */
  #main-nav ul li {
    padding: 0 9px;
    font-size: 0.8571em;
  }

  /* mobile nav */
  /* line 532, ../sass/_mqueries.scss */
  #mobile-nav-container {
    display: none;
  }

  /* line 533, ../sass/_mqueries.scss */
  header {
    display: block;
  }

  /* about section */
  /* line 537, ../sass/_mqueries.scss */
  #tag-container {
    padding: 20px 0;
  }

  /* line 538, ../sass/_mqueries.scss */
  #who-we-are, body.section-about-us .main-content {
    padding: 15px 0 5px;
  }

  /* Homepage Slider*/
  /* line 541, ../sass/_mqueries.scss */
  .slide .content {
    padding: 0 60px;
  }
  /* line 544, ../sass/_mqueries.scss */
  .slide .content .rotator.title .node-title {
    font-size: 2.1428em;
    line-height: 28px;
  }
  /* line 551, ../sass/_mqueries.scss */
  .slide .content .rotator.body .body.field h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  /* ipad - homepage slider and footer */
  /* line 569, ../sass/_mqueries.scss */
  #home-wrapper {
    min-height: 600px;
  }

  /* line 570, ../sass/_mqueries.scss */
  #slider {
    min-height: 600px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 584, ../sass/_mqueries.scss */
  .capabilities section.panel-1,
  .capabilities section.panel-2,
  .capabilities section.panel-3,
  .capabilities section.panel-4,
  .capabilities section.panel-5,
  .capabilities section.panel-6 {
    background-attachment: scroll;
  }

  /* line 585, ../sass/_mqueries.scss */
  .capabilities section.panel-2 .button {
    bottom: 40px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 593, ../sass/_mqueries.scss */
  .capabilities section.panel-1,
  .capabilities section.panel-2,
  .capabilities section.panel-3,
  .capabilities section.panel-4,
  .capabilities section.panel-5,
  .capabilities section.panel-6 {
    background-attachment: scroll;
  }

  /* line 594, ../sass/_mqueries.scss */
  .capabilities section.panel-2 .button {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* kill sticky */
  /* line 605, ../sass/_mqueries.scss */
  #header-container {
    position: static;
  }

  /* line 608, ../sass/_mqueries.scss */
  #content-wrapper,
  body.transparent-header #content-wrapper,
  body.capabilities #content-wrapper {
    padding-top: 0;
  }

  /* hide main nav */
  /* line 611, ../sass/_mqueries.scss */
  header {
    display: none;
  }

  /* show mobile nav */
  /* line 615, ../sass/_mqueries.scss */
  #mobile-nav-container {
    display: block;
  }

  /* line 616, ../sass/_mqueries.scss */
  img#logo, img.logo {
    width: 162px;
    height: 50px;
  }

  /* footer */
  /* line 621, ../sass/_mqueries.scss */
  footer #footer-nav,
  footer .block-menu-footer-menu {
    float: none;
    margin-bottom: 40px;
  }

  /* line 622, ../sass/_mqueries.scss */
  footer .contact ul li {
    padding: 0 3px;
    font-size: 0.7142em;
  }
  /* line 623, ../sass/_mqueries.scss */
  footer .contact ul li:first-child {
    padding-left: 0;
  }

  /* subnav */
  /* line 627, ../sass/_mqueries.scss */
  #subnav-container {
    height: auto;
  }

  /* line 628, ../sass/_mqueries.scss */
  #subnav ul.menu {
    float: none;
    margin: 0 0 15px;
    overflow: hidden;
  }

  /* homepage footer adjustments */
  /* line 632, ../sass/_mqueries.scss */
  #home-wrapper {
    padding-bottom: 90px;
  }

  /* must be same height as the footer */
  /* line 633, ../sass/_mqueries.scss */
  .front footer {
    margin-top: -90px;
    height: 90px;
  }

  /* about section */
  /* line 637, ../sass/_mqueries.scss */
  #tag-container {
    display: none;
  }

  /* line 641, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li .node-vip:hover {
    background: none;
    cursor: default;
  }
  /* line 642, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li .node-vip:hover h3, .block-interactive-vip-teaser-list li .node-vip:hover p {
    color: #333;
  }
  /* line 643, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li .node-vip:hover li.node-readmore a {
    color: #0e76bc;
  }
  /* line 644, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li .node-vip:hover li.node-readmore a:after {
    background-position: right 0px;
  }

  /* line 650, ../sass/_mqueries.scss */
  .team-filter h2 {
    margin-bottom: 0px;
  }
  /* line 651, ../sass/_mqueries.scss */
  .team-filter form {
    float: none;
    margin-left: -12px;
  }

  /* line 654, ../sass/_mqueries.scss */
  #team-filter-results .team-names .mobile-two ul {
    margin-top: 20px;
  }

  /* line 656, ../sass/_mqueries.scss */
  #who-we-are, body.section-about-us .main-content {
    padding: 15px 0 5px;
  }

  /* line 659, ../sass/_mqueries.scss */
  #panel-partners ul {
    margin-bottom: 0;
  }

  /* right column */
  /* line 665, ../sass/_mqueries.scss */
  .right-rail .promo-block .photo {
    display: inline-block;
    margin: 0;
  }

  /* global reach */
  /* line 670, ../sass/_mqueries.scss */
  .map-container {
    display: none;
  }

  /* line 671, ../sass/_mqueries.scss */
  .team-list.main-content {
    padding-top: 0;
  }

  /* hide big banner */
  /* line 677, ../sass/_mqueries.scss */
  .banner {
    display: none;
  }

  /* homepage sticky footer */
  /* line 681, ../sass/_mqueries.scss */
  #home-wrapper {
    min-height: 600px;
  }

  /* line 682, ../sass/_mqueries.scss */
  #slider {
    min-height: 600px;
  }

  /* homepage rotator */
  /* line 686, ../sass/_mqueries.scss */
  .slide {
    padding: 15px 0 0 0;
  }
  /* line 688, ../sass/_mqueries.scss */
  .slide .inner-content {
    margin: 15px auto;
  }
  /* line 691, ../sass/_mqueries.scss */
  .slide .rotator.title {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    border-right: none;
  }
  /* line 696, ../sass/_mqueries.scss */
  .slide .rotator.title .node-title {
    font-size: 2.1428em;
    line-height: 26px;
    margin: 0 20px 15px;
  }
  /* line 702, ../sass/_mqueries.scss */
  .slide .rotator.body {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 707, ../sass/_mqueries.scss */
  .slide .rotator.body .body.field h2 {
    margin: 0 20px;
    font-size: 1.2857em;
  }
  /* line 712, ../sass/_mqueries.scss */
  .slide .rotator.body .field-wrapper {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  /* line 717, ../sass/_mqueries.scss */
  .slide .rotator.body .button.secondary {
    font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    background-color: #0e76bc;
    font-size: 1em;
  }

  /* line 724, ../sass/_mqueries.scss */
  .slide .content {
    padding: 0 10px;
  }

  /* line 726, ../sass/_mqueries.scss */
  .front .slide h1 {
    font-size: 1.5em;
  }

  /* line 727, ../sass/_mqueries.scss */
  .front .slide p {
    font-size: 1em;
    line-height: 1.5;
  }

  /* capabilities page */
  /* line 733, ../sass/_mqueries.scss */
  .capabilities section .button {
    bottom: 100px;
  }
  /* line 738, ../sass/_mqueries.scss */
  .capabilities section.panel h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 766px) and (min-width: 555px) {
  /* about section */
  /* line 758, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li {
    clear: both;
    margin-bottom: 0;
  }
  /* line 759, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li img {
    float: left;
    width: 220px;
  }
  /* line 760, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li .text {
    float: left;
    width: 290px;
    margin-left: 10px;
    padding-bottom: 0;
  }
  /* line 761, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li .text h3 {
    margin-top: 0;
  }

  /* right column */
  /* line 768, ../sass/_mqueries.scss */
  .right-rail {
    background-image: none;
  }
  /* line 769, ../sass/_mqueries.scss */
  .right-rail .button {
    width: 50%;
  }
}
@media only screen and (max-width: 554px) {
  /* header */
  /* line 782, ../sass/_mqueries.scss */
  img#logo, img.logo {
    max-width: none;
  }

  /* subnav */
  /* line 786, ../sass/_mqueries.scss */
  #subnav ul.menu li {
    font-size: 1em;
  }

  /* about section */
  /* line 790, ../sass/_mqueries.scss */
  #who-we-are, body.section-about-us .main-content {
    padding: 10px 0;
  }

  /* line 794, ../sass/_mqueries.scss */
  .block-interactive-vip-teaser-list li .text {
    padding: 0;
  }

  /* line 798, ../sass/_mqueries.scss */
  #team-filter-results ul li {
    padding-bottom: 10px;
    line-height: 1.2;
  }

  /* right column */
  /* line 802, ../sass/_mqueries.scss */
  .right-rail {
    background-image: none;
  }

  /* line 805, ../sass/_mqueries.scss */
  #subnav-container {
    /* move select menu under page header */
  }
  /* line 807, ../sass/_mqueries.scss */
  #subnav-container .mobile-two {
    float: none;
    clear: both;
    width: 100% !important;
  }
  /* line 809, ../sass/_mqueries.scss */
  #subnav-container .selector-nav, #subnav-container .block-albright-select-a-region {
    float: left;
    margin-top: 0;
  }
  /* line 810, ../sass/_mqueries.scss */
  #subnav-container .selector-nav form, #subnav-container .block-albright-select-a-region form {
    margin: 0 0 8px;
  }
  /* line 811, ../sass/_mqueries.scss */
  #subnav-container .selector-nav form.custom div.custom.dropdown, #subnav-container .block-albright-select-a-region form.custom div.custom.dropdown {
    margin: 0;
  }

  /* capabilities page */
  /* line 820, ../sass/_mqueries.scss */
  .capabilities section .back-to-top-container {
    display: none;
  }
  /* line 824, ../sass/_mqueries.scss */
  .capabilities section .button, .capabilities section.panel-2 .button, .capabilities section.panel-3 .button, .capabilities section.panel-4 .button {
    bottom: 2px;
  }

  /* line 835, ../sass/_mqueries.scss */
  .capabilities section.panel-1 .content,
  .capabilities section.panel-2 .content,
  .capabilities section.panel-3 .content,
  .capabilities section.panel-4 .content,
  .capabilities section.panel-5 .content,
  .capabilities section.panel-6 .content {
    top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  /* line 850, ../sass/_mqueries.scss */
  .capabilities section.panel-1,
  .capabilities section.panel-2,
  .capabilities section.panel-3,
  .capabilities section.panel-4,
  .capabilities section.panel-5,
  .capabilities section.panel-6 {
    background-image: none;
    display: block;
    height: auto;
    padding-bottom: 100px;
  }

  /* line 857, ../sass/_mqueries.scss */
  .capabilities section.panel-1 .content,
  .capabilities section.panel-2 .content,
  .capabilities section.panel-3 .content,
  .capabilities section.panel-4 .content,
  .capabilities section.panel-5 .content,
  .capabilities section.panel-6 .content {
    top: 20px;
  }

  /* line 859, ../sass/_mqueries.scss */
  .capabilities section.panel-3 #citizens {
    display: none;
  }
}
