.colorLink {
  color: #ea5738;
}
.colorLinkHover {
  color: #ce4d31;
}
.colorText {
  color: #1f1f1f;
}
.colorMuted {
  color: #afafaf;
}
.colorLight {
  color: #7f7f7f;
}
.bgAlt {
  background-color: #f9f9f9;
}
.textDefault {
  font-family: 'ProximaNovaLight';
  font-size: 16px;
  line-height: 24px;
  color: #1f1f1f;
}
.clearfix {
  height: 0;
  visibility: hidden;
  content: ".";
  clear: both;
  display: block;
}
.shaded {
  width: 100%;
  padding: 0 3px 0 3px;
  margin-left: -3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.11);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.11);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.11);
}
.shaded-light {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
}
.inset-light {
  -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.5);
  -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.5);
  box-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
.inset {
  -webkit-box-shadow: 0 1px 0px #ffffff;
  -moz-box-shadow: 0 1px 0px #ffffff;
  box-shadow: 0 1px 0px #ffffff;
}
.textInset {
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
.textInsetHard {
  text-shadow: 0 1px 0px #ffffff;
}
.fontPNLight {
  font-family: 'ProximaNovaLight';
}
.fontPNBold {
  font-family: 'ProximaNovaBold';
}
.fontDin {
  font-family: 'DinLight';
}
.textNormal {
  font-size: 16px;
  line-height: 24px;
}
.textUppercaseLink {
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  letter-spacing: 0.19em;
  font-size: 13px;
}
.textH1 {
  font-family: 'DinLight';
  font-size: 45px;
  color: #1f1f1f;
  line-height: normal;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
.textH2 {
  font-family: 'DinLight';
  font-size: 36px;
  color: #1f1f1f;
  line-height: normal;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
.textH3 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'ProximaNovaLight';
  text-shadow: 0 1px 0px #ffffff;
}
.textLead {
  font-family: 'DinLight';
  font-size: 24px;
  line-height: 32px;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
.textSmall {
  font-family: 'ProximaNovaLight';
  font-size: 14px;
  line-height: 21px;
  text-shadow: 0 1px 0px #ffffff;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'ProximaNovaLight';
  font-size: 16px;
  line-height: 24px;
  color: #1f1f1f;
}
a {
  text-decoration: none;
  color: #ea5738;
}
a:hover {
  color: #ce4d31;
}
a img {
  display: block;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
section.row,
div.row,
header,
footer {
  width: 940px;
  padding: 0 30px;
  margin: 0 auto;
}
section.row:after,
div.row:after,
header:after,
footer:after {
  height: 0;
  visibility: hidden;
  content: ".";
  clear: both;
  display: block;
}
.container {
  overflow: hidden;
}
.container-bg {
  background-color: #f9f9f9;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}
.logo.logo-full {
  width: 267px;
  height: 59px;
  margin-left: -3px;
  position: absolute;
  left: 14px;
}
.logo.logo-full a {
  padding: 0;
}
#teaser {
  background-size: cover !important;
}
#page-home #teaser {
  background: url('/img/bg-page-home.jpg') center center no-repeat;
}
.section-products #teaser {
  background: url('/img/bg-page-home.jpg') center center no-repeat;
}
#page-simple-tides #teaser {
  background-image: url('/img/bg-page-product.jpg');
}
#page-weather-alerts #teaser,
#page-support #page-bg {
  background-image: url('/img/bg-page-weather-alerts.jpg');
}
#page-noaa-snow-forecast #teaser,
#page-jobs #page-bg {
  background-image: url('/img/bg-page-noaa-snow-forecast.jpg');
}
#page-fishing-spots #teaser,
#page-about-us #page-bg {
  background-image: url('/img/bg-page-fishing-spots.jpg');
}
#teaser .row {
  height: 496px;
}
#teaser + .bottom {
  background: url('/img/bg-teaser-btm.png') top left repeat-x;
  height: 90px;
}
.logo {
  height: 12px;
  float: left;
}
.logo a {
  display: block;
  padding: 5px 0 7px 0;
}
footer {
  padding-top: 51px;
  padding-bottom: 28px;
  font-size: 14px;
  color: #afafaf;
}
footer .normal {
  margin-bottom: 20px;
}
footer .social {
  float: right;
}
footer .social li {
  float: left;
}
footer .social li a:hover {
  opacity: 0.9;
}
footer .logo {
  margin-right: 15px;
  margin-top: 4px;
}
.header-full .menu {
  margin-top: 19px;
}
header .menu {
  float: right;
}
footer .menu {
  float: left;
  margin-top: 4px;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu li {
  list-style-type: none;
  float: left;
}
.list li {
  list-style-type: none;
  float: left;
}
header {
  padding-top: 31px;
  padding-bottom: 30px;
  position: relative;
  height: 61px;
}
.menu-link {
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  letter-spacing: 0.19em;
  font-size: 13px;
  color: #afafaf;
  margin-left: 49px;
}
.menu-link .active {
  color: #1f1f1f;
}
.menu-link a {
  color: #afafaf;
}
.menu-link a:hover {
  color: #9b9b9b;
}
.normal:after {
  height: 0;
  visibility: hidden;
  content: ".";
  clear: both;
  display: block;
}
.social-btn {
  display: block;
  text-indent: -5000px;
  height: 32px;
  width: 32px;
}
footer .social-btn {
  margin-left: 10px;
}
.btn-vimeo {
  background: url('/img/btn-vimeo.png') center center no-repeat;
}
.btn-facebook {
  background: url('/img/btn-facebook.png') center center no-repeat;
}
.btn-twitter {
  background: url('/img/btn-twitter.png') center center no-repeat;
}
.list:after {
  height: 0;
  visibility: hidden;
  content: ".";
  clear: both;
  display: block;
}
.container-page {
  min-height: 400px;
  padding-bottom: 90px;
}
#teaser .row {
  padding-top: 80px;
  position: relative;
}
#teaser-copy {
  width: 566px;
  height: 450px;
}
.teaser-carousel {
  overflow: hidden;
}
.teaser-carousel ul {
  width: 5000px;
}
.teaser-carousel li {
  list-style-type: none;
  display: block;
  float: left;
}
#teaser-copy li {
  width: 566px;
}
.teaser-title {
  font-family: 'DinLight';
  font-size: 45px;
  color: #1f1f1f;
  line-height: normal;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  margin-bottom: 11px;
}
.teaser-title a {
  color: #1f1f1f;
}
.teaser-carousel .copy {
  font-family: 'DinLight';
  font-size: 24px;
  line-height: 32px;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  margin-bottom: 45px;
}
.teaser-carousel .product-icon {
  margin-bottom: 15px;
}
.teaser-image {
  width: 242px;
  height: 363px;
}
#teaser-image {
  width: 242px;
  margin-top: 99px;
  margin-left: 32px;
}
#teaser-image li {
  width: 242px;
  height: 363px;
}
.section-products #teaser-image li {
  width: 207px;
  height: 310px;
}
.section-products .teaser-image {
  width: 207px;
  height: 310px;
}
.section-products #teaser-image {
  width: 207px;
}
#image-phone {
  background: url('/img/bg-phone.png') center center no-repeat;
  width: 304px;
  height: 601px;
  position: absolute;
  top: 65px;
  right: 23px;
}
#phone-highlight {
  width: 242px;
  height: 363px;
  position: absolute;
  top: 99px;
  left: 32px;
  background: url('/img/phone-highlight.png') top left no-repeat;
  z-index: 1;
}
#phone-shade {
  width: 242px;
  height: 363px;
  position: absolute;
  top: 99px;
  left: 32px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.65);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.65);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.65);
  z-index: 1;
}
#teaser .jcarousel-control {
  position: absolute;
  bottom: 29px;
  left: 30px;
}
.jcarousel-control a {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  background: url('/img/btn-carousel.png') center center no-repeat;
  text-indent: -5000px;
  margin-right: 10px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.jcarousel-control .active {
  background: url('/img/btn-carousel-active.png') center center no-repeat;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.btn-list:after {
  height: 0;
  visibility: hidden;
  content: ".";
  clear: both;
  display: block;
}
.btn-list .btn {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.btn {
  height: 45px;
  line-height: 45px;
  background-color: #f2f8f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 0 #fff;
  -moz-box-shadow: inset 0 2px 0 #fff;
  box-shadow: inset 0 2px 0 #fff;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  letter-spacing: 0.19em;
  font-size: 13px;
  color: #1f1f1f;
  padding: 0 28px;
}
.btn-appstore {
  text-indent: -5000px;
  width: 156px;
  background: url('/img/btn-appstore.png') center center no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.product-icon img {
  display: block;
}
.product-icon {
  display: block;
  width: 76px;
  height: 76px;
}
.list-spaced {
  display: table;
}
.list-spaced li {
  float: none;
  display: table-cell;
}
.row-content {
  padding-top: 63px !important;
  padding-bottom: 90px !important;
}
.row-title {
  font-family: 'DinLight';
  font-size: 36px;
  color: #1f1f1f;
  line-height: normal;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  margin-bottom: 1em;
}
.icon {
  display: inline-block;
}
.block-icon {
  width: 25%;
  text-align: center;
  padding: 0 20px;
}
.block-icon .icon {
  display: block;
  margin: 0 auto 29px auto;
  text-align: center;
}
.block-icon .title {
  font-size: 20px;
  line-height: 24px;
  font-family: 'ProximaNovaLight';
  text-shadow: 0 1px 0px #ffffff;
  color: #1f1f1f;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.block-icon .copy {
  font-family: 'ProximaNovaLight';
  font-size: 14px;
  line-height: 21px;
  text-shadow: 0 1px 0px #ffffff;
  color: #7f7f7f;
}
#row-features.row-content {
  padding-top: 20px !important;
}
#row-features .icon {
  width: 51px;
  height: 51px;
}
.block-titled .title {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 24px;
  font-family: 'ProximaNovaLight';
  text-shadow: 0 1px 0px #ffffff;
  margin-bottom: 4px;
}
.block-titled .copy {
  font-family: 'ProximaNovaLight';
  font-size: 14px;
  line-height: 21px;
  text-shadow: 0 1px 0px #ffffff;
  color: #7f7f7f;
}
#row-reviews .list-spaced li {
  width: 33%;
  padding-right: 38px;
}
.rating {
  display: block;
  background: url('/img/bg-rating.png') center center no-repeat;
  width: 64px;
  height: 12px;
}
#row-reviews .title {
  margin-top: 11px;
}
.title-more:after {
  height: 0;
  visibility: hidden;
  content: ".";
  clear: both;
  display: block;
}
.title-more > * {
  float: left;
}
.title-more .more {
  display: inline-block;
  margin-left: 35px;
  font-size: 13px;
}
.row-content .more {
  line-height: 58px;
  vertical-align: baseline;
}
#row-products .list-spaced li {
  width: 33%;
}
#row-product .block-icon {
  padding: 0 10px;
}
#page-bg {
  width: 100%;
  height: 216px;
  background-size: cover !important;
  background: url('/img/bg-page-home.jpg') center center no-repeat;
}
.section-about-us #page-bg,
.section-blog #page-bg {
  background: url('/img/bg-page-about.jpg') center center no-repeat;
}
.container-page {
  background-color: #f9f9f9;
}
.container-page .row {
  margin-top: -216px;
  padding-top: 42px;
  width: 940px;
  padding-left: 3px;
  padding-right: 3px;
}
.container-page .row-compact {
  margin-top: -216px;
  padding-top: 42px;
  width: 940px;
}
.page-title {
  font-family: 'DinLight';
  font-size: 45px;
  color: #1f1f1f;
  line-height: normal;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  margin: 0 0 45px 51px;
}
.page-title-product {
  font-family: 'DinLight';
  font-size: 45px;
  color: #1f1f1f;
  line-height: normal;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  margin: 0 0 45px 0;
  padding-left: 47px;
}
.page-title a {
  color: #1f1f1f;
}
.row-compact .page-title {
  margin-left: 0;
}
.page-body {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  padding: 47px 50px;
}
.page-body:after,
.layout-columns:after {
  height: 0;
  visibility: hidden;
  content: ".";
  clear: both;
  display: block;
}
.column-main {
  float: left;
  width: 618px;
}
.column-side {
  float: right;
  width: 132px;
}
.text-plain h2,
.article-title {
  font-family: 'DinLight';
  font-size: 24px;
  line-height: 32px;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  margin-bottom: 35px;
}
.text-plain h3,
.text-plain h4 {
  font-family: 'DinLight';
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.text-plain > p {
  margin: 0 0 24px 0;
}
.text-plain > *:last-child {
  margin-bottom: 0;
}
.block-float {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  box-shadow: 0 1px 3px rgba(0,0,0,0.16);
  padding: 30px 51px 30px 48px;
  width: 358px;
  margin-top: 24px;
  margin-right: 24px;
  min-height: 8em;
}
.block-float:nth-child(2n) {
  margin-right: 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.block-icon-alt .icon {
  float: left;
}
.block-icon-alt .body {
  padding-left: 94px;
}
.block-icon-alt .title {
  font-size: 20px;
  line-height: 24px;
  font-family: 'ProximaNovaLight';
  text-shadow: 0 1px 0px #ffffff;
  margin-bottom: 2px;
}
.block-lead .copy {
  font-family: 'DinLight';
  font-size: 24px;
  line-height: 32px;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
.block-lead .title {
  font-family: 'DinLight';
  font-size: 24px;
  line-height: 32px;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
#page-products .block-lead {
  width: 85%;
}
.submenu {
  margin-top: 7px;
}
.list-nav-vertical li {
  float: none;
}
.list-nav-vertical .list-item {
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  letter-spacing: 0.19em;
  font-size: 13px;
  margin-bottom: 12px;
}
.list-nav-vertical .list-item a:hover {
  color: #ce4d31;
}
.list-nav-vertical .active {
  color: #1f1f1f;
}
.page-narrow {
  width: 665px;
}
.post {
  border-bottom: 1px solid #dfe3e5;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.post-title {
  font-family: 'DinLight';
  font-size: 30px;
  color: #1f1f1f;
  line-height: normal;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.post-body {
  width: 454px;
  float: left;
}
.post-side {
  width: 180px;
  float: right;
  font-size: 14px;
  line-height: 21px;
  padding-top: 10px;
}
.post-body .image {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.post-body .copy > *:last-child {
  margin-bottom: 0;
}
.post-side > * {
  margin-bottom: 1px;
}
.post-side .social-icons {
  margin-top: 12px;
}
.social-embed {
  margin-bottom: 7px;
}
.section-products #row-features {
  padding-bottom: 0px !important;
}
.section-products #row-description {
  padding-bottom: 60px !important;
}
.section-products #row-description .text-plain {
  width: 70%;
}
.section-products #row-description .text-plain > * {
  margin-bottom: 14px;
}
.section-products #row-description .text-plain > *:last-child {
  margin-bottom: 0;
}
.text-plain ul {
  padding-left: 40px;
}
.text-plain ul li {
  margin: 0;
  margin-bottom: 9px;
  list-style-type: none;
  text-indent: -24px;
  padding-left: 24px;
}
.text-plain ul li:before {
  content: "● ";
  color: #ea5738;
  margin-right: 10px;
}
.section-products #teaser .row {
  height: 420px;
  padding-top: 60px;
  position: relative;
}
.section-products #teaser-copy {
  width: 566px;
  height: 420px;
}
.section-products #image-phone {
  background: url('/img/bg-phone-little.png') center center no-repeat;
  width: 260px;
  height: 514px;
  position: absolute;
  top: 65px;
  right: 23px;
  background-size: contain;
}
.section-products #phone-highlight {
  width: 207px;
  height: 310px;
  position: absolute;
  top: 85px;
  left: 28px;
  background: url('/img/phone-highlight-little.png') top left no-repeat;
  z-index: 1;
}
.section-products #phone-shade {
  width: 207px;
  height: 310px;
  position: absolute;
  top: 85px;
  left: 28px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.65);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.65);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.65);
  z-index: 1;
}
.section-products #teaser-image {
  width: 207px;
  margin-top: 85px;
  margin-left: 28px;
  height: 310px;
}
.section-products .teaser-carousel .copy {
  font-family: 'DinLight';
  font-size: 24px;
  line-height: 32px;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  margin-bottom: 25px;
}
.block-link {
  font-size: 20px;
  display: block;
  padding: 20px 22px;
  border: 1px solid #dfe3e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url('/img/bg-block-link.png') 91% 28px no-repeat;
}
.list-block-links li {
  width: 47%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.list-block-links li:nth-child(2n) {
  margin-right: 0;
}
.text {
  margin-top: 32px;
}
.list-block-images li {
  margin-right: 4%;
  margin-bottom: 25px;
}
.block-image {
  display: block;
  padding: 20px 22px;
  border: 1px solid #dfe3e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 180px;
  height: 90px;
  text-align: center;
  margin-bottom: 4px;
}
.block-image-title {
  font-size: 13px;
  color: #afafaf;
}
.list-numbers li {
  margin-right: 14px;
  font-size: 20px;
}
.list-numbers .active a {
  color: #afafaf;
}
.list-articles li {
  float: none;
  margin-bottom: 40px;
}
.list-articles li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  clear: both;
  display: block;
}
.list-article-image {
  float: left;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px #afafaf;
  -moz-box-shadow: 0 1px 3px #afafaf;
  box-shadow: 0 1px 3px #afafaf;
  margin-top: 4px;
}
.list-article-copy {
  padding-left: 184px;
}
.list-article-copy p {
  margin: 0;
}
.list-article-copy .copy {
  font-family: 'ProximaNovaLight';
  font-size: 14px;
  line-height: 21px;
  text-shadow: 0 1px 0px #ffffff;
  color: #7f7f7f;
}
.list-article-title {
  margin-bottom: 4px;
}
.list-grid li {
  width: 49%;
  margin-bottom: 24px;
}
.form.form-compact {
  width: 300px;
}
.form label {
  display: none;
}
input[type=text],
input[type=password],
textarea {
  font-family: 'ProximaNovaLight';
  font-size: 16px;
  line-height: 24px;
  color: #1f1f1f;
  border: 1px solid #cfdbe2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 12px 9px 12px;
  width: 99%;
  margin-bottom: 8px;
}
textarea {
  height: 8em;
  resize: vertical;
  margin-bottom: 10px;
}
.btn.btn-submit {
  background-color: #ea5738;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px #f0cbc4;
  -moz-box-shadow: 0 2px 3px #f0cbc4;
  box-shadow: 0 2px 3px #f0cbc4;
  border: none;
  border-top: 1px solid #f7b6a9;
}
.header-sub {
  font-family: 'DinLight';
  font-size: 36px;
  color: #1f1f1f;
  line-height: normal;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  font-size: 30px;
  margin-bottom: 35px;
}
.text-alt h1,
.text-alt h2,
.text-alt h3,
.text-alt h4 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'ProximaNovaLight';
  text-shadow: 0 1px 0px #ffffff;
  color: #ea5738;
  margin-bottom: 25px;
  margin-top: 35px;
}
.text-alt *:first-child {
  margin-top: 0 !important;
}
