@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../_sass/_includes/_fontawesome/_scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* line 10, ../_sass/_includes/_fontawesome/_scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../_sass/_includes/_fontawesome/_scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../_sass/_includes/_fontawesome/_scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../_sass/_includes/_fontawesome/_scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../_sass/_includes/_fontawesome/_scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

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

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

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

/* line 10, ../_sass/_includes/_fontawesome/_scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../_sass/_includes/_fontawesome/_scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../_sass/_includes/_fontawesome/_scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../_sass/_includes/_fontawesome/_scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../_sass/_includes/_fontawesome/_scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../_sass/_includes/_fontawesome/_scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../_sass/_includes/_fontawesome/_scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../_sass/_includes/_fontawesome/_scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../_sass/_includes/_fontawesome/_scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

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

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

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

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

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

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

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

/* line 18, ../_sass/_includes/_fontawesome/_scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../_sass/_includes/_fontawesome/_scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../_sass/_includes/_fontawesome/_scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 5, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 619, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 620, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 621, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 622, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 623, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 624, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 625, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 626, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 627, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 628, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 629, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 636, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 643, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 645, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 646, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 647, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 648, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 649, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 650, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 651, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 652, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 654, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 655, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 656, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 657, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 658, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 659, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 660, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 663, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 664, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 665, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 668, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 669, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 670, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 671, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 672, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 673, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 674, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 675, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 676, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 677, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 678, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 679, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 680, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 681, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 682, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 683, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 684, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 685, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 686, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 687, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 688, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 689, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 690, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 691, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 692, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 693, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 694, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 695, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 696, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 697, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 698, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 699, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 700, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 701, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 702, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 703, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 704, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 705, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 707, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 708, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 709, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 710, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 711, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 718, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 719, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 722, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 723, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 724, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 725, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 727, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 728, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 729, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 730, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 731, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 736, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 737, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 738, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 739, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 740, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 741, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 746, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 747, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 748, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 749, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 754, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 755, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 756, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 768, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 772, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 773, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 774, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 775, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 780, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 781, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 782, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 783, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 784, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 785, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 786, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 787, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 788, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 789, ../_sass/_includes/_fontawesome/_scss/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, ../_sass/_includes/_fontawesome/_scss/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../_sass/_includes/_fontawesome/_scss/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 4, ../bower_components/neat/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../bower_components/neat/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, ../bower_components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 36, ../bower_components/normalize-scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 50, ../bower_components/normalize-scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, ../bower_components/normalize-scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 98, ../bower_components/normalize-scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, ../bower_components/normalize-scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 120, ../bower_components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 132, ../bower_components/normalize-scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 140, ../bower_components/normalize-scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 155, ../bower_components/normalize-scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 164, ../bower_components/normalize-scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 200, ../bower_components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 239, ../bower_components/normalize-scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 247, ../bower_components/normalize-scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 314, ../bower_components/normalize-scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 325, ../bower_components/normalize-scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 336, ../bower_components/normalize-scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 344, ../bower_components/normalize-scss/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 353, ../bower_components/normalize-scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, ../bower_components/normalize-scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, ../bower_components/normalize-scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 407, ../bower_components/normalize-scss/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 418, ../bower_components/normalize-scss/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 448, ../bower_components/normalize-scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, ../bower_components/normalize-scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 468, ../bower_components/normalize-scss/_normalize.scss */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, ../bower_components/normalize-scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 494, ../bower_components/normalize-scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 504, ../bower_components/normalize-scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 515, ../bower_components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 537, ../bower_components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 550, ../bower_components/normalize-scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 559, ../bower_components/normalize-scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 575, ../bower_components/normalize-scss/_normalize.scss */
td,
th {
  padding: 0;
}

/*@import '_includes/_utils/custom_bootstrap/bootstrap';*/
/*@import '_includes/_utils/functions';*/
/*@import '_includes/_utils/variables';*/
/*@import '_includes/_utils/mixins';*/
/* usage instuctions:
 * -variables labelled 'nw-[name_of_color]' are to be inserted into css sitewide
 * -variables labelled 'nw-brand-[name_of_color]' represent the definitions of
 *    the original northwest brand palette, and are not to be modified
 * -variables labelled 'nw-ada-[name_of_color]' are ADA compliant versions of the northwest
 *    brand color palette
 * -the top most variables may be supplemented with any color defined elsewhere to apply that
 *    change sitewide, to the similar/appropriate color. These may be mixed and matched.
 */
@font-face {
  font-family: 'Fedra Serif Std A - Bold';
  src: url("../fonts/fedra/serif/FSerStdA-Bold.otf");
}
@font-face {
  font-family: 'Fedra Serif Std A - BoldItalic';
  src: url("../fonts/fedra/serif/FSerStdA-BoldItalic.otf");
}
@font-face {
  font-family: 'Fedra Serif Std A - Book';
  src: url("../fonts/fedra/serif/FSerStdA-Book.otf");
}
@font-face {
  font-family: 'Fedra Serif Std A - BookItalic';
  src: url("../fonts/fedra/serif/FSerStdA-BookItalic.otf");
}
@font-face {
  font-family: 'Fedra Serif Std A - Demi';
  src: url("../fonts/fedra/serif/FSerStdA-Demi.otf");
}
@font-face {
  font-family: 'Fedra Serif Std A - DemiItalic';
  src: url("../fonts/fedra/serif/FSerStdA-DemiItalic.otf");
}
@font-face {
  font-family: 'Fedra Serif Std A - Medium';
  src: url("../fonts/fedra/serif/FSerStdA-Medium.otf");
}
@font-face {
  font-family: 'Fedra Serif Std A - MediumItalic';
  src: url("../fonts/fedra/serif/FSerStdA-MediumItalic.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - Bold';
  src: url("../fonts/fedra/sans/FedraSansAltStd-Bold.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - BoldItalic';
  src: url("../fonts/fedra/sans/FedraSansAltStd-BoldItalic.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - Book';
  src: url("../fonts/fedra/sans/FedraSansAltStd-Book.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - BookItalic';
  src: url("../fonts/fedra/sans/FedraSansAltStd-BookItalic.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - Demi';
  src: url("../fonts/fedra/sans/FedraSansAltStd-Demi.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - DemiItalic';
  src: url("../fonts/fedra/sans/FedraSansAltStd-DemiItalic.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - Light';
  src: url("../fonts/fedra/sans/FedraSansAltStd-Light.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - LightItalic';
  src: url("../fonts/fedra/sans/FedraSansAltStd-LightItalic.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - Medium';
  src: url("../fonts/fedra/sans/FedraSansAltStd-Medium.otf");
}
@font-face {
  font-family: 'Fedra Sans Alt Std - MediumItalic';
  src: url("../fonts/fedra/sans/FedraSansAltStd-MedItalic.otf");
}
/*
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

@font-face {
    font-family: 'proxima_novalight_italic';
    src: url('../fonts/proximanova-lightit-webfont.eot');
    src: url('../fonts/proximanova-lightit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-lightit-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-lightit-webfont.woff') format('woff'),
         url('../fonts/proximanova-lightit-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-lightit-webfont.svg#proxima_novalight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* line 9, ../_sass/_includes/_vars/_layout.scss */
.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* line 3, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources {
  display: block;
  margin-bottom: 3em;
}
/* line 7, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* line 17, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources h2.nw-add-resources-main-head {
  color: #000;
  font-family: "Fedra Serif Std A - Demi", Georgia, sans-serif;
  margin-bottom: 0em;
  font-size: 24px;
}
/* line 24, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources h2.nw-add-resources-sub-head {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  margin: 0.5em 0em;
  font-size: 24px;
}
/* line 30, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources .nw-add-resources-resource {
  margin-bottom: 0.75em;
  padding-left: 0.5em;
}
/* line 34, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources .nw-add-resources-resource a {
  display: inline-block;
}
/* line 38, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources .nw-add-resources-resource a h3 {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #00843D;
  text-decoration: underline;
  margin: 0em;
  font-size: 1.17em;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-add-resources .nw-add-resources-resource a h3:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-add-resources .nw-add-resources-resource a h3:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 120, ../_sass/_includes/_vars/_typography.scss */
.nw-add-resources .nw-add-resources-resource a h3:hover, .nw-add-resources .nw-add-resources-resource a h3:focus {
  color: #00843D;
}
/* line 46, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources .nw-add-resources-resource span.arrow {
  color: #00843D;
  display: inline-block;
  padding-bottom: 0.35em;
  -webkit-transform: scale(0.75, 2);
  /* Safari and Chrome */
  -moz-transform: scale(0.75, 2);
  /* Firefox */
  -ms-transform: scale(0.75, 2);
  /* IE 9 */
  -o-transform: scale(0.75, 2);
  /* Opera */
  transform: scale(0.75, 2);
  /* W3C */
}
/* line 59, ../_sass/_includes/_content-types/_nw-add-resources.scss */
.nw-add-resources .nw-add-resources-resource p {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  margin: 0em;
}

/* line 4, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form {
  display: block;
}
/* line 6, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form .invalid {
  border: 2px solid red !important;
  color: red !important;
}
/* line 13, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form .required {
  color: red;
}
/* line 17, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form a {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #78BE20;
  text-decoration: underline;
}
/* line 109, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form a:hover, .nw-contact-form a:focus {
  color: #00843D;
}
/* line 22, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* line 29, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form h1, .nw-contact-form h2, .nw-contact-form h3 {
  color: #000;
  font-family: "Fedra Serif Std A - Demi", Georgia, sans-serif;
  line-height: 1.2;
  font-size: 24px;
}
/* line 36, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form p {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
}
/* line 42, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.6em;
}
/* line 47, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form label.radio-label {
  color: #00843D;
  margin-left: 1em;
}
/* line 52, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form label.field-label {
  display: none;
}
/* line 57, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form .form-type-radio {
  display: inline-block;
  min-width: 150px;
}
/* line 62, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form input:not([type="radio"]) {
  background-color: #fff;
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
  font-size: 18px;
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  text-align: left;
  border: 1px solid #545454;
  border-radius: 3px;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"])::-webkit-input-placeholder {
  color: #545454;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):-moz-placeholder {
  color: #545454;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"])::-moz-placeholder {
  color: #545454;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):-ms-input-placeholder {
  color: #545454;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-contact-form input:not([type="radio"]):hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-contact-form input:not([type="radio"]):focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 85, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form input:not([type="radio"]):hover {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):hover::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):hover:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):hover::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):hover:-ms-input-placeholder {
  color: #000;
}
/* line 89, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form input:not([type="radio"]):focus {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):focus::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):focus:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):focus::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form input:not([type="radio"]):focus:-ms-input-placeholder {
  color: #000;
}
/* line 95, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form select {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  background: #fff;
  border: 1px solid #545454;
  border-radius: 6px;
  color: #545454;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select::-webkit-input-placeholder {
  color: #545454;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:-moz-placeholder {
  color: #545454;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select::-moz-placeholder {
  color: #545454;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:-ms-input-placeholder {
  color: #545454;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-contact-form select:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-contact-form select:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 115, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form select:hover {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:hover::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:hover:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:hover::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:hover:-ms-input-placeholder {
  color: #000;
}
/* line 119, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form select:focus {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:focus::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:focus:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:focus::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form select:focus:-ms-input-placeholder {
  color: #000;
}
/* line 126, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form textarea.feedback {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  background: #fff;
  border: 1px solid #545454;
  border-radius: 6px;
  color: #545454;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
  resize: vertical;
  min-height: 100px;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback::-webkit-input-placeholder {
  color: #545454;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:-moz-placeholder {
  color: #545454;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback::-moz-placeholder {
  color: #545454;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:-ms-input-placeholder {
  color: #545454;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-contact-form textarea.feedback:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-contact-form textarea.feedback:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 148, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form textarea.feedback:hover {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:hover::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:hover:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:hover::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:hover:-ms-input-placeholder {
  color: #000;
}
/* line 152, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form textarea.feedback:focus {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:focus::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:focus:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:focus::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-contact-form textarea.feedback:focus:-ms-input-placeholder {
  color: #000;
}
/* line 159, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form input.button {
  background: #00843D;
  border: 2px solid #00843D;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  font: normal 400 18px/28px "Fedra Sans Alt Std - Book", Arial, sans-serif;
  margin: 0 auto;
  width: 150px;
  text-align: center;
  transition: background .15s linear, border-color .15s linear;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-contact-form input.button:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-contact-form input.button:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 176, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form input.button:hover {
  color: #545454;
  background: #ffbc45;
  border-color: #ffbc45;
}
/* line 181, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form input.button:focus {
  color: #545454;
  background: #ffbc45;
  border-color: #ffbc45;
}
/* line 188, ../_sass/_includes/_content-types/_nw-contact-form.scss */
.nw-contact-form .nw-contact-form-resp {
  display: none;
}

/* line 3, ../_sass/_includes/_content-types/_nw-cross-sell.scss */
.nw-cross-sell {
  display: block;
  width: auto;
  padding: 1em 0em;
  padding-bottom: 2.5em;
  margin: 1em 0em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
  max-width: 300px;
}
/* line 13, ../_sass/_includes/_content-types/_nw-cross-sell.scss */
.nw-cross-sell a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* line 19, ../_sass/_includes/_content-types/_nw-cross-sell.scss */
.nw-cross-sell h2 {
  color: #000;
  font-family: "Fedra Serif Std A - Demi", Georgia, sans-serif;
  font-size: 1.5em;
}
/* line 24, ../_sass/_includes/_content-types/_nw-cross-sell.scss */
.nw-cross-sell img {
  width: 30%;
  height: auto;
  display: inline-block;
  float: left;
}
/* line 31, ../_sass/_includes/_content-types/_nw-cross-sell.scss */
.nw-cross-sell p {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  width: 70%;
  display: inline-block;
  margin: 0em;
  padding-left: 0.5em;
}
/* line 37, ../_sass/_includes/_content-types/_nw-cross-sell.scss */
.nw-cross-sell p a {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #00843D;
  text-decoration: underline;
}
/* line 120, ../_sass/_includes/_vars/_typography.scss */
.nw-cross-sell p a:hover, .nw-cross-sell p a:focus {
  color: #00843D;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-cross-sell p a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-cross-sell p a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}

/* line 5, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones {
  display: block;
  margin-bottom: 5em;
}
/* line 9, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones h2 {
  color: #000;
  font-family: "Fedra Serif Std A - Demi", Georgia, sans-serif;
}
/* line 13, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones p {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
}
/* line 17, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones a {
  text-decoration: none;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-cta-zones a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-cta-zones a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 21, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones a .nw-cta-zone {
  display: block;
  width: auto;
  min-height: 10em;
  padding: 0.25em;
  padding-left: 2em;
  margin-bottom: 1em;
  background-color: #EAE5DF;
  transition: background-color 0.2s linear;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-cta-zones a .nw-cta-zone:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-cta-zones a .nw-cta-zone:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 37, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones a .nw-cta-zone:hover, .nw-cta-zones a .nw-cta-zone:focus {
  background-color: #00843D;
}
/* line 39, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones a .nw-cta-zone:hover h1, .nw-cta-zones a .nw-cta-zone:hover blockquote, .nw-cta-zones a .nw-cta-zone:hover span.arrow, .nw-cta-zones a .nw-cta-zone:focus h1, .nw-cta-zones a .nw-cta-zone:focus blockquote, .nw-cta-zones a .nw-cta-zone:focus span.arrow {
  color: #fff;
  border-color: #fff;
}
/* line 46, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones a .nw-cta-zone h1 {
  margin: 0.83em 0em;
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  font-size: 2em;
  text-stroke: 10px #000;
  color: #545454;
}
/* line 56, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones a .nw-cta-zone h1 span.arrow {
  color: #A59C94;
}
/* line 72, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones a .nw-cta-zone blockquote {
  padding-left: 1em;
  margin-left: 0em;
  border-left: 0.2em solid #A59C94;
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  font-size: 0.85em;
  color: #545454;
}
/* line 88, ../_sass/_includes/_content-types/_nw-cta-zones.scss */
.nw-cta-zones a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* line 1, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form {
  width: 100%;
}
/* line 4, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .invalid {
  border: 2px solid red !important;
  color: red !important;
}
/* line 11, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .required {
  color: red;
}
/* line 14, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form input[type="radio"], .nw-customer-feedback-form input[type="checkbox"] {
  margin-right: 1em;
}
/* line 17, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form input[type="text"], .nw-customer-feedback-form input[type="email"], .nw-customer-feedback-form input[type="tel"] {
  background-color: #fff;
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
  font-size: 18px;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: auto;
  padding: 0 10px;
  text-align: left;
  border: 1px solid #545454;
  border-radius: 3px;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]::-webkit-input-placeholder, .nw-customer-feedback-form input[type="email"]::-webkit-input-placeholder, .nw-customer-feedback-form input[type="tel"]::-webkit-input-placeholder {
  color: #545454;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:-moz-placeholder, .nw-customer-feedback-form input[type="email"]:-moz-placeholder, .nw-customer-feedback-form input[type="tel"]:-moz-placeholder {
  color: #545454;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]::-moz-placeholder, .nw-customer-feedback-form input[type="email"]::-moz-placeholder, .nw-customer-feedback-form input[type="tel"]::-moz-placeholder {
  color: #545454;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:-ms-input-placeholder, .nw-customer-feedback-form input[type="email"]:-ms-input-placeholder, .nw-customer-feedback-form input[type="tel"]:-ms-input-placeholder {
  color: #545454;
}
@media screen and (min-width: 769px) {
  /* line 17, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
  .nw-customer-feedback-form input[type="text"], .nw-customer-feedback-form input[type="email"], .nw-customer-feedback-form input[type="tel"] {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  /* line 17, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
  .nw-customer-feedback-form input[type="text"], .nw-customer-feedback-form input[type="email"], .nw-customer-feedback-form input[type="tel"] {
    width: 100%;
  }
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-customer-feedback-form input[type="text"]:hover, .nw-customer-feedback-form input[type="email"]:hover, .nw-customer-feedback-form input[type="tel"]:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-customer-feedback-form input[type="text"]:focus, .nw-customer-feedback-form input[type="email"]:focus, .nw-customer-feedback-form input[type="tel"]:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 46, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form input[type="text"]:hover, .nw-customer-feedback-form input[type="email"]:hover, .nw-customer-feedback-form input[type="tel"]:hover {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:hover::-webkit-input-placeholder, .nw-customer-feedback-form input[type="email"]:hover::-webkit-input-placeholder, .nw-customer-feedback-form input[type="tel"]:hover::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:hover:-moz-placeholder, .nw-customer-feedback-form input[type="email"]:hover:-moz-placeholder, .nw-customer-feedback-form input[type="tel"]:hover:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:hover::-moz-placeholder, .nw-customer-feedback-form input[type="email"]:hover::-moz-placeholder, .nw-customer-feedback-form input[type="tel"]:hover::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:hover:-ms-input-placeholder, .nw-customer-feedback-form input[type="email"]:hover:-ms-input-placeholder, .nw-customer-feedback-form input[type="tel"]:hover:-ms-input-placeholder {
  color: #000;
}
/* line 50, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form input[type="text"]:focus, .nw-customer-feedback-form input[type="email"]:focus, .nw-customer-feedback-form input[type="tel"]:focus {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:focus::-webkit-input-placeholder, .nw-customer-feedback-form input[type="email"]:focus::-webkit-input-placeholder, .nw-customer-feedback-form input[type="tel"]:focus::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:focus:-moz-placeholder, .nw-customer-feedback-form input[type="email"]:focus:-moz-placeholder, .nw-customer-feedback-form input[type="tel"]:focus:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:focus::-moz-placeholder, .nw-customer-feedback-form input[type="email"]:focus::-moz-placeholder, .nw-customer-feedback-form input[type="tel"]:focus::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form input[type="text"]:focus:-ms-input-placeholder, .nw-customer-feedback-form input[type="email"]:focus:-ms-input-placeholder, .nw-customer-feedback-form input[type="tel"]:focus:-ms-input-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form select {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  background: #fff;
  border: 1px solid #545454;
  border-radius: 6px;
  color: #545454;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: auto;
  padding: 0 10px;
  text-align: left;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select::-webkit-input-placeholder {
  color: #545454;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:-moz-placeholder {
  color: #545454;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select::-moz-placeholder {
  color: #545454;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:-ms-input-placeholder {
  color: #545454;
}
@media screen and (min-width: 769px) {
  /* line 56, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
  .nw-customer-feedback-form select {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  /* line 56, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
  .nw-customer-feedback-form select {
    width: 100%;
  }
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-customer-feedback-form select:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-customer-feedback-form select:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 82, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form select:hover {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:hover::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:hover:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:hover::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:hover:-ms-input-placeholder {
  color: #000;
}
/* line 86, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form select:focus {
  color: #000;
}
/* line 50, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:focus::-webkit-input-placeholder {
  color: #000;
}
/* line 53, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:focus:-moz-placeholder {
  color: #000;
}
/* line 56, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:focus::-moz-placeholder {
  color: #000;
}
/* line 59, ../_sass/_includes/_vars/_typography.scss */
.nw-customer-feedback-form select:focus:-ms-input-placeholder {
  color: #000;
}
/* line 92, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form textarea {
  max-width: 100%;
}
/* line 95, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .button {
  background: #00843D;
  border: 2px solid #00843D;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  font: normal 400 18px/28px "Fedra Sans Alt Std - Book", Arial, sans-serif;
  margin: 0 auto;
  margin-top: 1em;
  width: 150px;
  text-align: center;
  transition: background .15s linear, border-color .15s linear;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-customer-feedback-form .button:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-customer-feedback-form .button:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 113, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .button:hover {
  color: #545454;
  background: #ffbc45;
  border-color: #ffbc45;
}
/* line 118, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .button:focus {
  color: #545454;
  background: #ffbc45;
  border-color: #ffbc45;
}
/* line 124, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .button[disabled="disabled"] {
  pointer-events: none;
  color: #545454;
  background: #EAE5DF;
  border-color: #EAE5DF;
}
/* line 131, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .nw-customer-feedback-form-main {
  display: block;
}
/* line 134, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .nw-customer-feedback-form-main .nw-customer-feedback-main-header {
  color: #00843D;
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
}
/* line 139, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .nw-customer-feedback-form-main .nw-customer-feedback-sub-header {
  color: #00843D;
  border-bottom: solid #00843D 2px;
}
/* line 147, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .nw-customer-feedback-form-main .nw-customer-feedback-reminder {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
@media screen and (min-width: 769px) {
  /* line 153, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
  .nw-customer-feedback-form .nw-customer-feedback-form-main .nw-customer-feedback-form-container {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  /* line 153, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
  .nw-customer-feedback-form .nw-customer-feedback-form-main .nw-customer-feedback-form-container {
    width: 100%;
  }
}
/* line 162, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .nw-customer-feedback-form-main .nw-customer-feedback-form-container .nw-customer-feedback-form-label {
  text-align: center;
  background-color: #00843D;
  color: white;
}
/* line 167, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .nw-customer-feedback-form-main .nw-customer-feedback-form-container .nw-customer-feedback-form-req {
  text-align: center;
}
/* line 177, ../_sass/_includes/_content-types/_nw-customer-feedback-form.scss */
.nw-customer-feedback-form .nw-customer-feedback-form-resp {
  display: none;
}

/* line 1, ../_sass/_includes/_content-types/_nw-dynamic-table.scss */
.dynamic-table-tabs {
  height: 50px;
  position: relative;
  display: none;
}
/* line 5, ../_sass/_includes/_content-types/_nw-dynamic-table.scss */
.dynamic-table-tabs ul {
  -webkit-margin-after: 0em;
  -webkit-margin-before: 0em;
  -webkit-padding-after: 0em;
  -webkit-margin-start: 0em;
  -webkit-margin-end: 0em;
  -webkit-padding-start: 0em;
  padding: 0em;
  width: 100%;
}
/* line 17, ../_sass/_includes/_content-types/_nw-dynamic-table.scss */
.dynamic-table-tabs .dynamic-table-tab {
  display: inline-block;
  position: relative;
  padding: 0.75rem 1%;
  font-size: 1vw;
  /* font-weight: bold; */
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  background-color: #00843D;
  border-right: 1px solid #FFF;
  vertical-align: bottom;
  /* float: left; */
  /* clear: none; */
  cursor: pointer;
  /* margin-top: 0.5rem; */
  /* bottom: 0; */
  width: 14%;
  min-height: 0;
  max-height: 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  white-space: nowrap;
  /* bottom: 0px; */
  /* list-style: none; */
}
/* line 45, ../_sass/_includes/_content-types/_nw-dynamic-table.scss */
.dynamic-table-tabs .dynamic-table-tab + li {
  margin-left: -3px;
}
/* line 51, ../_sass/_includes/_content-types/_nw-dynamic-table.scss */
.dynamic-table-tabs .dynamic-table-tab:last-child {
  border-right: none;
  border-bottom: none;
}
/* line 57, ../_sass/_includes/_content-types/_nw-dynamic-table.scss */
.dynamic-table-tabs .dynamic-table-tab:hover, .dynamic-table-tabs .dynamic-table-tab:focus {
  background-color: #e5ffd6;
  color: #00843D;
}
/* line 62, ../_sass/_includes/_content-types/_nw-dynamic-table.scss */
.dynamic-table-tabs .dynamic-table-tab.active {
  height: 50px;
  max-height: 50px;
  color: #545454;
  background-color: #ffbc45;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.dynamic-table-tabs .dynamic-table-tab:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.dynamic-table-tabs .dynamic-table-tab:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
@media screen and (min-width: 769px) {
  /* line 1, ../_sass/_includes/_content-types/_nw-dynamic-table.scss */
  .dynamic-table-tabs {
    display: block;
  }
}

/* line 5, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord {
  display: block;
  margin-bottom: 5em;
}
/* line 9, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord h2 {
  color: #000;
  font-family: "Fedra Serif Std A - Demi", Georgia, sans-serif;
  font-size: 1.5em;
}
/* line 13, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord p {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-img-accord a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-img-accord a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 21, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* line 27, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section {
  min-width: 800px;
  margin-bottom: 2em;
}
/* line 32, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-header {
  position: relative;
  z-index: 1;
  height: 175px;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-header:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-header:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 42, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-header h1 {
  line-height: 175px;
  font-size: 3em;
  margin-left: 1.0em;
  font-family: "Fedra Sans Alt Std - Medium", Arial, sans-serif;
  color: #FFF;
}
/* line 52, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-header .nw-img-accord-swoop-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 175px;
  width: 51%;
  z-index: -5;
}
/* line 62, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-header .nw-img-accord-hero-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 175px;
  z-index: -10;
}
/* line 71, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown {
  position: relative;
  display: block;
  background-color: #e5ffd6;
  overflow: hidden;
}
/* line 80, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown .nw-img-accord-x-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em;
  margin: 0.25em;
  font-size: 2em;
  color: #00843D;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown .nw-img-accord-x-button:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown .nw-img-accord-x-button:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 94, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown ul {
  margin: 0em;
  padding: 2em;
  padding-left: 4em;
}
/* line 100, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown ul li {
  padding: 0.5em;
  font-family: "Fedra Sans Alt Std - Medium", Arial, sans-serif;
  color: #000;
}
/* line 106, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown ul li:hover, .nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown ul li:focus {
  color: #00843D;
}
/* line 109, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown ul li a {
  text-decoration: none;
  color: #000;
  padding: 0.1em;
}
/* line 114, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown ul li a:hover, .nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown ul li a:focus {
  color: #00843D;
  text-decoration: underline;
}
/* line 121, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown.initial {
  height: 0px;
}
/* line 124, ../_sass/_includes/_content-types/_nw-img-accord.scss */
.nw-img-accord .nw-img-accord-section .nw-img-accord-section-dropdown.hidden {
  display: none;
  height: 0px;
}

/* line 4, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect {
  display: block;
  margin-bottom: 5em;
}
/* line 8, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* line 14, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect h2 {
  color: #000;
  font-family: "Fedra Serif Std A - Demi", Georgia, sans-serif;
  font-size: 1.5em;
}
/* line 18, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect p {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
}
/* line 23, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table,
.nw-qa-redirect .nw-qa-redirect-mobile-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
/* line 33, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table thead tr th,
.nw-qa-redirect .nw-qa-redirect-mobile-table thead tr th {
  padding: 0em 1.5em;
  text-align: left;
  background-color: #00843D;
}
/* line 40, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table thead tr th h2,
.nw-qa-redirect .nw-qa-redirect-mobile-table thead tr th h2 {
  margin: 0.5em;
  line-height: 1.2;
  color: #000;
  font-family: "Fedra Serif Std A - Demi", Georgia, sans-serif;
  color: #fff;
}
/* line 51, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody {
  background-color: #fff;
}
/* line 57, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td {
  border: 1px solid #ccc;
  padding-top: 1em;
  height: 300px;
  vertical-align: top;
  position: relative;
}
/* line 64, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box {
  display: inline-block;
  position: relative;
  height: 100%;
  margin: 0.5em 0em;
  padding: 0em 0.5em;
  width: 100%;
}
/* line 73, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box h3,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box h3 {
  margin: 0.5em 0em;
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #00843D;
  font-weight: bold;
  font-size: 1.17em;
}
/* line 81, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box p,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box p {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  margin: 0.5em 0em;
  margin-bottom: 90px;
}
/* line 88, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box a,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box a {
  text-decoration: none;
}
/* line 92, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div {
  margin: 0.5em 2.5%;
  padding: 0.5em;
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 85px;
  width: 95%;
  background-color: #ffbc45;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div:hover,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div:focus,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 106, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div h4,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div h4 {
  margin: 0em;
  font-size: 1em;
  font-family: "Fedra Sans Alt Std - Medium", Arial, sans-serif;
  color: #545454;
}
/* line 112, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
.nw-qa-redirect .nw-qa-redirect-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div h4 span.arrow,
.nw-qa-redirect .nw-qa-redirect-mobile-table tbody tr td .nw-qa-redirect-qa-box a .nw-qa-redirect-qa-box-link-div h4 span.arrow {
  font-size: 0.8em;
  margin: 0.4em;
  margin-top: 0em;
}
@media screen and (min-width: 769px) {
  /* line 126, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
  .nw-qa-redirect .nw-qa-redirect-table {
    display: table;
  }
}
@media screen and (max-width: 768px) {
  /* line 126, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
  .nw-qa-redirect .nw-qa-redirect-table {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  /* line 134, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
  .nw-qa-redirect .nw-qa-redirect-mobile-table {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 134, ../_sass/_includes/_content-types/_nw-qa-redirect.scss */
  .nw-qa-redirect .nw-qa-redirect-mobile-table {
    display: table;
  }
}

/* line 3, ../_sass/_includes/_content-types/_nw-text-block.scss */
.text-block-article-subtitle {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #e0dedd;
  border-color: #a39d99;
  margin-bottom: 12px;
  padding-bottom: 1em;
}

/* line 1, ../_sass/_includes/_content-types/_nw-double-button.scss */
div.double-button-left {
  width: 45%;
  margin-right: 2%;
}

/* 
  Bootstrap not in use for styling for rest of the site. 
  Overriding outer layouts here for redesigned business pages(home/plan).
*/
/* line 6, ../_sass/_includes/_content-types/_nw-business-home.scss */
html {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

/* line 12, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home {
  /*max-width: 100%;
  overflow-x: hidden;*/
}
/* line 16, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home p, .node-type-business-home a {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 22, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
/* line 28, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-summary {
  display: none;
}
/* line 33, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary {
  width: 100%;
  max-width: 100%;
}
/* line 37, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary .content {
  margin: 0;
}
/* line 41, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content {
  width: 100%;
  max-width: 100%;
}
/* line 45, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper {
  padding: 0;
  position: relative;
}
/* line 50, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .hero-image-wrapper img {
  width: 100%;
  height: auto;
}
/* line 56, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .header-section-wrapper {
  padding: 0;
  position: relative;
}
/* line 61, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .hero-image-text {
  /*@include center-absolute;*/
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center;
  font-size: 2.85rem;
  color: #FFF;
  max-width: 40%;
}
/* line 77, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .hero-image-text > h2 {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  font-size: 40px;
}
@media (min-width: 1400px) {
  /* line 77, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .hero-image-text > h2 {
    font-size: 60px;
  }
}
/* line 89, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .header-section-wrapper.ie11 .hero-image-text {
  transform: translate(65%, -40%);
  -ms-transform: translate(65%, -40%);
}
/* line 96, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .header-section-wrapper.ie10 .hero-image-text {
  transform: translate(65%, -40%);
  -ms-transform: translate(65%, -40%);
}
/* line 103, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .header-section-wrapper.edge-browser .hero-image-text {
  transform: translate(0%, -40%);
}
/* line 109, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .green-txt-link {
  color: #00843D;
  text-decoration: none;
  font-size: 23px;
  font-weight: 500;
}
/* line 114, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .green-txt-link:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 8px;
}
/* line 123, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .three-sixty-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 128, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .three-sixty-container .business-logo > img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  /* line 127, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .three-sixty-container .business-logo {
    margin-bottom: 30px;
  }
}
/* line 139, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .btn-holder {
  position: relative;
}
/* line 141, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .btn-holder > a {
  position: absolute;
  top: 50%;
  font-family: "Fedra Sans Alt Std - Medium", Arial, sans-serif;
}
@media (max-width: 768px) {
  /* line 141, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .btn-holder > a {
    position: relative;
  }
}
/* line 151, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .s-line {
  transform: rotate(15deg);
  border-right: 1px solid #e0e0e0;
  height: 70px;
}
@media (max-width: 768px) {
  /* line 151, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .s-line {
    display: none;
  }
}
/* line 161, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .motto-text {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 163, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .motto-text > p {
  font-size: 14px;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 170, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .motto-link a {
  font-size: 18px;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
}
@media (max-width: 768px) {
  /* line 170, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .motto-link a {
    transform: translateY(50%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
  }
}
/* line 187, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow {
  width: 100%;
  height: auto;
}
@media (min-width: 1779px) {
  /* line 187, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  /* line 196, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow > .carousel-card.card.cycle-slide.cycle-sentinel {
    height: 0 !important;
  }
}
/* line 202, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-carousel-wrap {
  border-bottom: 1px solid #e0e0e0;
}
/* line 205, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-carousel-wrap > .carousel-card {
  width: auto;
  height: auto;
  text-align: center;
  border: none;
  white-space: normal;
}
@media (max-width: 768px) {
  /* line 205, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-carousel-wrap > .carousel-card {
    width: 100% !important;
    display: block !important;
  }
}
/* line 219, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-carousel-wrap > .carousel-card > .card-body {
  padding-bottom: 0;
}
/* line 223, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-carousel-wrap > .carousel-card > .card-body .carousel-image > img {
  width: 100%;
  height: auto;
}
/* line 230, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-carousel-wrap > .carousel-card > .card-body .carousel-title > h3 {
  color: #393939;
  font-weight: bolder;
  font-size: .9rem;
  text-align: center;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 240, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-carousel-wrap > .carousel-card > .card-body .carousel-text > p {
  color: #78695e;
  font-size: 0.8rem;
  padding: 10px;
}
@media (max-width: 768px) {
  /* line 202, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-carousel-wrap {
    position: relative !important;
    width: 100% !important;
    display: block !important;
  }
}
/* line 257, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 261, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > a {
  background-color: #817565;
  color: #FFF;
  text-align: center;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  font-size: .9rem;
  display: block;
}
/* line 271, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > a::after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 0.5rem;
}
/* line 278, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-decoration: none;
}
/* line 285, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  text-decoration: none;
}
/* line 292, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
/* line 298, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > a.white-grn-btn {
  background-color: #FFF;
  color: #00843D;
}
@media (max-width: 1048px) {
  /* line 261, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > a {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 910px) {
  /* line 261, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > a {
    font-size: 11px;
  }
}
/* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
  display: none;
  background-color: #817565;
  position: absolute;
  transform: translate(41%, -100%);
  -webkit-transform: translate(41%, -100%);
  -ms-transform: translate(100%, -100%);
  -moz-transform: translate(43%, -100%);
  min-height: 300px;
  z-index: 99;
  width: 360px;
}
/* line 346, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body {
  text-align: left;
  position: absolute;
  top: 0;
  padding-bottom: 0 !important;
}
/* line 352, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu-title {
  color: #FFF;
  font-size: 1.15rem;
  font-family: "Fedra Sans Alt Std - Bold", Arial, sans-serif;
}
/* line 358, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu {
  padding-left: 0;
  margin-top: 20px;
}
/* line 361, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu > .flyout-link {
  list-style: none;
}
/* line 363, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu > .flyout-link > a {
  font-size: 14px;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  display: list-item;
  list-style-type: none;
  color: #FFF;
  padding: 0;
}
/* line 370, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu > .flyout-link > a::after {
  content: '\f054';
  font-family: FontAwesome;
  color: #FFF;
  font-size: 9px;
  padding-left: 5px;
}
/* line 377, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu > .flyout-link > a:hover {
  background-color: #817565;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
/* line 385, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu > .flyout-link > a:focus {
  background-color: #817565;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
/* line 395, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu .under-text {
  display: none;
}
/* line 398, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu .card-body .flyout-menu .under-text > p {
  font-size: 12px;
  color: #FFF;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
@media (min-width: 1600px) and (max-width: 1699px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    width: 470px;
    height: 360px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    min-height: 320px;
    width: 410px;
  }
}
@media (min-width: 1300px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    width: 390px;
  }
}
@media (min-width: 1201px) and (max-width: 1299px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    width: 360px;
  }
}
@media (max-width: 1200px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    width: 320px;
  }
}
@media (max-width: 1100px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    width: 290px;
  }
}
@media (max-width: 1024px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    width: 290px;
  }
}
@media (max-width: 991px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link > .brown-menu {
    width: 510px;
    height: 360px;
  }
}
/* line 446, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .carousel-link .active-menu {
  display: block;
  text-align: center;
}
/* line 456, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .cycle-slideshow .cycle-slide-active + .carousel-card + .carousel-card .carousel-link .brown-menu.active-menu {
  transform: translate(-141%, -100%) !important;
  -webkit-transform: translate(-141%, -100%) !important;
  -ms-transform: translate(-103%, -100%) !important;
  -moz-transform: translate(-140%, -100%) !important;
}
/* line 468, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .carousel-mobile-card {
  border: none;
}
/* line 470, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .carousel-mobile-card .mobile-card-text {
  text-align: center;
  padding: 20px 70px 0px 70px;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 477, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .outer-flyout {
  position: relative;
}
@media (min-width: 769px) {
  /* line 481, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .brown-div {
    background-color: #817565;
  }
  /* line 484, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .brown-div > .carousel-text p {
    color: #FFF !important;
  }
}
/* line 490, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper #next {
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 20%;
  color: #00843D;
  z-index: 77;
  font-size: 200%;
  font-weight: 500;
}
/* line 491, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper #next.disabled {
  display: none;
}
@media (max-width: 768px) {
  /* line 490, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper #next {
    display: none;
  }
}
/* line 508, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper #prev {
  display: inline-block;
  position: absolute;
  color: #00843D;
  top: 45%;
  right: 20%;
  z-index: 77;
  font-size: 200%;
  font-weight: 500;
}
/* line 509, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper #prev.disabled {
  display: none;
}
@media (max-width: 768px) {
  /* line 508, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper #prev {
    display: none;
  }
}
/* line 526, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .prev-btn-col {
  text-align: right;
}
/* line 538, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie11 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
  transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
}
@media (max-width: 1440px) {
  /* line 538, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie11 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    transform: translate(85%, -100%);
    -ms-transform: translate(85%, -100%);
  }
}
@media (max-width: 1350px) {
  /* line 538, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie11 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    ransform: translate(80%, -100%);
    -ms-transform: translate(80%, -100%);
  }
}
@media (max-width: 1250px) {
  /* line 538, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie11 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    transform: translate(75%, -100%);
    -ms-transform: translate(75%, -100%);
  }
}
@media (max-width: 1160px) {
  /* line 538, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie11 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    transform: translate(70%, -100%);
    -ms-transform: translate(70%, -100%);
  }
}
@media (max-width: 991px) {
  /* line 538, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie11 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    display: none;
  }
}
/* line 569, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie11 .cycle-slideshow .cycle-slide-active + .carousel-card + .carousel-card .carousel-link a:focus + .brown-menu {
  transform: translate(-103%, -100%) !important;
  -ms-transform: translate(-103%, -100%) !important;
}
/* line 586, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie10 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
  transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
}
@media (max-width: 1440px) {
  /* line 586, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie10 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    transform: translate(85%, -100%);
    -ms-transform: translate(85%, -100%);
  }
}
@media (max-width: 1350px) {
  /* line 586, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie10 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    transform: translate(80%, -100%);
    -ms-transform: translate(80%, -100%);
  }
}
@media (max-width: 1250px) {
  /* line 586, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie10 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    transform: translate(75%, -100%);
    -ms-transform: translate(75%, -100%);
  }
}
@media (max-width: 1160px) {
  /* line 586, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie10 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    transform: translate(70%, -100%);
    -ms-transform: translate(70%, -100%);
  }
}
@media (max-width: 991px) {
  /* line 586, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie10 .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    display: none;
  }
}
/* line 617, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .ie10 .cycle-slideshow .cycle-slide-active + .carousel-card + .carousel-card .carousel-link a:focus + .brown-menu {
  transform: translate(-103%, -100%) !important;
  -ms-transform: translate(-103%, -100%) !important;
}
/* line 635, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .edge-browser .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
  transform: translate(41%, -100%);
}
@media (max-width: 991px) {
  /* line 635, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .edge-browser .cycle-slideshow .carousel-card .color-change .carousel-link > .brown-menu {
    display: none;
  }
}
/* line 649, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .edge-browser .cycle-slideshow .cycle-slide-active + .carousel-card + .carousel-card .carousel-link a:focus + .brown-menu {
  transform: translate(-141%, -100%) !important;
}
/* line 664, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .business-knowledge-wrapper .left-content-section .business-links-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 677, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .image-quote-block {
  margin-bottom: 50px;
}
/* line 678, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .image-quote-block > img {
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 677, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .image-quote-block {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
/* line 690, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .block-quote {
  background-color: #00843D;
  padding: 40px;
  color: #FFF;
  text-align: center;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 691, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .block-quote i.fa-quote-left {
  font-size: 30px;
  opacity: 0.6;
}
/* line 695, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .block-quote i.fa-quote-right {
  font-size: 30px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  /* line 690, ../_sass/_includes/_content-types/_nw-business-home.scss */
  .node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .block-quote {
    padding: 25px;
  }
}
/* line 710, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .green-txt-lt-link {
  color: #00843D;
}
/* line 714, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .business-motto {
  margin-top: 30px;
}
/* line 719, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .motto-image > img {
  height: auto;
  width: 100%;
  transform: translate(0px, 10%);
}
/* line 727, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .motto-title > p {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 736, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .motto-body > p {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 744, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .vertical-image > img {
  height: auto;
  width: 100%;
}
/* line 750, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .left-content-section {
  border-top: 1px solid #e0e0e0;
}
/* line 755, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .callout-icon > img {
  height: auto;
  width: 100%;
}
/* line 761, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .callout-link {
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  color: #00843D;
}
/* line 767, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .callout-link > a {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 770, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .callout-link > a::after {
  content: " \f105";
  font-family: fontawesome;
}
/* line 777, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .vertical-callouts-section {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 782, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .vertical-callouts-section .callout-icon > img {
  max-width: 100%;
  height: auto;
  min-width: 25px;
}
/* line 789, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .vertical-callouts-section .callout-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 796, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .vertical-callouts-section .callout-title > * {
  font-size: 1.15rem;
  font-weight: 600;
}
/* line 802, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .vertical-callouts-section .callout-body {
  font-size: 0.9rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 809, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .vertical-callouts-section .callout-link {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 813, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .vertical-callouts-section .callout-link a {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  text-decoration: none;
  font-weight: 600;
}
/* line 823, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .end-arrow:after {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 7px;
  padding-left: 5px;
  position: absolute;
  padding-top: 7px;
}
/* line 833, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .link-no-arrow :before {
  content: '\f067';
  font-size: 7px;
  padding-left: 1px;
}
/* line 840, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .business-link-title {
  font-size: 1.25rem;
}
/* line 845, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .business-multi-links > a {
  display: list-item;
  list-style-type: square;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
/* line 855, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .b-multi-links {
  padding-left: 0;
}
/* line 858, ../_sass/_includes/_content-types/_nw-business-home.scss */
.node-type-business-home .content-article .content-main .content-primary > .content .node-wrapper .b-multi-links > a {
  display: list-item;
  list-style-type: none;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
}

/* 
  Bootstrap not in use for styling for rest of the site. 
  Overriding outer layouts here for redesigned business pages(home/plan).
*/
/* line 6, ../_sass/_includes/_content-types/_nw-business-plan.scss */
html {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

/* line 13, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan p, .node-type-business-plan a {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
@media (max-width: 768px) {
  /* line 17, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan p, .node-type-business-plan h2, .node-type-business-plan h3, .node-type-business-plan h4 {
    padding-right: 1em;
  }
}
/* line 25, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
/* line 31, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-summary {
  display: none;
}
/* line 36, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary {
  width: 100%;
  max-width: 100%;
  /*> .content {
    width: 100%;
    max-width: 100%;*/
}
/* line 40, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .content {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
/* line 54, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper {
  padding: 0;
  position: relative;
}
/* line 61, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  /* line 60, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-wrapper {
    margin-top: 43px;
  }
  /* line 69, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-wrapper .desktop-hero {
    display: none;
  }
}
@media (min-width: 769px) {
  /* line 75, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-wrapper .mobile-hero {
    display: none;
  }
}
/* line 81, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text {
  position: absolute;
  top: 40%;
  color: white;
  left: calc(16.66667% + 15px);
}
/* line 87, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text h1, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text h2, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text h3, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text h4 {
  font-weight: bold;
  line-height: 0.95;
  margin-bottom: 0.5em;
}
/* line 92, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text h1 strong, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text h2 strong, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text h3 strong, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text h4 strong {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
}
/* line 97, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text p {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  /* line 81, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text {
    position: relative;
    color: #00843D;
    left: calc(8.33333% + 15px);
    margin-top: 2em;
  }
}
@media (max-width: 575px) {
  /* line 81, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-text {
    left: 15px;
    max-width: calc(100% - 30px);
  }
}
/* line 114, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-logo {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(60%, -50%);
  -ms-transform: translate(60%, -50%);
  transform: translate(60%, -50%);
  text-align: center;
  font-size: 2.85rem;
  color: #FFF;
  max-width: 40%;
}
/* line 129, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .header-section-wrapper .hero-image-logo img {
  max-width: 40%;
  height: auto;
}
/* line 139, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .ie11.header-section-wrapper .hero-image-logo {
  -ms-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
}
/* line 146, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .ie10.header-section-wrapper .hero-image-logo {
  -ms-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
}
/* line 153, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .edge-browser.header-section-wrapper .hero-image-logo {
  transform: translate(60%, -50%);
}
@media (min-width: 769px) {
  /* line 160, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .vertical-callouts-section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
/* line 167, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .vertical-callouts-section .callout-icon > img {
  max-width: 100%;
  height: auto;
  min-width: 25px;
}
/* line 174, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .vertical-callouts-section .callout-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 181, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .vertical-callouts-section .callout-title > * {
  font-size: 1em;
  font-weight: 600;
}
/* line 187, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .vertical-callouts-section .callout-body {
  font-size: 0.9rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 194, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .vertical-callouts-section .callout-link {
  color: #00843D;
}
/* line 197, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .vertical-callouts-section .callout-link a {
  color: #00843D;
  text-decoration: none;
  font-weight: 600;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 209, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .text-section .text-section-title {
  color: #000;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 215, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .text-section .text-section-body p {
  font-size: 14.4px;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 223, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  /* line 223, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section {
    margin-top: 50px;
  }
}
/* line 232, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper h1, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper h2, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper h3, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper h4 {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 0.1em;
}
@media (max-width: 768px) {
  /* line 232, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper h1, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper h2, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper h3, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper h4 {
    font-size: 1.5em;
  }
}
/* line 245, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper strong {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
}
/* line 249, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .body-wrapper p {
  margin-bottom: 1.5em;
}
/* line 254, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .text-section {
  padding-top: 35px;
  padding-bottom: 25px;
}
/* line 258, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .text-section .text-section-title {
  color: #00843D;
}
/* line 262, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .text-section .text-section-body {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  /* line 268, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .right-callouts-section {
    max-width: 75%;
    margin: 0 auto;
  }
}
/* line 276, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .top-callout-section .right-callouts-section .callout-link a:after {
  content: " \f105";
  font-family: fontawesome;
}
/* line 286, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper:before, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper:after {
  content: '';
  border-bottom: 1px solid #A59C94;
  display: block;
  width: 33.33333%;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 286, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper:before, .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper:after {
    content: none;
  }
}
/* line 298, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper:before {
  margin-bottom: 3em;
}
/* line 303, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section {
  padding-left: 0;
}
/* line 305, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-tabs {
  border-bottom: none;
  justify-content: center;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  /* line 305, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-tabs {
    display: none;
  }
}
/* line 314, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-item {
  margin-right: 10px;
}
@media (max-width: 991px) {
  /* line 314, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-item {
    margin-bottom: 15px;
  }
}
/* line 320, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-link {
  position: relative;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 325, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
/* line 330, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
/* line 336, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-link.active .triangle-shape {
  position: absolute;
  bottom: -20px;
  left: 36%;
}
/* line 340, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-link.active .triangle-shape .rectangle {
  width: 20px;
  height: 20px;
}
/* line 344, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-link.active .triangle-shape .right-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent white transparent;
  top: 0;
}
/* line 353, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section .nav-link.active .triangle-shape .left-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent white;
}
/* line 368, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-mobile-wrapper .tab-title {
  padding: 0.5em 1em;
  background-color: #00843D;
  color: white;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
}
/* line 379, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-mobile-wrapper .tab-title.active {
  display: none;
}
/* line 383, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-mobile-wrapper .tab-title .plus-expand {
  font-weight: 100;
  font-size: 2em;
}
@media (min-width: 769px) {
  /* line 367, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-mobile-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 394, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-content {
    border: 1px solid #CBC4BC;
    padding: 0 0.9em;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
/* line 404, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-title-wrapper {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  color: #00843D;
  font-size: 1.2em;
  padding-bottom: 0.25em;
}
@media (max-width: 768px) {
  /* line 404, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-title-wrapper {
    padding: 0 20px;
    border-bottom: 1px solid #CBC4BC;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 769px) {
  /* line 404, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-title-wrapper {
    display: none;
  }
}
/* line 422, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-title-wrapper .x-close {
  cursor: pointer;
}
/* line 425, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tabbed-section-wrapper .tab-title-wrapper .x-close i {
  font-size: 2em;
  vertical-align: super;
  margin-top: -0.15em;
}
/* line 436, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .green {
  color: #FFF;
  background-color: #7ac142;
}
/* line 441, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .yellow {
  color: #FFF;
  background-color: #ede40f;
}
/* line 446, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .orange {
  color: #FFF;
  background-color: #fcb033;
}
/* line 451, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .brown {
  color: #FFF;
  background-color: #5e524e;
}
/* line 457, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .blue {
  color: #FFF;
  background-color: #00acc8;
}
/* line 462, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .darkgreen {
  color: #FFF;
  background-color: #00843D;
}
/* line 469, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane {
  margin-top: 30px;
}
@media (max-width: 768px) {
  /* line 469, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  /* line 476, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane .tab-image {
    display: none;
  }
}
/* line 481, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane .tab-image > img {
  height: auto;
  width: 100%;
}
/* line 487, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane .text-section {
  margin-top: 70px;
}
/* line 490, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane .text-section .text-section-title {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
}
@media (max-width: 768px) {
  /* line 490, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane .text-section .text-section-title {
    margin-bottom: 1em;
  }
}
/* line 499, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane .text-section .text-section-title > h2 {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 506, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane .text-section .text-section-body {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
@media (max-width: 991px) {
  /* line 487, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-pane .text-section {
    margin-top: 10px;
  }
}
/* line 516, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .next-tab {
  align-self: center;
  padding-bottom: 3em;
}
/* line 521, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .next-tab-btn {
  border-radius: 3px;
  display: inline-block;
  font: normal 400 0.8em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  padding: 1em 2em;
  transition: all .25s linear;
  text-align: center;
  text-decoration: none;
  color: black;
  width: 80%;
  margin-left: 10%;
}
/* line 533, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .next-tab-btn:after {
  content: '\27E9';
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.5em;
}
/* line 541, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .next-tab-btn .product-title {
  text-transform: lowercase;
}
@media (max-width: 768px) {
  /* line 521, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .next-tab-btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  /* line 551, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .card-compare-table {
    margin-top: 30px;
  }
}
/* line 557, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .table {
  border-bottom: 2px solid #e9ecef;
}
/* line 559, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .table .table-card-header {
  text-align: center;
}
/* line 563, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .table th {
  border-top: none;
}
/* line 567, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .table .table-feature-header {
  text-align: left;
}
/* line 571, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .table .t-header {
  color: #00843D;
  font-weight: bold;
  font-size: 20px;
}
/* line 577, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .table .feature-cell {
  border-right: 2px solid #e9ecef;
}
/* line 581, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .table .credit-cell {
  text-align: center;
  color: #fcb033;
  font-size: 25px;
  border-right: 2px solid #e9ecef;
}
/* line 588, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .table .debit-cell {
  text-align: center;
  color: #fcb033;
  font-size: 25px;
}
@media (max-width: 768px) {
  /* line 597, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-vert-section.no-content {
    display: none;
  }
}
/* line 602, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-vert-section .callout-icon {
  padding-right: 0;
}
/* line 604, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-vert-section .callout-icon > img {
  height: auto;
  width: 100%;
}
/* line 610, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-vert-section .callout-title {
  color: #00843D;
  justify-content: normal;
  padding-left: 10px;
}
/* line 617, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-vert-section .callout-body > ul {
  padding-left: 0;
}
/* line 619, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-vert-section .callout-body > ul > li {
  list-style-type: none;
}
/* line 621, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-vert-section .callout-body > ul > li:before {
  color: #00843D;
  content: '\25A0';
  font-size: 8px;
  margin-right: 5px;
}
/* line 632, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .tab-inner-verticals {
  margin-top: 10px;
}
/* line 636, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .full-shape {
  position: relative;
}
/* line 640, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .rectangle-shape {
  height: 20px;
  width: 100%;
}
/* line 645, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .tab-content .triangle-shape {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #FFF;
  border-right: 20px solid transparent;
}
/* line 654, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 658, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .text-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 662, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .text-section .text-section-body {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  /* line 667, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section {
    margin: 0 auto;
  }
}
/* line 674, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section .vertical-callouts-section {
  padding-top: 5px;
}
@media screen and (min-width: 769px) {
  /* line 679, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section .vertical-callouts-section:not(:last-child) {
    border-right: 1px solid #e0e0e0;
  }
  /* line 682, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section .vertical-callouts-section:nth-child(4) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 674, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section .vertical-callouts-section {
    border-bottom: 1px solid #e0e0e0;
  }
}
@media screen and (min-width: 769px) {
  /* line 691, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section .vertical-callouts-section .callout-body {
    max-width: 85%;
  }
}
/* line 697, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section .vertical-callouts-section .callout-link {
  text-align: left;
}
@media screen and (min-width: 769px) {
  /* line 697, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section .vertical-callouts-section .callout-link {
    max-width: 75%;
  }
}
/* line 706, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .calculate-section .bottom-callouts-section .vertical-callouts-section .callout-link > a::after {
  content: " \f105";
  font-family: fontawesome;
}
/* line 717, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section {
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  /* line 717, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section {
    border-top: none;
  }
}
/* line 722, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .callout-icon {
  padding-right: 0;
}
/* line 725, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .support-callout-text {
  text-align: center;
  padding-left: 0;
}
/* line 728, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .support-callout-text .callout-body {
  padding-bottom: 0;
}
/* line 732, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .support-callout-text .callout-link:after {
  content: " \f105";
  font-family: fontawesome;
}
/* line 738, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .sup-btn-holder {
  text-align: center;
}
/* line 740, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .sup-btn-holder .support-btn {
  background-color: #ffbc45;
  color: #000;
  font-weight: bold;
  position: relative;
  width: 80%;
  transform: translateY(100%);
  padding: 10px;
}
/* line 748, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .sup-btn-holder .support-btn:after {
  content: "";
  border-style: solid;
  position: absolute;
  left: 65%;
  bottom: -23px;
  margin-left: 22px;
  border-width: 22px 10px 0 8px;
  border-color: #ffbc45 transparent transparent transparent;
}
/* line 759, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .sup-btn-holder .support-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
/* line 765, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .sup-btn-holder .support-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
@media (max-width: 768px) {
  /* line 740, ../_sass/_includes/_content-types/_nw-business-plan.scss */
  .node-type-business-plan .content-article .content-main .content-primary .node-business-plan .support-section .sup-btn-holder .support-btn {
    width: 100%;
    transform: translateY(0%);
  }
}
/* line 780, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-item-call-to-action a.button {
  border-radius: 3px;
  display: inline-block;
  font: normal 400 1em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  padding: 1em;
  transition: all .25s linear;
  text-align: center;
  text-decoration: none;
}
/* line 789, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-item-call-to-action a.button:not(.subtitled):after {
  content: '\27E9';
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.5em;
}
/* line 797, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-item-call-to-action a.button.subtitled .button-title:after {
  content: '\27E9';
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
}
/* line 804, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-item-call-to-action a.button.yellow {
  color: #545454;
  background-color: #ffbc45;
}
/* line 809, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-item-call-to-action a.button.green {
  border: 1px solid #00843D;
  color: #00843D;
  background-color: transparent;
}
/* line 816, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-item-call-to-action a.plain {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  font-size: 1.2em;
}
/* line 823, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-wrapper {
  margin-top: 40px;
}
/* line 826, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-wrapper a:not(.button) {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  text-decoration: underline;
}
/* line 833, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-item-resources > .content:after {
  content: none;
}
/* line 837, ../_sass/_includes/_content-types/_nw-business-plan.scss */
.node-type-business-plan .content-article .content-main .content-primary .node-business-plan .paragraphs-item-resource-link-list a {
  padding-right: 1em;
}

/* line 5, ../_sass/_includes/_content-types/_nw-rates-page.scss */
.page-node-1243 #content .content-blob .blob h2 {
  font: normal 500 22px/30px "Fedra Serif Std A - Book", Georgia, sans-serif;
  font-stretch: normal;
  margin: 0;
  margin-top: 1em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 5, ../_sass/_includes/_content-types/_nw-rates-page.scss */
  .page-node-1243 #content .content-blob .blob h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 5, ../_sass/_includes/_content-types/_nw-rates-page.scss */
  .page-node-1243 #content .content-blob .blob h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
/* line 23, ../_sass/_includes/_content-types/_nw-rates-page.scss */
.page-node-1243 #content .content-blob .blob .rates-section {
  padding: 2rem;
}
/* line 26, ../_sass/_includes/_content-types/_nw-rates-page.scss */
.page-node-1243 #content .content-blob .blob .rates-section label {
  color: #444;
  font-size: 1.1rem;
}
/* line 30, ../_sass/_includes/_content-types/_nw-rates-page.scss */
.page-node-1243 #content .content-blob .blob .rates-section label .form-required {
  color: red;
}
/* line 35, ../_sass/_includes/_content-types/_nw-rates-page.scss */
.page-node-1243 #content .content-blob .blob .rates-section .form-item-zip-code {
  float: left;
  clear: none;
}
/* line 40, ../_sass/_includes/_content-types/_nw-rates-page.scss */
.page-node-1243 #content .content-blob .blob .rates-section .cta-button {
  display: inline-block;
  color: #fff;
  background-color: #00843D;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
/* line 51, ../_sass/_includes/_content-types/_nw-rates-page.scss */
.page-node-1243 #content .content-blob .blob .rates-section .zip {
  padding: 0.2rem;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 75px;
  font-family: monospace;
}

/* line 1, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan,
body.node-type-personal-banking {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 5, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .content-main,
body.node-type-personal-banking .content-main {
  width: auto;
  padding: 0;
  max-width: none;
}
/* line 11, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .section-wrapper:not(:last-child),
body.node-type-personal-banking .section-wrapper:not(:last-child) {
  margin-bottom: 2.5em;
}
/* line 15, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .hero-wrapper,
body.node-type-personal-banking .hero-wrapper {
  position: relative;
}
/* line 18, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .hero-wrapper .image-wrapper,
body.node-type-personal-banking .hero-wrapper .image-wrapper {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 23, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .hero-wrapper .desktop-hero,
  body.node-type-personal-banking .hero-wrapper .desktop-hero {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 29, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .hero-wrapper .mobile-hero,
  body.node-type-personal-banking .hero-wrapper .mobile-hero {
    display: none;
  }
}
/* line 34, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .hero-wrapper img,
body.node-type-personal-banking .hero-wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  /* line 34, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .hero-wrapper img,
  body.node-type-personal-banking .hero-wrapper img {
    padding-top: 43px;
    background-color: white;
  }
}
/* line 44, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .hero-wrapper .overlay-text,
body.node-type-personal-banking .hero-wrapper .overlay-text {
  position: absolute;
  top: 40%;
  color: white;
  left: calc(16.66667% + 15px);
}
/* line 50, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .hero-wrapper .overlay-text h1, body.node-type-personal-loan .hero-wrapper .overlay-text h2, body.node-type-personal-loan .hero-wrapper .overlay-text h3, body.node-type-personal-loan .hero-wrapper .overlay-text h4, body.node-type-personal-loan .hero-wrapper .overlay-text h5,
body.node-type-personal-banking .hero-wrapper .overlay-text h1,
body.node-type-personal-banking .hero-wrapper .overlay-text h2,
body.node-type-personal-banking .hero-wrapper .overlay-text h3,
body.node-type-personal-banking .hero-wrapper .overlay-text h4,
body.node-type-personal-banking .hero-wrapper .overlay-text h5 {
  font-weight: bold;
  line-height: 0.95;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
}
/* line 56, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .hero-wrapper .overlay-text h1 strong, body.node-type-personal-loan .hero-wrapper .overlay-text h2 strong, body.node-type-personal-loan .hero-wrapper .overlay-text h3 strong, body.node-type-personal-loan .hero-wrapper .overlay-text h4 strong, body.node-type-personal-loan .hero-wrapper .overlay-text h5 strong,
body.node-type-personal-banking .hero-wrapper .overlay-text h1 strong,
body.node-type-personal-banking .hero-wrapper .overlay-text h2 strong,
body.node-type-personal-banking .hero-wrapper .overlay-text h3 strong,
body.node-type-personal-banking .hero-wrapper .overlay-text h4 strong,
body.node-type-personal-banking .hero-wrapper .overlay-text h5 strong {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
}
/* line 61, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .hero-wrapper .overlay-text p,
body.node-type-personal-banking .hero-wrapper .overlay-text p {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  /* line 44, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .hero-wrapper .overlay-text,
  body.node-type-personal-banking .hero-wrapper .overlay-text {
    position: relative;
    color: #00843D;
    left: calc(8.33333% + 15px);
    margin-top: 2em;
  }
}
@media (max-width: 575px) {
  /* line 44, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .hero-wrapper .overlay-text,
  body.node-type-personal-banking .hero-wrapper .overlay-text {
    left: 15px;
    max-width: calc(100% - 30px);
    width: 300px;
  }
}
/* line 78, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .hero-wrapper .overlay-text.no-ctas,
body.node-type-personal-banking .hero-wrapper .overlay-text.no-ctas {
  left: 12%;
  top: 20%;
}
@media (max-width: 991px) {
  /* line 78, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .hero-wrapper .overlay-text.no-ctas,
  body.node-type-personal-banking .hero-wrapper .overlay-text.no-ctas {
    position: relative;
    color: #00843D;
    left: calc(8.33333% + 28px);
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  /* line 78, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .hero-wrapper .overlay-text.no-ctas,
  body.node-type-personal-banking .hero-wrapper .overlay-text.no-ctas {
    left: calc(8.33333% + 15px);
  }
}
@media (max-width: 575px) {
  /* line 78, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .hero-wrapper .overlay-text.no-ctas,
  body.node-type-personal-banking .hero-wrapper .overlay-text.no-ctas {
    left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 101, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .intro-wrapper .body-wrapper.no-ctas,
  body.node-type-personal-banking .intro-wrapper .body-wrapper.no-ctas {
    padding: 0 28px;
  }
}
/* line 107, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .intro-wrapper .body-wrapper h1, body.node-type-personal-loan .intro-wrapper .body-wrapper h2, body.node-type-personal-loan .intro-wrapper .body-wrapper h3, body.node-type-personal-loan .intro-wrapper .body-wrapper h4,
body.node-type-personal-banking .intro-wrapper .body-wrapper h1,
body.node-type-personal-banking .intro-wrapper .body-wrapper h2,
body.node-type-personal-banking .intro-wrapper .body-wrapper h3,
body.node-type-personal-banking .intro-wrapper .body-wrapper h4 {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 107, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .intro-wrapper .body-wrapper h1, body.node-type-personal-loan .intro-wrapper .body-wrapper h2, body.node-type-personal-loan .intro-wrapper .body-wrapper h3, body.node-type-personal-loan .intro-wrapper .body-wrapper h4,
  body.node-type-personal-banking .intro-wrapper .body-wrapper h1,
  body.node-type-personal-banking .intro-wrapper .body-wrapper h2,
  body.node-type-personal-banking .intro-wrapper .body-wrapper h3,
  body.node-type-personal-banking .intro-wrapper .body-wrapper h4 {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  /* line 120, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button,
  body.node-type-personal-banking .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  /* line 120, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button,
  body.node-type-personal-banking .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button {
    padding: 0;
  }
  /* line 128, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button .content,
  body.node-type-personal-banking .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button .content {
    margin-bottom: 0.75em;
  }
  /* line 131, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button .content .button,
  body.node-type-personal-banking .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button .content .button {
    width: 100%;
  }
}
/* line 137, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button a,
body.node-type-personal-banking .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button a {
  padding: 0.75em 1em;
}
@media (min-width: 768px) {
  /* line 137, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button a,
  body.node-type-personal-banking .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button a {
    font-size: 0.8em;
  }
  /* line 143, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button a .button-subtitle,
  body.node-type-personal-banking .intro-wrapper .body-wrapper .paragraphs-item-subtitled-button a .button-subtitle {
    font-size: 0.75em;
  }
}
/* line 152, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .main-content-wrapper .paragraphs-wrapper,
body.node-type-personal-banking .main-content-wrapper .paragraphs-wrapper {
  width: 100%;
}
/* line 156, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .main-content-wrapper .paragraphs-wrapper > .paragraphs-items > .entity-paragraphs-item:not(.paragraphs-item-text-section) > .content,
body.node-type-personal-banking .main-content-wrapper .paragraphs-wrapper > .paragraphs-items > .entity-paragraphs-item:not(.paragraphs-item-text-section) > .content {
  margin-bottom: 50px;
}
/* line 160, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .main-content-wrapper a:not(.button):not(.plain),
body.node-type-personal-banking .main-content-wrapper a:not(.button):not(.plain) {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  text-decoration: underline;
}
/* line 166, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan .main-content-wrapper .carousel-wrapper,
body.node-type-personal-banking .main-content-wrapper .carousel-wrapper {
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  /* line 170, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-loan .main-content-wrapper aside.sidebar-wrapper,
  body.node-type-personal-banking .main-content-wrapper aside.sidebar-wrapper {
    width: 90%;
    margin: auto;
  }
}
/* line 178, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan a.button,
body.node-type-personal-banking a.button {
  border-radius: 3px;
  display: inline-block;
  font: normal 400 1em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  padding: 1em;
  transition: all .25s linear;
  text-align: center;
  text-decoration: none;
}
/* line 187, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan a.button:not(.subtitled):after,
body.node-type-personal-banking a.button:not(.subtitled):after {
  content: '\27E9';
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.5em;
}
/* line 195, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan a.button.subtitled .button-title:after,
body.node-type-personal-banking a.button.subtitled .button-title:after {
  content: '\27E9';
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
}
/* line 202, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan a.button.yellow,
body.node-type-personal-banking a.button.yellow {
  color: #545454;
  background-color: #ffbc45;
}
/* line 207, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan a.button.green,
body.node-type-personal-banking a.button.green {
  border: 1px solid #00843D;
  color: #00843D;
  background-color: transparent;
}
/* line 214, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-loan a.plain,
body.node-type-personal-banking a.plain {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  font-size: 1.2em;
}

/* line 222, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
body.node-type-personal-banking .paragraphs-item-call-to-action a.green {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 227, ../_sass/_includes/_content-types/_nw-personal-loan.scss */
  body.node-type-personal-banking .paragraphs-item-image-with-overlay .overlay-wrapper {
    top: 20%;
  }
}

/* line 1, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 4, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .content-main {
  width: auto;
  padding: 0;
  max-width: none;
}
/* line 10, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .section-wrapper:not(:last-child) {
  margin-bottom: 2.5em;
}
/* line 14, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .hero-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  /* line 14, ../_sass/_includes/_content-types/_nw-about.scss */
  body.node-type-about .hero-wrapper {
    margin-bottom: 1.25em;
  }
}
/* line 21, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .hero-wrapper .image-wrapper {
  padding: 0;
}
@media (max-width: 768px) {
  /* line 26, ../_sass/_includes/_content-types/_nw-about.scss */
  body.node-type-about .hero-wrapper .desktop-hero {
    display: none;
  }
}
@media (min-width: 769px) {
  /* line 32, ../_sass/_includes/_content-types/_nw-about.scss */
  body.node-type-about .hero-wrapper .mobile-hero {
    display: none;
  }
}
/* line 37, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .hero-wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  /* line 37, ../_sass/_includes/_content-types/_nw-about.scss */
  body.node-type-about .hero-wrapper img {
    padding-top: 43px;
    background-color: white;
  }
}
/* line 47, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .hero-wrapper .overlay-text {
  position: absolute;
  top: 40%;
  color: white;
  left: calc(16.66667% + 15px);
}
/* line 53, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .hero-wrapper .overlay-text :not(p) {
  font-weight: bold;
  line-height: 0.95;
  margin-bottom: 0.5em;
}
/* line 58, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .hero-wrapper .overlay-text :not(p) strong {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
}
/* line 63, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .hero-wrapper .overlay-text p {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  /* line 47, ../_sass/_includes/_content-types/_nw-about.scss */
  body.node-type-about .hero-wrapper .overlay-text {
    position: relative;
    color: #00843D;
    left: calc(8.33333% + 15px);
    margin-top: 2em;
  }
}
@media (max-width: 575px) {
  /* line 47, ../_sass/_includes/_content-types/_nw-about.scss */
  body.node-type-about .hero-wrapper .overlay-text {
    left: 15px;
  }
}
/* line 81, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .intro-wrapper .body-wrapper :not(p) {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
  font-size: 1.75em;
  font-weight: bold;
}
@media (max-width: 768px) {
  /* line 81, ../_sass/_includes/_content-types/_nw-about.scss */
  body.node-type-about .intro-wrapper .body-wrapper :not(p) {
    font-size: 1.5em;
  }
}
/* line 94, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .horizontal-links-wrapper {
  background-color: #F6F6F6;
  padding-top: 2em;
  padding-bottom: 2em;
}
/* line 99, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .horizontal-links-wrapper .links-wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  /* line 99, ../_sass/_includes/_content-types/_nw-about.scss */
  body.node-type-about .horizontal-links-wrapper .links-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
/* line 109, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .horizontal-links-wrapper a {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  text-decoration: underline;
}
/* line 117, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .main-content-wrapper .paragraphs-wrapper {
  max-width: 100%;
}
/* line 121, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .main-content-wrapper .paragraphs-wrapper > .paragraphs-items > .entity-paragraphs-item:not(:last-child) > .content {
  margin-bottom: 50px;
}
/* line 125, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about .main-content-wrapper a:not(.button) {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  text-decoration: underline;
}
/* line 132, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about a.button {
  border-radius: 3px;
  display: inline-block;
  font: normal 400 1em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  padding: 1em;
  transition: all .25s linear;
  text-align: center;
  text-decoration: none;
}
/* line 141, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about a.button:not(.subtitled):after {
  content: '\27E9';
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.5em;
}
/* line 149, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about a.button.subtitled .button-title:after {
  content: '\27E9';
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
}
/* line 156, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about a.button.yellow {
  color: #545454;
  background-color: #ffbc45;
}
/* line 161, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about a.button.green {
  border: 1px solid #00843D;
  color: #00843D;
  background-color: transparent;
}
/* line 168, ../_sass/_includes/_content-types/_nw-about.scss */
body.node-type-about a.plain {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  font-size: 1.2em;
}

/* line 2, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-left-wrapper {
  border-top: 1px solid #CBC4BC;
  padding: 0;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  /* line 2, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-tabbed-comparison .tab-left-wrapper {
    display: none;
  }
}
/* line 11, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-left-wrapper .tab-title {
  padding: 0.5em 1em;
  background-color: #00843D;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
/* line 18, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-left-wrapper .tab-title.active {
  border-left: 1px solid #CBC4BC;
  border-bottom: 1px solid #CBC4BC;
  background-color: white;
  color: #00843D;
}
/* line 28, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-mobile-wrapper .tab-title {
  padding: 0.5em 1em;
  background-color: #00843D;
  color: white;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 38, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-mobile-wrapper .tab-title.active {
  display: none;
}
/* line 42, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-mobile-wrapper .tab-title .plus-expand {
  font-weight: 100;
  font-size: 2em;
}
@media (min-width: 768px) {
  /* line 27, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-tabbed-comparison .tab-mobile-wrapper {
    display: none;
  }
}
/* line 53, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-title-wrapper {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  color: #00843D;
  font-size: 1.2em;
  padding-bottom: 0.25em;
}
@media (max-width: 767px) {
  /* line 53, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-tabbed-comparison .tab-title-wrapper {
    padding: 0 10px 0.75em 20px;
    border-bottom: 1px solid #CBC4BC;
    margin: 0 -20px 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 67, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-tabbed-comparison .tab-title-wrapper .title-text {
    line-height: 1;
    font-size: 0.95em;
    padding-right: 0.5em;
  }
}
/* line 74, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-title-wrapper .x-close {
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 74, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-tabbed-comparison .tab-title-wrapper .x-close {
    display: none;
  }
}
/* line 81, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-title-wrapper .x-close i {
  font-size: 2em;
  vertical-align: super;
  margin-top: -0.15em;
}
/* line 89, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-text-wrapper {
  padding-bottom: 1.5em;
}
/* line 93, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-p-wrapper {
  border-top: 2px solid #A59C94;
  padding: 1.5em 0 2em;
  margin-top: -1em;
}
/* line 99, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .tab-body-wrapper {
  border: 1px solid #CBC4BC;
  padding: 0 1.5em;
}
@media (min-width: 768px) {
  /* line 99, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-tabbed-comparison .tab-body-wrapper {
    padding: 1em 2em;
  }
}
@media (max-width: 767px) {
  /* line 99, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-tabbed-comparison .tab-body-wrapper {
    margin: 0 15px;
  }
}
/* line 113, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .paragraphs-items-field-tabs .paragraphs-item-compare-tab {
  display: none;
}
/* line 116, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .paragraphs-items-field-tabs .paragraphs-item-compare-tab > .content {
  padding: 1em 0;
}
/* line 121, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .paragraphs-items-field-tabs .apply-now {
  float: right;
  font-size: 1em;
}
/* line 126, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .paragraphs-items-field-tabs .paragraphs-item-mortgage-info {
  font-size: 0.8em;
}
/* line 129, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .paragraphs-items-field-tabs .paragraphs-item-mortgage-info .mortgage-header {
  font-weight: bold;
  color: #00843D;
  font-size: 1.1em;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #CBC4BC;
}
@media (max-width: 575px) {
  /* line 139, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-tabbed-comparison .paragraphs-items-field-tabs .paragraphs-item-mortgage-info .mortgage-quad > div {
    margin-bottom: 1em;
  }
}
/* line 146, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-tabbed-comparison .subtext-wrapper {
  text-align: center;
  padding-top: 2em;
}

/* line 152, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-overlay {
  padding: 0;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
/* line 157, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-overlay > .content {
  position: relative;
}
/* line 161, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-overlay img {
  opacity: 0.4;
}
@media (max-width: 767px) {
  /* line 161, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-overlay img {
    float: right;
  }
}
@media (min-width: 1280px) {
  /* line 161, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-overlay img {
    width: 100%;
    height: auto;
  }
}
/* line 174, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-overlay .overlay-wrapper {
  position: absolute;
  top: 28%;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 174, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-overlay .overlay-wrapper {
    top: 5%;
  }
  /* line 184, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-overlay .overlay-wrapper .buttons-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 2em;
  }
}
/* line 192, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-overlay .overlay-text {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  /* line 192, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-overlay .overlay-text {
    margin-bottom: 0.75em;
    padding: 0 15px;
  }
}
/* line 201, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-overlay .title-wrapper {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
  font-size: 1.75em;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 201, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-overlay .title-wrapper {
    font-size: 1.5em;
  }
}
/* line 213, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-overlay .button {
  margin: 0 1em;
  min-width: 200px;
}
@media (max-width: 767px) {
  /* line 213, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-overlay .button {
    margin-bottom: 0.5em;
  }
}

/* line 224, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resources > .content:after {
  content: '';
  border-bottom: 1px solid #A59C94;
  display: block;
  width: 33.33333%;
  margin: auto;
  padding-top: 3em;
}
@media (max-width: 767px) {
  /* line 224, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-resources > .content:after {
    content: none;
  }
}
/* line 237, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resources h2 {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  /* line 237, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-resources h2 {
    text-align: left;
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}

/* line 255, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-section h3 {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  color: #00843D;
  font-size: 1em;
}
/* line 261, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-section.small-text {
  font-size: 0.6em;
}
/* line 264, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-section.small-text p {
  line-height: 1.2;
  margin-bottom: 1.2em;
}

/* line 271, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-items-field-page-sections {
  display: flex;
  flex-wrap: wrap;
}

/* line 277, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-items-field-page-sections.paragraphs-items > .paragraphs-item-text-section.entity-paragraphs-item > .content {
  margin: -25px 0 0;
}
@media (min-width: 768px) {
  /* line 276, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-items-field-page-sections.paragraphs-items > .paragraphs-item-text-section.entity-paragraphs-item {
    margin-left: 16.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
}
@media (min-width: 576px) {
  /* line 276, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-items-field-page-sections.paragraphs-items > .paragraphs-item-text-section.entity-paragraphs-item {
    margin-left: 8.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
}

/* line 294, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resource-link-list {
  margin-bottom: 2em;
}
/* line 297, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resource-link-list h3 {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  font-size: 1em;
}
/* line 302, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resource-link-list a {
  line-height: 1.8;
  display: block;
}
/* line 306, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resource-link-list a + .callout-link {
  margin-top: 1em;
}
/* line 312, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resource-link-list .callout-link a {
  display: inline-block;
}
/* line 316, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resource-link-list .callout-link:after {
  content: '\27E9';
  font-size: 0.7em;
  font-weight: 800;
  vertical-align: middle;
  margin-left: 0.2em;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  color: #00843D;
}
/* line 327, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-resource-link-list > .content {
  display: flex;
  flex-direction: column;
}

/* line 333, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-subtitled-button {
  margin-bottom: 1em;
}
/* line 336, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-subtitled-button .button-subtitle {
  font-size: 0.7em;
}
@media (max-width: 767px) {
  /* line 333, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-subtitled-button {
    text-align: center;
  }
}

/* line 346, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-contact-section label.field-label {
  display: inline-block;
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
  font-weight: 500;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.paragraphs-item-contact-section input::-webkit-input-placeholder {
  color: transparent !important;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.paragraphs-item-contact-section input::-moz-placeholder {
  color: transparent !important;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.paragraphs-item-contact-section input:-moz-placeholder {
  color: transparent !important;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.paragraphs-item-contact-section input:-ms-input-placeholder {
  color: transparent !important;
}
/* line 359, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-contact-section .nw-contact-form h2 {
  color: #00843D;
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  /* line 359, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-contact-section .nw-contact-form h2 {
    text-align: left;
  }
}
/* line 370, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-contact-section .nw-contact-form textarea.feedback {
  margin: 1em 0;
  max-width: none;
}
@media (min-width: 768px) {
  /* line 376, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-contact-section .nw-contact-form .name-wrapper, .paragraphs-item-contact-section .nw-contact-form .phone-zip-wrapper {
    display: flex;
    justify-content: space-between;
  }
  /* line 381, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-contact-section .nw-contact-form .fname-wrapper, .paragraphs-item-contact-section .nw-contact-form .lname-wrapper, .paragraphs-item-contact-section .nw-contact-form .phone-wrapper, .paragraphs-item-contact-section .nw-contact-form .zip-wrapper {
    width: 48%;
  }
  /* line 385, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-contact-section .nw-contact-form .email-wrapper {
    width: 80%;
  }
}
@media (max-width: 767px) {
  /* line 391, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-contact-section .nw-contact-form .contact-wrapper {
    text-align: center;
  }
}
/* line 396, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-contact-section .nw-contact-form input.btn-primary {
  margin-top: 2.5em;
  width: 35%;
  font-size: 1.1em;
  height: 54px;
}
@media (max-width: 767px) {
  /* line 396, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-contact-section .nw-contact-form input.btn-primary {
    width: 100%;
  }
}
/* line 408, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-contact-section .buttons-wrapper {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 408, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-contact-section .buttons-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  /* line 416, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-contact-section .buttons-wrapper .cta-wrapper {
    padding-top: 1.8em;
  }
}
/* line 421, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-contact-section .buttons-wrapper .cta-wrapper a {
  text-decoration: none;
  width: 100%;
}

/* line 429, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-call-to-action {
  text-align: center;
}
/* line 432, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-call-to-action a {
  width: 100%;
  margin-bottom: 0.75em;
}
/* line 436, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-call-to-action a.green {
  margin-top: 1em;
}

/* line 442, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-with-image {
  margin: 0 0 1em;
}
/* line 445, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-with-image h3 {
  color: #00843D;
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 1.5em;
}
/* line 453, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-with-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  /* line 458, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-text-with-image.left > .row {
    flex-direction: row-reverse;
    justify-content: center;
  }
}

/* line 467, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description.row {
  margin: 0 0 1em;
}
/* line 471, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description h3 {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.75em;
}
@media (max-width: 767px) {
  /* line 471, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-description h3 {
    text-align: left;
  }
}
/* line 485, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  /* line 485, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-description img {
    width: 100%;
  }
}
/* line 494, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description .description-wrapper {
  text-align: left;
}
@media (max-width: 767px) {
  /* line 494, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-image-with-description .description-wrapper {
    margin-top: 2em;
  }
}
/* line 501, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description .description-wrapper strong {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
}
/* line 507, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description > .content:before, .paragraphs-item-image-with-description > .content:after {
  content: '';
  border-bottom: 1px solid #A59C94;
  display: block;
  width: 33.33333%;
  margin: auto;
}
/* line 515, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description > .content:before {
  margin-bottom: 3em;
}
/* line 519, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description > .content:after {
  padding-top: 3em;
}
/* line 524, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-image-with-description:last-child > .content:after {
  content: none;
}

/* line 529, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-with-buttons {
  text-align: center;
  margin-top: 75px;
}
/* line 533, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-with-buttons h3 {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 542, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-with-buttons strong {
  font-family: "Fedra Sans Alt Std - Bold", "Arial Black", sans-serif;
}
/* line 546, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-with-buttons .buttons-wrapper {
  padding-top: 0.5em;
}
/* line 549, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-text-with-buttons .buttons-wrapper .button {
  margin: 0 0.75em;
  min-width: 200px;
}
@media (max-width: 767px) {
  /* line 549, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-text-with-buttons .buttons-wrapper .button {
    margin: 0;
    width: 100%;
  }
  /* line 557, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-text-with-buttons .buttons-wrapper .button:not(:first-child) {
    margin-top: 1em;
  }
}

/* line 565, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-icon-grid {
  text-align: center;
}
/* line 568, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-icon-grid:before {
  content: '';
  border-bottom: 1px solid #A59C94;
  display: block;
  width: 40%;
  margin: auto auto 3em;
}
/* line 576, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-icon-grid h3 {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  letter-spacing: .04em;
  color: #00843D;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
/* line 586, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-icon-grid .paragraphs-item-labeled-icon {
  margin: 2.5em 0;
}
@media (max-width: 767px) {
  /* line 586, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-icon-grid .paragraphs-item-labeled-icon {
    margin: 2em 0;
  }
  /* line 592, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-icon-grid .paragraphs-item-labeled-icon:last-child {
    margin-bottom: 0;
  }
}
/* line 597, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-icon-grid .paragraphs-item-labeled-icon > .content {
  height: 100%;
}
/* line 601, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-icon-grid .paragraphs-item-labeled-icon .row {
  height: 100%;
  align-content: baseline;
  justify-content: center;
}
/* line 607, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-icon-grid .paragraphs-item-labeled-icon img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  /* line 607, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-icon-grid .paragraphs-item-labeled-icon img {
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  /* line 617, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-icon-grid .paragraphs-item-labeled-icon .img-wrapper {
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* line 626, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-icon-grid .paragraphs-item-labeled-icon .subtitle-wrapper {
  max-width: 75%;
  font-size: 0.8em;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 626, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-icon-grid .paragraphs-item-labeled-icon .subtitle-wrapper {
    max-width: 60%;
  }
}

/* line 638, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-items-field-intro-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 645, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-items-field-intro-button .entity-paragraphs-item {
    margin-bottom: 0;
  }
  /* line 648, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-items-field-intro-button .entity-paragraphs-item.paragraphs-item-call-to-action:last-child {
    margin-bottom: 1em;
  }
}
/* line 654, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-items-field-intro-button .paragraphs-item-call-to-action {
  width: 50%;
  min-width: 210px;
}
@media (max-width: 767px) {
  /* line 654, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-items-field-intro-button .paragraphs-item-call-to-action {
    width: 100%;
  }
}

/* line 666, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-three-up-learn-more.already-open .hidden-description-desktop .hidden-description.collapsing {
  transition-duration: 0s !important;
}
/* line 671, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-three-up-learn-more img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  /* line 678, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .paragraphs-item-learn-more-column .text-wrapper {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  /* line 682, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .paragraphs-item-learn-more-column .text-wrapper .text-wrapper-row {
    height: 100%;
  }
  /* line 687, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .paragraphs-item-learn-more-column:first-child {
    padding-right: 2em;
  }
  /* line 691, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .paragraphs-item-learn-more-column:last-child {
    padding-left: 2em;
  }
  /* line 695, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .paragraphs-item-learn-more-column:not(:first-child):not(:last-child) {
    padding-left: 1em;
    padding-right: 2em;
  }
}
@media (max-width: 767px) {
  /* line 702, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .paragraphs-item-learn-more-column .text-wrapper {
    border-bottom: 2px solid #00843D;
    padding-bottom: 1em;
  }
}
/* line 708, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-three-up-learn-more .paragraphs-item-learn-more-column .text-wrapper ul {
  padding-left: 1em;
}
@media (max-width: 767px) {
  /* line 712, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .paragraphs-item-learn-more-column:not(:last-child) {
    margin-bottom: 40px;
  }
}
/* line 719, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-three-up-learn-more .title-wrapper {
  color: #00843D;
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 768px) {
  /* line 725, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .learn-more-wrapper {
    align-self: flex-end;
  }
}
/* line 731, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-three-up-learn-more .learn-more-wrapper a {
  text-decoration: none !important;
}
/* line 736, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-three-up-learn-more .hidden-description {
  margin-top: 1em;
}
@media (min-width: 768px) {
  /* line 741, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .hidden-description-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 747, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-three-up-learn-more .hidden-description-desktop {
    display: none !important;
  }
}

/* line 754, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table > .row {
  margin: auto auto 50px;
  width: 100%;
}
/* line 759, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .quiz-wrapper {
  margin-bottom: 60px;
}
/* line 763, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .sidebar-wrapper .sidebar-row {
  justify-content: flex-start;
}
/* line 766, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .sidebar-wrapper .sidebar-row .sidebar-icon-with-blurb {
  border-bottom: none;
  width: 33%;
}
@media (min-width: 992px) {
  /* line 766, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .sidebar-wrapper .sidebar-row .sidebar-icon-with-blurb {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
/* line 776, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .sidebar-wrapper .sidebar-row .sidebar-icon-with-blurb.no-image p {
  width: auto;
}
/* line 782, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .table-header {
  color: #00843D;
  text-align: center;
  margin-bottom: 1.25em;
  font-weight: bold;
}
/* line 789, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .checking-table-desktop-wrapper {
  border: 15px solid #78BE20;
  border-radius: 5px;
  padding: 0;
}
/* line 795, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table table {
  border-collapse: collapse;
  background-color: white;
}
/* line 799, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table table a.table-apply {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
/* line 805, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .column-affinity {
  background-color: rgba(119, 190, 33, 0.05);
}
/* line 808, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .column-affinity.column-highlighted {
  background-color: rgba(119, 190, 33, 0.25);
}
/* line 813, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .column-affinity-plus {
  background-color: rgba(0, 171, 200, 0.05);
}
/* line 816, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .column-affinity-plus.column-highlighted {
  background-color: rgba(0, 171, 200, 0.25);
}
/* line 821, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .column-affinity-premier {
  background-color: rgba(233, 216, 37, 0.05);
}
/* line 824, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .column-affinity-premier.column-highlighted {
  background-color: rgba(233, 216, 37, 0.25);
}
/* line 830, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr td {
  border: 1px solid #CBC4BC;
  vertical-align: top;
  padding: 1em;
  width: 22%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 830, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table tr td {
    padding: 1em;
  }
}
/* line 841, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr td:first-child {
  border-left: none;
}
/* line 845, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr td:last-child {
  border-right: none;
}
/* line 849, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr td.first-col {
  width: 33%;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 849, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table tr td.first-col {
    padding: 1em 2.5em 1em 1em;
  }
}
/* line 857, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr td.first-col .row-header {
  font-weight: bold;
}
/* line 861, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr td.first-col p {
  font-size: 0.9em;
  margin-top: 0.3em;
}
/* line 867, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr td:not(.first-col) {
  font-size: 0.9em;
}
/* line 871, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr td p:last-child {
  margin-bottom: 0;
}
/* line 876, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr:first-child td, .paragraphs-item-checking-table tr:nth-child(2) td {
  border-top: none;
  text-align: left;
  padding: 1.5em;
}
/* line 883, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr:first-child td {
  border-bottom: none;
}
/* line 887, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr:first-child img {
  width: 100%;
  height: auto;
}
/* line 893, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr:not(:first-child) img {
  width: 40px !important;
  height: 40px !important;
}
/* line 898, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr:nth-child(2) td {
  border-bottom: 2px solid #78BE20;
  padding-top: 0;
}
/* line 903, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  /* line 909, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-desktop-wrapper {
    display: none;
  }
  /* line 913, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-mobile {
    border: 10px solid #00843D;
    border-radius: 5px;
  }
  /* line 917, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-mobile table:not(.column-open) tr:not(.product-name) {
    display: none;
  }
  /* line 921, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-mobile table:not(:last-child) {
    border-bottom: 1px solid #CBC4BC;
  }
  /* line 925, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-mobile tr.product-name {
    cursor: pointer;
  }
  /* line 929, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-mobile table.column-open tr.product-name {
    pointer-events: none;
    cursor: default;
  }
  /* line 934, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-mobile a.table-apply {
    margin-top: 1em;
    margin-left: 1em;
  }
  /* line 939, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-mobile .row-header {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  /* line 946, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .checking-table-mobile {
    display: none;
  }
}
/* line 951, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .gold-table-wrapper {
  margin-top: 20px;
}
@media (min-width: 992px) {
  /* line 951, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .gold-table-wrapper {
    margin-top: 35px;
  }
}
/* line 958, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .gold-table-wrapper .icon-table {
  border: 15px solid #ffbc45;
  border-radius: 5px;
}
@media (max-width: 991px) {
  /* line 958, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .gold-table-wrapper .icon-table {
    border-width: 10px;
  }
}
/* line 966, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .gold-table-wrapper .icon-table .row {
  margin: auto;
  position: relative;
}
/* line 971, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-head {
  color: #00843D;
  background-color: white;
  text-transform: none;
}
/* line 976, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-head .cell {
  border: none;
  padding: 0.25em;
}
@media (max-width: 991px) {
  /* line 982, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-body {
    display: block;
  }
}
@media (max-width: 991px) {
  /* line 987, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-body .row {
    display: flex;
  }
}
/* line 992, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-body .row .cell {
  padding: 1em 1.5em;
}
@media (min-width: 992px) {
  /* line 992, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-body .row .cell {
    border: none;
    position: relative;
  }
  /* line 999, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-body .row .cell:not(:first-child):before {
    content: ' ';
    height: 80px;
    border-right: 1px solid #CBC4BC;
    display: block;
    top: 40px;
    position: absolute;
    margin-left: -1.5em;
  }
}
@media (max-width: 991px) {
  /* line 992, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-body .row .cell {
    border-color: #CBC4BC;
    border-left: none;
    border-right: none;
    display: block;
    width: 100%;
  }
  /* line 1017, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-body .row .cell:last-child {
    border-bottom: none;
  }
}
/* line 1022, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .gold-table-wrapper .icon-table .table-body .row .cell h6 {
  font-weight: bold;
}
/* line 1031, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-table .disclaimer-wrapper {
  font-size: 0.6em;
}

/* line 1036, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start,
.paragraphs-item-quiz-question,
.paragraphs-item-quiz-result {
  background-color: white;
  text-align: center;
  border: 15px solid #00843D;
  border-radius: 5px;
}
@media (max-width: 767px) {
  /* line 1036, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-quiz .quiz-start,
  .paragraphs-item-quiz-question,
  .paragraphs-item-quiz-result {
    border-width: 10px;
  }
}
/* line 1048, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .quiz-question-body,
.paragraphs-item-quiz-question .quiz-question-body,
.paragraphs-item-quiz-result .quiz-question-body {
  margin-top: 1.5em;
}
/* line 1052, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .start-wrapper,
.paragraphs-item-quiz-question .start-wrapper,
.paragraphs-item-quiz-result .start-wrapper {
  margin: 2em 0 2em;
}
/* line 1056, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .open-overlay,
.paragraphs-item-quiz-question .open-overlay,
.paragraphs-item-quiz-result .open-overlay {
  cursor: pointer;
  z-index: 1;
  width: 15px;
  height: auto;
  padding: 0 0 10px 2px;
}
/* line 1064, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .overlay-wrapper,
.paragraphs-item-quiz-question .overlay-wrapper,
.paragraphs-item-quiz-result .overlay-wrapper {
  position: absolute;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  z-index: 2;
  height: 100%;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  /* line 1064, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-quiz .quiz-start .overlay-wrapper,
  .paragraphs-item-quiz-question .overlay-wrapper,
  .paragraphs-item-quiz-result .overlay-wrapper {
    font-size: 0.6em;
  }
}
/* line 1078, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .overlay-wrapper .overlay-row,
.paragraphs-item-quiz-question .overlay-wrapper .overlay-row,
.paragraphs-item-quiz-result .overlay-wrapper .overlay-row {
  height: 100%;
  align-content: center;
  align-items: center;
}
/* line 1084, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .overlay-wrapper .close-overlay,
.paragraphs-item-quiz-question .overlay-wrapper .close-overlay,
.paragraphs-item-quiz-result .overlay-wrapper .close-overlay {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 2em;
}
/* line 1093, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .quiz-question,
.paragraphs-item-quiz-question .quiz-question,
.paragraphs-item-quiz-result .quiz-question {
  font-weight: bold;
  padding: 2em 1em 1em;
}
/* line 1098, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .quiz-question-header,
.paragraphs-item-quiz-question .quiz-question-header,
.paragraphs-item-quiz-result .quiz-question-header {
  padding: 1em;
  padding-top: calc(1em - 15px);
  background-color: #00843D;
  color: white;
  font-size: 1.3em;
}
/* line 1105, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .quiz-question-header p,
.paragraphs-item-quiz-question .quiz-question-header p,
.paragraphs-item-quiz-result .quiz-question-header p {
  margin-bottom: 0;
}
/* line 1110, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .above-button-wrapper,
.paragraphs-item-quiz-question .above-button-wrapper,
.paragraphs-item-quiz-result .above-button-wrapper {
  margin-top: 1.5em;
}
/* line 1114, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .choice-wrapper,
.paragraphs-item-quiz-question .choice-wrapper,
.paragraphs-item-quiz-result .choice-wrapper {
  margin-bottom: 1.25em;
}
/* line 1117, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .choice-wrapper a,
.paragraphs-item-quiz-question .choice-wrapper a,
.paragraphs-item-quiz-result .choice-wrapper a {
  min-width: 150px;
}
/* line 1120, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .choice-wrapper a.button.green,
.paragraphs-item-quiz-question .choice-wrapper a.button.green,
.paragraphs-item-quiz-result .choice-wrapper a.button.green {
  background-color: #00843D;
  color: white;
}
/* line 1127, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .result-link,
.paragraphs-item-quiz-question .result-link,
.paragraphs-item-quiz-result .result-link {
  margin-top: 1.25em;
}
/* line 1131, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .footer-wrapper,
.paragraphs-item-quiz-question .footer-wrapper,
.paragraphs-item-quiz-result .footer-wrapper {
  padding: 1em;
}
/* line 1134, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .footer-wrapper .restart-wrapper,
.paragraphs-item-quiz-question .footer-wrapper .restart-wrapper,
.paragraphs-item-quiz-result .footer-wrapper .restart-wrapper {
  text-align: left;
}
/* line 1138, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-checking-quiz .quiz-start .footer-wrapper .counter-wrapper,
.paragraphs-item-quiz-question .footer-wrapper .counter-wrapper,
.paragraphs-item-quiz-result .footer-wrapper .counter-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 1143, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
  .paragraphs-item-checking-quiz .quiz-start .footer-wrapper .restart-wrapper, .paragraphs-item-checking-quiz .quiz-start .footer-wrapper .counter-wrapper,
  .paragraphs-item-quiz-question .footer-wrapper .restart-wrapper,
  .paragraphs-item-quiz-question .footer-wrapper .counter-wrapper,
  .paragraphs-item-quiz-result .footer-wrapper .restart-wrapper,
  .paragraphs-item-quiz-result .footer-wrapper .counter-wrapper {
    width: 50%;
  }
}

/* line 1150, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.paragraphs-item-quiz-question,
.paragraphs-item-quiz-result {
  display: none;
}

/* line 1156, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.blob.icon-table.gold-icon-table .icon {
  margin-bottom: 0.5em;
}
/* line 1159, ../_sass/_includes/_content-types/_nw-paragraphs.scss */
.blob.icon-table.gold-icon-table .icon img {
  height: 50px;
  width: auto;
}

/* line 1, ../_sass/_includes/_global/_page.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../_sass/_includes/_global/_page.scss */
body {
  font: normal 400 16px/24px "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 8, ../_sass/_includes/_global/_page.scss */
body.globals {
  background: #ccc;
}

/* line 14, ../_sass/_includes/_global/_page.scss */
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 400;
}

/* line 18, ../_sass/_includes/_global/_page.scss */
b, strong {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-weight: 400 !important;
}

/* line 23, ../_sass/_includes/_global/_page.scss */
p, li, .entity-paragraphs-item {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}

/* line 27, ../_sass/_includes/_global/_page.scss */
.green-button {
  padding: 0.5rem 1rem;
  background-color: #00843D;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.green-button:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.green-button:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 38, ../_sass/_includes/_global/_page.scss */
.green-button:hover {
  background-color: #00843D;
}

/* line 43, ../_sass/_includes/_global/_page.scss */
.green-link {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  color: #00843D;
  font-size: 1rem;
  text-decoration: none;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.green-link:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.green-link:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 51, ../_sass/_includes/_global/_page.scss */
.green-link:hover {
  color: #00843D;
}

/* line 56, ../_sass/_includes/_global/_page.scss */
.simple-link {
  color: #00843D;
  text-decoration: none;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.simple-link:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.simple-link:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 62, ../_sass/_includes/_global/_page.scss */
.simple-link:hover {
  color: #00843D;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.animated-promo-grid::after {
  clear: both;
  content: "";
  display: block;
}
/* line 75, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .header {
  background-color: #434445;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem;
}
/* line 83, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .cell {
  text-align: center;
  margin-top: 0.5rem;
  position: relative;
  color: #222;
  background-color: #eaebec;
  padding: 0;
}
/* line 91, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .cell a {
  color: #FFF;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.animated-promo-grid .cell a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.animated-promo-grid .cell a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 97, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .cell .fade {
  z-index: 2;
  padding: 1rem;
  background-color: #eaebec;
}
@media screen and (min-width: 200px) {
  /* line 105, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .bg > .fade {
    opacity: 1;
    background-color: #eaebec;
  }
}
@media screen and (min-width: 768px) {
  /* line 83, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 200px;
    float: left;
    clear: none;
    color: #fff;
    padding: 0;
  }
  /* line 122, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .bg {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-image: url(../img/content/rollovers/kayak.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all .5s;
  }
  /* line 137, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .bg:hover {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
  }
  /* line 144, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .bg > .fade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.25);
  }
  /* line 151, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.savings-imf .bg {
    background-image: url(../img/content/rollovers/man-with-dog.png);
  }
  /* line 152, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.savings-cod .bg {
    background-image: url(../img/content/rollovers/girl-with-guitar.png);
  }
  /* line 153, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.savings-ca .bg {
    background-image: url(../img/content/rollovers/hammock.png);
  }
  /* line 154, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.savings-ira .bg {
    background-image: url(../img/content/rollovers/painting.png);
  }
  /* line 155, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.savings-hsa .bg {
    background-image: url(../img/content/rollovers/yoga.png);
  }
  /* line 157, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.insure-home .bg {
    background-image: url(../img/content/rollovers/insure-home.jpg);
  }
  /* line 158, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.insure-vehicle .bg {
    background-image: url(../img/content/rollovers/insure-vehicle.jpg);
  }
  /* line 159, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.insure-liability .bg {
    background-image: url(../img/content/rollovers/insure-liability.jpg);
  }
  /* line 160, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.insure-life .bg {
    background-image: url(../img/content/rollovers/insure-life.jpg);
  }
  /* line 162, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.borrow-mortgage .bg {
    background-image: url(../img/content/rollovers/borrow-mortgage.jpg);
  }
  /* line 163, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.borrow-personal .bg {
    background-image: url(../img/content/rollovers/borrow-personal.jpg);
  }
  /* line 164, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.borrow-home .bg {
    background-image: url(../img/content/rollovers/borrow-home.jpg);
  }
  /* line 165, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.borrow-credit .bg {
    background-image: url(../img/content/rollovers/borrow-credit.jpg);
  }
  /* line 167, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.invest-savings .bg {
    background-image: url(../img/content/rollovers/invest-savings.jpg);
  }
  /* line 168, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.invest-estate .bg {
    background-image: url(../img/content/rollovers/invest-estate.jpg);
  }
  /* line 169, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.invest-retirement .bg {
    background-image: url(../img/content/rollovers/invest-retirement.jpg);
  }
  /* line 170, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.invest-trust .bg {
    background-image: url(../img/content/rollovers/invest-trust.jpg);
  }
  /* line 172, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.bridge-loan .bg {
    background-image: url(../img/content/rollovers/bridge-loans.jpg);
  }
  /* line 173, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell.line-of-credit .bg {
    background-image: url(../img/content/rollovers/line-of-credit.jpg);
  }
  /* line 175, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .fade {
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 184, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .fade:hover {
    background-color: rgba(0, 0, 0, 0.6);
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  /* line 191, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .fade:hover h2 {
    top: -200px;
    bottom: 200px;
  }
  /* line 196, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .fade:hover .cell-inner {
    top: 0;
    bottom: 0;
  }
  /* line 203, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell h2,
  .animated-promo-grid .cell .cell-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    padding: 2rem;
  }
  /* line 213, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell h2 {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    max-width: 100%;
  }
  /* line 224, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .cell-inner {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: -200px;
    z-index: 3;
  }
}
@media screen and (min-width: 1100px) {
  /* line 83, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell {
    height: 240px;
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
  }
  /* line 240, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell:nth-child(odd) {
    margin-left: 0.5rem;
  }
  /* line 244, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell:nth-child(even) {
    margin-right: 0.5rem;
  }
  /* line 248, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .cell-inner {
    top: 240px;
    bottom: -240px;
  }
  /* line 254, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .fade:hover h2 {
    top: -240px;
    bottom: 240px;
  }
  /* line 259, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .fade:hover .cell-inner {
    top: 0;
    bottom: 0;
  }
  /* line 267, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .cell .bg > .fade {
    opacity: 1;
  }
}
@media screen and (min-width: 1300px) {
  /* line 83, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell {
    height: 220px;
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
  }
  /* line 280, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell:nth-child(odd) {
    margin-left: 0.5rem;
  }
  /* line 284, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell:nth-child(even) {
    margin-right: 0.5rem;
  }
  /* line 288, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .cell-inner {
    top: 220px;
    bottom: -220px;
  }
  /* line 294, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .fade:hover h2 {
    top: -220px;
    bottom: 220px;
  }
  /* line 299, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .fade:hover .cell-inner {
    top: 0;
    bottom: 0;
  }
  /* line 307, ../_sass/_includes/_global/_page.scss */
  .animated-promo-grid .cell .cell .bg > .fade {
    opacity: 1;
  }
}
/* line 315, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .cell .apply {
  margin-top: 0.75rem;
}
/* line 316, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .cell .learn {
  margin-top: 0.5rem;
}
/* line 319, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .cell h2 {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 1.65rem;
  line-height: 1.1;
  margin: 0.5rem 0;
}
/* line 326, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .cell .cell-inner {
  width: 100%;
}
/* line 329, ../_sass/_includes/_global/_page.scss */
.animated-promo-grid .cell .cell-inner p {
  display: block;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  margin: 0;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.animated-grid__static-content::after {
  clear: both;
  content: "";
  display: block;
}
/* line 344, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
  position: relative;
  background-color: #eaebec;
  padding: 0;
  height: 200px;
  overflow: hidden;
}
/* line 355, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell .bg {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  background-image: url(../img/module/plan/plan-module-life.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all .5s;
}
@media (max-width: 1024px) {
  /* line 370, ../_sass/_includes/_global/_page.scss */
  .animated-grid__static-content .cell .bg > .fade {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  /* line 370, ../_sass/_includes/_global/_page.scss */
  .animated-grid__static-content .cell .bg > .fade {
    background-color: #eaebec !important;
  }
}
/* line 380, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell .bg:hover {
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}
/* line 388, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell.read-party .bg {
  background-image: url(../img/content/rollovers/read-party.jpg);
}
/* line 389, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell.read-treehouse .bg {
  background-image: url(../img/content/rollovers/read-treehouse.jpg);
}
/* line 390, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell.read-card .bg {
  background-image: url(../img/content/rollovers/read-card.jpg);
}
/* line 391, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell.read-family .bg {
  background-image: url(../img/content/rollovers/read-family.jpg);
}
/* line 392, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell.read-debt .bg {
  background-image: url(../img/content/rollovers/read-debt.jpg);
}
/* line 393, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell.read-vacation .bg {
  background-image: url(../img/content/rollovers/read-vacation.jpg);
}
/* line 394, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell.level-dog .bg {
  background-image: url(../img/content/rollovers/level_dog.jpg);
}
/* line 396, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell .fade {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1.0;
}
/* line 412, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell .fade h2 {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-width: 100%;
}
/* line 420, ../_sass/_includes/_global/_page.scss */
.animated-grid__static-content .cell .fade:hover {
  background-color: rgba(0, 0, 0, 0.4);
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media screen and (min-width: 1100px) {
  /* line 344, ../_sass/_includes/_global/_page.scss */
  .animated-grid__static-content .cell {
    height: 240px;
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
    float: left;
    clear: none;
  }
  /* line 437, ../_sass/_includes/_global/_page.scss */
  .animated-grid__static-content .cell:nth-child(even) {
    margin-left: 0.5rem;
  }
  /* line 441, ../_sass/_includes/_global/_page.scss */
  .animated-grid__static-content .cell:nth-child(odd) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1300px) {
  /* line 344, ../_sass/_includes/_global/_page.scss */
  .animated-grid__static-content .cell {
    height: 220px;
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
  }
  /* line 452, ../_sass/_includes/_global/_page.scss */
  .animated-grid__static-content .cell:nth-child(even) {
    margin-left: 0.5rem;
  }
  /* line 456, ../_sass/_includes/_global/_page.scss */
  .animated-grid__static-content .cell:nth-child(odd) {
    margin-right: 0.5rem;
  }
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.sidebar-icon-with-blurb::after {
  clear: both;
  content: "";
  display: block;
}
/* line 472, ../_sass/_includes/_global/_page.scss */
.sidebar-icon-with-blurb > img {
  width: auto;
  float: left;
  clear: left;
  margin-right: 0.8rem;
}
/* line 480, ../_sass/_includes/_global/_page.scss */
.sidebar-icon-with-blurb h2 {
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
/* line 487, ../_sass/_includes/_global/_page.scss */
.sidebar-icon-with-blurb h3 {
  font-size: 1.17em;
}
/* line 491, ../_sass/_includes/_global/_page.scss */
.sidebar-icon-with-blurb a {
  font-weight: bold;
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.sidebar-icon-with-blurb a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.sidebar-icon-with-blurb a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 499, ../_sass/_includes/_global/_page.scss */
.sidebar-icon-with-blurb a:focus {
  line-height: 1.5;
}
/* line 502, ../_sass/_includes/_global/_page.scss */
.sidebar-icon-with-blurb a:hover {
  color: #00843D;
}
/* line 507, ../_sass/_includes/_global/_page.scss */
.sidebar-icon-with-blurb p {
  margin: 0;
  width: calc(100% - ( 71px + 0.8rem ));
  float: left;
}
/* line 513, ../_sass/_includes/_global/_page.scss */
.sidebar-icon-with-blurb.medium-icon p {
  width: calc(100% - ( 117px + 0.8rem ));
}

/* line 525, ../_sass/_includes/_global/_page.scss */
.chat-bubble {
  position: relative;
  padding-bottom: 42px !important;
}
/* line 530, ../_sass/_includes/_global/_page.scss */
.chat-bubble .bubble-content {
  display: block;
  background-color: #ffbc45;
  color: #545454;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-weight: bold;
  border-radius: 0.5rem;
  font-size: 1.35rem;
  padding: 0.85rem;
  text-align: center;
  text-decoration: none;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.chat-bubble .bubble-content:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.chat-bubble .bubble-content:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 545, ../_sass/_includes/_global/_page.scss */
.chat-bubble .bubble-tail {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #ffbc45;
  position: absolute;
  right: 26px;
}

/* line 564, ../_sass/_includes/_global/_page.scss */
.breakaway-cta-green {
  display: block;
  color: #00843D;
  font: normal 400 1.5rem "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  line-height: 1;
  transition: all .25s linear;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.breakaway-cta-green:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.breakaway-cta-green:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 577, ../_sass/_includes/_global/_page.scss */
.breakaway-cta-green .icon-arrow-right-green {
  margin-left: 0.25rem;
}
/* line 581, ../_sass/_includes/_global/_page.scss */
.breakaway-cta-green .icon-document,
.breakaway-cta-green .icon-calculator,
.breakaway-cta-green .icon-phone {
  margin-right: 0.25rem;
  position: relative;
  top: 5px;
}

/* line 590, ../_sass/_includes/_global/_page.scss */
.icon-arrow-right-green {
  display: inline-block;
  background-image: url(../img/content/icon-arrow-right-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px;
  width: 12px;
}

/* line 599, ../_sass/_includes/_global/_page.scss */
.icon-arrow-right-green-light {
  display: inline-block;
  background-image: url(../img/content/arrow-right-green-light.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px;
  width: 12px;
}

/* line 608, ../_sass/_includes/_global/_page.scss */
.icon-phone {
  display: inline-block;
  background-image: url(../img/content/icons/icon-calculator-dark-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 28px;
  width: 22px;
}

/* line 617, ../_sass/_includes/_global/_page.scss */
.icon-calculator {
  display: inline-block;
  background-image: url(../img/content/icons/icon-calculator-dark-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 28px;
  width: 22px;
}

/* line 626, ../_sass/_includes/_global/_page.scss */
.icon-document {
  display: inline-block;
  background-image: url(../img/content/icons/icon-document-dark-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 28px;
  width: 23px;
}

/* line 635, ../_sass/_includes/_global/_page.scss */
.bar-top {
  border-top: 1px solid #bbb;
  margin-top: 24px;
  padding-top: 24px;
}

/* line 642, ../_sass/_includes/_global/_page.scss */
.fedra-title {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 500;
}

/* line 650, ../_sass/_includes/_global/_page.scss */
.green-links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 655, ../_sass/_includes/_global/_page.scss */
.green-links-list li {
  margin-left: 1rem;
  padding: 0.25rem 0;
}
/* line 659, ../_sass/_includes/_global/_page.scss */
.green-links-list li .cta-link {
  font-size: 16px !important;
  line-height: 18px !important;
}

/* line 668, ../_sass/_includes/_global/_page.scss */
.content-article .content-hero .hero-text,
.hero-text {
  margin: auto;
  padding: 0 1em;
  width: 90%;
  vertical-align: bottom;
  color: #FFF;
  height: 300px;
  padding-top: 24px;
  position: relative;
}
@media screen and (min-width: 620px) {
  /* line 668, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text,
  .hero-text {
    height: 360px;
  }
}
@media screen and (min-width: 768px) {
  /* line 668, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text,
  .hero-text {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 114px;
  }
  /* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
  .content-article .content-hero .hero-text::after,
  .hero-text::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  /* line 668, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text,
  .hero-text {
    height: 400px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 668, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text,
  .hero-text {
    height: 450px;
  }
}
/* line 696, ../_sass/_includes/_global/_page.scss */
.content-article .content-hero .hero-text .text,
.hero-text .text {
  display: table-cell;
  position: absolute;
  bottom: 24px;
}
/* line 701, ../_sass/_includes/_global/_page.scss */
.content-article .content-hero .hero-text .text h1, .content-article .content-hero .hero-text .text h2,
.hero-text .text h1,
.hero-text .text h2 {
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin-top: 0.25rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  /* line 701, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text .text h1, .content-article .content-hero .hero-text .text h2,
  .hero-text .text h1,
  .hero-text .text h2 {
    margin-bottom: 0.5rem;
  }
}
/* line 713, ../_sass/_includes/_global/_page.scss */
.content-article .content-hero .hero-text .text h1,
.hero-text .text h1 {
  font-size: 2rem;
}
/* line 717, ../_sass/_includes/_global/_page.scss */
.content-article .content-hero .hero-text .text p,
.hero-text .text p {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
/* line 722, ../_sass/_includes/_global/_page.scss */
.content-article .content-hero .hero-text .text p:last-child,
.hero-text .text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 728, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text .text h1,
  .hero-text .text h1 {
    font-size: 2.5rem;
  }
  /* line 732, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text .text p,
  .hero-text .text p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px) {
  /* line 738, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text .text h1,
  .hero-text .text h1 {
    font-size: 3rem;
  }
  /* line 742, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text .text p,
  .hero-text .text p {
    font-size: 1.55rem;
  }
}
@media (max-width: 768px) {
  /* line 696, ../_sass/_includes/_global/_page.scss */
  .content-article .content-hero .hero-text .text,
  .hero-text .text {
    bottom: 90px;
  }
}

/* line 755, ../_sass/_includes/_global/_page.scss */
.img-responsive {
  width: 100%;
  height: auto;
}

/* line 760, ../_sass/_includes/_global/_page.scss */
.margin-top {
  margin-top: 24px !important;
}

/* line 761, ../_sass/_includes/_global/_page.scss */
.margin-bottom {
  margin-bottom: 24px !important;
}

/* line 762, ../_sass/_includes/_global/_page.scss */
.margin-top-half {
  margin-top: 12px !important;
}

/* line 763, ../_sass/_includes/_global/_page.scss */
.margin-bottom-half {
  margin-bottom: 12px !important;
}

/* line 764, ../_sass/_includes/_global/_page.scss */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 765, ../_sass/_includes/_global/_page.scss */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 767, ../_sass/_includes/_global/_page.scss */
.text-left {
  text-align: left !important;
}

/* line 768, ../_sass/_includes/_global/_page.scss */
.text-center {
  text-align: center !important;
}

/* line 769, ../_sass/_includes/_global/_page.scss */
.text-right {
  text-align: right !important;
}

/* line 771, ../_sass/_includes/_global/_page.scss */
.text-green {
  color: #00843D !important;
}

/* line 772, ../_sass/_includes/_global/_page.scss */
.text-light-green {
  color: #00843D !important;
}

/* line 773, ../_sass/_includes/_global/_page.scss */
.text-gray {
  color: #666 !important;
}

/* line 774, ../_sass/_includes/_global/_page.scss */
.text-black {
  color: #000 !important;
}

/* line 775, ../_sass/_includes/_global/_page.scss */
.text-white {
  color: #FFF !important;
}

/* line 776, ../_sass/_includes/_global/_page.scss */
.text-gold {
  color: #EADA24 !important;
}

/* line 778, ../_sass/_includes/_global/_page.scss */
.text-large {
  font-size: 1.2em !important;
  line-height: 120% !important;
}

/* line 783, ../_sass/_includes/_global/_page.scss */
.text-larger {
  font-size: 1.5em !important;
  line-height: 120% !important;
}

/* line 788, ../_sass/_includes/_global/_page.scss */
.no-border-bottom {
  border-bottom: none !important;
}

/* line 789, ../_sass/_includes/_global/_page.scss */
.no-border-top {
  border-bottom: none !important;
}

/* line 790, ../_sass/_includes/_global/_page.scss */
.no-border-left {
  border-bottom: none !important;
}

/* line 791, ../_sass/_includes/_global/_page.scss */
.no-border-right {
  border-bottom: none !important;
}

/* line 793, ../_sass/_includes/_global/_page.scss */
.border-top {
  border-top: 1px solid #ccc;
}

/* line 794, ../_sass/_includes/_global/_page.scss */
.border-bottom {
  border-bottom: 1px solid #ccc;
}

/* line 796, ../_sass/_includes/_global/_page.scss */
.green-header {
  font-size: 1.75rem !important;
  color: #00843D !important;
  line-height: 1.2 !important;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  /* line 796, ../_sass/_includes/_global/_page.scss */
  .green-header {
    font-size: 2.25rem !important;
  }
}
@media screen and (min-width: 1000px) {
  /* line 796, ../_sass/_includes/_global/_page.scss */
  .green-header {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 796, ../_sass/_includes/_global/_page.scss */
  .green-header {
    font-size: 3rem !important;
  }
}

/* line 817, ../_sass/_includes/_global/_page.scss */
.hide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  /* line 821, ../_sass/_includes/_global/_page.scss */
  .hide-large {
    display: none !important;
  }
}

/* line 827, ../_sass/_includes/_global/_page.scss */
.no-wrap {
  display: inline-block;
}

/* line 831, ../_sass/_includes/_global/_page.scss */
.display-block {
  display: block;
}

/* line 835, ../_sass/_includes/_global/_page.scss */
.resource-links-list {
  list-style: none;
  padding-left: 1rem;
}
/* line 839, ../_sass/_includes/_global/_page.scss */
.resource-links-list li {
  margin-bottom: 0.75rem;
}
/* line 842, ../_sass/_includes/_global/_page.scss */
.resource-links-list li > a {
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  color: #00843D;
}
/* line 849, ../_sass/_includes/_global/_page.scss */
.resource-links-list li > a:hover {
  color: #EADA24;
}
/* line 854, ../_sass/_includes/_global/_page.scss */
.resource-links-list li .icon-arrow-right-green-light {
  position: relative;
  top: 2.5px;
}
/* line 859, ../_sass/_includes/_global/_page.scss */
.resource-links-list li p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.3;
}
/* line 865, ../_sass/_includes/_global/_page.scss */
.resource-links-list li:last-child {
  margin-bottom: 0;
}

/* line 872, ../_sass/_includes/_global/_page.scss */
.calcs-mortgage {
  display: block;
}

/* line 873, ../_sass/_includes/_global/_page.scss */
.calcs-credit {
  display: none;
}

/* line 874, ../_sass/_includes/_global/_page.scss */
.calcs-savings {
  display: none;
}

/* line 875, ../_sass/_includes/_global/_page.scss */
.calcs-retirement {
  display: none;
}

/* line 876, ../_sass/_includes/_global/_page.scss */
.calcs-insurance {
  display: none;
}

/* line 881, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  width: 100%;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.calc-gallery .calc-tabs::after {
  clear: both;
  content: "";
  display: block;
}
/* line 889, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-tabs > li {
  display: inline-block;
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  line-height: 1.2;
  text-align: left;
  color: #FFF;
  background-color: #00843D;
  border-right: 1px solid #FFF;
  float: left;
  clear: none;
  cursor: pointer;
  margin-top: 0.5rem;
  width: 20%;
  min-height: 71px;
}
/* line 907, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-tabs > li:last-child {
  border-right: none;
  border-bottom: none;
}
/* line 912, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-tabs > li.selected {
  background-color: #00843D;
  padding: 1rem 1rem;
  margin-top: 0;
}
/* line 918, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-tabs > li:hover, .calc-gallery .calc-tabs > li:focus {
  background-color: #e5ffd6;
  color: #00843D;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.calc-gallery .calc-tabs > li:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.calc-gallery .calc-tabs > li:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
@media screen and (max-width: 1140px) {
  /* line 889, ../_sass/_includes/_global/_page.scss */
  .calc-gallery .calc-tabs > li {
    display: none;
  }
}
/* line 932, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-body .calc-table {
  border-left: 1px solid #ccc;
  display: none;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.calc-gallery .calc-body .calc-table::after {
  clear: both;
  content: "";
  display: block;
}
/* line 937, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-body .calc-table.selected {
  display: block;
}
/* line 941, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-body .calc-table .calc-cell {
  width: 33.33%;
  float: left;
  clear: none;
  padding: 0.5rem;
  position: relative;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-height: 190px;
}
/* line 951, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-body .calc-table .calc-cell .calc-heading {
  color: #00843D;
  line-height: 1.1;
  margin: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-weight: bold;
}
/* line 961, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-body .calc-table .calc-cell p {
  margin: 0 0.5rem;
  margin-top: 0;
  font-size: 0.8rem;
  line-height: 1.2 !important;
  color: #666;
}
/* line 969, ../_sass/_includes/_global/_page.scss */
.calc-gallery .calc-body .calc-table .calc-cell .gold-block-link {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
@media screen and (max-width: 1139px) {
  /* line 941, ../_sass/_includes/_global/_page.scss */
  .calc-gallery .calc-body .calc-table .calc-cell {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  /* line 941, ../_sass/_includes/_global/_page.scss */
  .calc-gallery .calc-body .calc-table .calc-cell {
    width: 100%;
    min-height: inherit;
    padding-bottom: 3rem;
  }
}

/* line 992, ../_sass/_includes/_global/_page.scss */
.gold-block-link {
  display: block;
  background-color: #ffbc45;
  color: #545454;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
}

/* line 1004, ../_sass/_includes/_global/_page.scss */
.calc-select {
  display: none;
  position: relative;
}
@media screen and (max-width: 1140px) {
  /* line 1004, ../_sass/_includes/_global/_page.scss */
  .calc-select {
    display: block;
  }
}
/* line 1012, ../_sass/_includes/_global/_page.scss */
.calc-select .calc-current {
  display: block;
  padding: 0.55rem 1rem;
  height: 45px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  line-height: 1.2;
  text-align: left;
  color: #FFF;
  background-color: #00843D;
  cursor: pointer;
  margin-top: 0.5rem;
  position: relative;
}
/* line 1027, ../_sass/_includes/_global/_page.scss */
.calc-select .calc-current label {
  display: block;
  margin-right: 1.5rem;
  cursor: pointer;
}
/* line 1033, ../_sass/_includes/_global/_page.scss */
.calc-select .calc-current .select-arrow {
  display: inline-block;
  background-image: url(../img/content/angle-down-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 1rem;
  top: 0.85rem;
  cursor: pointer;
}
/* line 1047, ../_sass/_includes/_global/_page.scss */
.calc-select .calc-menu {
  position: absolute;
  left: 1rem;
  right: 0;
  top: 45px;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 2;
}
/* line 1057, ../_sass/_includes/_global/_page.scss */
.calc-select .calc-menu > li {
  display: block;
  padding: 0.5rem;
  font-size: 1.1rem;
  color: #FFF;
  background-color: #00843D;
  border-bottom: 1px solid #007536;
  border-left: 1px solid #007536;
  border-right: 1px solid #007536;
  cursor: pointer;
}
/* line 1068, ../_sass/_includes/_global/_page.scss */
.calc-select .calc-menu > li.selected {
  display: none;
}
/* line 1072, ../_sass/_includes/_global/_page.scss */
.calc-select .calc-menu > li:hover {
  background-color: #EADA24;
}

/* line 1081, ../_sass/_includes/_global/_page.scss */
iframe {
  width: 100%;
}

/* line 1087, ../_sass/_includes/_global/_page.scss */
div.messages {
  background-size: 12px;
  background-position: 6px 6px;
  text-align: left;
  padding: 8px;
  padding-top: 26px;
  line-height: 1.25;
}
/* line 1095, ../_sass/_includes/_global/_page.scss */
div.messages > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1100, ../_sass/_includes/_global/_page.scss */
div.messages > ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-size: 0.9em;
}
/* line 1106, ../_sass/_includes/_global/_page.scss */
div.messages > ul li:last-child {
  margin-bottom: 0;
}

/* line 1115, ../_sass/_includes/_global/_page.scss */
.blob ul {
  padding-left: 1.5em;
  list-style: disc;
}
/* line 1119, ../_sass/_includes/_global/_page.scss */
.blob ul a {
  display: block;
}
/* line 1123, ../_sass/_includes/_global/_page.scss */
.blob ul li {
  margin: 0.85em 0;
  line-height: 1.25 !important;
}
/* line 1127, ../_sass/_includes/_global/_page.scss */
.blob ul li ul {
  padding-left: 2.5em;
}
/* line 1130, ../_sass/_includes/_global/_page.scss */
.blob ul li ul li {
  margin: 0.175em 0;
}
/* line 1136, ../_sass/_includes/_global/_page.scss */
.blob ul.list-tight li {
  margin: 0.175em 0;
  font-size: 1.05em;
}

/* line 1143, ../_sass/_includes/_global/_page.scss */
.content-article .content-primary .content-blob .blob.generic {
  margin-bottom: 16px;
}
/* line 1146, ../_sass/_includes/_global/_page.scss */
.content-article .content-primary .content-blob .blob.generic h2 {
  margin-top: 1em;
  margin-bottom: 0.3em;
  line-height: 1.1;
}
/* line 1152, ../_sass/_includes/_global/_page.scss */
.content-article .content-primary .content-blob .blob.generic p:first-of-type {
  margin-top: 4px;
}
/* line 1156, ../_sass/_includes/_global/_page.scss */
.content-article .content-primary .content-blob .blob.generic p:last-child {
  margin-bottom: 0;
}

/* line 1161, ../_sass/_includes/_global/_page.scss */
.content-sidebar p {
  line-height: 1.3;
}

/* line 1165, ../_sass/_includes/_global/_page.scss */
i.fa.fa-times-thin:before {
  content: '\00d7';
  vertical-align: middle;
}

/* line 3, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li:last-child > ul {
  display: none !important;
}

/* line 8, ../_sass/_includes/_global/_nav.scss */
.skip-to-content {
  background: #dbd6cb;
  color: #000;
  display: none;
  font: normal 400 24px/44px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  left: 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  top: -50px;
  width: 100%;
  z-index: 100000;
}
/* line 21, ../_sass/_includes/_global/_nav.scss */
.skip-to-content:focus {
  top: 0;
}
@media screen and (min-width: 768px) {
  /* line 8, ../_sass/_includes/_global/_nav.scss */
  .skip-to-content {
    display: block;
  }
}

/* line 31, ../_sass/_includes/_global/_nav.scss */
.page-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.page-header::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 31, ../_sass/_includes/_global/_nav.scss */
  .page-header {
    box-shadow: inset 0 3px 10px 1px rgba(255, 255, 255, 0.5);
  }
}
/* line 39, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav {
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  height: 42px;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  /* line 39, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav {
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  /* line 39, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav {
    height: 90px;
    transform: translate3d(0, 0, 0);
    transition: height 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53), background 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
/* line 60, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form {
  background-color: #00843D;
  text-align: center;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  /* line 60, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav .search-block-form {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    margin-right: 8px;
    border-radius: 5px;
    top: 90px;
    transform: translate3d(0, 0, 0);
    transition: top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53), background 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 0;
  }
}
/* line 81, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form .search-block-title {
  display: none;
}
/* line 86, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form .nav-search > div {
  display: inline-block;
}
/* line 90, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form .nav-search .form-actions {
  padding: 0;
}
/* line 94, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form .nav-search .form-submit {
  background-color: white;
  border: 1px solid white;
  border-radius: 6px;
  color: #00843D;
  display: inline-block;
  font: normal 24 18px/33px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 0 auto;
  padding: 2px 12px 2px;
  text-align: center;
  transition: all 100ms;
  height: 40px;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .top-nav .search-block-form .nav-search .form-submit:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .top-nav .search-block-form .nav-search .form-submit:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
@media screen and (min-width: 768px) {
  /* line 94, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav .search-block-form .nav-search .form-submit {
    background-color: #00843D;
    border: 1px solid #00843D;
    color: #FFF;
  }
}
/* line 115, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form .nav-search .form-submit:focus {
  background-color: #e5ffd6;
  border-color: #e5ffd6;
  color: #545454;
}
/* line 121, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form .nav-search .form-submit:hover {
  background-color: #e5ffd6;
  border-color: #e5ffd6;
  color: #545454;
}
/* line 127, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form .nav-search .form-submit:active {
  background-color: #00843D;
  border-color: #00843D;
  color: #fff;
}
/* line 135, ../_sass/_includes/_global/_nav.scss */
.page-header .top-nav .search-block-form .nav-search .form-text {
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #545454;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 18px;
  padding: 0 0 0 7px;
  text-align: left;
  width: 100%;
  height: 40px;
  margin: 0;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .top-nav .search-block-form .nav-search .form-text:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .top-nav .search-block-form .nav-search .form-text:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
@media screen and (min-width: 768px) {
  /* line 157, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck {
    height: 60px;
    position: fixed;
    top: -90px;
    transform: translate3d(0, 90px, 0);
    background: white;
  }
  /* line 166, ../_sass/_includes/_global/_nav.scss */
  .oldie .page-header .top-nav.stuck {
    top: 0;
  }
  /* line 170, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .nw-logo {
    top: 10px;
  }
  /* line 174, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .login-link {
    top: 12px;
  }
  /* line 178, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .online-banking-login {
    top: 60px;
  }
  /* line 184, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .wide-nav .primary {
    top: 0;
  }
  /* line 187, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .wide-nav .primary > li > a {
    height: 61px;
    line-height: 61px;
  }
  /* line 192, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .wide-nav .primary > li:hover ul {
    top: 60px;
  }
  /* line 197, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .wide-nav .primary > li.accessible ul {
    top: 60px;
  }
  /* line 203, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .wide-nav .self-select, .page-header .top-nav.stuck .wide-nav .utility {
    opacity: 0;
    top: -50px;
  }
  /* line 210, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav.stuck .search-block-form {
    position: fixed;
    top: 60px;
    background-color: white;
  }
}
@media screen and (min-width: 1440px) {
  /* line 221, ../_sass/_includes/_global/_nav.scss */
  .page-header .top-nav .nav-wrapper {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
  }
}
/* line 231, ../_sass/_includes/_global/_nav.scss */
.page-header .nw-logo {
  display: block;
  height: 20px;
  left: 12px;
  position: absolute;
  top: 11px;
  width: 102px;
  z-index: 100;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .nw-logo:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .nw-logo:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
@media screen and (min-width: 768px) {
  /* line 231, ../_sass/_includes/_global/_nav.scss */
  .page-header .nw-logo {
    left: 16px;
    top: 16px;
  }
}
@media screen and (min-width: 768px) {
  /* line 231, ../_sass/_includes/_global/_nav.scss */
  .page-header .nw-logo {
    height: 39px;
    left: 40px;
    top: 26px;
    transition: top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 200px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 231, ../_sass/_includes/_global/_nav.scss */
  .page-header .nw-logo {
    left: 25px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 231, ../_sass/_includes/_global/_nav.scss */
  .page-header .nw-logo {
    left: 5px;
  }
}
/* line 264, ../_sass/_includes/_global/_nav.scss */
.page-header .nw-logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 272, ../_sass/_includes/_global/_nav.scss */
.page-header .login-link {
  background: #a6a5a4 url(../img/nav/icon-padlock-white.svg) 46px center no-repeat;
  background-size: 6px 9px;
  border-radius: 1px;
  box-shadow: 1px 1px 1px rgba(166, 165, 164, 0.2);
  color: #fff;
  display: block;
  font-size: 10px;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  line-height: 21px;
  height: 20px;
  padding-left: 8px;
  position: absolute;
  right: 50px;
  text-decoration: none;
  text-transform: uppercase;
  top: 11px;
  transition: top 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 60px;
  z-index: 98;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .login-link:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .login-link:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 297, ../_sass/_includes/_global/_nav.scss */
.oldie .page-header .login-link {
  background-image: url(../img/nav/icon-padlock-white.png);
}
/* line 301, ../_sass/_includes/_global/_nav.scss */
.ie8 .page-header .login-link {
  background-image: url(../img/nav/icon-padlock-white-ie.png);
}
@media screen and (min-width: 768px) {
  /* line 272, ../_sass/_includes/_global/_nav.scss */
  .page-header .login-link {
    background: #fff url(../img/nav/icon-padlock-green.svg) 56px center no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 8px 10px;
    border-radius: 2px;
    box-shadow: 0 0 3px -1px rgba(166, 165, 164, 0.6);
    color: #00843D;
    font-size: 12px;
    height: 28px;
    line-height: 30px;
    padding-left: 12px;
    right: 0;
    top: 13px;
    width: 76px;
  }
  /* line 320, ../_sass/_includes/_global/_nav.scss */
  .oldie .page-header .login-link {
    background-image: url(../img/nav/icon-padlock-green.png);
  }
  /* line 324, ../_sass/_includes/_global/_nav.scss */
  .ie8 .page-header .login-link {
    background-image: url(../img/nav/icon-padlock-green-ie.png);
  }
}
@media screen and (min-width: 1000px) {
  /* line 272, ../_sass/_includes/_global/_nav.scss */
  .page-header .login-link {
    background: #fff url(../img/nav/icon-padlock-green.svg) 74px center no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 12px 15px;
    border-radius: 3px;
    font-size: 16px;
    height: 34px;
    line-height: 36px;
    padding-left: 10px;
    top: 7px;
    width: 92px;
  }
  /* line 342, ../_sass/_includes/_global/_nav.scss */
  .oldie .page-header .login-link {
    background-image: url(../img/nav/icon-padlock-green.png);
  }
  /* line 346, ../_sass/_includes/_global/_nav.scss */
  .ie8 .page-header .login-link {
    background-image: url(../img/nav/icon-padlock-green-ie-768.png);
  }
}
/* line 352, ../_sass/_includes/_global/_nav.scss */
.page-header .login-link.hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 352, ../_sass/_includes/_global/_nav.scss */
  .page-header .login-link.hidden {
    display: block;
  }
}
/* line 364, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 22px;
  transition: opacity 200ms ease;
  width: 320px;
  z-index: 1000;
  zoom: 0.7;
  -moz-transform: scale(0.8);
  -moz-transform-origin: 100% 0%;
}
/* line 383, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login.visible {
  display: block;
  opacity: 1;
}
/* line 389, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login[data-expanded="false"] .expanded {
  display: none;
}
/* line 390, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login[data-expanded="false"] .collapsed {
  display: block;
}
/* line 394, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login[data-expanded="true"] .expanded {
  display: block;
}
/* line 395, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login[data-expanded="true"] .collapsed {
  display: block;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 402, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .accent-band {
  height: 15px;
  padding: 0;
  padding-right: 55px;
  text-align: right;
}
/* line 408, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .accent-band .accent {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #78BE20;
  position: relative;
  top: -16px;
}
/* line 419, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-panel {
  background-color: #fff;
  border-radius: 6px;
}
/* line 424, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-header {
  background-color: #00843D;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 4px;
}
/* line 430, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-header .login-type-title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 440, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body {
  background-color: #fff;
  color: #545454;
  padding: 4px 12px;
}
/* line 445, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body .form-row, .page-header .online-banking-login .login-body .login-form-row {
  padding: 2px 0;
}
/* line 448, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body .form-row .small, .page-header .online-banking-login .login-body .login-form-row .small {
  color: #545454;
  font-size: 0.7rem;
}
/* line 454, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body .personal-only {
  width: 100%;
  float: right;
  clear: both;
  margin-top: 2px !important;
  font-size: 0.65rem !important;
}
/* line 462, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body label {
  text-transform: uppercase;
  display: block;
  font-size: 0.7rem;
}
/* line 468, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body input[type=checkbox] {
  float: left;
  clear: none;
  margin-right: 4px;
  margin-top: 4px;
}
/* line 475, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body .textfield {
  border-radius: 6px;
  border: 2px solid #545454;
  padding: 4px;
  color: #545454;
  width: 198px;
  outline: none;
  font-size: 0.9rem;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .login-body .textfield:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .login-body .textfield:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 488, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body .submit {
  border-radius: 6px;
  border: 1px solid #00843D;
  background-color: #00843D;
  padding: 4px;
  color: #fff;
  width: 90px;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .login-body .submit:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .login-body .submit:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 502, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body .submit:hover {
  background-color: #e5ffd6;
  color: #000;
}
/* line 508, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body .where-password-link {
  display: inline-block;
  color: #545454;
  border-bottom: none;
  text-decoration: none;
  font-size: 0.7rem;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .login-body .where-password-link:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .login-body .where-password-link:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 518, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-body .where-password-link:hover {
  color: #00843D;
}
/* line 524, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-bottom {
  display: block;
}
/* line 527, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-bottom > a {
  display: block;
  text-align: center;
  padding: 4px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.7rem;
  background-color: #00843D;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .login-bottom > a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .login-bottom > a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 543, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-bottom > a:hover, .page-header .online-banking-login .login-bottom > a:focus {
  background-color: #e5ffd6;
  color: #000;
}
/* line 549, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-bottom > a .right-angle {
  background: url(../img/content/angle-right-white.png) no-repeat;
  background-size: cover;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 12px;
}
/* line 558, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .login-bottom > a .down-angle {
  background: url(../img/content/angle-down-white.png) no-repeat;
  background-size: cover;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 12px;
}
/* line 569, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .other-logins ul {
  display: none;
  margin: 0;
  padding: 0;
}
/* line 574, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .other-logins ul li {
  list-style: none;
  display: block;
}
/* line 578, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .other-logins ul li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* line 584, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .other-logins ul a {
  display: block;
  text-align: center;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  font-size: 0.7rem;
  line-height: 1.1rem;
  padding: 4px;
  color: #fff;
  background-color: #00843D;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #006b31;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .other-logins ul a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .online-banking-login .other-logins ul a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 599, ../_sass/_includes/_global/_nav.scss */
.page-header .online-banking-login .other-logins ul a:hover, .page-header .online-banking-login .other-logins ul a:focus {
  background-color: #e5ffd6;
  color: #000;
}
@media screen and (min-width: 768px) {
  /* line 364, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login {
    top: 35px;
  }
  /* line 610, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .accent-band {
    padding-right: 10px;
  }
  /* line 614, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-header {
    padding: 8px;
  }
  /* line 617, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-header .login-type-title {
    font-size: 0.9rem;
  }
  /* line 622, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body {
    padding: 20px;
  }
  /* line 625, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body .form-row, .page-header .online-banking-login .login-body .login-form-row {
    padding: 6px 0;
  }
  /* line 628, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body .form-row .small, .page-header .online-banking-login .login-body .login-form-row .small {
    margin-top: 12px;
    font-size: 0.8rem;
  }
  /* line 634, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body label {
    font-size: 0.9rem;
  }
  /* line 638, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body .submit {
    padding: 7px;
    width: 90px;
  }
  /* line 643, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body input[type=checkbox] {
    margin-top: 16px;
  }
  /* line 647, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body .textfield {
    padding: 7px;
    font-size: 0.9rem;
    width: 185px;
  }
  /* line 653, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body .where-password-link {
    margin-top: 12px;
    font-size: 0.8rem;
    border-bottom: 1px solid #aaa;
  }
  /* line 658, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-body .where-password-link:hover {
    color: #00843D;
    border-bottom: 1px solid #00843D;
  }
  /* line 665, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .login-bottom > a {
    padding: 8px;
  }
  /* line 669, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .other-logins ul a {
    padding: 8px;
    font-size: 0.8rem;
    border-bottom: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 679, ../_sass/_includes/_global/_nav.scss */
  .page-header .online-banking-login .accent-band {
    padding-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  /* line 686, ../_sass/_includes/_global/_nav.scss */
  .page-header .mobile-nav-container {
    display: none !important;
  }
}
/* line 693, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav {
  width: 100%;
  background: #fff;
  height: 100vh;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 60px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 666ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(0);
  transform: translate3d(0, -100%, 0);
  z-index: 99;
}
/* line 710, ../_sass/_includes/_global/_nav.scss */
.oldie .page-header .mobile-nav {
  top: -100%;
}
@media screen and (min-width: 768px) {
  /* line 693, ../_sass/_includes/_global/_nav.scss */
  .page-header .mobile-nav {
    display: none !important;
  }
}
/* line 718, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav:not(.visible) {
  display: none;
}
/* line 722, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav.visible {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 726, ../_sass/_includes/_global/_nav.scss */
.oldie .page-header .mobile-nav.visible {
  top: 0;
}
/* line 730, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav.visible a {
  opacity: 1;
}
/* line 734, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav.visible li:nth-child(1) a {
  transition: opacity 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 700ms;
}
/* line 738, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav.visible li:nth-child(2) a {
  transition: opacity 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
}
/* line 742, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav.visible li:nth-child(3) a {
  transition: opacity 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
}
/* line 746, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav.visible li:nth-child(4) a {
  transition: opacity 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
}
/* line 750, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav.visible li:nth-child(5) a {
  transition: opacity 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
}
/* line 756, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li {
  margin: 0;
  padding: 0;
}
/* line 761, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search {
  display: flex;
  justify-content: center;
}
/* line 765, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-item.form-type-textfield {
  z-index: 2;
  width: 70%;
}
/* line 770, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-actions {
  z-index: 1;
}
/* line 773, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-actions:hover {
  z-index: 3;
}
/* line 778, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-text {
  border-radius: 0;
  border: 1px solid white;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-text::-webkit-input-placeholder {
  text-align: center !important;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-text::-moz-placeholder {
  text-align: center !important;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-text:-moz-placeholder {
  text-align: center !important;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-text:-ms-input-placeholder {
  text-align: center !important;
}
/* line 787, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li.mobile-search .search-block-form-mobile .nav-search .form-submit {
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: visible;
  vertical-align: top;
  color: gray;
  border-radius: 0;
}
/* line 800, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li a {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  color: #585d65;
  display: block;
  font-size: 20px;
  line-height: 56px;
  opacity: 0;
  padding-left: 40px;
  text-decoration: none;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 812, ../_sass/_includes/_global/_nav.scss */
.ie8 .page-header .mobile-nav li a {
  opacity: 1;
}
/* line 821, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li a.phone, .page-header .mobile-nav li a.login {
  border-color: #fff;
  bottom: 58px;
  color: #fff;
  opacity: 1;
  padding: 0;
  text-align: center;
  width: 100%;
}
/* line 831, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li a.phone img, .page-header .mobile-nav li a.login img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
/* line 839, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li a.phone {
  background: #00843D;
  bottom: 115px;
}
@media screen and (max-width: 768px) and (max-height: 440px) {
  /* line 839, ../_sass/_includes/_global/_nav.scss */
  .page-header .mobile-nav li a.phone {
    bottom: 31px;
  }
}
/* line 847, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li a.phone img {
  height: 32px;
  top: 8px;
  width: 32px;
}
/* line 855, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li a.login {
  background: #00843D;
}
/* line 858, ../_sass/_includes/_global/_nav.scss */
.page-header .mobile-nav li a.login img {
  height: 19px;
  top: 2px;
  width: 16px;
}
@media screen and (max-width: 768px) and (max-height: 440px) {
  /* line 800, ../_sass/_includes/_global/_nav.scss */
  .page-header .mobile-nav li a {
    font-size: 15px;
    line-height: 30px;
  }
  /* line 870, ../_sass/_includes/_global/_nav.scss */
  .page-header .mobile-nav li a img {
    display: none !important;
  }
}
/* line 882, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button {
  background: none;
  border: 0;
  display: block;
  margin: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  /* line 882, ../_sass/_includes/_global/_nav.scss */
  .page-header .menu-button {
    display: none !important;
  }
}
/* line 899, ../_sass/_includes/_global/_nav.scss */
.oldie .page-header .menu-button {
  display: none;
}
/* line 903, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button.open-menu, .page-header .menu-button.open-menu img {
  height: 14px;
  width: 18px;
}
/* line 908, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button.close-menu {
  right: 12px;
}
/* line 912, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button.close-menu, .page-header .menu-button.close-menu img {
  height: 13px;
  width: 14px;
}
/* line 917, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button.visible {
  z-index: 101;
}
/* line 921, ../_sass/_includes/_global/_nav.scss */
.oldie .page-header .menu-button.visible {
  display: block;
  opacity: 1;
}
/* line 925, ../_sass/_includes/_global/_nav.scss */
.oldie .page-header .menu-button.visible img {
  display: block !important;
}
/* line 933, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button-animation {
  height: 14px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 18px;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  /* line 933, ../_sass/_includes/_global/_nav.scss */
  .page-header .menu-button-animation {
    display: none !important;
  }
}
/* line 946, ../_sass/_includes/_global/_nav.scss */
.oldie .page-header .menu-button-animation {
  display: none;
}
/* line 950, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button-animation span {
  background: #a39d99;
  border-radius: 1px;
  display: block;
  height: 2px;
  right: 0;
  position: absolute;
  transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 18px;
}
/* line 960, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button-animation span.top {
  top: 0;
  transform-origin: right top;
}
/* line 965, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button-animation span.middle {
  margin-top: -1px;
  opacity: 1;
  top: 50%;
}
/* line 971, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button-animation span.bottom {
  bottom: 0;
  transform-origin: right bottom;
}
/* line 980, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button-animation.visible span.top {
  transform: rotate(-45deg);
}
/* line 984, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button-animation.visible span.middle {
  opacity: 0;
}
/* line 988, ../_sass/_includes/_global/_nav.scss */
.page-header .menu-button-animation.visible span.bottom {
  transform: rotate(45deg);
}
/* line 998, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 998, ../_sass/_includes/_global/_nav.scss */
  .page-header .wide-nav {
    display: block;
  }
}
/* line 1005, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 100px;
  top: 0;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.page-header .wide-nav .primary::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 1005, ../_sass/_includes/_global/_nav.scss */
  .page-header .wide-nav .primary {
    right: 140px;
    top: 41px;
    transition: top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
/* line 1020, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li {
  float: left;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
}
/* line 1028, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li:hover > a {
  background: #00843D;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #FFF;
  transition: all 200ms ease;
}
/* line 1036, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li.accessible > a {
  background: #00843D;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #FFF;
  transition: all 200ms ease;
}
/* line 1046, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li:hover ul {
  opacity: 1;
  top: 52px;
}
@media screen and (min-width: 768px) {
  /* line 1046, ../_sass/_includes/_global/_nav.scss */
  .page-header .wide-nav .primary > li:hover ul {
    top: 50px;
  }
}
/* line 1056, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li.accessible ul {
  opacity: 1;
  top: 52px;
}
@media screen and (min-width: 768px) {
  /* line 1056, ../_sass/_includes/_global/_nav.scss */
  .page-header .wide-nav .primary > li.accessible ul {
    top: 50px;
  }
}
/* line 1070, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li > a {
  color: #000;
  display: block;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 16px;
  height: 53px;
  line-height: 53px;
  padding: 0 9px;
  text-decoration: none;
  transition: none;
}
/* line 1081, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li > a:focus {
  background: #e5ffd6;
  color: #000;
}
@media screen and (min-width: 768px) {
  /* line 1070, ../_sass/_includes/_global/_nav.scss */
  .page-header .wide-nav .primary > li > a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 11px;
  }
}
/* line 1100, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li ul {
  background: #00843D;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: -1000px;
  transition: opacity 200ms ease;
  width: 190px;
}
@media screen and (min-width: 1440px) {
  /* line 1100, ../_sass/_includes/_global/_nav.scss */
  .page-header .wide-nav .primary > li ul {
    width: 225px;
  }
}
/* line 1118, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li ul li {
  margin: 0;
  padding: 0;
}
/* line 1123, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li ul a {
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  text-decoration: none;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .wide-nav .primary > li ul a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .wide-nav .primary > li ul a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 1133, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .primary > li ul a:hover, .page-header .wide-nav .primary > li ul a:focus {
  background: #e5ffd6;
  color: #000;
}
/* line 1163, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .self-select {
  display: none;
  list-style: none;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 150px;
  top: 13px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.page-header .wide-nav .self-select::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 1163, ../_sass/_includes/_global/_nav.scss */
  .page-header .wide-nav .self-select {
    display: block;
    transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
/* line 1179, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .self-select li {
  border-left: 1px solid #c8c8c1;
  color: #00843D;
  float: left;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  padding-left: 10px;
  text-transform: uppercase;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .wide-nav .self-select li:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .wide-nav .self-select li:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 1192, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .self-select li:first-child {
  border: none;
  padding-left: 0;
  margin-right: 10px;
}
/* line 1200, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .self-select a {
  color: #494946;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  text-decoration: none;
}
/* line 1208, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .self-select a:hover {
  text-decoration: underline;
}
/* line 1212, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .self-select a.active, .page-header .wide-nav .self-select a.active-trail {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 1221, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .utility {
  display: none;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 45px;
}
@media screen and (min-width: 768px) {
  /* line 1221, ../_sass/_includes/_global/_nav.scss */
  .page-header .wide-nav .utility {
    display: block;
    transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
/* line 1239, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .utility a {
  color: #545454;
  display: block;
  margin-right: 8px;
  padding-right: 28px;
  text-decoration: none;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .wide-nav .utility a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.page-header .wide-nav .utility a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 1249, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .utility a.about {
  background: url(../img/nav/icon-about-grey.png) right center no-repeat;
}
/* line 1253, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .utility a.chat {
  background: url(../img/nav/icon-chat-grey.png) right center no-repeat;
}
/* line 1257, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .utility a.search {
  display: inline-block;
  visibility: hidden;
  padding-right: 0;
  text-align: right;
  width: calc(100% - 8px);
}
/* line 1264, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .utility a.search:after {
  content: "\f002";
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: visible;
}
/* line 1273, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .utility a.search.search-open:after {
  content: "\f00d";
  font-size: 22px;
}
/* line 1278, ../_sass/_includes/_global/_nav.scss */
.page-header .wide-nav .utility a.search:hover:after, .page-header .wide-nav .utility a.search:focus:after {
  -webkit-box-shadow: 0 0 0 2pt #00843D;
  -moz-box-shadow: 0 0 0 2pt #00843D;
  box-shadow: 0 0 0 2pt #00843D;
}

/* line 1293, ../_sass/_includes/_global/_nav.scss */
.is-explorer .page-header .wide-nav .utility a.search {
  color: transparent;
  visibility: visible;
}
/* line 1297, ../_sass/_includes/_global/_nav.scss */
.is-explorer .page-header .wide-nav .utility a.search:hover, .is-explorer .page-header .wide-nav .utility a.search:focus {
  box-shadow: none;
}
/* line 1301, ../_sass/_includes/_global/_nav.scss */
.is-explorer .page-header .wide-nav .utility a.search:after {
  color: #545454;
}

/* line 3, ../_sass/_includes/_global/_nav-site-alert.scss */
.wide-nav .site-alert {
  position: absolute;
  top: 90px;
  transition: top 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
/* line 7, ../_sass/_includes/_global/_nav-site-alert.scss */
.wide-nav .site-alert.stuck {
  top: 60px;
}
/* line 11, ../_sass/_includes/_global/_nav-site-alert.scss */
.wide-nav .site-alert .text {
  font-size: 14px;
  text-align: center;
}

/* line 20, ../_sass/_includes/_global/_nav-site-alert.scss */
.mobile-nav-container .site-alert {
  position: absolute;
  top: 42px;
}
/* line 24, ../_sass/_includes/_global/_nav-site-alert.scss */
.mobile-nav-container .site-alert .text {
  font-size: 12px;
  text-align: center;
}

/* line 1, ../_sass/_includes/_global/_footer.scss */
.page-footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #121213;
  color: #FFF;
  position: relative;
  margin-top: 2rem;
  margin-bottom: -50px;
  overflow: hidden;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.page-footer::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 1, ../_sass/_includes/_global/_footer.scss */
  .page-footer {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 1, ../_sass/_includes/_global/_footer.scss */
  .page-footer {
    background-size: 100% auto;
  }
}
/* line 18, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav {
  padding-top: 30px;
  position: relative;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.page-footer .footer-nav::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 18, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav {
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 80px;
    z-index: 0;
  }
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.page-footer .footer-nav a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.page-footer .footer-nav a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 35, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav .nw-logo {
  display: block;
  height: 44px;
  margin: 0 auto 30px;
  width: 44px;
}
@media screen and (min-width: 620px) {
  /* line 35, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav .nw-logo {
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  /* line 35, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav .nw-logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-top: 10px;
    margin-right: 0;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav .nw-logo:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 35, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav .nw-logo {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 10.96186%;
    margin-right: 0;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav .nw-logo:last-child {
    margin-right: 0;
  }
}
/* line 57, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav .nw-logo img {
  display: block;
  height: auto;
  max-width: 44px;
}
@media screen and (min-width: 768px) {
  /* line 57, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav .nw-logo img {
    max-width: 60px;
  }
}
/* line 70, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 70, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 70, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 10.96186%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul:last-child {
    margin-right: 0;
  }
}
/* line 83, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul li {
  margin: 0;
  padding: 0;
}
/* line 87, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul li a {
  color: #FFF;
  text-decoration: none;
}
/* line 93, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.bank {
  padding-top: 100px;
  text-align: center;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 10px;
  line-height: 30px;
  opacity: 0.8;
}
@media screen and (min-width: 620px) {
  /* line 93, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.bank {
    display: block;
    float: left;
    font-size: 12px;
    padding-top: 110px;
    width: 33.33%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 93, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.bank {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    line-height: 35px;
    padding-top: 0;
    text-align: left;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.bank:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 93, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.bank {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 10.96186%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.bank:last-child {
    margin-right: 0;
  }
}
/* line 121, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.bank a {
  display: block;
}
/* line 124, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.bank a:hover {
  text-decoration: underline;
}
/* line 132, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.legal {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 10px;
  line-height: 30px;
  opacity: 0.8;
  text-align: center;
}
@media screen and (min-width: 620px) {
  /* line 132, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.legal {
    display: block;
    float: right;
    font-size: 12px;
    padding-top: 110px;
    width: 33.33%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 132, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.legal {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    line-height: 35px;
    padding-top: 0;
    text-align: left;
    width: 13.962%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.legal:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 132, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.legal {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 10.96186%;
    width: 13.962%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.legal:last-child {
    margin-right: 0;
  }
}
/* line 161, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.legal a {
  display: block;
}
/* line 164, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.legal a.security-center {
  display: none;
}
@media screen and (min-width: 620px) {
  /* line 164, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.legal a.security-center {
    display: block;
  }
}
/* line 173, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.legal a:hover {
  text-decoration: underline;
}
/* line 181, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.utility {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 10px;
  line-height: 30px;
  opacity: 0.8;
  text-align: center;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.page-footer .footer-nav ul.utility::after {
  clear: both;
  content: "";
  display: block;
}
/* line 189, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.utility a {
  display: block;
}
/* line 192, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.utility a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 620px) {
  /* line 181, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.utility {
    display: block;
    float: left;
    font-size: 12px;
    padding-top: 110px;
    width: 33.33%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 181, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.utility {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    line-height: 35px;
    padding-top: 0;
    text-align: left;
    width: 13.962%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.utility:last-child {
    margin-right: 0;
  }
  /* line 213, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.utility a {
    display: inline;
    text-align: left;
  }
}
/* line 220, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.contact {
  left: 0;
  position: absolute;
  top: 104px;
  width: 100%;
}
@media screen and (min-width: 620px) {
  /* line 220, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.contact {
    top: 120px;
  }
}
@media screen and (min-width: 768px) {
  /* line 220, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.contact {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    left: auto;
    position: relative;
    top: auto;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.contact:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 220, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.contact {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 10.96186%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.contact:last-child {
    margin-right: 0;
  }
}
/* line 241, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.contact a {
  border-bottom: 1px solid #353535;
  border-top: 1px solid #353535;
  display: block;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 620px) {
  /* line 241, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.contact a {
    font-size: 16px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  /* line 241, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.contact a {
    border: none;
    font-size: 14px;
    line-height: 35px;
    text-align: left;
  }
}
/* line 264, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.social {
  text-align: center;
  width: 100%;
  left: 0;
  position: absolute;
  top: 120px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.page-footer .footer-nav ul.social::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 620px) {
  /* line 264, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social {
    top: 135px;
  }
}
@media screen and (min-width: 768px) {
  /* line 264, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    left: auto;
    position: relative;
    text-align: right;
    top: auto;
    width: 34.401%;
    float: right;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.social:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 264, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 36.40133%;
    margin-right: 0;
    width: 34.401%;
    float: right;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .page-footer .footer-nav ul.social:last-child {
    margin-right: 0;
  }
}
/* line 294, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.social li {
  display: inline-block;
}
/* line 298, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.social a {
  display: block;
  opacity: 0.8;
  overflow: hidden;
  text-indent: -9999px;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 768px) {
  /* line 298, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social a {
    text-indent: 9999px;
  }
}
/* line 309, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.social a:hover {
  opacity: 0.9;
}
/* line 313, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.social a.fb {
  background: url(../img/footer/social-icon-fb.svg) no-repeat;
  background-size: 14px 30px;
  height: 30px;
  width: 14px;
}
/* line 319, ../_sass/_includes/_global/_footer.scss */
.oldie .page-footer .footer-nav ul.social a.fb {
  background-image: url(../img/footer/social-icon-fb.png);
}
/* line 323, ../_sass/_includes/_global/_footer.scss */
.ie8 .page-footer .footer-nav ul.social a.fb {
  background-image: url(../img/footer/social-icon-fb-ie.png);
}
@media screen and (min-width: 768px) {
  /* line 313, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social a.fb {
    background-size: 10px 23px;
    height: 23px;
    width: 10px;
  }
  /* line 332, ../_sass/_includes/_global/_footer.scss */
  .ie8 .page-footer .footer-nav ul.social a.fb {
    background-image: url(../img/footer/social-icon-fb-ie-768.png);
  }
}
/* line 339, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.social a.tw {
  background: url(../img/footer/social-icon-tw.svg) no-repeat;
  background-size: 27px 25px;
  height: 25px;
  margin-left: 35px;
  margin-right: 26px;
  width: 27px;
}
/* line 347, ../_sass/_includes/_global/_footer.scss */
.oldie .page-footer .footer-nav ul.social a.tw {
  background-image: url(../img/footer/social-icon-tw.png);
}
/* line 351, ../_sass/_includes/_global/_footer.scss */
.ie8 .page-footer .footer-nav ul.social a.tw {
  background-image: url(../img/footer/social-icon-tw-ie.png);
}
@media screen and (min-width: 620px) {
  /* line 339, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social a.tw {
    margin-left: 18px;
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  /* line 339, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social a.tw {
    background-size: 22px 21px;
    height: 21px;
    margin-left: 25px;
    margin-right: 19px;
    width: 22px;
  }
  /* line 367, ../_sass/_includes/_global/_footer.scss */
  .ie8 .page-footer .footer-nav ul.social a.tw {
    background-image: url(../img/footer/social-icon-tw-ie-768.png);
  }
}
/* line 374, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.social a.li {
  background: url(../img/footer/social-icon-li.svg) no-repeat;
  background-size: 27px 29px;
  height: 29px;
  width: 27px;
}
/* line 380, ../_sass/_includes/_global/_footer.scss */
.oldie .page-footer .footer-nav ul.social a.li {
  background-image: url(../img/footer/social-icon-li.png);
}
/* line 384, ../_sass/_includes/_global/_footer.scss */
.ie8 .page-footer .footer-nav ul.social a.li {
  background-image: url(../img/footer/social-icon-li-ie.png);
}
@media screen and (min-width: 768px) {
  /* line 374, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social a.li {
    background-size: 22px 23px;
    height: 23px;
    width: 22px;
  }
  /* line 393, ../_sass/_includes/_global/_footer.scss */
  .ie8 .page-footer .footer-nav ul.social a.li {
    background-image: url(../img/footer/social-icon-li-ie-768.png);
  }
}
/* line 401, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav ul.social a.ig {
  background: url(../img/footer/social-icon-ig.svg) no-repeat;
  background-size: 26px 26px;
  height: 26px;
  margin-left: 30px;
  width: 26px;
}
/* line 408, ../_sass/_includes/_global/_footer.scss */
.oldie .page-footer .footer-nav ul.social a.ig {
  background-image: url(../img/footer/social-icon-ig.png);
}
/* line 412, ../_sass/_includes/_global/_footer.scss */
.ie8 .page-footer .footer-nav ul.social a.ig {
  background-image: url(../img/footer/social-icon-ig-ie.png);
}
@media screen and (min-width: 620px) {
  /* line 401, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social a.ig {
    margin-left: 18px;
  }
}
@media screen and (min-width: 768px) {
  /* line 401, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav ul.social a.ig {
    background-size: 20px 20px;
    height: 20px;
    margin-left: 24px;
    width: 20px;
  }
}
/* line 431, ../_sass/_includes/_global/_footer.scss */
.page-footer .footer-nav .copyright {
  clear: left;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 10px;
  line-height: 40px;
  margin: 0;
  padding-top: 60px;
  margin-bottom: 20px;
  opacity: 0.8;
  text-align: center;
}
@media screen and (min-width: 620px) {
  /* line 431, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav .copyright {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  /* line 431, ../_sass/_includes/_global/_footer.scss */
  .page-footer .footer-nav .copyright {
    text-align: right;
  }
}
/* line 452, ../_sass/_includes/_global/_footer.scss */
.page-footer div.legal {
  border-top: 1px solid #353535;
  margin: 0 20px;
  padding-bottom: 80px;
  padding-top: 10px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.page-footer div.legal::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 452, ../_sass/_includes/_global/_footer.scss */
  .page-footer div.legal {
    font-size: 12px;
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 30px;
  }
}
/* line 466, ../_sass/_includes/_global/_footer.scss */
.page-footer div.legal img {
  display: block;
  float: left;
  clear: both;
  margin-left: 5px;
}
/* line 473, ../_sass/_includes/_global/_footer.scss */
.page-footer div.legal .fdic-image {
  height: 19px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  /* line 473, ../_sass/_includes/_global/_footer.scss */
  .page-footer div.legal .fdic-image {
    height: 38px;
    width: 60px;
  }
}
/* line 483, ../_sass/_includes/_global/_footer.scss */
.page-footer div.legal .ehl-image {
  height: 34px;
  width: 34px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 483, ../_sass/_includes/_global/_footer.scss */
  .page-footer div.legal .ehl-image {
    height: 60px;
    width: 60px;
  }
}
/* line 494, ../_sass/_includes/_global/_footer.scss */
.page-footer div.legal .fine-print {
  margin-left: 50px;
}
@media screen and (min-width: 768px) {
  /* line 494, ../_sass/_includes/_global/_footer.scss */
  .page-footer div.legal .fine-print {
    margin-left: 100px;
  }
}
/* line 501, ../_sass/_includes/_global/_footer.scss */
.page-footer div.legal .fine-print p {
  font-size: 8px;
  line-height: 10px;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  /* line 501, ../_sass/_includes/_global/_footer.scss */
  .page-footer div.legal .fine-print p {
    font-size: 11px;
    line-height: 14px;
  }
}
/* line 512, ../_sass/_includes/_global/_footer.scss */
.page-footer div.legal .fine-print p:first-child {
  margin-top: 0;
}

/* line 522, ../_sass/_includes/_global/_footer.scss */
.home .page-footer {
  margin-top: 0;
}

/* line 526, ../_sass/_includes/_global/_footer.scss */
.admin-menu .footer-nav ul.social {
  top: 20px;
}
@media screen and (min-width: 768px) {
  /* line 526, ../_sass/_includes/_global/_footer.scss */
  .admin-menu .footer-nav ul.social {
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1, ../_sass/_includes/_global/_forms.scss */
  .node-type-webform .content-article .content-main {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* line 10, ../_sass/_includes/_global/_forms.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 1rem 0;
}
/* line 15, ../_sass/_includes/_global/_forms.scss */
fieldset legend {
  width: 100%;
}
/* line 19, ../_sass/_includes/_global/_forms.scss */
fieldset fieldset .fieldset-legend {
  background-color: #777;
}

/* line 24, ../_sass/_includes/_global/_forms.scss */
.fieldset-description {
  padding: 0.5rem;
}

/* line 28, ../_sass/_includes/_global/_forms.scss */
.fieldset-legend {
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  color: #FFF;
  background-color: #999;
  font-size: 1.2rem;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}

/* line 38, ../_sass/_includes/_global/_forms.scss */
.fieldset-wrapper {
  padding: 0;
  margin: 0;
}

/* line 43, ../_sass/_includes/_global/_forms.scss */
.another.form-wrapper .fieldset-legend {
  background-color: #666;
  padding: 0.25rem 1rem;
  font-size: 1rem;
}

/* line 50, ../_sass/_includes/_global/_forms.scss */
.button-primary,
.button-secondary,
.nw-webform-add-another {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  color: #FFF !important;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0.25rem;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #00843D;
  line-height: 1;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.button-primary:hover,
.button-secondary:hover,
.nw-webform-add-another:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.button-primary:focus,
.button-secondary:focus,
.nw-webform-add-another:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 68, ../_sass/_includes/_global/_forms.scss */
.button-primary:hover,
.button-secondary:hover,
.nw-webform-add-another:hover {
  background-color: #e5ffd6;
}
/* line 73, ../_sass/_includes/_global/_forms.scss */
.button-primary:disabled, .button-primary.disabled,
.button-secondary:disabled,
.button-secondary.disabled,
.nw-webform-add-another:disabled,
.nw-webform-add-another.disabled {
  background-color: #888 !important;
}

/* line 79, ../_sass/_includes/_global/_forms.scss */
.nw-webform-add-another {
  font-size: 1rem;
  text-transform: capitalize;
}

/* line 84, ../_sass/_includes/_global/_forms.scss */
.webform-previous,
.button-reset {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0.3rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #00843D;
  border: none;
  background-color: transparent;
}
/* line 95, ../_sass/_includes/_global/_forms.scss */
.webform-previous:hover,
.button-reset:hover {
  color: #00843D;
}

/* line 101, ../_sass/_includes/_global/_forms.scss */
.form-actions {
  text-align: center;
  padding: 0.5rem 0;
}

/* line 107, ../_sass/_includes/_global/_forms.scss */
.webform-component {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: left;
}
/* line 114, ../_sass/_includes/_global/_forms.scss */
.webform-component:nth-child(even) {
  background-color: #e9ebec;
}
/* line 118, ../_sass/_includes/_global/_forms.scss */
.webform-component label:not(.element-invisible) {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-weight: 500;
}
/* line 123, ../_sass/_includes/_global/_forms.scss */
.webform-component .form-required {
  color: red;
}
/* line 127, ../_sass/_includes/_global/_forms.scss */
.webform-component .description {
  font-size: 0.9rem;
  color: #555;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.webform-component-textfield::after,
.webform-component-number::after,
.webform-component-phone::after,
.webform-component-select::after,
.webform-component-date::after,
.webform-component-email::after {
  clear: both;
  content: "";
  display: block;
}
/* line 141, ../_sass/_includes/_global/_forms.scss */
.webform-component-textfield label:not(.element-invisible),
.webform-component-number label:not(.element-invisible),
.webform-component-phone label:not(.element-invisible),
.webform-component-select label:not(.element-invisible),
.webform-component-date label:not(.element-invisible),
.webform-component-email label:not(.element-invisible) {
  display: block;
  width: 280px;
  float: left;
  clear: none;
  text-align: right;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  /* line 141, ../_sass/_includes/_global/_forms.scss */
  .webform-component-textfield label:not(.element-invisible),
  .webform-component-number label:not(.element-invisible),
  .webform-component-phone label:not(.element-invisible),
  .webform-component-select label:not(.element-invisible),
  .webform-component-date label:not(.element-invisible),
  .webform-component-email label:not(.element-invisible) {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.25rem;
  }
}
/* line 159, ../_sass/_includes/_global/_forms.scss */
.webform-component-textfield input[type=text],
.webform-component-textfield input[type=tel],
.webform-component-textfield input[type=email],
.webform-component-textfield input[type=date],
.webform-component-textfield .form-text,
.webform-component-textfield .form-number,
.webform-component-textfield textarea,
.webform-component-textfield select,
.webform-component-number input[type=text],
.webform-component-number input[type=tel],
.webform-component-number input[type=email],
.webform-component-number input[type=date],
.webform-component-number .form-text,
.webform-component-number .form-number,
.webform-component-number textarea,
.webform-component-number select,
.webform-component-phone input[type=text],
.webform-component-phone input[type=tel],
.webform-component-phone input[type=email],
.webform-component-phone input[type=date],
.webform-component-phone .form-text,
.webform-component-phone .form-number,
.webform-component-phone textarea,
.webform-component-phone select,
.webform-component-select input[type=text],
.webform-component-select input[type=tel],
.webform-component-select input[type=email],
.webform-component-select input[type=date],
.webform-component-select .form-text,
.webform-component-select .form-number,
.webform-component-select textarea,
.webform-component-select select,
.webform-component-date input[type=text],
.webform-component-date input[type=tel],
.webform-component-date input[type=email],
.webform-component-date input[type=date],
.webform-component-date .form-text,
.webform-component-date .form-number,
.webform-component-date textarea,
.webform-component-date select,
.webform-component-email input[type=text],
.webform-component-email input[type=tel],
.webform-component-email input[type=email],
.webform-component-email input[type=date],
.webform-component-email .form-text,
.webform-component-email .form-number,
.webform-component-email textarea,
.webform-component-email select {
  float: left;
  clear: right;
  padding: 0.35rem;
  border: 1px solid #ccc;
  color: #222;
  font-size: 1rem;
  outline: none;
  border-radius: 3px;
}
/* line 176, ../_sass/_includes/_global/_forms.scss */
.webform-component-textfield input[type=text].error,
.webform-component-textfield input[type=tel].error,
.webform-component-textfield input[type=email].error,
.webform-component-textfield input[type=date].error,
.webform-component-textfield .form-text.error,
.webform-component-textfield .form-number.error,
.webform-component-textfield textarea.error,
.webform-component-textfield select.error,
.webform-component-number input[type=text].error,
.webform-component-number input[type=tel].error,
.webform-component-number input[type=email].error,
.webform-component-number input[type=date].error,
.webform-component-number .form-text.error,
.webform-component-number .form-number.error,
.webform-component-number textarea.error,
.webform-component-number select.error,
.webform-component-phone input[type=text].error,
.webform-component-phone input[type=tel].error,
.webform-component-phone input[type=email].error,
.webform-component-phone input[type=date].error,
.webform-component-phone .form-text.error,
.webform-component-phone .form-number.error,
.webform-component-phone textarea.error,
.webform-component-phone select.error,
.webform-component-select input[type=text].error,
.webform-component-select input[type=tel].error,
.webform-component-select input[type=email].error,
.webform-component-select input[type=date].error,
.webform-component-select .form-text.error,
.webform-component-select .form-number.error,
.webform-component-select textarea.error,
.webform-component-select select.error,
.webform-component-date input[type=text].error,
.webform-component-date input[type=tel].error,
.webform-component-date input[type=email].error,
.webform-component-date input[type=date].error,
.webform-component-date .form-text.error,
.webform-component-date .form-number.error,
.webform-component-date textarea.error,
.webform-component-date select.error,
.webform-component-email input[type=text].error,
.webform-component-email input[type=tel].error,
.webform-component-email input[type=email].error,
.webform-component-email input[type=date].error,
.webform-component-email .form-text.error,
.webform-component-email .form-number.error,
.webform-component-email textarea.error,
.webform-component-email select.error {
  border: 2px solid red;
}
@media screen and (max-width: 768px) {
  /* line 159, ../_sass/_includes/_global/_forms.scss */
  .webform-component-textfield input[type=text],
  .webform-component-textfield input[type=tel],
  .webform-component-textfield input[type=email],
  .webform-component-textfield input[type=date],
  .webform-component-textfield .form-text,
  .webform-component-textfield .form-number,
  .webform-component-textfield textarea,
  .webform-component-textfield select,
  .webform-component-number input[type=text],
  .webform-component-number input[type=tel],
  .webform-component-number input[type=email],
  .webform-component-number input[type=date],
  .webform-component-number .form-text,
  .webform-component-number .form-number,
  .webform-component-number textarea,
  .webform-component-number select,
  .webform-component-phone input[type=text],
  .webform-component-phone input[type=tel],
  .webform-component-phone input[type=email],
  .webform-component-phone input[type=date],
  .webform-component-phone .form-text,
  .webform-component-phone .form-number,
  .webform-component-phone textarea,
  .webform-component-phone select,
  .webform-component-select input[type=text],
  .webform-component-select input[type=tel],
  .webform-component-select input[type=email],
  .webform-component-select input[type=date],
  .webform-component-select .form-text,
  .webform-component-select .form-number,
  .webform-component-select textarea,
  .webform-component-select select,
  .webform-component-date input[type=text],
  .webform-component-date input[type=tel],
  .webform-component-date input[type=email],
  .webform-component-date input[type=date],
  .webform-component-date .form-text,
  .webform-component-date .form-number,
  .webform-component-date textarea,
  .webform-component-date select,
  .webform-component-email input[type=text],
  .webform-component-email input[type=tel],
  .webform-component-email input[type=email],
  .webform-component-email input[type=date],
  .webform-component-email .form-text,
  .webform-component-email .form-number,
  .webform-component-email textarea,
  .webform-component-email select {
    float: none;
  }
}
/* line 185, ../_sass/_includes/_global/_forms.scss */
.webform-component-textfield .form-text,
.webform-component-textfield .form-number,
.webform-component-number .form-text,
.webform-component-number .form-number,
.webform-component-phone .form-text,
.webform-component-phone .form-number,
.webform-component-select .form-text,
.webform-component-select .form-number,
.webform-component-date .form-text,
.webform-component-date .form-number,
.webform-component-email .form-text,
.webform-component-email .form-number {
  max-width: 250px;
}
/* line 190, ../_sass/_includes/_global/_forms.scss */
.webform-component-textfield .field-prefix,
.webform-component-number .field-prefix,
.webform-component-phone .field-prefix,
.webform-component-select .field-prefix,
.webform-component-date .field-prefix,
.webform-component-email .field-prefix {
  float: left;
  clear: none;
  margin-top: 0.35rem;
  margin-right: 0.25rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  /* line 190, ../_sass/_includes/_global/_forms.scss */
  .webform-component-textfield .field-prefix,
  .webform-component-number .field-prefix,
  .webform-component-phone .field-prefix,
  .webform-component-select .field-prefix,
  .webform-component-date .field-prefix,
  .webform-component-email .field-prefix {
    float: none;
    margin-top: 0;
  }
}
/* line 203, ../_sass/_includes/_global/_forms.scss */
.webform-component-textfield .description,
.webform-component-number .description,
.webform-component-phone .description,
.webform-component-select .description,
.webform-component-date .description,
.webform-component-email .description {
  display: block;
  float: right;
  clear: both;
  width: calc(100% - 280px);
  padding-left: 1rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  /* line 203, ../_sass/_includes/_global/_forms.scss */
  .webform-component-textfield .description,
  .webform-component-number .description,
  .webform-component-phone .description,
  .webform-component-select .description,
  .webform-component-date .description,
  .webform-component-email .description {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

/* line 219, ../_sass/_includes/_global/_forms.scss */
.webform-component-date select {
  margin-right: 0.25rem;
}

/* line 225, ../_sass/_includes/_global/_forms.scss */
.webform-component-radios .form-type-radio,
.webform-component-radios .form-type-checkbox,
.webform-component-checkboxes .form-type-radio,
.webform-component-checkboxes .form-type-checkbox {
  margin: 0.5rem 0;
}
/* line 229, ../_sass/_includes/_global/_forms.scss */
.webform-component-radios .form-type-radio:first-child,
.webform-component-radios .form-type-checkbox:first-child,
.webform-component-checkboxes .form-type-radio:first-child,
.webform-component-checkboxes .form-type-checkbox:first-child {
  margin-top: 0;
}
/* line 233, ../_sass/_includes/_global/_forms.scss */
.webform-component-radios .form-type-radio:last-child,
.webform-component-radios .form-type-checkbox:last-child,
.webform-component-checkboxes .form-type-radio:last-child,
.webform-component-checkboxes .form-type-checkbox:last-child {
  margin-bottom: 0;
}
/* line 238, ../_sass/_includes/_global/_forms.scss */
.webform-component-radios .form-radio,
.webform-component-radios .form-checkbox,
.webform-component-checkboxes .form-radio,
.webform-component-checkboxes .form-checkbox {
  margin-right: 0.5rem;
}

/* line 245, ../_sass/_includes/_global/_forms.scss */
.webform-component-markup ul, .webform-component-markup ol {
  padding-left: 2rem;
}
/* line 248, ../_sass/_includes/_global/_forms.scss */
.webform-component-markup ul li, .webform-component-markup ol li {
  margin: 0.5rem 0;
}
/* line 251, ../_sass/_includes/_global/_forms.scss */
.webform-component-markup ul li:first-child, .webform-component-markup ol li:first-child {
  margin-top: 0;
}
/* line 255, ../_sass/_includes/_global/_forms.scss */
.webform-component-markup ul li:last-child, .webform-component-markup ol li:last-child {
  margin-bottom: 0;
}
/* line 262, ../_sass/_includes/_global/_forms.scss */
.webform-component-markup p:first-child {
  margin-top: 0;
}
/* line 266, ../_sass/_includes/_global/_forms.scss */
.webform-component-markup p:last-child {
  margin-bottom: 0;
}

/* line 274, ../_sass/_includes/_global/_forms.scss */
.webform-component--ApplicantHousingArrangement > label {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
/* line 281, ../_sass/_includes/_global/_forms.scss */
.webform-component--ApplicantHousingArrangement .form-radios .form-type-radio {
  display: block;
  width: 100%;
}
/* line 285, ../_sass/_includes/_global/_forms.scss */
.webform-component--ApplicantHousingArrangement .form-radios .form-type-radio .form-radio {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  /* line 291, ../_sass/_includes/_global/_forms.scss */
  .webform-component--ApplicantHousingArrangement > label {
    padding-left: 300px;
  }
  /* line 295, ../_sass/_includes/_global/_forms.scss */
  .webform-component--ApplicantHousingArrangement .form-radios .form-item {
    margin-left: 300px;
  }
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.radio-columns-wrap::after {
  clear: both;
  content: "";
  display: block;
}
/* line 304, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component-markup,
.radio-columns-wrap .question-column {
  float: left;
  clear: both;
  width: calc(100% - 360px);
  padding: 0.5rem;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  /* line 304, ../_sass/_includes/_global/_forms.scss */
  .radio-columns-wrap .webform-component-markup,
  .radio-columns-wrap .question-column {
    width: 100%;
  }
}
/* line 317, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component-radios,
.radio-columns-wrap .radio-column {
  float: right;
  clear: none;
  width: 180px;
  padding: 0.5rem;
  background-color: transparent;
  text-align: center;
}
/* line 326, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component-radios:nth-of-type(3n+3),
.radio-columns-wrap .radio-column:nth-of-type(3n+3) {
  background-color: #e9ebec;
}
/* line 330, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component-radios .form-type-radio,
.radio-columns-wrap .radio-column .form-type-radio {
  display: inline-block;
  margin: 0;
}
/* line 334, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component-radios .form-type-radio .form-radio,
.radio-columns-wrap .radio-column .form-type-radio .form-radio {
  margin-right: 0.15rem;
}
/* line 338, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component-radios .form-type-radio:first-child,
.radio-columns-wrap .radio-column .form-type-radio:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  /* line 317, ../_sass/_includes/_global/_forms.scss */
  .radio-columns-wrap .webform-component-radios,
  .radio-columns-wrap .radio-column {
    width: 50%;
  }
}
/* line 348, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component--yesno-column-headers {
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
  background-color: #777;
  color: #FFF;
  font-weight: bold;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.radio-columns-wrap .webform-component--yesno-column-headers::after {
  clear: both;
  content: "";
  display: block;
}
/* line 359, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component--yesno-column-headers .radio-column {
  background-color: #777;
}
/* line 364, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component--DownPayment,
.radio-columns-wrap .webform-component--LoanPurpose {
  width: 100%;
  float: none;
  clear: both;
  display: block;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* line 375, ../_sass/_includes/_global/_forms.scss */
  .radio-columns-wrap .webform-component--DownPayment .form-type-radio,
  .radio-columns-wrap .webform-component--LoanPurpose .form-type-radio {
    display: block;
    margin: 0.25rem;
    margin-left: 1rem;
  }
}
/* line 383, ../_sass/_includes/_global/_forms.scss */
.radio-columns-wrap .webform-component--DownPayment {
  background-color: #e9ebec;
}

@media screen and (max-width: 768px) {
  /* line 390, ../_sass/_includes/_global/_forms.scss */
  .node-webform .webform-component--IndividualOrJoint .form-type-radio {
    display: block;
    margin: 0.25rem;
    margin-left: 1rem;
  }
}

/* line 399, ../_sass/_includes/_global/_forms.scss */
.node-webform .webform-component--disclosures {
  background-color: #FFF;
  padding: 0;
}
/* line 403, ../_sass/_includes/_global/_forms.scss */
.node-webform .webform-component--disclosures h1, .node-webform .webform-component--disclosures h2, .node-webform .webform-component--disclosures h3, .node-webform .webform-component--disclosures h4 {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}

/* line 410, ../_sass/_includes/_global/_forms.scss */
.disclosures-table {
  width: 100%;
}
/* line 413, ../_sass/_includes/_global/_forms.scss */
.disclosures-table strong {
  /*color: $black; */
}
/* line 417, ../_sass/_includes/_global/_forms.scss */
.disclosures-table h3, .disclosures-table h4 {
  margin: 0.5rem 0;
}
/* line 420, ../_sass/_includes/_global/_forms.scss */
.disclosures-table h3:first-child, .disclosures-table h4:first-child {
  margin-top: 0;
}
/* line 425, ../_sass/_includes/_global/_forms.scss */
.disclosures-table p:first-child {
  margin-top: 0;
}
/* line 429, ../_sass/_includes/_global/_forms.scss */
.disclosures-table p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 434, ../_sass/_includes/_global/_forms.scss */
  .disclosures-table tr:nth-child(even) {
    background-color: #e9ebec;
  }
}
/* line 440, ../_sass/_includes/_global/_forms.scss */
.disclosures-table td {
  display: block;
  padding: 0.5rem;
  vertical-align: top;
}
/* line 445, ../_sass/_includes/_global/_forms.scss */
.disclosures-table td:first-child {
  font-weight: bold;
  background-color: #666;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  /* line 440, ../_sass/_includes/_global/_forms.scss */
  .disclosures-table td {
    display: table-cell;
    vertical-align: top;
  }
  /* line 455, ../_sass/_includes/_global/_forms.scss */
  .disclosures-table td:first-child {
    font-weight: normal;
    background-color: transparent;
    color: #444;
  }
  /* line 461, ../_sass/_includes/_global/_forms.scss */
  .disclosures-table td:nth-child(2) {
    width: 75%;
    padding-left: 2rem;
  }
}
/* line 468, ../_sass/_includes/_global/_forms.scss */
.disclosures-table .single-column {
  width: 100%;
  background-color: #FFF !important;
  color: #444 !important;
}
/* line 474, ../_sass/_includes/_global/_forms.scss */
.disclosures-table .heading {
  padding: 0;
  padding-top: 0.5rem;
}
/* line 478, ../_sass/_includes/_global/_forms.scss */
.disclosures-table .heading h2 {
  margin: 0.5rem 0;
  margin-bottom: 0;
  padding: 0.5rem;
  background-color: #545454;
  color: #FFF;
}

/* line 488, ../_sass/_includes/_global/_forms.scss */
.disclosures-list {
  list-style: none;
}
/* line 491, ../_sass/_includes/_global/_forms.scss */
.disclosures-list li {
  margin-top: 1rem;
}

/* line 496, ../_sass/_includes/_global/_forms.scss */
.webform-component-textarea .form-textarea-wrapper textarea {
  width: 100%;
}

/* line 501, ../_sass/_includes/_global/_forms.scss */
.page-node.node-type-page.content .node-webform a[href*="/indirect-"] {
  display: none;
}

/* line 506, ../_sass/_includes/_global/_forms.scss */
#nw-zip-validate-form {
  /*text-align: center;*/
}
/* line 509, ../_sass/_includes/_global/_forms.scss */
#nw-zip-validate-form label[for*="edit-zipcode"] {
  margin: 15px;
}
/* line 513, ../_sass/_includes/_global/_forms.scss */
#nw-zip-validate-form input#edit-zipcode {
  /*margin: 0 auto;*/
  margin: 15px;
}
/* line 518, ../_sass/_includes/_global/_forms.scss */
#nw-zip-validate-form .button-primary {
  margin: 15px;
}

/* line 523, ../_sass/_includes/_global/_forms.scss */
.smaller-webform-field {
  width: 100%;
}

/* line 527, ../_sass/_includes/_global/_forms.scss */
.smaller-webform-field-dollar {
  width: 90%;
}

/* line 531, ../_sass/_includes/_global/_forms.scss */
.hide-fieldset {
  display: none;
}

/* line 536, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2717 .webform-component--social-security-wrapper {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  /* line 536, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper {
    max-height: 80px;
  }
}
/* line 543, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-two {
  transform: translate(35%, -99%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 543, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-two {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 543, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-two {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 543, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-two {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 543, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-two {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 543, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-two {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 543, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-two {
    transform: translate(17%, -99%);
  }
}
/* line 573, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-three {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 573, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-three {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 573, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-three {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 573, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-three {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 573, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-three {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 573, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-three {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 573, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2717 .webform-component--social-security-wrapper .webform-component--ssn-three {
    transform: translate(32%, -199%);
  }
}

/* line 605, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrapper {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  /* line 605, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper {
    max-height: 80px;
  }
}
/* line 612, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
  transform: translate(35%, -99%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 612, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 612, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 612, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 612, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 612, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 612, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(17%, -99%);
  }
}
/* line 636, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 636, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 636, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 636, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 636, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 636, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 636, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(32%, -199%);
  }
}

/* line 662, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrap {
  max-height: 60px;
  background-color: #e9ebec;
}
@media screen and (max-width: 768px) {
  /* line 662, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap {
    max-height: 80px;
  }
}
/* line 670, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
  transform: translate(35%, -99%);
  padding-left: 0;
  background: none;
}
@media screen and (max-width: 1210px) {
  /* line 670, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 670, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 670, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 670, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 670, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 670, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(17%, -99%);
  }
}
/* line 695, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 695, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 695, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 695, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 695, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 695, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 695, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(32%, -199%);
  }
}

/* line 727, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrapper-confirm {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  /* line 727, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm {
    max-height: 80px;
  }
}
/* line 734, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
  transform: translate(35%, -99%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 734, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 734, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 734, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 734, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 734, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 734, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(17%, -99%);
  }
}
/* line 758, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 758, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 758, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 758, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 758, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 758, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 758, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(32%, -199%);
  }
}

/* line 784, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrap-confirm {
  max-height: 60px;
  background-color: #e9ebec;
}
@media screen and (max-width: 768px) {
  /* line 784, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm {
    max-height: 80px;
  }
}
/* line 792, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
  transform: translate(35%, -99%);
  padding-left: 0;
  background: none;
}
@media screen and (max-width: 1210px) {
  /* line 792, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 792, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 792, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 792, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 792, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 792, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(17%, -99%);
  }
}
/* line 817, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 817, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 817, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 817, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 817, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 817, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 817, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2705 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(32%, -199%);
  }
}

/* line 849, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrapper {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  /* line 849, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper {
    max-height: 80px;
  }
}
/* line 856, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
  transform: translate(35%, -99%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 856, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 856, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 856, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 856, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 856, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 856, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-two {
    transform: translate(17%, -99%);
  }
}
/* line 880, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 880, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 880, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 880, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 880, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 880, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 880, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper .webform-component--app-ssn-three {
    transform: translate(32%, -199%);
  }
}

/* line 906, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrap {
  max-height: 60px;
  background-color: #e9ebec;
}
@media screen and (max-width: 768px) {
  /* line 906, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap {
    max-height: 80px;
  }
}
/* line 914, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
  transform: translate(35%, -99%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 914, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 914, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 914, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 914, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 914, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 914, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-two {
    transform: translate(17%, -99%);
  }
}
/* line 938, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 938, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 938, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 938, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 938, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 938, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 938, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap .webform-component--coapp-ssn-three {
    transform: translate(32%, -199%);
  }
}

/* line 970, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrapper-confirm {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  /* line 970, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm {
    max-height: 80px;
  }
}
/* line 977, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
  transform: translate(35%, -99%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 977, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 977, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 977, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 977, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 977, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 977, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-two-confirm {
    transform: translate(17%, -99%);
  }
}
/* line 1001, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 1001, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 1001, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 1001, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 1001, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 1001, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 1001, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrapper-confirm .webform-component--app-ssn-three-confirm {
    transform: translate(32%, -199%);
  }
}

/* line 1027, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrap-confirm {
  max-height: 60px;
  background-color: #e9ebec;
}
@media screen and (max-width: 768px) {
  /* line 1027, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm {
    max-height: 80px;
  }
}
/* line 1035, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
  transform: translate(35%, -99%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 1035, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(38%, -99%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 1035, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(40%, -99%);
  }
}
@media screen and (max-width: 991px) {
  /* line 1035, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(44%, -99%);
  }
}
@media screen and (max-width: 910px) {
  /* line 1035, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(48%, -99%);
  }
}
@media screen and (max-width: 800px) {
  /* line 1035, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(57%, -99%);
  }
}
@media screen and (max-width: 768px) {
  /* line 1035, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-two-confirm {
    transform: translate(17%, -99%);
  }
}
/* line 1059, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
  transform: translate(42%, -199%);
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 1210px) {
  /* line 1059, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(45%, -199%);
  }
}
@media screen and (max-width: 1070px) {
  /* line 1059, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(48%, -199%);
  }
}
@media screen and (max-width: 991px) {
  /* line 1059, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(52%, -199%);
  }
}
@media screen and (max-width: 910px) {
  /* line 1059, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(57%, -199%);
  }
}
@media screen and (max-width: 800px) {
  /* line 1059, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(70%, -199%);
  }
}
@media screen and (max-width: 768px) {
  /* line 1059, ../_sass/_includes/_global/_forms.scss */
  #webform-client-form-2706 .webform-component--social-security-wrap-confirm .webform-component--coapp-ssn-three-confirm {
    transform: translate(32%, -199%);
  }
}

/* line 1091, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--app-ssn-one-confirm {
  background-color: #e9ebec;
}
/* line 1095, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--coapp-ssn-one {
  background-color: #e9ebec;
}
/* line 1099, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--coapp-ssn-one-confirm {
  background-color: #ffffff;
}
/* line 1103, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--UnsecuredLoanSpecialTerm {
  background-color: #e9ebec;
}
/* line 1108, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--UnsecuredLoanTerm .field-suffix {
  width: 60px;
  float: left;
  clear: none;
  text-align: right;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
}
/* line 1119, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2705 .webform-component--UnsecuredLoanSpecialTerm .field-suffix {
  width: 60px;
  float: left;
  clear: none;
  text-align: right;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
}

/* line 1132, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--app-ssn-one-confirm {
  background-color: #e9ebec;
}
/* line 1136, ../_sass/_includes/_global/_forms.scss */
#webform-client-form-2706 .webform-component--coapp-ssn-one-confirm {
  background-color: #ffffff;
}

/* line 1141, ../_sass/_includes/_global/_forms.scss */
#ssnMatch {
  position: absolute;
  left: 50%;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article::after {
  clear: both;
  content: "";
  display: block;
}
/* line 4, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-top {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 4, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-top {
    margin-top: 90px;
  }
}
/* line 12, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-hero {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 250px;
}
@media screen and (min-width: 620px) {
  /* line 12, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-hero {
    height: 360px;
  }
}
@media screen and (min-width: 860px) {
  /* line 12, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-hero {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1000px) {
  /* line 12, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-hero {
    background-size: 100%;
    height: 400px;
  }
}
@media screen and (min-width: 1160px) {
  /* line 12, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-hero {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1440px) {
  /* line 12, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-hero {
    height: 480px;
  }
}
/* line 39, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-hero img {
  display: none;
}
/* line 46, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-main,
.content-article .content-bottom
.content-primary {
  margin: auto;
  padding: 0 0.5em;
  width: 100%;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main a:hover,
.content-article .content-bottom
.content-primary a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main a:focus,
.content-article .content-bottom
.content-primary a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main .learn > a.green-link:hover,
.content-article .content-bottom
.content-primary .learn > a.green-link:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main .learn > a.green-link:focus,
.content-article .content-bottom
.content-primary .learn > a.green-link:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main .apply > a.green-button:hover,
.content-article .content-bottom
.content-primary .apply > a.green-button:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main .apply > a.green-button:focus,
.content-article .content-bottom
.content-primary .apply > a.green-button:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main .plan-module__intro > a:hover,
.content-article .content-bottom
.content-primary .plan-module__intro > a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main .plan-module__intro > a:focus,
.content-article .content-bottom
.content-primary .plan-module__intro > a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main .animated-grid__static-content > a:hover,
.content-article .content-bottom
.content-primary .animated-grid__static-content > a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-main .animated-grid__static-content > a:focus,
.content-article .content-bottom
.content-primary .animated-grid__static-content > a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
@media screen and (min-width: 768px) {
  /* line 46, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-main,
  .content-article .content-bottom
  .content-primary {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    padding: 0 1em;
    width: 90%;
  }
  /* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
  .content-article .content-main::after,
  .content-article .content-bottom
  .content-primary::after {
    clear: both;
    content: "";
    display: block;
  }
}
/* line 77, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-summary {
  border-bottom: 1px solid #e0dedd;
  padding-top: 16px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-summary::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 77, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary {
    border-color: #a39d99;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 77, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary {
    margin-bottom: 24px;
  }
}
/* line 92, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-summary h1, .content-article .content-summary h2, .content-article .content-summary p {
  margin-bottom: 24px;
}
/* line 96, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-summary h1 {
  color: #00843D;
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin: 0em;
  padding: 0em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 96, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary h1 {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  /* line 96, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary h1 {
    font-size: 40px;
    line-height: 72px;
  }
}
/* line 116, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-summary h2 {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  margin: 0em;
  margin-bottom: 1em;
  padding: 0em;
  padding-bottom: 1em;
  border-bottom: 1px solid #a39d99;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 116, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  /* line 116, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary h2 {
    color: #00843D;
    font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
    font-size: 24px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 116, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary h2 {
    margin-bottom: 50px;
  }
}
/* line 146, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-summary p {
  color: #000;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  /* line 146, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary p {
    font-size: 16px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 146, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-summary p {
    font-size: 20px;
    line-height: 28px;
  }
}
/* line 162, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary {
  display: block;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-primary::after {
  clear: both;
  content: "";
  display: block;
}
/* line 165, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
.content-article .content-primary .content:last-child {
  margin-right: 0;
}
/* line 168, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .content .accordion.content-width {
  border-left: 1px solid #c6c3c1;
  border-right: 1px solid #c6c3c1;
}
@media screen and (min-width: 768px) {
  /* line 174, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary.with-sidebar .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .content-article .content-primary.with-sidebar .content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 174, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary.with-sidebar .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .content-article .content-primary.with-sidebar .content:last-child {
    margin-right: 0;
  }
}
/* line 187, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic h1 {
  font-weight: 400;
  font-size: 2em;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 193, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic h2 {
  font: normal 500 22px/30px "Fedra Serif Std A - Book", Georgia, sans-serif;
  font-stretch: normal;
  margin: 0;
  margin-top: 1em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 193, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 193, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
/* line 210, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic h3 {
  color: #545454;
  font: normal 300 18px/24px "Fedra Sans Alt Std - Book", Arial, sans-serif;
  margin: 0em;
  padding: 0em;
}
@media screen and (min-width: 768px) {
  /* line 210, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 210, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 226, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic p {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
}
/* line 231, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic p,
.content-article .content-primary .blob.generic li {
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  /* line 231, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic p,
  .content-article .content-primary .blob.generic li {
    line-height: 22px;
  }
}
/* line 240, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic img.inline {
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto 24px;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  /* line 240, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic img.inline {
    float: left;
    margin: 0 0.809em 12px 0;
    max-width: 12.7074em;
  }
}
@media screen and (min-width: 1000px) {
  /* line 240, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic img.inline {
    max-width: 16.9432em;
  }
}
/* line 257, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic dl {
  margin-bottom: 24px;
}
/* line 261, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic dt {
  border-bottom: 1px dotted #ccc;
  color: #000;
  font: normal 400 16px/22px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 261, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic dt {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 272, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic dd {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  /* line 272, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.generic dd {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 285, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.generic dd:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: 0;
  color: #00843D;
  font-size: 20px;
}
/* line 299, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0px 0px 3px #ccc;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 8px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-primary .blob.contact-card::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 299, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card {
    min-height: 130px;
    padding: 16px 12px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 299, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card {
    border-radius: 12px;
    max-width: 480px;
    padding: 16px 12px;
  }
}
/* line 320, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card img {
  border-radius: 50%;
  display: block;
  float: left;
  height: auto;
  max-width: 70px;
}
@media screen and (min-width: 768px) {
  /* line 320, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card img {
    max-width: 100px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 320, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card img {
    max-width: 120px;
  }
}
/* line 336, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card .info {
  margin-left: 90px;
}
@media screen and (min-width: 768px) {
  /* line 336, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card .info {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 336, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card .info {
    margin-left: 150px;
  }
}
/* line 348, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card h3 {
  color: black;
  font-size: 18px;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  /* line 348, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card h3 {
    font-size: 22px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 348, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card h3 {
    margin-top: .25em;
  }
}
/* line 364, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card h4 {
  color: #545454;
  font: normal 400 14px/18px "Fedra Sans Alt Std - Light", Arial, sans-serif;
  margin-bottom: 3px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  /* line 364, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 376, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card .email {
  color: #00843D;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: .5em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  /* line 376, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card .email {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 376, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card .email {
    font-size: 16px;
    margin-top: 1em;
  }
}
/* line 393, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card .email:hover {
  text-decoration: underline;
}
/* line 398, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card .tel {
  color: #EADA24;
  display: block;
  font: normal 500 16px/18px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  text-decoration: none;
}
/* line 403, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.contact-card .tel:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  /* line 398, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card .tel {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 398, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.contact-card .tel {
    font-size: 22px;
    line-height: 28px;
  }
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-primary .blob.quote::after {
  clear: both;
  content: "";
  display: block;
}
/* line 421, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.quote img {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 421, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote img {
    display: block;
    float: left;
    margin-bottom: 0.809em;
    margin-right: 0.809em;
    max-width: 12.7074em;
  }
}
@media screen and (min-width: 1000px) {
  /* line 421, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote img {
    max-width: 16.9432em;
  }
}
@media screen and (min-width: 768px) {
  /* line 437, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote img + .details {
    margin-left: 13.5164em;
  }
}
@media screen and (min-width: 1000px) {
  /* line 437, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote img + .details {
    margin-left: 17.7522em;
  }
}
/* line 447, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.quote .details {
  border-bottom: 2px solid #f1eeee;
  border-top: 2px solid #f1eeee;
  padding-bottom: 26px;
  padding-top: 8px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 447, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote .details {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
  }
}
/* line 463, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.quote h4 {
  color: #008853;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  /* line 463, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote h4 {
    font-size: 15px;
    line-height: 20px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 463, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote h4 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 70px;
    margin-bottom: 6px;
    margin-top: 12px;
  }
}
/* line 483, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.quote blockquote {
  color: #7ec248;
  font: normal 500 33px/36px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  /* line 483, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote blockquote {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 483, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote blockquote {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 21px;
    padding-left: 70px;
  }
}
/* line 505, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.quote blockquote:before, .content-article .content-primary .blob.quote blockquote:after {
  content: ' ';
  display: block;
  height: 18px;
  position: absolute;
  width: 26px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  /* line 505, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote blockquote:before, .content-article .content-primary .blob.quote blockquote:after {
    height: 46px;
    width: 69px;
  }
}
/* line 519, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.quote blockquote:before {
  background: url(../img/content/icon-quote-open.png) no-repeat;
  left: -18px;
  top: -8px;
}
@media screen and (min-width: 768px) {
  /* line 519, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote blockquote:before {
    background: url(../img/content/icon-quote-open-768.png) no-repeat;
    left: 2px;
    top: -14px;
  }
}
/* line 531, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.quote blockquote:after {
  background: url(../img/content/icon-quote-close.png) no-repeat;
  bottom: 4px;
  right: -12px;
}
@media screen and (min-width: 768px) {
  /* line 531, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote blockquote:after {
    background: url(../img/content/icon-quote-close-768.png) no-repeat;
    bottom: -10px;
    right: -12px;
  }
}
/* line 544, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.quote .cta {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 544, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote .cta {
    color: #73665f;
    display: block;
    font: normal 400 14px/18px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
    padding-left: 60px;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  /* line 544, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote .cta {
    font-size: 16px;
    line-height: 20px;
    margin-top: -12px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) {
  /* line 562, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.quote .cta:after {
    content: '\003e';
    display: inline-block;
    padding-left: 8px;
  }
}
/* line 571, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table {
  text-align: center;
}
/* line 574, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .table-head {
  margin-bottom: 0;
  padding: 1px 20px;
}
/* line 578, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .table-head h3 {
  font: normal 400 20px/24px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 582, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .table-head h4 {
  font: normal 400 18px/22px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 586, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .table-head p {
  font-size: 14px;
  line-height: 18px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-primary .blob.table .cols::after {
  clear: both;
  content: "";
  display: block;
}
/* line 596, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .cell {
  padding: 20px;
}
/* line 599, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .cell h4 {
  font: normal 400 16px/20px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 603, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .cell p, .content-article .content-primary .blob.table .cell ul {
  font-size: 14px;
  line-height: 18px;
}
/* line 608, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .cell ul {
  text-align: left;
}
/* line 612, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .cell h5 {
  font: normal 400 16px/20px "Fedra Sans Alt Std - Book", Arial, sans-serif;
  margin: 0;
  padding: 0;
}
/* line 617, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .cell h5 strong {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 622, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .cell a {
  color: #000;
  text-decoration: none;
}
/* line 626, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table .cell a:hover {
  text-decoration: underline;
}
/* line 636, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cols .cell {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 638, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cols .cell h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
/* line 643, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cols.three-col:nth-child(odd) {
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  /* line 634, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 650, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols.one-col .col {
    display: table-cell;
    width: 100%;
  }
  /* line 653, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols.one-col .col .cell {
    text-align: left;
  }
  /* line 659, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols.two-col .col {
    display: table-cell;
    width: 50%;
  }
  /* line 663, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols.two-col.split-icon .col {
    display: table-cell;
    width: 75%;
    text-align: left;
  }
  /* line 667, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols.two-col.split-icon .col:first-child {
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: middle;
  }
  /* line 674, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols.three-col .col {
    display: table-cell;
    width: 33.33333%;
  }
  /* line 678, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols.three-col.split-icon .col {
    display: table-cell;
    width: 50%;
    text-align: left;
  }
  /* line 682, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cols.three-col.split-icon .col:nth-child(odd) {
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: middle;
  }
}
/* line 691, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .table-head {
  background: #444;
  color: #fff;
  padding-bottom: 1em;
}
/* line 696, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .table-head.gold-header {
  background-color: #ffbc45;
  color: #545454;
}
/* line 701, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .table-head h3 {
  margin-bottom: 0em;
  margin-top: 1em;
}
/* line 706, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .table-head h4 {
  color: #fcf6e7;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
}
/* line 717, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell img.icon {
  height: auto;
  max-width: 20%;
}
/* line 721, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell img.icon.svg {
  max-width: 55%;
}
@media screen and (min-width: 768px) {
  /* line 717, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cell img.icon {
    max-width: 30%;
  }
  /* line 728, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cell img.icon.svg {
    max-width: 65%;
  }
}
/* line 734, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell .cta-button {
  display: inline-block;
  color: #fff;
  background-color: #00843D;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  cursor: pointer;
  text-decoration: none;
}
/* line 743, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell .cta-button:hover {
  background-color: #00843D;
  text-decoration: none;
}
/* line 749, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell a.gold {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 754, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell ul {
  margin: 0;
  padding: 0;
}
/* line 758, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  /* line 758, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-primary .blob.table.gold .cell ul li {
    text-align: left;
  }
}
/* line 769, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell ul li a {
  color: #00843D;
  text-decoration: underline;
}
/* line 774, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell ul li ul {
  margin-left: 1em;
}
/* line 780, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell h5 {
  font-size: 1.2em;
}
/* line 784, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell p {
  margin-top: 1em;
}
/* line 788, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell ul.bullets {
  margin: 0;
  margin-left: 1em;
  padding: 0;
}
/* line 793, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-primary .blob.table.gold .cell ul.bullets li {
  color: #222;
  list-style: inherit;
  margin: 0;
  padding: 0;
  text-align: left;
}
/* line 810, ../_sass/_includes/_layouts/_content.scss */
.content-article .blob {
  margin-bottom: 20px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .blob::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 1000px) {
  /* line 810, ../_sass/_includes/_layouts/_content.scss */
  .content-article .blob {
    margin-bottom: 32px;
  }
}
/* line 818, ../_sass/_includes/_layouts/_content.scss */
.content-article .blob.no-margin {
  margin-bottom: 0;
}
/* line 823, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/* line 828, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-head {
  width: 100%;
  color: #fff;
}
/* line 832, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-head > .row > .cell {
  padding: 0.75em;
  background-color: #008852;
  border-top: 1px solid #ccc;
}
/* line 837, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-head > .row > .cell.middle {
  background-color: #7DC348;
}
/* line 843, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body {
  display: none;
  width: 100%;
}
/* line 847, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body .row:nth-child(even) {
  background-color: #E2E1DE;
}
/* line 851, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body.two-col .cell {
  width: 50%;
}
/* line 852, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body.three-col .cell {
  width: 33.3333%;
}
/* line 853, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body.four-col .cell {
  width: 25%;
}
/* line 854, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body.five-col .cell {
  width: 20%;
}
/* line 855, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body.six-col .cell {
  width: 16.6666%;
}
/* line 857, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body .cell {
  display: none;
  padding: 1.5em;
  color: #333;
  line-height: 1.2;
  width: 100%;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 866, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .table-body .cell:last-child {
  border-right: 1px solid #ccc;
}
/* line 872, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .small-column {
  width: 100%;
  background-color: #fff;
  color: #222;
  display: table;
  border-top: 1px solid #ccc;
  margin-bottom: 18px;
}
/* line 880, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .small-column .row {
  display: table-row;
  background-color: #fff;
}
/* line 884, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .small-column .row:nth-child(even) {
  background-color: #E2E1DE;
}
/* line 889, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .small-column .cell {
  display: table-cell;
  background-color: transparent;
  color: #222;
  padding: 1em;
  color: #333;
  line-height: 1.2;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
}
@media screen and (min-width: 768px) {
  /* line 904, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table .row {
    display: table-row;
  }
  /* line 908, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table .cell {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 913, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table .table-head {
    display: table-header-group;
  }
  /* line 916, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table .table-head .cell {
    display: table-cell;
  }
  /* line 921, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table .table-body {
    display: table-row-group;
  }
  /* line 924, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table .table-body .cell {
    display: table-cell;
  }
  /* line 929, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table .small-column {
    display: none;
  }
  /* line 932, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table .small-column .cell {
    display: none;
  }
}
/* line 940, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span {
  display: block;
  width: 100%;
}
/* line 944, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .header-wrapper {
  display: block;
  width: 100%;
}
/* line 948, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .header-wrapper .header-row {
  display: block;
  width: 100%;
}
/* line 952, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .header-wrapper .header-row .header {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #008852;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-bottom: none;
}
/* line 961, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .header-wrapper .header-row .header.last {
  background-color: #7DC348;
}
/* line 966, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .header-wrapper .header-row .small-column {
  display: table;
}
/* line 969, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .header-wrapper .header-row .small-column .row {
  display: table-row;
}
/* line 972, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .header-wrapper .header-row .small-column .row .cell {
  display: table-cell;
}
/* line 980, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .table-wrapper {
  display: none;
}
/* line 983, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .table-wrapper .table-body {
  display: none;
}
/* line 986, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .table-wrapper .table-body .cell {
  display: none;
  padding: 0.75em;
  vertical-align: top;
  text-align: left;
  width: 25%;
}
/* line 993, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .table-wrapper .table-body .cell.dark {
  background-color: #eee;
}
/* line 998, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .table-wrapper .table-body h3 {
  font-weight: bold;
  font-size: 1.25em;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
}
/* line 1006, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .table-wrapper .table-body ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
/* line 1011, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table.header-span .table-wrapper .table-body ul li {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  /* line 1020, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .header-wrapper {
    display: block;
  }
  /* line 1023, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .header-wrapper .header-row {
    display: table;
  }
  /* line 1026, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .header-wrapper .header-row .header {
    display: table-cell;
    width: 50%;
    border-right: none;
  }
  /* line 1031, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .header-wrapper .header-row .header.last {
    border-right: 1px solid #ccc;
  }
  /* line 1036, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .header-wrapper .header-row .small-column {
    display: none;
  }
  /* line 1039, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .header-wrapper .header-row .small-column > .row > .cell {
    display: none;
  }
  /* line 1046, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .table-wrapper {
    display: table;
  }
  /* line 1049, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .table-wrapper .table-body {
    display: table-row-group;
  }
  /* line 1052, ../_sass/_includes/_layouts/_content.scss */
  .content-article .vertical-table.header-span .table-wrapper .table-body .cell {
    display: table-cell;
  }
}
/* line 1062, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table {
  width: 100%;
  text-align: center;
  vertical-align: top;
}
/* line 1067, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .cell {
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
}
/* line 1073, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .table-head {
  color: #545454;
  background-color: #ffbc45;
  text-transform: uppercase;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
/* line 1079, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .table-head .row {
  margin-right: 0;
  margin-left: 0;
}
/* line 1084, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .table-head .cell {
  border-top: 1px solid #ccc;
}
/* line 1087, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .table-head .cell h2 {
  font-size: 1.5em !important;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
/* line 1097, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .table-body {
  color: #222;
}
/* line 1100, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .table-body .cell {
  padding: 2em 0em;
  vertical-align: top;
  line-height: 1.2;
  font-size: 13px;
}
/* line 1106, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .table-body .cell .text {
  margin: 0em .1em;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif !important;
}
/* line 1113, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .top-content {
  height: 58px;
  margin-bottom: 0.5em;
}
/* line 1118, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1123, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .icon.icon-laptop-money {
  background-image: url(../img/content/icons/online-banking-icon.png);
  width: 48px;
  height: 41.5px;
}
/* line 1129, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .icon.icon-mobile {
  background-image: url(../img/content/icons/mobile-banking-icon.png);
  width: 41.5px;
  height: 44px;
}
/* line 1135, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .icon.icon-cards {
  background-image: url(../img/content/icons/go-visa-icon.png);
  width: 56px;
  height: 45.5px;
}
/* line 1141, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .icon.icon-piggy {
  background-image: url(../img/content/icons/auto-deposit-atm-icon.png);
  width: 46.5px;
  height: 41.5px;
}
/* line 1147, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .icon.icon-laptop-chart {
  background-image: url(../img/content/icons/estatement-icon.png);
  width: 48px;
  height: 41px;
}
/* line 1153, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .icon.icon-chat {
  background-image: url(../img/content/icons/northweast-direct-icon.png);
  width: 50.5px;
  height: 48px;
}
/* line 1159, ../_sass/_includes/_layouts/_content.scss */
.content-article .icon-table .icon.icon-shield {
  background-image: url(../img/content/icons/ibm-security-icon.png);
  width: 33px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  /* line 1168, ../_sass/_includes/_layouts/_content.scss */
  .content-article .icon-table .table-body {
    display: table;
    border-collapse: separate;
  }
  /* line 1172, ../_sass/_includes/_layouts/_content.scss */
  .content-article .icon-table .table-body .row {
    display: table-row;
  }
  /* line 1173, ../_sass/_includes/_layouts/_content.scss */
  .content-article .icon-table .table-body .cell {
    display: table-cell;
    width: 14.2857%;
    border-left: none;
  }
  /* line 1178, ../_sass/_includes/_layouts/_content.scss */
  .content-article .icon-table .table-body .cell:first-child {
    border-left: 1px solid #ccc;
  }
}
/* line 1189, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/* line 1195, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .row {
  display: table-row;
}
/* line 1199, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .cell {
  display: table-cell;
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 1000px) {
  /* line 1199, ../_sass/_includes/_layouts/_content.scss */
  .content-article .comparator-table .cell {
    border-right: none;
  }
  /* line 1206, ../_sass/_includes/_layouts/_content.scss */
  .content-article .comparator-table .cell:nth-child(3) {
    border-right: 1px solid #ccc;
  }
}
/* line 1213, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .compare-arrow {
  position: absolute;
  right: 0.5rem;
  top: 33px;
  display: inline-block;
  background-image: url(../img/content/angle-right-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
/* line 1225, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .compare-menu {
  display: none;
}
/* line 1227, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .compare-dropdown {
  position: relative;
}
/* line 1230, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .compare-dropdown h2 {
  margin: 0;
  height: 84px;
  min-height: 84px;
  vertical-align: middle;
  padding: 1rem;
  padding-right: 2rem;
}
/* line 1240, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .compare-dropdown.open .compare-arrow {
  background-image: url(../img/content/angle-down-white.png);
}
/* line 1244, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .compare-dropdown.open .compare-menu {
  display: block;
  position: absolute;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  background-color: #00843D;
}
/* line 1255, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .compare-dropdown.open .compare-menu li {
  display: block;
  text-align: left;
  font-size: 1.1em;
  border-bottom: 1px solid #fff;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
/* line 1263, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .compare-dropdown.open .compare-menu li:hover {
  background-color: #EADA24;
}
/* line 1271, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .table-head {
  display: table-header-group;
  width: 100%;
  color: #fff;
  text-align: left;
}
/* line 1277, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .table-head > .row > .cell {
  display: table-cell;
  vertical-align: middle;
  background-color: #008852;
  border-top: 1px solid #ccc;
  cursor: pointer;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 1288, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .table-body {
  display: table-row-group;
}
/* line 1291, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .table-body .row:nth-child(even) {
  background-color: #e2e1de;
}
/* line 1295, ../_sass/_includes/_layouts/_content.scss */
.content-article .comparator-table .table-body .cell {
  padding: 1.5em;
  color: #333;
  line-height: 1.2;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  width: 33.33%;
}
/* line 1312, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .breakaway-cta,
.content-article .comparator-table .breakaway-cta {
  background-color: #fff;
  width: 100% !important;
  min-width: auto !important;
}
/* line 1317, ../_sass/_includes/_layouts/_content.scss */
.content-article .vertical-table .breakaway-cta:hover,
.content-article .comparator-table .breakaway-cta:hover {
  box-shadow: 0px 0px 5px #ccc;
  background: #fcf6e7;
  transition: all .15s linear;
}
/* line 1325, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-cta {
  border: 1px solid #FFA300;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #e8e8e8;
  color: #545454;
  background-color: #ffbc45;
  display: inline-block;
  font: normal 400 16px/16px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  min-height: 24px;
  padding: 1em;
  position: relative;
  transition: all .25s linear;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .breakaway-cta:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .breakaway-cta:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 1343, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-cta:hover {
  box-shadow: 0px 0px 5px #ccc;
  transition: all .15s linear;
}
/* line 1349, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-cta.apply-now, .content-article .breakaway-cta.no-icon {
  padding-left: 1em;
}
/* line 1353, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-cta.apply-now:before, .content-article .breakaway-cta.no-icon:before {
  background: none;
  display: none;
}
/* line 1359, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-cta.fixed-height {
  height: 64px;
}
/* line 1363, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-cta.half-width {
  width: calc(50% - 16px);
  margin: 0 8px;
}
/* line 1368, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-cta.borderless {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
/* line 1373, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-cta.borderless:hover {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  /* line 1325, ../_sass/_includes/_layouts/_content.scss */
  .content-article .breakaway-cta {
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    width: 45%;
    min-width: 200px;
  }
  /* line 1387, ../_sass/_includes/_layouts/_content.scss */
  .content-article .breakaway-cta:before {
    background: url(../img/content/icon-phone-gold.png) no-repeat;
    content: '';
    display: block;
    height: 24px;
    left: 10px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 768px) and (min-resolution: 144dpi), only screen and (min-width: 768px) and (min-resolution: 1.5dppx) {
  /* line 1387, ../_sass/_includes/_layouts/_content.scss */
  .content-article .breakaway-cta:before {
    background-image: url(../img/content/icon-phone-gold-X2.png);
    background-size: 24px 24px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1404, ../_sass/_includes/_layouts/_content.scss */
  .content-article .breakaway-cta:after {
    background: url(../img/content/icon-arrow-right-gold.png) no-repeat;
    content: '';
    display: block;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
  }
}
/* line 1421, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 1427, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-bottom {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0px 0px 2px #e8e8e8;
  margin: 0;
  text-align: center;
  padding: 0.5em;
}
/* line 1437, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-bottom li {
  display: inline-block;
  color: #666;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
/* line 1444, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-bottom li:after {
  content: '·';
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 0.35em;
  margin-right: 0.25em;
  color: #000;
}
/* line 1453, ../_sass/_includes/_layouts/_content.scss */
.content-article .breakaway-bottom li:last-child:after {
  content: '';
}
/* line 1460, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar {
  display: table-cell;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 1460, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar {
    display: table-cell;
    width: 33.33333%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1460, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar {
    display: table-cell;
    width: 25%;
    margin-right: 0;
  }
}
/* line 1473, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content {
  border-bottom: 1px solid #dad8d6;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-sidebar .sidebar-block-content::after {
  clear: both;
  content: "";
  display: block;
}
/* line 1479, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content h2 {
  font-size: 24px;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content img:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content img:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 1494, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content .no-speedbump:focus {
  float: left;
  clear: none;
  margin-right: 5px;
}
/* line 1501, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.no-bar, .content-article .content-sidebar .sidebar-block-content.last-block {
  border-bottom: none;
}
/* line 1506, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav {
  text-align: left;
}
@media screen and (min-width: 768px) {
  /* line 1506, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.side-nav {
    text-align: left;
  }
}
/* line 1513, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav h3 {
  color: #444;
  font: normal 500 24px/28px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin-bottom: 8px;
  margin-top: 0em;
}
/* line 1520, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul {
  font: normal 400 20px/28px "Fedra Sans Alt Std - Book", Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 1520, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.side-nav ul {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 1531, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul a {
  border-bottom: 1px dotted #ccc;
  color: #00843D;
  display: block;
  margin-bottom: .5em;
  padding-bottom: .5em;
  text-decoration: none;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 1542, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul a:hover {
  text-decoration: underline;
}
/* line 1547, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul li ul {
  list-style: none;
  margin-bottom: 12px;
  padding-left: 20px;
}
/* line 1553, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul li ul a {
  border: 0px;
  color: #000;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
/* line 1561, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul li ul li ul {
  list-style-type: none;
  margin-bottom: 8px;
  padding: 0;
  text-transform: none;
}
/* line 1566, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.side-nav ul li ul li ul a {
  color: #666;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
}
/* line 1575, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic {
  color: #A59C94 h3;
  color-color: #000;
  color-font: normal 500 24px/28px "Fedra Serif Std A - Book", Georgia, sans-serif;
  color-margin-top: 0;
  color-margin-bottom: .25em;
}
/* line 1585, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic h4 {
  font: normal 400 16px/20px "Fedra Sans Alt Std - Book", Arial, sans-serif;
  color: #000;
  margin: 0;
  margin-bottom: .75em;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  /* line 1585, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.generic h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
/* line 1597, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic h4 a {
  color: #73665f;
  text-decoration: none;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.generic h4 a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.generic h4 a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 1604, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic h4 a:hover {
  text-decoration: underline;
}
/* line 1610, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic p {
  color: #666;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 2000px) {
  /* line 1610, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.generic p {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 1622, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic img.inline {
  border: 10px solid #e8e8e8;
  display: block;
  height: auto;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  /* line 1622, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.generic img.inline {
    max-width: 100%;
  }
}
/* line 1636, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic .lead-gen {
  text-align: left;
}
/* line 1640, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic .lead-gen label {
  text-align: left !important;
}
/* line 1644, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic input[type='text'],
.content-article .content-sidebar .sidebar-block-content.generic input.text,
.content-article .content-sidebar .sidebar-block-content.generic input[type='email'],
.content-article .content-sidebar .sidebar-block-content.generic input[type='tel'] {
  background: none;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #73665f;
  display: block;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.generic input[type='text']:hover,
.content-article .content-sidebar .sidebar-block-content.generic input.text:hover,
.content-article .content-sidebar .sidebar-block-content.generic input[type='email']:hover,
.content-article .content-sidebar .sidebar-block-content.generic input[type='tel']:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.generic input[type='text']:focus,
.content-article .content-sidebar .sidebar-block-content.generic input.text:focus,
.content-article .content-sidebar .sidebar-block-content.generic input[type='email']:focus,
.content-article .content-sidebar .sidebar-block-content.generic input[type='tel']:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.generic input[type='text']::-webkit-input-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input.text::-webkit-input-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input[type='email']::-webkit-input-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input[type='tel']::-webkit-input-placeholder {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.generic input[type='text']::-moz-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input.text::-moz-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input[type='email']::-moz-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input[type='tel']::-moz-placeholder {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.generic input[type='text']:-moz-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input.text:-moz-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input[type='email']:-moz-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input[type='tel']:-moz-placeholder {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.generic input[type='text']:-ms-input-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input.text:-ms-input-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input[type='email']:-ms-input-placeholder,
.content-article .content-sidebar .sidebar-block-content.generic input[type='tel']:-ms-input-placeholder {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  color: #545454;
}
/* line 1672, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic select {
  background: none;
  border: 1px solid #e4e0de;
  border-radius: 6px;
  color: #73665f;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.generic select:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.generic select:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
@media screen and (min-width: 768px) {
  /* line 1672, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.generic select {
    border-radius: 3px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1672, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.generic select {
    border-radius: 6px;
    border-width: 2px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }
}
/* line 1708, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic .btn-primary {
  background: #00843D;
  border: 2px solid #00843D;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  font: normal 400 18px/28px "Fedra Sans Alt Std - Book", Arial, sans-serif;
  margin: 0 auto;
  padding: .5em;
  width: 150px;
  text-align: center;
  transition: background .15s linear;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.generic .btn-primary:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-article .content-sidebar .sidebar-block-content.generic .btn-primary:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 1724, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.generic .btn-primary:hover {
  background: #e5ffd6;
  color: #545454;
  transition: background .15s linear;
}
/* line 1732, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.callout-cta {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #00843D;
  color: black;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 1732, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta {
    max-width: none;
  }
}
/* line 1745, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.callout-cta h3 {
  background: #00843D;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #fff;
  font: normal 400 17px/22px "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 18px;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  /* line 1745, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta h3 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
}
/* line 1761, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.callout-cta h3 a {
  color: #fff;
  text-decoration: none;
}
/* line 1767, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.callout-cta p {
  font-size: 16px;
  line-height: 19px;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  /* line 1767, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta p {
    text-align: left;
  }
}
@media screen and (min-width: 2000px) {
  /* line 1767, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta p {
    font-size: 22px;
    line-height: 27px;
  }
}
/* line 1783, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.callout-cta .cta {
  color: #00843D;
  display: inline-block;
  font: normal 400 16px/20px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  opacity: 1;
  padding-left: 26px;
  padding-right: 12px;
  position: relative;
  text-decoration: none;
}
/* line 1793, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.callout-cta .cta:hover {
  opacity: .8;
}
/* line 1797, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.callout-cta .cta:before {
  background: url(../img/content/icon-go-green.png);
  content: ' ';
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 1797, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta:before {
    background-image: url(../img/content/icon-go-green-1000-x2.png);
    background-size: 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1783, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta {
    font-size: 16px;
    line-height: 18px;
    padding-left: 33px;
    padding-right: 8px;
    text-align: left;
  }
  /* line 1820, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta:before {
    background: url(../img/content/icon-go-green-768.png);
    height: 25px;
    margin-top: -12px;
    width: 25px;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 768px) and (min-resolution: 144dpi), only screen and (min-width: 768px) and (min-resolution: 1.5dppx) {
  /* line 1820, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta:before {
    background-image: url(../img/content/icon-go-green-768-x2.png);
    background-size: 25px 25px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1832, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta:after {
    bottom: 0;
    top: auto;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1783, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta {
    font-size: 17px;
    line-height: 34px;
    padding-left: 40px;
    padding-right: 12px;
    text-align: center;
  }
  /* line 1845, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta:before {
    background: url(../img/content/icon-go-green-1000.png) no-repeat;
    height: 34px;
    margin-top: -17px;
    width: 34px;
  }
}
@media only screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1000px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1000px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 1000px) and (min-resolution: 144dpi), only screen and (min-width: 1000px) and (min-resolution: 1.5dppx) {
  /* line 1845, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta:before {
    background-image: url(../img/content/icon-go-green-1000-x2.png);
    background-size: 34px 34px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1857, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.callout-cta .cta:after {
    bottom: 0;
    top: auto;
  }
}
/* line 1867, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch h3 {
  color: black;
  font: normal 500 24px/28px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin-bottom: 0;
}
/* line 1873, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch h4 {
  color: #666;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  /* line 1873, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.user-branch h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
/* line 1886, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .address {
  color: #545454;
  font: normal 300 16px/20px "Fedra Sans Alt Std - Book", Arial, sans-serif;
  margin: 10px 0;
}
/* line 1892, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .phone {
  color: #EADA24;
  display: block;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  /* line 1892, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.user-branch .phone {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1892, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.user-branch .phone {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
/* line 1914, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details {
  background: #fafafa;
  margin-bottom: 28px;
}
/* line 1918, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details h5 {
  background: url(../img/content/icon-detail-arrow-right.png) 15px center no-repeat;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 1918, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.user-branch .branch-details h5 {
    background-size: 14px 15px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1918, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.user-branch .branch-details h5 {
    font-size: 18px;
    line-height: 36px;
    margin-top: 0;
  }
}
/* line 1941, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details .info {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  display: none;
  padding: 14px 20px 6px;
}
/* line 1949, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details .info p {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 20px;
}
/* line 1953, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details .info p strong {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
  display: block;
}
/* line 1959, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details .info p a {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  text-decoration: none;
}
/* line 1964, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details .info p a:after {
  content: "\003e";
  padding-left: 6px;
}
/* line 1969, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details .info p a:hover {
  text-decoration: underline;
}
/* line 1981, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details.expanded h5 {
  background-image: url(../img/content/icon-detail-arrow-down.png);
}
@media screen and (min-width: 768px) {
  /* line 1981, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.user-branch .branch-details.expanded h5 {
    background-size: 15px 14px;
  }
}
/* line 1990, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .branch-details.expanded .info {
  display: block;
}
/* line 1998, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .new-branch {
  background: #fff;
  border: 1px solid #00843D;
  border-radius: 6px;
  color: #00843D;
  display: block;
  font-size: 18px;
  line-height: 34px;
  padding: .25em;
  text-align: center;
  text-decoration: none;
  transition: all .15s linear;
  width: auto;
}
/* line 2011, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.user-branch .new-branch:hover {
  background: #00843D;
  color: #fff;
  transition: all .15s linear;
}
@media screen and (min-width: 768px) {
  /* line 1998, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.user-branch .new-branch {
    font-size: 16px;
    line-height: 30px;
  }
}
/* line 2026, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search h3 {
  color: #000;
  font: normal 500 24px/28px "Fedra Serif Std A - Book", Georgia, sans-serif;
  text-align: center;
}
/* line 2032, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search button.locate {
  border: 1px solid #EADA24;
  background: #fff;
  border-radius: 6px;
  color: #EADA24;
  display: block;
  font-size: 18px;
  line-height: 35px;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  /* line 2032, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search button.locate {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
/* line 2050, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search button.locate:hover {
  background: #EADA24;
  color: #fff;
}
/* line 2056, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-geolocation span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0;
  text-align: center;
}
/* line 2064, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .or, .content-article .content-sidebar .sidebar-block-content.location-search .or-again, .content-article .content-sidebar .sidebar-block-content.location-search .and {
  color: #73665f;
  font-size: 18px;
  margin: 8px 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 2064, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .or, .content-article .content-sidebar .sidebar-block-content.location-search .or-again, .content-article .content-sidebar .sidebar-block-content.location-search .and {
    font-size: 16px;
    margin: 8px 0;
  }
}
/* line 2078, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search label {
  display: none;
}
/* line 2084, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-city input {
  background: none;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #73665f;
  display: block;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-city input::-webkit-input-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-city input::-moz-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-city input:-moz-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-city input:-ms-input-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
@media screen and (min-width: 768px) {
  /* line 2084, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .form-item-city input {
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2084, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .form-item-city input {
    border-radius: 6px;
    border-width: 2px;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
/* line 2130, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item- input {
  background: none;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #73665f;
  display: block;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item- input::-webkit-input-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item- input::-moz-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item- input:-moz-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item- input:-ms-input-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
@media screen and (min-width: 768px) {
  /* line 2130, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .form-item- input {
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2130, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .form-item- input {
    border-radius: 6px;
    border-width: 2px;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
/* line 2176, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-zip-code input {
  background: none;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #73665f;
  display: block;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-zip-code input::-webkit-input-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-zip-code input::-moz-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-zip-code input:-moz-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-item-zip-code input:-ms-input-placeholder {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  color: #545454;
}
@media screen and (min-width: 768px) {
  /* line 2176, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .form-item-zip-code input {
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2176, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .form-item-zip-code input {
    border-radius: 6px;
    border-width: 2px;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
/* line 2221, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-type-select select {
  background: none;
  border: 1px solid #e4e0de;
  border-radius: 6px;
  color: #73665f;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 2221, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .form-type-select select {
    border-radius: 3px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2221, ../_sass/_includes/_layouts/_content.scss */
  .content-article .content-sidebar .sidebar-block-content.location-search .form-type-select select {
    border-radius: 6px;
    border-width: 2px;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
/* line 2260, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-submit {
  background-color: #00843D;
  border: 2px solid #00843D;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  font: normal 400 18px/28px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 0 auto;
  padding: .5em;
  width: 150px;
  text-align: center;
  transition: background .15s linear;
}
/* line 2273, ../_sass/_includes/_layouts/_content.scss */
.content-article .content-sidebar .sidebar-block-content.location-search .form-submit:hover {
  background: #00843D;
  transition: background .15s linear;
}

/* line 2286, ../_sass/_includes/_layouts/_content.scss */
.cta-link {
  display: block !important;
  padding-left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #00843D !important;
  display: inline-block !important;
  font: normal 400 14px/18px "Fedra Sans Alt Std - Demi", Arial, sans-serif !important;
  opacity: 1 !important;
  text-decoration: none !important;
}
@media screen and (min-width: 1000px) {
  /* line 2286, ../_sass/_includes/_layouts/_content.scss */
  .cta-link {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.cta-link:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.cta-link:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 2305, ../_sass/_includes/_layouts/_content.scss */
.cta-link:after {
  content: '\003e';
  display: inline-block;
  padding-left: 8px;
}
/* line 2311, ../_sass/_includes/_layouts/_content.scss */
.cta-link:hover {
  opacity: 1 !important;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-bottom::after {
  clear: both;
  content: "";
  display: block;
}
/* line 2320, ../_sass/_includes/_layouts/_content.scss */
.content-bottom .section-title {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-bottom .section-title::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 2320, ../_sass/_includes/_layouts/_content.scss */
  .content-bottom .section-title {
    margin-bottom: 16px;
  }
}
/* line 2329, ../_sass/_includes/_layouts/_content.scss */
.content-bottom .section-title h2 {
  font: normal 500 22px/28px "Fedra Serif Std A - Book", Georgia, sans-serif;
  font-stretch: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 2329, ../_sass/_includes/_layouts/_content.scss */
  .content-bottom .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2329, ../_sass/_includes/_layouts/_content.scss */
  .content-bottom .section-title h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
/* line 2345, ../_sass/_includes/_layouts/_content.scss */
.content-bottom .section-title p {
  line-height: 21px;
}
@media screen and (min-width: 1000px) {
  /* line 2345, ../_sass/_includes/_layouts/_content.scss */
  .content-bottom .section-title p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* line 2364, ../_sass/_includes/_layouts/_content.scss */
.accordion {
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
  width: 100%;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.accordion::after {
  clear: both;
  content: "";
  display: block;
}
/* line 2370, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic {
  background: #fafafa;
  transition: background .25s linear;
  width: 100%;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.accordion .topic::after {
  clear: both;
  content: "";
  display: block;
}
/* line 2376, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic:hover {
  background: #f5f5f5;
  transition: background .25s linear;
}
/* line 2381, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic:nth-child(2n) {
  background: #fff;
  transition: background .25s linear;
}
/* line 2384, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic:nth-child(2n):hover {
  background: #f5f5f5;
  transition: background .25s linear;
}
/* line 2390, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic.expanded {
  width: 100%;
}
/* line 2393, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic.expanded h3:before {
  background: url(../img/content/icon-accordion-expanded.png) no-repeat;
}
@media screen and (min-width: 1000px) {
  /* line 2393, ../_sass/_includes/_layouts/_content.scss */
  .accordion .topic.expanded h3:before {
    background-image: url(../img/content/icon-accordion-expanded-1000.png);
  }
}
/* line 2405, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic-heading,
.accordion .column {
  border-top: 1px solid #ccc;
}
/* line 2410, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic-heading {
  cursor: pointer;
  padding: 0 32px;
  width: 100%;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.accordion .topic-heading:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.accordion .topic-heading:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.accordion .topic-heading::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 2410, ../_sass/_includes/_layouts/_content.scss */
  .accordion .topic-heading {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2410, ../_sass/_includes/_layouts/_content.scss */
  .accordion .topic-heading {
    padding: 0 40px;
  }
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.accordion .topic-heading .topic-heading-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
/* line 2431, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic-heading h3 {
  font: normal 400 16px/18px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 12px 0;
  padding-left: 25px;
  position: relative;
  text-transform: none;
}
@media screen and (min-width: 1000px) {
  /* line 2431, ../_sass/_includes/_layouts/_content.scss */
  .accordion .topic-heading h3 {
    font-size: 20px;
    line-height: 22px;
    padding-left: 32px;
  }
}
/* line 2444, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic-heading h3:before {
  background: url(../img/content/icon-accordion-collapsed.png) no-repeat;
  content: ' ';
  height: 16px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
@media screen and (min-width: 1000px) {
  /* line 2444, ../_sass/_includes/_layouts/_content.scss */
  .accordion .topic-heading h3:before {
    background-image: url(../img/content/icon-accordion-collapsed-1000.png);
    height: 22px;
    margin-top: -11px;
    width: 22px;
  }
}
/* line 2462, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic-heading h3 .sub-text {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
}
/* line 2467, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic-heading h4 {
  font: normal 400 15px/18px "Fedra Sans Alt Std - Light", Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: -10px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  /* line 2467, ../_sass/_includes/_layouts/_content.scss */
  .accordion .topic-heading h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2467, ../_sass/_includes/_layouts/_content.scss */
  .accordion .topic-heading h4 {
    font-size: 18px;
    line-height: 22px;
    margin-top: -12px;
    padding-left: 32px;
  }
}
/* line 2486, ../_sass/_includes/_layouts/_content.scss */
.accordion .topic-content {
  display: none;
  width: 100%;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.accordion .topic-content::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 2486, ../_sass/_includes/_layouts/_content.scss */
  .accordion .topic-content {
    border-top: 1px solid #c6c3c1;
    padding: 0 30px;
  }
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.accordion .columns-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.accordion .columns::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 2501, ../_sass/_includes/_layouts/_content.scss */
  .accordion .columns {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 2507, ../_sass/_includes/_layouts/_content.scss */
  .accordion .columns.two-column .column {
    display: table-cell;
    width: 50%;
  }
  /* line 2511, ../_sass/_includes/_layouts/_content.scss */
  .accordion .columns.three-column .column {
    display: table-cell;
    width: 33.33333%;
  }
}
/* line 2517, ../_sass/_includes/_layouts/_content.scss */
.accordion .column {
  padding: 0 20px 0 45px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.accordion .column::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 2517, ../_sass/_includes/_layouts/_content.scss */
  .accordion .column {
    border: none;
    border-left: 1px solid #c6c3c1;
    padding: 0 20px;
  }
  /* line 2526, ../_sass/_includes/_layouts/_content.scss */
  .accordion .column:nth-child(1) {
    border-left: none;
  }
}
/* line 2531, ../_sass/_includes/_layouts/_content.scss */
.accordion .column h4 {
  font: normal 400 16px/20px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 12px 0;
}
@media screen and (min-width: 1000px) {
  /* line 2531, ../_sass/_includes/_layouts/_content.scss */
  .accordion .column h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 2541, ../_sass/_includes/_layouts/_content.scss */
.accordion .column ul {
  margin: 12px 0 18px;
  padding: 0;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  /* line 2541, ../_sass/_includes/_layouts/_content.scss */
  .accordion .column ul {
    margin: 16px 0 20px;
  }
}
/* line 2551, ../_sass/_includes/_layouts/_content.scss */
.accordion .column li, .accordion .column p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  /* line 2551, ../_sass/_includes/_layouts/_content.scss */
  .accordion .column li, .accordion .column p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2551, ../_sass/_includes/_layouts/_content.scss */
  .accordion .column li, .accordion .column p {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 2567, ../_sass/_includes/_layouts/_content.scss */
.accordion .column p {
  margin: 12px 0;
}
@media screen and (min-width: 768px) {
  /* line 2567, ../_sass/_includes/_layouts/_content.scss */
  .accordion .column p {
    margin: 18px 0;
  }
}

/* line 2578, ../_sass/_includes/_layouts/_content.scss */
.home form.locations-search {
  display: none;
}
/* line 2581, ../_sass/_includes/_layouts/_content.scss */
.home form.locations-search .or, .home form.locations-search .or-again, .home form.locations-search .and {
  color: #FFF !important;
}
@media screen and (min-width: 768px) {
  /* line 2578, ../_sass/_includes/_layouts/_content.scss */
  .home form.locations-search {
    display: inline-block;
    text-align: center;
  }
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
form.locations-search.locations-page::after,
form.locations-search.user-branch-block::after {
  clear: both;
  content: "";
  display: block;
}
/* line 2595, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page button.locate,
form.locations-search.user-branch-block button.locate {
  background: #FFF;
  border: 2px solid #00843D;
  border-radius: 6px;
  color: #00843D;
  display: block;
  font-size: 18px;
  line-height: 35px;
  margin: 24px auto 0;
  max-width: 400px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page button.locate:hover,
form.locations-search.user-branch-block button.locate:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page button.locate:focus,
form.locations-search.user-branch-block button.locate:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
@media screen and (min-width: 768px) {
  /* line 2595, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page button.locate,
  form.locations-search.user-branch-block button.locate {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2595, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page button.locate,
  form.locations-search.user-branch-block button.locate {
    margin-top: 24px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  /* line 2625, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-geolocation,
  form.locations-search.user-branch-block .form-item-geolocation {
    float: left;
    width: 18%;
  }
}
/* line 2632, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .form-item-geolocation span,
form.locations-search.user-branch-block .form-item-geolocation span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0;
  text-align: center;
}
/* line 2640, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .or, form.locations-search.locations-page .or-again, form.locations-search.locations-page .and,
form.locations-search.user-branch-block .or,
form.locations-search.user-branch-block .or-again,
form.locations-search.user-branch-block .and {
  color: #73665f;
  font-size: 22px;
  margin: 18px 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 2640, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .or, form.locations-search.locations-page .or-again, form.locations-search.locations-page .and,
  form.locations-search.user-branch-block .or,
  form.locations-search.user-branch-block .or-again,
  form.locations-search.user-branch-block .and {
    float: left;
    font-size: 15px;
    width: 5%;
  }
  /* line 2652, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .or.and, form.locations-search.locations-page .or-again.and, form.locations-search.locations-page .and.and,
  form.locations-search.user-branch-block .or.and,
  form.locations-search.user-branch-block .or-again.and,
  form.locations-search.user-branch-block .and.and {
    width: 7%;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2640, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .or, form.locations-search.locations-page .or-again, form.locations-search.locations-page .and,
  form.locations-search.user-branch-block .or,
  form.locations-search.user-branch-block .or-again,
  form.locations-search.user-branch-block .and {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  /* line 2664, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .search-inputs,
  form.locations-search.user-branch-block .search-inputs {
    float: left;
    width: 22%;
  }
  /* line 2669, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .search-inputs.inputs-last,
  form.locations-search.user-branch-block .search-inputs.inputs-last {
    width: 20%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2676, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .search-inputs.inputs-last,
  form.locations-search.user-branch-block .search-inputs.inputs-last {
    margin-top: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2664, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .search-inputs,
  form.locations-search.user-branch-block .search-inputs {
    width: 260px;
  }
}
/* line 2689, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page label,
form.locations-search.user-branch-block label {
  display: none;
}
/* line 2693, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .form-item-zip input,
form.locations-search.user-branch-block .form-item-zip input {
  background: #fff;
  border: 1px solid #e4e0de;
  border-radius: 6px;
  color: #73665f;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-item-zip input:hover,
form.locations-search.user-branch-block .form-item-zip input:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-item-zip input:focus,
form.locations-search.user-branch-block .form-item-zip input:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-zip input::-webkit-input-placeholder,
form.locations-search.user-branch-block .form-item-zip input::-webkit-input-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-zip input::-moz-placeholder,
form.locations-search.user-branch-block .form-item-zip input::-moz-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-zip input:-moz-placeholder,
form.locations-search.user-branch-block .form-item-zip input:-moz-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-zip input:-ms-input-placeholder,
form.locations-search.user-branch-block .form-item-zip input:-ms-input-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
@media screen and (min-width: 768px) {
  /* line 2693, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-zip input,
  form.locations-search.user-branch-block .form-item-zip input {
    border-radius: 3px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2693, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-zip input,
  form.locations-search.user-branch-block .form-item-zip input {
    border-radius: 6px;
    border-width: 2px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }
}
/* line 2734, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .form-item-state input,
form.locations-search.user-branch-block .form-item-state input {
  background: #fff;
  border: 1px solid #e4e0de;
  border-radius: 6px;
  color: #73665f;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-item-state input:hover,
form.locations-search.user-branch-block .form-item-state input:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-item-state input:focus,
form.locations-search.user-branch-block .form-item-state input:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-state input::-webkit-input-placeholder,
form.locations-search.user-branch-block .form-item-state input::-webkit-input-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-state input::-moz-placeholder,
form.locations-search.user-branch-block .form-item-state input::-moz-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-state input:-moz-placeholder,
form.locations-search.user-branch-block .form-item-state input:-moz-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-state input:-ms-input-placeholder,
form.locations-search.user-branch-block .form-item-state input:-ms-input-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
@media screen and (min-width: 768px) {
  /* line 2734, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-state input,
  form.locations-search.user-branch-block .form-item-state input {
    border-radius: 3px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2734, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-state input,
  form.locations-search.user-branch-block .form-item-state input {
    border-radius: 6px;
    border-width: 2px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }
}
/* line 2774, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .form-item-city input,
form.locations-search.user-branch-block .form-item-city input {
  background: #fff;
  border: 1px solid #e4e0de;
  border-radius: 6px;
  color: #73665f;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-item-city input:hover,
form.locations-search.user-branch-block .form-item-city input:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-item-city input:focus,
form.locations-search.user-branch-block .form-item-city input:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-city input::-webkit-input-placeholder,
form.locations-search.user-branch-block .form-item-city input::-webkit-input-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-city input::-moz-placeholder,
form.locations-search.user-branch-block .form-item-city input::-moz-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-city input:-moz-placeholder,
form.locations-search.user-branch-block .form-item-city input:-moz-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-city input:-ms-input-placeholder,
form.locations-search.user-branch-block .form-item-city input:-ms-input-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
@media screen and (min-width: 768px) {
  /* line 2774, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-city input,
  form.locations-search.user-branch-block .form-item-city input {
    border-radius: 3px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2774, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-city input,
  form.locations-search.user-branch-block .form-item-city input {
    border-radius: 6px;
    border-width: 2px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }
}
/* line 2814, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .form-item-zip-code input,
form.locations-search.user-branch-block .form-item-zip-code input {
  background: #fff;
  border: 1px solid #e4e0de;
  border-radius: 6px;
  color: #73665f;
  display: block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-item-zip-code input:hover,
form.locations-search.user-branch-block .form-item-zip-code input:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-item-zip-code input:focus,
form.locations-search.user-branch-block .form-item-zip-code input:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-zip-code input::-webkit-input-placeholder,
form.locations-search.user-branch-block .form-item-zip-code input::-webkit-input-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-zip-code input::-moz-placeholder,
form.locations-search.user-branch-block .form-item-zip-code input::-moz-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-zip-code input:-moz-placeholder,
form.locations-search.user-branch-block .form-item-zip-code input:-moz-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
/* line 4, ../bower_components/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
form.locations-search.locations-page .form-item-zip-code input:-ms-input-placeholder,
form.locations-search.user-branch-block .form-item-zip-code input:-ms-input-placeholder {
  font-family: "Fedra Sans Alt Std - BookItalic", Arial, sans-serif;
  color: #545454;
}
@media screen and (min-width: 768px) {
  /* line 2814, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-zip-code input,
  form.locations-search.user-branch-block .form-item-zip-code input {
    border-radius: 3px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2814, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-zip-code input,
  form.locations-search.user-branch-block .form-item-zip-code input {
    border-radius: 6px;
    border-width: 2px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }
}
/* line 2851, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .form-type-select select,
form.locations-search.user-branch-block .form-type-select select {
  background: #fff;
  border: 1px solid #e4e0de;
  border-radius: 6px;
  color: #73665f;
  display: block;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-type-select select:hover,
form.locations-search.user-branch-block .form-type-select select:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-type-select select:focus,
form.locations-search.user-branch-block .form-type-select select:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
@media screen and (min-width: 768px) {
  /* line 2851, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-type-select select,
  form.locations-search.user-branch-block .form-type-select select {
    border-radius: 3px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2851, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-type-select select,
  form.locations-search.user-branch-block .form-type-select select {
    border-radius: 6px;
    border-width: 2px;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
}
/* line 2886, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .form-item-distance select,
form.locations-search.user-branch-block .form-item-distance select {
  height: 42px;
  line-height: 42px;
}
@media screen and (min-width: 768px) {
  /* line 2886, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-distance select,
  form.locations-search.user-branch-block .form-item-distance select {
    height: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2886, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-item-distance select,
  form.locations-search.user-branch-block .form-item-distance select {
    height: 42px;
    line-height: 42px;
  }
}
/* line 2901, ../_sass/_includes/_layouts/_content.scss */
form.locations-search.locations-page .form-submit,
form.locations-search.user-branch-block .form-submit {
  background: #fff;
  border: 2px solid #00843D;
  border-radius: 6px;
  color: #00843D;
  display: block;
  font: normal 400 18px/33px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 0 auto;
  padding: 2px 18px 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-submit:hover,
form.locations-search.user-branch-block .form-submit:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
form.locations-search.locations-page .form-submit:focus,
form.locations-search.user-branch-block .form-submit:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
@media screen and (min-width: 768px) {
  /* line 2901, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-submit,
  form.locations-search.user-branch-block .form-submit {
    float: right;
    margin-top: 20px;
    margin-right: 45%;
    width: 10%;
    font-size: 12px;
    padding: 2px 10px 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 2901, ../_sass/_includes/_layouts/_content.scss */
  form.locations-search.locations-page .form-submit,
  form.locations-search.user-branch-block .form-submit {
    font-size: 15px;
    padding: 2px 15px 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2932, ../_sass/_includes/_layouts/_content.scss */
  form.locations-page .search-inputs {
    width: 220px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 2932, ../_sass/_includes/_layouts/_content.scss */
  form.locations-page .search-inputs {
    width: 160px !important;
  }
}

/* line 2949, ../_sass/_includes/_layouts/_content.scss */
#map,
#map-key {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 2949, ../_sass/_includes/_layouts/_content.scss */
  #map,
  #map-key {
    display: block;
  }
}

/* line 2958, ../_sass/_includes/_layouts/_content.scss */
#map {
  height: auto;
  max-width: 100%;
}

/* line 2963, ../_sass/_includes/_layouts/_content.scss */
.result-type {
  margin-top: 48px;
  text-align: center;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.branches::after {
  clear: both;
  content: "";
  display: block;
}
/* line 2971, ../_sass/_includes/_layouts/_content.scss */
.branches ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2976, ../_sass/_includes/_layouts/_content.scss */
.branches ol li {
  border-bottom: 1px solid #bbb;
  padding-bottom: 12px;
}
/* line 2982, ../_sass/_includes/_layouts/_content.scss */
.branches h4 {
  color: #EADA24;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 2982, ../_sass/_includes/_layouts/_content.scss */
  .branches h4 {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }
}
/* line 2997, ../_sass/_includes/_layouts/_content.scss */
.branches .address {
  color: #545454;
  font: normal 400 16px/20px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 2997, ../_sass/_includes/_layouts/_content.scss */
  .branches .address {
    text-align: left;
  }
}
/* line 3007, ../_sass/_includes/_layouts/_content.scss */
.branches .address br {
  display: none;
}
/* line 3011, ../_sass/_includes/_layouts/_content.scss */
.branches .address span:after {
  content: ',';
}
/* line 3016, ../_sass/_includes/_layouts/_content.scss */
.branches .distance-away {
  color: #545454;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 3016, ../_sass/_includes/_layouts/_content.scss */
  .branches .distance-away {
    text-align: left;
  }
}
/* line 3028, ../_sass/_includes/_layouts/_content.scss */
.branches .select-branch {
  background: #fff url(../img/content/icon-heart-grey.png) 9px center no-repeat;
  border: 1px solid #bbb;
  border-radius: 10px;
  color: #bbb;
  display: block;
  font: normal 400 16px/30px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 0 auto 24px;
  max-width: 400px;
  padding: 0 12px 0 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 3028, ../_sass/_includes/_layouts/_content.scss */
  .branches .select-branch {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 3046, ../_sass/_includes/_layouts/_content.scss */
.branches .selected-marker {
  background: #EADA24 url(../img/content/icon-heart-gold.png) 9px center no-repeat;
  border: none;
  color: #fff;
  border-radius: 10px;
  display: block;
  font: normal 400 16px/30px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 0 auto 24px;
  padding: 0 12px 0 28px;
  text-align: center;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  /* line 3046, ../_sass/_includes/_layouts/_content.scss */
  .branches .selected-marker {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 3063, ../_sass/_includes/_layouts/_content.scss */
.branches .selected-marker .default {
  display: none !important;
}
/* line 3068, ../_sass/_includes/_layouts/_content.scss */
.branches .phone {
  border: 1px solid #00843D;
  border-radius: 10px;
  color: #00843D;
  display: block;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 16px;
  line-height: 36px;
  margin: 0 auto 20px;
  max-width: 400px;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 3068, ../_sass/_includes/_layouts/_content.scss */
  .branches .phone {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    max-width: 200px;
  }
}
/* line 3089, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details {
  background: #f5f5f5;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  /* line 3089, ../_sass/_includes/_layouts/_content.scss */
  .branches .branch-details {
    background: #fff;
  }
}
/* line 3097, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details h5 {
  background: url(../img/content/icon-detail-arrow-right.png) 15px center no-repeat;
  border-bottom: 1px solid #a39d99;
  cursor: pointer;
  font-size: 20px;
  line-height: 44px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 3097, ../_sass/_includes/_layouts/_content.scss */
  .branches .branch-details h5 {
    display: none;
  }
}
/* line 3111, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details .info {
  display: none;
  padding: 14px 20px 6px;
}
@media screen and (min-width: 768px) {
  /* line 3111, ../_sass/_includes/_layouts/_content.scss */
  .branches .branch-details .info {
    display: block !important;
    padding: 0;
  }
}
/* line 3120, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details .info p {
  line-height: 18px;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  /* line 3120, ../_sass/_includes/_layouts/_content.scss */
  .branches .branch-details .info p {
    margin-bottom: 4px;
  }
}
/* line 3128, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details .info p a {
  color: #000;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  /* line 3128, ../_sass/_includes/_layouts/_content.scss */
  .branches .branch-details .info p a {
    color: #EADA24;
    display: inline-block;
    font-size: 18px;
    margin-top: 8px;
    text-transform: uppercase;
  }
}
/* line 3141, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details .info p a:after {
  content: "\003e";
  padding-left: 6px;
}
/* line 3146, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details .info p a:hover {
  text-decoration: underline;
}
/* line 3155, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details.expanded h5 {
  background-image: url(../img/content/icon-detail-arrow-down.png);
}
/* line 3159, ../_sass/_includes/_layouts/_content.scss */
.branches .branch-details.expanded .info {
  display: block;
}

/**
 * These are the drupal tabs that are in when in development
 * Making these changes because I can't click anything ever
 */
/* line 3170, ../_sass/_includes/_layouts/_content.scss */
.tabs {
  left: 18px;
  padding: 12px 0;
  position: fixed;
  top: 50px;
  z-index: 300;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.tabs::after {
  clear: both;
  content: "";
  display: block;
}
/* line 3178, ../_sass/_includes/_layouts/_content.scss */
.tabs ul, .tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 3184, ../_sass/_includes/_layouts/_content.scss */
.tabs li {
  float: left;
  margin-right: 6px;
}
/* line 3188, ../_sass/_includes/_layouts/_content.scss */
.tabs li a {
  background: #ccc;
  border-radius: 6px 6px;
  color: #444;
  display: block;
  padding: 3px 9px;
  text-decoration: none;
}

/* line 3201, ../_sass/_includes/_layouts/_content.scss */
.branch-bubble {
  font-size: 14px;
}
/* line 3204, ../_sass/_includes/_layouts/_content.scss */
.branch-bubble h4 {
  font-size: 18px;
  margin: 8px 0;
}

/* line 3211, ../_sass/_includes/_layouts/_content.scss */
.more-text {
  display: none;
}

/* line 3215, ../_sass/_includes/_layouts/_content.scss */
.img-responsive {
  width: 100%;
  height: auto;
}

/* line 3221, ../_sass/_includes/_layouts/_content.scss */
.download-links h3 {
  color: #444;
  font: normal 500 24px/28px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin-bottom: 8px;
  margin-top: 0em;
}
/* line 3228, ../_sass/_includes/_layouts/_content.scss */
.download-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 3233, ../_sass/_includes/_layouts/_content.scss */
.download-links ul li {
  display: block;
  border-bottom: dotted 1px #ccc;
  margin: 0;
  padding: 0;
}
/* line 3239, ../_sass/_includes/_layouts/_content.scss */
.download-links ul li a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  color: #00843D;
}
/* line 3245, ../_sass/_includes/_layouts/_content.scss */
.download-links ul li a:hover {
  color: #00843D;
}

/* line 3253, ../_sass/_includes/_layouts/_content.scss */
.pdf-icon {
  background-image: url(../img/content/pdf-icon.png);
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 4px;
}

/* line 3265, ../_sass/_includes/_layouts/_content.scss */
.float-right,
.pull-right {
  float: right;
  clear: none;
}

/* line 3271, ../_sass/_includes/_layouts/_content.scss */
.float-left,
.pull-left {
  float: left;
  clear: none;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* line 3281, ../_sass/_includes/_layouts/_content.scss */
.spoke-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  padding-bottom: 1em;
}
@media screen and (min-width: 1000px) {
  /* line 3281, ../_sass/_includes/_layouts/_content.scss */
  .spoke-image {
    width: 40%;
    padding-left: 1em;
  }
}

/* line 3295, ../_sass/_includes/_layouts/_content.scss */
.rates .rates-section {
  padding: 2rem;
}
/* line 3298, ../_sass/_includes/_layouts/_content.scss */
.rates .rates-section label {
  color: #444;
  font-size: 1.1rem;
}
/* line 3303, ../_sass/_includes/_layouts/_content.scss */
.rates .rates-section .zip {
  padding: 0.2rem;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 75px;
  font-family: monospace;
}
/* line 3312, ../_sass/_includes/_layouts/_content.scss */
.rates .rates-section .form-required {
  color: red;
}
/* line 3316, ../_sass/_includes/_layouts/_content.scss */
.rates .rates-section .form-item-zip {
  float: left;
  clear: none;
}
@media screen and (max-width: 768px) {
  /* line 3316, ../_sass/_includes/_layouts/_content.scss */
  .rates .rates-section .form-item-zip {
    margin: 0.5rem;
  }
}
/* line 3325, ../_sass/_includes/_layouts/_content.scss */
.rates .rates-section .form-item-zip-code {
  float: left;
  clear: none;
}
@media screen and (max-width: 768px) {
  /* line 3325, ../_sass/_includes/_layouts/_content.scss */
  .rates .rates-section .form-item-zip-code {
    margin: 0.5rem;
  }
}
/* line 3335, ../_sass/_includes/_layouts/_content.scss */
.rates .rates-section:first-child {
  margin-top: 0;
}

/* line 3341, ../_sass/_includes/_layouts/_content.scss */
.cta-button {
  display: inline-block;
  color: #fff;
  background-color: #00843D;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
/* line 3351, ../_sass/_includes/_layouts/_content.scss */
.cta-button:hover {
  background-color: #00843D;
  text-decoration: none;
}

/* line 3357, ../_sass/_includes/_layouts/_content.scss */
.rate-table {
  display: block;
  margin: 1.5rem 0;
}
/* line 3361, ../_sass/_includes/_layouts/_content.scss */
.rate-table .title-cell,
.rate-table thead tr:first-child th {
  background-color: #444;
  color: #fff;
  font: normal 400 1.5em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  text-align: center;
  padding: 1rem 0rem;
}
/* line 3370, ../_sass/_includes/_layouts/_content.scss */
.rate-table .header-cell,
.rate-table th {
  display: none;
  padding: 0.5rem 0;
  text-align: center;
  font: normal 400 1.25em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  background-color: #00843D;
  color: #fff;
}
/* line 3380, ../_sass/_includes/_layouts/_content.scss */
.rate-table .row,
.rate-table tr {
  border: 1px solid #ccc;
  border-bottom: none;
}
/* line 3385, ../_sass/_includes/_layouts/_content.scss */
.rate-table .row:first-child,
.rate-table tr:first-child {
  border-top: none;
}
/* line 3386, ../_sass/_includes/_layouts/_content.scss */
.rate-table .row:last-child,
.rate-table tr:last-child {
  border-bottom: 1px solid #ccc;
}
/* line 3389, ../_sass/_includes/_layouts/_content.scss */
.rate-table .table-head .row,
.rate-table thead tr {
  border: none;
}
/* line 3394, ../_sass/_includes/_layouts/_content.scss */
.rate-table .table-foot .cell,
.rate-table tfoot td {
  background-color: #fff;
}
/* line 3398, ../_sass/_includes/_layouts/_content.scss */
.rate-table .table-foot .cell p,
.rate-table tfoot td p {
  margin-top: 0;
}
/* line 3401, ../_sass/_includes/_layouts/_content.scss */
.rate-table .table-foot .cell p:last-child,
.rate-table tfoot td p:last-child {
  margin-bottom: 0;
}
/* line 3407, ../_sass/_includes/_layouts/_content.scss */
.rate-table .cell,
.rate-table td {
  padding: 0.1rem 0.75rem;
}
/* line 3411, ../_sass/_includes/_layouts/_content.scss */
.rate-table .cell:first-child,
.rate-table td:first-child {
  padding-top: 0.75rem;
}
/* line 3412, ../_sass/_includes/_layouts/_content.scss */
.rate-table .cell:last-child,
.rate-table td:last-child {
  padding-bottom: 0.75rem;
}
/* line 3415, ../_sass/_includes/_layouts/_content.scss */
.rate-table .field-label {
  font: normal 500 1em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  color: #555;
}
/* line 3420, ../_sass/_includes/_layouts/_content.scss */
.rate-table tr:nth-child(odd),
.rate-table .row:nth-child(odd) {
  background-color: #eaebec;
}
@media screen and (min-width: 768px) {
  /* line 3357, ../_sass/_includes/_layouts/_content.scss */
  .rate-table {
    display: block;
    width: 100%;
  }
  /* line 3430, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .table-head,
  .rate-table .table-body,
  .rate-table .table-foot,
  .rate-table thead,
  .rate-table tbody,
  .rate-table tfoot {
    display: table;
    width: 100%;
  }
  /* line 3440, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .title-cell,
  .rate-table thead tr:first-child th {
    display: table-cell;
    width: 100%;
  }
  /* line 3446, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .row,
  .rate-table tr {
    display: table-row;
    width: 100%;
    border: none;
  }
  /* line 3453, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .field-label {
    display: none;
  }
  /* line 3455, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .header-cell,
  .rate-table .cell,
  .rate-table th,
  .rate-table td {
    display: table-cell;
    padding: 0.5rem !important;
    text-align: center;
    vertical-align: middle;
  }
  /* line 3465, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .cell,
  .rate-table td {
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
  }
  /* line 3471, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .cell:last-child,
  .rate-table td:last-child {
    border-right: 1px solid #ccc;
  }
  /* line 3476, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .table-body .row:last-child .cell,
  .rate-table tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
  /* line 3481, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .table-foot .cell,
  .rate-table tfoot td {
    text-align: left;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  /* line 3489, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .one-col .header-cell,
  .rate-table .one-col .cell,
  .rate-table .one-col th,
  .rate-table .one-col td {
    width: 100%;
  }
  /* line 3498, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .three-col .header-cell,
  .rate-table .three-col .cell,
  .rate-table .three-col th,
  .rate-table .three-col td {
    width: 33.33%;
  }
  /* line 3507, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .four-col .header-cell,
  .rate-table .four-col .cell,
  .rate-table .four-col th,
  .rate-table .four-col td {
    width: 15%;
  }
  /* line 3513, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .four-col .header-cell:first-child,
  .rate-table .four-col .cell:first-child,
  .rate-table .four-col th:first-child,
  .rate-table .four-col td:first-child {
    text-align: left;
    width: 35%;
  }
  /* line 3518, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .four-col .header-cell:last-child,
  .rate-table .four-col .cell:last-child,
  .rate-table .four-col th:last-child,
  .rate-table .four-col td:last-child {
    width: 30%;
  }
  /* line 3525, ../_sass/_includes/_layouts/_content.scss */
  .rate-table .five-col .header-cell,
  .rate-table .five-col .cell,
  .rate-table .five-col th,
  .rate-table .five-col td {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  /* line 3536, ../_sass/_includes/_layouts/_content.scss */
  .page-rates-deposit-rates .content-article .content-main {
    width: 100%;
    padding: 0 1em;
  }
}

/* line 3544, ../_sass/_includes/_layouts/_content.scss */
table.table-rates {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}
/* line 3549, ../_sass/_includes/_layouts/_content.scss */
table.table-rates .nw-rates-table-btn {
  border: 1px solid #FFA300;
  background: #ffbc45;
  color: #545454;
  right: 20px;
  position: absolute;
}
/* line 3557, ../_sass/_includes/_layouts/_content.scss */
table.table-rates > thead > tr > th {
  position: relative;
}
/* line 3561, ../_sass/_includes/_layouts/_content.scss */
table.table-rates thead tr:first-child th {
  background-color: #444;
  color: #fff;
  font: normal 400 1.5em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  text-align: center;
  padding: 1rem 0rem;
}
/* line 3569, ../_sass/_includes/_layouts/_content.scss */
table.table-rates th {
  text-align: center;
  font: normal 400 1.25em "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  background-color: #00843D;
  color: #fff;
}
/* line 3576, ../_sass/_includes/_layouts/_content.scss */
table.table-rates tr {
  border: 1px solid #ccc;
  border-bottom: none;
}
/* line 3580, ../_sass/_includes/_layouts/_content.scss */
table.table-rates tr:first-child {
  border-top: none;
}
/* line 3581, ../_sass/_includes/_layouts/_content.scss */
table.table-rates tr:last-child {
  border-bottom: 1px solid #ccc;
}
/* line 3584, ../_sass/_includes/_layouts/_content.scss */
table.table-rates thead tr {
  border-bottom: none;
}
/* line 3587, ../_sass/_includes/_layouts/_content.scss */
table.table-rates thead tr:last-child {
  border-top: none;
}
/* line 3592, ../_sass/_includes/_layouts/_content.scss */
table.table-rates th,
table.table-rates td {
  padding: 0.5rem;
  text-align: center;
}
/* line 3597, ../_sass/_includes/_layouts/_content.scss */
table.table-rates th:first-child,
table.table-rates td:first-child {
  text-align: left;
}
/* line 3602, ../_sass/_includes/_layouts/_content.scss */
table.table-rates tfoot td {
  font-size: 80%;
  color: #666;
  background-color: #fff;
}
/* line 3607, ../_sass/_includes/_layouts/_content.scss */
table.table-rates tfoot td p {
  margin-top: 0;
}
/* line 3610, ../_sass/_includes/_layouts/_content.scss */
table.table-rates tfoot td p:last-child {
  margin-bottom: 0;
}
/* line 3616, ../_sass/_includes/_layouts/_content.scss */
table.table-rates tr:nth-child(odd) {
  background-color: #eaebec;
}

/* line 3624, ../_sass/_includes/_layouts/_content.scss */
.hvr-shutter-out-horizontal {
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  position: relative;
  background: transparent;
}
/* line 3631, ../_sass/_includes/_layouts/_content.scss */
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e5ffd6;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

/* line 3648, ../_sass/_includes/_layouts/_content.scss */
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  transform: scaleX(1);
}

/* line 3654, ../_sass/_includes/_layouts/_content.scss */
.cta-darkgreen {
  color: #00843D;
  display: block;
  font: normal 400 16px/16px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 1.1em;
  padding: 0.5em;
  transition: all .25s linear;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/* line 3665, ../_sass/_includes/_layouts/_content.scss */
.cta-darkgreen:hover {
  color: #00843D;
}

/* line 3670, ../_sass/_includes/_layouts/_content.scss */
.more-link {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  color: #91908D;
  display: inline-block;
  padding-right: 14px;
  position: relative;
  line-height: 2;
  margin-top: 4px;
}
/* line 3681, ../_sass/_includes/_layouts/_content.scss */
.more-link:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 11px;
  height: 9px;
  background: url(../img/content/icon-down-arrow-beige.png) no-repeat;
}

/* line 3694, ../_sass/_includes/_layouts/_content.scss */
.breakaway-cta-wrapper {
  display: table;
  width: 100%;
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  /* line 3694, ../_sass/_includes/_layouts/_content.scss */
  .breakaway-cta-wrapper {
    width: 50%;
    margin: 0;
  }
  /* line 3703, ../_sass/_includes/_layouts/_content.scss */
  .breakaway-cta-wrapper:first-of-type {
    width: 45%;
    margin-right: 2%;
  }
  /* line 3708, ../_sass/_includes/_layouts/_content.scss */
  .breakaway-cta-wrapper:last-of-type {
    width: 45%;
    margin-left: 0%;
  }
  /* line 3713, ../_sass/_includes/_layouts/_content.scss */
  .breakaway-cta-wrapper:first-of-type:last-of-type {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 3721, ../_sass/_includes/_layouts/_content.scss */
.breakaway-cta-block {
  border: 1px solid #FFA300;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #e8e8e8;
  color: #545454;
  background-color: #ffbc45;
  display: inline-block;
  font: normal 400 16px/16px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  min-height: 64px;
  height: 64px;
  padding: 0.5em 1em;
  position: relative;
  transition: all .25s linear;
  text-decoration: none;
  width: 48%;
  margin: 0 1%;
  display: table-cell;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
/* line 3742, ../_sass/_includes/_layouts/_content.scss */
.breakaway-cta-block:hover {
  box-shadow: 0px 0px 5px #ccc;
  transition: all .15s linear;
}
/* line 3748, ../_sass/_includes/_layouts/_content.scss */
.breakaway-cta-block:after {
  background: url(../img/content/icon-arrow-right-gold.png) no-repeat;
  content: '';
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-home::after {
  clear: both;
  content: "";
  display: block;
}
/* line 4, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts {
  text-align: center;
  margin-top: 10px;
  position: relative;
  background-color: #fff;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-home .home-callouts::after {
  clear: both;
  content: "";
  display: block;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-home .home-callouts a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-home .home-callouts a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
@media screen and (min-width: 768px) {
  /* line 4, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts {
    background: rgba(255, 255, 255, 0.85);
    margin-top: 0;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 4, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts {
    margin-top: -230px;
    min-height: 230px;
  }
  /* line 26, ../_sass/_includes/_layouts/_home.scss */
  .ie8 .content-home .home-callouts {
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  /* line 4, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts {
    margin-top: -240px;
    min-height: 240px;
    padding: 0 20px 0;
  }
  /* line 36, ../_sass/_includes/_layouts/_home.scss */
  .ie8 .content-home .home-callouts {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 41, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts-wrapper {
    max-width: 1160px;
    min-height: 230px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1440px) {
  /* line 41, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts-wrapper {
    max-width: 1200px;
    min-height: 240px;
    padding: 20px 0;
  }
}
/* line 56, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .content-blob {
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (min-width: 768px) {
  /* line 56, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .content-blob {
    display: table-cell;
    width: 25%;
    border: none;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    position: relative;
    background: transparent;
  }
  /* line 70, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .content-blob:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    transform: scale(0.75, 0);
    opacity: 0.2;
    transform-origin: 50% 23%;
    transition-property: transform, opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  /* line 87, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .content-blob:hover:before, .content-home .home-callouts .content-blob:focus:before, .content-home .home-callouts .content-blob:active:before {
    transform: scale(1);
    opacity: 0.9;
  }
}
/* line 96, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta {
  color: #00843D;
  padding: 20px 0 16px;
}
@media screen and (min-width: 768px) {
  /* line 102, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta.rewards a.cta {
    background: url(../img/home/icon-go.png) no-repeat;
    background-size: 20px 20px;
    padding-left: 27px;
  }
  /* line 109, ../_sass/_includes/_layouts/_home.scss */
  .ie8 .content-home .home-callouts .callout-cta.rewards a.cta {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 121, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta.investment a.cta {
    background: url(../img/home/icon-bank.png) no-repeat;
    background-size: 20px 20px;
    padding-left: 27px;
  }
  /* line 128, ../_sass/_includes/_layouts/_home.scss */
  .ie8 .content-home .home-callouts .callout-cta.investment a.cta {
    background: none;
  }
}
/* line 140, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta.support p {
  display: block;
}
/* line 144, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta.support a.cta {
  font-size: 17px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  /* line 144, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta.support a.cta {
    background: url(../img/home/icon-phone.png) no-repeat;
    background-size: 20px 20px;
    font-size: 18px;
    padding-left: 27px;
  }
  /* line 154, ../_sass/_includes/_layouts/_home.scss */
  .ie8 .content-home .home-callouts .callout-cta.support a.cta {
    background: none;
  }
}
/* line 160, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta.support a.cta:after {
  display: none;
}
/* line 168, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta img {
  display: block;
  height: auto;
  margin: 0 auto 15px;
  max-width: 90px;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  /* line 168, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta img {
    display: none;
  }
}
/* line 181, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta h3 {
  font: normal 400 16px/20px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 0;
}
/* line 185, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta h3:after {
  background: #f1eeee;
  content: ' ';
  height: 1px;
  display: block;
  margin: 12px auto 8px;
  width: 210px;
}
@media screen and (min-width: 768px) {
  /* line 181, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta h3 {
    color: #000;
    font-size: 18px;
    line-height: 18px;
  }
  /* line 199, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta h3:after {
    background: #00843D;
  }
}
@media screen and (min-width: 1000px) {
  /* line 181, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta h3 {
    font-size: 20px;
    line-height: 21px;
  }
  /* line 209, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta h3:after {
    width: 280px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 181, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
/* line 222, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta a {
  color: #00843D;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  text-decoration: none;
}
/* line 228, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta p {
  display: none;
  font-size: 12px;
  line-height: 16px;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  /* line 228, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta p {
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 228, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta p {
    font-size: 15px;
    line-height: 18px;
    margin: 12px 0;
  }
}
@media screen and (min-width: 1440px) {
  /* line 228, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta p {
    font-size: 16px;
    line-height: 18px;
    margin: 18px 0;
  }
}
/* line 253, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta p a:hover {
  text-decoration: underline;
}
/* line 259, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta a.cta {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-home .home-callouts .callout-cta a.cta:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-home .home-callouts .callout-cta a.cta:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 267, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .callout-cta a.cta:after {
  content: '\003e';
  display: inline-block;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  /* line 259, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta a.cta {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 259, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-callouts .callout-cta a.cta {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 289, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .paragraphs-item-image-with-description > .content:before {
  border-bottom: none;
}
/* line 293, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-callouts .paragraphs-item-image-with-description > .content:after {
  content: none;
}
/* line 300, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote {
  display: none;
  max-width: 100%;
  padding: 0 30px 30px;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-home .home-quote::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 300, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote {
    display: block;
    padding: 35px 30px;
  }
}
/* line 311, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote-wrapper {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  /* line 311, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote-wrapper {
    max-width: 1130px;
  }
}
/* line 320, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote .quote-link {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  /* line 320, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote .quote-link {
    float: left;
  }
  /* line 326, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote .quote-link img {
    display: inline-block;
    float: none;
  }
}
/* line 333, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote img {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 333, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote img {
    border-radius: 32px 20px 20px 32px;
    display: block;
    float: left;
    margin-bottom: 0.809em;
    margin-right: 0.809em;
    max-width: 16em;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 333, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote img {
    max-width: 19em;
  }
}
@media screen and (min-width: 1000px) {
  /* line 333, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote img {
    margin-left: -46px;
    max-width: 15em;
  }
}
/* line 357, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote .details {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 357, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote .details {
    display: table-cell;
    margin-left: 17.7522em;
    vertical-align: middle;
  }
}
/* line 368, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote h4 {
  color: #008853;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  /* line 368, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 368, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
/* line 387, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote blockquote {
  border-bottom: 1px solid #f1eeee;
  color: #00843D;
  font: normal 500 28px/36px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin: 0 auto 16px;
  max-width: 400px;
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  /* line 387, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote blockquote {
    border-bottom: none;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 387, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote blockquote {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px;
    max-width: 750px;
  }
}
/* line 413, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote blockquote:before, .content-home .home-quote blockquote:after {
  content: ' ';
  display: block;
  height: 18px;
  position: absolute;
  width: 26px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  /* line 413, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote blockquote:before, .content-home .home-quote blockquote:after {
    height: 46px;
    width: 69px;
  }
}
/* line 428, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote blockquote:before {
  background: url(../img/content/icon-quote-open.png) no-repeat;
  left: -18px;
  top: -8px;
}
@media screen and (min-width: 768px) {
  /* line 428, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote blockquote:before {
    background: url(../img/content/icon-quote-open-768.png) no-repeat;
    left: 2px;
    top: -14px;
  }
}
/* line 441, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote blockquote:after {
  background: url(../img/content/icon-quote-close.png) no-repeat;
  bottom: 4px;
  right: -12px;
}
@media screen and (min-width: 768px) {
  /* line 441, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote blockquote:after {
    background: url(../img/content/icon-quote-close-768.png) no-repeat;
    bottom: -2px;
    right: -12px;
  }
}
/* line 456, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote .cta {
  color: #008853;
  display: block;
  font: normal 400 12px/16px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 0 auto;
  max-width: 260px;
  padding: 0 40px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.content-home .home-quote .cta:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.content-home .home-quote .cta:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
@media screen and (min-width: 768px) {
  /* line 456, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote .cta {
    color: #73665f;
    max-width: 100%;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1000px) {
  /* line 456, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-quote .cta {
    font-size: 15px;
  }
}
/* line 481, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-quote .cta:after {
  content: '\003e';
  display: inline;
  padding-left: 8px;
}
/* line 491, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator {
  background: #FFA300;
  color: #fff;
  left: 0;
  position: absolute;
  top: 240px;
  width: 100%;
  min-height: 150px;
}
/* line 500, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator + .your-nw-title {
  display: none;
  font: normal 500 21px/24px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin: 0;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 500, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator + .your-nw-title {
    display: block;
    text-align: center;
    padding-bottom: 16px;
  }
  /* line 512, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator + .your-nw-title:before {
    background: url(../img/home/icon-nw-pin.png);
    content: ' ';
    display: block;
    height: 62px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -16px;
    width: 53px;
  }
}
/* line 527, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .find-location-link {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 491, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator {
    text-align: center;
    padding-bottom: 16px;
  }
  /* line 535, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .find-location-title {
    display: none;
  }
  /* line 537, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .find-location-link {
    display: inline-block;
    font-size: 17px;
    font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: #00843D;
    text-decoration: none;
    margin-top: 12px;
    cursor: pointer;
  }
  /* line 550, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .find-location-link:hover, .content-home .home-locator .find-location-link:focus, .content-home .home-locator .find-location-link:active {
    color: #00843D;
    background-color: #fff;
  }
  /* line 558, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.open {
    position: fixed;
    top: 36px;
    z-index: 101;
  }
}
@media screen and (max-width: 767px) and (min-width: 620px) {
  /* line 558, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.open {
    top: 52px;
  }
}
@media screen and (max-width: 767px) {
  /* line 568, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck {
    position: fixed;
    top: 42px;
    z-index: 10;
  }
  /* line 573, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck .your-nw-title {
    display: none;
  }
  /* line 574, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck .find-location-link {
    margin-top: 10px;
  }
  /* line 578, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck h2 {
    color: #EADA24;
    padding-top: 18px;
  }
  /* line 582, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck h2:before {
    background-repeat: no-repeat;
    background-size: 32px 36px;
    height: 36px;
    margin-left: -98px;
    top: 16px;
    width: 32px;
  }
  /* line 591, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck h2:after {
    display: none;
  }
  /* line 599, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck .col.address, .content-home .home-locator.stuck .col.hours {
    display: none;
  }
  /* line 604, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck .col.phone {
    top: 2px;
  }
  /* line 610, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator.stuck .mobile-links {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 491, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator {
    height: auto;
    position: relative !important;
    text-align: center;
    top: 0;
  }
}
/* line 625, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .map {
  display: none;
  text-align: center;
  min-height: 150px;
}
/* line 630, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .map .your-location,
.content-home .home-locator .map + .your-location {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 625, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .map {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    padding-top: 2.25em;
  }
  /* line 644, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .map .your-location,
  .content-home .home-locator .map + .your-location {
    display: inline-block;
    width: 80%;
    max-width: 500px;
  }
  /* line 651, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .map + .your-location {
    display: inline-block;
    width: 80%;
    max-width: 500px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
  }
}
/* line 663, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator h2 {
  font: normal 500 21px/24px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin: 0;
  padding-top: 40px;
  position: relative;
}
/* line 669, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator h2:before {
  background: url(../img/home/icon-nw-pin.png);
  content: ' ';
  display: block;
  height: 62px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -16px;
  width: 53px;
}
@media screen and (min-width: 768px) {
  /* line 663, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator h2 {
    display: none;
  }
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-home .home-locator .branch-detail::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 687, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .branch-detail {
    padding: 12px 30px;
  }
  /* line 694, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .branch-detail.unknown-branch {
    background-color: #008752;
  }
}
/* line 699, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .branch-detail-wrapper {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  /* line 699, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .branch-detail-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 699, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .branch-detail-wrapper {
    margin: 0 auto;
  }
}
/* line 714, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 714, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col {
    text-align: left;
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 17.32172%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .content-home .home-locator .col:last-child {
    margin-right: 0;
  }
}
/* line 722, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.advisor, .content-home .home-locator .col.direct {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 722, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.advisor, .content-home .home-locator .col.direct {
    display: block;
  }
}
/* line 731, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.address, .content-home .home-locator .col.phone, .content-home .home-locator .col.hours {
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 731, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address, .content-home .home-locator .col.phone, .content-home .home-locator .col.hours {
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  /* line 731, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address, .content-home .home-locator .col.phone, .content-home .home-locator .col.hours {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 17.32172%;
    position: relative;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .content-home .home-locator .col.address:last-child, .content-home .home-locator .col.phone:last-child, .content-home .home-locator .col.hours:last-child {
    margin-right: 0;
  }
}
/* line 746, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.address a, .content-home .home-locator .col.phone a, .content-home .home-locator .col.hours a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  /* line 755, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.advisor img {
    float: left;
    height: auto;
    margin-right: 10px;
    max-width: 38px;
    border-radius: 100%;
  }
}
@media screen and (min-width: 768px) {
  /* line 768, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    top: 0;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .content-home .home-locator .col.address:last-child {
    margin-right: 0;
  }
}
/* line 776, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.address:after {
  background: #f2b930;
  content: ' ';
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 200px;
}
@media screen and (min-width: 768px) {
  /* line 776, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address:after {
    display: none;
  }
}
/* line 789, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.address p {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  /* line 789, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 798, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address img {
    float: left;
    height: auto;
    margin-right: 8px;
    max-width: 10px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 798, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address img {
    max-width: 14px;
  }
}
/* line 813, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.address a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 813, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address a {
    font: normal 400 11px/14px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  }
}
@media screen and (min-width: 1000px) {
  /* line 813, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address a {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 827, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.address br {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 827, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  /* line 836, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address span.wrap {
    display: block;
    padding-left: 18px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 836, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address span.wrap {
    padding-left: 22px;
  }
}
/* line 847, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.address span.heading:after {
  content: ',';
}
@media screen and (min-width: 768px) {
  /* line 847, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.address span.heading:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 858, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.phone {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 865, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.phone img {
    float: left;
    height: auto;
    margin-right: 8px;
    max-width: 12px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 865, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.phone img {
    max-width: 14px;
  }
}
/* line 880, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.phone a {
  font: normal 400 19px/24px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  /* line 880, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.phone a {
    font: normal 400 11px/22px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  }
}
@media screen and (min-width: 1000px) {
  /* line 880, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.phone a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  /* line 896, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.hours {
    top: 0;
  }
}
/* line 903, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.hours p {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  font-size: 12px;
}
/* line 907, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col.hours p span.heading {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 907, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.hours p span.heading {
    display: inline;
    font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  }
}
@media screen and (min-width: 768px) {
  /* line 919, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.hours span.wrap {
    display: block;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 919, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.hours span.wrap {
    padding-left: 28px;
  }
}
@media screen and (min-width: 768px) {
  /* line 931, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.hours img {
    float: left;
    height: auto;
    margin-right: 8px;
    max-width: 16px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 931, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.hours img {
    max-width: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 948, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.direct {
    margin-right: 0;
    text-align: center;
  }
  /* line 954, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.direct a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* line 960, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.direct a.tel {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  /* line 960, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.direct a.tel {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  /* line 970, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.direct a.chat {
    background: url(../img/home/icon-chat.png) no-repeat;
    background-size: 12px 12px;
    display: inline-block;
    font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
    padding-left: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  /* line 970, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col.direct a.chat {
    background-size: 16px 15px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  /* line 984, ../_sass/_includes/_layouts/_home.scss */
  .ie8 .content-home .home-locator .col.direct a.chat {
    background: none;
    padding-left: 0;
  }
}
/* line 997, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .col img, .content-home .home-locator .col h4 {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 997, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col img, .content-home .home-locator .col h4 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 1006, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col h4 {
    color: #000;
    color: rgba(0, 0, 0, 0.4);
    font: normal 400 8px/12px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1006, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col h4 {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1023, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col p {
    font: normal 400 11px/14px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1023, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .col p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1039, ../_sass/_includes/_layouts/_home.scss */
  .content-home .home-locator .mobile-links {
    display: none;
  }
}
/* line 1045, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .mobile-links a {
  display: block;
  text-decoration: none;
  width: 100%;
}
/* line 1050, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .mobile-links a.directions {
  color: #ac7800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
/* line 1056, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .mobile-links a.directions:after {
  content: '\003e';
  display: inline-block;
  padding-left: 5px;
}
/* line 1064, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .mobile-links a.locator {
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  margin-top: 8px;
}
/* line 1070, ../_sass/_includes/_layouts/_home.scss */
.content-home .home-locator .mobile-links a.locator:after {
  content: '\003e';
  display: inline-block;
  padding-left: 5px;
}
/* line 1086, ../_sass/_includes/_layouts/_home.scss */
.content-home .branch-detail {
  background: #FFA300;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-home .branch-detail::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 1086, ../_sass/_includes/_layouts/_home.scss */
  .content-home .branch-detail {
    padding: 12px 30px;
  }
  /* line 1095, ../_sass/_includes/_layouts/_home.scss */
  .content-home .branch-detail.unknown-branch {
    background-color: #008752;
  }
}
/* line 1100, ../_sass/_includes/_layouts/_home.scss */
.content-home .branch-detail-wrapper {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  /* line 1100, ../_sass/_includes/_layouts/_home.scss */
  .content-home .branch-detail-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1100, ../_sass/_includes/_layouts/_home.scss */
  .content-home .branch-detail-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 1117, ../_sass/_includes/_layouts/_home.scss */
  .content-home .branch-detail.stuck .col.address, .content-home .branch-detail.stuck .col.hours {
    display: none;
  }
  /* line 1122, ../_sass/_includes/_layouts/_home.scss */
  .content-home .branch-detail.stuck .col.phone {
    top: 2px;
  }
  /* line 1128, ../_sass/_includes/_layouts/_home.scss */
  .content-home .branch-detail.stuck .mobile-links {
    display: none;
  }
}
/* line 1137, ../_sass/_includes/_layouts/_home.scss */
.content-home .branch-detail.unknown-branch .form-item-geolocation {
  display: block !important;
}
/* line 1140, ../_sass/_includes/_layouts/_home.scss */
.content-home .branch-detail.unknown-branch .form-item-geolocation span {
  color: #fff;
}
/* line 1146, ../_sass/_includes/_layouts/_home.scss */
.content-home .branch-detail.unknown-branch .or {
  display: block !important;
}
/* line 1150, ../_sass/_includes/_layouts/_home.scss */
.content-home .branch-detail.unknown-branch .find-location-title {
  color: #fff;
  text-align: center;
  font-size: 1.17em;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
}
/* line 1157, ../_sass/_includes/_layouts/_home.scss */
.content-home .branch-detail.unknown-branch .find-location-link {
  display: none !important;
}
@media screen and (max-width: 767px) {
  /* line 1162, ../_sass/_includes/_layouts/_home.scss */
  .content-home .branch-detail.unknown-branch form.locations-search {
    display: block !important;
  }
}
/* line 1171, ../_sass/_includes/_layouts/_home.scss */
.content-home .col {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 1171, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col {
    text-align: left;
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 17.32172%;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .content-home .col:last-child {
    margin-right: 0;
  }
}
/* line 1179, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.advisor, .content-home .col.direct {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 1179, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.advisor, .content-home .col.direct {
    display: block;
  }
}
/* line 1188, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.address, .content-home .col.phone, .content-home .col.hours {
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 1188, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address, .content-home .col.phone, .content-home .col.hours {
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  /* line 1188, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address, .content-home .col.phone, .content-home .col.hours {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 17.32172%;
    position: relative;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .content-home .col.address:last-child, .content-home .col.phone:last-child, .content-home .col.hours:last-child {
    margin-right: 0;
  }
}
/* line 1203, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.address a, .content-home .col.phone a, .content-home .col.hours a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  /* line 1212, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.advisor img {
    float: left;
    height: auto;
    margin-right: 10px;
    max-width: 38px;
    border-radius: 100%;
  }
}
@media screen and (min-width: 768px) {
  /* line 1225, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 23.68159%;
    top: 0;
  }
  /* line 89, ../bower_components/neat/app/assets/stylesheets/grid/_span-columns.scss */
  .content-home .col.address:last-child {
    margin-right: 0;
  }
}
/* line 1233, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.address:after {
  background: #f2b930;
  content: ' ';
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 200px;
}
@media screen and (min-width: 768px) {
  /* line 1233, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address:after {
    display: none;
  }
}
/* line 1246, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.address p {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  /* line 1246, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 1255, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address img {
    float: left;
    height: auto;
    margin-right: 8px;
    max-width: 10px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1255, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address img {
    max-width: 14px;
  }
}
/* line 1270, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.address a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 1270, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address a {
    font: normal 400 11px/14px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1270, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address a {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 1284, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.address br {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 1284, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  /* line 1293, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address span.wrap {
    display: block;
    padding-left: 18px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1293, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address span.wrap {
    padding-left: 22px;
  }
}
/* line 1304, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.address span.heading:after {
  content: ',';
}
@media screen and (min-width: 768px) {
  /* line 1304, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.address span.heading:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 1315, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.phone {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 1322, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.phone img {
    float: left;
    height: auto;
    margin-right: 8px;
    max-width: 12px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1322, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.phone img {
    max-width: 14px;
  }
}
/* line 1337, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.phone a {
  font: normal 400 19px/24px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  /* line 1337, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.phone a {
    font: normal 400 11px/22px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1337, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.phone a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1353, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.hours {
    top: 0;
  }
}
/* line 1360, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.hours p {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  font-size: 12px;
}
/* line 1364, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.hours p span.heading {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 1364, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.hours p span.heading {
    display: inline;
    font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  }
}
/* line 1376, ../_sass/_includes/_layouts/_home.scss */
.content-home .col.hours span.wrap {
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* line 1376, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.hours span.wrap {
    display: block;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1376, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.hours span.wrap {
    padding-left: 28px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1389, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.hours img {
    float: left;
    height: auto;
    margin-right: 8px;
    max-width: 16px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1389, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.hours img {
    max-width: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1406, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.direct {
    margin-right: 0;
    text-align: center;
  }
  /* line 1412, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.direct a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* line 1418, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.direct a.tel {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  /* line 1418, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.direct a.tel {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1428, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.direct a.chat {
    background: url(../img/home/icon-chat.png) no-repeat;
    background-size: 12px 12px;
    display: inline-block;
    font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
    padding-left: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  /* line 1428, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col.direct a.chat {
    background-size: 16px 15px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1442, ../_sass/_includes/_layouts/_home.scss */
  .ie8 .content-home .col.direct a.chat {
    background: none;
    padding-left: 0;
  }
}
/* line 1455, ../_sass/_includes/_layouts/_home.scss */
.content-home .col img, .content-home .col h4 {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 1455, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col img, .content-home .col h4 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 1464, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col h4 {
    color: #000;
    color: rgba(0, 0, 0, 0.4);
    font: normal 400 8px/12px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1464, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col h4 {
    font-size: 10px;
    line-height: 14px;
  }
}
/* line 1481, ../_sass/_includes/_layouts/_home.scss */
.content-home .col p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* line 1481, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col p {
    font: normal 400 11px/14px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1481, ../_sass/_includes/_layouts/_home.scss */
  .content-home .col p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) {
  /* line 1498, ../_sass/_includes/_layouts/_home.scss */
  .content-home .mobile-links {
    display: none;
  }
}
/* line 1504, ../_sass/_includes/_layouts/_home.scss */
.content-home .mobile-links a {
  display: block;
  text-decoration: none;
  width: 100%;
}
/* line 1509, ../_sass/_includes/_layouts/_home.scss */
.content-home .mobile-links a.directions {
  color: #ac7800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
/* line 1515, ../_sass/_includes/_layouts/_home.scss */
.content-home .mobile-links a.directions:after {
  content: '\003e';
  display: inline-block;
  padding-left: 5px;
}
/* line 1523, ../_sass/_includes/_layouts/_home.scss */
.content-home .mobile-links a.locator {
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  margin-top: 8px;
}
/* line 1529, ../_sass/_includes/_layouts/_home.scss */
.content-home .mobile-links a.locator:after {
  content: '\003e';
  display: inline-block;
  padding-left: 5px;
}

/* line 2, ../_sass/_includes/_layouts/_rotator.scss */
.personal-home-rotator {
  width: 100%;
}
/* line 5, ../_sass/_includes/_layouts/_rotator.scss */
.personal-home-rotator .rotator-slide {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 340px;
  overflow: hidden;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  /* line 5, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 860px) {
  /* line 5, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1000px) {
  /* line 5, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide {
    background-size: cover;
    height: 640px;
  }
}
@media screen and (min-width: 1160px) {
  /* line 5, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide {
    height: 700px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 5, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide {
    height: 840px;
  }
}
/* line 36, ../_sass/_includes/_layouts/_rotator.scss */
.personal-home-rotator .rotator-slide h1 {
  font: normal 500 28px/32px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin: 0 0 5px;
  padding-top: 120px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 36, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide h1 {
    font-size: 36px;
    line-height: 36px;
    padding-top: 185px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 36, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide h1 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1160px) {
  /* line 36, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide h1 {
    padding-top: 248px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 36, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide h1 {
    font-size: 48px;
    line-height: 48px;
    padding-top: 312px;
  }
}
/* line 64, ../_sass/_includes/_layouts/_rotator.scss */
.personal-home-rotator .rotator-slide a {
  color: #fff;
  text-decoration: none;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.personal-home-rotator .rotator-slide a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.personal-home-rotator .rotator-slide a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 70, ../_sass/_includes/_layouts/_rotator.scss */
.personal-home-rotator .rotator-slide a.cta {
  display: block;
  font: normal 400 14px/16px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
/* line 76, ../_sass/_includes/_layouts/_rotator.scss */
.personal-home-rotator .rotator-slide a.cta:after {
  content: '\003e';
  display: inline-block;
  padding-left: 8px;
}
@media screen and (min-width: 1000px) {
  /* line 70, ../_sass/_includes/_layouts/_rotator.scss */
  .personal-home-rotator .rotator-slide a.cta {
    font-size: 16px;
    line-height: 18px;
  }
}

/**
 * This handles all of the content-modules
 *
 * The content-module class is a subclass of content-hero, and will be
 * present only when there is an interactive module on the page.
 *
 * Remember that content-module will pick up any responsve widths from
 * content-hero
 *
 * TOC:
 * 1. -Typo
 * 2. -Forms
 * 3. -Layout
 * 4. -Intros
 * 5. -Questions
 * 6. -Summaries
 *
 * ========================================================================== */
/* line 21, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-top.content-module {
  margin-top: 0;
}
/* line 25, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module {
  background-color: #f5f5f5;
  position: relative;
  height: auto;
  /**
   * -Intros
   * The intro module type
   * ======================================================================== */
  /**
   * -Questions
   * The question module type
   * ======================================================================== */
  /**
   * -Summaries
   * The summary module type
   * ======================================================================== */
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-module::after {
  clear: both;
  content: "";
  display: block;
}
/* line 35, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module h1 {
  font-size: 1.5em;
  line-height: 115%;
}
@media screen and (min-width: 1000px) {
  /* line 35, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module h1 {
    margin-top: 1em;
    font-size: 2em;
  }
}
@media screen and (min-width: 1440px) {
  /* line 35, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module h1 {
    margin-top: 2em;
  }
}
/* line 49, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module h2 {
  font-size: 1.25em;
}
@media screen and (min-width: 1000px) {
  /* line 49, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module h2 {
    margin-top: 1em;
    font-size: 1.5em;
  }
}
/* line 58, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 58, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module img {
    width: 80%;
  }
}
/* line 70, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .form-text {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #ccc;
  font-size: 2em;
  text-align: center;
  width: auto;
}
/* line 79, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .form-select {
  border: 1px solid #ccc;
  background: #fff url(../img/module/plan/arrow.png) no-repeat 98% 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.5em;
  margin: 1em auto;
  text-indent: 10px;
  text-overflow: '';
  width: 100%;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 79, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .form-select {
    background-image: url(../img/module/plan/arrow-x2.png);
    background-size: 18px 11px;
  }
}
/* line 102, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .column {
  text-align: center;
  width: 100%;
}
/* line 106, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .column.right {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  /* line 102, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .column {
    float: left;
    width: 50%;
  }
}
/* line 119, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module button, .content-article .content-module .btn {
  background: #fff;
  border: 1px solid #7ec248;
  border-radius: 3px;
  color: #7ec248;
  display: block;
  font: normal 400 16px/30px "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  height: 40px;
  margin: 22px auto;
  min-width: 50%;
  padding: 0 24px;
  text-align: center;
}
/* line 131, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module button.btn-submit, .content-article .content-module .btn.btn-submit {
  background: #7ec248;
  border: 1px solid #7ec248;
  border-radius: 3px;
  color: #fff;
}
/* line 139, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .secondary {
  color: #ccc;
  display: block;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-module .module-intro::after {
  clear: both;
  content: "";
  display: block;
}
/* line 157, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-intro .divider {
  background: url("../img/module/plan/divider.png") no-repeat center center;
  display: none;
  height: 39px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 157, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-intro .divider {
    display: block;
    margin: .5em auto;
  }
}
@media screen and (min-width: 1000px) {
  /* line 157, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-intro .divider {
    margin: 2em auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 157, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-intro .divider {
    background-image: url(../img/module/plan/divider-x2.png);
    background-size: 129px 39px;
  }
}
/* line 180, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-intro.version-1 .hero {
  background: url("../img/module/plan/hero-1.png") 0 0 no-repeat;
  background-size: cover;
  height: 400px;
}
/* line 196, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question {
  border-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  text-align: center;
  width: 90%;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-module .module-question::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 196, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question {
    width: 80%;
  }
}
/* line 209, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .btn-container {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-module .module-question .btn-container::after {
  clear: both;
  content: "";
  display: block;
}
/* line 215, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .btn-container .btn-item {
  display: block;
  text-align: left;
}
/* line 219, ../_sass/_includes/_layouts/_modules.scss */
.centered .content-article .content-module .module-question .btn-container .btn-item {
  float: left;
}
/* line 223, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .btn-container .btn-item .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 223, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question .btn-container .btn-item .btn {
    width: 80%;
  }
}
/* line 233, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header {
  text-align: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  /* line 233, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question .header {
    margin-top: 0px;
  }
}
/* line 240, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header h1 {
  font-size: 1.25em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  /* line 240, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question .header h1 {
    margin-bottom: 0em;
  }
}
/* line 247, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header .lockup {
  border-bottom: 1px solid #7ec248;
  height: 20px;
  margin: auto;
  margin-top: 1em;
  padding-bottom: 1em;
  position: relative;
  width: 300px;
}
/* line 256, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header .lockup .dot {
  border-radius: 100px;
  display: block;
  height: 15px;
  position: absolute;
  text-indent: -9999px;
  top: 12px;
  width: 15px;
}
/* line 264, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header .lockup .dot.on {
  background: #7ec248;
}
/* line 267, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header .lockup .dot.off {
  background: #fff;
  border: 1px solid #7ec248;
}
/* line 271, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header .lockup .dot.one {
  left: 0;
}
/* line 274, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header .lockup .dot.two {
  left: 145px;
}
/* line 277, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question .header .lockup .dot.three {
  right: 0;
}
/* line 288, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-1 .column.right {
  padding: 2em;
}
@media screen and (min-width: 768px) {
  /* line 287, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question.version-1 .column {
    text-align: left;
  }
}
/* line 300, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-2 .column {
  width: 100%;
}
/* line 303, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-2 .column .btn-container .btn-item {
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 303, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question.version-2 .column .btn-container .btn-item {
    float: left;
    width: 50%;
  }
}
/* line 310, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-2 .column .btn-container .btn-item strong {
  display: block;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  /* line 310, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question.version-2 .column .btn-container .btn-item strong {
    margin-top: auto;
  }
}
/* line 317, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-2 .column .btn-container .btn-item .form-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 317, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question.version-2 .column .btn-container .btn-item .form-text {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  /* line 329, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question.version-4 .column {
    margin-top: 2em;
    text-align: left;
  }
}
/* line 334, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-4 .column label {
  border: 1px dotted #545454;
  border-radius: 3px;
  display: block;
  font-size: 1.25em;
  margin-bottom: .25em;
  padding: .5em;
}
/* line 342, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-4 .column label input {
  margin-right: .5em;
}
/* line 345, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-4 .column label input.checked {
  background: #fff;
  border: 1px solid #00843D;
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* line 356, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-question.version-5 .column {
    margin-top: 2em;
    text-align: left;
  }
}
/* line 361, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-5 .column label {
  border: 1px solid #545454;
  border-radius: 3px;
  background: #fff;
  display: block;
  font-size: 1em;
  margin-bottom: .25em;
  padding: .5em;
}
/* line 370, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-question.version-5 .column label input {
  margin-right: .5em;
}
/* line 388, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary {
  border-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  text-align: center;
}
/* line 397, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary input {
  font-size: 1.5em;
  margin-bottom: .25em;
  padding: .25em;
  width: 100%;
}
/* line 404, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-1 {
  width: 100%;
}
/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.content-article .content-module .module-summary.version-1::after {
  clear: both;
  content: "";
  display: block;
}
/* line 408, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-1 .column.hero {
  background: url("../img/module/plan/hero-3.png") 0 0 no-repeat;
  background-size: cover;
  height: 400px;
}
@media screen and (min-width: 768px) {
  /* line 407, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-summary.version-1 .column {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  /* line 407, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-summary.version-1 .column {
    padding: 2em;
  }
}
/* line 424, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 {
  background: url("../img/module/plan/hero-wide-1.jpg") 0 0 no-repeat;
  background-position: center bottom;
  background-size: 70%;
  height: 500px;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 424, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-summary.version-2 {
    background-size: 100%;
  }
}
/* line 433, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 .header {
  bottom: 0;
  color: #fff;
  position: absolute;
  width: 100%;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
/* line 439, ../_sass/_includes/_layouts/_modules.scss */
.oldie .content-article .content-module .module-summary.version-2 .header {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 443, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 .header h1 {
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 3em;
  padding-bottom: 0;
  margin: .5em auto 0 auto;
  width: 80%;
}
/* line 450, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 .header p {
  margin: 0 auto 1.25em auto;
  padding-top: 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  /* line 450, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-summary.version-2 .header p {
    width: 60%;
  }
}
/* line 458, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 .header .form-fields {
  margin: auto;
  width: 80%;
}
/* line 461, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 .header .form-fields label {
  display: block;
  margin-top: .5em;
}
@media screen and (min-width: 768px) {
  /* line 461, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-summary.version-2 .header .form-fields label {
    display: inline-block;
  }
}
/* line 467, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 .header .form-fields label strong {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  text-align: left;
}
/* line 476, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 .header .form-fields input {
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  color: #000;
  color: white;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 476, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-summary.version-2 .header .form-fields input {
    width: auto;
  }
}
/* line 488, ../_sass/_includes/_layouts/_modules.scss */
.content-article .content-module .module-summary.version-2 .header .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 488, ../_sass/_includes/_layouts/_modules.scss */
  .content-article .content-module .module-summary.version-2 .header .btn {
    min-width: auto;
    width: auto;
  }
}

/* line 3, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top {
  color: #FFF;
  padding: 1rem;
  background-image: url(../img/module/plan/plan-module-hero-life.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 225px;
  display: table;
  width: 100%;
}
/* line 14, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top.plan-life {
  background-image: url(../img/module/plan/plan-module-hero-life.jpg);
}
/* line 15, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top.plan-job {
  background-image: url(../img/module/plan/plan-module-hero-job.jpg);
}
/* line 16, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top.plan-married {
  background-image: url(../img/module/plan/plan-module-hero-married.jpg);
}
/* line 17, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top.plan-family {
  background-image: url(../img/module/plan/plan-module-hero-family.jpg);
}
/* line 18, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top.plan-nesters {
  background-image: url(../img/module/plan/plan-module-hero-nesters.jpg);
}
/* line 19, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top.plan-retirement {
  background-image: url(../img/module/plan/plan-module-hero-retirement.jpg);
}
/* line 21, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top .content-vertical-bottom {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}
/* line 26, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-top .content-vertical-bottom h1 {
  padding-left: 2rem;
  font-weight: 700;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0;
}
/* line 37, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .panel-bottom {
  display: table;
  width: 100%;
  background-color: #e5ffd6;
  padding: 1.5rem;
  margin-top: 1rem;
}
/* line 45, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .left-pane {
  display: table-cell;
  width: 30%;
  border-right: 1px solid #00843D;
  text-align: right;
  padding-right: 1rem;
  vertical-align: top;
}
/* line 53, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .left-pane p {
  font-size: 1.2rem;
  margin: 0.25rem 0;
}
/* line 58, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .left-pane h2 {
  font-weight: 700;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  /* line 45, ../_sass/_includes/_layouts/_plan-module.scss */
  .plan-module .left-pane {
    display: block;
    width: 100%;
    text-align: left;
    border-right: none;
    padding-right: 0;
  }
}
/* line 74, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .right-pane {
  display: table-cell;
  width: 70%;
  padding-left: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  /* line 74, ../_sass/_includes/_layouts/_plan-module.scss */
  .plan-module .right-pane {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 1rem;
    padding-left: 0;
  }
}
/* line 89, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .button {
  display: inline-block;
  border-radius: 0.5em;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.5em;
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
}
/* line 103, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .button.submit, .plan-module .button.return-link {
  background-color: #00843D;
  padding: 0.5em 1em;
}
/* line 108, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .button.submit:hover, .plan-module .button.return-link:hover {
  background-color: #009e49;
}
/* line 114, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module .submit-container {
  padding-top: 2em;
  text-align: center;
}

/* line 20, ../bower_components/neat/app/assets/stylesheets/mixins/_clearfix.scss */
.plan-module__intro::after {
  clear: both;
  content: "";
  display: block;
}
/* line 124, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
  position: relative;
  background-color: #eaebec;
  padding: 0;
  height: 200px;
  overflow: hidden;
}
/* line 135, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell .bg {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  background-image: url(../img/module/plan/plan-module-life.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all .5s;
}
/* line 150, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell .bg:hover {
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}
/* line 156, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell .bg .fade {
  opacity: 1;
}
/* line 161, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell.plan-life .bg {
  background-image: url(../img/module/plan/plan-module-life.jpg);
}
/* line 162, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell.plan-job .bg {
  background-image: url(../img/module/plan/plan-module-job.jpg);
}
/* line 163, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell.plan-married .bg {
  background-image: url(../img/module/plan/plan-module-married.jpg);
}
/* line 164, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell.plan-family .bg {
  background-image: url(../img/module/plan/plan-module-family.jpg);
}
/* line 165, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell.plan-nesters .bg {
  background-image: url(../img/module/plan/plan-module-nesters.jpg);
}
/* line 166, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell.plan-retirement .bg {
  background-image: url(../img/module/plan/plan-module-retirement.jpg);
}
/* line 168, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell .fade {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 183, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell .fade h2 {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  margin: 0 !important;
}
/* line 190, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__intro .cell .fade:hover {
  background-color: rgba(0, 0, 0, 0.4);
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media screen and (min-width: 1100px) {
  /* line 124, ../_sass/_includes/_layouts/_plan-module.scss */
  .plan-module__intro .cell {
    height: 240px;
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
    float: left;
    clear: none;
  }
  /* line 206, ../_sass/_includes/_layouts/_plan-module.scss */
  .plan-module__intro .cell:nth-child(even) {
    margin-left: 0.5rem;
  }
  /* line 210, ../_sass/_includes/_layouts/_plan-module.scss */
  .plan-module__intro .cell:nth-child(odd) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1300px) {
  /* line 124, ../_sass/_includes/_layouts/_plan-module.scss */
  .plan-module__intro .cell {
    height: 220px;
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
  }
  /* line 221, ../_sass/_includes/_layouts/_plan-module.scss */
  .plan-module__intro .cell:nth-child(even) {
    margin-left: 0.5rem;
  }
  /* line 225, ../_sass/_includes/_layouts/_plan-module.scss */
  .plan-module__intro .cell:nth-child(odd) {
    margin-right: 0.5rem;
  }
}

/* line 236, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions {
  text-align: left;
}
/* line 239, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .question {
  padding: 0.25em 0;
}
/* line 243, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .question-text {
  font-size: 1.2em;
}
/* line 247, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-items {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0.75rem;
}
/* line 253, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-items .answer-item {
  display: inline-block;
  margin: 0.25em;
}
/* line 257, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-items .answer-item:first-child {
  margin-left: 0;
}
/* line 261, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-items .answer-item:last-child {
  margin-right: 0;
}
/* line 267, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-radio {
  display: none;
}
/* line 270, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-radio + .answer {
  background-color: #00843D;
}
/* line 273, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-radio + .answer:hover {
  background-color: #00843D;
}
/* line 279, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-radio:checked + .answer {
  background-color: #EADA24;
}
/* line 282, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__questions .questions .answer-radio:checked + .answer:hover {
  background-color: #EADA24;
}

/* line 295, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__answers .plan-links {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 301, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__answers .plan-links a {
  color: #00843D;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  text-decoration: underline;
}
/* line 308, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__answers .plan-links a:hover {
  color: #EADA24;
}
/* line 313, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__answers .plan-links > li {
  margin: 1rem 0;
}
/* line 316, ../_sass/_includes/_layouts/_plan-module.scss */
.plan-module__answers .plan-links > li:first-child {
  margin-top: 0;
}

/* line 3, ../_sass/_includes/_layouts/_search.scss */
.content-primary .search-form {
  position: inherit;
}

/* line 10, ../_sass/_includes/_layouts/_search.scss */
.search-form {
  position: absolute;
  top: 20px;
  right: 5%;
}
@media screen and (min-width: 768px) {
  /* line 10, ../_sass/_includes/_layouts/_search.scss */
  .search-form {
    top: 135px;
    right: -4px;
    position: absolute;
  }
}
/* line 25, ../_sass/_includes/_layouts/_search.scss */
.search-form .form-wrapper {
  display: block;
}
/* line 29, ../_sass/_includes/_layouts/_search.scss */
.search-form .form-wrapper label {
  display: block;
  font-family: "Fedra Serif A 2", Georgia, sans-serif;
  color: #008752;
}
/* line 38, ../_sass/_includes/_layouts/_search.scss */
.search-form .form-wrapper .form-text {
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #545454;
  font-family: "Fedra Sans Alt Std - Light", Arial, sans-serif;
  font-size: 18px;
  height: 25px;
  line-height: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  text-align: left;
  width: 100%;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.search-form .form-wrapper .form-text:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.search-form .form-wrapper .form-text:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 63, ../_sass/_includes/_layouts/_search.scss */
.search-form .form-wrapper .form-submit {
  background: #00843D;
  border: 1px solid #00843D;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  font: normal 24 18px/33px "Fedra Serif Std A - Book", Georgia, sans-serif;
  margin: 0 auto;
  padding: 2px 12px 2px;
  text-align: center;
  clear: left;
  transition: all 100ms;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.search-form .form-wrapper .form-submit:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.search-form .form-wrapper .form-submit:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 82, ../_sass/_includes/_layouts/_search.scss */
.search-form .form-wrapper .form-submit:focus, .search-form .form-wrapper .form-submit:hover {
  background-color: #e5ffd6;
  border-color: #e5ffd6;
  color: #545454;
}
/* line 90, ../_sass/_includes/_layouts/_search.scss */
.search-form .form-wrapper .form-submit:active {
  background-color: #00843D;
  border-color: #00843D;
  color: #fff;
}
/* line 99, ../_sass/_includes/_layouts/_search.scss */
.search-form .form-wrapper > div {
  display: inline-block;
}
/* line 106, ../_sass/_includes/_layouts/_search.scss */
.search-form .search-advanced {
  display: none;
}

/* line 112, ../_sass/_includes/_layouts/_search.scss */
.search-results-header {
  color: #008752;
  font-family: "Fedra Serif Std A - Book", Georgia, sans-serif;
}

/* line 119, ../_sass/_includes/_layouts/_search.scss */
.search-results {
  list-style: lower-roman;
  list-style-position: outside;
  margin: 0px;
  padding: 0px 15px;
}
/* line 126, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result {
  padding: 0px 0px 0px 10px;
  /* unvisited link */
  /* visited link */
  /* mouse over link */
  /* selected link */
}
/* line 130, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result .title {
  font-family: "Fedra Sans Alt Std - Demi", Arial, sans-serif;
  margin: 0px;
}
/* line 135, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result .search-snippet-info {
  margin: 0px 0px 15px 0px;
}
/* line 139, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result .search-snippet-info .search-snippet {
  margin: 0px;
}
/* line 144, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result .search-snippet-info .search-info {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif;
  color: #00843D;
  font-size: 14px;
  margin: 0px;
}
/* line 150, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result .search-snippet-info .search-info .username {
  display: none;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.search-results .search-result a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.search-results .search-result a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 161, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result a:link {
  color: #00843D;
}
/* line 173, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result a:hover {
  color: #545454;
}
/* line 180, ../_sass/_includes/_layouts/_search.scss */
.search-results .search-result a:active {
  color: #00843D;
}

/* line 188, ../_sass/_includes/_layouts/_search.scss */
.item-list .pager {
  list-style: none;
  margin: auto;
  width: 66.66667%;
}
/* line 193, ../_sass/_includes/_layouts/_search.scss */
.item-list .pager li {
  margin: auto;
  display: inline-block;
  padding: 5px;
}
/* line 31, ../_sass/_includes/_vars/_accessibility.scss */
.item-list .pager li a:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}
/* line 34, ../_sass/_includes/_vars/_accessibility.scss */
.item-list .pager li a:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #00843D;
  box-shadow: 0pt 0pt 0pt 2pt #00843D;
}

/* line 6, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 1.5em;
}
/* line 23, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table th {
  padding: 0.75em;
  color: #FFF;
}
/* line 28, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table th > h2 {
  font-size: 21px;
  -webkit-margin-before: 17.43px;
  -webkit-margin-after: 17.43px;
  font-weight: 400;
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif !important;
  line-height: 24px;
}
/* line 37, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table th.odd {
  background-color: #00843D;
  text-align: center;
}
/* line 41, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table th.even {
  background-color: #e5ffd6;
  color: #00843D;
  text-align: center;
}
/* line 53, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table tr.odd {
  background-color: #fff;
}
/* line 56, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table tr.even {
  background-color: #E2E1DE;
}
/* line 65, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td {
  padding: 1.5em;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #ccc;
  background-clip: border-box;
}
/* line 74, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td p {
  font-family: "Fedra Sans Alt Std - Book", Arial, sans-serif !important;
  margin-bottom: 16px;
  margin-top: 14px;
  -webkit-margin-after: 1em;
  -webkit-margin-before: 1em;
}
/* line 82, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.nw-contains-inner-table {
  padding: 0em;
  vertical-align: top;
  height: 100%;
}
/* line 92, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.nw-contains-inner-table .nw-inner-table {
  height: 100%;
  border: none;
}
/* line 98, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.nw-contains-inner-table .nw-inner-table tr {
  height: 100%;
}
/* line 102, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.nw-contains-inner-table .nw-inner-table tr td {
  border: none;
  width: 50%;
  height: 100%;
}
/* line 116, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.double-wide {
  vertical-align: top;
  padding: 0.75em;
}
/* line 120, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.double-wide ul {
  text-align: left;
  padding-left: 1em;
  margin-bottom: 1em;
}
/* line 124, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.double-wide ul li {
  margin-bottom: 1em;
}
/* line 130, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.double-wide.odd {
  background-color: #fff;
}
/* line 133, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td.double-wide.even {
  background-color: #E2E1DE;
}
/* line 139, ../_sass/_includes/_layouts/_tables.scss */
.nw-comp-table td .apply-now {
  width: 90%;
  min-width: 90px;
}

/* line 3, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
/* line 11, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay p {
  font-family: "Comic Sans MS", "Trebuchet MS", Helvetica, sans-serif;
  color: white;
}
/* line 23, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay #login-group,
.tutorial-overlay #login-desc-group,
.tutorial-overlay #personal-group,
.tutorial-overlay #chat-group,
.tutorial-overlay #footer-group,
.tutorial-overlay #dropdown-group-mobile,
.tutorial-overlay #location-group-mobile,
.tutorial-overlay #footer-group-mobile {
  opacity: 0;
}
/* line 34, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-fg {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
}
/* line 46, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-fg .tutorial-close {
  position: absolute;
  margin: 0.5em;
  top: 0px;
  left: 0px;
  color: #FFF;
}
/* line 40, ../_sass/_includes/_vars/_accessibility.scss */
.tutorial-overlay .tutorial-overlay-fg .tutorial-close:hover {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 43, ../_sass/_includes/_vars/_accessibility.scss */
.tutorial-overlay .tutorial-overlay-fg .tutorial-close:focus {
  -webkit-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  -moz-box-shadow: 0pt 0pt 0pt 2pt #EADA24;
  box-shadow: 0pt 0pt 0pt 2pt #EADA24;
}
/* line 57, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-fg .welcome {
  position: fixed;
  width: 70%;
  top: 46%;
  left: 50%;
  margin-top: -10%;
  margin-left: -35%;
  opacity: 0.0;
}
/* line 67, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-fg .tutorial-overlay-green-swoop-1 {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.15;
}
/* line 77, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-fg .tutorial-overlay-green-swoop-2 {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
/* line 87, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-fg .northwest-logo {
  position: absolute;
  width: 300px;
  left: 50%;
  bottom: 8%;
  margin-left: -150px;
}
/* line 96, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-fg .northwest-copyright {
  position: absolute;
  color: #FFF;
  left: 49%;
  bottom: 5%;
  margin-left: -50px;
}
/* line 107, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg {
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 112, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg div {
  position: fixed;
  max-width: 40%;
}
/* line 122, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .arrow-shaft, .tutorial-overlay .tutorial-overlay-mg .arrow-head {
  position: fixed;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                           */
}
/* line 138, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .arrow-head {
  width: 15px;
}
/* line 144, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .account-login {
  top: 9%;
  left: 75%;
}
/* line 145, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .account-login p {
  color: #f8e857;
}
/* line 151, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg #login-desc-arrow-shaft, .tutorial-overlay .tutorial-overlay-mg #personal-arrow-shaft, .tutorial-overlay .tutorial-overlay-mg #primary-arrow-shaft {
  -webkit-transform: rotate(180deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);
  /* FF */
  -o-transform: rotate(180deg);
  /* Opera */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* W3C compliant browsers */
}
/* line 168, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg #location-arrow-shaft,
.tutorial-overlay .tutorial-overlay-mg #connect-arrow-shaft,
.tutorial-overlay .tutorial-overlay-mg #search-arrow-shaft,
.tutorial-overlay .tutorial-overlay-mg #footer-arrow-shaft {
  -webkit-transform: rotate(90deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(90deg);
  /* FF */
  -o-transform: rotate(90deg);
  /* Opera */
  -ms-transform: rotate(90deg);
  /* IE9 */
  transform: rotate(90deg);
  /* W3C compliant browsers */
}
/* line 183, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .account-login-description {
  top: 23%;
  left: 37%;
}
/* line 184, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .account-login-description p {
  color: #f8e857;
}
/* line 190, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .personal-business-toggle {
  top: 12%;
  left: 10%;
}
/* line 194, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .financial-tools {
  top: 14%;
  left: 27%;
}
/* line 198, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .chat-here {
  top: 35%;
  left: 75%;
}
/* line 202, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .find-location {
  top: 60%;
  left: 30%;
}
/* line 206, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .connect {
  top: 61%;
  left: 62%;
}
/* line 210, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .search-text {
  top: 53%;
  left: 44%;
}
/* line 214, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg .footer-text {
  top: 47%;
  left: 20%;
}
/* line 220, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 225, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile div {
  position: fixed;
  max-width: 100%;
}
/* line 230, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile div, .tutorial-overlay .tutorial-overlay-mg-mobile img {
  transition: opacity 0.75s linear;
}
/* line 234, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile .arrow-shaft, .tutorial-overlay .tutorial-overlay-mg-mobile .arrow-head {
  position: fixed;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                           */
}
/* line 250, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile .arrow-head {
  width: 15px;
}
/* line 256, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile #location-arrow-shaft-mobile,
.tutorial-overlay .tutorial-overlay-mg-mobile #connect-arrow-shaft-mobile,
.tutorial-overlay .tutorial-overlay-mg-mobile #search-arrow-shaft-mobile,
.tutorial-overlay .tutorial-overlay-mg-mobile #footer-arrow-shaft-mobile {
  -webkit-transform: rotate(90deg);
  /* Chrome and other webkit browsers */
  -moz-transform: rotate(90deg);
  /* FF */
  -o-transform: rotate(90deg);
  /* Opera */
  -ms-transform: rotate(90deg);
  /* IE9 */
  transform: rotate(90deg);
  /* W3C compliant browsers */
}
/* line 271, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile .dropdown-text {
  top: 9%;
  left: 60%;
}
/* line 272, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile .dropdown-text p {
  color: #f8e857;
}
/* line 278, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile .find-location-mobile {
  top: 10%;
  left: 15%;
}
/* line 282, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile .connect-mobile {
  top: 61%;
  left: 62%;
}
/* line 286, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile .search-text-mobile {
  top: 53%;
  left: 44%;
}
/* line 290, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-mg-mobile .footer-mobile {
  top: 50%;
  left: 15%;
}
/* line 296, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
/* line 304, ../_sass/_includes/_layouts/_tutorial.scss */
.tutorial-overlay .tutorial-overlay-bg .tutorial-overlay-green-bg {
  width: 100%;
  height: 100%;
  background-color: #008752;
  opacity: 0.90;
}

/*# sourceMappingURL=style.css.map */
