@charset "UTF-8";
/* !SASS: breakpoint ==================================================================== */
/* !SASS: mixins ======================================================================== */
/* !SASS: NaturalHeritageSites/variables/variables_WSMA ================================= */
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro|Source+Serif+Pro&display=swap");
@font-face {
  font-family: "elegant-icons";
  src: url("https://cdn.rawgit.com/mdentinho/elegant-icons-sass/e48e7df0/fonts/ElegantIcons.woff");
}
/*hsl(hue($link-color), saturation($link-color), 80%) !default;*/
/* !SASS: variables ===================================================================== */
/* !SASS: breakpoint-setup ============================================================== */
/* !SASS: NaturalHeritageSites/layouts/_naturalHeritageSites-mp.scss ===================== */
/*****************************************************/
/*            !MASTER PAGE LAYOUT                    */
/*****************************************************/
/* !Class used to contain the various pieces of the master page */
.container,
.header-container,
.SliderPage1,
.carousel-link {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.no-mqs .container,
.no-mqs .header-container,
.no-mqs .SliderPage1,
.no-mqs .carousel-link {
  min-width: 970px;
}
.container a,
.header-container a,
.SliderPage1 a,
.carousel-link a {
  text-decoration: none;
}

.container:before, .container:after,
.body-container:before,
.body-container:after {
  content: " ";
  display: table;
}
.container:after,
.body-container:after {
  clear: both;
}

/* !Handle secondary column layout */
@media (min-width: 992px) {
  .has-secondary-col .col-primary {
    width: 76%;
  }
  .has-secondary-col .col-secondary {
    width: 22%;
  }
  .has-secondary-col.col-on-right .col-primary {
    float: left;
    margin-right: 2%;
  }
  .has-secondary-col.col-on-right .col-secondary {
    float: right;
  }
  .has-secondary-col.col-on-left .col-primary {
    float: right;
    margin-left: 2%;
  }
  .has-secondary-col.col-on-left .col-secondary {
    float: left;
  }
}
.no-mqs .has-secondary-col .col-primary {
  width: 76%;
}
.no-mqs .has-secondary-col .col-secondary {
  width: 22%;
}
.no-mqs .has-secondary-col.col-on-right .col-primary {
  float: left;
  margin-right: 2%;
}
.no-mqs .has-secondary-col.col-on-right .col-secondary {
  float: right;
}
.no-mqs .has-secondary-col.col-on-left .col-primary {
  float: right;
  margin-left: 2%;
}
.no-mqs .has-secondary-col.col-on-left .col-secondary {
  float: left;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !Header => MASTER PAGE LAYOUT          */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/**
 * The following declarations are required to reposition the search bar and
 * Sign In/Out link at different sizes via appendAround
 */
.search-container,
.auth-link-container {
  display: block;
}
@media (min-width: 768px) {
  .search-container,
.auth-link-container {
    display: none;
  }
}
.no-mqs .search-container,
.no-mqs .auth-link-container {
  display: none;
}

.search-container-sm,
.auth-link-container-sm {
  display: none !important;
}
@media (min-width: 768px) {
  .search-container-sm,
.auth-link-container-sm {
    display: inline-block !important;
  }
}
.no-mqs .search-container-sm,
.no-mqs .auth-link-container-sm {
  display: inline-block !important;
}

/* Template Manager  - Reset styles to prevent section overlap */
.TemplateManagerArea .header-top-container,
.TemplateManagerArea .header-bottom-container {
  position: static;
  clear: both;
}

/* Theme family has primary nav within header-bottom-container so this
   container's z-index needs to be changed for the same as the primary nav's.*/
.header-bottom-container {
  z-index: 1001 !important;
}

/* This applies to the area behind the header logo and auxiliary navigation */
#masterHeaderBackground,
.header {
  border-bottom: none;
}

.navbar-collapse {
  clear: both;
}
@media (max-width: 767px) {
  .navbar-collapse {
    /* expand to the full width of the page */
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 65px;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    clear: right;
  }
}
.no-mqs .navbar-collapse {
  clear: right;
}

@media (min-width: 768px) {
  .header-top-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 666;
    background: #ffffff;
  }
}
.no-mqs .header-top-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 666;
  background: #ffffff;
}

.header-logo-container {
  float: left;
}

@media (max-width: 767px) {
  .header-social {
    display: none !important;
  }
}
.header-social a {
  text-decoration: none;
}

/* These styles apply to the auxiliary and footer navigation */
.NavigationUnorderedList {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}

.NavigationLink {
  padding-left: 7.5px;
  padding-right: 7.5px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .ste-section {
    display: none !important;
  }
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !Main => MASTER PAGE LAYOUT            */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
@media (max-width: 767px) {
  #masterContentArea {
    margin-top: 20px;
  }
}

/* This applies to the breadcrumb area */
.breadcrumb {
  float: none;
  display: inline;
  line-height: 33px;
}

/* Homepage Full Width areas */
.Wrapper-FullWidth #masterContentArea.container {
  max-width: 100%;
  padding: 0;
}
.Wrapper-FullWidth #masterContentArea .container-inner {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.Wrapper-HomePage {
  /* Homepage logo and banner differences */
}
.Wrapper-HomePage .FullWidthArea-StyleBg1,
.Wrapper-HomePage .FullWidthArea-StyleBg2,
.Wrapper-HomePage .FullWidthArea-StyleBg3,
.Wrapper-HomePage .FullWidthArea-StyleBg4,
.Wrapper-HomePage .FullWidthArea-StyleBg5 {
  padding: 50px 1%;
}
.Wrapper-HomePage .FullWidthArea-StyleBg1,
.Wrapper-HomePage .FullWidthArea-StyleBg2,
.Wrapper-HomePage .FullWidthArea-StyleBg3,
.Wrapper-HomePage .FullWidthArea-StyleBg4,
.Wrapper-HomePage .FullWidthArea-StyleBg5 {
  padding: 5px 1%;
}
@media (min-width: 768px) {
  .Wrapper-HomePage .header-top-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 666;
    background: transparent;
  }
}
.no-mqs .Wrapper-HomePage .header-top-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 666;
  background: transparent;
}
@media (min-width: 768px) {
  .Wrapper-HomePage #masterHeaderImage svg .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 3.86;
  }
  .Wrapper-HomePage #masterHeaderImage svg .cls-2 {
    fill: #fff;
  }
  .Wrapper-HomePage #masterHeaderImage svg .cls-3 {
    fill: #f0d283;
  }
}
.no-mqs .Wrapper-HomePage #masterHeaderImage svg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 3.86;
}
.no-mqs .Wrapper-HomePage #masterHeaderImage svg .cls-2 {
  fill: #fff;
}
.no-mqs .Wrapper-HomePage #masterHeaderImage svg .cls-3 {
  fill: #f0d283;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*    !Proxy Panel Styling => MASTER PAGE LAYOUT     */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* This applies to the on behalf of (proxy) area */
.obo-container {
  float: right;
}

.obo-panel {
  line-height: 2.4em;
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.obo-panel.on {
  padding-left: 2em;
  padding-right: 2em;
}
.account-menu .obo-panel {
  /* within the account area dropdown make the padding match the other items*/
  padding: 3px 10px;
}

.obo-label,
.obo-actions {
  display: inline-block;
}

.obo-label {
  font-weight: bold;
}
.obo-label span:after {
  content: ":";
}

/* This applies to the button area at the bottom of the page (e.g., Save, Cancel) */
.CommandBar {
  margin: 0.5em 0;
}

.backToTop {
  display: block;
  font-size: 0px;
  color: transparent;
  bottom: 50px;
  position: fixed;
  right: 10px;
  margin-right: 10px;
  z-index: 1;
  background: transparent url("images/ThemeIconsSprite.png") -2px 0 no-repeat !important;
  width: 45px;
  height: 45px;
}
@media (max-width: 991px) {
  .backToTop {
    display: none;
  }
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*        !Sticky Footer  => MASTER PAGE LAYOUT      */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/**
 * Responsive sticky footer.
 * See http://www.joshrcook.com/a-responsive-sticky-footer/
 */
.wrapper {
  width: 100%;
  height: 100%;
}

.footer {
  display: table-row;
  height: 1px;
}

@media (min-width: 768px) {
  .footer-social {
    text-align: left;
  }
}
.no-mqs .footer-social {
  text-align: left;
}

@media (min-width: 768px) {
  .footer-promo-container {
    text-align: right;
  }
}
.no-mqs .footer-promo-container {
  text-align: right;
}

.footer-promo-container .promo {
  background: none !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}
.footer-promo-container .promo .TextButton {
  background: #00b9d1 !important;
  color: #333;
}

.footer-content-section {
  padding: 0 15px 0 1em !important;
}
.footer-content-section h2 {
  font-size: 110%;
}

.footer-nav-copyright {
  padding-top: 0 !important;
}

.HelperText {
  color: #f0d283;
}

.EasyEditOn .EasyEditContent:hover,
.EasyEditOn .WebPartZoneDesignTime:hover {
  background: none;
}

/* !SASS: NaturalHeritageSites/_WSMA ===================================================== */
/*****************************************************/
/*        !WSMA SKIN-SPECIFIC STYLES FOR GBR         */
/*****************************************************/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* !Page Titles => WSMA SKIN-SPECIFIC STYLES FOR GBR */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
h1 {
  position: relative;
  display: table;
}

.Wrapper-HomePage h2.panel-title {
  color: #333;
  display: table;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*  !Homepage Full Width Areas => WSMA SKIN-SPECIFIC STYLES FOR GBR  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.Wrapper-HomePage {
  /* Arrow shaped containers for nice browsers only. */
}
.Wrapper-HomePage .FullWidthArea-StyleBg3 {
  background-image: url(images/FaDBackground.jpg);
}
.Wrapper-HomePage .FullWidthArea-StyleBg4 {
  background: #f5f7f7;
  color: #313e48;
  font-family: "Source Sans Pro", sans-serif;
  padding: 40px 1%;
  line-height: 1.5;
}
.Wrapper-HomePage .FullWidthArea-StyleBg4 blockquote {
  font-size: 250%;
}
@media (min-width: 768px) {
  .Wrapper-HomePage .FullWidthArea-StyleBg4 blockquote {
    width: 45%;
  }
}
.no-mqs .Wrapper-HomePage .FullWidthArea-StyleBg4 blockquote {
  width: 45%;
}
.Wrapper-HomePage .FullWidthArea-StyleBg4 em {
  font-size: 100%;
  display: table;
  margin-top: 1em;
}
.Wrapper-HomePage h2.panel-title {
  color: #333;
  display: table;
}
@media (max-width: 767px) {
  .Wrapper-HomePage #ste_container_HomeSlideshow {
    margin-top: 60px;
  }
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*   !Buttons => WSMA SKIN-SPECIFIC STYLES FOR GBR    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/* Diamond shaped button, excluding Safari */
html:not(.t-safari) .btn,
html:not(.t-safari) .TextButton {
  background-size: 100% 100% !important;
  padding: 5px 25px !important;
}
html:not(.t-safari) .PrimaryButton,
html:not(.t-safari) .SaveAndClose,
html:not(.t-safari) .SaveAs,
html:not(.t-safari) .UsePrimaryButton .TextButton,
html:not(.t-safari) .UsePrimaryButton .TextButtonWithImage,
html:not(.t-safari) #masterHeaderActionArea a,
html:not(.t-safari) .RadGrid input.PrimaryButton,
html:not(.t-safari) .Spotlight .TextButton,
html:not(.t-safari) .BigButtonPanelArea2 .btn,
html:not(.t-safari) .RadUpload .ruButton,
html:not(.t-safari) .ruButton,
html:not(.t-safari) .ruFileInput {
  background-size: 100% 100% !important;
  color: #fff !important;
}

/* !Button styles for all browsers */
.btn,
.TextButton,
.ruButton {
  font-size: 18px !important;
  transition: all 0.2s ease-in-out !important;
  margin: 0;
  transform: scale(0.94);
}
.btn:hover, .btn:focus,
.TextButton:hover,
.TextButton:focus,
.ruButton:hover,
.ruButton:focus {
  transform: scale(1);
}

/* !Button styles for Safari only */
html.t-safari .PrimaryButton,
html.t-safari .SaveAndClose,
html.t-safari .SaveAs,
html.t-safari .UsePrimaryButton .TextButton,
html.t-safari .UsePrimaryButton .TextButtonWithImage,
html.t-safari #masterHeaderActionArea a,
html.t-safari .RadGrid input.PrimaryButton,
html.t-safari .Spotlight .TextButton,
html.t-safari .BigButtonPanelArea2 .btn,
html.t-safari .RadUpload .ruButton,
html.t-safari .ruButton,
html.t-safari .ruFileInput {
  background-color: #6bcaba;
  color: #fff !important;
}

.BigButtonPanelArea1 {
  position: relative;
  padding: 15px 5px;
}
.BigButtonPanelArea1 .btn {
  color: transparent !important;
  width: 30%;
  width: 45px;
  height: 45px;
  opacity: 0.5;
  margin: 0 2%;
  padding: 0 !important;
}
.BigButtonPanelArea1 a[href*=PrintProfile] {
  background: transparent url("images/ThemeIconsSprite.png") -2px -595px no-repeat !important;
}
.BigButtonPanelArea1 a[href*="Profile.aspx"] {
  background: transparent url("images/ThemeIconsSprite.png") -2px -380px no-repeat !important;
}
.BigButtonPanelArea1 a[href*="Duplicate_Merge.aspx"] {
  background: transparent url("images/ThemeIconsSprite.png") -2px -487px no-repeat !important;
}
.BigButtonPanelArea1 .btn:hover,
.BigButtonPanelArea1 .btn:focus {
  opacity: 0.7;
}

.BigButtonPanelArea2 .btn {
  width: 90%;
  max-width: 250px;
}

@media (min-width: 768px) {
  .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
    background: transparent url("images/ResponsiveHeaderSprite.png") 0 -100px no-repeat !important;
  }
}
.no-mqs .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
  background: transparent url("images/ResponsiveHeaderSprite.png") 0 -100px no-repeat !important;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*  !Spotlight Sections => WSMA SKIN-SPECIFIC STYLES FOR GBR    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.Spotlight .SectionLabel,
.Spotlight h4 {
  display: block;
  position: relative;
  padding: 15px 0 10px 0;
  font-size: 160%;
  font-weight: normal;
}
.Spotlight .SectionLabel:after,
.Spotlight h4:after {
  width: 25%;
}

.Spotlight {
  margin-bottom: 20px;
}
.Spotlight p {
  padding: 0 20px 60px 20px;
  position: relative;
}
.Spotlight a {
  text-decoration: none;
}
.Spotlight img {
  margin-bottom: 15px;
}
.Spotlight .spLnk {
  background: none !important;
  display: block;
  margin-top: 15px;
  font-size: 100%;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-bottom: 60px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*   !Membership Box => WSMA SKIN-SPECIFIC STYLES FOR GBR       */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.Spotlight .MembershipBox {
  padding: 0 20px 20px 20px;
  position: relative;
}

.MembershipBoxLabel {
  margin: 0 0 0.2em;
  line-height: 28px;
  /* color: #1B806D; */
  display: block;
  position: relative;
  padding: 15px 0 10px 0;
  font-size: 160%;
  font-weight: normal;
}

.row.row-eq-height {
  display: -webkit-inline-box;
  display: flex;
  flex-wrap: wrap;
}
.row.row-eq-height > div {
  padding-bottom: 30px;
}
.row.row-eq-height .WebPartZone {
  height: 100%;
}
.row.row-eq-height > div > .ContentItemContainer {
  height: 100%;
  box-shadow: 1px 1px 28px 3px #e3e3e3;
}
.row.row-eq-height > div > .ContentItemContainer:hover {
  box-shadow: 1px 1px 28px 3px #cccccc;
}
.row.row-eq-height > div > .ContentItemContainer .ContentItemButtonPanel {
  height: 100%;
}
.row.row-eq-height > div > .ContentItemContainer .ContentItemButtonPanel .WebPartZone {
  height: 100%;
}
.row.row-eq-height:before, .row.row-eq-height:after {
  content: normal;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*    !Testimonial Area => WSMA SKIN-SPECIFIC STYLES FOR GBR    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
@media (min-width: 768px) {
  .TestimonialArea {
    width: 70%;
  }
}
.no-mqs .TestimonialArea {
  width: 70%;
}
.TestimonialArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px !important;
  border-radius: 50% 50%;
  margin: 0 auto;
  display: block;
}
.TestimonialArea blockquote:before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 100px;
  top: -100px;
  right: 20%;
  border-top: 2px dotted #737373;
  border-right: 2px dotted #737373;
}
.TestimonialArea blockquote {
  background: #fff;
  position: relative;
  color: #333;
  padding: 20px 3%;
  margin: 25px auto 0 auto;
  text-align: center;
}
.TestimonialArea blockquote em {
  display: block;
  margin-top: 1em;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*  !Upcoming Events => WSMA SKIN-SPECIFIC STYLES FOR GBR       */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
@media (min-width: 768px) {
  .UpcomingEventsHome ul.RelatedItemsHorizontal li,
.UpcomingEventsHome .RelatedItemsHorizontal ul.rrItemsList li {
    width: 225px;
    height: auto;
    margin: 9px 2%;
  }
  .UpcomingEventsHome a.ImageLink img {
    width: 225px !important;
    height: auto !important;
    display: block;
  }
}
.no-mqs .UpcomingEventsHome ul.RelatedItemsHorizontal li,
.no-mqs .UpcomingEventsHome .RelatedItemsHorizontal ul.rrItemsList li {
  width: 225px;
  height: auto;
  margin: 9px 2%;
}
.no-mqs .UpcomingEventsHome a.ImageLink img {
  width: 225px !important;
  height: auto !important;
  display: block;
}
.UpcomingEventsHome a.LabelLink {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  line-break: normal;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*  !Progress Tracker => WSMA SKIN-SPECIFIC STYLES FOR GBR      */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.ProgressTracker2 {
  text-align: center;
}
.ProgressTracker2 .ProgressTrackerPanel .label,
.ProgressTracker2 .ProgressTrackerPanel a {
  color: #313e48;
}
.ProgressTracker2 .SuccessfulMessage {
  width: 95%;
  margin: 0 auto;
  background-color: #004851 !important;
  font-weight: bold;
  margin-bottom: 8px;
}
.ProgressTracker2 .ProgressBar {
  border-radius: 0;
  background-color: black !important;
  height: 25px;
}
.ProgressTracker2 .ProgressBar span {
  background-color: #004851 !important;
  border-radius: 0;
}
.ProgressTracker2 div p {
  color: #313e48 !important;
}

.Wrapper-HomePage .ProgressTracker2 .ProgressTrackerPanel {
  background-color: transparent;
}
.Wrapper-HomePage .ProgressTracker2 .inset {
  text-align: left;
  font-size: 125%;
}
.Wrapper-HomePage .ProgressTracker2 span.count {
  color: #313e48;
}
.Wrapper-HomePage .ProgressTracker2 span.count:before {
  content: "";
  display: block;
  float: left;
  margin: 0 15px 0 0;
  width: 90px;
  height: 90px;
  background: transparent url("images/ThemeIconsSprite.png") -65px 0px no-repeat !important;
}
.Wrapper-HomePage .ProgressTracker2 span.count strong {
  font-size: 250%;
  display: block;
  padding-bottom: 15px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*  !Telerik Overrides  => WSMA SKIN-SPECIFIC STYLES FOR GBR    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/* !Search Results */
.SearchResultSummary .ListItemTitle a {
  background: none !important;
}

/* !RadStrip Tabs */
.RadTabStrip.RadTabStrip_MetroTouch {
  background: #333;
  padding: 10px 10px 0 10px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #333 !important;
}

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
  background-color: #333 !important;
  border-color: #333 !important;
}

.RadTabStrip_MetroTouch .rtsLink {
  color: #fff !important;
}

.RadTabStripTop_MetroTouch .rtsLevel1 {
  border-bottom: none !important;
}

h2,
.h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
.panel-heading.Distinguish {
  border: none !important;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*  !Account Mini Profile => WSMA SKIN-SPECIFIC STYLES FOR GBR  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.CalloutPart2 {
  background-color: #f0edf2;
  text-align: center;
}
.CalloutPart2 .PanelFieldValue {
  text-align: center;
}
.CalloutPart2 .SectionLabel:after {
  content: "";
  display: block;
  bottom: 0;
  width: 45%;
  margin: 5px auto 0 auto;
  border-bottom: 2px solid white;
}

.AsiInformation,
.AsiSuccess,
.AsiWarning,
.AsiError,
.AsiValidation,
.AsiValidationSummary,
.AsiNeutral {
  border: none;
}

.SelectedItem a,
.ProxyPanelContact a {
  color: #fff !important;
}

.RadMenu .rmGroup .rmText {
  padding: 0 0 0 5px !important;
}

.rmRootGroup > .rmItem {
  padding-bottom: 23px;
  border-bottom: 5px solid #6bcaba;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*  !Interior Banner => WSMA SKIN-SPECIFIC STYLES FOR GBR       */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
@media (min-width: 768px) {
  .body-container .breadcrumb-obo-container {
    height: 155px;
    background-image: url(images/banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 25px;
    margin-top: 152px;
  }
  .Wrapper-HomePage .body-container .breadcrumb-obo-container {
    display: none;
    background-image: none;
  }
  .body-container .breadcrumb {
    display: block;
    line-height: 45px;
  }
  .body-container .breadcrumb .PageTitle {
    color: white;
    font-size: 40px;
    font-weight: 300;
    margin-top: 60px;
  }
  .body-container .breadcrumb a,
.body-container .breadcrumb span {
    font-size: 11px;
    font-weight: 300;
    color: white;
  }
  .body-container .breadcrumb a:visited,
.body-container .breadcrumb span:visited {
    color: white;
  }
  .body-container .hero2banner svg {
    height: 314px;
    float: right;
  }
  .body-container .hero2banner svg .cls-1 {
    fill: url(#linear-gradient);
  }
  .body-container .hero2banner svg .cls-2 {
    -webkit-mask: url(#mask);
            mask: url(#mask);
  }
  .body-container .hero2after {
    display: block;
    overflow: hidden;
    max-height: 314px;
  }
  .body-container .hero2after span[id$=_BreadCrumb] {
    position: absolute;
  }
  .body-container .hero2after .hero2banner {
    float: right;
  }
}
.no-mqs .body-container .breadcrumb-obo-container {
  height: 155px;
  background-image: url(images/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 25px;
  margin-top: 152px;
}
.Wrapper-HomePage .no-mqs .body-container .breadcrumb-obo-container {
  display: none;
  background-image: none;
}
.no-mqs .body-container .breadcrumb {
  display: block;
  line-height: 45px;
}
.no-mqs .body-container .breadcrumb .PageTitle {
  color: white;
  font-size: 40px;
  font-weight: 300;
  margin-top: 60px;
}
.no-mqs .body-container .breadcrumb a,
.no-mqs .body-container .breadcrumb span {
  font-size: 11px;
  font-weight: 300;
  color: white;
}
.no-mqs .body-container .breadcrumb a:visited,
.no-mqs .body-container .breadcrumb span:visited {
  color: white;
}
.no-mqs .body-container .hero2banner svg {
  height: 314px;
  float: right;
}
.no-mqs .body-container .hero2banner svg .cls-1 {
  fill: url(#linear-gradient);
}
.no-mqs .body-container .hero2banner svg .cls-2 {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}
.no-mqs .body-container .hero2after {
  display: block;
  overflow: hidden;
  max-height: 314px;
}
.no-mqs .body-container .hero2after span[id$=_BreadCrumb] {
  position: absolute;
}
.no-mqs .body-container .hero2after .hero2banner {
  float: right;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*     !imgBanner => WSMA SKIN-SPECIFIC STYLES FOR GBR          */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.imgBanner .breadcrumb-obo-container {
  background-color: #004851;
  background-image: none;
}
.imgBanner .breadcrumb-obo-container .attrib {
  display: block;
}
.imgBanner .breadcrumb-obo-container .secondaryHero {
  font-size: 170%;
  line-height: 35px;
  margin-top: 50px;
  margin-left: 0;
  border-left: 1px solid #6bcaba;
}
@media (min-width: 768px) {
  .imgBanner .breadcrumb-obo-container {
    height: 314px;
  }
  .imgBanner .breadcrumb-obo-container .inner-banner {
    color: white;
  }
}
.no-mqs .imgBanner .breadcrumb-obo-container {
  height: 314px;
}
.no-mqs .imgBanner .breadcrumb-obo-container .inner-banner {
  color: white;
}

.hero2banner img {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*      !Footer Nav  => WSMA SKIN-SPECIFIC STYLES FOR GBR       */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
footer#ft {
  float: left;
  width: 100%;
}

#ft ul,
#ft li {
  list-style: none;
  padding-left: 0;
}

#ft ul li {
  border-bottom: 1px solid #6bcaba;
  display: inline-block;
  font-size: 95%;
  line-height: 30px;
}

#ft ul ul li {
  border-bottom: none;
  font-weight: 300;
  display: block;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*        !Panels => WSMA SKIN-SPECIFIC STYLES FOR GBR          */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.panel {
  border: none;
}

.PanelField {
  width: -webkit-fill-available;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*        !Aux Nav => WSMA SKIN-SPECIFIC STYLES FOR GBR         */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.aux-nav {
  padding: 20px;
}
.aux-nav h1 {
  color: #313e48;
  font-size: 145%;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 5px solid #eee;
  line-height: initial;
  width: 100%;
}
.aux-nav a {
  color: #333;
  border-bottom: 1px solid #004851;
  padding: 2px 0;
  display: block;
}
.aux-nav a:hover, .aux-nav a:focus, .aux-nav a:active {
  color: #ffffff;
  text-decoration: underline;
  background-color: #6bcaba;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*    !News & Events => WSMA SKIN-SPECIFIC STYLES FOR GBR       */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.NewsFullWidth {
  background-color: #f5f7f8;
  padding: 60px 0;
}

.newsBody img {
  margin: 0 0 15px 15px;
}
.newsBody h2 {
  color: #313e48;
  font-weight: 400;
  line-height: 33px;
}
.newsBody h5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .NewsFeed #NewsDisplay .newsBody {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25.2px;
    max-height: 260px;
    -webkit-box-orient: vertical;
  }
  .NewsFeed #NewsDisplay .newsBody H2 {
    color: #6bcaba;
  }
  .NewsFeed #NewsDisplay .readMore {
    color: #6bcaba;
    text-decoration: none;
    font-weight: 500;
    padding-top: 0px;
  }
  .NewsFeed #NewsDisplay .readMore a {
    color: #6bcaba;
    text-decoration: none;
    font-weight: 500;
  }
  .NewsFeed #NewsDisplay .readMore hr {
    margin: 30px 0;
  }
  .NewsFeed #NewsDisplay .readMore span {
    color: #f0d283;
  }
}
.no-mqs .NewsFeed #NewsDisplay .newsBody {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25.2px;
  max-height: 260px;
  -webkit-box-orient: vertical;
}
.no-mqs .NewsFeed #NewsDisplay .newsBody H2 {
  color: #6bcaba;
}
.no-mqs .NewsFeed #NewsDisplay .readMore {
  color: #6bcaba;
  text-decoration: none;
  font-weight: 500;
  padding-top: 0px;
}
.no-mqs .NewsFeed #NewsDisplay .readMore a {
  color: #6bcaba;
  text-decoration: none;
  font-weight: 500;
}
.no-mqs .NewsFeed #NewsDisplay .readMore hr {
  margin: 30px 0;
}
.no-mqs .NewsFeed #NewsDisplay .readMore span {
  color: #f0d283;
}
@media (max-width: 767px) {
  .NewsFeed #NewsDisplay .newsBody {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25.2px;
    max-height: 475px;
    -webkit-box-orient: vertical;
  }
  .NewsFeed #NewsDisplay .newsBody H2 {
    color: #6bcaba;
  }
  .NewsFeed #NewsDisplay .readMore {
    color: #6bcaba;
    text-decoration: none;
    font-weight: 500;
  }
  .NewsFeed #NewsDisplay .readMore a {
    color: #6bcaba;
    text-decoration: none;
    font-weight: 500;
  }
  .NewsFeed #NewsDisplay .readMore hr {
    margin: 30px 0;
  }
  .NewsFeed #NewsDisplay .readMore span {
    color: #f0d283;
  }
}
.FullWidthArea-StyleBg4 .NewsFeed #NewsDisplay .encoded {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.FullWidthArea-StyleBg4 .NewsFeed #NewsDisplay .newsBody {
  max-height: 100%;
}
.FullWidthArea-StyleBg4 .NewsFeed #NewsDisplay .newsBody .shrink {
  display: none;
}
.FullWidthArea-StyleBg4 .NewsFeed #NewsDisplay .newsBody img {
  border-bottom: 5px solid #f0d283;
  margin: 0 0 15px 0;
}
.FullWidthArea-StyleBg4 .NewsFeed #NewsDisplay .newsBody div > div,
.FullWidthArea-StyleBg4 .NewsFeed #NewsDisplay .newsBody div {
  width: 100%;
  padding: 0 0 15px 0;
}

#BaseDirectory {
  border: 1px solid #eee;
  margin-bottom: 30px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*      !News Widget => WSMA SKIN-SPECIFIC STYLES FOR GBR       */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.newsWidget .NewsFullWidth {
  background-color: transparent;
}
@media (max-width: 767px) {
  .newsWidget #NewsDisplay .encoded {
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
  }
}
.newsWidget .newsBody {
  max-height: unset;
}
.newsWidget .newsBody p,
.newsWidget .newsBody ol,
.newsWidget .newsBody ul,
.newsWidget .newsBody li,
.newsWidget .newsBody blockquote,
.newsWidget .newsBody h3,
.newsWidget .newsBody h4,
.newsWidget .newsBody h6,
.newsWidget .newsBody .secondaryImage {
  display: none;
}
.newsWidget .newsBody div,
.newsWidget .newsBody div > div {
  width: 100%;
  padding: 0;
}
.newsWidget .newsBody div img,
.newsWidget .newsBody div > div img {
  margin: 0px 0 15px 0;
  border: 1px solid #ddd;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*        !Misc => WSMA SKIN-SPECIFIC STYLES FOR GBR            */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.Hidden {
  display: none;
}

/* !SASS: shared/basics ================================================================== */
/*****************************************************/
/*            !Basic Setup                           */
/*****************************************************/
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #313e48;
}

a {
  color: #499a89;
  text-decoration: underline;
}
a:visited {
  color: #51ab98;
}
a:hover, a:focus, a:active {
  color: #39776a;
  text-decoration: underline;
}
a.aspNetDisabled, a.aspNetDisabled:hover, a.aspNetDisabled:focus, a.aspNetDisabled:active, a.aspNetDisabled:visited {
  color: #999999;
}

.RadGrid a,
.RadToolTip a {
  color: #499a89  !important;
  text-decoration: underline;
}
.RadGrid a:visited,
.RadToolTip a:visited {
  color: #51ab98  !important;
}
.RadGrid a:hover, .RadGrid a:focus, .RadGrid a:active,
.RadToolTip a:hover,
.RadToolTip a:focus,
.RadToolTip a:active {
  color: #39776a  !important;
  text-decoration: underline;
}
.RadGrid a.aspNetDisabled, .RadGrid a.aspNetDisabled:hover, .RadGrid a.aspNetDisabled:focus, .RadGrid a.aspNetDisabled:active, .RadGrid a.aspNetDisabled:visited,
.RadToolTip a.aspNetDisabled,
.RadToolTip a.aspNetDisabled:hover,
.RadToolTip a.aspNetDisabled:focus,
.RadToolTip a.aspNetDisabled:active,
.RadToolTip a.aspNetDisabled:visited {
  color: #999999  !important;
}

.RadGrid a.TextButton {
  color: #fff !important;
  text-decoration: none !important;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1,
.h1,
.PageTitle,
h2,
.h2,
.PanelTitle {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #333;
}

h1,
.h1,
.PageTitle {
  margin-top: 0;
  line-height: 42px;
}

h1,
.h1,
.PageTitle {
  color: #333;
  font-size: 250%;
}

h1.BigHeader,
.h1.BigHeader {
  color: #fff;
  background-color: #f0d283;
  padding: 20px;
  margin: 0;
}

h2,
.PanelTitle {
  line-height: 38px;
  font-size: 180%;
}

h2,
.h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
.panel-heading.Distinguish {
  min-height: 0;
  border-bottom-style: solid;
  margin-top: 10px;
}

h3,
.h3 {
  font-family: "Source Serif Pro", serif;
  font-weight: 300;
  font-size: 140%;
  line-height: 38px;
}

h4,
.SectionLabel {
  margin: 0 0 0.2em;
  font-size: 100%;
  line-height: 28px;
}

h4,
.h4,
.SectionLabel {
  color: #333;
  font-weight: 600;
}

h5,
.h5 {
  color: #333;
  font-weight: 300;
  line-height: 20px;
  font-size: 93%;
}

h6,
.h6 .breadcrumb {
  margin: 0;
  font-weight: 300;
  line-height: 18px;
}

hr {
  margin-left: 0.5em;
  margin-right: 0.5em;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ddd;
}

.StandardPanel,
.ContentBorder,
h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.ShowFieldset fieldset,
.panel-border,
.panel-heading.Distinguish {
  border-color: #ddd;
}

.PanelHead.Distinguish .PanelHeadOptions,
.panel-heading.Distinguish .panel-head-options {
  margin-top: 0.6em;
}

/* Used for messages guiding users to the next step */
.HelperText {
  color: #0064cd;
}

/* Used for highlighting designated text in sand color #cc9f53 */
.HighlightText {
  color: #cc9f53;
}

/* This gives certain selected items (e.g., in the PeoplePanel in the Event Showcase) a colored background */
.SelectedItem {
  background-color: #474747;
}

/**
    * This automatically resizes images when they're too large to fit in their container.
    * It may override any user-defined width/height on images. If the behavior is unwanted,
    * consider changing this declaration to a class (e.g. '.img-responsive') which you can
    * apply as desired.
    */
img {
  max-width: 100%;
  height: auto !important;
}

/**
    * Sometimes images should not be resized. This class can be used as a wrapper or directly
    * on the image to avoid the resizing.
    */
img.ImgNoResize,
.ImgNoResize img {
  max-width: none;
}

/* Give a block of text some extra emphasis.
 * This class also makes the text larger, per UltraWave styles */
.lead {
  margin-bottom: 20px;
}

/* !SASS: shared/masterpage_styles ======================================================= */
/*****************************************************/
/*            !MASTERPAGE ELEMENTS                   */
/*****************************************************/
/* This applies to the loading bar at the top of the page */
.ProgressDiv {
  background-color: #ffdd6f;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*    !Universal search control => MASTERPAGE ELEMENTS      */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.search-field {
  background: #fff url("images/ResponsiveHeaderSprite.png") no-repeat;
  background-position: 7px -16px;
  padding-left: 28px !important;
  color: #777;
  border-color: #ccc;
}

.header-search .TextButton {
  display: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*         !Header Logo => MASTERPAGE ELEMENTS              */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
#masterHeaderImage {
  max-width: 300px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 60px;
  /* The following are needed to hide the text, but allow it to be read by screen readers */
  overflow: hidden;
  float: left;
}
@media (min-width: 768px) {
  #masterHeaderImage {
    background-position: 0 0px;
    width: 300px;
  }
}
.no-mqs #masterHeaderImage {
  background-position: 0 0px;
  width: 300px;
}
#masterHeaderImage svg .cls-1 {
  fill: none;
  stroke: #333;
  stroke-miterlimit: 3.86;
}
#masterHeaderImage svg .cls-2 {
  fill: #333;
}
#masterHeaderImage svg .cls-3 {
  fill: #6bcaba;
}
@media (min-width: 768px) {
  #masterHeaderImage {
    margin-top: 76px;
  }
}
.no-mqs #masterHeaderImage {
  margin-top: 76px;
}
@media (max-width: 991px) {
  #masterHeaderImage {
    margin-top: 20px;
    width: 200px;
  }
}

#masterDonorHeaderImage {
  background-image: url("images/DonorHeaderLogo.png");
  background-repeat: no-repeat;
  width: 60%;
  height: 60px;
  /* The following are needed to hide the text, but allow it to be read by screen readers */
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}
@media (min-width: 768px) {
  #masterDonorHeaderImage {
    width: 169px;
  }
}
.no-mqs #masterDonorHeaderImage {
  width: 169px;
}

/* !Used in the donor site header logo content area */
#masterHeaderActionArea a {
  display: block;
  text-align: center;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*   !On Behalf Of with target set  => MASTERPAGE ELEMENTS  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.ProxyPanelContact {
  background-color: #333;
}
.ProxyPanelContact,
.ProxyPanelContact .obo-label {
  color: #fff;
}
.ProxyPanelContact a {
  color: #c9e6e0;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*   !Sub (Left) Navigation  => MASTERPAGE ELEMENTS         */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
#pagesubnav {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.SubNavPanelHead {
  background-color: #f0edf2;
  color: #313e48;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.SubNavigationSeparator {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ddd;
  height: 1px;
  padding: 0;
  margin: 0;
}

/* !SASS: shared/modules/footer ========================================================== */
/*****************************************************/
/*            !Footer                                */
/*****************************************************/
.footer-nav-copyright {
  padding-top: 1em;
  padding-bottom: 0.35em;
  /* 1em - .65em (bottom margin on nav lis) */
  color: #000;
  font-size: 90%;
}

.copyright-border {
  border-top: 1px solid #e6e6e6;
}

.footer-content {
  padding-top: 40px;
}

.footer-content-section {
  padding: 0 15px 1em;
}

.footer-nav-copyright:before, .footer-nav-copyright:after {
  content: " ";
  display: table;
}
.footer-nav-copyright:after {
  clear: both;
}
.footer-nav-copyright .NavigationUnorderedList,
.footer-nav-copyright .footer-copyright {
  float: left;
  margin: 0;
}
.footer-nav-copyright .footer-copyright {
  display: inline-block;
  margin: 30px 0 20px 0;
}
@media (max-width: 767px) {
  .footer-nav-copyright .footer-social-copyright {
    text-align: center;
  }
}
.footer-nav-copyright .footer-social-copyright .footer-social,
.footer-nav-copyright .footer-social-copyright .footer-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-nav-copyright .footer-social-copyright .footer-social {
    text-align: left;
  }
  .footer-nav-copyright .footer-social-copyright .footer-copyright {
    float: right;
    width: auto;
    clear: right;
  }
}
.no-mqs .footer-nav-copyright .footer-social-copyright .footer-social {
  text-align: left;
}
.no-mqs .footer-nav-copyright .footer-social-copyright .footer-copyright {
  float: right;
  width: auto;
  clear: right;
}

.footer-copyright p {
  margin-bottom: 0;
}

#masterFooterCopyright {
  clear: both;
}

.footer-content {
  background-color: transparent;
  color: #000;
  text-align: left;
}
.footer-content h2 {
  margin-top: 0;
  color: #000;
  border-bottom: none;
}
.footer-content a {
  color: #000;
}

.footer-social {
  padding-top: 15px;
}
.footer-social a {
  margin-right: 0.5em;
}

.footer-promo-container .promo {
  background-color: rgba(0, 0, 0, 0);
  /* rgba fallback */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.075), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.footer-promo-container .lead {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin-bottom: 0.25em;
  font-size: 150%;
  line-height: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-promo-container .lead {
    font-size: 150%;
  }
}
@media (min-width: 992px) {
  .footer-promo-container .lead {
    font-size: 170%;
  }
}
.no-mqs .footer-promo-container .lead {
  font-size: 170%;
}
.footer-promo-container .TextButton {
  background-color: rgba(0, 0, 0, 0);
  /* rgba fallback */
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.footer-promo-container .TextButton:hover {
  background-color: rgba(0, 0, 0, 0);
  /* rgba fallback */
  background-color: rgba(0, 0, 0, 0.8);
}

.footer-nav-copyright {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.31);
}
.footer-nav-copyright a,
.footer-nav-copyright a:visited {
  color: rgba(0, 0, 0, 0.31);
}
.footer-nav-copyright a:hover,
.footer-nav-copyright a:active {
  color: rgba(26, 26, 26, 0.31);
}

/* !Compatibility Footer */
/* Old-style footer (pre-responsive) */
#ft {
  background-color: #ffffff;
  color: #000;
  background-image: url(images/wsmabackgroundlogo.svg);
  background-repeat: no-repeat;
  background-size: 840px;
  background-position-x: 85%;
  background-position-y: bottom;
}
#ft h4 {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

#masterFooterConnectWithUs {
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.8);
  border-width: 0 1px;
}

#masterFooterContent a,
#masterFooterCopyright a,
#masterFooterNavigation a {
  color: #000;
}
#masterFooterContent a:visited,
#masterFooterCopyright a:visited,
#masterFooterNavigation a:visited {
  color: #000;
}
#masterFooterContent a:hover, #masterFooterContent a:active,
#masterFooterCopyright a:hover,
#masterFooterCopyright a:active,
#masterFooterNavigation a:hover,
#masterFooterNavigation a:active {
  color: black;
}

#masterFooterCopyright {
  border-color: #ddd;
  /* rgba fallback */
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}

/* !SASS: NaturalHeritageSites/navigation/primary-responsive ============================ */
/*****************************************************/
/*            !PRIMARY NAVIGATION                    */
/*****************************************************/
@media (min-width: 768px) {
  .primary-navigation-area .MegaDropDownMenuOuter {
    text-align: right;
  }
}
.no-mqs .primary-navigation-area .MegaDropDownMenuOuter {
  text-align: right;
}

@media (min-width: 768px) {
  .header-bottom-container {
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 555;
  }
}
.no-mqs .header-bottom-container {
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 555;
}

.navbar {
  min-height: 0px;
}
@media (max-width: 767px) {
  .navbar {
    background-color: #ffffff;
  }
}

.navbar-collapse,
.searchbar-collapse {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-collapse,
.searchbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border: none;
    background: none;
  }
}
.no-mqs .navbar-collapse,
.no-mqs .searchbar-collapse {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: none;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    float: right;
    margin-top: 45px;
  }
}
.no-mqs .navbar-collapse.collapse {
  float: right;
  margin-top: 45px;
}

.auth-link-container {
  /* container for the sign in link when the browser is <768px wide */
  padding: 8px 15px;
  text-align: center;
  background-color: #ededed;
}

/* Reset some Telerik defaults */
.RadMenu.RadMenu_WSMA {
  float: none;
  z-index: 1001 !important;
  position: relative;
  /*Move this*/
}
.RadMenu.RadMenu_WSMA:focus {
  outline: none;
}
.RadMenu.RadMenu_WSMA .rmGroup,
.RadMenu.RadMenu_WSMA .rmRootGroup,
.RadMenu.RadMenu_WSMA .rmMultiColumn,
.RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem {
  border: none;
}
.RadMenu.RadMenu_WSMA .rmVertical .rmToggle .rmIcon:before,
.RadMenu.RadMenu_WSMA .rmVertical .rmExpand:before,
.RadMenu.RadMenu_WSMA .rmRightArrow .rmIcon:before,
.RadMenu.RadMenu_WSMA .rmHorizontal .rmToggle .rmIcon:before,
.RadMenu.RadMenu_WSMA .rmHorizontal .rmExpand:before,
.RadMenu.RadMenu_WSMA .rmBottomArrow .rmIcon:before {
  content: none;
}
.RadMenu.RadMenu_WSMA .rmItem,
.RadMenu.RadMenu_WSMA .rmHorizontal > .rmItem,
.RadMenu.RadMenu_WSMA .rmHorizontal > .rmRootScrollGroup > .rmItem,
.RadMenu.RadMenu_WSMA .rmLink {
  float: none;
}
.RadMenu.RadMenu_WSMA .rmLink {
  padding: 0px;
}
.RadMenu.RadMenu_WSMA .rmText {
  display: inline-block;
  vertical-align: top;
}
.RadMenu.RadMenu_WSMA .rmRootGroup .rmRootLink .rmToggle,
.RadMenu.RadMenu_WSMA .rmToggle {
  width: auto;
}
.RadMenu.RadMenu_WSMA .rmToggle,
.RadMenu.RadMenu_WSMA .rmToggle .rmIcon,
.RadMenu.RadMenu_WSMA .rmRootGroup .rmRootLink .rmToggle {
  position: static;
}
.RadMenu.RadMenu_WSMA .rmGroup .rmContent,
.RadMenu.RadMenu_WSMA .rmRootGroup .rmContent {
  padding: 0;
}
.RadMenu.RadMenu_WSMA .RadSiteMap,
.RadMenu.RadMenu_WSMA .RadSiteMap .rsmItem,
.RadMenu.RadMenu_WSMA .RadSiteMap .rsmTwoLevels .rsmItem {
  font-size: inherit;
}
.RadMenu.RadMenu_WSMA ul {
  margin: 0;
  padding: 0;
}
.RadMenu.RadMenu_WSMA .rmItem,
.RadMenu.RadMenu_WSMA .rsmItem {
  list-style: none;
}
.RadMenu.RadMenu_WSMA .rmDisabled > a,
.RadMenu.RadMenu_WSMA .rsmDisabled > a {
  cursor: default;
}
.RadMenu.RadMenu_WSMA .rmItem {
  width: auto;
  clear: both;
  text-align: left;
}
.RadMenu.RadMenu_WSMA .rmText,
.RadMenu.RadMenu_WSMA .rmHorizontal .rmText,
.RadMenu.RadMenu_WSMA .rmSlide .rmText {
  padding: 8px 15px;
}
@media (max-width: 991px) {
  .RadMenu.RadMenu_WSMA .rmText,
.RadMenu.RadMenu_WSMA .rmHorizontal .rmText,
.RadMenu.RadMenu_WSMA .rmSlide .rmText {
    padding: 8px 8px;
  }
}
.RadMenu.RadMenu_WSMA .rmSlide .MegaDropDownMenuOuter > .rmText {
  /* when mega menus are on, don't add padding around the rmText */
  padding: 0;
}
.RadMenu.RadMenu_WSMA .rmSlide .rmText {
  /* give space for the expand arrow */
  padding-right: 40px;
}
.RadMenu.RadMenu_WSMA .rmSlide .rmGroup {
  position: relative;
  box-shadow: 1px 2px 5px #cccccc;
}
.RadMenu.RadMenu_WSMA .rsmItem {
  padding: 5px 15px;
  margin: 0;
}
.RadMenu.RadMenu_WSMA .rsmLink,
.RadMenu.RadMenu_WSMA .rsmOneLevel .rsmItem .rsmLink {
  padding: 0;
}
.RadMenu.RadMenu_WSMA .rsmTwoLevels .rsmItem .rsmItem,
.RadMenu.RadMenu_WSMA .rsmTwoLevels .rsmLevel1 .rsmLink,
.RadMenu.RadMenu_WSMA .rsmThreeLevels .rsmItem .rsmItem,
.RadMenu.RadMenu_WSMA .rsmThreeLevels .rsmLevel1 .rsmLink {
  /* make sure second-level rsm items are lined up properly */
  padding-left: 0;
  margin-right: 15px;
  font-weight: 500;
  font-size: 120%;
}
.RadMenu.RadMenu_WSMA .rsmTwoLevels .rsmItem .rsmItem,
.RadMenu.RadMenu_WSMA .rsmTwoLevels .rsmLevel2 .rsmLink,
.RadMenu.RadMenu_WSMA .rsmThreeLevels .rsmItem .rsmItem,
.RadMenu.RadMenu_WSMA .rsmThreeLevels .rsmLevel2 .rsmLink {
  /* make sure second-level rsm items are lined up properly */
  padding-left: 0;
  margin-right: 15px;
  font-weight: 300;
  font-size: 100%;
}
.RadMenu.RadMenu_WSMA .rsmTwoLevels .rsmLink {
  margin-bottom: 0;
}
.RadMenu.RadMenu_WSMA .rsmColumn {
  /* for multiple columns on the mega menu */
  display: inline-block;
  vertical-align: top;
  padding-right: 4px;
}
@media (max-width: 480px) {
  .RadMenu.RadMenu_WSMA .rsmColumn {
    /* on very small screens drop mega menu columns to one */
    width: 100% !important;
  }
}
.RadMenu.RadMenu_WSMA .rsmColumnWrap {
  margin-bottom: 0;
}
.RadMenu.RadMenu_WSMA .rsmThreeLevels .rsmLevel1 .rsmLink,
.RadMenu.RadMenu_WSMA .rsmThreeLevels .rsmLevel1 .rsmTemplate,
.RadMenu.RadMenu_WSMA .rsmTwoLevels .rsmLevel1 .rsmLink,
.RadMenu.RadMenu_WSMA .rsmTwoLevels .rsmLevel1 .rsmTemplate,
.RadMenu.RadMenu_WSMA .rsmOneLevel .rsmItem .rsmLink,
.RadMenu.RadMenu_WSMA .rsmOneLevel .rsmItem .rsmTemplate {
  display: block;
}
.RadMenu.RadMenu_WSMA .rsmOneLevel .rsmItem .rsmLink,
.RadMenu.RadMenu_WSMA .rsmOneLevel .rsmItem .rsmTemplate {
  white-space: nowrap;
}
.RadMenu.RadMenu_WSMA .rmLink,
.RadMenu.RadMenu_WSMA .rsmLink {
  text-decoration: none;
  display: block;
  position: relative;
  /* required for the menu to work in IE */
}
.RadMenu.RadMenu_WSMA .rsmColumnWrap .rsmLevel1 .rsmLink,
.RadMenu.RadMenu_WSMA .rsmColumnWrap .rsmLevel1 .rsmTemplate {
  padding: 0;
  margin: 0;
}
.RadMenu.RadMenu_WSMA .rmGroup .rmText {
  margin: 0;
}
.RadMenu.RadMenu_WSMA .rmRootLink.rmSelected {
  /* root item selected styles */
  color: #f0d283;
  background-color: transparent;
}
.RadMenu.RadMenu_WSMA .rsmTwoLevels > .rsmItem > .rsmLink,
.RadMenu.RadMenu_WSMA .rsmThreeLevels > .rsmItem > .rsmLink {
  color: #6bcaba;
  border: none;
  font-size: 150%;
  font-weight: 300;
}
.RadMenu.RadMenu_WSMA .rsmTwoLevels > .rsmItem > .rsmLink:active, .RadMenu.RadMenu_WSMA .rsmTwoLevels > .rsmItem > .rsmLink::visited,
.RadMenu.RadMenu_WSMA .rsmThreeLevels > .rsmItem > .rsmLink:active,
.RadMenu.RadMenu_WSMA .rsmThreeLevels > .rsmItem > .rsmLink::visited {
  color: #6bcaba;
}
.RadMenu.RadMenu_WSMA .rmRootLink.rmExpanded,
.RadMenu.RadMenu_WSMA .rmRootLink:hover,
.RadMenu.RadMenu_WSMA .rmRootLink.rmFocused {
  /* root item hover and focus styles */
  background-color: transparent;
  color: #6bcaba;
}
.RadMenu.RadMenu_WSMA .rmGroup {
  background-color: #ffffff;
}
.RadMenu.RadMenu_WSMA .rmDisabled > .rmLink,
.RadMenu.RadMenu_WSMA .rsmDisabled > .rsmLink {
  color: #333;
}
.RadMenu.RadMenu_WSMA .rmDisabled > .rmLink:hover, .RadMenu.RadMenu_WSMA .rmDisabled > .rmLink:active,
.RadMenu.RadMenu_WSMA .rsmDisabled > .rsmLink:hover,
.RadMenu.RadMenu_WSMA .rsmDisabled > .rsmLink:active {
  background-color: transparent;
  color: #333;
}
.RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem {
  position: relative;
}
.RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem > .rmLink {
  color: #313e48;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .Wrapper-HomePage .RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem > .rmLink {
    color: #313e48;
  }
}
.Wrapper-HomePage .no-mqs .RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem > .rmLink {
  color: #313e48;
}
@media (max-width: 991px) {
  .RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem > .rmLink {
    font-size: 100%;
  }
}
.RadMenu.RadMenu_WSMA .rmToggle,
.RadMenu.RadMenu_WSMA .rmRootGroup .rmRootLink .rmToggle {
  /* a clickable target to expand multi-level navigaiton */
  display: inline-block;
  height: 100%;
}
.RadMenu.RadMenu_WSMA .rmToggle .rmIcon,
.RadMenu.RadMenu_WSMA .rmRootGroup .rmRootLink .rmToggle .rmIcon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 23px;
  height: 15px;
  background-image: url("images/responsivenav.png");
  background-repeat: no-repeat;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
.RadMenu.RadMenu_WSMA .rmLink:hover .rmToggle > .rmIcon,
.RadMenu.RadMenu_WSMA .rmLink.rmFocused .rmToggle > .rmIcon,
.RadMenu.RadMenu_WSMA .rmSelected > .rmLink .rmToggle > .rmIcon,
.RadMenu.RadMenu_WSMA .rmFocused > .rmLink.rmRootLink .rmToggle > .rmIcon,
.RadMenu.RadMenu_WSMA .rmExpanded > .rmLink .rmToggle > .rmIcon,
.RadMenu.RadMenu_WSMA .rmSlide .rmLink .rmToggle > .rmIcon {
  background-position: 0 -26px;
}
.RadMenu.RadMenu_WSMA .rmExpanded > .rmLink > .rmToggle > .rmIcon,
.RadMenu.RadMenu_WSMA .rmExpanded > .rmToggle > .rmIcon {
  transform: rotate(180deg);
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* !2nd and 3rd level navigation (dropdown menus) => PRIMARY NAVIGATION    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.RadMenu_WSMA .rmSlide {
  display: none;
  /* hide the sub nav until requested */
  position: absolute;
  height: auto !important;
}
.RadMenu_WSMA .rmSlide .rmItem {
  float: none;
  display: block;
}
.RadMenu_WSMA .rmSlide .rmText {
  float: none;
}
.RadMenu_WSMA .rmSlide .rmLink,
.RadMenu_WSMA .rmSlide .rsmLink {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 124%;
  font-weight: normal;
}
.RadMenu_WSMA .rmSlide .rmSeparator,
.RadMenu_WSMA .rmSlide .rmVertical > .rmSeparator,
.RadMenu_WSMA .rmSlide .MegaDropDownMenuSeperator > .rsmLink {
  border-bottom: 1px solid #ffffff;
}
.RadMenu_WSMA .rmSlide .rmSeparator,
.RadMenu_WSMA .rmSlide .rmVertical > .rmSeparator {
  margin: 0 15px;
}
.RadMenu_WSMA .rmSlide .rmFocused > .rmLink,
.RadMenu_WSMA .rmSlide .rmSelected > .rmLink,
.RadMenu_WSMA .rmSlide .rsmSelected > .rsmLink,
.RadMenu_WSMA .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
  background-color: transparent;
  color: #6bcaba;
}
.RadMenu_WSMA .rmSlide .rmLink:hover, .RadMenu_WSMA .rmSlide .rmLink:focus, .RadMenu_WSMA .rmSlide .rmLink.rmFocused,
.RadMenu_WSMA .rmSlide .rsmLink:hover,
.RadMenu_WSMA .rmSlide .rsmLink:focus,
.RadMenu_WSMA .rmSlide .rsmLink.rmFocused,
.RadMenu_WSMA .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink .rsmThreeLevels > .rsmItem > .rsmLink:hover,
.RadMenu_WSMA .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink .rsmThreeLevels > .rsmItem > .rsmLink:focus,
.RadMenu_WSMA .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink .rsmThreeLevels > .rsmItem > .rsmLink.rmFocused {
  background-color: transparent;
  color: #6bcaba;
  text-decoration: none;
}
.RadMenu_WSMA .rmSlide.rmLevel1 .rmGroup {
  /* for second-level sub-nav and beyond,
       * we want to indent the nav to give separation */
  margin-left: 0;
}
.RadMenu_WSMA .rmSlide .rmExpandRight,
.RadMenu_WSMA .rmSlide .rmGroup a.rmLink.rmExpandRight {
  background-image: url("images/ResponsiveNav.png");
  background-position: 110% -200px;
  background-repeat: no-repeat;
}
.RadMenu_WSMA .rmSlide .MegaDropDownMenu {
  padding-top: 25px;
  padding-left: 20px;
  padding-bottom: 45px;
}
.RadMenu_WSMA .rmSlide .rsmTwoLevels > .rsmItem {
  margin-bottom: 0.5em;
}
.RadMenu_WSMA .rmSlide .MegaDropDownMenuSeperator .rsmLink {
  padding: 0;
}
@media (max-width: 767px) {
  .RadMenu_WSMA .rmSlide {
    width: 100% !important;
    left: 0 !important;
  }
  .RadMenu_WSMA .rmSlide ul.rmVertical,
.RadMenu_WSMA .rmSlide ul.rmHorizontal,
.RadMenu_WSMA .rmSlide ul.rmRootScrollGroup {
    float: none;
  }
  .RadMenu_WSMA .rmSlide .rmSlide {
    /* for right expanded items, expand below on extra small screens */
    left: 0 !important;
    margin-top: 64px;
  }
  .RadMenu_WSMA .rmSlide .rmToggleHandles .rmSlide .rmText {
    /* if we have toggles on we don't want to add the extra padding */
    padding-right: 15px;
  }
  .RadMenu_WSMA .rmSlide .rmToggleHandles .rmExpandRight,
.RadMenu_WSMA .rmSlide .rmToggleHandles .rmGroup a.rmText.rmExpandRight {
    /* if toggle handles are on we don't want to display the arrow twice*/
    background-image: none;
  }
}

@media (min-width: 768px) {
  .RadMenu.RadMenu_WSMA {
    float: right;
    /* Make sure mega menus with two levels are an adequate width */
  }
  .RadMenu.RadMenu_WSMA .rmItem {
    white-space: nowrap;
  }
  .RadMenu.RadMenu_WSMA .rmRootGroup {
    width: auto;
    display: inline-block;
  }
  .RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem {
    float: left;
    clear: none;
  }
  .RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem > .rmLink {
    margin: 0 0 -8px 0;
    padding-bottom: 16px;
  }
  .RadMenu.RadMenu_WSMA .rmRootLink {
    border-bottom: 4px solid transparent;
  }
  .RadMenu.RadMenu_WSMA .rmRootLink.rmSelected,
.RadMenu.RadMenu_WSMA .rmRootLink.rmExpanded,
.RadMenu.RadMenu_WSMA .rmRootLink:hover,
.RadMenu.RadMenu_WSMA .rmRootLink:focus,
.RadMenu.RadMenu_WSMA .rmRootLink.rmFocused {
    border-bottom: 4px solid #6bcaba;
  }
  .RadMenu.RadMenu_WSMA .rmSlide {
    margin-top: 8px;
    min-width: 1170px;
    right: 0 !important;
  }
  .RadMenu.RadMenu_WSMA .rmSlide .rmGroup {
    margin: 0;
  }
  .RadMenu.RadMenu_WSMA .rmSlide .rmItem {
    float: none;
    display: block;
  }
  .RadMenu.RadMenu_WSMA .rmSlide .rmLink {
    margin: 0;
  }
  .RadMenu.RadMenu_WSMA .rmToggle,
.RadMenu.RadMenu_WSMA .rmRootGroup .rmRootLink .rmToggle {
    display: none;
  }
  .RadMenu.RadMenu_WSMA .rsmTwoLevels {
    /*Standard Width*/
    min-width: 1170px !important;
  }
  .RadMenu.RadMenu_WSMA .rsmLevel1 > .rsmItem > .rsmLink {
    font-weight: 600 !important;
    padding-bottom: 0px;
    padding-top: 20px;
    color: #004851;
  }
  .RadMenu.RadMenu_WSMA .rsmLevel1 > .rsmItem > .rsmLink:hover, .RadMenu.RadMenu_WSMA .rsmLevel1 > .rsmItem > .rsmLink:active, .RadMenu.RadMenu_WSMA .rsmLevel1 > .rsmItem > .rsmLink:focus,
.RadMenu.RadMenu_WSMA .rsmLevel2 > .rsmItem > .rsmLink:hover,
.RadMenu.RadMenu_WSMA .rsmLevel2 > .rsmItem > .rsmLink:active,
.RadMenu.RadMenu_WSMA .rsmLevel2 > .rsmItem > .rsmLink:focus {
    color: #6bcaba;
  }
}
.no-mqs .RadMenu.RadMenu_WSMA {
  float: right;
  /* Make sure mega menus with two levels are an adequate width */
}
.no-mqs .RadMenu.RadMenu_WSMA .rmItem {
  white-space: nowrap;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmRootGroup {
  width: auto;
  display: inline-block;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem {
  float: left;
  clear: none;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmRootGroup > .rmItem > .rmLink {
  margin: 0 0 -8px 0;
  padding-bottom: 16px;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmRootLink {
  border-bottom: 4px solid transparent;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmRootLink.rmSelected,
.no-mqs .RadMenu.RadMenu_WSMA .rmRootLink.rmExpanded,
.no-mqs .RadMenu.RadMenu_WSMA .rmRootLink:hover,
.no-mqs .RadMenu.RadMenu_WSMA .rmRootLink:focus,
.no-mqs .RadMenu.RadMenu_WSMA .rmRootLink.rmFocused {
  border-bottom: 4px solid #6bcaba;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmSlide {
  margin-top: 8px;
  min-width: 1170px;
  right: 0 !important;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmSlide .rmGroup {
  margin: 0;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmSlide .rmItem {
  float: none;
  display: block;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmSlide .rmLink {
  margin: 0;
}
.no-mqs .RadMenu.RadMenu_WSMA .rmToggle,
.no-mqs .RadMenu.RadMenu_WSMA .rmRootGroup .rmRootLink .rmToggle {
  display: none;
}
.no-mqs .RadMenu.RadMenu_WSMA .rsmTwoLevels {
  /*Standard Width*/
  min-width: 1170px !important;
}
.no-mqs .RadMenu.RadMenu_WSMA .rsmLevel1 > .rsmItem > .rsmLink {
  font-weight: 600 !important;
  padding-bottom: 0px;
  padding-top: 20px;
  color: #004851;
}
.no-mqs .RadMenu.RadMenu_WSMA .rsmLevel1 > .rsmItem > .rsmLink:hover, .no-mqs .RadMenu.RadMenu_WSMA .rsmLevel1 > .rsmItem > .rsmLink:active, .no-mqs .RadMenu.RadMenu_WSMA .rsmLevel1 > .rsmItem > .rsmLink:focus,
.no-mqs .RadMenu.RadMenu_WSMA .rsmLevel2 > .rsmItem > .rsmLink:hover,
.no-mqs .RadMenu.RadMenu_WSMA .rsmLevel2 > .rsmItem > .rsmLink:active,
.no-mqs .RadMenu.RadMenu_WSMA .rsmLevel2 > .rsmItem > .rsmLink:focus {
  color: #6bcaba;
}

.RadMenu_Default .rmSlide .rmItem span.rmText {
  margin-left: 30px;
}

/* !SASS: NaturalHeritageSites/navigation/secondary-responsive ========================== */
/*****************************************************/
/*            !Secondary Navigation                  */
/*****************************************************/
/**** Telerik overrides ****/
.RadTreeView.RadTreeView_WSMA {
  white-space: normal;
  padding-bottom: 30px;
  font-size: 14px !important;
  color: #333;
}
.RadTreeView.RadTreeView_WSMA .rtLI,
.RadTreeView.RadTreeView_WSMA .rtTop,
.RadTreeView.RadTreeView_WSMA .rtMid,
.RadTreeView.RadTreeView_WSMA .rtBot {
  padding: 0;
}
.RadTreeView.RadTreeView_WSMA .rtIn {
  display: block;
}
.RadTreeView.RadTreeView_WSMA .rtTop,
.RadTreeView.RadTreeView_WSMA .rtMid,
.RadTreeView.RadTreeView_WSMA .rtBot {
  border-left: 5px solid transparent;
}
.RadTreeView.RadTreeView_WSMA .rtTop .rtSelected,
.RadTreeView.RadTreeView_WSMA .rtMid .rtSelected,
.RadTreeView.RadTreeView_WSMA .rtBot .rtSelected {
  border-left: 5px solid #8cdbd0;
}
.RadTreeView.RadTreeView_WSMA .rtTop:hover, .RadTreeView.RadTreeView_WSMA .rtTop:active, .RadTreeView.RadTreeView_WSMA .rtTop:focus,
.RadTreeView.RadTreeView_WSMA .rtMid:hover,
.RadTreeView.RadTreeView_WSMA .rtMid:active,
.RadTreeView.RadTreeView_WSMA .rtMid:focus,
.RadTreeView.RadTreeView_WSMA .rtBot:hover,
.RadTreeView.RadTreeView_WSMA .rtBot:active,
.RadTreeView.RadTreeView_WSMA .rtBot:focus {
  border-left: 5px solid #8cdbd0;
  background: rgba(255, 255, 255, 0.3);
}
.RadTreeView.RadTreeView_WSMA .rtIn,
.RadTreeView.RadTreeView_WSMA .rtHover .rtIn,
.RadTreeView.RadTreeView_WSMA .rtSelected .rtIn {
  padding: 10px 10px;
  border: none;
}
.RadTreeView.RadTreeView_WSMA .rtSelected > a.rtIn,
.RadTreeView.RadTreeView_WSMA .child-is-selected.rtIn {
  color: #313e48;
  border-bottom: 1px solid white;
}
.RadTreeView.RadTreeView_WSMA .rtSelected > a.rtIn:hover, .RadTreeView.RadTreeView_WSMA .rtSelected > a.rtIn:active, .RadTreeView.RadTreeView_WSMA .rtSelected > a.rtIn:focus {
  background-color: transparent;
}
.RadTreeView.RadTreeView_WSMA .rtUL {
  width: 100%;
}
.RadTreeView.RadTreeView_WSMA .rtUL .rtUL {
  padding-left: 10px;
}
.RadTreeView.RadTreeView_WSMA > .rtUL > .rtLI {
  /* add a separator border to the first-level sub-nav items only */
}
.RadTreeView.RadTreeView_WSMA > .rtUL > .rtLI .rtLI .rtIn {
  /* children should have less padding */
  padding: 5px 10px;
}
.RadTreeView.RadTreeView_WSMA > .rtUL > .rtLI > .rtUL {
  /* this makes the children section padding even */
  padding-right: 10px;
  padding-bottom: 10px;
}
.RadTreeView.RadTreeView_WSMA > .rtUL {
  /* add a boundary for hovered navs */
  margin: 0 1px 1px 1px;
}
.RadTreeView.RadTreeView_WSMA .rtSp,
.RadTreeView.RadTreeView_WSMA .rtPlus,
.RadTreeView.RadTreeView_WSMA .rtMinus {
  /* we don't want to display the expand/collapse icons in this theme */
  display: none;
}
.RadTreeView.RadTreeView_WSMA a.rtIn {
  color: #333;
  margin: 0 20px 0 15px;
  border-bottom: 1px solid white;
}
.RadTreeView.RadTreeView_WSMA a.rtIn:hover, .RadTreeView.RadTreeView_WSMA a.rtIn:active, .RadTreeView.RadTreeView_WSMA a.rtIn:focus {
  border-bottom: 1px solid white;
  color: #313e48;
}

.nav-secondary {
  background-color: #94d4ca;
  margin-bottom: 1em;
}
.nav-secondary .sub-nav-head {
  background-color: #94d4ca;
  color: #313e48;
  font-weight: 400;
  font-size: 155%;
  padding: 25px 0 10px 0;
  margin: 0 20px;
  border-bottom: 3px solid white;
  line-height: 25px;
}
.nav-secondary .SubNavigationSeparator {
  border: none;
  height: 4px;
  background-color: #fff;
}
.nav-secondary .SubNavigationSeparator .rtIn {
  padding: 0;
  color: #666;
}

/* !SASS: NaturalHeritageSites/navigation/auxiliary-responsive ========================== */
/*****************************************************/
/*            !AUXILIARY NAVIGATION                  */
/*****************************************************/
.navbar-header {
  float: right;
}
.navbar-header > div,
.navbar-header > a,
.navbar-header .NavigationUnorderedList,
.navbar-header .NavigationLink {
  display: block;
  vertical-align: right;
  color: #313e48;
}
.Wrapper-HomePage .navbar-header > div,
.Wrapper-HomePage .navbar-header > a,
.Wrapper-HomePage .navbar-header .NavigationUnorderedList,
.Wrapper-HomePage .navbar-header .NavigationLink {
  color: #313e48;
}
@media (max-width: 767px) {
  .navbar-header .NavigationUnorderedList {
    display: none !important;
  }
}

.navbar-toggle {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
  vertical-align: middle;
  background-color: #333;
  border-color: transparent;
  border-radius: 0px;
}
.navbar-toggle.collapsed {
  background-color: #333;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #666;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.header-container .nav-auxiliary .TextButton,
.header-container .nav-auxiliary .navbar-toggle {
  margin-left: 10px;
}
.header-container .nav-auxiliary .UtilityAuthentication a {
  color: #313e48;
  font-size: 107%;
  text-decoration: none;
  font-weight: bold;
  padding-top: 5px;
}
.header-container .nav-auxiliary .UtilityAuthentication a:hover, .header-container .nav-auxiliary .UtilityAuthentication a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .header-container .nav-auxiliary .header-social .SocialSprite,
.header-container .nav-auxiliary .auth-link {
    padding: 5px 20px 5px 0;
    color: #313e48;
  }
  .Wrapper-HomePage .header-container .nav-auxiliary .header-social .SocialSprite,
.Wrapper-HomePage .header-container .nav-auxiliary .auth-link {
    color: #313e48;
  }
  .header-container .nav-auxiliary .NavigationListItem {
    display: inline-flex;
    color: #313e48;
  }
  .Wrapper-HomePage .header-container .nav-auxiliary .NavigationListItem {
    color: #313e48;
  }
  .header-container .nav-auxiliary .NavigationListItem.btn {
    background-color: #6bcaba;
    font-size: 18px !important;
    border: none;
  }
  .header-container .nav-auxiliary .NavigationListItem.btn .NavigationLink {
    color: #fff;
  }
  .header-container .nav-auxiliary .auth-link-container-sm {
    line-height: 2;
  }
  .header-container .nav-auxiliary .NavigationLink {
    padding: 0 20px;
  }
}
.no-mqs .header-container .nav-auxiliary .header-social .SocialSprite,
.no-mqs .header-container .nav-auxiliary .auth-link {
  padding: 5px 20px 5px 0;
  color: #313e48;
}
.Wrapper-HomePage .no-mqs .header-container .nav-auxiliary .header-social .SocialSprite,
.Wrapper-HomePage .no-mqs .header-container .nav-auxiliary .auth-link {
  color: #313e48;
}
.no-mqs .header-container .nav-auxiliary .NavigationListItem {
  display: inline-flex;
  color: #313e48;
}
.Wrapper-HomePage .no-mqs .header-container .nav-auxiliary .NavigationListItem {
  color: #313e48;
}
.no-mqs .header-container .nav-auxiliary .NavigationListItem.btn {
  background-color: #6bcaba;
  font-size: 18px !important;
  border: none;
}
.no-mqs .header-container .nav-auxiliary .NavigationListItem.btn .NavigationLink {
  color: #fff;
}
.no-mqs .header-container .nav-auxiliary .auth-link-container-sm {
  line-height: 2;
}
.no-mqs .header-container .nav-auxiliary .NavigationLink {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .header-container .nav-auxiliary .header-social .SocialSprite,
.header-container .nav-auxiliary .auth-link {
    padding: 5px 7px 5px 0;
    line-height: 2.1;
    color: #313e48;
  }
  .Wrapper-HomePage .header-container .nav-auxiliary .header-social .SocialSprite,
.Wrapper-HomePage .header-container .nav-auxiliary .auth-link {
    color: #fff;
  }
  .header-container .nav-auxiliary .NavigationListItem {
    display: inline-flex;
    color: #313e48;
  }
  .Wrapper-HomePage .header-container .nav-auxiliary .NavigationListItem {
    color: #fff;
  }
  .header-container .nav-auxiliary .NavigationListItem.btn {
    background-color: #6bcaba;
    font-size: 85% !important;
    border: none;
  }
  .header-container .nav-auxiliary .NavigationListItem.btn .NavigationLink {
    color: #fff;
  }
  .header-container .nav-auxiliary .auth-link-container-sm {
    line-height: 2.1;
  }
  .header-container .nav-auxiliary .NavigationLink {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .header-container .nav-auxiliary {
    margin-top: 5px;
  }
}
.header-container .nav-auxiliary .nav-image {
  vertical-align: baseline;
  padding-right: 8px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*     !Cart item count => AUXILIARY NAVIGATION             */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* By default, put parentheses around the cart item count.
 * This is overwritten when the class "nav-aux-cart" is applied.
 */
.cartCenter span:before {
  content: "(";
}
.cartCenter span:after {
  content: ")";
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*  !Auxiliary toggle buttons => AUXILIARY NAVIGATION       */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Toggles that display on x-small screens to display the primary nav and search */
.navbar-toggle {
  float: none;
  padding: 5px;
}
.navbar-toggle .icon-bar {
  height: 3px;
  border-radius: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle .icon-search {
  display: inline-block;
  float: left;
  background: transparent url("images/ResponsiveHeaderSprite.png") 0 0px no-repeat;
  width: 22px;
  height: 19px;
  margin: 0;
  /* this makes it line up properly with the hamburger */
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*     !Auxiliary button links => AUXILIARY NAVIGATION      */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* These links are styled like the toggles (search & hamburger buttons) */
.nav-auxiliary .nav-aux-button {
  /* Cart Item Flag indicating how many items are in your cart */
}
.nav-auxiliary .nav-aux-button .NavigationLink {
  /* This makes the link look like the toggle buttons */
  background-color: #333;
  margin-left: 10px;
  padding: 5px;
  margin-top: 3.5px;
  margin-bottom: 3.5px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.nav-auxiliary .nav-aux-button .NavigationLink:hover, .nav-auxiliary .nav-aux-button .NavigationLink:focus {
  background-color: #666;
}
.nav-auxiliary .nav-aux-button .NavigationLink:active {
  background-color: #333;
}
.nav-auxiliary .nav-aux-button.NavigationListItem {
  position: relative;
  /* this is required for the cart indicator placement */
}
.nav-auxiliary .nav-aux-button.nav-aux-account .nav-text, .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
  /* hide the cart text on small devices */
  display: inline-block;
  white-space: nowrap;
  float: left;
  overflow: hidden;
  width: 22px;
  height: 19px;
  padding-left: 22px;
}
.nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
  background: transparent url("images/ResponsiveHeaderSprite.png") 0 -125px no-repeat;
}
@media (min-width: 768px) {
  .nav-auxiliary .nav-aux-button.nav-aux-account .NavigationLink {
    background: none;
    padding: 0;
  }
  .nav-auxiliary .nav-aux-button.nav-aux-account a:hover .nav-text,
.nav-auxiliary .nav-aux-button.nav-aux-account a:focus .nav-text {
    text-decoration: underline;
  }
  .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
    color: #313e48;
    padding: 0 0 0 30px;
    width: auto;
  }
}
.no-mqs .nav-auxiliary .nav-aux-button.nav-aux-account .NavigationLink {
  background: none;
  padding: 0;
}
.no-mqs .nav-auxiliary .nav-aux-button.nav-aux-account a:hover .nav-text,
.no-mqs .nav-auxiliary .nav-aux-button.nav-aux-account a:focus .nav-text {
  text-decoration: underline;
}
.no-mqs .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
  color: #313e48;
  padding: 0 0 0 30px;
  width: auto;
}
.nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
  background: transparent url("images/ResponsiveHeaderSprite.png") 0 -75px no-repeat;
}
.nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
  /* left postion is padding plus placement */
  position: absolute;
  top: 1px;
  left: 7.5px;
  text-align: center;
  line-height: 1;
  width: 1.6em;
}
.nav-auxiliary .nav-aux-button.nav-aux-cart .cartCenter {
  color: #333;
  background-color: #004851;
  border-radius: 2px;
  font-size: 78%;
  line-height: 1;
  padding: 0 2px 1px;
  box-shadow: -1px 1px 0 rgba(34, 34, 34, 0.6);
}
.nav-auxiliary .nav-aux-button.nav-aux-cart .cartCenter span:before,
.nav-auxiliary .nav-aux-button.nav-aux-cart .cartCenter span:after {
  /* Clear the parentheses put around the item count by default */
  content: none;
}
@media (max-width: 767px) {
  .nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
    /* This is the flag indicating how many items are in your cart */
    left: 7.5px;
    /*($navbar-padding-horizontal + 9 + 5)*/
    top: 2px;
  }
  .nav-auxiliary .nav-aux-button.nav-aux-cart .cartCenter {
    background-color: #004851;
    color: #333;
  }
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*     !Utility Account Area => AUXILIARY NAVIGATION        */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.UtilityAccountArea {
  float: left;
  margin-top: 3px;
}
.UtilityAccountArea .account-toggle .nav-text {
  vertical-align: middle;
}

.UtilityNavigation .account-menu > li > a,
.UtilityNavigation .account-menu > li > a:hover,
.UtilityNavigation .account-menu > li > a:visited,
.UtilityNavigation .account-menu > li > a:active {
  color: #313e48;
}

.account-menu .profile-picture-wrapper img {
  border-radius: 0;
  width: 31px;
}
@media (max-width: 767px) {
  .account-menu {
    margin-top: -8px;
  }
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* !Easy Edit & On Behalf of toggles => AUXILIARY NAVIGATION*/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
a.ste-toggle,
a.ste-toggle:hover,
a.ste-toggle:focus {
  background-color: rgba(255, 255, 255, 0.9);
  width: 34px;
  height: 31px;
  border-radius: 0;
  margin-left: -5px;
}

.obo-toggle,
.obo-toggle:hover,
.obo-toggle:focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  margin-top: 3px;
  width: 34px;
  height: 31px;
}
@media (min-width: 768px) {
  .obo-toggle,
.obo-toggle:hover,
.obo-toggle:focus {
    margin-top: 2px;
  }
}
.no-mqs .obo-toggle,
.no-mqs .obo-toggle:hover,
.no-mqs .obo-toggle:focus {
  margin-top: 2px;
}

.obo-toggle.on,
.ste-toggle.on {
  background-color: #333;
}

.OnBehalfOfContainer {
  width: 100%;
}

.search-container-sm {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.header-search {
  padding: 20px 15px 8px 15px;
  /* Search field is used as toggle button *and* field on larger devices */
}
.header-search > .header-search {
  padding: 0;
  /* don't double the padding */
}
@media (min-width: 768px) {
  .header-search {
    padding: 0 15px;
  }
}
.no-mqs .header-search {
  padding: 0 15px;
}
.header-search .search-field {
  height: 32px;
}
@media (max-width: 767px) {
  .header-search .search-field {
    width: 100%;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .header-search .search-field {
    padding: 0 0 0 7px;
    width: 25px;
    height: 30px;
    padding-left: 34px !important;
    background-position: 7px -17px !important;
    background-color: transparent;
    border: none;
    margin: 0 0 0 -5px;
    transition: width;
    transition-duration: 1s;
  }
  .header-search .search-field:hover {
    cursor: pointer;
    background-color: #666;
    background-position: 7px -17px !important;
  }
  .header-search .search-field:focus {
    background-color: #666;
    background-position: 7px -17px !important;
    width: 200px;
  }
}
.no-mqs .header-search .search-field {
  padding: 0 0 0 7px;
  width: 25px;
  height: 30px;
  padding-left: 34px !important;
  background-position: 7px -17px !important;
  background-color: transparent;
  border: none;
  margin: 0 0 0 -5px;
  transition: width;
  transition-duration: 1s;
}
.no-mqs .header-search .search-field:hover {
  cursor: pointer;
  background-color: #666;
  background-position: 7px -17px !important;
}
.no-mqs .header-search .search-field:focus {
  background-color: #666;
  background-position: 7px -17px !important;
  width: 200px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*     !Auxiliary/Primary switch => AUXILIARY NAVIGATION    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/**
 * A class that allows a navigation to display in the primary nav on xs screens
 * and the auxiliary nav on wider screens.
 * To use this configure the nav item to not be hidden and also display in the
 * auxiliary navigaiton item.
 */
@media (max-width: 767px) {
  .nav-auxiliary .nav-aux-primary-switch,
tr.nav-auxiliary .nav-aux-primary-switch,
th.nav-auxiliary .nav-aux-primary-switch,
td.nav-auxiliary .nav-aux-primary-switch {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .nav-primary .nav-aux-primary-switch,
tr.nav-primary .nav-aux-primary-switch,
th.nav-primary .nav-aux-primary-switch,
td.nav-primary .nav-aux-primary-switch {
    display: none !important;
  }
}
.no-mqs .nav-primary .nav-aux-primary-switch,
.no-mqs tr.nav-primary .nav-aux-primary-switch,
.no-mqs th.nav-primary .nav-aux-primary-switch,
.no-mqs td.nav-primary .nav-aux-primary-switch {
  display: none !important;
}

@media (max-width: 767px) {
  .searchbar-collapse {
    margin-top: 10px;
    width: 100%;
  }
  .searchbar-collapse .header-search {
    padding: 8px 8px 10px 10px;
  }

  .header-container .UtilityNavigation.nav-auxiliary {
    text-align: right;
  }
}
/* !SASS: shared/icon_sprite ============================================================= */
/*****************************************************/
/*                    !ICONS                         */
/*****************************************************/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !On Behalf Of Icons => Icons           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.obo-action {
  background-image: url("images/OboSprite.png");
}

.obo-action.obo-change-contact, .obo-action.obo-change-contact[disabled]:hover, .obo-action.obo-change-contact.Disabled:hover, .obo-action.obo-change-contact.aspNetDisabled:hover, a.aspNetDisabled:hover .obo-action.obo-change-contact {
  background-position: 0px 0;
}
.obo-action.obo-change-contact:hover, .obo-action.obo-change-contact:focus, a:hover .obo-action.obo-change-contact, a:focus .obo-action.obo-change-contact {
  background-position: 0px -35px;
}

.obo-action.obo-clear, .obo-action.obo-clear[disabled]:hover, .obo-action.obo-clear.Disabled:hover, .obo-action.obo-clear.aspNetDisabled:hover, a.aspNetDisabled:hover .obo-action.obo-clear {
  background-position: -35px 0;
}
.obo-action.obo-clear:hover, .obo-action.obo-clear:focus, a:hover .obo-action.obo-clear, a:focus .obo-action.obo-clear {
  background-position: -35px -35px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !Social Icons => Icons                 */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.SocialSprite {
  background-image: url(images/SocialSprite.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: top;
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.2s ease-out;
}
.SocialSprite.LargeButtons {
  width: 32px;
  height: 32px;
}
.SocialSprite:hover, .SocialSprite:focus, .SocialSprite:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:hover, a:hover .SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:focus, a:focus .SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:active, a:active .SocialSprite.FacebookIcon {
  background-position: 0 0;
  background-color: #3b5998;
}
.SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:hover, a:hover .SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:focus, a:focus .SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:active, a:active .SocialSprite.FacebookIcon.LargeButtons {
  background-position: 0 -80px;
}
.SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:hover, a:hover .SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:focus, a:focus .SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:active, a:active .SocialSprite.TwitterIcon {
  background-position: -40px 0;
  background-color: #00a0d1;
}
.SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:hover, a:hover .SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:focus, a:focus .SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:active, a:active .SocialSprite.TwitterIcon.LargeButtons {
  background-position: -40px -80px;
}
.SocialSprite.LinkedInIcon, .SocialSprite.LinkedInIcon:hover, a:hover .SocialSprite.LinkedInIcon, .SocialSprite.LinkedInIcon:focus, a:focus .SocialSprite.LinkedInIcon, .SocialSprite.LinkedInIcon:active, a:active .SocialSprite.LinkedInIcon {
  background-position: -80px 0;
  background-color: #0e76a8;
}
.SocialSprite.LinkedInIcon.LargeButtons, .SocialSprite.LinkedInIcon.LargeButtons:hover, a:hover .SocialSprite.LinkedInIcon.LargeButtons, .SocialSprite.LinkedInIcon.LargeButtons:focus, a:focus .SocialSprite.LinkedInIcon.LargeButtons, .SocialSprite.LinkedInIcon.LargeButtons:active, a:active .SocialSprite.LinkedInIcon.LargeButtons {
  background-position: -80px -80px;
}
.SocialSprite.YouTubeIcon, .SocialSprite.YouTubeIcon:hover, a:hover .SocialSprite.YouTubeIcon, .SocialSprite.YouTubeIcon:focus, a:focus .SocialSprite.YouTubeIcon, .SocialSprite.YouTubeIcon:active, a:active .SocialSprite.YouTubeIcon {
  background-position: -120px 0;
  background-color: #c4302b;
}
.SocialSprite.YouTubeIcon.LargeButtons, .SocialSprite.YouTubeIcon.LargeButtons:hover, a:hover .SocialSprite.YouTubeIcon.LargeButtons, .SocialSprite.YouTubeIcon.LargeButtons:focus, a:focus .SocialSprite.YouTubeIcon.LargeButtons, .SocialSprite.YouTubeIcon.LargeButtons:active, a:active .SocialSprite.YouTubeIcon.LargeButtons {
  background-position: -120px -80px;
}
.SocialSprite.EmailIcon, .SocialSprite.EmailIcon:hover, a:hover .SocialSprite.EmailIcon, .SocialSprite.EmailIcon:focus, a:focus .SocialSprite.EmailIcon, .SocialSprite.EmailIcon:active, a:active .SocialSprite.EmailIcon {
  background-position: -160px 0;
  background-color: #0a629a;
}
.SocialSprite.EmailIcon.LargeButtons, .SocialSprite.EmailIcon.LargeButtons:hover, a:hover .SocialSprite.EmailIcon.LargeButtons, .SocialSprite.EmailIcon.LargeButtons:focus, a:focus .SocialSprite.EmailIcon.LargeButtons, .SocialSprite.EmailIcon.LargeButtons:active, a:active .SocialSprite.EmailIcon.LargeButtons {
  background-position: -160px -80px;
}
.SocialSprite.PinterestIcon, .SocialSprite.PinterestIcon:hover, a:hover .SocialSprite.PinterestIcon, .SocialSprite.PinterestIcon:focus, a:focus .SocialSprite.PinterestIcon, .SocialSprite.PinterestIcon:active, a:active .SocialSprite.PinterestIcon {
  background-position: -200px 0;
  background-color: #0a629a;
}
.SocialSprite.PinterestIcon.LargeButtons, .SocialSprite.PinterestIcon.LargeButtons:hover, a:hover .SocialSprite.PinterestIcon.LargeButtons, .SocialSprite.PinterestIcon.LargeButtons:focus, a:focus .SocialSprite.PinterestIcon.LargeButtons, .SocialSprite.PinterestIcon.LargeButtons:active, a:active .SocialSprite.PinterestIcon.LargeButtons {
  background-position: -200px -80px;
}
.SocialSprite.GPlusIcon, .SocialSprite.GPlusIcon:hover, a:hover .SocialSprite.GPlusIcon, .SocialSprite.GPlusIcon:focus, a:focus .SocialSprite.GPlusIcon, .SocialSprite.GPlusIcon:active, a:active .SocialSprite.GPlusIcon {
  background-position: -240px 0;
  background-color: #db4a39;
}
.SocialSprite.GPlusIcon.LargeButtons, .SocialSprite.GPlusIcon.LargeButtons:hover, a:hover .SocialSprite.GPlusIcon.LargeButtons, .SocialSprite.GPlusIcon.LargeButtons:focus, a:focus .SocialSprite.GPlusIcon.LargeButtons, .SocialSprite.GPlusIcon.LargeButtons:active, a:active .SocialSprite.GPlusIcon.LargeButtons {
  background-position: -240px -80px;
}
.SocialSprite.SkypeIcon, .SocialSprite.SkypeIcon:hover, a:hover .SocialSprite.SkypeIcon, .SocialSprite.SkypeIcon:focus, a:focus .SocialSprite.SkypeIcon, .SocialSprite.SkypeIcon:active, a:active .SocialSprite.SkypeIcon {
  background-position: -280px 0;
  background-color: #00aff0;
}
.SocialSprite.SkypeIcon.LargeButtons, .SocialSprite.SkypeIcon.LargeButtons:hover, a:hover .SocialSprite.SkypeIcon.LargeButtons, .SocialSprite.SkypeIcon.LargeButtons:focus, a:focus .SocialSprite.SkypeIcon.LargeButtons, .SocialSprite.SkypeIcon.LargeButtons:active, a:active .SocialSprite.SkypeIcon.LargeButtons {
  background-position: -280px -80px;
}

/* !SASS: shared/forms ====================================================================*/
/*****************************************************/
/*                      !FORMS                       */
/*****************************************************/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !General Styles => Icons               */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
input,
button,
select,
textarea {
  font-family: "Source Sans Pro", sans-serif;
  outline: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !Form Controls => Icons                */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  height: 39px;
  padding: 5px 10px;
  font-size: 100%;
  line-height: 1.7;
  color: #555555;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=color]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=color]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999999;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999999;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !RadComboBox => Icons                  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* RadComboBox needs the same styles as normal inputs,
 * but has to be done separately due to its structure */
.RadComboBox.RadComboBox_MetroTouch {
  color: #555555;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.RadComboBox.RadComboBox_MetroTouch .rcbInner,
.RadComboBox.RadComboBox_MetroTouch .rcbInner .rcbInput,
.RadComboBox.RadComboBox_MetroTouch .rcbFocused,
.RadComboBox.RadComboBox_MetroTouch .rcbFocused .rcbInput,
.RadComboBox.RadComboBox_MetroTouch .rcbHovered,
.RadComboBox.RadComboBox_MetroTouch .rcbHovered .rcbInput {
  color: #555555;
}
.RadComboBox.RadComboBox_MetroTouch .rcbInner {
  height: 39px;
  padding: 0;
  font-size: 100%;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.RadComboBox.RadComboBox_MetroTouch .rcbInputCell {
  padding: 0;
}
.RadComboBox.RadComboBox_MetroTouch .rcbFocused {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.RadComboBox.RadComboBox_MetroTouch .rcbInput {
  height: 100%;
  padding: 5px 10px;
}
.RadComboBox.RadComboBox_MetroTouch .rcbInner .rcbEmptyMessage,
.RadComboBox.RadComboBox_MetroTouch .rcbHovered .rcbEmptyMessage {
  color: #999999;
}
.RadComboBox.RadComboBox_MetroTouch .rcbActionButton {
  border-radius: 0 0px 0px 0;
}
.RadComboBox.RadComboBox_MetroTouch .rcbActionButton .rcbIcon {
  height: 1.4em;
}

.RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch {
  font: inherit;
}
.RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbItem,
.RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbHovered,
.RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbDisabled,
.RadComboBoxDropDown.RadComboBoxDropDown_MetroTouch .rcbLoading {
  padding-top: 5px;
  padding-bottom: 5px;
}

.RadInput.RadInput.riSingle .riTextBox,
.RadInput.RadInput .riTextBox {
  height: 39px;
  padding: 5px 10px;
  border-color: #ccc;
  font: inherit;
  color: #555555;
}
.RadInput.RadInput.riSingle .riTextBox:focus,
.RadInput.RadInput .riTextBox:focus {
  border-color: #66afe9;
}

.RadUpload.RadUpload .ruFakeInput {
  height: 37px;
  padding: 0;
  border-radius: 0px;
}

/* RadEditor designed to look like a normal text box */
#EventDescriptionDiv .ContentHtmlEditor {
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#EventDescriptionDiv iframe,
#EventDescriptionDiv td {
  background-color: transparent;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !RadPicker => Icons                    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* RadPicker - Make sure there's some space between the picker and the time zone label*/
.RadPicker + .TimeZoneLabel {
  margin-left: 0.5em;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*            !Chosen multi-select  => Icons         */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/* Chosen multi-select */
.chosen-container-multi .chosen-choices {
  min-height: 39px;
  border-radius: 0px;
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background-image: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  /* Remove the styling used in the master page search-field */
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  padding-left: 0 !important;
}

.chosen-container-active .chosen-choices {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

textarea {
  height: auto;
}

select {
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* !SASS: shared/buttons_flat ============================================================ */
/*****************************************************/
/*            !BUTTONS                               */
/*****************************************************/
/* !set up button base styles */
.btn,
.TextButton,
.TextButtonWithImage,
.RadUpload .ruButton,
.RadUploadProgressArea .ruButton,
#masterHeaderActionArea a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.7;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: background 0.2s ease-out;
}
.btn:focus,
.TextButton:focus,
.TextButtonWithImage:focus,
.RadUpload .ruButton:focus,
.RadUploadProgressArea .ruButton:focus,
#masterHeaderActionArea a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn:visited,
.TextButton:hover,
.TextButton:focus,
.TextButton:visited,
.TextButtonWithImage:hover,
.TextButtonWithImage:focus,
.TextButtonWithImage:visited,
.RadUpload .ruButton:hover,
.RadUpload .ruButton:focus,
.RadUpload .ruButton:visited,
.RadUploadProgressArea .ruButton:hover,
.RadUploadProgressArea .ruButton:focus,
.RadUploadProgressArea .ruButton:visited,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:visited {
  color: #fff;
  text-decoration: none;
}
.btn:active, .btn.active,
.TextButton:active,
.TextButton.active,
.TextButtonWithImage:active,
.TextButtonWithImage.active,
.RadUpload .ruButton:active,
.RadUpload .ruButton.active,
.RadUploadProgressArea .ruButton:active,
.RadUploadProgressArea .ruButton.active,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn.aspNetDisabled,
.TextButton.disabled,
.TextButton[disabled],
fieldset[disabled] .TextButton,
.TextButton.aspNetDisabled,
.TextButtonWithImage.disabled,
.TextButtonWithImage[disabled],
fieldset[disabled] .TextButtonWithImage,
.TextButtonWithImage.aspNetDisabled,
.RadUpload .ruButton.disabled,
.RadUpload .ruButton[disabled],
fieldset[disabled] .RadUpload .ruButton,
.RadUpload .ruButton.aspNetDisabled,
.RadUploadProgressArea .ruButton.disabled,
.RadUploadProgressArea .ruButton[disabled],
fieldset[disabled] .RadUploadProgressArea .ruButton,
.RadUploadProgressArea .ruButton.aspNetDisabled,
#masterHeaderActionArea a.disabled,
#masterHeaderActionArea a[disabled],
fieldset[disabled] #masterHeaderActionArea a,
#masterHeaderActionArea a.aspNetDisabled {
  pointer-events: none;
  opacity: 0.55;
  filter: alpha(opacity=55);
  box-shadow: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Default button => BUTTONS                     */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.btn,
.TextButton,
.TextButtonWithImage,
.ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton {
  color: #fff;
  background-color: #6bcaba;
  border-color: transparent;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited,
.TextButton:hover,
.TextButton:focus,
.TextButton:active,
.TextButton:visited,
.TextButtonWithImage:hover,
.TextButtonWithImage:focus,
.TextButtonWithImage:active,
.TextButtonWithImage:visited,
.ruButton:hover,
.ruButton:focus,
.ruButton:active,
.ruButton:visited,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:visited,
.RadGrid input.TextButton:hover,
.RadGrid input.TextButton:focus,
.RadGrid input.TextButton:active,
.RadGrid input.TextButton:visited {
  color: #fff;
  background-color: #4dbfac;
  border-color: rgba(0, 0, 0, 0);
}
.btn:active,
.TextButton:active,
.TextButtonWithImage:active,
.ruButton:active,
#masterHeaderActionArea a:active,
.RadGrid input.TextButton:active {
  background-image: none;
}
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active, .btn.aspNetDisabled, .btn.aspNetDisabled:hover, .btn.aspNetDisabled:focus, .btn.aspNetDisabled:active,
.TextButton[disabled],
.TextButton[disabled]:hover,
.TextButton[disabled]:focus,
.TextButton[disabled]:active,
fieldset[disabled] .TextButton,
fieldset[disabled] .TextButton:hover,
fieldset[disabled] .TextButton:focus,
fieldset[disabled] .TextButton:active,
.TextButton.aspNetDisabled,
.TextButton.aspNetDisabled:hover,
.TextButton.aspNetDisabled:focus,
.TextButton.aspNetDisabled:active,
.TextButtonWithImage[disabled],
.TextButtonWithImage[disabled]:hover,
.TextButtonWithImage[disabled]:focus,
.TextButtonWithImage[disabled]:active,
fieldset[disabled] .TextButtonWithImage,
fieldset[disabled] .TextButtonWithImage:hover,
fieldset[disabled] .TextButtonWithImage:focus,
fieldset[disabled] .TextButtonWithImage:active,
.TextButtonWithImage.aspNetDisabled,
.TextButtonWithImage.aspNetDisabled:hover,
.TextButtonWithImage.aspNetDisabled:focus,
.TextButtonWithImage.aspNetDisabled:active,
.ruButton[disabled],
.ruButton[disabled]:hover,
.ruButton[disabled]:focus,
.ruButton[disabled]:active,
fieldset[disabled] .ruButton,
fieldset[disabled] .ruButton:hover,
fieldset[disabled] .ruButton:focus,
fieldset[disabled] .ruButton:active,
.ruButton.aspNetDisabled,
.ruButton.aspNetDisabled:hover,
.ruButton.aspNetDisabled:focus,
.ruButton.aspNetDisabled:active,
#masterHeaderActionArea a[disabled],
#masterHeaderActionArea a[disabled]:hover,
#masterHeaderActionArea a[disabled]:focus,
#masterHeaderActionArea a[disabled]:active,
fieldset[disabled] #masterHeaderActionArea a,
fieldset[disabled] #masterHeaderActionArea a:hover,
fieldset[disabled] #masterHeaderActionArea a:focus,
fieldset[disabled] #masterHeaderActionArea a:active,
#masterHeaderActionArea a.aspNetDisabled,
#masterHeaderActionArea a.aspNetDisabled:hover,
#masterHeaderActionArea a.aspNetDisabled:focus,
#masterHeaderActionArea a.aspNetDisabled:active,
.RadGrid input.TextButton[disabled],
.RadGrid input.TextButton[disabled]:hover,
.RadGrid input.TextButton[disabled]:focus,
.RadGrid input.TextButton[disabled]:active,
fieldset[disabled] .RadGrid input.TextButton,
fieldset[disabled] .RadGrid input.TextButton:hover,
fieldset[disabled] .RadGrid input.TextButton:focus,
fieldset[disabled] .RadGrid input.TextButton:active,
.RadGrid input.TextButton.aspNetDisabled,
.RadGrid input.TextButton.aspNetDisabled:hover,
.RadGrid input.TextButton.aspNetDisabled:focus,
.RadGrid input.TextButton.aspNetDisabled:active {
  background-color: #6bcaba;
  border-color: transparent;
}

a.TextButton {
  color: #fff !important;
  background-color: #6bcaba;
  border-color: transparent;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Telerik overrides => BUTTONS                  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.ruButton {
  background-color: #6bcaba !important;
  color: #fff !important;
  cursor: pointer;
  border-radius: 0px !important;
}

.RadUpload.RadUpload .ruBrowse,
.RadUpload.RadUpload .ruRemove {
  height: auto;
  padding: 5px 10px;
  line-height: 1.7;
  border-radius: 0px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Primary button  => BUTTONS                    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.PrimaryButton,
.SaveAndClose,
.SaveAs,
.UsePrimaryButton .TextButton,
.UsePrimaryButton .TextButtonWithImage,
#masterHeaderActionArea a,
.RadGrid input.PrimaryButton {
  color: #333;
  background-color: #004851;
  border-color: transparent;
}
.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .PrimaryButton:visited,
.SaveAndClose:hover,
.SaveAndClose:focus,
.SaveAndClose:active,
.SaveAndClose:visited,
.SaveAs:hover,
.SaveAs:focus,
.SaveAs:active,
.SaveAs:visited,
.UsePrimaryButton .TextButton:hover,
.UsePrimaryButton .TextButton:focus,
.UsePrimaryButton .TextButton:active,
.UsePrimaryButton .TextButton:visited,
.UsePrimaryButton .TextButtonWithImage:hover,
.UsePrimaryButton .TextButtonWithImage:focus,
.UsePrimaryButton .TextButtonWithImage:active,
.UsePrimaryButton .TextButtonWithImage:visited,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:visited,
.RadGrid input.PrimaryButton:hover,
.RadGrid input.PrimaryButton:focus,
.RadGrid input.PrimaryButton:active,
.RadGrid input.PrimaryButton:visited {
  color: #333;
  background-color: #002428;
  border-color: rgba(0, 0, 0, 0);
}
.PrimaryButton:active,
.SaveAndClose:active,
.SaveAs:active,
.UsePrimaryButton .TextButton:active,
.UsePrimaryButton .TextButtonWithImage:active,
#masterHeaderActionArea a:active,
.RadGrid input.PrimaryButton:active {
  background-image: none;
}
.PrimaryButton[disabled], .PrimaryButton[disabled]:hover, .PrimaryButton[disabled]:focus, .PrimaryButton[disabled]:active, fieldset[disabled] .PrimaryButton, fieldset[disabled] .PrimaryButton:hover, fieldset[disabled] .PrimaryButton:focus, fieldset[disabled] .PrimaryButton:active, .PrimaryButton.aspNetDisabled, .PrimaryButton.aspNetDisabled:hover, .PrimaryButton.aspNetDisabled:focus, .PrimaryButton.aspNetDisabled:active,
.SaveAndClose[disabled],
.SaveAndClose[disabled]:hover,
.SaveAndClose[disabled]:focus,
.SaveAndClose[disabled]:active,
fieldset[disabled] .SaveAndClose,
fieldset[disabled] .SaveAndClose:hover,
fieldset[disabled] .SaveAndClose:focus,
fieldset[disabled] .SaveAndClose:active,
.SaveAndClose.aspNetDisabled,
.SaveAndClose.aspNetDisabled:hover,
.SaveAndClose.aspNetDisabled:focus,
.SaveAndClose.aspNetDisabled:active,
.SaveAs[disabled],
.SaveAs[disabled]:hover,
.SaveAs[disabled]:focus,
.SaveAs[disabled]:active,
fieldset[disabled] .SaveAs,
fieldset[disabled] .SaveAs:hover,
fieldset[disabled] .SaveAs:focus,
fieldset[disabled] .SaveAs:active,
.SaveAs.aspNetDisabled,
.SaveAs.aspNetDisabled:hover,
.SaveAs.aspNetDisabled:focus,
.SaveAs.aspNetDisabled:active,
.UsePrimaryButton .TextButton[disabled],
.UsePrimaryButton .TextButton[disabled]:hover,
.UsePrimaryButton .TextButton[disabled]:focus,
.UsePrimaryButton .TextButton[disabled]:active,
fieldset[disabled] .UsePrimaryButton .TextButton,
fieldset[disabled] .UsePrimaryButton .TextButton:hover,
fieldset[disabled] .UsePrimaryButton .TextButton:focus,
fieldset[disabled] .UsePrimaryButton .TextButton:active,
.UsePrimaryButton .TextButton.aspNetDisabled,
.UsePrimaryButton .TextButton.aspNetDisabled:hover,
.UsePrimaryButton .TextButton.aspNetDisabled:focus,
.UsePrimaryButton .TextButton.aspNetDisabled:active,
.UsePrimaryButton .TextButtonWithImage[disabled],
.UsePrimaryButton .TextButtonWithImage[disabled]:hover,
.UsePrimaryButton .TextButtonWithImage[disabled]:focus,
.UsePrimaryButton .TextButtonWithImage[disabled]:active,
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage,
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage:hover,
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage:focus,
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage:active,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:hover,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:focus,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:active,
#masterHeaderActionArea a[disabled],
#masterHeaderActionArea a[disabled]:hover,
#masterHeaderActionArea a[disabled]:focus,
#masterHeaderActionArea a[disabled]:active,
fieldset[disabled] #masterHeaderActionArea a,
fieldset[disabled] #masterHeaderActionArea a:hover,
fieldset[disabled] #masterHeaderActionArea a:focus,
fieldset[disabled] #masterHeaderActionArea a:active,
#masterHeaderActionArea a.aspNetDisabled,
#masterHeaderActionArea a.aspNetDisabled:hover,
#masterHeaderActionArea a.aspNetDisabled:focus,
#masterHeaderActionArea a.aspNetDisabled:active,
.RadGrid input.PrimaryButton[disabled],
.RadGrid input.PrimaryButton[disabled]:hover,
.RadGrid input.PrimaryButton[disabled]:focus,
.RadGrid input.PrimaryButton[disabled]:active,
fieldset[disabled] .RadGrid input.PrimaryButton,
fieldset[disabled] .RadGrid input.PrimaryButton:hover,
fieldset[disabled] .RadGrid input.PrimaryButton:focus,
fieldset[disabled] .RadGrid input.PrimaryButton:active,
.RadGrid input.PrimaryButton.aspNetDisabled,
.RadGrid input.PrimaryButton.aspNetDisabled:hover,
.RadGrid input.PrimaryButton.aspNetDisabled:focus,
.RadGrid input.PrimaryButton.aspNetDisabled:active {
  background-color: #004851;
  border-color: transparent;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Facebook sign in button  => BUTTONS           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.TextButton.Facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #2d4373;
}
.TextButton.Facebook:hover, .TextButton.Facebook:focus, .TextButton.Facebook:active, .TextButton.Facebook:visited {
  color: #fff;
  background-color: #30487b;
  border-color: #1c2a47;
}
.TextButton.Facebook:active {
  background-image: none;
}
.TextButton.Facebook[disabled], .TextButton.Facebook[disabled]:hover, .TextButton.Facebook[disabled]:focus, .TextButton.Facebook[disabled]:active, fieldset[disabled] .TextButton.Facebook, fieldset[disabled] .TextButton.Facebook:hover, fieldset[disabled] .TextButton.Facebook:focus, fieldset[disabled] .TextButton.Facebook:active, .TextButton.Facebook.aspNetDisabled, .TextButton.Facebook.aspNetDisabled:hover, .TextButton.Facebook.aspNetDisabled:focus, .TextButton.Facebook.aspNetDisabled:active {
  background-color: #3b5998;
  border-color: #2d4373;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !LinkedIn sign in button => BUTTONS            */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.SignInButton.LinkedIn {
  color: #fff;
  background-color: #0077b5;
  border-color: #005582;
}
.SignInButton.LinkedIn:hover, .SignInButton.LinkedIn:focus, .SignInButton.LinkedIn:active, .SignInButton.LinkedIn:visited {
  color: #fff;
  background-color: #005c8c;
  border-color: #002d45;
}
.SignInButton.LinkedIn:active {
  background-image: none;
}
.SignInButton.LinkedIn[disabled], .SignInButton.LinkedIn[disabled]:hover, .SignInButton.LinkedIn[disabled]:focus, .SignInButton.LinkedIn[disabled]:active, fieldset[disabled] .SignInButton.LinkedIn, fieldset[disabled] .SignInButton.LinkedIn:hover, fieldset[disabled] .SignInButton.LinkedIn:focus, fieldset[disabled] .SignInButton.LinkedIn:active, .SignInButton.LinkedIn.aspNetDisabled, .SignInButton.LinkedIn.aspNetDisabled:hover, .SignInButton.LinkedIn.aspNetDisabled:focus, .SignInButton.LinkedIn.aspNetDisabled:active {
  background-color: #0077b5;
  border-color: #005582;
}

.MediumButton,
.UseMediumButton .TextButton,
.UseMediumButton .TextButtonWithImage {
  font-size: 120% !important;
  padding: 9px 14px !important;
}

.LargeButton,
.UseLargeButton .TextButton,
.UseLargeButton .TextButtonWithImage {
  font-size: 150% !important;
  padding: 12px 17px !important;
}

.CalloutArea1 .btn.PrimaryButton,
.CalloutArea1 .TextButton.PrimaryButton,
.CalloutArea1 .TextButtonWithImage.PrimaryButton,
.CalloutArea2 .btn.PrimaryButton,
.CalloutArea2 .TextButton.PrimaryButton,
.CalloutArea2 .TextButtonWithImage.PrimaryButton {
  color: #fff;
  background-color: #333;
}
.CalloutArea1 .btn.PrimaryButton:hover, .CalloutArea1 .btn.PrimaryButton:active, .CalloutArea1 .btn.PrimaryButton:focus,
.CalloutArea1 .TextButton.PrimaryButton:hover,
.CalloutArea1 .TextButton.PrimaryButton:active,
.CalloutArea1 .TextButton.PrimaryButton:focus,
.CalloutArea1 .TextButtonWithImage.PrimaryButton:hover,
.CalloutArea1 .TextButtonWithImage.PrimaryButton:active,
.CalloutArea1 .TextButtonWithImage.PrimaryButton:focus,
.CalloutArea2 .btn.PrimaryButton:hover,
.CalloutArea2 .btn.PrimaryButton:active,
.CalloutArea2 .btn.PrimaryButton:focus,
.CalloutArea2 .TextButton.PrimaryButton:hover,
.CalloutArea2 .TextButton.PrimaryButton:active,
.CalloutArea2 .TextButton.PrimaryButton:focus,
.CalloutArea2 .TextButtonWithImage.PrimaryButton:hover,
.CalloutArea2 .TextButtonWithImage.PrimaryButton:active,
.CalloutArea2 .TextButtonWithImage.PrimaryButton:focus {
  color: #fff;
  background-color: #141414;
}

/* !SASS: shared/modules/other-iParts ==================================================== */
/*****************************************************/
/*            !CONTENT ITEMS                        */
/*****************************************************/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Open Invoices  => CONTENT ITEMS               */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.OpenInvoicesTotals .SelectedTotal .PanelFieldValue {
  color: #f0d283;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Group List Editor => CONTENT ITEMS            */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadTreeView.GLE .rtLI {
  margin-bottom: 0.3em;
}
.RadTreeView.GLE .rtIn,
.RadTreeView.GLE .rtHover .rtIn,
.RadTreeView.GLE .rtSelected .rtIn {
  background-color: transparent;
  border: none;
  color: #499a89;
}
.RadTreeView.GLE a:hover, .RadTreeView.GLE a:focus,
.RadTreeView.GLE span[onclick]:hover,
.RadTreeView.GLE span[onclick]:focus {
  background-color: #1a1a1a;
  color: #fff;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*    !Communication Preferences  => CONTENT ITEMS          */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.CommunicationPreferencesSection {
  background-color: #f0edf2;
}

/* !SASS: shared/modules/search ========================================================== */
/*****************************************************/
/*            !SEARCH RESULTS                        */
/*****************************************************/
.SearchField,
.SearchResultSummary .ListItemTitle a {
  display: block;
  background-color: #616161;
  padding: 8px 12px;
}

.SearchField label {
  font-size: 120%;
  color: #ffffff;
}

.SearchResultSummary .ListItemTitle a {
  text-decoration: none;
  color: #313e48 !important;
  margin: -4px -7px 0;
}

.SearchResultSummary .ListItemTitle a:hover {
  background-color: #474747;
  text-decoration: underline;
}

/* !SASS: shared/modules/events-products ================================================= */
/*****************************************************/
/*               !EVENTS & PRODUCTS                  */
/*****************************************************/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Event Display  => EVENTS & PRODUCTS           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.EventSummary .PhotoArea {
  padding: 2em;
}
.EventSummary .PhotoArea img {
  border: 1px solid #ccc !important;
}
.EventSummary .Description {
  padding: 0 2em 2em;
}
@media (min-width: 768px) {
  .EventSummary .Description {
    padding: 2em;
  }
}
.no-mqs .EventSummary .Description {
  padding: 2em;
}

.ProgramGroup .PanelHead,
.ProgramGroup .panel-heading {
  background-color: #474747;
}
.ProgramGroup .PanelTitle,
.ProgramGroup .panel-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 120%;
  line-height: 2em;
  padding-left: 0.5em;
  color: white;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Product Display  => EVENTS & PRODUCTS         */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.ProductDisplay {
  padding: 1em;
}

/* !SASS: shared/modules/progress-tracker ================================================ */
/*****************************************************/
/*            !PROGRESS TRACKER                      */
/*****************************************************/
/* These are overrides for the colors and styles defined in 10-UltraWave.css */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*     !Progress Tracker (Default)  => PROGRESS TRACKER     */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.ProgressTracker .count {
  font-weight: bold;
}
.ProgressTracker .SuccessfulMessage,
.ProgressTracker .ProgressBar > span {
  background-color: #333;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*          !Progress Tracker 2  => PROGRESS TRACKER        */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.ProgressTracker2 .ProgressTrackerPanel {
  background-color: #474747;
}
.ProgressTracker2 .ProgressTrackerPanel:before, .ProgressTracker2 .ProgressTrackerPanel:after {
  content: " ";
  display: table;
}
.ProgressTracker2 .ProgressTrackerPanel:after {
  clear: both;
}
.ProgressTracker2 .ProgressTrackerPanel .count {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
.ProgressTracker2 div p {
  background-color: #fff;
  color: #004851;
  margin-bottom: 0;
}
.ProgressTracker2 .ProgressBar {
  margin: 10px;
}
.ProgressTracker2 .ProgressBar > span {
  background-color: #dbbe70;
}
.ProgressTracker2 .SuccessfulMessage {
  background-color: #0ab1c6;
  color: #313e48;
}

/* !SASS: shared/modules/query-menu ====================================================== */
/*****************************************************/
/*            !Filter Panel (Query Menu)             */
/*****************************************************/
/* This is an alternate style for the Query Menu filter panel */
.FilterPanel {
  background-color: transparent;
  border: none !important;
  margin-top: -3px;
}
.FilterPanel .PanelTitle,
.FilterPanel .panel-title {
  background-image: none;
  padding-left: 0.1em;
  line-height: normal;
  margin-left: 0;
  font-size: 148.2354%;
}
.FilterPanel .PanelHead.Distinguish,
.FilterPanel .panel-heading.Distinguish {
  border: none;
  min-height: 1em;
}

.FoD .panel-heading.Distinguish {
  padding: 0;
}
.FoD .panel-body {
  padding: 0;
}
.FoD h2.panel-title {
  color: white;
  margin-bottom: 20px;
}
.FoD .PanelField label {
  color: white;
}

/* !SASS: shared/modules/cart-charges =================================================== */
/*****************************************************/
/*            !Cart Charges                          */
/*****************************************************/
.CartCharges {
  background-color: #f0edf2;
}
.CartCharges .PanelField {
  border-bottom: none;
  border-top: 1px solid #ddd;
}
.CartCharges .PanelField:first-child,
.CartCharges .PanelField .GrandTotal {
  border-top: none;
}
.CartCharges .GrandTotal .PanelField {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #f0d283;
}
.CartCharges .GrandTotal .PanelField .Label {
  color: #f0d283;
}

/* !SASS: NaturalHeritageSites/telerik_overrides ======================================== */
/*****************************************************/
/*            !TELERIK OVERRIDES                     */
/*****************************************************/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadTabStrip  => TELERIK OVERRIDES            */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadTabStripTop_Metro .rtsLevel1,
.RadTabStripTop_Metro .rtsLevel1 .rtsUL,
.RadTabStrip_Metro .rtsLevel1,
.RadTabStrip_Metro .rtsLevel1 .rtsUL {
  background-color: #333 !important;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsLink,
.RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink,
.RadTabStrip_Metro .rtsLevel1 .rtsLink,
.RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
  text-transform: none;
  border-color: #333;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsSelected,
.RadTabStripTop_Metro .rtsLevel1 .rtsLink:hover,
.RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsSelected,
.RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink:hover,
.RadTabStrip_Metro .rtsLevel1 .rtsSelected,
.RadTabStrip_Metro .rtsLevel1 .rtsLink:hover,
.RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsSelected,
.RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink:hover {
  border-color: #fff;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsDisabled,
.RadTabStripTop_Metro .rtsLevel1 .rtsDisabled:hover,
.RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsDisabled,
.RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsDisabled:hover,
.RadTabStrip_Metro .rtsLevel1 .rtsDisabled,
.RadTabStrip_Metro .rtsLevel1 .rtsDisabled:hover,
.RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsDisabled,
.RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsDisabled:hover {
  color: #dedede;
  border-color: transparent;
}

.RadTabStrip.RadTabStrip_MetroTouch {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: inherit;
  font-size: 20px !important;
  clear: both;
}
html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
  border-color: #333;
  background-color: #333;
}
.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
  border-bottom-color: #333;
}
@media (max-width: 600px) {
  .RadTabStrip.RadTabStrip_MetroTouch .rtsLI,
.RadTabStrip.RadTabStrip_MetroTouch .rtsLink,
.RadTabStrip.RadTabStrip_MetroTouch .rtsUL {
    float: none;
    width: 100%;
    display: block;
  }
  html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    margin: 0;
  }
}

.RadTabStrip,
.RadTabStripVertical {
  padding: 10px 10px 0 10px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadToolTip  => TELERIK OVERRIDES             */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Currently used by the QueryMenu iPart */
.RadToolTip_Telerik a:hover {
  background-color: #474747;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadGrid  => TELERIK OVERRIDES                */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadGrid.RadGrid_MetroTouch .rgMasterTable,
.RadGrid.RadGrid_Metro .rgMasterTable {
  background-color: #fff;
}
.RadGrid.RadGrid_MetroTouch .rgHeader, .RadGrid.RadGrid_MetroTouch .rgRow td,
.RadGrid.RadGrid_MetroTouch .rgAltRow td, .RadGrid.RadGrid_MetroTouch .rgEditRow td,
.RadGrid.RadGrid_Metro .rgHeader,
.RadGrid.RadGrid_Metro .rgRow td,
.RadGrid.RadGrid_Metro .rgAltRow td,
.RadGrid.RadGrid_Metro .rgEditRow td {
  border-left-color: transparent;
}
.RadGrid.RadGrid_MetroTouch td.rgPagerCell,
.RadGrid.RadGrid_Metro td.rgPagerCell {
  border-width: 0;
}
.RadGrid.RadGrid_MetroTouch .rgHeader, .RadGrid.RadGrid_MetroTouch .rgHeader:first-child, .RadGrid.RadGrid_MetroTouch th.rgResizeCol, .RadGrid.RadGrid_MetroTouch th.rgResizeCol:first-child, .RadGrid.RadGrid_MetroTouch .rgRow td, .RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
.RadGrid.RadGrid_MetroTouch .rgAltRow td,
.RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child, .RadGrid.RadGrid_MetroTouch .rgEditRow td, .RadGrid.RadGrid_MetroTouch .rgEditRow td:first-child, .RadGrid.RadGrid_MetroTouch .rgFooter td, .RadGrid.RadGrid_MetroTouch .rgFooter td:first-child,
.RadGrid.RadGrid_MetroTouch .rgFilterRow td,
.RadGrid.RadGrid_MetroTouch .rgFilterRow td:first-child, .RadGrid.RadGrid_MetroTouch .rgNoRecords td, .RadGrid.RadGrid_MetroTouch .rgNoRecords td:first-child,
.RadGrid.RadGrid_Metro .rgHeader,
.RadGrid.RadGrid_Metro .rgHeader:first-child,
.RadGrid.RadGrid_Metro th.rgResizeCol,
.RadGrid.RadGrid_Metro th.rgResizeCol:first-child,
.RadGrid.RadGrid_Metro .rgRow td,
.RadGrid.RadGrid_Metro .rgRow td:first-child,
.RadGrid.RadGrid_Metro .rgAltRow td,
.RadGrid.RadGrid_Metro .rgAltRow td:first-child,
.RadGrid.RadGrid_Metro .rgEditRow td,
.RadGrid.RadGrid_Metro .rgEditRow td:first-child,
.RadGrid.RadGrid_Metro .rgFooter td,
.RadGrid.RadGrid_Metro .rgFooter td:first-child,
.RadGrid.RadGrid_Metro .rgFilterRow td,
.RadGrid.RadGrid_Metro .rgFilterRow td:first-child,
.RadGrid.RadGrid_Metro .rgNoRecords td,
.RadGrid.RadGrid_Metro .rgNoRecords td:first-child {
  padding: 7px 12px;
}
.RadGrid.RadGrid_MetroTouch .rgRow td.rgExpandCol, .RadGrid.RadGrid_MetroTouch .rgRow td.rgExpandCol:first-child, .RadGrid.RadGrid_MetroTouch .rgAltRow td.rgExpandCol, .RadGrid.RadGrid_MetroTouch .rgAltRow td.rgExpandCol:first-child,
.RadGrid.RadGrid_Metro .rgRow td.rgExpandCol,
.RadGrid.RadGrid_Metro .rgRow td.rgExpandCol:first-child,
.RadGrid.RadGrid_Metro .rgAltRow td.rgExpandCol,
.RadGrid.RadGrid_Metro .rgAltRow td.rgExpandCol:first-child {
  /* reset the padding for expand/collapse column */
  padding-left: 0;
  padding-right: 0;
}
.RadGrid.RadGrid_MetroTouch .rgCommandRow,
.RadGrid.RadGrid_Metro .rgCommandRow {
  background-color: transparent;
}
.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_MetroTouch .rgPagePrev:active, .RadGrid.RadGrid_MetroTouch .rgPageNext:active, .RadGrid.RadGrid_MetroTouch .rgPageFirst:active, .RadGrid.RadGrid_MetroTouch .rgPageLast:active,
.RadGrid.RadGrid_MetroTouch .rgPager .rgPagerButton,
.RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_Metro .rgPagePrev:active,
.RadGrid.RadGrid_Metro .rgPageNext:active,
.RadGrid.RadGrid_Metro .rgPageFirst:active,
.RadGrid.RadGrid_Metro .rgPageLast:active,
.RadGrid.RadGrid_Metro .rgPager .rgPagerButton {
  background-color: #333;
  border-color: #333;
  color: #fff !important;
}
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch th.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_Metro .rgSelectedRow,
.RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro th.rgSorted {
  background-color: #333;
  border-color: #333;
}
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow a,
.RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a,
.RadGrid.RadGrid_MetroTouch th.rgSorted a,
.RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell a,
.RadGrid.RadGrid_Metro .rgSelectedRow a,
.RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow a,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted a,
.RadGrid.RadGrid_Metro th.rgSorted a {
  color: #fff !important;
}
.RadGrid.RadGrid_MetroTouch .rgGroupPanel, .RadGrid.RadGrid_MetroTouch .rgGroupPanel caption,
.RadGrid.RadGrid_Metro .rgGroupPanel,
.RadGrid.RadGrid_Metro .rgGroupPanel caption {
  background-color: #333;
}
.RadGrid.RadGrid_MetroTouch .rgActiveRow td, .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell,
.RadGrid.RadGrid_Metro .rgActiveRow td,
.RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted,
.RadGrid.RadGrid_Metro .rgSelectedRow td,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
  border-color: #333;
}
* + html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted,
* + html .RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
  background-color: #333;
}
* html .RadGrid.RadGrid_MetroTouch .rgSelectedRow .rgSorted,
* html .RadGrid.RadGrid_Metro .rgSelectedRow .rgSorted {
  background-color: #333;
}
.RadGrid.RadGrid_MetroTouch input.rgAdd,
.RadGrid.RadGrid_MetroTouch input.rgRefresh,
.RadGrid.RadGrid_MetroTouch .rgSave,
.RadGrid.RadGrid_MetroTouch .rgCommandRow .rgCancel,
.RadGrid.RadGrid_Metro input.rgAdd,
.RadGrid.RadGrid_Metro input.rgRefresh,
.RadGrid.RadGrid_Metro .rgSave,
.RadGrid.RadGrid_Metro .rgCommandRow .rgCancel {
  background-color: #333;
}
.RadGrid.RadGrid_MetroTouch input.rgAdd:hover,
.RadGrid.RadGrid_MetroTouch input.rgRefresh:hover,
.RadGrid.RadGrid_MetroTouch .rgSave:hover,
.RadGrid.RadGrid_MetroTouch .rgCommandRow .rgCancel:hover,
.RadGrid.RadGrid_Metro input.rgAdd:hover,
.RadGrid.RadGrid_Metro input.rgRefresh:hover,
.RadGrid.RadGrid_Metro .rgSave:hover,
.RadGrid.RadGrid_Metro .rgCommandRow .rgCancel:hover {
  background-color: #fff;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadComboBox  => TELERIK OVERRIDES            */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadComboBox .rcbActionButton .t-font-icon {
  font: 16px/1 "TelerikWebUI";
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadDataPager  => TELERIK OVERRIDES           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadDataPager.RadDataPager_MetroTouch,
.RadDataPager.RadDataPager_Metro {
  border: none;
  background-color: transparent;
}
.RadDataPager.RadDataPager_MetroTouch .rdpNumPart a.rdpCurrentPage, .RadDataPager.RadDataPager_MetroTouch .rdpNumPart a.rdpCurrentPage:hover,
.RadDataPager.RadDataPager_MetroTouch .rdpPageFirst:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPagePrev:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPageNext:hover, .RadDataPager.RadDataPager_MetroTouch .rdpPageLast:hover,
.RadDataPager.RadDataPager_MetroTouch .rdpPagerButton,
.RadDataPager.RadDataPager_Metro .rdpNumPart a.rdpCurrentPage,
.RadDataPager.RadDataPager_Metro .rdpNumPart a.rdpCurrentPage:hover,
.RadDataPager.RadDataPager_Metro .rdpPageFirst:hover,
.RadDataPager.RadDataPager_Metro .rdpPagePrev:hover,
.RadDataPager.RadDataPager_Metro .rdpPageNext:hover,
.RadDataPager.RadDataPager_Metro .rdpPageLast:hover,
.RadDataPager.RadDataPager_Metro .rdpPagerButton {
  background-color: #333;
  border-color: #333;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadScheduler  => TELERIK OVERRIDES           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadScheduler.RadScheduler_Metro .rsAptIn {
  border-top: none;
}
.RadScheduler.RadScheduler_Metro .rsHeader {
  border-color: #333;
  background-color: #333;
}
.RadScheduler.RadScheduler_Metro .rsHeader ul a {
  border-color: #333;
}
.RadScheduler.RadScheduler_Metro .rsHeader h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  border-bottom: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadMenu  => TELERIK OVERRIDES                */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadMenu.RadMenu_Metro, .RadMenu.RadMenu_Metro .rmRootLink,
.RadMenu.RadMenu_MetroTouch,
.RadMenu.RadMenu_MetroTouch .rmRootLink {
  text-transform: none;
}
.RadMenu.RadMenu_Metro div.rmRootGroup,
.RadMenu.RadMenu_Metro ul.rmRootGroup,
.RadMenu.RadMenu_MetroTouch div.rmRootGroup,
.RadMenu.RadMenu_MetroTouch ul.rmRootGroup {
  background-color: #004851;
}
.RadMenu.RadMenu_Metro .rmRootLink,
.RadMenu.RadMenu_MetroTouch .rmRootLink {
  border-color: #004851;
}
.RadMenu.RadMenu_Metro .rmDisabled, .RadMenu.RadMenu_Metro .rmDisabled:hover,
.RadMenu.RadMenu_MetroTouch .rmDisabled,
.RadMenu.RadMenu_MetroTouch .rmDisabled:hover {
  border-color: #004851;
}
.RadMenu.RadMenu_Metro .rmGroup .rmFocused, .RadMenu.RadMenu_Metro .rmGroup .rmFocused:hover,
.RadMenu.RadMenu_Metro .rmGroup .rmSelected,
.RadMenu.RadMenu_Metro .rmGroup .rmSelected:hover,
.RadMenu.RadMenu_Metro .rmGroup .rmLink.rmSelected,
.RadMenu.RadMenu_Metro .rmGroup .rmLink.rmSelected:hover,
.RadMenu.RadMenu_Metro .rmGroup .rmExpanded,
.RadMenu.RadMenu_Metro .rmGroup .rmExpanded:hover,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmFocused,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmFocused:hover,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmSelected,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmSelected:hover,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmLink.rmSelected,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmLink.rmSelected:hover,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmExpanded,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmExpanded:hover {
  border-color: #004851;
  background-color: #004851;
  color: #fff !important;
}

.RadMenu_MetroTouch .rmRootGroup .rmLeftImage {
  margin-top: 10px !important;
}

.RadMenu .RadSiteMap .rsmTwoLevels > .rsmItem > .rsmLink {
  border-style: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*              !RadWindow => TELERIK OVERRIDES             */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTitlebar, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopLeft, .RadWindow.RadWindow_MetroTouch .rwTitleRow .rwTopRight {
  background-color: #333;
}
.RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:active, .RadWindow.RadWindow_MetroTouch .rwTitleRow td.rwWindowContent a.rwPopupButton:focus {
  border-color: #333;
  background-color: #333;
}
.RadWindow.RadWindow_MetroTouch .rwControlButtons a:focus {
  border-color: #fff;
  border-radius: 50%;
  /* override setting from UltraWave */
  outline: none;
}

.RadWindow.RadWindow_Metro .rwTitlebar, .RadWindow.RadWindow_Metro .rwTopLeft, .RadWindow.RadWindow_Metro .rwTopRight,
.RadWindow.RadWindow_Metro .rwTopResize,
.RadWindow.RadWindow_Metro .rwControlButtons a {
  background-color: #333;
}
.RadWindow.RadWindow_Metro .rwControlButtons a {
  border-color: #333;
}
.RadWindow.RadWindow_Metro .rwControlButtons a:focus {
  /* give the refresh, expand, close buttons an outline when focused */
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
  /* needed for IE9 compability */
  border-collapse: separate;
  /* override setting from UltraWave */
  outline: none;
}
.RadWindow.RadWindow_Metro table.rwTitlebarControls em {
  text-transform: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadTreeView  => TELERIK OVERRIDES            */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.RadTreeView.RadTreeView_Vista .rtLI {
  padding: 0;
}
.RadTreeView.RadTreeView_Vista .rtPlus,
.RadTreeView.RadTreeView_Vista .rtMinus {
  margin: 5px 6px 0 -17px;
  width: 11px;
  height: 11px;
  border-width: 0;
  left: auto;
  top: auto;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*            !RadPicker  => TELERIK OVERRIDES              */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Date and Time selectors */
.RadCalendar.RadCalendar_Metro,
.RadCalendar.RadCalendar_Metro .rcMainTable,
.RadCalendar.RadCalendar_MetroTouch,
.RadCalendar.RadCalendar_MetroTouch .rcMainTable {
  font-family: inherit;
  font-weight: inherit;
}
.RadCalendar.RadCalendar_Metro .rcFastPrev:hover,
.RadCalendar.RadCalendar_Metro .rcPrev:hover,
.RadCalendar.RadCalendar_Metro .rcNext:hover,
.RadCalendar.RadCalendar_Metro .rcFastNext:hover,
.RadCalendar.RadCalendar_MetroTouch .rcFastPrev:hover,
.RadCalendar.RadCalendar_MetroTouch .rcPrev:hover,
.RadCalendar.RadCalendar_MetroTouch .rcNext:hover,
.RadCalendar.RadCalendar_MetroTouch .rcFastNext:hover {
  border-color: #333;
}
.RadCalendar.RadCalendar_Metro .rcFastPrev:hover:before,
.RadCalendar.RadCalendar_Metro .rcPrev:hover:before,
.RadCalendar.RadCalendar_Metro .rcNext:hover:before,
.RadCalendar.RadCalendar_Metro .rcFastNext:hover:before,
.RadCalendar.RadCalendar_MetroTouch .rcFastPrev:hover:before,
.RadCalendar.RadCalendar_MetroTouch .rcPrev:hover:before,
.RadCalendar.RadCalendar_MetroTouch .rcNext:hover:before,
.RadCalendar.RadCalendar_MetroTouch .rcFastNext:hover:before {
  color: #333;
}
.RadCalendar.RadCalendar_Metro .rcRow .rcToday a,
.RadCalendar.RadCalendar_MetroTouch .rcRow .rcToday a {
  border-color: #333;
}
.RadCalendar.RadCalendar_Metro .rcMain .rcRow .rcSelected a,
.RadCalendar.RadCalendar_MetroTouch .rcMain .rcRow .rcSelected a {
  border-color: #333;
  background: #333;
}

.RadCalendar.RadCalendar_MetroTouch .rcRow a,
.RadCalendar.RadCalendar_MetroTouch .rcRow span {
  /* The Sunday column is not rendering correctly because it's in a <th>
         instead of a <td>. This corrects the issue. */
  display: block;
  padding: 0.08em 0.4em;
  text-decoration: none;
  outline: 0;
}
.RadCalendar.RadCalendar_MetroTouch .rcMain .rcRow th {
  font-size: 100%;
  padding: 0;
}

.RadCalendar.RadCalendar_Metro .rcRow a,
.RadCalendar.RadCalendar_Metro .rcRow span {
  display: block;
  padding: 0 0.6em;
  text-decoration: none;
  outline: 0;
}
.RadCalendar.RadCalendar_Metro .rcMain .rcRow th {
  padding: 0;
}

.RadCalendarMonthView.RadCalendarMonthView_Metro,
.RadCalendarMonthView.RadCalendarMonthView_Metro .rcButtons input,
.RadCalendarMonthView.RadCalendarMonthView_MetroTouch,
.RadCalendarMonthView.RadCalendarMonthView_MetroTouch .rcButtons input {
  font-family: inherit;
  font-weight: inherit;
}
.RadCalendarMonthView.RadCalendarMonthView_Metro .rcSelected a,
.RadCalendarMonthView.RadCalendarMonthView_MetroTouch .rcSelected a {
  background: #333;
}

.RadCalendarMonthView.RadCalendarMonthView_MetroTouch #rcMView_Today {
  background: #333;
  border-color: #333;
}

.RadCalendarTimeView.RadCalendarTimeView_Metro,
.RadCalendarTimeView.RadCalendarTimeView_MetroTouch {
  font-family: inherit;
  font-weight: inherit;
}
.RadCalendarTimeView.RadCalendarTimeView_Metro td.rcSelected a,
.RadCalendarTimeView.RadCalendarTimeView_MetroTouch td.rcSelected a {
  border-color: #333;
  background: #333;
}

.RadPicker.RadPicker_Metro .rcCalPopup:hover, .RadPicker.RadPicker_Metro .rcCalPopup:focus, .RadPicker.RadPicker_Metro .rcCalPopup:active,
.RadPicker.RadPicker_Metro .rcTimePopup:hover,
.RadPicker.RadPicker_Metro .rcTimePopup:focus,
.RadPicker.RadPicker_Metro .rcTimePopup:active,
.RadPicker.RadPicker_MetroTouch .rcCalPopup:hover,
.RadPicker.RadPicker_MetroTouch .rcCalPopup:focus,
.RadPicker.RadPicker_MetroTouch .rcCalPopup:active,
.RadPicker.RadPicker_MetroTouch .rcTimePopup:hover,
.RadPicker.RadPicker_MetroTouch .rcTimePopup:focus,
.RadPicker.RadPicker_MetroTouch .rcTimePopup:active {
  color: white;
  background-color: #333;
}

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup {
  width: inherit;
  text-indent: inherit;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* !SASS: NaturalHeritageSites/jumbotron ================================================ */
/*****************************************************/
/*            !JUMBOTRON                             */
/*****************************************************/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*      !Home page full width banners => JUMBOTRON              */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/* !Home page full width area ************** */
/* This is for the full width area of the Cities and Cities_Responsive home page.
 * It uses a content area to achieve the full width
 */
.HomePageFullWidthArea .ContentItemContainer .panel:not(.panel-border),
.HomePageFullWidthArea .ContentItemContainer div .panel:not(.panel-border) {
  /* if borders are not turned on don't leave the space for them */
  border-width: 0;
}
.HomePageFullWidthArea .ContentItemContainer .panel .panel-body-container .panel-body,
.HomePageFullWidthArea .ContentItemContainer div .panel .panel-body-container .panel-body {
  /* Turn off the padding on iPart panels */
  padding: 0;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*             !Mobile Hero Area => JUMBOTRON                   */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.HeroArea {
  height: 350px;
  width: 100%;
  position: relative;
}

.HeroBackground {
  height: 100%;
  background: #009fd9 url(images/MobileCairnsBanner.jpg) bottom center no-repeat;
  background-size: cover;
}

.HeroContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background-color: #313e48;
  /* Fallback for IE8, which doesn't support rgba */
  background-color: rgba(49, 62, 72, 0.75);
}
.HeroContent h1,
.HeroContent h2,
.HeroContent h3,
.HeroContent h4,
.HeroContent h5,
.HeroContent .HeroText {
  color: #fff;
  margin: 0 8px 8px 8px;
}
.HeroContent .TextButton {
  float: right;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*             !Responsive Hero Content => JUMBOTRON            */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/* This header is used in the out-of-the-box Member, Member Responsive and Annual Conference sample sites */
/* Note: this is actually a static hero image and text.
 * For the Slideshow iPart styles see Carousel.
 */
.Slider.FullWidth {
  height: 525px;
  background-image: url(images/HomeBanner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.Slider.FullWidth h1 {
  font-size: 200%;
}
@media (min-width: 768px) {
  .Slider.FullWidth h1 {
    font-size: 250%;
  }
}
.no-mqs .Slider.FullWidth h1 {
  font-size: 250%;
}
.Slider.FullWidth .SliderPage1 {
  height: 100%;
}
.Slider.FullWidth .SliderPage1 h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.Slider.FullWidth .SliderPage1 .SliderContent {
  /* remove the margins put on by the container */
  margin-left: -15px;
  margin-right: -15px;
  /* then add it back on */
  padding: 15px;
  /* Fallback for IE8, which doesn't support rgba */
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  position: absolute;
  bottom: 0;
  max-height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .Slider.FullWidth .SliderPage1 .SliderContent {
    position: inherit;
    float: right;
    width: 36em;
    margin: 1em;
  }
}
.no-mqs .Slider.FullWidth .SliderPage1 .SliderContent {
  position: inherit;
  float: right;
  width: 36em;
  margin: 1em;
}
.Slider.FullWidth .SliderPage1 .SliderText {
  overflow-y: auto;
  line-height: 1.7em;
  color: #fff;
}
.Slider.FullWidth .SliderPage1 .SliderText h2,
.Slider.FullWidth .SliderPage1 .SliderText h3,
.Slider.FullWidth .SliderPage1 .SliderText h4,
.Slider.FullWidth .SliderPage1 .SliderText h5 {
  color: inherit;
}
.Slider.FullWidth .SliderPage1 p:last-child {
  margin-bottom: 0;
}
.Slider.FullWidth .SliderPage1 .ActionButton {
  margin-top: 1em;
  text-align: right;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*             !Responsive "Jumbotron" => JUMBOTRON             */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/* This header is used in the out-of-the-box Donor sample site */
.jumbotron .jumbotron-content {
  max-height: 100%;
}
.jumbotron.home, .jumbotron.interior {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.jumbotron.home {
  height: 525px;
}
.jumbotron.home h1 span,
.jumbotron.home .ActionButton {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}
.jumbotron.home h1 {
  color: #fff;
  margin-top: 0;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  text-align: center;
  font-weight: normal;
  font-size: 200%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (min-width: 768px) {
  .jumbotron.home h1 {
    font-size: 250%;
  }
}
.no-mqs .jumbotron.home h1 {
  font-size: 250%;
}
@media (min-width: 768px) {
  .jumbotron.home h1 span {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.no-mqs .jumbotron.home h1 span {
  padding-left: 8%;
  padding-right: 8%;
}
.jumbotron.home .ActionButton {
  text-align: right;
}
@media (min-width: 768px) {
  .jumbotron.home .ActionButton {
    padding-right: 12%;
  }
}
.no-mqs .jumbotron.home .ActionButton {
  padding-right: 12%;
}
.jumbotron.interior {
  height: 20em;
}
.jumbotron.interior p {
  padding: 1.5em 1em 0.8em;
  font-size: 150%;
  margin-bottom: 0;
}
.jumbotron.interior p:before, .jumbotron.interior p:after {
  content: " ";
  display: table;
}
.jumbotron.interior p:after {
  clear: both;
}
.jumbotron.interior .ActionButton {
  clear: both;
  padding-left: 3em;
  padding-right: 3em;
}
@media (max-width: 767px) {
  .jumbotron.interior .jumbotron-content {
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
  }
}
@media (min-width: 480px) {
  .jumbotron.interior p {
    font-size: 170%;
  }
}
.no-mqs .jumbotron.interior p {
  font-size: 170%;
}
@media (min-width: 768px) {
  .jumbotron.interior {
    height: 25em;
  }
  .jumbotron.interior p {
    font-size: 200%;
  }
  .jumbotron.interior .jumbotron-text span {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 0 0.45em;
    margin-bottom: 0.2em;
    float: left;
    clear: left;
  }
  .jumbotron.interior.AlignRight .jumbotron-text span {
    float: right;
    clear: right;
  }
}
.no-mqs .jumbotron.interior {
  height: 25em;
}
.no-mqs .jumbotron.interior p {
  font-size: 200%;
}
.no-mqs .jumbotron.interior .jumbotron-text span {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 0 0.45em;
  margin-bottom: 0.2em;
  float: left;
  clear: left;
}
.no-mqs .jumbotron.interior.AlignRight .jumbotron-text span {
  float: right;
  clear: right;
}

.jumbotron .img-copyright,
.carousel .img-copyright {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-size: 70%;
}
.jumbotron .img-copyright a,
.jumbotron .img-copyright a:hover,
.jumbotron .img-copyright a:focus,
.jumbotron .img-copyright a:visited,
.jumbotron .img-copyright a:active,
.carousel .img-copyright a,
.carousel .img-copyright a:hover,
.carousel .img-copyright a:focus,
.carousel .img-copyright a:visited,
.carousel .img-copyright a:active {
  color: #fff;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*                   !Carousel => JUMBOTRON                     */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/* Used by the Slideshow iPart */
.carousel h1,
.carousel h2,
.carousel h3,
.carousel h4,
.carousel h5 {
  font-weight: bold;
  display: block;
  font-family: "Source Pro", serif;
}
@media (min-width: 1200px) {
  .carousel h1 {
    font-weight: 300;
    font-size: 380%;
    margin-bottom: 0px;
    line-height: 52px;
  }
}
.no-mqs .carousel h1 {
  font-weight: 300;
  font-size: 380%;
  margin-bottom: 0px;
  line-height: 52px;
}
@media (min-width: 768px) {
  .carousel h1 {
    font-weight: 300;
    font-size: 260%;
    margin-bottom: 0px;
    line-height: 40px;
  }
}
.no-mqs .carousel h1 {
  font-weight: 300;
  font-size: 260%;
  margin-bottom: 0px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .carousel h2 {
    font-weight: 600;
    font-size: 380%;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 52px;
  }
}
.no-mqs .carousel h2 {
  font-weight: 600;
  font-size: 380%;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 52px;
}
@media (min-width: 768px) {
  .carousel h2 {
    font-weight: 600;
    font-size: 260%;
    color: #6bcaba;
    margin-bottom: 0px;
    line-height: 40px;
  }
}
.no-mqs .carousel h2 {
  font-weight: 600;
  font-size: 260%;
  color: #6bcaba;
  margin-bottom: 0px;
  line-height: 40px;
}
.carousel p {
  font-size: 100%;
}
@media (max-width: 991px) {
  .carousel h1,
.carousel h2 {
    font-size: 160%;
    line-height: 30px;
  }
  .carousel p {
    display: none;
  }
}

.carousel-control .icon-prev::before,
.carousel-control .icon-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}

.carousel-control .icon-prev {
  margin-left: -10px;
}
.carousel-control .icon-prev::before {
  background: url("images/ResponsiveHeaderSprite.png") 0 -150px no-repeat;
}

.carousel-control .icon-next {
  margin-right: -10px;
}
.carousel-control .icon-next::before {
  background: url("images/ResponsiveHeaderSprite.png") 0 -200px no-repeat;
}

.carousel-control {
  width: 5%;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.carousel-indicators {
  display: none;
}

.carousel-caption {
  font-family: "Source Sans Pro", sans-serif;
  top: 43px;
  text-align: left !important;
  width: 900px;
}
@media (min-width: 768px) {
  .carousel-caption {
    left: auto;
    right: auto;
    padding-top: 3%;
  }
  .carousel-caption button {
    background-color: #6bcaba;
    color: white;
    border: none;
    padding: 5px 20px;
    margin: 20px 0;
  }
}
.no-mqs .carousel-caption {
  left: auto;
  right: auto;
  padding-top: 3%;
}
.no-mqs .carousel-caption button {
  background-color: #6bcaba;
  color: white;
  border: none;
  padding: 5px 20px;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .carousel-caption {
    padding-left: 40px;
  }
  .carousel-caption p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .carousel-caption {
    padding-left: 0;
    top: 0;
  }
  .carousel-caption p {
    display: none;
  }
}
.carousel-caption h1:after {
  display: none;
}
.carousel-caption p {
  font-size: 20px;
  line-height: 28px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
/*            !Internal page carousel => JUMBOTRON              */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+*/
.InternalHeaderArea {
  background-image: url(images/banner2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .InternalHeaderArea .carousel {
    height: 200px;
  }
}
.no-mqs .InternalHeaderArea .carousel {
  height: 200px;
}
@media (max-width: 767px) {
  .InternalHeaderArea .carousel {
    height: 0px;
  }
}
.InternalHeaderArea .panel-body {
  padding: 0;
}
.InternalHeaderArea .carousel-inner {
  filter: blur(5px);
  width: 100%;
}
.InternalHeaderArea .carousel-control,
.InternalHeaderArea .carousel-inner > .item .carousel-link {
  display: none !important;
}

.Wrapper-HomePage .HomePageFullWidthArea {
  /* Overwrite slideshow height setting on homepage only */
  /* darker gradient to improve legibility of auxiliary nav */
}
.Wrapper-HomePage .HomePageFullWidthArea .carousel-inner .item {
  /*Make one for small width*/
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .Wrapper-HomePage .HomePageFullWidthArea .carousel-inner .item {
    height: 525px !important;
  }
}
.no-mqs .Wrapper-HomePage .HomePageFullWidthArea .carousel-inner .item {
  height: 525px !important;
}
@media (max-width: 991px) {
  .Wrapper-HomePage .HomePageFullWidthArea .carousel-inner .item {
    height: 525px !important;
  }
}
@media (max-width: 767px) {
  .Wrapper-HomePage .HomePageFullWidthArea .carousel-inner .item {
    height: 210px !important;
  }
}
@media all {
  .Wrapper-HomePage .HomePageFullWidthArea .carousel-inner .item {
    height: 210px;
    background-color: #ffffff;
  }
}
.Wrapper-HomePage .HomePageFullWidthArea .carousel-inner:before {
  content: "";
  display: block;
  height: 6em;
  width: 100%;
  position: absolute;
  z-index: 665;
}

/* There seems to be an issue when choosing to display the FullWidthArea on the homepage only.
    The container div remains on internal pages although its content is hidden. */
.HomePageFullWidthArea {
  display: none;
}

.Wrapper-HomePage .HomePageFullWidthArea,
.TemplateManagerArea .HomePageFullWidthArea {
  display: block;
  margin-top: 159px;
}

/* !SASS: shared/modules/communities ===================================+================ */
/*****************************************************/
/*                 !COMMUNITIES                      */
/*****************************************************/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*     !Common Left Nav => COMMUNITIES             */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.CommunityLinksBlock {
  display: none;
}
.CommunityLinksBlock a {
  color: #313e48;
}
.CommunityLinksBlock a:hover {
  background-color: #474747;
  color: #313e48;
  text-decoration: none;
}
.CommunityLinksBlock a.CommunityLinksSelected, .CommunityLinksBlock a.CommunityLinksSelected:hover {
  background-color: #004851;
  color: White;
  font-weight: bold;
  text-decoration: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*     !Community Breadcrumbs => COMMUNITIES       */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.BreadCrumbCurrent {
  font-size: 100%;
  font-weight: bold;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*  !Communities Common Elements => COMMUNITIES    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.CommunityItemActionLinks a:hover {
  background-color: #004851;
}

.CommunityItemTitle {
  font-size: 110%;
  padding: 0.25em 0;
}

.CommunityReplyForm,
.CommunityCommentItem {
  background: #f2f2f2;
  border-left: 10px solid #ddd;
  box-shadow: 1px 1px 28px 3px #e3e3e3;
}

.CommunityWikiItem .CommunityRepeaterList .CommunityCommentItem {
  background: #f2f2f2;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*     !Community Comments => COMMUNITIES          */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.CommunityWikiReplyForm {
  background: #f2f2f2;
  box-shadow: 1px 1px 28px 3px #e3e3e3;
}

/* !SASS: shared/donor_site =================================+++++++++++++=============== */
/*****************************************************/
/*            !Donor Sample Site Styles              */
/*****************************************************/
/* These styles are used in the Donor sample site  */
.DonorBannerHome {
  background: url(../../images/SampleSites/Donor/birdbanner.jpg) no-repeat;
  overflow: hidden;
  height: 330px;
  position: relative;
}

.DonorBannerInterior {
  overflow: hidden;
  height: 275px;
  position: relative;
}

.DonorBannerInteriorBackground1 {
  background: #67895e url(../../images/SampleSites/Donor/bearbanner.jpg) no-repeat;
}

.DonorBannerInteriorBackground2 {
  background: #95bb19 url(../../images/SampleSites/Donor/butterflybanner.jpg) no-repeat;
}

.DonorBannerInteriorBackground3 {
  background: #764c31 url(../../images/SampleSites/Donor/catbanner.jpg) no-repeat;
}

.DonorBannerInteriorBackground4 {
  background: #416a26 url(../../images/SampleSites/Donor/frogbanner.jpg) no-repeat;
}

.DonorBannerInteriorBackground5 {
  background: #696f44 url(../../images/SampleSites/Donor/numbatbanner.jpg) no-repeat;
}

.DonorBannerInteriorBackground6 {
  background: #3c683d url(../../images/SampleSites/Donor/squirrelbanner.jpg) no-repeat;
}

.DonorBannerTextBackgroundHome {
  background: none repeat scroll 0 0 #191919;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  float: right;
  height: 292px;
  width: 450px;
  margin: 20px;
}

.DonorBannerTextBackgroundInterior {
  background: none repeat scroll 0 0 #191919;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  float: right;
  height: 236px;
  width: 450px;
  margin: 20px;
}

.DonorBannerTextBackgroundHome h1,
.DonorBannerTextBackgroundInterior h1 {
  color: #fff;
  font-size: 280%;
  background: none;
  margin: 0.4em;
}

.DonorBannerTextBackgroundHome p,
.DonorBannerTextBackgroundInterior p {
  color: #fff;
  font-size: 120%;
  line-height: 1.6em;
  margin: 1em;
  padding: 0.4em;
}

/* !SASS: NaturalHeritageSites/misc ===================================================== */
/*****************************************************/
/*            !MISCELLANEOUS                         */
/*****************************************************/
/* Classes that can be used for iParts and HTML content */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*              !Titles => MISCELLANEOUS                    */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
h1.BigHeader,
.h1.BigHeader {
  background-color: transparent;
  color: #333;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*        !ContentBlockPrimary => MISCELLANEOUS             */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Use class ContentBlockPrimary to give a block of content extra emphasis */
.ContentBlockPrimary {
  padding: 20px;
  background-color: #f0edf2;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*        !Secondary Column => MISCELLANEOUS                */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Make the titles on secondary columns smaller - used on the Member home page */
.SecondaryColumn h2,
.SecondaryColumn .PanelTitle,
.SecondaryColumn .panel-title {
  font-family: inherit;
  font-weight: bold;
  font-size: 90%;
  color: #999999;
  text-transform: uppercase;
}
.SecondaryColumn h2,
.SecondaryColumn .PanelHead,
.SecondaryColumn .TitleBarCaption,
.SecondaryColumn .panel-heading {
  border-bottom: none;
}
.SecondaryColumn .PanelHead,
.SecondaryColumn .panel-heading {
  padding: 0 4px;
}
.SecondaryColumn .CommunityBlogItem {
  padding: 0 0 0 10px;
}
.SecondaryColumn .CommunityBlogItem .PanelFieldValue {
  padding: 0;
}
.SecondaryColumn .CommunityItemTitle {
  font-weight: normal;
  font-size: inherit;
}
.SecondaryColumn .RadGrid .rgRow td,
.SecondaryColumn .RadGrid .rgNoRecords td {
  padding: 4px;
}

.InputXLargeWrapper input[type=text] {
  width: 100%;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*        !ContentBlockPictureArea => MISCELLANEOUS         */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Use class ContentBlockPictureArea to surround an image within a ContentBlockPrimary area */
.ContentBlockPictureArea,
.ContentBlockLeft {
  width: 250px;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.ContentBlockPictureArea.FloatRight,
.ContentBlockLeft.FloatRight {
  float: right;
  margin-left: 0.5em;
}
.ContentBlockPictureArea img,
.ContentBlockLeft img {
  max-width: 100%;
  height: auto !important;
}

.BlockList ul {
  margin: 0;
  padding: 0;
}
.BlockList li {
  list-style: none;
}
.BlockList a {
  display: block;
  text-decoration: none;
  padding: 20px;
}
.BlockList a:hover {
  background-color: #e9e4ec;
}
.BlockList a span {
  text-decoration: underline;
}
.BlockList p {
  color: #313e48;
  margin-bottom: 0;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*        !Block Tagged List => MISCELLANEOUS               */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Tagged list format, styled similar to BlockList */
.BlockTLItem {
  display: block;
  text-decoration: none;
  padding: 10px 0;
}

.BlockTLItem,
.BlockList li {
  border-bottom: 1px solid #ddd;
}

.BlockTLItem h4,
.BlockList h4 {
  font-size: 110%;
  font-weight: normal;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*          !Publish Date => MISCELLANEOUS                  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* PublishDate and ReadMoreLink are used in the Block tagged list format */
.PublishDate {
  font-size: 85%;
  font-style: italic;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !Quote => MISCELLANEOUS                      */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Use on the blockquote element for a styled quote */
.Quote {
  margin: 1.5em 0.7em 1.5em 0;
  padding: 1.5em 0.7em;
  quotes: "“" "”" "“" "”";
  font-weight: normal;
}
.Quote:before {
  content: open-quote;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-size: 500%;
  line-height: 0.1em;
}
.Quote p {
  display: inline;
}
.Quote cite {
  display: block;
  margin-left: 1em;
  margin-top: 0.5em;
  font-style: italic;
}
.Quote cite:before {
  content: "— ";
}
@media (min-width: 768px) {
  .Quote {
    font-size: 120%;
  }
  .Quote cite {
    font-size: 90%;
    margin-left: 2em;
  }
}
.no-mqs .Quote {
  font-size: 120%;
}
.no-mqs .Quote cite {
  font-size: 90%;
  margin-left: 2em;
}

.QuoteStyle2 {
  border-left-color: #004851;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*      !CalloutPanelField1 => MISCELLANEOUS                */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* CalloutPanelField1 can be used as a wrapper for PanelFields, or on the PanelField directly, to callout the first label. */
.CalloutPanelField1 .PanelField label:first-child,
.CalloutPanelField1.PanelField label:first-child,
.CalloutPanelField1 .PanelField .Label:first-child,
.CalloutPanelField1.PanelField .Label:first-child {
  position: relative;
  padding: 15px;
  margin: 0 0 1em;
  color: #ffffff;
  background: #f0d283;
  /*$callout1-bg*/
  width: auto;
  border-radius: 3px;
}
.CalloutPanelField1 .PanelField label:first-child:after,
.CalloutPanelField1.PanelField label:first-child:after,
.CalloutPanelField1 .PanelField .Label:first-child:after,
.CalloutPanelField1.PanelField .Label:first-child:after {
  content: "";
  position: absolute;
  bottom: -8px;
  /* value = - border-top-width - border-bottom-width */
  left: 30px;
  /* controls horizontal position */
  border-width: 8px 8px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #f0d283 transparent;
  /*$callout1-bg*/
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !TotalBox => MISCELLANEOUS                   */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* TotalBox can be used as a wrapper for PanelFields, or on the PanelField directly, to visually distinguish a calculated total. */
.TotalBox {
  border-color: #ddd;
}

.TotalBox label {
  background-color: #f0d283;
  color: #fff;
  padding: 0.25em 0.75em;
  color: #fff;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !CCOGrayBg => MISCELLANEOUS                  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Add zone style "CCOGrayBg" to give CCO content a gray background */
.CCOGrayBg .ContentWizardDisplay {
  background-color: #f0edf2;
}

.CCOGrayBg .yui-g {
  float: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !TitleBarNoBorder => MISCELLANEOUS           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Add zone style "TitleBarNoBorder" to remove the bottom border from the title bar caption */
.TitleBarNoBorder .TitleBarCaption,
.TitleBarNoBorder .PanelHead.Distinguish,
.TitleBarNoBorder .panel-heading.Distinguish {
  border-bottom: none;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !FeatureText => MISCELLANEOUS                */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Use the FeatureText class to make a block of text larger for emphasis */
.FeatureText {
  color: #506576;
  font-size: 150%;
  line-height: 170%;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !CenterText => MISCELLANEOUS                 */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Use the CenterText class to center the text within the iPart */
.CenterText {
  text-align: center;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !FullWidthButtons => MISCELLANEOUS           */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.FullWidthButtons .btn,
.FullWidthButtons .TextButton {
  display: block;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !FeatureActionLink => MISCELLANEOUS          */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Use class FeatureActionLink on a link to call attention to it */
a.FeatureActionLink {
  transition: all 0.2s ease 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 110%;
  font-weight: 300;
  line-height: 1.5em;
  padding: 8px 0;
  text-decoration: none;
}
@media (min-width: 992px) {
  a.FeatureActionLink {
    font-size: 150%;
  }
}
.no-mqs a.FeatureActionLink {
  font-size: 150%;
}
a.FeatureActionLink:hover {
  text-decoration: underline;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !Spotlight => MISCELLANEOUS                  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* Featured items display */
.Spotlight {
  text-align: center;
}
.Spotlight img,
.Spotlight h4 {
  text-align: center;
}
@media (min-width: 768px) {
  .Spotlight .ImageWrapper {
    height: 160px;
  }
}
.no-mqs .Spotlight .ImageWrapper {
  height: 160px;
}
.Spotlight .TextButton,
.Spotlight .btn {
  margin-top: 1em;
}
.Spotlight p {
  text-align: center;
  padding-top: 0.4em;
}
.Spotlight a img {
  transition: opacity 0.2s;
}
.Spotlight a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.SpotlightRow {
  margin-bottom: 1.2em;
}
.SpotlightRow:before, .SpotlightRow:after {
  content: " ";
  display: table;
}
.SpotlightRow:after {
  clear: both;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Feature Header => MISCELLANEOUS               */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.feature-header {
  color: #f0d283;
  border-bottom: none;
  margin-bottom: 0.8em;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*             !Feature Link => MISCELLANEOUS               */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.feature-link-with-image {
  margin-bottom: 1em;
}
.feature-link-with-image, .feature-link-with-image:hover, .feature-link-with-image:active, .feature-link-with-image:visited {
  text-decoration: none;
  color: #fff;
}
.feature-link-with-image .feature-link-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 17em;
  margin-bottom: 20px;
}
.feature-link-with-image .feature-link-text {
  height: 100%;
  padding: 0.8em;
  font-size: 110%;
}
@media (min-width: 480px) {
  .feature-link-with-image .feature-link-text {
    width: 45%;
  }
}
.no-mqs .feature-link-with-image .feature-link-text {
  width: 45%;
}
.feature-link-with-image .feature-link-text h1,
.feature-link-with-image .feature-link-text h2,
.feature-link-with-image .feature-link-text h3,
.feature-link-with-image .feature-link-text h4,
.feature-link-with-image .feature-link-text h5 {
  margin-top: 0;
}
.feature-link-with-image.feature-link-1 .feature-link-text {
  background-color: #f0d283;
  background-color: rgba(240, 210, 131, 0.75);
}
.feature-link-with-image.feature-link-1:hover .feature-link-text {
  background-color: #eac156;
  background-color: rgba(234, 193, 86, 0.75);
}
.feature-link-with-image.feature-link-2 .feature-link-text {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.75);
}
.feature-link-with-image.feature-link-2:hover .feature-link-text {
  background-color: #1a1a1a;
  background-color: rgba(26, 26, 26, 0.75);
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*        !Feature Text Inline => MISCELLANEOUS             */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.feature-text-inline {
  color: #f0d283;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*           !Header Links  => MISCELLANEOUS                */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.header-link {
  border-bottom: none;
}
.header-link a {
  text-decoration: none;
}
.header-link a, .header-link a:visited {
  color: #313e48;
}
.header-link a:hover, .header-link a:active, .header-link a:focus {
  color: #499a89;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*          !Image Banners  => MISCELLANEOUS                */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* use these classes to get a particular background image on an element */
.bg-img-conference-tall {
  background-color: #081337;
  background-image: url("../../images/SampleSites/conferencebannertall.jpg");
}

.bg-img-conference-small {
  background-color: #081337;
  background-image: url("../../images/SampleSites/Member/cairnsnight.jpg");
}

.bg-img-tiger-tall {
  background-color: #04080b;
  background-image: url("../../images/ImageLibrary/tiger-tall.jpg");
  background-position: center center;
}

.bg-img-red-panda {
  background-color: #57574b;
  background-image: url("../../images/SampleSites/Donor/red-panda.jpg");
}

.bg-img-tiger-swimming {
  background-color: #1c1705;
  background-image: url("../../images/SampleSites/Donor/tiger-swimming.jpg");
}

.bg-img-highland-cow {
  background-color: #e4e0cd;
  background-image: url("../../images/SampleSites/Donor/highland-cow.jpg");
}

.bg-img-volunteer-canoes {
  background-color: #8aa15b;
  background-image: url("../../images/SampleSites/Donor/volunteer-canoes.jpg");
}

.bg-img-elephant-with-mountains {
  background-color: #748610;
  background-image: url("../../images/SampleSites/Donor/elephant-with-mountains.jpg");
}

.bg-img-wildlife-refuge {
  background-color: #6d7f2d;
  background-image: url("../../images/SampleSites/Donor/wildlife-refuge.jpg");
}

.bg-img-poplar-trees {
  background-color: #737e23;
  background-image: url("../../images/SampleSites/Donor/poplar-trees.jpg");
  background-position: top center !important;
}

.bg-img-swamp {
  background-color: #bbbdb8;
  background-image: url("../../images/SampleSites/Donor/swamp.jpg");
}

.bg-img-roseate-terns {
  background-color: #8f9949;
  background-image: url("../../images/SampleSites/Donor/roseate-terns.jpg");
  background-position: center 88% !important;
}

.banner-tall,
.banner-short {
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 0;
}
.banner-tall, .banner-tall:visited, .banner-tall:active, .banner-tall:hover, .banner-tall:focus,
.banner-tall h2,
.banner-short,
.banner-short:visited,
.banner-short:active,
.banner-short:hover,
.banner-short:focus,
.banner-short h2 {
  color: #fff;
}

.banner-text h2 {
  font-size: 100%;
}

.banner-tall {
  height: 500px;
  max-width: 300px;
}
.banner-tall .banner-text {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 5px 5px;
}

.banner-short {
  min-height: 150px;
  max-width: 300px;
}
.banner-short .banner-text {
  padding: 5px;
  min-height: 150px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*      !Image Copyright Statements => MISCELLANEOUS        */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
.img-copyright {
  font-size: 70%;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/*      !Donation page enhancements => MISCELLANEOUS        */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+*/
/* To enhance the display of a donation page, apply the donate-page class to the Donation Creator iPart's CSS Class */
.donate-page .GiftItemName {
  color: #f0d283;
  font-size: 250%;
}

.donate-page .GiftItemDescription {
  font-size: 125%;
}

.RelatedItemsHorizontalEffect li:hover {
  transform: scale(1.06);
  border-radius: 0;
  background-color: transparent;
}

/* Fix product name overlapping other content */
ul.RelatedItemsHorizontal li,
.RelatedItemsHorizontal ul.rrItemsList li {
  height: auto;
}

/* !SASS: shared/panel_callouts ========================================================= */
/* !SASS: shared/dashboards ==========================================++++=============== */
/*****************************************************/
/*            !Dashboards                            */
/*****************************************************/
/* Zone or iPart style for the staff dashboards for consistent styling */
.ProgressTracker_Dashboard .panel-body,
.ProgressTracker_Dashboard_Overview .panel-body {
  padding-top: 0;
}
.ProgressTracker_Dashboard .label,
.ProgressTracker_Dashboard_Overview .label {
  font-size: 120%;
  display: block;
  margin-top: 10px;
}
.ProgressTracker_Dashboard .ProgressBar,
.ProgressTracker_Dashboard_Overview .ProgressBar {
  margin-left: -10px;
  margin-right: -10px;
}

.ProgressTracker2 ul,
.ProgressTracker_Dashboard ul,
.ProgressTracker_Dashboard_Overview ul {
  margin: 0;
  padding: 0;
}
.ProgressTracker2 ul,
.ProgressTracker2 li,
.ProgressTracker_Dashboard ul,
.ProgressTracker_Dashboard li,
.ProgressTracker_Dashboard_Overview ul,
.ProgressTracker_Dashboard_Overview li {
  list-style-type: none;
}
.ProgressTracker2 .count,
.ProgressTracker_Dashboard .count,
.ProgressTracker_Dashboard_Overview .count {
  font-weight: bold;
  display: block;
  line-height: 1;
  letter-spacing: -1px;
}
.ProgressTracker2 .label,
.ProgressTracker_Dashboard .label,
.ProgressTracker_Dashboard_Overview .label {
  line-height: 1;
}
.ProgressTracker2 .ProgressBar,
.ProgressTracker_Dashboard .ProgressBar,
.ProgressTracker_Dashboard_Overview .ProgressBar {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  background-color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0.1);
}
.ProgressTracker2 .ProgressBar > span,
.ProgressTracker_Dashboard .ProgressBar > span,
.ProgressTracker_Dashboard_Overview .ProgressBar > span {
  display: block;
  height: 100%;
  background-color: #f0d283;
  position: relative;
  overflow: hidden;
}
.ProgressTracker2 p,
.ProgressTracker_Dashboard p,
.ProgressTracker_Dashboard_Overview p {
  margin-bottom: 0;
}

.ProgressTracker_Dashboard .panel-heading.Distinguish {
  padding-bottom: 0;
}
.ProgressTracker_Dashboard .inset {
  display: block;
  padding-bottom: 15px;
}

.ProgressTracker2 .count,
.ProgressTracker_Dashboard .count {
  font-size: 350%;
}
.ProgressTracker2 .ProgressBar,
.ProgressTracker_Dashboard .ProgressBar {
  padding: 0;
  height: 18px;
}

.ProgressTracker_Dashboard_Overview .panel {
  /* default the overview PTs to the same height */
  min-height: 137px;
}
.ProgressTracker_Dashboard_Overview .panel-heading.Distinguish {
  border-bottom-color: transparent;
}
.ProgressTracker_Dashboard_Overview .count {
  font-size: 250%;
}
.ProgressTracker_Dashboard_Overview .ProgressBar {
  height: 5px;
  margin-bottom: 5px;
}

.StaffDashboard h2,
.StaffDashboard .panel-heading.Distinguish,
.StaffDashboard .PanelHead.Distinguish,
.StaffDashboard .TitleBarCaption {
  border-bottom-color: transparent;
}
.StaffDashboard h2.Collapsible,
.StaffDashboard .panel-heading.Distinguish.Collapsible,
.StaffDashboard .PanelHead.Distinguish.Collapsible,
.StaffDashboard .TitleBarCaption.Collapsible {
  border-bottom-color: #ddd;
}

/* !SASS: shared/svg ==================================================================== */
/*****************************************************/
/*            !SVG                                   */
/*****************************************************/
.smile {
  border-bottom: 5px solid transparent;
}
.smile svg {
  width: 50%;
  margin-top: 10%;
}
.smile svg .cls-1 {
  fill: whitesmoke;
}
.smile svg .cls-2 {
  fill: #6bcaba;
}
.smile:hover svg .cls-1 {
  fill: #6bcaba;
}
.smile:hover svg .cls-2 {
  fill: white;
}
.smile:hover {
  border-bottom: 5px solid #6bcaba;
}

.heads {
  border-bottom: 5px solid transparent;
}
.heads svg {
  width: 50%;
  margin-top: 10%;
}
.heads svg .st0 {
  fill: whitesmoke;
}
.heads svg .st1 {
  fill: #6bcaba;
}
.heads:hover svg .st0 {
  fill: #6bcaba;
}
.heads:hover svg .st1 {
  fill: whitesmoke;
}
.heads:hover {
  border-bottom: 5px solid #6bcaba;
}

.bubbles {
  border-bottom: 5px solid transparent;
}
.bubbles svg {
  width: 50%;
  margin-top: 10%;
}
.bubbles svg .st0 {
  fill: whitesmoke;
}
.bubbles svg .st1 {
  fill: #6bcaba;
}
.bubbles:hover svg .st0 {
  fill: #6bcaba;
}
.bubbles:hover svg .st1 {
  fill: whitesmoke;
}
.bubbles:hover {
  border-bottom: 5px solid #6bcaba;
}

.shift {
  border-bottom: 5px solid transparent;
}
.shift svg {
  width: 50%;
  margin-top: 10%;
}
.shift svg .st0 {
  fill: whitesmoke;
}
.shift svg .st1 {
  fill: #6bcaba;
}
.shift:hover svg .st0 {
  fill: #6bcaba;
}
.shift:hover svg .st1 {
  fill: whitesmoke;
}
.shift:hover {
  border-bottom: 5px solid #6bcaba;
}

.people svg {
  width: 50%;
  margin-top: 10%;
}
.people svg .st2 {
  fill: #6bcaba;
}
.people svg .st3 {
  fill: #004851;
}

/*****************************************************/
/* !End SVG */
/*==================================================================== */
/*            !Media Queries                                           */
/*==================================================================== */
@media (min-width: 768px) {
  .header-containger .carousel-caption {
    top: 170px;
  }
  .header-containger .UtilityNavigation {
    text-align: right;
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header-containger .UtilityNavigation {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .no-mqs .header-containger .UtilityNavigation {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header-containger .RadMenu a.rmLink {
    color: #313e48;
  }
  .header-containger .RadMenu a:visited {
    color: #313e48;
  }
}
@media (min-width: 768px) {
  .header-containger .Wrapper-HomePage .RadMenu a.rmLink.rmRootLink {
    color: #ffffff !important;
  }
}
@media (min-width: 768px) {
  .header-containger .ProgressTracker2 {
    font-size: 135%;
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .header-containger .ste-section {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}
.no-mqs .header-containger .carousel-caption {
  top: 170px;
}
.no-mqs .header-containger .UtilityNavigation {
  text-align: right;
  padding-bottom: 55px;
}
@media (min-width: 1200px) {
  .no-mqs .header-containger .UtilityNavigation {
    padding-bottom: 0;
  }
}
.no-mqs .no-mqs .header-containger .UtilityNavigation {
  padding-bottom: 0;
}
.no-mqs .header-containger .RadMenu a.rmLink {
  color: #313e48;
}
.no-mqs .header-containger .RadMenu a:visited {
  color: #313e48;
}
.no-mqs .header-containger .Wrapper-HomePage .RadMenu a.rmLink.rmRootLink {
  color: #ffffff !important;
}
.no-mqs .header-containger .ProgressTracker2 {
  font-size: 135%;
  width: 75%;
  margin: 0 auto;
}
.no-mqs .header-containger .ste-section {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

/*****************************************************/
/*            !Expander                              */
/*****************************************************/
.RadWindow .expander-container .expander-body {
  display: block;
}

.expander-container .expander {
  background-color: #eeeeee;
  border-bottom: 1px solid #6bcaba;
  margin-bottom: 15px;
  margin-top: 25px;
  display: flex;
}
.expander-container .expander .expander-head {
  padding: 40px 35px;
}
.expander-container .expander.active {
  background-color: #f3f3f3;
}
.expander-container .expander.active .expander-switch button {
  background-image: url(images/minus.svg);
}
.expander-container .expander.active + div {
  display: block;
}
.expander-container .expander-body {
  display: none;
}
.expander-container .expander-switch {
  display: flex;
}
.expander-container .expander-switch button {
  background-image: url(images/plus.svg);
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  background-color: transparent;
  width: 100%;
}

/*****************************************************/
/*            !FullWidthFt                           */
/*****************************************************/
.FullWidthFt {
  background-color: #004851;
  padding: 30px 0 30px 0;
}
.FullWidthFt h1,
.FullWidthFt h2,
.FullWidthFt h3,
.FullWidthFt p {
  color: #94d4ca;
}
.FullWidthFt h1 {
  font-size: 285%;
}
.FullWidthFt .ContentItemContainer button {
  background: #333;
  border: 2px solid #eee;
  color: white;
  padding: 15px 30px;
  float: right;
}

/*****************************************************/
/*            !Colors                                */
/*****************************************************/
.dkgrey {
  color: #333;
}

.mdgrey {
  color: #666;
}

.ltgrey {
  color: #eee;
}

.seafoam {
  color: #6bcaba;
}

.ltseafoam {
  color: #94d4ca;
}

.evergreen {
  color: #004851;
}

.bg-dkgrey {
  background-color: #333;
  color: #fff;
}

.bg-mdgrey {
  background-color: #666;
  color: #fff;
}

.bg-ltgrey {
  background-color: #eee;
}

.bg-seafoam {
  background-color: #6bcaba;
}

.bg-ltseafoam {
  background-color: #94d4ca;
}

.bg-evergreen {
  background-color: #004851;
}

h1.mobileShow {
  display: none;
}

@media only screen and (max-width: 768px) {
  h1.mobileShow {
    display: block;
  }
}
/*****************************************************/
/*            !Alt background colors                 */
/*****************************************************/
.AltBgColor1 {
  background-color: #fff;
  padding: 10px;
}

.AltBgColor2 > .panel,
.AltBgColor2 > .panel h2,
.AltBgColor3 > .panel,
.AltBgColor3 > .panel h2,
.AltBgColor4 > .panel,
.AltBgColor4 > .panel h2,
.AltBgColor5 > .panel,
.AltBgColor5 > .panel h2,
.AltBgColor6 > .panel,
.AltBgColor6 > .panel h2,
.AltBgColor7 > .panel,
.AltBgColor7 > .panel h2,
.AltBgColor8 > .panel,
.AltBgColor8 > .panel h2,
.AltBgColor9 > .panel,
.AltBgColor9 > .panel h2,
.AltBgColor10 > .panel,
.AltBgColor10 > .panel h2,
.AltBgColor11 > .panel,
.AltBgColor11 > .panel h2,
.AltBgColor12 > .panel,
.AltBgColor12 > .panel h2,
.AltBgColor13 > .panel,
.AltBgColor13 > .panel h2,
.AltBgColor14 > .panel,
.AltBgColor14 > .panel h2,
.AltBgColor15 > .panel,
.AltBgColor15 > .panel h2 {
  color: #fff;
}

.AltBgColor2 > .panel a,
.AltBgColor2 > .panel a:hover,
.AltBgColor2 > .panel a:active,
.AltBgColor2 > .panel a:focus,
.AltBgColor2 > .panel a:visited,
.AltBgColor3 > .panel a,
.AltBgColor3 > .panel a:hover,
.AltBgColor3 > .panel a:active,
.AltBgColor3 > .panel a:focus,
.AltBgColor3 > .panel a:visited,
.AltBgColor4 > .panel a,
.AltBgColor4 > .panel a:hover,
.AltBgColor4 > .panel a:active,
.AltBgColor4 > .panel a:focus,
.AltBgColor4 > .panel a:visited,
.AltBgColor5 > .panel a,
.AltBgColor5 > .panel a:hover,
.AltBgColor5 > .panel a:active,
.AltBgColor5 > .panel a:focus,
.AltBgColor5 > .panel a:visited,
.AltBgColor6 > .panel a,
.AltBgColor6 > .panel a:hover,
.AltBgColor6 > .panel a:active,
.AltBgColor6 > .panel a:focus,
.AltBgColor6 > .panel a:visited,
.AltBgColor7 > .panel a,
.AltBgColor7 > .panel a:hover,
.AltBgColor7 > .panel a:active,
.AltBgColor7 > .panel a:focus,
.AltBgColor7 > .panel a:visited,
.AltBgColor8 > .panel a,
.AltBgColor8 > .panel a:hover,
.AltBgColor8 > .panel a:active,
.AltBgColor8 > .panel a:focus,
.AltBgColor8 > .panel a:visited,
.AltBgColor9 > .panel a,
.AltBgColor9 > .panel a:hover,
.AltBgColor9 > .panel a:active,
.AltBgColor9 > .panel a:focus,
.AltBgColor9 > .panel a:visited,
.AltBgColor10 > .panel a,
.AltBgColor10 > .panel a:hover,
.AltBgColor10 > .panel a:active,
.AltBgColor10 > .panel a:focus,
.AltBgColor10 > .panel a:visited,
.AltBgColor11 > .panel a,
.AltBgColor11 > .panel a:hover,
.AltBgColor11 > .panel a:active,
.AltBgColor11 > .panel a:focus,
.AltBgColor11 > .panel a:visited .AltBgColor12 > .panel a,
.AltBgColor12 > .panel a:hover,
.AltBgColor12 > .panel a:active,
.AltBgColor12 > .panel a:focus,
.AltBgColor12 > .panel a:visited,
.AltBgColor13 > .panel a,
.AltBgColor13 > .panel a:hover,
.AltBgColor13 > .panel a:active,
.AltBgColor13 > .panel a:focus,
.AltBgColor13 > .panel a:visited,
.AltBgColor14 > .panel a,
.AltBgColor14 > .panel a:hover,
.AltBgColor14 > .panel a:active,
.AltBgColor14 > .panel a:focus,
.AltBgColor14 > .panel a:visited,
.AltBgColor15 > .panel a,
.AltBgColor15 > .panel a:hover,
.AltBgColor15 > .panel a:active,
.AltBgColor15 > .panel a:focus,
.AltBgColor15 > .panel a:visited {
  color: #fff;
  text-decoration: underline;
}

.AltBgColor2 > .panel .ProgressBar > span,
.AltBgColor3 > .panel .ProgressBar > span,
.AltBgColor4 > .panel .ProgressBar > span,
.AltBgColor5 > .panel .ProgressBar > span,
.AltBgColor6 > .panel .ProgressBar > span,
.AltBgColor7 > .panel .ProgressBar > span,
.AltBgColor8 > .panel .ProgressBar > span,
.AltBgColor9 > .panel .ProgressBar > span,
.AltBgColor10 > .panel .ProgressBar > span,
.AltBgColor11 > .panel .ProgressBar > span,
.AltBgColor12 > .panel .ProgressBar > span,
.AltBgColor13 > .panel .ProgressBar > span,
.AltBgColor14 > .panel .ProgressBar > span,
.AltBgColor15 > .panel .ProgressBar > span {
  /* Make the progress tracker indicator use a white bar instead of default */
  background-color: #fff;
}

.AltBgColor2 > .panel {
  background-color: #00abbe;
}

.AltBgColor2 > .panel.panel-border {
  border-color: #0094a5;
}

.AltBgColor3 > .panel {
  background-color: #5dae3f;
}

.AltBgColor3 > .panel.panel-border {
  border-color: #539b38;
}

.AltBgColor4 > .panel {
  background-color: #e98300;
}

.AltBgColor4 > .panel.panel-border {
  border-color: #d07500;
}

.AltBgColor5 > .panel {
  background-color: #8e51ae;
}

.AltBgColor5 > .panel.panel-border {
  border-color: #80499d;
}

/* Goals: Total Members, Retained and New Active (orange) – Sea foam #CBCABA */
.AltBgColor6 > .panel {
  background-color: #6bcaba;
}

.AltBgColor6 > .panel.panel-border {
  border-color: #6bcaba;
}

/*
Active & Delinquent Members (orange) – Evergreen #004851
 */
.AltBgColor7 > .panel {
  background-color: #004851;
}

.AltBgColor7 > .panel.panel-border {
  border-color: #004851;
}

/* Full-Student members (blue) – Black #000 */
.AltBgColor8 > .panel {
  background-color: #000;
}

.AltBgColor8 > .panel.panel-border {
  border-color: #000;
}

/*
WAMPAC (purple) – Leaf #1B806D
 */
.AltBgColor9 > .panel {
  background-color: #1b806d;
}

.AltBgColor9 > .panel.panel-border {
  border-color: #1b806d;
}

/*
Foundation (purple) – Mountain #330072
 */
.AltBgColor10 > .panel {
  background-color: #330072;
}

.AltBgColor10 > .panel.panel-border {
  border-color: #330072;
}

/* Bar Graphs – Rain (I like the blue) #0068A5 */
.AltBgColor11 > .panel {
  background-color: #0068a5;
}

.AltBgColor11 > .panel.panel-border {
  border-color: #0068a5;
}

/* Sand Color #CC9F53 */
.AltBgColor12 > .panel {
  background-color: #cc9f53;
}

.AltBgColor12 > .panel.panel-border {
  border-color: #cc9f53;
}

/* Sun Color #F0D283 */
.AltBgColor13 > .panel {
  background-color: #f0d283;
}

.AltBgColor13 > .panel.panel-border {
  border-color: #f0d283;
}

/* Stone-A Color #BFB7B0 */
.AltBgColor14 > .panel {
  background-color: #bfb7b0;
}

.AltBgColor14 > .panel.panel-border {
  border-color: #bfb7b0;
}

/* Stone-B Color #ACA199 */
.AltBgColor15 > .panel {
  background-color: #aca199;
}

.AltBgColor15 > .panel.panel-border {
  border-color: #aca199;
}

.ListSearchPrompt {
  padding: 4px 0px;
  color: #ffffff;
}

.Wrapper-HomePage .HomePageFullWidthArea,
.TemplateManagerArea .HomePageFullWidthArea {
  display: block;
  margin-top: 159px;
}

.RecentActivityItem {
  margin-bottom: 15px;
}

.CommunitySummaryBlock {
  text-align: left;
}

iframe {
  border: 0px;
}

@media (max-width: 1135px) {
  #masterHeaderImage {
    margin-top: 20px;
    width: 200px;
  }
}

/*# sourceMappingURL=99-WSMA.css.map */