﻿@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=c6c1cbd9-40be-4e5f-afdf-a372a656ff99");
body {
  background-color: white;
}
@font-face {
  font-family: "Avenir";
  src: url("/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("/fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"), url("/fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
}
@font-face {
  font-family: "AvenirBold";
  src: url("/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("/fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("/fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("/fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype"), url("/fonts/99affa9a-a5e9-4559-bd07-20cf0071852d.svg#99affa9a-a5e9-4559-bd07-20cf0071852d") format("svg");
}
@font-face {
  font-family: "Bodoni";
  src: url("/fonts/68217aa1-2e0f-46ff-8346-2dc7f2b6da58.eot?#iefix");
  src: url("/fonts/68217aa1-2e0f-46ff-8346-2dc7f2b6da58.eot?#iefix") format("eot"), url("/fonts/53e23b34-cb9c-473a-8eca-5e1dc6dac872.woff2") format("woff2"), url("/fonts/4998dec5-0c5b-4fbc-bcb0-b8881a830aab.woff") format("woff"), url("/fonts/fedc1312-4f84-4eef-9fea-ea0863dab099.ttf") format("truetype"), url("/fonts/6f65f35b-416f-411e-9985-5ba096d468b6.svg#6f65f35b-416f-411e-9985-5ba096d468b6") format("svg");
}
/* *************************** */

/* START OF STYLE DECLARATIONS */

/* *************************** */

body {
  font-family: 'Avenir';
  font-size: 11pt;
}
div.navTopGradient {
  height: 5px;
  background: #1c2b39;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1c2b39), color-stop(33%, #e40571), color-stop(75%, #00aae7), color-stop(100%, #1c2b39));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* IE10+ */
  background: linear-gradient(to right, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2b39', endColorstr='#1c2b39', GradientType=1);
  /* IE6-9 */

}
.navbar .container {
  position: relative;
}
.navbar .container div.workSpinner {
  position: absolute;
  right: 20px;
  top: 10px;
  color: white;
}
a.navbar-brand {
  height: 100px;
}
a.navbar-brand img.ngLogo {
  width: 129px;
  height: 59px;
}
nav.navbar-default {
  background-color: #1c2b39;
}
ul.navbar-nav {
  margin-top: 46px;
}
ul.navbar-nav li {
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
ul.navbar-nav li a {
  color: white !important;
  border-bottom: 4px solid #1c2b39;
  -moz-transition: border-color linear 0.5s;
  -o-transition: border-color linear 0.5s;
  -webkit-transition: border-color linear 0.5s;
  transition: border-color linear 0.5s;
  padding-left: 0;
  padding-right: 0;
  outline: none;
}
ul.navbar-nav li a:hover {
  border-bottom: 4px solid #8dabc7;
}
ul.navbar-nav li a.active {
  color: #00aae7 !important;
  border-bottom: 4px solid #00aae7;
}
div.navClearFix {
  margin-top: 101px;
}
div.subNav {
  background-color: white;
}
div.subNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.subNav ul li {
  float: left;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
div.subNav ul li a {
  display: block;
  padding: 16px 0 8px 0;
  text-transform: uppercase;
  color: #1c2b39;
  border-bottom: 4px solid white;
  -moz-transition: border-color linear 0.5s;
  -o-transition: border-color linear 0.5s;
  -webkit-transition: border-color linear 0.5s;
  transition: border-color linear 0.5s;
  outline: none;
}
div.subNav ul li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #8dabc7;
}
div.subNav ul li a.active {
  border-bottom: 4px solid #00aae7;
  color: #00aae7;
}
div.ngImageStrip {
  height: 120px;
  background-image: url(/Images/Banners/Lifestyle.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  div.ngImageStrip {
    height: 214px;
  }
}
div.ngImageStrip div.TopGradient {
  position: absolute;
  width: 100%;
  top: 2px;
  height: 3px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, white 50%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(85%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, white 50%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, white 50%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, white 50%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, white 50%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */

}
div.ngImageStrip div.BottomGradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 10px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */

}
div.ngImageStrip h1 {
  margin: 0 auto;
  padding: 13px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 10px;
  background-color: #00aae7;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-transform: uppercase;
  font-family: 'Bodoni', 'Times New Roman', Times, serif;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) {
  div.ngImageStrip h1 {
    padding: 22px;
    font-size: 3.5em;
  }
}
div.ngTypography h3 {
  font-family: 'AvenirBold';
  color: #1c2b39;
  margin-top: 26px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  div.ngTypography h3 {
    margin-top: 46px;
  }
}
div.ngTypography p {
  font-size: 1.1em;
}
.ngButton {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px;
  font-family: 'AvenirBold';
  font-size: 1.2em;
  text-transform: uppercase;
  border: none;
  color: white;
}
.ngButton:hover {
  color: white;
  text-decoration: none;
}
.ngButton.buttonAqua {
  background-color: #00aae7;
}
.ngButton.buttonAqua:hover {
  background-color: #0084b4;
}
.ngButton.buttonCancel {
  background-color: #999999;
}
.ngButton.buttonCancel:hover {
  background-color: gray;
}
.ngButton.buttonWorking {
  background-color: #dddddd;
  color: #666666;
}
div.topFooter {
  background-color: #1c2b39;
  position: relative;
  min-height: 100px;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.topFooter div.TopGradient {
  background: #1c2b39;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1c2b39), color-stop(33%, #e40571), color-stop(75%, #00aae7), color-stop(100%, #1c2b39));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* IE10+ */
  background: linear-gradient(to right, #1c2b39 0%, #e40571 33%, #00aae7 75%, #1c2b39 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2b39', endColorstr='#1c2b39', GradientType=1);
  /* IE6-9 */

  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
div.topFooter div.BottomGradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 10px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */

}
.ngButtonX {
    padding: 5px 15px;
    display: inline-block;
    border-radius: 8px;
    font-family: 'AvenirBold';
    font-size: 1.2em;
    text-transform: uppercase;
    border: none;
    color: white;
    margin: 0 10px 10px 0;
}
.ngButtonX.buttonAqua {
    background-color: #00aae7;
}
.ngButtonX.buttonAqua:hover {
    background-color: #0084b4;
}
.ngWebLink {
    font-size: 0.8em;
}

/* Upgrade / Restyle banner override */
div.ngImageStrip.restyle-banner {
    height: 145px !important;
    min-height: 145px !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

div.ngImageStrip.restyle-banner h1 {
    padding: 9px 24px !important;
    font-size: 2em !important;
    line-height: 1.1 !important;
    top: 50% !important;
}