/*CSS Reset*/
/* line 3, _normalize.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
/* line 5, _normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 6, _normalize.scss */
body {
  line-height: 1;
}

/* line 8, _normalize.scss */
blockquote, q {
  quotes: none;
}

/* line 9, _normalize.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 10, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*override all fonts, font sizes, text decorations, weights and colors*/
/* line 13, _normalize.scss */
*, h1, h2, h3, h4, h5, h6, p, ul, ol, label {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  color: inherit;
}

/* line 22, _normalize.scss */
.bold, strong {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
}

/* line 23, _normalize.scss */
.italic, em {
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: italic;
}

/* line 24, _normalize.scss */
.bold-italic, .italic-bold, strong em, em strong {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* line 25, _normalize.scss */
h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.9em;
  line-height: 1.3em;
  font-weight: 400;
  color: #2c3135;
}

/* line 26, _normalize.scss */
h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400;
  color: #2c3135;
}

/* line 27, _normalize.scss */
h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  color: #2c3135;
}

/* line 28, _normalize.scss */
h4 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  color: #2c3135;
}

/* line 29, _normalize.scss */
h5 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.0em;
  line-height: 1.4em;
  font-weight: 700;
  color: #2c3135;
}

/* line 30, _normalize.scss */
h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.0em;
  line-height: 1.4em;
  font-weight: 700;
  color: #2c3135;
}

/* line 31, _normalize.scss */
p, ul, ol {
  font-size: .9em;
  line-height: 1.4em;
  color: #2c3135;
  padding: 0 0 10px;
}

/* line 34, _normalize.scss */
.large {
  font-size: 110%;
  line-height: 140%;
}

/* line 35, _normalize.scss */
.small {
  font-size: 85%;
  line-height: 115%;
}

/* line 36, _normalize.scss */
ul, ol {
  padding: 0 0 10px;
  list-style: outside none none;
}

/* line 37, _normalize.scss */
ul li, ol li {
  padding: 2px 0 6px;
}

/* line 38, _normalize.scss */
a {
  color: #2c3135;
}

/* line 39, _normalize.scss */
a:hover {
  color: #2c3135;
}

/* line 43, _normalize.scss */
.quick-links a, .col-1-4 a {
  text-decoration: none;
}

/* line 45, _normalize.scss */
hr {
  width: 100%;
  clear: both;
  margin: 6px auto 10px;
  border: solid 1px #eeeeee;
}

/* line 47, _normalize.scss */
html {
  width: 100%;
  font-size: 100%;
  line-height: 1.6875;
}

/* line 48, _normalize.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 49, _normalize.scss */
body {
  width: 100%;
  height: 100%;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, _font-awesome.min.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, _font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, _font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, _font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, _font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, _font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, _font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, _font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, _font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, _font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, _font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, _font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, _font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 4, _font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 4, _font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, _font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, _font-awesome.min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, _font-awesome.min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, _font-awesome.min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, _font-awesome.min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, _font-awesome.min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, _font-awesome.min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, _font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 4, _font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, _font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, _font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, _font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, _font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, _font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, _font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, _font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, _font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, _font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, _font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, _font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, _font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, _font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, _font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, _font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, _font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, _font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, _font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 4, _font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, _font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, _font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, _font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, _font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, _font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, _font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, _font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, _font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, _font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, _font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, _font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, _font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, _font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, _font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, _font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, _font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, _font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, _font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, _font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, _font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, _font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, _font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, _font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, _font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, _font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, _font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, _font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, _font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, _font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, _font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, _font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, _font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, _font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, _font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, _font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, _font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, _font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, _font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, _font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, _font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, _font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, _font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, _font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, _font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, _font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, _font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, _font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, _font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, _font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, _font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, _font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, _font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, _font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, _font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, _font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, _font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, _font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, _font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, _font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, _font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, _font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, _font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, _font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, _font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, _font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, _font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, _font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, _font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, _font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, _font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, _font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, _font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, _font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, _font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, _font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, _font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, _font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, _font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, _font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, _font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, _font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, _font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, _font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, _font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, _font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, _font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, _font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, _font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, _font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, _font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, _font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, _font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, _font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, _font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, _font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, _font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 4, _font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, _font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, _font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, _font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, _font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, _font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, _font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, _font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, _font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, _font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, _font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, _font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, _font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, _font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, _font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, _font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, _font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, _font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, _font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, _font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, _font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, _font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, _font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, _font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, _font-awesome.min.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 4, _font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, _font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, _font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, _font-awesome.min.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 4, _font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, _font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, _font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, _font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, _font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, _font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, _font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, _font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, _font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, _font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, _font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, _font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, _font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, _font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, _font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, _font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, _font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, _font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, _font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, _font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, _font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, _font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, _font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, _font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, _font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, _font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, _font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, _font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, _font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, _font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, _font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, _font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, _font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, _font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, _font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, _font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, _font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, _font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, _font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, _font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, _font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, _font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, _font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, _font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, _font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, _font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, _font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, _font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, _font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, _font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, _font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, _font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, _font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, _font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, _font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, _font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, _font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, _font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, _font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, _font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, _font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, _font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, _font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, _font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, _font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, _font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, _font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, _font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, _font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, _font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, _font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, _font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, _font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, _font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, _font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, _font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, _font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, _font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, _font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, _font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, _font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, _font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 4, _font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, _font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, _font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, _font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, _font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, _font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, _font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, _font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, _font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, _font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, _font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, _font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, _font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, _font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, _font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, _font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, _font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, _font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, _font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, _font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, _font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, _font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, _font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, _font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, _font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, _font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, _font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, _font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, _font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, _font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, _font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, _font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, _font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, _font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, _font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, _font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, _font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, _font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, _font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, _font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, _font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, _font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, _font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, _font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, _font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, _font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, _font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, _font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, _font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, _font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, _font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, _font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, _font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, _font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, _font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, _font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, _font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, _font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, _font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, _font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, _font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, _font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, _font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, _font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, _font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, _font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, _font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, _font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, _font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, _font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, _font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, _font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, _font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, _font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, _font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, _font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, _font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, _font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, _font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, _font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, _font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, _font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, _font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, _font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, _font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, _font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, _font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, _font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, _font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, _font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, _font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, _font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, _font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, _font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, _font-awesome.min.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 4, _font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, _font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, _font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, _font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, _font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, _font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, _font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, _font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, _font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, _font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, _font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, _font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, _font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, _font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, _font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, _font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, _font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, _font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, _font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, _font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, _font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, _font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, _font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, _font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, _font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, _font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, _font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, _font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, _font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, _font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, _font-awesome.min.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 4, _font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, _font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, _font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, _font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, _font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, _font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, _font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, _font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, _font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, _font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, _font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, _font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, _font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, _font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, _font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, _font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, _font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, _font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, _font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, _font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, _font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, _font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, _font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, _font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, _font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, _font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, _font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, _font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, _font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, _font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, _font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, _font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, _font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, _font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, _font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, _font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, _font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, _font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, _font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, _font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, _font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, _font-awesome.min.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, _font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, _font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, _font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, _font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, _font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, _font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, _font-awesome.min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, _font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, _font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, _font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, _font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, _font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, _font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 4, _font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 4, _font-awesome.min.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4, _font-awesome.min.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 4, _font-awesome.min.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4, _font-awesome.min.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 4, _font-awesome.min.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4, _font-awesome.min.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4, _font-awesome.min.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 4, _font-awesome.min.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4, _font-awesome.min.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 4, _font-awesome.min.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4, _font-awesome.min.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 4, _font-awesome.min.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 4, _font-awesome.min.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 4, _font-awesome.min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 4, _font-awesome.min.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4, _font-awesome.min.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 4, _font-awesome.min.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 4, _font-awesome.min.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 4, _font-awesome.min.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4, _font-awesome.min.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 4, _font-awesome.min.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 4, _font-awesome.min.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 4, _font-awesome.min.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 4, _font-awesome.min.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 4, _font-awesome.min.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4, _font-awesome.min.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4, _font-awesome.min.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 4, _font-awesome.min.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 4, _font-awesome.min.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 4, _font-awesome.min.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 4, _font-awesome.min.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 4, _font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 4, _font-awesome.min.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-condensed-v10-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight"), url("../fonts/open-sans-condensed-v10-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-condensed-v10-latin-300.woff2") format("woff2"), url("../fonts/open-sans-condensed-v10-latin-300.woff") format("woff"), url("../fonts/open-sans-condensed-v10-latin-300.ttf") format("truetype"), url("../fonts/open-sans-condensed-v10-latin-300.svg#OpenSansCondensed") format("svg");
  /* Legacy iOS */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-condensed-v10-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url("../fonts/open-sans-condensed-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-condensed-v10-latin-700.woff2") format("woff2"), url("../fonts/open-sans-condensed-v10-latin-700.woff") format("woff"), url("../fonts/open-sans-condensed-v10-latin-700.ttf") format("truetype"), url("../fonts/open-sans-condensed-v10-latin-700.svg#OpenSansCondensed") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-regular.woff") format("woff"), url("../fonts/open-sans-v13-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v13-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-italic.woff") format("woff"), url("../fonts/open-sans-v13-latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-700.woff") format("woff"), url("../fonts/open-sans-v13-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v13-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/open-sans-v13-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v13-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v13-latin-700italic.woff") format("woff"), url("../fonts/open-sans-v13-latin-700italic.ttf") format("truetype"), url("../fonts/open-sans-v13-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
/* line 6, _pocketgrid.scss */
.row, .col, .row:after, .col:after, .row:before, .col:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Clearfix */
/* line 13, _pocketgrid.scss */
.row {
  *zoom: 1;
}

/* line 16, _pocketgrid.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 21, _pocketgrid.scss */
.row:after {
  clear: both;
}

/* line 25, _pocketgrid.scss */
.row {
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Nested grid */
/* line 33, _pocketgrid.scss */
.row > .row {
  clear: none;
  float: left;
  margin: 0 !important;
}

/* Default block */
/* line 40, _pocketgrid.scss */
.col {
  float: left;
  width: 100%;
}

/* line 9, print.scss */
body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Arial,Verdana;
  background: #fff;
  line-height: 16px;
}

/* line 18, print.scss */
body.twocolumns {
  background: #fff;
}

/* line 22, print.scss */
body #columns {
  background: #fff;
  padding-bottom: 30px;
}

/* line 28, print.scss */
body #one-column {
  background: #fff;
  padding-bottom: 30px;
}

/* line 35, print.scss */
body.twocolumns #columns {
  background: #fff;
  padding-bottom: 30px;
}

/* line 42, print.scss */
a {
  color: #000;
}

/* line 46, print.scss */
form {
  margin: 0px;
  padding: 0px;
}

/* line 51, print.scss */
img {
  border: 0px;
}

/* line 56, print.scss */
.header {
  background-color: #fff;
  color: #000;
}

/* ============================== */
/* TOP SEARCH FORM */
/* ============================== */
/* line 64, print.scss */
form p.labels {
  position: relative;
  float: left;
  padding: 0px 10px 0px 0px;
  margin: 0px;
}

/* line 65, print.scss */
form p.labels label {
  position: absolute;
  top: 2px;
  left: 0px;
  padding: 4px 0px 2px 7px;
  color: #000;
  font-weight: bold;
  font-size: .9em;
  font-family: arial;
}

/* line 67, print.scss */
.search {
  padding-top: 18px;
}

/* line 71, print.scss */
.textfield, .selectfield {
  margin: 0px;
  border: 1px solid #9E9EA2;
  background: #fff;
  font-weight: bold;
  font-size: .9em;
  font-family: Arial;
}

/* line 80, print.scss */
.selectfield {
  padding: 3px 5px 3px 2px;
}

/* line 83, print.scss */
.textfield {
  padding: 4px 5px 4px 5px;
}

/* line 87, print.scss */
.search .selectfield {
  width: 220px;
  padding: 3px 5px 3px 2px;
}

/* line 92, print.scss */
.search .textfield {
  width: 207px;
  padding: 4px 5px 4px 5px;
}

/* line 97, print.scss */
#news_search .selectfield {
  padding: 0px;
  margin: 0px;
}

/* line 101, print.scss */
#news_search .textfield {
  padding: 0px;
  margin: 0px;
}

/* line 107, print.scss */
.search p {
  float: left;
}

/* line 111, print.scss */
.search .go-button {
  margin: 0px;
}

/* line 115, print.scss */
.searchlabel {
  padding: 0px;
  margin: 0px 5px 0px 2px;
  font-size: 1.2em;
  font-family: Arial;
}

/* ============================== */
/* TOP LINKS */
/* ============================== */
/* line 127, print.scss */
.buffy {
  float: right;
  margin-right: 40px;
  clear: both;
}

/* line 134, print.scss */
ul.toplinks {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 140, print.scss */
ul.toplinks li {
  font-weight: bold;
  font-family: Arial;
  font-weight: bold;
  font-size: 1em;
  float: left;
  padding: 0px 5px 0px 5px;
  margin: 8px 0px 0px 0px;
}

/* line 149, print.scss */
ul.toplinks li {
  border-right: 1px solid #000;
}

/* line 153, print.scss */
ul.toplinks li:first-child {
  padding: 0px 5px 0px 0px;
}

/* line 157, print.scss */
ul.toplinks li.last-li {
  border: none;
}

/* line 162, print.scss */
ul.toplinks li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

/* line 168, print.scss */
ul.toplinks li a:hover {
  text-decoration: underline;
}

/* ============================ */
/* GOVERNMENT SECTION LINKS */
/* ============================ */
/* line 177, print.scss */
.top-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 182, print.scss */
.top-nav li {
  float: left;
  border-bottom: 1px solid #fff;
  width: 188px;
  height: 45px;
}

/* line 191, print.scss */
.top-nav li a img {
  width: 188px;
  height: 45px;
}

/* line 197, print.scss */
.top-nav li:last-child {
  float: left;
  border-bottom: 1px solid #fff;
}

/* line 201, print.scss */
.top-nav img {
  width: 188px;
  height: 45px;
}

/* ================ */
/* BREADCRUMB       */
/* ================ */
/* line 218, print.scss */
#breadcrumb {
  color: #fff;
  background: #205E2B;
  font-family: Arial;
  border-top: 1px solid #fff;
}

/* line 225, print.scss */
#breadcrumb ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 231, print.scss */
#breadcrumb li {
  float: left;
  margin-right: 5px;
  padding: 4px 0px 4px 0px;
  font-size: 1em;
  font-weight: bold;
}

/* line 238, print.scss */
#breadcrumb a {
  text-decoration: none;
  color: #fff;
}

/* line 242, print.scss */
#breadcrumb a:hover {
  text-decoration: underline;
}

/* ================ */
/* PORTAL PAGES     */
/* ================ */
/* line 252, print.scss */
.portal-header {
  position: relative;
  left: 400px;
  top: 60px;
  color: #1F5E2B;
  font-size: 2em;
  margin: 0px;
  padding: 0px;
}

/*  COLUMNS */
/* line 263, print.scss */
#columns {
  padding-top: 10px;
}

/* ================================ */
/* LEFT AND RIGHT COLUMN SECTIONS */
/* ================================ */
/* line 285, print.scss */
#quicklinks-title, #quicklinks-section {
  display: none;
}

/* line 288, print.scss */
#resources-title, #resources-section {
  display: none;
}

/* line 294, print.scss */
.narrow-title-red, .narrow-title-green, .narrow-title-blue,
.middle-title-red, .middle-title-green, .middle-title-blue,
.wide-title-red, .wide-title-green, .wide-title-blue,
.narrow-title, .middle-title, .wide-title {
  clear: both;
  margin-top: 20px;
  font-size: 2em;
  color: #000;
  height: 37px;
  padding: 20px 0px 0px 0px;
  font-family: Arial;
}

/* line 308, print.scss */
.narrow-title-twoline {
  height: 45px;
  padding: 5px 0px 0px 15px !important;
}

/* line 313, print.scss */
.narrow-title-grey {
  font-size: 2em;
  color: #000;
  height: 37px;
  padding: 0px;
  font-family: Arial;
}

/* line 322, print.scss */
.wide-title {
  font-size: 1.7em;
  color: #000;
  height: 37px;
  width: 400px;
  padding: 13px 0px 0px 20px;
  font-family: Arial;
}

/* line 332, print.scss */
.section-title {
  font-weight: bold;
  font-size: 1.3em;
}

/* line 338, print.scss */
.wide-title-blue a, .wide-title-red a, .wide-title-green a,
.middle-title-blue a, .middle-title-red a, .middle-title-green a,
.narrow-title a, .middle-title a, .wide-title a {
  color: #000;
  text-decoration: none;
}

/* line 375, print.scss */
.section {
  padding-bottom: 20px;
}

/* line 378, print.scss */
.section-no-footer {
  padding-bottom: 20px;
}

/* line 381, print.scss */
.section-footer {
  padding-bottom: 20px;
}

/* line 384, print.scss */
.section-footer-wide {
  padding-bottom: 20px;
}

/* line 388, print.scss */
.section div, .section-no-footer div {
  padding: 0px;
}

/* line 392, print.scss */
.contact-info {
  font-weight: bold;
}

/* line 396, print.scss */
.contact-info div:first-child {
  padding: 0px;
  font-size: 1.3em;
}

/* line 401, print.scss */
.contact-info div {
  padding: 0px;
  font-size: 1.3em;
}

/* line 406, print.scss */
.section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 412, print.scss */
.section ul ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 419, print.scss */
.section li.nolink {
  width: 190px;
  padding: 7px 10px 7px 20px;
  border-bottom: 1px solid #fff;
  margin: 0px;
}

/* line 428, print.scss */
.section li a {
  text-decoration: none;
  display: block;
  width: 190px;
  padding: 7px 10px 7px 20px;
  border-bottom: 1px solid #fff;
  margin: 0px;
}

/* line 438, print.scss */
.section ul ul li a {
  text-decoration: none;
  display: block;
  width: 180px;
  border-bottom: 1px solid #fff;
  padding: 7px 10px 7px 30px;
  margin: 0px 0px 0px 0px;
}

/* line 448, print.scss */
.section li a:first-child {
  border-top: 1px solid #fff;
}

/* line 452, print.scss */
.section ul li {
  background: #EDEDED;
}

/* line 455, print.scss */
.section ul ul li {
  background: #fff;
}

/* line 462, print.scss */
.section ul li.collapse, .section ul li.on {
  background: #D6D6D6 url(../images/arrow-01.png) 5px 9px no-repeat;
}

/* line 467, print.scss */
.section ul ul li.collapse, .section ul ul li.on {
  background: #c8c8c8;
  background-image: none;
}

/* line 475, print.scss */
.section li a:hover {
  background: #D6D6D6 url(../images/arrow-01.png) 5px 9px no-repeat;
}

/* line 479, print.scss */
.section ul ul li a:hover {
  background: #c8c8c8;
  background-image: none;
}

/* line 487, print.scss */
ul.submenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 492, print.scss */
ul.submenu li {
  padding: 5px 5px 5px 30px;
  line-height: 1.2em;
  background: #ffffff url(../template_images/page_anchor.gif) 20px 12px no-repeat;
}

/* line 497, print.scss */
ul.submenu li a:hover {
  background: #c8c8c8 url(../template_images/page_anchor.gif) 20px 12px no-repeat;
}

/* line 503, print.scss */
.grid_3 .section-photo {
  padding-bottom: 30px;
}

/* line 508, print.scss */
.grid_6 .section-footer {
  padding-bottom: 10px;
}

/* ======================= */
/* LEFT AND RIGHT PADDINGS */
/* ======================= */
/* line 518, print.scss */
.padding-20-20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 523, print.scss */
.padding-20-10 {
  padding-left: 20px;
  padding-right: 10px;
}

/* line 528, print.scss */
.padding-10-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 533, print.scss */
.padding-20-0 {
  padding-left: 20px;
  padding-right: 0px;
}

/* line 539, print.scss */
.padding-30-0 {
  padding-left: 30px;
  padding-right: 0px;
}

/* ======================= */
/* CONTENT */
/* ======================= */
/* line 549, print.scss */
#news-stories {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}

/* line 555, print.scss */
#news-stories li {
  display: none;
  width: 440px;
}

/* line 559, print.scss */
#news-stories li:first-child {
  display: block;
}

/* line 563, print.scss */
#news-stories .section-footer {
  clear: both;
}

/* line 566, print.scss */
#news-stories .photo {
  padding: 0px 0px 10px 0px;
  clear: both;
}

/* line 570, print.scss */
#news-stories .caption {
  padding: 0px 0px 10px 0px;
  clear: both;
}

/* line 575, print.scss */
#news-stories .headline {
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  clear: both;
}

/* line 583, print.scss */
#news-stories .headline a {
  text-decoration: none;
}

/* line 587, print.scss */
#news-stories .summary {
  padding-bottom: 20px;
  color: #7D7D7D;
  font-size: 1.1em;
  clear: both;
}

/* line 594, print.scss */
#news-stories .readmore {
  color: #21662E;
  font-size: 1em;
}

/* line 599, print.scss */
.allnews {
  padding-top: 10px;
  line-height: 2em;
}

/* line 604, print.scss */
.allnews a {
  color: #333;
}

/* line 608, print.scss */
.content-first-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 614, print.scss */
.content-section {
  padding-top: 10px;
  padding-bottom: 30px;
}

/* line 620, print.scss */
.content-section .grid_3 .section {
  padding-bottom: 30px;
  /* push out the gradient below sections in the content area */
}

/* ======================= */
/*  FOOTER */
/* ======================= */
/* line 630, print.scss */
#footer {
  background: url(../template_images/footer-bg.png) repeat-y;
  height: 300px;
}

/* line 636, print.scss */
#footer ul {
  list-style: none;
  margin: 0px;
  padding: 12px;
  float: left;
  width: 164px;
}

/* line 645, print.scss */
#footer li:first-child {
  padding: 10px 0px 10px 0px;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
}

/* line 651, print.scss */
#footer li {
  padding: 3px 0px 3px 0px;
  border-bottom: 1px dotted #006541;
  line-height: 1.2em;
  color: #fff;
  font-size: 1em;
}

/* line 659, print.scss */
#footer a {
  text-decoration: none;
  color: #fff;
}

/* line 665, print.scss */
#footer .social {
  float: right;
  position: absolute;
  left: 762px;
  top: 203px;
}

/* line 671, print.scss */
#footer .social a {
  margin-right: 5px;
}

/* line 675, print.scss */
.buffy {
  float: right;
  margin-right: 40px;
  clear: both;
}

/* line 681, print.scss */
#footer-links {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 687, print.scss */
#footer-links ul {
  text-align: center;
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

/* line 694, print.scss */
#footer-links ul li {
  font-weight: bold;
  font-family: Arial;
  font-weight: bold;
  font-size: 1em;
  float: left;
  padding: 0px 5px 0px 5px;
  margin: 8px 0px 0px 0px;
}

/* line 703, print.scss */
#footer-links ul li {
  border-right: 1px solid #000;
}

/* line 707, print.scss */
#footer-links ul li:first-child {
  padding: 0px 5px 0px 0px;
}

/* line 711, print.scss */
#footer-links ul li.last-li {
  border: none;
}

/* line 716, print.scss */
#footer-links ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

/* line 722, print.scss */
#footer-links ul li a:hover {
  text-decoration: underline;
}

/* colorbox overrides */
/* line 732, print.scss */
#cboxTitle {
  bottom: 40px;
  color: #000;
  left: 17px;
  position: absolute;
  text-align: left;
  width: 70%;
}

/* line 741, print.scss */
#cboxNext {
  left: 40px;
}

/* line 745, print.scss */
#cboxPrevious {
  left: 17px;
}

/* line 749, print.scss */
#cboxCurrent {
  left: 80px;
}

/* line 752, print.scss */
#cboxLoadedContent {
  padding: 15px 0px 40px 15px;
  margin-bottom: 40px;
}

/* line 762, print.scss */
.picker, .slideshow {
  background: url(../template_images/item-picker.gif) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
}

/* line 773, print.scss */
.picker:hover, .item5:hover {
  background: url(../template_images/item-picker-on.gif) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
  cursor: pointer;
}

/* line 787, print.scss */
.slideshow {
  background: url(../template_images/slideshow.png) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
}

/* line 799, print.scss */
.slideshow:hover {
  background: url(../template_images/slideshow-on.png) no-repeat;
  padding: 3px;
  color: #3F3F3F;
  cursor: pointer;
}

/* line 807, print.scss */
#latest-news {
  background: #fff;
}

/* line 814, print.scss */
.noscript {
  padding: 10px;
  color: red;
  font-weight: bold;
  background: yellow;
  font-size: 1.5em;
  text-align: center;
}

/***** SHARE THIS *****/
/* line 824, print.scss */
.share {
  height: 18px;
  padding: 15px 0px 5px 20px;
  margin-top: 0px;
}

/* line 830, print.scss */
.share div {
  float: left;
  font-weight: bold;
  color: #333;
}

/* line 836, print.scss */
.share ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* line 842, print.scss */
.share li {
  float: left;
  margin: 0px 0px 0px 5px;
}

/*** HOME PAGE FEATURES ****/
/* line 853, print.scss */
#feature-pickers {
  position: absolute;
  top: 216px;
  left: 430px;
  z-index: 400;
}

/* line 860, print.scss */
#features {
  display: none;
  margin: 0px;
  padding: 0px;
}

/* line 866, print.scss */
#feature-dropdowns {
  display: none;
}

/* line 871, print.scss */
#feature-arrow.on {
  background: url(../template_images/contract-arrow-on.png) no-repeat;
}

/* line 874, print.scss */
#feature-arrow.on:hover {
  background: url(../template_images/contract-arrow-on.png) no-repeat;
  cursor: pointer;
}

/* line 879, print.scss */
#feature-arrow.off {
  background: url(../template_images/expand-arrow.png) no-repeat;
}

/* line 882, print.scss */
#feature-arrow.off:hover {
  background: url(../template_images/expand-arrow-on.png) no-repeat;
  cursor: pointer;
}

/* line 888, print.scss */
#feature-arrow {
  float: left;
  margin-right: 4px;
}

/* line 892, print.scss */
#feature-arrow img {
  width: 30px;
  height: 24px;
}

/* line 897, print.scss */
#feature-expander {
  float: left;
  margin-right: 150px;
  width: 148px;
  height: 24px;
}

/* line 903, print.scss */
#feature-expander img {
  width: 148px;
  height: 24px;
}

/* line 909, print.scss */
#feature-expander.off:hover {
  background: url(../template_images/expand-to-read-on.png) no-repeat;
  cursor: pointer;
}

/* line 914, print.scss */
#feature-expander.off {
  background: url(../template_images/expand-to-read.png) no-repeat;
}

/* line 918, print.scss */
#feature-expander.on {
  background: url(../template_images/click-to-close.png) no-repeat;
  cursor: pointer;
}

/* line 923, print.scss */
#feature-numbers {
  float: left;
}

/* line 927, print.scss */
#feature-numbers a {
  background: url(../template_images/feature-picker.png) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
  text-decoration: none;
}

/* line 939, print.scss */
#feature-numbers a.activeSlide {
  background: url(../template_images/feature-picker-on.png) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
  text-decoration: none;
}

/* line 953, print.scss */
#feature-numbers a:hover {
  background: url(../template_images/feature-picker-on.png) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
  cursor: pointer;
  text-decoration: none;
}

/* line 968, print.scss */
#feature-dropdowns {
  background: #D2D2D2;
}

/* line 971, print.scss */
.feature-details {
  height: 300px;
  width: 940px;
  background: url(../template_images/feature-details-bg.jpg) bottom no-repeat;
}

/* line 977, print.scss */
.feature-left {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  float: left;
  position: relative;
  width: 460px;
}

/* line 985, print.scss */
.feature-right {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  float: left;
  position: relative;
  width: 440px;
}

/* line 993, print.scss */
.feature-left .feature-title {
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 30px;
  height: 30px;
}

/* line 999, print.scss */
.feature-right .feature-title {
  padding: 20px 20px 0px 30px;
  margin: 0px 0px 0px 0px;
  height: 30px;
}

/* line 1005, print.scss */
.feature-title {
  font-size: 1.7em;
  line-height: 1.7em;
  color: #2E7732;
  font-family: Arial;
  border-bottom: 1px dotted #C2C2C2;
}

/* line 1012, print.scss */
.feature-callout {
  font-size: 1.6em;
  line-height: 1.6em;
  color: #3F3F3F;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-family: Arial;
}

/* line 1021, print.scss */
.feature-body {
  font-size: 1em;
  line-height: 1.5em;
  color: #3F3F3F;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-family: Arial;
}

/* line 1030, print.scss */
.feature-body ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 1035, print.scss */
.feature-body li {
  background: url(../template_images/feature-tick.png) 5px 5px no-repeat;
  padding: 0px 5px 5px 20px;
}

/* line 1041, print.scss */
.feature-read-more {
  width: 400px;
  height: 30px;
  background: url(../template_images/feature-read-more.png) no-repeat;
  padding: 8px 45px 5px 0px;
  text-align: right;
  position: absolute;
  bottom: 10px;
}

/* line 1051, print.scss */
.feature-read-more a {
  font-size: 1.2em;
  font-weight: bold;
  color: #3F3F3F;
  font-family: Arial;
  text-decoration: none;
}

/***** BANNERS ****/
/* line 1063, print.scss */
.banners {
  height: 165px;
  background: url(../template_images/banner-bg.png) no-repeat;
}

/* line 1067, print.scss */
.banners .photo {
  float: left;
  width: 220px;
  height: 165px;
  padding: 0px 10px 0px 0px;
}

/* line 1073, print.scss */
.banners .photo img {
  max-width: 220px;
  max-height: 165px;
}

/* line 1078, print.scss */
.banners a {
  text-decoration: none;
}

/* line 1081, print.scss */
.banners .headline {
  width: 200px;
  float: left;
  font-size: 1.6em;
  line-height: 1em;
  color: #000;
  margin: 10px 0px 0px 0px;
  font-weight: bold;
}

/* line 1090, print.scss */
.banners .subheadline {
  width: 195px;
  float: left;
  color: #000;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0px 0px 0px 0px;
}

/* line 1099, print.scss */
.banners .summary {
  width: 190px;
  margin: 0px;
  padding: 0px;
  float: left;
  color: #3F3F3F;
  font-size: 1em;
}

/* line 1108, print.scss */
.banners .readmore {
  text-align: right;
  width: 180px;
  margin: 0px;
  padding: 0px;
  float: left;
  color: #3F3F3F;
  font-size: 1em;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

/* line 1120, print.scss */
.banners .readmore a {
  text-decoration: underline;
  color: #3f3f3f;
}

/***** HOME PAGE BANNERS ******/
/* line 1127, print.scss */
#banners1 {
  display: none;
}

/* line 1130, print.scss */
#banners2 {
  display: none;
}

/* line 1134, print.scss */
#banners1 li {
  display: none;
}

/* line 1137, print.scss */
#banners1 li:first-child {
  display: block;
}

/* line 1142, print.scss */
#banners1-picker {
  height: 30px;
  margin: 5px 0px 5px 0px;
}

/* line 1147, print.scss */
#banners1-prev {
  margin: 5px 0px 0px 0px;
  float: left;
  display: none;
}

/* line 1152, print.scss */
#banners1-next {
  margin: 5px 0px 0px 0px;
  float: right;
}

/* line 1157, print.scss */
#banners1-prev:hover, #banners1-next:hover {
  cursor: pointer;
}

/* line 1163, print.scss */
#banners2-picker {
  height: 30px;
  margin: 5px 0px 5px 0px;
}

/* line 1168, print.scss */
#banners2-prev {
  margin: 5px 0px 0px 0px;
  float: left;
  display: none;
}

/* line 1174, print.scss */
#banners2-next {
  margin: 5px 0px 0px 0px;
  float: right;
}

/* line 1179, print.scss */
#banners2-prev:hover, #banners2-next:hover {
  cursor: pointer;
}

/* line 1184, print.scss */
#banners2, #banners1, #features, #feature-dropdowns {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 1191, print.scss */
#banners2 li {
  display: none;
}

/* line 1194, print.scss */
#banners2 li:first-child {
  display: block;
}

/****** IMAGE PRELOADER *****/
/* line 1200, print.scss */
.preloader {
  display: none;
}

/**** HOME PAGE LATEST NEWS ******/
/* line 1208, print.scss */
#news-picker {
  z-index: 400;
  clear: both;
  margin: 0px 0px 0px 20px;
  padding-bottom: 15px;
}

/* line 1215, print.scss */
.allnews {
  float: left;
  margin-left: 10px;
}

/* line 1221, print.scss */
#news-numbers {
  clear: both;
  height: 40px;
}

/* line 1226, print.scss */
#news-numbers a {
  background: url(../template_images/picker.png) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
  text-decoration: none;
}

/* line 1238, print.scss */
#news-numbers a.activeSlide {
  background: url(../template_images/picker-on.png) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
  text-decoration: none;
}

/* line 1252, print.scss */
#news-numbers a:hover {
  background: url(../template_images/picker-on.png) no-repeat;
  color: #3F3F3F;
  float: left;
  font-weight: bold;
  margin-right: 4px;
  padding-top: 5px;
  padding-left: 10px;
  height: 26px;
  width: 16px;
  cursor: pointer;
  text-decoration: none;
}

/**** HOME PAGE NEWS UPDATES *****/
/* line 1271, print.scss */
.news-section {
  padding-bottom: 80px;
}

/* line 1274, print.scss */
.news-section-no-footer {
  padding-bottom: 20px;
}

/* line 1277, print.scss */
.news-section-footer {
  padding-bottom: 20px;
}

/* line 1281, print.scss */
.news-section div, .news-section-no-footer div {
  padding: 15px 15px 0px 15px;
}

/* line 1285, print.scss */
.news-section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 1291, print.scss */
.news-section li a {
  text-decoration: underline;
  font-size: 1.1em;
  color: #333;
}

/* line 1297, print.scss */
.news-section li:first-child {
  border-top: 1px solid #fff;
}

/* line 1301, print.scss */
.news-section li {
  padding: 7px 10px 7px 20px;
}

/* line 1310, print.scss */
.form-go-button {
  background: url(/templates/fr/template_images/form-go-button.jpg) no-repeat;
  width: 34px;
  height: 24px;
}

/* line 1316, print.scss */
.form-go-button:hover {
  background: url(/templates/fr/template_images/form-go-button-on.jpg) no-repeat;
}

/* line 1320, print.scss */
.content-section th {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

/* line 1328, print.scss */
.content-section td {
  padding: 0px;
  margin: 0px;
}

/* line 1333, print.scss */
td, th {
  vertical-align: top;
  text-align: left;
}

/* line 1338, print.scss */
table.three-column td, table.three-column th {
  width: 33%;
}

/* line 1342, print.scss */
table.three-column {
  width: 100%;
}

/* line 1347, print.scss */
table.two-column {
  width: 100%;
}

/* line 1351, print.scss */
table.two-column td, table.two-column th {
  width: 50%;
}

/* line 1356, print.scss */
ul.bg, ul.bg {
  margin: 5px 0px 5px 0px;
  list-style: none;
  padding: 0px;
}

/* line 1361, print.scss */
ul.bg li, ul.bg li {
  padding: 4px 0px 4px 10px;
  line-height: 1.5em;
  background: url(../template_images/ul-arrow.gif) 0px 8px no-repeat;
}

/* line 1367, print.scss */
.middle-content table.three-column ul.bg li {
  width: 125px;
}

/* line 1372, print.scss */
ul.bg li:first-child {
  border-top: 1px dotted #D3CABC;
}

/* line 1375, print.scss */
ul.bg li {
  text-decoration: none;
  border-bottom: 1px dotted #D3CABC;
}

/* line 1380, print.scss */
ul.bg li a {
  text-decoration: none;
}

/***********/
/* line 1385, print.scss */
ul.middle-three-columns {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 33%;
}

/* line 1393, print.scss */
ul.middle-three-columns li:first-child {
  font-size: 1.1em;
  font-weight: bold;
}

/* line 1398, print.scss */
ul.middle-three-columns li {
  padding: 5px 5px 5px 5px;
}

/****** COMMON CONTENT ****/
/* line 1405, print.scss */
h1 a {
  text-decoration: none;
}

/* line 1410, print.scss */
h2 {
  font-size: 1.3em;
  color: #333;
  padding: 10px 0px 15px 0px;
  margin: 0px;
  font-weight: bold;
  font-family: Arial;
}

/* line 1419, print.scss */
.content-first-section h2:first-child {
  padding-top: 0px;
}

/* line 1426, print.scss */
h2 a {
  text-decoration: none;
}

/* line 1430, print.scss */
.top {
  text-align: right;
}

/* line 1433, print.scss */
.top a {
  color: #000;
}

/***** MIDDLE CONTENT ******/
/* line 1441, print.scss */
.middle-content h1 {
  font-size: 2em;
  color: #000;
  height: 47px;
  padding: 13px 0px 0px 20px;
  margin: 0px 0px 15px 0px;
  font-family: Arial;
}

/* line 1449, print.scss */
.middle-content h1.bg {
  font-size: 2em;
  color: #fff;
  height: 37px;
  padding: 13px 0px 0px 20px;
  margin: 0px 0px 15px 0px;
  font-family: Arial;
  background: url(../template_images/title-middle-green.png) no-repeat;
}

/***** WIDE CONTENT ******/
/* line 1461, print.scss */
.wide-content h1 {
  font-size: 2em;
  color: #fff;
  height: 47px;
  padding: 13px 0px 0px 20px;
  margin: 0px 0px 15px  0px;
  font-family: Arial;
}

/* line 1470, print.scss */
.wide-content h1.bg {
  font-size: 2em;
  color: #fff;
  height: 37px;
  padding: 13px 0px 0px 20px;
  margin: 0px 0px 15px  0px;
  font-family: Arial;
  background: url(../template_images/title-wide-green.png) no-repeat;
}

/* line 1483, print.scss */
.wide-content ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

/* line 1488, print.scss */
.wide-content li {
  padding: 5px 0px 5px 0px;
}

/****** PAGE HEADERS *******/
/* line 1515, print.scss */
.government-header {
  height: 140px;
  width: 940px;
  background: url(../template_images/government-header.jpg) no-repeat;
}

/* line 1520, print.scss */
.services-header {
  height: 140px;
  width: 940px;
  background: url(../template_images/services-header.jpg) no-repeat;
}

/* line 1525, print.scss */
.business-header {
  height: 140px;
  width: 940px;
  background: url(../template_images/business-header.jpg) no-repeat;
}

/* line 1530, print.scss */
.residents-header {
  height: 140px;
  width: 940px;
  background: url(../template_images/residents-header.jpg) no-repeat;
}

/* line 1536, print.scss */
.default-header {
  height: 47px;
  width: 940px;
  font-size: 1.6em;
  color: #205E2B;
  font-weight: bold;
  padding: 23px 0px 0px 260px;
  background: url(../template_images/default-header.jpg) 0px -35px no-repeat;
}

/* line 1546, print.scss */
.default-header-two-lines {
  height: 60px;
  width: 940px;
  color: #205E2B;
  font-weight: bold;
  padding: 10px 0px 0px 260px;
  background: url(../template_images/default-header.jpg) 0px -35px no-repeat;
}

/* line 1555, print.scss */
.default-header-two-lines div.line1 {
  font-size: 2em;
  margin: 0px 0px 0px 0px;
}

/* line 1559, print.scss */
.default-header-two-lines div.line2 {
  font-size: 1.3em;
  margin: 0px 0px 0px 0px;
}

/***** OLD CAMPAIGNS ******/
/* line 1567, print.scss */
h6 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0px;
  padding: 0px 15px 15px 15px;
}

/* line 1573, print.scss */
h6 a {
  text-decoration: none;
}

/* line 1577, print.scss */
h6 a:hover {
  text-decoration: underline;
}

/* line 1581, print.scss */
.middle-content p {
  line-height: 1.5em;
}

/***** PHOTO GALLERY *****/
/* line 1591, print.scss */
.gallery {
  clear: both;
  margin-left: -5px;
  margin-top: 10px;
}

/* line 1596, print.scss */
.gallery div {
  float: left;
  width: 120px;
  height: 80px;
  overflow: hidden;
  padding: 5px;
}

/***** ADD THIS *****/
/* line 1612, print.scss */
.addthis_toolbox {
  display: none;
  margin: 20px 0px 0px 0px;
}

/* line 1617, print.scss */
.addthis_button_compact {
  text-decoration: none;
}

/* line 1622, print.scss */
.no-print, .noprint {
  display: none;
}

/* line 1628, print.scss */
.close-printer-friendly {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1633, print.scss */
.printer-footer {
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media print {
  /* line 1642, print.scss */
  .close-printer-friendly {
    display: none;
  }
}
/* line 1665, print.scss */
.printer-friendly .container {
  max-width: 600px;
  float: none;
  margin: auto;
}

/* line 1670, print.scss */
.printer-friendly .content {
  float: none;
}

/* line 1673, print.scss */
.printer-friendly .addthis_toolbox.addthis_default_style {
  display: none;
}

/* line 1676, print.scss */
.printer-friendly .maincontent {
  padding: 0 !important;
}

/* line 1679, print.scss */
.printer-friendly .allnews {
  float: none;
}

/* line 1682, print.scss */
.printer-friendly img {
  max-width: 100%;
}

/* line 1686, print.scss */
.printer-friendly footer {
  max-width: 600px;
  width: 100%;
  /*display: inline-block;*/
  padding: 10px;
  margin: auto;
}

/* line 1693, print.scss */
.printer-friendly footer > div {
  margin-bottom: 20px;
}

/* line 1697, print.scss */
.close-printer-friendly {
  float: left;
}

/* line 1700, print.scss */
.printer-footer {
  float: right;
}

/* line 1704, print.scss */
.slickSlider-wrapper {
  display: none !important;
}

@media print {
  /* line 1710, print.scss */
  .close-printer-friendly {
    display: none;
  }

  /* line 1713, print.scss */
  .language_toggle {
    display: none;
  }

  /* line 1717, print.scss */
  .slickSlider-wrapper {
    display: none !important;
  }
}

/*# sourceMappingURL=print.css.map */
