@charset "UTF-8";
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/* CSS Transition
	Usage: @include transition(width,0.3s,ease-out);
 */
/* Border Radius
	Usage: @include br(10px);
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_core.scss */
.fa, a.icon-twitter:after, a.icon-facebook:after, a.icon-youtube:after, a.icon-google:after, a.icon-linkedin:after, a.icon-pinterest:after, a.icon-mail-fwd:after, button.icon-search:after, .navigation-w nav ul li.has-sub-menu span, .navigation-w nav ul li.has-sub-menu.open span, .navigation-w nav ul.nav-mobile span.menu:after, .breadcrumbs-w ul.breadcrumbs a:after {
  display: inline-block;
  font: normal normal normal 24px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 5, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left, a.pull-left.icon-twitter:after, a.pull-left.icon-facebook:after, a.pull-left.icon-youtube:after, a.pull-left.icon-google:after, a.pull-left.icon-linkedin:after, a.pull-left.icon-pinterest:after, a.pull-left.icon-mail-fwd:after, button.pull-left.icon-search:after, .navigation-w nav ul li.has-sub-menu span.pull-left, .navigation-w nav ul.nav-mobile span.pull-left.menu:after, .breadcrumbs-w ul.breadcrumbs a.pull-left:after {
  margin-right: .3em;
}

/* line 15, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right, a.pull-right.icon-twitter:after, a.pull-right.icon-facebook:after, a.pull-right.icon-youtube:after, a.pull-right.icon-google:after, a.pull-right.icon-linkedin:after, a.pull-right.icon-pinterest:after, a.pull-right.icon-mail-fwd:after, button.pull-right.icon-search:after, .navigation-w nav ul li.has-sub-menu span.pull-right, .navigation-w nav ul.nav-mobile span.pull-right.menu:after, .breadcrumbs-w ul.breadcrumbs a.pull-right:after {
  margin-left: .3em;
}

/* line 4, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, /Users/dillon/Frameworks/web/plugins/font-awesome/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, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, /Users/dillon/Frameworks/web/plugins/font-awesome/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, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, /Users/dillon/Frameworks/web/plugins/font-awesome/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, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-search:before, button.icon-search:after {
  content: "";
}

/* line 7, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mail-forward:before, a.icon-mail-fwd:after,
.fa-share:before {
  content: "";
}

/* line 99, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chevron-up:before, .navigation-w nav ul li.has-sub-menu.open span:before {
  content: "";
}

/* line 117, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chevron-down:before, .navigation-w nav ul li.has-sub-menu span:before {
  content: "";
}

/* line 118, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-twitter-square:before, a.icon-twitter.square:after {
  content: "";
}

/* line 126, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-facebook-square:before, a.icon-facebook.square:after {
  content: "";
}

/* line 127, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before, a.icon-linkedin.square:after {
  content: "";
}

/* line 137, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-twitter:before, a.icon-twitter:after {
  content: "";
}

/* line 149, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before,
a.icon-facebook:after {
  content: "";
}

/* line 150, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 154, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before, a.icon-pinterest.square:after {
  content: "";
}

/* line 191, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-google-plus:before, a.icon-google:after {
  content: "";
}

/* line 193, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-linkedin:before, a.icon-linkedin:after {
  content: "";
}

/* line 204, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-youtube-square:before, a.icon-youtube.square:after {
  content: "";
}

/* line 327, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-youtube:before, a.icon-youtube:after {
  content: "";
}

/* line 328, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 388, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 426, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 430, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

/* line 437, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-transgender:before {
  content: "";
}

/* line 504, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 513, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-pinterest-p:before, a.icon-pinterest:after {
  content: "";
}

/* line 514, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 515, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 516, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 517, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 518, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 519, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 520, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 521, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 522, /Users/dillon/Frameworks/web/plugins/font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: "";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 11, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 21, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 35, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 56, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 69, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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/11, Safari, and Firefox < 22.
 */
/* line 79, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 91, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 99, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 111, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 128, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 137, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
mark {
  background: #a0d0dd;
  color: #666;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 171, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 223, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 231, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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.
 */
/* line 254, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 268, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 279, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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.
 */
/* line 292, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 304, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 313, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 324, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 336, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 348, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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
 *    (include `-moz` to future-proof).
 */
/* line 359, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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 372, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 381, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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.
 */
/* line 392, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 401, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 410, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 421, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 426, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, /Users/dillon/Frameworks/web/css/generic.normalize.scss */
figure {
  padding: 0;
  margin: 0;
  margin-bottom: 1.3em;
}

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
/* line 11, /Users/dillon/Frameworks/web/css/inuit/inuit-box-sizing/_generic.box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, /Users/dillon/Frameworks/web/css/inuit/inuit-box-sizing/_generic.box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 11, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 21, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 35, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 56, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 69, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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/11, Safari, and Firefox < 22.
 */
/* line 79, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 91, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 99, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 111, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 128, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 137, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
mark {
  background: #a0d0dd;
  color: #666;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 171, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 223, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 231, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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.
 */
/* line 254, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 268, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 279, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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.
 */
/* line 292, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 304, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 313, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 324, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 336, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 348, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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
 *    (include `-moz` to future-proof).
 */
/* line 359, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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 372, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 381, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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.
 */
/* line 392, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 401, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.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 410, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 421, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 426, /Users/dillon/Frameworks/web/css/inuit/inuit-normalize/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, /Users/dillon/Frameworks/web/css/generic.normalize.scss */
figure {
  padding: 0;
  margin: 0;
  margin-bottom: 1.3em;
}

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
/* line 11, /Users/dillon/Frameworks/web/css/inuit/inuit-box-sizing/_generic.box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, /Users/dillon/Frameworks/web/css/inuit/inuit-box-sizing/_generic.box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*------------------------------------*    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
/* line 19, /Users/dillon/Frameworks/web/css/inuit/inuit-page/_base.page.scss */
html {
  font-size: 0.875em;
  /* [1] */
  line-height: 1.1428571429;
  /* [1] */
  background-color: #fff;
  color: #333;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
}

/* line 45, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.container, header, .body, footer, .navigation, .hero, .sub-footer {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/output/support/_clearfix.scss */
.container:after, header:after, .body:after, footer:after, .navigation:after, .hero:after, .sub-footer:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 960px) {
  /* line 45, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
  .container, header, .body, footer, .navigation, .hero, .sub-footer {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/output/support/_clearfix.scss */
  .container:after, header:after, .body:after, footer:after, .navigation:after, .hero:after, .sub-footer:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (max-width: 770px) {
  /* line 45, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
  .container, header, .body, footer, .navigation, .hero, .sub-footer {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }
  /* line 12, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/output/support/_clearfix.scss */
  .container:after, header:after, .body:after, footer:after, .navigation:after, .hero:after, .sub-footer:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (max-width: 765px) {
  /* line 45, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
  .container, header, .body, footer, .navigation, .hero, .sub-footer {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/output/support/_clearfix.scss */
  .container:after, header:after, .body:after, footer:after, .navigation:after, .hero:after, .sub-footer:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 64, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.content-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/output/support/_clearfix.scss */
.content-container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 68, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
html {
  background: #1157a6;
}

/* line 72, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.content-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 75, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.content-w .content {
  width: 70.5882352941%;
  float: left;
  margin-right: 0.8403361345%;
}

@media (max-width: 765px) {
  /* line 75, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
  .content-w .content {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 82, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.content-w .sidebar-w {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

@media (max-width: 765px) {
  /* line 82, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
  .content-w .sidebar-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.mb {
  margin-bottom: 1.3em;
}

/* line 4, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.mb-2x {
  margin-bottom: 2.6em;
}

/* line 8, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.mt {
  margin-top: 1.3em;
}

/* line 11, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.mt-2x {
  margin-top: 2.6em;
}

/* line 15, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.sp, .header-w .header {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 960px) {
  /* line 15, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
  .sp, .header-w .header {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
}

/* line 24, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.pt, .header-w .header {
  padding-top: 1.3em;
}

/* line 27, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.pb, .sub-footer-w .sub-footer {
  padding-bottom: 1.3em;
}

/* line 31, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.pt-2x, .sub-footer-w .sub-footer {
  padding-top: 2.6em;
}

/* line 34, /Users/dillon/Frameworks/web/css/_base.spacing.scss */
.pb-2x {
  padding-bottom: 2.6em;
}

/* line 6, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.header-w, .body-w, .footer-w, .navigation-w, .hero-w, .sub-footer-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 16, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.header-w .header {
  padding-bottom: 20px;
}

/* line 23, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
a.mobile-logo {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 110px;
  margin-top: 1.3em;
  margin-left: 1.3em;
}

/* line 30, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.mobile-navigation {
  position: absolute;
  margin-left: -999px;
  opacity: 0;
  top: 0;
  left: 0;
  background: #bee1eb;
  width: 60%;
  z-index: 1000;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-box-shadow: 10px -3px 5px -4px rgba(8, 8, 8, 0.19);
  -moz-box-shadow: 10px -3px 5px -4px rgba(8, 8, 8, 0.19);
  box-shadow: 10px -3px 5px -4px rgba(8, 8, 8, 0.19);
}

/* line 47, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.mobile-navigation.open {
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 0;
  opacity: 1;
}

/* line 55, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.mobile-navigation ul {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding: 1.3em 0;
  margin: 0 1.3em;
  margin-top: 1.3em;
  border-top: 2px solid #1157a6;
  border-bottom: 2px solid #1157a6;
}

/* line 64, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.mobile-navigation ul li {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
}

/* line 69, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.mobile-navigation ul ul {
  display: none;
}

/* line 74, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob {
  float: left;
  width: 30px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 93, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1157a6;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 112, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob span:nth-child(1) {
  top: 0px;
}

/* line 116, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob span:nth-child(2), #menuMob span:nth-child(3) {
  top: 13px;
}

@media (max-width: 765px) {
  /* line 116, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  #menuMob span:nth-child(2), #menuMob span:nth-child(3) {
    top: 8px;
  }
}

/* line 123, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob span:nth-child(4) {
  top: 26px;
}

@media (max-width: 765px) {
  /* line 123, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  #menuMob span:nth-child(4) {
    top: 16px;
  }
}

/* line 131, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

@media (max-width: 765px) {
  /* line 131, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  #menuMob.open span:nth-child(1) {
    top: 8px;
  }
}

/* line 140, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
  margin-left: 2px;
}

/* line 150, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 25px;
  margin-left: 2px;
}

/* line 160, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
#menuMob.open span:nth-child(4) {
  top: 13px;
  width: 0%;
  left: 50%;
}

/* line 168, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.comment-respond h4 {
  color: #1157a6;
  font-weight: 600 !important;
  border-top: 1px solid #D7D3D3;
  margin-bottom: 1.3em;
  text-transform: uppercase;
  padding: 1.3em 0;
}

/* line 179, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
span.desktop-only {
  display: block;
  float: left;
}

@media (max-width: 960px) {
  /* line 179, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  span.desktop-only {
    display: none;
  }
}

@media (max-width: 960px) {
  /* line 186, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .bx-wrapper .bx-pager {
    bottom: 10px !important;
  }
}

/* line 191, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 195, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.orange-slide {
  width: 47%;
  padding: 1.3em 2.6em;
  padding-top: 50px;
}

@media (max-width: 765px) {
  /* line 195, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.orange-slide {
    padding-top: 20px;
    width: 52%;
  }
}

/* line 204, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.orange-slide h1 {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 38px;
  font-size: 2.7142857143rem;
  line-height: 1.2631578947;
  margin-bottom: 14px;
}

@media (max-width: 960px) {
  /* line 204, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.orange-slide h1 {
    font-size: 25px;
    font-size: 1.7857142857rem;
    line-height: 1.28;
  }
}

@media (max-width: 765px) {
  /* line 204, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.orange-slide h1 {
    font-size: 10px;
    font-size: 0.7142857143rem;
    line-height: 1.6;
    padding-bottom: 5px;
  }
}

/* line 218, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.orange-slide h2 {
  color: #fff;
  font-size: 25px;
  font-size: 1.7857142857rem;
  line-height: 1.28;
  margin-bottom: 14px;
}

@media (max-width: 960px) {
  /* line 218, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.orange-slide h2 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 1;
  }
}

@media (max-width: 765px) {
  /* line 218, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.orange-slide h2 {
    display: none;
  }
}

/* line 232, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.orange-slide a.btn {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.6;
  color: #f0481b !important;
  background: #fff;
  border: 1px solid #fff;
}

@media (max-width: 960px) {
  /* line 232, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.orange-slide a.btn {
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 1;
  }
}

@media (max-width: 765px) {
  /* line 232, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.orange-slide a.btn {
    font-size: 7px;
    font-size: 0.5rem;
    line-height: 2.2857142857;
  }
}

/* line 246, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.blue-slide {
  width: 60%;
  padding: 1.3em 2.6em;
  padding-top: 50px;
}

/* line 250, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.blue-slide h1 {
  font-size: 36px;
  font-size: 2.5714285714rem;
  line-height: 1.3333333333;
  color: #1157a6;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

/* line 256, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.blue-slide h1 span {
  color: #279cbe;
}

@media (max-width: 960px) {
  /* line 250, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.blue-slide h1 {
    font-size: 25px;
    font-size: 1.7857142857rem;
    line-height: 1.28;
  }
}

/* line 264, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.blue-slide h2 {
  display: none;
}

/* line 268, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.slider-caption.blue-slide a.btn {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.6;
}

@media (max-width: 960px) {
  /* line 268, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .slider-caption.blue-slide a.btn {
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 1;
  }
}

/* line 277, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.navigation-w {
  font-size: 13px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 770px) {
  /* line 282, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .navigation-w .navigation {
    overflow: hidden;
  }
}

/* line 289, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.navigation-w .navigation ul li a {
  position: relative;
}

/* line 291, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.navigation-w .navigation ul li a:after {
  content: "";
  border-right: 1px solid #a0d0dd;
  float: right;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 30%;
  right: 0;
}

@media (max-width: 960px) {
  /* line 287, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .navigation-w .navigation ul li {
    font-size: 10px;
    line-height: 1.6842105263;
  }
  /* line 305, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .navigation-w .navigation ul li a:after {
    height: 15px;
  }
}

/* line 311, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.navigation-w .navigation ul li.menu-item-1624 a:after {
  border-right: 0px none;
}

/* line 315, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.navigation-w .navigation ul li ul.sub-menu {
  padding-bottom: 0.65em;
}

/* line 318, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.navigation-w .navigation ul li ul.sub-menu li a {
  padding: 0.65em 1.3em;
}

/* line 320, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.navigation-w .navigation ul li ul.sub-menu li a:after {
  display: none;
}

@media (max-width: 765px) {
  /* line 332, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .mobile-order-phone-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 336, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.header-button-w {
  float: right;
  margin-top: 25px;
}

@media (max-width: 765px) {
  /* line 336, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .header-button-w {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
    margin-top: 18px;
  }
  /* line 343, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .header-button-w a.btn {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.3333333333;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 348, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .header-button-w a.btn span {
    display: none;
  }
}

/* line 353, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.header-button-w a.btn {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.6;
  font-weight: 700;
  float: right;
  letter-spacing: 1px;
}

/* line 359, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.header-button-w a.btn span.cursor {
  width: 19px;
  height: 25px;
  margin-top: 3px;
  margin-left: 10px;
  float: right;
  background: url(../images/order-arrow-2x.png) no-repeat;
  background-size: 19px;
}

@media (max-width: 960px) {
  /* line 353, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .header-button-w a.btn {
    font-size: 17px;
    font-size: 1.2142857143rem;
    line-height: 1.8823529412;
  }
  /* line 371, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .header-button-w a.btn span.cursor {
    width: 16px;
    height: 20px;
    margin-top: 6px;
    margin-left: 10px;
    float: right;
    background: url(../images/order-arrow-2x.png) no-repeat;
    background-size: 14px;
  }
}

@media (max-width: 960px) and (max-width: 765px) {
  /* line 353, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .header-button-w a.btn {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.3333333333;
  }
}

/* line 389, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
a.logo {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 391, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
a.logo img {
  width: 205px;
  height: 89px;
}

@media (max-width: 960px) {
  /* line 391, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  a.logo img {
    height: auto;
  }
}

@media (max-width: 765px) {
  /* line 389, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  a.logo {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  /* line 400, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  a.logo img {
    width: 127px;
    height: auto;
  }
}

/* line 407, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.mobile-menu {
  display: none;
  width: 40.6779661017%;
  float: right;
  margin-right: 0;
}

/* line 410, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.mobile-menu .mobile-menu-i {
  margin-top: 15px;
  background: #fff;
  padding: 0.8666666667em;
  padding-top: 0.7428571429em;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 765px) {
  /* line 407, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .mobile-menu {
    display: block;
  }
}

/* line 425, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.phone-number-w {
  float: right;
  margin-top: 28px;
}

@media (max-width: 765px) {
  /* line 425, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    margin-top: 15px;
  }
}

/* line 432, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.phone-number-w .phone-icon {
  background: url(../images/phone-blue-2x.png) center center no-repeat;
  background-size: 37px;
  float: left;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  margin-top: 3px;
}

@media (max-width: 765px) {
  /* line 432, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-icon {
    background: url(../images/phone-blue-2x.png) center center no-repeat;
    background-size: 20px;
    width: 30px;
    height: 30px;
  }
}

/* line 447, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.phone-number-w .phone-number-title-w {
  width: 260px;
}

/* line 450, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.phone-number-w .phone-number-title-w .phone-number-title {
  text-align: left;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.0666666667;
  letter-spacing: 1px;
  color: #1157a6;
  font-weight: 700;
}

/* line 458, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.phone-number-w .phone-number-title-w .phone-number {
  text-align: left;
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.1428571429;
  color: #1157a6;
  font-weight: 700;
}

/* line 464, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.phone-number-w .phone-number-title-w .phone-number a {
  color: #1157a6;
}

@media (max-width: 960px) {
  /* line 470, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-number-title-w {
    width: 220px;
  }
  /* line 472, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-number-title-w .phone-number-title {
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 1.2307692308;
  }
  /* line 476, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-number-title-w .phone-number {
    font-size: 24px;
    font-size: 1.7142857143rem;
    line-height: 1.3333333333;
  }
  /* line 481, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-icon {
    background: url(../images/phone-blue-2x.png) center center no-repeat;
    background-size: 34px;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: 3px;
  }
}

@media (max-width: 765px) {
  /* line 494, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-number-title-w {
    width: 100%;
  }
  /* line 496, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-number-title-w .phone-number-title {
    font-size: 8px;
    font-size: 0.5714285714rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: right;
  }
  /* line 502, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-number-title-w .phone-number {
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 1.0666666667;
    text-align: right;
  }
  /* line 508, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .phone-number-w .phone-icon {
    background: url(../images/phone-blue-2x.png) center center no-repeat;
    background-size: 20px;
    float: left;
    width: 20px;
    height: 25px;
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 5px;
    display: none;
  }
}

/* line 525, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.hero-w {
  background: #fff;
}

@media (max-width: 765px) {
  /* line 525, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .hero-w {
    border-top: 6px solid #1157a6;
  }
}

/* line 531, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.hero-w .hero .tagline {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  color: #1157a6;
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1.7777777778;
  font-weight: 500;
  font-style: italic;
  padding: 1.3em 0;
}

@media (max-width: 960px) {
  /* line 531, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .hero-w .hero .tagline {
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 1.0666666667;
    padding: 1.3em;
  }
}

@media (max-width: 765px) {
  /* line 531, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .hero-w .hero .tagline {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.3333333333;
  }
}

/* line 554, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.tabs-w {
  margin-bottom: 2.6em;
}

/* line 556, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.tabs-w ul.tabs {
  border-bottom: 6px solid #1157a6;
  text-transform: uppercase;
}

@media (max-width: 770px) {
  /* line 561, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .content-i-w {
    padding: 0 20px;
  }
}

/* line 569, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.tabs-content-w .tab-content blockquote {
  background: #e7eef6;
  color: #1157a6;
  font-style: italic;
  border: 1px solid #e0e9f3;
  font-weight: 700;
  width: auto;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.0666666667;
  float: left;
  padding: 0.8666666667em;
  margin-bottom: 1.3em;
}

/* line 580, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.tabs-content-w .tab-content blockquote p {
  margin: 0;
}

/* line 584, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.tabs-content-w .tab-content .tab-content-inner {
  width: 57.6271186441%;
  float: left;
  margin-right: 1.6949152542%;
}

@media (max-width: 765px) {
  /* line 584, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .tabs-content-w .tab-content .tab-content-inner {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 588, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .tabs-content-w .tab-content .tab-content-inner a.btn {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.65em;
  }
}

/* line 594, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.tabs-content-w .tab-content .tab-content-image {
  width: 32.2033898305%;
  float: right;
  margin-right: 0;
}

@media (max-width: 765px) {
  /* line 594, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .tabs-content-w .tab-content .tab-content-image {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 605, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.body-w {
  background: #fff;
}

/* line 607, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.body-w .body {
  padding-bottom: 3.9em;
}

@media (max-width: 765px) {
  /* line 607, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .body-w .body {
    padding-bottom: 2.6em;
  }
}

/* line 615, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.home .body-w {
  background: #f1f2f2;
  padding: 2.6em 0;
  padding-bottom: 0;
}

@media (max-width: 765px) {
  /* line 620, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .home .body-w .body {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
}

@media (max-width: 765px) {
  /* line 615, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .home .body-w {
    padding: 1.3em 0;
  }
}

/* line 631, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-mt, .sub-footer-w .sub-footer .sub-footer-quick-links, .sub-footer-w .sub-footer .sub-footer-enquiries {
  margin-top: 20px;
}

/* line 635, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 638, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer {
  color: #fff;
}

@media (max-width: 770px) {
  /* line 638, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .sub-footer-w .sub-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 644, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer h4 {
  color: #a0d0dd;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.0666666667;
  font-weight: 700;
}

/* line 648, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer h4:before {
  content: '';
  height: 16px;
  width: 8px;
  float: left;
  margin-right: 10px;
  border-left: 2px solid #a0d0dd;
  border-right: 2px solid #a0d0dd;
}

/* line 659, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer a.footer-logo {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

@media (max-width: 960px) {
  /* line 664, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .sub-footer-w .sub-footer a.footer-logo img.logo {
    width: 100px;
  }
}

/* line 669, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-about-us {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%;
  margin-right: 8.4745762712%;
}

@media (max-width: 765px) {
  /* line 669, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .sub-footer-w .sub-footer .sub-footer-about-us {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 675, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-about-us p {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.3333333333;
}

/* line 679, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-quick-links {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
}

@media (max-width: 765px) {
  /* line 679, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .sub-footer-w .sub-footer .sub-footer-quick-links {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

/* line 686, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-quick-links ul li {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.3333333333;
  margin-bottom: 0.5416666667em;
}

/* line 689, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-quick-links ul li a {
  color: #fff;
  font-weight: 700;
  padding-bottom: 2px;
}

/* line 693, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-quick-links ul li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 700, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-enquiries {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

@media (max-width: 765px) {
  /* line 700, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .sub-footer-w .sub-footer .sub-footer-enquiries {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

/* line 706, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-enquiries p {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.1428571429;
  margin: 1.3em 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 710, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-enquiries p a {
  color: #fff;
  font-weight: 700;
}

/* line 713, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-footer-w .sub-footer .sub-footer-enquiries p a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 723, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.social-media-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 765px) {
  /* line 723, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .social-media-w {
    margin-top: 1.3em;
  }
}

/* line 728, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sidebar-w .social-media-w {
  background: #279cbe;
  text-align: center;
  padding: 1.3em;
}

/* line 733, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.social-media-w .btn-w {
  width: 75px;
  position: relative;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 740, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.social-media-w a.facebook {
  float: left;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  background: url(../images/social-icons-2x.png) left top;
  background-size: 74px;
}

/* line 748, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sidebar-w .social-media-w a.facebook {
  background: url(../images/social-icons-white-2x.png) left top;
  background-size: 74px;
}

/* line 754, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.social-media-w a.twitter {
  float: left;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: url(../images/social-icons-2x.png) -42px top;
  background-size: 74px;
}

/* line 761, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sidebar-w .social-media-w a.twitter {
  background: url(../images/social-icons-white-2x.png) -42px top;
  background-size: 74px;
  margin: 0;
}

/* line 768, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.social-media-w .social-media {
  color: #80d3e7;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.1428571429;
  font-weight: 600;
}

@media (max-width: 960px) {
  /* line 768, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .social-media-w .social-media {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.3333333333;
    margin-top: 0.65em;
  }
}

/* line 778, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sidebar-w .social-media-w .social-media {
  color: #fff;
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1.3;
  margin-bottom: 0.65em;
}

@media (max-width: 960px) {
  /* line 778, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .sidebar-w .social-media-w .social-media {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.3333333333;
    margin-top: 0.65em;
  }
}

@media (max-width: 765px) {
  /* line 795, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  p.check-on-delivery {
    display: none;
  }
}

@media (max-width: 960px) {
  /* line 799, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  p.check-on-delivery a {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 806, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.newsletter-w {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
}

@media (max-width: 765px) {
  /* line 806, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .newsletter-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 812, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.form-w {
  border-top: #D7D3D3 1px solid;
  padding-top: 2.6em;
  margin-top: 2.6em;
}

/* line 819, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top: #D7D3D3 1px solid;
  padding: 1.3em 0;
}

/* line 824, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-w:last-child {
  border-bottom: #D7D3D3 1px solid;
}

/* line 829, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-img-mobile {
  display: none;
  width: 28.5714285714%;
  float: left;
  margin-right: 0.8403361345%;
  margin-right: 4.2016806723%;
  margin-bottom: 1.3em;
}

@media (max-width: 960px) {
  /* line 829, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-img-mobile {
    display: block;
  }
}

@media (max-width: 765px) {
  /* line 829, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-img-mobile {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 840, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-img-mobile img {
  width: 100%;
  float: left;
  clear: none;
}

/* line 847, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-img {
  width: 30.9623430962%;
  float: left;
  margin-right: 0.4184100418%;
}

@media (max-width: 960px) {
  /* line 847, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-img {
    display: none;
  }
}

/* line 852, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-img img {
  width: 100%;
  float: left;
  clear: none;
}

/* line 858, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text {
  width: 66.1016949153%;
  float: right;
  margin-right: 0;
}

@media (max-width: 960px) {
  /* line 858, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-text {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 863, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top: #D7D3D3 1px solid;
  padding: 1.3em 0;
  padding-bottom: 0;
}

/* line 869, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w h5 {
  font-weight: 600;
  color: #1157a6;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1;
  margin-bottom: 0.65em;
}

/* line 874, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w h5 em {
  font-weight: 400;
  font-style: normal !important;
  color: #666;
}

/* line 880, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w .product-price {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  position: relative;
}

/* line 885, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w .product-price:after {
  content: '';
  border-right: #D7D3D3 1px solid;
  position: absolute;
  left: 89%;
  top: -10px;
  height: 78px;
}

.product-text .product-price-w .product-price ul {
  padding-right: 20px!important;
}

.product-text .product-price-w .product-price:nth-child(3) ul {
  padding-right: 0px!important;
}

@media (max-width: 765px) {
  /* line 880, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-text .product-price-w .product-price {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  /* line 896, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-text .product-price-w .product-price:after {
    content: '';
    left: 100%;
  }
  /* line 903, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-text .product-price-w .product-price:nth-child(2) {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
  }
  /* line 905, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-text .product-price-w .product-price:nth-child(2):after {
    display: none;
  }
}

/* line 911, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w .product-price ul {
  margin: 0;
  padding: 0;
}

/* line 915, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w .product-price ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

/* line 921, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w .product-price ul li a.btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 928, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w .product-price:nth-child(3) {
  width: 32.2033898305%;
  float: right;
  margin-right: 0;
}

/* line 930, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.product-text .product-price-w .product-price:nth-child(3):after {
  display: none;
}

@media (max-width: 765px) {
  /* line 928, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .product-text .product-price-w .product-price:nth-child(3) {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.3em;
  }
}

/* line 945, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
table {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.3em;
}

/* line 949, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.input-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 951, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.input-w input, .input-w textarea {
  border: #D7D3D3 1px solid;
}

/* line 954, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.input-w .input-w-i {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 956, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.input-w .input-w-i:nth-child(even) {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
}

@media (max-width: 765px) {
  /* line 954, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .input-w .input-w-i {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.3em;
  }
  /* line 962, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .input-w .input-w-i:nth-child(even) {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* line 969, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.newsletter-box-w {
  background: url(../images/newsletter-bg-2x.jpg) #1157a6 center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 1.95em 1.3em;
  height: 90px;
}

@media (max-width: 765px) {
  /* line 969, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .newsletter-box-w {
    height: auto;
    margin-bottom: 1.3em;
  }
}

/* line 981, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.newsletter-box-w .newsletter-box-label-w {
  width: 30.9623430962%;
  float: left;
  margin-right: 0.4184100418%;
}

/* line 983, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.newsletter-box-w .newsletter-box-label-w label {
  padding: 10px 0px;
  color: #fff;
  background: url(../images/email-icon-2x.png) left center no-repeat;
  background-size: 28px;
  padding-left: 40px;
}

@media (max-width: 960px) {
  /* line 983, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .newsletter-box-w .newsletter-box-label-w label {
    color: #fff;
    background: url(../images/email-icon-2x.png) left 6px no-repeat;
    background-size: 28px;
    padding-left: 40px;
    padding-top: 2px;
  }
}

@media (max-width: 765px) {
  /* line 983, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .newsletter-box-w .newsletter-box-label-w label {
    background: url(../images/email-icon-2x.png) center 0 no-repeat;
    text-align: center;
    margin-bottom: 0.8666666667em;
    padding-top: 30px;
    padding-left: 0px;
    background-size: 24px;
  }
}

@media (max-width: 765px) {
  /* line 981, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .newsletter-box-w .newsletter-box-label-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1012, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.newsletter-box-w .newsletter-box-input-w {
  width: 41.1764705882%;
  float: left;
  margin-right: 0.8403361345%;
  margin-bottom: 0;
}

/* line 1015, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.newsletter-box-w .newsletter-box-input-w input {
  border: none;
}

@media (max-width: 765px) {
  /* line 1012, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .newsletter-box-w .newsletter-box-input-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.3em;
  }
  /* line 1021, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .newsletter-box-w .newsletter-box-input-w input {
    text-align: center;
  }
}

/* line 1026, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.newsletter-box-w .newsletter-box-button-w {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

/* line 1028, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.newsletter-box-w .newsletter-box-button-w button.btn {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 1px;
}

@media (max-width: 765px) {
  /* line 1026, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .newsletter-box-w .newsletter-box-button-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1041, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.title-w {
  margin: 1.3em 0;
  background: #e5e5e5;
  padding: 1.3em 1.3em;
}

/* line 1045, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.title-w h1 {
  margin: 0;
  font-size: 17px;
  font-size: 1.2142857143rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 1053, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
ul.sidebar-list {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.3em;
}

/* line 1056, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
ul.sidebar-list li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  /* line 1056, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  ul.sidebar-list li {
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 1.1;
  }
}

/* line 1066, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
ul.sidebar-list li a {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0.65em;
  background: #bee1eb;
  cursor: pointer;
}

/* line 1072, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
ul.sidebar-list li a:hover {
  background: #e7eef6;
  cursor: pointer;
}

/* line 1078, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
ul.sidebar-list li a.headline {
  font-weight: 600;
  background: #1157a6;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #1157a6;
  color: #fff;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.1;
}

/* line 1086, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
ul.sidebar-list li a.headline:hover {
  background: #0f4b8f;
}

/* line 1093, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-title-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: url(../images/header/news.png) #eae9e7 right 0 no-repeat;
  margin-bottom: 2.6em;
  background-size: cover;
}

@media (max-width: 765px) {
  /* line 1093, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .category-title-w {
    border-top: 6px solid #1157a6;
  }
}

/* line 1102, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-title-w.water-coolers {
  background: url(../images/header/water-coolers.png) #eae9e7 right 0 no-repeat;
  background-size: cover;
}

/* line 1107, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-title-w.bottled-water-products {
  background: url(../images/header/bottled-water.png) #eae9e7 right 0 no-repeat;
  background-size: cover;
}

/* line 1112, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-title-w.water-trailer {
  background: url(../images/header/water-trailer.png) #eae9e7 right 0 no-repeat;
  background-size: cover;
}

/* line 1117, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-title-w.water-pallets {
  background: url(../images/header/water-pallets.png) #eae9e7 right 0 no-repeat;
  background-size: cover;
}

/* line 1122, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-title-w.we-recycle {
  background: url(../images/header/we-recycle.png) #eae9e7 right 0 no-repeat;
  background-size: cover;
}

/* line 1127, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-title-w.special-offers {
  background: url(../images/header/special-offers.png) #eae9e7 right 0 no-repeat;
  background-size: cover;
}

/* line 1132, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-title-w h1 {
  border-top: 1px solid #1157a6;
  border-bottom: 1px solid #1157a6;
  text-transform: uppercase;
  float: left;
  padding: 0.5652173913em 0;
  letter-spacing: 1px;
  margin: 1.3em 1.3em;
  color: #1157a6;
  font-size: 28px;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 960px) {
  /* line 1132, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .category-title-w h1 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    line-height: 1;
  }
}

@media (max-width: 765px) {
  /* line 1132, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .category-title-w h1 {
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: 1;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    padding-left: 0.65em;
    padding-right: 0.65em;
  }
}

/* line 1156, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-intro-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 1158, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-intro-w .category-intro {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 1161, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-intro-w .category-intro-image {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}

/* line 1163, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-intro-w .category-intro-image img {
  width: 85%;
  min-width: 85%;
}

/* line 1168, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-intro-w h3 {
  margin-bottom: 0.4333333333em !important;
}

/* line 1171, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-intro-w blockquote {
  background: #e7eef6;
  color: #1157a6;
  font-style: italic !important;
  font-weight: 700;
  width: auto;
  font-size: 17px;
  font-size: 1.2142857143rem;
  line-height: 1.1;
  float: left;
  padding: 0.65em 1.3em !important;
  margin-bottom: 1.3em;
}

/* line 1181, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-intro-w blockquote p {
  margin: 0;
}

/* line 1184, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.category-intro-w blockquote h1 {
  color: #1157a6;
  font-weight: 700;
  margin: 25px 0;
  font-size: 26px;
  font-size: 1.8571428571rem;
  line-height: 1.2;
}

/* line 1193, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1.3em;
  text-align: center;
  background: url(../images/newsletter-bg-2x.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 1.3em;
}

/* line 1203, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-w label {
  color: #fff;
  color: #fff;
  background: url(../images/email-icon-2x.png) center top no-repeat;
  background-size: 28px;
  padding-top: 35px;
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.1;
}

/* line 1212, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-w input {
  border: 1px solid #fff;
  margin-bottom: 1.3em;
  text-align: center;
}

/* line 1218, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sub-w button.btn {
  width: 70%;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 960px) {
  /* line 1218, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .sub-w button.btn {
    width: 100%;
  }
}

@media (max-width: 960px) {
  /* line 1229, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .tabs-w ul.tabs li a {
    padding: 0.65em 0 !important;
  }
}

@media (max-width: 765px) {
  /* line 1234, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .sidebar-w {
    margin-top: 2.6em;
  }
}

/* line 1239, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.ad-w {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
  text-align: center;
}

/* line 1242, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.sidebar-w .ad-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.3em;
}

@media (max-width: 765px) {
  /* line 1239, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .ad-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1249, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.ad-w a.special-offers {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1;
  font-weight: 600;
  color: #1157a6;
  padding: 1.3em 0;
  border-top: 1px solid #1157a6;
  border-bottom: 1px solid #1157a6;
}

/* line 1258, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.ad-w a.ad {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 90px;
  background: url(../images/we-recycle-2x.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.3;
  padding: 15px;
  padding-right: 80px;
  text-align: center;
  padding-top: 28px;
}

@media (min-width: 765px) and (max-width: 960px) {
  /* line 1258, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .ad-w a.ad {
    background: url(../images/we-recycle-2x.png) center right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 14px;
    padding-right: 80px;
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 1.3;
  }
}

/* line 1286, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.ad-w a.ad.free-delivery {
  height: 110px;
  border-top: 6px solid #1157a6;
  background: url(../images/free-delivery.png) #e7eef6 0 0 no-repeat;
  color: #1157a6;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.3;
  padding: 15px;
  text-align: center;
  padding-top: 28px;
  position: relative;
}

/* line 1300, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.ad-w a.ad.free-delivery span {
  position: absolute;
  right: 1.3em;
  top: 20px;
}

/* line 1304, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.ad-w a.ad.free-delivery span i {
  font-size: 34px;
  font-size: 2.4285714286rem;
  line-height: 1.3;
  font-style: normal !important;
}

@media (min-width: 765px) and (max-width: 960px) {
  /* line 1286, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .ad-w a.ad.free-delivery {
    font-size: 10px;
    font-size: 0.7142857143rem;
    line-height: 1.3;
  }
  /* line 1315, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .ad-w a.ad.free-delivery span i {
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 1.3;
  }
}

/* line 1331, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-phone-number-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 1333, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-phone-number-w .footer-phone-icon {
  background: url(../images/phone-icon-white-2x.png) center center no-repeat;
  background-size: 23px;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 3px;
}

@media (max-width: 960px) {
  /* line 1333, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .footer-phone-number-w .footer-phone-icon {
    height: 18px;
    background: url(../images/phone-icon-white-2x.png) center center no-repeat;
    background-size: 17px;
    margin-top: 6px;
  }
}

/* line 1348, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-phone-number-w .footer-phone-number-title-w {
  width: 100%;
}

/* line 1350, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-phone-number-w .footer-phone-number-title-w .footer-phone-number {
  text-align: left;
  font-size: 25px;
  font-size: 1.7857142857rem;
  line-height: 1.28;
  color: #fff;
  font-weight: 700;
}

/* line 1355, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-phone-number-w .footer-phone-number-title-w .footer-phone-number a {
  color: #fff;
}

@media (max-width: 960px) {
  /* line 1350, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .footer-phone-number-w .footer-phone-number-title-w .footer-phone-number {
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 1.7777777778;
  }
}

@media (max-width: 370px) {
  /* line 1350, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .footer-phone-number-w .footer-phone-number-title-w .footer-phone-number {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
  }
}

/* line 1366, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-button-w {
  float: left;
  margin-top: 12px;
}

/* line 1369, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-button-w a.btn {
  color: #1157a6 !important;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.6;
  font-weight: 700;
  float: right;
  letter-spacing: 1px;
}

@media (max-width: 370px) {
  /* line 1369, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .footer-button-w a.btn {
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 1.3;
  }
}

/* line 1380, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-button-w a.btn span.arrow {
  width: 16px;
  height: 21px;
  margin-top: 3px;
  margin-left: 10px;
  float: right;
  background: url(../images/arrow-icon-white-2x.png) no-repeat;
  background-size: 16px;
}

/* line 1389, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-button-w a.btn span.order-online {
  float: left;
}

@media (max-width: 960px) {
  /* line 1393, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .footer-button-w a.btn span.arrow {
    display: none;
  }
}

/* line 1401, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-w .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.3333333333;
  padding: 1.3em 0;
  padding-bottom: 2.6em;
}

@media (max-width: 770px) {
  /* line 1401, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
  .footer-w .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 1411, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-w .footer a {
  color: #fff;
}

/* line 1416, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-w .footer ul.float-right li {
  margin-right: 0;
}

/* line 1418, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.layout.scss */
.footer-w .footer ul.float-right li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 2px;
}

/*------------------------------------*    #COLOURS
\*------------------------------------*/
/* line 16, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.body-background-color-bg {
  background: #1157a6;
}

/* line 20, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.body-color-bg {
  background: #666;
}

/* line 24, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.heading-color-bg {
  background: #333;
}

/* line 28, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.highlight-color-bg {
  background: #a0d0dd;
}

/* line 32, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.link-color-bg {
  background: blue;
}

/* line 35, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.border-color-bg {
  background: #D7D3D3;
}

/* line 39, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.success-color-bg {
  background: green;
}

/* line 44, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.warning-color-bg {
  background: yellow;
}

/* line 48, /Users/dillon/Frameworks/web/css/_base.colors.scss */
.error-color-bg {
  background: red;
}

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
/* line 12, /Users/dillon/Frameworks/web/css/inuit/inuit-images/_base.images.scss */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
/* line 26, /Users/dillon/Frameworks/web/css/inuit/inuit-images/_base.images.scss */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none;
}

/* line 3, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.align-right, img.alignright {
  float: right;
  margin: 0;
  margin-left: 1.3em;
  margin-bottom: 1.3em;
}

/* line 10, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.align-left, img.alignleft {
  float: left;
  margin: 0;
  margin-right: 1.3em;
  margin-bottom: 1.3em;
}

/* line 15, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.align-left.full-line, img.alignleft.full-line {
  margin-right: 100%;
}

/* line 22, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.align-center {
  float: left;
  margin: 0;
  margin-right: 1.3em;
  margin-bottom: 1.3em;
}

/* line 29, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.aligncenter {
  float: left;
  margin: 0;
  width: 100%;
  margin-bottom: 1.3em;
}

/* line 36, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.full, img.fill-image {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
}

/* line 1, /Users/dillon/Frameworks/web/css/_base.animation.scss */
.animate-fade {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 4, /Users/dillon/Frameworks/web/css/_base.animation.scss */
.animate-fade:hover {
  opacity: 0;
}

/* line 10, /Users/dillon/Frameworks/web/css/_base.animation.scss */
.animate-move > .demo-shape {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/*------------------------------------*    $FORMS
\*------------------------------------*/
/* line 13, /Users/dillon/Frameworks/web/css/_base.forms.scss */
form ol, form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19, /Users/dillon/Frameworks/web/css/_base.forms.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 25, /Users/dillon/Frameworks/web/css/_base.forms.scss */
label {
  display: block;
  font-weight: 600;
  padding-bottom: 0.65em;
}

/* line 31, /Users/dillon/Frameworks/web/css/_base.forms.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0 1px 0;
}

/* line 37, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input, textarea {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #D7D3D3;
  padding: 0.65em;
  color: #666;
  outline: none;
}

/* line 50, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none;
}

/* line 54, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="color"] {
  width: inherit;
}

/* line 58, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="submit"].btn {
  width: inherit;
}

/* line 60, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="submit"].btn.btn--full {
  width: 100%;
}

/* line 65, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em;
}

/* line 71, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 76, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 82, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.field-container, .input-w {
  margin-bottom: 1.3em;
}

/* line 94, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-1x {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 97, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-2x {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 89, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-2x:nth-child(even) {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
}

/* line 100, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-3x {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 89, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-3x:nth-child(3n) {
  width: 32.2033898305%;
  float: right;
  margin-right: 0;
}

/* line 107, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.inline-form .inline-input {
  position: relative;
}

/* line 111, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.inline-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* Validation */
/* line 121, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.has-error, .is-error {
  border-color: red;
}

/* line 124, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.is-valid {
  border-color: green;
}

/* line 130, /Users/dillon/Frameworks/web/css/_base.forms.scss */
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------------*    $SPECIFIC FORMS
\*------------------------------------*/
/* Search Form */
/* line 145, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.search-field {
  padding-right: 3em;
}

/* line 148, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.inline-form .search-submit {
  background: none;
  padding: 0.78em 1em;
  border: 0;
  border-left: 1px solid 1px solid #D7D3D3;
}

/*------------------------------------*    $GLOBAL CLASSES
\*------------------------------------*/
/* Clearfix */
/* line 6, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.cf {
  *zoom: 1;
}

/* line 9, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 14, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.cf:after {
  clear: both;
}

/* Completely remove from the flow and screen readers. */
/* line 19, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Completely remove from the flow but leave available to screen readers. */
/* line 25, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Floats */
/* line 36, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.right {
  float: right;
  padding: 0 0 1.3em 1.3em;
}

/* line 41, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.right-search {
  float: right;
  padding: 0 0 1.3em 0;
}

/* line 46, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.left {
  float: left;
  padding: 0 1.3em 1.3em 0;
}

/* Text-Align */
/* line 52, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.align-right {
  text-align: right;
}

/* line 56, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.align-center {
  text-align: center;
}

/* line 60, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.align-left {
  text-align: left;
}

/* line 64, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.float-left {
  float: left;
}

/* line 68, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.float-right {
  float: right;
}

/* line 72, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.padding-top-bottom {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}

/* line 77, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.padding-left-right {
  padding-left: 1.3em;
  padding-right: 1.3em;
}

/* line 82, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.loading {
  visibility: hidden;
}

/* line 87, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.valid, .success {
  color: green;
}

/* line 91, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.error {
  color: red;
}

/* line 95, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.warning {
  color: yellow;
}

/* line 100, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.font-secondary {
  font-family: "Gotham SSm A", "Gotham SSm B";
}

/* Links */
/* line 6, /Users/dillon/Frameworks/web/css/_base.links.scss */
a {
  color: blue;
  text-decoration: none;
  outline: 0;
}

/* line 11, /Users/dillon/Frameworks/web/css/_base.links.scss */
a:hover, a:focus {
  color: #000099;
  text-decoration: none;
}

/* line 3, /Users/dillon/Frameworks/web/css/_base.lists.scss */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 8, /Users/dillon/Frameworks/web/css/_base.lists.scss */
ol.inline-list li, ul.inline-list li, ul.article-info li {
  float: left;
  margin-right: 1.3em;
}

/* Definition Lists */
/* line 16, /Users/dillon/Frameworks/web/css/_base.lists.scss */
dl {
  overflow: hidden;
  margin: 0 0 1.3em;
}

/* line 21, /Users/dillon/Frameworks/web/css/_base.lists.scss */
dt {
  font-weight: bold;
}

/* line 25, /Users/dillon/Frameworks/web/css/_base.lists.scss */
dd {
  margin-left: 0.65em;
  margin-bottom: 0.65em;
}

/* line 32, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.inline-list li, ul.article-info li {
  display: inline-block;
}

/* Social List */
/* line 39, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.social-list li {
  margin: 0 0.4rem 1.3em 0;
}

/* line 43, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.social-list a {
  font-size: 1.6em;
}

/* Headline List */
/* line 50, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.headline-list {
  margin-bottom: 1.3em;
}

/* line 53, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.headline-list.flush {
  margin: 0;
}

/* line 57, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.headline-list h4 {
  font-weight: normal;
}

/* line 61, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.headline-list li {
  padding: 0.325em 0;
  border-top: 1px solid #D7D3D3;
}

/* Post List */
/* line 69, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.post-list li {
  margin-bottom: 1.3em;
}

/* Bullet List */
/* line 75, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.bullet-list, .numbered-list, .content ol, .content ul {
  list-style: disc;
  margin-left: 1.2em;
  line-height: 1.3;
}

/* line 79, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.bullet-list.sub-list, .sub-list.numbered-list, .content ol.sub-list, .content ul.sub-list {
  margin-top: 0.65em;
}

/* line 81, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.bullet-list.sub-list li, .sub-list.numbered-list li, .content ol.sub-list li, .content ul.sub-list li {
  margin-bottom: 0;
}

/* line 83, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.bullet-list li, .numbered-list li, .content ol li, .content ul li {
  margin-bottom: 0.26em;
}

/* line 88, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.numbered-list, .content ol {
  list-style: decimal;
  margin-left: 1.3em;
}

/* Text List */
/* line 93, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.text-list {
  margin: 0 0 1em;
  line-height: 1.3;
}

/* line 97, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.text-list li {
  margin-bottom: 1.3em;
}

/*------------------------------------*    $Table
\*------------------------------------*/
/* line 7, /Users/dillon/Frameworks/web/css/_base.tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: #D7D3D3 1px solid;
  width: 100%;
}

/* line 13, /Users/dillon/Frameworks/web/css/_base.tables.scss */
th {
  text-align: left;
  border: #D7D3D3 1px solid;
  padding: 0.65em;
}

/* line 18, /Users/dillon/Frameworks/web/css/_base.tables.scss */
td {
  border: #D7D3D3 1px solid;
  padding: 0.65em;
}

/* line 1, /Users/dillon/Frameworks/web/css/_base.text.scss */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #666;
}

/* Text-Related Elements */
/* Heading */
/* line 12, /Users/dillon/Frameworks/web/css/_base.text.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.4333333333em 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #333;
}

/* line 16, /Users/dillon/Frameworks/web/css/_base.text.scss */
.n h1, .block-inset-text h1, .n h2, .block-inset-text h2, .n h3, .block-inset-text h3, .n h4, .block-inset-text h4, .n h5, .block-inset-text h5, .n h6, .block-inset-text h6 {
  margin: 0;
}

/* Paragraph */
/* line 24, /Users/dillon/Frameworks/web/css/_base.text.scss */
p {
  margin: 0 0 1.3em 0;
}

/* line 26, /Users/dillon/Frameworks/web/css/_base.text.scss */
.n p, .block-inset-text p {
  margin: 0;
}

/* Blockquote */
/* line 38, /Users/dillon/Frameworks/web/css/_base.text.scss */
blockquote {
  font-style: italic;
  border-left: 1px solid #D7D3D3;
  color: #666;
  padding: 1.3em 0 0 1.3em;
  margin: 0 0 1.3em 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* HR */
/* line 52, /Users/dillon/Frameworks/web/css/_base.text.scss */
hr {
  border: 0;
  height: 2px;
  background: #D7D3D3;
  margin: 0 0 2.6em 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* ABBR */
/* line 63, /Users/dillon/Frameworks/web/css/_base.text.scss */
abbr {
  border-bottom: 1px dotted #D7D3D3;
  cursor: help;
}

/* ABBR */
/* line 72, /Users/dillon/Frameworks/web/css/_base.text.scss */
figcaption {
  font-style: italic;
  margin: 1.3em 0 0 0;
}

/* line 7, /Users/dillon/Frameworks/web/css/_base.alert.scss */
.alert {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid;
  padding: 1.3em;
  margin: 0;
  margin-bottom: 1.3em;
}

/* line 13, /Users/dillon/Frameworks/web/css/_base.alert.scss */
.alert.success {
  color: green;
  border: 1px solid green;
}

/* line 18, /Users/dillon/Frameworks/web/css/_base.alert.scss */
.alert.error {
  color: red;
  border: 1px solid red;
}

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
/* line 12, /Users/dillon/Frameworks/web/css/inuit/inuit-images/_base.images.scss */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
/* line 26, /Users/dillon/Frameworks/web/css/inuit/inuit-images/_base.images.scss */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none;
}

/* line 3, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.align-right, img.alignright {
  float: right;
  margin: 0;
  margin-left: 1.3em;
  margin-bottom: 1.3em;
}

/* line 10, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.align-left, img.alignleft {
  float: left;
  margin: 0;
  margin-right: 1.3em;
  margin-bottom: 1.3em;
}

/* line 15, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.align-left.full-line, img.alignleft.full-line {
  margin-right: 100%;
}

/* line 22, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.align-center {
  float: left;
  margin: 0;
  margin-right: 1.3em;
  margin-bottom: 1.3em;
}

/* line 29, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.aligncenter {
  float: left;
  margin: 0;
  width: 100%;
  margin-bottom: 1.3em;
}

/* line 36, /Users/dillon/Frameworks/web/css/_base.images.scss */
img.full, img.fill-image {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
}

/* line 4, /Users/dillon/Frameworks/web/css/_global.header.scss */
.header-w {
  background: url(../images/header-bg-2x.jpg) #4f82c8 center top no-repeat;
  float: left;
  width: 100%;
}

/* line 10, /Users/dillon/Frameworks/web/css/_global.header.scss */
header {
  background: none;
}

/* line 117, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.header-w {
  background-size: 1600px;
}

@media (max-width: 765px) {
  /* line 117, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
  .header-w {
    background: url(../images/header-bg-2x.jpg) #4f82c8 center top no-repeat;
    background-size: cover;
  }
}

/* line 21, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w {
  background: none;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 25, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav {
  background: #1157a6;
}

/* line 28, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul {
  padding-left: 0;
  padding-right: 0;
}

/* line 31, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul.nav {
  display: block;
}

@media (max-width: 765px) {
  /* line 31, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
  .navigation-w nav ul.nav {
    display: none;
  }
  /* line 35, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
  .navigation-w nav ul.nav li, .navigation-w nav ul.nav a, .navigation-w nav ul.nav ul.sub-menu {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 40, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li {
  float: left;
  position: relative;
}

/* line 45, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li.has-sub-menu span {
  display: block;
  position: absolute;
  left: auto;
  right: 1.3em;
  top: 1.56em;
  color: white;
}

/* line 63, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li ul.sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  z-index: 10;
  background: #1157a6;
}

@media (max-width: 765px) {
  /* line 63, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
  .navigation-w nav ul li ul.sub-menu {
    position: relative;
    display: none;
    visibility: visible;
  }
}

/* line 78, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li ul.sub-menu li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

/* line 82, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li ul.sub-menu li a {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: white;
}

/* line 85, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li ul.sub-menu li a:hover {
  background: #1157a6;
}

/* line 91, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li ul.sub-menu li ul {
  position: absolute;
  top: 0;
  left: 100%;
}

/* line 98, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li.hover {
  background: #1157a6;
}

/* line 102, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li a {
  padding: 1.3em;
  float: left;
  color: white;
}

/* line 106, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul li a:hover {
  background: #1157a6;
}

/* line 112, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul.nav-mobile {
  display: none;
}

/* line 114, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w nav ul.nav-mobile span.menu:after {
  content: "\f0c9";
}

@media (max-width: 765px) {
  /* line 112, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
  .navigation-w nav ul.nav-mobile {
    display: block;
  }
}

/* line 126, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.right-align ul {
  float: right;
}

/* line 129, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.right-align ul li ul.sub-menu {
  left: auto;
  right: 0;
}

/* line 129, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.right-align ul li ul.sub-menu li {
  text-align: right;
}

/* line 135, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.center-align nav {
  text-align: center;
}

/* line 138, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.center-align ul {
  display: inline-block;
  margin: 0 auto;
  float: none;
}

/* line 143, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.center-align ul li {
  width: 10%;
}

/* line 145, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.center-align ul li a {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 146, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.center-align ul li ul.sub-menu {
  left: 50%;
  margin-left: -90px;
}

@media (max-width: 765px) {
  /* line 146, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
  .navigation-w.center-align ul li ul.sub-menu {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

/* line 162, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.full ul {
  display: table;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 165, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.full ul li {
  display: table-cell;
  text-align: center;
  float: none;
}

/* line 169, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.full ul li ul.sub-menu {
  width: 100%;
}

/* line 172, /Users/dillon/Frameworks/web/css/_component.primary-navigation.scss */
.navigation-w.full ul li a {
  width: 100%;
}

/* line 1, /Users/dillon/Frameworks/web/css/_base.animation.scss */
.animate-fade {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 4, /Users/dillon/Frameworks/web/css/_base.animation.scss */
.animate-fade:hover {
  opacity: 0;
}

/* line 10, /Users/dillon/Frameworks/web/css/_base.animation.scss */
.animate-move > .demo-shape {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/*------------------------------------*    $FORMS
\*------------------------------------*/
/* line 13, /Users/dillon/Frameworks/web/css/_base.forms.scss */
form ol, form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19, /Users/dillon/Frameworks/web/css/_base.forms.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 25, /Users/dillon/Frameworks/web/css/_base.forms.scss */
label {
  display: block;
  font-weight: 600;
  padding-bottom: 0.65em;
}

/* line 31, /Users/dillon/Frameworks/web/css/_base.forms.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0 1px 0;
}

/* line 37, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input, textarea {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #1157a6;
  padding: 0.65em;
  color: #666;
  outline: none;
}

/* line 50, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none;
}

/* line 54, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="color"] {
  width: inherit;
}

/* line 58, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="submit"].btn {
  width: inherit;
}

/* line 60, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="submit"].btn.btn--full {
  width: 100%;
}

/* line 65, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em;
}

/* line 71, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 76, /Users/dillon/Frameworks/web/css/_base.forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 82, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.field-container, .input-w {
  margin-bottom: 1.3em;
}

/* line 94, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-1x {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 97, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-2x {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 89, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-2x:nth-child(even) {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
}

/* line 100, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-3x {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
}

/* line 89, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.form-3x:nth-child(3n) {
  width: 32.2033898305%;
  float: right;
  margin-right: 0;
}

/* line 107, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.inline-form .inline-input {
  position: relative;
}

/* line 111, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.inline-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* Validation */
/* line 121, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.has-error, .is-error {
  border-color: red;
}

/* line 124, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.is-valid {
  border-color: green;
}

/* line 130, /Users/dillon/Frameworks/web/css/_base.forms.scss */
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------------*    $SPECIFIC FORMS
\*------------------------------------*/
/* Search Form */
/* line 145, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.search-field {
  padding-right: 3em;
}

/* line 148, /Users/dillon/Frameworks/web/css/_base.forms.scss */
.inline-form .search-submit {
  background: none;
  padding: 0.78em 1em;
  border: 0;
  border-left: 1px solid 1px solid #1157a6;
}

/*------------------------------------*    $GLOBAL CLASSES
\*------------------------------------*/
/* Clearfix */
/* line 6, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.cf {
  *zoom: 1;
}

/* line 9, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 14, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.cf:after {
  clear: both;
}

/* Completely remove from the flow and screen readers. */
/* line 19, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Completely remove from the flow but leave available to screen readers. */
/* line 25, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Floats */
/* line 36, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.right {
  float: right;
  padding: 0 0 1.3em 1.3em;
}

/* line 41, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.right-search {
  float: right;
  padding: 0 0 1.3em 0;
}

/* line 46, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.left {
  float: left;
  padding: 0 1.3em 1.3em 0;
}

/* Text-Align */
/* line 52, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.align-right {
  text-align: right;
}

/* line 56, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.align-center {
  text-align: center;
}

/* line 60, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.align-left {
  text-align: left;
}

/* line 64, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.float-left {
  float: left;
}

/* line 68, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.float-right {
  float: right;
}

/* line 72, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.padding-top-bottom {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}

/* line 77, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.padding-left-right {
  padding-left: 1.3em;
  padding-right: 1.3em;
}

/* line 82, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.loading {
  visibility: hidden;
}

/* line 87, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.valid, .success {
  color: green;
}

/* line 91, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.error {
  color: red;
}

/* line 95, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.warning {
  color: yellow;
}

/* line 100, /Users/dillon/Frameworks/web/css/_base.global-classes.scss */
.font-secondary {
  font-family: "Gotham SSm A", "Gotham SSm B";
}

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
/* line 17, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
h1 {
  font-size: 34px;
  font-size: 2.4285714286rem;
  line-height: 1.2;
}

/* line 21, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
h2 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.2;
}

/* line 25, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
h3 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.2;
}

/* line 29, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.3;
}

/* line 33, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
h5 {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.2307692308;
}

/* line 37, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
h6 {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.3333333333;
}

/* line 41, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
p {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.5;
}

/* line 47, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 400;
}

/* line 50, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content h2 {
  border-top: 1px solid #D7D3D3;
  border-bottom: 1px solid #D7D3D3;
  padding: 0.65em;
  padding-left: 0.8666666667em;
  text-transform: uppercase;
  color: #1157a6;
  font-weight: 600;
  margin-bottom: 1.3em;
  position: relative;
}

/* line 60, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content h2:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  background: url(../images/h2-2x.png) 0 0 no-repeat;
  background-size: 6px;
  width: 7px;
  height: 15px;
  float: left;
}

/* line 73, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.8666666667em;
  color: #1157a6;
}

/* line 78, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content h3 em {
  color: #279cbe;
  padding-left: 0.65em;
  font-weight: 600;
  font-style: normal;
}

/* line 85, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content blockquote {
  border: 0 none;
  padding: 0;
  margin-bottom: 1.3em;
  font-style: normal !important;
}

/* line 90, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content blockquote em {
  padding-left: 1.3em;
  color: #1157a6;
  font-weight: 600;
  font-style: normal !important;
}

/* line 97, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content ul {
  margin-bottom: 1.3em;
}

/* line 100, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content p, .content li {
  margin-top: 0;
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4;
}

/* line 107, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.text.scss */
.content li {
  list-style-type: square;
  margin-bottom: 0;
}

/* Links */
/* line 6, /Users/dillon/Frameworks/web/css/_base.links.scss */
a {
  color: #1157a6;
  text-decoration: none;
  outline: 0;
}

/* line 11, /Users/dillon/Frameworks/web/css/_base.links.scss */
a:hover, a:focus {
  color: #1157a6;
  text-decoration: none;
}

/* line 3, /Users/dillon/Frameworks/web/css/_base.lists.scss */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 8, /Users/dillon/Frameworks/web/css/_base.lists.scss */
ol.inline-list li, ul.inline-list li, ul.article-info li {
  float: left;
  margin-right: 1.3em;
}

/* Definition Lists */
/* line 16, /Users/dillon/Frameworks/web/css/_base.lists.scss */
dl {
  overflow: hidden;
  margin: 0 0 1.3em;
}

/* line 21, /Users/dillon/Frameworks/web/css/_base.lists.scss */
dt {
  font-weight: bold;
}

/* line 25, /Users/dillon/Frameworks/web/css/_base.lists.scss */
dd {
  margin-left: 0.65em;
  margin-bottom: 0.65em;
}

/* line 32, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.inline-list li, ul.article-info li {
  display: inline-block;
}

/* Social List */
/* line 39, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.social-list li {
  margin: 0 0.4rem 1.3em 0;
}

/* line 43, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.social-list a {
  font-size: 1.6em;
}

/* Headline List */
/* line 50, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.headline-list {
  margin-bottom: 1.3em;
}

/* line 53, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.headline-list.flush {
  margin: 0;
}

/* line 57, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.headline-list h4 {
  font-weight: normal;
}

/* line 61, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.headline-list li {
  padding: 0.325em 0;
  border-top: 1px solid #D7D3D3;
}

/* Post List */
/* line 69, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.post-list li {
  margin-bottom: 1.3em;
}

/* Bullet List */
/* line 75, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.bullet-list, .numbered-list, .content ol, .content ul {
  list-style: disc;
  margin-left: 1.2em;
  line-height: 1.3;
}

/* line 79, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.bullet-list.sub-list, .sub-list.numbered-list, .content ol.sub-list, .content ul.sub-list {
  margin-top: 0.65em;
}

/* line 81, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.bullet-list.sub-list li, .sub-list.numbered-list li, .content ol.sub-list li, .content ul.sub-list li {
  margin-bottom: 0;
}

/* line 83, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.bullet-list li, .numbered-list li, .content ol li, .content ul li {
  margin-bottom: 0.26em;
}

/* line 88, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.numbered-list, .content ol {
  list-style: decimal;
  margin-left: 1.3em;
}

/* Text List */
/* line 93, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.text-list {
  margin: 0 0 1em;
  line-height: 1.3;
}

/* line 97, /Users/dillon/Frameworks/web/css/_base.lists.scss */
.text-list li {
  margin-bottom: 1.3em;
}

/* line 9, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.lists.scss */
ul.article-info {
  margin: 0;
  padding: 0;
}

/*------------------------------------*    $Table
\*------------------------------------*/
/* line 7, /Users/dillon/Frameworks/web/css/_base.tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: #D7D3D3 1px solid;
  width: 100%;
}

/* line 13, /Users/dillon/Frameworks/web/css/_base.tables.scss */
th {
  text-align: left;
  border: #D7D3D3 1px solid;
  padding: 0.65em;
}

/* line 18, /Users/dillon/Frameworks/web/css/_base.tables.scss */
td {
  border: #D7D3D3 1px solid;
  padding: 0.65em;
}

/* line 7, /Users/dillon/Frameworks/web/css/_base.alert.scss */
.alert {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid;
  padding: 1.3em;
  margin: 0;
  margin-bottom: 1.3em;
}

/* line 13, /Users/dillon/Frameworks/web/css/_base.alert.scss */
.alert.success {
  color: green;
  border: 1px solid green;
}

/* line 18, /Users/dillon/Frameworks/web/css/_base.alert.scss */
.alert.error {
  color: red;
  border: 1px solid red;
}

/* line 9, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
button.btn {
  padding-left: 2.6em;
  padding-right: 2.6em;
  letter-spacing: 1px;
}

/* line 14, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
.btn {
  background: #1157a6;
}

/* line 17, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
.btn:hover, .btn:active {
  background: #156acb;
}

/* line 20, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
.btn:disabled {
  opacity: 0.7;
}

/* line 23, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
.btn.btn--alt {
  background: #e1e1e1;
  color: #58595b;
  border: 1px solid #d7d7d7;
}

/* line 27, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
.btn.btn--alt:hover {
  background: #d2d2d2;
  color: #58595b;
  border: 1px solid #cdcdcd;
}

/* line 33, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
.btn.btn--white, .header-button-w a.btn, .footer-button-w a.btn {
  background: #fff;
  color: #279cbe;
  border: 1px solid #fff;
}

/* line 38, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
.btn.btn--group {
  margin-right: 8px;
}

/* line 41, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_settings.buttons.scss */
.btn.btn--white-lines, .newsletter-box-w .newsletter-box-button-w button.btn, .sub-w button.btn {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

/*------------------------------------*    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
/* line 53, /Users/dillon/Frameworks/web/css/inuit/inuit-buttons/_objects.buttons.scss */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  font-weight: 700;
  padding: 7px 15px;
  /* [7] */
  background-color: #1157a6;
  border: 1px solid #1157a6;
  border-radius: 4px;
}

/* line 75, /Users/dillon/Frameworks/web/css/inuit/inuit-buttons/_objects.buttons.scss */
.btn, .btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
  /* [4] */
  color: #fff;
  background: #1157a6;
}

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
/* line 89, /Users/dillon/Frameworks/web/css/inuit/inuit-buttons/_objects.buttons.scss */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
     * Small buttons.
     */
/* line 104, /Users/dillon/Frameworks/web/css/inuit/inuit-buttons/_objects.buttons.scss */
.btn--small {
  padding: 3px 7px;
  /* [7] */
}

/**
     * Large buttons.
     */
/* line 116, /Users/dillon/Frameworks/web/css/inuit/inuit-buttons/_objects.buttons.scss */
.btn--large {
  padding: 15px 31px;
  /* [7] */
}

/**
     * Full-width buttons.
     */
/* line 132, /Users/dillon/Frameworks/web/css/inuit/inuit-buttons/_objects.buttons.scss */
.btn--full, .product-text .product-price-w .product-price ul li a.btn, .newsletter-box-w .newsletter-box-button-w button.btn {
  width: 100%;
}

/**
     * Round-ended buttons.
     *
     * 1. Overly-large value to ensure the radius rounds the whole end of the
     *    button.
     */
/* line 160, /Users/dillon/Frameworks/web/css/inuit/inuit-buttons/_objects.buttons.scss */
.btn--pill {
  border-radius: 100px;
  /* [1] */
}

/*------------------------------------*    #TABLES
\*------------------------------------*/
/* line 28, /Users/dillon/Frameworks/web/css/inuit/inuit-tables/_objects.tables.scss */
.table {
  width: 100%;
}

/* line 3, /Users/dillon/Frameworks/web/css/_component.slider.scss */
.slider-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #f1f2f2;
  position: relative;
}

/* line 2, /Users/dillon/Frameworks/web/css/_component.loader.scss */
.spinning {
  margin: auto 0;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -35px;
}

/* line 12, /Users/dillon/Frameworks/web/css/_component.loader.scss */
.spinning > div {
  width: 18px;
  height: 18px;
  background-color: #bcc1c1;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 26, /Users/dillon/Frameworks/web/css/_component.loader.scss */
.spinning .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 31, /Users/dillon/Frameworks/web/css/_component.loader.scss */
.spinning .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 15, /Users/dillon/Frameworks/web/css/_component.breadcrumbs.scss */
.breadcrumbs-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background: white;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.2307692308;
}

/* line 20, /Users/dillon/Frameworks/web/css/_component.breadcrumbs.scss */
.breadcrumbs-w ul.breadcrumbs {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 29, /Users/dillon/Frameworks/web/css/_component.breadcrumbs.scss */
.breadcrumbs-w ul.breadcrumbs a {
  color: blue;
  font-weight: bold;
}

/* line 33, /Users/dillon/Frameworks/web/css/_component.breadcrumbs.scss */
.breadcrumbs-w ul.breadcrumbs a:after {
  content: "";
  margin: 0 0 0 0.65em;
  color: #D7D3D3;
}

/* line 40, /Users/dillon/Frameworks/web/css/_component.breadcrumbs.scss */
.breadcrumbs-w ul.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 45, /Users/dillon/Frameworks/web/css/_component.breadcrumbs.scss */
.breadcrumbs-w ul.breadcrumbs li {
  float: left;
  color: #666;
  margin-right: 0.65em;
  margin-left: 0;
}

/* line 57, /Users/dillon/Frameworks/web/css/_component.breadcrumbs.scss */
.breadcrumbs-w ul.breadcrumbs li:last-child a::after {
  display: none;
}

/* line 17, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tabs-w {
  overflow: hidden;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 21, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tabs-w ul.tabs {
  display: table;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 25, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tabs-w ul.tabs li {
  display: table-cell;
  text-align: center;
  width: 33.33%;
  border-right: 3px solid #f1f2f2;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1.7777777778;
}

/* line 32, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tabs-w ul.tabs li:last-child {
  border-right: 0;
}

@media (max-width: 765px) {
  /* line 25, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
  .tabs-w ul.tabs li {
    font-size: 9px;
    font-size: 0.6428571429rem;
    line-height: 1.7777777778;
  }
}

/* line 42, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tabs-w ul.tabs li a {
  display: block;
  padding: 1em 0;
  background: #a0d0dd;
  color: #1157a6;
}

/* line 49, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tabs-w ul.tabs li a:hover, .tabs-w ul.tabs li a:focus {
  background: #1157a6;
  color: white;
}

/* line 54, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tabs-w ul.tabs li a.active {
  background: #1157a6;
  color: white;
}

/* line 67, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tab-content {
  display: none;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  padding: 1.95em;
}

/* line 72, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/_project.tabs.scss */
.tab-content.active {
  display: block;
}

/* line 9, /Users/dillon/Frameworks/web/css/_component.sidebar-nav.scss */
.sidebar-navigation {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 11, /Users/dillon/Frameworks/web/css/_component.sidebar-nav.scss */
.sidebar-navigation .sidebar-title {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  padding: 1.3em;
  background: #1157a6;
}

/* line 17, /Users/dillon/Frameworks/web/css/_component.sidebar-nav.scss */
.sidebar-navigation ul {
  border: 1px solid #1157a6;
  border-top: 0px none;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 21, /Users/dillon/Frameworks/web/css/_component.sidebar-nav.scss */
.sidebar-navigation ul li {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 23, /Users/dillon/Frameworks/web/css/_component.sidebar-nav.scss */
.sidebar-navigation ul li a {
  padding: 1.3em;
  color: #1157a6;
  background: #eee;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 28, /Users/dillon/Frameworks/web/css/_component.sidebar-nav.scss */
.sidebar-navigation ul li a:hover {
  background: #e1e1e1;
}

/* line 5, /Users/dillon/Frameworks/web/css/_component.icons-list.scss */
ul.icons li {
  font-size: 20px;
}

/* line 7, /Users/dillon/Frameworks/web/css/_component.icons-list.scss */
ul.icons li a {
  color: #a0d0dd;
}

/* line 8, /Users/dillon/Frameworks/web/css/_component.pagination.scss */
.pagination-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 10, /Users/dillon/Frameworks/web/css/_component.pagination.scss */
.pagination-w ol.pagination {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 12, /Users/dillon/Frameworks/web/css/_component.pagination.scss */
.pagination-w ol.pagination li {
  float: left;
  margin-right: 0.65em;
}

/* line 19, /Users/dillon/Frameworks/web/css/_component.pagination.scss */
.pagination-w a, .pagination-w span.page-numbers {
  color: white;
  background: #1157a6;
  padding: 0.65em 1.3em;
  float: left;
  margin-right: 0.65em;
}

/* line 26, /Users/dillon/Frameworks/web/css/_component.pagination.scss */
.pagination-w a:hover, .pagination-w a:active, .pagination-w span.page-numbers:hover, .pagination-w span.page-numbers:active {
  background: #0c3f78;
  color: white;
}

/* line 31, /Users/dillon/Frameworks/web/css/_component.pagination.scss */
.pagination-w.current a {
  background: #0c3f78;
}

/* line 34, /Users/dillon/Frameworks/web/css/_component.pagination.scss */
.pagination-w span.current {
  color: white;
  background: #0c3f78;
  padding: 0.65em 1.3em;
  float: left;
}

/* line 186, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.pagination-w {
  margin-top: 1.3em;
}

/* line 9, /Users/dillon/Frameworks/web/css/_component.accordion.scss */
.accordion {
  margin-bottom: 0 0 1.3em 0;
}

/* line 11, /Users/dillon/Frameworks/web/css/_component.accordion.scss */
.accordion dt {
  background: #a0d0dd;
  color: white;
  display: block;
  position: relative;
  padding: 0.65em;
  border-bottom: 1px solid #D7D3D3;
}

/* line 19, /Users/dillon/Frameworks/web/css/_component.accordion.scss */
.accordion dt:after {
  content: "+";
  float: right;
}

/* line 24, /Users/dillon/Frameworks/web/css/_component.accordion.scss */
.accordion dt:hover {
  color: white;
  background: #55abc2;
}

/* line 30, /Users/dillon/Frameworks/web/css/_component.accordion.scss */
.accordion dt.active {
  background: #55abc2;
}

/* line 33, /Users/dillon/Frameworks/web/css/_component.accordion.scss */
.accordion dt.active:after {
  content: "-";
}

/* line 38, /Users/dillon/Frameworks/web/css/_component.accordion.scss */
.accordion dd {
  border: 1px solid #D7D3D3;
  border-top: 0px none;
  margin: 0;
  padding: 0.65em;
}

/* line 1, /Users/dillon/Frameworks/web/css/_component.gallery.scss */
.gallery-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 3, /Users/dillon/Frameworks/web/css/_component.gallery.scss */
.gallery-w ul {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-left: 0 !important;
}

/* line 9, /Users/dillon/Frameworks/web/css/_component.gallery.scss */
.thumbnail-pager-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin-top: 1.3em;
}

/* line 15, /Users/dillon/Frameworks/web/css/_component.gallery.scss */
.thumbnail-pager {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

/* line 19, /Users/dillon/Frameworks/web/css/_component.gallery.scss */
.thumbnail-pager li {
  float: left;
  width: 100px;
  margin-right: 1.3em;
}

/* line 23, /Users/dillon/Frameworks/web/css/_component.gallery.scss */
.thumbnail-pager li:first-child {
  margin-left: -1.3em;
}

/* line 26, /Users/dillon/Frameworks/web/css/_component.gallery.scss */
.thumbnail-pager li a {
  width: 100%;
}

/* line 28, /Users/dillon/Frameworks/web/css/_component.gallery.scss */
.thumbnail-pager li a img {
  max-width: 100%;
}

/* line 193, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.block-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

/* line 199, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.block-text {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 205, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
.block-inset-text {
  position: absolute;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1.3em;
}

/* line 216, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
a.block-link {
  float: left;
  width: 100%;
}

/* line 220, /Users/dillon/Sites/tranquil-water/public/wp-content/themes/tranquil-water/css/screen.scss */
a.block-link p, a.block-link time {
  color: #666;
}

/* line 15, /Users/dillon/Frameworks/web/css/_component.modal.scss */
.modal-bg {
  background: rgba(0, 0, 0, 0.5) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* line 23, /Users/dillon/Frameworks/web/css/_component.modal.scss */
.modal-bg .modal {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em 2.6em;
  background: white;
  position: absolute;
  left: 50%;
  top: 2.6em;
  margin-left: -375px;
}

/* line 12, /Applications/CodeKit.app/Contents/Resources/engines/susy/sass/susy/output/support/_clearfix.scss */
.modal-bg .modal:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 36, /Users/dillon/Frameworks/web/css/_component.modal.scss */
.modalClose {
  background: white;
  color: #000;
  cursor: pointer;
  top: 0;
  right: 0;
  left: auto;
  top: 0;
  position: absolute;
  padding: 1.3em 2.6em;
  text-align: center;
}

/* line 2, /Users/dillon/Frameworks/web/css/_component.loader.scss */
.spinning {
  margin: auto 0;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -35px;
}

/* line 12, /Users/dillon/Frameworks/web/css/_component.loader.scss */
.spinning > div {
  width: 18px;
  height: 18px;
  background-color: #bcc1c1;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 26, /Users/dillon/Frameworks/web/css/_component.loader.scss */
.spinning .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 31, /Users/dillon/Frameworks/web/css/_component.loader.scss */
.spinning .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 38, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

/* line 45, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper img {
  min-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 53, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 63, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 17px;
  right: 20px;
}

/* PAGER */
/* line 78, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 86, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 96, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-indent: -9999px;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 111, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(255, 255, 255, 0.8);
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 118, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../plugins/bxslider/images/controls.png") no-repeat 0 -32px;
}

/* line 123, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../plugins/bxslider/images/controls.png") no-repeat -43px -32px;
}

/* line 128, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 132, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 136, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: 16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 147, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 153, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 157, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../plugins/bxslider/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 167, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 172, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../plugins/bxslider/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 182, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 189, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 194, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 201, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 210, /Users/dillon/Frameworks/web/plugins/bxslider/bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
