﻿@charset "UTF-8";
/*!
 * Adapted from Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Adapted by Dustin Sparks (pixelmixer@gmail.com)
 *
 * Usage: Add or remove bootstrap components that you would like to use in your project
 * by commenting, uncommenting or manually adding imports.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=9fff343a-7ad8-49bd-a6a1-3b199d69e773");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } 

  .breadcrumbs{display: none !important;}

  .banner-full-widthct{display: none !important;}

  .social-share{display: none !important;}

  .listing-child-pages{display: none !important;}

  footer{display:none !important; }

  .utility-nav{display: none !important;}

  .nav-trigger{display: none !important;}
  .search-trigger{display: none !important;}
  .owl-carousel{display: none !important;}
  .nav-top{display: none !important;}
  .profile-image{max-width: 33% !important;}
  #sticky-nav{display: none !important;}
 .card-set .panel .card img{width: 45% !important;}
 .card-set .panel {width: 50% !important;}
 aside.pin.in{display: none!important;}
 
 
 a[href]:after {
    content: none !important;
  }

}

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1171px; } }

.container-fluid, .page {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .page:before, .container-fluid:after, .page:after {
    content: " ";
    display: table; }
  .container-fluid:after, .page:after {
    clear: both; }

.row, .drawer .panel-body.three-cols, .banner-full-width .hero-header.no-image .page-header .overlay, .location-result, .section-title, .people-result, .profile-detail, .location-detail, .search-result, .rte div.half, main article div.half {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .drawer .panel-body.three-cols:before, .banner-full-width .hero-header.no-image .page-header .overlay:before, .location-result:before, .section-title:before, .people-result:before, .profile-detail:before, .location-detail:before, .search-result:before, .rte div.half:before, main article div.half:before, .row:after, .drawer .panel-body.three-cols:after, .banner-full-width .hero-header.no-image .page-header .overlay:after, .location-result:after, .section-title:after, .people-result:after, .profile-detail:after, .location-detail:after, .search-result:after, .rte div.half:after, main article div.half:after {
    content: " ";
    display: table; }
  .row:after, .drawer .panel-body.three-cols:after, .banner-full-width .hero-header.no-image .page-header .overlay:after, .location-result:after, .section-title:after, .people-result:after, .profile-detail:after, .location-detail:after, .search-result:after, .rte div.half:after, main article div.half:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .one-third, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .rte div.half dl, main article div.half dl, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .two-thirds, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .banner-full-width .hero-header.full .page-header .overlay .col-sm-8, .banner-full-width .hero-header.full .page-header .overlay .col-sm-4, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .banner-full-width .hero-header.full .page-header .overlay .col-sm-8, .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12, .banner-full-width .hero-header.full .page-header .overlay .col-sm-8, .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .one-third, .col-sm-4, .col-sm-5, .col-sm-6, .rte div.half dl, main article div.half dl, .col-sm-7, .col-sm-8, .col-sm-9, .two-thirds, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3, .one-third {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6, .rte div.half dl, main article div.half dl {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9, .two-thirds {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade, .social-share .at-share-btn-elements, .form-wrapper .provider-info .location-info {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in, .social-share .in.at-share-btn-elements, .form-wrapper .provider-info .in.location-info {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown,
.other-sites nav > ul li.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .other-sites nav > ul .nav-justified > li.dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header, .page > .navbar-header,
.container-fluid > .navbar-collapse, .page > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header, .page > .navbar-header,
    .container-fluid > .navbar-collapse, .page > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand,
    .navbar > .page .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog, .social-share .modal.at-share-btn-elements .modal-dialog, .form-wrapper .provider-info .modal.location-info .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade, .social-share .modal-backdrop.at-share-btn-elements, .form-wrapper .provider-info .modal-backdrop.location-info {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .location-result:before, .people-result:before, .profile-detail:before, .location-detail:before, .search-result:before, .clearfix:after, .location-result:after, .people-result:after, .profile-detail:after, .location-detail:after, .search-result:after {
  content: " ";
  display: table; }

.clearfix:after, .location-result:after, .people-result:after, .profile-detail:after, .location-detail:after, .search-result:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown,
.other-sites nav > ul li.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../media/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../media/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../media/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../media/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../media/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../media/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.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 */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* -------------------------------- 
Primary style
-------------------------------- */
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    overflow: hidden; } }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* -------------------------------- 
Main components 
-------------------------------- */
.main-content, .main-header {
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  will-change: transform;
  position: relative;
  transition: transform 0.3s; }

@media only screen and (max-width: 991px) {
  .main-content.nav-is-visible {
    transform: translateX(100%); } }

.main-content {
  z-index: 2; }

.main-header {
  z-index: 3; }

.nav-is-fixed .main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1024px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

@media only screen and (min-width: 992px) {
  .main-header::after {
    clear: both;
    content: "";
    display: table; } }

.main-header .logo {
  position: absolute;
  top: 12px;
  left: 5%; }
  @media only screen and (min-width: 992px) {
    .main-header .logo {
      top: 26px;
      left: 4em; } }
  .main-header .logo img {
    display: block; }

.header-buttons {
  display: inline-block;
  position: relative; }
  .header-buttons li {
    float: right;
    display: inline-block; }

.search-trigger, .nav-trigger {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }
  .search-trigger:hover, .search-trigger:active, .search-trigger:focus, .nav-trigger:hover, .nav-trigger:active, .nav-trigger:focus {
    color: transparent; }

.search-trigger {
  float: right;
  right: 5px; }
  .search-trigger:before, .search-trigger:after {
    /* search icon */
    content: '';
    position: absolute;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
    backface-visibility: hidden; }
  .search-trigger:before {
    /* lens */
    top: 15px;
    left: 15px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 4px solid #2e3233; }
  .search-trigger:after {
    /* handle */
    height: 4px;
    width: 12px;
    bottom: 2px;
    right: -2px;
    background: #2e3233;
    transform: rotate(45deg); }
  .search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .search-trigger span:before, .search-trigger span:after {
      /* close icon */
      content: '';
      position: absolute;
      display: inline-block;
      height: 4px;
      width: 30px;
      top: 50%;
      margin-top: 5px;
      left: 50%;
      margin-left: -10px;
      background: #2e3233;
      opacity: 0;
      /* Force Hardware Acceleration in WebKit */
      transform: translateZ(0);
      backface-visibility: hidden;
      transition: opacity 0.3s, transform 0.3s; }
    .search-trigger span:before {
      transform: rotate(45deg); }
    .search-trigger span:after {
      transform: rotate(-45deg); }
  .search-trigger.search-is-visible:before, .search-trigger.search-is-visible:after {
    /* hide search icon */
    opacity: 0; }
  .search-trigger.search-is-visible span:before, .search-trigger.search-is-visible span:after {
    /* show close icon */
    opacity: 1; }
  .search-trigger.search-is-visible span:before {
    transform: rotate(135deg); }
  .search-trigger.search-is-visible span:after {
    transform: rotate(45deg); }

.nav-trigger {
  top: 10px; }
  @media only screen and (min-width: 992px) {
    .nav-trigger {
      display: none; } }
  .nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 4px;
    width: 30px;
    background: #2e3233; }
  .nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    transition: background 0.3s 0.3s; }
    .nav-trigger span:before, .nav-trigger span:after {
      /* other 2 lines */
      content: '';
      right: 0;
      /* Force Hardware Acceleration in WebKit */
      transform: translateZ(0);
      backface-visibility: hidden;
      transform-origin: 0% 50%;
      transition: transform 0.3s 0.3s; }
    .nav-trigger span:before {
      /* menu icon top line */
      top: -8px; }
    .nav-trigger span:after {
      /* menu icon bottom line */
      top: 8px; }
  .nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0); }
    .nav-trigger.nav-is-visible span:before, .nav-trigger.nav-is-visible span:after {
      /* keep visible other 2 lines */
      background: #2e3233; }
    .nav-trigger.nav-is-visible span:before {
      transform: translateX(4px) translateY(-3px) rotate(45deg); }
    .nav-trigger.nav-is-visible span:after {
      transform: translateX(4px) translateY(2px) rotate(-45deg); }

.primary-nav, .primary-nav ul {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  transition: transform 0.3s;
  will-change: transform, opacity; }
  @media only screen and (max-width: 991px) {
    .primary-nav, .primary-nav ul {
      width: 100%; } }

.primary-nav.nav-is-visible, .primary-nav.nav-is-visible ul {
  opacity: 1;
  z-index: 3; }

.primary-nav a, .primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  transform: translateZ(0);
  will-change: transform, opacity;
  transition: transform 0.3s, opacity 0.3s; }

.primary-nav.is-hidden, .primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  transform: translateX(100%);
  left: -999999em; }

@media only screen and (max-width: 991px) {
  .primary-nav.moves-out > li > a,
  .primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    transform: translateX(-100%);
    opacity: 0; }
  .primary-nav.is-hidden.moves-out, .primary-nav.moves-out ul.is-hidden {
    left: 0; } }

.primary-nav {
  top: 3em; }
  @media only screen and (max-width: 991px) {
    .primary-nav {
      opacity: 0;
      transform: translateX(-100%);
      /* by default .primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */ }
      .primary-nav .ios {
        visibility: hidden;
        transition: visibility 0s 0.3s; }
      .primary-nav.nav-is-visible {
        transform: translateX(0); }
        .primary-nav.nav-is-visible .ios {
          visibility: visible;
          transition: visibility 0s 0s; } }
  @media only screen and (min-width: 992px) {
    .primary-nav {
      position: static;
      height: auto;
      width: auto;
      overflow: visible;
      background: transparent; }
      .primary-nav:after {
        clear: both;
        content: "";
        display: table; }
      .primary-nav.nav-is-visible > li > a, .primary-nav .primary-nav.moves-out > li > a {
        /* reset mobile style */
        transform: translateX(0);
        opacity: 1; }
      .primary-nav ul {
        position: static;
        height: auto;
        width: auto;
        background: transparent;
        overflow: visible;
        z-index: 3; }
        .primary-nav ul.is-hidden {
          /* reset mobile style */
          transform: translateX(0);
          opacity: 0;
          left: -999999em; }
      .primary-nav.nav-is-visible > li > a, .primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        transform: translateX(0);
        opacity: 1; }
      .primary-nav > li {
        float: left; }
        .primary-nav > li > a {
          /* main navigation buttons style */
          position: relative;
          display: inline-block;
          overflow: visible;
          border-bottom: none;
          transition: color 0.3s, box-shadow 0.3s; }
      .primary-nav .go-back, .primary-nav .see-all {
        display: none; }
      .primary-nav .secondary-nav {
        /* dropdown menu style */
        position: absolute;
        top: 90px;
        width: 100vw;
        transform: translateX(0);
        transition: opacity .3s 0s, visibility 0s 0s; }
        .primary-nav .secondary-nav:after {
          clear: both;
          content: "";
          display: table; }
        .primary-nav .secondary-nav .is-hidden {
          opacity: 0;
          visibility: hidden;
          transition: opacity .3s 0s, visibility 0s .3s; }
        .primary-nav .secondary-nav > .see-all {
          /* this is the BIG See all button at the bottom of the dropdown menu */
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 80px;
          width: 100%;
          overflow: hidden;
          /* reset some inherited style */
          margin: 0;
          padding: 0; }
          .primary-nav .secondary-nav > .see-all a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            font-size: 2.2rem;
            font-weight: bold;
            text-align: center;
            line-height: 80px;
            border-top: 1px solid #e2e3df;
            /* reset some inherited style */
            border-bottom: none;
            margin: 0;
            padding: 0;
            transition: color 0.2s, background 0.2s, border 0.2s; }
            .primary-nav .secondary-nav > .see-all a:hover {
              background: #2e3233;
              border-color: #2e3233;
              color: #ffffff; }
        .primary-nav .secondary-nav > li {
          height: auto;
          overflow: hidden;
          overflow-x: hidden;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch; }
        .primary-nav .secondary-nav ul {
          /* Force Hardware Acceleration in WebKit */
          transform: translateZ(0); }
          .primary-nav .secondary-nav ul ul {
            /* tertiary navigation */ }
            .primary-nav .secondary-nav ul ul.is-hidden {
              transform: translateX(100%); }
            .primary-nav .secondary-nav ul ul .go-back {
              display: block; }
              .primary-nav .secondary-nav ul ul .go-back a {
                color: transparent; }
            .primary-nav .secondary-nav ul ul .see-all {
              display: block; }
        .primary-nav .secondary-nav .moves-out > li > a {
          /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
          transform: translateX(-100%); }
      .primary-nav.nav-is-visible > li > a {
        /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
        transform: translateX(100%); } }
  .primary-nav .secondary-nav {
    /* dropdown menu style */
    background: #ffffff;
    padding: 20px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05); }

@media only screen and (min-width: 992px) {
  .primary-nav .secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none; } }

.has-children > a, .go-back a {
  position: relative; }

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after, .subsidiary-nav a::before, .subsidiary-nav a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #00594f;
  backface-visibility: hidden; }
  @media only screen and (min-width: 992px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after, .subsidiary-nav a::before, .subsidiary-nav a::after {
      background: #ffffff; } }

.has-children > a::before, .go-back a::before {
  transform: rotate(45deg); }

.has-children > a::after, .go-back a::after {
  transform: rotate(-45deg); }

@media only screen and (min-width: 992px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4; }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #69aa6f; } }

.has-children > a {
  padding-right: 40px; }

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  transform-origin: 9px 50%; }

.subsidiary-nav a::before, .subsidiary-nav a::after {
  left: 0;
  transform-origin: 9px 50%; }

.subsidiary-nav a::before {
  transform: rotate(45deg); }

.subsidiary-nav a::after {
  transform: rotate(-45deg); }

.primary-nav .go-back a {
  padding-left: 20px;
  border: none; }

.primary-nav .go-back a::before, .primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 0;
  transform-origin: 1px 50%; }

@media only screen and (min-width: 992px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%; }
  .primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 35px !important; }
  .primary-nav > .has-children > a::before, .primary-nav > .has-children > a::after {
    width: 9px;
    transform-origin: 50% 50%;
    background: #ffffff;
    backface-visibility: hidden;
    transition: width 0.3s, transform 0.3s; }
  .primary-nav > .has-children > a::before {
    right: 15px; }
  .primary-nav > .has-children > a::after {
    right: 10px; }
  .primary-nav > .has-children > a.selected::before, .primary-nav > .has-children > a.selected::after {
    background: #000000;
    width: 14px; }
  .primary-nav > .has-children > a.selected::before {
    transform: translateX(5px) rotate(-45deg); }
  .primary-nav > .has-children > a.selected::after {
    transform: rotate(45deg); }
  .secondary-nav > .has-children > a::before, .secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }
  .primary-nav .go-back a {
    padding-left: 20px; }
  .primary-nav .go-back a::before, .primary-nav .go-back a::after {
    left: 1px; } }

.nav-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  .nav-overlay.is-visible, .nav-overlay.search-is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }
    @media only screen and (max-width: 991px) {
      .nav-overlay.is-visible, .nav-overlay.search-is-visible {
        transform: translateX(0); }
        .nav-overlay.is-visible.search-is-visible, .nav-overlay.search-is-visible.search-is-visible {
          transform: translateX(0); } }
    @media only screen and (min-width: 992px) {
      .nav-overlay.is-visible, .nav-overlay.search-is-visible {
        display: none; } }

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    .no-js .primary-nav {
      position: absolute;
      z-index: 3;
      display: inline-block;
      width: auto;
      top: 0;
      right: 150px;
      padding: 0; } }

.no-js .global-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 992px) {
  .no-js .nav-is-fixed .primary-nav {
    position: fixed; } }

.animated {
  padding-right: 35px; }
  .animated:before, .animated:after {
    width: 9px;
    transform-origin: 50% 50%;
    background: #333333;
    backface-visibility: hidden;
    transition: width 0.3s, transform 0.3s;
    content: '';
    position: absolute;
    top: 54%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    backface-visibility: hidden; }
  .animated:after {
    width: 10px;
    right: 8px;
    transform: rotate(-45deg); }
  .animated:before {
    right: 15px;
    width: 9px;
    transform: rotate(45deg); }

.animated.selected:before, .animated.selected:after {
  width: 14px; }

.animated.selected:before {
  right: 15px;
  transform: translateX(5px) rotate(-45deg); }

.animated.selected:after {
  right: 10px;
  transform: rotate(45deg); }

.dropdown > a, .other-sites nav > ul li.dropdown > a {
  padding-right: 35px; }
  .dropdown > a:before, .other-sites nav > ul li.dropdown > a:before, .dropdown > a:after, .other-sites nav > ul li.dropdown > a:after {
    width: 9px;
    transform-origin: 50% 50%;
    background: #333333;
    backface-visibility: hidden;
    transition: width 0.3s, transform 0.3s;
    content: '';
    position: absolute;
    top: 54%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    backface-visibility: hidden; }
  .dropdown > a:before, .other-sites nav > ul li.dropdown > a:before {
    right: 15px;
    width: 9px;
    transform: rotate(45deg); }
  .dropdown > a:after, .other-sites nav > ul li.dropdown > a:after {
    width: 10px;
    right: 8px;
    transform: rotate(-45deg); }

.dropdown.open > a:before, .other-sites nav > ul li.open.dropdown > a:before, .dropdown.open > a:after, .other-sites nav > ul li.open.dropdown > a:after {
  width: 14px; }

.dropdown.open > a:before, .other-sites nav > ul li.open.dropdown > a:before {
  right: 15px;
  transform: translateX(5px) rotate(-45deg); }

.dropdown.open > a:after, .other-sites nav > ul li.open.dropdown > a:after {
  right: 10px;
  transform: rotate(45deg); }

.dropdown .dropdown-menu, .other-sites nav > ul li.dropdown .dropdown-menu {
  padding-top: 0; }

.white-bg, .news-blocks ul li.gold-bg .media, .news-blocks ul li.gray-dark-bg .media, .banner-full-width.arrow.white-bg .banner:before {
  background-color: #ffffff; }

.black-bg, .banner-full-width.connect {
  background-color: #000000; }
  .black-bg .btn:hover, .banner-full-width.connect .btn:hover, .black-bg .btn:focus, .banner-full-width.connect .btn:focus {
    color: #000000; }

.gray-dark-bg, .news-blocks ul li.gray-dark-bg > div {
  background-color: #333333; }

.gray-light-bg, .one-third aside.gray, .callout, .news-blocks .owl-carousel.gray-light-bg, .news-blocks .owl-carousel.gray-light-bg li > div, .resultsmeta.header, .results-listing.generic .search-result.recommended {
  background-color: #f5f5f5; }
  .gray-light-bg .btn:hover, .one-third aside.gray .btn:hover, .callout .btn:hover, .news-blocks .owl-carousel.gray-light-bg li > div .btn:hover, .resultsmeta.header .btn:hover, .results-listing.generic .search-result.recommended .btn:hover, .gray-light-bg .btn:focus, .one-third aside.gray .btn:focus, .callout .btn:focus, .news-blocks .owl-carousel.gray-light-bg li > div .btn:focus, .resultsmeta.header .btn:focus, .results-listing.generic .search-result.recommended .btn:focus {
    color: #f5f5f5; }

.wake-light-gray, .main-content .form.search, .main-content .form.search.single.tabbed.with-alpha.with-filters, .main-content .form.search .material-tabs-container .tabs-wrap, .form.search, .form.search.single.tabbed.with-alpha {
  background-color: #E9E9E9; }

.wake-dark-gray, .form.search.single.site, .form.search.single {
  background-color: #444444; }

.wake-teal-bg, .main-content .banner-full-width.request, .main-content .banner-full-width.request .banner:before, .main-content .banner-full-width.request.arrow .banner:before {
  background-color: #00806f; }

.red-bg, .banner-full-width.arrow.red-bg .banner:before {
  background-color: #B1254B; }
  .red-bg .btn:hover, .banner-full-width.arrow.red-bg .banner:before .btn:hover, .red-bg .btn:focus, .banner-full-width.arrow.red-bg .banner:before .btn:focus {
    color: #B1254B; }

.blue-bg, .banner-full-width.request, .banner-full-width.arrow.request .banner:before, .banner-full-width.arrow.blue-bg .banner:before {
  background-color: #4ec2cf; }

.gold-bg {
  background-color: #8c6d20; }

.new-gold-bg, .masonry-container .news-blocks .new-gold-bg, .masonry-container .news-blocks ul li.gold-bg > div, .main-content .banner-full-width.gold-bg, .main-content .news-blocks .new-gold-bg, .main-content .news-blocks ul li.gold-bg > div {
  background-color: #8c6d20; }

.green-bg, .banner-full-width.arrow.green-bg .banner:before {
  background-color: #00594f; }

.teal-bg, .banner-full-width.arrow.teal-bg .banner:before {
  background-color: #00806f; }

.red-bg, .banner-full-width.arrow.red-bg .banner:before, .blue-bg, .banner-full-width.request, .banner-full-width.arrow.request .banner:before, .banner-full-width.arrow.blue-bg .banner:before, .gold-bg, .green-bg, .banner-full-width.arrow.green-bg .banner:before, .teal-bg, .banner-full-width.arrow.teal-bg .banner:before {
  color: #ffffff; }
  .red-bg .btn, .banner-full-width.arrow.red-bg .banner:before .btn, .blue-bg .btn, .banner-full-width.request .btn, .banner-full-width.arrow.request .banner:before .btn, .banner-full-width.arrow.blue-bg .banner:before .btn, .gold-bg .btn, .green-bg .btn, .banner-full-width.arrow.green-bg .banner:before .btn, .teal-bg .btn, .banner-full-width.arrow.teal-bg .banner:before .btn {
    background-color: transparent;
    border: 2px solid #ffffff; }
    .red-bg .btn:hover, .banner-full-width.arrow.red-bg .banner:before .btn:hover, .red-bg .btn:focus, .banner-full-width.arrow.red-bg .banner:before .btn:focus, .blue-bg .btn:hover, .banner-full-width.request .btn:hover, .banner-full-width.arrow.request .banner:before .btn:hover, .banner-full-width.arrow.blue-bg .banner:before .btn:hover, .blue-bg .btn:focus, .banner-full-width.request .btn:focus, .banner-full-width.arrow.request .banner:before .btn:focus, .banner-full-width.arrow.blue-bg .banner:before .btn:focus, .gold-bg .btn:hover, .gold-bg .btn:focus, .green-bg .btn:hover, .banner-full-width.arrow.green-bg .banner:before .btn:hover, .green-bg .btn:focus, .banner-full-width.arrow.green-bg .banner:before .btn:focus, .teal-bg .btn:hover, .banner-full-width.arrow.teal-bg .banner:before .btn:hover, .teal-bg .btn:focus, .banner-full-width.arrow.teal-bg .banner:before .btn:focus {
      background-color: #ffffff;
      border: 2px solid #ffffff; }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Avenir LT W01_35 Light1475496";
  src: url("../media/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
  src: url("../media/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"), url("../media/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("../media/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), url("../media/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"), url("../media/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg"); }

@font-face {
  font-family: "Avenir LT W01_65 Medium1475532";
  src: url("../media/fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
  src: url("../media/fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"), url("../media/fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("../media/fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"), url("../media/fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype"), url("../media/fonts/3604edbd-784e-4ca7-b978-18836469c62d.svg#3604edbd-784e-4ca7-b978-18836469c62d") format("svg"); }

@font-face {
  font-family: "Avenir LT W01_85 Heavy1475544";
  src: url("../media/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
  src: url("../media/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"), url("../media/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("../media/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"), url("../media/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"), url("../media/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg"); }

/* include this mixin on image parent */
/* mixin for filter heading color */
/* end filter heading mixin */
* {
  box-sizing: border-box; }

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  max-width: 100%; }

.hide {
  display: none !important; }

.offscreen {
  top: -9999em;
  left: -9999em; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags,
ol.inline {
  margin-left: 0;
  list-style: none; }

ul.inline > li, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.block {
  display: block; }

@-ms-viewport {
  width: device-width; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fade-in, .dropdown .dropdown-menu, .other-sites nav > ul li.dropdown .dropdown-menu, .banner-full-width.alert {
  opacity: 0;
  /* make things invisible upon start */
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in .3s;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards; }

.fade-out {
  opacity: 0;
  animation: fadeOut ease-in .15s;
  animation-fill-mode: forwards; }

.lt-ie10 .fade-in, .lt-ie10 .dropdown .dropdown-menu, .dropdown .lt-ie10 .dropdown-menu, .lt-ie10 .banner-full-width.alert {
  opacity: 1; }

@keyframes loading {
  to {
    transform: rotate(360deg); } }

.loading {
  position: relative;
  min-height: 450px; }

.loading:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  z-index: 10000; }

.loading:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #000;
  border-bottom-color: #000;
  animation: loading .8s ease infinite;
  -webkit-animation: loading .8s ease infinite;
  z-index: 10000; }

body {
  background-color: #f5f5f5;
  color: #333333;
  font: 18px/1.4 "Avenir LT W01_35 Light1475496", Arial, sans-serif;
  margin: 0; }

p {
  margin: 0 0 20px; }

.section {
  margin: 0;
  text-transform: uppercase; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

a {
  color: #00594f;
  text-decoration: none;
  transition: color .2s ease-out; }
  a:hover, a:active, a:focus {
    color: #000d0b;
    text-decoration: underline;
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
  text-rendering: optimizelegibility; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
  font-size: .8em; }

h1 {
  font-size: 2em; }
  @media (max-width: 767px) {
    h1 {
      font-size: 25px; } }

h2 {
  font-size: 1.3em; }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
  font-size: 1.2em; }
  @media (max-width: 767px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
  font-size: 1em; }
  @media (max-width: 767px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-size: .9em; }

h6 {
  font-size: .8em; }

h1 small {
  font-size: 24.5px; }

h2 small {
  font-size: 17.5px; }

h3 small {
  font-size: 14px; }

h4 small {
  font-size: 14px; }

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 20px; }

dl {
  margin-bottom: 24px; }

dt,
dd {
  line-height: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 10px; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 1px solid #ffffff; }
  hr.section {
    border-top-width: 3px;
    width: 100%; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  border-top: 2px solid #8c6d20;
  border-bottom: 2px solid #8c6d20;
  border-left: none;
  padding: 20px 40px;
  margin: 0 0 20px;
  display: block;
  float: left; }
  @media (max-width: 767px) {
    blockquote {
      padding: 20px; } }

blockquote p {
  color: #666666;
  font-size: 1.9em; }
  blockquote p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10d';
    color: #8c6d20; }

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999; }

blockquote small:before {
  content: '\2014 \00A0'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px; }

/*lists*/
nav ul, nav ol {
  list-style: none; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd {
  zoom: 1; }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .dl-horizontal dd:after {
    clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

table {
  margin: 40px 0;
  max-width: 100%;
  width: 100%; }
  table tbody tr:nth-child(odd) {
    background-color: #f5f5f5; }
  table td, table th {
    padding: 15px 20px; }
  table td {
    font-weight: 300; }
    table td.gold {
      color: #8c6d20;
      font-weight: 600; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted red; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4; }

input,
button,
select,
textarea {
  font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
  font-size: 1em; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  font-size: .9em;
  height: 30px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 20px;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 100%; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
  padding: 0 20px; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 30px;
  line-height: 30px; }

select {
  border: 1px solid #cccccc;
  /* Only thing that seems to get rid of border-radius in select elements - Now with added SVG Dropdown Arrow Goodiness! */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
  padding-right: 37px !important; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0; }

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*! begin layout.css */
html, body {
  max-width: 100%; }
  @media (min-width: 992px) {
    html, body {
      overflow: visible; } }

.container-fluid article section, .page article section {
  padding: 0; }

article {
  margin: 0 0 10px; }
  article .inside {
    float: left;
    margin: 20px 0 40px;
    width: 100%; }
    article .inside section {
      float: left;
      margin: 40px 0 0 !important;
      position: relative; }
      article .inside section:first-child {
        margin-top: 10px !important; }
  article .inside section, article .outside section {
    padding: 0;
    width: 100%; }
  article .rte .inside {
    margin: 0; }

.full-width section {
  padding-top: 40px;
  padding-bottom: 60px; }

.two-thirds {
  zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px; }
  .two-thirds:before, .two-thirds:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .two-thirds:after {
    clear: both; }
  @media (min-width: 768px) {
    .two-thirds {
      padding-right: 20px; } }
  @media (min-width: 992px) {
    .two-thirds {
      padding-right: 60px; } }
  .two-thirds.listing {
    padding-bottom: 0;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .two-thirds.listing {
        padding-top: 0; } }
  .two-thirds section {
    margin: 40px 0 10px; }
  .two-thirds section.keywords {
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .two-thirds section.keywords ul {
        padding: 20px 0; } }

@media (min-width: 768px) {
  .one-third {
    padding-bottom: 40px; } }

.one-third .drawer {
  margin: 0; }
  .one-third .drawer h3 {
    font-size: .8em; }
  .one-third .drawer .panel-body {
    padding: 0; }
    .one-third .drawer .panel-body ul {
      margin: 0 5px; }
      .one-third .drawer .panel-body ul li {
        list-style-type: none; }

.one-third nav {
  margin: 40px 0; }

.one-third aside {
  margin: 40px 0; }
  .one-third aside.rte, .one-third aside.block-list {
    padding: 20px !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .one-third aside.rte, .one-third aside.block-list {
        padding: 10px !important; } }
  .one-third aside.rte .btn {
    border: none;
    margin: 20px 0 0;
    padding: 20px 10px;
    text-align: center;
    white-space: normal;
    width: 100%; }
    .one-third aside.rte .btn span {
      display: block;
      font-size: .8em;
      margin-bottom: 5px; }
    .one-third aside.rte .btn.bordered, .one-third aside.rte aside.btn.rte, .one-third aside.rte aside.btn.block-list, .one-third aside.rte .btn.callout, section.professional-promo .one-third aside.rte aside.btn, .one-third aside.rte .ratings table th.btn, .ratings table .one-third aside.rte th.btn, .one-third aside.rte .btn.caption, .one-third aside.rte .btn.form.facets, .one-third aside.rte .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.btn, .navbar.main-nav .primary-nav > li .secondary-nav .text-block .one-third aside.rte div.btn, .one-third aside.rte .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.btn, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags .one-third aside.rte li.btn, .one-third aside.rte .wait-time p.btn, .wait-time .one-third aside.rte p.btn, .one-third aside.rte .btn.resultsmeta.header, .one-third aside.rte .results-listing.generic .btn.search-result.recommended, .results-listing.generic .one-third aside.rte .btn.search-result.recommended, .one-third aside.rte section.text-block aside.btn, section.text-block .one-third aside.rte aside.btn {
      border: 2px solid #c25700; }
      .one-third aside.rte .btn.bordered:hover, .one-third aside.rte aside.btn.rte:hover, .one-third aside.rte aside.btn.block-list:hover, .one-third aside.rte .btn.callout:hover, section.professional-promo .one-third aside.rte aside.btn:hover, .one-third aside.rte .ratings table th.btn:hover, .ratings table .one-third aside.rte th.btn:hover, .one-third aside.rte .btn.caption:hover, .one-third aside.rte .btn.form.facets:hover, .one-third aside.rte .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.btn:hover, .navbar.main-nav .primary-nav > li .secondary-nav .text-block .one-third aside.rte div.btn:hover, .one-third aside.rte .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.btn:hover, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags .one-third aside.rte li.btn:hover, .one-third aside.rte .wait-time p.btn:hover, .wait-time .one-third aside.rte p.btn:hover, .one-third aside.rte .btn.resultsmeta.header:hover, .one-third aside.rte .results-listing.generic .btn.search-result.recommended:hover, .results-listing.generic .one-third aside.rte .btn.search-result.recommended:hover, .one-third aside.rte section.text-block aside.btn:hover, section.text-block .one-third aside.rte aside.btn:hover, .one-third aside.rte .btn.bordered:active, .one-third aside.rte aside.btn.rte:active, .one-third aside.rte aside.btn.block-list:active, .one-third aside.rte .btn.callout:active, section.professional-promo .one-third aside.rte aside.btn:active, .one-third aside.rte .ratings table th.btn:active, .ratings table .one-third aside.rte th.btn:active, .one-third aside.rte .btn.caption:active, .one-third aside.rte .btn.form.facets:active, .one-third aside.rte .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.btn:active, .navbar.main-nav .primary-nav > li .secondary-nav .text-block .one-third aside.rte div.btn:active, .one-third aside.rte .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.btn:active, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags .one-third aside.rte li.btn:active, .one-third aside.rte .wait-time p.btn:active, .wait-time .one-third aside.rte p.btn:active, .one-third aside.rte .btn.resultsmeta.header:active, .one-third aside.rte .results-listing.generic .btn.search-result.recommended:active, .results-listing.generic .one-third aside.rte .btn.search-result.recommended:active, .one-third aside.rte section.text-block aside.btn:active, section.text-block .one-third aside.rte aside.btn:active, .one-third aside.rte .btn.bordered:focus, .one-third aside.rte aside.btn.rte:focus, .one-third aside.rte aside.btn.block-list:focus, .one-third aside.rte .btn.callout:focus, section.professional-promo .one-third aside.rte aside.btn:focus, .one-third aside.rte .ratings table th.btn:focus, .ratings table .one-third aside.rte th.btn:focus, .one-third aside.rte .btn.caption:focus, .one-third aside.rte .btn.form.facets:focus, .one-third aside.rte .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.btn:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block .one-third aside.rte div.btn:focus, .one-third aside.rte .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.btn:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags .one-third aside.rte li.btn:focus, .one-third aside.rte .wait-time p.btn:focus, .wait-time .one-third aside.rte p.btn:focus, .one-third aside.rte .btn.resultsmeta.header:focus, .one-third aside.rte .results-listing.generic .btn.search-result.recommended:focus, .results-listing.generic .one-third aside.rte .btn.search-result.recommended:focus, .one-third aside.rte section.text-block aside.btn:focus, section.text-block .one-third aside.rte aside.btn:focus {
        margin: 20px 0 0;
        padding: 20px 0; }
  .one-third aside.rte h4 {
    font-size: .9em;
    margin-bottom: 5px;
    margin-top: 20px; }
  .one-third aside.rte h4:first-child {
    margin-top: 0; }
  .one-third aside.rte p {
    font-size: .9em;
    margin-bottom: 0; }
  .one-third aside > .btn {
    width: 100%;
    white-space: normal; }
    .one-third aside > .btn span {
      display: block;
      font-size: .8em;
      margin-bottom: 5px; }
  .one-third aside.btn {
    border: none !important;
    display: block;
    float: none;
    font-size: 1em;
    padding: 0 !important;
    white-space: normal;
    width: 100%; }
    .one-third aside.btn p {
      margin: 0; }
    .one-third aside.btn span {
      display: block;
      font-size: .8em;
      margin-bottom: 5px; }
  .one-third aside h1 {
    font-size: 1em;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px; }
  .one-third aside.link-section, .one-third aside.topics-list {
    position: relative; }
    .one-third aside.link-section li, .one-third aside.topics-list li {
      font-size: .8em; }

.below .banner-full-width + .container .row .col-xs-12 section:first-child, .below .banner-full-width + .container .drawer .panel-body.three-cols .col-xs-12 section:first-child, .drawer .below .banner-full-width + .container .panel-body.three-cols .col-xs-12 section:first-child, .below .banner-full-width + .container .banner-full-width .hero-header.no-image .page-header .overlay .col-xs-12 section:first-child, .banner-full-width .hero-header.no-image .page-header .below .banner-full-width + .container .overlay .col-xs-12 section:first-child, .below .banner-full-width + .container .location-result .col-xs-12 section:first-child, .below .banner-full-width + .container .section-title .col-xs-12 section:first-child, .below .banner-full-width + .container .people-result .col-xs-12 section:first-child, .below .banner-full-width + .container .profile-detail .col-xs-12 section:first-child, .below .banner-full-width + .container .location-detail .col-xs-12 section:first-child, .below .banner-full-width + .container .search-result .col-xs-12 section:first-child, .below .banner-full-width + .container .rte div.half .col-xs-12 section:first-child, .rte .below .banner-full-width + .container div.half .col-xs-12 section:first-child, .below .banner-full-width + .container main article div.half .col-xs-12 section:first-child, main article .below .banner-full-width + .container div.half .col-xs-12 section:first-child, .below .banner-full-width + .container .row .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .row .col-sm-8 section:first-child, .below .banner-full-width + .container .drawer .panel-body.three-cols .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .drawer .panel-body.three-cols .col-sm-8 section:first-child, .drawer .below .banner-full-width + .container .panel-body.three-cols .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .drawer .below .banner-full-width + .container .panel-body.three-cols .col-sm-8 section:first-child, .below .banner-full-width + .container .banner-full-width .hero-header.no-image .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .below .banner-full-width + .container .banner-full-width .hero-header.full .hero-header.no-image .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.no-image .hero-header.full .page-header .below .banner-full-width + .container .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .hero-header.no-image .page-header .below .banner-full-width + .container .overlay .col-sm-8 section:first-child, .below .banner-full-width + .container .location-result .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .location-result .col-sm-8 section:first-child, .below .banner-full-width + .container .section-title .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .section-title .col-sm-8 section:first-child, .below .banner-full-width + .container .people-result .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .people-result .col-sm-8 section:first-child, .below .banner-full-width + .container .profile-detail .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .profile-detail .col-sm-8 section:first-child, .below .banner-full-width + .container .location-detail .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .location-detail .col-sm-8 section:first-child, .below .banner-full-width + .container .search-result .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .search-result .col-sm-8 section:first-child, .below .banner-full-width + .container .rte div.half .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .rte div.half .col-sm-8 section:first-child, .rte .below .banner-full-width + .container div.half .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .rte .below .banner-full-width + .container div.half .col-sm-8 section:first-child, .below .banner-full-width + .container main article div.half .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container main article div.half .col-sm-8 section:first-child, main article .below .banner-full-width + .container div.half .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 section:first-child, .banner-full-width .hero-header.full .page-header .overlay main article .below .banner-full-width + .container div.half .col-sm-8 section:first-child, .below .banner-full-width + .container .row .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .row .col-sm-4 section:first-child, .below .banner-full-width + .container .drawer .panel-body.three-cols .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .drawer .panel-body.three-cols .col-sm-4 section:first-child, .drawer .below .banner-full-width + .container .panel-body.three-cols .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .drawer .below .banner-full-width + .container .panel-body.three-cols .col-sm-4 section:first-child, .below .banner-full-width + .container .banner-full-width .hero-header.no-image .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .below .banner-full-width + .container .banner-full-width .hero-header.full .hero-header.no-image .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.no-image .hero-header.full .page-header .below .banner-full-width + .container .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .hero-header.no-image .page-header .below .banner-full-width + .container .overlay .col-sm-4 section:first-child, .below .banner-full-width + .container .location-result .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .location-result .col-sm-4 section:first-child, .below .banner-full-width + .container .section-title .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .section-title .col-sm-4 section:first-child, .below .banner-full-width + .container .people-result .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .people-result .col-sm-4 section:first-child, .below .banner-full-width + .container .profile-detail .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .profile-detail .col-sm-4 section:first-child, .below .banner-full-width + .container .location-detail .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .location-detail .col-sm-4 section:first-child, .below .banner-full-width + .container .search-result .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .search-result .col-sm-4 section:first-child, .below .banner-full-width + .container .rte div.half .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container .rte div.half .col-sm-4 section:first-child, .rte .below .banner-full-width + .container div.half .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .rte .below .banner-full-width + .container div.half .col-sm-4 section:first-child, .below .banner-full-width + .container main article div.half .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay .below .banner-full-width + .container main article div.half .col-sm-4 section:first-child, main article .below .banner-full-width + .container div.half .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 section:first-child, .banner-full-width .hero-header.full .page-header .overlay main article .below .banner-full-width + .container div.half .col-sm-4 section:first-child {
  border-top: none; }

.below section {
  padding: 20px 0 40px; }
  @media (min-width: 768px) {
    .below section {
      padding: 40px 0 60px; } }
  .below section.featured-carousel {
    margin: 0;
    padding: 0; }
  @media (min-width: 768px) {
    .below section h1 {
      text-align: center;
      padding-bottom: 15px; } }
  @media (min-width: 768px) {
    .below section .masonry-tile h1 {
      text-align: left; } }
  .below section.carousel.panel-carousel {
    margin-top: 0; }

@media (min-width: 992px) {
  .pull-up {
    margin-top: -130px;
    z-index: 2; } }

@media (min-width: 992px) {
  .pull-up-half, .banner-full-width.hero-image {
    margin-top: -62px;
    z-index: 2; } }

@media (min-width: 1200px) {
  .pull-up-half, .banner-full-width.hero-image {
    margin-top: -65px;
    z-index: 2; } }

.skip-navigation {
  display: none; }
  @media (min-width: 992px) {
    .skip-navigation {
      display: block; } }
  .skip-navigation > a {
    background-color: rgba(140, 109, 32, 0.9);
    color: #ffffff;
    font-size: .75em;
    left: 0;
    line-height: 20px;
    padding: 8px 20px 10px 15px;
    position: absolute;
    top: -39px;
    transition: top 1s ease-out;
    white-space: nowrap;
    z-index: 4; }
    .skip-navigation > a:hover, .skip-navigation > a:active, .skip-navigation > a:focus {
      color: #ffffff; }
    .skip-navigation > a:focus {
      color: #ffffff;
      top: 17px; }

.hidden-skip-navigation {
  height: 0;
  overflow: hidden;
  width: 0; }

/*! end layout.css */
.device-view, .mobile-only {
  display: none !important; }
  @media (max-width: 991px) {
    .device-view, .mobile-only {
      display: block !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      padding-bottom: 0;
      width: 100%; } }

.desktop-view, .desk-only {
  display: none; }
  @media (min-width: 992px) {
    .desktop-view, .desk-only {
      display: block; } }

.callout {
  clear: both;
  margin-bottom: 20px;
  padding: 20px 30px 10px; }
  .callout h2 {
    font-weight: 500; }

a.video:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f144";
  margin-left: 10px; }

.goldbar:before, .banner-full-width.hero-image section.callout span:before {
  content: '';
  background: #8c6d20;
  margin-bottom: 30px;
  margin-top: 25px;
  height: 10px;
  width: 65px; }
  @media (min-width: 992px) {
    .goldbar:before, .banner-full-width.hero-image section.callout span:before {
      display: block !important; } }

.bg-image {
  background-size: cover !important;
  background-position: center top !important; }

.location {
  padding-left: 1.25em !important; }
  .location:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f041";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.12em; }

.listing-page .one-third, .listing-page .two-thirds {
  padding-top: 0; }

.listing-page .one-third aside:first-child, .listing-page .one-third nav:first-child {
  margin-top: 20px; }

.no-border {
  border-width: 0 !important; }

.padded {
  padding: 40px 0 75px; }
  @media (min-width: 992px) {
    .padded {
      padding: 50px 0 150px; } }

a[href^="tel:"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  margin-right: 0.5em; }

a[href^="mailto:"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f003";
  margin-right: 0.5em; }

a.route {
  color: #ffffff; }
  a.route:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f124";
    margin-right: 10px; }

a.document {
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  display: block;
  padding: 10px 0;
  margin-top: 15px; }
  a.document:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f016';
    padding-right: 10px; }
  a.document + a.document {
    border-top: none;
    margin-top: 0; }

a.download {
  display: block;
  margin-top: 10px; }
  a.download:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0ab';
    margin-right: 5px; }

a.view-all:before, p.view-all:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 5px; }

a.view-less:before, p.view-less:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 5px; }

.fax:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.5em; }

aside.btn a {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #c25700;
  border: 2px solid #c25700;
  background-color: #ffffff;
  padding: 18px 40px;
  transition: background-color 0.25s ease-in, color 0.25s ease-in;
  border-radius: 0;
  font-size: 1em;
  padding: 20px 0;
  text-align: center;
  width: 100%; }
  @media (max-width: 767px) {
    aside.btn a {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.btn a {
      padding: 20px 10px;
      word-wrap: break-word; } }
  aside.btn a:focus {
    outline: 0 !important; }
  aside.btn a:hover, aside.btn a:focus, aside.btn a:focus:active, aside.btn a:active {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #8f4000;
    border: 2px solid #8f4000;
    background-color: #ffffff;
    padding: 18px 40px;
    padding: 20px 0;
    text-align: center;
    width: 100%; }
    @media (max-width: 767px) {
      aside.btn a:hover, aside.btn a:focus, aside.btn a:focus:active, aside.btn a:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      aside.btn a:hover, aside.btn a:focus, aside.btn a:focus:active, aside.btn a:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    aside.btn a:hover:focus, aside.btn a:focus:focus, aside.btn a:focus:active:focus, aside.btn a:active:focus {
      outline: 0 !important; }
  aside.btn a span {
    display: block; }

aside.btn.bordered a, .one-third aside.btn.rte a, .one-third aside.btn.block-list a, aside.btn.callout a, section.professional-promo .one-third aside.btn a, aside.btn.caption a, aside.btn.form.facets a, aside.btn.resultsmeta.header a, .results-listing.generic aside.btn.search-result.recommended a, section.text-block aside.btn a {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #c25700;
  border: 2px solid #c25700;
  background-color: #ffffff;
  padding: 18px 40px;
  width: 100%; }
  @media (max-width: 767px) {
    aside.btn.bordered a, .one-third aside.btn.rte a, .one-third aside.btn.block-list a, aside.btn.callout a, section.professional-promo .one-third aside.btn a, aside.btn.caption a, aside.btn.form.facets a, aside.btn.resultsmeta.header a, .results-listing.generic aside.btn.search-result.recommended a, section.text-block aside.btn a {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.btn.bordered a, .one-third aside.btn.rte a, .one-third aside.btn.block-list a, aside.btn.callout a, section.professional-promo .one-third aside.btn a, aside.btn.caption a, aside.btn.form.facets a, aside.btn.resultsmeta.header a, .results-listing.generic aside.btn.search-result.recommended a, section.text-block aside.btn a {
      padding: 20px 10px;
      word-wrap: break-word; } }
  aside.btn.bordered a:focus, .one-third aside.btn.rte a:focus, .one-third aside.btn.block-list a:focus, aside.btn.callout a:focus, section.professional-promo .one-third aside.btn a:focus, aside.btn.caption a:focus, aside.btn.form.facets a:focus, aside.btn.resultsmeta.header a:focus, .results-listing.generic aside.btn.search-result.recommended a:focus, section.text-block aside.btn a:focus {
    outline: 0 !important; }
  aside.btn.bordered a:hover, .one-third aside.btn.rte a:hover, .one-third aside.btn.block-list a:hover, aside.btn.callout a:hover, section.professional-promo .one-third aside.btn a:hover, aside.btn.caption a:hover, aside.btn.form.facets a:hover, aside.btn.resultsmeta.header a:hover, .results-listing.generic aside.btn.search-result.recommended a:hover, section.text-block aside.btn a:hover, aside.btn.bordered a:focus, .one-third aside.btn.rte a:focus, .one-third aside.btn.block-list a:focus, aside.btn.callout a:focus, section.professional-promo .one-third aside.btn a:focus, aside.btn.caption a:focus, aside.btn.form.facets a:focus, aside.btn.resultsmeta.header a:focus, .results-listing.generic aside.btn.search-result.recommended a:focus, section.text-block aside.btn a:focus, aside.btn.bordered a:active, .one-third aside.btn.rte a:active, .one-third aside.btn.block-list a:active, aside.btn.callout a:active, section.professional-promo .one-third aside.btn a:active, aside.btn.caption a:active, aside.btn.form.facets a:active, aside.btn.resultsmeta.header a:active, .results-listing.generic aside.btn.search-result.recommended a:active, section.text-block aside.btn a:active, aside.btn.bordered a:focus:active, .one-third aside.btn.rte a:focus:active, .one-third aside.btn.block-list a:focus:active, aside.btn.callout a:focus:active, section.professional-promo .one-third aside.btn a:focus:active, aside.btn.caption a:focus:active, aside.btn.form.facets a:focus:active, aside.btn.resultsmeta.header a:focus:active, .results-listing.generic aside.btn.search-result.recommended a:focus:active, section.text-block aside.btn a:focus:active {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #8f4000;
    border: 2px solid #8f4000;
    background-color: #ffffff;
    padding: 18px 40px;
    width: 100%; }
    @media (max-width: 767px) {
      aside.btn.bordered a:hover, .one-third aside.btn.rte a:hover, .one-third aside.btn.block-list a:hover, aside.btn.callout a:hover, section.professional-promo .one-third aside.btn a:hover, aside.btn.caption a:hover, aside.btn.form.facets a:hover, aside.btn.resultsmeta.header a:hover, .results-listing.generic aside.btn.search-result.recommended a:hover, section.text-block aside.btn a:hover, aside.btn.bordered a:focus, .one-third aside.btn.rte a:focus, .one-third aside.btn.block-list a:focus, aside.btn.callout a:focus, section.professional-promo .one-third aside.btn a:focus, aside.btn.caption a:focus, aside.btn.form.facets a:focus, aside.btn.resultsmeta.header a:focus, .results-listing.generic aside.btn.search-result.recommended a:focus, section.text-block aside.btn a:focus, aside.btn.bordered a:active, .one-third aside.btn.rte a:active, .one-third aside.btn.block-list a:active, aside.btn.callout a:active, section.professional-promo .one-third aside.btn a:active, aside.btn.caption a:active, aside.btn.form.facets a:active, aside.btn.resultsmeta.header a:active, .results-listing.generic aside.btn.search-result.recommended a:active, section.text-block aside.btn a:active, aside.btn.bordered a:focus:active, .one-third aside.btn.rte a:focus:active, .one-third aside.btn.block-list a:focus:active, aside.btn.callout a:focus:active, section.professional-promo .one-third aside.btn a:focus:active, aside.btn.caption a:focus:active, aside.btn.form.facets a:focus:active, aside.btn.resultsmeta.header a:focus:active, .results-listing.generic aside.btn.search-result.recommended a:focus:active, section.text-block aside.btn a:focus:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      aside.btn.bordered a:hover, .one-third aside.btn.rte a:hover, .one-third aside.btn.block-list a:hover, aside.btn.callout a:hover, section.professional-promo .one-third aside.btn a:hover, aside.btn.caption a:hover, aside.btn.form.facets a:hover, aside.btn.resultsmeta.header a:hover, .results-listing.generic aside.btn.search-result.recommended a:hover, section.text-block aside.btn a:hover, aside.btn.bordered a:focus, .one-third aside.btn.rte a:focus, .one-third aside.btn.block-list a:focus, aside.btn.callout a:focus, section.professional-promo .one-third aside.btn a:focus, aside.btn.caption a:focus, aside.btn.form.facets a:focus, aside.btn.resultsmeta.header a:focus, .results-listing.generic aside.btn.search-result.recommended a:focus, section.text-block aside.btn a:focus, aside.btn.bordered a:active, .one-third aside.btn.rte a:active, .one-third aside.btn.block-list a:active, aside.btn.callout a:active, section.professional-promo .one-third aside.btn a:active, aside.btn.caption a:active, aside.btn.form.facets a:active, aside.btn.resultsmeta.header a:active, .results-listing.generic aside.btn.search-result.recommended a:active, section.text-block aside.btn a:active, aside.btn.bordered a:focus:active, .one-third aside.btn.rte a:focus:active, .one-third aside.btn.block-list a:focus:active, aside.btn.callout a:focus:active, section.professional-promo .one-third aside.btn a:focus:active, aside.btn.caption a:focus:active, aside.btn.form.facets a:focus:active, aside.btn.resultsmeta.header a:focus:active, .results-listing.generic aside.btn.search-result.recommended a:focus:active, section.text-block aside.btn a:focus:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    aside.btn.bordered a:hover:focus, .one-third aside.btn.rte a:hover:focus, .one-third aside.btn.block-list a:hover:focus, aside.btn.callout a:hover:focus, section.professional-promo .one-third aside.btn a:hover:focus, aside.btn.caption a:hover:focus, aside.btn.form.facets a:hover:focus, aside.btn.resultsmeta.header a:hover:focus, .results-listing.generic aside.btn.search-result.recommended a:hover:focus, section.text-block aside.btn a:hover:focus, aside.btn.bordered a:focus:focus, .one-third aside.btn.rte a:focus:focus, .one-third aside.btn.block-list a:focus:focus, aside.btn.callout a:focus:focus, section.professional-promo .one-third aside.btn a:focus:focus, aside.btn.caption a:focus:focus, aside.btn.form.facets a:focus:focus, aside.btn.resultsmeta.header a:focus:focus, .results-listing.generic aside.btn.search-result.recommended a:focus:focus, section.text-block aside.btn a:focus:focus, aside.btn.bordered a:active:focus, .one-third aside.btn.rte a:active:focus, .one-third aside.btn.block-list a:active:focus, aside.btn.callout a:active:focus, section.professional-promo .one-third aside.btn a:active:focus, aside.btn.caption a:active:focus, aside.btn.form.facets a:active:focus, aside.btn.resultsmeta.header a:active:focus, .results-listing.generic aside.btn.search-result.recommended a:active:focus, section.text-block aside.btn a:active:focus, aside.btn.bordered a:focus:active:focus, .one-third aside.btn.rte a:focus:active:focus, .one-third aside.btn.block-list a:focus:active:focus, aside.btn.callout a:focus:active:focus, section.professional-promo .one-third aside.btn a:focus:active:focus, aside.btn.caption a:focus:active:focus, aside.btn.form.facets a:focus:active:focus, aside.btn.resultsmeta.header a:focus:active:focus, .results-listing.generic aside.btn.search-result.recommended a:focus:active:focus, section.text-block aside.btn a:focus:active:focus {
      outline: 0 !important; }

.theButton, a.btn, input.btn, button.btn, .form-wrapper.abila div.kimbiaDiv button.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.k_button.back, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink, .form-wrapper input.btn {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #c25700;
  border-width: 0;
  transition: background-color 0.25s ease-in, color 0.25s ease-in;
  border-radius: 0;
  font-size: 1em;
  white-space: normal; }
  @media (max-width: 767px) {
    .theButton, a.btn, input.btn, button.btn, .form-wrapper.abila div.kimbiaDiv button.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.k_button.back, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink, .form-wrapper input.btn {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .theButton, a.btn, input.btn, button.btn, .form-wrapper.abila div.kimbiaDiv button.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.k_button.back, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink, .form-wrapper input.btn {
      padding: 20px 10px;
      word-wrap: break-word; } }
  .theButton:focus, a.btn:focus, input.btn:focus, button.btn:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus {
    outline: 0 !important; }
  .theButton span, a.btn span, input.btn span, button.btn span, .form-wrapper.abila div.kimbiaDiv button.k_button.forward span, .form-wrapper.abila div.kimbiaDiv button.k_button.back span, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink span, .form-wrapper input.btn span {
    display: block;
    font-size: .8em;
    margin-bottom: 5px; }
  .theButton:hover, a.btn:hover, input.btn:hover, button.btn:hover, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.k_button.back:hover, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:hover, .theButton:focus, a.btn:focus, input.btn:focus, button.btn:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus, .theButton:focus:active, a.btn:focus:active, input.btn:focus:active, button.btn:focus:active, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus:active, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus:active, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus:active, .theButton:active, a.btn:active, input.btn:active, button.btn:active, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:active, .form-wrapper.abila div.kimbiaDiv button.k_button.back:active, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:active {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #ae4e00;
    border-width: 0; }
    @media (max-width: 767px) {
      .theButton:hover, a.btn:hover, input.btn:hover, button.btn:hover, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.k_button.back:hover, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:hover, .theButton:focus, a.btn:focus, input.btn:focus, button.btn:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus, .theButton:focus:active, a.btn:focus:active, input.btn:focus:active, button.btn:focus:active, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus:active, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus:active, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus:active, .theButton:active, a.btn:active, input.btn:active, button.btn:active, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:active, .form-wrapper.abila div.kimbiaDiv button.k_button.back:active, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .theButton:hover, a.btn:hover, input.btn:hover, button.btn:hover, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.k_button.back:hover, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:hover, .theButton:focus, a.btn:focus, input.btn:focus, button.btn:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus, .theButton:focus:active, a.btn:focus:active, input.btn:focus:active, button.btn:focus:active, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus:active, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus:active, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus:active, .theButton:active, a.btn:active, input.btn:active, button.btn:active, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:active, .form-wrapper.abila div.kimbiaDiv button.k_button.back:active, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    .theButton:hover:focus, a.btn:hover:focus, input.btn:hover:focus, button.btn:hover:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:hover:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.back:hover:focus, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:hover:focus, .theButton:focus:focus, a.btn:focus:focus, input.btn:focus:focus, button.btn:focus:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus:focus, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus:focus, .theButton:focus:active:focus, a.btn:focus:active:focus, input.btn:focus:active:focus, button.btn:focus:active:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus:active:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.back:focus:active:focus, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:focus:active:focus, .theButton:active:focus, a.btn:active:focus, input.btn:active:focus, button.btn:active:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:active:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.back:active:focus, .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink:active:focus {
      outline: 0 !important; }

a.btn.red, input.btn.red, button.btn.red {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #B1254B;
  border-width: 0; }
  @media (max-width: 767px) {
    a.btn.red, input.btn.red, button.btn.red {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    a.btn.red, input.btn.red, button.btn.red {
      padding: 20px 10px;
      word-wrap: break-word; } }
  a.btn.red:focus, input.btn.red:focus, button.btn.red:focus {
    outline: 0 !important; }
  a.btn.red:hover, a.btn.red:focus, input.btn.red:hover, input.btn.red:focus, button.btn.red:hover, button.btn.red:focus {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #871c39;
    border-width: 0; }
    @media (max-width: 767px) {
      a.btn.red:hover, a.btn.red:focus, input.btn.red:hover, input.btn.red:focus, button.btn.red:hover, button.btn.red:focus {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.red:hover, a.btn.red:focus, input.btn.red:hover, input.btn.red:focus, button.btn.red:hover, button.btn.red:focus {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.red:hover:focus, a.btn.red:focus:focus, input.btn.red:hover:focus, input.btn.red:focus:focus, button.btn.red:hover:focus, button.btn.red:focus:focus {
      outline: 0 !important; }

a.btn.gold, input.btn.gold, button.btn.gold {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #8c6d20;
  border-width: 0; }
  @media (max-width: 767px) {
    a.btn.gold, input.btn.gold, button.btn.gold {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    a.btn.gold, input.btn.gold, button.btn.gold {
      padding: 20px 10px;
      word-wrap: break-word; } }
  a.btn.gold:focus, input.btn.gold:focus, button.btn.gold:focus {
    outline: 0 !important; }
  a.btn.gold:hover, a.btn.gold:focus, input.btn.gold:hover, input.btn.gold:focus, button.btn.gold:hover, button.btn.gold:focus {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #624d17;
    border-width: 0; }
    @media (max-width: 767px) {
      a.btn.gold:hover, a.btn.gold:focus, input.btn.gold:hover, input.btn.gold:focus, button.btn.gold:hover, button.btn.gold:focus {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.gold:hover, a.btn.gold:focus, input.btn.gold:hover, input.btn.gold:focus, button.btn.gold:hover, button.btn.gold:focus {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.gold:hover:focus, a.btn.gold:focus:focus, input.btn.gold:hover:focus, input.btn.gold:focus:focus, button.btn.gold:hover:focus, button.btn.gold:focus:focus {
      outline: 0 !important; }

a.btn.green, input.btn.green, button.btn.green, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #00594f;
  border-width: 0; }
  @media (max-width: 767px) {
    a.btn.green, input.btn.green, button.btn.green, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    a.btn.green, input.btn.green, button.btn.green, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward {
      padding: 20px 10px;
      word-wrap: break-word; } }
  a.btn.green:focus, input.btn.green:focus, button.btn.green:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:focus {
    outline: 0 !important; }
  a.btn.green:hover, a.btn.green:focus, input.btn.green:hover, input.btn.green:focus, button.btn.green:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:hover, button.btn.green:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:focus {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #002622;
    border-width: 0; }
    @media (max-width: 767px) {
      a.btn.green:hover, a.btn.green:focus, input.btn.green:hover, input.btn.green:focus, button.btn.green:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:hover, button.btn.green:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:focus {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.green:hover, a.btn.green:focus, input.btn.green:hover, input.btn.green:focus, button.btn.green:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:hover, button.btn.green:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:focus {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.green:hover:focus, a.btn.green:focus:focus, input.btn.green:hover:focus, input.btn.green:focus:focus, button.btn.green:hover:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:hover:focus, button.btn.green:focus:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward:focus:focus {
      outline: 0 !important; }

a.btn.bordered, a.btn.callout, a.btn.caption, a.btn.form.facets, a.btn.resultsmeta.header, .results-listing.generic a.btn.search-result.recommended, input.btn.bordered, input.btn.callout, input.btn.caption, .form-wrapper input.btn.bordered, input.btn.form.facets, input.btn.resultsmeta.header, .results-listing.generic input.btn.search-result.recommended, button.btn.bordered, button.btn.callout, button.btn.caption, button.btn.form.facets, button.btn.resultsmeta.header, .results-listing.generic button.btn.search-result.recommended {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #8f4000;
  border: 2px solid #8f4000;
  background-color: #ffffff;
  padding: 18px 40px; }
  @media (max-width: 767px) {
    a.btn.bordered, a.btn.callout, a.btn.caption, a.btn.form.facets, a.btn.resultsmeta.header, .results-listing.generic a.btn.search-result.recommended, input.btn.bordered, input.btn.callout, input.btn.caption, .form-wrapper input.btn.bordered, input.btn.form.facets, input.btn.resultsmeta.header, .results-listing.generic input.btn.search-result.recommended, button.btn.bordered, button.btn.callout, button.btn.caption, button.btn.form.facets, button.btn.resultsmeta.header, .results-listing.generic button.btn.search-result.recommended {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    a.btn.bordered, a.btn.callout, a.btn.caption, a.btn.form.facets, a.btn.resultsmeta.header, .results-listing.generic a.btn.search-result.recommended, input.btn.bordered, input.btn.callout, input.btn.caption, .form-wrapper input.btn.bordered, input.btn.form.facets, input.btn.resultsmeta.header, .results-listing.generic input.btn.search-result.recommended, button.btn.bordered, button.btn.callout, button.btn.caption, button.btn.form.facets, button.btn.resultsmeta.header, .results-listing.generic button.btn.search-result.recommended {
      padding: 20px 10px;
      word-wrap: break-word; } }
  a.btn.bordered:focus, a.btn.callout:focus, a.btn.caption:focus, a.btn.form.facets:focus, a.btn.resultsmeta.header:focus, .results-listing.generic a.btn.search-result.recommended:focus, input.btn.bordered:focus, input.btn.callout:focus, input.btn.caption:focus, input.btn.form.facets:focus, input.btn.resultsmeta.header:focus, .results-listing.generic input.btn.search-result.recommended:focus, button.btn.bordered:focus, button.btn.callout:focus, button.btn.caption:focus, button.btn.form.facets:focus, button.btn.resultsmeta.header:focus, .results-listing.generic button.btn.search-result.recommended:focus {
    outline: 0 !important; }
  a.btn.bordered:hover, a.btn.callout:hover, a.btn.caption:hover, a.btn.form.facets:hover, a.btn.resultsmeta.header:hover, .results-listing.generic a.btn.search-result.recommended:hover, a.btn.bordered:focus, a.btn.callout:focus, a.btn.caption:focus, a.btn.form.facets:focus, a.btn.resultsmeta.header:focus, .results-listing.generic a.btn.search-result.recommended:focus, a.btn.bordered:active, a.btn.callout:active, a.btn.caption:active, a.btn.form.facets:active, a.btn.resultsmeta.header:active, .results-listing.generic a.btn.search-result.recommended:active, a.btn.bordered:focus:active, a.btn.callout:focus:active, a.btn.caption:focus:active, a.btn.form.facets:focus:active, a.btn.resultsmeta.header:focus:active, .results-listing.generic a.btn.search-result.recommended:focus:active, input.btn.bordered:hover, input.btn.callout:hover, input.btn.caption:hover, input.btn.form.facets:hover, input.btn.resultsmeta.header:hover, .results-listing.generic input.btn.search-result.recommended:hover, input.btn.bordered:focus, input.btn.callout:focus, input.btn.caption:focus, input.btn.form.facets:focus, input.btn.resultsmeta.header:focus, .results-listing.generic input.btn.search-result.recommended:focus, input.btn.bordered:active, input.btn.callout:active, input.btn.caption:active, input.btn.form.facets:active, input.btn.resultsmeta.header:active, .results-listing.generic input.btn.search-result.recommended:active, input.btn.bordered:focus:active, input.btn.callout:focus:active, input.btn.caption:focus:active, input.btn.form.facets:focus:active, input.btn.resultsmeta.header:focus:active, .results-listing.generic input.btn.search-result.recommended:focus:active, button.btn.bordered:hover, button.btn.callout:hover, button.btn.caption:hover, button.btn.form.facets:hover, button.btn.resultsmeta.header:hover, .results-listing.generic button.btn.search-result.recommended:hover, button.btn.bordered:focus, button.btn.callout:focus, button.btn.caption:focus, button.btn.form.facets:focus, button.btn.resultsmeta.header:focus, .results-listing.generic button.btn.search-result.recommended:focus, button.btn.bordered:active, button.btn.callout:active, button.btn.caption:active, button.btn.form.facets:active, button.btn.resultsmeta.header:active, .results-listing.generic button.btn.search-result.recommended:active, button.btn.bordered:focus:active, button.btn.callout:focus:active, button.btn.caption:focus:active, button.btn.form.facets:focus:active, button.btn.resultsmeta.header:focus:active, .results-listing.generic button.btn.search-result.recommended:focus:active {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #c25700;
    padding: 18px 40px; }
    @media (max-width: 767px) {
      a.btn.bordered:hover, a.btn.callout:hover, a.btn.caption:hover, a.btn.form.facets:hover, a.btn.resultsmeta.header:hover, .results-listing.generic a.btn.search-result.recommended:hover, a.btn.bordered:focus, a.btn.callout:focus, a.btn.caption:focus, a.btn.form.facets:focus, a.btn.resultsmeta.header:focus, .results-listing.generic a.btn.search-result.recommended:focus, a.btn.bordered:active, a.btn.callout:active, a.btn.caption:active, a.btn.form.facets:active, a.btn.resultsmeta.header:active, .results-listing.generic a.btn.search-result.recommended:active, a.btn.bordered:focus:active, a.btn.callout:focus:active, a.btn.caption:focus:active, a.btn.form.facets:focus:active, a.btn.resultsmeta.header:focus:active, .results-listing.generic a.btn.search-result.recommended:focus:active, input.btn.bordered:hover, input.btn.callout:hover, input.btn.caption:hover, input.btn.form.facets:hover, input.btn.resultsmeta.header:hover, .results-listing.generic input.btn.search-result.recommended:hover, input.btn.bordered:focus, input.btn.callout:focus, input.btn.caption:focus, input.btn.form.facets:focus, input.btn.resultsmeta.header:focus, .results-listing.generic input.btn.search-result.recommended:focus, input.btn.bordered:active, input.btn.callout:active, input.btn.caption:active, input.btn.form.facets:active, input.btn.resultsmeta.header:active, .results-listing.generic input.btn.search-result.recommended:active, input.btn.bordered:focus:active, input.btn.callout:focus:active, input.btn.caption:focus:active, input.btn.form.facets:focus:active, input.btn.resultsmeta.header:focus:active, .results-listing.generic input.btn.search-result.recommended:focus:active, button.btn.bordered:hover, button.btn.callout:hover, button.btn.caption:hover, button.btn.form.facets:hover, button.btn.resultsmeta.header:hover, .results-listing.generic button.btn.search-result.recommended:hover, button.btn.bordered:focus, button.btn.callout:focus, button.btn.caption:focus, button.btn.form.facets:focus, button.btn.resultsmeta.header:focus, .results-listing.generic button.btn.search-result.recommended:focus, button.btn.bordered:active, button.btn.callout:active, button.btn.caption:active, button.btn.form.facets:active, button.btn.resultsmeta.header:active, .results-listing.generic button.btn.search-result.recommended:active, button.btn.bordered:focus:active, button.btn.callout:focus:active, button.btn.caption:focus:active, button.btn.form.facets:focus:active, button.btn.resultsmeta.header:focus:active, .results-listing.generic button.btn.search-result.recommended:focus:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.bordered:hover, a.btn.callout:hover, a.btn.caption:hover, a.btn.form.facets:hover, a.btn.resultsmeta.header:hover, .results-listing.generic a.btn.search-result.recommended:hover, a.btn.bordered:focus, a.btn.callout:focus, a.btn.caption:focus, a.btn.form.facets:focus, a.btn.resultsmeta.header:focus, .results-listing.generic a.btn.search-result.recommended:focus, a.btn.bordered:active, a.btn.callout:active, a.btn.caption:active, a.btn.form.facets:active, a.btn.resultsmeta.header:active, .results-listing.generic a.btn.search-result.recommended:active, a.btn.bordered:focus:active, a.btn.callout:focus:active, a.btn.caption:focus:active, a.btn.form.facets:focus:active, a.btn.resultsmeta.header:focus:active, .results-listing.generic a.btn.search-result.recommended:focus:active, input.btn.bordered:hover, input.btn.callout:hover, input.btn.caption:hover, input.btn.form.facets:hover, input.btn.resultsmeta.header:hover, .results-listing.generic input.btn.search-result.recommended:hover, input.btn.bordered:focus, input.btn.callout:focus, input.btn.caption:focus, input.btn.form.facets:focus, input.btn.resultsmeta.header:focus, .results-listing.generic input.btn.search-result.recommended:focus, input.btn.bordered:active, input.btn.callout:active, input.btn.caption:active, input.btn.form.facets:active, input.btn.resultsmeta.header:active, .results-listing.generic input.btn.search-result.recommended:active, input.btn.bordered:focus:active, input.btn.callout:focus:active, input.btn.caption:focus:active, input.btn.form.facets:focus:active, input.btn.resultsmeta.header:focus:active, .results-listing.generic input.btn.search-result.recommended:focus:active, button.btn.bordered:hover, button.btn.callout:hover, button.btn.caption:hover, button.btn.form.facets:hover, button.btn.resultsmeta.header:hover, .results-listing.generic button.btn.search-result.recommended:hover, button.btn.bordered:focus, button.btn.callout:focus, button.btn.caption:focus, button.btn.form.facets:focus, button.btn.resultsmeta.header:focus, .results-listing.generic button.btn.search-result.recommended:focus, button.btn.bordered:active, button.btn.callout:active, button.btn.caption:active, button.btn.form.facets:active, button.btn.resultsmeta.header:active, .results-listing.generic button.btn.search-result.recommended:active, button.btn.bordered:focus:active, button.btn.callout:focus:active, button.btn.caption:focus:active, button.btn.form.facets:focus:active, button.btn.resultsmeta.header:focus:active, .results-listing.generic button.btn.search-result.recommended:focus:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.bordered:hover:focus, a.btn.callout:hover:focus, a.btn.caption:hover:focus, a.btn.form.facets:hover:focus, a.btn.resultsmeta.header:hover:focus, .results-listing.generic a.btn.search-result.recommended:hover:focus, a.btn.bordered:focus:focus, a.btn.callout:focus:focus, a.btn.caption:focus:focus, a.btn.form.facets:focus:focus, a.btn.resultsmeta.header:focus:focus, .results-listing.generic a.btn.search-result.recommended:focus:focus, a.btn.bordered:active:focus, a.btn.callout:active:focus, a.btn.caption:active:focus, a.btn.form.facets:active:focus, a.btn.resultsmeta.header:active:focus, .results-listing.generic a.btn.search-result.recommended:active:focus, a.btn.bordered:focus:active:focus, a.btn.callout:focus:active:focus, a.btn.caption:focus:active:focus, a.btn.form.facets:focus:active:focus, a.btn.resultsmeta.header:focus:active:focus, .results-listing.generic a.btn.search-result.recommended:focus:active:focus, input.btn.bordered:hover:focus, input.btn.callout:hover:focus, input.btn.caption:hover:focus, input.btn.form.facets:hover:focus, input.btn.resultsmeta.header:hover:focus, .results-listing.generic input.btn.search-result.recommended:hover:focus, input.btn.bordered:focus:focus, input.btn.callout:focus:focus, input.btn.caption:focus:focus, input.btn.form.facets:focus:focus, input.btn.resultsmeta.header:focus:focus, .results-listing.generic input.btn.search-result.recommended:focus:focus, input.btn.bordered:active:focus, input.btn.callout:active:focus, input.btn.caption:active:focus, input.btn.form.facets:active:focus, input.btn.resultsmeta.header:active:focus, .results-listing.generic input.btn.search-result.recommended:active:focus, input.btn.bordered:focus:active:focus, input.btn.callout:focus:active:focus, input.btn.caption:focus:active:focus, input.btn.form.facets:focus:active:focus, input.btn.resultsmeta.header:focus:active:focus, .results-listing.generic input.btn.search-result.recommended:focus:active:focus, button.btn.bordered:hover:focus, button.btn.callout:hover:focus, button.btn.caption:hover:focus, button.btn.form.facets:hover:focus, button.btn.resultsmeta.header:hover:focus, .results-listing.generic button.btn.search-result.recommended:hover:focus, button.btn.bordered:focus:focus, button.btn.callout:focus:focus, button.btn.caption:focus:focus, button.btn.form.facets:focus:focus, button.btn.resultsmeta.header:focus:focus, .results-listing.generic button.btn.search-result.recommended:focus:focus, button.btn.bordered:active:focus, button.btn.callout:active:focus, button.btn.caption:active:focus, button.btn.form.facets:active:focus, button.btn.resultsmeta.header:active:focus, .results-listing.generic button.btn.search-result.recommended:active:focus, button.btn.bordered:focus:active:focus, button.btn.callout:focus:active:focus, button.btn.caption:focus:active:focus, button.btn.form.facets:focus:active:focus, button.btn.resultsmeta.header:focus:active:focus, .results-listing.generic button.btn.search-result.recommended:focus:active:focus {
      outline: 0 !important; }
  a.btn.bordered.red, a.btn.red.callout, a.btn.red.caption, a.btn.red.form.facets, a.btn.red.resultsmeta.header, .results-listing.generic a.btn.red.search-result.recommended, input.btn.bordered.red, input.btn.red.callout, input.btn.red.caption, input.btn.red.form.facets, input.btn.red.resultsmeta.header, .results-listing.generic input.btn.red.search-result.recommended, button.btn.bordered.red, button.btn.red.callout, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back, button.btn.red.caption, button.btn.red.form.facets, button.btn.red.resultsmeta.header, .results-listing.generic button.btn.red.search-result.recommended {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #B1254B;
    border: 2px solid #B1254B;
    background-color: #ffffff;
    padding: 18px 40px; }
    @media (max-width: 767px) {
      a.btn.bordered.red, a.btn.red.callout, a.btn.red.caption, a.btn.red.form.facets, a.btn.red.resultsmeta.header, .results-listing.generic a.btn.red.search-result.recommended, input.btn.bordered.red, input.btn.red.callout, input.btn.red.caption, input.btn.red.form.facets, input.btn.red.resultsmeta.header, .results-listing.generic input.btn.red.search-result.recommended, button.btn.bordered.red, button.btn.red.callout, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back, button.btn.red.caption, button.btn.red.form.facets, button.btn.red.resultsmeta.header, .results-listing.generic button.btn.red.search-result.recommended {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.bordered.red, a.btn.red.callout, a.btn.red.caption, a.btn.red.form.facets, a.btn.red.resultsmeta.header, .results-listing.generic a.btn.red.search-result.recommended, input.btn.bordered.red, input.btn.red.callout, input.btn.red.caption, input.btn.red.form.facets, input.btn.red.resultsmeta.header, .results-listing.generic input.btn.red.search-result.recommended, button.btn.bordered.red, button.btn.red.callout, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back, button.btn.red.caption, button.btn.red.form.facets, button.btn.red.resultsmeta.header, .results-listing.generic button.btn.red.search-result.recommended {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.bordered.red:focus, a.btn.red.callout:focus, a.btn.red.caption:focus, a.btn.red.form.facets:focus, a.btn.red.resultsmeta.header:focus, .results-listing.generic a.btn.red.search-result.recommended:focus, input.btn.bordered.red:focus, input.btn.red.callout:focus, input.btn.red.caption:focus, input.btn.red.form.facets:focus, input.btn.red.resultsmeta.header:focus, .results-listing.generic input.btn.red.search-result.recommended:focus, button.btn.bordered.red:focus, button.btn.red.callout:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:focus, button.btn.red.caption:focus, button.btn.red.form.facets:focus, button.btn.red.resultsmeta.header:focus, .results-listing.generic button.btn.red.search-result.recommended:focus {
      outline: 0 !important; }
    a.btn.bordered.red:hover, a.btn.red.callout:hover, a.btn.red.caption:hover, a.btn.red.form.facets:hover, a.btn.red.resultsmeta.header:hover, .results-listing.generic a.btn.red.search-result.recommended:hover, a.btn.bordered.red:focus, a.btn.red.callout:focus, a.btn.red.caption:focus, a.btn.red.form.facets:focus, a.btn.red.resultsmeta.header:focus, .results-listing.generic a.btn.red.search-result.recommended:focus, input.btn.bordered.red:hover, input.btn.red.callout:hover, input.btn.red.caption:hover, input.btn.red.form.facets:hover, input.btn.red.resultsmeta.header:hover, .results-listing.generic input.btn.red.search-result.recommended:hover, input.btn.bordered.red:focus, input.btn.red.callout:focus, input.btn.red.caption:focus, input.btn.red.form.facets:focus, input.btn.red.resultsmeta.header:focus, .results-listing.generic input.btn.red.search-result.recommended:focus, button.btn.bordered.red:hover, button.btn.red.callout:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:hover, button.btn.red.caption:hover, button.btn.red.form.facets:hover, button.btn.red.resultsmeta.header:hover, .results-listing.generic button.btn.red.search-result.recommended:hover, button.btn.bordered.red:focus, button.btn.red.callout:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:focus, button.btn.red.caption:focus, button.btn.red.form.facets:focus, button.btn.red.resultsmeta.header:focus, .results-listing.generic button.btn.red.search-result.recommended:focus {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #ffffff;
      border: 2px solid #ffffff;
      background-color: #B1254B;
      padding: 18px 40px; }
      @media (max-width: 767px) {
        a.btn.bordered.red:hover, a.btn.red.callout:hover, a.btn.red.caption:hover, a.btn.red.form.facets:hover, a.btn.red.resultsmeta.header:hover, .results-listing.generic a.btn.red.search-result.recommended:hover, a.btn.bordered.red:focus, a.btn.red.callout:focus, a.btn.red.caption:focus, a.btn.red.form.facets:focus, a.btn.red.resultsmeta.header:focus, .results-listing.generic a.btn.red.search-result.recommended:focus, input.btn.bordered.red:hover, input.btn.red.callout:hover, input.btn.red.caption:hover, input.btn.red.form.facets:hover, input.btn.red.resultsmeta.header:hover, .results-listing.generic input.btn.red.search-result.recommended:hover, input.btn.bordered.red:focus, input.btn.red.callout:focus, input.btn.red.caption:focus, input.btn.red.form.facets:focus, input.btn.red.resultsmeta.header:focus, .results-listing.generic input.btn.red.search-result.recommended:focus, button.btn.bordered.red:hover, button.btn.red.callout:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:hover, button.btn.red.caption:hover, button.btn.red.form.facets:hover, button.btn.red.resultsmeta.header:hover, .results-listing.generic button.btn.red.search-result.recommended:hover, button.btn.bordered.red:focus, button.btn.red.callout:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:focus, button.btn.red.caption:focus, button.btn.red.form.facets:focus, button.btn.red.resultsmeta.header:focus, .results-listing.generic button.btn.red.search-result.recommended:focus {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        a.btn.bordered.red:hover, a.btn.red.callout:hover, a.btn.red.caption:hover, a.btn.red.form.facets:hover, a.btn.red.resultsmeta.header:hover, .results-listing.generic a.btn.red.search-result.recommended:hover, a.btn.bordered.red:focus, a.btn.red.callout:focus, a.btn.red.caption:focus, a.btn.red.form.facets:focus, a.btn.red.resultsmeta.header:focus, .results-listing.generic a.btn.red.search-result.recommended:focus, input.btn.bordered.red:hover, input.btn.red.callout:hover, input.btn.red.caption:hover, input.btn.red.form.facets:hover, input.btn.red.resultsmeta.header:hover, .results-listing.generic input.btn.red.search-result.recommended:hover, input.btn.bordered.red:focus, input.btn.red.callout:focus, input.btn.red.caption:focus, input.btn.red.form.facets:focus, input.btn.red.resultsmeta.header:focus, .results-listing.generic input.btn.red.search-result.recommended:focus, button.btn.bordered.red:hover, button.btn.red.callout:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:hover, button.btn.red.caption:hover, button.btn.red.form.facets:hover, button.btn.red.resultsmeta.header:hover, .results-listing.generic button.btn.red.search-result.recommended:hover, button.btn.bordered.red:focus, button.btn.red.callout:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:focus, button.btn.red.caption:focus, button.btn.red.form.facets:focus, button.btn.red.resultsmeta.header:focus, .results-listing.generic button.btn.red.search-result.recommended:focus {
          padding: 20px 10px;
          word-wrap: break-word; } }
      a.btn.bordered.red:hover:focus, a.btn.red.callout:hover:focus, a.btn.red.caption:hover:focus, a.btn.red.form.facets:hover:focus, a.btn.red.resultsmeta.header:hover:focus, .results-listing.generic a.btn.red.search-result.recommended:hover:focus, a.btn.bordered.red:focus:focus, a.btn.red.callout:focus:focus, a.btn.red.caption:focus:focus, a.btn.red.form.facets:focus:focus, a.btn.red.resultsmeta.header:focus:focus, .results-listing.generic a.btn.red.search-result.recommended:focus:focus, input.btn.bordered.red:hover:focus, input.btn.red.callout:hover:focus, input.btn.red.caption:hover:focus, input.btn.red.form.facets:hover:focus, input.btn.red.resultsmeta.header:hover:focus, .results-listing.generic input.btn.red.search-result.recommended:hover:focus, input.btn.bordered.red:focus:focus, input.btn.red.callout:focus:focus, input.btn.red.caption:focus:focus, input.btn.red.form.facets:focus:focus, input.btn.red.resultsmeta.header:focus:focus, .results-listing.generic input.btn.red.search-result.recommended:focus:focus, button.btn.bordered.red:hover:focus, button.btn.red.callout:hover:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:hover:focus, button.btn.red.caption:hover:focus, button.btn.red.form.facets:hover:focus, button.btn.red.resultsmeta.header:hover:focus, .results-listing.generic button.btn.red.search-result.recommended:hover:focus, button.btn.bordered.red:focus:focus, button.btn.red.callout:focus:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.back:focus:focus, button.btn.red.caption:focus:focus, button.btn.red.form.facets:focus:focus, button.btn.red.resultsmeta.header:focus:focus, .results-listing.generic button.btn.red.search-result.recommended:focus:focus {
        outline: 0 !important; }
  a.btn.bordered.gold, a.btn.gold.callout, a.btn.gold.caption, a.btn.gold.form.facets, a.btn.gold.resultsmeta.header, .results-listing.generic a.btn.gold.search-result.recommended, input.btn.bordered.gold, input.btn.gold.callout, input.btn.gold.caption, input.btn.gold.form.facets, input.btn.gold.resultsmeta.header, .results-listing.generic input.btn.gold.search-result.recommended, button.btn.bordered.gold, button.btn.gold.callout, button.btn.gold.caption, button.btn.gold.form.facets, button.btn.gold.resultsmeta.header, .results-listing.generic button.btn.gold.search-result.recommended {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #8c6d20;
    border: 2px solid #8c6d20;
    background-color: #ffffff;
    padding: 18px 40px; }
    @media (max-width: 767px) {
      a.btn.bordered.gold, a.btn.gold.callout, a.btn.gold.caption, a.btn.gold.form.facets, a.btn.gold.resultsmeta.header, .results-listing.generic a.btn.gold.search-result.recommended, input.btn.bordered.gold, input.btn.gold.callout, input.btn.gold.caption, input.btn.gold.form.facets, input.btn.gold.resultsmeta.header, .results-listing.generic input.btn.gold.search-result.recommended, button.btn.bordered.gold, button.btn.gold.callout, button.btn.gold.caption, button.btn.gold.form.facets, button.btn.gold.resultsmeta.header, .results-listing.generic button.btn.gold.search-result.recommended {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.bordered.gold, a.btn.gold.callout, a.btn.gold.caption, a.btn.gold.form.facets, a.btn.gold.resultsmeta.header, .results-listing.generic a.btn.gold.search-result.recommended, input.btn.bordered.gold, input.btn.gold.callout, input.btn.gold.caption, input.btn.gold.form.facets, input.btn.gold.resultsmeta.header, .results-listing.generic input.btn.gold.search-result.recommended, button.btn.bordered.gold, button.btn.gold.callout, button.btn.gold.caption, button.btn.gold.form.facets, button.btn.gold.resultsmeta.header, .results-listing.generic button.btn.gold.search-result.recommended {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.bordered.gold:focus, a.btn.gold.callout:focus, a.btn.gold.caption:focus, a.btn.gold.form.facets:focus, a.btn.gold.resultsmeta.header:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus, input.btn.bordered.gold:focus, input.btn.gold.callout:focus, input.btn.gold.caption:focus, input.btn.gold.form.facets:focus, input.btn.gold.resultsmeta.header:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus, button.btn.bordered.gold:focus, button.btn.gold.callout:focus, button.btn.gold.caption:focus, button.btn.gold.form.facets:focus, button.btn.gold.resultsmeta.header:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus {
      outline: 0 !important; }
    a.btn.bordered.gold:hover, a.btn.gold.callout:hover, a.btn.gold.caption:hover, a.btn.gold.form.facets:hover, a.btn.gold.resultsmeta.header:hover, .results-listing.generic a.btn.gold.search-result.recommended:hover, a.btn.bordered.gold:focus, a.btn.gold.callout:focus, a.btn.gold.caption:focus, a.btn.gold.form.facets:focus, a.btn.gold.resultsmeta.header:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus, input.btn.bordered.gold:hover, input.btn.gold.callout:hover, input.btn.gold.caption:hover, input.btn.gold.form.facets:hover, input.btn.gold.resultsmeta.header:hover, .results-listing.generic input.btn.gold.search-result.recommended:hover, input.btn.bordered.gold:focus, input.btn.gold.callout:focus, input.btn.gold.caption:focus, input.btn.gold.form.facets:focus, input.btn.gold.resultsmeta.header:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus, button.btn.bordered.gold:hover, button.btn.gold.callout:hover, button.btn.gold.caption:hover, button.btn.gold.form.facets:hover, button.btn.gold.resultsmeta.header:hover, .results-listing.generic button.btn.gold.search-result.recommended:hover, button.btn.bordered.gold:focus, button.btn.gold.callout:focus, button.btn.gold.caption:focus, button.btn.gold.form.facets:focus, button.btn.gold.resultsmeta.header:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #ffffff;
      border: 2px solid #ffffff;
      background-color: #8c6d20;
      padding: 18px 40px; }
      @media (max-width: 767px) {
        a.btn.bordered.gold:hover, a.btn.gold.callout:hover, a.btn.gold.caption:hover, a.btn.gold.form.facets:hover, a.btn.gold.resultsmeta.header:hover, .results-listing.generic a.btn.gold.search-result.recommended:hover, a.btn.bordered.gold:focus, a.btn.gold.callout:focus, a.btn.gold.caption:focus, a.btn.gold.form.facets:focus, a.btn.gold.resultsmeta.header:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus, input.btn.bordered.gold:hover, input.btn.gold.callout:hover, input.btn.gold.caption:hover, input.btn.gold.form.facets:hover, input.btn.gold.resultsmeta.header:hover, .results-listing.generic input.btn.gold.search-result.recommended:hover, input.btn.bordered.gold:focus, input.btn.gold.callout:focus, input.btn.gold.caption:focus, input.btn.gold.form.facets:focus, input.btn.gold.resultsmeta.header:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus, button.btn.bordered.gold:hover, button.btn.gold.callout:hover, button.btn.gold.caption:hover, button.btn.gold.form.facets:hover, button.btn.gold.resultsmeta.header:hover, .results-listing.generic button.btn.gold.search-result.recommended:hover, button.btn.bordered.gold:focus, button.btn.gold.callout:focus, button.btn.gold.caption:focus, button.btn.gold.form.facets:focus, button.btn.gold.resultsmeta.header:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        a.btn.bordered.gold:hover, a.btn.gold.callout:hover, a.btn.gold.caption:hover, a.btn.gold.form.facets:hover, a.btn.gold.resultsmeta.header:hover, .results-listing.generic a.btn.gold.search-result.recommended:hover, a.btn.bordered.gold:focus, a.btn.gold.callout:focus, a.btn.gold.caption:focus, a.btn.gold.form.facets:focus, a.btn.gold.resultsmeta.header:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus, input.btn.bordered.gold:hover, input.btn.gold.callout:hover, input.btn.gold.caption:hover, input.btn.gold.form.facets:hover, input.btn.gold.resultsmeta.header:hover, .results-listing.generic input.btn.gold.search-result.recommended:hover, input.btn.bordered.gold:focus, input.btn.gold.callout:focus, input.btn.gold.caption:focus, input.btn.gold.form.facets:focus, input.btn.gold.resultsmeta.header:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus, button.btn.bordered.gold:hover, button.btn.gold.callout:hover, button.btn.gold.caption:hover, button.btn.gold.form.facets:hover, button.btn.gold.resultsmeta.header:hover, .results-listing.generic button.btn.gold.search-result.recommended:hover, button.btn.bordered.gold:focus, button.btn.gold.callout:focus, button.btn.gold.caption:focus, button.btn.gold.form.facets:focus, button.btn.gold.resultsmeta.header:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus {
          padding: 20px 10px;
          word-wrap: break-word; } }
      a.btn.bordered.gold:hover:focus, a.btn.gold.callout:hover:focus, a.btn.gold.caption:hover:focus, a.btn.gold.form.facets:hover:focus, a.btn.gold.resultsmeta.header:hover:focus, .results-listing.generic a.btn.gold.search-result.recommended:hover:focus, a.btn.bordered.gold:focus:focus, a.btn.gold.callout:focus:focus, a.btn.gold.caption:focus:focus, a.btn.gold.form.facets:focus:focus, a.btn.gold.resultsmeta.header:focus:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus:focus, input.btn.bordered.gold:hover:focus, input.btn.gold.callout:hover:focus, input.btn.gold.caption:hover:focus, input.btn.gold.form.facets:hover:focus, input.btn.gold.resultsmeta.header:hover:focus, .results-listing.generic input.btn.gold.search-result.recommended:hover:focus, input.btn.bordered.gold:focus:focus, input.btn.gold.callout:focus:focus, input.btn.gold.caption:focus:focus, input.btn.gold.form.facets:focus:focus, input.btn.gold.resultsmeta.header:focus:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus:focus, button.btn.bordered.gold:hover:focus, button.btn.gold.callout:hover:focus, button.btn.gold.caption:hover:focus, button.btn.gold.form.facets:hover:focus, button.btn.gold.resultsmeta.header:hover:focus, .results-listing.generic button.btn.gold.search-result.recommended:hover:focus, button.btn.bordered.gold:focus:focus, button.btn.gold.callout:focus:focus, button.btn.gold.caption:focus:focus, button.btn.gold.form.facets:focus:focus, button.btn.gold.resultsmeta.header:focus:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus:focus {
        outline: 0 !important; }
  a.btn.bordered.green, a.btn.green.callout, a.btn.green.caption, a.btn.green.form.facets, a.btn.green.resultsmeta.header, .results-listing.generic a.btn.green.search-result.recommended, input.btn.bordered.green, input.btn.green.callout, input.btn.green.caption, input.btn.green.form.facets, input.btn.green.resultsmeta.header, .results-listing.generic input.btn.green.search-result.recommended, button.btn.bordered.green, button.btn.green.callout, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended, button.btn.green.caption, button.btn.green.form.facets, button.btn.green.resultsmeta.header, .results-listing.generic button.btn.green.search-result.recommended {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #00594f;
    border: 2px solid #00594f;
    background-color: #ffffff;
    padding: 18px 40px; }
    @media (max-width: 767px) {
      a.btn.bordered.green, a.btn.green.callout, a.btn.green.caption, a.btn.green.form.facets, a.btn.green.resultsmeta.header, .results-listing.generic a.btn.green.search-result.recommended, input.btn.bordered.green, input.btn.green.callout, input.btn.green.caption, input.btn.green.form.facets, input.btn.green.resultsmeta.header, .results-listing.generic input.btn.green.search-result.recommended, button.btn.bordered.green, button.btn.green.callout, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended, button.btn.green.caption, button.btn.green.form.facets, button.btn.green.resultsmeta.header, .results-listing.generic button.btn.green.search-result.recommended {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.bordered.green, a.btn.green.callout, a.btn.green.caption, a.btn.green.form.facets, a.btn.green.resultsmeta.header, .results-listing.generic a.btn.green.search-result.recommended, input.btn.bordered.green, input.btn.green.callout, input.btn.green.caption, input.btn.green.form.facets, input.btn.green.resultsmeta.header, .results-listing.generic input.btn.green.search-result.recommended, button.btn.bordered.green, button.btn.green.callout, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended, button.btn.green.caption, button.btn.green.form.facets, button.btn.green.resultsmeta.header, .results-listing.generic button.btn.green.search-result.recommended {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.bordered.green:focus, a.btn.green.callout:focus, a.btn.green.caption:focus, a.btn.green.form.facets:focus, a.btn.green.resultsmeta.header:focus, .results-listing.generic a.btn.green.search-result.recommended:focus, input.btn.bordered.green:focus, input.btn.green.callout:focus, input.btn.green.caption:focus, input.btn.green.form.facets:focus, input.btn.green.resultsmeta.header:focus, .results-listing.generic input.btn.green.search-result.recommended:focus, button.btn.bordered.green:focus, button.btn.green.callout:focus, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:focus, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:focus, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:focus, button.btn.green.caption:focus, button.btn.green.form.facets:focus, button.btn.green.resultsmeta.header:focus, .results-listing.generic button.btn.green.search-result.recommended:focus {
      outline: 0 !important; }
    a.btn.bordered.green:hover, a.btn.green.callout:hover, a.btn.green.caption:hover, a.btn.green.form.facets:hover, a.btn.green.resultsmeta.header:hover, .results-listing.generic a.btn.green.search-result.recommended:hover, a.btn.bordered.green:focus, a.btn.green.callout:focus, a.btn.green.caption:focus, a.btn.green.form.facets:focus, a.btn.green.resultsmeta.header:focus, .results-listing.generic a.btn.green.search-result.recommended:focus, input.btn.bordered.green:hover, input.btn.green.callout:hover, input.btn.green.caption:hover, input.btn.green.form.facets:hover, input.btn.green.resultsmeta.header:hover, .results-listing.generic input.btn.green.search-result.recommended:hover, input.btn.bordered.green:focus, input.btn.green.callout:focus, input.btn.green.caption:focus, input.btn.green.form.facets:focus, input.btn.green.resultsmeta.header:focus, .results-listing.generic input.btn.green.search-result.recommended:focus, button.btn.bordered.green:hover, button.btn.green.callout:hover, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:hover, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:hover, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:hover, button.btn.green.caption:hover, button.btn.green.form.facets:hover, button.btn.green.resultsmeta.header:hover, .results-listing.generic button.btn.green.search-result.recommended:hover, button.btn.bordered.green:focus, button.btn.green.callout:focus, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:focus, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:focus, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:focus, button.btn.green.caption:focus, button.btn.green.form.facets:focus, button.btn.green.resultsmeta.header:focus, .results-listing.generic button.btn.green.search-result.recommended:focus {
      text-decoration: underline;
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #ffffff;
      border: 2px solid #ffffff;
      background-color: #00594f;
      padding: 18px 40px; }
      @media (max-width: 767px) {
        a.btn.bordered.green:hover, a.btn.green.callout:hover, a.btn.green.caption:hover, a.btn.green.form.facets:hover, a.btn.green.resultsmeta.header:hover, .results-listing.generic a.btn.green.search-result.recommended:hover, a.btn.bordered.green:focus, a.btn.green.callout:focus, a.btn.green.caption:focus, a.btn.green.form.facets:focus, a.btn.green.resultsmeta.header:focus, .results-listing.generic a.btn.green.search-result.recommended:focus, input.btn.bordered.green:hover, input.btn.green.callout:hover, input.btn.green.caption:hover, input.btn.green.form.facets:hover, input.btn.green.resultsmeta.header:hover, .results-listing.generic input.btn.green.search-result.recommended:hover, input.btn.bordered.green:focus, input.btn.green.callout:focus, input.btn.green.caption:focus, input.btn.green.form.facets:focus, input.btn.green.resultsmeta.header:focus, .results-listing.generic input.btn.green.search-result.recommended:focus, button.btn.bordered.green:hover, button.btn.green.callout:hover, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:hover, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:hover, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:hover, button.btn.green.caption:hover, button.btn.green.form.facets:hover, button.btn.green.resultsmeta.header:hover, .results-listing.generic button.btn.green.search-result.recommended:hover, button.btn.bordered.green:focus, button.btn.green.callout:focus, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:focus, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:focus, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:focus, button.btn.green.caption:focus, button.btn.green.form.facets:focus, button.btn.green.resultsmeta.header:focus, .results-listing.generic button.btn.green.search-result.recommended:focus {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        a.btn.bordered.green:hover, a.btn.green.callout:hover, a.btn.green.caption:hover, a.btn.green.form.facets:hover, a.btn.green.resultsmeta.header:hover, .results-listing.generic a.btn.green.search-result.recommended:hover, a.btn.bordered.green:focus, a.btn.green.callout:focus, a.btn.green.caption:focus, a.btn.green.form.facets:focus, a.btn.green.resultsmeta.header:focus, .results-listing.generic a.btn.green.search-result.recommended:focus, input.btn.bordered.green:hover, input.btn.green.callout:hover, input.btn.green.caption:hover, input.btn.green.form.facets:hover, input.btn.green.resultsmeta.header:hover, .results-listing.generic input.btn.green.search-result.recommended:hover, input.btn.bordered.green:focus, input.btn.green.callout:focus, input.btn.green.caption:focus, input.btn.green.form.facets:focus, input.btn.green.resultsmeta.header:focus, .results-listing.generic input.btn.green.search-result.recommended:focus, button.btn.bordered.green:hover, button.btn.green.callout:hover, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:hover, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:hover, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:hover, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:hover, button.btn.green.caption:hover, button.btn.green.form.facets:hover, button.btn.green.resultsmeta.header:hover, .results-listing.generic button.btn.green.search-result.recommended:hover, button.btn.bordered.green:focus, button.btn.green.callout:focus, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:focus, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:focus, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:focus, button.btn.green.caption:focus, button.btn.green.form.facets:focus, button.btn.green.resultsmeta.header:focus, .results-listing.generic button.btn.green.search-result.recommended:focus {
          padding: 20px 10px;
          word-wrap: break-word; } }
      a.btn.bordered.green:hover:focus, a.btn.green.callout:hover:focus, a.btn.green.caption:hover:focus, a.btn.green.form.facets:hover:focus, a.btn.green.resultsmeta.header:hover:focus, .results-listing.generic a.btn.green.search-result.recommended:hover:focus, a.btn.bordered.green:focus:focus, a.btn.green.callout:focus:focus, a.btn.green.caption:focus:focus, a.btn.green.form.facets:focus:focus, a.btn.green.resultsmeta.header:focus:focus, .results-listing.generic a.btn.green.search-result.recommended:focus:focus, input.btn.bordered.green:hover:focus, input.btn.green.callout:hover:focus, input.btn.green.caption:hover:focus, input.btn.green.form.facets:hover:focus, input.btn.green.resultsmeta.header:hover:focus, .results-listing.generic input.btn.green.search-result.recommended:hover:focus, input.btn.bordered.green:focus:focus, input.btn.green.callout:focus:focus, input.btn.green.caption:focus:focus, input.btn.green.form.facets:focus:focus, input.btn.green.resultsmeta.header:focus:focus, .results-listing.generic input.btn.green.search-result.recommended:focus:focus, button.btn.bordered.green:hover:focus, button.btn.green.callout:hover:focus, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:hover:focus, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:hover:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:hover:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:hover:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:hover:focus, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:hover:focus, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:hover:focus, button.btn.green.caption:hover:focus, button.btn.green.form.facets:hover:focus, button.btn.green.resultsmeta.header:hover:focus, .results-listing.generic button.btn.green.search-result.recommended:hover:focus, button.btn.bordered.green:focus:focus, button.btn.green.callout:focus:focus, .form-wrapper.abila div.kimbiaDiv button.btn.callout.k_button.forward:focus:focus, .form-wrapper.abila div.kimbiaDiv button.btn.bordered.k_button.forward:focus:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.caption:focus:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.form.facets:focus:focus, .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.resultsmeta.header:focus:focus, .form-wrapper.abila div.kimbiaDiv .results-listing.generic button.btn.k_button.forward.search-result.recommended:focus:focus, .results-listing.generic .form-wrapper.abila div.kimbiaDiv button.btn.k_button.forward.search-result.recommended:focus:focus, button.btn.green.caption:focus:focus, button.btn.green.form.facets:focus:focus, button.btn.green.resultsmeta.header:focus:focus, .results-listing.generic button.btn.green.search-result.recommended:focus:focus {
        outline: 0 !important; }

a i.fa.fa-plus-circle, input i.fa.fa-plus-circle, button i.fa.fa-plus-circle {
  padding-right: 10px; }

a.green, input.green, button.green, .form-wrapper.abila div.kimbiaDiv button.k_button.forward {
  color: #00594f;
  transition: background-color 0.25s ease-in, color 0.25s ease-in; }
  a.green:hover, a.green:focus, input.green:hover, input.green:focus, button.green:hover, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:hover, button.green:focus, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus {
    color: #002622; }

.accordion {
  margin: 15px 0 30px; }
  .accordion h3 {
    margin: 0;
    font-size: 1em !important;

  }
    .accordion h3 a.open-trigger {
      border-top: 2px solid #f5f5f5;
      color: #333333;
      display: block;
      font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
      padding: 15px 30px 15px 0;
      position: relative; }
      .accordion h3 a.open-trigger:after {
        color: #00594f;
        content: '+';
        font-family: helvetica, arial, sans-serif;
        font-size: 1em !important;
        font-weight: 100;
        top: 6px;
        right: 0;
        position: absolute; }
        @media (min-width: 768px) {
          .accordion h3 a.open-trigger:after {
            top: 0; } }
      .accordion h3 a.open-trigger:hover, .accordion h3 a.open-trigger:focus {
        text-decoration: none; }

.dropdown.open, .other-sites nav > ul li.open.dropdown {
  background-color: #ffffff;
  color: #333333; }
  .dropdown.open li, .other-sites nav > ul li.open.dropdown li {
    padding: 10px 16px;
    border-top: 1px solid #f9f9f9; }
  .dropdown.open a, .other-sites nav > ul li.open.dropdown a {
    color: #333333;
    display: block; }
    .dropdown.open a:after, .other-sites nav > ul li.open.dropdown a:after {
      color: #ebebeb;
      content: "\f0da";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: right; }
  .dropdown.open .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    padding-bottom: 0;
    width: 100%; }
    .dropdown.open .dropdown-menu a {
      padding: 0; }
    .dropdown.open .dropdown-menu li ul {
      margin: 0 -15px; }
    .dropdown.open .dropdown-menu li:last-child {
      padding-bottom: 5px; }

.form-wrapper.abila {
  padding: 0; }
  .form-wrapper.abila div.kimbiaDiv i, .form-wrapper.abila div.kimbiaDiv em {
    font-size: 16px; }
  .form-wrapper.abila div.kimbiaDiv .k_column {
    width: 100%;
    max-width: 100%; }
  .form-wrapper.abila div.kimbiaDiv .eventDescription {
    font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
    font-weight: 400;
    font-size: 24px; }
    .form-wrapper.abila div.kimbiaDiv .eventDescription p, .form-wrapper.abila div.kimbiaDiv .eventDescription big {
      font-weight: 400 !important; }
    .form-wrapper.abila div.kimbiaDiv .eventDescription i, .form-wrapper.abila div.kimbiaDiv .eventDescription em {
      font-size: 18px; }
  .form-wrapper.abila div.kimbiaDiv .k_questionBlock {
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
  .form-wrapper.abila div.kimbiaDiv .invalid {
    background-color: transparent; }
    .form-wrapper.abila div.kimbiaDiv .invalid span.fieldCaption {
      margin: 10px 0 20px; }
  .form-wrapper.abila div.kimbiaDiv .errDiv.invalid ul {
    margin: 0 0 25px;
    color: #c25700; }
  .form-wrapper.abila div.kimbiaDiv table.k_table {
    float: left;
    margin: 15px 0 30px; }
    .form-wrapper.abila div.kimbiaDiv table.k_table td {
      padding: 15px 0; }
  .form-wrapper.abila div.kimbiaDiv .k_buttonBlock tbody tr:nth-child(odd) {
    background-color: transparent; }
  .form-wrapper.abila div.kimbiaDiv button.k_button.forward, .form-wrapper.abila div.kimbiaDiv button.k_button.back {
    outline-offset: 0;
    margin: 0 15px 0 0; }
  .form-wrapper.abila div.kimbiaDiv button.k_button.forward {
    color: #ffffff; }
    .form-wrapper.abila div.kimbiaDiv button.k_button.forward:hover, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:active, .form-wrapper.abila div.kimbiaDiv button.k_button.forward:focus {
      color: #ffffff; }
  .form-wrapper.abila div.kimbiaDiv input.k_text {
    padding: 15px;
    width: 100% !important;
    max-width: 100% !important; }
  .form-wrapper.abila div.kimbiaDiv div.k_rbGroup label {
    font-size: 1.2em;
    margin: 10px 0;
    width: 100%;
    max-width: 100%; }
  .form-wrapper.abila div.kimbiaDiv label.k_radioCB {
    cursor: pointer;
    display: block;
    font-size: .9em !important;
    line-height: 1.2em !important;
    margin: 0 !important;
    padding-left: 25px !important;
    position: relative; }
    .form-wrapper.abila div.kimbiaDiv label.k_radioCB select {
      background-position: 98% 50%;
      position: absolute;
      top: 2em;
      left: 0; }
    .form-wrapper.abila div.kimbiaDiv label.k_radioCB:before {
      border: 1px solid #333333;
      color: #333333;
      content: '';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: .9em;
      width: 16px;
      height: 16px;
      margin-right: 5px;
      position: absolute;
      left: 0;
      top: 25%; }
  .form-wrapper.abila div.kimbiaDiv input[type=radio] + label {
    position: relative; }
    .form-wrapper.abila div.kimbiaDiv input[type=radio] + label:before {
      border: none;
      content: "\f10c";
      margin-right: 5px;
      text-align: center; }
  .form-wrapper.abila div.kimbiaDiv input[type=checkbox] {
    display: none; }
    .form-wrapper.abila div.kimbiaDiv input[type=checkbox]:checked + label:before {
      color: #41748d;
      content: "\f00c";
      text-align: center; }
  .form-wrapper.abila div.kimbiaDiv input[type=radio] {
    display: none !important; }
    .form-wrapper.abila div.kimbiaDiv input[type=radio]:checked + label:before {
      color: #41748d;
      content: "\f111"; }
  .form-wrapper.abila div.kimbiaDiv select.k_select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    width: 100% !important;
    max-width: 100% !important;
    height: 50px;
    padding: 0 20px; }
  .form-wrapper.abila div.kimbiaDiv textarea.k_textarea {
    font-weight: 400;
    height: 9em;
    margin: 10px 0;
    overflow: visible;
    padding: 20px; }
  .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_buttonLink {
    outline-offset: 0;
    margin: 0; }
  .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_callToActionDescriptionCell {
    vertical-align: middle; }
    .form-wrapper.abila div.kimbiaDiv .k_callToAction .k_callToActionDescriptionCell p {
      font-weight: 500;
      margin: 10px 0; }
  .form-wrapper.abila div.kimbiaDiv.two_col label {
    width: auto; }
  .form-wrapper.abila div.kimbiaDiv.two_col input.k_number, .form-wrapper.abila div.kimbiaDiv.two_col input.k_text, .form-wrapper.abila div.kimbiaDiv.two_col input.k_money, .form-wrapper.abila div.kimbiaDiv.two_col select.k_select {
    margin: 0;
    width: 100%;
    max-width: 100%; }
  .form-wrapper.abila div.kimbiaDiv.two_col .fieldCaption {
    margin-left: 0; }

.form-wrapper.wffm {
  padding: 0; }

.form-wrapper .scfForm {
  width: auto;
  height: auto;
  font-family: inherit;
  line-height: inherit;
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .form-wrapper .scfForm {
      padding-top: 40px; } }
  .form-wrapper .scfForm:focus, .form-wrapper .scfForm:active {
    outline: 0 !important; }
  .form-wrapper .scfForm fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal; }
  .form-wrapper .scfForm input[type="text"],
  .form-wrapper .scfForm input[type="password"],
  .form-wrapper .scfForm select,
  .form-wrapper .scfForm textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    border: 1px solid #cccccc;
    background: #ffffff;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: #111111;
    border-radius: 0; }
  .form-wrapper .scfForm input[type="text"] {
    -webkit-appearance: none; }
  .form-wrapper .scfForm select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    padding: 0 20px; }
  .form-wrapper .scfForm table {
    margin: 15px 0; }
  .form-wrapper .scfForm textarea {
    height: 100px;
    resize: none; }
  .form-wrapper .scfForm .scfValidator {
    display: block;
    float: none;
    margin-top: 5px;
    padding: 0 10px;
    padding: 0 3px; }
    .form-wrapper .scfForm .scfValidator:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      content: '\f00c';
      margin-right: 5px; }
  .form-wrapper .scfForm .scfSectionBorderAsFieldSet {
    padding: 0;
    border: 0 none;
    margin: 0; }
  .form-wrapper .scfForm .scfSectionLegend {
    padding: 0;
    margin-left: 0; }
  .form-wrapper .scfForm .scfSectionUsefulInfo {
    width: auto;
    display: block; }
  .form-wrapper .scfForm .scfCheckboxUsefulInfo {
    font-size: inherit;
    width: 100%;
    padding: 0px; }
  .form-wrapper .scfForm .scfSectionContent {
    width: auto;
    float: none; }
  .form-wrapper .scfForm .scfCheckboxBorder {
    margin: 0px; }
  .form-wrapper .scfForm .scfCheckbox {
    width: 100%; }
  .form-wrapper .scfForm .scfListBoxGeneralPanel,
  .form-wrapper .scfForm .scfDropListGeneralPanel {
    float: none;
    padding: 0;
    width: 100%; }
  .form-wrapper .scfForm .scfDateSelectorLabel {
    margin-top: 0px; }
  .form-wrapper .scfForm .scfDropListBorder,
  .form-wrapper .scfForm .scfEmailBorder,
  .form-wrapper .scfForm .scfMultipleLineTextBorder,
  .form-wrapper .scfForm .scfSingleLineTextBorder,
  .form-wrapper .scfForm .scfPasswordBorder,
  .form-wrapper .scfForm .scfNumberBorder,
  .form-wrapper .scfForm .scfDatePickerBorder,
  .form-wrapper .scfForm .scfDateBorder,
  .form-wrapper .scfForm .scfRadioButtonListBorder,
  .form-wrapper .scfForm .scfListBoxBorder,
  .form-wrapper .scfForm .scfCheckBoxListBorder,
  .form-wrapper .scfForm .scfFileUploadBorder,
  .form-wrapper .scfForm .scfDateSelectorBorder,
  .form-wrapper .scfForm .scfCreditCardBorder,
  .form-wrapper .scfForm .scfConfirmPasswordBorder,
  .form-wrapper .scfForm .scfCaptchaBorder,
  .form-wrapper .scfForm .scfTelephoneBorder,
  .form-wrapper .scfForm .scfSmsTelephoneBorder {
    margin: 0px; }
  .form-wrapper .scfForm .scfDropListLabel,
  .form-wrapper .scfForm .scfEmailLabel,
  .form-wrapper .scfForm .scfMultipleLineTextLabel,
  .form-wrapper .scfForm .scfSingleLineTextLabel,
  .form-wrapper .scfForm .scfPasswordLabel,
  .form-wrapper .scfForm .scfNumberLabel,
  .form-wrapper .scfForm .scfDatePickerLabel,
  .form-wrapper .scfForm .scfDateLabel,
  .form-wrapper .scfForm .scfRadioButtonListLabel,
  .form-wrapper .scfForm .scfCheckBoxListLabel,
  .form-wrapper .scfForm .scfListBoxLabel,
  .form-wrapper .scfForm .scfFileUploadLabel,
  .form-wrapper .scfForm .scfDateSelectorLabel,
  .form-wrapper .scfForm .scfCreditCardLabel,
  .form-wrapper .scfForm .scfConfirmPasswordLabel,
  .form-wrapper .scfForm .scfCaptchaLabel,
  .form-wrapper .scfForm .scfTelephoneLabel,
  .form-wrapper .scfForm .scfSmsTelephoneLabel {
    padding: 0;
    width: 100%;
    display: block;
    float: none; }
  .form-wrapper .scfForm .scfEmailGeneralPanel,
  .form-wrapper .scfForm .scfMultipleLineGeneralPanel,
  .form-wrapper .scfForm .scfSingleLineGeneralPanel,
  .form-wrapper .scfForm .scfPasswordGeneralPanel,
  .form-wrapper .scfForm .scfNumberGeneralPanel,
  .form-wrapper .scfForm .scfDatePickerGeneralPanel,
  .form-wrapper .scfForm .scfDateGeneralPanel,
  .form-wrapper .scfForm .scfRadioButtonListGeneralPanel,
  .form-wrapper .scfForm .scfCheckBoxListGeneralPanel,
  .form-wrapper .scfForm .scfFileUploadGeneralPanel,
  .form-wrapper .scfForm .scfDateSelectorGeneralPanel,
  .form-wrapper .scfForm .scfCreditCardGeneralPanel,
  .form-wrapper .scfForm .scfConfirmPasswordGeneralPanel,
  .form-wrapper .scfForm .scfCaptchaGeneralPanel,
  .form-wrapper .scfForm .scfTelephoneGeneralPanel,
  .form-wrapper .scfForm .scfSmsTelephoneGeneralPanel {
    padding: 0;
    width: 100%;
    float: none; }
  .form-wrapper .scfForm .scfDropListUsefulInfo,
  .form-wrapper .scfForm .scfEmailUsefulInfo,
  .form-wrapper .scfForm .scfMultipleLineTextUsefulInfo,
  .form-wrapper .scfForm .scfSingleLineTextUsefulInfo,
  .form-wrapper .scfForm .scfPasswordUsefulInfo,
  .form-wrapper .scfForm .scfNumberUsefulInfo,
  .form-wrapper .scfForm .scfDatePickerUsefulInfo,
  .form-wrapper .scfForm .scfDateUsefulInfo,
  .form-wrapper .scfForm .scfRadioButtonListUsefulInfo,
  .form-wrapper .scfForm .scfListBoxUsefulInfo,
  .form-wrapper .scfForm .scfCheckBoxListUsefulInfo,
  .form-wrapper .scfForm .scfFileUploadUsefulInfo,
  .form-wrapper .scfForm .scfDateSelectorUsefulInfo,
  .form-wrapper .scfForm .scfCreditCardTextUsefulInfo,
  .form-wrapper .scfForm .scfConfirmPasswordUsefulInfo,
  .form-wrapper .scfForm .scfCaptchaUsefulInfo,
  .form-wrapper .scfForm .scfTelephoneUsefulInfo,
  .form-wrapper .scfForm .scfSmsTelephoneUsefulInfo {
    padding-left: 0;
    float: none; }
  .form-wrapper .scfForm .scfShortDate {
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0px;
    vertical-align: top;
    width: 60%; }
    .form-wrapper .scfForm .scfShortDate .scfShortDate .scfDateSelectorLabel {
      width: 50%;
      margin-top: 0px; }
    .form-wrapper .scfForm .scfShortDate .scfShortDate .scfDateSelectorGeneralPanel {
      width: 100%;
      max-width: 300px; }
    .form-wrapper .scfForm .scfShortDate .scfShortDate .scfDateSelectorDay,
    .form-wrapper .scfForm .scfShortDate .scfShortDate .scfDateSelectorShortLabelDay,
    .form-wrapper .scfForm .scfShortDate .scfShortDate .scfDateSelectorShortLabelMonth,
    .form-wrapper .scfForm .scfShortDate .scfShortDate .scfDateSelectorShortLabelYear {
      display: none; }
  .form-wrapper .scfForm .scfShortText {
    float: none; }
    .form-wrapper .scfForm .scfShortText .scfSingleLineTextLabel {
      width: 60%; }
    .form-wrapper .scfForm .scfShortText .scfSingleLineGeneralPanel {
      width: 100%;
      overflow: hidden; }
    .form-wrapper .scfForm .scfShortText .scfSingleLineTextBox {
      width: 60%;
      float: left;
      margin: 0px; }
  .form-wrapper .scfForm .scfShortText .scfSingleLineGeneralPanel [class*="UsefulInfo"], .form-wrapper .scfForm .scfShortText .scfSingleLineGeneralPanel .scfSingleLineTextUsefulInfo {
    width: 35%;
    float: left;
    display: inline-block !important;
    padding-left: 15px;
    color: #666666;
    font-size: 14px;
    line-height: 1.2em;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    .form-wrapper .scfForm .scfShortText .scfSingleLineGeneralPanel [class*="UsefulInfo"] img, .form-wrapper .scfForm .scfShortText .scfSingleLineGeneralPanel .scfSingleLineTextUsefulInfo img {
      width: 100%; }
  .form-wrapper .scfForm .scfSectionLegend {
    padding-top: 15px; }
    @media (min-width: 768px) {
      .form-wrapper .scfForm .scfSectionLegend {
        padding-top: 30px; } }
  .form-wrapper .scfForm > div:after {
    clear: both;
    content: "";
    display: table;
    height: 1px;
    position: relative;
    width: 1px; }
  .form-wrapper .scfForm .halfSection,
  .form-wrapper .scfForm .halfSection + .halfSection + .halfSection,
  .form-wrapper .scfForm .halfSection + .halfSection + .halfSection + .halfSection + .halfSection,
  .form-wrapper .scfForm .halfSection + .halfSection + .halfSection + .halfSection + .halfSection + .halfSection + .halfSection {
    width: 45%;
    float: left;
    clear: left; }
  .form-wrapper .scfForm .halfSection + .halfSection,
  .form-wrapper .scfForm .halfSection + .halfSection + .halfSection + .halfSection,
  .form-wrapper .scfForm .halfSection + .halfSection + .halfSection + .halfSection + .halfSection + .halfSection,
  .form-wrapper .scfForm .halfSection + .halfSection + .halfSection + .halfSection + .halfSection + .halfSection + .halfSection + .halfSection {
    float: right;
    clear: none; }
  .form-wrapper .scfForm .scfSectionBorder {
    clear: both; }
  .form-wrapper .scfForm .scfValidationSummary,
  .form-wrapper .scfForm .scfValidatorRequired,
  .form-wrapper .scfForm .scfValidator {
    color: #871c39 !important; }
  .form-wrapper .scfForm .scfValidationSummary, .form-wrapper .scfForm .scfSubmitSummary {
    margin-left: 0; }
    .form-wrapper .scfForm .scfValidationSummary ul, .form-wrapper .scfForm .scfSubmitSummary ul {
      margin-bottom: 0 0 10px 0 !important;
      padding-right: 20px !important; }
  .form-wrapper .scfForm .scfValidationSummary, .form-wrapper .scfForm .scfSubmitSummary {
    margin: 30px 0;
    border-color: #871c39 !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 20px 30px;
    background: transparent;
    margin: 10px 0 20px; }
    @media (min-width: 768px) {
      .form-wrapper .scfForm .scfValidationSummary, .form-wrapper .scfForm .scfSubmitSummary {
        margin: 20px 0 40px; } }
    .form-wrapper .scfForm .scfValidationSummary ul, .form-wrapper .scfForm .scfSubmitSummary ul {
      margin: 0 0 0 20px;
      padding: 0; }
      .form-wrapper .scfForm .scfValidationSummary ul li, .form-wrapper .scfForm .scfSubmitSummary ul li {
        list-style-type: disc;
        position: relative; }
        .form-wrapper .scfForm .scfValidationSummary ul li + li, .form-wrapper .scfForm .scfSubmitSummary ul li + li {
          padding-top: 5px; }
  .form-wrapper .scfForm .scfValidationSummary {
    border-color: #871c39 !important; }
  .form-wrapper .scfForm .scfSubmitSummary {
    border-color: #00594f !important;
    border-radius: 4px;
    color: #00594f !important; }
  .form-wrapper .scfForm .scfSectionContent {
    margin-left: -20px;
    margin-right: -20px;
    max-width: 1600px; }
    .form-wrapper .scfForm .scfSectionContent > div {
      margin-bottom: 25px;
      width: 100%;
      position: relative;
      clear: both;
      padding: 0 20px;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      .form-wrapper .scfForm .scfSectionContent > div label,
      .form-wrapper .scfForm .scfSectionContent > div .scfDateSelectorLabel,
      .form-wrapper .scfForm .scfSectionContent > div .scfRadioButtonListLabel,
      .form-wrapper .scfForm .scfSectionContent > div .scfCheckBoxListLabel {
        display: block;
        width: 100%;
        padding: 3px;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        font-family: inherit;
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: 1.2em; }
      .form-wrapper .scfForm .scfSectionContent > div [class*="UsefulInfo"],
      .form-wrapper .scfForm .scfSectionContent > div.datetime-field > div > span {
        display: block !important;
        color: #666666;
        padding: 2px 0 0;
        width: 100%;
        display: block;
        font-size: 14px;
        line-height: 1.2em;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      .form-wrapper .scfForm .scfSectionContent > div .scfRequired,
      .form-wrapper .scfForm .scfSectionContent > div .scfValidatorRequired {
        color: #871c39;
        font-size: 25px;
        position: absolute;
        top: 0;
        z-index: 100;
        left: 10px; }
        @media (min-width: 768px) {
          .form-wrapper .scfForm .scfSectionContent > div .scfRequired,
          .form-wrapper .scfForm .scfSectionContent > div .scfValidatorRequired {
            left: 2px; } }
      .form-wrapper .scfForm .scfSectionContent > div .scfValidatorRequired {
        color: #888; }
      .form-wrapper .scfForm .scfSectionContent > div.thirdAvailableWidth {
        float: left;
        width: 33.25%;
        clear: none;
        margin: 0 0 25px 0; }
      .form-wrapper .scfForm .scfSectionContent > div.halfAvailableWidth {
        float: left;
        width: 50%;
        clear: none;
        margin: 0 0 25px 0; }
  .form-wrapper .scfForm input[type="submit"],
  .form-wrapper .scfForm .scfSectionContent > div label.scfFileUploadLabel {
    text-decoration: none;
    font-size: inherit;
    line-height: 1;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    height: auto;
    min-height: 50px;
    position: relative;
    border-radius: 0; }
    .form-wrapper .scfForm input[type="submit"].fileadded,
    .form-wrapper .scfForm .scfSectionContent > div label.scfFileUploadLabel.fileadded {
      background-color: #00594f; }
  .form-wrapper .scfForm input[type="submit"] {
    background-image: none;
    background-color: #c25700;
    border-radius: 0;
    border-width: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1em;
    padding: 20px 40px;
    text-shadow: none;
    white-space: normal;
    margin-left: 0 !important; }
    @media (max-width: 767px) {
      .form-wrapper .scfForm input[type="submit"] {
        padding: 20px 15px;
        width: 100%; } }
    .form-wrapper .scfForm input[type="submit"]:hover, .form-wrapper .scfForm input[type="submit"]:focus, .form-wrapper .scfForm input[type="submit"]:focus:active, .form-wrapper .scfForm input[type="submit"]:active {
      background-color: #8f4000;
      box-shadow: none;
      text-decoration: none;
      outline: 0; }
    .form-wrapper .scfForm input[type="submit"] + input {
      margin-left: 15px !important; }
  .form-wrapper .scfForm .scfSectionContent > div label.scfFileUploadLabel {
    padding: 9px 20px;
    border: 0 none;
    background: #888;
    color: #fff;
    font-family: inherit;
    line-height: 1.2em; }
    .form-wrapper .scfForm .scfSectionContent > div label.scfFileUploadLabel:hover {
      background: #777;
      color: #fff; }
  .form-wrapper .scfForm .scfRadioButtonListBorder,
  .form-wrapper .scfForm .scfCheckBoxListBorder {
    width: 100%; }
    .form-wrapper .scfForm .scfRadioButtonListBorder > span:first-child,
    .form-wrapper .scfForm .scfCheckBoxListBorder > span:first-child {
      margin-bottom: 8px;
      display: block;
      width: 100%; }
  .form-wrapper .scfForm .scfRadioButtonListBorder td {
    position: relative; }
    .form-wrapper .scfForm .scfRadioButtonListBorder td label {
      cursor: pointer;
      display: inline-block;
      font-size: .9em;
      line-height: 1.2em;
      margin-right: 15px;
      padding-left: 25px;
      position: relative; }
      .form-wrapper .scfForm .scfRadioButtonListBorder td label:before {
        color: #41748d;
        content: '';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: .9em;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 4px; }
    .form-wrapper .scfForm .scfRadioButtonListBorder td input[type=radio] + label:before {
      content: "\f10c";
      font-size: 1em;
      margin-right: 5px;
      text-align: center; }
    .form-wrapper .scfForm .scfRadioButtonListBorder td input[type=radio] {
      display: none; }
      .form-wrapper .scfForm .scfRadioButtonListBorder td input[type=radio]:checked + label:before {
        content: "\f111"; }
  .form-wrapper .scfForm .scfCheckboxBorder .scfCheckbox label,
  .form-wrapper .scfForm .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel .scfCheckBoxList label {
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    line-height: 1.2em;
    margin-right: 15px;
    padding-left: 25px;
    position: relative; }
    @media (min-width: 768px) {
      .form-wrapper .scfForm .scfCheckboxBorder .scfCheckbox label,
      .form-wrapper .scfForm .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel .scfCheckBoxList label {
        padding-left: 30px; } }
    .form-wrapper .scfForm .scfCheckboxBorder .scfCheckbox label:before,
    .form-wrapper .scfForm .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel .scfCheckBoxList label:before {
      border: 2px solid #41748d;
      color: #41748d;
      content: '';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: .9em;
      width: 17px;
      height: 17px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 3px; }
      @media (min-width: 768px) {
        .form-wrapper .scfForm .scfCheckboxBorder .scfCheckbox label:before,
        .form-wrapper .scfForm .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel .scfCheckBoxList label:before {
          left: 5px; } }
  .form-wrapper .scfForm .scfCheckboxBorder .scfCheckbox input[type=checkbox],
  .form-wrapper .scfForm .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel .scfCheckBoxList input[type=checkbox] {
    display: none; }
    .form-wrapper .scfForm .scfCheckboxBorder .scfCheckbox input[type=checkbox]:checked + label:before,
    .form-wrapper .scfForm .scfCheckBoxListBorder .scfCheckBoxListGeneralPanel .scfCheckBoxList input[type=checkbox]:checked + label:before {
      content: "\f00c";
      text-align: center; }
  .form-wrapper .scfForm .scfRadioButtonListBorder table tr,
  .form-wrapper .scfForm .scfCheckboxBorder table tr,
  .form-wrapper .scfForm .scfCheckBoxListBorder table tr {
    background-color: transparent; }
    .form-wrapper .scfForm .scfRadioButtonListBorder table tr td,
    .form-wrapper .scfForm .scfCheckboxBorder table tr td,
    .form-wrapper .scfForm .scfCheckBoxListBorder table tr td {
      padding: 5px; }
  .form-wrapper .scfForm .scfSectionContent > div.scfFileUploadBorder {
    position: relative;
    width: auto;
    float: left;
    clear: both; }
    .form-wrapper .scfForm .scfSectionContent > div.scfFileUploadBorder label {
      z-index: 2;
      width: auto;
      height: auto;
      min-height: 40px; }
    .form-wrapper .scfForm .scfSectionContent > div.scfFileUploadBorder input {
      height: 40px;
      line-height: 40px;
      left: 0;
      position: absolute;
      top: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .form-wrapper .scfForm .scfSectionContent > div.scfFileUploadBorder .scfFileUploadGeneralPanel {
      position: relative;
      z-index: 3; }
    .form-wrapper .scfForm .scfSectionContent > div.scfFileUploadBorder .scfFileUploadUsefulInfo .value {
      display: block;
      color: inherit; }
  .form-wrapper .scfForm .scfDateSelectorGeneralPanel:after {
    clear: both;
    content: "";
    display: table;
    height: 1px;
    position: relative;
    width: 1px; }
  .form-wrapper .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorShortLabelDay,
  .form-wrapper .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorShortLabelMonth,
  .form-wrapper .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorShortLabelYear {
    display: none; }
  .form-wrapper .scfForm .scfDateSelectorGeneralPanel select {
    width: 100%;
    float: left;
    padding-right: 3px; }
    @media (min-width: 768px) {
      .form-wrapper .scfForm .scfDateSelectorGeneralPanel select {
        width: 30%; } }
    @media (min-width: 768px) {
      .form-wrapper .scfForm .scfDateSelectorGeneralPanel select + select {
        margin: 0 5%; } }
    .form-wrapper .scfForm .scfDateSelectorGeneralPanel select + select + select {
      margin: 0; }
    @media (min-width: 768px) {
      .form-wrapper .scfForm .scfDateSelectorGeneralPanel select.scfDateSelectorMonth {
        width: 40%; } }
    @media (min-width: 768px) {
      .form-wrapper .scfForm .scfDateSelectorGeneralPanel select.scfDateSelectorYear {
        width: 30%; } }
    @media (min-width: 768px) {
      .form-wrapper .scfForm .scfDateSelectorGeneralPanel select.scfDateSelectorDay {
        width: 20%; } }
  .form-wrapper .scfForm .scfDateSelectorGeneralPanel .scfDateSelectorUsefulInfo {
    float: left; }
  .form-wrapper .scfForm .scfSectionContent > div.scfPasswordConfirmation > div:first-child, .form-wrapper .scfForm .scfSectionContent > div.scfCreditCard > div:first-child {
    margin-bottom: 25px; }
  .form-wrapper .scfForm .scfSectionContent > div.scfPasswordConfirmation input, .form-wrapper .scfForm .scfSectionContent > div.scfCreditCard input {
    border: 1px solid #cccccc;
    height: 50px;
    margin-bottom: 5px; }
  .form-wrapper .scfForm .scfDatePickerGeneralPanel .ui-icon {
    display: block;
    float: right;
    position: relative;
    top: -27px; }
  .form-wrapper .scfForm .scfCaptchaLimitGeneralPanel {
    width: 230px; }
  .form-wrapper .scfForm .scfCaptchaStrongTextPanel {
    float: none;
    width: 230px; }
  .form-wrapper .scfForm .scfCaptchaLabelText {
    width: 230px; }
  .form-wrapper .scfForm .scfCaptcha img {
    border: 1px solid #cccccc; }
  .form-wrapper .scfForm .scfCaptchaTextBox {
    width: 100%; }
  .form-wrapper .scfForm .scfCaptchaLimitGeneralPanel .scfRequired,
  .form-wrapper .scfForm .scfCaptchaLimitGeneralPanel .scfValidatorRequired {
    float: right; }
  .form-wrapper .scfForm .scfCaptchaGeneralPanel embed {
    position: absolute;
    z-index: -10; }
    .form-wrapper .scfForm .scfCaptchaGeneralPanel embed td br {
      margin-top: 3px;
      margin-bottom: 5px; }
    .form-wrapper .scfForm .scfCaptchaGeneralPanel embed td input {
      margin-left: 20px; }
    .form-wrapper .scfForm .scfCaptchaGeneralPanel embed table {
      margin-top: 30px; }
  .form-wrapper .scfForm .scfSectionLegend {
    font-family: inherit;
    color: #41748d;
    font-weight: 400;
    font-size: 24px;
    text-rendering: optimizelegibility;
    line-height: 1em;
    margin: 0px 0px 10px 0; }
  .form-wrapper .scfForm h1.scfTitleBorder {
    font-family: inherit;
    color: #222222;
    font-weight: normal;
    font-size: 30px;
    text-rendering: optimizelegibility;
    line-height: 1em;
    margin: 0px 0px 10px 0; }
  @media (max-width: 767px) {
    .form-wrapper .scfForm .halfSection {
      width: 100% !important;
      float: left !important;
      clear: none; }
    .form-wrapper .scfForm .scfDateSelectorGeneralPanel select, .form-wrapper .scfForm .scfDateSelectorGeneralPanel select + select, .form-wrapper .scfForm .scfDateSelectorGeneralPanel select + select + select {
      width: 100%;
      float: none;
      margin: 0 0 10px 0; }
    .form-wrapper .scfForm .scfDateSelectorGeneralPanel select + select + select {
      margin: 0; }
    .form-wrapper .scfForm .scfSectionContent > div.thirdAvailableWidth,
    .form-wrapper .scfForm .scfSectionContent > div.halfAvailableWidth {
      width: 100%;
      clear: both; } }

.goldbar:before, .banner-full-width.hero-image section.callout span:before {
  background: #ffffff; }

aside.btn a {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #c25700;
  border-width: 0; }
  @media (max-width: 767px) {
    aside.btn a {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.btn a {
      padding: 20px 10px;
      word-wrap: break-word; } }
  aside.btn a:focus {
    outline: 0 !important; }
  aside.btn a:hover, aside.btn a:focus, aside.btn a:focus:active, aside.btn a:active {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #c25700;
    background-color: #ffffff;
    border-width: 0; }
    @media (max-width: 767px) {
      aside.btn a:hover, aside.btn a:focus, aside.btn a:focus:active, aside.btn a:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      aside.btn a:hover, aside.btn a:focus, aside.btn a:focus:active, aside.btn a:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    aside.btn a:hover:focus, aside.btn a:focus:focus, aside.btn a:focus:active:focus, aside.btn a:active:focus {
      outline: 0 !important; }
  aside.btn a.btn {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #c25700;
    border-width: 0; }
    @media (max-width: 767px) {
      aside.btn a.btn {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      aside.btn a.btn {
        padding: 20px 10px;
        word-wrap: break-word; } }
    aside.btn a.btn:focus {
      outline: 0 !important; }
    aside.btn a.btn:hover, aside.btn a.btn:focus, aside.btn a.btn:focus:active, aside.btn a.btn:active {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #ffffff;
      background-color: #ae4e00;
      border-width: 0; }
      @media (max-width: 767px) {
        aside.btn a.btn:hover, aside.btn a.btn:focus, aside.btn a.btn:focus:active, aside.btn a.btn:active {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        aside.btn a.btn:hover, aside.btn a.btn:focus, aside.btn a.btn:focus:active, aside.btn a.btn:active {
          padding: 20px 10px;
          word-wrap: break-word; } }
      aside.btn a.btn:hover:focus, aside.btn a.btn:focus:focus, aside.btn a.btn:focus:active:focus, aside.btn a.btn:active:focus {
        outline: 0 !important; }

aside.btn.bordered a, .one-third aside.btn.rte a, .one-third aside.btn.block-list a, aside.btn.callout a, section.professional-promo .one-third aside.btn a, aside.btn.caption a, aside.btn.form.facets a, aside.btn.resultsmeta.header a, .results-listing.generic aside.btn.search-result.recommended a, section.text-block aside.btn a {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #c25700;
  border: 2px solid #c25700;
  background-color: #ffffff;
  padding: 18px 40px; }
  @media (max-width: 767px) {
    aside.btn.bordered a, .one-third aside.btn.rte a, .one-third aside.btn.block-list a, aside.btn.callout a, section.professional-promo .one-third aside.btn a, aside.btn.caption a, aside.btn.form.facets a, aside.btn.resultsmeta.header a, .results-listing.generic aside.btn.search-result.recommended a, section.text-block aside.btn a {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.btn.bordered a, .one-third aside.btn.rte a, .one-third aside.btn.block-list a, aside.btn.callout a, section.professional-promo .one-third aside.btn a, aside.btn.caption a, aside.btn.form.facets a, aside.btn.resultsmeta.header a, .results-listing.generic aside.btn.search-result.recommended a, section.text-block aside.btn a {
      padding: 20px 10px;
      word-wrap: break-word; } }
  aside.btn.bordered a:focus, .one-third aside.btn.rte a:focus, .one-third aside.btn.block-list a:focus, aside.btn.callout a:focus, section.professional-promo .one-third aside.btn a:focus, aside.btn.caption a:focus, aside.btn.form.facets a:focus, aside.btn.resultsmeta.header a:focus, .results-listing.generic aside.btn.search-result.recommended a:focus, section.text-block aside.btn a:focus {
    outline: 0 !important; }
  aside.btn.bordered a:hover, .one-third aside.btn.rte a:hover, .one-third aside.btn.block-list a:hover, aside.btn.callout a:hover, section.professional-promo .one-third aside.btn a:hover, aside.btn.caption a:hover, aside.btn.form.facets a:hover, aside.btn.resultsmeta.header a:hover, .results-listing.generic aside.btn.search-result.recommended a:hover, section.text-block aside.btn a:hover, aside.btn.bordered a:focus, .one-third aside.btn.rte a:focus, .one-third aside.btn.block-list a:focus, aside.btn.callout a:focus, section.professional-promo .one-third aside.btn a:focus, aside.btn.caption a:focus, aside.btn.form.facets a:focus, aside.btn.resultsmeta.header a:focus, .results-listing.generic aside.btn.search-result.recommended a:focus, section.text-block aside.btn a:focus, aside.btn.bordered a:active, .one-third aside.btn.rte a:active, .one-third aside.btn.block-list a:active, aside.btn.callout a:active, section.professional-promo .one-third aside.btn a:active, aside.btn.caption a:active, aside.btn.form.facets a:active, aside.btn.resultsmeta.header a:active, .results-listing.generic aside.btn.search-result.recommended a:active, section.text-block aside.btn a:active, aside.btn.bordered a:focus:active, .one-third aside.btn.rte a:focus:active, .one-third aside.btn.block-list a:focus:active, aside.btn.callout a:focus:active, section.professional-promo .one-third aside.btn a:focus:active, aside.btn.caption a:focus:active, aside.btn.form.facets a:focus:active, aside.btn.resultsmeta.header a:focus:active, .results-listing.generic aside.btn.search-result.recommended a:focus:active, section.text-block aside.btn a:focus:active {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #c25700;
    padding: 18px 40px; }
    @media (max-width: 767px) {
      aside.btn.bordered a:hover, .one-third aside.btn.rte a:hover, .one-third aside.btn.block-list a:hover, aside.btn.callout a:hover, section.professional-promo .one-third aside.btn a:hover, aside.btn.caption a:hover, aside.btn.form.facets a:hover, aside.btn.resultsmeta.header a:hover, .results-listing.generic aside.btn.search-result.recommended a:hover, section.text-block aside.btn a:hover, aside.btn.bordered a:focus, .one-third aside.btn.rte a:focus, .one-third aside.btn.block-list a:focus, aside.btn.callout a:focus, section.professional-promo .one-third aside.btn a:focus, aside.btn.caption a:focus, aside.btn.form.facets a:focus, aside.btn.resultsmeta.header a:focus, .results-listing.generic aside.btn.search-result.recommended a:focus, section.text-block aside.btn a:focus, aside.btn.bordered a:active, .one-third aside.btn.rte a:active, .one-third aside.btn.block-list a:active, aside.btn.callout a:active, section.professional-promo .one-third aside.btn a:active, aside.btn.caption a:active, aside.btn.form.facets a:active, aside.btn.resultsmeta.header a:active, .results-listing.generic aside.btn.search-result.recommended a:active, section.text-block aside.btn a:active, aside.btn.bordered a:focus:active, .one-third aside.btn.rte a:focus:active, .one-third aside.btn.block-list a:focus:active, aside.btn.callout a:focus:active, section.professional-promo .one-third aside.btn a:focus:active, aside.btn.caption a:focus:active, aside.btn.form.facets a:focus:active, aside.btn.resultsmeta.header a:focus:active, .results-listing.generic aside.btn.search-result.recommended a:focus:active, section.text-block aside.btn a:focus:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      aside.btn.bordered a:hover, .one-third aside.btn.rte a:hover, .one-third aside.btn.block-list a:hover, aside.btn.callout a:hover, section.professional-promo .one-third aside.btn a:hover, aside.btn.caption a:hover, aside.btn.form.facets a:hover, aside.btn.resultsmeta.header a:hover, .results-listing.generic aside.btn.search-result.recommended a:hover, section.text-block aside.btn a:hover, aside.btn.bordered a:focus, .one-third aside.btn.rte a:focus, .one-third aside.btn.block-list a:focus, aside.btn.callout a:focus, section.professional-promo .one-third aside.btn a:focus, aside.btn.caption a:focus, aside.btn.form.facets a:focus, aside.btn.resultsmeta.header a:focus, .results-listing.generic aside.btn.search-result.recommended a:focus, section.text-block aside.btn a:focus, aside.btn.bordered a:active, .one-third aside.btn.rte a:active, .one-third aside.btn.block-list a:active, aside.btn.callout a:active, section.professional-promo .one-third aside.btn a:active, aside.btn.caption a:active, aside.btn.form.facets a:active, aside.btn.resultsmeta.header a:active, .results-listing.generic aside.btn.search-result.recommended a:active, section.text-block aside.btn a:active, aside.btn.bordered a:focus:active, .one-third aside.btn.rte a:focus:active, .one-third aside.btn.block-list a:focus:active, aside.btn.callout a:focus:active, section.professional-promo .one-third aside.btn a:focus:active, aside.btn.caption a:focus:active, aside.btn.form.facets a:focus:active, aside.btn.resultsmeta.header a:focus:active, .results-listing.generic aside.btn.search-result.recommended a:focus:active, section.text-block aside.btn a:focus:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    aside.btn.bordered a:hover:focus, .one-third aside.btn.rte a:hover:focus, .one-third aside.btn.block-list a:hover:focus, aside.btn.callout a:hover:focus, section.professional-promo .one-third aside.btn a:hover:focus, aside.btn.caption a:hover:focus, aside.btn.form.facets a:hover:focus, aside.btn.resultsmeta.header a:hover:focus, .results-listing.generic aside.btn.search-result.recommended a:hover:focus, section.text-block aside.btn a:hover:focus, aside.btn.bordered a:focus:focus, .one-third aside.btn.rte a:focus:focus, .one-third aside.btn.block-list a:focus:focus, aside.btn.callout a:focus:focus, section.professional-promo .one-third aside.btn a:focus:focus, aside.btn.caption a:focus:focus, aside.btn.form.facets a:focus:focus, aside.btn.resultsmeta.header a:focus:focus, .results-listing.generic aside.btn.search-result.recommended a:focus:focus, section.text-block aside.btn a:focus:focus, aside.btn.bordered a:active:focus, .one-third aside.btn.rte a:active:focus, .one-third aside.btn.block-list a:active:focus, aside.btn.callout a:active:focus, section.professional-promo .one-third aside.btn a:active:focus, aside.btn.caption a:active:focus, aside.btn.form.facets a:active:focus, aside.btn.resultsmeta.header a:active:focus, .results-listing.generic aside.btn.search-result.recommended a:active:focus, section.text-block aside.btn a:active:focus, aside.btn.bordered a:focus:active:focus, .one-third aside.btn.rte a:focus:active:focus, .one-third aside.btn.block-list a:focus:active:focus, aside.btn.callout a:focus:active:focus, section.professional-promo .one-third aside.btn a:focus:active:focus, aside.btn.caption a:focus:active:focus, aside.btn.form.facets a:focus:active:focus, aside.btn.resultsmeta.header a:focus:active:focus, .results-listing.generic aside.btn.search-result.recommended a:focus:active:focus, section.text-block aside.btn a:focus:active:focus {
      outline: 0 !important; }

aside.rte a.btn:hover, aside.rte a.btn:focus, aside.rte a.btn:focus:active, aside.rte a.btn:active {
  padding: 20px 10px; }

.container a {
  color: #00806f; }
  .container a:hover, .container a:focus, .container a:active, .container a:focus:active {
    color: #00342d; }
  .container a.search-trigger, .container a.nav-trigger {
    color: transparent; }

header .navbar.main-nav .primary-nav .secondary-nav.index > li > ul > li > a {
  color: #00806f; }
  header .navbar.main-nav .primary-nav .secondary-nav.index > li > ul > li > a:hover, header .navbar.main-nav .primary-nav .secondary-nav.index > li > ul > li > a:focus, header .navbar.main-nav .primary-nav .secondary-nav.index > li > ul > li > a:active, header .navbar.main-nav .primary-nav .secondary-nav.index > li > ul > li > a:focus:active {
    color: #00342d; }

header .navbar.main-nav .primary-nav .secondary-nav > li a {
  color: #00806f; }
  header .navbar.main-nav .primary-nav .secondary-nav > li a:hover, header .navbar.main-nav .primary-nav .secondary-nav > li a:focus, header .navbar.main-nav .primary-nav .secondary-nav > li a:active, header .navbar.main-nav .primary-nav .secondary-nav > li a:focus:active {
    color: #00342d; }

header .navbar.main-nav .primary-nav > li .secondary-nav .text-block a {
  color: #00806f; }
  header .navbar.main-nav .primary-nav > li .secondary-nav .text-block a:hover, header .navbar.main-nav .primary-nav > li .secondary-nav .text-block a:focus, header .navbar.main-nav .primary-nav > li .secondary-nav .text-block a:active, header .navbar.main-nav .primary-nav > li .secondary-nav .text-block a:focus:active {
    color: #00342d; }

header .navbar .primary-nav .secondary-nav a {
  color: #00806f; }
  header .navbar .primary-nav .secondary-nav a:hover, header .navbar .primary-nav .secondary-nav a:focus, header .navbar .primary-nav .secondary-nav a:active, header .navbar .primary-nav .secondary-nav a:focus:active {
    color: #00342d; }

a.btn, input.btn, button.btn {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #c25700;
  border-width: 0; }
  @media (max-width: 767px) {
    a.btn, input.btn, button.btn {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    a.btn, input.btn, button.btn {
      padding: 20px 10px;
      word-wrap: break-word; } }
  a.btn:focus, input.btn:focus, button.btn:focus {
    outline: 0 !important; }
  a.btn:hover, a.btn:focus, a.btn:focus:active, a.btn:active, input.btn:hover, input.btn:focus, input.btn:focus:active, input.btn:active, button.btn:hover, button.btn:focus, button.btn:focus:active, button.btn:active {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #ae4e00;
    border-width: 0; }
    @media (max-width: 767px) {
      a.btn:hover, a.btn:focus, a.btn:focus:active, a.btn:active, input.btn:hover, input.btn:focus, input.btn:focus:active, input.btn:active, button.btn:hover, button.btn:focus, button.btn:focus:active, button.btn:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn:hover, a.btn:focus, a.btn:focus:active, a.btn:active, input.btn:hover, input.btn:focus, input.btn:focus:active, input.btn:active, button.btn:hover, button.btn:focus, button.btn:focus:active, button.btn:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn:hover:focus, a.btn:focus:focus, a.btn:focus:active:focus, a.btn:active:focus, input.btn:hover:focus, input.btn:focus:focus, input.btn:focus:active:focus, input.btn:active:focus, button.btn:hover:focus, button.btn:focus:focus, button.btn:focus:active:focus, button.btn:active:focus {
      outline: 0 !important; }
  a.btn.gold, input.btn.gold, button.btn.gold {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #c25700;
    border-width: 0; }
    @media (max-width: 767px) {
      a.btn.gold, input.btn.gold, button.btn.gold {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.gold, input.btn.gold, button.btn.gold {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.gold:focus, input.btn.gold:focus, button.btn.gold:focus {
      outline: 0 !important; }
    a.btn.gold:hover, a.btn.gold:focus, a.btn.gold:focus:active, a.btn.gold:active, input.btn.gold:hover, input.btn.gold:focus, input.btn.gold:focus:active, input.btn.gold:active, button.btn.gold:hover, button.btn.gold:focus, button.btn.gold:focus:active, button.btn.gold:active {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #ffffff;
      background-color: #ae4e00;
      border-width: 0; }
      @media (max-width: 767px) {
        a.btn.gold:hover, a.btn.gold:focus, a.btn.gold:focus:active, a.btn.gold:active, input.btn.gold:hover, input.btn.gold:focus, input.btn.gold:focus:active, input.btn.gold:active, button.btn.gold:hover, button.btn.gold:focus, button.btn.gold:focus:active, button.btn.gold:active {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        a.btn.gold:hover, a.btn.gold:focus, a.btn.gold:focus:active, a.btn.gold:active, input.btn.gold:hover, input.btn.gold:focus, input.btn.gold:focus:active, input.btn.gold:active, button.btn.gold:hover, button.btn.gold:focus, button.btn.gold:focus:active, button.btn.gold:active {
          padding: 20px 10px;
          word-wrap: break-word; } }
      a.btn.gold:hover:focus, a.btn.gold:focus:focus, a.btn.gold:focus:active:focus, a.btn.gold:active:focus, input.btn.gold:hover:focus, input.btn.gold:focus:focus, input.btn.gold:focus:active:focus, input.btn.gold:active:focus, button.btn.gold:hover:focus, button.btn.gold:focus:focus, button.btn.gold:focus:active:focus, button.btn.gold:active:focus {
        outline: 0 !important; }
  a.btn.bordered, a.btn.callout, a.btn.caption, a.btn.form.facets, a.btn.resultsmeta.header, .results-listing.generic a.btn.search-result.recommended, input.btn.bordered, input.btn.callout, input.btn.caption, .form-wrapper input.btn.bordered, input.btn.form.facets, input.btn.resultsmeta.header, .results-listing.generic input.btn.search-result.recommended, button.btn.bordered, button.btn.callout, button.btn.caption, button.btn.form.facets, button.btn.resultsmeta.header, .results-listing.generic button.btn.search-result.recommended {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #c25700;
    border: 2px solid #c25700;
    background-color: #ffffff;
    padding: 18px 40px; }
    @media (max-width: 767px) {
      a.btn.bordered, a.btn.callout, a.btn.caption, a.btn.form.facets, a.btn.resultsmeta.header, .results-listing.generic a.btn.search-result.recommended, input.btn.bordered, input.btn.callout, input.btn.caption, .form-wrapper input.btn.bordered, input.btn.form.facets, input.btn.resultsmeta.header, .results-listing.generic input.btn.search-result.recommended, button.btn.bordered, button.btn.callout, button.btn.caption, button.btn.form.facets, button.btn.resultsmeta.header, .results-listing.generic button.btn.search-result.recommended {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      a.btn.bordered, a.btn.callout, a.btn.caption, a.btn.form.facets, a.btn.resultsmeta.header, .results-listing.generic a.btn.search-result.recommended, input.btn.bordered, input.btn.callout, input.btn.caption, .form-wrapper input.btn.bordered, input.btn.form.facets, input.btn.resultsmeta.header, .results-listing.generic input.btn.search-result.recommended, button.btn.bordered, button.btn.callout, button.btn.caption, button.btn.form.facets, button.btn.resultsmeta.header, .results-listing.generic button.btn.search-result.recommended {
        padding: 20px 10px;
        word-wrap: break-word; } }
    a.btn.bordered:focus, a.btn.callout:focus, a.btn.caption:focus, a.btn.form.facets:focus, a.btn.resultsmeta.header:focus, .results-listing.generic a.btn.search-result.recommended:focus, input.btn.bordered:focus, input.btn.callout:focus, input.btn.caption:focus, input.btn.form.facets:focus, input.btn.resultsmeta.header:focus, .results-listing.generic input.btn.search-result.recommended:focus, button.btn.bordered:focus, button.btn.callout:focus, button.btn.caption:focus, button.btn.form.facets:focus, button.btn.resultsmeta.header:focus, .results-listing.generic button.btn.search-result.recommended:focus {
      outline: 0 !important; }
    a.btn.bordered:hover, a.btn.callout:hover, a.btn.caption:hover, a.btn.form.facets:hover, a.btn.resultsmeta.header:hover, .results-listing.generic a.btn.search-result.recommended:hover, a.btn.bordered:focus, a.btn.callout:focus, a.btn.caption:focus, a.btn.form.facets:focus, a.btn.resultsmeta.header:focus, .results-listing.generic a.btn.search-result.recommended:focus, a.btn.bordered:active, a.btn.callout:active, a.btn.caption:active, a.btn.form.facets:active, a.btn.resultsmeta.header:active, .results-listing.generic a.btn.search-result.recommended:active, a.btn.bordered:focus:active, a.btn.callout:focus:active, a.btn.caption:focus:active, a.btn.form.facets:focus:active, a.btn.resultsmeta.header:focus:active, .results-listing.generic a.btn.search-result.recommended:focus:active, input.btn.bordered:hover, input.btn.callout:hover, input.btn.caption:hover, input.btn.form.facets:hover, input.btn.resultsmeta.header:hover, .results-listing.generic input.btn.search-result.recommended:hover, input.btn.bordered:focus, input.btn.callout:focus, input.btn.caption:focus, input.btn.form.facets:focus, input.btn.resultsmeta.header:focus, .results-listing.generic input.btn.search-result.recommended:focus, input.btn.bordered:active, input.btn.callout:active, input.btn.caption:active, input.btn.form.facets:active, input.btn.resultsmeta.header:active, .results-listing.generic input.btn.search-result.recommended:active, input.btn.bordered:focus:active, input.btn.callout:focus:active, input.btn.caption:focus:active, input.btn.form.facets:focus:active, input.btn.resultsmeta.header:focus:active, .results-listing.generic input.btn.search-result.recommended:focus:active, button.btn.bordered:hover, button.btn.callout:hover, button.btn.caption:hover, button.btn.form.facets:hover, button.btn.resultsmeta.header:hover, .results-listing.generic button.btn.search-result.recommended:hover, button.btn.bordered:focus, button.btn.callout:focus, button.btn.caption:focus, button.btn.form.facets:focus, button.btn.resultsmeta.header:focus, .results-listing.generic button.btn.search-result.recommended:focus, button.btn.bordered:active, button.btn.callout:active, button.btn.caption:active, button.btn.form.facets:active, button.btn.resultsmeta.header:active, .results-listing.generic button.btn.search-result.recommended:active, button.btn.bordered:focus:active, button.btn.callout:focus:active, button.btn.caption:focus:active, button.btn.form.facets:focus:active, button.btn.resultsmeta.header:focus:active, .results-listing.generic button.btn.search-result.recommended:focus:active {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #ffffff;
      border: 2px solid #ffffff;
      background-color: #c25700;
      padding: 18px 40px; }
      @media (max-width: 767px) {
        a.btn.bordered:hover, a.btn.callout:hover, a.btn.caption:hover, a.btn.form.facets:hover, a.btn.resultsmeta.header:hover, .results-listing.generic a.btn.search-result.recommended:hover, a.btn.bordered:focus, a.btn.callout:focus, a.btn.caption:focus, a.btn.form.facets:focus, a.btn.resultsmeta.header:focus, .results-listing.generic a.btn.search-result.recommended:focus, a.btn.bordered:active, a.btn.callout:active, a.btn.caption:active, a.btn.form.facets:active, a.btn.resultsmeta.header:active, .results-listing.generic a.btn.search-result.recommended:active, a.btn.bordered:focus:active, a.btn.callout:focus:active, a.btn.caption:focus:active, a.btn.form.facets:focus:active, a.btn.resultsmeta.header:focus:active, .results-listing.generic a.btn.search-result.recommended:focus:active, input.btn.bordered:hover, input.btn.callout:hover, input.btn.caption:hover, input.btn.form.facets:hover, input.btn.resultsmeta.header:hover, .results-listing.generic input.btn.search-result.recommended:hover, input.btn.bordered:focus, input.btn.callout:focus, input.btn.caption:focus, input.btn.form.facets:focus, input.btn.resultsmeta.header:focus, .results-listing.generic input.btn.search-result.recommended:focus, input.btn.bordered:active, input.btn.callout:active, input.btn.caption:active, input.btn.form.facets:active, input.btn.resultsmeta.header:active, .results-listing.generic input.btn.search-result.recommended:active, input.btn.bordered:focus:active, input.btn.callout:focus:active, input.btn.caption:focus:active, input.btn.form.facets:focus:active, input.btn.resultsmeta.header:focus:active, .results-listing.generic input.btn.search-result.recommended:focus:active, button.btn.bordered:hover, button.btn.callout:hover, button.btn.caption:hover, button.btn.form.facets:hover, button.btn.resultsmeta.header:hover, .results-listing.generic button.btn.search-result.recommended:hover, button.btn.bordered:focus, button.btn.callout:focus, button.btn.caption:focus, button.btn.form.facets:focus, button.btn.resultsmeta.header:focus, .results-listing.generic button.btn.search-result.recommended:focus, button.btn.bordered:active, button.btn.callout:active, button.btn.caption:active, button.btn.form.facets:active, button.btn.resultsmeta.header:active, .results-listing.generic button.btn.search-result.recommended:active, button.btn.bordered:focus:active, button.btn.callout:focus:active, button.btn.caption:focus:active, button.btn.form.facets:focus:active, button.btn.resultsmeta.header:focus:active, .results-listing.generic button.btn.search-result.recommended:focus:active {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        a.btn.bordered:hover, a.btn.callout:hover, a.btn.caption:hover, a.btn.form.facets:hover, a.btn.resultsmeta.header:hover, .results-listing.generic a.btn.search-result.recommended:hover, a.btn.bordered:focus, a.btn.callout:focus, a.btn.caption:focus, a.btn.form.facets:focus, a.btn.resultsmeta.header:focus, .results-listing.generic a.btn.search-result.recommended:focus, a.btn.bordered:active, a.btn.callout:active, a.btn.caption:active, a.btn.form.facets:active, a.btn.resultsmeta.header:active, .results-listing.generic a.btn.search-result.recommended:active, a.btn.bordered:focus:active, a.btn.callout:focus:active, a.btn.caption:focus:active, a.btn.form.facets:focus:active, a.btn.resultsmeta.header:focus:active, .results-listing.generic a.btn.search-result.recommended:focus:active, input.btn.bordered:hover, input.btn.callout:hover, input.btn.caption:hover, input.btn.form.facets:hover, input.btn.resultsmeta.header:hover, .results-listing.generic input.btn.search-result.recommended:hover, input.btn.bordered:focus, input.btn.callout:focus, input.btn.caption:focus, input.btn.form.facets:focus, input.btn.resultsmeta.header:focus, .results-listing.generic input.btn.search-result.recommended:focus, input.btn.bordered:active, input.btn.callout:active, input.btn.caption:active, input.btn.form.facets:active, input.btn.resultsmeta.header:active, .results-listing.generic input.btn.search-result.recommended:active, input.btn.bordered:focus:active, input.btn.callout:focus:active, input.btn.caption:focus:active, input.btn.form.facets:focus:active, input.btn.resultsmeta.header:focus:active, .results-listing.generic input.btn.search-result.recommended:focus:active, button.btn.bordered:hover, button.btn.callout:hover, button.btn.caption:hover, button.btn.form.facets:hover, button.btn.resultsmeta.header:hover, .results-listing.generic button.btn.search-result.recommended:hover, button.btn.bordered:focus, button.btn.callout:focus, button.btn.caption:focus, button.btn.form.facets:focus, button.btn.resultsmeta.header:focus, .results-listing.generic button.btn.search-result.recommended:focus, button.btn.bordered:active, button.btn.callout:active, button.btn.caption:active, button.btn.form.facets:active, button.btn.resultsmeta.header:active, .results-listing.generic button.btn.search-result.recommended:active, button.btn.bordered:focus:active, button.btn.callout:focus:active, button.btn.caption:focus:active, button.btn.form.facets:focus:active, button.btn.resultsmeta.header:focus:active, .results-listing.generic button.btn.search-result.recommended:focus:active {
          padding: 20px 10px;
          word-wrap: break-word; } }
      a.btn.bordered:hover:focus, a.btn.callout:hover:focus, a.btn.caption:hover:focus, a.btn.form.facets:hover:focus, a.btn.resultsmeta.header:hover:focus, .results-listing.generic a.btn.search-result.recommended:hover:focus, a.btn.bordered:focus:focus, a.btn.callout:focus:focus, a.btn.caption:focus:focus, a.btn.form.facets:focus:focus, a.btn.resultsmeta.header:focus:focus, .results-listing.generic a.btn.search-result.recommended:focus:focus, a.btn.bordered:active:focus, a.btn.callout:active:focus, a.btn.caption:active:focus, a.btn.form.facets:active:focus, a.btn.resultsmeta.header:active:focus, .results-listing.generic a.btn.search-result.recommended:active:focus, a.btn.bordered:focus:active:focus, a.btn.callout:focus:active:focus, a.btn.caption:focus:active:focus, a.btn.form.facets:focus:active:focus, a.btn.resultsmeta.header:focus:active:focus, .results-listing.generic a.btn.search-result.recommended:focus:active:focus, input.btn.bordered:hover:focus, input.btn.callout:hover:focus, input.btn.caption:hover:focus, input.btn.form.facets:hover:focus, input.btn.resultsmeta.header:hover:focus, .results-listing.generic input.btn.search-result.recommended:hover:focus, input.btn.bordered:focus:focus, input.btn.callout:focus:focus, input.btn.caption:focus:focus, input.btn.form.facets:focus:focus, input.btn.resultsmeta.header:focus:focus, .results-listing.generic input.btn.search-result.recommended:focus:focus, input.btn.bordered:active:focus, input.btn.callout:active:focus, input.btn.caption:active:focus, input.btn.form.facets:active:focus, input.btn.resultsmeta.header:active:focus, .results-listing.generic input.btn.search-result.recommended:active:focus, input.btn.bordered:focus:active:focus, input.btn.callout:focus:active:focus, input.btn.caption:focus:active:focus, input.btn.form.facets:focus:active:focus, input.btn.resultsmeta.header:focus:active:focus, .results-listing.generic input.btn.search-result.recommended:focus:active:focus, button.btn.bordered:hover:focus, button.btn.callout:hover:focus, button.btn.caption:hover:focus, button.btn.form.facets:hover:focus, button.btn.resultsmeta.header:hover:focus, .results-listing.generic button.btn.search-result.recommended:hover:focus, button.btn.bordered:focus:focus, button.btn.callout:focus:focus, button.btn.caption:focus:focus, button.btn.form.facets:focus:focus, button.btn.resultsmeta.header:focus:focus, .results-listing.generic button.btn.search-result.recommended:focus:focus, button.btn.bordered:active:focus, button.btn.callout:active:focus, button.btn.caption:active:focus, button.btn.form.facets:active:focus, button.btn.resultsmeta.header:active:focus, .results-listing.generic button.btn.search-result.recommended:active:focus, button.btn.bordered:focus:active:focus, button.btn.callout:focus:active:focus, button.btn.caption:focus:active:focus, button.btn.form.facets:focus:active:focus, button.btn.resultsmeta.header:focus:active:focus, .results-listing.generic button.btn.search-result.recommended:focus:active:focus {
        outline: 0 !important; }
    a.btn.bordered.gold, a.btn.gold.callout, a.btn.gold.caption, a.btn.gold.form.facets, a.btn.gold.resultsmeta.header, .results-listing.generic a.btn.gold.search-result.recommended, input.btn.bordered.gold, input.btn.gold.callout, input.btn.gold.caption, input.btn.gold.form.facets, input.btn.gold.resultsmeta.header, .results-listing.generic input.btn.gold.search-result.recommended, button.btn.bordered.gold, button.btn.gold.callout, button.btn.gold.caption, button.btn.gold.form.facets, button.btn.gold.resultsmeta.header, .results-listing.generic button.btn.gold.search-result.recommended {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #c25700;
      border: 2px solid #c25700;
      background-color: #ffffff;
      padding: 18px 40px; }
      @media (max-width: 767px) {
        a.btn.bordered.gold, a.btn.gold.callout, a.btn.gold.caption, a.btn.gold.form.facets, a.btn.gold.resultsmeta.header, .results-listing.generic a.btn.gold.search-result.recommended, input.btn.bordered.gold, input.btn.gold.callout, input.btn.gold.caption, input.btn.gold.form.facets, input.btn.gold.resultsmeta.header, .results-listing.generic input.btn.gold.search-result.recommended, button.btn.bordered.gold, button.btn.gold.callout, button.btn.gold.caption, button.btn.gold.form.facets, button.btn.gold.resultsmeta.header, .results-listing.generic button.btn.gold.search-result.recommended {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        a.btn.bordered.gold, a.btn.gold.callout, a.btn.gold.caption, a.btn.gold.form.facets, a.btn.gold.resultsmeta.header, .results-listing.generic a.btn.gold.search-result.recommended, input.btn.bordered.gold, input.btn.gold.callout, input.btn.gold.caption, input.btn.gold.form.facets, input.btn.gold.resultsmeta.header, .results-listing.generic input.btn.gold.search-result.recommended, button.btn.bordered.gold, button.btn.gold.callout, button.btn.gold.caption, button.btn.gold.form.facets, button.btn.gold.resultsmeta.header, .results-listing.generic button.btn.gold.search-result.recommended {
          padding: 20px 10px;
          word-wrap: break-word; } }
      a.btn.bordered.gold:focus, a.btn.gold.callout:focus, a.btn.gold.caption:focus, a.btn.gold.form.facets:focus, a.btn.gold.resultsmeta.header:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus, input.btn.bordered.gold:focus, input.btn.gold.callout:focus, input.btn.gold.caption:focus, input.btn.gold.form.facets:focus, input.btn.gold.resultsmeta.header:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus, button.btn.bordered.gold:focus, button.btn.gold.callout:focus, button.btn.gold.caption:focus, button.btn.gold.form.facets:focus, button.btn.gold.resultsmeta.header:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus {
        outline: 0 !important; }
      a.btn.bordered.gold:hover, a.btn.gold.callout:hover, a.btn.gold.caption:hover, a.btn.gold.form.facets:hover, a.btn.gold.resultsmeta.header:hover, .results-listing.generic a.btn.gold.search-result.recommended:hover, a.btn.bordered.gold:focus, a.btn.gold.callout:focus, a.btn.gold.caption:focus, a.btn.gold.form.facets:focus, a.btn.gold.resultsmeta.header:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus, a.btn.bordered.gold:active, a.btn.gold.callout:active, a.btn.gold.caption:active, a.btn.gold.form.facets:active, a.btn.gold.resultsmeta.header:active, .results-listing.generic a.btn.gold.search-result.recommended:active, a.btn.bordered.gold:focus:active, a.btn.gold.callout:focus:active, a.btn.gold.caption:focus:active, a.btn.gold.form.facets:focus:active, a.btn.gold.resultsmeta.header:focus:active, .results-listing.generic a.btn.gold.search-result.recommended:focus:active, input.btn.bordered.gold:hover, input.btn.gold.callout:hover, input.btn.gold.caption:hover, input.btn.gold.form.facets:hover, input.btn.gold.resultsmeta.header:hover, .results-listing.generic input.btn.gold.search-result.recommended:hover, input.btn.bordered.gold:focus, input.btn.gold.callout:focus, input.btn.gold.caption:focus, input.btn.gold.form.facets:focus, input.btn.gold.resultsmeta.header:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus, input.btn.bordered.gold:active, input.btn.gold.callout:active, input.btn.gold.caption:active, input.btn.gold.form.facets:active, input.btn.gold.resultsmeta.header:active, .results-listing.generic input.btn.gold.search-result.recommended:active, input.btn.bordered.gold:focus:active, input.btn.gold.callout:focus:active, input.btn.gold.caption:focus:active, input.btn.gold.form.facets:focus:active, input.btn.gold.resultsmeta.header:focus:active, .results-listing.generic input.btn.gold.search-result.recommended:focus:active, button.btn.bordered.gold:hover, button.btn.gold.callout:hover, button.btn.gold.caption:hover, button.btn.gold.form.facets:hover, button.btn.gold.resultsmeta.header:hover, .results-listing.generic button.btn.gold.search-result.recommended:hover, button.btn.bordered.gold:focus, button.btn.gold.callout:focus, button.btn.gold.caption:focus, button.btn.gold.form.facets:focus, button.btn.gold.resultsmeta.header:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus, button.btn.bordered.gold:active, button.btn.gold.callout:active, button.btn.gold.caption:active, button.btn.gold.form.facets:active, button.btn.gold.resultsmeta.header:active, .results-listing.generic button.btn.gold.search-result.recommended:active, button.btn.bordered.gold:focus:active, button.btn.gold.callout:focus:active, button.btn.gold.caption:focus:active, button.btn.gold.form.facets:focus:active, button.btn.gold.resultsmeta.header:focus:active, .results-listing.generic button.btn.gold.search-result.recommended:focus:active {
        display: inline-block;
        padding: 20px 40px;
        background-image: none;
        text-shadow: none;
        text-decoration: none;
        color: #ffffff;
        border: 2px solid #ffffff;
        background-color: #c25700;
        padding: 18px 40px; }
        @media (max-width: 767px) {
          a.btn.bordered.gold:hover, a.btn.gold.callout:hover, a.btn.gold.caption:hover, a.btn.gold.form.facets:hover, a.btn.gold.resultsmeta.header:hover, .results-listing.generic a.btn.gold.search-result.recommended:hover, a.btn.bordered.gold:focus, a.btn.gold.callout:focus, a.btn.gold.caption:focus, a.btn.gold.form.facets:focus, a.btn.gold.resultsmeta.header:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus, a.btn.bordered.gold:active, a.btn.gold.callout:active, a.btn.gold.caption:active, a.btn.gold.form.facets:active, a.btn.gold.resultsmeta.header:active, .results-listing.generic a.btn.gold.search-result.recommended:active, a.btn.bordered.gold:focus:active, a.btn.gold.callout:focus:active, a.btn.gold.caption:focus:active, a.btn.gold.form.facets:focus:active, a.btn.gold.resultsmeta.header:focus:active, .results-listing.generic a.btn.gold.search-result.recommended:focus:active, input.btn.bordered.gold:hover, input.btn.gold.callout:hover, input.btn.gold.caption:hover, input.btn.gold.form.facets:hover, input.btn.gold.resultsmeta.header:hover, .results-listing.generic input.btn.gold.search-result.recommended:hover, input.btn.bordered.gold:focus, input.btn.gold.callout:focus, input.btn.gold.caption:focus, input.btn.gold.form.facets:focus, input.btn.gold.resultsmeta.header:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus, input.btn.bordered.gold:active, input.btn.gold.callout:active, input.btn.gold.caption:active, input.btn.gold.form.facets:active, input.btn.gold.resultsmeta.header:active, .results-listing.generic input.btn.gold.search-result.recommended:active, input.btn.bordered.gold:focus:active, input.btn.gold.callout:focus:active, input.btn.gold.caption:focus:active, input.btn.gold.form.facets:focus:active, input.btn.gold.resultsmeta.header:focus:active, .results-listing.generic input.btn.gold.search-result.recommended:focus:active, button.btn.bordered.gold:hover, button.btn.gold.callout:hover, button.btn.gold.caption:hover, button.btn.gold.form.facets:hover, button.btn.gold.resultsmeta.header:hover, .results-listing.generic button.btn.gold.search-result.recommended:hover, button.btn.bordered.gold:focus, button.btn.gold.callout:focus, button.btn.gold.caption:focus, button.btn.gold.form.facets:focus, button.btn.gold.resultsmeta.header:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus, button.btn.bordered.gold:active, button.btn.gold.callout:active, button.btn.gold.caption:active, button.btn.gold.form.facets:active, button.btn.gold.resultsmeta.header:active, .results-listing.generic button.btn.gold.search-result.recommended:active, button.btn.bordered.gold:focus:active, button.btn.gold.callout:focus:active, button.btn.gold.caption:focus:active, button.btn.gold.form.facets:focus:active, button.btn.gold.resultsmeta.header:focus:active, .results-listing.generic button.btn.gold.search-result.recommended:focus:active {
            padding: 20px 15px;
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          a.btn.bordered.gold:hover, a.btn.gold.callout:hover, a.btn.gold.caption:hover, a.btn.gold.form.facets:hover, a.btn.gold.resultsmeta.header:hover, .results-listing.generic a.btn.gold.search-result.recommended:hover, a.btn.bordered.gold:focus, a.btn.gold.callout:focus, a.btn.gold.caption:focus, a.btn.gold.form.facets:focus, a.btn.gold.resultsmeta.header:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus, a.btn.bordered.gold:active, a.btn.gold.callout:active, a.btn.gold.caption:active, a.btn.gold.form.facets:active, a.btn.gold.resultsmeta.header:active, .results-listing.generic a.btn.gold.search-result.recommended:active, a.btn.bordered.gold:focus:active, a.btn.gold.callout:focus:active, a.btn.gold.caption:focus:active, a.btn.gold.form.facets:focus:active, a.btn.gold.resultsmeta.header:focus:active, .results-listing.generic a.btn.gold.search-result.recommended:focus:active, input.btn.bordered.gold:hover, input.btn.gold.callout:hover, input.btn.gold.caption:hover, input.btn.gold.form.facets:hover, input.btn.gold.resultsmeta.header:hover, .results-listing.generic input.btn.gold.search-result.recommended:hover, input.btn.bordered.gold:focus, input.btn.gold.callout:focus, input.btn.gold.caption:focus, input.btn.gold.form.facets:focus, input.btn.gold.resultsmeta.header:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus, input.btn.bordered.gold:active, input.btn.gold.callout:active, input.btn.gold.caption:active, input.btn.gold.form.facets:active, input.btn.gold.resultsmeta.header:active, .results-listing.generic input.btn.gold.search-result.recommended:active, input.btn.bordered.gold:focus:active, input.btn.gold.callout:focus:active, input.btn.gold.caption:focus:active, input.btn.gold.form.facets:focus:active, input.btn.gold.resultsmeta.header:focus:active, .results-listing.generic input.btn.gold.search-result.recommended:focus:active, button.btn.bordered.gold:hover, button.btn.gold.callout:hover, button.btn.gold.caption:hover, button.btn.gold.form.facets:hover, button.btn.gold.resultsmeta.header:hover, .results-listing.generic button.btn.gold.search-result.recommended:hover, button.btn.bordered.gold:focus, button.btn.gold.callout:focus, button.btn.gold.caption:focus, button.btn.gold.form.facets:focus, button.btn.gold.resultsmeta.header:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus, button.btn.bordered.gold:active, button.btn.gold.callout:active, button.btn.gold.caption:active, button.btn.gold.form.facets:active, button.btn.gold.resultsmeta.header:active, .results-listing.generic button.btn.gold.search-result.recommended:active, button.btn.bordered.gold:focus:active, button.btn.gold.callout:focus:active, button.btn.gold.caption:focus:active, button.btn.gold.form.facets:focus:active, button.btn.gold.resultsmeta.header:focus:active, .results-listing.generic button.btn.gold.search-result.recommended:focus:active {
            padding: 20px 10px;
            word-wrap: break-word; } }
        a.btn.bordered.gold:hover:focus, a.btn.gold.callout:hover:focus, a.btn.gold.caption:hover:focus, a.btn.gold.form.facets:hover:focus, a.btn.gold.resultsmeta.header:hover:focus, .results-listing.generic a.btn.gold.search-result.recommended:hover:focus, a.btn.bordered.gold:focus:focus, a.btn.gold.callout:focus:focus, a.btn.gold.caption:focus:focus, a.btn.gold.form.facets:focus:focus, a.btn.gold.resultsmeta.header:focus:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus:focus, a.btn.bordered.gold:active:focus, a.btn.gold.callout:active:focus, a.btn.gold.caption:active:focus, a.btn.gold.form.facets:active:focus, a.btn.gold.resultsmeta.header:active:focus, .results-listing.generic a.btn.gold.search-result.recommended:active:focus, a.btn.bordered.gold:focus:active:focus, a.btn.gold.callout:focus:active:focus, a.btn.gold.caption:focus:active:focus, a.btn.gold.form.facets:focus:active:focus, a.btn.gold.resultsmeta.header:focus:active:focus, .results-listing.generic a.btn.gold.search-result.recommended:focus:active:focus, input.btn.bordered.gold:hover:focus, input.btn.gold.callout:hover:focus, input.btn.gold.caption:hover:focus, input.btn.gold.form.facets:hover:focus, input.btn.gold.resultsmeta.header:hover:focus, .results-listing.generic input.btn.gold.search-result.recommended:hover:focus, input.btn.bordered.gold:focus:focus, input.btn.gold.callout:focus:focus, input.btn.gold.caption:focus:focus, input.btn.gold.form.facets:focus:focus, input.btn.gold.resultsmeta.header:focus:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus:focus, input.btn.bordered.gold:active:focus, input.btn.gold.callout:active:focus, input.btn.gold.caption:active:focus, input.btn.gold.form.facets:active:focus, input.btn.gold.resultsmeta.header:active:focus, .results-listing.generic input.btn.gold.search-result.recommended:active:focus, input.btn.bordered.gold:focus:active:focus, input.btn.gold.callout:focus:active:focus, input.btn.gold.caption:focus:active:focus, input.btn.gold.form.facets:focus:active:focus, input.btn.gold.resultsmeta.header:focus:active:focus, .results-listing.generic input.btn.gold.search-result.recommended:focus:active:focus, button.btn.bordered.gold:hover:focus, button.btn.gold.callout:hover:focus, button.btn.gold.caption:hover:focus, button.btn.gold.form.facets:hover:focus, button.btn.gold.resultsmeta.header:hover:focus, .results-listing.generic button.btn.gold.search-result.recommended:hover:focus, button.btn.bordered.gold:focus:focus, button.btn.gold.callout:focus:focus, button.btn.gold.caption:focus:focus, button.btn.gold.form.facets:focus:focus, button.btn.gold.resultsmeta.header:focus:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus:focus, button.btn.bordered.gold:active:focus, button.btn.gold.callout:active:focus, button.btn.gold.caption:active:focus, button.btn.gold.form.facets:active:focus, button.btn.gold.resultsmeta.header:active:focus, .results-listing.generic button.btn.gold.search-result.recommended:active:focus, button.btn.bordered.gold:focus:active:focus, button.btn.gold.callout:focus:active:focus, button.btn.gold.caption:focus:active:focus, button.btn.gold.form.facets:focus:active:focus, button.btn.gold.resultsmeta.header:focus:active:focus, .results-listing.generic button.btn.gold.search-result.recommended:focus:active:focus {
          outline: 0 !important; }

.nav-bg, .fixed-sticky-nav #sticky-nav-wrap {
  background-color: rgba(19, 19, 19, 0.75); }

.fixed-sticky-nav .nav-bg, .fixed-sticky-nav #sticky-nav-wrap {
  background-color: #444444; }

header.main-header .other-sites {
  background-color: #222222; }
  header.main-header .other-sites nav {
    margin: 3px 0; }

header.main-header .nav.navbar, header.main-header .nav.navbar.main-nav {
  background: rgba(19, 19, 19, 0.75); }

.banner-full-width.connect h1 {
  color: #ffffff; }

.banner-full-width.connect ul li a {
  border-color: #808080; }

.banner-full-width.connect ul li:hover a, .banner-full-width.connect ul li:focus a, .banner-full-width.connect ul li:active a, .banner-full-width.connect ul li:focus:active a {
  background-color: #ffffff;
  border-color: #ffffff; }
  .banner-full-width.connect ul li:hover a i, .banner-full-width.connect ul li:focus a i, .banner-full-width.connect ul li:active a i, .banner-full-width.connect ul li:focus:active a i {
    color: #808080; }

.banner-full-width.connect .addthis_inline_follow_toolbox_34x0 .at-follow-btn {
  border: 2px solid #8c6d20 !important; }
  .banner-full-width.connect .addthis_inline_follow_toolbox_34x0 .at-follow-btn .at-icon-wrapper .at-icon {
    fill: #8c6d20 !important; }
  .banner-full-width.connect .addthis_inline_follow_toolbox_34x0 .at-follow-btn:hover {
    background-color: #8c6d20; }
    .banner-full-width.connect .addthis_inline_follow_toolbox_34x0 .at-follow-btn:hover .at-icon-wrapper .at-icon {
      fill: #ffffff !important; }

.banner-full-width .hero-home .carousel-caption a:before {
  background-color: #8c6d20 !important; }

.banner-full-width .hero-header {
  background: #E9E9E9 0 0 no-repeat; }
  .banner-full-width .hero-header.no-image .page-header .container .overlay {
    color: #333333; }
    .banner-full-width .hero-header.no-image .page-header .container .overlay .section {
      color: #8c6d20;
      font-weight: 600;
      text-transform: uppercase; }
    .banner-full-width .hero-header.no-image .page-header .container .overlay a {
      color: #00806f; }
      .banner-full-width .hero-header.no-image .page-header .container .overlay a.btn {
        color: #ffffff; }
    .banner-full-width .hero-header.no-image .page-header .container .overlay .view-all {
      margin-top: 1em; }
      .banner-full-width .hero-header.no-image .page-header .container .overlay .view-all:before {
        color: #8c6d20; }

.banner-full-width .owl-carousel .owl-nav .owl-next, .banner-full-width .owl-carousel .owl-nav .owl-prev {
  color: #8c6d20; }

.banner-full-width .owl-carousel .owl-dots .owl-dot span {
  border: none; }

.banner-full-width .owl-carousel .owl-dots .owl-dot.active span {
  background: #8c6d20; }

.banner-full-width .owl-carousel .carousel-caption span {
  color: #8c6d20; }

.below .owl-carousel .owl-nav .owl-next, .below .owl-carousel .owl-nav .owl-prev, .featured-carousel .owl-carousel .owl-nav .owl-next, .featured-carousel .owl-carousel .owl-nav .owl-prev, .news-carousel .owl-carousel .owl-nav .owl-next, .news-carousel .owl-carousel .owl-nav .owl-prev {
  color: #8c6d20; }

.below .owl-carousel .owl-dots .owl-dot span, .featured-carousel .owl-carousel .owl-dots .owl-dot span, .news-carousel .owl-carousel .owl-dots .owl-dot span {
  border: none; }

.below .owl-carousel .owl-dots .owl-dot.active span, .featured-carousel .owl-carousel .owl-dots .owl-dot.active span, .news-carousel .owl-carousel .owl-dots .owl-dot.active span {
  background: #8c6d20; }

.below .owl-carousel .carousel-caption span, .featured-carousel .owl-carousel .carousel-caption span, .news-carousel .owl-carousel .carousel-caption span {
  background-color: #8c6d20;
  color: #ffffff; }

.below .owl-carousel .carousel-caption .goldbar, .below .owl-carousel .carousel-caption .banner-full-width.hero-image section.callout span, .banner-full-width.hero-image section.callout .below .owl-carousel .carousel-caption span, .featured-carousel .owl-carousel .carousel-caption .goldbar, .featured-carousel .owl-carousel .carousel-caption .banner-full-width.hero-image section.callout span, .banner-full-width.hero-image section.callout .featured-carousel .owl-carousel .carousel-caption span, .news-carousel .owl-carousel .carousel-caption .goldbar, .news-carousel .owl-carousel .carousel-caption .banner-full-width.hero-image section.callout span, .banner-full-width.hero-image section.callout .news-carousel .owl-carousel .carousel-caption span {
  display: none; }

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb li.back:before {
    color: #00806f; }
  .breadcrumbs .breadcrumb li.back a {
    color: #00806f; } }

.form-wrapper a {
  color: #00806f; }
  .form-wrapper a.route:after {
    content: url(../media/images/icon-route-green.png); }

.form-wrapper .form-group input.btn {
  background-color: #c25700; }
  .form-wrapper .form-group input.btn:hover, .form-wrapper .form-group input.btn:focus, .form-wrapper .form-group input.btn:focus:active, .form-wrapper .form-group input.btn:active {
    background-color: #ae4e00; }
  .form-wrapper .form-group input.btn.callout, .form-wrapper .form-group input.btn.caption, .form-wrapper .form-group input.btn.bordered, .form-wrapper .form-group input.btn.form.facets, .form-wrapper .form-group input.btn.resultsmeta.header, .form-wrapper .form-group .results-listing.generic input.btn.search-result.recommended, .results-listing.generic .form-wrapper .form-group input.btn.search-result.recommended {
    color: #c25700;
    background-color: #ffffff;
    border: 2px solid #c25700; }
    .form-wrapper .form-group input.btn.callout:hover, .form-wrapper .form-group input.btn.caption:hover, .form-wrapper .form-group input.btn.bordered:hover, .form-wrapper .form-group input.btn.form.facets:hover, .form-wrapper .form-group input.btn.resultsmeta.header:hover, .form-wrapper .form-group .results-listing.generic input.btn.search-result.recommended:hover, .results-listing.generic .form-wrapper .form-group input.btn.search-result.recommended:hover, .form-wrapper .form-group input.btn.callout:focus, .form-wrapper .form-group input.btn.caption:focus, .form-wrapper .form-group input.btn.bordered:focus, .form-wrapper .form-group input.btn.form.facets:focus, .form-wrapper .form-group input.btn.resultsmeta.header:focus, .form-wrapper .form-group .results-listing.generic input.btn.search-result.recommended:focus, .results-listing.generic .form-wrapper .form-group input.btn.search-result.recommended:focus, .form-wrapper .form-group input.btn.callout:focus:active, .form-wrapper .form-group input.btn.caption:focus:active, .form-wrapper .form-group input.btn.bordered:focus:active, .form-wrapper .form-group input.btn.form.facets:focus:active, .form-wrapper .form-group input.btn.resultsmeta.header:focus:active, .form-wrapper .form-group .results-listing.generic input.btn.search-result.recommended:focus:active, .results-listing.generic .form-wrapper .form-group input.btn.search-result.recommended:focus:active, .form-wrapper .form-group input.btn.callout:active, .form-wrapper .form-group input.btn.caption:active, .form-wrapper .form-group input.btn.bordered:active, .form-wrapper .form-group input.btn.form.facets:active, .form-wrapper .form-group input.btn.resultsmeta.header:active, .form-wrapper .form-group .results-listing.generic input.btn.search-result.recommended:active, .results-listing.generic .form-wrapper .form-group input.btn.search-result.recommended:active {
      color: #ffffff;
      background-color: #ae4e00;
      border-color: #ae4e00; }

.form-wrapper .provider-info i.fa {
  color: #00806f; }

.location-result .location-title > h2,
.location-result .location-accept-patients,
.location-result .location-view-all,
.location-result .address .toll-free {
  color: #00806f; }

.link-section ul li a, .topics-list ul li a {
  color: #00806f; }

.masonry-container .masonry-tile .media {
  background-color: #ffffff; }

.masonry-container .masonry-form.masonry-tile .tile-wrapper > span {
  color: #8c6d20; }

.masonry-container .masonry-news.masonry-tile.white-bg .category, .masonry-container .news-blocks ul li.gold-bg .masonry-news.masonry-tile.media .category, .news-blocks ul li.gold-bg .masonry-container .masonry-news.masonry-tile.media .category, .masonry-container .news-blocks ul li.gray-dark-bg .masonry-news.masonry-tile.media .category, .news-blocks ul li.gray-dark-bg .masonry-container .masonry-news.masonry-tile.media .category, .masonry-container .banner-full-width.arrow.white-bg .masonry-news.masonry-tile.banner:before .category, .banner-full-width.arrow.white-bg .masonry-container .masonry-news.masonry-tile.banner:before .category, .masonry-container .masonry-news.masonry-tile.white-bg .date, .masonry-container .news-blocks ul li.gold-bg .masonry-news.masonry-tile.media .date, .news-blocks ul li.gold-bg .masonry-container .masonry-news.masonry-tile.media .date, .masonry-container .news-blocks ul li.gray-dark-bg .masonry-news.masonry-tile.media .date, .news-blocks ul li.gray-dark-bg .masonry-container .masonry-news.masonry-tile.media .date, .masonry-container .banner-full-width.arrow.white-bg .masonry-news.masonry-tile.banner:before .date, .banner-full-width.arrow.white-bg .masonry-container .masonry-news.masonry-tile.banner:before .date {
  color: #8c6d20; }

.masonry-container .masonry-news.masonry-tile.white-bg .media, .masonry-container .news-blocks ul li.gold-bg .masonry-news.masonry-tile.media .media, .news-blocks ul li.gold-bg .masonry-container .masonry-news.masonry-tile.media .media, .masonry-container .news-blocks ul li.gray-dark-bg .masonry-news.masonry-tile.media .media, .news-blocks ul li.gray-dark-bg .masonry-container .masonry-news.masonry-tile.media .media, .masonry-container .banner-full-width.arrow.white-bg .masonry-news.masonry-tile.banner:before .media, .banner-full-width.arrow.white-bg .masonry-container .masonry-news.masonry-tile.banner:before .media {
  background-color: #ffffff; }

.masonry-container .masonry-news.masonry-tile.gold-bg {
  background-color: #8c6d20; }

.masonry-container .masonry-news.masonry-tile.has-bg-image .media {
  background-color: #ffffff; }

.masonry-container .news-blocks .dynamic-tiles li:nth-child(odd).has-bg-image .media {
  background-color: #ffffff; }

.masonry-container .news-blocks .dynamic-tiles li:nth-child(odd) > div {
  background-color: #8c6d20; }

.masonry-container .news-blocks .static-tiles li:nth-child(2) > div {
  background-color: #8c6d20; }
  .masonry-container .news-blocks .static-tiles li:nth-child(2) > div .media {
    background-color: #ffffff; }

.masonry-container .news-blocks .static-tiles.has-bg-image .media {
  background-color: #ffffff; }

.masonry-container .news-blocks ul li .category, .masonry-container .news-blocks ul li .media {
  color: #8c6d20; }

.masonry-container .news-blocks ul li .media {
  background-color: #8c6d20; }

.masonry-container .news-blocks .new-gold-bg .media, .masonry-container .news-blocks ul li.gold-bg > div .media, .masonry-container .news-blocks .main-content .banner-full-width.gold-bg .media, .main-content .masonry-container .news-blocks .banner-full-width.gold-bg .media, .masonry-container .news-blocks ul li.gold-bg > div .media {
  background-color: #ffffff; }

.masonry-container .news-blocks .new-gold-bg .category, .masonry-container .news-blocks ul li.gold-bg > div .category, .masonry-container .news-blocks .main-content .banner-full-width.gold-bg .category, .main-content .masonry-container .news-blocks .banner-full-width.gold-bg .category, .masonry-container .news-blocks .new-gold-bg .date, .masonry-container .news-blocks ul li.gold-bg > div .date, .masonry-container .news-blocks .main-content .banner-full-width.gold-bg .date, .main-content .masonry-container .news-blocks .banner-full-width.gold-bg .date, .masonry-container .news-blocks ul li.gold-bg > div .category, .masonry-container .news-blocks ul li.gold-bg > div .date {
  color: #ffffff; }

@media (min-width: 992px) {
  .material-tabs-container .material-tabs li.active > a,
  .material-tabs-container .material-tabs li.active > a:hover,
  .material-tabs-container .material-tabs li.active > a:focus {
    border-bottom: 6px solid #c25700 !important; }
  .material-tabs-container .material-tabs li > a:hover {
    border-bottom: 6px solid #ffa55c !important; } }

.people-results .people-result a.btn {
  border: 2px solid #c25700 !important; }

.main-content .banner-full-width.request.arrow .banner:before {
  text-align: center; }

.main-content .banner-full-width.gold-bg.arrow .banner:before {
  background-color: #8c6d20;
  text-align: center; }

.main-content .c-54-bio h1 {
  color: #8c6d20; }

.main-content .rte .c-54-bio h1 {
  color: #8c6d20; }

.main-content main article .c-54-bio h1 {
  color: #8c6d20; }

.main-content .block-list li span {
  color: #8c6d20; }

.main-content .byline ul li, .main-content .rte .byline ul li {
  color: #8c6d20; }
  .main-content .byline ul li a, .main-content .rte .byline ul li a {
    color: #8c6d20; }
    .main-content .byline ul li a:hover, .main-content .byline ul li a:focus, .main-content .byline ul li a:active, .main-content .byline ul li a:focus:active, .main-content .rte .byline ul li a:hover, .main-content .rte .byline ul li a:focus, .main-content .rte .byline ul li a:active, .main-content .rte .byline ul li a:focus:active {
      color: #8c6d20; }

.main-content .byline ul ul:before, .main-content .rte .byline ul ul:before {
  color: #8c6d20; }

.main-content .byline.article-authors, .main-content .rte .article-authors.byline {
  overflow: hidden; }
  .main-content .byline.article-authors ul, .main-content .rte .article-authors.byline ul {
    margin: 0; }
    .main-content .byline.article-authors ul li, .main-content .rte .article-authors.byline ul li {
      text-transform: inherit; }

.main-content .page-title .content-type {
  margin: 0; }
  .main-content .page-title .content-type a {
    color: #8c6d20;
    font-weight: bold;
    text-transform: uppercase; }

.main-content .page-title-subheader {
  font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
  margin: 0; }

.main-content .page-title-date {
  color: #8c6d20;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px; }

.main-content .ratings table th {
  color: #8c6d20; }
  .main-content .ratings table th p span:before {
    background-color: #8c6d20; }

.main-content .ratings table td.gold {
  color: #8c6d20; }

.main-content .ratings .comments li span {
  color: #8c6d20; }

.main-content .form.search.single.tabbed.with-alpha.with-filters .tabs-wrap .material-tabs a {
  color: #333333; }

.main-content .form.search.single.tabbed.with-alpha.with-filters .results-filters p {
  color: #333333; }

.main-content .form.search.single.tabbed.with-alpha.with-filters .results-filters fieldset.radiocheck label, .main-content .form.search.single.tabbed.with-alpha.with-filters .results-filters fieldset.radiocheck input[type=checkbox]:checked + label:before {
  color: #333333; }

.main-content .form.search.single.tabbed.with-alpha.with-filters .results-filters fieldset.radiocheck label:before {
  border-color: #333333; }

.main-content .form.search .alpha-row .form-group .alphabrowse#letters label, .main-content .form.search .alpha-row .form-group .alphabrowse#letters input {
  color: #444444; }
  .main-content .form.search .alpha-row .form-group .alphabrowse#letters label:hover, .main-content .form.search .alpha-row .form-group .alphabrowse#letters label:focus, .main-content .form.search .alpha-row .form-group .alphabrowse#letters label:active, .main-content .form.search .alpha-row .form-group .alphabrowse#letters label:focus:active, .main-content .form.search .alpha-row .form-group .alphabrowse#letters input:hover, .main-content .form.search .alpha-row .form-group .alphabrowse#letters input:focus, .main-content .form.search .alpha-row .form-group .alphabrowse#letters input:active, .main-content .form.search .alpha-row .form-group .alphabrowse#letters input:focus:active {
    color: #000000;
    transition: color .2s ease-out;
    font-weight: 600; }
  .main-content .form.search .alpha-row .form-group .alphabrowse#letters label.inactive, .main-content .form.search .alpha-row .form-group .alphabrowse#letters input.inactive {
    color: #aaaaaa; }

.main-content .form.search.with-filters.tabbed .lead {
  color: #333333; }

.main-content .form.search .lead {
  color: #333333; }

.main-content .form.search.single {
  padding: 30px 20px !important; }
  @media (min-width: 768px) {
    .main-content .form.search.single {
      padding: 35px 40px !important; } }
  .main-content .form.search.single.with-alpha .alphabrowse#letters label.inactive {
    color: #aaaaaa; }

h1 .tabs-wrap {
  color: #ffffff !important; }

.main-content .form.search.overlay .tabs-wrap {
  background: rgba(19, 19, 19, 0.55); }
  .main-content .form.search.overlay .tabs-wrap .lead {
    color: #ffffff; }

.main-content .form.search .material-tabs-container {
  padding: 0; }
  @media (min-width: 768px) {
    .main-content .form.search .material-tabs-container .material-tabs {
      border-bottom: 3px solid rgba(0, 0, 0, 0.25); }
      .main-content .form.search .material-tabs-container .material-tabs a {
        color: #333333;
        padding: 5px 20px;
        bottom: -4px; } }

.main-content .form .filter .search-facets, .main-content .form .filter .results-filters {
  color: #333333; }

.main-content .form .search-facets fieldset.radiocheck label, .main-content .form .results-filters fieldset.radiocheck label {
  color: #333333; }
  .main-content .form .search-facets fieldset.radiocheck label:before, .main-content .form .results-filters fieldset.radiocheck label:before {
    background-color: transparent;
    border: 1px solid #333333;
    color: #333333; }

.main-content .form.facets .reset a:before {
  color: #8c6d20; }

.main-content .form.facets fieldset.radiocheck input[type=checkbox]:checked + label:before {
  background-color: #8c6d20;
  border: 1px solid #8c6d20; }

.main-content .site-search {
  background-color: #41748d; }

.main-content .grid-links .tiles li > a:hover, .main-content .grid-links .tiles li > a:focus, .main-content .grid-links .tiles li > a:active, .main-content .grid-links .tiles li > a:focus:active, .main-content .grid-links .tiles div.tile > a:hover, .main-content .grid-links .tiles div.tile > a:focus, .main-content .grid-links .tiles div.tile > a:active, .main-content .grid-links .tiles div.tile > a:focus:active {
  background-color: #00594F;
  border: 2px solid #00594F; }
  .main-content .grid-links .tiles li > a:hover span, .main-content .grid-links .tiles li > a:focus span, .main-content .grid-links .tiles li > a:active span, .main-content .grid-links .tiles li > a:focus:active span, .main-content .grid-links .tiles div.tile > a:hover span, .main-content .grid-links .tiles div.tile > a:focus span, .main-content .grid-links .tiles div.tile > a:active span, .main-content .grid-links .tiles div.tile > a:focus:active span {
    border-color: #00594F; }

.main-content .grid-links.gold-grid .tiles li > a:hover, .main-content .grid-links.gold-grid .tiles li > a:focus, .main-content .grid-links.gold-grid .tiles li > a:focus:active, .main-content .grid-links.gold-grid .tiles li > a:active {
  background-color: transparent;
  border-color: #f56e00; }
  .main-content .grid-links.gold-grid .tiles li > a:hover h2, .main-content .grid-links.gold-grid .tiles li > a:hover .learn-more, .main-content .grid-links.gold-grid .tiles li > a:focus h2, .main-content .grid-links.gold-grid .tiles li > a:focus .learn-more, .main-content .grid-links.gold-grid .tiles li > a:focus:active h2, .main-content .grid-links.gold-grid .tiles li > a:focus:active .learn-more, .main-content .grid-links.gold-grid .tiles li > a:active h2, .main-content .grid-links.gold-grid .tiles li > a:active .learn-more {
    color: #f56e00; }
  .main-content .grid-links.gold-grid .tiles li > a:hover .learn-more:after, .main-content .grid-links.gold-grid .tiles li > a:focus .learn-more:after, .main-content .grid-links.gold-grid .tiles li > a:focus:active .learn-more:after, .main-content .grid-links.gold-grid .tiles li > a:active .learn-more:after {
    border-color: #f56e00;
    color: #f56e00; }

.main-content .grid-links.gold-grid .text-center .btn {
  color: #f56e00;
  border: 2px solid #f56e00; }
  .main-content .grid-links.gold-grid .text-center .btn:hover, .main-content .grid-links.gold-grid .text-center .btn:focus, .main-content .grid-links.gold-grid .text-center .btn:focus:active, .main-content .grid-links.gold-grid .text-center .btn:active {
    color: #ffffff;
    background-color: #f56e00; }

.main-content .listing-child-pages li.parent:hover {
  background: none; }
  .main-content .listing-child-pages li.parent:hover > a {
    text-decoration: underline; }

.main-content .listing-child-pages li:not(.parent):hover, .main-content .listing-child-pages li:not(.parent):focus, .main-content .listing-child-pages li:not(.parent):active, .main-content .listing-child-pages li:not(.parent):focus:active {
  background-color: #00b39b; }
  .main-content .listing-child-pages li:not(.parent):hover > a, .main-content .listing-child-pages li:not(.parent):focus > a, .main-content .listing-child-pages li:not(.parent):active > a, .main-content .listing-child-pages li:not(.parent):focus:active > a {
    color: #ffffff; }

.main-content .listing-child-pages li.active {
  background-color: #00806f; }
  .main-content .listing-child-pages li.active a {
    color: #ffffff; }

.main-content .listing-child-pages li.open {
  background-color: #00b39b; }

.main-content .listing-child-pages li > a {
  color: #00806f; }

.main-content .listing-child-pages li i {
  color: #00806f; }

.main-content .location-result .location-title > h2 a {
  color: #8c6d20; }

.main-content .location-result .location-accept-patients:before {
  color: #00806f; }

.main-content .material-tabs-container.dark .grid-links .tiles li > a:hover, .main-content .material-tabs-container.dark .grid-links .tiles li > a:focus, .main-content .material-tabs-container.dark .grid-links .tiles li > a:focus:active, .main-content .material-tabs-container.dark .grid-links .tiles li > a:active {
  background-color: transparent;
  border-color: #f56e00; }
  .main-content .material-tabs-container.dark .grid-links .tiles li > a:hover h2, .main-content .material-tabs-container.dark .grid-links .tiles li > a:hover .learn-more, .main-content .material-tabs-container.dark .grid-links .tiles li > a:focus h2, .main-content .material-tabs-container.dark .grid-links .tiles li > a:focus .learn-more, .main-content .material-tabs-container.dark .grid-links .tiles li > a:focus:active h2, .main-content .material-tabs-container.dark .grid-links .tiles li > a:focus:active .learn-more, .main-content .material-tabs-container.dark .grid-links .tiles li > a:active h2, .main-content .material-tabs-container.dark .grid-links .tiles li > a:active .learn-more {
    color: #f56e00; }
  .main-content .material-tabs-container.dark .grid-links .tiles li > a:hover .learn-more:after, .main-content .material-tabs-container.dark .grid-links .tiles li > a:focus .learn-more:after, .main-content .material-tabs-container.dark .grid-links .tiles li > a:focus:active .learn-more:after, .main-content .material-tabs-container.dark .grid-links .tiles li > a:active .learn-more:after {
    border-color: #f56e00;
    color: #f56e00; }

.main-content .material-tabs-container.dark .grid-links .tiles li h2 {
  color: #f56e00 !important; }

.main-content .material-tabs-container.dark .text-center .btn {
  color: #f56e00;
  border: 2px solid #f56e00; }
  .main-content .material-tabs-container.dark .text-center .btn:hover, .main-content .material-tabs-container.dark .text-center .btn:focus, .main-content .material-tabs-container.dark .text-center .btn:focus:active, .main-content .material-tabs-container.dark .text-center .btn:active {
    color: #ffffff;
    background-color: #f56e00; }

.main-content .news-blocks .dynamic-tiles li:nth-child(odd).has-bg-image .media {
  background-color: #ffffff; }

.main-content .news-blocks .dynamic-tiles li:nth-child(odd) > div {
  background-color: #8c6d20; }

.main-content .news-blocks .static-tiles li:nth-child(2) > div {
  background-color: #8c6d20; }
  .main-content .news-blocks .static-tiles li:nth-child(2) > div .media {
    background-color: #ffffff; }

.main-content .news-blocks .static-tiles.has-bg-image .media {
  background-color: #ffffff; }

.main-content .news-blocks ul li .category, .main-content .news-blocks ul li .media {
  color: #8c6d20; }

.main-content .news-blocks ul li .media {
  background-color: #8c6d20; }

.main-content .news-blocks .banner-full-width.gold-bg .media, .main-content .news-blocks .new-gold-bg .media, .main-content .news-blocks ul li.gold-bg > div .media, .main-content .news-blocks ul li.gold-bg > div .media {
  background-color: #ffffff; }

.main-content .news-blocks .banner-full-width.gold-bg .category, .main-content .news-blocks .new-gold-bg .category, .main-content .news-blocks ul li.gold-bg > div .category, .main-content .news-blocks .banner-full-width.gold-bg .date, .main-content .news-blocks .new-gold-bg .date, .main-content .news-blocks ul li.gold-bg > div .date, .main-content .news-blocks ul li.gold-bg > div .category, .main-content .news-blocks ul li.gold-bg > div .date {
  color: #ffffff; }

.main-content section.page-nav nav ul li .btn {
  background-color: #8c6d20; }
  .main-content section.page-nav nav ul li .btn:hover, .main-content section.page-nav nav ul li .btn:active, .main-content section.page-nav nav ul li .btn:focus, .main-content section.page-nav nav ul li .btn:active:focus {
    background-color: #8c6d20; }

.main-content .pagination .paginate li a:hover, .main-content .pagination .paginate li a:focus, .main-content .pagination .paginate li a:active, .main-content .pagination .paginate li a:focus:active {
  color: #41748d; }

.main-content .pagination p .call-out {
  color: #8c6d20; }

.main-content .resultsmeta p.also a {
  color: #8c6d20; }

@media (min-width: 992px) {
  .main-content .results-listing.blocks .news-blocks.block-listing ul li > div .category {
    color: #8c6d20; }
  .main-content .results-listing.blocks .news-blocks.block-listing ul li > div .media {
    background-color: #8c6d20; }
  .main-content .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n) > div {
    background-color: #8c6d20; }
  .main-content .results-listing.blocks .news-blocks.block-listing ul li:nth-child(1) > div {
    background-color: #8c6d20; }
  .main-content .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n + 1) {
    padding-left: 0; }
    .main-content .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n + 1) > div {
      background-color: #8c6d20; } }

.main-content .results-listing.blocks .news-blocks.block-listing ul li.has-bg-image > div .media {
  background-color: #8c6d20; }

.main-content .results-listing.generic {
  border-bottom: none; }
  .main-content .results-listing.generic .search-result span {
    color: #8c6d20; }

.main-content .people-result .profile-rating .stars .fa, .main-content .profile-detail .profile-rating .stars .fa, .main-content .location-detail .profile-rating .stars .fa, .main-content .search-result .profile-rating .stars .fa {
  color: #8c6d20; }

.main-content .people-result .location-accept-patients:before, .main-content .profile-detail .location-accept-patients:before, .main-content .location-detail .location-accept-patients:before, .main-content .search-result .location-accept-patients:before {
  color: #8c6d20; }

.main-content section.stats.dark a.btn, .main-content section.dark.keywords a.btn {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #f56e00;
  border: 2px solid #f56e00;
  background-color: transparent;
  padding: 18px 40px; }
  @media (max-width: 767px) {
    .main-content section.stats.dark a.btn, .main-content section.dark.keywords a.btn {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-content section.stats.dark a.btn, .main-content section.dark.keywords a.btn {
      padding: 20px 10px;
      word-wrap: break-word; } }
  .main-content section.stats.dark a.btn:focus, .main-content section.dark.keywords a.btn:focus {
    outline: 0 !important; }
  .main-content section.stats.dark a.btn:hover, .main-content section.dark.keywords a.btn:hover, .main-content section.stats.dark a.btn:focus, .main-content section.dark.keywords a.btn:focus, .main-content section.stats.dark a.btn:active, .main-content section.dark.keywords a.btn:active, .main-content section.stats.dark a.btn:focus:active, .main-content section.dark.keywords a.btn:focus:active {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #c25700;
    padding: 18px 40px; }
    @media (max-width: 767px) {
      .main-content section.stats.dark a.btn:hover, .main-content section.dark.keywords a.btn:hover, .main-content section.stats.dark a.btn:focus, .main-content section.dark.keywords a.btn:focus, .main-content section.stats.dark a.btn:active, .main-content section.dark.keywords a.btn:active, .main-content section.stats.dark a.btn:focus:active, .main-content section.dark.keywords a.btn:focus:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-content section.stats.dark a.btn:hover, .main-content section.dark.keywords a.btn:hover, .main-content section.stats.dark a.btn:focus, .main-content section.dark.keywords a.btn:focus, .main-content section.stats.dark a.btn:active, .main-content section.dark.keywords a.btn:active, .main-content section.stats.dark a.btn:focus:active, .main-content section.dark.keywords a.btn:focus:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    .main-content section.stats.dark a.btn:hover:focus, .main-content section.dark.keywords a.btn:hover:focus, .main-content section.stats.dark a.btn:focus:focus, .main-content section.dark.keywords a.btn:focus:focus, .main-content section.stats.dark a.btn:active:focus, .main-content section.dark.keywords a.btn:active:focus, .main-content section.stats.dark a.btn:focus:active:focus, .main-content section.dark.keywords a.btn:focus:active:focus {
      outline: 0 !important; }

.main-content .resources.dark a.btn {
  display: inline-block;
  padding: 20px 40px;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #c25700;
  border-width: 0; }
  @media (max-width: 767px) {
    .main-content .resources.dark a.btn {
      padding: 20px 15px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-content .resources.dark a.btn {
      padding: 20px 10px;
      word-wrap: break-word; } }
  .main-content .resources.dark a.btn:focus {
    outline: 0 !important; }
  .main-content .resources.dark a.btn:hover, .main-content .resources.dark a.btn:focus, .main-content .resources.dark a.btn:active, .main-content .resources.dark a.btn:focus:active {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #f56e00;
    border-width: 0; }
    @media (max-width: 767px) {
      .main-content .resources.dark a.btn:hover, .main-content .resources.dark a.btn:focus, .main-content .resources.dark a.btn:active, .main-content .resources.dark a.btn:focus:active {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-content .resources.dark a.btn:hover, .main-content .resources.dark a.btn:focus, .main-content .resources.dark a.btn:active, .main-content .resources.dark a.btn:focus:active {
        padding: 20px 10px;
        word-wrap: break-word; } }
    .main-content .resources.dark a.btn:hover:focus, .main-content .resources.dark a.btn:focus:focus, .main-content .resources.dark a.btn:active:focus, .main-content .resources.dark a.btn:focus:active:focus {
      outline: 0 !important; }

.main-content .rte figure figcaption, .main-content main article figure figcaption {
  border-top: 2px solid #8c6d20;
  border-bottom: 2px solid #8c6d20; }

.main-content .rte blockquote, .main-content main article blockquote {
  border-top: 2px solid #8c6d20;
  border-bottom: 2px solid #8c6d20; }
  .main-content .rte blockquote p:before, .main-content main article blockquote p:before {
    color: #8c6d20; }
  .main-content .rte blockquote p:after, .main-content main article blockquote p:after {
    color: #8c6d20; }
  .main-content .rte blockquote .blockquote-attributes div a, .main-content main article blockquote .blockquote-attributes div a {
    color: #8c6d20; }

.main-content #sticky-nav li.more ul {
  background-color: #444444; }

.main-content #sticky-nav a:hover, .main-content #sticky-nav a:active, .main-content #sticky-nav a:focus, .main-content #sticky-nav a:active:focus {
  color: #00b89f; }

.main-content table td.gold {
  color: #8c6d20; }

.main-content .video-container + .caption {
  border-color: #8c6d20 !important; }
  .main-content .video-container + .caption h2 {
    color: #8c6d20; }

.main-content .caption {
  border-color: #8c6d20; }
  .main-content .caption h2 {
    color: #8c6d20; }

.social-share .at-resp-share-element .at-icon {
  fill: #8c6d20 !important; }

body aside.pin a.btn, body aside.pin button.btn {
  background-color: #00594F;
  color: #ffffff; }
  body aside.pin a.btn:hover, body aside.pin a.btn:active, body aside.pin a.btn:focus, body aside.pin a.btn:active:focus, body aside.pin button.btn:hover, body aside.pin button.btn:active, body aside.pin button.btn:focus, body aside.pin button.btn:active:focus {
    color: #ffffff; }

footer .container nav li a {
  color: #005047; }

.ee-alert {
  background-color: #871c39;
  border-top: 1px solid #480f1e;
  box-shadow: inset 0 2px 15px #4d0013;
  color: #ffffff;
  padding: 30px 0;
  text-align: center; }
  .ee-alert h1 {
    margin-bottom: 5px; }
    .ee-alert h1 .fa {
      margin-right: 10px; }
    .ee-alert h1 span {
      display: block; }
  .ee-alert p {
    margin-bottom: 10px; }

@-moz-document url-prefix() {
  .form.search.with-filters form.filter .form-group:first-child {
    float: left; }
  .form.single.search.with-filters form.filter .form-group:first-child {
    float: none; } }

@media all and (-ms-high-contrast: none) and (min-width: 992px) {
  .utility-nav .navbar-brand {
    position: relative !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .banner-full-width .hero-header .page-header {
   display: block;
  }
  .main-nav.navbar .primary-nav > li .secondary-nav {
    position: absolute !important; }
    .main-nav.navbar .primary-nav > li .secondary-nav > li.col-md-3 {
      display: block;
      /*-ms-flex: none;
          flex: none;*/
      width: 25%; 
    }
     /* Mobile IE Navigation. Can't click on items in cheeseburger menu */
        .primary-nav, .primary-nav ul {height:auto;
    }
  /* https://jirapct.epam.com/jira/browse/WFBHWFSC-2835 */
  .utility-nav form .search-wrap .search-slide input#search-terms {
    box-shadow: none;
    height: 61px;
    margin-top: 8px;
    padding: 0 0 0 30px; }
  .utility-nav form .search-wrap .search-slide input[type='submit'] {
    margin-top: 15px; }
  .container .search.form select {
    padding-right: 15px !important; }
  .form-wrapper .form-group select {
    background-image: none;
    padding-right: 15px !important; }
  .form-wrapper #sort select {
    height: 44px;
    padding-right: 10px !important; }
  select::-ms-expand {
    background-color: #ffffff;
    border-color: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    padding-right: 0; }
  .drawer a.open-trigger:hover:before, .drawer a.open-trigger:active:before, .drawer a.open-trigger:focus:before, .drawer a.open-trigger:focus:active:before {
    text-decoration: underline; }
  .drawer a.open-trigger:hover:before, .drawer a.open-trigger:active:before, .drawer a.open-trigger:focus:before, .drawer a.open-trigger:focus:active:before {
    text-decoration: none !important; }
  .news-blocks .static-tiles li.has-bg-image > div a {
    z-index: 3 !important; }
    .news-blocks .static-tiles li.has-bg-image > div a figure {
      z-index: 0; }
  .masonry-container .masonry-news .tile-wrapper {
    min-height: 0 !important; } }

section.stats, section.keywords {
  text-align: center;
  padding: 50px 0; }
  section.stats .stat, section.keywords .stat {
    color: #000000;
    font-family: Helvetica, Arial, san-serif;
    font-size: 3em;
    font-weight: 500;
    margin: 10px 0;
    line-height: 1.2;
    display: block;
    text-rendering: optimizelegibility; }
    @media (min-width: 768px) {
      section.stats .stat, section.keywords .stat {
        font-size: 3.35em;
        line-height: 1.4;
        margin-bottom: 0; } }
  section.stats p, section.keywords p {
    color: #000000;
    font-weight: 500; }
    @media (max-width: 768px) {
      section.stats p, section.keywords p {
        font-size: 1.1em; } }
  section.stats ul, section.keywords ul {
    border: 3px solid #ebebeb;
    margin: 40px auto;
    padding: 0px 30px;
    text-align: center; }
    @media (min-width: 768px) {
      section.stats ul, section.keywords ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
        -ms-flex-align: center;
            align-items: center;
        margin: 60px auto;
        padding: 30px 0; } }
    section.stats ul li, section.keywords ul li {
      padding: 10px 0;
      margin: 0; }
      section.stats ul li + li, section.keywords ul li + li {
        border-top: 3px solid #ebebeb; }
      @media (min-width: 768px) {
        section.stats ul li, section.keywords ul li {
          -ms-flex-order: 0;
              order: 0;
          -ms-flex: 0 1 33%;
              flex: 0 1 33%;
          -ms-flex-item-align: auto;
              align-self: auto;
          padding: 0 20px; }
          section.stats ul li + li, section.keywords ul li + li {
            border-left: 3px solid #ebebeb;
            border-top: none; } }
      section.stats ul li h2, section.keywords ul li h2 {
        margin-top: 5px; }
      section.stats ul li p, section.keywords ul li p {
        margin-bottom: 10px;
        font-size: 1em; }
  section.stats.dark .stat, section.dark.keywords .stat, section.stats.dark h1, section.dark.keywords h1, section.stats.dark p, section.dark.keywords p {
    color: #ffffff; }
  section.stats.dark ul, section.dark.keywords ul {
    border: 3px solid #666666; }
    section.stats.dark ul li, section.dark.keywords ul li {
      color: #ffffff; }
      section.stats.dark ul li + li, section.dark.keywords ul li + li {
        border-top: 2px solid #666666; }
        @media (min-width: 768px) {
          section.stats.dark ul li + li, section.dark.keywords ul li + li {
            border-left: 2px solid #666666;
            border-top: none; } }
  section.stats.dark a.btn, section.dark.keywords a.btn {
    display: inline-block;
    padding: 20px 40px;
    background-image: none;
    text-shadow: none;
    text-decoration: none;
    color: #8c6d20;
    border: 2px solid #8c6d20;
    background-color: transparent;
    padding: 18px 40px; }
    @media (max-width: 767px) {
      section.stats.dark a.btn, section.dark.keywords a.btn {
        padding: 20px 15px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.stats.dark a.btn, section.dark.keywords a.btn {
        padding: 20px 10px;
        word-wrap: break-word; } }
    section.stats.dark a.btn:focus, section.dark.keywords a.btn:focus {
      outline: 0 !important; }
    section.stats.dark a.btn:hover, section.dark.keywords a.btn:hover, section.stats.dark a.btn:active, section.dark.keywords a.btn:active, section.stats.dark a.btn:focus, section.dark.keywords a.btn:focus {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #000000;
      border: 2px solid #000000;
      background-color: #ffffff;
      padding: 18px 40px; }
      @media (max-width: 767px) {
        section.stats.dark a.btn:hover, section.dark.keywords a.btn:hover, section.stats.dark a.btn:active, section.dark.keywords a.btn:active, section.stats.dark a.btn:focus, section.dark.keywords a.btn:focus {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.stats.dark a.btn:hover, section.dark.keywords a.btn:hover, section.stats.dark a.btn:active, section.dark.keywords a.btn:active, section.stats.dark a.btn:focus, section.dark.keywords a.btn:focus {
          padding: 20px 10px;
          word-wrap: break-word; } }
      section.stats.dark a.btn:hover:focus, section.dark.keywords a.btn:hover:focus, section.stats.dark a.btn:active:focus, section.dark.keywords a.btn:active:focus, section.stats.dark a.btn:focus:focus, section.dark.keywords a.btn:focus:focus {
        outline: 0 !important; }

/*! begin c-100-pagination.scss */
.pagination {
  border-top: 4px solid #ebebeb;
  padding: 10px 0px 50px;
  margin: 0 0 20px; }
  @media (max-width: 991px) {
    .pagination {
      padding: 0; } }
  .pagination a[href^="tel:"]:before {
    display: none; }
  .pagination p {
    font-size: 1em;
    margin: 0;
    padding: 10px 0; }
    @media (max-width: 991px) {
      .pagination p {
        float: none;
        text-align: center; } }
    .pagination p .call-out {
      color: #8c6d20; }
      @media (max-width: 991px) {
        .pagination p .call-out {
          display: block; } }
  @media (max-width: 991px) {
    .pagination nav {
      border-bottom: 2px solid #ebebeb; } }
  .pagination .paginate {
    float: right;
    margin-bottom: 0;
    padding: 10px 0; }
    @media (max-width: 991px) {
      .pagination .paginate {
        float: none;
        text-align: center; } }
    .pagination .paginate li {
      display: inline-block;
      font-weight: 800;
      padding: 0 5px; }
      @media (max-width: 991px) {
        .pagination .paginate li {
          padding: 0 10px; } }
      .pagination .paginate li i.fa {
        font-size: 1em;
        font-weight: 500; }
      .pagination .paginate li a {
        color: #333333;
        font-weight: 400; }

/*! end c-100-pagination.scss */
/*! begin c-18-news-blocks.scss */
.news-blocks > p.lead {
  margin-bottom: 60px; }

.news-blocks > h1,
.news-blocks > p.lead {
  text-align: center; }

.news-blocks .dynamic-tiles li > div:hover p {
  text-decoration: underline; }

.news-blocks .dynamic-tiles li > div:hover a {
  text-decoration: none; }

.news-blocks .dynamic-tiles li:nth-child(odd).has-bg-image > div {
  background-color: transparent; }

.news-blocks .dynamic-tiles li:nth-child(odd).has-bg-image .media {
  background-color: #8c6d20; }

.news-blocks .dynamic-tiles li:nth-child(odd) > div {
  background-color: #8c6d20; }

.news-blocks .dynamic-tiles li:nth-child(odd) a,
.news-blocks .dynamic-tiles li:nth-child(odd) span {
  color: #ffffff; }

.news-blocks .dynamic-tiles li:nth-child(odd) .media {
  background-color: #ffffff; }

.news-blocks .dynamic-tiles li:first-child:nth-last-child(1) {
  width: 100%; }

.news-blocks .dynamic-tiles li:first-child:nth-last-child(2),
.news-blocks .dynamic-tiles li:first-child:nth-last-child(2) ~ li {
  width: 50%; }
  @media (max-width: 767px) {
    .news-blocks .dynamic-tiles li:first-child:nth-last-child(2),
    .news-blocks .dynamic-tiles li:first-child:nth-last-child(2) ~ li {
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }

.news-blocks .dynamic-tiles li:first-child:nth-last-child(3),
.news-blocks .dynamic-tiles li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%; }
  @media (max-width: 991px) {
    .news-blocks .dynamic-tiles li:first-child:nth-last-child(3),
    .news-blocks .dynamic-tiles li:first-child:nth-last-child(3) ~ li {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%; } }

@media (min-width: 992px) {
  .news-blocks .static-tiles li:nth-child(1) {
    width: 33.3333%; } }

@media (min-width: 992px) {
  .news-blocks .static-tiles li:nth-child(2) {
    width: 66.6666%; } }

.news-blocks .static-tiles li:nth-child(2) > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-color: #8c6d20; }
  .news-blocks .static-tiles li:nth-child(2) > div a, .news-blocks .static-tiles li:nth-child(2) > div span {
    color: #ffffff; }
  @media (min-width: 992px) {
    .news-blocks .static-tiles li:nth-child(2) > div p {
      font-size: x-large; } }
  .news-blocks .static-tiles li:nth-child(2) > div .media {
    background-color: #ffffff; }

.news-blocks .static-tiles li:nth-child(2).has-bg-image > div {
  background-color: transparent; }
  .news-blocks .static-tiles li:nth-child(2).has-bg-image > div a {
    z-index: 0; }
    @media (min-width: 992px) {
      .news-blocks .static-tiles li:nth-child(2).has-bg-image > div a {
        padding: 280px 50px 60px; } }

.news-blocks .static-tiles li:nth-child(2).has-bg-image .media {
  background-color: #8c6d20; }

.news-blocks .static-tiles li:first-child {
  padding-right: 10px; }
  @media (max-width: 991px) {
    .news-blocks .static-tiles li:first-child p {
      font-size: 1.1em; } }

.news-blocks .static-tiles li > div:hover p {
  text-decoration: underline; }

.news-blocks .static-tiles li > div:hover a {
  text-decoration: none; }

.news-blocks .static-tiles li > div a:hover {
  text-decoration: none; }
  .news-blocks .static-tiles li > div a:hover p {
    text-decoration: underline; }

.news-blocks .static-tiles li.has-half-image img {
  width: 100%; }

.news-blocks .static-tiles li.has-half-image div:hover p {
  text-decoration: underline; }

.news-blocks .static-tiles li.has-half-image div:hover a, .news-blocks .static-tiles li.has-half-image div:hover a:hover {
  text-decoration: none; }

.news-blocks .static-tiles li:only-child {
  width: 100%; }
  .news-blocks .static-tiles li:only-child > figure {
    display: none; }

@media (min-width: 768px) {
  .news-blocks .static-tiles li {
    padding-right: 0px;
    width: 50%; } }

@media (max-width: 767px) {
  .news-blocks .static-tiles li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%; }
    .news-blocks .static-tiles li > div p {
      font-size: inherit; } }

.news-blocks ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0; }
  .news-blocks ul li {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    position: relative; }
    .news-blocks ul li:first-child {
      padding-left: 0px; }
    .news-blocks ul li:last-child {
      padding-right: 0px; }
    .news-blocks ul li > div {
      background-color: #ffffff;
      border: 2px solid #f5f5f5;
      position: relative;
      width: 100%; }
      .news-blocks ul li > div a {
        padding: 40px 50px 115px;
        display: block; }
    .news-blocks ul li span:not(.media) {
      display: block; }
    .news-blocks ul li .category,
    .news-blocks ul li .media {
      color: #8c6d20; }
    .news-blocks ul li .category,
    .news-blocks ul li .date {
      text-transform: uppercase; }
    .news-blocks ul li .category {
      font-size: .8em;
      font-weight: 600;
      margin-bottom: 10px; }
    .news-blocks ul li .date {
      font-size: .7em; }
    .news-blocks ul li a,
    .news-blocks ul li .date {
      color: #555555; }
    .news-blocks ul li .media {
      background-color: #8c6d20;
      bottom: 40px;
      display: inline-block;
      height: 8px;
      position: absolute;
      width: 57px; }
    .news-blocks ul li a {
      font-weight: 600; }
      .news-blocks ul li a p {
        line-height: 1.3; }
    .news-blocks ul li.has-half-image {
      -ms-flex-direction: column;
          flex-direction: column; }
      .news-blocks ul li.has-half-image > figure {
        margin-bottom: -6px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .news-blocks ul li.has-half-image > figure {
            display: none; } }
      .news-blocks ul li.has-half-image > div {
        border: none; }
    .news-blocks ul li.has-bg-image > div {
      background-color: transparent;
      overflow: hidden; }
    .news-blocks ul li.has-bg-image figure {
      background-size: cover !important;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: transform 0.5s ease-out;
      width: 100%;
      z-index: -1; }
    .news-blocks ul li.has-bg-image a,
    .news-blocks ul li.has-bg-image span:not(.media) {
      color: #ffffff; }
    .news-blocks ul li.gold-bg > div {
      background-color: #8c6d20; }
    .news-blocks ul li.gold-bg p,
    .news-blocks ul li.gold-bg span, .news-blocks ul li.gray-dark-bg p,
    .news-blocks ul li.gray-dark-bg span {
      color: #ffffff; }

.news-blocks .reverse-row ul, .news-blocks .dynamic-tiles.reverse ul, .news-blocks .static-tiles.reverse ul {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .news-blocks .reverse-row ul li:first-child, .news-blocks .dynamic-tiles.reverse ul li:first-child, .news-blocks .static-tiles.reverse ul li:first-child {
    padding-left: 10px;
    padding-right: 0px; }
  .news-blocks .reverse-row ul li:last-child, .news-blocks .dynamic-tiles.reverse ul li:last-child, .news-blocks .static-tiles.reverse ul li:last-child {
    padding-right: 10px;
    padding-left: 0px; }

.news-blocks .text-center {
  margin-top: 30px; }

.news-blocks.blocks-joined li > div {
  border: 0; }

.news-blocks.blocks-joined .dynamic-tiles ul li {
  padding: 0; }

.news-blocks.blocks-joined .static-tiles ul li,
.news-blocks.blocks-joined .static-tiles.reverse ul li {
  padding: 0; }

.news-blocks .owl-carousel {
  margin-bottom: -1px;
  background-color: #ffffff; }
  .news-blocks .owl-carousel.reverse li {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .news-blocks .owl-carousel.reverse li > div > figure {
      left: 0; }
  .news-blocks .owl-carousel.reverse .owl-dots {
    right: 0; }
  .news-blocks .owl-carousel .owl-dots {
    width: 50%;
    margin: 0;
    bottom: 10px; }
    @media (max-width: 767px) {
      .news-blocks .owl-carousel .owl-dots {
        width: 100%; } }
  .news-blocks .owl-carousel li {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news-blocks .owl-carousel li > div {
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .news-blocks .owl-carousel li > div {
          min-height: 607px; } }
      @media (max-width: 767px) {
        .news-blocks .owl-carousel li > div {
          text-align: center; } }
    .news-blocks .owl-carousel li > div:first-child {
      -ms-flex-align: center;
          align-items: center; }
      .news-blocks .owl-carousel li > div:first-child a {
        padding: 20px 50px 40px; }
      .news-blocks .owl-carousel li > div:first-child p {
        font-weight: 400;
        line-height: 1.6;
        font-size: 1.5em; }
        @media (min-width: 992px) {
          .news-blocks .owl-carousel li > div:first-child p {
            font-size: 1.75em; } }
        @media (min-width: 1200px) {
          .news-blocks .owl-carousel li > div:first-child p {
            font-size: 2em; } }
        .news-blocks .owl-carousel li > div:first-child p:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f10d';
          font-size: 1em;
          color: #8c6d20;
          text-decoration: none;
          display: inline-block;
          width: 100%;
          height: 0;
          text-align: center; }
    .news-blocks .owl-carousel li > div:last-child {
      background-color: transparent;
      padding: 70px 50px 70px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media (max-width: 767px) {
        .news-blocks .owl-carousel li > div:last-child {
          display: none; } }
      .news-blocks .owl-carousel li > div:last-child > p,
      .news-blocks .owl-carousel li > div:last-child > a {
        color: #ffffff; }
      .news-blocks .owl-carousel li > div:last-child > p {
        font-size: x-large;
        margin-bottom: 5px; }
      .news-blocks .owl-carousel li > div:last-child > a {
        font-size: .6em;
        cursor: pointer;
        padding: 0; }
    .news-blocks .owl-carousel li > div > figure {
      background-size: cover !important;
      height: 100%;
      right: 0;
      position: absolute;
      top: 0;
      transition: transform 0.5s ease-out;
      width: 100%;
      z-index: -1; }
    .news-blocks .owl-carousel li div:first-child:nth-last-child(2),
    .news-blocks .owl-carousel li div:first-child:nth-last-child(2) ~ div {
      width: 50%; }
      @media (max-width: 767px) {
        .news-blocks .owl-carousel li div:first-child:nth-last-child(2),
        .news-blocks .owl-carousel li div:first-child:nth-last-child(2) ~ div {
          width: 100%; } }

/*! end c-18-news-blocks.scss */
/*! begin c-21-social-share.css */
.social-share {
  text-align: center;
  height: 0;
  transition: height .25s linear; }
  .social-share.in {
    height: auto; }
  .social-share .at-share-btn-elements {
    border: 2px solid #ebebeb;
    padding: 5px 0; }
  .social-share .at-icon-wrapper {
    margin: 0; }
    @media (max-width: 991px) {
      .social-share .at-icon-wrapper {
        line-height: 40px !important;
        width: 40px !important;
        height: 40px !important; } }
  @media (max-width: 991px) {
    .social-share .at-resp-share-element .at-icon {
      width: 40px !important;
      height: 40px !important; } }
  .social-share .at-share-btn {
    width: 18%; }
  .social-share .at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 10%; }

/*! end c-21-social-share.css */
/*! begin c-26-credentials.scss */
.credentials h1 {
  text-align: center; }

.credentials h2 {
  margin-bottom: 0;
  font-weight: 400; }

.credentials ul {
  margin-bottom: 1em; }
  .credentials ul li {
    line-height: 1.4; }

.credentials dl dt + dd {
  margin-top: 15px; }

/*! end c-26-credentials.scss */
/*! begin c-30-classes-news.scss */
.classes-news {
  padding: 50px 0 60px; }
  .classes-news > .row, .drawer .classes-news > .panel-body.three-cols, .banner-full-width .hero-header.no-image .page-header .classes-news > .overlay, .classes-news > .location-result, .classes-news > .section-title, .classes-news > .people-result, .classes-news > .profile-detail, .classes-news > .location-detail, .classes-news > .search-result, .rte .classes-news > div.half, main article .classes-news > div.half {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .classes-news > .row, .drawer .classes-news > .panel-body.three-cols, .banner-full-width .hero-header.no-image .page-header .classes-news > .overlay, .classes-news > .location-result, .classes-news > .section-title, .classes-news > .people-result, .classes-news > .profile-detail, .classes-news > .location-detail, .classes-news > .search-result, .rte .classes-news > div.half, main article .classes-news > div.half {
        display: block; } }
  .classes-news .cn-panel {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .classes-news .cn-panel {
        display: block; } }
  .classes-news .listing {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 767px) {
      .classes-news .listing {
        display: block; } }
    .classes-news .listing ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .classes-news .listing ul {
          display: block; } }
    .classes-news .listing li {
      border-top: 2px solid #f5f5f5;
      padding: 20px 30% 20px 0;
      width: 100%; }
      @media (max-width: 991px) {
        .classes-news .listing li {
          padding-right: 15%; } }
      .classes-news .listing li:last-child {
        border-bottom: 2px solid #f5f5f5; }
      .classes-news .listing li .date-classes,
      .classes-news .listing li .date-news {
        color: #8c6d20;
        font-weight: 500;
        text-transform: uppercase; }
      .classes-news .listing li .date-classes {
        display: table-cell;
        line-height: 1.1;
        text-align: left;
        vertical-align: top;
        width: 50px; }
        .classes-news .listing li .date-classes::first-line {
          font-size: 1.6em; }
      .classes-news .listing li .date-news {
        display: block;
        line-height: 1.4; }
      .classes-news .listing li a {
        color: #333333;
        cursor: pointer;
        display: table-cell;
        line-height: 1.3; }

/*! end c-30-classes-news.scss */
/*! begin c-29-professional-promo.scss */
.listing-tab ul {
  padding-top: 5px; }
  .listing-tab ul li {
    border-bottom: 1px solid #ebebeb;
    line-height: 1.3;
    padding: 20px 0; }

section.professional-promo h1 {
  text-align: left;
  margin: 0;
  padding: 0; }

section.professional-promo .two-thirds, section.professional-promo .one-third {
  padding-top: 0; }
  section.professional-promo .two-thirds h1, section.professional-promo .one-third h1 {
    padding-bottom: 15px; }

section.professional-promo .material-tabs-container {
  padding: 0;
  margin: 0; }
  section.professional-promo .material-tabs-container .material-panels {
    min-height: 100px; }
    section.professional-promo .material-tabs-container .material-panels h2 {
      font-weight: 500; }
    section.professional-promo .material-tabs-container .material-panels h3 {
      font-size: 1.1em;
      font-weight: 400; }
    section.professional-promo .material-tabs-container .material-panels .rte {
      padding: 15px 0 0; }
    section.professional-promo .material-tabs-container .material-panels a.btn {
      margin-top: 15px; }

section.professional-promo .one-third aside {
  padding: 20px; }
  section.professional-promo .one-third aside h3 {
    font-size: .8em;
    font-weight: 600;
    margin-top: 0; }

/*! end c-29-professional-promo.scss */
.ratings table {
  border-bottom: 2px solid #e4e3e1;
  margin: 10px 0 0; }
  .ratings table th {
    background-color: #f5f5f5;
    color: #8c6d20; }
    .ratings table th h2 {
      font-size: 5em;
      font-weight: 200;
      line-height: 1;
      margin-top: 5%;
      margin-bottom: 0; }
    .ratings table th p {
      font-weight: 200; }
      .ratings table th p span:before {
        background-color: #8c6d20;
        content: '';
        display: inline-block;
        height: 1em;
        width: 2px;
        margin: 0 10px;
        position: relative;
        top: 3px; }
    .ratings table th .stars {
      margin-bottom: 50px; }
    .ratings table th .fa-star {
      margin-right: 5px; }

.ratings .comments {
  overflow-y: scroll;
  overflow-x: initial;
  word-wrap: normal;
  white-space: normal;
  padding-right: 10px;
  height: 371px; }
  @media (min-width: 992px) {
    .ratings .comments {
      height: 325px; } }
  @media (min-width: 1200px) {
    .ratings .comments {
      height: 385px; } }
  .ratings .comments li {
    line-height: 1.4;
    margin-bottom: 20px; }
    .ratings .comments li span {
      color: #8c6d20;
      display: block;
      font-size: .9em;
      font-weight: 600;
      text-transform: uppercase; }

/*! begin c-42-generic-rich-text.scss */
.bordered, .one-third aside.rte, .one-third aside.block-list, .callout, section.professional-promo .one-third aside, .ratings table th, .video-container + .caption, .caption, .form-wrapper input.btn.bordered, .form.facets, .navbar.main-nav .primary-nav > li .secondary-nav .text-block div, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li, .wait-time p, .resultsmeta.header, .results-listing.generic .search-result.recommended, section.text-block aside {
  border: 2px solid #ebebeb; }
  .bordered.rte, .one-third aside.rte, .rte.callout, section.professional-promo .one-third aside.rte, .ratings table th.rte, .rte.caption, .form-wrapper input.rte.btn.bordered, .rte.form.facets, .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.rte, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.rte, .wait-time p.rte, .rte.resultsmeta.header, .results-listing.generic .rte.search-result.recommended, section.text-block aside.rte {
    padding: 20px 60px 20px 20px; }

.btn.stretched {
  width: 100%;
  white-space: normal; }

.wbr {
  display: inline-block;
  word-wrap: break-word; }

/*! end c-42-generic-rich-text.scss */
/*! begin c-51-byline.scss */
.byline ul, .rte .byline ul, main article .byline ul {
  float: left;
  margin: 0 0 20px;
  width: 100%; }
  .byline ul li, .rte .byline ul li {
    color: #8c6d20;
    float: left;
    font-size: .9em;
    font-weight: 600;
    list-style-type: none;
    text-transform: uppercase; }
    .byline ul li + li:before, .rte .byline ul li + li:before {
      content: "|";
      padding: 0 10px 0 6px; }
    .byline ul li a, .rte .byline ul li a {
      color: #8c6d20; }
      .byline ul li a:hover, .byline ul li a:focus, .byline ul li a:active {
        color: #624d17;
        cursor: pointer; }
  .byline ul ul, .rte .byline ul ul {
    float: left !important;
    width: auto !important;
    margin: 0 0 0 20px !important;
    position: relative; }
    .byline ul ul:before, .rte .byline ul ul:before {
      content: "|";
      color: #8c6d20;
      font-size: .9em;
      font-weight: 600;
      position: absolute;
      left: -12px;
      top: -2px; }
    .byline ul ul li + li:after, .rte .byline ul ul li + li:after {
      display: none; }
    .byline ul ul li + li:before, .rte .byline ul ul li + li:before {
      content: ",";
      padding: 0 10px 0 0; }

/*! end c-51-byline.scss */
/*! begin c-52-news-topics-panel.scss */
.topics-list h1 {
  text-align: center; }

.topics-list .listtrigger h3 {
  margin: 0;
  float: right; }

.topics-list .listtrigger a {
  color: #666666;
  display: block;
  font-size: .6em;
  padding: 10px 20px 10px 0;
  position: relative; }
  .topics-list .listtrigger a:after, .topics-list .listtrigger a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    transform-origin: 50% 50%;
    background: #666666;
    backface-visibility: hidden;
    transition: width 0.3s, transform 0.3s;
    backface-visibility: hidden; }
  .topics-list .listtrigger a:before {
    transform: translateX(5px) rotate(-45deg);
    right: 7px; }
  .topics-list .listtrigger a:after {
    transform: rotate(45deg);
    right: 2px; }
  .topics-list .listtrigger a span:after {
    content: 'Less'; }
  .topics-list .listtrigger a.collapsed:after, .topics-list .listtrigger a.collapsed:before {
    width: 9px; }
  .topics-list .listtrigger a.collapsed:before {
    transform: rotate(45deg);
    right: 6px; }
  .topics-list .listtrigger a.collapsed:after {
    transform: rotate(-45deg);
    right: 0px; }
  .topics-list .listtrigger a.collapsed span:after {
    content: 'More'; }

.topics-list .drawer .panel-body {
  padding: 0; }
  .topics-list .drawer .panel-body ul li:first-child {
    border-top: none; }
  .topics-list .drawer .panel-body.three-cols ul li {
    margin-bottom: 0; }

.full-width section.topics-list {
  padding-top: 40px;
  padding-bottom: 60px; }
  .full-width section.topics-list ul li {
    border-top: none; }
    @media (min-width: 768px) {
      .full-width section.topics-list ul li:first-child {
        border-top: 1px solid #ebebeb; } }

.one-third .topics-list {
  border: 2px solid #ebebeb;
  padding: 20px; }
  .one-third .topics-list ul {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0; }
  .one-third .topics-list li {
    border: none !important; }

/*! end c-52-news-topics-panel.scss */
/*! begin c-54-case-study-bio.scss */
.c-54-bio, .rte .c-54-bio, main article .c-54-bio {
  background-color: #f5f5f5;
  margin: 20px 0;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (min-width: 768px) {
    .c-54-bio, .rte .c-54-bio, main article .c-54-bio {
      margin: 30px 0; } }
  @media (min-width: 992px) {
    .c-54-bio, .rte .c-54-bio, main article .c-54-bio {
      margin: 40px 0 !important; } }
  .c-54-bio img, .rte .c-54-bio img, main article .c-54-bio img {
    -ms-flex-order: 0;
        order: 0;
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    -ms-flex-item-align: auto;
        align-self: auto;
    padding-right: 20px;
    margin: 0; }
    @media (max-width: 767px) {
      .c-54-bio img, .rte .c-54-bio img, main article .c-54-bio img {
        max-width: 38vw;
        padding-right: 15px; } }
  .c-54-bio .text-block {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    -ms-flex-item-align: auto;
        align-self: auto; }
    .c-54-bio .text-block dt {
      margin-top: 5px; }
    @media (max-width: 767px) {
      .c-54-bio .text-block {
        font-size: 16px; }
        .c-54-bio .text-block h1 {
          font-size: 20px; } }
  .c-54-bio blockquote, .rte .c-54-bio blockquote, main article .c-54-bio blockquote {
    padding: 20px;
    margin: 40px 0 0;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -ms-flex-item-align: auto;
        align-self: auto; }
    @media (max-width: 767px) {
      .c-54-bio blockquote, .rte .c-54-bio blockquote, main article .c-54-bio blockquote {
        margin: 20px 0 0; } }
  .c-54-bio h1, .rte .c-54-bio h1, main article .c-54-bio h1 {
    color: #8c6d20;
    font-size: 1.8em;
    margin-top: 0; }
  @media (min-width: 768px) {
    .c-54-bio, .rte .c-54-bio, main article .c-54-bio {
      padding: 30px; } }
  @media (min-width: 992px) {
    .c-54-bio, .rte .c-54-bio, main article .c-54-bio {
      padding: 40px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .c-54-bio img, .rte .c-54-bio img, main article .c-54-bio img {
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
        -ms-flex-item-align: center;
            align-self: center; }
      .c-54-bio .text-block {
        -ms-flex: 0 1 40%;
            flex: 0 1 40%; }
        .c-54-bio .text-block dt, .c-54-bio .text-block dd {
          display: block;
          float: left;
          font-size: .9em; }
        .c-54-bio .text-block dt {
          clear: left;
          margin-right: 10px;
          margin-top: 0; }
      .c-54-bio blockquote, .rte .c-54-bio blockquote, main article .c-54-bio blockquote {
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
        margin: 0; }
        .c-54-bio blockquote p, .rte .c-54-bio blockquote p {
          font-size: .9em;
          margin-left: 10px; } }

/*! end c-54-case-study-bio.scss */
/*! begin c-58-resources.scss */
.resources {
  padding-top: 40px;
  padding-bottom: 60px; }
  .resources h1 {
    text-align: center; }
  .resources h2 {
    font-weight: 500;
    margin-bottom: 5px; }
  .resources h3 {
    font-size: 1.3em; }
  .resources h4 {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .resources.research .col-md-8 {
      margin-bottom: 15px; } }
  .resources.research h3 {
    font-weight: 700;
    font-size: .8em; }
  .resources.research .link-section, .resources.research .topics-list {
    margin-bottom: 30px; }
  .resources.research .support {
    margin-top: 15px; }
    @media (max-width: 991px) {
      .resources.research .support {
        margin-top: 30px;
        padding-top: 40px;
        border-top: 2px solid #f5f5f5; } }
    .resources.research .support > div {
      margin: 0 0 30px; }
      .resources.research .support > div .btn {
        margin: auto; }
  .resources.referrals .col-md-8 {
    margin-bottom: 20px; }
    .resources.referrals .col-md-8 a.btn {
      margin: 18px 0; }
      .resources.referrals .col-md-8 a.btn + span {
        margin-left: 18px; }
    .resources.referrals .col-md-8 span a {
      margin-left: 5px; }
      .resources.referrals .col-md-8 span a:before {
        margin-left: .25em;
        margin-right: .5em; }
  .resources.dark {
    color: #ffffff; }
    .resources.dark .link-section li, .resources.dark .topics-list li {
      border-bottom: 2px solid #999999; }
    .resources.dark .link-section li:first-of-type, .resources.dark .topics-list li:first-of-type {
      border-top: 2px solid #999999; }
    .resources.dark a {
      color: #8c6d20;
      transition: background-color 0.25s ease-in, color 0.25s ease-in; }
      .resources.dark a:hover, .resources.dark a:focus, .resources.dark a:active {
        color: #392c0d; }
      .resources.dark a.btn {
        background-color: #8c6d20;
        color: #ffffff;
        margin-top: 30px; }
        .resources.dark a.btn.bordered, .resources.dark a.btn.callout, .resources.dark a.btn.caption, .resources.dark a.btn.form.facets, .resources.dark a.btn.resultsmeta.header, .resources.dark .results-listing.generic a.btn.search-result.recommended, .results-listing.generic .resources.dark a.btn.search-result.recommended {
          background-color: transparent;
          border-color: #8c6d20;
          color: #8c6d20; }
          .resources.dark a.btn.bordered:hover, .resources.dark a.btn.callout:hover, .resources.dark a.btn.caption:hover, .resources.dark a.btn.form.facets:hover, .resources.dark a.btn.resultsmeta.header:hover, .resources.dark .results-listing.generic a.btn.search-result.recommended:hover, .results-listing.generic .resources.dark a.btn.search-result.recommended:hover, .resources.dark a.btn.bordered:focus, .resources.dark a.btn.callout:focus, .resources.dark a.btn.caption:focus, .resources.dark a.btn.form.facets:focus, .resources.dark a.btn.resultsmeta.header:focus, .resources.dark .results-listing.generic a.btn.search-result.recommended:focus, .results-listing.generic .resources.dark a.btn.search-result.recommended:focus, .resources.dark a.btn.bordered:active, .resources.dark a.btn.callout:active, .resources.dark a.btn.caption:active, .resources.dark a.btn.form.facets:active, .resources.dark a.btn.resultsmeta.header:active, .resources.dark .results-listing.generic a.btn.search-result.recommended:active, .results-listing.generic .resources.dark a.btn.search-result.recommended:active {
            background-color: #392c0d;
            border-color: #392c0d;
            color: #ffffff; }
  @media (min-width: 768px) {
    .resources .col-md-8 a.btn {
      width: auto; }
    .resources .col-md-8 a.btn + a.btn {
      margin-left: 20px;
      margin-top: 0; } }
  @media (max-width: 767px), (min-width: 992px) {
    .resources a.btn {
      width: 100%; }
    .resources a.btn + a.btn {
      margin-top: 20px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .resources a.btn + a.btn {
      margin-left: 20px; }
    .resources a.btn {
      width: auto; } }
  .resources aside.support, .resources aside.donate {
    text-align: center; }
  .resources aside.bordered, .resources .one-third aside.rte, .one-third .resources aside.rte, .resources .one-third aside.block-list, .one-third .resources aside.block-list, .resources aside.callout, .resources section.professional-promo .one-third aside, section.professional-promo .one-third .resources aside, .resources aside.caption, .resources aside.form.facets, .resources aside.resultsmeta.header, .resources .results-listing.generic aside.search-result.recommended, .results-listing.generic .resources aside.search-result.recommended, .resources section.text-block aside, section.text-block .resources aside {
    padding: 20px; }
    .resources aside.bordered h3, .resources .one-third aside.rte h3, .one-third .resources aside.rte h3, .resources .one-third aside.block-list h3, .one-third .resources aside.block-list h3, .resources aside.callout h3, .resources section.professional-promo .one-third aside h3, section.professional-promo .one-third .resources aside h3, .resources aside.caption h3, .resources aside.form.facets h3, .resources aside.resultsmeta.header h3, .resources .results-listing.generic aside.search-result.recommended h3, .results-listing.generic .resources aside.search-result.recommended h3, .resources section.text-block aside h3, section.text-block .resources aside h3 {
      font-size: .9em;
      font-weight: 600; }
    .resources aside.bordered p, .resources .one-third aside.rte p, .one-third .resources aside.rte p, .resources .one-third aside.block-list p, .one-third .resources aside.block-list p, .resources aside.callout p, .resources section.professional-promo .one-third aside p, section.professional-promo .one-third .resources aside p, .resources aside.caption p, .resources aside.form.facets p, .resources aside.resultsmeta.header p, .resources .results-listing.generic aside.search-result.recommended p, .results-listing.generic .resources aside.search-result.recommended p, .resources section.text-block aside p, section.text-block .resources aside p, .resources aside.bordered ul li, .resources .one-third aside.rte ul li, .one-third .resources aside.rte ul li, .resources .one-third aside.block-list ul li, .one-third .resources aside.block-list ul li, .resources aside.callout ul li, .resources section.professional-promo .one-third aside ul li, section.professional-promo .one-third .resources aside ul li, .resources aside.caption ul li, .resources aside.form.facets ul li, .resources aside.resultsmeta.header ul li, .resources .results-listing.generic aside.search-result.recommended ul li, .results-listing.generic .resources aside.search-result.recommended ul li, .resources section.text-block aside ul li, section.text-block .resources aside ul li {
      font-size: .9em; }
    .resources aside.bordered .btn, .resources .one-third aside.rte .btn, .one-third .resources aside.rte .btn, .resources .one-third aside.block-list .btn, .one-third .resources aside.block-list .btn, .resources aside.callout .btn, .resources section.professional-promo .one-third aside .btn, section.professional-promo .one-third .resources aside .btn, .resources aside.caption .btn, .resources aside.form.facets .btn, .resources aside.resultsmeta.header .btn, .resources .results-listing.generic aside.search-result.recommended .btn, .results-listing.generic .resources aside.search-result.recommended .btn, .resources section.text-block aside .btn, section.text-block .resources aside .btn {
      margin-bottom: 0; }
  .resources aside h3 {
    margin-top: 0; }
  .resources aside a.btn {
    margin-bottom: 40px;
    padding: 18px 0;
    white-space: normal;
    width: 100%; }
    .resources aside a.btn:hover, .resources aside a.btn:focus, .resources aside a.btn:active {
      padding: 18px 0;
      width: 100%; }
    .resources aside a.btn span {
      display: block;
      font-size: .8em;
      margin-bottom: 3px; }
  .resources aside + aside {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .resources aside + aside {
        margin-top: 40px; } }

/*! end c-58-resources.scss */
.link-section ul, .topics-list ul {
  margin: 0; }

.link-section li, .topics-list li {
  border-bottom: 2px solid #f5f5f5;
  padding: 10px 0; }
  .link-section li:first-of-type, .topics-list li:first-of-type {
    border-top: 2px solid #f5f5f5; }
  .link-section li a, .topics-list li a {
    color: #00594f;
    display: block;
    padding: 0; }

.link-section.forms li a:before, .forms.topics-list li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f016';
  padding-right: 10px; }

.link-section.forms.referral-forms li a:not(.pdf-icon):before, .forms.referral-forms.topics-list li a:not(.pdf-icon):before {
  content: none;
  padding-right: 0; }

.link-bordered-list {
  border: 2px solid #f5f5f5;
  padding: 10px 20px 20px; }
  .link-bordered-list a {
    font-size: .875em; }

/*! begin c-48-breadcrumbs.scss */
.breadcrumbs {
  border-bottom: 2px solid #ebebeb; }
  .breadcrumbs .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 10px 10px 12px; }
    .breadcrumbs .breadcrumb li {
      font-size: .7em;
      font-weight: 400; }
      .breadcrumbs .breadcrumb li + li:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #333333;
        content: "\f105";
        padding: 0 10px 0 9px;
        position: relative; }
      .breadcrumbs .breadcrumb li.back {
        float: right;
        margin-top: 4px; }
        .breadcrumbs .breadcrumb li.back:before {
          content: "\f104";
          top: 0; }
      .breadcrumbs .breadcrumb li a {
        color: #333333; }
      @media (max-width: 767px) {
        .breadcrumbs .breadcrumb li {
          display: none; }
          .breadcrumbs .breadcrumb li.back {
            display: block;
            font-size: 1em;
            float: none; }
            .breadcrumbs .breadcrumb li.back:before {
              font-weight: 800;
              padding-left: 0; }
            .breadcrumbs .breadcrumb li.back a {
              font-weight: 500; } }

/*! end c-48-breadcrumbs.scss */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%; }

.video-container {
  clear: left; }
  .video-container + .caption {
    border-color: #8c6d20 !important;
    border-width: 2px 0 !important;
    margin: 20px 0 40px;
    padding: 20px 0; }
    .video-container + .caption h2 {
      color: inherit !important;
      font-weight: 500;
      margin-top: 20px; }
      .video-container + .caption h2:first-child {
        margin-top: 0; }
      .video-container + .caption h2:last-child {
        margin-bottom: 0; }
    .video-container + .caption p:last-child, .video-container + .caption ul:last-child {
      margin-bottom: 0; }

.caption {
  border-color: #8c6d20;
  border-width: 2px 0 !important;
  margin: 20px 0 40px;
  padding: 20px 0; }
  .caption h2 {
    color: inherit !important;
    font-weight: 500;
    margin-top: 20px; }
    .caption h2:first-child {
      margin-top: 0; }
    .caption h2:last-child {
      margin-bottom: 0; }
  .caption p:last-child, .caption ul:last-child {
    margin-bottom: 0; }

.limelight-player-footprint {
  width: 100% !important;
  max-width: 100% !important;
  float: left;
  height: 157.7px !important;
  overflow: hidden; }
  @media (min-width: 320px) {
    .limelight-player-footprint {
      height: 163.3px !important; } }
  @media (min-width: 360px) {
    .limelight-player-footprint {
      height: 185.3px !important; } }
  @media (min-width: 375px) {
    .limelight-player-footprint {
      height: 194.3px !important; } }
  @media (min-width: 412px) {
    .limelight-player-footprint {
      height: 215.3px !important; } }
  @media (min-width: 414px) {
    .limelight-player-footprint {
      height: 216px !important; } }
  @media (min-width: 568px) {
    .limelight-player-footprint {
      height: 302px !important; } }
  @media (min-width: 640px) {
    .limelight-player-footprint {
      height: 344px !important; } }
  @media (min-width: 667px) {
    .limelight-player-footprint {
      height: 359px !important; } }
  @media (min-width: 732px) {
    .limelight-player-footprint {
      height: 397.5px !important; } }
  @media (min-width: 768px) {
    .limelight-player-footprint {
      height: 405px !important; } }
  @media (min-width: 992px) {
    .limelight-player-footprint {
      height: 530px !important; } }
  @media (min-width: 1200px) {
    .limelight-player-footprint {
      height: 642px !important; } }
  .limelight-player-footprint [id*="viewport"], .limelight-player-footprint [class*="dimensions"] {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important; }
  @media (max-width: 991px) {
    .limelight-player-footprint .video-js.vjs-limelight-skin.vjs-big-play-centered .vjs-big-play-button {
      font-size: 12em; } }

.two-thirds .limelight-player-footprint {
  height: 157.7px !important; }
  @media (min-width: 320px) {
    .two-thirds .limelight-player-footprint {
      height: 163.3px !important; } }
  @media (min-width: 360px) {
    .two-thirds .limelight-player-footprint {
      height: 185.3px !important; } }
  @media (min-width: 375px) {
    .two-thirds .limelight-player-footprint {
      height: 194.3px !important; } }
  @media (min-width: 412px) {
    .two-thirds .limelight-player-footprint {
      height: 215.3px !important; } }
  @media (min-width: 414px) {
    .two-thirds .limelight-player-footprint {
      height: 216.3px !important; } }
  @media (min-width: 568px) {
    .two-thirds .limelight-player-footprint {
      height: 302px !important; } }
  @media (min-width: 640px) {
    .two-thirds .limelight-player-footprint {
      height: 344px !important; } }
  @media (min-width: 667px) {
    .two-thirds .limelight-player-footprint {
      height: 359px !important; } }
  @media (min-width: 732px) {
    .two-thirds .limelight-player-footprint {
      height: 397.5px !important; } }
  @media (min-width: 768px) {
    .two-thirds .limelight-player-footprint {
      height: 275px !important; } }
  @media (min-width: 992px) {
    .two-thirds .limelight-player-footprint {
      height: 367.4px !important; } }
  @media (min-width: 1200px) {
    .two-thirds .limelight-player-footprint {
      height: 451.8px !important; } }

.two-thirds i.vt {
  top: 0; }

.video-container .limelight-player {
  position: absolute !important; }

.video-container.limelight.playlist {
  overflow: hidden; }
  .video-container.limelight.playlist.open .vjs-limelight-picker {
    right: 0 !important;
    z-index: 2; }
  .video-container.limelight.playlist .vjs-limelight-viewport {
    transition: width 0.75s; }
    @media (max-width: 991px) {
      .video-container.limelight.playlist .vjs-limelight-viewport {
        width: 100% !important; } }
  .video-container.limelight.playlist:not(.open) .vjs-limelight-viewport {
    width: 100% !important; }
  .video-container.limelight.playlist .vjs-limelight-picker {
    transition: right 0.75s;
    right: -43% !important; }
    @media (max-width: 991px) {
      .video-container.limelight.playlist .vjs-limelight-picker {
        right: -100% !important;
        width: 100% !important; } }
    .video-container.limelight.playlist .vjs-limelight-picker .vjs-playlist-thumbnail {
      overflow: hidden;
      top: 0 !important; }
      .video-container.limelight.playlist .vjs-limelight-picker .vjs-playlist-thumbnail img {
        margin: 0;
        max-width: 400px !important;
        height: 76px !important; }
    .video-container.limelight.playlist .vjs-limelight-picker .vjs-playlist-name {
      font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif !important;
      margin-top: 5px;
      display: block; }
    .video-container.limelight.playlist .vjs-limelight-picker .vjs-playlist-description {
      line-height: 1.2; }

i.vt {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  transition: background-color 0.75s, color 0.75s;
  font-size: 1.2em;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10; }
  i.vt:before {
    display: block;
    transition: transform .25s;
    transform: rotate(-180deg); }
  i.vt:hover {
    background-color: rgba(255, 255, 255, 0.75);
    color: #000000;
    cursor: pointer; }
  i.vt.open:before {
    transform: rotate(0deg); }

/*! begin c-82-accordion.scss */
.accordions {
  border-bottom: 2px solid #f5f5f5;
  margin: 20px 0; }
  @media (min-width: 768px) {
    .accordions {
      margin: 40px 0; } }
  .accordions .accordion {
    margin: 0; }
    .accordions .accordion a.open-trigger {
      padding-right: 40px; }
      .accordions .accordion a.open-trigger h3 {
        font-size: 1.3em; }
      .accordions .accordion a.open-trigger:before, .accordions .accordion a.open-trigger:after {
        background: #00594f;
        content: '';
        transition: transform .25s;
        position: absolute;
        backface-visibility: hidden; }
      .accordions .accordion a.open-trigger:before {
        height: 28px;
        width: 0;
        top: 15px;
        right: 19px; }
      .accordions .accordion a.open-trigger:after {
        height: 3px;
        width: 25px;
        top: 27px;
        right: 8px; }
      .accordions .accordion a.open-trigger.collapsed:before, .accordions .accordion a.open-trigger.collapsed:after {
        transform: rotate(180deg); }
      .accordions .accordion a.open-trigger.collapsed:before {
        width: 3px; }
  .accordions .panel-body {
    padding: 0 0 20px; }
    .accordions .panel-body h2 {
      font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
      font-size: calc(1em*4/3);
      font-weight: 500;
      margin-top: 50px; }
    .accordions .panel-body h3 {
      font-size: 1em;
      font-weight: 500;
      margin-bottom: 0;
      margin-top: 25px; }
    .accordions .panel-body p:last-child {
      margin-bottom: 0; }
    .accordions .panel-body ul {
      margin: 25px 0 40px 20px; }
      .accordions .panel-body ul:first-child {
        margin-top: 0; }
      .accordions .panel-body ul:last-child {
        margin-bottom: 0; }
      .accordions .panel-body ul li {
        list-style-type: disc;
        margin-bottom: 12px; }
        .accordions .panel-body ul li:last-child {
          margin-bottom: 0; }
      .accordions .panel-body ul ol {
        margin: 12px 0 12px 34px; }
        .accordions .panel-body ul ol li {
          list-style-type: decimal;
          margin-bottom: 5px; }
      .accordions .panel-body ul ul {
        margin: 12px 0 12px 16px; }
        .accordions .panel-body ul ul li {
          list-style-type: none;
          margin-bottom: 5px; }
          .accordions .panel-body ul ul li:before {
            content: '- ';
            margin-right: 7px; }
    .accordions .panel-body ol {
      margin: 25px 0 40px 20px; }
      .accordions .panel-body ol:first-child {
        margin-top: 0; }
      .accordions .panel-body ol:last-child {
        margin-bottom: 0; }
      .accordions .panel-body ol li {
        list-style-type: decimal;
        margin-bottom: 12px; }
        .accordions .panel-body ol li:last-child {
          margin-bottom: 0; }
      .accordions .panel-body ol ul {
        margin: 12px 0 12px 33px; }
        .accordions .panel-body ol ul li {
          list-style-type: disc;
          margin-bottom: 5px; }

.two-thirds section.accordions {
  float: left;
  margin: 20px 0;
  width: 100%; }
  @media (min-width: 768px) {
    .two-thirds section.accordions {
      margin: 40px 0; } }

.drawer {
  margin: 0 0 40px; }
  .drawer h2 {
    font-weight: 500; }
  .drawer a.open-trigger {
    font-size: 1em; }
    .drawer a.open-trigger:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f055';
      font-size: 1em;
      line-height: 1em;
      margin-right: 8px;
      transition: transform .3s ease-in-out;
      transform: rotate(-180deg); }
    .drawer a.open-trigger.collapsed:before {
      transform: rotate(0deg); }
  .drawer .panel-body {
    padding: 10px 0 20px; }
    @media (min-width: 992px) {
      .drawer .panel-body {
        padding: 10px 30px 20px; } }
    .drawer .panel-body h2 {
      font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
      font-size: calc(1em*4/3);
      font-weight: 500;
      margin-top: 50px; }
    .drawer .panel-body h3 {
      font-size: 1em;
      font-weight: 500;
      margin-bottom: 0;
      margin-top: 25px; }
    .drawer .panel-body ul {
      margin: 25px 0 40px 20px; }
      .drawer .panel-body ul li {
        list-style-type: disc;
        margin-bottom: 12px; }
      .drawer .panel-body ul ol {
        margin: 12px 0 12px 34px; }
        .drawer .panel-body ul ol li {
          list-style-type: decimal;
          margin-bottom: 5px; }
      .drawer .panel-body ul ul {
        margin: 12px 0 12px 16px; }
        .drawer .panel-body ul ul li {
          list-style-type: none;
          margin-bottom: 5px; }
          .drawer .panel-body ul ul li:before {
            content: '- ';
            margin-right: 7px; }
    .drawer .panel-body ol {
      margin: 25px 0 40px 20px; }
      .drawer .panel-body ol li {
        list-style-type: decimal;
        margin-bottom: 12px; }
      .drawer .panel-body ol ul {
        margin: 12px 0 12px 33px; }
        .drawer .panel-body ol ul li {
          list-style-type: disc;
          margin-bottom: 5px; }
    .drawer .panel-body.three-cols {
      padding-right: 0; }
      .drawer .panel-body.three-cols ul {
        margin: 0; }
        .drawer .panel-body.three-cols ul li {
          font-size: .9em;
          list-style-type: none;
          line-height: 1.4;
          margin-bottom: 7px; }

/*! end c-82-accordion.scss */
/*! begin fe-01-text-callout.scss */
.banner-full-width .banner {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .banner-full-width .banner {
      padding: 40px 0; } }

.banner-full-width h1, .banner-full-width h2, .banner-full-width h3, .banner-full-width h4, .banner-full-width h5, .banner-full-width h6 {
  margin: 0; }

.banner-full-width .btn {
  padding: 15px 60px; }
  .banner-full-width .btn:hover, .banner-full-width .btn:focus, .banner-full-width .btn:active, .banner-full-width .btn:focus:active {
    padding: 15px 60px;
    outline: none; }

.banner-full-width button.close {
  background: none;
  border: none;
  float: right;
  font-size: 1.5em;
  line-height: 1em;
  padding: 0;
  margin-left: 40px;
  margin-right: 20px;
  display: block;
  height: 30px;
  min-width: 30px;
  position: relative; }
  .banner-full-width button.close:hover, .banner-full-width button.close:focus {
    outline: none; }
  @media (min-width: 992px) {
    .banner-full-width button.close {
      margin-right: 15px; } }
  .banner-full-width button.close span {
    top: 0;
    right: 0; }

.banner-full-width.hero-image {
  position: relative;
  z-index: auto;
  float: left;
  width: 100%;
  max-width: 100%; }
  @media (max-width: 991px) {
    .banner-full-width.hero-image {
      margin-top: 0 !important; } }
  .banner-full-width.hero-image img {
    display: block;
    width: 100%; }
  .banner-full-width.hero-image .caption {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin: auto;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .banner-full-width.hero-image .caption > section {
      width: 768px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      padding: 0 15px; }
      @media (min-width: 1200px) {
        .banner-full-width.hero-image .caption > section {
          width: 1170px; } }
      @media (min-width: 992px) {
        .banner-full-width.hero-image .caption > section {
          width: 970px; } }
      @media (min-width: 768px) {
        .banner-full-width.hero-image .caption > section {
          width: 750px; } }
  .banner-full-width.hero-image section.callout {
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: transparent;
    border: none; }
    @media (min-width: 992px) {
      .banner-full-width.hero-image section.callout {
        margin-bottom: 20px;
        margin-top: 20px; } }
    @media (min-width: 1400px) {
      .banner-full-width.hero-image section.callout {
        margin-bottom: 40px;
        margin-top: 40px; } }
    .banner-full-width.hero-image section.callout .textwrap {
      float: right;
      margin-right: 20px; }
    .banner-full-width.hero-image section.callout h2 {
      color: #ffffff;
      font-size: 1.7em; }
    .banner-full-width.hero-image section.callout a {
      color: #ffffff;
      margin-left: 20px; }
      .banner-full-width.hero-image section.callout a:hover, .banner-full-width.hero-image section.callout a:focus, .banner-full-width.hero-image section.callout a:active, .banner-full-width.hero-image section.callout a:focus:active {
        text-decoration: none;
        color: #cc9f2e; }
      .banner-full-width.hero-image section.callout a.video:after {
        position: absolute;
        top: 3px;
        right: 0; }
    .banner-full-width.hero-image section.callout span {
      margin-bottom: 10px; }
      .banner-full-width.hero-image section.callout span:before {
        margin-left: 20px; }
        @media (min-width: 768px) {
          .banner-full-width.hero-image section.callout span:before {
            display: block; } }
        @media (max-width: 991px) {
          .banner-full-width.hero-image section.callout span:before {
            margin-bottom: 20px;
            margin-top: 15px; } }
    @media (min-width: 768px) {
      .banner-full-width.hero-image section.callout {
        -ms-flex-order: 1;
            order: 1;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        -ms-flex-item-align: stretch;
            align-self: stretch; } }

.banner-full-width.alert .col-xs-2.col-sm-4 {
  z-index: 10; }

.banner-full-width.alert .btn {
  padding: 15px 60px; }
  .banner-full-width.alert .btn:hover, .banner-full-width.alert .btn:focus, .banner-full-width.alert .btn:active, .banner-full-width.alert .btn:focus:active {
    background: #ffffff;
    box-shadow: none;
    color: #B1254B; }

.banner-full-width.alert a:not(.btn) {
  color: #ffffff;
  text-decoration: underline; }
  .banner-full-width.alert a:not(.btn):hover, .banner-full-width.alert a:not(.btn):focus, .banner-full-width.alert a:not(.btn):active, .banner-full-width.alert a:not(.btn):focus:active {
    text-decoration: none; }

@media (max-width: 767px) {
  .banner-full-width.alert .col-xs-10 {
    padding-right: 0; }
  .banner-full-width.alert .col-xs-2 {
    padding-left: 0; } }

.banner-full-width.alert button span {
  display: block;
  position: absolute;
  transition: transform .5s; }

.banner-full-width.alert button:hover span {
  cursor: pointer;
  transform: rotate(180deg); }

.banner-full-width.alert ul, .banner-full-width.alert ol {
  margin: 25px 0 40px 25px; }
  .banner-full-width.alert ul ul, .banner-full-width.alert ul ol, .banner-full-width.alert ol ul, .banner-full-width.alert ol ol {
    margin: 5px 0 5px 25px; }
    .banner-full-width.alert ul ul li, .banner-full-width.alert ul ol li, .banner-full-width.alert ol ul li, .banner-full-width.alert ol ol li {
      margin-bottom: .5em; }
      .banner-full-width.alert ul ul li:last-child, .banner-full-width.alert ul ol li:last-child, .banner-full-width.alert ol ul li:last-child, .banner-full-width.alert ol ol li:last-child {
        margin-bottom: .9em; }
  .banner-full-width.alert ul li, .banner-full-width.alert ol li {
    margin-bottom: .9em; }

.banner-full-width.alert ul li {
  list-style-type: disc; }

.banner-full-width.alert ul ol li {
  list-style-type: decimal; }

.banner-full-width.alert ol li {
  list-style-type: decimal; }

.banner-full-width.alert ol ul li {
  list-style-type: disc; }

.banner-full-width.connect .banner, .banner-full-width.request .banner {
  padding: 30px 0;
  text-align: center; }

.banner-full-width.connect h1 {
  font-size: 1.35em;
  position: relative; }
  @media (min-width: 768px) {
    .banner-full-width.connect h1 {
      display: inline-block;
      top: 12px; } }

.banner-full-width.connect ul {
  margin-top: 15px; }
  @media (max-width: 415px) {
    .banner-full-width.connect ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin: 15px auto 0;
      max-width: 179px; } }
  @media (min-width: 768px) {
    .banner-full-width.connect ul {
      display: inline-block;
      margin: 0 40px; }
      .banner-full-width.connect ul li {
        margin: 0 30px 0 0; } }
  .banner-full-width.connect ul li {
    display: inline-block;
    margin: 0; }
    @media (max-width: 415px) {
      .banner-full-width.connect ul li {
        margin: 0 0 10px; } }
    .banner-full-width.connect ul li + li {
      margin-left: 15px; }
      @media (max-width: 415px) {
        .banner-full-width.connect ul li + li {
          margin: 0 0 10px; } }
    .banner-full-width.connect ul li a {
      border: 3px solid #808080;
      color: #ffffff;
      display: block;
      min-width: 45px;
      min-height: 45px;
      border-radius: 50%;
      transition: background-color 0.25s ease-in, color 0.25s ease-in; }
    .banner-full-width.connect ul li i {
      position: relative;
      top: 11px; }
    .banner-full-width.connect ul li:hover a, .banner-full-width.connect ul li:focus a {
      background-color: #ffffff;
      border-color: #ffffff; }
    .banner-full-width.connect ul li:hover i, .banner-full-width.connect ul li:focus i {
      color: #4ec2cf; }

.banner-full-width.connect .addthis h1 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .banner-full-width.connect .addthis h1 {
      margin-right: 30px;
      top: 2px; } }

.banner-full-width.connect [class^='addthis_inline_follow_toolbox'] {
  display: inline-block;
  position: relative;
  top: 0; }
  .banner-full-width.connect [class^='addthis_inline_follow_toolbox'] p {
    display: none; }
  .banner-full-width.connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn {
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 20px 10px 0;
    padding: 9px 10px;
    float: none; }
    .banner-full-width.connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn:last-of-type {
      margin-right: 0; }
    .banner-full-width.connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn .at-icon-wrapper {
      background-color: transparent !important;
      margin-bottom: -4px !important; }

.banner-full-width.request {
  color: #ffffff; }
  .banner-full-width.request .banner {
    margin: auto;
    padding: 40px 15px 50px;
    position: relative; }
    @media (min-width: 768px) {
      .banner-full-width.request .banner {
        padding: 60px 5%; } }
    @media (min-width: 992px) {
      .banner-full-width.request .banner {
        padding: 60px 15%; } }
    @media (min-width: 1200px) {
      .banner-full-width.request .banner {
        padding: 60px 20%; } }
  .banner-full-width.request h1 {
    margin-bottom: 10px; }
  .banner-full-width.request a:not(.btn) {
    color: #ffffff;
    text-decoration: none; }
    .banner-full-width.request a:not(.btn):hover, .banner-full-width.request a:not(.btn):focus, .banner-full-width.request a:not(.btn):active, .banner-full-width.request a:not(.btn):focus:active {
      color: #ffffff;
      text-decoration: underline; }
      .banner-full-width.request a:not(.btn):hover:before, .banner-full-width.request a:not(.btn):focus:before, .banner-full-width.request a:not(.btn):active:before, .banner-full-width.request a:not(.btn):focus:active:before {
        text-decoration: underline; }
      .banner-full-width.request a:not(.btn):hover:before, .banner-full-width.request a:not(.btn):focus:before, .banner-full-width.request a:not(.btn):active:before, .banner-full-width.request a:not(.btn):focus:active:before {
        text-decoration: none; }
    .banner-full-width.request a:not(.btn):before {
      text-decoration: none; }
  .banner-full-width.request .btn {
    padding: 18px 40px; }
    @media (min-width: 768px) {
      .banner-full-width.request .btn {
        margin-top: 30px; } }
    .banner-full-width.request .btn:hover, .banner-full-width.request .btn:focus, .banner-full-width.request .btn:active, .banner-full-width.request .btn:focus:active {
      padding: 18px 40px; }

.banner-full-width.arrow {
  padding-top: 0;
  padding-bottom: 0; }
  .banner-full-width.arrow .banner:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.7em;
    content: '\f107';
    display: block;
    position: absolute;
    top: -40px;
    border-radius: 50% 50% 0 0;
    left: 46%;
    width: 75px;
    height: 60px;
    padding-top: 10px;
    z-index: 3; }
    @media (max-width: 767px) {
      .banner-full-width.arrow .banner:before {
        left: 42%; } }
  .banner-full-width.arrow.request .banner .btn:hover, .banner-full-width.arrow.request .banner .btn:focus, .banner-full-width.arrow.request .banner .btn:active, .banner-full-width.arrow.request .banner .btn:focus:active {
    color: #ffffff; }
  .banner-full-width.arrow.red-bg .banner, .banner-full-width.arrow.red-bg .banner-full-width.arrow.banner:before .banner {
    text-align: left; }
    .banner-full-width.arrow.red-bg .banner:before {
      text-align: center; }
  .banner-full-width.arrow.gold-bg .banner {
    text-align: left; }
    .banner-full-width.arrow.gold-bg .banner:before {
      background-color: #8c6d20;
      text-align: center; }
  .banner-full-width.arrow.blue-bg .banner, .banner-full-width.arrow.request .banner, .banner-full-width.arrow.request .banner-full-width.arrow.banner:before .banner, .banner-full-width.arrow.blue-bg .banner-full-width.arrow.banner:before .banner {
    text-align: left; }
    .banner-full-width.arrow.blue-bg .banner:before, .banner-full-width.arrow.request .banner:before {
      text-align: center; }
  .banner-full-width.arrow.green-bg .banner, .banner-full-width.arrow.green-bg .banner-full-width.arrow.banner:before .banner {
    text-align: left; }
    .banner-full-width.arrow.green-bg .banner:before {
      text-align: center; }
  .banner-full-width.arrow.teal-bg .banner, .banner-full-width.arrow.teal-bg .banner-full-width.arrow.banner:before .banner {
    text-align: left; }
    .banner-full-width.arrow.teal-bg .banner:before {
      text-align: center; }
  .banner-full-width.arrow.white-bg .banner, .news-blocks ul li.gold-bg .banner-full-width.arrow.media .banner, .news-blocks ul li.gray-dark-bg .banner-full-width.arrow.media .banner, .banner-full-width.arrow.white-bg .banner-full-width.arrow.banner:before .banner {
    text-align: left;
    color: #333333; }
    .banner-full-width.arrow.white-bg .banner:before, .news-blocks ul li.gold-bg .banner-full-width.arrow.media .banner:before, .news-blocks ul li.gray-dark-bg .banner-full-width.arrow.media .banner:before {
      text-align: center; }

/*! end fe-01-text-callout.scss */
/*! begin f-01-newsletter-signup.scss */
footer .subscribe {
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  float: left;
  width: 100%; }
  footer .subscribe label {
    color: #ec774b;
    font-size: 1.5em;
    font-weight: 400;
    padding: 0;
    margin: 0; }
    @media (min-width: 992px) {
      footer .subscribe label {
        padding: 28px 0;
        font-size: 1.2em; } }
    @media (min-width: 1200px) {
      footer .subscribe label {
        font-size: 1.45em;
        font-weight: 400;
        padding: 30px 0; } }
    @media (max-width: 991px) {
      footer .subscribe label {
        text-align: center; } }
  footer .subscribe input {
    font-size: 1.12em; }
    footer .subscribe input[type="email"] {
      padding: 20px 15px;
      margin: 15px 0;
      width: 100%; }
      @media (min-width: 768px) {
        footer .subscribe input[type="email"] {
          padding: 12px 20px; } }
    footer .subscribe input.btn {
      float: right;
      margin: 15px 0;
      width: 100%; }
      @media (min-width: 768px) {
        footer .subscribe input.btn {
          padding: 13px 0; }
          footer .subscribe input.btn:focus {
            padding: 13px 0; } }

/*! end f-01-newsletter-signup.scss */
/*! begin fe-03-text-panel.scss */
.disclaimer {
  float: left;
  padding: 20px 0 40px; }
  .disclaimer h1 {
    font-size: .99em;
    font-weight: 500;
    margin-bottom: 2px; }
    .disclaimer h1:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f1f9';
      margin-right: 5px; }
    .disclaimer h1 a {
      color: #333333; }
  .disclaimer p {
    font-size: .75em; }

aside.gray-light-bg h3 a, .one-third aside.gray h3 a, aside.callout h3 a, .news-blocks aside.owl-carousel.gray-light-bg h3 a, aside.resultsmeta.header h3 a, .results-listing.generic aside.search-result.recommended h3 a, aside.gray-light-bg h4 a, .one-third aside.gray h4 a, aside.callout h4 a, .news-blocks aside.owl-carousel.gray-light-bg h4 a, aside.resultsmeta.header h4 a, .results-listing.generic aside.search-result.recommended h4 a {
  color: #333333; }

/*! end fe-03-text-panel.scss */
/*! begin fe-14-block-list.scss */
.block-list {
  padding: 20px; }
  .block-list li {
    border-bottom: 2px solid #ebebeb;
    padding: 20px 0; }
    .block-list li:first-of-type {
      border-top: 2px solid #ebebeb; }
    .block-list li span {
      color: #8c6d20;
      display: block;
      font-size: .8em;
      font-weight: 500;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .block-list li > a {
      color: #555555; }
    .block-list li p.media-contacts {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0; }
      .block-list li p.media-contacts a {
        display: block;
        margin-bottom: 10px; }
  .block-list.quick-facts h2 {
    font-size: .8em;
    font-weight: 800; }
  .block-list.quick-facts p {
    font-size: .8em;
    margin: 0; }
  .block-list.quick-facts ul ul li {
    border: none;
    font-size: .8em;
    padding: 5px 0; }
    .block-list.quick-facts ul ul li a {
      color: #00594f; }
      .block-list.quick-facts ul ul li a:hover, .block-list.quick-facts ul ul li a:active, .block-list.quick-facts ul ul li a:focus {
        color: #000d0b; }
  .block-list.stats, section.block-list.keywords {
    text-align: center; }
    .block-list.stats h2, section.block-list.keywords h2 {
      font-size: 2em;
      font-weight: 800; }
  .block-list .hours {
    font-size: .8em; }
    .block-list .hours strong {
      display: block; }

/*! end fe-14-block-list.scss */
/*! begin fe-20-material-tabs.scss */
.material-tabs-container {
  clear: both;
  padding: 50px 0 60px 0; }
  @media (max-width: 767px) {
    .material-tabs-container {
      padding: 30px 0 40px 0; } }
  .material-tabs-container h1, .material-tabs-container .lead {
    text-align: center; }
  .material-tabs-container .material-tabs {
    border-bottom: 2px solid #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767px) {
      .material-tabs-container .material-tabs {
        font-size: .875em;
        -ms-flex-pack: justify;
            justify-content: space-between;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden; } }
    @media (max-width: 767px) {
      .material-tabs-container .material-tabs li {
        float: none;
        display: inline-block; } }
    .material-tabs-container .material-tabs li a {
      bottom: -3px;
      border-bottom: 6px solid transparent;
      color: #333333;
      display: block;
      padding: 20px 15px;
      position: relative;
      text-decoration: none;
      transition: border-bottom .2s linear, color .2s linear; }
    .material-tabs-container .material-tabs li.active > a,
    .material-tabs-container .material-tabs li.active > a:hover,
    .material-tabs-container .material-tabs li.active > a:focus {
      border-bottom: 6px solid #c25700; }
    .material-tabs-container .material-tabs li > a:hover {
      border-bottom: 6px solid #ffc18f; }
  .material-tabs-container .material-panels {
    min-height: 130px; }
    .material-tabs-container .material-panels.fade-animation {
      -webkit-animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      -webkit-animation-name: opacityAnimation;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-name: opacityAnimation; }
    .material-tabs-container .material-panels .text-center {
      margin-top: 20px; }
      .material-tabs-container .material-panels .text-center .btn.bordered, .material-tabs-container .material-panels .text-center .one-third aside.btn.rte, .one-third .material-tabs-container .material-panels .text-center aside.btn.rte, .material-tabs-container .material-panels .text-center .one-third aside.btn.block-list, .one-third .material-tabs-container .material-panels .text-center aside.btn.block-list, .material-tabs-container .material-panels .text-center .btn.callout, .material-tabs-container .material-panels .text-center section.professional-promo .one-third aside.btn, section.professional-promo .one-third .material-tabs-container .material-panels .text-center aside.btn, .material-tabs-container .material-panels .text-center .ratings table th.btn, .ratings table .material-tabs-container .material-panels .text-center th.btn, .material-tabs-container .material-panels .text-center .btn.caption, .material-tabs-container .material-panels .text-center .btn.form.facets, .material-tabs-container .material-panels .text-center .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.btn, .navbar.main-nav .primary-nav > li .secondary-nav .text-block .material-tabs-container .material-panels .text-center div.btn, .material-tabs-container .material-panels .text-center .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.btn, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags .material-tabs-container .material-panels .text-center li.btn, .material-tabs-container .material-panels .text-center .wait-time p.btn, .wait-time .material-tabs-container .material-panels .text-center p.btn, .material-tabs-container .material-panels .text-center .btn.resultsmeta.header, .material-tabs-container .material-panels .text-center .results-listing.generic .btn.search-result.recommended, .results-listing.generic .material-tabs-container .material-panels .text-center .btn.search-result.recommended, .material-tabs-container .material-panels .text-center section.text-block aside.btn, section.text-block .material-tabs-container .material-panels .text-center aside.btn {
        background-color: transparent;
        border-color: #c25700; }
        .material-tabs-container .material-panels .text-center .btn.bordered:hover, .material-tabs-container .material-panels .text-center .one-third aside.btn.rte:hover, .one-third .material-tabs-container .material-panels .text-center aside.btn.rte:hover, .material-tabs-container .material-panels .text-center .one-third aside.btn.block-list:hover, .one-third .material-tabs-container .material-panels .text-center aside.btn.block-list:hover, .material-tabs-container .material-panels .text-center .btn.callout:hover, .material-tabs-container .material-panels .text-center section.professional-promo .one-third aside.btn:hover, section.professional-promo .one-third .material-tabs-container .material-panels .text-center aside.btn:hover, .material-tabs-container .material-panels .text-center .ratings table th.btn:hover, .ratings table .material-tabs-container .material-panels .text-center th.btn:hover, .material-tabs-container .material-panels .text-center .btn.caption:hover, .material-tabs-container .material-panels .text-center .btn.form.facets:hover, .material-tabs-container .material-panels .text-center .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.btn:hover, .navbar.main-nav .primary-nav > li .secondary-nav .text-block .material-tabs-container .material-panels .text-center div.btn:hover, .material-tabs-container .material-panels .text-center .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.btn:hover, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags .material-tabs-container .material-panels .text-center li.btn:hover, .material-tabs-container .material-panels .text-center .wait-time p.btn:hover, .wait-time .material-tabs-container .material-panels .text-center p.btn:hover, .material-tabs-container .material-panels .text-center .btn.resultsmeta.header:hover, .material-tabs-container .material-panels .text-center .results-listing.generic .btn.search-result.recommended:hover, .results-listing.generic .material-tabs-container .material-panels .text-center .btn.search-result.recommended:hover, .material-tabs-container .material-panels .text-center section.text-block aside.btn:hover, section.text-block .material-tabs-container .material-panels .text-center aside.btn:hover, .material-tabs-container .material-panels .text-center .btn.bordered:active, .material-tabs-container .material-panels .text-center .one-third aside.btn.rte:active, .one-third .material-tabs-container .material-panels .text-center aside.btn.rte:active, .material-tabs-container .material-panels .text-center .one-third aside.btn.block-list:active, .one-third .material-tabs-container .material-panels .text-center aside.btn.block-list:active, .material-tabs-container .material-panels .text-center .btn.callout:active, .material-tabs-container .material-panels .text-center section.professional-promo .one-third aside.btn:active, section.professional-promo .one-third .material-tabs-container .material-panels .text-center aside.btn:active, .material-tabs-container .material-panels .text-center .ratings table th.btn:active, .ratings table .material-tabs-container .material-panels .text-center th.btn:active, .material-tabs-container .material-panels .text-center .btn.caption:active, .material-tabs-container .material-panels .text-center .btn.form.facets:active, .material-tabs-container .material-panels .text-center .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.btn:active, .navbar.main-nav .primary-nav > li .secondary-nav .text-block .material-tabs-container .material-panels .text-center div.btn:active, .material-tabs-container .material-panels .text-center .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.btn:active, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags .material-tabs-container .material-panels .text-center li.btn:active, .material-tabs-container .material-panels .text-center .wait-time p.btn:active, .wait-time .material-tabs-container .material-panels .text-center p.btn:active, .material-tabs-container .material-panels .text-center .btn.resultsmeta.header:active, .material-tabs-container .material-panels .text-center .results-listing.generic .btn.search-result.recommended:active, .results-listing.generic .material-tabs-container .material-panels .text-center .btn.search-result.recommended:active, .material-tabs-container .material-panels .text-center section.text-block aside.btn:active, section.text-block .material-tabs-container .material-panels .text-center aside.btn:active, .material-tabs-container .material-panels .text-center .btn.bordered:focus, .material-tabs-container .material-panels .text-center .one-third aside.btn.rte:focus, .one-third .material-tabs-container .material-panels .text-center aside.btn.rte:focus, .material-tabs-container .material-panels .text-center .one-third aside.btn.block-list:focus, .one-third .material-tabs-container .material-panels .text-center aside.btn.block-list:focus, .material-tabs-container .material-panels .text-center .btn.callout:focus, .material-tabs-container .material-panels .text-center section.professional-promo .one-third aside.btn:focus, section.professional-promo .one-third .material-tabs-container .material-panels .text-center aside.btn:focus, .material-tabs-container .material-panels .text-center .ratings table th.btn:focus, .ratings table .material-tabs-container .material-panels .text-center th.btn:focus, .material-tabs-container .material-panels .text-center .btn.caption:focus, .material-tabs-container .material-panels .text-center .btn.form.facets:focus, .material-tabs-container .material-panels .text-center .navbar.main-nav .primary-nav > li .secondary-nav .text-block div.btn:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block .material-tabs-container .material-panels .text-center div.btn:focus, .material-tabs-container .material-panels .text-center .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li.btn:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags .material-tabs-container .material-panels .text-center li.btn:focus, .material-tabs-container .material-panels .text-center .wait-time p.btn:focus, .wait-time .material-tabs-container .material-panels .text-center p.btn:focus, .material-tabs-container .material-panels .text-center .btn.resultsmeta.header:focus, .material-tabs-container .material-panels .text-center .results-listing.generic .btn.search-result.recommended:focus, .results-listing.generic .material-tabs-container .material-panels .text-center .btn.search-result.recommended:focus, .material-tabs-container .material-panels .text-center section.text-block aside.btn:focus, section.text-block .material-tabs-container .material-panels .text-center aside.btn:focus {
          background-color: #ae4e00; }
  .material-tabs-container.dark {
    background-size: cover !important; }
    .material-tabs-container.dark h1,
    .material-tabs-container.dark .lead {
      color: #ffffff; }
    .material-tabs-container.dark .grid-links .tiles li > a {
      background-color: transparent;
      border-color: #4d4d4d;
      min-height: 185px; }
      .material-tabs-container.dark .grid-links .tiles li > a:hover, .material-tabs-container.dark .grid-links .tiles li > a:focus {
        background-color: transparent;
        border-color: #cc9f2e; }
        .material-tabs-container.dark .grid-links .tiles li > a:hover h2, .material-tabs-container.dark .grid-links .tiles li > a:focus h2 {
          color: #cc9f2e; }
        .material-tabs-container.dark .grid-links .tiles li > a:hover .learn-more, .material-tabs-container.dark .grid-links .tiles li > a:focus .learn-more {
          color: #cc9f2e;
          opacity: 1; }
          .material-tabs-container.dark .grid-links .tiles li > a:hover .learn-more:after, .material-tabs-container.dark .grid-links .tiles li > a:focus .learn-more:after {
            color: #cc9f2e;
            border-color: #cc9f2e; }
    .material-tabs-container.dark .grid-links .tiles li h2 {
      color: #ffffff;
      transition: color .2s linear, color .2s linear; }
    .material-tabs-container.dark .grid-links .tiles li .learn-more {
      color: #ffffff;
      display: inline-block;
      position: relative;
      transition: all .2s linear, color .2s linear; }
      @media (min-width: 992px) {
        .material-tabs-container.dark .grid-links .tiles li .learn-more {
          opacity: 0; } }
      .material-tabs-container.dark .grid-links .tiles li .learn-more:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff;
        content: '\f105';
        margin-left: 10px;
        padding: 1px 7px 2px 8px;
        position: absolute;
        border: 2px solid #ffffff;
        border-radius: 50%;
        top: -1px;
        transition: all 0.2s linear; }
    .material-tabs-container.dark .text-center {
      margin: 20px 0 30px; }
      .material-tabs-container.dark .text-center .btn {
        display: inline-block;
        padding: 20px 40px;
        background-image: none;
        text-shadow: none;
        text-decoration: none;
        color: #cc9f2e;
        border: 2px solid #cc9f2e;
        background-color: transparent;
        padding: 18px 40px; }
        @media (max-width: 767px) {
          .material-tabs-container.dark .text-center .btn {
            padding: 20px 15px;
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .material-tabs-container.dark .text-center .btn {
            padding: 20px 10px;
            word-wrap: break-word; } }
        .material-tabs-container.dark .text-center .btn:focus {
          outline: 0 !important; }
        .material-tabs-container.dark .text-center .btn:hover, .material-tabs-container.dark .text-center .btn:active, .material-tabs-container.dark .text-center .btn:focus {
          display: inline-block;
          padding: 20px 40px;
          background-image: none;
          text-shadow: none;
          text-decoration: none;
          color: #000000;
          border: 2px solid #000000;
          background-color: #ffffff;
          padding: 18px 40px; }
          @media (max-width: 767px) {
            .material-tabs-container.dark .text-center .btn:hover, .material-tabs-container.dark .text-center .btn:active, .material-tabs-container.dark .text-center .btn:focus {
              padding: 20px 15px;
              width: 100%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .material-tabs-container.dark .text-center .btn:hover, .material-tabs-container.dark .text-center .btn:active, .material-tabs-container.dark .text-center .btn:focus {
              padding: 20px 10px;
              word-wrap: break-word; } }
          .material-tabs-container.dark .text-center .btn:hover:focus, .material-tabs-container.dark .text-center .btn:active:focus, .material-tabs-container.dark .text-center .btn:focus:focus {
            outline: 0 !important; }
    .material-tabs-container.dark .material-tabs li > a {
      color: gray; }
    .material-tabs-container.dark .material-tabs li.active > a,
    .material-tabs-container.dark .material-tabs li.active > a:hover,
    .material-tabs-container.dark .material-tabs li.active > a:focus {
      color: #ffffff;
      border-bottom-color: #8c6d20; }
    .material-tabs-container.dark .material-tabs li > a:hover {
      color: #ffffff;
      border-bottom-color: #ddbb68; }
  .material-tabs-container.text-block .material-panels {
    padding-top: 20px; }
    .material-tabs-container.text-block .material-panels h4 {
      margin-bottom: 5px; }

@keyframes opacityAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! end fe-20-material-tabs.scss */
/*! begin fe-17-people-card.scss */
.card-set {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .card-set {
      margin-right: -15px; } }
  .card-set h1 {
    margin-bottom: 0;
    text-align: center; }
  .card-set .lead {
    text-align: center; }
  .card-set .panel {
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    @media (max-width: 479px) {
      .card-set .panel {
        width: 100%; } }
    .card-set .panel .card {
      border: 1px solid #ebebeb;
      background: #ffffff;
      margin-bottom: 15px;
      margin-right: 15px;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      min-height: 0; }
      .card-set .panel .card figure {
        margin: 15px; }
        .card-set .panel .card figure img {
          width: 100%; }
      .card-set .panel .card h2 {
        font-size: 1em;
        font-weight: 600;
        margin-bottom: 5px; }
      .card-set .panel .card p {
        font-size: 1em;
        font-weight: 400; }
      @media (min-width: 480px) {
        .card-set .panel .card {
          min-height: 450px; } }
      @media (min-width: 768px) {
        .card-set .panel .card {
          min-height: 546px; } }
      @media (min-width: 992px) {
        .card-set .panel .card {
          min-height: 390px; } }
      @media (min-width: 1200px) {
        .card-set .panel .card {
          min-height: 450px; } }
  .card-set.leadership p.lead {
    font-size: 1em;
    margin: 0 auto 40px;
    width: 75%; }
  .card-set .clearfix + .text-center, .card-set .location-result + .text-center, .card-set .people-result + .text-center, .card-set .profile-detail + .text-center, .card-set .location-detail + .text-center, .card-set .search-result + .text-center {
    width: 100%; }

/*! end fe-17-people-card.scss */
/* ! begin fe-22-grid-container.scss */
@media (min-width: 768px) {
  .grid-links {
    padding: 30px 0; } }

.grid-links h1 {
  padding-top: 30px; }

.grid-links p.lead {
  padding-bottom: 60px; }

.grid-links h1,
.grid-links .lead {
  margin: 0;
  text-align: center; }

.grid-links .tiles {
  margin: 0 -10px; }
  @media (max-width: 767px) {
    .grid-links .tiles {
      margin: 0; } }
  .grid-links .tiles > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0; }
  .grid-links .tiles li, .grid-links .tiles div.tile {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    width: 100%; }
    @media (min-width: 767px) {
      .grid-links .tiles li, .grid-links .tiles div.tile {
        padding: 10px;
        width: 50%; } }
    @media (min-width: 1199px) {
      .grid-links .tiles li, .grid-links .tiles div.tile {
        width: 33.3333%; } }
    .grid-links .tiles li > a, .grid-links .tiles div.tile > a {
      background-color: #ffffff;
      border: 2px solid #ebebeb;
      display: block;
      min-height: 270px;
      padding: 30px 40px 80px;
      position: relative;
      text-decoration: none;
      transition: all .2s linear, color .2s linear;
      width: 100%; }
      .grid-links .tiles li > a:hover, .grid-links .tiles li > a:focus, .grid-links .tiles div.tile > a:hover, .grid-links .tiles div.tile > a:focus {
        background-color: #00594f;
        border: 2px solid #00594f; }
        .grid-links .tiles li > a:hover h2,
        .grid-links .tiles li > a:hover p, .grid-links .tiles li > a:focus h2,
        .grid-links .tiles li > a:focus p, .grid-links .tiles div.tile > a:hover h2,
        .grid-links .tiles div.tile > a:hover p, .grid-links .tiles div.tile > a:focus h2,
        .grid-links .tiles div.tile > a:focus p {
          color: #ffffff; }
        .grid-links .tiles li > a:hover span, .grid-links .tiles li > a:focus span, .grid-links .tiles div.tile > a:hover span, .grid-links .tiles div.tile > a:focus span {
          border-color: #00594f; }
    .grid-links .tiles li h2,
    .grid-links .tiles li i,
    .grid-links .tiles li i:hover,
    .grid-links .tiles li i:focus, .grid-links .tiles div.tile h2,
    .grid-links .tiles div.tile i,
    .grid-links .tiles div.tile i:hover,
    .grid-links .tiles div.tile i:focus {
      color: #00806f; }
    .grid-links .tiles li h2, .grid-links .tiles div.tile h2 {
      margin-bottom: 0; }
    .grid-links .tiles li p, .grid-links .tiles div.tile p {
      color: #666666;
      font-size: .9em; }
    .grid-links .tiles li h2 + div,
    .grid-links .tiles li h2 + .learn-more, .grid-links .tiles div.tile h2 + div,
    .grid-links .tiles div.tile h2 + .learn-more {
      margin-top: 20px; }
    .grid-links .tiles li span, .grid-links .tiles div.tile span {
      background-color: #f5f5f5;
      border-left: 2px solid #ebebeb;
      border-top: 2px solid #ebebeb;
      bottom: 0;
      padding: 20px 25px;
      position: absolute;
      right: 0; }
    .grid-links .tiles li .type, .grid-links .tiles div.tile .type {
      color: #00806f;
      font-size: .8em;
      font-weight: 800;
      margin: 0;
      text-transform: uppercase; }

.grid-links .wrap-view-all-tiles {
  margin: 20px 0 30px;
  padding: 0 10px;
  text-align: right; }

.grid-links .view-all-tiles {
  font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
  color: #00806f;
  font-size: .8em;
  font-weight: 800; }

.grid-links.gold-grid {
  background-size: cover !important; }
  .grid-links.gold-grid h1,
  .grid-links.gold-grid .lead {
    color: #ffffff; }
  .grid-links.gold-grid li > a {
    background-color: transparent;
    border-color: #4d4d4d; }
    .grid-links.gold-grid li > a:hover, .grid-links.gold-grid li > a:focus {
      background-color: transparent;
      border-color: #8c6d20; }
      .grid-links.gold-grid li > a:hover h2, .grid-links.gold-grid li > a:focus h2 {
        color: #8c6d20; }
      .grid-links.gold-grid li > a:hover .learn-more, .grid-links.gold-grid li > a:focus .learn-more {
        color: #cc9f2e;
        opacity: 1; }
        .grid-links.gold-grid li > a:hover .learn-more:after, .grid-links.gold-grid li > a:focus .learn-more:after {
          color: #cc9f2e;
          border-color: #cc9f2e; }
  .grid-links.gold-grid li h2 {
    color: #ffffff;
    transition: color .2s linear, color .2s linear; }
  .grid-links.gold-grid li .learn-more {
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: all .2s linear, color .2s linear; }
    @media (min-width: 992px) {
      .grid-links.gold-grid li .learn-more {
        opacity: 0; } }
    .grid-links.gold-grid li .learn-more:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #ffffff;
      content: '\f105';
      margin-left: 10px;
      padding: 1px 7px 2px 8px;
      position: absolute;
      border: 2px solid #ffffff;
      border-radius: 50%;
      top: -1px;
      transition: all 0.2s linear; }
  .grid-links.gold-grid .text-center {
    margin: 20px 0 30px; }
    .grid-links.gold-grid .text-center .btn {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #cc9f2e;
      border: 2px solid #cc9f2e;
      background-color: transparent;
      padding: 18px 40px; }
      @media (max-width: 767px) {
        .grid-links.gold-grid .text-center .btn {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .grid-links.gold-grid .text-center .btn {
          padding: 20px 10px;
          word-wrap: break-word; } }
      .grid-links.gold-grid .text-center .btn:focus {
        outline: 0 !important; }
      .grid-links.gold-grid .text-center .btn:hover, .grid-links.gold-grid .text-center .btn:active, .grid-links.gold-grid .text-center .btn:focus {
        display: inline-block;
        padding: 20px 40px;
        background-image: none;
        text-shadow: none;
        text-decoration: none;
        color: #000000;
        border: 2px solid #000000;
        background-color: #ffffff;
        padding: 18px 40px; }
        @media (max-width: 767px) {
          .grid-links.gold-grid .text-center .btn:hover, .grid-links.gold-grid .text-center .btn:active, .grid-links.gold-grid .text-center .btn:focus {
            padding: 20px 15px;
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .grid-links.gold-grid .text-center .btn:hover, .grid-links.gold-grid .text-center .btn:active, .grid-links.gold-grid .text-center .btn:focus {
            padding: 20px 10px;
            word-wrap: break-word; } }
        .grid-links.gold-grid .text-center .btn:hover:focus, .grid-links.gold-grid .text-center .btn:active:focus, .grid-links.gold-grid .text-center .btn:focus:focus {
          outline: 0 !important; }

@media (min-width: 1199px) {
  .grid-links.with-image .tiles li, .grid-links.with-image .tiles div.tile {
    width: 25%; } }

.grid-links.with-image .tiles li > a, .grid-links.with-image .tiles div.tile > a {
  min-height: 300px;
  padding: 15px; }
  .grid-links.with-image .tiles li > a:hover div.learn-more, .grid-links.with-image .tiles li > a:focus div.learn-more, .grid-links.with-image .tiles li > a:active div.learn-more, .grid-links.with-image .tiles div.tile > a:hover div.learn-more, .grid-links.with-image .tiles div.tile > a:focus div.learn-more, .grid-links.with-image .tiles div.tile > a:active div.learn-more {
    display: none; }

.grid-links.with-image .tiles li h2, .grid-links.with-image .tiles li p, .grid-links.with-image .tiles div.tile h2, .grid-links.with-image .tiles div.tile p {
  font-size: 1em; }

.grid-links.with-image .tiles li h2, .grid-links.with-image .tiles div.tile h2 {
  color: #cc9f2e !important;
  font-weight: 600;
  margin-bottom: 5px; }

.grid-links.with-image .tiles li p, .grid-links.with-image .tiles div.tile p {
  color: #f5f5f5;
  font-weight: 100;
  margin-bottom: 0; }
  .grid-links.with-image .tiles li p + p, .grid-links.with-image .tiles div.tile p + p {
    margin-top: 10px; }

.grid-links.with-image .tiles li img, .grid-links.with-image .tiles div.tile img {
  width: 100%;
  max-width: 100%; }

.grid-results {
  padding-bottom: 50px; }
  .grid-results .grid-links {
    padding: 30px 0 0; }
    .grid-results .grid-links h2 {
      font-size: 2em;
      font-weight: 600; }
    .grid-results .grid-links .tiles li h3, .grid-results .grid-links .tiles div.tile h3 {
      font-size: 1.3em; }
      .grid-results .grid-links .tiles li h3 span, .grid-results .grid-links .tiles div.tile h3 span {
        background: none;
        border: none;
        display: block;
        padding: 0;
        position: relative; }
    .grid-results .grid-links .tiles li a:hover h3, .grid-results .grid-links .tiles li a:focus h3, .grid-results .grid-links .tiles li a:active h3, .grid-results .grid-links .tiles div.tile a:hover h3, .grid-results .grid-links .tiles div.tile a:focus h3, .grid-results .grid-links .tiles div.tile a:active h3 {
      color: #ffffff; }

/*! end fe-22-grid-container.scss */
/*! begin fe-01-text-callout.scss */
.banner-full-width .hero-home {
  padding: 0;
  background: #a17d25;
  background-size: cover;
  display: block;
  position: relative;
  min-height: 229px;
  width: 100%;
  top: -65px;
  margin-bottom: -65px; }
  .banner-full-width .hero-home .owl-carousel {
    padding-top: 64px; }
    @media (min-width: 992px) {
      .banner-full-width .hero-home .owl-carousel {
        padding-top: 0; } }
  .banner-full-width .hero-home .carousel-caption {
    position: absolute;
    bottom: 0;
    padding-bottom: 5em;
    width: 100%;
    /* iPad Landscape */ }
    @media (min-width: 768px) {
      .banner-full-width .hero-home .carousel-caption {
        padding-top: 3.5em;
        padding-bottom: 4em; } }
    @media (min-width: 992px) {
      .banner-full-width .hero-home .carousel-caption {
        padding-top: 12%;
        padding-bottom: 6em; } }
    @media (min-width: 1200px) {
      .banner-full-width .hero-home .carousel-caption {
        padding-top: 8%; } }
    @media (min-width: 1500px) {
      .banner-full-width .hero-home .carousel-caption {
        padding-top: 12%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
      .banner-full-width .hero-home .carousel-caption {
        top: 0; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
      .banner-full-width .hero-home .carousel-caption {
        top: 0; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .banner-full-width .hero-home .carousel-caption {
        padding-top: 9.5em;
        padding-bottom: 4em; } }
    .banner-full-width .hero-home .carousel-caption h1 {
      color: #ffffff;
      font-size: 2em;
      font-weight: 600;
      line-height: 1.2;
      /* iPad Landscape */ }
      .banner-full-width .hero-home .carousel-caption h1 a.video:after {
        display: none; }
      @media (min-width: 768px) {
        .banner-full-width .hero-home .carousel-caption h1 {
          font-size: 3em; } }
      @media (min-width: 992px) {
        .banner-full-width .hero-home .carousel-caption h1 {
          font-size: 4em;
          width: 50%; } }
      @media (min-width: 1500px) {
        .banner-full-width .hero-home .carousel-caption h1 {
          font-size: 5em;
          width: 65%; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .banner-full-width .hero-home .carousel-caption h1 {
          font-size: 3em;
          width: 100%; } }
      .banner-full-width .hero-home .carousel-caption h1 a:hover, .banner-full-width .hero-home .carousel-caption h1 a:active, .banner-full-width .hero-home .carousel-caption h1 a:focus {
        text-decoration: none; }
      .banner-full-width .hero-home .carousel-caption h1 a:before {
        display: none !important; }
      .banner-full-width .hero-home .carousel-caption h1 a span {
        display: block;
        text-transform: none; }
    .banner-full-width .hero-home .carousel-caption p {
      margin: .5em 0 1em;
      line-height: 1.6;
      width: 50%;
      /* iPad Landscape */ }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .banner-full-width .hero-home .carousel-caption p {
          width: 50%; } }
    .banner-full-width .hero-home .carousel-caption a:hover, .banner-full-width .hero-home .carousel-caption a:active, .banner-full-width .hero-home .carousel-caption a:focus {
      color: #cc9f2e;
      text-decoration: none; }
    .banner-full-width .hero-home .carousel-caption a:before {
      content: '';
      background: #cc9f2e;
      margin-bottom: 30px;
      margin-top: 15px;
      height: 10px;
      width: 60px; }
      @media (min-width: 992px) {
        .banner-full-width .hero-home .carousel-caption a:before {
          display: block !important; } }
  .banner-full-width .hero-home .owl-item {
    min-height: 229px; }
    @media (min-width: 992px) {
      .banner-full-width .hero-home .owl-item {
        min-height: 500px; } }
  .banner-full-width .hero-home .owl-carousel .owl-nav .owl-next,
  .banner-full-width .hero-home .owl-carousel .owl-nav .owl-prev {
    color: #cc9f2e; }
  .banner-full-width .hero-home .owl-dots {
    bottom: 0; }
    @media (min-width: 992px) {
      .banner-full-width .hero-home .owl-dots {
        bottom: 20px; } }
    .banner-full-width .hero-home .owl-dots .owl-dot.active span {
      background-color: #cc9f2e; }

.banner-full-width .hero-header {
  top: -1px;
  margin-bottom: -1px;
  padding: 0;
  position: relative; }
  @media (max-width: 1023px) {
    .banner-full-width .hero-header .banner-hidden {
      display: none; } }
  .banner-full-width .hero-header .page-header {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin: auto;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5; }
  @media all and (-ms-high-contrast:none) {
.banner-full-width .hero-header .page-header {
   display: block;
  }
}
    @media (max-width: 1023px) {
      .banner-full-width .hero-header .page-header {
        position: relative; }
        .banner-full-width .hero-header .page-header .container {
          width: 100%; } }
    .banner-full-width .hero-header .page-header .overlay {
      background-color: rgba(0, 0, 0, 0.5);
      color: #ffffff;
      display: block;
      float: left;
      padding: 20px;
      width: 100%;
      font-size: .8em; }
      @media (max-width: 767px) {
        .banner-full-width .hero-header .page-header .overlay {
          margin-top: 0;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .banner-full-width .hero-header .page-header .overlay {
          -ms-flex-order: 1;
              order: 1;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          padding: 30px 40px;
          font-size: 1em; } }
      @media (min-width: 1024px) {
        .banner-full-width .hero-header .page-header .overlay h1 {
          font-size: 2em; } }
      @media (min-width: 1200px) {
        .banner-full-width .hero-header .page-header .overlay h1 {
          font-size: 2.67em; } }
      .banner-full-width .hero-header .page-header .overlay h1 span {
        display: block;
        font-size: 18px;
        margin-bottom: 25px; }
      .banner-full-width .hero-header .page-header .overlay p {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .banner-full-width .hero-header .page-header .overlay p {
            font-size: .9em; } }
  @media (min-width: 768px) {
    .banner-full-width .hero-header .carousel-caption {
      padding: 8% 60px 0; } }
  @media (min-width: 992px) {
    .banner-full-width .hero-header .carousel-caption {
      padding: 10% 60px 0; } }
  @media (min-width: 768px) {
    .banner-full-width .hero-header .carousel-caption h2 {
      max-width: 75%; } }
  @media (min-width: 1200px) {
    .banner-full-width .hero-header .carousel-caption h2 {
      max-width: 55%; } }
  @media (max-width: 767px) {
    .banner-full-width .hero-header .carousel-caption a {
      margin-top: 0; } }
  .banner-full-width .hero-header.no-image {
    min-height: 0; }
    .banner-full-width .hero-header.no-image .owl-carousel {
      display: none; }
    .banner-full-width .hero-header.no-image .page-header {
      position: relative; }
      .banner-full-width .hero-header.no-image .page-header .overlay {
        color: #000000;
        background: none;
        padding: 30px 0; }
        @media (max-width: 767px) {
          .banner-full-width .hero-header.no-image .page-header .overlay {
            margin-top: 0;
            margin-bottom: 0; } }
        .banner-full-width .hero-header.no-image .page-header .overlay .profile-detail h1,
        .banner-full-width .hero-header.no-image .page-header .overlay .location-detail h1 {
          color: #000000; }
          .banner-full-width .hero-header.no-image .page-header .overlay .profile-detail h1 a,
          .banner-full-width .hero-header.no-image .page-header .overlay .location-detail h1 a {
            color: #000000; }
  .banner-full-width .hero-header.top .page-header {
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: auto; }
    @media (max-width: 991px) {
      .banner-full-width .hero-header.top .page-header {
        position: relative; } }
    .banner-full-width .hero-header.top .page-header .overlay {
      background: none;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 992px) {
        .banner-full-width .hero-header.top .page-header .overlay .col-sm-8 {
          padding-left: 0; } }
  @media (max-width: 767px) {
    .banner-full-width .hero-header.top .overlay .col-sm-8 {
      width: 100%; }
    .banner-full-width .hero-header.top .overlay .col-sm-4 {
      margin-top: 1em; } }
  @media (max-width: 767px) {
    .banner-full-width .hero-header.top .carousel-caption {
      top: auto;
      bottom: 0;
      padding-bottom: 2em; } }
  @media (min-width: 768px) {
    .banner-full-width .hero-header.top .carousel-caption {
      top: 20%; } }
  @media (min-width: 1300px) {
    .banner-full-width .hero-header.top .carousel-caption {
      top: 30%; } }
  .banner-full-width .hero-header.top .carousel-caption h1, .banner-full-width .hero-header.top .carousel-caption p, .banner-full-width .hero-header.top .carousel-caption a {
    color: #ffffff; }
  .banner-full-width .hero-header.top .carousel-caption h1 {
    font-size: 2.5em; }
    @media (min-width: 768px) {
      .banner-full-width .hero-header.top .carousel-caption h1 {
        font-size: 3.2em; } }
    @media (min-width: 992px) {
      .banner-full-width .hero-header.top .carousel-caption h1 {
        font-size: 3.7em; } }
    @media (min-width: 1200px) {
      .banner-full-width .hero-header.top .carousel-caption h1 {
        font-size: 4em; } }
    .banner-full-width .hero-header.top .carousel-caption h1 span {
      display: block;
      font-weight: 500;
      text-transform: none; }
  .banner-full-width .hero-header.top .carousel-caption p.text {
    font-size: 1em;
    text-transform: none; }
    @media (max-width: 991px) {
      .banner-full-width .hero-header.top .carousel-caption p.text {
        display: none; } }
  .banner-full-width .hero-header.full .page-header {
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    bottom: -2px;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .banner-full-width .hero-header.full .page-header .overlay {
      background: none;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 992px) {
        .banner-full-width .hero-header.full .page-header .overlay .col-sm-8 {
          padding-left: 0; } }
      .banner-full-width .hero-header.full .page-header .overlay .col-xs-12, .banner-full-width .hero-header.full .page-header .overlay .col-sm-8, .banner-full-width .hero-header.full .page-header .overlay .col-sm-4 {
        padding: 0; }
  .banner-full-width .hero-header .carousel-caption {
    background: none;
    bottom: 0; }
    .banner-full-width .hero-header .carousel-caption p, .banner-full-width .hero-header .carousel-caption a {
      color: #333333; }
    .banner-full-width .hero-header .carousel-caption a {
      font-weight: 500; }
      .banner-full-width .hero-header .carousel-caption a:hover, .banner-full-width .hero-header .carousel-caption a:focus, .banner-full-width .hero-header .carousel-caption a:active {
        text-decoration: none;
        color: #8c6d20; }
    .banner-full-width .hero-header .carousel-caption p {
      font-size: .9em;
      font-weight: 300;
      margin-top: 10px;
      text-transform: uppercase; }
    .banner-full-width .hero-header .carousel-caption p.text {
      font-size: 1em;
      text-transform: none; }
  .banner-full-width .hero-header .owl-dots {
    display: none; }

.container-fluid .featured-carousel, .page .featured-carousel {
  padding: 0; }

.container-fluid .news-carousel, .page .news-carousel {
  padding: 0;
  position: relative; }
  @media (max-width: 767px) {
    .container-fluid .news-carousel, .page .news-carousel {
      padding-bottom: 60px; } }
  .container-fluid .news-carousel .title-block, .page .news-carousel .title-block {
    padding-top: 50px; }
    .container-fluid .news-carousel .title-block h1, .page .news-carousel .title-block h1, .container-fluid .news-carousel .title-block p, .page .news-carousel .title-block p {
      text-align: center; }
    .container-fluid .news-carousel .title-block h1, .page .news-carousel .title-block h1 {
      margin-bottom: 20px; }
    .container-fluid .news-carousel .title-block p, .page .news-carousel .title-block p {
      display: none;
      font-weight: 500; }
      @media (min-width: 992px) {
        .container-fluid .news-carousel .title-block p, .page .news-carousel .title-block p {
          display: block; } }
  .container-fluid .news-carousel .blend, .page .news-carousel .blend {
    display: none; }
    @media (min-width: 992px) {
      .container-fluid .news-carousel .blend, .page .news-carousel .blend {
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        z-index: 3;
        right: 25%; } }
  .container-fluid .news-carousel .carousel-caption, .page .news-carousel .carousel-caption {
    top: 0;
    border: 0;
    bottom: 0;
    position: absolute;
    padding: 0; }
    .container-fluid .news-carousel .carousel-caption .container, .page .news-carousel .carousel-caption .container {
      padding-top: 50px;
      width: 80%; }
      @media (min-width: 768px) {
        .container-fluid .news-carousel .carousel-caption .container, .page .news-carousel .carousel-caption .container {
          padding-top: 7%; } }
      @media (min-width: 992px) {
        .container-fluid .news-carousel .carousel-caption .container, .page .news-carousel .carousel-caption .container {
          padding-top: 10%; } }
    @media (min-width: 768px) {
      .container-fluid .news-carousel .carousel-caption, .page .news-carousel .carousel-caption {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1200px) {
      .container-fluid .news-carousel .carousel-caption h2, .page .news-carousel .carousel-caption h2, .container-fluid .news-carousel .carousel-caption p, .page .news-carousel .carousel-caption p, .container-fluid .news-carousel .carousel-caption span, .page .news-carousel .carousel-caption span {
        max-width: 40%; } }
    .container-fluid .news-carousel .carousel-caption .carousel-description, .page .news-carousel .carousel-caption .carousel-description {
      background-color: rgba(0, 0, 0, 0.5);
      color: #ffffff;
      font-size: 20px;
      font-weight: 500;
      padding: 30px; }
      @media (min-width: 768px) {
        .container-fluid .news-carousel .carousel-caption .carousel-description, .page .news-carousel .carousel-caption .carousel-description {
          max-width: 75%; } }
      @media (min-width: 992px) {
        .container-fluid .news-carousel .carousel-caption .carousel-description, .page .news-carousel .carousel-caption .carousel-description {
          max-width: 55%; } }
      @media (min-width: 1200px) {
        .container-fluid .news-carousel .carousel-caption .carousel-description, .page .news-carousel .carousel-caption .carousel-description {
          max-width: 40%; } }
      .container-fluid .news-carousel .carousel-caption .carousel-description a, .page .news-carousel .carousel-caption .carousel-description a {
        color: #ffffff;
        margin: 0; }
        .container-fluid .news-carousel .carousel-caption .carousel-description a:hover, .page .news-carousel .carousel-caption .carousel-description a:hover {
          color: #ffffff;
          text-decoration: underline; }
      @media (min-width: 768px) {
        .container-fluid .news-carousel .carousel-caption .carousel-description h2, .page .news-carousel .carousel-caption .carousel-description h2, .container-fluid .news-carousel .carousel-caption .carousel-description p, .page .news-carousel .carousel-caption .carousel-description p, .container-fluid .news-carousel .carousel-caption .carousel-description span, .page .news-carousel .carousel-caption .carousel-description span {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .container-fluid .news-carousel .carousel-caption .carousel-description h2, .page .news-carousel .carousel-caption .carousel-description h2, .container-fluid .news-carousel .carousel-caption .carousel-description p, .page .news-carousel .carousel-caption .carousel-description p, .container-fluid .news-carousel .carousel-caption .carousel-description span, .page .news-carousel .carousel-caption .carousel-description span {
          max-width: 100%; } }
      @media (min-width: 1200px) {
        .container-fluid .news-carousel .carousel-caption .carousel-description h2, .page .news-carousel .carousel-caption .carousel-description h2, .container-fluid .news-carousel .carousel-caption .carousel-description p, .page .news-carousel .carousel-caption .carousel-description p, .container-fluid .news-carousel .carousel-caption .carousel-description span, .page .news-carousel .carousel-caption .carousel-description span {
          max-width: 100%; } }
    .container-fluid .news-carousel .carousel-caption .carousel-title span, .page .news-carousel .carousel-caption .carousel-title span {
      background-color: #8c6d20;
      color: #ffffff;
      display: inline-block;
      font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
      font-size: 16px;
      padding: 10px;
      vertical-align: top; }
      @media (max-width: 767px) {
        .container-fluid .news-carousel .carousel-caption .carousel-title span, .page .news-carousel .carousel-caption .carousel-title span {
          font-size: 10px; } }
    .container-fluid .news-carousel .carousel-caption .carousel-subtitle h2, .page .news-carousel .carousel-caption .carousel-subtitle h2 {
      color: #ffffff;
      font-size: 38px;
      margin: 15px 0;
      padding: 10px 0; }
      @media (max-width: 767px) {
        .container-fluid .news-carousel .carousel-caption .carousel-subtitle h2, .page .news-carousel .carousel-caption .carousel-subtitle h2 {
          font-size: 21px; } }
    .container-fluid .news-carousel .carousel-caption a, .page .news-carousel .carousel-caption a {
      color: #333333; }
      .container-fluid .news-carousel .carousel-caption a:hover, .page .news-carousel .carousel-caption a:hover {
        color: #8c6d20;
        text-decoration: none; }
    @media (max-width: 767px) {
      .container-fluid .news-carousel .carousel-caption .carousel-description .carousel-info, .page .news-carousel .carousel-caption .carousel-description .carousel-info {
        display: none; } }
    .container-fluid .news-carousel .carousel-caption .carousel-description .whitebar, .page .news-carousel .carousel-caption .carousel-description .whitebar {
      background: #ffffff;
      margin-bottom: 5px;
      margin-top: 15px;
      height: 10px;
      width: 60px; }
      @media (max-width: 767px) {
        .container-fluid .news-carousel .carousel-caption .carousel-description .whitebar, .page .news-carousel .carousel-caption .carousel-description .whitebar {
          height: 5px;
          width: 35px; } }
    .container-fluid .news-carousel .carousel-caption .carousel-link a, .page .news-carousel .carousel-caption .carousel-link a {
      color: #ffffff;
      padding: 10px 0; }
      @media (max-width: 767px) {
        .container-fluid .news-carousel .carousel-caption .carousel-link a, .page .news-carousel .carousel-caption .carousel-link a {
          font-size: 12px; } }
    .container-fluid .news-carousel .carousel-caption .carousel-link span, .page .news-carousel .carousel-caption .carousel-link span {
      background-color: transparent;
      color: #ffffff;
      font-weight: normal;
      margin: 0;
      padding: 10px 0;
      text-transform: inherit; }
      @media (max-width: 767px) {
        .container-fluid .news-carousel .carousel-caption .carousel-link span, .page .news-carousel .carousel-caption .carousel-link span {
          font-size: 12px; } }
      .container-fluid .news-carousel .carousel-caption .carousel-link span:after, .page .news-carousel .carousel-caption .carousel-link span:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f144";
        margin-left: 10px; }
    @media (min-width: 768px) {
      .container-fluid .news-carousel .carousel-caption .goldbar:before, .page .news-carousel .carousel-caption .goldbar:before, .container-fluid .news-carousel .carousel-caption .banner-full-width.hero-image section.callout span:before, .banner-full-width.hero-image section.callout .container-fluid .news-carousel .carousel-caption span:before, .page .news-carousel .carousel-caption .banner-full-width.hero-image section.callout span:before, .banner-full-width.hero-image section.callout .page .news-carousel .carousel-caption span:before {
        display: block; } }
  @media (max-width: 767px) {
    .container-fluid .news-carousel .owl-carousel .owl-dots, .page .news-carousel .owl-carousel .owl-dots {
      bottom: -60px; } }

header .banner-full-width .hero-header {
  padding: 0; }
  header .banner-full-width .hero-header .page-header {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    top: 0;
    -ms-flex-pack: center;
        justify-content: center; }
    header .banner-full-width .hero-header .page-header .overlay {
      background: none;
      padding: 0; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    color: #8c6d20;
    font-size: 2.75em;
    transform: translateY(-50%);
    padding: 20% 20px; }
  .owl-carousel .owl-nav .owl-next {
    right: 0; }
  .owl-carousel .owl-nav .owl-prev {
    left: 0; }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .owl-dots {
      bottom: 0; } }
  .owl-carousel .owl-dots .owl-dot {
    padding: 10px 8px;
    display: inline-block; }
    .owl-carousel .owl-dots .owl-dot span {
      width: .8em;
      height: .8em;
      background: #cccccc;
      border: 1px solid #ffffff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 50%; }
    .owl-carousel .owl-dots .owl-dot.active span {
      background: #8c6d20;
      border-width: 2px;
      opacity: 1;
      transform: scale(1.45); }

.owl-carousel .carousel-caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0 45px 0; }
  @media (min-width: 768px) {
    .owl-carousel .carousel-caption {
      height: 100%;
      padding: 5% 60px 0; } }
  @media (min-width: 992px) {
    .owl-carousel .carousel-caption {
      bottom: -2.5em;
      padding: 10% 60px 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .owl-carousel .carousel-caption {
      margin-bottom: 7%; } }
  @media (max-width: 767px) {
    .owl-carousel .carousel-caption {
      padding-bottom: 6em; } }
  @media (max-width: 340px) {
    .owl-carousel .carousel-caption {
      padding-bottom: 5em; } }
  .owl-carousel .carousel-caption span {
    color: #cc9f2e;
    font-weight: 600;
    text-transform: uppercase; }
  .owl-carousel .carousel-caption h2, .owl-carousel .carousel-caption p, .owl-carousel .carousel-caption a {
    color: #ffffff;
    padding: 0;
    word-break: break-word; }
  .owl-carousel .carousel-caption h2 {
    font-size: 1.75em;
    display: block;
    line-height: 1.2;
    margin: 10px 0 5px;
    text-rendering: optimizelegibility; }
    @media (min-width: 768px) {
      .owl-carousel .carousel-caption h2 {
        font-weight: 100;
        max-width: 60%; } }
    @media (min-width: 992px) {
      .owl-carousel .carousel-caption h2 {
        font-size: 2em;
        max-width: 55%; } }
    @media (max-width: 340px) {
      .owl-carousel .carousel-caption h2 {
        font-size: 1.5em; } }
  .owl-carousel .carousel-caption p {
    padding: 0;
    margin-bottom: 0;
    display: none; }
    @media (min-width: 768px) {
      .owl-carousel .carousel-caption p {
        display: block;
        max-width: 75%; } }
    @media (min-width: 992px) {
      .owl-carousel .carousel-caption p {
        max-width: 55%; } }
  .owl-carousel .carousel-caption a {
    margin-top: 1.5em;
    display: inline-block; }
    .owl-carousel .carousel-caption a:empty {
      display: none; }
    @media (min-width: 768px) {
      .owl-carousel .carousel-caption a:not(:empty) {
        margin-top: .25em; } }
    .owl-carousel .carousel-caption a.video:before {
      display: none; }
    .owl-carousel .carousel-caption a.video:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.3em;
      content: "\f144";
      margin-left: 10px;
      position: relative;
      top: 2px; }

/*! end fe-01-text-callout.scss */
.carousel.grid-links {
  border-top: 4px solid #f5f5f5;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .carousel.grid-links {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .carousel.grid-links h1 {
    margin-bottom: .5em;
    padding: 0;
    text-align: left; }
  .carousel.grid-links .tiles .tile {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
    color: #555555; }
    .carousel.grid-links .tiles .tile a {
      height: 270px;
      overflow: hidden; }
      .carousel.grid-links .tiles .tile a:hover p, .carousel.grid-links .tiles .tile a:active p, .carousel.grid-links .tiles .tile a:focus p {
        color: #ffffff; }
      .carousel.grid-links .tiles .tile a p:not(.type) {
        height: 135px;
        /* background: red; */
        overflow: hidden;
        width: 89%; }
  .carousel.grid-links .owl-dots {
    position: relative;
    bottom: -20px; }
  .carousel.grid-links .owl-carousel .owl-nav {
    top: 40%; }
    .carousel.grid-links .owl-carousel .owl-nav .owl-prev {
      left: -5%; }
      @media (max-width: 767px) {
        .carousel.grid-links .owl-carousel .owl-nav .owl-prev {
          padding: 0;
          left: 0; } }
    .carousel.grid-links .owl-carousel .owl-nav .owl-next {
      right: -5%; }
      @media (max-width: 767px) {
        .carousel.grid-links .owl-carousel .owl-nav .owl-next {
          padding: 0;
          right: 0; } }

.trumba-wrap {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .trumba-wrap {
      margin-top: 0;
      margin-bottom: 20px; } }
  .trumba-wrap h1, .trumba-wrap p.lead {
    text-align: center; }
  .trumba-wrap p.lead {
    margin: 0; }
  @media (min-width: 768px) {
    .trumba-wrap a.btn {
      display: block;
      margin: 40px auto;
      width: 250px; }
      .trumba-wrap a.btn:focus, .trumba-wrap a.btn:active, .trumba-wrap a.btn:hover, .trumba-wrap a.btn:focus:active {
        display: block;
        margin: 40px auto;
        width: 250px; } }

@media (max-width: 767px) {
  .banner-full-width .page-header .overlay aside {
    margin-top: 1em; } }

@media (min-width: 992px) {
  .banner-full-width .page-header .overlay aside {
    padding-left: 2em; } }

.banner-full-width .page-header .overlay aside h3 {
  font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4; }

.banner-full-width .page-header .overlay aside h4 {
  font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px; }

.banner-full-width .page-header .overlay aside ul {
  margin: .5em 0; }
  .banner-full-width .page-header .overlay aside ul li a {
    color: #ffffff;
    font-weight: 200;
    line-height: 1.4; }

.banner-full-width .page-header .overlay aside p {
  font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
  font-weight: 200; }
  .banner-full-width .page-header .overlay aside p a {
    color: #ffffff; }

.banner-full-width .page-header .overlay aside a.btn {
  margin: 1em 0 0;
  padding: 15px 0;
  text-align: center;
  width: 100%; }

.banner-full-width .page-header .overlay aside.principal {
  padding-left: 55px; }
  .banner-full-width .page-header .overlay aside.principal h3 {
    line-height: 1;
    margin-bottom: 20px; }
  .banner-full-width .page-header .overlay aside.principal h4 {
    line-height: 1; }
  .banner-full-width .page-header .overlay aside.principal ul {
    margin-top: 5px; }
    .banner-full-width .page-header .overlay aside.principal ul li a {
      font-weight: 200;
      line-height: 1.3; }

.banner-full-width .page-header .overlay aside img {
  border-radius: 50%;
  position: absolute;
  left: 0; }

.banner-full-width .page-header .overlay .profile-detail, .banner-full-width .page-header .overlay .location-detail {
  padding: 0; }
  .banner-full-width .page-header .overlay .profile-detail h1, .banner-full-width .page-header .overlay .location-detail h1 {
    font-size: 2em; }
    .banner-full-width .page-header .overlay .profile-detail h1 a, .banner-full-width .page-header .overlay .location-detail h1 a {
      color: #ffffff; }
  .banner-full-width .page-header .overlay .profile-detail h2, .banner-full-width .page-header .overlay .location-detail h2 {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.4; }
  .banner-full-width .page-header .overlay .profile-detail a, .banner-full-width .page-header .overlay .location-detail a {
    color: #ffffff; }
  .banner-full-width .page-header .overlay .profile-detail .profile-image, .banner-full-width .page-header .overlay .location-detail .profile-image {
    border: none;
    padding: 0; }
  .banner-full-width .page-header .overlay .profile-detail .profile-rating, .banner-full-width .page-header .overlay .location-detail .profile-rating {
    margin-top: 1em; }
  .banner-full-width .page-header .overlay .profile-detail .profile-title li a, .banner-full-width .page-header .overlay .profile-detail .profile-title li span, .banner-full-width .page-header .overlay .location-detail .profile-title li a, .banner-full-width .page-header .overlay .location-detail .profile-title li span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px; }
    .banner-full-width .page-header .overlay .profile-detail .profile-title li a:after, .banner-full-width .page-header .overlay .profile-detail .profile-title li span:after, .banner-full-width .page-header .overlay .location-detail .profile-title li a:after, .banner-full-width .page-header .overlay .location-detail .profile-title li span:after {
      content: ', '; }
    .banner-full-width .page-header .overlay .profile-detail .profile-title li a:last-child:after, .banner-full-width .page-header .overlay .profile-detail .profile-title li span:last-child:after, .banner-full-width .page-header .overlay .location-detail .profile-title li a:last-child:after, .banner-full-width .page-header .overlay .location-detail .profile-title li span:last-child:after {
      content: ''; }
  .banner-full-width .page-header .overlay .profile-detail .profile-treatments, .banner-full-width .page-header .overlay .location-detail .profile-treatments {
    margin-top: 1em; }
    .banner-full-width .page-header .overlay .profile-detail .profile-treatments li, .banner-full-width .page-header .overlay .location-detail .profile-treatments li {
      font-weight: 300; }
    .banner-full-width .page-header .overlay .profile-detail .profile-treatments a, .banner-full-width .page-header .overlay .location-detail .profile-treatments a {
      color: #ffffff; }
  .banner-full-width .page-header .overlay .profile-detail .stars .fa, .banner-full-width .page-header .overlay .location-detail .stars .fa {
    color: #ffffff; }
  .banner-full-width .page-header .overlay .profile-detail .social-connect h3, .banner-full-width .page-header .overlay .location-detail .social-connect h3 {
    margin-bottom: 5px; }
  .banner-full-width .page-header .overlay .profile-detail .social-connect li, .banner-full-width .page-header .overlay .location-detail .social-connect li {
    display: block;
    float: left; }
    .banner-full-width .page-header .overlay .profile-detail .social-connect li a, .banner-full-width .page-header .overlay .location-detail .social-connect li a {
      display: block;
      width: 40px; }

@media (max-width: 767px) {
  .banner-full-width .page-header .overlay .location-detail .col-sm-8 {
    padding-top: 25px; }
    .banner-full-width .page-header .overlay .location-detail .col-sm-8 .route {
      border-top: 2px solid rgba(255, 255, 255, 0.4);
      border-bottom: 2px solid rgba(255, 255, 255, 0.4);
      display: block;
      padding: 10px 0;
      margin: 0 0 10px; } }

.banner-full-width .hero-header.profile hr {
  display: none; }

@media (max-width: 767px) {
  .banner-full-width .hero-header.profile .owl-carousel {
    display: none; }
  .banner-full-width .hero-header.profile .overlay {
    margin-top: 0;
    padding: 0; }
    .banner-full-width .hero-header.profile .overlay .social-connect {
      float: left;
      margin: 1em 0;
      width: 100%; }
      .banner-full-width .hero-header.profile .overlay .social-connect h3 {
        margin-bottom: 15px; }
      .banner-full-width .hero-header.profile .overlay .social-connect ul {
        text-align: center; }
        .banner-full-width .hero-header.profile .overlay .social-connect ul li {
          display: inline-block;
          width: 25%; }
        .banner-full-width .hero-header.profile .overlay .social-connect ul a {
          font-size: 2em;
          width: auto; }
  .banner-full-width .hero-header.profile .container {
    padding: 0; }
  .banner-full-width .hero-header.profile .col-sm-8 > div {
    padding: 0; }
  .banner-full-width .hero-header.profile .profile-title {
    padding: 15px;
    padding-bottom: 0; }
  .banner-full-width .hero-header.profile .profile-image {
    margin-bottom: 0; }
  .banner-full-width .hero-header.profile hr {
    border-bottom: none;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    display: block;
    margin: 20px auto 5px;
    width: 90%; }
  .banner-full-width .hero-header.profile aside a.btn {
    margin: 1.75em 0 1em; } }

@media (min-width: 768px) and (max-width: 991px) {
  .banner-full-width .hero-header.profile .page-header {
    font-size: .8em; }
    .banner-full-width .hero-header.profile .page-header .device-view {
      display: none !important; }
    .banner-full-width .hero-header.profile .page-header .desktop-view {
      display: block !important; }
    .banner-full-width .hero-header.profile .page-header .overlay {
      padding: 15px 0; }
    .banner-full-width .hero-header.profile .page-header .profile-treatments, .banner-full-width .hero-header.profile .page-header .profile-title {
      margin-top: .5em;
      margin-bottom: .5em; }
      .banner-full-width .hero-header.profile .page-header .profile-treatments ul, .banner-full-width .hero-header.profile .page-header .profile-title ul {
        margin: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-full-width .hero-header.profile .page-header {
    font-size: .9em; } }

/*! begin gc-02-04-06-footer.scss */
footer {
  font-weight: 500;
  font-size: .9em; }
  footer section {
    padding: 40px 0; }
  footer .footer-brand {
    display: block;
    margin: 0 0 30px 0; }
  footer p {
    margin: 0; }
  footer nav li {
    margin-bottom: 20px;
    line-height: 1.2; }
    footer nav li a {
      color: #333333; }
      footer nav li a:hover {
        cursor: pointer; }

/*! end gc-02-04-06-footer.scss */
.form-wrapper {
  padding: 0 0 40px;
  /* Only thing that seems to get rid of border-radius in select elements - Now with added SVG Dropdown Arrow Goodiness! */ }
  @media (min-width: 992px) {
    .form-wrapper {
      padding: 0 0px 20px 40px; } }
  .form-wrapper .provider-info legend {
    border: none; }
  .form-wrapper .provider-info h3 {
    font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0; }
  .form-wrapper .provider-info select {
    padding: 0 20px; }
  .form-wrapper .provider-info i.fa {
    cursor: pointer;
    line-height: 1.5;
    padding: 10px 0; }
    .form-wrapper .provider-info i.fa.fa-times {
      margin-top: 2px; }
  .form-wrapper .provider-info .location-info {
    transition: opacity 0.5s linear; }
    .form-wrapper .provider-info .location-info a.view-more:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f0a9';
      margin-left: 5px; }
    .form-wrapper .provider-info .location-info a.route:before {
      margin: 0 15px;
      content: '|'; }
    .form-wrapper .provider-info .location-info a.route:after {
      margin: 0 10px; }
    .form-wrapper .provider-info .location-info p {
      margin: 10px 0 15px !important; }
  .form-wrapper input {
    box-shadow: none;
    border-radius: 0 !important; }
  .form-wrapper fieldset {
    margin-top: 30px; }
  .form-wrapper fieldset.top {
    margin-top: 0; }
  .form-wrapper fieldset.contact {
    margin-bottom: 30px; }
  .form-wrapper input[type="text"],
  .form-wrapper input[type="number"],
  .form-wrapper input[type="email"],
  .form-wrapper select {
    height: 50px;
    box-shadow: none;
    border-radius: 0 !important; }
  .form-wrapper legend {
    margin: 0;
    border: none;
    border-top: 1px solid #e5e5e5;
    line-height: 60px; }
  .form-wrapper fieldset:first-of-type legend {
    border-top: 0px; }
  .form-wrapper textarea {
    border-radius: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }
  .form-wrapper textarea.apt-details {
    height: 150px; }
  .form-wrapper select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    padding: 0 20px; }
  .form-wrapper #success_message {
    display: none; }
  .form-wrapper input.btn {
    margin-left: 20px; }
    @media (max-width: 991px) {
      .form-wrapper input.btn {
        border-width: 1px;
        margin: 10px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .form-wrapper input.btn.pull-right {
        margin-left: 15px; } }
    .form-wrapper input.btn:hover, .form-wrapper input.btn:focus, .form-wrapper input.btn:active {
      display: inline-block;
      padding: 20px 40px;
      background-image: none;
      text-shadow: none;
      text-decoration: none;
      color: #ffffff;
      background-color: #8f4000;
      border-width: 0; }
      @media (max-width: 767px) {
        .form-wrapper input.btn:hover, .form-wrapper input.btn:focus, .form-wrapper input.btn:active {
          padding: 20px 15px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .form-wrapper input.btn:hover, .form-wrapper input.btn:focus, .form-wrapper input.btn:active {
          padding: 20px 10px;
          word-wrap: break-word; } }
      .form-wrapper input.btn:hover:focus, .form-wrapper input.btn:focus:focus, .form-wrapper input.btn:active:focus {
        outline: 0 !important; }
    .form-wrapper input.btn.callout, .form-wrapper input.btn.caption, .form-wrapper input.btn.bordered, .form-wrapper input.btn.form.facets, .form-wrapper input.btn.resultsmeta.header, .form-wrapper .results-listing.generic input.btn.search-result.recommended, .results-listing.generic .form-wrapper input.btn.search-result.recommended {
      border-width: 3px;
      border-color: #c25700;
      padding: 18px 40px; }
      @media (max-width: 991px) {
        .form-wrapper input.btn.callout, .form-wrapper input.btn.caption, .form-wrapper input.btn.bordered, .form-wrapper input.btn.form.facets, .form-wrapper input.btn.resultsmeta.header, .form-wrapper .results-listing.generic input.btn.search-result.recommended, .results-listing.generic .form-wrapper input.btn.search-result.recommended {
          border-color: #00594f;
          color: #00594f; } }
      .form-wrapper input.btn.callout:hover, .form-wrapper input.btn.caption:hover, .form-wrapper input.btn.bordered:hover, .form-wrapper input.btn.form.facets:hover, .form-wrapper input.btn.resultsmeta.header:hover, .form-wrapper .results-listing.generic input.btn.search-result.recommended:hover, .results-listing.generic .form-wrapper input.btn.search-result.recommended:hover, .form-wrapper input.btn.callout:focus, .form-wrapper input.btn.caption:focus, .form-wrapper input.btn.bordered:focus, .form-wrapper input.btn.form.facets:focus, .form-wrapper input.btn.resultsmeta.header:focus, .form-wrapper .results-listing.generic input.btn.search-result.recommended:focus, .results-listing.generic .form-wrapper input.btn.search-result.recommended:focus, .form-wrapper input.btn.callout:active, .form-wrapper input.btn.caption:active, .form-wrapper input.btn.bordered:active, .form-wrapper input.btn.form.facets:active, .form-wrapper input.btn.resultsmeta.header:active, .form-wrapper .results-listing.generic input.btn.search-result.recommended:active, .results-listing.generic .form-wrapper input.btn.search-result.recommended:active {
        border-color: #c25700; }
        @media (max-width: 991px) {
          .form-wrapper input.btn.callout:hover, .form-wrapper input.btn.caption:hover, .form-wrapper input.btn.bordered:hover, .form-wrapper input.btn.form.facets:hover, .form-wrapper input.btn.resultsmeta.header:hover, .form-wrapper .results-listing.generic input.btn.search-result.recommended:hover, .results-listing.generic .form-wrapper input.btn.search-result.recommended:hover, .form-wrapper input.btn.callout:focus, .form-wrapper input.btn.caption:focus, .form-wrapper input.btn.bordered:focus, .form-wrapper input.btn.form.facets:focus, .form-wrapper input.btn.resultsmeta.header:focus, .form-wrapper .results-listing.generic input.btn.search-result.recommended:focus, .results-listing.generic .form-wrapper input.btn.search-result.recommended:focus, .form-wrapper input.btn.callout:active, .form-wrapper input.btn.caption:active, .form-wrapper input.btn.bordered:active, .form-wrapper input.btn.form.facets:active, .form-wrapper input.btn.resultsmeta.header:active, .form-wrapper .results-listing.generic input.btn.search-result.recommended:active, .results-listing.generic .form-wrapper input.btn.search-result.recommended:active {
            border-color: #00594f;
            background-color: #00594f;
            color: #ffffff; } }
  .form-wrapper label.button {
    border-width: 3px; }
    @media (max-width: 991px) {
      .form-wrapper label.button.half {
        height: auto;
        line-height: 1;
        margin-bottom: 0;
        height: 60px;
        line-height: 60px;
        width: 47%; }
        .form-wrapper label.button.half + label.button {
          float: right; } }
    @media (min-width: 768px) {
      .form-wrapper label.button.half:nth-child(odd) {
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .form-wrapper label.button.half {
        margin-right: 30px; } }
  .form-wrapper .best-call-time input[type="checkbox"], .form-wrapper .same-day input[type="radio"], .form-wrapper .current-patient input[type="radio"] {
    display: none; }
  .form-wrapper .best-call-time {
    width: 100%; }
  .form-wrapper .same-day, .form-wrapper .current-patient {
    width: 165px; }
  .form-wrapper .best-call-time, .form-wrapper .same-day, .form-wrapper .current-patient {
    margin: 0px 4px 30px 0px;
    background-color: white;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 2px solid #00594f;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    overflow: hidden;
    float: left; }
  .form-wrapper .best-call-time:first-of-type {
    margin-left: 0; }
  .form-wrapper .best-call-time:hover, .form-wrapper .same-day:hover, .form-wrapper .current-patient:hover {
    background-color: #00594f;
    color: white;
    cursor: pointer; }
  .form-wrapper .best-call-time input:checked + span {
    width: 100%; }
  .form-wrapper .best-call-time input:checked + span, .form-wrapper .same-day input:checked + span, .form-wrapper .current-patient input:checked + span {
    background-color: #00594f;
    color: white;
    display: block;
    height: 60px; }
  .form-wrapper label.button.half.current-patient {
    margin-right: 30px; }
    @media (max-width: 991px) {
      .form-wrapper label.button.half.current-patient {
        margin-right: 10px; }
        .form-wrapper label.button.half.current-patient:nth-child(even) {
          float: right;
          margin-right: 0; } }
  .form-wrapper #mywake-account {
    float: left; }
    @media (max-width: 991px) {
      .form-wrapper #mywake-account {
        width: 100%;
        max-height: 0;
        transition: opacity 0.15s linear, max-height 1s ease-out; }
        .form-wrapper #mywake-account.in {
          max-height: 500px; } }
    .form-wrapper #mywake-account .btn {
      padding: 18px 40px; }
      @media (max-width: 991px) {
        .form-wrapper #mywake-account .btn {
          margin-top: 1.4em;
          width: 100%; } }
  .form-wrapper .bg-graydeep, .form-wrapper .provider-info .location-info {
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 20px 0 30px;
    display: inline-block;
    width: 100%; }
    @media (min-width: 768px) {
      .form-wrapper .bg-graydeep, .form-wrapper .provider-info .location-info {
        padding: 20px; } }
    .form-wrapper .bg-graydeep p, .form-wrapper .provider-info .location-info p {
      margin: 20px 0 5px; }
    .form-wrapper .bg-graydeep legend, .form-wrapper .provider-info .location-info legend {
      border: none;
      padding-left: 20px; }
      @media (min-width: 768px) {
        .form-wrapper .bg-graydeep legend, .form-wrapper .provider-info .location-info legend {
          padding-left: 0; } }
    .form-wrapper .bg-graydeep label, .form-wrapper .provider-info .location-info label {
      margin-top: 20px; }
    .form-wrapper .bg-graydeep label.same-day, .form-wrapper .provider-info .location-info label.same-day {
      margin-top: 0; }
    .form-wrapper .bg-graydeep label, .form-wrapper .provider-info .location-info label {
      margin-top: 5px; }
    .form-wrapper .bg-graydeep fieldset, .form-wrapper .provider-info .location-info fieldset {
      margin-top: 0; }
    .form-wrapper .bg-graydeep .row, .form-wrapper .provider-info .location-info .row, .form-wrapper .bg-graydeep .drawer .panel-body.three-cols, .drawer .form-wrapper .bg-graydeep .panel-body.three-cols, .form-wrapper .provider-info .location-info .drawer .panel-body.three-cols, .drawer .form-wrapper .provider-info .location-info .panel-body.three-cols, .form-wrapper .bg-graydeep .banner-full-width .hero-header.no-image .page-header .overlay, .banner-full-width .hero-header.no-image .page-header .form-wrapper .bg-graydeep .overlay, .form-wrapper .provider-info .location-info .banner-full-width .hero-header.no-image .page-header .overlay, .banner-full-width .hero-header.no-image .page-header .form-wrapper .provider-info .location-info .overlay, .form-wrapper .bg-graydeep .location-result, .form-wrapper .provider-info .location-info .location-result, .form-wrapper .bg-graydeep .section-title, .form-wrapper .provider-info .location-info .section-title, .form-wrapper .bg-graydeep .people-result, .form-wrapper .provider-info .location-info .people-result, .form-wrapper .bg-graydeep .profile-detail, .form-wrapper .provider-info .location-info .profile-detail, .form-wrapper .bg-graydeep .location-detail, .form-wrapper .provider-info .location-info .location-detail, .form-wrapper .bg-graydeep .search-result, .form-wrapper .provider-info .location-info .search-result, .form-wrapper .bg-graydeep .rte div.half, .rte .form-wrapper .bg-graydeep div.half, .form-wrapper .provider-info .location-info .rte div.half, .rte .form-wrapper .provider-info .location-info div.half, .form-wrapper .bg-graydeep main article div.half, main article .form-wrapper .bg-graydeep div.half, .form-wrapper .provider-info .location-info main article div.half, main article .form-wrapper .provider-info .location-info div.half {
      padding: 15px 20px; }
      @media (min-width: 768px) {
        .form-wrapper .bg-graydeep .row, .form-wrapper .provider-info .location-info .row, .form-wrapper .bg-graydeep .drawer .panel-body.three-cols, .drawer .form-wrapper .bg-graydeep .panel-body.three-cols, .form-wrapper .provider-info .location-info .drawer .panel-body.three-cols, .drawer .form-wrapper .provider-info .location-info .panel-body.three-cols, .form-wrapper .bg-graydeep .banner-full-width .hero-header.no-image .page-header .overlay, .banner-full-width .hero-header.no-image .page-header .form-wrapper .bg-graydeep .overlay, .form-wrapper .provider-info .location-info .banner-full-width .hero-header.no-image .page-header .overlay, .banner-full-width .hero-header.no-image .page-header .form-wrapper .provider-info .location-info .overlay, .form-wrapper .bg-graydeep .location-result, .form-wrapper .provider-info .location-info .location-result, .form-wrapper .bg-graydeep .section-title, .form-wrapper .provider-info .location-info .section-title, .form-wrapper .bg-graydeep .people-result, .form-wrapper .provider-info .location-info .people-result, .form-wrapper .bg-graydeep .profile-detail, .form-wrapper .provider-info .location-info .profile-detail, .form-wrapper .bg-graydeep .location-detail, .form-wrapper .provider-info .location-info .location-detail, .form-wrapper .bg-graydeep .search-result, .form-wrapper .provider-info .location-info .search-result, .form-wrapper .bg-graydeep .rte div.half, .rte .form-wrapper .bg-graydeep div.half, .form-wrapper .provider-info .location-info .rte div.half, .rte .form-wrapper .provider-info .location-info div.half, .form-wrapper .bg-graydeep main article div.half, main article .form-wrapper .bg-graydeep div.half, .form-wrapper .provider-info .location-info main article div.half, main article .form-wrapper .provider-info .location-info div.half {
          padding: 0 20px; } }
  .form-wrapper .bg-graydeeper {
    background-color: #666666;
    color: white;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block; }
    .form-wrapper .bg-graydeeper p {
      font-style: italic;
      font-size: 14px;
      padding: 20px; }
      @media (min-width: 768px) {
        .form-wrapper .bg-graydeeper p {
          font-size: 12px; } }

.pac-container {
  background-color: #ffffff;
  box-shadow: 0px 7px 10px -1px #dbdbdb;
  width: auto !important; }
  @media (max-width: 600px) {
    .pac-container {
      max-width: 85%; } }
  .pac-container .pac-item {
    border-top: 1px solid #ebebeb;
    color: #666666;
    font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
    padding: 10px 25px; }
    .pac-container .pac-item:hover {
      background-color: #98bdcf; }
    .pac-container .pac-item .pac-matched {
      font-weight: 600; }
    .pac-container .pac-item span {
      font-size: 12px; }
      @media (min-width: 500px) {
        .pac-container .pac-item span {
          font-size: initial; } }
    .pac-container .pac-item .pac-icon {
      background-image: none; }
      .pac-container .pac-item .pac-icon:before {
        content: "\f041";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.25em;
        display: block;
        top: -2px;
        position: relative; }

.form {
  padding: 0 !important; }
  .form .twitter-typeahead {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important; }
    @media (max-width: 767px) {
      .form .twitter-typeahead {
        margin-bottom: 10px !important;
        width: 100%; } }
    .form .twitter-typeahead .searchterm {
      width: 100%; }
  .form .tt-menu {
    background-color: #ffffff;
    box-shadow: 0px 7px 10px -1px #dbdbdb;
    width: 100%; }
  .form .tt-suggestion {
    border-top: 1px solid #ebebeb;
    color: #666666;
    font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
    font-size: .9em;
    padding: 10px 25px; }
    .form .tt-suggestion:hover, .form .tt-suggestion.tt-cursor {
      background-color: #98bdcf; }
  .form.search {
    background-color: #41748d;
    /* Only thing that seems to get rid of border-radius in select elements - Now with added SVG Dropdown Arrow Goodiness! */
    /* Selected option for select */ }
    .form.search button.btn[type="submit"] {
      text-transform: capitalize; }
    .form.search button[disabled] {
      background-color: #999999;
      color: #f5f5f5; }
    @media (min-width: 992px) {
      .form.search {
        box-shadow: 0 0 6px 0 #999999; } }
    .form.search .alpha-row {
      margin: 0 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .form.search .alpha-row {
          margin: 10px 30px 0; } }
      @media (min-width: 992px) {
        .form.search .alpha-row {
          margin: 0 10px 0 30px; } }
      .form.search .alpha-row .form-group {
        margin: 0; }
        .form.search .alpha-row .form-group .alphabrowse#letters {
          height: auto;
          margin-bottom: 5px;
          margin-top: 25px;
          padding: 0; }
          .form.search .alpha-row .form-group .alphabrowse#letters label, .form.search .alpha-row .form-group .alphabrowse#letters input {
            color: #ffffff;
            font-weight: 400;
            margin: 0; }
            .form.search .alpha-row .form-group .alphabrowse#letters label:hover, .form.search .alpha-row .form-group .alphabrowse#letters input:hover {
              color: #a17d25;
              transition: color .2s ease-out;
              font-weight: 600; }
            .form.search .alpha-row .form-group .alphabrowse#letters label.inactive, .form.search .alpha-row .form-group .alphabrowse#letters input.inactive {
              color: #348e98;
              font-weight: 400; }
              .form.search .alpha-row .form-group .alphabrowse#letters label.inactive:hover, .form.search .alpha-row .form-group .alphabrowse#letters input.inactive:hover {
                text-decoration: none;
                font-weight: 400; }
      .form.search .alpha-row .alphabrowse#select {
        margin: 0; }
        .form.search .alpha-row .alphabrowse#select .letters-dropdown {
          width: 100%; }
          .form.search .alpha-row .alphabrowse#select .letters-dropdown select {
            max-width: 100%; }
    .form.search.with-filters .material-tabs-container .tabs-wrap {
      padding: 10px 30px 0; }
      @media (min-width: 992px) {
        .form.search.with-filters .material-tabs-container .tabs-wrap {
          padding: 30px 30px 0; } }
      .form.search.with-filters .material-tabs-container .tabs-wrap .select-wrap + .material-panels form .form-group.form-inline {
        margin-top: 10px; }
        @media (min-width: 992px) {
          .form.search.with-filters .material-tabs-container .tabs-wrap .select-wrap + .material-panels form .form-group.form-inline {
            margin-top: 20px; } }
      .form.search.with-filters .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline {
        margin: 0; }
        .form.search.with-filters .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline input, .form.search.with-filters .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline button {
          margin: 0 0 10px; }
          @media (min-width: 992px) {
            .form.search.with-filters .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline input, .form.search.with-filters .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline button {
              margin: 0; } }
        .form.search.with-filters .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline .twitter-typeahead input, .form.search.with-filters .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline .twitter-typeahead button {
          margin: 0; }
    .form.search.with-filters form {
      margin-bottom: 0; }
      .form.search.with-filters form.filter .form-group {
        display: block; }
        @media (min-width: 768px) {
          .form.search.with-filters form.filter .form-group {
            display: inline-block; } }
        @media (min-width: 768px) {
          .form.search.with-filters form.filter .form-group.short {
            display: block; } }
    .form.search.with-filters.tabbed .lead {
      color: #ffffff; }
    @media (max-width: 991px) {
      .form.search.with-filters.tabbed.with-alpha {
        padding: 0 !important; } }
    .form.search.with-filters.tabbed.with-alpha.single {
      padding: 0 !important; }
    .form.search.with-filters.tabbed.with-alpha .results-filters .form-group, .form.search.with-filters.tabbed.with-alpha .search-facets .form-group {
      -ms-flex: none;
          flex: none; }
    .form.search.with-filters .results-filters fieldset.radiocheck, .form.search.with-filters .search-facets fieldset.radiocheck {
      margin: 10px 0; }
    .form.search.with-filters .results-filters label, .form.search.with-filters .search-facets label {
      top: 5px; }
    .form.search.single.site, .form.search.single {
      box-shadow: none; }
      .form.search.single.site.tabbed .tabs-wrap p, .form.search.single.tabbed .tabs-wrap p {
        color: #ffffff; }
      .form.search.single.site.tabbed .tabs-wrap .material-tabs, .form.search.single.tabbed .tabs-wrap .material-tabs {
        border-bottom: 3px solid rgba(255, 220, 220, 0.45); }
        .form.search.single.site.tabbed .tabs-wrap .material-tabs a, .form.search.single.tabbed .tabs-wrap .material-tabs a {
          color: #ffffff; }
      .form.search.single.site .results-filters p, .form.search.single .results-filters p {
        color: #ffffff; }
    .form.search.single {
      padding: 30px 20px !important;
      /* Only thing that seems to get rid of border-radius in select elements - Now with added SVG Dropdown Arrow Goodiness! */ }
      @media (min-width: 768px) {
        .form.search.single {
          padding: 35px 40px !important; } }
      .form.search.single.tabbed .search-facets, .form.search.single.tabbed .results-filters {
        padding: 0 30px 30px; }
      .form.search.single.tabbed.with-alpha {
        margin: 0 !important;
        padding: 0 15px 30px !important; }
        .form.search.single.tabbed.with-alpha p.lead {
          color: #333333; }
        .form.search.single.tabbed.with-alpha .alpha-row {
          margin: 0 15px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .form.search.single.tabbed.with-alpha .alpha-row {
              margin: 5px 30px; } }
          .form.search.single.tabbed.with-alpha .alpha-row .form-group .alphabrowse#letters {
            margin: 0 15px; }
            @media (min-width: 1200px) {
              .form.search.single.tabbed.with-alpha .alpha-row .form-group .alphabrowse#letters input.letter, .form.search.single.tabbed.with-alpha .alpha-row .form-group .alphabrowse#letters label[for=all] {
                width: 3.8%; } }
        .form.search.single.tabbed.with-alpha .material-tabs-container .material-tabs {
          border-bottom: 3px solid rgba(0, 0, 0, 0.25); }
          .form.search.single.tabbed.with-alpha .material-tabs-container .material-tabs a {
            color: #333333; }
          @media (max-width: 767px) {
            .form.search.single.tabbed.with-alpha .material-tabs-container .material-tabs {
              border-bottom: none; } }
        @media (max-width: 991px) {
          .form.search.single.tabbed.with-alpha .material-tabs-container .tabs-wrap {
            padding-bottom: 0; } }
        @media (max-width: 767px) {
          .form.search.single.tabbed.with-alpha .material-tabs-container .tabs-wrap {
            padding-top: 8px; }
            .form.search.single.tabbed.with-alpha .material-tabs-container .tabs-wrap .material-panels .form-group.form-inline input.searchterm, .form.search.single.tabbed.with-alpha .material-tabs-container .tabs-wrap .material-panels .form-group.form-inline span.twitter-typeahead {
              -ms-flex: 0 1 72%;
                  flex: 0 1 72%;
              height: 40px; }
            .form.search.single.tabbed.with-alpha .material-tabs-container .tabs-wrap .material-panels .form-group.form-inline span.twitter-typeahead {
              margin-top: 10px !important; }
            .form.search.single.tabbed.with-alpha .material-tabs-container .tabs-wrap .material-panels .form-group.form-inline button {
              height: 40px;
              padding: 1px 0;
              margin-top: 0;
              -ms-flex: 0 1 22%;
                  flex: 0 1 22%; } }
        @media (min-width: 992px) {
          .form.search.single.tabbed.with-alpha.with-filters .material-tabs-container {
            padding-bottom: 15px; } }
        @media (max-width: 767px) {
          .form.search.single.tabbed.with-alpha.with-filters .alpha-row form {
            margin: 0 15px; } }
        .form.search.single.tabbed.with-alpha.with-filters .reset a:before, .form.search.single.tabbed.with-alpha.with-filters .reset a:after {
          color: #333333; }
      .form.search.single.with-alpha {
        margin: 0 -15px;
        position: relative; }
        .form.search.single.with-alpha form[role=form] {
          margin: 0; }
          .form.search.single.with-alpha form[role=form] label {
            margin: 0; }
        .form.search.single.with-alpha .alphabrowse#select {
          padding: 0; }
          .form.search.single.with-alpha .alphabrowse#select select {
            margin-top: 10px;
            max-width: 100%; }
        .form.search.single.with-alpha .alphabrowse#letters label, .form.search.single.with-alpha .alphabrowse#letters input {
          color: #ffffff; }
          .form.search.single.with-alpha .alphabrowse#letters label.inactive, .form.search.single.with-alpha .alphabrowse#letters input.inactive {
            color: #348e98; }
            .form.search.single.with-alpha .alphabrowse#letters label.inactive:hover, .form.search.single.with-alpha .alphabrowse#letters label.inactive:focus, .form.search.single.with-alpha .alphabrowse#letters label.inactive:active, .form.search.single.with-alpha .alphabrowse#letters input.inactive:hover, .form.search.single.with-alpha .alphabrowse#letters input.inactive:focus, .form.search.single.with-alpha .alphabrowse#letters input.inactive:active {
              text-decoration: none; }
          .form.search.single.with-alpha .alphabrowse#letters label:hover, .form.search.single.with-alpha .alphabrowse#letters label:focus, .form.search.single.with-alpha .alphabrowse#letters label:active, .form.search.single.with-alpha .alphabrowse#letters input:hover, .form.search.single.with-alpha .alphabrowse#letters input:focus, .form.search.single.with-alpha .alphabrowse#letters input:active {
            text-decoration: underline; }
      .form.search.single.with-filters .reset {
        bottom: -5px; }
        @media (max-width: 767px) {
          .form.search.single.with-filters .reset {
            border-top-color: #ffffff;
            padding-top: 15px; } }
      @media (max-width: 767px) {
        .form.search.single.with-filters.with-alpha .reset {
          border-top-color: #666666; } }
      .form.search.single input {
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0 22px;
        height: 44px; }
      .form.search.single .lead {
        font-size: 1em;
        font-weight: 500;
        margin-top: 8px;
        position: absolute; }
        @media (max-width: 767px) {
          .form.search.single .lead {
            display: none; } }
      .form.search.single form {
        margin-bottom: 0; }
        .form.search.single form .form-group {
          margin-bottom: 0; }
          @media (min-width: 768px) {
            .form.search.single form .form-group {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: row;
                  flex-direction: row;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-line-pack: distribute;
                  align-content: space-around;
              -ms-flex-align: center;
                  align-items: center; } }
          .form.search.single form .form-group label {
            margin: 0;
            padding: 0; }
            @media (min-width: 768px) {
              .form.search.single form .form-group label {
                -ms-flex-order: 0;
                    order: 0;
                -ms-flex: 0 1 90%;
                    flex: 0 1 90%;
                -ms-flex-item-align: auto;
                    align-self: auto; } }
          .form.search.single form .form-group button.btn {
            padding: 12px 0;
            padding: 11px 0 10px; }
            @media (min-width: 768px) {
              .form.search.single form .form-group button.btn {
                -ms-flex-order: 0;
                    order: 0;
                -ms-flex: 0 1 15%;
                    flex: 0 1 15%;
                -ms-flex-item-align: auto;
                    align-self: auto;
                margin: 0;
                padding: 0;
                height: 45px; } }
          .form.search.single form .form-group .twitter-typeahead {
            margin-right: 15px !important;
            flex: 0 1 90%;
          }
      .form.search.single .tabs-wrap .material-panels .form-group.form-inline input.searchterm, .form.search.single .tabs-wrap .material-panels .form-group.form-inline span.twitter-typeahead {
        -ms-flex: 0 1 73%;
            flex: 0 1 73%; }
        @media (min-width: 768px) {
          .form.search.single .tabs-wrap .material-panels .form-group.form-inline input.searchterm, .form.search.single .tabs-wrap .material-panels .form-group.form-inline span.twitter-typeahead {
            -ms-flex: 0 1 89%;
                flex: 0 1 89%; } }
      .form.search.single .tabs-wrap .material-panels .form-group.form-inline .twitter-typeahead input {
        height: 35px; }
        @media (min-width: 768px) {
          .form.search.single .tabs-wrap .material-panels .form-group.form-inline .twitter-typeahead input {
            height: 45px; } }
      @media (max-width: 767px) {
        .form.search.single .tabs-wrap .material-panels .form-group.form-inline .btn {
          -ms-flex: 0 1 23%;
              flex: 0 1 23%; } }
      .form.search.single .tabs-wrap .material-panels .form-group.form-inline button.btn {
        height: 40px;
        padding: 11px 0;
        margin-top: 1em; }
        @media (min-width: 768px) {
          .form.search.single .tabs-wrap .material-panels .form-group.form-inline button.btn {
            -ms-flex-order: 0;
                order: 0;
            -ms-flex: 0 1 10%;
                flex: 0 1 10%;
            -ms-flex-item-align: auto;
                align-self: auto;
            margin-bottom: 0 !important;
            margin-left: 15px;
            padding: 0;
            height: 45px; } }
      .form.search.single .search-facets, .form.search.single .results-filters {
        padding: 0; }
        .form.search.single .search-facets fieldset.radiocheck, .form.search.single .results-filters fieldset.radiocheck {
          padding: 0; }
          .form.search.single .search-facets fieldset.radiocheck label, .form.search.single .results-filters fieldset.radiocheck label {
            color: #ffffff;
            cursor: pointer;
            display: inline-block;
            font-size: .9em;
            line-height: 1.2em;
            margin-right: 15px;
            padding-left: 25px;
            position: relative; }
            .form.search.single .search-facets fieldset.radiocheck label:before, .form.search.single .results-filters fieldset.radiocheck label:before {
              background-color: transparent;
              border: 1px solid #ffffff;
              color: #ffffff;
              content: '';
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: .9em;
              width: 16px;
              height: 16px;
              margin-right: 10px;
              position: absolute;
              left: 0;
              top: 0; }
          .form.search.single .search-facets fieldset.radiocheck input[type=radio] + label:before, .form.search.single .results-filters fieldset.radiocheck input[type=radio] + label:before {
            border: none;
            content: "\f10c";
            font-size: 1em;
            margin-right: 5px;
            text-align: center; }
          .form.search.single .search-facets fieldset.radiocheck input[type=checkbox], .form.search.single .results-filters fieldset.radiocheck input[type=checkbox] {
            display: none; }
            .form.search.single .search-facets fieldset.radiocheck input[type=checkbox]:checked + label:before, .form.search.single .results-filters fieldset.radiocheck input[type=checkbox]:checked + label:before {
              content: "\f00c";
              text-align: center; }
          .form.search.single .search-facets fieldset.radiocheck input[type=radio], .form.search.single .results-filters fieldset.radiocheck input[type=radio] {
            display: none; }
            .form.search.single .search-facets fieldset.radiocheck input[type=radio]:checked + label:before, .form.search.single .results-filters fieldset.radiocheck input[type=radio]:checked + label:before {
              content: "\f111"; }
      .form.search.single select {
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
        background-position: 98% 50%;
        background-repeat: no-repeat;
        max-width: 100%;
        width: 100%;
        padding: 0 30px 0 20px !important;
        background-color: white;
        border: none;
        margin: 0;
        color: #666666;
        height: 45px; }
        @media (min-width: 768px) {
          .form.search.single select {
            height: 35px;
            background-position: 95% 50%;
            padding: 0 10px !important;
            width: auto;
            margin-right: 20px;
            min-width: 150px;
            max-width: 200px; } }
    .form.search.double {
      color: #ffffff;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .form.search.double {
          -ms-flex-order: 0;
              order: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
          -ms-flex-item-align: center;
              align-self: center; } }
      @media (max-width: 767px) {
        .form.search.double h1 {
          margin-bottom: 1em; } }
      .form.search.double .lead {
        font-size: 1em;
        font-weight: 500;
        margin-top: 8px;
        position: absolute; }
        @media (max-width: 767px) {
          .form.search.double .lead {
            display: none; } }
      .form.search.double form {
        margin: 0 auto 10px;
        padding: 0; }
        .form.search.double form input {
          border-radius: 0;
          padding: 22px 20px !important; }
      @media (max-width: 767px) {
        .form.search.double.tabbed.with-alpha {
          padding: 0 15px 15px !important; } }
      @media (max-width: 991px) {
        .form.search.double.tabbed.with-alpha form .alphabrowse#select select {
          max-width: 100%; }
        .form.search.double.tabbed.with-alpha .tabs-wrap {
          padding-bottom: 0; } }
      @media (max-width: 767px) {
        .form.search.double.tabbed.with-alpha .alpha-row {
          margin: 0 15px; } }
      .form.search.double.tabbed.with-alpha .alpha-row .form-group .alphabrowse#letters {
        margin: -15px 0 0;
        padding-bottom: 25px; }
      @media (max-width: 767px) {
        .form.search.double.tabbed.with-alpha.with-filters .tabs-wrap {
          padding: 15px 15px 0; } }
      .form.search.double.tabbed.with-alpha.with-filters .alpha-row .form-group .alphabrowse#letters {
        margin: 25px 0 5px;
        padding-bottom: 0; }
      @media (max-width: 767px) {
        .form.search.double.tabbed.with-alpha.with-filters .alpha-row form {
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .form.search.double.tabbed.with-alpha.with-filters .filter {
          margin-bottom: 0; }
          .form.search.double.tabbed.with-alpha.with-filters .filter .search-facets, .form.search.double.tabbed.with-alpha.with-filters .filter .results-filters {
            padding: 0 15px; } }
      @media (min-width: 768px) {
        .form.search.double .material-panels .form-group.form-inline input:nth-child(2) {
          -ms-flex: 0 1 21%;
              flex: 0 1 21%; } }
      @media (min-width: 992px) {
        .form.search.double .material-panels .form-group.form-inline input:nth-child(2) {
          -ms-flex: 0 1 17%;
              flex: 0 1 17%; } }
      @media (min-width: 1200px) {
        .form.search.double .material-panels .form-group.form-inline input:nth-child(2) {
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; } }
      .form.search.double .alphabrowse input.letter, .form.search.double .alphabrowse label {
        width: 3.1%; }
        .form.search.double .alphabrowse input.letter[for="all"], .form.search.double .alphabrowse label[for="all"] {
          width: 3.8%; }
    @media (max-width: 1199px) {
      .form.search.with-alpha {
        padding: 20px 25px !important; } }
    .form.search.with-alpha form .alphabrowse {
      padding: 20px 0 0;
      text-align: center;
      width: 100%; }
      .form.search.with-alpha form .alphabrowse#select {
        padding: 0; }
        @media (min-width: 992px) {
          .form.search.with-alpha form .alphabrowse#select {
            padding: 15px 0 0; } }
        .form.search.with-alpha form .alphabrowse#select .letters-dropdown {
          width: 100%; }
        .form.search.with-alpha form .alphabrowse#select select {
          height: 40px;
          background-position: 98% 50%;
          padding: 0 30px 0 20px !important;
          max-width: 100%; }
          @media (max-width: 991px) {
            .form.search.with-alpha form .alphabrowse#select select {
              width: 100%; } }
    @media (max-width: 991px) {
      .form.search.with-alpha form .form-group input[type=search] {
        width: calc(100% - 120px);
        padding: 23px 20px; } }
    @media (min-width: 768px) {
      .form.search.with-alpha form .form-group input[type=search] {
        padding: 20px;
        margin-right: 15px;
        width: 100%; } }
    @media (min-width: 992px) {
      .form.search.with-alpha form .form-group input[type=search] {
        padding: 23px 20px; } }
    .form.search.with-alpha form .form-group button {
      margin: 0;
      width: 110px; }
      .form.search.with-alpha form .form-group button:hover, .form.search.with-alpha form .form-group button:focus, .form.search.with-alpha form .form-group button:active {
        width: 110px; }
      @media (max-width: 991px) {
        .form.search.with-alpha form .form-group button {
          padding: 10px 0; } }
    @media (max-width: 1199px) {
      .form.search.with-alpha.pull-up {
        margin-top: -123px; } }
    @media (max-width: 767px) {
      .form.search.with-alpha.pull-up {
        margin-top: 0;
        padding: 25px 15px 40px; } }
    .form.search.tabbed .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline input, .form.search.tabbed .material-tabs-container .tabs-wrap .material-panels form .form-group.form-inline button {
      margin: 0; }
    .form.search.overlay {
      background: none; }
      .form.search.overlay .tabs-wrap {
        background: rgba(19, 19, 19, 0.55);
        padding: 10px 30px; }
        @media (min-width: 480px) and (max-width: 767px) {
          .form.search.overlay .tabs-wrap {
            width: 75%;
            margin: auto; }
            .form.search.overlay .tabs-wrap .material-panels .form-group.form-inline .btn {
              -ms-flex: 0 1 20%;
                  flex: 0 1 20%; }
            .form.search.overlay .tabs-wrap .material-panels .form-group.form-inline input[name=location] {
              -ms-flex: 0 1 77%;
                  flex: 0 1 77%; } }
      @media (max-width: 767px) {
        .form.search.overlay .material-panels .form-group.form-inline .btn {
          -ms-flex: 0 1 38%;
              flex: 0 1 38%; } }
      @media (max-width: 767px) {
        .form.search.overlay .material-panels .form-group.form-inline input[name=location] {
          margin: 0;
          padding: 20px;
          -ms-flex-order: 0;
              order: 0;
          -ms-flex: 0 1 58%;
              flex: 0 1 58%;
          -ms-flex-item-align: auto;
              align-self: auto; } }
      @media (min-width: 768px) {
        .form.search.overlay .material-panels .form-group.form-inline .searchterm, .form.search.overlay .material-panels .form-group.form-inline span.twitter-typeahead {
          -ms-flex-order: 0;
              order: 0;
          -ms-flex: 0 1 55%;
              flex: 0 1 55%;
          -ms-flex-item-align: auto;
              align-self: auto; }
          .form.search.overlay .material-panels .form-group.form-inline .searchterm input, .form.search.overlay .material-panels .form-group.form-inline span.twitter-typeahead input {
            display: block;
            width: 100%; }
        .form.search.overlay .material-panels .form-group.form-inline input:nth-child(2) {
          -ms-flex-order: 0;
              order: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
          -ms-flex-item-align: auto;
              align-self: auto; } }
    .form.search .reset {
      clear: both;
      position: relative;
      bottom: 5px; }
      @media (max-width: 767px) {
        .form.search .reset {
          text-align: center;
          margin-top: 20px;
          bottom: 0;
          border-top: 1px solid #666666;
          padding-top: 15px; } }
      .form.search .reset a {
        color: transparent;
        display: block;
        font-size: 1em;
        height: 35px;
        position: absolute;
        right: 0;
        bottom: 0; }
        @media (max-width: 767px) {
          .form.search .reset a {
            display: inline-block;
            position: relative; } }
        .form.search .reset a:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f00d';
          color: #666666;
          width: 16px;
          height: 16px;
          position: absolute;
          right: 10px;
          top: 0; }
        .form.search .reset a:after {
          content: 'reset';
          color: #666666;
          font-size: .7em;
          font-weight: 600;
          position: absolute;
          bottom: 0;
          right: 3px; }
    .form.search .reset-all-filters {
      border-bottom: 1px solid #666666;
      display: inline-block;
      font-size: 0.9em;
      line-height: 45px;
      margin: 14px 0 2px;
      padding-bottom: 11px;
      text-align: center;
      vertical-align: middle;
      width: 100%; }
      @media (min-width: 768px) {
        .form.search .reset-all-filters {
          border-bottom: 0;
          line-height: 35px;
          margin: 10px 0 0;
          min-width: 140px;
          padding: 0 36px 0 10px;
          text-align: left;
          width: auto;
          max-width: 200px; } }
      .form.search .reset-all-filters a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f00d';
        height: 16px;
        margin-left: 10px;
        width: 16px; }
      .form.search .reset-all-filters a:hover, .form.search .reset-all-filters a:focus {
        text-decoration: none; }
    .form.search.single .reset a:before, .form.search.single .reset a:after {
      color: #f5f5f5; }
    .form.search .tabs-wrap {
      background: #41748d;
      padding: 15px;
      position: relative; }
      @media (min-width: 480px) and (max-width: 767px) {
        .form.search .tabs-wrap .material-panels .form-group.form-inline .btn {
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; }
        .form.search .tabs-wrap .material-panels .form-group.form-inline input[name=location] {
          -ms-flex: 0 1 77%;
              flex: 0 1 77%; } }
      @media (min-width: 768px) {
        .form.search .tabs-wrap {
          padding: 30px; } }
      .form.search .tabs-wrap i.fa-angle-down {
        background-color: #ebebeb;
        color: #333333;
        font-size: 1.75em;
        padding-left: 10px;
        padding-top: 5px;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        background-color: transparent;
        font-size: 1.2em;
        padding: 10px;
        z-index: 200; }
        @media (min-width: 768px) {
          .form.search .tabs-wrap i.fa-angle-down {
            display: none; } }
    .form.search .material-tabs-container {
      padding: 0; }
      @media (max-width: 767px) {
        .form.search .material-tabs-container .material-tabs {
          background-color: #f9f9f9;
          border-bottom: 0;
          display: block;
          overflow: hidden;
          position: absolute;
          width: 100%;
          z-index: 10; }
          .form.search .material-tabs-container .material-tabs li {
            background-color: #ebebeb;
            display: block;
            width: 100%;
            height: 0;
            transition: height 0.25s ease-in-out; }
            .form.search .material-tabs-container .material-tabs li.active, .form.search .material-tabs-container .material-tabs li:hover {
              background-color: #f9f9f9;
              height: 40px; }
              .form.search .material-tabs-container .material-tabs li.active a, .form.search .material-tabs-container .material-tabs li:hover a {
                border-bottom: none;
                color: #333333;
                opacity: 1; }
                .form.search .material-tabs-container .material-tabs li.active a:hover, .form.search .material-tabs-container .material-tabs li.active a:focus, .form.search .material-tabs-container .material-tabs li.active a:active, .form.search .material-tabs-container .material-tabs li:hover a:hover, .form.search .material-tabs-container .material-tabs li:hover a:focus, .form.search .material-tabs-container .material-tabs li:hover a:active {
                  border-bottom: none; }
            .form.search .material-tabs-container .material-tabs li a {
              border: 0;
              color: #999999;
              display: block;
              padding: 8px 20px;
              opacity: 0;
              z-index: 1;
              /* Active tab is on top */
              transition: opacity 0.45s ease-in-out; }
              .form.search .material-tabs-container .material-tabs li a:hover, .form.search .material-tabs-container .material-tabs li a:focus, .form.search .material-tabs-container .material-tabs li a:active {
                border-bottom: none; } }
      @media (min-width: 768px) {
        .form.search .material-tabs-container .material-tabs {
          border-bottom: 3px solid rgba(140, 215, 224, 0.45);
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
          -ms-flex-align: center;
              align-items: center;
          padding-left: 110px; }
          .form.search .material-tabs-container .material-tabs a {
            color: #ffffff;
            padding: 5px 20px;
            bottom: -4px; } }
    .form.search .material-panels {
      min-height: 25px; }
      .form.search .material-panels .form-group.form-inline {
        margin-top: 20px; }
        @media (max-width: 767px) {
          .form.search .material-panels .form-group.form-inline {
            margin-top: 10px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-line-pack: stretch;
                align-content: stretch;
            -ms-flex-align: center;
                align-items: center; }
            .form.search .material-panels .form-group.form-inline .btn {
              -ms-flex-order: 0;
                  order: 0;
              -ms-flex: 0 1 38%;
                  flex: 0 1 38%;
              -ms-flex-item-align: auto;
                  align-self: auto;
              padding: 10px 0;
              width: auto; } }
        .form.search .material-panels .form-group.form-inline input, .form.search .material-panels .form-group.form-inline span.twitter-typeahead {
          border: none;
          box-shadow: none;
          margin: 0;
          min-width: 0;
          padding: 0 20px !important;
          height: 46px; }
          @media (max-width: 767px) {
            .form.search .material-panels .form-group.form-inline input, .form.search .material-panels .form-group.form-inline span.twitter-typeahead {
              background-color: #f9f9f9;
              -ms-flex: none;
                  flex: none; }
              .form.search .material-panels .form-group.form-inline input[name=location], .form.search .material-panels .form-group.form-inline span.twitter-typeahead[name=location] {
                margin: 0;
                -ms-flex-order: 0;
                    order: 0;
                -ms-flex: 0 1 58%;
                    flex: 0 1 58%;
                -ms-flex-item-align: auto;
                    align-self: auto; } }
          .form.search .material-panels .form-group.form-inline input .tt-hint, .form.search .material-panels .form-group.form-inline span.twitter-typeahead .tt-hint {
            display: none; }
          .form.search .material-panels .form-group.form-inline input .tt-input, .form.search .material-panels .form-group.form-inline span.twitter-typeahead .tt-input {
            background-color: #ffffff !important; }
        .form.search .material-panels .form-group.form-inline span.twitter-typeahead {
          padding: 0 !important; }
        @media (min-width: 768px) {
          .form.search .material-panels .form-group.form-inline {
            margin: 20px 0 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-line-pack: stretch;
                align-content: stretch;
            -ms-flex-align: center;
                align-items: center; }
            .form.search .material-panels .form-group.form-inline input.searchterm, .form.search .material-panels .form-group.form-inline span.twitter-typeahead {
              -ms-flex-order: 0;
                  order: 0;
              -ms-flex: 0 1 56%;
                  flex: 0 1 56%;
              -ms-flex-item-align: auto;
                  align-self: auto; }
            .form.search .material-panels .form-group.form-inline input:nth-child(2) {
              -ms-flex-order: 0;
                  order: 0;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%;
              -ms-flex-item-align: auto;
                  align-self: auto; } }
        @media (min-width: 992px) {
          .form.search .material-panels .form-group.form-inline input.searchterm, .form.search .material-panels .form-group.form-inline span.twitter-typeahead {
            -ms-flex: 0 1 66%;
                flex: 0 1 66%; }
          .form.search .material-panels .form-group.form-inline input:nth-child(2) {
            -ms-flex: 0 1 20%;
                flex: 0 1 20%; } }
        @media (min-width: 1200px) {
          .form.search .material-panels .form-group.form-inline input:nth-child(2) {
            -ms-flex: 0 1 22%;
                flex: 0 1 22%; } }
      .form.search .material-panels .form-control {
        margin: 0; }
      .form.search .material-panels .btn {
        padding: 15px 25px;
        width: auto; }
        @media (min-width: 768px) {
          .form.search .material-panels .btn {
            margin: -1px 0 0;
            padding: 10px 30px; }
            .form.search .material-panels .btn:focus:active {
              padding: 10px 30px; } }
    @media (max-width: 767px) {
      .form.search .select-wrap {
        position: relative;
        height: 40px;
        margin-top: 1em; }
        .form.search .select-wrap.active .material-tabs {
          box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.5);
          height: auto;
          transition: height 0.25s ease-in-out; }
          .form.search .select-wrap.active .material-tabs li {
            height: 40px; }
          .form.search .select-wrap.active .material-tabs a {
            opacity: 1; } }
    .form.search select {
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
      background-position: 98% 50%;
      background-repeat: no-repeat;
      max-width: 100%;
      width: 100%;
      padding: 0 30px 0 20px !important;
      padding-right: 37px !important;
      background-color: white;
      border: none;
      margin: 0;
      color: #666666;
      height: 45px; }
      @media (min-width: 768px) {
        .form.search select {
          height: 35px;
          background-position: 95% 50%;
          margin-right: 10px;
          padding: 0 10px !important;
          padding-right: 37px !important;
          min-width: 167px;
          width: auto;
          max-width: 200px; } }
    @media (min-width: 768px) {
      .form.search .short select {
        min-width: 140px;
        max-width: 200px; } }
    .form.search .selected-option {
      background-color: #ffffff;
      border: 1px solid #00806f;
      cursor: pointer;
      display: inline-block;
      font-size: 0.9em;
      height: 45px;
      line-height: 43px;
      margin-top: 10px;
      max-width: 100%;
      overflow: hidden;
      padding: 0 36px 0 20px;
      position: relative;
      text-overflow: ellipsis;
      vertical-align: middle;
      width: 100%; }
      @media (min-width: 768px) {
        .form.search .selected-option {
          height: 35px;
          line-height: 33px;
          margin-right: 10px;
          max-width: 200px;
          min-width: 140px;
          padding: 0 36px 0 10px;
          width: auto; } }
      .form.search .selected-option:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f00d';
        height: 16px;
        position: absolute;
        right: 6px;
        top: 13px;
        width: 16px; }
        @media (min-width: 768px) {
          .form.search .selected-option:after {
            top: 8px; } }
      .form.search .selected-option:hover, .form.search .selected-option:focus {
        text-decoration: none; }
  .form .filter .search-facets, .form .filter .results-filters {
    padding: 0 30px 30px; }
  .form .search-facets, .form .results-filters {
    color: #ffffff; }
    .form .search-facets .form-group, .form .results-filters .form-group {
      margin-bottom: 0; }
    .form .search-facets p, .form .results-filters p {
      -ms-flex: none;
          flex: none;
      font-weight: 300;
      margin: 15px 0 0; }
    .form .search-facets fieldset.radiocheck, .form .results-filters fieldset.radiocheck {
      padding: 0; }
      .form .search-facets fieldset.radiocheck label, .form .results-filters fieldset.radiocheck label {
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-size: .9em;
        line-height: 1.2em;
        margin-right: 15px;
        padding-left: 25px;
        position: relative; }
        .form .search-facets fieldset.radiocheck label:before, .form .results-filters fieldset.radiocheck label:before {
          background-color: transparent;
          border: 1px solid #ffffff;
          color: #ffffff;
          content: '';
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: .9em;
          width: 16px;
          height: 16px;
          margin-right: 10px;
          position: absolute;
          left: 0;
          top: 0; }
      .form .search-facets fieldset.radiocheck input[type=checkbox], .form .results-filters fieldset.radiocheck input[type=checkbox] {
        display: none; }
        .form .search-facets fieldset.radiocheck input[type=checkbox]:checked + label:before, .form .results-filters fieldset.radiocheck input[type=checkbox]:checked + label:before {
          content: "\f00c";
          text-align: center; }
    .form .search-facets select, .form .results-filters select {
      margin-top: 10px !important; }
    .form .search-facets .connect, .form .results-filters .connect {
      float: left;
      text-align: center;
      width: 100%; }
      @media (min-width: 992px) {
        .form .search-facets .connect, .form .results-filters .connect {
          float: right;
          max-width: 50%;
          width: auto; } }
      .form .search-facets .connect p, .form .results-filters .connect p {
        margin: 10px 0 15px; }
      .form .search-facets .connect [class^='addthis_inline_follow_toolbox'] .at-follow-tbx-element, .form .results-filters .connect [class^='addthis_inline_follow_toolbox'] .at-follow-tbx-element {
        border: 1px solid #ffffff;
        padding: 0px 20px 5px;
        margin-top: 15px; }
      .form .search-facets .connect [class^='addthis_inline_follow_toolbox'] .addthis_toolbox, .form .results-filters .connect [class^='addthis_inline_follow_toolbox'] .addthis_toolbox {
        display: inline-block; }
      .form .search-facets .connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn, .form .results-filters .connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn {
        border: 2px solid white;
        border-radius: 50%;
        margin: 0 15px 10px 0;
        padding: 6px 9px;
        float: none; }
        .form .search-facets .connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn:last-of-type, .form .results-filters .connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn:last-of-type {
          margin-right: 0; }
        .form .search-facets .connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn .at-icon-wrapper, .form .results-filters .connect [class^='addthis_inline_follow_toolbox'] .at-follow-btn .at-icon-wrapper {
          background-color: transparent !important;
          margin-bottom: -4px !important; }
  .form.facets {
    padding: 20px !important; }
    .form.facets h1 {
      font-size: 1.3em;
      font-weight: 500; }
    .form.facets h2 {
      font-size: .9em;
      font-weight: 600; }
      @media (max-width: 767px) {
        .form.facets h2.reset {
          top: 0; } }
      .form.facets h2.reset:after {
        display: none; }
    .form.facets .reset {
      position: relative; }
      .form.facets .reset a {
        color: #333333;
        display: block;
        font-size: 1em;
        text-transform: capitalize; }
        .form.facets .reset a:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f00d';
          color: #8c6d20;
          font-size: 1.2em;
          margin-right: 5px; }
    .form.facets .form-group {
      border-top: 2px solid #f5f5f5;
      margin-top: 15px;
      padding-top: 15px; }
    .form.facets fieldset.radiocheck {
      padding: 0;
      margin-top: 18px; }
      .form.facets fieldset.radiocheck label {
        color: #333333;
        cursor: pointer;
        display: block;
        font-size: .75em;
        line-height: 1.2em;
        margin-right: 15px;
        padding-left: 25px;
        position: relative; }
        @media (min-width: 992px) {
          .form.facets fieldset.radiocheck label {
            font-size: .9em; } }
        .form.facets fieldset.radiocheck label:before {
          background-color: transparent;
          border: 1px solid #333333;
          border-radius: 2px;
          color: #333333;
          content: '';
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: .9em;
          width: 16px;
          height: 16px;
          margin-right: 10px;
          position: absolute;
          left: 0;
          top: 0; }
      .form.facets fieldset.radiocheck input[type=checkbox] {
        display: none; }
        .form.facets fieldset.radiocheck input[type=checkbox]:checked + label {
          font-weight: 600; }
          .form.facets fieldset.radiocheck input[type=checkbox]:checked + label:before {
            background-color: #c25700;
            border: 1px solid #c25700;
            color: #ffffff;
            content: "\f00c";
            text-align: center; }

.facets.form form {
  margin: 0; }
  .facets.form form h2 {
    padding: 0 5px; }
    .facets.form form h2:hover {
      cursor: pointer; }
    .facets.form form h2:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f107";
      font-size: 1em;
      font-weight: 600;
      float: right;
      transition: transform 0.3s; }
  .facets.form form .form-group {
    margin: 0;
    padding: 5px 0; }
    .facets.form form .form-group fieldset label {
      font-size: 1em;
      line-height: 2em;
      padding-left: 30px; }
      .facets.form form .form-group fieldset label:before {
        font-size: 1em;
        height: 20px;
        width: 20px;
        top: 7px; }
    .facets.form form .form-group fieldset {
      margin: 0;
      height: auto;
      max-height: 0em;
      opacity: 0;
      overflow: hidden;
      transition: opacity 0.25s ease-in-out, max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .facets.form form .form-group.open h2:after {
      transform: rotate(180deg); }
    .facets.form form .form-group.open fieldset {
      opacity: 1;
      max-height: 999em;
      transition: opacity .25s ease-in-out, max-height 1s ease-in-out; }

.banner-full-width.hero-image .form.search {
  box-shadow: none; }
  @media (min-width: 768px) {
    .banner-full-width.hero-image .form.search .tabs-wrap,
    .banner-full-width.hero-image .form.search .material-tabs-container .material-tabs li a {
      color: #ffffff; } }
  @media (min-width: 768px) {
    .banner-full-width.hero-image .form.search .material-tabs-container .material-tabs {
      border-bottom: 3px solid rgba(140, 215, 224, 0.45);
      border-bottom: 3px solid rgba(255, 220, 220, 0.45); } }

@media (max-width: 767px) {
  .banner-full-width.hero-image .callout {
    display: none; } }

@media (max-width: 767px) {
  .banner-full-width.hero-image .overlay {
    margin-bottom: 55px; } }

.with-alpha {
  z-index: 5;
  padding: 20px 15px; }
  @media (min-width: 768px) {
    .with-alpha {
      padding: 30px; } }
  @media (min-width: 992px) {
    .with-alpha {
      padding: 30px 30px 20px; } }
  @media (min-width: 1200px) {
    .with-alpha {
      padding: 40px 40px 30px; } }
  .with-alpha form {
    margin: 0; }
    .with-alpha form input.letter {
      outline: none;
      padding: 0 !important; }
  .with-alpha .form-group {
    -ms-flex-order: 0;
        order: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .with-alpha .form-group:last-child {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin: 0; }
    .with-alpha .form-group input[type=search] {
      width: calc(100% - 116px);
      padding: 25px 20px; }
    .with-alpha .form-group button {
      display: block;
      float: right;
      padding: 11px 0;
      width: 110px; }
      .with-alpha .form-group button:hover, .with-alpha .form-group button:focus, .with-alpha .form-group button:active {
        padding: 11px 0; }
  .with-alpha .alphabrowse {
    height: auto;
    padding: 0;
    margin: 0; }

.alphabrowse {
  background-color: transparent;
  height: 50px;
  margin: 15px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: start;
      align-items: flex-start; }
  .alphabrowse#letters {
    display: none; }
    @media (min-width: 992px) {
      .alphabrowse#letters {
        display: block; } }
    .alphabrowse#letters input {
      display: none; }
    .alphabrowse#letters label:before {
      display: none; }
  .alphabrowse#select {
    height: 45px;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .alphabrowse#select {
        display: none; } }
    .alphabrowse#select .form-group {
      display: block;
      width: 100%; }
  .alphabrowse input.letter, .alphabrowse label {
    color: #999999;
    cursor: pointer;
    display: none;
    line-height: 1.4;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .alphabrowse input.letter, .alphabrowse label {
        border: none;
        background: none;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-order: 0;
            order: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        -ms-flex-item-align: auto;
            align-self: auto;
        width: 3.1%; } }
    @media (min-width: 992px) {
      .alphabrowse input.letter, .alphabrowse label {
        width: 3.1%; } }
    @media (min-width: 1200px) {
      .alphabrowse input.letter, .alphabrowse label {
        width: 3.22%; } }
    .alphabrowse input.letter:hover, .alphabrowse label:hover {
      color: #ffffff; }
    .alphabrowse input.letter.inactive, .alphabrowse label.inactive {
      color: #333333;
      cursor: text; }
      .alphabrowse input.letter.inactive:hover, .alphabrowse label.inactive:hover {
        color: #333333;
        text-decoration: none; }
    .alphabrowse input.letter + a, .alphabrowse label + a {
      border-left: 1px solid #f5f5f5; }
  .alphabrowse label[for=all] {
    text-align: left;
    width: 5%; }
    @media (min-width: 992px) {
      .alphabrowse label[for=all] {
        width: 4.1%; } }
  .alphabrowse .form-group {
    display: block; }
    @media (min-width: 768px) {
      .alphabrowse .form-group {
        display: none; } }
    .alphabrowse .form-group select {
      background-color: #f9f9f9;
      color: #333333;
      line-height: 1;
      height: 45px;
      margin-bottom: 0;
      padding: 0;
      width: 100%; }

section.keywords {
  padding: 0;
  margin: 0; }
  section.keywords ul {
    border-width: 2px;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      section.keywords ul {
        -ms-flex-align: stretch;
            align-items: stretch;
        padding: 20px 0; } }
    section.keywords ul li {
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
      padding: 0 5px; }
      @media (min-width: 768px) {
        section.keywords ul li {
          -ms-flex: 0 1 20%;
              flex: 0 1 20%; } }
      @media (min-width: 992px) {
        section.keywords ul li {
          padding: 0 15px; } }
      @media (min-width: 1200px) {
        section.keywords ul li {
          padding: 0 20px; } }
      section.keywords ul li p {
        color: #00594f;
        font-size: .9em;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          section.keywords ul li p {
            margin-bottom: 10px; } }
        @media (min-width: 992px) {
          section.keywords ul li p {
            font-size: 1em; } }
    section.keywords ul li + li {
      border-width: 2px; }
  section.keywords.one ul li {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  section.keywords.two ul li {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%; }
  section.keywords.three ul li {
    -ms-flex: 0 1 33%;
        flex: 0 1 33%; }
  section.keywords.four ul li {
    -ms-flex: 0 1 25%;
        flex: 0 1 25%; }
  section.keywords button {
    background: transparent;
    border: none;
    height: 100%;
    outline: none;
    width: 100%; }
  section.keywords .button-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    height: inherit; }
    section.keywords .button-inner p {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-pack: center;
          justify-content: center; }
  section.keywords .stat {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1em;
    margin: 5px 0; }
    @media (min-width: 768px) {
      section.keywords .stat {
        margin: 10px 0; } }
    @media (min-width: 992px) {
      section.keywords .stat {
        font-size: 2em; } }
    @media (min-width: 1200px) {
      section.keywords .stat {
        font-size: 2.8em; } }

.two-thirds.listing > .results-listing.generic {
  margin-top: 0; }
  .two-thirds.listing > .results-listing.generic .search-result:first-child:not(.recommended) {
    border-top: 2px solid #ebebeb; }

/*! begin GC-02-Primary-Nav.scss */
.navbar .primary-nav {
  top: 0;
  margin: 0; }
  .navbar .primary-nav p, .navbar .primary-nav a.btn, .navbar .primary-nav span {
    transform: translateZ(0);
    will-change: transform, opacity;
    transition: transform 0.3s, opacity 0.3s; }
  @media only screen and (min-width: 992px) {
    .navbar .primary-nav > li:last-child {
      float: right; }
    .navbar .primary-nav li a {
      color: #ffffff;
      font-size: .9em;
      padding: 10px;
      margin: 10px 0;
      height: auto;
      line-height: 1.4; }
      .navbar .primary-nav li a.selected {
        background: white;
        color: black; }
    .navbar .primary-nav .secondary-nav {
      box-shadow: 0px 7px 10px -1px #dbdbdb;
      top: 50px;
      width: 100%;
      max-width: 100%; }
      .navbar .primary-nav .secondary-nav a {
        color: #999999; } }
  @media only screen and (min-width: 1200px) {
    .navbar .primary-nav li a {
      font-size: 1em;
      padding: 10px 15px;
      padding-right: 30px !important; } }

.navbar.mobile-nav {
  min-height: 0;
  margin: 0; }
  .navbar.mobile-nav .primary-nav {
    height: calc(100% - 75px);
    margin-top: 75px; }
    .navbar.mobile-nav .primary-nav .mobile-only {
      padding: 5px; }
      .navbar.mobile-nav .primary-nav .mobile-only.cta {
        padding: 20px 0 0; }
        .navbar.mobile-nav .primary-nav .mobile-only.cta p, .navbar.mobile-nav .primary-nav .mobile-only.cta a.btn {
          margin: 0 15px; }
        .navbar.mobile-nav .primary-nav .mobile-only.cta a.btn {
          margin: 15px 20px; }
        .navbar.mobile-nav .primary-nav .mobile-only.cta a {
          border-bottom: none; }
        .navbar.mobile-nav .primary-nav .mobile-only.cta:after {
          border-bottom: 1px solid #f5f5f5;
          content: "";
          display: block;
          margin: 0 15px;
          max-width: 100%;
          padding-top: 10px; }
    .navbar.mobile-nav .primary-nav li.gray {
      background-color: #f5f5f5; }
      .navbar.mobile-nav .primary-nav li.gray a {
        border-bottom-color: #ffffff; }
      .navbar.mobile-nav .primary-nav li.gray:last-child > a {
        border-bottom: none; }
      .navbar.mobile-nav .primary-nav li.gray li {
        background-color: #f5f5f5; }
    .navbar.mobile-nav .primary-nav i.fa.fa-heart-o {
      position: absolute;
      right: 15px;
      top: .8em; }
    .navbar.mobile-nav .primary-nav li {
      background: #ffffff;
      padding-top: 5px; }
      .navbar.mobile-nav .primary-nav li a {
        border-bottom: 2px solid #f9f9f9;
        color: #00594f;
        height: auto;
        margin: 0 20px;
        padding-left: 0; }
      .navbar.mobile-nav .primary-nav li.go-back a {
        padding-left: 20px; }
      .navbar.mobile-nav .primary-nav li > span {
        border-bottom: 2px solid #f9f9f9;
        margin: 0 20px;
        padding-left: 0;
        display: block;
        height: 50px;
        line-height: 50px; }
      .navbar.mobile-nav .primary-nav li.mywake div {
        background: #ffffff;
        float: left;
        padding: 20px;
        text-align: left; }
        .navbar.mobile-nav .primary-nav li.mywake div h2 {
          font-weight: 500;
          text-align: center; }
        .navbar.mobile-nav .primary-nav li.mywake div p {
          font-weight: 400;
          line-height: 1.4;
          margin-bottom: 0; }
          .navbar.mobile-nav .primary-nav li.mywake div p.disclaimer {
            font-style: italic;
            font-weight: 400;
            font-size: .8em;
            line-height: 1.5;
            margin: 0;
            padding: 15px 0; }
          .navbar.mobile-nav .primary-nav li.mywake div p a {
            line-height: 1;
            margin: 0;
            padding: 0; }
        .navbar.mobile-nav .primary-nav li.mywake div a.btn {
          margin: 20px 0; }
    .navbar.mobile-nav .primary-nav.moves-out {
      background: transparent;
      overflow: visible;
      margin-top: 75px; }
      .navbar.mobile-nav .primary-nav.moves-out > li {
        background: transparent; }
        .navbar.mobile-nav .primary-nav.moves-out > li > p, .navbar.mobile-nav .primary-nav.moves-out > li > a.btn {
          transform: translateX(-100%);
          opacity: 0; }
      .navbar.mobile-nav .primary-nav.moves-out .secondary-nav {
        background-color: transparent;
        font-weight: 800;
        height: 100vh;
        top: 0;
        padding: 0 0 100px 0;
        margin-bottom: 100px; }
      .navbar.mobile-nav .primary-nav.moves-out .subsidiary-nav {
        height: auto;
        position: relative; }
        .navbar.mobile-nav .primary-nav.moves-out .subsidiary-nav a {
          font-weight: 500;
          padding-left: 20px; }
    @media (max-width: 991px) {
      .navbar.mobile-nav .primary-nav {
        padding: 0;
        width: 100%; }
        .navbar.mobile-nav .primary-nav .text-block {
          padding: 0; }
        .navbar.mobile-nav .primary-nav a.btn {
          border: none;
          color: #ffffff;
          display: block;
          margin: 20px 15px;
          padding: 0;
          width: auto; }
          .navbar.mobile-nav .primary-nav a.btn:hover, .navbar.mobile-nav .primary-nav a.btn:focus {
            display: block;
            padding: 0;
            width: auto; }
        .navbar.mobile-nav .primary-nav p {
          font-weight: 600; }
          .navbar.mobile-nav .primary-nav p a {
            border: none;
            font-weight: normal;
            display: inline; }
        .navbar.mobile-nav .primary-nav .cta a.btn {
          text-align: center;
          display: block; }
        .navbar.mobile-nav .primary-nav .cta p {
          margin: 0 15px;
          text-align: center; }
          .navbar.mobile-nav .primary-nav .cta p a {
            border-bottom: 2px solid #f9f9f9;
            display: block;
            margin: 0; }
        .navbar.mobile-nav .primary-nav .all {
          padding-top: 0; }
          .navbar.mobile-nav .primary-nav .all a {
            border-top: 3px solid #ebebeb;
            border-bottom: none;
            margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .navbar.mobile-nav {
      opacity: 0; } }

.navbar.main-nav .primary-nav {
  padding: 0;
  font-size: 0;
  text-align: justify;
  text-justify: distribute; }
  .navbar.main-nav .primary-nav:after {
    content: '';
    display: inline-block;
    width: 100%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .navbar.main-nav .primary-nav > .has-children > a {
      padding-right: 20px !important; }
      .navbar.main-nav .primary-nav > .has-children > a:before, .navbar.main-nav .primary-nav > .has-children > a:after {
        width: 7px; }
      .navbar.main-nav .primary-nav > .has-children > a:before {
        right: 9px; }
      .navbar.main-nav .primary-nav > .has-children > a:after {
        right: 5px; }
      .navbar.main-nav .primary-nav > .has-children > a.selected:before, .navbar.main-nav .primary-nav > .has-children > a.selected:after {
        width: 12px; }
      .navbar.main-nav .primary-nav > .has-children > a.selected:after {
        right: 4px; } }
  .navbar.main-nav .primary-nav .secondary-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 40px 10px 20px; }
    .navbar.main-nav .primary-nav .secondary-nav .col-md-3 {
      -ms-flex-order: 1;
          order: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
      -ms-flex-item-align: auto;
          align-self: auto; }
    .navbar.main-nav .primary-nav .secondary-nav .all {
      -ms-flex-order: 3;
          order: 3;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      -ms-flex-item-align: auto;
          align-self: auto;
      border: none;
      text-align: center; }
      .navbar.main-nav .primary-nav .secondary-nav .all a {
        display: inline-block;
        padding: 20px 40px;
        background-image: none;
        text-shadow: none;
        text-decoration: none;
        color: #ffffff;
        background-color: #c25700;
        border-width: 0;
        float: none;
        margin: 15px 0;
        overflow: visible;
        padding: 15px 30px;
        width: auto; }
        @media (max-width: 767px) {
          .navbar.main-nav .primary-nav .secondary-nav .all a {
            padding: 20px 15px;
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .navbar.main-nav .primary-nav .secondary-nav .all a {
            padding: 20px 10px;
            word-wrap: break-word; } }
        .navbar.main-nav .primary-nav .secondary-nav .all a:focus {
          outline: 0 !important; }
        .navbar.main-nav .primary-nav .secondary-nav .all a:hover, .navbar.main-nav .primary-nav .secondary-nav .all a:focus, .navbar.main-nav .primary-nav .secondary-nav .all a:focus:active {
          display: inline-block;
          padding: 20px 40px;
          background-image: none;
          text-shadow: none;
          text-decoration: none;
          color: #ffffff;
          background-color: #ae4e00;
          border-width: 0;
          margin: 15px 0;
          padding: 15px 30px;
          width: auto; }
          @media (max-width: 767px) {
            .navbar.main-nav .primary-nav .secondary-nav .all a:hover, .navbar.main-nav .primary-nav .secondary-nav .all a:focus, .navbar.main-nav .primary-nav .secondary-nav .all a:focus:active {
              padding: 20px 15px;
              width: 100%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .navbar.main-nav .primary-nav .secondary-nav .all a:hover, .navbar.main-nav .primary-nav .secondary-nav .all a:focus, .navbar.main-nav .primary-nav .secondary-nav .all a:focus:active {
              padding: 20px 10px;
              word-wrap: break-word; } }
          .navbar.main-nav .primary-nav .secondary-nav .all a:hover:focus, .navbar.main-nav .primary-nav .secondary-nav .all a:focus:focus, .navbar.main-nav .primary-nav .secondary-nav .all a:focus:active:focus {
            outline: 0 !important; }
    .navbar.main-nav .primary-nav .secondary-nav.index > li > ul > li > a {
      color: #002622;
      font-weight: 800; }
    .navbar.main-nav .primary-nav .secondary-nav.index > li > ul > li li a {
      padding: 10px 0 10px 20px; }
      .navbar.main-nav .primary-nav .secondary-nav.index > li > ul > li li a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        left: 5px;
        line-height: 1.2;
        position: absolute; }
  .navbar.main-nav .primary-nav .secondary-nav > li {
    width: 100%; }
    .navbar.main-nav .primary-nav .secondary-nav > li a {
      text-overflow: initial;
      white-space: normal;
      text-align: left;
      color: #00594f;
      float: left;
      font-size: 1em;
      font-weight: 500;
      margin: 0;
      width: 100%; }
      .navbar.main-nav .primary-nav .secondary-nav > li a:hover {
        color: #000d0b; }
  .navbar.main-nav .primary-nav > li {
    float: none;
    font-size: 16px;
    display: inline-block;
    position: relative; }
    .navbar.main-nav .primary-nav > li .secondary-nav {
      padding-top: 30px; }
      .navbar.main-nav .primary-nav > li .secondary-nav .text-block {
        color: #333333;
        text-align: left; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block div {
          padding: 20px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .navbar.main-nav .primary-nav > li .secondary-nav .text-block div {
              padding: 20px;
              font-size: .9em; } }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block div ul li a, .navbar.main-nav .primary-nav > li .secondary-nav .text-block div ul li a:hover, .navbar.main-nav .primary-nav > li .secondary-nav .text-block div ul li a:focus {
            color: #333333; }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block div ul li a {
            border-top: 1px solid #ebebeb;
            display: block;
            font-weight: 400;
            font-size: .9em;
            padding: 5px 5px 5px 0 !important; }
            .navbar.main-nav .primary-nav > li .secondary-nav .text-block div ul li a:after {
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\f0da";
              color: #b2b2b2;
              float: right; }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block div div {
            border: none;
            padding: 0; }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block div .btn {
            padding-right: 0 !important; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block h2 {
          font-weight: 500;
          margin-top: 0;
          color: #333333; }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block h2 a {
            line-height: 1.2; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block h3 {
          font-size: 1em;
          font-weight: 500;
          margin-top: 0; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block h4 {
          font-weight: 600;
          margin-top: 0;
          margin-bottom: 5px; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block h5 {
          color: #333333;
          font-weight: 300;
          text-transform: uppercase; }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block h5 span {
            color: #8c6d20;
            display: block;
            font-size: .8em;
            font-weight: 600;
            margin-top: 3px; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block p {
          font-size: .95em;
          font-weight: 400; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block .disclaimer {
          font-weight: 400;
          font-size: .8em;
          line-height: 1.5;
          padding: 0;
          text-align: left; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li {
          border-width: 1px;
          background: #f5f5f5;
          color: #333333;
          font-size: .8em;
          font-weight: 100;
          margin: 2px 1px 2px 0;
          padding: 2px 5px; }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li a {
            border: none;
            color: #333333;
            padding: 0 0 1px 0 !important;
            font-size: 1.01em; }
            .navbar.main-nav .primary-nav > li .secondary-nav .text-block ul.tags li a:after {
              display: none; }
        .navbar.main-nav .primary-nav > li .secondary-nav .text-block a {
          border: none;
          color: #00594f;
          display: inline;
          float: none;
          font-size: inherit;
          line-height: 1.4;
          margin: 0;
          padding: 0 !important;
          overflow: initial; }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block a:hover {
            color: #000d0b; }
          .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn {
            display: inline-block;
            padding: 20px 40px;
            background-image: none;
            text-shadow: none;
            text-decoration: none;
            color: #ffffff;
            background-color: #c25700;
            border-width: 0;
            display: block;
            padding: 15px 0 !important;
            margin: 20px 0 0;
            text-align: center; }
            @media (max-width: 767px) {
              .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn {
                padding: 20px 15px;
                width: 100%; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn {
                padding: 20px 10px;
                word-wrap: break-word; } }
            .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus {
              outline: 0 !important; }
            .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:hover, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:active, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus:active {
              display: inline-block;
              padding: 20px 40px;
              background-image: none;
              text-shadow: none;
              text-decoration: none;
              color: #ffffff;
              background-color: #ae4e00;
              border-width: 0;
              display: block;
              padding: 15px 0;
              margin: 20px 0; }
              @media (max-width: 767px) {
                .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:hover, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:active, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus:active {
                  padding: 20px 15px;
                  width: 100%; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:hover, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:active, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus:active {
                  padding: 20px 10px;
                  word-wrap: break-word; } }
              .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:hover:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:active:focus, .navbar.main-nav .primary-nav > li .secondary-nav .text-block a.btn:focus:active:focus {
                outline: 0 !important; }
      .navbar.main-nav .primary-nav > li .secondary-nav li a {
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0; }
  .navbar.main-nav .primary-nav li.mywake .secondary-nav {
    background: transparent;
    box-shadow: none;
    padding: 0; }
    .navbar.main-nav .primary-nav li.mywake .secondary-nav li {
      background: #ffffff;
      border-right: 1px solid #ffffff;
      box-shadow: 0px 7px 10px -1px #dbdbdb;
      margin: 0 1px 0 0;
      padding: 10px 0 0 0;
      width: 25%;
      position: absolute;
      right: 0; }
      .navbar.main-nav .primary-nav li.mywake .secondary-nav li div {
        background: white;
        border: none; }
        .navbar.main-nav .primary-nav li.mywake .secondary-nav li div li {
          border: none;
          box-shadow: none;
          width: 100%; }
      .navbar.main-nav .primary-nav li.mywake .secondary-nav li.text-block a.btn {
        margin: 20px 0; }
  .navbar.main-nav .primary-nav.moves-out > li {
    position: inherit; }

/*! end GC-02-Primary-Nav.scss */
/*! begin off-canvas transformations */
header.main-header.nav-is-visible {
  position: fixed;
  width: 100%;
  z-index: 5; }

@media (min-width: 992px) {
  header.main-header.red-bg .nav.navbar, .banner-full-width.arrow.red-bg header.main-header.banner:before .nav.navbar, header.main-header.blue-bg .nav.navbar, header.main-header.banner-full-width.request .nav.navbar, .banner-full-width.arrow.request header.main-header.banner:before .nav.navbar, .banner-full-width.arrow.blue-bg header.main-header.banner:before .nav.navbar, header.main-header.gold-bg .nav.navbar, header.main-header.green-bg .nav.navbar, .banner-full-width.arrow.green-bg header.main-header.banner:before .nav.navbar, header.main-header.teal-bg .nav.navbar, .banner-full-width.arrow.teal-bg header.main-header.banner:before .nav.navbar {
    background: rgba(19, 19, 19, 0.2); } }

header.main-header .navbar {
  border: none;
  border-radius: 0; }

@media (max-width: 991px) {
  header.main-header {
    height: 75px; }
    header.main-header .main-nav {
      display: none; } }

@media (min-width: 992px) {
  header.main-header {
    z-index: 3; }
    header.main-header .nav.navbar {
      min-height: 0;
      margin: 0;
      background: rgba(19, 19, 19, 0.45); } }

header.main-header .header-buttons {
  background: white;
  border-bottom: 1px solid #ebebeb;
  min-height: 75px;
  left: 0;
  right: 0;
  top: 0;
  width: 100%; }
  @media (min-width: 992px) {
    header.main-header .header-buttons {
      display: none; } }
  header.main-header .header-buttons .navbar-brand {
    padding: 0;
    width: 100%; }
    header.main-header .header-buttons .navbar-brand img {
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      position: relative; }

.main-content {
  margin-top: 1.25em;
  margin-top: 0;
  top: 0; }
  @media (max-width: 991px) {
    .main-content.nav-is-visible {
      position: fixed;
      z-index: 0; } }

/*! end off-canvas transformations */
/*! begin GC-05-Other-Sites.scss */
.other-sites {
  text-align: right;
  background-color: #333333;
  display: none; }
  @media (min-width: 992px) {
    .other-sites {
      display: block; } }
  .other-sites nav {
    margin: 10px 0; }
    .other-sites nav > ul {
      margin: 0; }
      .other-sites nav > ul li {
        padding: 5px 15px; }
      .other-sites nav > ul > li > a {
        color: #ffffff;
        font-size: .75em; }
      .other-sites nav > ul .dropdown-menu li {
        font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif; }
        .other-sites nav > ul .dropdown-menu li span {
          display: block;
          padding-bottom: 10px; }
        .other-sites nav > ul .dropdown-menu li a {
          font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
          font-weight: 100; }

/*! end GC-05-Other-Sites.scss */
/*! begin GC-05-Other-Sites.scss */
.other-sites {
  text-align: right;
  background-color: #222222;
  display: none; }
  @media (min-width: 992px) {
    .other-sites {
      display: block; } }
  .other-sites nav {
    margin: 3px 0; }
    .other-sites nav > ul {
      margin: 0; }
      .other-sites nav > ul li {
        padding: 5px 15px; }
        .other-sites nav > ul li.dropdown > a {
          padding-right: 20px; }
          .other-sites nav > ul li.dropdown > a:after, .other-sites nav > ul li.dropdown > a:before {
            background: #ffffff;
            content: "";
            transition: width 0.3s, transform 0.3s, background-color 0.3s; }
        .other-sites nav > ul li.open.dropdown > a:after, .other-sites nav > ul li.open.dropdown > a:before {
          background: #333333;
          content: "";
          width: 12px; }
        .other-sites nav > ul li.open.dropdown li li a {
          padding-left: 15px;
          position: relative; }
          .other-sites nav > ul li.open.dropdown li li a:after {
            position: absolute;
            left: 0px;
            top: 2px; }
      .other-sites nav > ul > li > a {
        color: #ffffff;
        font-size: .75em;
        padding-right: 20px; }
        .other-sites nav > ul > li > a:after, .other-sites nav > ul > li > a:before {
          background: #ffffff; }
        .other-sites nav > ul > li > a:hover, .other-sites nav > ul > li > a:active, .other-sites nav > ul > li > a:focus {
          color: #ffffff; }
      .other-sites nav > ul .dropdown-menu li {
        font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif; }
        .other-sites nav > ul .dropdown-menu li span {
          display: block;
          padding-bottom: 10px; }
        .other-sites nav > ul .dropdown-menu li a {
          font-family: "Avenir LT W01_35 Light1475496", Arial, sans-serif;
          font-weight: 100; }

/*! end GC-05-Other-Sites.scss */
/*! begin GC-07-Global-Search.scss */
.global-search {
  background: #ffffff;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .global-search form {
    margin: 0;
    height: 100%;
    width: 100%; }
  .global-search label {
    margin: 27px 5px;
    width: 100%; }
  .global-search button.btn {
    background-color: #c25700;
    color: #ffffff;
    font-size: .7em;
    font-weight: 300;
    margin: 28px 0;
    padding: 12px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .global-search button.btn {
        margin: 27px 0;
        padding: 13px 0; } }
    .global-search button.btn:hover, .global-search button.btn:focus, .global-search button.btn:active, .global-search button.btn:focus:active {
      background-color: #c25700;
      color: #ffffff;
      margin: 28px 0;
      padding: 12px 0; }
      @media (min-width: 768px) {
        .global-search button.btn:hover, .global-search button.btn:focus, .global-search button.btn:active, .global-search button.btn:focus:active {
          margin: 27px 0;
          padding: 13px 0; } }
  .global-search input {
    color: #333333;
    font-size: .7em;
    font-weight: 300;
    border-radius: 0;
    border: 2px solid #ebebeb;
    background: #f9f9f9;
    box-shadow: none;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .global-search input::-webkit-input-placeholder {
    color: #999999; }
  .global-search input::-moz-placeholder {
    color: #999999; }
  .global-search input:-moz-placeholder {
    color: #999999; }
  .global-search input:-ms-input-placeholder {
    color: #999999; }
  .global-search input:focus {
    outline: none; }
  .global-search.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s 0s, visibility 0s 0s; }
  @media only screen and (min-width: 992px) {
    .global-search {
      top: 0; } }

.nav-is-fixed .global-search {
  position: fixed; }

/*! begin GC-07-Global-Search.scss */
/*! begin GC-03-Utility-Nav.scss */
.utility-nav {
  display: none;
  background-color: #ffffff;
  color: #333333;
  height: 95px; }
  @media only screen and (min-width: 992px) {
    .utility-nav {
      display: block; } }
  .utility-nav .navbar-brand {
    display: block;
    height: auto;
    position: fixed; }
    .utility-nav .navbar-brand img {
      position: relative;
      top: auto;
      left: auto; }
  .utility-nav nav {
    background: #ffffff;
    float: right;
    height: 95px;
    position: relative;
    z-index: 5; }
    .utility-nav nav .navbar-nav {
      float: right; }
    .utility-nav nav a {
      color: #333333;
      display: block;
      font-size: .9em;
      padding: 40px 15px; }
    .utility-nav nav .nav > li > a {
      height: 95px;
      overflow: hidden; }
    .utility-nav nav li {
      height: 95px; }
      .utility-nav nav li.search {
        width: 0; }
        .utility-nav nav li.search.search-open {
          width: 100%; }
      .utility-nav nav li.cta {
        background-color: #f5f5f5;
        border-left: 2px solid #ebebeb;
        transition: background-color 0.5s ease;
        width: 95px; }
        .utility-nav nav li.cta a {
          font-size: .7em;
          font-weight: 600;
          position: relative;
          text-align: center; }
          .utility-nav nav li.cta a i {
            left: 42%;
            top: 25px;
            position: absolute; }
        .utility-nav nav li.cta:hover {
          transition: background-color 0.25s ease-in, color 0.25s ease-in; }
      .utility-nav nav li.dropdown > a, .utility-nav .other-sites nav > ul li.dropdown > a, .other-sites .utility-nav nav > ul li.dropdown > a {
        padding-right: 30px; }
      .utility-nav nav li.dropdown li {
        background: #ebebeb; }
        .utility-nav nav li.dropdown li a {
          font-size: 1em; }
      .utility-nav nav li li {
        height: auto; }
  .utility-nav form {
    float: right;
    margin-bottom: 0;
    position: relative;
    height: 95px;
    width: 95px; }
    .utility-nav form i.fa-close {
      display: block;
      float: right;
      font-size: 12px;
      height: 95px;
      width: 95px;
      color: #333333;
      position: relative;
      border-left: 2px solid #ebebeb; }
      .utility-nav form i.fa-close:before {
        position: absolute;
        left: 42px;
        top: 38px; }
      .utility-nav form i.fa-close:after {
        content: 'Close';
        font-family: "Avenir LT W01_65 Medium1475532", Arial, sans-serif;
        font-weight: 600;
        position: absolute;
        bottom: 30%;
        left: 32%; }
    .utility-nav form .btn {
      background: #c25700;
      border-color: transparent;
      display: inline-block;
      margin: 10px 0 17px;
      padding: 18px 0;
      width: 140px; }
      .utility-nav form .btn:hover, .utility-nav form .btn:active, .utility-nav form .btn:focus, .utility-nav form .btn:active:focus {
        background: #ae4e00;
        border-color: transparent;
        color: #ffffff;
        padding: 18px 0;
        text-shadow: none; }
    .utility-nav form label {
      background-color: #f5f5f5;
      border-left: 2px solid #ebebeb;
      cursor: pointer;
      display: block;
      font-size: .7em;
      font-weight: 600;
      position: relative;
      text-align: center;
      width: 95px;
      height: 95px;
      z-index: 6;
      transition: background-color 0.5s ease; }
      .utility-nav form label i {
        left: 42%;
        top: 25px;
        position: absolute; }
      .utility-nav form label:hover {
        transition: background-color 0.25s ease-in, color 0.25s ease-in; }
      .utility-nav form label:after {
        content: "Search";
        position: absolute;
        top: 41px;
        left: 27px; }
    .utility-nav form .search-wrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 95px;
      padding: 0;
      overflow: hidden;
      transition: width .5s; }
      .utility-nav form .search-wrap .search-slide {
        display: block;
        position: absolute;
        top: 0;
        width: 715px;
        width: 645px;
        height: 95px;
        margin: 0;
        border: none;
        background: #f5f5f5;
        backface-visibility: hidden;
        border-radius: 0;
        transition: width .5s;
        z-index: 6; }
        @media (min-width: 1200px) {
          .utility-nav form .search-wrap .search-slide {
            width: 835px; } }
    .utility-nav form input#search-terms {
      background: transparent;
      border: none;
      border-left: 1px solid #ebebeb;
      color: #333333;
      font-family: "Avenir LT W01_65 Medium1475532", Arial, sans-serif;
      font-size: 1em;
      font-weight: 500;
      padding: 48px 30px;
      -webkit-appearance: none;
      width: 383px; }
      @media (min-width: 1200px) {
        .utility-nav form input#search-terms {
          width: 565px; } }
    .utility-nav form input:focus {
      outline: none; }
    .utility-nav form.active i.fa-close:before {
      transform: rotate(720deg);
      transition: transform 1s ease-out .5s; }
    .utility-nav form.active i.fa-close:hover {
      cursor: pointer; }
      .utility-nav form.active i.fa-close:hover:before {
        transform: rotate(360deg);
        transition: transform .5s ease-in-out; }

/*! end GC-03-Utility-Nav.scss */
/* page navs - c-57 and C-78 */
section.page-nav {
  margin-top: 20px;
  padding: 0 !important; }
  section.page-nav nav ul li {
    width: 50%;
    float: left; }
    @media (max-width: 767px) {
      section.page-nav nav ul li {
        padding: 0;
        width: 100%; }
        section.page-nav nav ul li + li {
          margin-top: 15px;
          padding-left: 0; } }
    @media (min-width: 768px) {
      section.page-nav nav ul li {
        padding-right: 10px; }
        section.page-nav nav ul li + li {
          padding-left: 10px; } }
    section.page-nav nav ul li + li {
      float: right;
      padding-right: 0; }
      section.page-nav nav ul li + li .btn {
        padding-right: 50px;
        padding-left: 30px;
        text-align: left; }
        section.page-nav nav ul li + li .btn:hover, section.page-nav nav ul li + li .btn:active, section.page-nav nav ul li + li .btn:focus, section.page-nav nav ul li + li .btn:active:focus {
          padding-right: 50px;
          padding-left: 30px; }
        section.page-nav nav ul li + li .btn:before {
          content: '\f105';
          right: 15px;
          left: auto; }
    section.page-nav nav ul li .btn {
      background-color: #41748d;
      padding: 20px 30px 20px 50px;
      position: relative;
      text-align: right;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      section.page-nav nav ul li .btn span {
        display: block;
        font-size: .8em;
        margin-top: 5px; }
      section.page-nav nav ul li .btn:hover, section.page-nav nav ul li .btn:active, section.page-nav nav ul li .btn:focus, section.page-nav nav ul li .btn:active:focus {
        background-color: #4ec2cf;
        padding: 20px 30px 20px 50px; }
      section.page-nav nav ul li .btn:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f104';
        position: absolute;
        left: 15px;
        font-size: 3em;
        top: 17px; }

/* page navs - c-57 and C-78 */
aside.pin {
  bottom: 0;
  position: fixed;
  transition: z-index 1s linear 0s, opacity 0.15s linear 0.15s;
  padding: 0;
  opacity: 0;
  z-index: 0; }
  aside.pin.in {
    z-index: 10;
    opacity: 1;
    /* per WFBHWFSC-2825, this class is added to keep pin from overlaying the typeahead menu */ }
    aside.pin.in.out {
      opacity: 0;
      z-index: 0; }
  aside.pin form {
    margin: 0; }
  aside.pin a.btn, aside.pin button.btn {
    background-color: #41748d;
    padding: 20px;
    white-space: normal;
    width: auto; }
    aside.pin a.btn:hover, aside.pin button.btn:hover {
      background-color: #005047; }
    aside.pin a.btn span, aside.pin button.btn span {
      display: block;
      font-size: .8em;
      margin-top: 5px; }
    aside.pin a.btn:hover, aside.pin a.btn:active, aside.pin a.btn:focus, aside.pin a.btn:active:focus, aside.pin button.btn:hover, aside.pin button.btn:active, aside.pin button.btn:focus, aside.pin button.btn:active:focus {
      color: #ffffff;
      padding: 20px; }

/*! begin l-08-listing-locations.scss */
.listing-results {
  padding: 0 !important; }
  @media (min-width: 768px) {
    .listing-results .page {
      padding-left: 0;
      padding-right: 0; } }
  .listing-results .toggle-locations {
    display: block;
    margin: 20px 0; }
    .listing-results .toggle-locations.view-all[aria-expanded="true"] {
      display: none; }

.location-result {
  border-bottom: 2px solid #ebebeb;
  padding: 30px 0;
  margin: 0; }
  .location-result:last-child {
    border-bottom-width: 0; }
  .location-result .location-content {
    padding: 0; }
  .location-result p,
  .location-result ul {
    margin: 0; }
  .location-result .address .toll-free > a {
    display: inline-block;
    margin-left: 7px; }
  @media (min-width: 768px) {
    .location-result .address .toll-free {
      display: none; } }
  .location-result .location-title > h2 a:before,
  .location-result .location-accept-patients:before,
  .location-result .view-all:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px; }
  .location-result .location-title {
    margin-bottom: 20px; }
    .location-result .location-title > h2 {
      margin: 0;
      font-weight: 500; }
      .location-result .location-title > h2 a {
        font-size: 1.3em; }
      .location-result .location-title > h2 a:before {
        content: ""; }
  .location-result .location-accept-patients {
    color: initial; }
    .location-result .location-accept-patients:before {
      color: #8c6d20;
      content: ""; }
  .location-result .view-all:before {
    content: ""; }
  .location-result .address a {
    display: table; }
  .location-result .address,
  .location-result .address a,
  .location-result .hours-operation,
  .location-result .care-treatment,
  .location-result .appointments {
    margin-bottom: 15px; }
  @media (max-width: 767px) {
    .location-result .care-treatment,
    .location-result .toggle-map + a.btn,
    .location-result .location-accept-patients {
      display: none; } }
  @media (max-width: 767px) {
    .location-result .address a {
      margin-bottom: 10px; } }
  .location-result .center-hours {
    margin: 10px 0; }
  .location-result .location-map {
    border: 2px solid #ebebeb;
    margin-bottom: 15px;
    padding: 15px;
    display: block; }
    @media (max-width: 767px) {
      .location-result .location-map {
        display: none; } }
    .location-result .location-map a {
      display: block;
      overflow: hidden; }
      .location-result .location-map a > img {
        width: 100%; }
    .location-result .location-map p {
      font-size: .8em;
      margin-top: 11px; }
  .location-result button.toggle-map {
    display: none; }
    @media (max-width: 767px) {
      .location-result button.toggle-map {
        display: block; } }
  .location-result a.btn {
    width: 100%; }

.short-results {
  border-top: 3px solid #ebebeb;
  margin-top: 40px;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .short-results h1 {
      text-align: center; } }
  .short-results .location-result {
    margin: 0; }
  .short-results .appointments {
    display: block; }

.wait-time p {
  padding: 5px;
  text-align: center; }
  @media (min-width: 992px) {
    .wait-time p {
      float: left; } }
  .wait-time p.closed {
    border-width: 2px;
    border-color: #d2d2d2;
    background-color: #efefef;
    padding: 10px 20px; }
    .wait-time p.closed.tall {
      padding: 15px 20px; }
  .wait-time p strong {
    font-weight: 600; }
  .wait-time p i {
    margin-right: 5px; }

.wait-time.low p, .wait-time.medium p, .wait-time.high p, .wait-time.off p {
  border-width: 2px;
  padding: 10px; }
  @media (min-width: 992px) {
    .wait-time.low p, .wait-time.medium p, .wait-time.high p, .wait-time.off p {
      padding: 10px 20px; } }
  .wait-time.low p span, .wait-time.medium p span, .wait-time.high p span, .wait-time.off p span {
    display: inline-block; }

.wait-time.low p {
  border-color: #d0e2d9;
  background-color: #eaf5ef; }
  .wait-time.low p i {
    color: #309764; }

.wait-time.medium p {
  border-color: #ede4cb;
  background-color: #f9f4e8; }
  .wait-time.medium p i {
    color: #b89321; }

.wait-time.high p {
  border-color: #ecc7d4;
  background-color: #f7e9ee; }
  .wait-time.high p i {
    color: #ad264c; }

.wait-time.off p {
  border-width: 2px;
  border-color: #cacaca;
  background-color: #efefef; }

.wait-time.off i, .wait-time.off p {
  color: #929292; }

.wait-time span {
  display: block;
  font-size: .9em;
  font-weight: 600;
  padding: 5px;
  text-align: center; }
  .wait-time span span {
    font-weight: 400; }
  @media (min-width: 992px) {
    .wait-time span {
      display: inline-block;
      font-size: 1em; } }

.wait-time .updated {
  font-size: .8em;
  line-height: 1.74;
  padding: 12px 0;
  text-align: center;
  margin: -25px 0 13px; }
  @media (min-width: 992px) {
    .wait-time .updated {
      float: left;
      margin: 0 0 0 24px; } }

.wait-time a.reserve {
  padding: 13px 20px !important;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .wait-time a.reserve {
      margin-bottom: 0;
      width: auto; } }
  .wait-time a.reserve:focus:active {
    padding: 13px 20px !important; }
  .wait-time a.reserve + span {
    font-weight: 400;
    margin-left: 15px;
    margin-right: 15px; }

.location-result .wait-time p {
  margin: 0 -5px 25px; }

@media (min-width: 768px) and (max-width: 991px) {
  .location-result div > div.wait-time {
    margin-right: 1em; } }

.location-result div > div.wait-time span {
  display: inline;
  font-size: 1em;
  padding: 0; }
  @media (max-width: 767px) {
    .location-result div > div.wait-time span {
      display: block;
      margin: 0; }
      .location-result div > div.wait-time span span {
        display: inline; } }

aside.wait-times .wait-time a.reserve {
  display: block;
  margin: 0;
  padding: 20px 5px !important; }
  aside.wait-times .wait-time a.reserve:hover, aside.wait-times .wait-time a.reserve:focus, aside.wait-times .wait-time a.reserve:active, aside.wait-times .wait-time a.reserve:focus:active {
    padding: 20px 5px !important; }

aside.wait-times .wait-time p {
  float: none;
  margin: 0;
  padding: 15px; }
  aside.wait-times .wait-time p i {
    display: block;
    font-size: 2em;
    margin: 10px 0; }
  aside.wait-times .wait-time p strong {
    display: block;
    font-size: 1.5em; }
  aside.wait-times .wait-time p span {
    display: block;
    margin: 0;
    padding: 0; }
    aside.wait-times .wait-time p span span {
      font-size: 1.3em; }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.wait-times .wait-time p {
      padding: 10px; }
      aside.wait-times .wait-time p i {
        font-size: 1.2em; }
      aside.wait-times .wait-time p strong, aside.wait-times .wait-time p span span {
        font-size: 1.2em; } }
  aside.wait-times .wait-time p.closed i {
    display: inline-block;
    font-size: 1.1em;
    margin-right: 5px; }
  aside.wait-times .wait-time p.closed strong {
    display: inline-block;
    font-size: 1.1em; }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.wait-times .wait-time p.closed {
      font-size: .95em;
      padding: 10px 5px 15px; }
      aside.wait-times .wait-time p.closed strong {
        font-size: 1em; } }

aside.wait-times .wait-time.low p i, aside.wait-times .wait-time.medium p i, aside.wait-times .wait-time.high p i, aside.wait-times .wait-time.off p i {
  margin: 0 0 10px; }

aside.wait-times .wait-time.low p span, aside.wait-times .wait-time.medium p span, aside.wait-times .wait-time.high p span, aside.wait-times .wait-time.off p span {
  font-size: 1.3em;
  font-weight: 400;
  margin-top: -5px; }

aside.wait-times .updated {
  float: none;
  line-height: 1.25;
  margin: 17px 0 -10px;
  padding: 0; }

.listing-results + .when.wait-times,
.listing-results + hr + .when.wait-times {
  padding: 0; }

.listing-results + hr {
  margin-top: 0; }

.banner.wait-times {
  padding: 60px 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .banner.wait-times {
      padding-bottom: 10px; } }
  .banner.wait-times h1 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500; }
  .banner.wait-times p {
    margin: 0px; }
  @media (max-width: 767px) {
    .banner.wait-times .when {
      margin: 0; } }
  .banner.wait-times .when a.btn {
    text-transform: capitalize;
    display: inline-block;
    font-size: 1.1em;
    margin: 30px 20px 0 0;
    padding: 16px 20px;
    width: 14.4em;
    max-width: 100%; }
    @media (max-width: 767px) {
      .banner.wait-times .when a.btn {
        display: block;
        margin: 25px 0 0;
        width: 100%; }
        .banner.wait-times .when a.btn + a.btn {
          margin: 10px 0 25px; } }

.when.wait-times p a span {
  display: inline;
  font-size: 1em; }

.when.wait-times p a:hover, .when.wait-times p a:focus, .when.wait-times p a:active, .when.wait-times p a:focus:active {
  color: #c25700; }

hr + .banner.wait-times {
  padding-top: 20px; }

/*! end l-08-listing-locations.scss */
/*! begin results listing - people, generic */
.resultsmeta {
  border-bottom: 4px solid #ebebeb;
  margin: 0;
  padding: 0 !important; }
  .resultsmeta hr {
    margin: 10px 0 0; }
  .resultsmeta.noborder {
    border: none; }
  .resultsmeta p {
    margin: 0;
    padding: 20px 0; }
    @media (max-width: 991px) {
      .resultsmeta p {
        text-align: center; } }
    .resultsmeta p span {
      font-weight: 800; }
    .resultsmeta p a {
      font-weight: 300;
      font-style: italic; }
    .resultsmeta p.also {
      font-size: .85em;
      margin-top: -10px;
      padding: 0 0 20px; }
      .resultsmeta p.also a {
        font-style: normal;
        font-weight: 500;
        color: #8c6d20; }
  .resultsmeta .form-wrapper, .resultsmeta .form {
    margin: 0;
    padding: 0; }
    .resultsmeta .form-wrapper form, .resultsmeta .form form {
      margin: 0; }
    .resultsmeta .form-wrapper label, .resultsmeta .form label {
      float: right;
      font-size: 1em;
      font-weight: 500;
      line-height: 40px;
      margin: 0;
      padding: 15px 0;
      text-align: right; }
      @media (max-width: 991px) {
        .resultsmeta .form-wrapper label, .resultsmeta .form label {
          border-top: 2px solid #f9f9f9;
          float: none;
          padding: 10px 0;
          text-align: center; } }
    .resultsmeta .form-wrapper select, .resultsmeta .form select {
      background-position: 95% 50%;
      border-color: #ebebeb;
      font-size: .8em;
      height: auto;
      margin: 0 0 0 10px;
      padding: 0 25px 0 15px;
      width: auto; }
  .resultsmeta.header {
    padding: 0 30px;
    margin: 15px -15px 0; }
    @media (max-width: 767px) {
      .resultsmeta.header {
        display: none; } }
    @media (min-width: 992px) {
      .resultsmeta.header {
        margin-top: 30px; } }
    .resultsmeta.header p {
      font-weight: 600;
      text-align: left;
      padding-left: 20px; }
      @media (max-width: 991px) {
        .resultsmeta.header p {
          padding: 10px 0; } }

@media (max-width: 767px) {
  .page {
    padding: 0; } }

.results-listing {
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 0 !important; }
  @media (min-width: 992px) {
    .results-listing {
      margin-bottom: 60px;
      margin-top: 30px; } }
  .results-listing.blocks {
    border-bottom: none;
    margin-bottom: 0; }
    .results-listing.blocks .news-blocks {
      padding: 0 !important; }
    .results-listing.blocks .news-blocks.block-listing ul li {
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
      @media (max-width: 767px) {
        .results-listing.blocks .news-blocks.block-listing ul li {
          padding: 10px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .results-listing.blocks .news-blocks.block-listing ul li {
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
          .results-listing.blocks .news-blocks.block-listing ul li:nth-child(odd) {
            padding-left: 0; }
          .results-listing.blocks .news-blocks.block-listing ul li:nth-child(even) {
            padding-right: 0; } }
      @media (min-width: 992px) {
        .results-listing.blocks .news-blocks.block-listing ul li {
          -ms-flex: 0 1 33%;
              flex: 0 1 33%; }
          .results-listing.blocks .news-blocks.block-listing ul li > div {
            background-color: #ffffff; }
            .results-listing.blocks .news-blocks.block-listing ul li > div p, .results-listing.blocks .news-blocks.block-listing ul li > div .date {
              color: #555555; }
            .results-listing.blocks .news-blocks.block-listing ul li > div .category {
              color: #8c6d20; }
            .results-listing.blocks .news-blocks.block-listing ul li > div .media {
              background-color: #8c6d20; }
          .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n) {
            padding-right: 0; }
            .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n) > div {
              background-color: #8c6d20; }
              .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n) > div p, .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n) > div .date, .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n) > div .category {
                color: #ffffff; }
              .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n) > div .media {
                background-color: #ffffff; }
          .results-listing.blocks .news-blocks.block-listing ul li:nth-child(1) {
            padding-left: 0; }
            .results-listing.blocks .news-blocks.block-listing ul li:nth-child(1) > div {
              background-color: #8c6d20; }
              .results-listing.blocks .news-blocks.block-listing ul li:nth-child(1) > div p, .results-listing.blocks .news-blocks.block-listing ul li:nth-child(1) > div .date, .results-listing.blocks .news-blocks.block-listing ul li:nth-child(1) > div .category {
                color: #ffffff; }
              .results-listing.blocks .news-blocks.block-listing ul li:nth-child(1) > div .media {
                background-color: #ffffff; }
          .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n + 1) {
            padding-left: 0; }
            .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n + 1) > div {
              background-color: #8c6d20; }
              .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n + 1) > div p, .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n + 1) > div .date, .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n + 1) > div .category {
                color: #ffffff; }
              .results-listing.blocks .news-blocks.block-listing ul li:nth-child(3n + 1) > div .media {
                background-color: #ffffff; } }
      .results-listing.blocks .news-blocks.block-listing ul li.has-bg-image > div {
        background-color: transparent; }
        .results-listing.blocks .news-blocks.block-listing ul li.has-bg-image > div p, .results-listing.blocks .news-blocks.block-listing ul li.has-bg-image > div .date, .results-listing.blocks .news-blocks.block-listing ul li.has-bg-image > div .category {
          color: #ffffff; }
        .results-listing.blocks .news-blocks.block-listing ul li.has-bg-image > div .media {
          background-color: #8c6d20; }
  .results-listing.generic {
    border-bottom: none; }
    .results-listing.generic .search-result {
      margin: 0;
      padding: 30px; }
      @media (max-width: 991px) {
        .results-listing.generic .search-result {
          padding: 30px 15px; } }
      .results-listing.generic .search-result.recommended {
        border-bottom: none; }
        @media (max-width: 991px) {
          .results-listing.generic .search-result.recommended {
            padding: 30px; } }
      .results-listing.generic .search-result span {
        color: #8c6d20;
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .results-listing.generic .search-result h2 {
        margin-top: 0; }
      .results-listing.generic .search-result p {
        margin: 0 0 15px; }
      .results-listing.generic .search-result > a {
        font-size: 1em;
        display: block; }
        @media (max-width: 991px) {
          .results-listing.generic .search-result > a {
            word-wrap: break-word; } }
      @media (max-width: 767px) {
        .results-listing.generic .search-result .image {
          padding: 0 0 15px !important; } }
      @media (min-width: 768px) {
        .results-listing.generic .search-result .image {
          float: left;
          padding: 0;
          width: 25%; } }
      .results-listing.generic .search-result .image img {
        width: 100%; }
      @media (max-width: 767px) {
        .results-listing.generic .search-result .text {
          padding: 0 !important; } }
      @media (min-width: 768px) {
        .results-listing.generic .search-result .text {
          float: right;
          padding: 0 0 0 20px;
          width: 75%; } }
  .results-listing.people {
    border: none;
    margin: 0; }
  .results-listing.doctor {
    border: none;
    margin: 0; }
    .results-listing.doctor .profile-title ul {
      display: block;
      float: left;
      width: 100%; }
      .results-listing.doctor .profile-title ul li {
        float: left;
        display: block;
        margin-bottom: 5px; }
        .results-listing.doctor .profile-title ul li:after {
          content: ', ';
          margin-right: .5em; }
        .results-listing.doctor .profile-title ul li:last-child:after {
          content: ''; }
      .results-listing.doctor .profile-title ul.list-inline li {
        display: inline-block; }
  .results-listing .results-set:first-child .section-title {
    border-top-width: 0; }

.section-title {
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  font-size: 2em;
  font-weight: 600;
  padding: 10px 15px; }
  @media (min-width: 992px) {
    .section-title {
      padding: 30px 15px; } }

.people-result, .profile-detail, .location-detail, .search-result {
  padding-top: 15px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .people-result, .profile-detail, .location-detail, .search-result {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .people-result + .people-result, .people-result + .search-result, .profile-detail + .people-result, .profile-detail + .search-result, .location-detail + .people-result, .location-detail + .search-result, .search-result + .people-result, .search-result + .search-result {
    border-top: 2px solid #ebebeb; }
  @media (max-width: 767px) {
    .people-result > div, .profile-detail > div, .location-detail > div, .search-result > div {
      padding: 0 15px !important; }
      .people-result > div.col-sm-4, .profile-detail > div.col-sm-4, .location-detail > div.col-sm-4, .search-result > div.col-sm-4 {
        margin: 0 0 20px !important; }
      .people-result > div .result-contact, .profile-detail > div .result-contact, .location-detail > div .result-contact, .search-result > div .result-contact {
        margin-top: 5px !important; } }
  .people-result > div:first-child, .profile-detail > div:first-child, .location-detail > div:first-child, .search-result > div:first-child {
    padding-left: 0; }
  .people-result > div:last-child, .profile-detail > div:last-child, .location-detail > div:last-child, .search-result > div:last-child {
    padding-right: 0; }
  .people-result p, .profile-detail p, .location-detail p, .search-result p {
    margin: 0; }
  .people-result li a, .profile-detail li a, .location-detail li a, .search-result li a {
    font-size: 1em; }
  .people-result h3, .profile-detail h3, .location-detail h3, .search-result h3 {
    font-size: .9em;
    font-weight: 600;
    margin: 0 0 2px; }
  .people-result .description h2, .profile-detail .description h2, .location-detail .description h2, .search-result .description h2 {
    margin-top: 0; }
  .people-result .description p, .profile-detail .description p, .location-detail .description p, .search-result .description p {
    margin-bottom: 15px; }
  .people-result .profile-image, .profile-detail .profile-image, .location-detail .profile-image, .search-result .profile-image {
    border: 2px solid #ebebeb;
    padding: 15px; }
    @media (max-width: 767px) {
      .people-result .profile-image, .profile-detail .profile-image, .location-detail .profile-image, .search-result .profile-image {
        margin-bottom: 20px; } }
    .people-result .profile-image a, .profile-detail .profile-image a, .location-detail .profile-image a, .search-result .profile-image a {
      display: block;
      line-height: 0;
      overflow: hidden; }
      .people-result .profile-image a.faculty-link, .profile-detail .profile-image a.faculty-link, .location-detail .profile-image a.faculty-link, .search-result .profile-image a.faculty-link {
        line-height: 1; }
    .people-result .profile-image img, .profile-detail .profile-image img, .location-detail .profile-image img, .search-result .profile-image img {
      width: 100%; }
  .people-result .profile-title, .profile-detail .profile-title, .location-detail .profile-title, .search-result .profile-title {
    margin-bottom: 20px; }
    .people-result .profile-title h2, .profile-detail .profile-title h2, .location-detail .profile-title h2, .search-result .profile-title h2 {
      font-size: 1.7em;
      font-weight: 500;
      margin: 0 0 10px; }
    .people-result .profile-title ul, .profile-detail .profile-title ul, .location-detail .profile-title ul, .search-result .profile-title ul {
      display: block;
      float: left;
      width: 100%; }
      .people-result .profile-title ul li, .profile-detail .profile-title ul li, .location-detail .profile-title ul li, .search-result .profile-title ul li {
        display: block;
        margin-bottom: 5px; }
      .people-result .profile-title ul.list-inline li, .profile-detail .profile-title ul.list-inline li, .location-detail .profile-title ul.list-inline li, .search-result .profile-title ul.list-inline li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .people-result .profile-title ul.list-inline li:after, .profile-detail .profile-title ul.list-inline li:after, .location-detail .profile-title ul.list-inline li:after, .search-result .profile-title ul.list-inline li:after {
          content: ', '; }
        .people-result .profile-title ul.list-inline li:last-child:after, .profile-detail .profile-title ul.list-inline li:last-child:after, .location-detail .profile-title ul.list-inline li:last-child:after, .search-result .profile-title ul.list-inline li:last-child:after {
          content: ''; }
  .people-result .profile-treatments, .profile-detail .profile-treatments, .location-detail .profile-treatments, .search-result .profile-treatments {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%; }
    .people-result .profile-treatments ul, .profile-detail .profile-treatments ul, .location-detail .profile-treatments ul, .search-result .profile-treatments ul {
      display: block;
      float: left;
      width: 100%; }
      .people-result .profile-treatments ul li, .profile-detail .profile-treatments ul li, .location-detail .profile-treatments ul li, .search-result .profile-treatments ul li {
        float: left;
        display: block; }
        .people-result .profile-treatments ul li:after, .profile-detail .profile-treatments ul li:after, .location-detail .profile-treatments ul li:after, .search-result .profile-treatments ul li:after {
          content: ', ';
          margin-right: .5em; }
        .people-result .profile-treatments ul li:last-child:after, .profile-detail .profile-treatments ul li:last-child:after, .location-detail .profile-treatments ul li:last-child:after, .search-result .profile-treatments ul li:last-child:after {
          content: ''; }
  .people-result .profile-rating, .profile-detail .profile-rating, .location-detail .profile-rating, .search-result .profile-rating {
    margin-bottom: 10px; }
    .people-result .profile-rating .stars .fa, .profile-detail .profile-rating .stars .fa, .location-detail .profile-rating .stars .fa, .search-result .profile-rating .stars .fa {
      color: #8c6d20;
      margin-right: 5px; }
      .people-result .profile-rating .stars .fa.fa-star-o, .profile-detail .profile-rating .stars .fa.fa-star-o, .location-detail .profile-rating .stars .fa.fa-star-o, .search-result .profile-rating .stars .fa.fa-star-o {
        color: #e8e8e8; }
    .people-result .profile-rating .rating-link, .profile-detail .profile-rating .rating-link, .location-detail .profile-rating .rating-link, .search-result .profile-rating .rating-link {
      color: #00b8a2 !important; }
  .people-result .location-accept-patients, .profile-detail .location-accept-patients, .location-detail .location-accept-patients, .search-result .location-accept-patients {
    margin: 10px 0; }
    .people-result .location-accept-patients:before, .profile-detail .location-accept-patients:before, .location-detail .location-accept-patients:before, .search-result .location-accept-patients:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #00594f;
      content: "";
      margin-right: 5px; }
  .people-result .buttons, .profile-detail .buttons, .location-detail .buttons, .search-result .buttons {
    margin: 20px 0; }
    @media (max-width: 991px) {
      .people-result .buttons .btn, .profile-detail .buttons .btn, .location-detail .buttons .btn, .search-result .buttons .btn {
        display: block;
        float: left;
        width: auto;
        clear: both; } }
    @media (min-width: 992px) {
      .people-result .buttons .btn, .profile-detail .buttons .btn, .location-detail .buttons .btn, .search-result .buttons .btn {
        padding: 20px 30px !important; } }
    @media (min-width: 1200px) {
      .people-result .buttons .btn, .profile-detail .buttons .btn, .location-detail .buttons .btn, .search-result .buttons .btn {
        padding: 20px 40px !important; } }
    .people-result .buttons .btn + .btn, .profile-detail .buttons .btn + .btn, .location-detail .buttons .btn + .btn, .search-result .buttons .btn + .btn {
      margin-left: 0;
      margin-top: 10px; }
      @media (min-width: 992px) {
        .people-result .buttons .btn + .btn, .profile-detail .buttons .btn + .btn, .location-detail .buttons .btn + .btn, .search-result .buttons .btn + .btn {
          margin-top: 0;
          margin-left: 20px; } }
  @media (max-width: 991px) {
    .people-result .profile-contact, .people-result .result-contact, .profile-detail .profile-contact, .profile-detail .result-contact, .location-detail .profile-contact, .location-detail .result-contact, .search-result .profile-contact, .search-result .result-contact {
      margin-top: 20px; } }
  .people-result .profile-contact ul, .people-result .result-contact ul, .profile-detail .profile-contact ul, .profile-detail .result-contact ul, .location-detail .profile-contact ul, .location-detail .result-contact ul, .search-result .profile-contact ul, .search-result .result-contact ul {
    margin-bottom: 15px; }
    .people-result .profile-contact ul li, .people-result .result-contact ul li, .profile-detail .profile-contact ul li, .profile-detail .result-contact ul li, .location-detail .profile-contact ul li, .location-detail .result-contact ul li, .search-result .profile-contact ul li, .search-result .result-contact ul li {
      line-height: 1.4; }
  .people-result .profile-contact .distance, .people-result .result-contact .distance, .profile-detail .profile-contact .distance, .profile-detail .result-contact .distance, .location-detail .profile-contact .distance, .location-detail .result-contact .distance, .search-result .profile-contact .distance, .search-result .result-contact .distance {
    margin-top: 1em; }
  .people-result .profile-contact .contact-numbers, .people-result .result-contact .contact-numbers, .profile-detail .profile-contact .contact-numbers, .profile-detail .result-contact .contact-numbers, .location-detail .profile-contact .contact-numbers, .location-detail .result-contact .contact-numbers, .search-result .profile-contact .contact-numbers, .search-result .result-contact .contact-numbers {
    margin-top: 20px; }

.people-result {
  font-size: .9em; }
  .people-result h3 {
    font-size: 18px; }
  @media (max-width: 767px) {
    .people-result {
      padding-top: 30px;
      padding-bottom: 30px; }
      .people-result .buttons .btn {
        width: 100%; } }

.search-result h2 {
  font-weight: 500; }

@media (max-width: 767px) {
  .search-result > div {
    padding: 0; } }

.search-result > div:first-child {
  padding-left: 15px; }

.search-result > div:last-child {
  padding-right: 15px; }

.modal-rating {
  background-color: rgba(0, 0, 0, 0.6); }
  .modal-rating.fade.in, .social-share .modal-rating.in.at-share-btn-elements, .form-wrapper .provider-info .modal-rating.in.location-info {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center; }
  .modal-rating .modal-dialog.modal-dialog-centered {
    margin: auto; }
    @media (min-width: 991px) {
      .modal-rating .modal-dialog.modal-dialog-centered {
        width: 900px; } }
  .modal-rating .modal-content {
    border-radius: 0;
    padding: 20px; }
    .modal-rating .modal-content .modal-header {
      border-bottom: none;
      padding-bottom: 0; }
    .modal-rating .modal-content .modal-title {
      font-size: 24px;
      font-weight: bold; }
    .modal-rating .modal-content .modal-body {
      padding-top: 0; }
    .modal-rating .modal-content .close {
      border: none;
      background: none;
      color: #00594f;
      font-size: 28px;
      padding: 0;
      position: absolute;
      right: 15px;
      top: 5px; }

/*! end results listing - people, generic */
/*! begin C-97 Video Modal */
.modal-backdrop {
  background-color: #f9f9f9; }
  .modal-backdrop.in {
    opacity: .9; }
    @media (min-width: 768px) {
      .modal-backdrop.in {
        opacity: 0.7; } }

#video-modal {
  padding-right: 0 !important; }
  #video-modal .modal-dialog {
    background-color: transparent;
    margin: 0;
    outline: 0; }
    @media (min-width: 768px) {
      #video-modal .modal-dialog {
        background-color: #ffffff;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, 0.2);
        margin: 30px auto;
        width: 750px; } }
    @media (min-width: 992px) {
      #video-modal .modal-dialog {
        width: 970px; } }
    @media (min-width: 1200px) {
      #video-modal .modal-dialog {
        width: 1170px; } }
  #video-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none; }
    @media (min-width: 768px) {
      #video-modal .modal-content {
        background-color: #ffffff; } }
  #video-modal .modal-header {
    background-color: #ffffff;
    border-bottom: 2px solid #8c6d20;
    padding: 10px 20px; }
    @media (min-width: 768px) {
      #video-modal .modal-header {
        padding: 10px 40px; } }
    #video-modal .modal-header h1 {
      color: #8c6d20;
      float: left;
      font-size: 1.5em;
      line-height: 1.4;
      margin: 10px 0;
      padding: 0;
      width: auto; }
    #video-modal .modal-header .close {
      font-size: 1.95em;
      color: #8c6d20;
      line-height: 1.3;
      margin-top: 0;
      padding: 5px 0;
      transition: transform .5s ease-out .15s; }
      #video-modal .modal-header .close:hover {
        text-decoration: none;
        transform: rotate(360deg); }
  #video-modal .modal-body {
    padding: 0;
    margin: 0;
    position: relative; }
    @media (min-width: 768px) {
      #video-modal .modal-body {
        padding: 15px;
        padding-top: 25px;
        margin: 0 25px; } }
    #video-modal .modal-body h1 {
      color: #8c6d20;
      display: none; }
      @media (min-width: 768px) {
        #video-modal .modal-body h1 {
          display: block; } }
    #video-modal .modal-body iframe {
      top: 0;
      left: 0;
      width: 100%;
      height: 330px; }
      @media (min-width: 768px) {
        #video-modal .modal-body iframe {
          height: 375px; } }
      @media (min-width: 992px) {
        #video-modal .modal-body iframe {
          height: 500px; } }
      @media (min-width: 1200px) {
        #video-modal .modal-body iframe {
          height: 620px; } }

/*! end C-97 Video Modal */
#sticky-nav-wrap {
  padding: 0;
  position: relative;
  z-index: 620; }
  .js #sticky-nav-wrap {
    visibility: hidden;
    position: absolute; }
    .js #sticky-nav-wrap.fade-in, .js .dropdown #sticky-nav-wrap.dropdown-menu, .dropdown .js #sticky-nav-wrap.dropdown-menu, .js #sticky-nav-wrap.banner-full-width.alert {
      position: relative; }
  .fixed-sticky-nav #sticky-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    .fixed-sticky-nav #sticky-nav-wrap.fade-in, .fixed-sticky-nav .dropdown #sticky-nav-wrap.dropdown-menu, .dropdown .fixed-sticky-nav #sticky-nav-wrap.dropdown-menu, .fixed-sticky-nav #sticky-nav-wrap.banner-full-width.alert {
      position: fixed; }

.fixed-sticky-nav .sticky-nav-spacer {
  height: 64px; }

.fixed-sticky-nav header, .fixed-sticky-nav .main-content, .fixed-sticky-nav .main-header {
  transform: none;
  will-change: auto;
  transition: none; }
  .fixed-sticky-nav header .utility-nav, .fixed-sticky-nav .main-content .utility-nav, .fixed-sticky-nav .main-header .utility-nav {
    z-index: 0;
    visibility: hidden; }

.fixed-sticky-nav #sticky-nav-wrap li a {
  padding: 20px 15px; }

#sticky-nav > ul {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center; }
  @media (max-width: 991px) {
    #sticky-nav > ul {
      display: block;
      width: 100%; } }

#sticky-nav li {
  white-space: nowrap;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  margin: 0; }
  #sticky-nav li.active a {
    text-decoration: none;
    background: #009ed0;
    color: #fff; }
  #sticky-nav li.active:hover a {
    background: #2d2d2d; }

#sticky-nav li.more {
  float: right; }
  #sticky-nav li.more span.mobile-only {
    display: none; }
  #sticky-nav li.more span.no-mobile {
    display: inline; }
  @media (max-width: 991px) {
    #sticky-nav li.more {
      position: relative;
      top: auto;
      right: auto;
      display: block;
      width: 100%;
      text-align: center; }
      #sticky-nav li.more span.mobile-only {
        display: inline; }
      #sticky-nav li.more span.no-mobile {
        display: none; }
      #sticky-nav li.more > a {
        padding: 10px 0 0; } }
  #sticky-nav li.more ul {
    position: absolute;
    left: -999em;
    right: auto;
    background: #5290af;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      #sticky-nav li.more ul {
        position: relative;
        left: auto;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s; } }
    #sticky-nav li.more ul li {
      display: block;
      float: none;
      width: 100%;
      min-width: 220px;
      font-size: 16px;
      white-space: normal; }
      @media (max-width: 991px) {
        #sticky-nav li.more ul li {
          width: 33.3%;
          float: left;
          min-width: 0; }
          #sticky-nav li.more ul li:nth-child(3n+1) {
            clear: left; } }
      @media (max-width: 767px) {
        #sticky-nav li.more ul li {
          width: 100%;
          float: none; }
          #sticky-nav li.more ul li:nth-child(3n+1) {
            clear: none; } }
      #sticky-nav li.more ul li a {
        padding: 10px 15px; }
  #sticky-nav li.more:hover ul {
    right: 0;
    left: auto; }
  @media (max-width: 991px) {
    #sticky-nav li.more.open ul {
      max-height: 1000px; }
      #sticky-nav li.more.open ul li {
        z-index: 100; } }

#sticky-nav a {
  color: #ffffff;
  display: block;
  padding: 20px 30px 20px 0; }
  #sticky-nav a:hover, #sticky-nav a:active, #sticky-nav a:focus, #sticky-nav a:active:focus {
    text-decoration: none;
    color: #00b89f; }

@media (max-width: 767px) {
  .fold {
    max-height: 85px;
    overflow: hidden;
    transition: max-height 1s; }
    .fold.open {
      max-height: 1000px; }
    .fold h1 {
      cursor: pointer; }
      .fold h1:after {
        font-family: fontawesome;
        content: "\f107";
        margin-left: 8px; }
      .fold h1.open:after {
        content: "\f106"; } }

@media (max-width: 991px) {
  .nav-bg > .container, .fixed-sticky-nav #sticky-nav-wrap > .container {
    padding: 0;
    margin: 0;
    width: 100%; }
  .nav-bg #sticky-nav li.more ul li.top, .fixed-sticky-nav #sticky-nav-wrap #sticky-nav li.more ul li.top {
    width: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .fold h1:after {
    display: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .fold h1:after {
    display: none; } }

/*! begin n-05-nav-quick-links.scss */
.quick-links {
  background-color: #000000;
  min-height: 90px; }
  @media (max-width: 767px) {
    .quick-links {
      min-height: 0; } }
  .quick-links h3 {
    margin: 0 auto;
    padding: 35px 0 0;
    text-align: center;
    font-size: 28px;
    color: #ffffff; }
    @media (max-width: 767px) {
      .quick-links h3 {
        padding: 10px 0; } }
  .quick-links ul {
    margin: 0;
    padding: 35px 0 45px;
    text-align: center;
    height: 100%; }
    @media (max-width: 767px) {
      .quick-links ul {
        padding: 0; } }
    .quick-links ul:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .quick-links ul:before {
          display: inline; } }
  .quick-links li {
    border-left: 2px solid #4d4d4d;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .quick-links li {
        display: block;
        border-left: 0;
        border-top: 2px solid #4d4d4d; } }
    .quick-links li:first-child {
      border-left: 0; }
    .quick-links li a {
      color: #ffffff;
      display: block;
      font-size: 32px;
      font-weight: 500;
      padding: 4px 45px 4px 15px;
      position: relative;
      text-decoration: none;
      transition: color 0.25s linear; }
      @media (max-width: 767px) {
        .quick-links li a {
          padding: 12px 0; } }
      .quick-links li a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #000000;
        color: #ffffff;
        content: '\f105';
        font-size: 18px;
        padding: 1px 7px 2px 8px;
        position: absolute;
        border: 2px solid #ffffff;
        border-radius: 50%;
        right: 10px;
        top: 5px;
        transition: all 0.25s linear; }
        @media (max-width: 767px) {
          .quick-links li a:after {
            display: none; } }
      .quick-links li a:hover, .quick-links li a:focus {
        color: #ffffff; }
        .quick-links li a:hover:after, .quick-links li a:focus:after {
          background-color: #ffffff;
          color: #000000;
          border-color: #ffffff; }
        @media (max-width: 767px) {
          .quick-links li a:hover, .quick-links li a:focus {
            color: #ffffff; } }

/*! end n-05-nav-quick-links.scss */
/*! begin s-01-masonry-container.scss */
.masonry-container {
  margin: 30px 0; }
  .masonry-container > p.lead {
    margin-bottom: 60px; }
  .masonry-container > h1,
  .masonry-container > p.lead {
    text-align: center; }
  .masonry-container .text-center {
    margin-top: 30px; }
  .masonry-container .masonry-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .masonry-container .masonry-row.reverse {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .masonry-container .masonry-row {
        margin: 15px 0; } }
  .masonry-container .masonry-tile {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (min-width: 767px) {
      .masonry-container .masonry-tile {
        width: 50%; } }
    .masonry-container .masonry-tile .tile-wrapper {
      min-height: 607px;
      padding: 30px 50px;
      position: relative;
      width: 100%; }
      @media (max-width: 767px) {
        .masonry-container .masonry-tile .tile-wrapper {
          min-height: initial;
          padding: 20px; } }
  .masonry-container .media {
    background-color: #8c6d20;
    bottom: 40px;
    display: inline-block;
    height: 8px;
    position: absolute;
    width: 57px; }
  .masonry-container .masonry-image.no-image {
    background-color: #8c6d20; }
    .masonry-container .masonry-image.no-image .media {
      background-color: #ffffff; }
  .masonry-container .masonry-image .tile-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    overflow: hidden;
    padding: 70px 50px 70px;
    z-index: 0; }
  .masonry-container .masonry-image h3,
  .masonry-container .masonry-image p,
  .masonry-container .masonry-image a,
  .masonry-container .masonry-image .date {
    color: #ffffff; }
  .masonry-container .masonry-image h3 {
    margin-bottom: 5px; }
  .masonry-container .masonry-image .date {
    font-size: .7em;
    text-transform: uppercase; }
  .masonry-container .masonry-image p {
    margin-bottom: 10px; }
  .masonry-container .masonry-image a {
    font-size: .8em;
    cursor: pointer;
    padding: 0; }
  .masonry-container .masonry-image .img-desc {
    color: #ffffff;
    font-size: .8em; }
  .masonry-container .masonry-image figure {
    background-size: cover !important;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    transition: transform 0.5s ease-out;
    width: 100%;
    z-index: -1; }
  .masonry-container .blue .masonry-form .tile-wrapper a {
    color: #41748d; }
  .masonry-container .blue .masonry-form .tile-wrapper a.cta-link:hover:after, .masonry-container .blue .masonry-form .tile-wrapper a.cta-link:focus:after {
    background-color: #41748d; }
  .masonry-container .blue .masonry-form .tile-wrapper a.cta-link:after {
    border-color: #41748d; }
  .masonry-container .masonry-form .tile-wrapper > span {
    color: #8c6d20;
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase; }
  .masonry-container .masonry-form .tile-wrapper > h1 {
    font-weight: 500;
    margin-top: 0; }
    @media (max-width: 767px) {
      .masonry-container .masonry-form .tile-wrapper > h1 {
        font-weight: 400; } }
  .masonry-container .masonry-form .tile-wrapper form {
    margin: 10px 0; }
    .masonry-container .masonry-form .tile-wrapper form .btn {
      font-size: .8em;
      padding: 11px;
      width: 100%; }
    .masonry-container .masonry-form .tile-wrapper form input {
      background-color: #f9f9f9;
      height: 40px; }
    @media (max-width: 767px) {
      .masonry-container .masonry-form .tile-wrapper form + p,
      .masonry-container .masonry-form .tile-wrapper form ~ .row,
      .masonry-container .masonry-form .tile-wrapper .drawer form ~ .panel-body.three-cols, .drawer
      .masonry-container .masonry-form .tile-wrapper form ~ .panel-body.three-cols,
      .masonry-container .masonry-form .tile-wrapper .banner-full-width .hero-header.no-image .page-header form ~ .overlay, .banner-full-width .hero-header.no-image .page-header
      .masonry-container .masonry-form .tile-wrapper form ~ .overlay,
      .masonry-container .masonry-form .tile-wrapper form ~ .location-result,
      .masonry-container .masonry-form .tile-wrapper form ~ .section-title,
      .masonry-container .masonry-form .tile-wrapper form ~ .people-result,
      .masonry-container .masonry-form .tile-wrapper form ~ .profile-detail,
      .masonry-container .masonry-form .tile-wrapper form ~ .location-detail,
      .masonry-container .masonry-form .tile-wrapper form ~ .search-result,
      .masonry-container .masonry-form .tile-wrapper .rte form ~ div.half, .rte
      .masonry-container .masonry-form .tile-wrapper form ~ div.half,
      .masonry-container .masonry-form .tile-wrapper main article form ~ div.half, main article
      .masonry-container .masonry-form .tile-wrapper form ~ div.half {
        display: none; } }
  .masonry-container .masonry-form .tile-wrapper > p {
    margin: 0; }
  .masonry-container .masonry-form .tile-wrapper ul {
    margin: 0; }
    @media (max-width: 767px) {
      .masonry-container .masonry-form .tile-wrapper ul {
        display: none; } }
  .masonry-container .masonry-form .tile-wrapper li {
    border-top: 2px solid #ebebeb; }
    .masonry-container .masonry-form .tile-wrapper li:first-child {
      border-top: 0; }
    .masonry-container .masonry-form .tile-wrapper li > a {
      display: block;
      font-size: .9em;
      padding: 20px 0; }
  .masonry-container .masonry-form .tile-wrapper > a.cta-link {
    border-top: 4px solid #ebebeb;
    display: block;
    padding: 20px 0;
    position: relative; }
    @media (max-width: 767px) {
      .masonry-container .masonry-form .tile-wrapper > a.cta-link {
        border-top: 0;
        font-size: .8em; } }
    .masonry-container .masonry-form .tile-wrapper > a.cta-link:hover:after, .masonry-container .masonry-form .tile-wrapper > a.cta-link:focus:after {
      color: #ffffff;
      background-color: #00594f; }
    .masonry-container .masonry-form .tile-wrapper > a.cta-link:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f105';
      margin-left: 10px;
      padding: 1px 7px 2px 8px;
      position: absolute;
      border: 2px solid #00594f;
      border-radius: 50%;
      right: 0;
      transition: all 0.2s linear; }
      @media (max-width: 767px) {
        .masonry-container .masonry-form .tile-wrapper > a.cta-link:after {
          display: none; } }
  .masonry-container .blue .masonry-richtext .tile-wrapper a {
    color: #41748d; }
  .masonry-container .blue .masonry-richtext .tile-wrapper a.cta-link:hover:after, .masonry-container .blue .masonry-richtext .tile-wrapper a.cta-link:focus:after {
    background-color: #41748d; }
  .masonry-container .blue .masonry-richtext .tile-wrapper a.cta-link:after {
    border-color: #41748d; }
  .masonry-container .masonry-richtext .tile-wrapper .group-title {
    margin: 20px 0; }
  .masonry-container .masonry-richtext .tile-wrapper .rte li {
    margin-left: 1em; }
  .masonry-container .masonry-richtext .tile-wrapper ul {
    margin: 0; }
  .masonry-container .masonry-richtext .tile-wrapper .group-title + ul.links-list {
    border-bottom: 4px solid #ebebeb; }
  .masonry-container .masonry-richtext .tile-wrapper ul.links-list + .cta-link {
    border-top: 4px solid #ebebeb; }
  .masonry-container .masonry-richtext .tile-wrapper ul.links-list:last-of-type {
    border-bottom: 0; }
  .masonry-container .masonry-richtext .tile-wrapper ul.links-list li {
    border-top: 2px solid #ebebeb; }
    .masonry-container .masonry-richtext .tile-wrapper ul.links-list li:last-child {
      border-bottom: 2px solid #ebebeb; }
    .masonry-container .masonry-richtext .tile-wrapper ul.links-list li > a {
      display: block;
      font-size: .9em;
      padding: 20px 0; }
  .masonry-container .masonry-richtext .tile-wrapper > a.cta-link {
    display: block;
    padding: 20px 0;
    position: relative; }
    .masonry-container .masonry-richtext .tile-wrapper > a.cta-link:hover:after, .masonry-container .masonry-richtext .tile-wrapper > a.cta-link:focus:after {
      color: #ffffff;
      background-color: #00594f; }
    .masonry-container .masonry-richtext .tile-wrapper > a.cta-link:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f105';
      margin-left: 10px;
      padding: 1px 7px 2px 8px;
      position: absolute;
      border: 2px solid #00594f;
      border-radius: 50%;
      right: 0;
      transition: all 0.2s linear; }
  .masonry-container .masonry-row .masonry-news:first-child:nth-last-child(1) {
    width: 100%; }
  .masonry-container .masonry-row .masonry-news:only-child {
    width: 100%;
    min-height: 250px; }
  @media (min-width: 992px) {
    .masonry-container .masonry-row .masonry-news:nth-child(1) {
      width: 33.3333%; } }
  .masonry-container .masonry-row .masonry-news:nth-child(2) .tile-wrapper {
    padding: 250px 50px 60px; }
  @media (min-width: 992px) {
    .masonry-container .masonry-row .masonry-news:nth-child(2) {
      width: 66.6666%; } }
  @media (max-width: 767px) {
    .masonry-container .masonry-row .masonry-news:nth-child(2) {
      width: 100%; }
      .masonry-container .masonry-row .masonry-news:nth-child(2) .tile-wrapper {
        padding: 30px 50px 60px; } }
  .masonry-container .masonry-news .category,
  .masonry-container .masonry-news .date {
    font-size: .7em;
    text-transform: uppercase; }
  .masonry-container .masonry-news .category {
    font-weight: 600;
    margin-bottom: 10px; }
  .masonry-container .masonry-news a {
    font-weight: 600; }
    .masonry-container .masonry-news a p {
      line-height: 1.3; }
  .masonry-container .masonry-news .tile-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: initial;
    padding: 30px 50px 60px; }
  .masonry-container .masonry-news.gold-bg .category,
  .masonry-container .masonry-news.gold-bg .date,
  .masonry-container .masonry-news.gold-bg a, .masonry-container .masonry-news.gray-dark-bg .category, .masonry-container .news-blocks ul li.gray-dark-bg > div.masonry-news .category, .news-blocks ul .masonry-container li.gray-dark-bg > div.masonry-news .category,
  .masonry-container .masonry-news.gray-dark-bg .date,
  .masonry-container .news-blocks ul li.gray-dark-bg > div.masonry-news .date, .news-blocks ul
  .masonry-container li.gray-dark-bg > div.masonry-news .date,
  .masonry-container .masonry-news.gray-dark-bg a,
  .masonry-container .news-blocks ul li.gray-dark-bg > div.masonry-news a, .news-blocks ul
  .masonry-container li.gray-dark-bg > div.masonry-news a {
    color: #ffffff; }
  .masonry-container .masonry-news.gold-bg .media, .masonry-container .masonry-news.gray-dark-bg .media, .masonry-container .news-blocks ul li.gray-dark-bg > div.masonry-news .media, .news-blocks ul .masonry-container li.gray-dark-bg > div.masonry-news .media {
    background-color: #ffffff; }
  .masonry-container .masonry-news.white-bg .date, .masonry-container .news-blocks ul li.gold-bg .masonry-news.media .date, .news-blocks ul li.gold-bg .masonry-container .masonry-news.media .date, .masonry-container .news-blocks ul li.gray-dark-bg .masonry-news.media .date, .news-blocks ul li.gray-dark-bg .masonry-container .masonry-news.media .date, .masonry-container .banner-full-width.arrow.white-bg .masonry-news.banner:before .date, .banner-full-width.arrow.white-bg .masonry-container .masonry-news.banner:before .date,
  .masonry-container .masonry-news.white-bg a,
  .masonry-container .news-blocks ul li.gold-bg .masonry-news.media a, .news-blocks ul li.gold-bg
  .masonry-container .masonry-news.media a,
  .masonry-container .news-blocks ul li.gray-dark-bg .masonry-news.media a, .news-blocks ul li.gray-dark-bg
  .masonry-container .masonry-news.media a,
  .masonry-container .banner-full-width.arrow.white-bg .masonry-news.banner:before a, .banner-full-width.arrow.white-bg
  .masonry-container .masonry-news.banner:before a {
    color: #555555; }
  .masonry-container .masonry-news.white-bg .category, .masonry-container .news-blocks ul li.gold-bg .masonry-news.media .category, .news-blocks ul li.gold-bg .masonry-container .masonry-news.media .category, .masonry-container .news-blocks ul li.gray-dark-bg .masonry-news.media .category, .news-blocks ul li.gray-dark-bg .masonry-container .masonry-news.media .category, .masonry-container .banner-full-width.arrow.white-bg .masonry-news.banner:before .category, .banner-full-width.arrow.white-bg .masonry-container .masonry-news.banner:before .category {
    color: #8c6d20; }
  .masonry-container .masonry-news.white-bg .media, .masonry-container .news-blocks ul li.gold-bg .masonry-news.media .media, .news-blocks ul li.gold-bg .masonry-container .masonry-news.media .media, .masonry-container .news-blocks ul li.gray-dark-bg .masonry-news.media .media, .news-blocks ul li.gray-dark-bg .masonry-container .masonry-news.media .media, .masonry-container .banner-full-width.arrow.white-bg .masonry-news.banner:before .media, .banner-full-width.arrow.white-bg .masonry-container .masonry-news.banner:before .media {
    background-color: #8c6d20; }
  .masonry-container .masonry-news.has-bg-image .category,
  .masonry-container .masonry-news.has-bg-image .date,
  .masonry-container .masonry-news.has-bg-image a {
    color: #ffffff; }
  .masonry-container .masonry-news.has-bg-image .media {
    background-color: #8c6d20; }
  .masonry-container .masonry-news.has-bg-image .tile-wrapper {
    overflow: hidden; }
  .masonry-container .masonry-news.has-bg-image figure {
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.5s ease-out;
    width: 100%;
    z-index: -1; }

/*! end s-01-masonry-container.scss */
.rte h2, main article h2 {
  font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
  font-size: calc(1em*4/3);
  font-weight: 500;
  margin-top: 50px; }
  .rte h2.gold, main article h2.gold {
    color: #8c6d20;
    margin-top: 2em;
    margin-bottom: 15px;
    font-weight: 400; }

.rte h3, main article h3 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0; }

.rte h4, main article h4 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 5px; }

.rte img, main article img {
  display: block;
  height: auto;
  margin: 1em 0;
  width: 100%; }
  .rte img.left, .rte img.right, main article img.left, main article img.right {
    float: left;
    margin-top: 0;
    padding-right: 1em;
    width: auto;
    max-width: 100%; }
  .rte img.right, main article img.right {
    float: right;
    padding-right: 0;
    padding-left: 1em; }

.rte figure, main article figure {
  margin: 20px 0 40px;
  float: left; }
  @media (min-width: 768px) {
    .rte figure, main article figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
      -ms-flex-align: center;
          align-items: center; } }
  .rte figure img, main article figure img {
    margin: 0; }
    @media (min-width: 768px) {
      .rte figure img, main article figure img {
        -ms-flex-order: 0;
            order: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
        -ms-flex-item-align: auto;
            align-self: auto;
        max-width: 60%; } }
    @media (min-width: 992px) {
      .rte figure img, main article figure img {
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
        max-width: 75%; } }
  .rte figure figcaption, main article figure figcaption {
    border-top: 2px solid #8c6d20;
    border-bottom: 2px solid #8c6d20; }
    @media (max-width: 991px) {
      .rte figure figcaption, main article figure figcaption {
        margin: 1em 0;
        width: 100%;
        font-size: .8em; } }
    @media (min-width: 768px) {
      .rte figure figcaption, main article figure figcaption {
        margin-left: 30px;
        padding: 10px 0;
        -ms-flex-order: 1;
            order: 1;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
        -ms-flex-item-align: stretch;
            align-self: stretch; } }
    @media (min-width: 992px) {
      .rte figure figcaption, main article figure figcaption {
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
        padding: 20px 0; } }
  .rte figure.right img, main article figure.right img {
    -ms-flex-order: 1;
        order: 1; }
  .rte figure.right figcaption, main article figure.right figcaption {
    margin-left: 0;
    margin-right: 30px;
    -ms-flex-order: 0;
        order: 0; }

.rte section .caption, main article section .caption {
  margin: 20px 0 0; }

.rte ul, main article ul {
  margin: 25px 0 40px 20px; }
  .rte ul li, main article ul li {
    list-style-type: disc;
    margin-bottom: 12px; }
  .rte ul ol, main article ul ol {
    margin: 12px 0 12px 34px; }
    .rte ul ol li, main article ul ol li {
      list-style-type: decimal;
      margin-bottom: 5px; }
  .rte ul ul, main article ul ul {
    margin: 12px 0 12px 16px; }
    .rte ul ul li, main article ul ul li {
      list-style-type: none;
      margin-bottom: 5px; }
      .rte ul ul li:before, main article ul ul li:before {
        content: '- ';
        margin-right: 7px; }

.rte ol, main article ol {
  margin: 25px 0 40px 20px; }
  .rte ol li, main article ol li {
    list-style-type: decimal;
    margin-bottom: 12px; }
  .rte ol ul, main article ol ul {
    margin: 12px 0 12px 33px; }
    .rte ol ul li, main article ol ul li {
      list-style-type: disc;
      margin-bottom: 5px; }

.rte div.half dl dt, main article div.half dl dt {
  margin-top: 20px; }

.rte blockquote, main article blockquote {
  border-top: 2px solid #8c6d20;
  border-bottom: 2px solid #8c6d20;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 40px 0; }
  .rte blockquote p, main article blockquote p {
    color: #333333;
    font-size: 1em;
    line-height: 1.5;
    position: relative; }
    .rte blockquote p:before, main article blockquote p:before {
      font-size: .75em;
      position: absolute;
      left: -15px;
      top: -1px;
      color: #8c6d20; }
    .rte blockquote p:after, main article blockquote p:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f10e';
      font-size: .75em;
      color: #8c6d20;
      position: relative;
      right: -3px;
      top: -3px; }
    @media (max-width: 767px) {
      .rte blockquote p, main article blockquote p {
        font-size: .875em; } }
  .rte blockquote .blockquote-attributes, main article blockquote .blockquote-attributes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 5px; }
    .rte blockquote .blockquote-attributes div, main article blockquote .blockquote-attributes div {
      padding-left: 10px;
      text-align: left;
      vertical-align: middle; }
      .rte blockquote .blockquote-attributes div h4, main article blockquote .blockquote-attributes div h4 {
        line-height: 1;
        margin: 5px 0 0; }
      .rte blockquote .blockquote-attributes div a, main article blockquote .blockquote-attributes div a {
        color: #8c6d20;
        font-size: .8em; }
        .rte blockquote .blockquote-attributes div a:hover, .rte blockquote .blockquote-attributes div a:focus, main article blockquote .blockquote-attributes div a:hover, main article blockquote .blockquote-attributes div a:focus {
          color: #624d17;
          cursor: pointer; }
    .rte blockquote .blockquote-attributes picture > img, main article blockquote .blockquote-attributes picture > img {
      margin: 0;
      border-radius: 50%;
      max-height: 50px;
      max-width: 50px; }

@media (min-width: 768px) {
  .two-thirds .rte figure figcaption, main article .rte figure figcaption {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9em;
    -ms-flex: 0 1 30%;
        flex: 0 1 30%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .two-thirds .rte figure figcaption, main article .rte figure figcaption {
    font-size: .8em;
    padding: 5px 0; } }

@media (min-width: 992px) {
  .two-thirds .rte figure figcaption, main article .rte figure figcaption {
    -ms-flex: 0 1 33%;
        flex: 0 1 33%; } }

@media (min-width: 1200px) {
  .two-thirds .rte figure figcaption, main article .rte figure figcaption {
    font-size: 1em; } }

@media (min-width: 768px) {
  .two-thirds .rte figure img, main article .rte figure img {
    -ms-flex: 0 1 70%;
        flex: 0 1 70%;
    max-width: 70%; } }

@media (min-width: 992px) {
  .two-thirds .rte figure img, main article .rte figure img {
    -ms-flex: 0 1 67%;
        flex: 0 1 67%;
    max-width: 67%; } }

section.text-block {
  padding-top: 40px; }
  section.text-block h1 {
    text-align: center; }
  section.text-block a.btn {
    margin-top: 15px; }
  section.text-block aside {
    padding: 20px; }

.list-horizontal dt, .credentials dl dt, .list-horizontal dd, .credentials dl dd {
  line-height: 1.5;
  margin-bottom: 10px; }

.list-horizontal dt, .credentials dl dt {
  font-family: "Avenir LT W01_85 Heavy1475544", Arial, sans-serif;
  float: left;
  text-align: left;
  width: 100%; }
  @media (min-width: 768px) {
    .list-horizontal dt, .credentials dl dt {
      clear: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 25%; } }

.list-horizontal dd, .credentials dl dd {
  width: 100%; }
  @media (min-width: 768px) {
    .list-horizontal dd, .credentials dl dd {
      margin-left: 27%;
      width: 73%; } }

/*! begin l-16-listing-child-pages.scss */
.listing-child-pages li {
  border-bottom: 2px solid #f5f5f5; }
  .listing-child-pages li.parent > a {
    color: #000000;
    cursor: default;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.2; }
    .listing-child-pages li.parent > a:hover, .listing-child-pages li.parent > a:focus {
      text-decoration: none; }
  .listing-child-pages li.child-listing.active i,
  .listing-child-pages li.child-listing.active a {
    color: #ffffff; }
  .listing-child-pages li.child-listing.active ul {
    border-top: 1px solid #ffffff; }
  .listing-child-pages li.child-listing {
    position: relative; }
    .listing-child-pages li.child-listing div {
      padding: 0 20px; }
    .listing-child-pages li.child-listing ul {
      border-top: 1px solid #f5f5f5; }
    .listing-child-pages li.child-listing li {
      border: 0;
      margin: 0 -20px; }
    .listing-child-pages li.child-listing > a {
      min-height: 40px;
      padding-right: 58px; }
      .listing-child-pages li.child-listing > a:hover, .listing-child-pages li.child-listing > a:focus {
        text-decoration: none; }
    .listing-child-pages li.child-listing:not(.active) .collapse ul a {
      font-weight: 200; }
  .listing-child-pages li > a {
    color: #00806f;
    display: block;
    font-size: .875em;
    font-weight: 500;
    padding: 10px 20px; }
    @media (max-width: 991px) {
      .listing-child-pages li > a {
        padding-right: 35px; } }
  .listing-child-pages li .fa-angle-down[aria-expanded=true] {
    transform: rotate(180deg); }
  .listing-child-pages li i {
    color: #00806f;
    display: block;
    font-size: 1.5em;
    padding: 6px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: transform .25s;
    z-index: 10; }

/*! end l-16-listing-child-pages.scss */
