
.header {
  background: rgba(255, 255, 255, 0.97);
  position: relative;
  z-index: 200;
}
.header .mast {
  display: inline-block;
  width: 80%;
  height: 4.625em;
}
.header .mast img {
  display: block;
  width: 200px;
  padding: 0.5em 0 0.25em;
  height: 100%;
}
.header .mast span {
  display: none;
}
.header .mast:focus {
  outline-width: medium;
  outline-style: none;
  outline-color: rgba(0, 171, 230, 0.9);
}
.header .search,
.header .togSearch {
  display: none;
}
.header input.searchbar {
  width: 100%;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px transparent;
  -moz-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  font-size: 1.5em;
  margin: 0;
  padding: 0.5em;
  border: 1px solid #00abe6;
  border-width: 1px 0;
}
.header input.searchbar h1 {
  text-align: center;
}
.header input.searchbar:focus {
  outline-width: medium;
  outline-style: auto;
  outline-color: rgba(0, 171, 230, 0.9);
}
body.editable .cms-section.section-header {
  position: fixed;
  min-height: initial;
}
body.editable .cms-section.section-site-menu {
  display: inline-block;
  z-index: 1000;
}
body.editable .cms-section.section-site-menu ul.edit-section {
  top: 100%;
}
body.editable .cms-section.section-site-links {
  position: absolute;
  top: 0;
}
body.editable .cms-section.section-site-links ul.edit-section {
  left: initial;
  right: 0;
  top: 100%;
}
.nav {
  display: none;
}
.nav .cms-section::after {
  display: none;
}
.nav ul.menu {
  background-color: rgba(242, 242, 242, 0.07);
}
.nav ul.menu li a {
  display: block;
  padding: 1em 1.75em;
  font-size: 1.5em;
  -webkit-transition-property: font-size;
  -moz-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #333333;
  text-transform: capitalize;
}
.nav ul.menu ul {
  display: none;
  background: rgba(0, 0, 0, 0.07);
  margin: 0;
  padding: 1em 0;
}
.nav ul.menu ul::after {
  display: block;
  content: "";
  clear: both;
}
.nav ul.menu ul::after-left {
  clear: left;
}
.nav ul.menu ul::after-right {
  clear: right;
}
.nav ul.menu ul::after-none {
  clear: none !important;
}
.nav ul.menu ul li {
  border: none;
}
.nav ul.menu ul li a {
  line-height: 1.25;
  padding: 0.5em 2.5em;
  color: #333333;
  border: none;
  position: relative;
  font-size: 1.25em;
}
.nav ul.menu ul li a::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  font-size: inherit;
  line-height: 0;
  font-family: FontAwesome, Themify, Linear;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  width: auto;
  height: auto;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: visible;
  speak: none;
  text-align: center;
  vertical-align: middle;
  position: relative;
  content: "\e876";
  font-size: 1em;
  color: #9e9e9e;
  font-weight: bold;
  width: 20%;
  position: absolute;
  top: 50%;
  right: 0;
}
.nav ul.menu ul li a::after h1 {
  text-align: center;
}
.nav ul.menu ul li a::afterer {
  font-weight: bold;
  font-style: italic;
}
.nav ul.cats a i[class*="icon"] {
  display: none !important;
}
.nav ul.cats > li > a {
  font-family: Abel, Source Sans Pro, serif;
}
.nav ul.cats li {
  border: 1px solid rgba(146, 146, 146, 0.2);
  border-width: 0 0 1px;
}
.nav ul.cats li:last-of-type {
  border: none;
}
.nav ul.cats li.drop-down {
  position: relative;
}
.nav ul.cats li.drop-down > i {
  display: block;
  font-size: 1.5em;
  color: #929292;
  text-align: center;
  width: 20%;
  height: 3em;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.nav ul.cats li.drop-down > i h1 {
  text-align: center;
}
.nav ul.cats li.drop-down > i::before,
.nav ul.cats li.drop-down > i::after {
  margin: 0;
  top: 55%;
  width: auto;
  font-weight: bold;
}
.nav ul.cats li.drop-down > i::beforeer,
.nav ul.cats li.drop-down > i::afterer {
  font-weight: bold;
  font-style: italic;
}
.nav .nav-dash {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.83);
}
.nav .nav-dash ul.menu {
  background: none;
}
.nav .nav-dash ul.menu::after {
  display: block;
  content: "";
  clear: both;
}
.nav .nav-dash ul.menu::after-left {
  clear: left;
}
.nav .nav-dash ul.menu::after-right {
  clear: right;
}
.nav .nav-dash ul.menu::after-none {
  clear: none !important;
}
.nav .nav-dash ul.menu > li {
  width: 20%;
  float: left;
}
.nav .nav-dash ul.menu > li ul {
  display: none;
}
.nav .nav-dash ul.menu > li > a {
  padding: 1.25em 0 0;
  height: 4.285714286em;
  font-size: 0.875em;
  line-height: 0;
  color: transparent;
}
.nav .nav-dash ul.menu > li > a i[class*="icon"] {
  color: #83c8e0;
  display: block;
  font-size: 1.875em;
  -webkit-transition-property: font-size;
  -moz-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.nav .nav-dash ul.menu > li > a i[class*="icon"]::before {
  margin: 0;
  width: auto;
  line-height: 1.25;
}
.nav .nav-dash ul.menu > li > a i[class*="icon"].icon-li-tag {
  font-size: 2em;
}
.nav .nav-dash ul.menu > li:nth-child(3) a i {
  color: #fdb515;
}
.nav .nav-dash ul.menu > li:nth-child(3) a i::before {
  bottom: 0.125em;
}
@media print, screen and (max-width: 37.4375em) {
  .header {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
  .header .mobileNav {
    width: 20%;
    height: 1.85em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 110;
    font-size: 2.5em;
    color: #00abe6;
    cursor: pointer;
    text-align: right;
  }
  .header .mobileNav::before {
    top: 54%;
  }
  .header .mast img {
    margin: 0 0 0 1em;
  }
  .header .nav {
    padding-top: 3.75em;
    position: absolute;
    background: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0 3px 20px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 20px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 20px -7px rgba(0, 0, 0, 0.75);
  }
  .header .nav .nav-dash ul.menu > li:nth-child(3) a i {
    font-size: 2.5em !important;
  }
  .header .nav .nav-dash ul.menu > li:not(:nth-child(3)) > a {
    padding-top: 1.5em;
  }
  .headerUp {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  .headerUp .mast {
    height: 2.75em;
    overflow: visible;
    text-align: left;
  }
  .headerUp .mast img {
    padding: 0.125em 0;
  }
  .headerUp .mobileNav {
    font-size: 2em;
    height: 1.375em;
  }
  .headerUp .mobileNav::before {
    top: 60%;
  }
  .headerUp .nav {
    padding-top: 2.75em;
  }
  .headerUp .nav ul.menu ul li a {
    font-size: 1em;
  }
  .headerUp .nav ul.cats li > a {
    font-size: 1.25em;
  }
  .headerUp .nav ul.cats li.drop-down > i {
    font-size: 1.25em;
  }
  .headerUp .nav .nav-dash ul.menu > li > a {
    height: 3.125em;
    padding-top: 0.875em;
  }
  .headerUp .nav .nav-dash ul.menu > li > a i[class*="icon"] {
    font-size: 1.5em;
  }
  .headerUp .nav .nav-dash ul.menu > li > a i[class*="icon"].icon-li-tag {
    font-size: 1.625em;
  }
  .headerUp .nav .nav-dash ul.menu > li:nth-child(3) a i {
    font-size: 2em !important;
  }
  .headerUp .nav .nav-dash ul.menu > li:not(:nth-child(3)) > a {
    padding-top: 1.0625em;
  }
  .headerUp + .content {
    margin-top: 3.409090909em;
  }
  [ng-app="home"] .headerUp + .content {
    margin-top: 4.625em;
  }
  .container > .row > [class*="col-"] {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .header .mast {
    width: auto;
    height: 3.5em;
  }
  .header .mast img {
    margin: 0 auto;
    padding: 0;
  }
  .header .mobileNav {
    display: none;
  }
  .header .search {
    padding: 0.75em 1em 0 0;
  }
  .header .search input.searchbar {
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0.75em 0.33em;
    border: none;
    background: rgba(146, 146, 146, 0.25);
  }
  .nav {
    display: block !important;
  }
  .nav ul.menu {
    background: none;
  }
  .nav ul.menu::after {
    display: block;
    content: "";
    clear: both;
  }
  .nav ul.menu::after-left {
    clear: left;
  }
  .nav ul.menu::after-right {
    clear: right;
  }
  .nav ul.menu::after-none {
    clear: none !important;
  }
  .nav ul.menu > li {
    position: relative;
  }
  .nav ul.menu > li > a {
    padding: 1em 0 0.66em;
    font-weight: normal;
    text-align: center;
  }
  .nav ul.menu > li > a h1 {
    text-align: center;
  }
  .nav ul.menu li:hover ul {
    height: auto;
    opacity: 1;
  }
  .nav ul.menu li a {
    font-size: 1em;
    white-space: nowrap;
  }
  .nav ul.menu ul {
    display: block !important;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 120;
    padding: 0;
    background: #454545;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .nav ul.menu ul li a {
    font-size: 1em;
    padding: 0.75em 1.25em;
    color: #f2f2f2;
  }
  .nav ul.menu ul li a::after {
    display: none;
  }
  .nav ul.cats > li {
    width: 25%;
    float: left;
  }
  .nav ul.cats > li > a {
    font-family: Source Sans Pro, Helvetica, sans-serif;
    font-size: 1.125em;
  }
  .nav ul.cats li {
    border: none;
  }
  .nav ul.cats li.drop-down > i[class*="icon"] {
    display: none;
  }
  .nav ul.cats ul {
    min-width: 100%;
  }
  .nav .nav-dash {
    display: block !important;
    height: 2.1875em;
    background: rgba(0, 0, 0, 0.83);
    top: unset;
    border: none;
  }
  .nav .nav-dash ul.menu::after {
    display: block;
    content: "";
    clear: both;
  }
  .nav .nav-dash ul.menu::after-left {
    clear: left;
  }
  .nav .nav-dash ul.menu::after-right {
    clear: right;
  }
  .nav .nav-dash ul.menu::after-none {
    clear: none !important;
  }
  .nav .nav-dash ul.menu > li > a {
    padding: 0.875em 1.5em 0.62575em;
    line-height: 1;
    height: auto;
    color: #83c8e0;
  }
  .nav .nav-dash ul.menu > li > a i[class*="icon"] {
    display: inline;
    height: auto;
    padding: 0;
    font-size: 1em;
    color: inherit;
  }
  .nav .nav-dash ul.menu > li > a i[class*="icon"]::before {
    margin-right: 0.25em;
    line-height: 0;
    bottom: 0.125em;
    font-weight: bold;
  }
  .nav .nav-dash ul.menu > li > a i[class*="icon"].icon-li-tag {
    font-size: 1.14286em;
  }
  .nav .nav-dash ul.menu > li > a i[class*="icon"].icon-li-tag::before {
    bottom: unset;
  }
  .nav .nav-dash ul.menu > li:last-of-type ul {
    right: 0;
  }
  .nav .nav-dash ul.menu > li:nth-child(3) > a {
    color: #fdb515;
  }
  .nav .nav-dash ul.menu > li:nth-child(3) > a i::before {
    bottom: 0.125em;
  }
}
@media print, screen and (min-width: 50em) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header .mast {
    height: 3.125em;
    text-align: left;
  }
  .header .mast img {
    margin: 0;
    padding: 0.25em 0 0.125em 0.25em;
  }
  .nav ul.menu li a {
    text-align: left;
    font-size: 1em;
    padding: 1.625em 0 0.5em 1em;
  }
  .nav ul.menu ul {
    width: auto;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .nav ul.menu ul li a {
    font-size: 0.875em;
    color: white;
    height: auto;
    padding: 0.75em 1.5em;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .nav ul.menu ul li a:hover {
    background: rgba(255, 255, 255, 0.07);
  }
  .nav ul.cats > li {
    margin-top: 1.125em;
  }
  .nav ul.cats > li > a {
    padding-top: 0.5em;
  }
  .nav .nav-dash {
    top: 3.125em;
  }
  .nav .nav-dash ul.menu {
    float: right;
  }
  .nav .nav-dash ul.menu li {
    width: auto;
  }
  .nav .nav-dash ul.menu li ul {
    display: block !important;
  }
}
@media print, screen and (min-width: 58.75em) {
  
}
@media print, screen and (min-width: 70em) {
  [ng-app="home"] .header {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
  .header {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
    height: 3em;
    overflow: visible;
  }
  .headerUp {
    -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.25) !important;
  }
  .header .row {
    padding-left: 0;
  }
  .header .mast {
    height: 3em;
  }
  .header .togSearch {
    width: 2em;
    height: 1.666666667em;
    font-size: 1.5em;
  }
  .header .togSearch::before {
    top: 55%;
  }
  .header .search {
    top: 0;
    right: 3em;
  }
  .header .search.slideIn {
    width: 33%;
  }
  .header .search input.searchbar {
    height: 2.222222222em;
    font-size: 1.125em;
    color: #333333;
  }
  .nav ul.menu {
    float: left;
  }
  .nav ul.menu li a {
    font-size: 0.9375em;
  }
  .nav ul.cats {
    position: relative;
    right: 0.25em;
  }
  .nav ul.cats > li {
    width: auto;
  }
  .nav ul.cats > li:first-child > a,
  .nav ul.cats > li:nth-child(2) > a,
  .nav ul.cats > li:first-child ul,
  .nav ul.cats > li:nth-child(2) ul {
    margin: 0;
  }
  .nav ul.cats li a {
    padding-right: 1.75em;
    padding-left: 0.875em;
    padding-bottom: 0.5625em;
  }
  .nav .nav-dash {
    position: static;
    height: auto;
    background: none;
  }
  .nav .nav-dash ul.menu {
    margin-right: 1em;
  }
  .nav .nav-dash ul.menu > li {
    margin-left: 1.125em;
    padding-top: 1em;
  }
  .nav .nav-dash ul.menu > li:first-of-type {
    margin-left: 0;
  }
  .nav .nav-dash ul.menu > li > a {
    padding: 0.75em 0.5em 0.607142857em;
    font-weight: normal;
    color: #00465f;
  }
  .nav .nav-dash ul.menu > li:nth-child(3) > a {
    color: #ff631d;
  }
}
@media print, screen and (min-width: 80.625em) {
  .header .mast img {
    padding-left: 0;
  }
  .nav .nav-dash ul.menu {
    margin-right: 0;
  }
}
