@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0); }

  100% {
    transform: rotate(360deg); } }
	
P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit{
	font-family: inherit!important; 
}
body, ul, li{
	font-size: inherit!important;
	/* this is what is making the buttons disappear in the navigation*/
}
	
	

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: white;
  font-family: "Univers LT W01 55 Roman", Arial, sans-serif;
  font-size: 15px!important;
  color: #767676;
  font-weight: normal;
  height: 100%;
  line-height: 1.46667em; }

ul, ol {
  color: #818080; }

li {
  line-height: 1.46667em;
  font-size: 1em; }

img {
  display: block;
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

h1, h2, h3, h4, h5, h6,
.heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0.67em 0;
  font-weight: normal; }

h1, .heading1 {
  color: #494949;
  font-size: 1.2em;
  font-family: "Univers LT W01 65 Bold", Arial, sans-serif; }

h2, .heading2 {
  color: #494949;
  font-size: 0.93333em;
  font-family: "Univers LT W01 65 Bold", Arial, sans-serif; }

h3, .heading3 {
  color: #767676;
  font-size: 1.06667em;
  font-family: "Univers LT W01 55 Roman", Arial, sans-serif; }

h4, .heading4,
h5, .heading5,
h6, .heading6 {
  color: #494949;
  font-size: 1em;
  font-family: "Univers LT W01 65 Bold", Arial, sans-serif; }

p {
  color: #767676;
  line-height: 1.46667em;
  margin: 1em 0;
  font-weight: normal;
  font-size: 1em; }

a {
  cursor: pointer;
  color: #01638b;
  text-decoration: none!important;
  -ms-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  a:hover, a.active {
    color: #007fb2; }

em {
  font-family: "UniversLTW01-55Oblique", Arial, sans-serif;
  font-weight: normal; }

strong, b {
  font-weight: normal;
  font-family: "Univers LT W01 65 Bold", Arial, sans-serif; }

blockquote, .blockquote {
  display: block;
  margin: 1em 0;
  color: #191120;
  font-family: "UniversLTW01-55Oblique", Arial, sans-serif;
  position: relative; }
  blockquote:before, .blockquote:before {
    content: "\201D";
    position: absolute;
    display: block;
    margin-left: -0.66667em;
    font-size: 1.6em;
    font-family: "Univers LT W01 75 Black", Arial, sans-serif;
    color: #65378e; }
  blockquote p, .blockquote p {
    color: #191120; }

q {
  color: #191120; }
  q:before {
    content: "\201D";
    font-size: 1.6em;
    font-family: "Univers LT W01 75 Black", Arial, sans-serif;
    color: #65378e; }

table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse; }
  table th {
    font-weight: normal;
    color: #494949;
    font-size: 0.93333em;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    text-transform: uppercase; }
  table th, table td {
    padding: 0.4em 0.26667em;
    border: solid 1px #d7d5d8; }
  table caption {
    font-family: "UniversLTW01-55Oblique", Arial, sans-serif; }
  table.no-borders {
    margin: 0; }
    table.no-borders th, table.no-borders td {
      border: 0 none; }

.search-form {
  position: relative; }
  .search-form input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    line-height: 20px;
    padding: 9px 3.4em 9px 0.66667em;
    margin: 0;
    border: 1px solid #d7d5d8;
    border-radius: 3px;
    font-size: 0.93333em;
    font-family: "UniversLTW01-55Oblique", Arial, sans-serif;
    color: #818080;
    outline: none; }
    .search-form input::-webkit-input-placeholder, .search-form input::-webkit-input-placeholder {
      color: #818080; }
    .search-form input::-moz-placeholder, .search-form input::-moz-placeholder {
      color: #818080; }
    .search-form input:-moz-placeholder, .search-form input:-moz-placeholder {
      color: #818080; }
    .search-form input:-ms-input-placeholder, .search-form input:-ms-input-placeholder {
      color: #818080; }
    .search-form input:focus {
      border-color: #b5b0b9;
      box-shadow: 0 0 2px #b5b0b9 inset;
      outline: none;
      color: #494949; }
      .search-form input:focus::-webkit-input-placeholder, .search-form input:focus::-webkit-input-placeholder {
        color: #494949; }
      .search-form input:focus::-moz-placeholder, .search-form input:focus::-moz-placeholder {
        color: #494949; }
      .search-form input:focus:-moz-placeholder, .search-form input:focus:-moz-placeholder {
        color: #494949; }
      .search-form input:focus:-ms-input-placeholder, .search-form input:focus:-ms-input-placeholder {
        color: #494949; }

.search-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.66667em;
  height: 38px;
  margin: 0;
  padding: 0;
  line-height: 38px;
  cursor: pointer;
  text-indent: -500px;
  overflow: hidden;
  border: 0 none;
  border-left: solid 1px #191120;
  border-radius: 0 3px 3px 0;
  font-size: 1em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, #65378e 0%, #461b59 100%);
  background-image: -o-linear-gradient(top, #65378e 0%, #461b59 100%);
  background-image: -ms-linear-gradient(top, #65378e 0%, #461b59 100%);
  background-image: linear-gradient(to bottom, #65378e 0%, #461b59 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF65378E', endColorstr='#FF461B59', GradientType=0); }
  .search-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.73333em;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background-image: url(../images/icon-search-retina.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto; }

.vertical-middle {
  display: table; }
  .vertical-middle.current-location {
    height: 3.06667em; }
  .vertical-middle > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.33333em; }
    .vertical-middle > div > a {
      line-height: 1.33333em;
      display: block; }

.page-frame:after, .page-header .row:after, .navigation:after, .large .navigation .submenu-open:after, .page-footer .row:after, .copyright .page-inner:after, .sidebar a.more-info:after, .page-content .row:after, .grid-thumbnail-gallery:after, .fields-two-column:after,
.fields-three-column:after,
.fields-threequarter-column:after, .home-navigation > li:after, .all-locations > ul > li:after, h2.search-result:after, .search-results li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."; }

.hidden {
  display: none; }

.until-601-only {
  display: none; }

.over-601-only {
  display: block; }

.page-overlay {
  display: none; }

.page-header {
  width: 100%;
  height: 201px; }

.page-footer {
  border-top: solid 1px #c3b2d4;
  background-color: #f7f5f9; }

.page-frame {
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }

.page-inner {
  padding: 0 1.33333em 0 1.33333em; }

.page-content .page-inner {
  padding: 2em 1.33333em;
  min-height: 23.26667em; }

.logo {
  display: block;
  width: 22.73333em;
  height: 2.4em;
  padding: 0.66667em 0 0.66667em 0;
  background-image: url(../images/logo-retina.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat; }

.page-header .header-top {
  padding-top: 0.66667em;
  height: 2em;
  text-align: right; }
.page-header .row {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-header .row .column {
    width: 62%;
    float: left; }
  .page-header .row .search-wrapper {
    width: 38%;
    padding-top: 10px;
    float: left; }
.page-header .contact-info.over-601-only {
  float: right;
  margin-top: 7px; }

.arrow-blue, .arrow-yellow {
  line-height: 30px;
  padding-right: 17px;
  background-image: url(../images/arrows-retina.png);
  background-position: 100% 3px;
  background-size: 8px auto;
  background-repeat: no-repeat; }

.arrow-yellow {
  padding-right: 27px;
  background-image: url(../images/arrows-retina.png); }

.contact-info {
  color: #818080;
  font-size: 0.93333em; }
  .contact-info strong {
    color: #65378e;
    font-size: 1.2em; }

.image-link {
  display: inline-block;
  position: relative; }
  .image-link[title]:before {
    content: "\00a0";
    text-indent: -999px;
    overflow: hidden;
    width: 0.53333em;
    position: absolute;
    right: 0;
    bottom: 0.66667em;
    line-height: 1.33333em;
    padding: 0.66667em 0.66667em;
    background-image: url(../images/arrows-retina.png);
    background-position: 8px -32px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    z-index: 1; }
  .image-link[title]:after {
    content: attr(title);
    position: absolute;
    right: 0;
    bottom: 0.71429em;
    line-height: 1.42857em;
    padding: 0.71429em 2.14286em 0.71429em 1.42857em;
    border-radius: 3px 0 0 3px;
    font-size: 0.93333em;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    color: white;
    text-transform: uppercase;
    max-width: 70%;
    border-top: solid 1px rgba(255, 255, 255, 0.7);
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
    border-left: solid 1px rgba(255, 255, 255, 0.7);
    background-image: -webkit-linear-gradient(top, rgba(87, 77, 95, 0.7) 31%, rgba(31, 19, 43, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(87, 77, 95, 0.7) 31%, rgba(31, 19, 43, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(87, 77, 95, 0.7) 31%, rgba(31, 19, 43, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(87, 77, 95, 0.7) 31%, rgba(31, 19, 43, 0.7) 100%); }

.ie9 .image-link[title]:after {
  background-color: rgba(50, 39, 61, 0.7); }

.icon-social {
  display: inline-block;
  width: 36px;
  height: 35px;
  margin: 7px 7px 0 0;
  background-image: url(../images/icons-social-retina.png);
  background-size: 100% auto; }

.icon-facebook {
  background-position: 0 0; }

.icon-twitter {
  background-position: 0 -60px; }

.icon-b {
  background-position: 0 -120px;
  height: 41px;
  margin-bottom: -6px; }

.icon-google-plus {
  background-position: 0 -180px; }

.icon-youtube {
  background-position: 0 -240px; }

.icon-pinterest {
  background-position: 0 -300px; }

.navigation-wrapper {
  height: 61px;
  margin-top: 13px;
  border-top: solid 1px #d7d5d8;
  border-bottom: solid 1px #d7d5d8;
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #f1f1f2 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #f1f1f2 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #f1f1f2 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #f1f1f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFF1F1F2', GradientType=0); }

.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: solid 1px #d7d5d8;
  border-right: solid 1px white;
  display: block; }
  .navigation li {
    margin: 0;
    padding: 0; }
  .navigation > li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 14.28%;
    display: block;
    height: 61px;
    overflow: hidden;
    border-left: solid 1px white;
    border-right: solid 1px #d7d5d8;
    position: relative; }
    .navigation > li div {
      width: 100%;
      display: table;
      table-layout: fixed; }
      .navigation > li div a {
        height: 61px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
        color: #494949;
        font-size: 0.86667em; }
        .navigation > li div a span {
          display: block;
          padding: 0 0.33333em;
          line-height: 1.2em; }
    .navigation > li.active div a, .navigation > li div a:hover {
      color: #65378e;
      background-color: #f8f8f8; }
    .navigation > li:first-child {
      border-left: solid 1px white; }
    .navigation > li.until-601-only {
      display: none; }
    .navigation > li > ul {
      display: none;
      max-height: 0;
      -ms-transition: max-height 0.5s ease;
      -webkit-transition: max-height 0.5s ease;
      transition: max-height 0.5s ease;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }

.large .page-frame {
  overflow: visible; }
.large .navigation {
  overflow: visible; }
  .large .navigation > li {
    overflow: visible; }
    .large .navigation > li.last-after-601 .submenu-open, .large .navigation > li.pre-last-after-601 .submenu-open {
      left: auto;
      right: -1px; }
  .large .navigation .submenu-open {
    width: 200px;
    max-height: none;
    display: block;
    position: absolute;
    left: -2px;
    top: 61px;
    padding: 0;
    border: solid 1px #d7d5d8;
    background-color: #f8f8f8;
    box-shadow: inset 0 1px 0px 0px #e2e1e2, inset 0 2px 0px 0px #e7e7e7, inset 0 3px 0px 0px #ececec, inset 0 4px 0px 0px #f0f0f0, inset 0 5px 0px 0px #f4f3f4; }
    .large .navigation .submenu-open li {
      float: none;
      width: 100%;
      display: block;
      height: auto;
      overflow: hidden;
      border: 0 none;
      font-size: 1em;
      border-top: solid 1px white;
      border-bottom: solid 1px #e4e4e7; }
      .large .navigation .submenu-open li a {
        height: auto;
        display: block;
        vertical-align: middle;
        text-align: left;
        border: 0 none;
        font-size: 0.93333em;
        padding: 0.64286em;
        line-height: 1.42857em;
        text-transform: none;
        color: #01638b;
        font-family: "Univers LT W01 55 Roman", Arial, sans-serif; }
        .large .navigation .submenu-open li a span {
          display: block;
          padding: 1.07143em 0 1.07143em 3.57143em;
          line-height: 20px;
          font-size: 0.93333em;
          background-image: url(../images/icons-nav.png);
          background-size: 26px auto;
          background-repeat: no-repeat; }
        .large .navigation .submenu-open li a:hover {
          color: #494949; }
      .large .navigation .submenu-open li:first-of-type {
        border-top: 0 none; }

.page-footer .row {
  position: relative;
  padding: 1.13333em 0 1.13333em 0; }
  .page-footer .row .column-left {
    float: left;
    width: 30%;
    font-size: 0.93333em;
    padding-right: 4em;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .page-footer .row .column-left:after {
      content: "";
      position: absolute;
      top: 2em;
      bottom: 2em;
      left: 30%;
      display: block;
      float: left;
      width: 1px;
      background-color: #c3b2d4;
      margin-left: -2em; }
  .page-footer .row .column-right {
    float: left;
    width: 70%; }
    .page-footer .row .column-right p {
      margin-top: 5px;
      font-size: 0.93333em; }
.page-footer h3 {
  margin: 5px 0;
  font-size: 0.93333em;
  color: #494949;
  text-transform: none;
  font-family: "Univers LT W01 65 Bold", Arial, sans-serif; }
.page-footer .social {
  float: left;
  width: 40%;
  margin-right: 10%; }
  .page-footer .social .social-links {
    width: 150px;
    margin-bottom: 20px; }
.page-footer .contacts {
  width: 50%;
  float: right; }

.footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .footer-nav li {
    padding: 0.46667em 0 0.46667em; }

.copyright {
  height: 50px;
  color: white;
  border-top: solid 1px #2a1d35;
  overflow: hidden;
  background-image: -webkit-linear-gradient(top, #6c4093 0%, #562974 100%);
  background-image: -o-linear-gradient(top, #6c4093 0%, #562974 100%);
  background-image: -ms-linear-gradient(top, #6c4093 0%, #562974 100%);
  background-image: linear-gradient(to bottom, #6c4093 0%, #562974 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6C4093', endColorstr='#FF562974', GradientType=0); }
  .copyright .copyright-text {
    line-height: 20px;
    padding: 15px 0 15px 0;
    font-size: 0.86667em;
    float: left; }
  .copyright .arrow-yellow {
    line-height: 50px;
    height: 50px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    float: right;
    background-position: 100% -27px; }

hr, .horizontal-line {
  border: 0 none;
  height: 2px;
  background-color: #65378e;
  margin: 1.66667em 0; }
  hr.grey, .horizontal-line.grey {
    height: 1px;
    background-color: #b5b0b9; }
  hr.light-grey, .horizontal-line.light-grey {
    height: 1px;
    background-color: #d7d7da; }
  hr.lighter-grey, .horizontal-line.lighter-grey {
    height: 1px;
    background-color: #e4e4e7; }

.sidebar {
  background-color: #f2f2f2;
  padding: 0 1.33333em;
  border-top: solid 2px #65378e;
  border-radius: 0 0 3px 3px; }
  .sidebar .box {
    padding-bottom: 15px;
    border-bottom: solid 1px #d7d7da; }
    .sidebar .box:last-of-type {
      border-bottom: 0 none; }
  .sidebar h3 {
    font-size: 1em;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    color: #494949;
    text-transform: none; }
  .sidebar a.more-info {
    float: right;
    margin-top: 12px;
    font-size: 0.93333em;
    font-family: "Univers LT W01 55 Roman", Arial, sans-serif; }
  .sidebar .stay-conected h3 {
    margin: 0.71429em 0;
    padding-bottom: 0.71429em;
    border-bottom: solid 1px #d7d7da;
    font-size: 0.93333em;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #494949; }
  .sidebar .weekly-news h3 {
    display: inline-block; }
  .sidebar .weekly-news form {
    padding-bottom: 0.66667em; }
  .sidebar .weekly-news p {
    margin: 0; }
  .sidebar .local-chapter {
    padding-bottom: 1.33333em; }
  .sidebar .list-menu {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .sidebar .list-menu li {
      border-top: solid 1px white;
      border-bottom: solid 1px #e4e4e7; }
      .sidebar .list-menu li:first-child {
        border-top: 0 none; }
      .sidebar .list-menu li:last-child {
        border-bottom: 0 none; }
      .sidebar .list-menu li a {
        display: block;
        font-size: 0.93333em;
        padding: 0.57143em 0 0.57143em 0;
        line-height: 1.42857em;
        font-family: "Univers LT W01 55 Roman", Arial, sans-serif; }
      .sidebar .list-menu li.active a {
        font-size: 0.93333em;
        color: #007fb2;
        padding-left: 1.42857em;
        background-image: url(../images/arrows-retina.png);
        background-position: 0 -124px;
        background-size: 8px auto;
        background-repeat: no-repeat; }
  .sidebar .button {
    width: 100%; }
  .sidebar em {
    font-size: 0.93333em;
    color: #818080; }

.page-content .column-left {
  float: left;
  width: 58%; }
.page-content .column-right {
  float: right;
  width: 38%; }

.grid-thumbnail-gallery {
  border-top: solid 2px #653890;
  padding: 1.33333em 2em 0 2em;
  margin: 0;
  list-style-type: none; }
  .grid-thumbnail-gallery li {
    width: 46%;
    float: left;
    margin-right: 8%;
    padding-top: 0.66667em;
    padding-bottom: 1.13333em; }
    .grid-thumbnail-gallery li:nth-of-type(1) div, .grid-thumbnail-gallery li:nth-of-type(2) div {
      border-top: 0 none; }
    .grid-thumbnail-gallery li:nth-of-type(even) {
      margin-right: 0; }
  .grid-thumbnail-gallery div {
    max-width: 19.66667em;
    float: left;
    border-top: solid 1px #dfdee0;
    padding-top: 0.66667em; }
  .grid-thumbnail-gallery h3 {
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    color: #494949;
    font-size: 1.06667em;
    margin: 0.33333em 0; }
  .grid-thumbnail-gallery p {
    color: #818080;
    margin: 0.33333em 0; }

form {
  margin: 0; }

.field-wrapper {
  position: relative;
  margin-bottom: 0.66667em; }

.field-wrapper .text-field,
.field-wrapper textarea,
.field-wrapper select {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.icon-field-wrapper .icn-info {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.8em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
  background: #ed4a21;
  border-radius: 50%; }

.fields-two-column,
.fields-three-column,
.fields-threequarter-column {
  margin: 0 -0.33333em; }

.fields-two-column .form-col label,
.fields-two-column .form-col .field-wrapper,
.fields-three-column .form-col label,
.fields-three-column .form-col .field-wrapper,
.fields-threequarter-column .form-col label,
.fields-threequarter-column .form-col .field-wrapper {
  margin-right: 0.33333em;
  margin-left: 0.33333em; }

.fields-two-column .form-col {
  float: left;
  width: 50%; }

.form-horizontal .fields-two-column label,
.form-horizontal .fields-three-column label,
.form-horizontal .fields-two-column .field-wrapper,
.form-horizontal .fields-three-column .field-wrapper {
  margin-right: 0.33333em;
  margin-left: 0.33333em; }

.form-horizontal .fields-two-column label,
.form-horizontal .fields-three-column label {
  margin-bottom: 0;
  text-align: left;
  width: auto; }

.field-wrapper .text-field,
.field-wrapper textarea,
.field-wrapper select {
  line-height: 1.42857em;
  padding: 0.92857em 0.71429em 0.92857em 2.71429em;
  height: 3.28571em;
  border: 1px solid #d7d5d8;
  border-radius: 3px;
  font-size: 0.93333em;
  font-family: "UniversLTW01-55Oblique", Arial, sans-serif;
  color: #818080;
  -webkit-appearance: none; }

.field-wrapper .text-field::-webkit-input-placeholder, .field-wrapper .text-field::-webkit-input-placeholder,
.field-wrapper textarea::-webkit-input-placeholder,
.field-wrapper textarea::-webkit-input-placeholder {
  color: #818080; }
.field-wrapper .text-field::-moz-placeholder, .field-wrapper .text-field::-moz-placeholder,
.field-wrapper textarea::-moz-placeholder,
.field-wrapper textarea::-moz-placeholder {
  color: #818080; }
.field-wrapper .text-field:-moz-placeholder, .field-wrapper .text-field:-moz-placeholder,
.field-wrapper textarea:-moz-placeholder,
.field-wrapper textarea:-moz-placeholder {
  color: #818080; }
.field-wrapper .text-field:-ms-input-placeholder, .field-wrapper .text-field:-ms-input-placeholder,
.field-wrapper textarea:-ms-input-placeholder,
.field-wrapper textarea:-ms-input-placeholder {
  color: #818080; }

.field-wrapper select {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -webkit-appearance: button;
  -webkit-padding-end: 0.13333em;
  -webkit-padding-start: 2.53333em;
  -webkit-user-select: none;
  -moz-padding-start: 2.53333em;
  -moz-padding-end: 0.66667em;
  -moz-user-select: none;
  background: url("../images/icon-selectbox.png") no-repeat 100% 50%, -webkit-linear-gradient(top, white 0%, white 100%, white); }

.field-wrapper select option {
  padding: 0.26667em 0.33333em; }

.field-wrapper select[disabled] {
  opacity: 0.4; }

.field-wrapper textarea {
  height: 5.46667em;
  resize: none;
  line-height: 1.4;
  text-indent: 1.86667em;
  padding-left: 0.66667em; }

.email-field,
.address-field {
  background-image: url(../images/icons-bg-input.png);
  background-repeat: no-repeat;
  background-size: 26px auto; }

.email-field {
  background-position: 10px 15px; }
  .email-field:focus {
    background-position: 10px -35px; }

.address-field {
  background-position: 10px -87px; }
  .address-field:focus {
    background-position: 10px -137px; }

.field-wrapper .text-field:focus,
.field-wrapper select:focus,
.field-wrapper textarea:focus {
  border-color: #b5b0b9;
  box-shadow: 0 0 2px #b5b0b9 inset;
  outline: none;
  color: #494949; }
  .field-wrapper .text-field:focus::-webkit-input-placeholder, .field-wrapper .text-field:focus::-webkit-input-placeholder,
  .field-wrapper select:focus::-webkit-input-placeholder,
  .field-wrapper select:focus::-webkit-input-placeholder,
  .field-wrapper textarea:focus::-webkit-input-placeholder,
  .field-wrapper textarea:focus::-webkit-input-placeholder {
    color: #494949; }
  .field-wrapper .text-field:focus::-moz-placeholder, .field-wrapper .text-field:focus::-moz-placeholder,
  .field-wrapper select:focus::-moz-placeholder,
  .field-wrapper select:focus::-moz-placeholder,
  .field-wrapper textarea:focus::-moz-placeholder,
  .field-wrapper textarea:focus::-moz-placeholder {
    color: #494949; }
  .field-wrapper .text-field:focus:-moz-placeholder, .field-wrapper .text-field:focus:-moz-placeholder,
  .field-wrapper select:focus:-moz-placeholder,
  .field-wrapper select:focus:-moz-placeholder,
  .field-wrapper textarea:focus:-moz-placeholder,
  .field-wrapper textarea:focus:-moz-placeholder {
    color: #494949; }
  .field-wrapper .text-field:focus:-ms-input-placeholder, .field-wrapper .text-field:focus:-ms-input-placeholder,
  .field-wrapper select:focus:-ms-input-placeholder,
  .field-wrapper select:focus:-ms-input-placeholder,
  .field-wrapper textarea:focus:-ms-input-placeholder,
  .field-wrapper textarea:focus:-ms-input-placeholder {
    color: #494949; }

button {
  -webkit-appearance: button;
  cursor: pointer; }

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

.button {
  display: inline-block;
  margin: 0;
  padding: 0 2.71429em;
  height: 3.28571em;
  line-height: 3.28571em;
  color: white;
  font-size: 0.93333em;
  font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, #65378e 0%, #461b59 100%);
  background-image: -o-linear-gradient(top, #65378e 0%, #461b59 100%);
  background-image: -ms-linear-gradient(top, #65378e 0%, #461b59 100%);
  background-image: linear-gradient(to bottom, #65378e 0%, #461b59 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF65378E', endColorstr='#FF461B59', GradientType=0); }

.button-blue {
  background-image: -webkit-linear-gradient(top, #2d96c0 0%, #00719d 100%);
  background-image: -o-linear-gradient(top, #2d96c0 0%, #00719d 100%);
  background-image: -ms-linear-gradient(top, #2d96c0 0%, #00719d 100%);
  background-image: linear-gradient(to bottom, #2d96c0 0%, #00719d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2D96C0', endColorstr='#FF00719D', GradientType=0); }

.button:hover,
.button:focus {
  color: white; }
  .button:hover:before,
  .button:focus:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 0px;
    left: 1px;
    border: 0 none;
    border-radius: 3px;
    z-index: -1; }

.button:hover,
.button:active,
.button:focus {
  background-image: -webkit-linear-gradient(top, #321a45 0%, #65378e 100%);
  background-image: -o-linear-gradient(top, #321a45 0%, #65378e 100%);
  background-image: -ms-linear-gradient(top, #321a45 0%, #65378e 100%);
  background-image: linear-gradient(to bottom, #321a45 0%, #65378e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF321A45', endColorstr='#FF65378E', GradientType=0); }
  .button:hover:before,
  .button:active:before,
  .button:focus:before {
    background-image: -webkit-linear-gradient(top, #461b59 0%, #65378e 100%);
    background-image: -o-linear-gradient(top, #461b59 0%, #65378e 100%);
    background-image: -ms-linear-gradient(top, #461b59 0%, #65378e 100%);
    background-image: linear-gradient(to bottom, #461b59 0%, #65378e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF461B59', endColorstr='#FF65378E', GradientType=0); }

.button-blue:hover,
.button-blue:active,
.button-blue:focus {
  background-image: -webkit-linear-gradient(top, #00587b 0%, #2d96c0 100%);
  background-image: -o-linear-gradient(top, #00587b 0%, #2d96c0 100%);
  background-image: -ms-linear-gradient(top, #00587b 0%, #2d96c0 100%);
  background-image: linear-gradient(to bottom, #00587b 0%, #2d96c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00587B', endColorstr='#FF2D96C0', GradientType=0); }
  .button-blue:hover:before,
  .button-blue:active:before,
  .button-blue:focus:before {
    background-image: -webkit-linear-gradient(top, #00719d 0%, #2d96c0 100%);
    background-image: -o-linear-gradient(top, #00719d 0%, #2d96c0 100%);
    background-image: -ms-linear-gradient(top, #00719d 0%, #2d96c0 100%);
    background-image: linear-gradient(to bottom, #00719d 0%, #2d96c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00719D', endColorstr='#FF2D96C0', GradientType=0); }

.required-text {
  font-family: "UniversLTW01-55Oblique", Arial, sans-serif;
  color: #818080;
  text-align: right;
  font-size: 0.93333em;
  line-height: 1.57143em; }

span.field-validation-error,
span.field-validation-valid {
  position: absolute;
  top: 0.86667em;
  left: 0.53333em;
  width: 1.53333em;
  height: 1.33333em;
  background-image: url(../images/icon-error-message.png);
  background-position: left top;
  background-repeat: no-repeat; }

span.field-validation-error {
  cursor: pointer; }

span.field-validation-valid {
  display: none;
  border-bottom-color: #20cd00; }

span.field-validation-error > span {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: -0.35714em;
  margin-bottom: 0.71429em;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 0 0.71429em;
  line-height: 2.14286em;
  font-size: 0.86667em;
  color: #fff;
  background: #424242;
  background-clip: padding-box;
  font-style: normal;
  font-family: 'Trade Gothic W01 Obl', sans-serif;
  white-space: nowrap; }
  span.field-validation-error > span:after {
    content: " ";
    position: absolute;
    top: 2em;
    left: 0.73333em;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #424242;
    pointer-events: none; }

.error:focus + span.field-validation-error > span,
span.field-validation-error:hover > span,
span.field-validation-error:focus > span {
  visibility: visible; }

.field-wrapper input.error,
.field-wrapper textarea.error,
.field-wrapper select.error {
  border-color: #fac2bd;
  background-image: none; }

.valid ~ .field-validation-valid {
  display: none; }

.check-radio-block .field-wrapper {
  display: inline-block; }

.check-radio-block .field-wrapper {
  padding-right: 2em; }
  .check-radio-block .field-wrapper span.field-validation-error {
    top: 0.13333em;
    right: 0.33333em;
    left: auto; }

.default-messages-container > div {
  position: relative;
  margin-bottom: 0.33333em;
  padding: 0.66667em;
  border-radius: 2px;
  background-position: 10px 10px;
  background-repeat: no-repeat; }
.default-messages-container .icon-static {
  position: absolute;
  top: 0.66667em;
  left: 0.66667em; }

.user-message {
  padding-left: 2.26667em; }
  .user-message p {
    margin: 0;
    color: #494949;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif; }

.user-message-text {
  margin: 0.66667em -0.66667em -0.66667em -0.66667em;
  padding: 0.66667em 1.33333em;
  background-color: white; }
  .user-message-text p {
    margin: 0;
    padding: 0.33333em 0;
    color: #818080; }

.error-user-message-container {
  color: #494949;
  border: 1px solid #fac2bd;
  background-color: #fceeed;
  background-image: url(../images/icon-error-message.png);
  border-radius: 0 0 2px 2px; }
  .error-user-message-container .icon-static {
    color: #f37165; }

.caution-user-message-container {
  border: 1px solid #f89728;
  background-color: #feead4;
  background-image: url(../images/icon-caution-message.png); }
  .caution-user-message-container .icon-static {
    color: #f89728; }

.success-user-message-container {
  border: 1px solid #65c154;
  background-color: #e8fae5; }
  .success-user-message-container .icon-static {
    color: #65c154; }

.system-message {
  margin-top: -1.86667em; }
  .system-message > div {
    border-radius: 0 0 3px 3px;
    border-top: 0 none; }

.topic-nav-wrapper {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.topic-nav {
  float: left;
  width: 100%;
  height: 38px;
  border-bottom: solid 2px #65378f; }
  .topic-nav a {
    display: block;
    position: relative;
    float: left;
    padding: 2px 8px 0 8px;
    margin-right: 1px;
    height: 36px;
    line-height: 36px;
    font-size: 0.93333em;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    color: #818080;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 2px 2px 0 0; }
  .topic-nav a.active {
    height: 39px;
    padding: 0px 6px 0 6px;
    border-left: solid 2px #65378f;
    border-top: solid 2px #65378f;
    border-right: solid 2px #65378f;
    background-color: white;
    color: #494949;
    border-radius: 3px 3px 0 0; }

.tabs-content-wrapper {
  padding: 0 1.33333em;
  margin-top: 1.33333em; }

.tab-content {
  display: none; }
  .tab-content:first-of-type {
    display: block; }

.topic-toggler {
  position: relative;
  display: none;
  z-index: 5;
  line-height: 1.33333em;
  padding: 0.86667em 0.66667em 0.86667em 0.66667em;
  height: 3.06667em;
  border: 1px solid #d7d5d8;
  border-radius: 3px;
  font-size: 0.93333em;
  font-family: "UniversLTW01-55Oblique", Arial, sans-serif;
  color: #818080;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  background-image: url("../images/icon-selectbox.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.location-form {
  position: relative; }
  .location-form input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    padding: 10px 0.66667em 10px 2.53333em;
    margin: 0;
    line-height: 18px;
    border: 1px solid #d7d5d8;
    border-radius: 3px;
    font-size: 0.93333em;
    font-family: "UniversLTW01-55Oblique", Arial, sans-serif;
    color: #818080;
    outline: none;
    background-image: url(../images/icons-bg-input.png);
    background-repeat: no-repeat;
    background-position: 10px -91px; }
    .location-form input::-webkit-input-placeholder, .location-form input::-webkit-input-placeholder {
      color: #818080; }
    .location-form input::-moz-placeholder, .location-form input::-moz-placeholder {
      color: #818080; }
    .location-form input:-moz-placeholder, .location-form input:-moz-placeholder {
      color: #818080; }
    .location-form input:-ms-input-placeholder, .location-form input:-ms-input-placeholder {
      color: #818080; }
    .location-form input:focus {
      background-position: 10px -141px;
      border-color: #b5b0b9;
      box-shadow: 0 0 2px #b5b0b9 inset;
      outline: none;
      color: #494949; }
      .location-form input:focus::-webkit-input-placeholder, .location-form input:focus::-webkit-input-placeholder {
        color: #494949; }
      .location-form input:focus::-moz-placeholder, .location-form input:focus::-moz-placeholder {
        color: #494949; }
      .location-form input:focus:-moz-placeholder, .location-form input:focus:-moz-placeholder {
        color: #494949; }
      .location-form input:focus:-ms-input-placeholder, .location-form input:focus:-ms-input-placeholder {
        color: #494949; }
  .location-form .close-suggestions {
    display: none;
    position: absolute;
    margin-left: -2.53333em;
    top: 6px;
    left: 40%;
    width: 1.73333em;
    height: 26px;
    background-image: url(../images/icons-bg-input.png);
    background-repeat: no-repeat;
    background-position: 0px -200px;
    cursor: pointer; }
    .location-form .close-suggestions:hover {
      background-position: 0px -250px; }
  .location-form button {
    margin: 0;
    padding: 0 2em;
    height: 38px;
    line-height: 38px;
    vertical-align: top; }
  .location-form .view-all-locations {
    display: inline-block;
    margin-left: 1.2em; }

.find-location {
  position: relative; }
  .find-location input {
    width: 73%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    padding: 10px 0.66667em 10px 2.53333em;
    margin-bottom: 0.66667em;
    line-height: 18px;
    border: 1px solid #d7d5d8;
    border-radius: 3px;
    font-size: 0.93333em;
    font-family: "UniversLTW01-55Oblique", Arial, sans-serif;
    color: #818080;
    outline: none;
    background-image: url(../images/icons-bg-input.png);
    background-repeat: no-repeat;
    background-position: 10px -91px;
    background-size: 26px auto; }
    .find-location input::-webkit-input-placeholder, .find-location input::-webkit-input-placeholder {
      color: #818080; }
    .find-location input::-moz-placeholder, .find-location input::-moz-placeholder {
      color: #818080; }
    .find-location input:-moz-placeholder, .find-location input:-moz-placeholder {
      color: #818080; }
    .find-location input:-ms-input-placeholder, .find-location input:-ms-input-placeholder {
      color: #818080; }
    .find-location input:focus {
      background-position: 10px -141px;
      border-color: #b5b0b9;
      box-shadow: 0 0 2px #b5b0b9 inset;
      outline: none;
      color: #494949; }
      .find-location input:focus::-webkit-input-placeholder, .find-location input:focus::-webkit-input-placeholder {
        color: #494949; }
      .find-location input:focus::-moz-placeholder, .find-location input:focus::-moz-placeholder {
        color: #494949; }
      .find-location input:focus:-moz-placeholder, .find-location input:focus:-moz-placeholder {
        color: #494949; }
      .find-location input:focus:-ms-input-placeholder, .find-location input:focus:-ms-input-placeholder {
        color: #494949; }
  .find-location .close-suggestions {
    display: none;
    position: absolute;
    margin-left: -2.53333em;
    top: 6px;
    left: 74%;
    width: 1.73333em;
    height: 26px;
    background-image: url(../images/icons-bg-input.png);
    background-repeat: no-repeat;
    background-position: 0px -200px;
    cursor: pointer; }
    .find-location .close-suggestions:hover {
      background-position: 0px -250px; }
  .find-location button {
    width: 25%;
    height: 38px;
    margin-bottom: 0.66667em;
    padding: 0;
    text-align: center;
    line-height: 38px;
    vertical-align: top; }
  .find-location .use-current-location-wrapper {
    display: inline; }
  .find-location .use-current-location {
    display: inline-block;
    margin-right: 1.06667em;
    position: relative; }
    .find-location .use-current-location:after {
      position: absolute;
      content: "";
      height: 100%;
      width: 1px;
      right: -0.66667em;
      background-color: #6c96ae; }
  .find-location .view-all-locations {
    display: inline-block; }

.autocomplete-suggestions {
  background: white;
  border: 1px solid #e4e4e7;
  border-radius: 0 0 3px 3px;
  overflow: auto; }

.autocomplete-suggestion {
  width: 100%;
  height: 30px;
  padding: 0 0.66667em;
  line-height: 30px;
  margin: 0;
  border: 0 none;
  border-bottom: solid 1px #e4e4e7;
  border-radius: 0;
  color: #818080;
  background-color: white;
  text-transform: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .autocomplete-suggestion.autocomplete-selected {
    padding: 0 0.66667em;
    border: 0 none;
    border-radius: 0;
    border-bottom: solid 1px #b5b0b9;
    color: #818080;
    background-color: #e5eff3; }
    .autocomplete-suggestion.autocomplete-selected:after {
      display: none; }
  .autocomplete-suggestion strong {
    color: #494949; }
  .autocomplete-suggestion:last-child {
    border-bottom: 0 none; }

.autocomplete-suggestions {
  background: white;
  border: 1px solid #e4e4e7;
  border-radius: 0 0 3px 3px;
  overflow: auto; }

.autocomplete-suggestion {
  width: 100%;
  height: 30px;
  padding: 0 0.66667em;
  line-height: 30px;
  margin: 0;
  border: 0 none;
  border-bottom: solid 1px #e4e4e7;
  border-radius: 0;
  color: #818080;
  background-color: white;
  text-transform: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .autocomplete-suggestion.autocomplete-selected {
    padding: 0 0.66667em;
    border: 0 none;
    border-radius: 0;
    border-bottom: solid 1px #b5b0b9;
    color: #818080;
    background-color: #e5eff3; }
    .autocomplete-suggestion.autocomplete-selected:after {
      display: none; }
  .autocomplete-suggestion strong {
    color: #494949; }
  .autocomplete-suggestion:last-child {
    border-bottom: 0 none; }

.back-to-top {
  display: block;
  cursor: pointer;
  width: 190px;
  height: 40px;
  line-height: 40px;
  margin: 1.33333em auto 0 auto;
  vertical-align: middle;
  color: #767676;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center; }
  .back-to-top span {
    width: 2.26667em;
    height: 40px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    vertical-align: middle;
    margin: -3px 0.66667em 0 0.66667em;
    background-image: -webkit-linear-gradient(top, #65378e 0%, #461b59 100%);
    background-image: -o-linear-gradient(top, #65378e 0%, #461b59 100%);
    background-image: -ms-linear-gradient(top, #65378e 0%, #461b59 100%);
    background-image: linear-gradient(to bottom, #65378e 0%, #461b59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF65378E', endColorstr='#FF461B59', GradientType=0); }
    .back-to-top span:before {
      content: "";
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 0px;
      left: 1px;
      border: 0 none;
      border-radius: 3px;
      z-index: -1; }
    .back-to-top span:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1.26667em;
      height: 0.6em;
      margin: -0.33333em 0 0 -0.6em;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAARCAYAAADDjbwNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3QjczRUYxRTFFMjA2ODExOEMxNEZEQjE2QkE4MTEwNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkM3ODAxRjA2N0QxMUUzODIxQkQyRkQyMjE0MTJFOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkM3ODAxRTA2N0QxMUUzODIxQkQyRkQyMjE0MTJFOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTUyNDNDODgyMzIwNjgxMTgwODNGOTk2NkFGQzBEMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0I3M0VGMUUxRTIwNjgxMThDMTRGREIxNkJBODExMDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7aJS7dAAABWklEQVR42qzUTyhEQRzA8dldJCJ/ShzlpJRyk3/JgSIHl3VydlBylSji6KDk6sBRCgf/yp84yGH3si4uUpTDbogcbNZ3ap6mad7rjX2/+hz292b2N2/mNy9WeE8IhyhFEx5dJomqvIg7DK/ALm7RIRwjbKEaHGMYDThDX9SFGnGOLi1XjUOMRlWoGVdotzwrxw4mii3Uhmu0BIwpwSZm/luoExeqw/RYxxA+tVwMq1hyLTSIE9QZeflHUzjCAHLG8zlsIBGmUBJ7qNRyBUxjXsvdoBfPxvxJbKEsqJActG0MyqvDXrMsMqM68d7Ij1sW+1do1vLaXxhTK/SLB/Qg7bP9tXqhFSwbA9/Uoe+H6NwX9OPS0lAyV+8VGgk5MShe1cIOLFek1dYM3lakhHsEbrVe6A7dlsN1iW+/5olr7Srf5EkUH951WDA/IafqjnyIaGMRWfzIH78CDABqt0P+Qe1DRQAAAABJRU5ErkJggg==");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%; }
  .back-to-top:hover {
    color: #494949; }
    .back-to-top:hover span {
      background-image: -webkit-linear-gradient(top, #321a45 0%, #65378e 100%);
      background-image: -o-linear-gradient(top, #321a45 0%, #65378e 100%);
      background-image: -ms-linear-gradient(top, #321a45 0%, #65378e 100%);
      background-image: linear-gradient(to bottom, #321a45 0%, #65378e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF321A45', endColorstr='#FF65378E', GradientType=0); }
      .back-to-top:hover span:before {
        background-image: -webkit-linear-gradient(top, #461b59 0%, #65378e 100%);
        background-image: -o-linear-gradient(top, #461b59 0%, #65378e 100%);
        background-image: -ms-linear-gradient(top, #461b59 0%, #65378e 100%);
        background-image: linear-gradient(to bottom, #461b59 0%, #65378e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF461B59', endColorstr='#FF65378E', GradientType=0); }

.back-to-top.bottom-sticky {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding-top: 3px;
  background-color: white; }

.see-more-results {
  display: block;
  cursor: pointer;
  width: 250px;
  height: 40px;
  line-height: 40px;
  margin: 1.33333em auto 0 auto;
  vertical-align: middle;
  color: #767676;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  vertical-align: middle; }
  .see-more-results span {
    width: 2.26667em;
    height: 40px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    vertical-align: middle;
    margin: -3px 0.66667em 0 0.66667em;
    background-image: -webkit-linear-gradient(top, #65378e 0%, #461b59 100%);
    background-image: -o-linear-gradient(top, #65378e 0%, #461b59 100%);
    background-image: -ms-linear-gradient(top, #65378e 0%, #461b59 100%);
    background-image: linear-gradient(to bottom, #65378e 0%, #461b59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF65378E', endColorstr='#FF461B59', GradientType=0); }
    .see-more-results span:before {
      content: "";
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 0px;
      left: 1px;
      border: 0 none;
      border-radius: 3px;
      z-index: -1; }
    .see-more-results span:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1.26667em;
      height: 0.6em;
      margin: -0.33333em 0 0 -0.6em;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAARCAYAAADDjbwNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3QjczRUYxRTFFMjA2ODExOEMxNEZEQjE2QkE4MTEwNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkM3ODAxRjA2N0QxMUUzODIxQkQyRkQyMjE0MTJFOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkM3ODAxRTA2N0QxMUUzODIxQkQyRkQyMjE0MTJFOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTUyNDNDODgyMzIwNjgxMTgwODNGOTk2NkFGQzBEMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0I3M0VGMUUxRTIwNjgxMThDMTRGREIxNkJBODExMDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7aJS7dAAABWklEQVR42qzUTyhEQRzA8dldJCJ/ShzlpJRyk3/JgSIHl3VydlBylSji6KDk6sBRCgf/yp84yGH3si4uUpTDbogcbNZ3ap6mad7rjX2/+hz292b2N2/mNy9WeE8IhyhFEx5dJomqvIg7DK/ALm7RIRwjbKEaHGMYDThDX9SFGnGOLi1XjUOMRlWoGVdotzwrxw4mii3Uhmu0BIwpwSZm/luoExeqw/RYxxA+tVwMq1hyLTSIE9QZeflHUzjCAHLG8zlsIBGmUBJ7qNRyBUxjXsvdoBfPxvxJbKEsqJActG0MyqvDXrMsMqM68d7Ij1sW+1do1vLaXxhTK/SLB/Qg7bP9tXqhFSwbA9/Uoe+H6NwX9OPS0lAyV+8VGgk5MShe1cIOLFek1dYM3lakhHsEbrVe6A7dlsN1iW+/5olr7Srf5EkUH951WDA/IafqjnyIaGMRWfzIH78CDABqt0P+Qe1DRQAAAABJRU5ErkJggg==");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .see-more-results:hover {
    color: #494949; }
    .see-more-results:hover span {
      background-image: -webkit-linear-gradient(top, #321a45 0%, #65378e 100%);
      background-image: -o-linear-gradient(top, #321a45 0%, #65378e 100%);
      background-image: -ms-linear-gradient(top, #321a45 0%, #65378e 100%);
      background-image: linear-gradient(to bottom, #321a45 0%, #65378e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF321A45', endColorstr='#FF65378E', GradientType=0); }
      .see-more-results:hover span:before {
        background-image: -webkit-linear-gradient(top, #461b59 0%, #65378e 100%);
        background-image: -o-linear-gradient(top, #461b59 0%, #65378e 100%);
        background-image: -ms-linear-gradient(top, #461b59 0%, #65378e 100%);
        background-image: linear-gradient(to bottom, #461b59 0%, #65378e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF461B59', endColorstr='#FF65378E', GradientType=0); }
  .see-more-results.loading span {
    display: none; }
  .see-more-results.loading .spinner-box {
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    position: relative; }
  .see-more-results.loading .spinner-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: #ccc solid 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .see-more-results.loading .spinner-axis {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 0.8s steps(100, end) infinite;
    animation: spin 0.8s steps(100, end) infinite; }
  .see-more-results.loading .spinner {
    width: 50%;
    height: 50%;
    overflow: hidden; }
  .see-more-results.loading .spinner-inner {
    width: 200%;
    height: 200%;
    border-radius: 100%;
    border: #ff0000 solid 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.call-out {
  border-left: solid 2px #65378e;
  padding: 1.33333em;
  background-image: url(../images/bg-pattern.jpg);
  border-radius: 0 3px 3px 0; }
  .call-out h3 {
    margin-top: 0px;
    line-height: 1.25em;
    color: #65378e;
    font-size: 1.06667em;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    text-transform: none; }
  .call-out .delimeter {
    margin: 0 -1.33333em;
    padding: 0.66667em 1.33333em;
    background-color: #f8f8f8;
    border-top: solid 1px #dfdee0;
    border-right: solid 1px #dfdee0;
    border-bottom: solid 1px #dfdee0; }
    .call-out .delimeter.last {
      margin-bottom: -1.33333em;
      border-radius: 0 0 3px 0; }
    .call-out .delimeter a {
      display: block;
      margin: -0.71429em 0;
      padding: 0.71429em 0;
      font-size: 0.93333em;
      font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
      text-transform: uppercase;
      color: #494949;
      background-image: url(../images/arrows-retina.png);
      background-size: 8px auto;
      background-repeat: no-repeat;
      background-position: 100% -77px; }
  .call-out > *:last-child {
    margin-bottom: 0; }

.ten-signs {
  background-color: #f2f2f2;
  border-top: solid 2px #007fb2;
  margin-left: 1.86667em;
  padding: 1.33333em;
  position: relative;
  border-radius: 0 0 3px 0; }
  .ten-signs .no {
    position: absolute;
    top: -22px;
    left: -19px;
    background-color: white;
    width: 36px;
    height: 36px;
    border-radius: 19px;
    text-align: center;
    line-height: 36px;
    border: solid 2px #007fb2;
    font-family: "UniversLTW01-65BoldObli", Arial, sans-serif;
    font-size: 20px;
    color: #007fb2; }
    .ten-signs .no:before {
      content: "";
      position: absolute;
      left: -3px;
      top: -2px;
      width: 25px;
      height: 28px;
      background-color: white; }
    .ten-signs .no:after {
      content: "";
      position: absolute;
      right: -3px;
      top: -2px;
      width: 18px;
      height: 20px;
      background-color: white; }
    .ten-signs .no span {
      position: relative;
      z-index: 1; }
  .ten-signs h3 {
    font-size: 1em;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    color: #494949;
    text-transform: none; }
    .ten-signs h3:first-of-type {
      margin-top: 0; }
  .ten-signs > *:last-child {
    margin-bottom: 0; }
  .ten-signs .vs {
    position: relative;
    text-align: center; }
    .ten-signs .vs:after {
      content: "";
      position: absolute;
      top: 18px;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #d7d7da;
      box-shadow: 0px 1px 0 white; }
    .ten-signs .vs span {
      position: relative;
      z-index: 1;
      display: inline-block;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      color: #494949;
      font-size: 0.86667em;
      font-family: "UniversLTW01-65BoldObli", Arial, sans-serif;
      background-color: #f2f2f2;
      border-radius: 19px;
      border: solid 2px #d7d7da;
      box-shadow: 0px 1px 0 white, inset 0px 1px 0 white; }
      .ten-signs .vs span:before {
        content: "";
        position: absolute;
        top: 18px;
        left: -3px;
        width: 6px;
        height: 9px;
        background-color: #f2f2f2; }
      .ten-signs .vs span:after {
        content: "";
        position: absolute;
        top: 7px;
        right: -3px;
        width: 6px;
        height: 9px;
        background-color: #f2f2f2; }

.banner-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2em;
  height: 19.06667em;
  background-color: #65378e; }

.banner {
  display: table-cell;
  padding: 1.33333em;
  vertical-align: middle; }
  .banner img {
    margin: auto;
    max-height: 200px; }

.our-vision {
  margin: -0.67em 0 2em 0;
  padding-top: 0.67em;
  height: 19.06667em; }
  .our-vision h2 {
    color: #767676;
    font-size: 1.06667em;
    font-family: "Univers LT W01 55 Roman", Arial, sans-serif; }
    .our-vision h2 span {
      font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
      font-size: 1.125em;
      color: #494949;
      display: block; }
  .our-vision .button,
  .our-vision .button-blue {
    width: 48%;
    padding: 0 1.33333em; }
  .our-vision .button-blue {
    margin-left: 6px; }

.home-navigation {
  border-top: solid 2px #65378e;
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0; }
  .home-navigation > li {
    display: block;
    border-bottom: solid 1px #d7d7da; }
    .home-navigation > li > a {
      height: auto;
      display: block;
      vertical-align: middle;
      text-align: left;
      border-right: 0 none;
      font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
      text-transform: uppercase;
      color: #494949;
      font-size: 1em; }
      .home-navigation > li > a span {
        display: block;
        padding: 1.07143em 0 1.07143em 3.57143em;
        line-height: 20px;
        font-size: 0.93333em;
        background-image: url(../images/icons-nav.png);
        background-size: 26px auto;
        background-repeat: no-repeat; }
      .home-navigation > li > a:hover {
        color: #494949; }
    .home-navigation > li img {
      width: 51%;
      float: left; }
    .home-navigation > li.expanded {
      padding-bottom: 1.33333em; }
    .home-navigation > li.children > a {
      background-image: url(../images/icons-nav-mobile-sub.png);
      background-size: 20px auto;
      background-position: 100% 23px;
      background-repeat: no-repeat; }
    .home-navigation > li.children.expanded a {
      background-position: 100% -19px; }
    .home-navigation > li.minor {
      display: none; }

.home-navigation li.nav-about a span {
  background-position: 14px 12px; }

.home-navigation li.nav-symptoms a span {
  background-position: 14px -88px; }

.home-navigation li.nav-treatment a span {
  background-position: 14px -187px; }

.home-navigation li.nav-i-have a span {
  background-position: 14px -286px; }

.home-navigation li.nav-care a span {
  background-position: 14px -386px; }

.home-navigation li.nav-community a span {
  background-position: 14px -487px; }

.home-navigation li.nav-get-involved a span {
  background-position: 14px -587px; }

.home-navigation > li ul {
  margin: 0 0 0 5%;
  padding: 0;
  list-style-type: none;
  float: right;
  width: 44%; }
  .home-navigation > li ul li a {
    border-top: solid 1px #e4e4e7;
    display: block;
    font-size: 0.93333em;
    line-height: 1.42857em;
    padding: 0.57143em 0 0.57143em 0; }
  .home-navigation > li ul li:first-child a {
    border-top: 0 none; }
.home-navigation > li .sub {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  -ms-transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
.home-navigation > li.expanded .sub {
  display: block;
  max-height: 1000px; }

.location-results {
  padding: 0 2em 0 2em; }
  .location-results p {
    max-width: 63%; }
    .location-results p strong {
      font-family: "Univers LT W01 55 Roman", Arial, sans-serif;
      color: #64378e; }
  .location-results h2 {
    font-size: 1.06667em;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    text-transform: none; }

.location-results > ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .location-results > ul > li {
    border-top: solid 1px #d7d7da;
    margin: 0 -2em;
    padding: 1.66667em 2em; }
    .location-results > ul > li ul {
      list-style-type: disc;
      margin-top: 3px; }
      .location-results > ul > li ul li {
        line-height: 1.46667em; }

.all-locations {
  margin-top: 1.33333em;
  border-top: solid 2px #65378e; }
  .all-locations ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .all-locations h3 {
    margin: 0;
    text-transform: none;
    font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
    color: #494949;
    font-size: 0.93333em;
    float: left;
    width: 40%; }
  .all-locations > ul {
    border-right: solid 1px #dfdee0;
    border-bottom: solid 1px #dfdee0;
    border-left: solid 1px #dfdee0;
    border-radius: 0 0 3px 3px;
    background-color: #f2f2f2; }
    .all-locations > ul > li {
      line-height: 1.33333em;
      padding: 1.33333em 1.66667em;
      border-top: solid 1px #dfdee0; }
      .all-locations > ul > li:first-child {
        border-top: 0 none; }
      .all-locations > ul > li:nth-of-type(odd) {
        background-color: #f8f8f8; }
      .all-locations > ul > li ul {
        float: left;
        width: 60%; }
        .all-locations > ul > li ul li {
          border-bottom: solid 1px #f2f2f2; }
          .all-locations > ul > li ul li:last-of-type {
            border-bottom: 0 none; }
            .all-locations > ul > li ul li:last-of-type a {
              border-bottom: 0 none; }
        .all-locations > ul > li ul a {
          line-height: 1.42857em;
          padding: 0.57143em 0 0.57143em 1.42857em;
          font-size: 0.93333em;
          display: block;
          border-bottom: solid 1px white; }

.e-news-image {
  margin-top: 2em; }

.clear-search {
  line-height: 2.53333em; }

.tabs {
  margin: 2em 0; }

h2.search-result {
  text-transform: none;
  margin: 1.33333em 0; }
  h2.search-result .word {
    font-size: 1.06667em; }
  h2.search-result .count {
    float: right;
    color: #767676;
    font-size: 0.93333em;
    font-family: "UniversLTW01-55Oblique", Arial, sans-serif; }

.search-results {
  border-top: solid 1px #d7d7da;
  padding: 0 1.33333em;
  margin: 0;
  list-style-type: none; }
  .search-results li {
    padding: 1.33333em 0 0.66667em 0;
    border-bottom: solid 1px #d7d7da; }
    .search-results li img {
      float: left; }
    .search-results li div {
      margin-left: 103px;
      padding-left: 1.33333em; }
    .search-results li h3 {
      font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
      text-transform: none;
      margin: 0; }
    .search-results li p {
      margin: 0.33333em 0; }
    .search-results li a {
      font-size: 0.93333em; }

@media screen and (max-width: 712px) {
  .page-content .page-inner {
    min-height: 16.73333em; }

  .navigation > li div a {
    font-size: 11px; }
    .navigation > li div a span {
      padding: 0 1px; }

  .copyright {
    height: auto;
    text-align: center; }
    .copyright .copyright-text {
      display: block;
      float: none;
      padding-bottom: 0; }
    .copyright .arrow-yellow {
      display: inline-block;
      line-height: 3.57143em;
      height: 3.57143em;
      float: none; }

  .topic-nav a {
    font-size: 0.8em; }

  .our-vision .button {
    padding: 0 0.86667em;
    width: auto; }
  .our-vision .button-blue {
    margin-left: 5px; }

  .sidebar .weekly-news h3 a {
    font-size: 0.8em;
    margin-top: 1px; }
  .sidebar .current-location a {
    font-size: 0.8em; } }
@media screen and (max-width: 601px) {
  .over-601-only {
    display: none; }

  .until-601-only {
    display: block !important; }

  body {
    min-width: 320px; }

  .navigation-wrapper .page-inner,
  .page-header .page-inner {
    padding: 0 0.66667em; }

  .page-content .page-inner {
    padding: 0 1.33333em 1.33333em 1.33333em;
    min-height: 21.73333em; }

  .page-header {
    height: auto; }
    .page-header .header-top {
      display: none; }
    .page-header .row {
      float: none; }
      .page-header .row .column {
        float: none;
        width: auto; }
      .page-header .row .search-wrapper {
        width: 100%; }

  .logo {
    width: 14.26667em;
    height: 1.66667em;
    margin: 0 auto;
    padding: 0.8em 0 0.8em 0;
    background-image: url(../images/logo-mobile-retina.png); }

  .page-wrapper {
    -ms-transition: right 0.3s ease-in;
    -webkit-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
    min-width: 320px; }

  .search-wrapper {
    margin: 0 -0.66667em;
    padding: 0.66667em;
    background-color: #f8f8f8;
    border-top: solid 1px #b5b0b9;
    border-bottom: solid 1px #b5b0b9; }

  .page-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 49px;
    bottom: 0;
    z-index: 10; }

  .nav-expanded .page-overlay {
    display: block; }

  .navigation {
    border-left: 0; }

  .nav-toggler {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 15px;
    margin: 0.46667em -0.66667em 0 0;
    padding: 10px;
    cursor: pointer;
    background-image: url(../images/nav-toggler-retina.png);
    background-size: 20px auto;
    background-position: center 10px;
    background-repeat: no-repeat;
    z-index: 20;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .nav-toggler:hover, .nav-expanded .nav-toggler {
      background-position: center -24px; }

  .navigation-wrapper {
    position: fixed;
    top: 0;
    left: auto;
    right: -80%;
    -webkit-overflow-scrolling: touch;
    width: 80%;
    height: 100%;
    z-index: 10;
    background: #fff;
    margin-top: 0;
    -ms-transition: right 0.3s ease-in;
    -webkit-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -ms-perspective: 1000;
    perspective: 1000; }
    .navigation-wrapper .page-frame {
      position: relative;
      z-index: 2;
      height: 100%;
      overflow: auto; }

  .nav-expanded .navigation-wrapper {
    right: 0;
    border-left: 1px solid #291d35;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .nav-expanded .page-wrapper {
    position: fixed;
    right: 80%;
    z-index: 10;
    box-shadow: 2px 0 4px rgba(26, 19, 33, 0.27);
    min-height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .navigation {
    margin: 0 -0.66667em 0 -0.66667em;
    border-top: solid 1px #b5b0b9;
    background-color: #f8f8f8; }
    .navigation li {
      float: none;
      width: 100%;
      display: block;
      height: auto;
      overflow: hidden;
      border: 0 none;
      font-size: 1em; }
      .navigation li a,
      .navigation li div a {
        height: auto;
        display: block;
        vertical-align: middle;
        text-align: left;
        border-right: 0 none;
        font-family: "Univers LT W01 65 Bold", Arial, sans-serif;
        text-transform: uppercase;
        color: #494949;
        border-bottom: solid 1px #dfdee0;
        font-size: 1em; }
        .navigation li a span,
        .navigation li div a span {
          display: block;
          padding: 1.07143em 0 1.07143em 3.57143em;
          line-height: 20px;
          font-size: 0.93333em;
          background-image: url(../images/icons-nav.png);
          background-size: 26px auto;
          background-repeat: no-repeat; }
        .navigation li a:hover,
        .navigation li div a:hover {
          color: #494949; }
      .navigation li.children div a {
        background-image: url(../images/icons-nav-mobile-sub.png);
        background-size: 20px auto;
        background-position: 100% 23px;
        background-repeat: no-repeat; }
      .navigation li.children.active a {
        background-position: 100% -19px; }
      .navigation li.minor {
        background-color: white; }
        .navigation li.minor a {
          text-transform: none;
          font-size: 0.93333em;
          font-family: "Univers LT W01 55 Roman", Arial, sans-serif;
          color: #01638b; }
          .navigation li.minor a span {
            padding: 0.71429em 0.71429em 0.71429em 1.07143em;
            background-image: none; }
    .navigation > li {
      border: 0 none;
      box-shadow: none; }
      .navigation > li div {
        display: block; }
      .navigation > li.active div a, .navigation > li div a:hover {
        color: #65378e;
        background-color: transparent; }
      .navigation > li.minor > a:hover {
        color: #007fb2; }
    .navigation > li:first-child {
      border: 0 none; }

  .navigation li ul {
    margin: 0;
    padding: 0;
    display: block; }
    .navigation li ul li {
      border-top: solid 1px white;
      border-bottom: solid 1px #e4e4e7; }
      .navigation li ul li a {
        border: 0 none;
        font-size: 0.93333em;
        padding: 0.64286em 0.71429em 0.64286em 3.57143em;
        line-height: 1.42857em;
        text-transform: none;
        color: #01638b;
        font-family: "Univers LT W01 55 Roman", Arial, sans-serif; }
      .navigation li ul li:first-of-type {
        border-top: 0 none; }
  .navigation li.active ul {
    max-height: 1000px;
    position: relative; }
    .navigation li.active ul:before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #b5b0b9; }
    .navigation li.active ul:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #b5b0b9;
      box-shadow: 0 -1px 6px 0px rgba(57, 56, 58, 0.5); }
    .navigation li.active ul li.active > a,
    .navigation li.active ul li > a:hover {
      color: #007fb2; }
  .navigation li.active div a {
    box-shadow: 0 1px 6px 0px rgba(57, 56, 58, 0.25); }

  .navigation li.nav-about a span {
    background-position: 14px 12px; }

  .navigation li.nav-symptoms a span {
    background-position: 14px -88px; }

  .navigation li.nav-treatment a span {
    background-position: 14px -187px; }

  .navigation li.nav-i-have a span {
    background-position: 14px -286px; }

  .navigation li.nav-care a span {
    background-position: 14px -386px; }

  .navigation li.nav-community a span {
    background-position: 14px -487px; }

  .navigation li.nav-get-involved a span {
    background-position: 14px -587px; }

  .navigation-wrapper .contact-info {
    line-height: 3.57143em;
    height: 3.57143em;
    text-align: center; }

  .topic-toggler {
    display: block; }

  .topic-nav-wrapper {
    width: 100%; }
    .topic-nav-wrapper .topic-nav {
      height: auto;
      display: none;
      position: relative;
      top: -30em;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: white;
      border: 1px solid #e4e4e7;
      border-radius: 0 0 3px 3px;
      -ms-transition: top 0.2s ease;
      -webkit-transition: top 0.2s ease;
      transition: top 0.2s ease;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      z-index: 2; }
    .topic-nav-wrapper .active-toggler {
      top: -1px;
      display: block; }

  .topic-nav a {
    width: 100%;
    height: 30px;
    padding: 0 0.71429em;
    line-height: 30px;
    margin: 0;
    border: 0 none;
    border-bottom: solid 1px #e4e4e7;
    border-radius: 0;
    color: #818080;
    background-color: white;
    text-transform: none;
    font-size: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .topic-nav a.active {
      height: 30px;
      padding: 0 0.71429em;
      border: 0 none;
      border-radius: 0;
      border-bottom: solid 1px #b5b0b9;
      color: #818080;
      background-color: #e5eff3; }
      .topic-nav a.active:after {
        display: none; }
    .topic-nav a:last-child {
      border-bottom: 0 none; }

  .page-footer .row .column-left {
    float: none;
    width: auto;
    padding: 0 0 1.33333em 0;
    margin-bottom: 1.33333em;
    border-bottom: solid 1px #c3b2d4; }
    .page-footer .row .column-left:after {
      display: none; }
  .page-footer .row .column-right {
    width: auto;
    float: none; }
    .page-footer .row .column-right .social {
      width: auto;
      float: none;
      margin: 0; }
      .page-footer .row .column-right .social .social-links {
        width: auto; }
  .page-footer .contacts {
    width: auto;
    float: none; }

  .horizontal-line.location-spacing {
    height: 0;
    margin-bottom: 1.33333em; }

  .all-locations {
    margin: 1.33333em -1.33333em -1.33333em -1.33333em;
    border-top: solid 1px #b5b0b9; }
    .all-locations h3 {
      width: 100%; }
    .all-locations > ul {
      border: 0 none;
      border-radius: 0; }
      .all-locations > ul > li ul {
        width: 100%; }

  .mobile-align-center, .clear-search {
    text-align: center; }

  .grid-thumbnail-gallery {
    padding: 1.33333em 0 0 0; }
    .grid-thumbnail-gallery li {
      width: 100%;
      float: left;
      margin: 0; }
      .grid-thumbnail-gallery li div {
        float: none;
        margin: 0 auto; }
      .grid-thumbnail-gallery li:nth-of-type(2) div {
        border-top: solid 1px #dfdee0; }

  .button {
    width: 100%;
    padding: 0 6px; }

  .system-message {
    margin-top: 0; }

  .page-content .column-left,
  .page-content .column-right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0; }

  .banner-wrapper {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    height: auto;
    border-top: solid 1px #191120; }
    .banner-wrapper .banner {
      display: block; }

  .our-vision {
    height: auto;
    margin: 0 -1.33333em;
    padding: 0.66667em 1.33333em 1.66667em 1.33333em;
    border-top: solid 1px #b5b0b9;
    border-bottom: solid 1px #b5b0b9;
    background-image: url(../images/bg-pattern.jpg); }
    .our-vision h2 {
      font-size: 1.2em; }
      .our-vision h2 span {
        font-size: 1.33333em; }
    .our-vision p {
      display: none; }
    .our-vision .button {
      width: 48.5%;
      padding: 0 1.33333em; }
    .our-vision .button-blue {
      margin-left: 1.4%; }

  .sidebar {
    background-color: transparent;
    border-top: 0 none;
    margin: 1.66667em -1.33333em 0 -1.33333em;
    padding: 0 1.33333em; }
    .sidebar .weekly-news h3 a {
      font-size: 1em;
      margin-top: 4px; }
    .sidebar .current-location a {
      font-size: 1em; }
    .sidebar .local-chapter {
      border-bottom: 0 none; }
    .sidebar .get-involved {
      display: none; }

  .home-navigation {
    overflow: hidden;
    border-top: 0 none;
    border-bottom: solid 1px #b5b0b9;
    margin: 0 -1.33333em 1em -1.33333em;
    background-color: #f8f8f8; }
    .home-navigation > li.expanded {
      padding: 0; }
    .home-navigation img {
      display: none; }

  .home-navigation > li ul {
    width: 100%;
    margin: 0; }
    .home-navigation > li ul li {
      border-top: solid 1px white;
      border-bottom: solid 1px #e4e4e7; }
      .home-navigation > li ul li a {
        border: 0 none;
        font-size: 0.93333em;
        padding: 0.64286em 0.71429em 0.64286em 3.57143em;
        line-height: 1.42857em;
        text-transform: none;
        color: #01638b;
        font-family: "Univers LT W01 55 Roman", Arial, sans-serif; }
      .home-navigation > li ul li:first-of-type {
        border-top: 0 none; }
  .home-navigation > li.expanded > a {
    box-shadow: 0 1px 6px 0px rgba(57, 56, 58, 0.25); }
  .home-navigation > li.expanded ul {
    position: relative; }
    .home-navigation > li.expanded ul:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #b5b0b9; }
    .home-navigation > li.expanded ul:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      height: 1px;
      box-shadow: 0 -1px 6px 0px rgba(57, 56, 58, 0.5); }
    .home-navigation > li.expanded ul li.active > a,
    .home-navigation > li.expanded ul li > a:hover {
      color: #007fb2; }

  .page-content .contact-info {
    text-align: center;
    padding-bottom: 1em; }
    .page-content .contact-info strong {
      display: block;
      font-size: 1.73333em; }

  .location-results {
    margin: 1.33333em -1.33333em -1.33333em -1.33333em;
    padding: 1.33333em 1.33333em 0 1.33333em;
    background-color: #f8f8f8;
    border-top: solid 1px #b5b0b9; }
    .location-results p {
      max-width: 100%; }
    .location-results > ul > li {
      margin: 0;
      padding: 1.66667em 0; }

  .all-locations {
    margin-bottom: 0; }

  .e-news-image {
    display: none; }

  .page-search .search-wrapper {
    padding: 0 0.66667em 0 !important;
    border-bottom: 0 none; }
    .page-search .search-wrapper form {
      display: none; }

  .tabs-content-wrapper {
    margin: 2em -1.33333em 0 -1.33333em;
    background-color: #f8f8f8;
    border-top: solid 1px #b5b0b9;
    border-bottom: solid 1px #b5b0b9; }
    .tabs-content-wrapper h2 .count {
      display: none; }

  .search-results {
    padding: 0; }
    .search-results li {
      padding: 1.66667em 0 1.33333em 0; }
      .search-results li:last-of-type {
        border-bottom: 0 none; }
      .search-results li img {
        display: none; }
      .search-results li div {
        padding: 0;
        margin: 0; }

  .find-location input {
    width: 57%; }
  .find-location .close-suggestions {
    left: 58%; }
  .find-location button {
    width: 100%; }
  .find-location .use-current-location-wrapper {
    position: absolute;
    top: 0;
    left: 59%;
    right: 0;
    margin: 0; }
  .find-location .use-current-location {
    height: 2.53333em;
    margin: 0;
    display: table-cell;
    vertical-align: middle; }
    .find-location .use-current-location:after {
      content: none; }
  .find-location .view-all-locations {
    display: block;
    text-align: center; } }
