
 /* 
-------cacheFileName----------
 key7362B3203E6FEF9543CB865AE4B2B8AC2A9384EC8105C6245D7868760A62451B#2025-07-18T14--24--56 */ 

/** Copyright 2005 Google Inc. All rights reserved. */

/* the GSearchControl CSS Classes
 * .gsc-control: the primary class of the control
 */
.gsc-control {
  width: 300px;
}

.gsc-control div {
  position: static;
}

/* Slight reset to make the preview have ample padding. */
.gsc-control-cse {
  padding: 1em;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.gsc-control-wrapper-cse {
  width: 100%;
}

/* control inputs
 * .gsc-search-box: the container that hosts the text input area
 * .gsc-input: the text input area
 * .gsc-keeper: the save link below savable results
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}

table.gsc-search-box td {
  vertical-align: middle;
}

table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}

.gsc-search-button {
  width: 1%;
}

.gsc-search-button-v2 svg {
  fill: #fff;
}

/* Firefox button fix */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gsc-clear-button {
  width: 14px;
}

.gsc-branding,
.gcsc-branding {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 4px;
}

.gsc-branding-text,
.gcsc-branding-text {
  vertical-align: top;
  padding-bottom: 2px;
  text-align: right;
  font-size: 11px;
  margin-right: 2px;
  color: #666;
}

.gsc-branding-text:first-child,
.gcsc-branding-text:first-child {
  flex-grow: 1;
}

.gsc-branding-img-noclear,
.gcsc-branding-img-noclear {
  width: 51px;
  vertical-align: bottom;
}

.gsc-branding-img,
.gcsc-branding-img {
  width: 65px;
  vertical-align: bottom;
}

.gsc-branding-youtube .gsc-branding-img-noclear {
  width: 55px;
}

.gsc-branding-youtube .gsc-branding-img {
  width: 69px;
}

.gsc-branding-vertical .gsc-branding-text .gsc-branding-text {
  margin-right: 0;
  text-align: center;
}

.gsc-branding-vertical .gsc-branding-img-noclear {
  text-align: center;
}

.gsc-branding-img,
.gsc-branding-img-noclear,
.gcsc-branding-img,
.gcsc-branding-img-noclear {
  position: relative;
  top: -1px;
  padding-left: 2px;
  padding-right: 2px;
}

.gsc-branding-img,
.gsc-branding-img-noclear,
.gcsc-branding-img,
.gcsc-branding-img-noclear {
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  display: inline;
}

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

.gcsc-branding-text {
  margin: 0 2px;
}

.gcsc-branding-img-noclear {
  width: auto;
}

.gsc-branding-clickable {
  cursor: pointer;
}

.gsc-search-button {
  margin-left: 2px;
}

.gsc-clear-button {
  display: inline;
  text-align: right;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('//www.google.com/cse/static/css/v2/clear.png');
  cursor: pointer;
}

.gsc-clear-button:hover {
  background-image: url('//www.google.com/cse/static/css/v2/clear-hover.png');
}

.gsc-search-box-tools .gsc-clear-button {
  display: none;
}

.gsc-results-close-btn {
  background-image: url("//www.google.com/images/nav_logo114.png");
  background-repeat: no-repeat;
  background-position: -140px -230px;
  float: right;
  display: none;
  opacity: 0;
  height: 12px;
  width: 12px;
  position: absolute !important;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.gsc-results-close-btn-visible {
  display: block;
  opacity: 1;
}

.gsc-results-wrapper-overlay {
  border: none;
  margin: auto;
  border-radius: 1px;
  overflow: auto;
  height: 80%;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 70%;
  position: fixed !important;
  top: 5%;
  left: 12%;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');

}

.gsc-results-wrapper-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.gsc-modal-background-image {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 130%;
  width: 100%;
  z-index: 100001;
  background-color: white;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.gsc-modal-background-image-visible {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  display: block;
}

.gsc-overflow-hidden {
  overflow: hidden;
}

/*
 * Given that this is sitting in a variable width table cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding: 1px 6px;
  border: 1px solid #ddd;
  width: 99%;
}

.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
  border: 1px solid #b9b9b9;
  border-top-color: #a0a0a0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  outline: none;
}

.gsc-keeper {
  color: #36c;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;

  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
  background-image: url('//www.google.com/cse/static/css/blue_check.gif');
}

/* tabbed mode of search control
 * .gsc-positioningWrapper: wrapper for absolute positioning of gradient
 * .gsc-tabsArea: the box containing all of the tabs
 * .gsc-tabsAreaInvisible: same as above, but this is the state when search has been cleared
 * .gsc-tabHeader: an individual tab
 * .gsc-tabHeader.gsc-tabhActive: the active tab
 * .gsc-tabHeader.gsc-tabhInactive: an inactive tab
 * .gsc-tabData: the data area/box containing results and header data for each tab
 * .gsc-tabData.gsc-tabdActive: the data area for the active tab
 * .gsc-tabData.gsc-tabdInactive: the data area for inactive tabs
 */
.gsc-positioningWrapper {
  position: relative;
}

.gsc-tabsArea {
  clear: both;
  margin-top: 6px;
  border-bottom: 1px solid #dfe1e5;
}

.gsc-tabsArea .gs-spacer,
.gsc-refinementsArea .gs-spacer {
  display: none;
}

.gsc-tabsAreaInvisible,
.gsc-refinementsAreaInvisible,
.gsc-refinementBlockInvisible {
  display: none;
}

.gsc-tabHeader {
  border: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 27px;
  min-width: 54px;
  padding: 0 8px 1px 8px;
  text-align: center;
}

.gsc-tabHeader.gsc-tabhInactive {
  cursor: pointer;
}

.gsc-tabData.gsc-tabdActive {
  display: block;
}

.gsc-tabData.gsc-tabdInactive {
  display: none;
}

/* gsc-resultsbox-invisible is preferred over gsc-tabdActive */
.gsc-tabData.gsc-tabdActive.gsc-resultsbox-invisible {
  display: none;
}

.gsc-refinementsArea {
  border-bottom: 1px solid #dfe1e5;
  clear: both;
  margin: 6px 0 4px 0;
}

.gsc-refinementHeader {
  position: static;
  margin-right: 2px;
  padding: 2px 8px 0 8px;
}

.gsc-refinementHeader.gsc-refinementhInactive {
  cursor: pointer;
  padding-bottom: 2px;
}

/* tab specific results header suppression
 * - no twiddle, tabbed mode runs in full expand mode
 * - no title
 * - no stats
 */
.gsc-tabData .gsc-resultsHeader .gsc-title {
  display: none;
}

.gsc-tabData .gsc-resultsHeader .gsc-stats {
  display: none;
}

.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
  display: none;
}

/* style for auto-completion table
 * .gsc-completion-selected: highlighted completions.
 * .gsc-completion-container: styling for the table which contains the completions
 * .gsc-completion-promotion-selected: highlighted promotions
 */
.gsc-completion-selected {
  background: #eee;
  cursor: default;
}

.gsc-completion-selected .gsc-completion-promotion-table {
  cursor: pointer;
}

.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #ddd;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
}

.gsc-completion-title {
  color: #00c;
  line-height: normal;
  white-space: normal;
}

.gsc-completion-snippet {
  line-height: normal;
  white-space: normal;
}

.gsc-completion-container .gsc-completion-icon-cell {
  width: 42px;
  height: 42px;
  padding-right: 10px;
}

.gsc-completion-icon {
  /* place image in the middle */
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #ddd;
}

.gsc-completion-container .gsc-completion-promotion-table {
  font-size: inherit;
  background: inherit;
  margin: 5px 0;
  width: 100%;
}

/* the results for each section
 * .gsc-resultsbox-{visible,invisible}: a complete-collection of results including headers
 * .gsc-results: the collection of results for a given searcher
 * .gsc-result: a generic result within the control. each result has this class, as well as .gsc-xxxResult where xxx is web, image, local, blog, etc.
 */
.gsc-resultsbox-visible {
  display: block;
}

.gsc-resultsbox-invisible {
  display: none;
}

.gsc-results {
  padding-bottom: 2px;
  width: 99%;
}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
  height: auto;
  overflow: hidden;
}

/* Ads */
.gsc-results .gsc-result .gs-ad-marker {
  display: none;
}

.gsc-wrapper {
  position: relative;
  display: block;
}

.gsc-adBlock {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 4px;
  padding-bottom: 5px;
}

.gsc-adBlock h2 {
  float: right;
  margin: 3px 5px 0;
  font-weight: normal;
  font-size: .9em;
  color: #676767;
}

.gsc-adBlock .gsc-ad {
  padding-left: 8px;
  padding-top: 5px;
  padding-right: 3px;
}

.gsc-adBlock .gsc-ad a {
  font-weight: bolder;
  color: #00c;
  line-height: 1.4em;
}

.gsc-adBlock .gsc-ad cite {
  font-style: normal;
  color: green;
}

.gsc-adBlock .gsc-ad span {
  padding-left: 8px;
}

.gsc-adBlockNoHeight {
  height: 0;
}

.gsc-adBlockInvisible {
  display: none;
}

.gsc-adBlockVertical {
  position: relative;
  display: block;
  float: right;
  clear: right;
  width: 30%;
}

.gsc-adBlockBottom {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 4px;
}

.gsc-thinWrapper {
  width: 69%;
  float: left;
  overflow: hidden;
}

.gsc-wrapper.gsc-thinWrapper {
  border-right: 1px solid #e9e9e9;
}

.gsc-adBlockVertical h2 {
  text-align: center;
  font-weight: normal;
  font-size: .9em;
  color: #676767;
  margin-top: 6px;
}

.gsc-adBlockVertical .gsc-ad {
  padding-left: 8px;
  padding-top: 5px;
}

.gsc-adBlockVertical .gsc-ad a {
  font-weight: bolder;
  color: #00c;
  line-height: 1.4em;
}

.gsc-adBlockVertical .gsc-ad cite {
  font-style: normal;
  color: green;
  display: block;
}

/* Standard configuration div/form */
.gsc-config {
  border: 1px solid #e9e9e9;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}

.gsc-config {
  margin-bottom: 0;
}

.gsc-configSetting {
  margin-top: 6px;
}

.gsc-configSetting_Label {
  color: #676767;
}

.gsc-configSettingInput {
  color: #676767;
  border: 1px solid #e9e9e9;
  width: 75%;
}

.gsc-configSettingCheckbox {
  color: #676767;
  margin-right: 6px;
}

.gsc-configSettingCheckboxLabel {
  display: inline;
  color: #676767;
}

.gsc-configSettingSubmit {
  margin-top: 8px;
  text-align: right;
}

.gsc-configSettingSubmit {
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

/* Added so elements inside a result are properly cleared by the container. */
.gsc-webResult:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gsc-webResult {
  zoom: 1;  /* IE-specific hack to get the layout clearing right. */
}

/* Wrapper for a result. */
.gsc-webResult.gsc-result {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #fff;
}

.gs-webResult .gs-visibleUrl {
  color: #008000;
  text-decoration: none;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0 5px 0;
}

.gsc-above-wrapper-area-invisible {
  display: none;
}

.gsc-above-wrapper-area-container {
  width: 100%;
}

.gsc-result-info {
  color: #676767;
  font-size: 13px;
  margin: 0;
  padding: 4px 4px 10px 4px;
  text-align: left;
}

.gsc-result-info-container {
  text-align: left;
}

.gsc-result-info-invisible {
  display: none;
}

.gsc-orderby-container {
  text-align: right;
  background: transparent;
}

.gsc-orderby-invisible {
  display: none;
}

.gsc-orderby-label {
  color: #676767;
  padding: 5px 5px 6px 0;
}

.gsc-selected-option-container {
  background-color: whiteSmoke;
  background-image: linear-gradient(top, whiteSmoke, #f1f1f1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  max-width: 90%;
  min-width: 54px;
  outline: 0;
  padding: 0 28px 0 6px;
  position: relative;
  text-align: center;
}

.gsc-selected-option {
  position: relative;
  width: 100%;
}

.gsc-control-cse .gsc-option-selector {
  border: none;
  height: 11px;
  margin-top: -4px;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 7px;
  padding: 0 5px 0 5px;
  background: url(//ssl.gstatic.com/ui/v1/disclosure/small-grey-disclosure-arrow-down.png) center no-repeat
}

.gsc-option-menu-invisible {
  display: none;
}

.gsc-control-cse .gsc-option-menu-container {
  color: #000;
  font-size: 80%;
  position: relative;
}

.gsc-control-cse .gsc-option-menu {
  background: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  max-height: 360px;
  outline: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}

.gsc-option-menu-item {
  color: #777;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0 30px 0 30px;
  white-space: nowrap;
}

.gsc-option-menu-item-highlighted {
  background-color: #eee;
  border-color: #eee;
  border-width: 1px 0;
  color: #333;
}

.gsc-option {
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  line-height: 27px;
  text-align: left;
}

.gs-web-image-box,
.gs-promotion-image-box {
  float: left;
  padding: 2px 8px 2px 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  width: 62px; /* default width + 1px border */
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
  border: 1px solid #e2e2e2;
  max-width: 60px; /* Small icons width. */
  max-height: 120px;  /* Limit height too. */
  /* IE-specific hack to simulate max-width and max-height. */
  /* For IE, image size will be 105 because various default
   * values for margins and borders are different.
   */
  width: expression(this.width > 64 ? '64px': true);
  height: expression(this.height > 120 ? '120px': true);
}

.gs-action {
  display: inline;
  margin-right: 0.6em;
}

.gs-action .gs-action {
  color: #77c;
}

.gs-action.cart .gs-action,
.gs-action.star .gs-action,
.gs-action.rss .gs-action,
.gs-action.download .gs-action,
.gs-action.email .gs-action,
.gs-action.mobile .gs-action,
.gs-action.share .gs-action,
.gs-action.fullscreen .gs-action,
.gs-action.generic .gs-action,
.gs-action.link .gs-action {
  padding-left: 18px;
  background: transparent url('//www.google.com/cse/images/action_icons_sprite.gif') no-repeat;
}

.gs-action.cart .gs-action {
  background-position: 0 0;
}

.gs-action.star .gs-action {
  background-position: -16px -34px;
}

.gs-action.rss .gs-action {
  background-position: -48px -98px;
}

.gs-action.download .gs-action {
  background-position: -64px -128px;
}

.gs-action.email .gs-action {
  background-position: -112px -224px;
}

.gs-action.mobile .gs-action {
  background-position: -131px -257px;
}

.gs-action.share .gs-action {
  background-position: -32px -64px;
}

.gs-action.fullscreen .gs-action {
  background-position: -79px -162px;
}

.gs-action.generic .gs-action {
  background-position: -144px -290px;
}

.gs-action.link .gs-action {
  background-position: -159px -321px;
}

/* Image Search */
.gs-ellipsis {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

.gsc-imageResult-column {
  margin-right: 70px;
}

.gs-imageResult {
  break-inside: avoid;
  overflow: hidden;
}

.gs-imageResult .gs-image-box {
  position: relative;
}

.gs-imageResult .gs-text-box {
  color: #999;
  height: 4em;
}

/* No padding for image result */
.gs-imageResult .gs-title,
.gs-imageResult .gs-snippet,
.gs-imageResult .gs-visibleUrl,
.gs-imageResult .gs-visibleUrl-short,
.gs-imageResult .gs-spelling {
  padding: 0;
}

/* Color hover text, but not no results text */
.gs-imageResult:not(.gs-no-results-result) .gs-snippet {
  overflow: hidden;
  white-space: nowrap;
  color: #eee;
}

.gs-imageResult .gs-size {
  display: inline;
}

.gs-imageResult .gs-image-box {
  text-align: center; /* center align image in image box */
}

.gs-imageResult .gs-image-box .gs-image {
  border: none;
}

.gs-image-scalable {
  height: 180px;
}

.gs-selectedImageResult {
  /* 180px (gs-image-scalable height) + 2*5px (gs-image-thumbnail-box padding) +
   * 350px (gs-imagePreviewArea height)
   */
  height: 540px;
}

.gs-imagePreview {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

/* Avoid auto dimensions for SVGs, lest they be hidden */
.gs-imagePreview:not([src$=".svg"]) {
  height: auto;
  width: auto;
}

.gs-imagePreviewArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: #222;
  width: 100%;
  height: 350px;
  left: 0;
  z-index: 100000;
}

.gs-imagePreviewArea-invisible {
  display: none;
}

.gs-previewSnippet {
  margin: 30px;
}

.gs-previewLink {
  color: #eee;
  font-size: 18px;
  text-decoration: none;
}

.gs-imagePreviewArea>.gs-previewLink {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.gs-previewTitle,
.gs-previewUrl,
.gs-previewSize {
  margin: 10px 0;
  color: #eee;
}

.gs-previewDescription {
  margin: 20px 0;
  color: #ccc;
}

/* Popup layout related styles */

.gsc-imageResult .gs-imageResult-popup {
  border: 0;
  margin: 0;
  width: auto; /* Override the default image result width */
  overflow: visible; /* popup box may overflow and should be visible */
  position: relative;
}

/* Instead put margin bottom and right on searcher image thumbnail. */
.gs-imageResult-popup .gs-image-thumbnail-box {
  padding: 5px;
}

.gs-imageResult-popup .gs-image-box {
  width: auto;
}

.gs-imageResult-popup .gs-image-popup-box {
  width: calc(100% - 20px);
  position: absolute;
  padding: 5px;
  margin: 5px;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  display: none;
}

.gs-imageResult-popup .gs-image-popup-box .gs-image-box {
  display: none;
}

.gs-imageResult-popup .gs-image-popup-box .gs-text-box {
  height: auto;
  width: auto;
}

/* Do not show title for compact layout such as classic and popup */
.gs-imageResult-popup .gs-text-box .gs-title {
  display: none;
}


/* Video Search
 * - single line title
 */

.gsc-videoResult .gs-videoResult .gs-title {
  line-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
}

.gsc-videoResult .gs-videoResult .gs-snippet {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}

/* trailing more link at the bottom of a collection of results */
.gsc-imageResult .gsc-trailing-more-results {
  clear: both;
}

.gsc-results .gsc-trailing-more-results {
  margin-bottom: 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #00c;
  text-decoration: underline;
}

/* trailing cursor section */
.gsc-imageResult .gsc-cursor-box {
  clear: both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom: 0;
  display: inline;
}

.gsc-results .gsc-cursor {
  color: #333;
  display: inline;
  fill: #333;
}

.gsc-results .gsc-cursor-box {
  margin-bottom: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  color: #000;
  margin-right: 8px;
  display: inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  cursor: default;
  color: #a90a08;
  font-weight: bold;
  text-decoration: none;
}

/*** End of Control, Begin Results ***/

/* generic, cross cutting result style
 * - in the form of .gs-result .gs-xxx where xxx is the generic style
 * .gs-title: typically the first line of a result, typically a link, image results over ride this, since for image results, the image is the link
 * .gs-divider: typically separates results from ads
 * .gs-visibleUrl: typically the last line of a result, displayed in green. sometimes a link (like in blog search)
 * .gs-clusterUrl: for news, and other similar services, this is a cluster of additional results
 * .gs-image: an actual image in a result
 * .gs-phone: a phone number
 * .gs-address: an address (includes street, city, region, country)
 * .gs-streetAddress: a street (including #)
 * .gs-city: a city
 * .gs-region: a region (zip code, area, etc.)
 * .gs-country: a country
 * .gs-snippet: snippetized content
 * .gs-watermark: indicator that user selected this result
 * .gs-metadata: generic metadata, e.g.,
 * .gs-image-box: generic container for a result's image (within a table)
 * .gs-text-box: generic container for a result's text content (within a table). Note that this class, and image-box are only used in video
 */
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #00c;
  text-decoration: none;
}

a .gs-captcha-info-link{
  color: #00c;
  text-decoration: none;
  text-decoration: underline;
  cursor: pointer;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}

.gsc-control-cse .gs-result .gs-spelling-original {
  font-size: 13px;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
  color: #676767;
}

/* relative and absolute dates, note, news/books inlines these */
.gs-relativePublishedDate,
.gs-publishedDate {
  color: #6f6f6f;
  text-decoration: none;
}

.gs-result .gs-clusterUrl {
  color: #008000;
  text-decoration: underline;
  cursor: pointer;
}

.gs-newsResult .gs-publisher {
  color: #6f6f6f;
  display: inline;
  text-decoration: none;
}

/*
 * For news results there are two dates...
 * The relative date is visible while in the
 * search control and the published date
 * is visible when clipped. Why? It doesn't
 * make sense to say 4 hours ago for a clipped
 * result...
 */

/* establish the base style */
.gs-newsResult .gs-relativePublishedDate,
.gs-newsResult .gs-publishedDate {
  display: inline;
  margin-left: 4px;
}

/* base styling for relative date is none */
.gs-blogResult .gs-relativePublishedDate,
.gs-newsResult .gs-relativePublishedDate {
  display: none;
}

/* suppress publishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-publishedDate,
.gsc-newsResult .gs-newsResult .gs-publishedDate {
  display: none;
}

/* enable relativePublishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
  display: inline;
}

.gs-newsResult .gs-location {
  color: #6f6f6f;
  display: inline;
  text-decoration: none;
}

.gs-promotion .gs-title,
.gs-promotion .gs-title * {
  text-decoration: none;
}

.gs-title .gs-promotion-title-right {
  color: #000;
}

.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #fff;
}

.gs-fileFormat {
  color: #666;
  font-size: 12px;
}

.gs-fileFormatType {
  font-size: 12px;
}

.gs-promotion table {
  border: none;
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.gs-promotion table .gs-snippet a .gs-title,
.gs-promotion table .gs-snippet a .gs-title * {
  font-size: 13px;
}

.gs-promotion em {
  font-style: normal;
  font-weight: bold;
}

.gs-promotion .gs-title em {
  color: inherit;
  text-decoration: inherit;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
  vertical-align: middle;
  border: 1px solid #e2e2e2;
}

.gs-result .gs-directions,
.gs-result .gs-directions * {
  color: #77c;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.gs-secondary-link,
.gs-secondary-link * {
  color: #77c;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

/* wrapper around user supplied to/from mode directions
 * normally this is disabled by default, and gs-directions is enabled
 * apps can easily switch this by setting display:block on the rule below,
 * and display:none on the rule above
 * e.g., add these two rules to switch local results into
 * alternate style driving directions
 * .gs-localResult .gs-directions-to-from { display: block; }
 * .gs-localResult .gs-directions { display: none; }
 */
.gs-result .gs-directions-to-from {
  display: none;
  margin-top: 4px;
}

.gs-result .gs-directions-to-from .gs-label {
  display: inline;
  margin-right: 4px;
}

.gs-result .gs-directions-to-from .gs-secondary-link {
  display: inline;
}

.gs-result .gs-directions-to-from .gs-spacer {
  display: inline;
  margin-right: 3px;
  margin-left: 3px;
}

.gs-videoResult .gs-publisher {
  color: #008000;
  text-decoration: none;
}

.gs-result a {
  cursor: pointer;
}

.gsc-loading-fade .gsc-result-info,
.gsc-loading-fade .gsc-loading-resultsRoot,
.gsc-loading-resultsRoot, /* customized root */
.gsc-loading-fade .gsc-loading-refinementsArea,
.gsc-loading-fade .gsc-adBlock,
.gsc-loading-fade .gsc-adBlockVertical,
.gsc-loading-fade .gsc-adBlockNoHeight {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33.3)";
  filter: alpha(opacity=33.3);
  opacity: 0.333;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  background-color: rgb(255, 244, 194);
  border: 1px solid rgb(255, 204, 51);
  display: inline-block;
  margin: 5px;
  padding: 5px;
}

.gs-backfill-message {
  padding: 8px 4px;
}

.gs-captcha-wrapper {
  margin-top: 12px;
}

span .gs-captcha-msg {
  color: #333;
  margin-top: 1px;
}

#recaptcha-wrapper {
  display: inline-block;
  margin-top: 30px;
}

.gs-stylized-error-result {
  text-align: center;
}

.gs-stylized-error-message {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.gs-stylized-error-submessage {
  margin: 0 0 20px 0;
}

.gs-stylized-error-link {
  background: #1a73e8;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}

.gs-stylized-error-link {
  text-decoration: none;
}

.gs-result .gs-watermark {
  font-size: 10px;
  color: #77c;
}

.gs-results-attribution {
  text-align: center;
  margin-bottom: 4px;
}

.gs-results-attribution,
.gs-results-attribution * {
  font-size: 10px;
  color: #676767;
  text-decoration: none;
}

.gs-results-attribution a {
  color: #00c;
  cursor: pointer;
}

.gs-results-attribution a:hover {
  text-decoration: underline;
}

.gs-result .gs-metadata{
  color: #676767;
}

/* searcher specific styling for
 * - web ad
 * - web
 * - local
 * - image (none)
 * - blog (none)
 * - video (none)
 */

/* webAd search specific over rides
 * .gs-ad-marker: disabled in control, but on in green to indicate clipped result is an ad
 */
.gs-localAd .gs-ad-marker,
.gs-webAd .gs-ad-marker {
  padding-left: 4px;
}

.gs-webResult .gs-visibleUrl-short,
.gs-promotion .gs-visibleUrl-short {
  display: none;
}

.gs-webResult .gs-visibleUrl-long,
.gs-promotion .gs-visibleUrl-long {
  overflow: hidden;
}

.gs-webResult .gs-visibleUrl-long {
  display: none;
}

/* Per result labels */
.gs-webResult .gs-per-result-labels .gs-label {
  text-decoration: underline;
  cursor: pointer;
  padding: 3px;
  color: black;
}

.gs-webResult .gs-per-result-labels .gs-label.gs-labelActive {
  cursor: default;
  text-decoration: none;
}

/* local search specific over rides
 * - city, region displayed inline
 * - country suppressed
 * - small font size for info window's
 */

.gs-localAd .gs-address * {
  color: #676767;
}

.gs-localAd .gs-street {
  display: inline;
}

.gs-city {
  display: inline;
}

.gs-region {
  display: inline;
}

.gs-country {
  display: none;
}

.gs-infoWindow * {
  font-size: 11px;
}

/* video search specific over rides
 * - align the table data
 * - default image width garuntee
 * - appropriate cell seperation
 */

/* todo(markl): workaround until gre in gmail fixes his styles */
.gs-videoResult * {
  font-size: 13px;
}

.gs-videoResult td .gs-image-box {
  width: 110px;
  height: 78px;
}

.gs-videoResult td .gs-text-box {
  vertical-align: top;
  margin-left: 4px;
}


/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

.gs-book-image-box td,
.gs-bookResult td {
  vertical-align: top;
}

.gs-book-image-box,
.gs-book-image-box div {
  position: static;
  text-align: start;
}

.gs-book-image-box {
  width: 75px;
  height: 90px;
}

.gs-bookResult td .gs-text-box {
  vertical-align: top;
  margin-left: 4px;
}

.gs-book-image-box img {
  border-spacing: 0 0;
  border: none;
}

.gs-book-image-box .gs-row-1 {
  line-height: 7px;
}

.gs-book-image-box .gs-pages {
  height: 7px;
  width: 45px;
}

.gs-book-image-box .gs-page-edge {
  height: 7px;
  width: 11px;
}

.gs-book-image-box .gs-image {
  height: 80px;
  border: 1px solid #a0a0a0;
}

.gs-bookResult .gs-author {
  display: inline;
  color: #6f6f6f;
}

.gs-bookResult .gs-publishedDate {
  display: inline;
}

.gs-bookResult .gs-pageCount {
  display: inline;
  color: #6f6f6f;
  margin-left: 4px;
}

/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

.gs-patentResult td {
  vertical-align: top;
}

.gs-patentResult .gs-patent-number,
.gs-patentResult .gs-publishedDate,
.gs-patentResult .gs-author {
  display: inline;
}

.gs-patentResult .gs-image-box {
  padding-right: 8px;
}

.gs-patentResult .gs-image {
  border: 1px solid #77c;
}

.gs-spelling {
  color: #333;
  padding-left: 7px;
  padding-right: 7px;
}

.gs-spelling a {
  color: #00c;
  cursor: pointer;
}

.gsc-control-cse:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gs-bidi-start-align {
  text-align: left;
}

.gs-bidi-end-align {
  text-align: right;
}

.gs-snippet {
  color: #333;
  margin-top: 1px;
}

.gsc-control-cse-zh_CN .gs-snippet b,
.gsc-control-cse-zh_CN .gs-promotion em,
.gsc-control-cse-zh_TW .gs-snippet b,
.gsc-control-cse-zh_TW .gs-promotion em {
  color: #c03;
  font-style: normal;
  font-weight: normal;
}

.gsc-snippet-metadata {
  vertical-align: top;
}

.gsc-snippet-metadata,
.gsc-role,
.gsc-tel,
.gsc-org,
.gsc-location,
.gsc-reviewer,
.gsc-author {
  color: #666;
}

.gsc-rating-bar {
  vertical-align: top;
  display: inline-block;
  width: 64px;
  height: 12px;
  /*background: transparent url(/cse/static/css/cse_snippets_stars.png) -65px 0 no-repeat;*/
  overflow: hidden;
  margin: 3px 0 0 0;
}

.gsc-rating-bar span {
  vertical-align: top;
  display: inline-block;
  height: 12px;
  /*background: transparent url(/cse/static/css/cse_snippets_stars.png) 0 0 no-repeat;*/
}

.gsc-review-agregate-first-line {
  margin: 0 40px 0 0;
  padding: 6px 0;
}

.gsc-review-agregate-odd-lines,
.gsc-review-agregate-even-lines {
  margin: 0 40px 0 0;
  padding: 6px 0;
  border-top: 1px solid #ebebeb;
}

.gsc-table-result,
.gs-promotion-table {
  border-spacing: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 4px;
  padding-right: 4px;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  vertical-align: top;
}

.gsc-table-cell-snippet-close {
  padding: 1px 0;
}

.gsc-table-cell-snippet-close,
.gs-promotion-text-cell {
  vertical-align: top;
  width: 100%;
}

.gs-promotion-text-cell {
  margin-left: 8px;
  margin-right: 8px;
}

.gs-promotion-text-cell .gs-visibleUrl,
.gs-promotion-text-cell .gs-snippet {
  font-size: 13px;
}

.gsc-table-cell-snippet-open {
  vertical-align: top;
  width: 100%;
  padding: 1px 0;
}

.gsc-preview-reviews {
  color: #333;
}

.gsc-preview-reviews ul {
  padding-left: 0;
  padding-right: 0;
}

.gsc-preview-reviews li {
  list-style: none;
  width: 90%;
}

.gsc-zippy {
  margin: 2px 8px 0 0;
  float: right;
  outline: none;
  overflow: hidden;
  height: 14px;
  width: 14px;
  background-position: -19px -5px;
  position: relative;
  top: -6px;
}

.gsc-table-cell-snippet-close .gsc-preview-reviews {
  display: none;
}

.gsc-table-cell-snippet-close .gsc-zippy {
  /*background: transparent url(/cse/static/css/plus_icons.png) -19px -5px no-repeat;*/
}

.gsc-table-cell-snippet-open .gsc-zippy {
  /*background: transparent url(/cse/static/css/minus_icons.png) -19px -5px no-repeat;*/
}

/*
 * Cross-browser implementation of the "display: inline-block" CSS property.
 * See http://www.w3.org/TR/CSS21/visuren.html#propdef-display for details.
 */
/* Gecko hack */
html>body .gsc-inline-block {
  display: -moz-inline-box;
  display: inline-block;
}

/* Default rule */
.gsc-inline-block {
  display: inline-block;
}

/* Show url at the top of the web result snippet */
.gsc-webResult .gsc-url-top {
  display: block;
}

.gsc-webResult .gsc-url-bottom {
  display: none;
}

/* Show url at the bottom of the image result snippet */
.gsc-imageResult .gsc-url-top {
  display: none;
}

.gsc-imageResult .gsc-url-bottom {
  display: inline;
}

.gsc-thumbnail-left {
  display: none;
}

/* CSS for labeling search results feature. */
.gsc-label-result-main-box-visible {
  position: fixed !important;
  z-index: 100003;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px 0;
  opacity: 1;
  display: block;
  border: none;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 28%;
  top: 30%;
  left: 35%;
  border: 1px solid rgba(0, 0, 0, .333);
}

.gsc-label-result-main-box-invisible {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');
}

.gsc-label-result-url {
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #008000;
  margin-top: 5px;
  font-size: 13px;
}

.gsc-label-result-url-title {
  white-space: nowrap;
  margin-top: 10px;
  font-size: 15px;
  color: #00c;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.gsc-label-result-url-heading {
  margin-bottom: 15px;
}

.gsc-label-result-labels {
  vertical-align: text-top;
  font-size: 13px;
  color: #000;
}

.gsc-label-box {
  margin-top: 5px;
}

.gsc-labels-box {
  margin-top: 15px;
}

.gsc-label-result-buttons {
  margin-top: 20px;
}

.gsc-labels-no-label-div-visible {
  margin-top: 20px;
}

.gsc-labels-no-label-div-invisible {
  display: none;
}

.gsc-labels-label-div-visible {
  margin-top: 10px;
}

.gsc-labels-label-div-invisible {
  display: none;
}

.gsc-label-result-form-label {
  margin-right: 20px;
  margin-left: 2px;
  font-size: 13px;
  color: #000;
  vertical-align: text-top;
}

.gsc-label-result-form-div {
  margin-top: 5px;
}

.gsc-label-result-label-prefix-visible {
  width: 90%;
  height: 20px;
  margin-top: 10px;
}

.gsc-label-result-label-prefix-invisible {
  display: none;
}

.gsc-label-result-label-prefix-error {
  color: red;
  margin-top: 10px;
}

.gsc-label-result-label-prefix-error-invisible {
  display: none;
}

.gsc-label-result-heading {
  font-size: 17px;
  color: black;
}

.gsc-result-label-button {
  background-color: #f5f5f5;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  padding: 0 8px;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  height: 29px;
  border: 1px solid #dcdcdc;
  border-color: rgba(0, 0, 0, .1);
  color: #444;
  margin-right: 10px;
  width: 72px;
}

.gsc-result-label-save-button {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.gsc-add-label-error {
  color: red;
  padding-top: 20px;
}

.gsc-add-label-error-invisible {
  display: none;
}

.gsc-label-results-close-btn-visible {
  display: block;
  opacity: 0.7;
}

.gsc-label-result-saving-popup {
  font-size: 13px;
  -webkit-transition: opacity 218ms;
  -moz-transition: opacity 218ms;
  -o-transition: opacity 218ms;
  transition: opacity 218ms;
  border-width: 1px;
  height: 14px;
  opacity: 1;
  padding: 6px 16px;
  background-color: #f9edbe;
  border-color: #f0c36d;
  color: #333;
  position: fixed !important;
  top: 10%;
  left: 45%;
  border-style: solid;
  border-radius: 2px;
}

.gsc-label-result-saving-popup-invisible {
  display: none;
}

/* CSS for richsnippets feature. */
.gsc-richsnippet-popup-box {
  position: fixed !important;
  z-index: 100003;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px 0;
  opacity: 1;
  display: block;
  border: none;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 25%;
  top: 15%;
  left: 25%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 65%;
  width: 50%;
  padding: 30px;
  padding-bottom: 10px;
 }

.gsc-richsnippet-popup-box-invisible {
  display: none;
}

.gsc-richsnippet-showsnippet-label {
  color: #009;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}

.gsc-richsnippet-individual-snippet-box {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 20px;
}

.gsc-richsnippet-individual-snippet-key {
  font-size: 14px;
  padding: 1px 0 6px;
  color: #009;
}

.gsc-richsnippet-individual-snippet-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gsc-richsnippet-popup-box-title {
 padding-bottom: 20px;
 font-size: 15px;
}

.gsc-richsnippet-popup-box-title-text {
  color: #404040;
  display: inline;
}

.gsc-richsnippet-popup-box-title-url {
  font-weight: bold;
  color: black;
  display: inline;
}

.gsc-richsnippet-individual-snippet-keyvalue {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.gsc-richsnippet-individual-snippet-keyelem {
  font-weight: bold;
  white-space: nowrap;
}

.gsc-richsnippet-individual-snippet-valueelem {
  margin-left: 6px;
}

.gsc-richsnippet-popup-close-button {
  background-image: url("//www.google.com/images/nav_logo114.png");
  background-repeat: no-repeat;
  background-position: -140px -230px;
  float: right;
  height: 12px;
  width: 12px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.gsc-richsnippet-popup-box-contents {
  overflow-x: hidden;
  overflow-y: auto;
  height: 88%;
}

.gcsc-find-more-on-google {
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}

.gcsc-find-more-on-google-magnifier {
  margin-right: 10px;
  vertical-align: middle;
}

.gcsc-find-more-on-google-text {
  vertical-align: middle;
}

.gcsc-find-more-on-google-query {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.gcsc-find-more-on-google-branding {
  display: inline-block;
  float: right;
}

.gsc-imageResult>.gsc-expansionArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Facet box */
.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding: 1px 0;
  white-space: nowrap;
  vertical-align: middle;
}
#mMenuCMS.slideFade>ul>li>a:not(.mm-subopen){transform:translatex(0)!important;opacity:1!important}#newsEvents #news .feature .image img{max-width:202px!important}.loggedIn .isSmaller header .container{display:none}#news-summary .row{display:flex;border-bottom:1px solid #a7e158;margin-bottom:20px;padding:20px 0;justify-content:space-between;vertical-align:top}#news-summary .image img{border:1px solid #0d7fa5}.fedTax{color:#fff;text-decoration:none;font-size:.975em;display:inline-block}#news-summary .row .image img{width:100%;height:auto}#news-summary .content a.title,#news-summary .content a.title{font-family:inherit;color:#000;font-size:17px;text-decoration:none;display:block}#news-summary .content a.title:hover{color:#757575;text-decoration:none}#news-summary .content .summary{padding-bottom:6px;line-height:30px}#news-summary .content .date{color:#757575;font-size:14px;padding:3px 0 2px}#news-summary .content a.read-more,#news-summary .content a.read-more{background:#000;color:#fff;font-size:12px;padding:5px 10px;text-decoration:none}#news-summary .content a.read-more:hover{background:#757575;color:#fff;text-decoration:none}.clear{clear:both}#news-summary .clear span{display:none}#RSSLink{height:24px;position:relative;width:24px}#RSSLink a{height:24px;width:24px;display:block;background:#ee6e19;border-radius:6px}#RSSLink a span{text-indent:-9999px;width:24px;height:24px;display:block;opacity:1;filter:alpha(opacity=100)}#RSSLink a:hover span{opacity:.7;filter:alpha(opacity=70)}#news_content_title{font-weight:bold;font-size:16px;display:none}#news_content_date{font-family:Arial,sans-serif;font-size:10.5px}#news_content_body{font-family:Arial,sans-serif;padding:15px 0}#news_content_body #featured_image{max-width:100%;float:left;padding:0 10px 10px 0}#news-summary .image{max-width:20.9%;margin-left:3px;vertical-align:middle}#news-summary .content{width:75%!important;display:inline-block;vertical-align:middle;float:none!important;text-align:left;padding-left:50px;margin:20px 0}#news-summary .content a.title{font-size:1.125em;color:#0d7fa5;padding-bottom:3px}#news-summary .content a.title:hover,#news-summary .content a.title:focus{text-decoration:none;color:#567a24}#news-summary .content a.read-more{background:#0d7fa5}#news-summary .content a.read-more:hover,#news-summary .content a.read-more:focus{background:#567a24}#news_content_body #featured_image{margin-right:55px}#news h3{position:relative;text-transform:uppercase;letter-spacing:.035em;color:#0d7fa5;font-size:22px;margin:0 auto 5px;line-height:1.15em;-webkit-transition:all .35s ease;transition:all .35s ease;text-align:left;font-weight:600}#news .feature{display:block;padding:15px 0;border-bottom:1px solid #a7e158;margin-bottom:20px}#news .feature .image{width:25%;display:inline-block;vertical-align:middle}#news .feature .image .inside{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#news .feature .image img{width:100%;max-width:100%;border:1px solid #0d7fa5}#news .feature .image .inside a:hover{-webkit-transform:scale(.95);transform:scale(.95);-webkit-box-shadow:0 0 0 5px #0d7fa5;box-shadow:0 0 0 5px #0d7fa5}#news .feature .text{text-align:left;padding-left:50px;display:inline-block;width:75%;vertical-align:middle}#news .feature .text p{color:#454545;line-height:25px;margin:.75em 0;font-weight:400;font-size:14px;font-family:'Roboto',sans-serif;padding:0}#news .feature .text a.more{font-size:16px;font-family:'Roboto Condensed',sans-serif;font-weight:700;color:#0d7fa5;text-transform:uppercase}#news .feature .text a.more:hover,#news .feature .text a.more:focus{color:#567a24}#news .feature .text a.more span::after{display:inline-block;font-family:FontAwesome;font-weight:400;margin-left:8px;content:"";opacity:0;-webkit-transition:all .35s ease;transition:all .35s ease}#news .feature .text a.more:hover span::after{opacity:1;-webkit-animation:pulse 1s infinite alternate ease-in-out;animation:pulse 1s infinite alternate ease-in-out}.title{padding-top:3px;padding-bottom:5px;font-weight:bold}
.divided .feature img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.divided .feature h2 {
  margin: 0;
}
.divided .feature p {
  margin: 10px 0 0;
}
.divided .feature a.more {
  display: block;
  margin: 10px 0 0;
  font-weight: 700;
}
.breakingNews {
  margin: 20px 50px;
}
.breakingNews p {
  padding: 15px 0 0;
  margin: 0 auto;
  font-size: normal;
  font-weight: 500;
  line-height: 1.35em;
  color: #434343;
  font-family: 'Roboto', sans-serif;
}
.breakingNews img {
  box-shadow: 0px 7px 8px #999;
}
.slider.controls .cycle-slideshow {
	margin: 0 auto;
	z-index: 5;
}
.slider.controls figure {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slider.controls figure > img {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
}
.slider.controls figcaption {
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1001;
	background: rgba(255,255,255,.40);
}
.slider.controls figcaption p {
	margin: 0;
}
.slider.controls figcaption a {
	display: block;
	font-weight: 700;
}
.slider.controls figcaption a:after {
    display: inline-block;
    margin-left: 5px;
    content: " \00bb";
}

/* Pause-Play */
.slider.controls div#pause-play {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    z-index: 1001;
}
.slider.controls #pause-play a {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	width: 30px;
	height: 30px;
	z-index: 5;
	background: rgba(255,255,255,.75);
	text-align: center;
	color: rgba(0,0,0,.85);
	text-decoration: none;
	transition: all 200ms ease-in;
}
.slider.controls #pause-play a:before {
	font-size: .85rem;
	line-height: 3rem;
}
.slider.controls #pause-play.play a.fa-pause {
	opacity: 0;
	z-index: 0;	
}	
.slider.controls #pause-play.pause a.fa-play {
	opacity: 0;
	font-size: 0;
	z-index: 0;
}

/* Pagers */
.slider.controls ol.selector { 
	display: none;
}

/* Arrow Controls */
.slider.controls .cycle-prev, .slider.controls .cycle-next {
	display: block !important;
	position: absolute;
	right: 0;
	width: 2.25em;
	padding: .5em 0 0;
	background: rgba(255,255,255,.75);
	font-size: 16px !important;
	line-height: 1.5em !important;
	text-align: center;
	vertical-align: middle;
	z-index: 1001;
}
.slider.controls .cycle-next {
	top: 2.5em;
}
.slider.controls .cycle-prev {
	top: 0;
}
.slider.controls .cycle-prev:hover, .slider.controls .cycle-prev:focus, .slider.controls .cycle-next:hover, .slider.controls .cycle-next:focus {
	background: rgba(255,255,255,1);
}
.slider.controls .cycle-prev span, .slider.controls .cycle-next span {
	font-size: 0;
}

@media screen and (min-width: 768px) {
	.slider.controls figcaption {
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 65%;
		max-width: 600px;
		padding: 20px 20px 30px;
		background: rgba(255,255,255,.40);
		font-size: 1.6rem;
	}
	div.slider.controls div.cycle-slideshow ol.selector {
		display: block;
		bottom: 30px !important;
		left: 40px;
		width: 40%;
		position: absolute;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		z-index: 1001; 
	}
	.slider.controls ol.selector li {
		display: inline-block;
	}
	.slider.controls ol.selector li span { 
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 4px 0 0;
		padding: 0;
		background: rgba(13,40,74,.25);
		border-radius: 50%;
		font-size: 0;
		}
	.slider.controls ol.selector li:last-child span {
		margin: 0;
	}
	.slider.controls ol.selector li.cycle-pager-active span { background: rgba(13,40,74,1);}
	.slider.controls .cycle-prev, .slider.controls .cycle-next {
		font-size: 22px !important;
	}
}
@media screen and (min-width: 1024px) {
	/* Pause-Play */
	.slider.controls div#pause-play {
		top: 50%;
		left: 50%;
		width: 80px;
		height: 80px;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 1001;
	}
	.slider.controls #pause-play a {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		opacity: 0;
	}
	.slider.controls #pause-play a:before {
		font-size: 25px;
		line-height: 3.35em;
	}
	.slider.controls:hover #pause-play a {
		opacity: .5;
	}
	.slider.controls #pause-play a:hover, .slider.controls #pause-play a:focus {
		opacity: 1;
		box-shadow: 2px 3px 200px rgba(0,0,0,.45);
	}
}
@import url(../../../../../../common/resources/DesignPortfolio/televox/CommonLib/fonts/angieBlogger/angieBloggerFontFinal.css);
@import url(../../../../../../common/resources/Designportfolio/televox/CommonLib/stylesheets/form-styling.css);


#template .container { position:relative; }
.socialNav ul li a { display:block; }

/* Fix for draggable icon in design mode */
.portlet_instance.portlet_icon.ui-draggable-dragging {position: fixed !important; z-index: 13000 !important}

/*border box*/
#template * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*Google Map box sizing*/
div[id*="map"] .gm-style * {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.CMS_adminBar *, .CMS_DragDropWrapper *, div.contentDiv *, table, table *, tr, tr *, td, td * { 	
	-moz-box-sizing: initial !important;
	-webkit-box-sizing: initial !important;
	box-sizing: initial !important; 
}

/* Fix banner images all displaying at once */
.slider figure:not(:first-of-type):not([style*="visibility"]) {display: none !important; overflow: hidden !important;}

/* Keeps the file upload window in the middle of the screen when open */
div[id*="ImageManager"].RadWindow, div[id*="dialogOpener"].RadWindow, div[id*="RadWindow"].RadWindow {position: fixed !important; left: 50% !important; top: 50% !important; right: 0; bottom: 0; transform: translate(-50%,-50%) !important;}

/*hiding google ads*/
.gsc-adBlock { position:fixed !important; left:-10000px; top:-10000px; }

/*image floats*/
#content img.right { float:right; margin:5px 0 5px 10px; }
#content img.left { float:left; margin:5px 10px 5px 0; }
/*misc styles*/
.left { float:left; }
.right { float:right; }
/*this pushes the ADA logo server metadata*/
.offScreen { position:fixed; top:-10000px; left:-10000px; }
/*typical global clearfix*/
.clearfix::after { content:""; clear:both; display:table; }
/*footer styles*/
.footerAddresses li { list-style-type:none; }

/*map text*/
#content .mapMarkClass, #content .mapMarkClass h1 { color:#000; }

/*doctor reviews*/
iframe#myIframe {width: 100%; min-height:500px; border: 5px solid rgba(255,255,255,0.6); border-radius:10px}

/*hiding empty LI's in social nav*/
.socialNav li:empty { display:none; }

/*responsive styles*/
@media screen and (min-width: 200px) {
	/*mobile menu*/
	.mobileMenu { position:absolute; top:95px; right:10px; display:block; }
	/*primary navigation*/
	#primaryNav { display:none; }	
}

@media screen and (min-width: 768px) {
	/*mobile menu*/
	.mobileMenu { display:none; }
	/*primary navigation*/
	#primaryNav { display:block; }
}

@media screen and (min-width: 990px) {


}

@media screen and (min-width: 1160px) {

}
/* Primary Nav */
#primaryNav {
  background: #4ecbf4;
  padding: 0 5%;
  text-align: center;
  z-index: 2600;
  position: relative;
  display: none;
}
.quick-menu {
  z-index: 2601 !important;
}
#primaryNav .container {
  line-height: 0 !important;
  font-size: .1px;
  margin: 0 !important;
}
#primaryNav .essentialMenu {
  display: inline-block;
}
#primaryNav ul li a {
  padding: 14px 21px;
  color: #085068;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: normal;
}
#primaryNav ul li a:hover, #primaryNav ul li a:focus, #primaryNav ul li a.rmExpanded {
  color: #fff;
  /*background: #0d7fa5;*/
}
#primaryNav ul li a span {
  padding: 0 !important;
  margin: 0 !important;
}
/* Drop Down Menu */
#primaryNav div.rmSlide ul {
  width: 240px;
  background: #e1e1e1;
  padding: 0;
}
#primaryNav div.rmSlide ul li {
  width: 100%;
  line-height: 22px;
}
#primaryNav div.rmSlide ul li a {
  width: 100% !important;
  padding: 10px 10px;
  color: #454545;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
}
#primaryNav div.rmSlide ul li a:hover, #primaryNav div.rmSlide ul li a:focus {
  background: #8dc63f;
  color: #334918;
}
/* Drop Down 3rd Tier menu */
#primaryNav div.rmSlide ul.rmLevel2 {
  top: -30px !important;
}
/* Interior Nav */
.sitenavl0 a.navLink {
  display: block;
  padding: 15px 25px;
  background: #8dc63f;
  color: #334918;
  font-size: 1.325em;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-shadow:0px 0px 0px rgba(255, 255, 255, .3);

}
.sitenavl0, .sitenavl1 {
  padding: 0;
  background: #0b6a8a;
}

.sitenavl1 a.navLink {
  padding: 10px 10px 10px 15px !important;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: .875em;
  margin: 0;
  font-family: 'Overpass', sans-serif;
  position: relative;
}
.sitenavl1 a.navLink:hover, .sitenavl1 a.navLink:focus, .sitenavl1.currentpage.navWrp a.navLink {
  color: #c2eb89;
  padding: 10px 10px 10px 40px !important;
  text-decoration: none;
}
.sitenavl1:first-child {
  padding-top: 15px;
}
.sidenav-slide div.sitenavl1:nth-child(2) {
  padding-top: 0;
}
.sidenav-slide div.sitenavl1:last-child {
  padding-bottom: 15px;
}
.sitenavl1 a.navLink::before {
  position: absolute;
  left: 20px;
  opacity: 0;
  font-family: FontAwesome;
  font-weight: 400;
  margin: 0;
  content: "\f0a9";
  transition: all .35s ease-in-out;
}
.sitenavl1 a.navLink:hover::before, .sitenavl1.currentpage.navWrp a.navLink::before {
  opacity: 1;
}
/* Mobile Menu */
.mobileMenu {
  top: 0;
  right: 0;
  width: 100%;
  padding: 12px 20px;
  font-size: 1.5em;
  height: 50px;
  text-align: right;
  text-decoration: none !important;
  background: #065AB1;
  font-family: 'Arial', serif;
  display: block;
  position: relative;
}
a.mobileMenu {
  color: #fff;
}
a.mobileMenu:hover, a.mobileMenu:focus {
  color: #FFFF45;
}
.mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before {
  border-color: rgba(255, 255, 255, 1);
}
.mm-list > li > a {
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}
.mm-menu {
  background: #065AB1;
}
.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
  padding-right: 7px;
}
.mm-list a, .mm-list a:hover, .mm-list a, .mm-list a:focus {
  text-decoration: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}
div.mobilePublishLink {
  text-align: center;
  line-height: 170%;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
}
.mm-list a:hover, .mm-list a:focus {
  color: #FFFF45;
}
.RadMenu {
  white-space: nowrap;
  float: left;
  position: relative;
  text-align: left;
  z-index: 7000\9;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.RadMenu .rmRootGroup {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  display: inline-block;
}
.RadMenu .rmRootScrollGroup {
  z-index: 1;
}
.RadMenu:after, .RadMenu .rmRootGroup:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.RadMenu ul.rmVertical, .RadMenu ul.rmHorizontal, .RadMenu ul.rmRootScrollGroup, .RadMenu_Context ul.rmHorizontal {
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
  left: 0;
  float: left;
}
.rmHorizontal {
  white-space: nowrap;
}
.rmSized ul.rmVertical {
  width: 100%;
}
.rmSized ul.rmRootGroup {
  float: none;
}
.rmSized .rmRootGroup .rmVertical {
  width: auto;
}
.RadMenu .rmItem {
  float: left;
  position: relative;
  list-style-image: none;
  list-style-position: outside;
  list-style: none;
  line-height: inherit;
}
.RadMenu .rmHorizontal .rmItem {
  clear: none;
}
.RadMenu .rmVertical .rmItem {
  float: none;
}
.rmSized .rmVertical .rmItem {
  width: 100%;
}
.rmSized .rmHorizontal .rmItem, .rmSized .rmRootGroup .rmVertical .rmItem {
  width: auto;
}
.RadMenu .rmSlide .rmHorizontal .rmItem {
  margin-bottom: -2px;
}
.RadMenu ul.rmActive, .RadMenu ul.rmRootGroup {
  display: block;
}
.RadMenu .rmSlide, .RadMenu_Context {
  position: absolute;
  overflow: hidden;
  display: none;
  float: left;
}
.RadMenu_Context {
  z-index: 1000;
  overflow: visible;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.RadMenu .rmText {
  display: block;
  padding-bottom: 1px;
  float: left;
}
.RadMenu div.rmText {
  white-space: normal;
  background: transparent;
}
.RadMenu a.rmLink {
  cursor: pointer;
  display: block;
  box-sizing: content-box;
  *zoom: 1;
}
.RadMenu a.rmLink:after {
  content: "";
  display: block;
  clear: both;
}
.rmScrollWrap {
  position: absolute;
  float: left;
  overflow: hidden;
  left: 0;
}
.RadMenu .rmLeftArrow, .RadMenu .rmTopArrow, .RadMenu .rmBottomArrow, .RadMenu .rmRightArrow {
  position: absolute;
  z-index: 2000;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  outline: 0;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.RadMenu .rmLeftArrowDisabled, .RadMenu .rmTopArrowDisabled, .RadMenu .rmBottomArrowDisabled, .RadMenu .rmRightArrowDisabled {
  display: none;
  text-indent: -1000em;
  font-size: 0;
  line-height: 0;
}
.RadMenu .rmBottomArrow, .RadMenu .rmBottomArrowDisabled {
  margin-bottom: -1px;
}
.RadMenu .rmLeftImage {
  min-width: 16px;
  border: 0;
  float: left;
}
.RadMenu_rtl {
  float: right;
  text-align: right;
}
.RadMenu_rtl ul.rmVertical {
  float: right;
}
.RadMenu_rtl .rmItem {
  float: right;
}
.RadMenu_rtl .rmLeftImage, .RadMenu_Context_rtl .rmLeftImage {
  border: 0;
  float: right;
}
.RadMenu_rtl .rmLeftArrow, .RadMenu_rtl .rmTopArrow, .RadMenu_rtl .rmBottomArrow, .RadMenu_rtl .rmRightArrow, .RadMenu_rtl .rmLeftArrowDisabled, .RadMenu_rtl .rmTopArrowDisabled, .RadMenu_rtl .rmBottomArrowDisabled, .RadMenu_rtl .rmRightArrowDisabled {
  text-indent: 1000em !important;
}
.RadMenu div.rmRootGroup {
  position: relative;
}
.RadMenu .rmItem {
  padding: 0;
}
.RadMenu .rmLink {
  width: auto;
  padding: 0 0 0 12px;
  outline: 0;
  float: left;
}
.RadMenu_rtl .rmLink {
  padding: 0 12px 0 0;
}
.RadMenu .rmSlide .rmHorizontal .rmLink {
  padding-left: 4px;
  line-height: 0;
  position: relative;
}
.RadMenu .rmLeftImage {
  margin: 3px 3px 0 -6px;
}
.RadMenu_rtl .rmLeftImage {
  margin: 3px -6px 0 3px;
}
.RadMenu .rmSlide .rmHorizontal .rmLeftImage {
  margin-top: 0;
}
.RadMenu .rmSlide .rmVertical .rmLeftImage {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.RadMenu span.rmLeftImage {
  display: inline-block;
  width: 16px;
  height: 16px;
  zoom: 1;
}
.RadMenu .rmVertical .rmText {
  padding: 0 24px 1px 0;
}
.RadMenu .rmVertical .rmRootLink .rmText {
  padding-right: 40px;
}
.RadMenu .rmHorizontal .rmText {
  padding: 0 12px 1px 0;
}
.RadMenu_rtl .rmHorizontal .rmText {
  padding: 0 0 1px 12px;
}
.RadMenu_rtl .rmVertical .rmText {
  padding: 0 0 1px 24px;
}
.RadMenu .rmSlide .rmHorizontal .rmText {
  padding: 0 11px 0 3px;
  line-height: 24px;
}
.RadMenu .rmVertical .rmItem .rmText {
  display: block;
  float: none;
  white-space: pre-wrap;
}
.RadMenu .rmSlide .rmHorizontal .rmText, .RadMenu .rmSlide .rmHorizontal .rmLeftImage {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
  float: none;
}
.RadMenu .rmTopRight, .RadMenu .rmBottomLeft, .RadMenu .rmBottomRight, .RadMenu .rmRoundedCorners ul.rmGroup, .rmRoundedCorners ul.rmGroup, .rmRoundedCorners ul.rmGroup ul.rmGroup, .RadMenu .rmRoundedCorners .rmMultiColumn, .RadMenu .rmRoundedCorners .rmPopup, .rmRoundedCorners .rmScrollWrapContainer .rmGroup {
  border: 0;
  background-position: 0 0;
}
.RadMenu .rmRoundedCorners .rmMultiColumn ul.rmMultiGroup {
  background: 0;
  margin: 0;
}
.RadMenu .rmRoundedCorners .rmGroupColumn {
  height: 100%;
}
.RadMenu .rmRoundedCorners li.rmFirstGroupColumn {
  background-color: transparent;
}
.RadMenu .rmTopFix, .RadMenu .rmTopRight, .RadMenu .rmBottomFix, .RadMenu .rmBottomLeft, .RadMenu .rmBottomRight {
  position: absolute;
  width: 4px;
  height: 4px;
  list-style-type: none;
  list-style-position: outside;
  font-size: 0;
}
.RadMenu_rtl .rmTopRight, .RadMenu_rtl .rmBottomRight {
  width: 32px;
}
.RadMenu_rtl .rmTopShadowRight, .RadMenu_rtl .rmBottomShadowRight {
  width: 4px;
}
.RadMenu .rmTopShadowRight, .RadMenu .rmBottomShadowLeft, .RadMenu .rmBottomShadowRight {
  background-repeat: no-repeat;
  background-color: transparent;
}
.rmRoundedCorners .rmTopShadowRight, .rmRoundedCorners .rmBottomShadowLeft, .rmRoundedCorners .rmBottomShadowRight {
  width: 5px;
  height: 5px;
}
.RadMenu .rmTopRight {
  background-position: 100% 0;
  top: 0;
  right: -3px;
  height: 100%;
}
.RadMenu .rmBottomLeft {
  background-position: 0 100%;
  bottom: -3px;
  left: 0;
  width: 100%;
}
.RadMenu .rmBottomFix {
  background-position: -1px 0;
  width: auto;
  bottom: -3px;
  left: 5px;
  right: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.RadMenu .rmTopFix {
  background-position: -1px 0;
  width: auto;
  top: 0;
  left: 5px;
  right: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.RadMenu .rmBottomRight {
  background-position: 100% 100%;
  bottom: -3px;
  right: -3px;
  width: 8px;
}
/*.RadMenu .rmShadows li.rmBottomShadowLeft, .RadMenu .rmShadows .rmBottomShadowRight, .rmShadows .rmGroup li.rmBottomShadowLeft, .rmShadows .rmGroup .rmBottomShadowRight, .RadMenu .rmShadows span.rmBottomShadowLeft {
background-image: url("WebResource0050.png?d=eGpEl8J3jUuwyXAFERzYrr5-6qclUdibJ5VvOUJGo_DN2-dNGuK0YB3E99TxESgk-_Hk6UQ3TY537-BxE7XFpmXoQm1ftr0WoF5SQYdADe8IJmSxkKk2nhErTK41RACTJrZTjVOD3CQeS-JYofDGw6asZ6g1&amp;t=638369321200000000");
}
.RadMenu .rmRoundedCorners li.rmBottomShadowLeft, .RadMenu .rmRoundedCorners .rmBottomShadowRight, .rmRoundedCorners .rmGroup li.rmBottomShadowLeft, .rmRoundedCorners .rmGroup .rmBottomShadowRight, .rmRoundedCorners .rmGroup span.rmBottomShadowLeft {
background-image: url("WebResourcebf9a.png?d=FNsUIslhaZGdyXRUU3iKEZ2vsvJzuEQw7RFTExnxS6JlOFtoihLG4_W-Hg0SP6iAgp58esOSjzxbRmHK_oF-WimjeRFMSZrs6Mc-Z-eCan3rmkHzqtZiupWR7TxgR5ca9LXGehR67GNy3ju6gU-2vND3IGo1&amp;t=638369321200000000");
}
.RadMenu .rmShadows .rmTopShadowRight, .rmShadows .rmGroup .rmTopShadowRight {
right: -5px;
background-image: url("WebResource40e1.png?d=goKTaDPNatUxTCCnhHqFKKXOnZ9bv0myOcqxwiawFCv3iQN-qfGpQqexLH4Ny7kvYvKHLYQsKOzcZNnxnx7_2bQJCV1T5WAwcIbRxqkuvMUDT2olfNZsFGt713HjZD8VvHkMYhEmRyhgcj4pnVBc1OQXHGc1&amp;t=638369321200000000");
background-position: 100% 0;
}
.RadMenu .rmShadows .rmContentTemplate .rmTopShadowRight {
background-image: url("WebResource40e1.png?d=goKTaDPNatUxTCCnhHqFKKXOnZ9bv0myOcqxwiawFCv3iQN-qfGpQqexLH4Ny7kvYvKHLYQsKOzcZNnxnx7_2bQJCV1T5WAwcIbRxqkuvMUDT2olfNZsFGt713HjZD8VvHkMYhEmRyhgcj4pnVBc1OQXHGc1&amp;t=638369321200000000");
}
.RadMenu .rmShadows .rmContentTemplate .rmBottomShadowRight {
background-image: url("WebResource0050.png?d=eGpEl8J3jUuwyXAFERzYrr5-6qclUdibJ5VvOUJGo_DN2-dNGuK0YB3E99TxESgk-_Hk6UQ3TY537-BxE7XFpmXoQm1ftr0WoF5SQYdADe8IJmSxkKk2nhErTK41RACTJrZTjVOD3CQeS-JYofDGw6asZ6g1&amp;t=638369321200000000");
}
.RadMenu .rmRoundedCorners .rmContentTemplate .rmBottomShadowRight {
background-image: url("WebResourcebf9a.png?d=FNsUIslhaZGdyXRUU3iKEZ2vsvJzuEQw7RFTExnxS6JlOFtoihLG4_W-Hg0SP6iAgp58esOSjzxbRmHK_oF-WimjeRFMSZrs6Mc-Z-eCan3rmkHzqtZiupWR7TxgR5ca9LXGehR67GNy3ju6gU-2vND3IGo1&amp;t=638369321200000000");
}*/
.RadMenu .rmBottomShadowLeft {
  bottom: -5px;
  left: 1px;
  background-position: 0 100%;
}
.RadMenu .rmBottomShadowRight {
  bottom: -5px;
  right: -5px;
  width: 4px;
  height: 5px;
}
.RadMenu .rmScrollWrapContainer .rmTopShadowRight {
  right: -4px;
}
.RadMenu .rmScrollWrapContainer .rmBottomShadowRight {
  bottom: -4px;
  right: -4px;
  width: 3px;
  height: 4px;
}
.RadMenu .rmScrollWrapContainer .rmBottomShadowLeft {
  bottom: -4px;
}
/*.RadMenu .rmRoundedCorners .rmTopShadowRight, .rmRoundedCorners .rmGroup .rmTopShadowRight {
right: -8px;
background-image: url("WebResourcec68a.png?d=JmsJ8HjCL41OgCUXZlEjGKNgIRsGg_uISuyxE0KlQ-Zwf1D6E37TzanJ9_iqHHeL5IAhv6SwL4OZmSoNabblGnEko5hDrZzKqPmHtKjQTGoxG6EkhnvkCCbch7k4ZhghWG3DZzFVOJ1nE0LFZ1H_sN3oNrs1&amp;t=638369321200000000");
}*/
.RadMenu .rmRoundedCorners .rmBottomShadowLeft, .rmRoundedCorners .rmGroup .rmBottomShadowLeft {
  bottom: -8px;
}
.RadMenu .rmRoundedCorners .rmBottomShadowRight, .rmRoundedCorners .rmGroup .rmBottomShadowRight {
  bottom: -8px;
  right: -8px;
  width: 7px;
  height: 8px;
}
.RadMenu .rmAccessKey {
  font-size: 10px;
  font-weight: normal;
  float: right;
  padding-right: 8px;
}
.RadMenu .rmRoundedCorners .rmGroup .rmItem, .rmRoundedCorners .rmGroup .rmItem {
  z-index: 1;
}
.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap, .rmRoundedCorners .rmScrollWrapContainer .rmScrollWrap {
  background-image: none;
}
.RadMenu .rmRoundedCorners .rmMultiGroup > .rmItem {
  background-image: none;
}
.RadMenu .rmRoundedCorners .rmSlide, .RadMenu .rmShadows .rmSlide, .rmRoundedCorners .rmSlide, .rmShadows .rmSlide, div.rmRoundedCorners, div.rmShadows {
  padding: 0 8px 10px 0;
}
.RadMenu .rmRoundedCorners ul.rmGroup, .rmRoundedCorners .rmGroup ul.rmGroup, .rmRoundedCorners ul.rmGroup, .rmRoundedCorners .rmPopup {
  margin-top: 1px;
  padding: 1px;
}
.RadMenu_rtl .rmRoundedCorners ul.rmGroup .rmSlide, .RadMenu_rtl.rmRoundedCorners ul.rmGroup .rmSlide {
  margin-right: -5px;
}
.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap, .rmRoundedCorners .rmSlide .rmScrollWrap {
  border: 0;
}
.RadMenu .rmRoundedCorners .rmScrollWrap, .RadMenu .rmShadows .rmScrollWrap, .rmRoundedCorners .rmScrollWrap, .rmShadows .rmScrollWrap {
  position: relative;
}
.RadMenu .rmScrollWrapContainer {
  position: absolute;
}
.RadMenu .rmScrollWrapContainer .rmTopFix {
  height: 100%;
}
.RadMenu .rmRoundedCorners .rmScrollWrapContainer, .rmRoundedCorners .rmScrollWrapContainer, .RadMenu .rmRoundedCorners ul.rmGroup, .RadMenu.rmRoundedCorners ul.rmGroup, .RadMenu.rmRoundedCorners .rmGroup ul.rmGroup {
  padding: 2px 0 0 2px;
}
.RadMenu .rmScrollWrapContainer .rmGroup, .rmScrollWrapContainer .rmGroup .rmGroup, .rmScrollWrapContainer .rmGroup {
  padding: 0;
}
.RadMenu .rmRootGroup .rmItem .rmGroup {
  padding-bottom: 1px;
}
.RadMenu .rmRoundedCorners .rmItem .rmGroup {
  padding-bottom: 0;
}
.RadMenu ul.rmGroup {
  padding: 2px 1px;
}
.RadMenu .rmGroup .rmItem {
  padding: 0;
}
.RadMenu .rmGroup .rmLink, .RadMenu .rmSlide .rmGroup .rmTemplate {
  padding: 0;
}
.RadMenu_rtl .rmGroup .rmLink, .RadMenu_rtl .rmSlide .rmGroup .rmTemplate {
  padding: 0;
}
.RadMenu .rmGroup .rmText {
  padding: 0 54px 0 28px;
  margin: 0 0 0 4px;
}
.RadMenu_rtl .rmGroup .rmText {
  padding: 0 28px 0 54px;
  margin: 0 4px 0 0;
}
.RadMenu .rmMultiColumn {
  list-style: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  zoom: 1;
  box-sizing: content-box;
}
.RadMenu .rmMultiColumn .rmMultiGroup {
  background: 0;
  border: 0;
  float: left;
  display: block;
  position: static;
}
.RadMenu .rmMultiColumn .rmGroupColumn {
  float: left;
}
.RadMenu_rtl .rmMultiColumn .rmGroupColumn {
  float: right;
}
* + html .RadMenu_rtl .rmMultiColumn .rmItem {
  float: left;
}
.RadMenu_rtl .rmSlide .rmHorizontal .rmText {
  padding: 0 11px 0 14px;
}
.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandUp, .RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandDown, .RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandLeft, .RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandRight {
  padding-right: 25px;
}
.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandUp, .RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandDown, .RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandLeft, .RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandRight {
  padding-left: 25px;
  padding-right: 4px;
}
.RadMenu .rmGroup .rmLeftImage {
  margin: 3px 0 0 6px;
}
* + html .RadMenu .rmGroup .rmLeftImage {
  margin-left: 4px;
}
* + html ul.rmRoundedCorners .rmGroup .rmLeftImage {
  margin-left: 2px;
}
.RadMenu_rtl .rmGroup .rmLeftImage {
  margin: 4px 6px 0 -4px;
}
.RadMenu a.rmImageOnly .rmLeftImage, .RadMenu .rmRootGroup a.rmImageOnly {
  padding: 0;
  margin: 0;
}
.RadMenu .rmRootGroup a.rmImageOnly span.rmText {
  display: none;
}
* + html .RadMenu .rmImageOnly .rmLeftImage {
  position: static;
}
* + html .RadMenu_rtl .rmGroup .rmLeftImage {
  right: 0;
}
.RadMenu .rmSeparator, .RadMenu .rmSeparator:after {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.RadMenu .rmSeparator .rmText {
  border-style: solid;
  color: transparent;
  background-color: transparent;
}
.RadMenu .rmHorizontal > .rmSeparator .rmText, .RadMenu .rmHorizontal > .rmRootScrollGroup > .rmSeparator .rmText {
  margin: 2px;
  padding: 0;
  width: 0;
  height: 20px;
  border-width: 0 1px;
}
.RadMenu .rmVertical > .rmSeparator .rmText, .RadMenu .rmVertical > .rmRootScrollGroup > .rmSeparator .rmText {
  margin: 1px 2px;
  padding: 0;
  border-width: 1px 0;
  display: block;
}
.RadMenu .rmGroup.rmVertical > .rmSeparator .rmText, .RadMenu .rmScrollWrap > .rmVertical > .rmSeparator .rmText {
  margin-left: 31px;
}
.RadMenu.RadMenu_Context .rmGroup .rmSeparator {
  *overflow: visible;
}
.RadMenu.RadMenu_Context .rmGroup .rmSeparator .rmText {
  *display: block;
}
.RadMenu_rtl .rmGroup.rmVertical > .rmSeparator .rmText, .RadMenu_rtl .rmScrollWrap > .rmVertical > .rmSeparator .rmText, .RadMenu_Context_rtl .rmVertical > .rmSeparator .rmText {
  margin-left: 2px;
  margin-right: 31px;
}
.RadMenu .rmLeftArrow, .RadMenu .rmRightArrow {
  width: 10px;
  height: 24px;
}
.RadMenu .rmTopArrow, .RadMenu .rmBottomArrow {
  height: 10px;
  width: 100%;
}
.RadMenu .rmLink {
  position: relative;
}
.RadMenu .rmIcon {
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  text-indent: -999em;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
}
.RadMenu .rmToggle {
  width: 23px;
  height: 23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  margin-right: 2px;
}
.RadMenu .rmHorizontal .rmRootLink .rmToggle {
  margin-left: -12px;
  float: left;
  position: relative;
}
.RadMenu .rmHorizontal .rmRootLink .rmIcon {
  display: block;
}
.RadMenu .rmGroup .rmLink.rmDisabled {
  box-shadow: none !important;
}
.RadMenu .rmDisabled > .rmToggle {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.RadMenu .rmPopup {
  position: relative;
  padding: 4px;
  padding-right: 0;
  padding-bottom: 0;
}
.RadMenu .rmGroup .rmToggle {
  height: 100%;
  border-left: 1px solid transparent;
}
.RadMenu .rmPopup .rmTopFix, .RadMenu .rmPopup .rmBottomFix {
  background-position: -4px 0;
}
.RadMenu .rmSlide .rmHorizontal .rmTopFix, .RadMenu .rmSlide .rmHorizontal .rmBottomFix {
  background-image: none;
}
.RadMenu .rmPopup.rmContentTemplate {
  padding-top: 1px;
}
.RadMenu .rmArrow {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.RadMenu_rtl .rmRootLink .rmItem {
  float: none;
}
.RadMenu_rtl .rmHorizontal .rmRootLink {
  direction: ltr;
}
.RadMenu_rtl .rmVertical .rmRootLink {
  zoom: 1;
}
.RadMenu_rtl .rmLink {
  direction: rtl;
}
.RadMenu_rtl .rmtext {
  zoom: 1;
}
.RadMenu_rtl .rmVertical .rmRootLink .rmText {
  padding: 0 0 1px 40px;
  zoom: 1;
}
.RadMenu_rtl .rmToggleHandles .rmText {
  float: right;
}
.RadMenu_rtl .rmToggle {
  left: 0;
  right: auto;
  text-align: left;
}
.RadMenu_rtl .rmHorizontal .rmRootLink .rmToggle {
  margin-right: -12px;
  margin-left: 2px;
}
.RadMenu_rtl .rmHorizontal .rmRootLink .rmLeftImage {
  margin: 3px 3px 0 -6px;
}
.RadMenu_rtl .rmIcon {
  text-indent: 999em;
  direction: ltr;
}
.RadMenu_rtl .rmSlide .rmLeftImage {
  right: 0;
}
.RadMenu_rtl .rmPopup.rmContentTemplate {
  padding-left: 0;
  padding-right: 4px;
}
.RadMenu_rtl .rmRoundedCorners .rmSlide, .RadMenu_rtl .rmShadows .rmSlide, .RadMenu_rtl.rmRoundedCorners .rmSlide, .RadMenu_rtl.rmShadows .rmSlide, .RadMenu_rtl.rmRoundedCorners, .RadMenu_rtl.rmShadows {
  padding-right: 3px;
}
.sitenavl0 a.navLink {
  display: block;
  padding: 15px 25px;
  background: #8dc63f;
  color: #334918;
  font-size: 1.325em;
  letter-spacing: .025em;
  /*text-transform: uppercase;*/
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, .3);
  text-decoration: none;
}
.sitenavl0, .sitenavl1 {
  padding: 0;
  background: #0b6a8a;
}
.sitenavl1 a.navLink {
  padding: 10px 10px 10px 15px !important;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: .875em;
  margin: 0;
  font-family: 'Overpass', sans-serif;
  position: relative;
}
.sitenavl1 a.navLink:hover, .sitenavl1 a.navLink:focus, .sitenavl1.currentpage.navWrp a.navLink {
  color: #c2eb89;
  padding: 10px 10px 10px 40px !important;
  text-decoration: none;
}
.sitenavl1:first-child {
  padding-top: 15px;
}
.sidenav-slide div.sitenavl1:nth-child(2) {
  padding-top: 0;
}
.sidenav-slide div.sitenavl1:last-child {
  padding-bottom: 15px;
}
.sitenavl1 a.navLink::before {
  position: absolute;
  left: 20px;
  opacity: 0;
  font-family: FontAwesome;
  font-weight: 400;
  margin: 0;
  content: "\f0a9";
  transition: all .35s ease-in-out;
}
.sitenavl1 a.navLink:hover::before, .sitenavl1.currentpage.navWrp a.navLink::before {
  opacity: 1;
}
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
  top: 100%;
  position: absolute;
  background: #E1E1E1;
  min-width: 240px;
  padding: 0;
  border: none;
}
#primaryNav ul li ul li a {
  width: 100% !important;
  padding: 10px 10px;
  color: #454545;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
  white-space: break-spaces;
}
#primaryNav ul li ul li a:hover, #primaryNav ul li ul li a:focus {
  background: #8dc63f;
  color: #334918;
}


.rmFirst.thirdsubmenu{position: relative;}

.telerik_main_menu .rmText {
  padding: 0 10px 0 10px !important;
}
#primaryNav ul>li.rmItem:hover {
  background-color: #0D7FA5;
  color: #ffffff;
}
#primaryNav ul li.rmItem:hover>a {
  color: #ffffff;
}

.sidenav-slide.About.Us .sitenavl0, .sidenav-slide.Ways.To.Give .sitenavl0, .sidenav-slide.Awards.Programs .sitenavl0, .sidenav-slide.Charitable.Giving .sitenavl0, .sidenav-slide.Get.In.Touch .sitenavl0, .sidenav-slide.Newss .sitenavl0 {
  padding: 0;
  background: #0b6a8a;
}
.sidenav-slide.About.Us .sitenavl0 a.navLink, .sidenav-slide.Ways.To.Give .sitenavl0 a.navLink, .sidenav-slide.Awards.Programs .sitenavl0 a.navLink, .sidenav-slide.Get.In.Touch .sitenavl0 a.navLink, .sidenav-slide.Newss .sitenavl0 a.navLink {
  padding: 10px 10px 10px 15px;
  background: none !important;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: .875em;
  margin: 0;
  font-family: 'Overpass', sans-serif;
  position: relative;
  text-align:left;letter-spacing: 0px;text-transform: inherit;
}
.sidenav-slide.About.Us .sitenavl0:first-child a.navLink, .sidenav-slide.Ways.To.Give .sitenavl0:first-child a.navLink, .sidenav-slide.Awards.Programs .sitenavl0:first-child a.navLink, .sidenav-slide.Charitable.Giving .sitenavl0:first-child a.navLink, .sidenav-slide.Get.In.Touch .sitenavl0:first-child a.navLink, .sidenav-slide.Newss .sitenavl0:first-child a.navLink {
  display: block;
  padding: 15px 25px;
  background: #8dc63f !important;
  color: #334918;
  font-size: 1.325em;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, .3);
  text-decoration: none;
}


.sidenav-slide.highlightfirstnav .sitenavl0:first-child a.navLink, .sidenav-slide.highlightfirstnav .sitenavl1:first-child a.navLink{
  display: block;
  padding: 15px 25px;
  background: #8dc63f !important;
  color: #334918;
  font-size: 1.325em;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, .3);
  text-decoration: none;
}


.sidenav-slide .sitenavl0:last-child {
  padding-bottom: 15px !important;
}

.innersidebar .sitenavl0:first-child {
  padding-bottom: 0 !important;
}
.innersidebar .sidenav-slide .sitenavl0:last-child {
  padding-bottom: 0 !important;
}
.innersidebar .sitenavl0:first-child a{text-transform: uppercase;}
.innersidebar .sitenavl0 a.navLink{text-transform: uppercase;}


.subpage .colWrap .intRightCol.customsidebar {
  -ms-flex: 1 0 301px;
  flex: 1 0 301px;
}

.customsidebar .sitenavl0:first-child {
  padding-bottom: 0 !important;
}
.customsidebar .sitenavl0:first-child a{text-transform: uppercase;}
.customsidebar .sidenav-slide .sitenavl0:last-child {
  padding-bottom: 0 !important;
}

.subpage .colWrap .intRightCol.customsidebar{
  -ms-flex: 1 0 281px;
  flex: 1 0 281px;}

.subpage .colWrap.innersidebar .intRightCol.smallsidebar{
  -ms-flex: 1 0 0;
  flex: 1 0 0;}

.subpage .colWrap .intRightCol.fullsidebar{
  -ms-flex: 1 0 400px;
  flex: 1 0 400px;
}

.fullsidebar .sitenavl0:first-child a{text-transform: uppercase;}

.firstselect .sitenavl0:not(:first-child) a{
  background: #0b6a8a;

}

.firstselect .sitenavl0:not(:first-child) a.navLink::before{
  position: absolute;
  left: 20px;
  opacity: 0;
  font-family: FontAwesome;
  font-weight: 400;
  margin: 0;
  content: "\f0a9";
  transition: all .35s ease-in-out;
}
.firstselect .sitenavl0:not(:first-child) a.navLink {
  padding: 10px 10px 10px 15px !important;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: .875em;
  margin: 0;
  font-family: 'Overpass', sans-serif;
  position: relative;
  text-transform: none;
  text-align: left;
}

.firstselect .sidenav-slide div.sitenavl0:last-child {
  padding-bottom: 15px !important;
}
.firstselect .sidenav-slide div.sitenavl0:nth-child(2) {
  padding-top: 15px;
}

.firstselect .sitenavl0:not(:first-child) a.navLink:hover:before{
  opacity: 1;
}

.firstselect .sitenavl0:not(:first-child) a.navLink:hover, .firstselect .sitenavl0:not(:first-child) a.navLink:focus{
  color: #c2eb89 !important;
}

.firstselect .sitenavl0:not(:first-child) a.navLink:hover, .firstselect .sitenavl0:not(:first-child) a.navLink:focus{
  color: #c2eb89;
  padding: 10px 10px 10px 40px !important;
  text-decoration: none;
}




@media screen and (max-width:1180px) {

  #primaryNav ul li a
  {
    padding: 10px;
  }
#primaryNav
  {padding: 0 2.5%}
}

/*
@media screen and (min-width:990px) {

.RadMenu .rmRootGroup .rmItem ul.rmGroup{
height: 0;
visibility: hidden;
transition:height 0.3s ease-in-out;
transition-delay: 0.1s;
}

}

*/
/* Browser reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
em {
  font-style: italic;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit],input[type=reset], input[type=file], button {
  cursor: pointer;
}
#thanksdiv {
  display: none;
}

/* Make sure sup and sub don't mess with your line-heights */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* End reset */
div[id*="ImageManager"].RadWindow, div[id*="dialogOpener"].RadWindow, div[id*="RadWindow"].RadWindow {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%) !important;
}
#template .container {
  margin: 0 auto 1em;
  color: #434343;
  font-size: 1em;
  line-height: 1.65em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.container {
  margin: 0 auto;
}
header .container {
  padding: 25px 5% 3px;
  text-align: center;
}



/* top menu */
#topBar {
  padding: 0 2%;
  background: #ebebeb;
}
#topBar ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
#topBar li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#topBar a {
  display: block;
  padding: .98em .475em;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: .925em;
  font-weight: 700;
  color: #0b6a8a;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .25);
}
#topBar a:hover, #topBar a:focus {
  -webkit-box-shadow: inset 0 60px 0 #8dc63f;
  box-shadow: inset 0 60px 0 #8dc63f;
  color: #374e18;
}
#logo {
  float: none;
  text-align: center;
  padding: 26px 0 10px;
}
#logo img {
  max-width: 100%;
}
a, a img, a span {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
.homeLeftCol a, .intLeftCol a {
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #0d7fa5;
}
.homeLeftCol a:hover, .homeLeftCol a:focus, .intLeftCol a:hover, .intLeftCol a:focus {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  color: #0B6A8A;
  cursor: pointer;
}
.homeLeftCol a::before, .intLeftCol a::before {
  top: -.1em;
  transform: translateY(5px);
  opacity: 0;
}
.homeLeftCol a::before, .intLeftCol a::after {
  bottom: -.1em;
  width: 100%;
}
.homeLeftCol a:hover::before, .homeLeftCol a:focus::before, .intLeftCol a:hover::before, .intLeftCol a:focus::before .homeLeftCol a:hover::before, .homeLeftCol a:focus::before, .homeLeftCol a:hover::after, .homeLeftCol a:focus::after, .intLeftCol a:hover::before, .intLeftCol a:focus::before, .intLeftCol a:hover::after, .intLeftCol a:focus::after {
  background: #597e26;
}
.homeLeftCol a:hover::before, .homeLeftCol a:focus::before, .intLeftCol a:hover::before, .intLeftCol a:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.intLeftCol a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #0d7fa5;
}
.intLeftCol a:hover, .intLeftCol a:focus {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  color: #597e26;
  cursor: pointer;
}
.intLeftCol a::before, .intLeftCol a::after {
  position: absolute;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 1px;
  background: #0d7fa5;
  content: "";
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.intLeftCol a::before {
  top: 0.1em;
  transform: translateY(5px);
  opacity: 0;
}
.intLeftCol a::after {
  bottom: -.1em;
  width: 100%;
}
.intLeftCol a:hover::before, .intLeftCol a:focus::before, .intLeftCol a:hover::after, .intLeftCol a:focus::after {
  background: #597e26;
}
.intLeftCol a:hover::before, .intLeftCol a:focus::before {
  opacity: 1;
  transform: translateY(0);
}
p {
  line-height: 30px;
  padding: 0px 0 15px;
}
#content ul {
  line-height: 30px;
  list-style-type: disc;
  margin: 0 0 10px 20px;
  padding: 0 0 0 20px;
}
#content ol {
  line-height: 30px;
  list-style: decimal;
  margin: 0 0 20px 20px;
  padding: 0 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #0d7fa5;
  line-height: 1.35em;
}
h1 {
  font-size: 3em;
  letter-spacing: .035em;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  font-size: 1.875em;
}
h3 {
  font-size: 1.65em;
}
.removeStyle {
  display: inherit !important;
  box-shadow: none !important;
}
.removeStyle:hover, .removeStyle:focus {
  transform: none !important
}
.removeStyle::after, .removeStyle::before {
  display: none !important
}
/* Utility / Social section */
.utilitySoc {
  text-align: center;
}
/* Social Nav */
.socialNav {
  text-align: center;
  display: inline-block;
}
.socialNav ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.socialNav ul li {
  float: left;
}
.socialNav ul li a.fa, .socialNav ul li a.fontelloIcon {
  font-family: FontAwesome;
  line-height: 2;
  font-size: 16px;
  margin-left: 2px;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: #0d7fa5;
  text-shadow: 1px 1px 1px #09607d;
  color: #fff;
}
.socialNav ul li a.fa:hover, .socialNav ul li a.fa:focus, .socialNav ul li a.fontelloIcon:hover, .socialNav ul li a.fontelloIcon:focus {
  background: #8dc63f;
  color: #374e18;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .35);
  border-radius: 0;
}
/* Utility Nav menu */
#utilityNav {
  display: inline-block;
  vertical-align: top;
}
#utilityNav li {
  display: inline-block;
  float: none;
  text-align: center;
  line-height: normal;
  margin:-1px 6px 0 4px;
}
#utilityNav li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #0b6a8a;
  font-size: 22px;
  text-decoration: none;
  line-height: normal;
}
#utilityNav li a:hover, #utilityNav li a:focus {
  color: #72a130;
}
#utilityNav li a::before {
  margin-right: 8px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 400;
}
#utilityNav li a.utilityPhone::before {
  content: "\f095";
}
#utilityNav li a.utilityEmail::before {
  content: "\f0e0";
}
#utilityNav li a:hover::before, #utilityNav li a:focus::before {
  webkit-animation: bob 1s infinite alternate ease-in-out;
  animation: bob 1s infinite alternate ease-in-out;
}
/* Search box */
div.searchBox {
  margin: 10px 0 0;
  display: inline-block;
}
div.searchBox ::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
/* custom search */
.searchBox .gsc-search-box-tools.gsc-search-box table {
  height: 36px;
}
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button {
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
  width: 32px;
  background-color: #0b6a8a;
  text-align: center;
  border-radius: 0 3px 3px 0;
  height: 36px;text-indent: 0;
}
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button {
  margin: 0;
  padding: 0 13px 6px;
  height: 39px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: normal;
  width: auto;
}
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button svg {
  width: 19px;
  height: 19px;
  margin-top:9px;
}
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input {
  margin: 0 10px 0px 0 !important;
  text-indent: 5px !important;
  color: #fff;
  padding: 0;
  background: #0D7FA5 !important;
  border-radius: 3px 0 0 3px;    font-size: 16px;
  text-align: left;

}
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box {
  border: none;
  border-radius: 3px;
  overflow: hidden;
  background: none;
}
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box td {
  background: #0B6A8A;
  height: 31px;    position: relative;
}
.searchBox .gsib_a {
  padding: 7px 90px 7px 10px;
}
.searchBox .gsst_a .gscb_a {
  color: #fff !important
}
.searchBox .gsst_a:hover .gscb_a, .searchBox .gsst_a:focus .gscb_a {
  color: #C7EEFA !important
}

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a span { -webkit-transition:all 0.35s ease; transition: all 0.35s ease;
  line-height: 0.9em;
  font-size: 1.7em;
  padding: 1px 5px 1px 5px;
  background: transparent;
  border-radius: 3px;
  border: transparent 1px solid; }

.clearsearch{position: absolute !important;top: 9px;right: 1px;opacity:0;}
.editmode .clearsearch{opacity:1;}

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input input {
  width:82% !important;
}
.editmode.searchBox {
  min-width: 315px;
}

.isSmaller .clearsearch {

  top: 11px;}


.isSmaller .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input input{  
  padding:8px 10px 8px 10px !important;}

/* donate button */
.donate {
  position: absolute;
  top: -138px;
  left: 10px;
}
.donate a {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 11px 1.25em 11px 1.5em;
  background: #8dc63f;
  color: #334918;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .35);
  border-radius: 25px;
  -webkit-box-shadow: 1px 2px 0 #334918, inset -2px -2px 5px rgba(0, 0, 0, .15);
  box-shadow: 1px 2px 0 #334918, inset -2px -2px 5px rgba(0, 0, 0, .15);
  margin-top: 2px;
}
.smaller .donate a {
  font-size: 1em;
  padding: 9px .75em 9px 1em;
}
.donate a::after {
  display: inline-block;
  margin-left: 8px;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f054";
}
.donate a:hover, .donate a:focus {
  background: #0d7fa5;
  color: #fff;
  text-shadow: 1px 1px 1px #09607d;
  -webkit-box-shadow: 0 0 0 #334918, inset 2px 2px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 0 #334918, inset 2px 2px 5px rgba(0, 0, 0, .15);
}
.donate a:hover::after, .donate a:focus::after {
  -webkit-animation: pulse 1s infinite alternate ease-in-out;
  animation: pulse 1s infinite alternate ease-in-out;
}
/* ====== Banner ====== */
#banner .slider figure:not(:first-of-type):not([style*="visibility"]) {
  display: none !important;
  overflow: hidden !important;
}
#banner .container {
  max-width: none;
}
.slider.controls figcaption {
  left: auto;
  width: 100%;
  max-width: none;
  padding: 20px 20px 40px;
  font-family: 'Roboto Slab', serif;
  color: #084d54;
  font-size: 20px;
  text-align: center;
}
.slider.controls figcaption:empty {
  display: none;
}
.slider.controls figcaption p, .slider.controls figcaption a {
  font-size: 18px;
  margin: .75em auto 1em;
  font-weight: 500;
  line-height: 1.35em;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 0;
}
.slider.controls figcaption a {
  display: inline-block;
  position: relative;
  margin: .75em auto 0;
}
.slider.controls figcaption a::before, .slider.controls figcaption a::after {
  position: absolute;
  left: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0;
}
.slider.controls figcaption a::before {
  top: -.25em;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
}
.slider.controls figcaption a::after {
  bottom: -.2em;
}
.slider.controls figcaption a:hover, .slider.controls figcaption a:focus {
  color: #5bcef4;
}
.slider.controls figcaption a:hover::before, .slider.controls figcaption a:focus::before, .slider.controls figcaption a:hover::after, .slider.controls figcaption a:focus::after {
  background: #5bcef4;
}
.slider.controls figcaption a:hover::before, .slider.controls figcaption a:focus::before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* --- Pagers --- */
div.slider.controls div.cycle-slideshow ol.selector {
  text-align: center;
  left: auto;
  width: 100%;
}
div.slider.controls ol.selector li span {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background: rgba(13, 40, 74, .25);
}
div.slider.controls ol.selector li.selected span {
  background: rgba(33, 95, 101, 1);
}
/* --- Arrows --- */
.slider.controls .cycle-prev, .slider.controls .cycle-next {
  top: 12px;
  width: 45px;
  height: 45px;
  font-size: 18px !important;
  color: #0b6a8a;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 0 0;
}
.slider.controls .cycle-prev:hover, .slider.controls .cycle-prev:focus, .slider.controls .cycle-next:hover, .slider.controls .cycle-next:focus {
  background: #a7e158;
  color: #3c551b;
}
.slider.controls .cycle-prev {
  left: 50px;
  letter-spacing: .6px;
  right: auto;
  ;
}
.slider.controls .cycle-next {
  left: 150px;
  letter-spacing: -3px;
  right: auto;
}
.fa-chevron-right::before, .fa-chevron-left::before {
  line-height: normal;
}
/*--pause */
.slider.controls div#pause-play {
  display: block;
  position: absolute;
  top: 12px;
  left: 100px;
  width: 45px;
  height: 45px;
  z-index: 1001;
  background: rgba(255, 255, 255, .55);
  text-align: center;
  color: rgba(0, 0, 0, .85);
}
.slider.controls #pause-play a {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  border-radius: 0;
  top: 26%;
  left: 35%;
}
.slider.controls:hover #pause-play a, .slider.controls:focus #pause-play a {
  opacity: 1;
}
.slider.controls #pause-play a:hover, .slider.controls #pause-play a:focus {
  opacity: .5;
}
.slider.controls #pause-play a::before {
  line-height: 26px;
  font-size: 18px;
}
div.slider.controls div.cycle-slideshow ol.selector {
  display: none;
}
/* Home page layout */
#content {
  background: #fff;
  padding: 40px 0 0;
}
.colWrap {
  padding: 0;
}
/* Welcome text */
.homeCol {
  margin: 5% auto;
}
p.welcome {
  text-align: center;
  font-size: 20px;
  max-width: 1120px;
  margin: 20px auto;
  display: block;
}
/* The Facts Section */
.facts {
  display: block;
  text-align: center;
  background: #ebebeb;
  -webkit-box-shadow: inset 0 -15px 10px -5px rgba(0, 0, 0, .1);
  box-shadow: inset 0 -15px 10px -5px rgba(0, 0, 0, .1);
}
.facts h2 {
  padding: 35px 5%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 144, 188, 1)), to(rgba(112, 157, 52, 1)));
  background: linear-gradient(to right, rgba(14, 144, 188, 1) 0%, rgba(112, 157, 52, 1) 100%);
  font-size: 40px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
.facts h2::after {
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  width: 50px;
  height: 2px;
  content: "";
  bottom: 30px;
}
.facts p {
  padding: 50px 0 0;
  max-width: 60em;
  margin: 0 auto;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.35em;
  color: #434343;
  font-family: 'Roboto', sans-serif;
}
.facts .factsRow {
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0 0;
  overflow: hidden;
}
.facts .factsColumn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 350px;
  flex: 1 0 350px;
  width: auto;
  margin: 1% .5% 4%;
  background: #f5f5f5;
  padding: 3.5% 2%;
  border: 1px solid #b7b7b7;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.facts .factsColumn span.number {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  color: #0d7fa5;
  display: block;
  margin: 5px auto;
}
.facts .factsColumn span.description {
  font-size: 1.125em;
  margin: 5px auto;
}
.facts .learn a {
  display: inline-block;
  margin: 0 auto;
  background: #0d7fa5;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5em;
  padding: 15px 30px 20px;
  text-shadow: 1px 1px 1px #09607d;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.facts .learn a:hover, .facts .learn a:focus {
  background: #8dc63f;
  color: #334918;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .35);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.facts{overflow: hidden;}

/* - features - */
#features {
  margin: 10px 2%;
}
#features .featureWrapper.divided {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#features .divided .feature {
  max-width: 100%;
  margin: 15px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 500px;
  flex: 1 0 500px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(19, 181, 234, 0.85)), to(rgba(141, 198, 63, 0.85))), url(https://www.aaofoundation.net/resourcefiles/common/f1bg.jpg);
  background-image: linear-gradient(to right, rgba(19, 181, 234, 0.85) 0%, rgba(141, 198, 63, 0.85) 100%), url(https://www.aaofoundation.net/resourcefiles/common/f1bg.jpg);
  background-position: top left, center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  padding: 8%;
  text-align: center;
  position: relative;
}
#features .divided .feature:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(19, 181, 234, 0.85)), to(rgba(141, 198, 63, 0.85))), url(https://www.aaofoundation.net/resourcefiles/common/f2bg.jpg);
  background-image: linear-gradient(to right, rgba(19, 181, 234, 0.85) 0%, rgba(141, 198, 63, 0.85) 100%), url(https://www.aaofoundation.net/resourcefiles/common/f2bg.jpg);
}
#features .divided .feature::before, #features .divided .feature::after {
  z-index: 1;
  position: absolute;
  display: block;
  content: "";
}
#features .divided .feature::before {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #fff;
}
#features .divided .feature::after {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  background: rgba(255, 255, 255, .6);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
  box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}
#features .divided .feature .image, #features .divided .feature .text {
  z-index: 5;
  position: relative;
}
#features .divided .feature .image {
  margin: 0 auto 25px;
  position: relative;
}
#features .divided .feature .image a, #features .divided .feature .image img {
  display: inline-block;
  margin: 0 auto;
}
#features .divided .feature .image img {
  border-radius: 50%;
  width: auto;
  max-width: 75%;
}
#features .divided .feature .image a:hover img, #features .divided .feature .image a:focus img {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
  -webkit-transform: scale(.97);
  transform: scale(.97);
}
#features .divided .feature .text h2 {
  position: relative;
  margin: 0 auto 1em;
  font-size: 2.25em;
  font-weight: 400;
  color: #095771;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  line-height: 1.15em;
  font-family: 'Roboto Condensed', sans-serif;
}
#features .divided .feature .text h2::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  width: 50px;
  height: 2px;
  background: #095771;
  content: "";
}
#features .divided .feature .text p {
  margin: 0 auto 1.5em;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.35em;
  font-family: 'Roboto Condensed', sans-serif;
}
#features .divided .feature .text a, .annual a {
  display: inline-block;
  margin: 5px;
  padding: .65em .875em;
  background: #0d7fa5;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #09607d;
}
#features .divided .feature .text a:hover, #features .divided .feature .text a:focus, .annual a:hover, .annual a:focus {
  background: #8dc63f;
  color: #334918;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .35);
}
#features .divided .feature .text a.more {
  display: none;
}
#features .divided .feature .text p:empty {
  display: none;
}
/* Interior Page Layout */
#overview {
  padding: 0;
  border-bottom: 1px solid #eee;
}
#overview .container {
  width: 95%;
}
h1.PageTitle {
  padding: 20px 0 0;
  text-align: center;
  font-size: 30px;
}
/* siteCrumbs */
#siteCrumbs {
  font-family: 'Roboto', sans-serif;
  font-size: .875em;
  font-weight: 500;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: #757575;
  text-align: center;
}
#siteCrumbs a {
  color: #757575;
  padding: 5px 0;
}
#siteCrumbs span {
  margin: 0;
  padding: 5px 0;
}
#siteCrumbs a:hover, #siteCrumbs a:focus, #siteCrumbs span#spanBreadcrumbPageId {
  box-shadow: inset 0 -1px 0 #0b6a8a;
  color: #0b6a8a;
  margin: 0;
}
.subpage #content {
  padding: 0 0 40px;
}
.subpage #content .container {
  width: 95%;
}
.subpage .colWrap {
  padding: 30px 0px 50px;
  margin: 0 auto;
  min-height: 500px;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  flex-wrap: wrap;
}
.subpage .colWrap .intLeftCol {
  flex: 0 0 100%;
  order: 1;
  padding: 20px 0 40px;
  width: 100%;
}
.subpage .colWrap .intLeftCol .customhr {
  box-sizing: border-box !important;
  white-space: break-spaces;
  overflow-wrap: break-word;
}
.subpage .colWrap .intLeftCol img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.subpage .colWrap .intRightCol {
  flex: 0 0 100%;
  order: 2;
}
/* Interior figcaption */
figure.intCap {
  display: inline-block;
  max-width: 219px;
  text-align: center;
  float: right;
  margin: 0 0 15px 15px;
  clear: both;
}
figcaption.intCap {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #0d7fa5;
  line-height: 20px;
}
/* Summary of Awards CSS Table */
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
  display: table-cell;
  padding: 3px 5px;
  text-align: center;
}
.divTableCell p {
  line-height: normal;
  padding: 0 0 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
/* Misc Stylings */
#content img.right, #content img.left, #content img.centerPhoto {
  display: block;
  max-width: 50%;
}
#content img.right {
  float: right;
  margin: 5px 0 20px 20px;
}
#content img.left {
  float: left;
  margin: 5px 20px 20px 0;
}
#content img.centerPhoto {
  margin: 5px auto 20px;
}
#content a.adobeLogo img {
  max-width: 100%;
}
#content a.adobeLogo::after {
  display: none;
}
strong {
  font-weight: 700;
}
div#dr_reviews {
  border-radius: 8px;
  border: 6px solid #0c51a1;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  max-width: 690px;
  margin: 0 auto 20px;
  display: flex;
}
.reEditorModes a, .reToolbar a, .reEditorModes a:hover, .reToolbar a:hover, .reEditorModes a:focus, .reToolbar a:focus, .pb-controls a, .portletBox-icon a, .pb-controls a:hover, .portletBox-icon a:focus, a.dd-lightbox, a.dd-lightbox:hover, a.dd-lightbox:focus, a#aftermap, .gm-style a, .gm-style a:hover, .gm-style a:focus {
  box-shadow: none;
  padding: 0 !important;
}
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* HR styles */
hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  clear: both;
  margin-bottom: 25px;
}
/* Landing Page Links */
.site_render_table_row a {
  margin-bottom: 10px;
}
/*fancy-boxÂ */
#fancybox-wrap {
  z-index: 2600 !important;
}
/* Responsive video */
.videoContainer {
  max-width: 560px;
  margin: 10px auto 30px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 54%; /* 16:9 */ padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Office tour */
div.galleryBreadcrumb {
  display: none;
}
div.galleryContainer {
  border: 3px solid #0E465F;
}
.flex-direction-nav {
  list-style: none !important;
}
.galleryTitle {
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(#167eac, #0E465F);
  left: 0;
}
.galleryTop {
  display: none;
}
.galleryAdmin .galleryTop, .galleryAdmin div.galleryBreadcrumb {
  display: block;
}
.galleryBorderBottom {
  border-bottom: 4px solid #0E465F;
}
#content .galleryToolbar {
  margin: 0;
}
.galleryItems ul li {
  list-style-type: none;
}
#content .slides, #content .slides > li {
  margin: 0px !important;
  padding: 0 !important;
  list-style: none;
}
/* Form Styling */
.ptl_portlet_CustomForm .tbl input[type="submit"], .ptl_portlet_CustomForm .tbl input[type="reset"] {
  /*background: #8dc63f;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #fff;*/
   font-weight: bold;
  background: #597E26;
  color:#fff;
}
.ptl_portlet_CustomForm .tbl input[type="submit"]:hover, .ptl_portlet_CustomForm .tbl input[type="submit"]:focus, .ptl_portlet_CustomForm .tbl input[type="reset"]:hover, .ptl_portlet_CustomForm .tbl input[type="reset"]:focus {
  background: #0b6a8a;
  color: #fff;
}
/* - news & events - */
#newsEvents {
  margin: 2% auto 3%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Roboto Condensed', sans-serif;
}
#newsEvents .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#newsEvents #news, #newsEvents #events { /*-webkit-box-flex: 1; -ms-flex: 1 0 500px; flex: 1 0 500px;*/ padding: 3% 7%;
  max-width: 100%;
}
#events .eventsList {
  margin:32px 0 0;
}
#homeNewsWrapper, #events {
  text-align: left;
}
#newsEvents #news h2, #events h3 {
  position: relative;
  text-transform: uppercase;
  letter-spacing: .035em;
  font-weight: 400;
  font-size: 2.5em;
  margin: 0 auto;
  text-align: center;
  color: #0d7fa5;
  margin-bottom: 55px;
}
#newsEvents.divided h2::after, #events h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  width: 50px;
  height: 2px;
  background: #0d7fa5;
  content: "";
}
/* news */
/*#news #homeNewsWrapper { margin: 0; }*/
#newsEvents #news h2::after, #events h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  width: 50px;
  height: 2px;
  background: #0d7fa5;
  content: "";
}
/*#homeNewsWrapper.divided .newsList .newsItem { display: block; padding: 15px 0; border-bottom: 1px solid #a7e158; }
#homeNewsWrapper.divided .newsItem:last-child { border: 0; }
#homeNewsWrapper.divided .newsItem .inside { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#homeNewsWrapper.divided .newsList { display:block; }
#homeNewsWrapper.divided .newsItem .image { width: 25%; }
#homeNewsWrapper.divided .newsItem .text { width: 75%; padding: 0 25px; }
#homeNewsWrapper.divided .newsItem .image img { width: 100%; max-width: 100%; border: 1px solid #0d7fa5; }
#homeNewsWrapper.divided .newsList a.newsItem:hover .image img, #homeNewsWrapper.divided .newsList a.newsItem:focus .image img { -webkit-transform: scale(.95); transform: scale(.95); -webkit-box-shadow: 0 0 0 5px #0d7fa5; box-shadow: 0 0 0 5px #0d7fa5; }
#homeNewsWrapper.divided .newsItem .newsTitle h3 { color: #0d7fa5; font-size: 22px; margin: 0 auto; line-height: 1.15em; -webkit-transition: all .35s ease; transition: all .35s ease; }
#homeNewsWrapper.divided .newsItem .newsDate { font-size: 16px; font-weight: 400; color: #0d7fa5; text-transform: uppercase; -webkit-transition: all .35s ease; transition: all .35s ease; }
#homeNewsWrapper.divided .newsItem .newsSummary p { font-size: 16px; color: #454545; line-height: 1.25em; margin: .75em 0; font-weight: 400; }
#homeNewsWrapper.divided .readMore span { font-size: 16px; font-weight: 700; color: #0d7fa5; text-transform: uppercase; }
#homeNewsWrapper.divided .readMore span::after { display: inline-block; font-family: FontAwesome; font-weight: 400; margin-left: 8px; content: "\f054"; opacity: 0; -webkit-transition: all .35s ease; transition: all .35s ease; }
#homeNewsWrapper.divided .newsList a.newsItem:hover .newsTitle h3, #homeNewsWrapper.divided .newsList a.newsItem:focus .newsTitle h3, #homeNewsWrapper.divided .newsList a.newsItem:hover .readMore span, #homeNewsWrapper.divided .newsList a.newsItem:focus .readMore span, #homeNewsWrapper.divided .newsList a.newsItem:hover .newsDate, #homeNewsWrapper.divided .newsList a.newsItem:focus .newsDate { color: #567a24; }
#homeNewsWrapper.divided .newsList a.newsItem:hover .readMore span::after, #homeNewsWrapper.divided .newsList a.newsItem:focus .readMore span::after { opacity: 1; -webkit-animation: pulse 1s infinite alternate ease-in-out; animation: pulse 1s infinite alternate ease-in-out; }
#homeNewsWrapper.divided .readMore span.offscreen { opacity: 0; height: 0; margin: 0; padding: 0; font-size: 0; }*/
/* events */
#events .inside {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#events .eventsList {
  padding: 0 5%;
  font-family: 'Roboto Condensed', sans-serif;
}
#events .upcomingEvents.largeDate .event {
  display: block;
  margin: 0 0 25px;
  /*font-size: 0;*/
}
#events .upcomingEvents.largeDate .eventDate {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  background: #a7e158;
  vertical-align: middle;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;position: relative;
  top: 4px;
}
#events .upcomingEvents.largeDate .date {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3c551b;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
#events .upcomingEvents.largeDate .eventDate span {
  display: block;
  margin: 4px 0 0;
  font-size: 1.5em;
  line-height: inherit;
}
#events .upcomingEvents.largeDate .eventDetails {
  display: inline-block;
  width: calc(100% - 75px);
  padding: 0 15px;
  vertical-align: middle;
}
#events .upcomingEvents.largeDate .eventName {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25em;
  letter-spacing: .025em;
  line-height: 1.25em;
  color: #0d7fa5;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  font-weight: 700;text-transform: uppercase;
}
#events .upcomingEvents.largeDate .eventDetails span {
  display: block;
  color: #454545;
  font-weight: 400;
  margin: 2px 0;
  font-size: 16px;
}
#events .upcomingEvents.largeDate .eventDetails span::before {
  display: inline-block;
  margin-right: 8px;
  font-family: FontAwesome;
  font-weight: 400;
}
#events .upcomingEvents.largeDate .eventDetails span.location::before {
  content: "\f041";
}
#events .upcomingEvents.largeDate .eventDetails span.time::before {
  content: "\f017";
}
#events .upcomingEvents.largeDate a.event:hover .eventDate, #events .upcomingEvents.largeDate a.event:focus .eventDate {
  background: #45c7f3;
}
#events .upcomingEvents.largeDate a.event:hover .date, #events .upcomingEvents.largeDate a.event:focus .date {
  color: #085068;
}
#events .upcomingEvents.largeDate a.event:hover .eventName, #events .upcomingEvents.largeDate a.event:focus .eventName {
  color: #567a24;
}
/* Blog */

a.adobe::before, a.adobe::after {
  display: none;
}
/* Footer */
footer {
  background: #0b6a8a;
  text-align: center;
}
footer .container {
  margin: 0 auto !important;
}
footer #footerBot p.companyName {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.625em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #fff;
  padding: 30px 0 0;
}
footer #footerBot #footerNavWrap {
  text-align: center;
  display: block;
  width: 85%;
  margin: 20px auto 0;
  padding: 15px 0;
  border-top: 1px solid #5bcef4;
}
footer #footerBot #footerNavWrap li {
  display: inline-block;
}
footer #footerBot #footerNavWrap li a {
  color: #c2eb89;
  font-size: 1em;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 0 18px;
  display: block;
}
footer #footerBot #footerNavWrap li a:hover, footer #footerBot #footerNavWrap li a:focus {
  color: #fff;
  transform: translateY(-3px);
}
footer div.footerAddresses ul .locationName {
  display: none;
}
footer div.footerAddresses ul, footer div.footerAddresses ul li {
  text-align: center;
  color: #fff;
  font-size: .975em;
  padding: 0;
  margin: 2px 0 0;
}
footer p.policy, footer p.policy span {
  padding: .75em 0 .75em;
  background: #252525;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
footer #footerBot p.policy span a, footer #footerBot p.policy a.admin_menu {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #c2eb89;
  font-weight: 700;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: inline-block;
}
footer #footerBot p.policy span a:hover, footer #footerBot p.policy a:hover.admin_menu, footer #footerBot p.policy span a:focus, footer #footerBot p.policy a:focus.admin_menu {
  color: #4ecbf4;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
footer #footerBot p.policy span a::after, footer #footerBot p.policy a::after {
  box-shadow: inset 0px -1px 0px 0px rgba(194, 235, 137, 1);
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: .3em;
}
footer #footerBot p.policy span a:hover::after, footer #footerBot p.policy a:hover::after, footer #footerBot p.policy span a:focus::after, footer #footerBot p.policy a:focus::after {
  box-shadow: inset 0px -3px 0px 0px rgba(78, 203, 244, 1);
}
footer div.footerAddresses span {
  padding-right: 8px;
  color: #FFF;
}
.footerAddresses .fedTax {
  padding-left: 8px;
  position: relative;
  top: 1px;
}
.footerAddresses .fedTax span {
  padding-right: 4px;
}
/* phone/email links in footer */
.footerAddresses span.email {
  display: inline-block;
}
footer#footer a[href^="tel:"], footer#footer a[href^="mailto:"] {
  color: #c2eb89;
  font-weight: 700;
}
footer#footer a:hover[href^="tel:"], footer#footer a:focus[href^="tel:"], footer#footer a:hover[href^="mailto:"], footer#footer a:focus[href^="mailto:"] {
  color: #fff;
}
/* Back to top */
#back-to-top.fade {
  opacity: .65;
}
#back-to-top {
  background: #000;
  border: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 0;
}
#back-to-top:after {
  content: "\f062";
  font-family: FontAwesome;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  top: 47%;
  left: 46%;
}
#back-to-top:hover, #back-to-top.fade:hover, #back-to-top:focus, #back-to-top.fade:focus {
  background: #000;
  opacity: 1;
}
#back-to-top {
  opacity: 0;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  background: #000;
  border: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 0;
  text-align: center;
  line-height: 40px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.25);
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}
#back-to-top.show {
  opacity:0.65;
}
#back-to-top.show:hover, #back-to-top.show:focus {
  opacity:1;
}
@media screen and (min-width: 480px) {
  #topBar a {
    padding: 1.1em .875em !important;
  }
}
@media screen and (max-width: 480px) {
  #content p img {
    max-width: 100%;
  }
  #content img.right, #content img.left, #content img.centerPhoto {
    max-width: 100%;
    float: none;
    margin: 10px auto 20px;
    display: block;
  }
}
@media screen and (min-width: 662px) {
  .donate {
    top: -94px;
  }
}
@media screen and (min-width: 768px) {
  h1.PageTitle {
    text-align: left;
    font-size: 3em;
  }
  #siteCrumbs {
    text-align: left;
  }
  .slider.controls figcaption {
    z-index: 1001;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 40%;
    padding: 3%;
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
  }
  .subpage #content .container {
    width: 85%;
  }
  #overview .container {
    width: 85%;
  }
  #topBar {
    padding: 0 5%;
    background: #ebebeb;
  }
  #topBar ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #topBar a {
    border-right: 1px solid #ccc;
  }
  #topBar li:first-child a {
    border-left: 1px solid #ccc;
  }
  #features {
    margin: 10px 10%;
  }
}
@media screen and (max-width: 768px) {
  /* Auto sets height of captions for mobile */
  .cycle-slideshow .cycle-slide {
    display: none !important;
    position: relative !important;
    background: #000;
  }
  .cycle-slideshow .cycle-slide-active {
    display: block !important;
  }
}
@media screen and (min-width: 815px) {
  .divTableCell, .divTableHead {
    font-size: 1em;
  }
}
@media screen and (min-width: 1075px) {
  #primaryNav {
    display: block;
  }
  .mobileMenu {
    display: none;
  }
  .subpage .colWrap {
    flex-flow: row nowrap;
  }
  .subpage .colWrap .intLeftCol {
    -webkit-box-flex: 10;
    -ms-flex:2 0 600px;
    flex:10 0 600px;
    margin: 0 5% 0 0;
    order: 1;
  }
  .subpage .colWrap .intRightCol {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    order: 2;
  }

  .subpage .colWrap.innersidebar .intLeftCol {
    -webkit-box-flex: 10;
    -ms-flex:2 0 600px;
    flex:2 0 600px;
    margin: 0 5% 0 0;
    order: 1;
  }
  .subpage .colWrap.innersidebar .intRightCol {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    order: 2;
  }

  #overview {
    padding: 15px 0 15px;
  }
  /* Shrinky */
  .isSmaller #templateInner {
    padding-top: 0;
  }
  .isSmaller #topBar {
    display: none;
  }
  .isSmaller header {
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-animation: drop .5s 1 alternate ease-out;
    animation: drop .5s 1 alternate ease-out;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    opacity: 1;
  }
  .isSmaller header .container {
    background: #f0f0f0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    -webkit-animation: stickyMenu .5s 1 ease-in-out;
    animation: stickyMenu .5s 1 ease-in-out;
    margin: 0 !important;
    padding: 17px 5% 2px;
  }
  .isSmaller #logo {
    display: none;
  }
  .isSmaller .mobileMenu {
    color: #11104A;
    margin-top: 0;
  }
  .isSmaller a.mobileMenu {
    color: #11104A;
  }
  .isSmaller #primary-navigation {
    margin: 16px 0 14px;
    float: left;
    clear: none;
  }
  .isSmaller #primary-navigation ul.rmRootGroup div {
    top: 40px !important;
  }
  .isSmaller .utilitySoc {
    float: left;
  }
  .isSmaller ul.PublishedLinkMenu {
    padding: 5px 0 0;
  }
  #utilityNav {
    padding: 0;    margin-top: 1px;
  }
  .isSmaller #utilityNav li a {
    font-size: 18px;
  }
  .isSmaller #utilityNav{margin-top: -2px;}
  .isSmaller .socialNav {
    float: left;
    margin-right: 11px;
  }
  .isSmaller .socialNav ul li a.fa, .isSmaller .socialNav ul li a.fontelloIcon {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }
  .isSmaller div.searchBox {
    float: right;
    margin-left: 20px;
  }
  .isSmaller .donate {
    clear: none;
  }
  .isSmaller .donate a {
    font-size: 16px;
    padding: 5px 14px;
  }
  .isSmaller div.searchBox {
    margin: 2px 0 10px 20px;
  }
  .isSmaller .searchBox .gsib_a {
    padding: 2.5px 70px 2.5px 10px;
  }
  .isSmaller .searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button {
    padding: 0 8px 0;
    height: 36px;
  }
  .isSmaller .searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button svg {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1024px) {
  .slider.controls div#pause-play {
    top: 34px;
    left: 122px;
  }
}
@media (min-width: 1040px) {
  #logo {
    float: left;
  }
  .utilitySoc {
    float: right;
  }
  .donate {
    float: right;
    clear: right;
    position: relative;
    top: auto;
    left: auto;
  }
  div.searchBox {
    float: right;
    clear: right;
    margin:9px 0 20px;
    min-width: 289px;
  }
  .isSmaller div.searchBox{ min-width: 242px;}
  .isSmaller .donate a{margin-top: 0px;}
}
@media screen and (min-width: 1280px) {
  .facts .factsColumn {
    width: 23%;
    flex: 0 0 auto;
  }
  #features {
    margin: 10px;
  }
  #features .divided .feature {
    padding: 5%;
  }
  .slider.controls figcaption h2 {
    color: #fff;
    line-height: 1.15em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
  .slider.controls figcaption p, .slider.controls figcaption a {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  #news .feature .image .inside {
    display: block;
  }
  #news .feature .image {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  #news .feature .image img {
    width: auto;
  }
  #news .feature .text {
    text-align: left;
    padding: 0;
    display: block;
    width: 100%;
  }
}
/* Mobile Menu effects */
/*~~~FADE IN~~~*/
#mMenuCMS.fade > ul > li > a:not(.mm-subopen) {
  transition: opacity 500ms ease;
  opacity: 0;
}
#mMenuCMS.fade > ul > li.visible > a:not(.mm-subopen) {
  opacity: 1;
}
/*sub level*/
#mMenuCMS.fade > ul > li.visible > ul {
  display: block;
  max-height: 0;
  opacity: 0;
  padding: 0;
}
#mMenuCMS.fade > ul > li.visible.mm-opened > ul {
  max-height: none;
  opacity: 1;
  padding: 10px 0 10px 10px;
}
#mMenuCMS.fade > ul > li.visible > ul > li > a {
  opacity: 0;
  transition: opacity 500ms ease;
}
#mMenuCMS.fade > ul > li.visible > ul > li.visible > a {
  opacity: 1;
}
/*if sub menu open*/
#mMenuCMS.fade > ul > li.mm-opened {
  transition: opacity 1500ms ease;
}
#mMenuCMS.fade:not(.mm-opened) > ul > li:not(:first-child).mm-opened {
  opacity: 0;
}
#mMenuCMS.fade.mm-opened > ul > li:not(:first-child).mm-opened {
  opacity: 1;
}
/*~~~SLIDE FADE~~~*/
#mMenuCMS.slideFade > ul > li > a:not(.mm-subopen) {
  transition: transform 500ms ease, opacity 500ms ease;
  transform: translatex(-100px);
  opacity: 0;
}
#mMenuCMS.slideFade > ul > li.visible > a:not(.mm-subopen) {
  transform: translatex(0);
  opacity: 1
}
/*sub level*/
#mMenuCMS.slideFade > ul > li.visible > ul {
  display: block;
  max-height: 0;
  opacity: 0;
  padding: 0;
}
#mMenuCMS.slideFade > ul > li.visible.mm-opened > ul {
  max-height: none;
  opacity: 1;
  padding: 10px 0 10px 10px;
}
#mMenuCMS.slideFade > ul > li.visible > ul > li > a {
  transform: translatex(-100px);
  opacity: 0;
  transition: transform 500ms ease, opacity 500ms ease;
}
#mMenuCMS.slideFade > ul > li.visible > ul > li.visible > a {
  transform: translatex(0);
  opacity: 1;
}
/*if sub menu open*/
#mMenuCMS.slideFade > ul > li.mm-opened {
  transition: transform 1500ms ease, opacity 1500ms ease;
}
#mMenuCMS.slideFade:not(.mm-opened) > ul > li:not(:first-child).mm-opened {
  transform: translatex(-100px);
  opacity: 0;
}
#mMenuCMS.slideFade.mm-opened > ul > li:not(:first-child).mm-opened {
  transform: translatex(0);
  opacity: 1
}
/*~~~SLIDE LEFT~~~*/
#mMenuCMS.slideLeft > ul > li > a:not(.mm-subopen) {
  transition: transform 500ms ease;
  transform: translatex(-100px);
}
#mMenuCMS.slideLeft > ul > li.visible > a:not(.mm-subopen) {
  transform: translatex(0)
}
/*sub level*/
#mMenuCMS.slideLeft > ul > li.visible > ul {
  display: block;
  max-height: 0;
  opacity: 0;
  padding: 0;
}
#mMenuCMS.slideLeft > ul > li.visible.mm-opened > ul {
  max-height: none;
  opacity: 1;
  padding: 10px 0 10px 10px;
}
#mMenuCMS.slideLeft > ul > li.visible > ul > li > a {
  transform: translatex(-100px);
  transition: transform 500ms ease;
}
#mMenuCMS.slideLeft > ul > li.visible > ul > li.visible > a {
  transform: translatex(0);
}
/*if sub menu open*/
#mMenuCMS.slideLeft > ul > li.mm-opened {
  transition: transform 1500ms ease;
}
#mMenuCMS.slideLeft:not(.mm-opened) > ul > li:not(:first-child).mm-opened {
  transform: translatex(-100px);
}
#mMenuCMS.slideLeft.mm-opened > ul > li:not(:first-child).mm-opened {
  transform: translatex(0);
}
#menuExtras {
  position: relative;
}
#mobileLogo {
  margin: 20px auto 0;
  padding: 20px;
  text-align: center;
  background: #fff;
}
#mobileLogo img {
  max-width: 90%;
}
/* -- animations -- */
/* left to right */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3.5px);
    transform: translateX(3.5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3.5px);
    transform: translateX(3.5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* bounce up and down */
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3.5px);
    transform: translateY(-3.5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bob {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3.5px);
    transform: translateY(-3.5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* stickyMenu - new header drops in from top - add to ".smaller" class */
@-webkit-keyframes stickyMenu {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickyMenu {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* fades in */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.subButton {
  top: auto;
  left: auto;
}
.subButton a {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 11px 1.25em 11px 1.5em;
  background: #8dc63f;
  color: #334918;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .35);
  border-radius: 25px;
  -webkit-box-shadow: 1px 2px 0 #334918, inset -2px -2px 5px rgba(0, 0, 0, .15);
  box-shadow: 1px 2px 0 #334918, inset -2px -2px 5px rgba(0, 0, 0, .15);
  margin-bottom: 10px;
}
.subButton a::after, .subButton a::before {
  display: none
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  /* margin-bottom or top if needed */
  margin-bottom: 10px;
}
#mMenuCMS.slideFade > ul > li > a:not(.mm-subopen) {
  transform: translatex(0px) !important;
  opacity: 1 !important;
}
.giveToday a {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  padding: 11px 1.25em 11px 1.5em;
  background: #8dc63f;
  color: #334918;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .35);
  border-radius: 25px;
  -webkit-box-shadow: 1px 2px 0 #334918, inset -2px -2px 5px rgba(0, 0, 0, .15);
  box-shadow: 1px 2px 0 #334918, inset -2px -2px 5px rgba(0, 0, 0, .15);
  line-height: 46px;
  margin: 20px;
}
.giveToday a:hover, .giveToday a:focus {
  background: #0d7fa5;
  color: #fff;
  text-shadow: 1px 1px 1px #09607d;
  -webkit-box-shadow: 0 0 0 #334918, inset 2px 2px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 0 #334918, inset 2px 2px 5px rgba(0, 0, 0, .15);
}
.giveToday a:after, .giveToday a:before {
  display: none;
}
ul.rmSlide.rmVertical {
  width: 240px;
  background: #e1e1e1;
  padding: 0;
  visibility: visible;
  transition: none 0s ease 0s;
  position: absolute;
  left: 240px;
  right: inherit;
  top:0;
}
@media screen and (min-width:1600px) {
  ul.rmSlide.rmVertical {
    right: -240px;
    left: inherit;
  }
}
@media screen and (max-width:990px) {
  .thirdsubmenu {
    display: none
  }
  ul.rmSlide.rmVertical {
    width: 100%;
    top: 0px;
    visibility: visible;
    transition: none 0s ease 0s;
    position: relative;
    right: 0;
    left: inherit;
  }
  .thirdsubmenu .rmSlide.rmVertical {
    display: none !important;
  }
  .thirdsubmenu.mm-opened .rmSlide.rmVertical {
    display: block !important;
  }
  #newsEvents #news, #newsEvents #events{padding: 3% 5%;}
}
.bannerComponent .truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 20vw;
}
.bannerComponent .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bannerComponent .PO-banner {
  position: relative;
  text-align: left !important;
}
.bannerComponent .PO-banner table tr td {
  vertical-align: middle !important;
}
.bannerComponent .PO-banner .slider {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.bannerComponent .banner-modal {
  text-align: left !important;
}
.bannerComponent .error-modal {
  max-width: 400px !important;
}
.bannerComponent .slide-loader {
  position: relative;
}
.bannerComponent .slide-loader .CMS_ls_spin {
  font-size: 8px;
}
.bannerComponent .BAN_imageDescription {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bannerComponent .BAN_dNumber {
  font-weight: 600;
  font-size: 1.1em;
  background: #eeeeee;
  padding: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.bannerComponent .BAN_imageCol {
  width: 101px;
}
.bannerComponent .BAN_imagePreview {
  width: 100px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bannerComponent .BAN_iconChoice {
  display: inline;
}
.bannerComponent .BAN_iconChoice em {
  padding: 0 0 0 5px;
  font-size: 20px;
  transform: translate(0px, 2px);
}
.bannerComponent .pull-left {
  float: left !important;
}
.bannerComponent .pull-right {
  float: right !important;
}
.bannerComponent .disabled {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50);
  /* Modern Browsers */
  opacity: 0.5;
}
.bannerComponent .PO-banner .slick-prev:before, .bannerComponent .PO-banner .slick-next:before {
  content: none;
}
.bannerComponent .PO-banner .slick-prev {
  left: 0;
}
.bannerComponent .PO-banner .slick-next {
  right: 0;
}
.bannerComponent .PO-banner .slick-prev, .bannerComponent .PO-banner .slick-next, .bannerComponent .PO-banner .slick-prev:before, .bannerComponent .PO-banner .slick-next:before {
  font-size: inherit !important;
  width: auto !important;
  height: auto !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding: 5px;
  z-index: 8000;
}
.bannerComponent .PO-banner .slick-dots li button:before {
  font-size: 30px;
}
.bannerComponent .PO-banner .CMS_table {
  background-color: #fff;
}
.bannerComponent .banner-sortable-helper td {
  padding: 5px;
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  border-right: none;
}
.bannerComponent .banner-sortable-helper td + td + td {
  min-width: 300px;
}
.bannerComponent .banner-sortable-helper td + td + td + td {
  min-width: 90px;
}
.bannerComponent .banner-sortable-helper td:last-child {
  min-width: auto;
  border-right: 1px solid #e4e4e4;
}
.bannerComponent .BAN_guestView .CMS_element {
  padding: 0;
  border: none;
}
.bannerComponent .BAN_gvWrapper {
  position: relative;
}
.bannerComponent .BAN_controls {
  background: rgba(255, 255, 255, 0.8);
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 99;
}
.bannerComponent .BAN_slide {
  position: relative;
  display: block;
  color: #000000;
}
.bannerComponent .BAN_slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.bannerComponent .BAN_slide:hover {
  color: #000000;
}
.bannerComponent .BAN_caption {
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: 100%;
  z-index: 8000;
  padding: 6px;
  opacity: 0.8;
  overflow: hidden;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bannerComponent .BAN_caption .CMS_button {
  margin-top: 10px;
}
.bannerComponent .BAN_title {
  font-weight: bold;
  font-size: 20px;
}
.bannerComponent .BAN_text {
  margin: 0;
  font-size: 14px;
}
.bannerComponent .BAN_imageDescription {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bannerComponent .BAN_dNumber {
  font-weight: 600;
  font-size: 0.9em;
  background: #eeeeee;
  padding: 5px;
  display: inline-block;
}
.bannerComponent .BAN_imageCol {
  width: 101px;
}
.bannerComponent .BAN_imagePreview {
  width: 100px;
  height: 60px;
  background-size: cover;
}
.bannerComponent .BAN_iconChoice {
  display: inline;
}
.bannerComponent .BAN_iconChoice em {
  padding: 0 0 0 5px;
  font-size: 20px;
  transform: translate(0px, 2px);
}
.bannerComponent .BAN_slide a:focus img {
  border: solid 2px red;
}
.residentsSlider .slick-arrow {
  display: none !important;
}



.portal-breadcrumb > div > span:last-child {
  border-bottom: 1px solid;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
  line-height: 40px;
  font-weight: 700;
  color: #1155CC;
}


@media screen and (max-width:767px) {
  footer #footerBot #footerNavWrap .footerNav {
    display: none;
  }
  footer div.footerAddresses ul, footer div.footerAddresses ul li {
    margin: 2px 10px 0;
  }

  div.searchBox {
    float: none;
    clear: right;
    margin: 9px 0 20px;
    min-width: 289px;
  }
  .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input{border-radius: 3px;}
  footer #footerBot p.companyName { padding: 30px 20px 0;}


  .subpage .colWrap .intRightCol.fullsidebar {
    -ms-flex: 1 0 360px;
    flex: 1 0 360px;
  }

}

.intLeftCol .fc .fc-daygrid-day-number {
    color: #0A6685;
}

.intLeftCol .fc .fc-day-other .fc-daygrid-day-top {
     filter: opacity(0.3);
  opacity:1;
}

.intLeftCol .fc .fc-day-past .fc-daygrid-day-top a.fc-daygrid-day-number {
    color: #5C5C5C !important;
    filter: opacity(0.5);
}
.fa-twitterx:before {
  content:"𝕏";
	font-size:1.1em;
color:#fff;}
span.fa-twitterx {line-height:1 !important;}

#footerlogos {text-align: center; padding-top: 20px;}
div#footerlogos img {
    margin: 20px 10px;
    max-width: 100px;
}
.annual a {margin-bottom:50px;}
 ul.content-list>li:before, 
 ul.content-list>li:after {
    content:""; display:table; clear:both;
}

/* footer css */
.footerAddresses span.email {display:none}

/* primary nav on focus */
.RadMenu .rmLink:focus {outline: 1px solid #fff !important}
.RadMenu .rmLink:focus:hover, .RadMenu .rmLink:active, .RadMenu .rmLink:focus:active {outline: 0 !important}
.RadMenu .rmExpanded:focus, .RadMenu .rmRootLink:focus, .RadMenu .rmSelected:focus, .RadMenu .rmFocused:focus {outline:0 !important}

/* fixes pointer on interior slideshow scroll arrows */
.photoGallery .flex-direction-nav a { cursor: pointer; }


@media screen and (min-width: 990px) {
    
 .jump-link {
    display: block;
    margin-top: -170px;
    padding-bottom: 170px;
}

}

/*do not remove this, we have opted to remove the fade on vertical slideshows*/
div.slider section::after { display:none !important; }

/* Dear Doctor Margins */
 #template .dd-left { margin: 5px 20px 10px 0; }
 #template .dd-right { margin: 5px 0 10px 20px;  }

/* Margins on images within Related Articles */
 #template .dd-article .dd-left { margin: 5px 10px 10px 0; }
 #template .dd-article .dd-right { margin: 5px 0 10px 10px; }

/* Max width for very large images */
#template .dd-left, 
#template .dd-left img, 
#template img.dd-left, 
#template .dd-right, 
#template .dd-right img, 
#template img.dd-right { max-width:250px; }

/* dear doctor video margining */
.wistia_responsive_padding {margin: 0 0 15px !important}

/* dear doctor video thumbnails - responsive fix */
.wistia_click_to_play {width: 100% !important}

/* Location and Hours Widget - Hours */
#template aside.callout div.hours { margin-top: 10px; } 

/*making numbered lists in content display numbers*/
#template div#content ol > li { list-style-type:decimal; }

/* Footer Address Spacing - Vertical Template */
#template #footer div.bottom p {margin: 0}

/*  Html sitemap */
#template #htmlsitemap div ul li { list-style:none; padding-top:10px; font-weight: bold; }
#template #htmlsitemap div ul li ul { margin: 0 0 20px 20px; }
#template #htmlsitemap div ul li ul li { padding-top:0; }
#template #htmlsitemap div ul li ul li a { font-weight:400; }

/*Youtube video fixes*/
#template iframe[src*="//fast"] { overflow: visible; }
#template iframe[src*="https://www.youtube"] { overflow: visible; }

/*interior left right images */
#template img.right, #template img.left { margin-bottom:5px; }

/*chrome utility nav fix*/
/*
html body header#header div.container nav.social-navigation ul.clearfix li a.external[id^=ctl11], html body header#header div.container nav.social-navigation ul.clearfix li a { pointer-events:inherit !important; }
html body footer#footer div#footer-top div.container nav.social-navigation h6+ul.clearfix li a.external[id^=ctl11], html body footer#footer div#footer-top div.container nav.social-navigation h6+ul.clearfix li a { pointer-events:inherit !important; }*/

/*chrome social icon fix for vertical*/
/* nav.social-navigation li a { display:block; }*/

/*responsive styles*/
@media screen and (min-width: 200px) {
/*back to top*/

/*map adjustment*/
 #template div.locations div.map { height:300px; }

}

@media screen and (min-width: 500px) {
/*map adjustment*/
 #template div.locations div.map { height:500px; }
}


/*map popup fix*/
#template div.locations div.map { height:300px; }
/*edit mode fix*/
/*body.iAppsEditMode #template { padding-top:28px; }*/

/*global phone number fix*/
#template .h_left.grow #utility-navigation .phone a::before, #template .vertical.grow #utility-navigation .phone a::before  { display:none; }

/*my doctors ratings iframe fix*/
 #template iframe#averageScoreIframe { height:60px; width:200px; }

/*removing phone number on horizontal left grows*/
/*.h_left.grow #utility-navigation .phone a::before, .h_left.grow #utility-navigation .utility-navigation .phone::before { display:none; }*/

/* Makes captions center under image and follow image width. Doesn't work in older browsers */
#template div.dd-left, div.dd-right { /* add this class to a div wrap */
	text-align: center;
	width: 250px; /* sets the width of the container for an image with a caption */
}
#template .dd-border { /* Adds a border to you image/caption box if you want. just add the class to the div */
	padding: 10px;
}
/* puts a 5px border around floating image or image within floating object, also controls if you add a border to the sidebar */
#template .dd-left img, #template img.dd-left, #template .dd-right img, img.dd-right, #template .dd-border { 
	/*border-size: 3px solid #0072bc;  sets a border and border color around the main images */
	border-width:3px;
	border-style:solid;
	color:#ccc;
}
/* set a max-width for the really big images */
#template .dd-left, #template .dd-left img, #template img.dd-left, #template .dd-right, #template .dd-right img, #template img.dd-right {
	max-width:250px;
}
/* adds a line break after an image inside a floating container */
#template .dd-left img, #template .dd-right img {
	display: block;
	margin: 0 0 5px 0;
}
/* Image caption text */
#template .dd-left p, #template .dd-right p {
	margin: 2px 0 15px;
	font-size:90%; /* set the font size of caption */
}
/* Related articles styles */
#template .dd-articles {	/* add the dd-articles class to the div wrapper */
	padding: 10px;
	border:1px solid #ccc; /* sets a border and border color around related articles section */
	background-color:#eee;
}
#template .dd-article { /* add the dd-article class the each article */
	overflow: hidden;
	padding: 5px 0 0;
	border-bottom:1px dotted #ccc; /* sets a divider line under each article */

}
#template .dd-article:last-child{
	border:none; /*removes divider line under last article*/
}
#template .dd-article img { /* any image in the article wrapper will get this applied automatically */
	overflow: hidden;
	border: 1px solid #ccc; /* sets a border and border color around the images in the related articles area */
}
#template .dd-article .dd-title { /* add the title class to object to make it bold and have line break after */
	font-weight: bold;
	display: block;
}
#template .dd-article p { /* makes text align at top with image */
	padding: 5px 0 0 0;
	margin-top: 0;
}
/* styles used on all areas */
#template .dd-left { /* add dd-left class to an object to float it left */
	clear: left;
	float: left;
	margin: 5px 10px 5px 0;
}
#template .dd-right { /* add dd-right class to an object to float it right */
	clear: right;
	float: right;
	margin: 5px 5px 5px 10px;
}
#template img.dd-no-border { /* add no-border to an image and it will loose its border */
	border: none;
}

.RadChartÂ { width:100% !important; }
.RadChartÂ img { max-width:100% !important; width:100% !important; }

/*globally hiding the hours from all maps*/
.mapMarkClass .hours { display:none; }

/*presence release white BG fix for dark sites*/
#template .zones-portlet-header.portletBox-title + div {background: inherit !important}

/*Dear Doctor Mobile Fixes*/
@media screen and (max-width:445px) { 
#template .dd-article .dd-left, #template #ddcontent .dd-article .dd-left a img, #ddcontent p img.dd-right, #ddcontent p img.dd-left, #template .dd-left img, #template .dd-right img, #ddcontent img.dd-right, #ddcontent img.dd-left, #template a.dd-lightbox { width:100%; max-width:none;margin:10px 0;  }
}
html.mm-opened .mm-page, html.mm-opened #mm-blocker, html.mm-opened .mm-fixed-top, html.mm-opened .mm-fixed-bottom, html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border;
}
html.mm-opened .mm-page, html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0);
}
html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0);
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-fixed-top, .mm-fixed-bottom {
  position: fixed;
  left: 0;
}
.mm-fixed-top {
  top: 0;
}
.mm-fixed-bottom {
  bottom: 0;
}
html.mm-opened .mm-page, .mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html.mm-opened, html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
}
.mm-menu > .mm-panel.mm-opened {
  left: 0%;
}
.mm-menu > .mm-panel.mm-subopened {
  left: -40%;
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel.mm-hidden {
  display: block;
  visibility: hidden;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding: 20px 0 40px 0;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list, .mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a, .mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a, .mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen::before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-ismenu {
  background: #065AB1;
}
.mm-menu {
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 1);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%;
}
.mm-menu {
  width: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px;
  }
  html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px;
    z-index:99;
  }
  html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px;
  }
}
@media all and (max-width: 550px) {
  .mm-menu {
    z-index:99;
  }
}
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
html.mm-nooverflowscrolling.mm-opened body {
  overflow: auto;
}
html.mm-nooverflowscrolling.mm-opened .mm-page {
  min-height: 1000px;
  position: fixed;
}
html.mm-nooverflowscrolling.mm-opened .mm-menu {
  height: auto;
  min-height: 1000px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  left: auto;
  top: auto;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel {
  position: relative;
  height: auto;
  display: none;
  left: 0;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
  display: block;
}
/*
jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-nosubresults > em.mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
/*
jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
jQuery.mmenu header addon CSS
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.mm-header .mm-prev, .mm-header .mm-next {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.mm-header .mm-prev:before, .mm-header .mm-next:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -15px;
}
.mm-header .mm-prev {
  left: 0;
}
.mm-header .mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 22px;
}
.mm-header .mm-next {
  right: 0;
}
.mm-header .mm-next:before {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-prev:before, .mm-menu.mm-hassearch .mm-header .mm-mext:before {
  margin-bottom: -10px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
  padding-top: 60px;
}
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
  padding-top: 100px;
}
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/*
jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
  background: inherit !important;
  opacity: 0.97;
  height: 25px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
  background: inherit;
  width: 100%;
  position: absolute;
  left: 0;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
  padding-top: 25px;
}
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
}
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px;
}
.mm-list > li.mm-collapsed {
  display: none;
}
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}
/*
jQuery.mmenu searchfield addon CSS
*/
.mm-search, .mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2;
}
.mm-search input {
  border: none;
  border-radius: 15px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 21px;
  display: none;
  padding-top: 80px;
}
.mm-menu li.mm-noresults:after {
  border: none;
}
.mm-menu.mm-noresults li.mm-noresults {
  display: block;
}
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 60px;
}
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3);
}
/*
jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
/*
jQuery.mmenu fullscreen extension CSS
*/
html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%;
}
.mm-menu.mm-fullscreen {
  width: 100%;
}
@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px;
  }
  html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px;
  }
  html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px;
  }
}
.mm-menu.mm-top.mm-fullscreen {
  height: 100%;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%;
}
@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px;
  }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px;
  }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px;
  }
}
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px;
  }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px;
  }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px;
  }
}
.mm-menu.mm-right.mm-fullscreen {
  width: 100%;
}
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%;
}
@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px;
  }
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px;
  }
}
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px;
  }
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px;
  }
}
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%;
}
@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px;
  }
}
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px;
  }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px;
  }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px;
  }
}
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%;
}
@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px;
  }
}
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px;
  }
}
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%;
}
@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px;
  }
}
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px;
  }
}
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%;
}
@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px;
  }
}
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px;
  }
}
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%;
}
@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px;
  }
}
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px;
  }
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto;
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0;
}
html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%;
}
html.mm-top.mm-opened .mm-page, html.mm-top.mm-opened #mm-blocker {
  top: 0%;
}
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top, html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
html.mm-right.mm-opened .mm-page, html.mm-right.mm-opened #mm-blocker, html.mm-right.mm-opened .mm-fixed-top, html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto;
}
.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0;
}
html.mm-bottom.mm-opened .mm-page, html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-top, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0;
}
.mm-menu.mm-top {
  height: 80%;
}
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%;
}
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px;
  }
  html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px;
  }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px;
  }
  html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px;
  }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px;
  }
}
.mm-menu.mm-right {
  width: 80%;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px;
  }
  html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px;
  }
  html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px;
  }
}
.mm-menu.mm-bottom {
  height: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px;
  }
}
/*
jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform;
}
html.mm-front .mm-page, html.mm-front #mm-blocker {
  z-index: 0;
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%;
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0;
}
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%;
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto;
}
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%;
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0;
}
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px;
  }
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px;
  }
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%;
}
@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px;
  }
}
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px;
  }
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%;
}
@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px;
  }
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px;
  }
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto;
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0;
}
html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0;
}
/*
jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-ismenu.mm-light {
  background: #f3f3f3;
}
.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-ismenu.mm-white {
  background: white;
}
.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.08);
}
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}
.mm-ismenu.mm-black {
  background: black;
}
.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 900px) {
  #menubar {
    margin-bottom: 33px;
    position: relative;
    height: 40px;
    background: #1f1f1f
  }
}
#menubar .inner-bar, #menubar .inside-padding {
  height: 100%;
  box-sizing: border-box
}
#menubar #mobile-bar {
  display: none !important
}
#menubar #mobileNav {
  display: none;
  justify-content: center;
  align-items: center;
  display: none;
  color: #fff;
  width: 120px;
  height: 100%;
  float: right;
  background: #1f1f1f;
  width: 100%;
  padding: 5px;
  box-sizing: border-box
}
@media screen and (max-width: 900px) {
  #menubar #mobileNav {
    display: flex
  }
}
#menubar #mobileNav span {
  display: block;
  padding-left: 10px
}
@media screen and (max-width: 600px) {
  #menubar #mobileNav span {
    display: none
  }
}
#menubar #mobileNav:focus {
  box-shadow: none;
  outline: none;
  background: #060606;
  box-shadow: inset 0 0 0 2px #fff;
}
#menubar #mobileNav:hover span, #menubar #mobileNav:focus span {
  background: transparent !important;
  color: #fff !important
}
#menubar #mobileNav .hamburger {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer
}
#menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transform: rotate(0);
  transform: rotate(0);
  pointer-events: none;
  background-color: #fff
}
#menubar #mobileNav .hamburger .bar {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
#menubar #mobileNav .hamburger .bar, #menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  transition: top .2s .2s, left .1s, background-color .2s .1s, -webkit-transform .2s;
  transition: top .2s .2s, left .1s, transform .2s, background-color .2s .1s;
  transition: top .2s .2s, left .1s, transform .2s, background-color .2s .1s, -webkit-transform .2s
}
#menubar #mobileNav .hamburger .bar:before, #menubar #mobileNav .hamburger .bar:after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
#menubar #mobileNav .hamburger .bar:before {
  top: .5rem
}
#menubar #mobileNav .hamburger .bar:after {
  top: -0.5rem
}
#menubar #mobileNav.expanded .hamburger .bar {
  background-color: transparent !important
}
#menubar #mobileNav.expanded .hamburger .bar:before, #menubar #mobileNav.expanded .hamburger .bar:after {
  top: 0;
  transition: background-color .2s, top .2s, left .2s, -webkit-transform .2s .15s;
  transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
  transition: background-color .2s, top .2s, left .2s, transform .2s .15s, -webkit-transform .2s .15s;
  background-color: red !important
}
#menubar #mobileNav.expanded .hamburger .bar:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
#menubar #mobileNav.expanded .hamburger .bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#menubar .mobile-nav-items {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #313131;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, .3);
  padding: 10px 0;
  z-index: 999999
}
@media screen and (min-width: 901px) {
  #menubar .mobile-nav-items {
    display: none !important
  }
}
#menubar .mobile-nav-items * {
  box-sizing: border-box
}
#menubar .mobile-nav-items ul {
  margin: 0;
  padding: 0
}
#menubar .mobile-nav-items ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative
}
#menubar .mobile-nav-items ul li a {
  display: block;
  padding: 10px 20px;
  background: #313131;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 100%
}
#menubar .mobile-nav-items ul li a:hover, #menubar .mobile-nav-items ul li a:focus, #menubar .mobile-nav-items ul li a.expanded {
  text-decoration: none
}
#menubar .mobile-nav-items ul li .subnav-items {
  width: 100%;
  display: none
}
#menubar .mobile-nav-items ul li .subnav-items li {
  position: relative
}
#menubar .mobile-nav-items ul li .subnav-items li a {
  border-right: 1px solid rgba(255, 255, 255, .5);
  font-weight: 400
}
#menubar .mobile-nav-items ul li .subnav-items li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .5)
}
#menubar .mobile-nav-items ul li .subnav-items.level1 {
  background: #242424
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a {
  background: #242424
}
#menubar .mobile-nav-items ul li .subnav-items.level1 > li > a:not(.subnav) {
  padding-left: 30px
}
#menubar .mobile-nav-items ul li .subnav-items.level2 {
  background: #181818
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a {
  background: #181818
}
#menubar .mobile-nav-items ul li .subnav-items.level2 li a:not(.subnav) {
  padding-left: 50px
}
#menubar .mobile-nav-items ul li.has-child a {
  width: calc(100% - 40px);
  border-right: 1px solid rgba(0, 0, 0, .3)
}
#menubar .mobile-nav-items ul li.has-child .subnav {
  width: 40px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none
}
#menubar .mobile-nav-items ul li.has-child .subnav:before {
  font-family: "Fontawesome" !important
}
#menubar .mobile-nav-items ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .3)
}
@media all and (max-width: 1000px) {
  .mobileonly {
    padding: 0 !important;
  }
  .mobileonly:after {
    display: none !important;
  }
  .mm-menu.mm-vertical .mm-list .mobileonly .mm-panel {
    display: block !important;
    text-align: center;
    padding: 5px 0;
  }
  #mobilelogo {
    background: #FFF;
    padding: 20px;
    margin: 30px 0 10px;
  }
  #mobilelogo img {
    width: 100%;
    height: auto;
  }
}