@import url("//fonts.googleapis.com/css?family=Raleway:200");
/* Responsive version of the Austin Theme for iMIS */
/* ==========================================================================
   MASTER PAGE LAYOUT
   ========================================================================== */
/**
 * Styles necessary to properly align the Cities master page
 **/
#masterWrapper.yui-t2 {
  width: auto;
}

/* Class used to contain the various pieces of the master page */
.container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
background-color: white;

}
.no-mqs .container {
  min-width: 970px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.SliderPage1 {
  max-width: 1170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body-container:before, .body-container:after {
  content: " ";
  display: table;
}
.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
   ========================================================================== */
/**
 * 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: 992px) {
  .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: 992px) {
  .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;
}

/* This applies to the area behind the header logo and auxiliary navigation */
.header {
  padding: 10px 0;
}

.navbar-collapse {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-collapse {
    clear: right;
  }
}
.no-mqs .navbar-collapse {
  clear: right;
}

@media (min-width: 992px) {
  .nav-primary {
    float: right;
    clear: right;
    margin-top: 9px;
  }
}
.no-mqs .nav-primary {
  float: right;
  clear: right;
  margin-top: 9px;
}

.header-logo-container {
  float: left;
}

@media (max-width: 991px) {
  .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;
}

.NavigationListItem {
  list-style-type: none;
  display: inline-block;
  margin-left: 0;
}

        /*.header-utility {
    @include respond-to('tablets and up') {
        float:left;
        clear: none !important;

        div {
            display: inline-block;
            vertical-align: middle;
        }
    }

    a {
        vertical-align: middle;
    }

    input.SurfEdit {
        /* Remove the extra padding from the surf-to-edit button */
        /*padding: 0 !important;
        vertical-align: middle;
    }
}*/
.NavigationLink {
  padding-left: 7.5px;
  padding-right: 7.5px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .ste-section {
    display: none;
  }
}

/* Main
   ========================================================================== */
/* This applies to the breadcrumb area */
.breadcrumb {
  float: none;
  display: inline;
  line-height: 33px;
}

/***** Proxy Panel Styling *****/
/* This applies to the on behalf of (proxy) area */
#ctl00_panProxy_panMain {
  float: right;
}

#ProxyPanelLabels,
#ProxyPanelActions {
  display: inline-block;
}

.ProxyPanelNoContact,
.ProxyPanelContact {
  margin-top: 0.225em;
  line-height: 2.4em;
  font-weight: bold;
  padding: 0 2em;
  white-space: nowrap;
}

/* This applies to the button area at the bottom of the page (e.g., Save, Cancel) */
.CommandBar {
  margin: .5em 0;
  background-color: White;
}

/* Footer
   ========================================================================== */
.footer-nav-copyright {
  padding-top: 1em;
  padding-bottom: 0.35em;
  /* 1em - .65em (bottom margin on nav lis) */
}

.footer-content {
  padding-top: 1em;
}

.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 .NavigationUnorderedList .NavigationListItem,
.footer-nav-copyright .footer-copyright {
  display: inline-block;
  margin: 0 1.5em .65em 0;
}

@media (min-width: 480px) {
  .footer-content-section {
    float: left;
    width: 50%;
  }
}
.no-mqs .footer-content-section {
  float: left;
  width: 50%;
}

@media (min-width: 992px) {
  .footer .footer-social {
    width: 33.3333333333%;
  }
  .footer .footer-promo-container {
    width: 66.6666666667%;
  }
  .footer .footer-nav-copyright {
    text-align: right;
  }
}
.no-mqs .footer .footer-social {
  width: 33.3333333333%;
}
.no-mqs .footer .footer-promo-container {
  width: 66.6666666667%;
}
.no-mqs .footer .footer-nav-copyright {
  text-align: right;
}

#masterFooterCopyright {
  clear: both;
}

/* Sticky Footer
   ========================================================================== */
/**
 * Responsive sticky footer.
 * See http://www.joshrcook.com/a-responsive-sticky-footer/ 
 */
.wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.footer {
  display: table-row;
  height: 1px;
}

body {
  font-family: Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

a {
  color: #23749d;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #1a5573;
}
a:visited {
  color: #2883b2;
}

/**
  * Overriding RadGrid styles requires a !important.
  * Separating it out here to require styles on regular links that are too strong.
  */
.RadGrid a {
  color: #23749d !important;
  text-decoration: underline;
}
.RadGrid a:hover, .RadGrid a:focus, .RadGrid a:active {
  color: #1a5573 !important;
}
.RadGrid a:visited {
  color: #2883b2 !important;
}
.RadGrid a.aspNetDisabled, .RadGrid a.aspNetDisabled:hover, .RadGrid a.aspNetDisabled:focus, .RadGrid a.aspNetDisabled:active, .RadGrid a.aspNetDisabled:visited {
  color: #999999 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1,
.h1,
.PageTitle,
h2,
.h2,
.PanelTitle {
  font-family: Raleway, Verdana, sans-serif;
  font-weight: 200;
  color: #424242;
}

h1,
.PageTitle {
  color: #dc4f00;
  font-size: 250%;
}

h1.BigHeader {
  color: white;
  background-color: #dc4f00;
  padding: 20px;
  margin: 0;
}

h2,
.PanelTitle {
  line-height: 1.45em;
  font-size: 200%;
font-family: arial, sans-serif;
color: #008080;
}

h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
.panel-heading.Distinguish {
  min-height: 0;
  border-bottom-style: dotted;
}

h4,
.SectionLabel,
h5 {
  color: #009b96;
  margin: 0 0 .2em;
}

hr {
  margin-left: .5em;
  margin-right: .5em;
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #dddddd;
}

/* Used for messages guiding users to the next step */
.HelperText {
  color: #0064cd;
}

/* This gives certain selected items (e.g., in the PeoplePanel in the Event Showcase) a colored background */
.SelectedItem {
  background-color: #93cadc;
}

/**
 * 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;
}

/* ==========================================================================
   MASTERPAGE ELEMENTS
   ========================================================================== */
/* This applies to the loading bar at the top of the page */
.ProgressDiv {
  background-color: #ffdd6f;
}

#masterHeaderBackground,
.header {
  border-bottom: 2px dotted #eeeeee;
}

/* Universal search control */
.search-field {
  background: white 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 */
#masterHeaderImage,
#masterDonorHeaderImage {
  background-image: url("images/HeaderLogo.png");
  background-repeat: no-repeat;
  width: 122px;
  height: 38px;
  /* 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: 992px) {
  #masterHeaderImage,
  #masterDonorHeaderImage {
    margin-top: 38px;
  }
}
.no-mqs #masterHeaderImage, .no-mqs
#masterDonorHeaderImage {
  margin-top: 38px;
}

/* Used in the donor site header logo content area */
#masterHeaderActionArea a {
  display: block;
  text-align: center;
}

/* On Behalf Of with target set */
.ProxyPanelContact {
  background-color: #009b96;
  color: white;
}
.ProxyPanelContact a {
  color: #a2d2ea;
}

/* Loading Indicator
   ========================================================================== */
/* Displays a loading message and spinner when a control is taking a while to load */
body.loadingBody {
  background-color: #999999;
  margin: 0;
  padding: 0;
}

#loadingSpinner {
  background-image: url("images/spinner.gif");
}

/* Sub (Left) Navigation
   ========================================================================== */
#pagesubnav {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.SubNavPanelHead {
  background-color: #f4f5ed;
  color: #333333;
  font-family: Raleway, Verdana, sans-serif;
  font-weight: 200;
}

.SubNavigationSeparator {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #dddddd;
  height: 1px;
  padding: 0;
  margin: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-content {
  background-color: #e2bdf533;
  color: white;
  text-align: center;
}
.footer-content h2 {
  margin-top: 0;
  color: white;
  border-bottom: none;
}
.footer-content a {
  color: #acd7ec;
}

.footer-social {
  padding-top: 15px;
}
.footer-social a {
  margin-right: .5em;
}

.footer-promo-container .promo {
  background-color: #020202;
  /* rgba fallback */
  background-color: rgba(2, 2, 2, 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: Raleway, Verdana, sans-serif;
  font-weight: 200;
  margin-bottom: .25em;
  font-size: 130%;
}
@media (min-width: 992px) 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: #020202;
  /* rgba fallback */
  background-color: rgba(2, 2, 2, 0.5);
  color: #fff;
}
.footer-promo-container .TextButton:hover {
  background-color: #020202;
  /* rgba fallback */
  background-color: rgba(2, 2, 2, 0.8);
}

.footer-nav-copyright {
  background-color: white;
  color: #999999;
}
.footer-nav-copyright a, .footer-nav-copyright a:visited {
  color: white;
}
.footer-nav-copyright a:hover, .footer-nav-copyright a:active {
  color: white;
}

/* Compatibility Footer
   ========================================================================== */
/* Old-style footer (pre-responsive) */
#ft {
  background-color: #424242;
  color: white;
}
#ft h4 {
  color: white;
  font-family: Raleway, Verdana, sans-serif;
  font-weight: 200;
}

#masterFooterConnectWithUs {
  border-style: dotted;
  border-color: rgba(221, 221, 221, 0.8);
  border-width: 0 1px;
}

#masterFooterContent a,
#masterFooterCopyright a,
#masterFooterNavigation a {
  color: #acd7ec;
}
#masterFooterContent a:visited,
#masterFooterCopyright a:visited,
#masterFooterNavigation a:visited {
  color: #acd7ec;
}
#masterFooterContent a:hover, #masterFooterContent a:active,
#masterFooterCopyright a:hover,
#masterFooterCopyright a:active,
#masterFooterNavigation a:hover,
#masterFooterNavigation a:active {
  color: #82c2e3;
}

#masterFooterCopyright {
  border-color: #dddddd;
  /* rgba fallback */
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}

/* ==========================================================================
   PRIMARY NAVIGATION
   ========================================================================== */
.navbar-collapse {
  background-color: #d5d5d5;
  border-radius: 0;
}
@media (min-width: 992px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;
  }
}
.no-mqs .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;
}

.auth-link-container {
  /* container for the sign in link when the browser is <992px wide */
  padding: 10px 15px;
  text-align: right;
  border-bottom: 1px dotted #666666;
}

.RadMenu.rmResponsive {
  z-index: 1000 !important;
  position: relative;
}
.RadMenu.rmResponsive ul {
  margin: 0;
  padding: 0;
}
.RadMenu.rmResponsive .rmItem,
.RadMenu.rmResponsive .rsmItem {
  list-style: none;
}
.RadMenu.rmResponsive .rmDisabled > a,
.RadMenu.rmResponsive .rsmDisabled > a {
  cursor: default;
}
.RadMenu.rmResponsive .rmItem {
  width: auto;
  clear: both;
}
.RadMenu.rmResponsive .rmLink,
.RadMenu.rmResponsive .rmSlide .rmLink {
  padding: 10px 15px;
}
.RadMenu.rmResponsive .rmSlide .rmGroup {
  position: relative;
}
.RadMenu.rmResponsive .rsmItem {
  padding: 5px 15px;
}
.RadMenu.rmResponsive .rsmItem .rsmItem {
  /* this is needed to avoid indentaion */
  margin-left: -15px;
}
.RadMenu.rmResponsive .rsmColumn {
  /* for multiple columns on the mega menu */
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .RadMenu.rmResponsive .rsmColumn {
    /* on very small screens drop mega menu columns to one */
    width: 100% !important;
  }
}
.RadMenu.rmResponsive .rmLink,
.RadMenu.rmResponsive .rsmLink {
  color: rgba(10, 98, 154, 1);
  text-decoration: none;
  display: block;
  position: relative;
  /* required for the menu to work in IE */
}
.RadMenu.rmResponsive .rmSelected > .rmRootLink,
.RadMenu.rmResponsive .rmFocused > .rmRootLink {
  /* root itme selected styles */
  color: white;
  background-color: #dc4f00;
}
.RadMenu.rmResponsive .rmRootLink:hover,
.RadMenu.rmResponsive .rmRootLink:focus,
.RadMenu.rmResponsive .rmExpanded > .rmRootLink {
  /* root item hover and focus styles */
  background-color: rgba(128, 141, 147, 1);
  color: white;
}
.RadMenu.rmResponsive .rmGroup {
  background-color: rgba(128, 141, 147, 1);
}
.RadMenu.rmResponsive .rmDisabled > .rmLink,
.RadMenu.rmResponsive .rsmDisabled > .rsmLink {
  color: white;
}
.RadMenu.rmResponsive .rmDisabled > .rmLink:hover, .RadMenu.rmResponsive .rmDisabled > .rmLink:active,
.RadMenu.rmResponsive .rsmDisabled > .rsmLink:hover,
.RadMenu.rmResponsive .rsmDisabled > .rsmLink:active {
  background-color: transparent;
  color: white;
}
.RadMenu.rmResponsive .rmRootGroup > .rmItem {
  position: relative;
}
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
  text-transform: uppercase;
  font-weight: bold;
font-family: arial, sans-serif;
}
.RadMenu.rmResponsive .rmToggle {
  /* a clickable target to expand multi-level navigaiton */
  display: inline-block;
  margin: -10px -15px;
  float: right;
  width: 52px;
  height: 52px;
  background-image: url("images/responsivenav.png");
  background-repeat: no-repeat;
}
.RadMenu.rmResponsive .rmToggle .rmIcon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.RadMenu.rmResponsive .rmLink:hover .rmToggle,
.RadMenu.rmResponsive .rmLink:focus .rmToggle,
.RadMenu.rmResponsive .rmSelected > .rmLink .rmToggle,
.RadMenu.rmResponsive .rmFocused > .rmLink.rmRootLink .rmToggle,
.RadMenu.rmResponsive .rmExpanded > .rmLink .rmToggle,
.RadMenu.rmResponsive .rmSlide .rmLink .rmToggle {
  background-position: 0 -45px;
}
.RadMenu.rmResponsive .rmExpanded > .rmLink > .rmToggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rmResponsive .rmSlide {
  display: none;
  /* hide the sub nav until requested */
  position: absolute;
  height: auto !important;
}
.rmResponsive .rmSlide,
.rmResponsive .rmSlide .rmGroup,
.rmResponsive .rmSlide .rmLink,
.rmResponsive .rmSlide .rmTemplate,
.rmResponsive .rmSlide .rmSeparator {
  width: auto !important;
}
.rmResponsive .rmSlide .rmItem {
  float: none;
  display: block;
}
.rmResponsive .rmSlide .rmText {
  float: none;
}
.rmResponsive .rmSlide .rmLink,
.rmResponsive .rmSlide .rsmLink {
  color: white;
}
.rmResponsive .rmSlide .rmSeparator,
.rmResponsive .rmSlide .MegaDropDownMenuSeperator > .rsmLink {
  border-bottom: 1px dotted white;
}
.rmResponsive .rmSlide .rmFocused > .rmLink,
.rmResponsive .rmSlide .rmSelected > .rmLink,
.rmResponsive .rmSlide .rsmSelected > .rsmLink,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
  background-color: transparent;
  color: #f3691c;
}
.rmResponsive .rmSlide .rmLink:hover, .rmResponsive .rmSlide .rmLink:focus,
.rmResponsive .rmSlide .rsmLink:hover,
.rmResponsive .rmSlide .rsmLink:focus,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus {
  background-color: transparent;
  color: #f3691c;
}
.rmResponsive .rmSlide.rmLevel1 .rmGroup {
  /* for second-level sub-nav and beyond,
   * we want to indent the nav to give separation */
  margin-left: 0;
}
.rmResponsive .rmSlide .MegaDropDownMenu {
  padding-top: 5px;
  padding-bottom: 5px;
}
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem {
  margin-bottom: 1em;
}
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover,
.rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:focus {
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: bold;
}
.rmResponsive .rmSlide .MegaDropDownMenuSeperator .rsmLink {
  padding: 0;
}
@media (max-width: 991px) {
  .rmResponsive .rmSlide {
    width: 100% !important;
  }
  .rmResponsive .rmSlide .rmSlide {
    /* for right expanded items, expand below on extra small screens */
    left: 0 !important;
    margin-top: 51px;
  }
}

@media (min-width: 992px) {
  .RadMenu.rmResponsive .rmItem {
    white-space: nowrap;
  }
  .RadMenu.rmResponsive .rmRootGroup > .rmItem {
    float: left;
    clear: none;
  }
  .RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
    margin: 0;
  }
  .RadMenu.rmResponsive .rmSlide .rmGroup {
    margin: 0;
  }
  .RadMenu.rmResponsive .rmSlide .rmItem {
    float: none;
    display: block;
  }
  .RadMenu.rmResponsive .rmSlide .rmLink,
  .RadMenu.rmResponsive .rmSlide .rmSeparator {
    margin: 0;
  }
  .RadMenu.rmResponsive .rmSlide .rmExpandRight {
    background-image: url("images/ResponsiveNav.png");
    background-position: 100% -200px;
    background-repeat: no-repeat;
  }
  .RadMenu.rmResponsive .rmSlide .rmText {
    padding-right: 40px;
  }
  .RadMenu.rmResponsive .rmToggle {
    display: none;
  }
}
.no-mqs .RadMenu.rmResponsive .rmItem {
  white-space: nowrap;
}
.no-mqs .RadMenu.rmResponsive .rmRootGroup > .rmItem {
  float: left;
  clear: none;
}
.no-mqs .RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
  margin: 0;
}
.no-mqs .RadMenu.rmResponsive .rmSlide .rmGroup {
  margin: 0;
}
.no-mqs .RadMenu.rmResponsive .rmSlide .rmItem {
  float: none;
  display: block;
}
.no-mqs .RadMenu.rmResponsive .rmSlide .rmLink,
.no-mqs .RadMenu.rmResponsive .rmSlide .rmSeparator {
  margin: 0;
}
.no-mqs .RadMenu.rmResponsive .rmSlide .rmExpandRight {
  background-image: url("images/ResponsiveNav.png");
  background-position: 100% -200px;
  background-repeat: no-repeat;
}
.no-mqs .RadMenu.rmResponsive .rmSlide .rmText {
  padding-right: 40px;
}
.no-mqs .RadMenu.rmResponsive .rmToggle {
  display: none;
}

/* ==========================================================================
   SECONDARY NAVIGATION
   ========================================================================== */
/**** Telerik overrides ****/
.RadTreeView.RadTreeView_Austin {
  white-space: normal;
}
.RadTreeView.RadTreeView_Austin .rtTop,
.RadTreeView.RadTreeView_Austin .rtMid,
.RadTreeView.RadTreeView_Austin .rtBot {
  padding: 0;
}
.RadTreeView.RadTreeView_Austin .rtIn {
  font-weight: bold !important;
  display: block;
}
.RadTreeView.RadTreeView_Austin .rtIn,
.RadTreeView.RadTreeView_Austin .rtHover .rtIn,
.RadTreeView.RadTreeView_Austin .rtSelected .rtIn {
  padding: 10px 15px;
  border: none;
}
.RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn,
.RadTreeView.RadTreeView_Austin .child-is-selected.rtIn {
  background-color: transparent;
  color: #333333;
}
.RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn:hover, .RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn:active, .RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn:focus {
  background-color: transparent;
}
.RadTreeView.RadTreeView_Austin .rtUL .rtUL {
  padding-left: 15px;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI {
  /* add a separator border to the first-level sub-nav items only */
  border-top: 1px dotted #dddddd;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI:first-child {
  border-top: none;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI .rtIn {
  /* children should have less padding */
  padding: 5px 15px;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI > .rtUL {
  /* this makes the children section padding even */
  padding-right: 15px;
  padding-bottom: 10px;
}
.RadTreeView.RadTreeView_Austin > .rtUL {
  /* add a boundary for hovered navs */
  margin: 0 1px 1px 1px;
}
.RadTreeView.RadTreeView_Austin .rtSp,
.RadTreeView.RadTreeView_Austin .rtPlus,
.RadTreeView.RadTreeView_Austin .rtMinus {
  /* we don't want to display the expand/collapse icons in this theme */
  display: none;
}
.RadTreeView.RadTreeView_Austin a.rtIn {
  color: #23749d;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0;
}
.RadTreeView.RadTreeView_Austin a.rtIn:hover, .RadTreeView.RadTreeView_Austin a.rtIn:focus, .RadTreeView.RadTreeView_Austin a.rtIn:active {
  background-color: white;
}

.nav-secondary {
  background-color: #f4f5ed;
  margin-bottom: 1em;
}
.nav-secondary .sub-nav-head {
  background-color: #dc4f00;
  color: white;
  font-weight: bold;
  font-size: 120%;
  padding: 10px 15px;
}
.nav-secondary .SubNavigationSeparator {
  border: none;
  height: 4px;
  background-color: #e0e3cc;
}
.nav-secondary .SubNavigationSeparator .rtIn {
  padding: 0;
}

/* ==========================================================================
   AUXILIARY NAVIGATION
   ========================================================================== */
.navbar-header {
  float: right;
}
.navbar-header > div,
.navbar-header > a,
.navbar-header .NavigationUnorderedList,
.navbar-header .NavigationLink {
  display: inline-block;
  vertical-align: middle;
}

.navbar-toggle {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
  vertical-align: middle;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /* extend the toggle down when it's open */
  margin-bottom: 0;
  padding-bottom: 18px;
}
.navbar-toggle.collapsed {
  /* then tighten it back up when it's closed */
  margin-bottom: 6.5px;
  padding-bottom: 9px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-default .navbar-toggle {
  background-color: #2f8aa7;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #267087;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.nav-auxiliary .TextButton {
  margin-left: 15px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.nav-auxiliary a {
  /* Utility navigation links */
  color: gray;
}
@media (min-width: 992px) {
  .nav-auxiliary .NavigationListItem,
  .nav-auxiliary .header-social .SocialSprite {
    margin-left: 7px;
  }
}
.no-mqs .nav-auxiliary .NavigationListItem,
.no-mqs .nav-auxiliary .header-social .SocialSprite {
  margin-left: 7px;
}
.nav-auxiliary .nav-image {
  vertical-align: baseline;
  padding-right: 8px;
}

/* Auxiliary toggle buttons
   ========================================================================== */
/* Toggles that display on x-small screens to display the primary nav and search */
.navbar-toggle {
  float: none;
}
.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: url("images/ResponsiveHeaderSprite.png") no-repeat center top;
  width: 22px;
  height: 21px;
  margin: -1px 0;
  /* this makes it line up properly with the hamburger */
}

/* Auxiliary button links
   ========================================================================== */
/* These links are styled like the toggles on x-small screens */
.nav-auxiliary .NavigationListItem {
  position: relative;
  /* this is required for the cart indicator placement */
  display: inline-block;
}
.nav-auxiliary .nav-aux-account .nav-text,
.nav-auxiliary .nav-aux-cart .nav-text {
  /* add the background sprite for the provided CSS classes */
  background-image: url("images/ResponsiveHeaderSprite.png");
  background-repeat: no-repeat;
  padding-left: 26px;
}
.nav-auxiliary .nav-aux-account .nav-text {
  background-position: 0 -125px;
}
.nav-auxiliary .nav-aux-cart .nav-text {
  background-position: 0 -75px;
}
.nav-auxiliary .nav-aux-cart .cartFull {
  /* This is the flag indicating how many items are in your cart */
  position: absolute;
  left: 10px;
  /* padding plus placement */
  top: -5px;
  line-height: 1;
  text-align: center;
  width: 1.6em;
}
.nav-auxiliary .nav-aux-cart .cartCenter {
  background-color: #ec8c56;
  color: #fff;
  border-radius: 2px;
  font-size: 78%;
  padding: 0 2px 1px;
  -webkit-box-shadow: -1px 1px 0 rgba(34, 34, 34, 0.7);
  box-shadow: -1px 1px 0 rgba(34, 34, 34, 0.7);
}

@media (max-width: 991px) {
  .nav-auxiliary .nav-aux-button .NavigationLink {
    /* This makes the link look like the toggle buttons */
    background-color: #2f8aa7;
    margin-left: 15px;
    padding: 9px 10px;
    margin-top: 6.5px;
    margin-bottom: 6.5px;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .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: 21px;
  }
  .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text {
    background-position: 0 -100px;
  }
  .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
    background-position: 0 -50px;
  }
  .nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
    /* This is the flag indicating how many items are in your cart */
    left: 29px;
    /* margin, padding, plus placement */
    top: 8px;
  }
  .nav-auxiliary .nav-aux-button.nav-aux-cart .cartCenter {
    background-color: #99e6ff;
    color: #000;
  }
}

.header-search {
  padding: 10px 15px;
}
.header-search > .header-search {
  padding: 0;
  /* don't double the padding */
}
@media (max-width: 991px) {
  .header-search .search-field {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header-search {
    padding: 0 0 0 7px;
  }
}
.no-mqs .header-search {
  padding: 0 0 0 7px;
}

/* Auxiliary/Primary switch
   ========================================================================== */
/**
 * 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: 991px) {
  .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: 992px) {
  .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;
}

/* ==========================================================================
   SOCIAL 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);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  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;
}

/**** End Social Netowrking Icon Styling ****/
input,
button,
select,
textarea {
  font-family: Segoe UI, Helvetica, Arial, sans-serif;
}

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: 43px;
  padding: 8px 10px;
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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;
}

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 #cccccc;
  background-color: white;
}

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;
}

/* ==========================================================================
   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: nowrap;
  text-decoration: none;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  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: white;
  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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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.0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* default button */
.btn,
.TextButton,
.TextButtonWithImage,
.ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton {
  color: white;
  background-color: #2f8aa7;
  border-color: transparent;
}
.btn:hover, .btn:focus, .btn:active, .btn.active,
.TextButton:hover,
.TextButton:focus,
.TextButton:active,
.TextButton.active,
.TextButtonWithImage:hover,
.TextButtonWithImage:focus,
.TextButtonWithImage:active,
.TextButtonWithImage.active,
.ruButton:hover,
.ruButton:focus,
.ruButton:active,
.ruButton.active,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a.active,
.RadGrid input.TextButton:hover,
.RadGrid input.TextButton:focus,
.RadGrid input.TextButton:active,
.RadGrid input.TextButton.active {
  color: white;
  background-color: #267087;
  border-color: transparent;
}
.open .btn.dropdown-toggle, .open
.TextButton.dropdown-toggle, .open
.TextButtonWithImage.dropdown-toggle, .open
.ruButton.dropdown-toggle, .open
#masterHeaderActionArea a.dropdown-toggle, .open
.RadGrid input.TextButton.dropdown-toggle {
  color: white;
  background-color: #267087;
  border-color: transparent;
}
.btn:active, .btn.active,
.TextButton:active,
.TextButton.active,
.TextButtonWithImage:active,
.TextButtonWithImage.active,
.ruButton:active,
.ruButton.active,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a.active,
.RadGrid input.TextButton:active,
.RadGrid input.TextButton.active {
  background-image: none;
}
.open .btn.dropdown-toggle, .open
.TextButton.dropdown-toggle, .open
.TextButtonWithImage.dropdown-toggle, .open
.ruButton.dropdown-toggle, .open
#masterHeaderActionArea a.dropdown-toggle, .open
.RadGrid input.TextButton.dropdown-toggle {
  background-image: none;
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active, .btn.aspNetDisabled, .btn.aspNetDisabled:hover, .btn.aspNetDisabled:focus, .btn.aspNetDisabled:active, .btn.aspNetDisabled.active,
.TextButton.disabled,
.TextButton.disabled:hover,
.TextButton.disabled:focus,
.TextButton.disabled:active,
.TextButton.disabled.active,
.TextButton[disabled],
.TextButton[disabled]:hover,
.TextButton[disabled]:focus,
.TextButton[disabled]:active,
.TextButton[disabled].active, fieldset[disabled]
.TextButton, fieldset[disabled]
.TextButton:hover, fieldset[disabled]
.TextButton:focus, fieldset[disabled]
.TextButton:active, fieldset[disabled]
.TextButton.active,
.TextButton.aspNetDisabled,
.TextButton.aspNetDisabled:hover,
.TextButton.aspNetDisabled:focus,
.TextButton.aspNetDisabled:active,
.TextButton.aspNetDisabled.active,
.TextButtonWithImage.disabled,
.TextButtonWithImage.disabled:hover,
.TextButtonWithImage.disabled:focus,
.TextButtonWithImage.disabled:active,
.TextButtonWithImage.disabled.active,
.TextButtonWithImage[disabled],
.TextButtonWithImage[disabled]:hover,
.TextButtonWithImage[disabled]:focus,
.TextButtonWithImage[disabled]:active,
.TextButtonWithImage[disabled].active, fieldset[disabled]
.TextButtonWithImage, fieldset[disabled]
.TextButtonWithImage:hover, fieldset[disabled]
.TextButtonWithImage:focus, fieldset[disabled]
.TextButtonWithImage:active, fieldset[disabled]
.TextButtonWithImage.active,
.TextButtonWithImage.aspNetDisabled,
.TextButtonWithImage.aspNetDisabled:hover,
.TextButtonWithImage.aspNetDisabled:focus,
.TextButtonWithImage.aspNetDisabled:active,
.TextButtonWithImage.aspNetDisabled.active,
.ruButton.disabled,
.ruButton.disabled:hover,
.ruButton.disabled:focus,
.ruButton.disabled:active,
.ruButton.disabled.active,
.ruButton[disabled],
.ruButton[disabled]:hover,
.ruButton[disabled]:focus,
.ruButton[disabled]:active,
.ruButton[disabled].active, fieldset[disabled]
.ruButton, fieldset[disabled]
.ruButton:hover, fieldset[disabled]
.ruButton:focus, fieldset[disabled]
.ruButton:active, fieldset[disabled]
.ruButton.active,
.ruButton.aspNetDisabled,
.ruButton.aspNetDisabled:hover,
.ruButton.aspNetDisabled:focus,
.ruButton.aspNetDisabled:active,
.ruButton.aspNetDisabled.active,
#masterHeaderActionArea a.disabled,
#masterHeaderActionArea a.disabled:hover,
#masterHeaderActionArea a.disabled:focus,
#masterHeaderActionArea a.disabled:active,
#masterHeaderActionArea a.disabled.active,
#masterHeaderActionArea a[disabled],
#masterHeaderActionArea a[disabled]:hover,
#masterHeaderActionArea a[disabled]:focus,
#masterHeaderActionArea a[disabled]:active,
#masterHeaderActionArea a[disabled].active, fieldset[disabled]
#masterHeaderActionArea a, fieldset[disabled]
#masterHeaderActionArea a:hover, fieldset[disabled]
#masterHeaderActionArea a:focus, fieldset[disabled]
#masterHeaderActionArea a:active, fieldset[disabled]
#masterHeaderActionArea a.active,
#masterHeaderActionArea a.aspNetDisabled,
#masterHeaderActionArea a.aspNetDisabled:hover,
#masterHeaderActionArea a.aspNetDisabled:focus,
#masterHeaderActionArea a.aspNetDisabled:active,
#masterHeaderActionArea a.aspNetDisabled.active,
.RadGrid input.TextButton.disabled,
.RadGrid input.TextButton.disabled:hover,
.RadGrid input.TextButton.disabled:focus,
.RadGrid input.TextButton.disabled:active,
.RadGrid input.TextButton.disabled.active,
.RadGrid input.TextButton[disabled],
.RadGrid input.TextButton[disabled]:hover,
.RadGrid input.TextButton[disabled]:focus,
.RadGrid input.TextButton[disabled]:active,
.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, 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,
.RadGrid input.TextButton.aspNetDisabled.active {
  background-color: #2f8aa7;
  border-color: transparent;
}

/* some Telerik overrides */
.ruButton {
  background-color: #2f8aa7 !important;
  color: white !important;
  cursor: pointer;
}

/* primary button */
.PrimaryButton,
.SaveAndClose,
.SaveAs,
.UsePrimaryButton .TextButton,
.UsePrimaryButton .TextButtonWithImage,
#masterHeaderActionArea a,
.RadGrid input.PrimaryButton {
  color: white;
  background-color: #dc4f00;
  border-color: transparent;
}
.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .PrimaryButton.active,
.SaveAndClose:hover,
.SaveAndClose:focus,
.SaveAndClose:active,
.SaveAndClose.active,
.SaveAs:hover,
.SaveAs:focus,
.SaveAs:active,
.SaveAs.active,
.UsePrimaryButton .TextButton:hover,
.UsePrimaryButton .TextButton:focus,
.UsePrimaryButton .TextButton:active,
.UsePrimaryButton .TextButton.active,
.UsePrimaryButton .TextButtonWithImage:hover,
.UsePrimaryButton .TextButtonWithImage:focus,
.UsePrimaryButton .TextButtonWithImage:active,
.UsePrimaryButton .TextButtonWithImage.active,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a.active,
.RadGrid input.PrimaryButton:hover,
.RadGrid input.PrimaryButton:focus,
.RadGrid input.PrimaryButton:active,
.RadGrid input.PrimaryButton.active {
  color: white;
  background-color: #b34000;
  border-color: transparent;
}
.open .PrimaryButton.dropdown-toggle, .open
.SaveAndClose.dropdown-toggle, .open
.SaveAs.dropdown-toggle, .open
.UsePrimaryButton .TextButton.dropdown-toggle, .open
.UsePrimaryButton .TextButtonWithImage.dropdown-toggle, .open
#masterHeaderActionArea a.dropdown-toggle, .open
.RadGrid input.PrimaryButton.dropdown-toggle {
  color: white;
  background-color: #b34000;
  border-color: transparent;
}
.PrimaryButton:active, .PrimaryButton.active,
.SaveAndClose:active,
.SaveAndClose.active,
.SaveAs:active,
.SaveAs.active,
.UsePrimaryButton .TextButton:active,
.UsePrimaryButton .TextButton.active,
.UsePrimaryButton .TextButtonWithImage:active,
.UsePrimaryButton .TextButtonWithImage.active,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a.active,
.RadGrid input.PrimaryButton:active,
.RadGrid input.PrimaryButton.active {
  background-image: none;
}
.open .PrimaryButton.dropdown-toggle, .open
.SaveAndClose.dropdown-toggle, .open
.SaveAs.dropdown-toggle, .open
.UsePrimaryButton .TextButton.dropdown-toggle, .open
.UsePrimaryButton .TextButtonWithImage.dropdown-toggle, .open
#masterHeaderActionArea a.dropdown-toggle, .open
.RadGrid input.PrimaryButton.dropdown-toggle {
  background-image: none;
}
.PrimaryButton.disabled, .PrimaryButton.disabled:hover, .PrimaryButton.disabled:focus, .PrimaryButton.disabled:active, .PrimaryButton.disabled.active, .PrimaryButton[disabled], .PrimaryButton[disabled]:hover, .PrimaryButton[disabled]:focus, .PrimaryButton[disabled]:active, .PrimaryButton[disabled].active, fieldset[disabled] .PrimaryButton, fieldset[disabled] .PrimaryButton:hover, fieldset[disabled] .PrimaryButton:focus, fieldset[disabled] .PrimaryButton:active, fieldset[disabled] .PrimaryButton.active, .PrimaryButton.aspNetDisabled, .PrimaryButton.aspNetDisabled:hover, .PrimaryButton.aspNetDisabled:focus, .PrimaryButton.aspNetDisabled:active, .PrimaryButton.aspNetDisabled.active,
.SaveAndClose.disabled,
.SaveAndClose.disabled:hover,
.SaveAndClose.disabled:focus,
.SaveAndClose.disabled:active,
.SaveAndClose.disabled.active,
.SaveAndClose[disabled],
.SaveAndClose[disabled]:hover,
.SaveAndClose[disabled]:focus,
.SaveAndClose[disabled]:active,
.SaveAndClose[disabled].active, fieldset[disabled]
.SaveAndClose, fieldset[disabled]
.SaveAndClose:hover, fieldset[disabled]
.SaveAndClose:focus, fieldset[disabled]
.SaveAndClose:active, fieldset[disabled]
.SaveAndClose.active,
.SaveAndClose.aspNetDisabled,
.SaveAndClose.aspNetDisabled:hover,
.SaveAndClose.aspNetDisabled:focus,
.SaveAndClose.aspNetDisabled:active,
.SaveAndClose.aspNetDisabled.active,
.SaveAs.disabled,
.SaveAs.disabled:hover,
.SaveAs.disabled:focus,
.SaveAs.disabled:active,
.SaveAs.disabled.active,
.SaveAs[disabled],
.SaveAs[disabled]:hover,
.SaveAs[disabled]:focus,
.SaveAs[disabled]:active,
.SaveAs[disabled].active, fieldset[disabled]
.SaveAs, fieldset[disabled]
.SaveAs:hover, fieldset[disabled]
.SaveAs:focus, fieldset[disabled]
.SaveAs:active, fieldset[disabled]
.SaveAs.active,
.SaveAs.aspNetDisabled,
.SaveAs.aspNetDisabled:hover,
.SaveAs.aspNetDisabled:focus,
.SaveAs.aspNetDisabled:active,
.SaveAs.aspNetDisabled.active,
.UsePrimaryButton .TextButton.disabled,
.UsePrimaryButton .TextButton.disabled:hover,
.UsePrimaryButton .TextButton.disabled:focus,
.UsePrimaryButton .TextButton.disabled:active,
.UsePrimaryButton .TextButton.disabled.active,
.UsePrimaryButton .TextButton[disabled],
.UsePrimaryButton .TextButton[disabled]:hover,
.UsePrimaryButton .TextButton[disabled]:focus,
.UsePrimaryButton .TextButton[disabled]:active,
.UsePrimaryButton .TextButton[disabled].active, fieldset[disabled]
.UsePrimaryButton .TextButton, fieldset[disabled]
.UsePrimaryButton .TextButton:hover, fieldset[disabled]
.UsePrimaryButton .TextButton:focus, fieldset[disabled]
.UsePrimaryButton .TextButton:active, fieldset[disabled]
.UsePrimaryButton .TextButton.active,
.UsePrimaryButton .TextButton.aspNetDisabled,
.UsePrimaryButton .TextButton.aspNetDisabled:hover,
.UsePrimaryButton .TextButton.aspNetDisabled:focus,
.UsePrimaryButton .TextButton.aspNetDisabled:active,
.UsePrimaryButton .TextButton.aspNetDisabled.active,
.UsePrimaryButton .TextButtonWithImage.disabled,
.UsePrimaryButton .TextButtonWithImage.disabled:hover,
.UsePrimaryButton .TextButtonWithImage.disabled:focus,
.UsePrimaryButton .TextButtonWithImage.disabled:active,
.UsePrimaryButton .TextButtonWithImage.disabled.active,
.UsePrimaryButton .TextButtonWithImage[disabled],
.UsePrimaryButton .TextButtonWithImage[disabled]:hover,
.UsePrimaryButton .TextButtonWithImage[disabled]:focus,
.UsePrimaryButton .TextButtonWithImage[disabled]:active,
.UsePrimaryButton .TextButtonWithImage[disabled].active, fieldset[disabled]
.UsePrimaryButton .TextButtonWithImage, fieldset[disabled]
.UsePrimaryButton .TextButtonWithImage:hover, fieldset[disabled]
.UsePrimaryButton .TextButtonWithImage:focus, fieldset[disabled]
.UsePrimaryButton .TextButtonWithImage:active, fieldset[disabled]
.UsePrimaryButton .TextButtonWithImage.active,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:hover,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:focus,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:active,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled.active,
#masterHeaderActionArea a.disabled,
#masterHeaderActionArea a.disabled:hover,
#masterHeaderActionArea a.disabled:focus,
#masterHeaderActionArea a.disabled:active,
#masterHeaderActionArea a.disabled.active,
#masterHeaderActionArea a[disabled],
#masterHeaderActionArea a[disabled]:hover,
#masterHeaderActionArea a[disabled]:focus,
#masterHeaderActionArea a[disabled]:active,
#masterHeaderActionArea a[disabled].active, fieldset[disabled]
#masterHeaderActionArea a, fieldset[disabled]
#masterHeaderActionArea a:hover, fieldset[disabled]
#masterHeaderActionArea a:focus, fieldset[disabled]
#masterHeaderActionArea a:active, fieldset[disabled]
#masterHeaderActionArea a.active,
#masterHeaderActionArea a.aspNetDisabled,
#masterHeaderActionArea a.aspNetDisabled:hover,
#masterHeaderActionArea a.aspNetDisabled:focus,
#masterHeaderActionArea a.aspNetDisabled:active,
#masterHeaderActionArea a.aspNetDisabled.active,
.RadGrid input.PrimaryButton.disabled,
.RadGrid input.PrimaryButton.disabled:hover,
.RadGrid input.PrimaryButton.disabled:focus,
.RadGrid input.PrimaryButton.disabled:active,
.RadGrid input.PrimaryButton.disabled.active,
.RadGrid input.PrimaryButton[disabled],
.RadGrid input.PrimaryButton[disabled]:hover,
.RadGrid input.PrimaryButton[disabled]:focus,
.RadGrid input.PrimaryButton[disabled]:active,
.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, 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,
.RadGrid input.PrimaryButton.aspNetDisabled.active {
  background-color: #dc4f00;
  border-color: transparent;
}

.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: white;
  background-color: #424242;
}
.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: white;
  background-color: #232323;
}

/**** End button styles ****/
/* ==========================================================================
   CONTENT ITEMS
   ========================================================================== */
.StandardPanel,
.ContentBorder,
h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.ShowFieldset fieldset,
.panel-border,
.panel-heading.Distinguish {
  border-color: #dddddd;
}

.PanelHead.Distinguish .PanelHeadOptions,
.panel-heading.Distinguish .panel-head-options {
  margin-top: .6em;
}

/* Search Results
   ========================================================================== */
.SearchField,
.SearchResultSummary .ListItemTitle a {
  display: block;
  background-color: #badde8;
  padding: 8px 12px;
}

.SearchField label {
  font-size: 120%;
  color: #23749d;
}

.SearchResultSummary .ListItemTitle a {
  text-decoration: none;
  color: #333333 !important;
  margin: -4px -7px 0;
}

.SearchResultSummary .ListItemTitle a:hover {
  background-color: #93cadc;
  text-decoration: underline;
}

/* Event Display
   ========================================================================== */
.EventSummary {
  background-color: #ffffff;
}
.EventSummary .PhotoArea {
  padding: 2em;
}
.EventSummary .PhotoArea img {
  border: 1px solid #CCC !important;
}
.EventSummary .Description {
  padding: 0 2em 2em;
}
@media (min-width: 992px) {
  .EventSummary .Description {
    padding: 2em;
  }
}
.no-mqs .EventSummary .Description {
  padding: 2em;
}

.ProgramGroup .PanelHead,
.ProgramGroup .panel-heading {
  background-color: #93cadc;
}
.ProgramGroup .PanelTitle,
.ProgramGroup .panel-title {
  font-family: Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 120%;
  line-height: 2em;
  padding-left: .5em;
}

/* Progress Tracker
   ========================================================================== */
/* These are overrides for the colors and styles defined in 10-UltraWave.css */
/* <Progress Tracker (Default)> */
.ProgressTracker .count {
  font-weight: bold;
}
.ProgressTracker .SuccessfulMessage,
.ProgressTracker .ProgressBar > span {
  background-color: #3aabcf;
}

/* </Progress Tracker > */
/* <Progress Tracker 2> */
.ProgressTracker2 .ProgressTrackerPanel {
  background-color: #93cadc;
}
.ProgressTracker2 .ProgressTrackerPanel:before, .ProgressTracker2 .ProgressTrackerPanel:after {
  content: " ";
  display: table;
}
.ProgressTracker2 .ProgressTrackerPanel:after {
  clear: both;
}
.ProgressTracker2 .ProgressTrackerPanel .count {
  color: white;
  font-family: Raleway, Verdana, sans-serif;
  font-weight: 200;
}
.ProgressTracker2 div p {
  background-color: white;
  color: #23749d;
  margin-bottom: 0;
}
.ProgressTracker2 .ProgressBar {
  margin: 10px;
}
.ProgressTracker2 .ProgressBar > span {
  background-color: #db9770;
}
.ProgressTracker2 .SuccessfulMessage {
  background-color: #6db0d3;
  color: #333333;
}

/* </Progress Tracker 2> */
/* Filter Panel (Query Menu)
   ========================================================================== */
/* This is an alternate style for the Query Menu filter panel */
.FilterPanel {
  background-color: #f4f5ed;
  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: 140%;
}
.FilterPanel .PanelHead.Distinguish,
.FilterPanel .panel-heading.Distinguish {
  border: none;
  min-height: 1em;
}

/* Cart Charges
   ========================================================================== */
.CartCharges {
  background-color: #f4f5ed;
}
.CartCharges .PanelField {
  width: 99%;
  border-bottom: none;
  border-top: 1px dotted #dddddd;
}
.CartCharges .PanelField:first-child,
.CartCharges .PanelField .GrandTotal {
  border-top: none;
}
.CartCharges .GrandTotal .PanelField {
  background-color: white;
  text-transform: uppercase;
  font-weight: bold;
  color: #dc4f00;
}
.CartCharges .GrandTotal .PanelField .Label {
  color: #dc4f00;
}

/* Group List Editor
   ========================================================================== */
.RadTreeView.GLE a:hover, .RadTreeView.GLE a:focus,
.RadTreeView.GLE span[onclick]:hover,
.RadTreeView.GLE span[onclick]:focus {
  background-color: #2f8aa7;
  color: #fff;
}

/* ==========================================================================
   TELERIK OVERRIDES
   ========================================================================== */
/* RadTabStrip
   ========================================================================== */
.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL,
.RadTabStrip_Metro .rtsLevel1,
.RadTabStrip_Metro .rtsLevel1 .rtsUL {
  background-color: #3aabcf !important;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsLink, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink,
.RadTabStrip_Metro .rtsLevel1 .rtsLink,
.RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
  text-transform: none;
  border-color: #3aabcf;
}
.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: white;
}

/* RadToolTip
   ========================================================================== */
/* Currently used by the QueryMenu iPart */
.RadToolTip_Telerik a:hover {
  background-color: #93cadc;
}

/* RadGrid
   ========================================================================== */
.RadGrid.RadGrid_Sitefinity .rgAltRow {
  background-color: #f4f5ed;
}
.RadGrid.RadGrid_Sitefinity .rgSelectedRow {
  /* Need to re-apply the selected row styling to override the alt row styling */
  background-color: #FFFFE1;
}

.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover {
  background-color: #3aabcf;
  border-color: #3aabcf;
  color: #FFF !important;
}

/* RadScheduler
   ========================================================================== */
.RadScheduler.RadScheduler_Metro .rsAptIn {
  border-top: none;
}
.RadScheduler.RadScheduler_Metro .rsHeader {
  border-color: #3aabcf;
  background-color: #3aabcf;
}
.RadScheduler.RadScheduler_Metro .rsHeader ul a {
  border-color: #3aabcf;
}
.RadScheduler.RadScheduler_Metro .rsHeader h2 {
  font-family: Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  border-bottom: none;
}

/* RadMenu
   ========================================================================== */
.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: #2f8aa7;
}
.RadMenu.RadMenu_Metro .rmRootLink,
.RadMenu.RadMenu_MetroTouch .rmRootLink {
  border-color: #2f8aa7;
}
.RadMenu.RadMenu_Metro .rmDisabled, .RadMenu.RadMenu_Metro .rmDisabled:hover,
.RadMenu.RadMenu_MetroTouch .rmDisabled,
.RadMenu.RadMenu_MetroTouch .rmDisabled:hover {
  border-color: #2f8aa7;
}
.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 .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 .rmExpanded,
.RadMenu.RadMenu_MetroTouch .rmGroup .rmExpanded:hover {
  border-color: #2f8aa7;
  background-color: #2f8aa7;
}

.RadMenu_MetroTouch .rmRootGroup .rmLeftImage {
  margin-top: 10px !important;
}

/**************************************/
/*        Homepage Hero Area          */
/**************************************/
.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: black;
  /* Fallback for IE8, which doesn't support rgba */
  background-color: rgba(0, 0, 0, 0.75);
}
.HeroContent h1, .HeroContent h2, .HeroContent h3, .HeroContent h4, .HeroContent h5, .HeroContent .HeroText {
  color: white;
  margin: 0 8px 8px 8px;
}
.HeroContent .TextButton {
  float: right;
}

.Slider.FullWidth {
  height: 32em;
  background: #0c161f url(images/sliderpage6.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.Slider.FullWidth h1 {
  font-size: 280%;
}
@media (min-width: 992px) {
  .Slider.FullWidth h1 {
    font-size: 300%;
  }
}
.no-mqs .Slider.FullWidth h1 {
  font-size: 320%;
}
.Slider.FullWidth .SliderPage1 {
  height: 100%;
}
.Slider.FullWidth .SliderPage1 h1 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
font-family: arial, sans-serif;
background: rgba(47, 103, 178, 0.5)
color: #FFF;
}
.Slider.FullWidth .SliderPage1 .SliderContent {
  padding: 1em;
  /* 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;
 
  overflow: auto;
}
@media (min-width: 992px) {
  .Slider.FullWidth .SliderPage1 .SliderContent {
    position: inherit;
    float: right;

    margin: 15px;
  }
}
.no-mqs .Slider.FullWidth .SliderPage1 .SliderContent {
  position: inherit;
  float: right;

  margin: 15px;
}
.Slider.FullWidth .SliderPage1 .SliderText {
  max-height: 300px;
  overflow-y: auto;
  line-height: 1.7em;
background-color: #2f6ab2;
background: rgba(47, 103, 178, 0.5)
font-family: arial, sans-serif;
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 .ActionButton {
  float: right;
  clear: right;
}

/**** End Hero Area ***/
/* ==========================================================================
   COMMUNITIES
   ========================================================================== */
/* Community left nav */
.CommunityLinksBlock a {
  color: #333333;
}
.CommunityLinksBlock a:hover {
  background-color: #93cadc;
  color: #333333;
  text-decoration: none;
}
.CommunityLinksBlock a.CommunityLinksSelected, .CommunityLinksBlock a.CommunityLinksSelected:hover {
  background-color: #2f8aa7;
  color: White;
  font-weight: bold;
  text-decoration: none;
}

/* CommunityBreadCrumb */
.BreadCrumbCurrent {
  font-size: 120%;
  font-weight: bold;
}

/*** Communities common elements ***/
.CommunityItemActionLinks a:hover {
  background-color: #2f8aa7;
}

.CommunityItemTitle {
  font-size: 110%;
  padding: .25em 0;
}

.CommunityCommentItem {
  background: #f2f2f2;
  border-left: 10px solid #dddddd;
  padding: .5em .5em .2em .5em;
  margin-left: 3em;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.CommunityWikiItem .CommunityRepeaterTable .CommunityCommentItem {
  background: #f2f2f2;
}

/* For adding comments */
.CommunityWikiReplyForm {
  background: #f2f2f2;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/*****************************************************/
/*            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: white;
  font-size: 2.8em;
  background: none;
  margin: 0.4em;
}

.DonorBannerTextBackgroundHome p, .DonorBannerTextBackgroundInterior p {
  color: white;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 1em;
  padding: 0.4em;
}

/**** End Donor Sample Site Styles ****/
/* ==========================================================================
   MISCELLANEOUS
   ========================================================================== */
/* Classes that can be used for iParts and HTML content */
/* Use class CalloutArea1 or CalloutArea2 to call out an iPart or content block */
.CalloutArea1, .CalloutBlockType1 {
  background-color: #009b96;
  padding: 10px;
  margin: 20px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: white;
}
.CalloutArea1 label, .CalloutArea1 h1, .CalloutArea1 h2, .CalloutArea1 h3, .CalloutArea1 h4, .CalloutArea1 h5, .CalloutArea1 .PanelTitle, .CalloutArea1 .TitleBarCaption, .CalloutArea1 a.FeatureActionLink, .CalloutBlockType1 label, .CalloutBlockType1 h1, .CalloutBlockType1 h2, .CalloutBlockType1 h3, .CalloutBlockType1 h4, .CalloutBlockType1 h5, .CalloutBlockType1 .PanelTitle, .CalloutBlockType1 .TitleBarCaption, .CalloutBlockType1 a.FeatureActionLink {
  color: white;
}
.CalloutArea1 a, .CalloutBlockType1 a {
  color: white;
}
.CalloutArea1 .Error, .CalloutBlockType1 .Error {
  color: #eeeeee !important;
}
.CalloutArea1 h2, .CalloutArea1 .PanelHead.Distinguish, .CalloutArea1 .TitleBarCaption, .CalloutBlockType1 h2, .CalloutBlockType1 .PanelHead.Distinguish, .CalloutBlockType1 .TitleBarCaption {
  border-bottom: none;
}

.CalloutArea2 {
  background-color: #dc4f00;
  padding: 10px;
  margin: 20px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: white;
}
.CalloutArea2 label, .CalloutArea2 h1, .CalloutArea2 h2, .CalloutArea2 h3, .CalloutArea2 h4, .CalloutArea2 h5, .CalloutArea2 .PanelTitle, .CalloutArea2 .TitleBarCaption, .CalloutArea2 a.FeatureActionLink {
  color: white;
}
.CalloutArea2 a {
  color: white;
}
.CalloutArea2 .Error {
  color: #eeeeee !important;
}
.CalloutArea2 h2, .CalloutArea2 .PanelHead.Distinguish, .CalloutArea2 .TitleBarCaption {
  border-bottom: none;
}

.CalloutArea3 {
  background-color: #23749d;
  padding: 10px;
  margin: 20px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: white;
}
.CalloutArea3 label, .CalloutArea3 h1, .CalloutArea3 h2, .CalloutArea3 h3, .CalloutArea3 h4, .CalloutArea3 h5, .CalloutArea3 .PanelTitle, .CalloutArea3 .TitleBarCaption, .CalloutArea3 a.FeatureActionLink {
  color: white;
}
.CalloutArea3 a {
  color: white;
}
.CalloutArea3 .Error {
  color: #eeeeee !important;
}
.CalloutArea3 h2, .CalloutArea3 .PanelHead.Distinguish, .CalloutArea3 .TitleBarCaption {
  border-bottom: none;
}

/* Use class AltBgColor1 to put a light-colored background on an iPart or content block */
.AltBgColor1 {
  background-color: #f4f5ed;
  padding: 5px;
}

.CalloutPart2 .panel-heading,
.CalloutPart2 .panel-body {
  background-color: #f4f5ed;
}

.CalloutPart1 .panel-heading,
.CalloutPart1 .panel-body {
  background-color: #93cadc;
}

.CalloutPart2 .panel-heading.Distinguish,
.CalloutPart1 .panel-heading.Distinguish {
  background-color: transparent;
}

/* Use class ContentBlockPrimary to give a block of content extra emphasis */
.ContentBlockPrimary {
  padding: 20px;
  background-color: #f4f5ed;
}

/* 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;
}

/* Use class ContentBlockPictureArea to surround an image within a ContentBlockPrimary area */
.ContentBlockPictureArea,
.ContentBlockLeft {
  width: 250px;
  float: left;
  margin-right: .5em;
  margin-bottom: .5em;
}
.ContentBlockPictureArea.FloatRight,
.ContentBlockLeft.FloatRight {
  float: right;
  margin-left: .5em;
}
.ContentBlockPictureArea img,
.ContentBlockLeft img {
  max-width: 100%;
  height: auto !important;

}

.BlockList ul {
  margin: 0;
}
.BlockList li {
  list-style: none;
}
.BlockList a {
  display: block;
  text-decoration: none;
  padding: 20px;
}
.BlockList a:hover {
  background-color: #eef0e3;
}
.BlockList a span {
  text-decoration: underline;
}
.BlockList p {
  color: #333333;
  margin-bottom: 0;
}

/* Tagged list format, styled similar to BlockList */
.BlockTLItem {
  display: block;
  text-decoration: none;
  padding: 10px 0;
}

.BlockTLItem,
.BlockList li {
  border-bottom: 1px dotted #dddddd;
}

.BlockTLItem h4,
.BlockList h4 {
  font-size: 110%;
  font-weight: normal;
}

/* PublishDate and ReadMoreLink are used in the Block tagged list format */
.PublishDate {
  font-size: 85%;
  font-style: italic;
}

blockquote.Quote {
  background: white;
  border-left: 10px solid #dc4f00;
  margin: 1.5em .7em 1.5em 0;
  padding: 1.5em .7em;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote.Quote p {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: normal;
}
blockquote.Quote:before {
  color: #e0e3cc;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote.Quote:after {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* 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: white;
  background: #ff6610;
  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: #ff6610 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

/* TotalBox can be used as a wrapper for PanelFields, or on the PanelField directly, to visually distinguish a calculated total. */
.TotalBox {
  border-color: #dddddd;
}

.TotalBox label {
  background-color: #dc4f00;
  color: white;
  padding: .25em .75em;
  color: white;
}

/* Add zone style "CCOGrayBg" to give CCO content a gray background */
.CCOGrayBg .ContentWizardDisplay {
  background-color: #f4f5ed;
}

.CCOGrayBg .yui-g {
  float: none;
}

/* 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;
}

/* Use the iPartChain class along with the appropriate placement class (FirstPart, MiddlePart or LastPart) 
to give several stacked iParts a conjoined look. */
.iPartChain.FirstPart > div > .panel {
  border-bottom-width: 0 !important;
}

.iPartChain.MiddlePart > div > .panel {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.iPartChain.LastPart > div > .panel {
  border-top-width: 0 !important;
}

.iPartChain.MiddlePart, .iPartChain.LastPart {
  margin-top: -0.9em;
}

/*Use PanelNoPadding class to turn off the padding on a PanelBody */
.NoPanelPadding .PanelBody,
.NoPanelPadding .panel-body {
  padding: 0;
}

/* Use the FeatureText class to make a block of text larger for emphasis */
.FeatureText {
  color: #595959;
  font-size: 150%;
  line-height: 170%;
}

/* Use the CenterText class to center the text within the iPart */
.CenterText {
  text-align: center;
}

.FullWidthButtons .btn, .FullWidthButtons .TextButton {
  display: block;
}

/* Use class FeatureActionLink on a link to call attention to it */
a.FeatureActionLink {
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -o-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0;
  font-family: Raleway, Verdana, sans-serif;
  font-size: 110%;
  font-weight: 200;
  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
   ========================================================================== */
/* Featured items display */
.Spotlight {
  text-align: center;
}
.Spotlight img, .Spotlight h4 {
  text-align: center;
}
.Spotlight .TextButton {
  margin-top: 1em;
}
.Spotlight p {
  text-align: center;
  padding-top: 0.4em;
}
.Spotlight a img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.Spotlight a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.SpotlightRow {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .SpotlightRow.ThreeAcross .Spotlight {
    float: left;
    width: 23%;
    margin-left: 15.45%;
  }
  .SpotlightRow.ThreeAcross .Spotlight:first-child {
    margin-left: 0;
  }
}
.no-mqs .SpotlightRow.ThreeAcross .Spotlight {
  float: left;
  width: 23%;
  margin-left: 15.45%;
}
.no-mqs .SpotlightRow.ThreeAcross .Spotlight:first-child {
  margin-left: 0;
}

/*# sourceMappingURL=99-Austin_Responsive.css.map */




/* Imported Styles */
@import url("//fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i");
@import url("//cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css);

:root {
    --background-color: #101642;
    --color-red: #ea002a;
    --color-cyan: #02dfca;
    --color-blue: #0d348b;
    --color-lightblue: #2281e0;
    --color-green: #0db414;
    --color-purple: #c0009c;
    --highlight-color: #0d348b;
    --light-color: #ccffff;
    --body-font: montserrat, Helvetica, sans-serif;
}
ul.rsmList {
    padding-inline-start: 0;
    list-style: none;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.6;
}
h3,
.h3,
.SectionTitle {
    line-height: 1.2;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 5px;
}

.footer-content ul.social-links {
    column-count: unset;
    font-size: 32px;
    width: auto;
}

.footer-content ul.social-links li {
    width: auto;
}

/*!** Event Sponsor IQA settings ***/
/*.crefcSponsors h2.panel-title{font-size:32px;color:#004894;border-bottom:2px solid #004894;text-transform:none}*/
.crefcSponsors h2.panel-title {
    font-size: 28px;
    color: #004894;
    text-transform: none;
}
.crefcSponsors .evtSponsor:after {
    display: block;
    background: #eee;
    height: 1px;
    width: 100%;
    content: "";
    margin: auto;
    clear: both;
}
.crefcSponsors .evtSponsor .evtSponLogo {
    float: left;
    margin-right: 10px;
    padding: 11px;
    width: 250px;
}
.crefcSponsors .evtSpon {
    margin-left: 260px;
}

h1,
h2 {
    color: var(--highlight-color);
    font-weight: bold;
}

@media (max-width: 991px) {
    .crefcSponsors .evtSponsor .evtSponLogo {
        width: 100%;
        float: none;
    }
    .crefcSponsors .evtSpon {
        margin-left: 0;
    }

    .crefcSponsors .RadGrid.RadGrid_Metro .rgMasterTable,
    .crefcSponsors .RadGrid.RadGrid_MetroTouch .rgMasterTable {
        padding-top: 0;
    }
}
.crefcSponsors .RadGrid_MetroTouch .rgAltRow {
    background: 0 0 !important;
}
.crefcSponsors .rgHeader {
    display: none;
}
.crefcSponsors .RadGrid.RadGrid_MetroTouch {
    border: 0;
}
.RadTabStrip_Metro .rtsLink {
    font-family: montserrat, sans-serif !important;
}
.crefcSponsors table > tbody > tr:last-child .evtSponsor:after {
    content: none;
}
#MainBody {
    /* background-color: #250034; */
    background-image: url(/images/crefc/conferences/jan2026/Jan2026-Microsite-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: overlay;
}
#masterHeaderImage,
#masterDonorHeaderImage {
    background-image: url(/images/crefc/conferences/jan2026/Jan2026-Web-1140x275.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}
.RadTabStrip_Metro .rtsLevel1 .rtsLI {
    color: #fff;
}
.hide,
.d-none {
    display: none;
}

.NoSideNav .has-secondary-col .col-primary {
    width: 100%;
}
.NoSideNav .col-secondary.cs-right {
    display: none;
}
.bgBox a.TextButton {
    color: white;
    background: #6b4a8b;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bgBox a.TextButton:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #df7a2c;
}

h3,
h4,
h5,
h6 {
    color: var(--color-blue);
}

.RadGrid a:visited,
.RadGrid a,
a,
a:visited,
.rgMasterTable .RadGrid a,
.rgMasterTable .RadGrid a:visited {
    color: #586168;
}
.RadGrid_MetroTouch .rgRow a,
.RadGrid_MetroTouch .rgAltRow a,
.RadGrid_MetroTouch tr.rgEditRow a,
.RadGrid_MetroTouch .rgFooter a,
.RadGrid_MetroTouch .rgEditForm a,
.RadGrid_MetroTouch .rgHeader,
.RadGrid_MetroTouch .rgHeader a {
    color: #586168 !important;
}
.PanelHead.Distinguish,
.TitleBarCaption,
div.ShowFieldset fieldset,
.panel-border,
.panel-heading.Distinguish {
    border-color: #e2e3e4;
    border-width: 2px;
    border-bottom-style: solid;
}
a.fa:before {
    font-size: 32px;
}
a.fa {
    font-size: 0;
}



.header-top-container a.fa {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.header-top-container a.fa:hover {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.whiteBackground {
    background: white;
}
.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover {
    background-color: #d3d4d6;
    border-color: #d3d4d6;
    color: #fff !important;
}
.RadGrid_MetroTouch .rgNumPart a {
    color: #586168 !important;
}
.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage,
.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover {
    background-color: #d3d4d6;
    border: 1px solid #d3d4d6;
    color: white;
}
.footer-content {
    background: initial;
    text-align: initial;
    padding-top: 0;
}
#ft a {
    color: white;
    text-decoration: none;
}
#ft a:hover {
    color: var(--light-color);
}

.footer-content img.SocialIcon {
    max-width: 60px;
    padding: 0 10px;
}
.footer-content h2 {
    text-align: initial;
    font-size: 24px;
    font-weight: 500;
}
.CommandBar {
    background: #250034;
}
#ft,
.footer-nav-copyright,
.top-aux-container {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111542+0,111542+100&0+0,1+77 */
    background: linear-gradient(to bottom, rgba(17, 21, 66, 0) 0%, rgba(17, 21, 66, 1) 77%, rgba(17, 21, 66, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.has-secondary-col.col-on-right .col-secondary {
    float: right;
    position: relative;
}
.banner-text a.TextButton {
    position: absolute;
    left: 0;
    right: 0;
}

.footer-nav-copyright {
    padding: 15px 0 0 0;
    margin: auto;
}
.MainMenu .rmSlide .rmFocused > .rmLink,
.MainMenu .rmSlide .rmSelected > .rmLink,
.MainMenu .rmSlide .rsmSelected > .rsmLink,
.MainMenu .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
    color: lightgrey;
}
.obo-label {
    display: none;
}
div#ste_container_ciSideContent {
    background: transparent;
    color: white;
}

div#ste_container_ciSideContent a {
    color: white;
    text-decoration: none;
}

.RadTabStripTop_Metro .rtsLevel1,
.RadTabStripTop_Metro .rtsLevel1 .rtsUL,
.RadTabStrip_Metro .rtsLevel1,
.RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: #fff !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 89%;
}
#ctl01_LoginStatus1,
#ctl02_LoginStatus1 {
    text-decoration: none;
    font-size: 15px;
    padding-left: 15px;
}
#ctl01_LoginStatus1:after,
#ctl02_LoginStatus1:after {
    padding-left: 10px;
    content: "\f023";
    font-family: "Fontawesome";
    font-size: 20px;
    vertical-align: middle;
    line-height: 16px;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsLink,
.RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink,
.RadTabStrip_Metro .rtsLevel1 .rtsLink,
.RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
    text-transform: none;
    border-color: #d3d4d6;
}
.videoBox {
    line-height: 18px;
    color: #0f4535;
    font-family: "montserrat";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    border: 5px dashed #333333;
}
.nav-auxiliary .nav-aux-account .nav-text,
.nav-auxiliary .nav-aux-cart .nav-text,
.nav-auxiliary .nav-aux-affiliates .nav-text,
.nav-auxiliary .nav-aux-contactus .nav-text,
.nav-auxiliary .nav-aux-donate .nav-text {
    padding-right: 0;
    background-image: none;
}
.RadMenu.MainMenu .rmRootGroup > .rmItem > .rmLink {
    font-family: montserrat;
}
.NavigationListItem.nav-aux-button.nav-aux-cart a:after {
    text-decoration: none;
    padding-right: 5px;
    content: "\f07a";
    font-family: "fontawesome";
    font-size: 22px;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 5px;
}
.NavigationListItem.nav-aux-button.nav-aux-donate a:after {
    text-decoration: none;
    padding-right: 5px;
    content: "\f21e";
    font-family: "fontawesome";
    font-size: 22px;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 5px;
}
.NavigationListItem.nav-aux-button.nav-aux-account a:after {
    padding-right: 5px;
    text-decoration: none;
    content: "\f2c1";
    font-family: "fontawesome";
    font-size: 22px;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 10px;
}
.NavigationListItem.nav-aux-button.nav-aux-search a:after {
    padding-right: 5px;
    text-decoration: none;
    content: "\f002";
    font-family: "fontawesome";
    font-size: 22px;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 5px;
}
.NavigationListItem.nav-aux-button.nav-aux-contactus a:after {
    padding-right: 5px;
    text-decoration: none;
    content: "\f095";
    font-family: "fontawesome";
    font-size: 22px;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 10px;
}
.RadMenu.MainMenu .rmRootLink:hover,
.RadMenu.MainMenu .rmRootLink:focus,
.RadMenu.MainMenu .rmExpanded > .rmRootLink {
    background-color: transparent;
    border-bottom-color: var(--light-color);
}
.footer .footer-nav-copyright {
    text-align: left;
    padding: 0;
    background-size: auto;
}
.container {
    background: transparent;
}
img.hpInfo {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 160px);
}
.vContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.vContainer iframe,
.vContainer object,
.vContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.crefc-container h2 {
    color: rgba(128, 141, 147, 1);
    font-weight: bold;
    font-size: 20px;
    font-family: montserrat, Helvetica, Sans-Serif;
    font-variant: normal;
}
hr {
    size: 1px;
    /* not in all browsers */
    width: 720px;
}
div[id*="_LINE"] hr {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border: 1px solid var(--highlight-color);
    margin: 5px 0;
}
.ui-tabs-panel hr {
    width: auto;
}
.importantText 
/* normal size, red */ {
    color: #900;
}
.importantNote 
/* x-small, red */ {
    font-size: x-small;
    color: #900;
}
/* Linkage */
a {
    color: #586168;
}
a:visited {
    color: #586168;
}
a:hover {
    color: var(--light-color);
}
.RadGrid_MetroTouch .rgPager .rgPagerButton {
    border-color: #0f4535 !important;
    background: #0f4535 !important;
    font-family: montserrat, sans-serif !important;
}
a:active {
    color: #586168;
    text-decoration: underline;
}
.footer-nav-copyright a,
.footer-nav-copyright a:visited,
.footer-nav-copyright a:hover {
    font-family: "montserrat";
}
.footer-nav-copyright .NavigationUnorderedList .NavigationListItem,
.footer-nav-copyright .footer-copyright {
    color: white;
    font-family: "montserrat";
    font-size: 90%;
    width: 100%;
    margin: 0;
}
.footer-nav-copyright .NavigationUnorderedList {
    float: right;
}
.footer-nav-copyright a:hover {
    color: #666666;
}
.btn:hover,
.btn:active,
.btn:focus,
.TextButton:hover,
.TextButton:active,
.TextButton:focus,
.TextButtonWithImage:hover,
.TextButtonWithImage:active,
.TextButtonWithImage:focus,
a#ctl00_LoginStatus1:hover,
a#ctl00_LoginStatus1:active,
a#ctl00_LoginStatus1:focus,
.RadUpload .ruButton:hover,
.RadUpload .ruButton:active,
.RadUpload .ruButton:focus,
.RadUploadProgressArea .ruButton:hover,
.RadUploadProgressArea .ruButton:active,
.RadUploadProgressArea .ruButton:focus,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:focus {
    color: #fff !important;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 15px;
    background-color: #00637f;
    border: 2px solid lightgrey;
    font-family: montserrat, Helvetica, Sans-Serif;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    text-decoration: none;
}
.HorizontalButtons a.btn {
    text-decoration: none;
}
.PrimaryButton:hover,
.PrimaryButton:active,
.PrimaryButton:focus,
.SaveAndClose:hover,
.SaveAndClose:active,
.SaveAndClose:focus,
.SaveAs:hover,
.SaveAs:active,
.SaveAs:focus,
.UsePrimaryButton .TextButton:hover,
.UsePrimaryButton .TextButton:active,
.UsePrimaryButton .TextButton:focus,
.UsePrimaryButton .TextButtonWithImage:hover,
.UsePrimaryButton .TextButtonWithImage:active,
.UsePrimaryButton .TextButtonWithImage:focus,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:focus {
    background-color: #76b5cb;
    border: 0;
}
.btn:hover,
.btn:active,
.btn:focus,
.TextButton:hover,
.TextButton:active,
.TextButton:focus,
.TextButtonWithImage:hover,
.TextButtonWithImage:active,
.TextButtonWithImage:focus,
a#ctl00_LoginStatus1:hover,
a#ctl00_LoginStatus1:active,
a#ctl00_LoginStatus1:focus,
.RadUpload .ruButton:hover,
.RadUpload .ruButton:active,
.RadUpload .ruButton:focus,
.RadUploadProgressArea .ruButton:hover,
.RadUploadProgressArea .ruButton:active,
.RadUploadProgressArea .ruButton:focus,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:active,
#masterHeaderActionArea a:focus {
    background: #ee9916;
    font-weight: bold;
    border: 0;
}
blockquote.Quote {
    background: white;
    border-left: 10px solid var(--light-color);
    margin: 1.5em 0.7em 1.5em 0;
    padding: 1.5em 0.7em;
    quotes: "\201C""\201D""\2018""\2019";
    color: #250034;
}
blockquote.Quote:before {
    color: #250034;
}
.btn,
.TextButton,
.TextButtonWithImage,
a#ctl00_LoginStatus1,
.RadUpload .ruButton,
.RadUploadProgressArea .ruButton,
#masterHeaderActionArea a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    background-color: var(--highlight-color);
    border: none;
    font-family: montserrat, Helvetica, Sans-Serif;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    margin: 5px;
    border-radius: 20px;
}
.btn:visited,
.TextButton:visited,
.TextButtonWithImage:visited,
a#ctl00_LoginStatus1:visited,
.RadUpload .ruButton:visited,
.RadUploadProgressArea .ruButton:visited,
#masterHeaderActionArea a:visited {
    color: white;
}

.header {
    padding: 0;
}

h4,
.SectionLabel {
    color: var(--color-blue);
    margin: 0.2em 0;
}
h5 {
    color: var(--color-purple);
    margin: 0.2em 0;
}
.ProxyPanelContact {
    background-color: #e2eff3;
    color: #586168;
}
.TextButton {
    text-shadow: none;
}
tr {
    vertical-align: top;
}
.Required {
    background-position: calc(100% - 5px) 50% !important;
}
.noShow {
    display: none;
}
.rosterTitle {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.sponsorTitle {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: right;
}
.sponsorTitle .Label,
#ctl00_TemplateBody_WebPartManager1_gwpciNewSummaryDisplayCommon_ciNewSummaryDisplayCommon_QueryControlsPanel_Body {
    display: none;
}
.rosterTitle .Label,
#ctl00_TemplateBody_WebPartManager1_gwpciNewSummaryDisplayCommon_ciNewSummaryDisplayCommon_QueryControlsPanel_Body {
    display: none;
}
.bioTitle .Label,
#ctl00_TemplateBody_WebPartManager1_gwpciNewSummaryDisplayCommon_ciNewSummaryDisplayCommon_QueryControlsPanel_Body {
    display: none;
}
.bioTitle #ctl00_TemplateBody_WebPartManager1_gwpciNewSummaryDisplayCommon_ciNewSummaryDisplayCommon_FullName {
    font-weight: bold;
    font-size: 24px;
    color: #005192;
}
.bioTitle #ctl00_TemplateBody_WebPartManager1_gwpciNewSummaryDisplayCommon_ciNewSummaryDisplayCommon_Company {
    font-weight: bold;
    font-size: 16px;
    color: #005192;
}
#ctl00_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_RegistrantInfoRadButton {
    background-image: none;
}
.sponsorTitleMobile div.PanelFieldValue {
    float: left;
}
.sponsorTitleMobile .Label,
#ctl00_TemplateBody_WebPartManager1_gwpciNewSummaryDisplayCommon_ciNewSummaryDisplayCommon_QueryControlsPanel_Body {
    display: none;
}
.sponsorZone img {
    width: auto !important;
    height: auto !important;
}
.sponsorZoneMobile img {
    width: auto !important;
    height: auto !important;
}
a.hideMenuItem.rmLink.rmRootLink,
a.hideMenuItem.rmLink.rmRootLink.rmSelected,
a.hideMenuItem.rmFocused.rmLink.rmRootLink,
a.hideMenuItem.rmLink.rmRootLink.rmSelected.rmExpanded,
a.hideMenuItem.rmFocused.rmLink.rmRootLink,
a.hideMenuItem.rmLink.rmRootLink > span.rmText.rmExpandDown,
a.hideMenuItem.rmLink.rmRootLink.rmSelected > span.rmText.rmExpandDown,
a.hideMenuItem.rmFocused.rmLink.rmRootLink > span.rmText.rmExpandDown,
a.hideMenuItem.rmLink.rmRootLink.rmSelected.rmExpanded > span.rmText.rmExpandDown,
a.hideMenuItem.rmFocused.rmLink.rmRootLink > span.rmText.rmExpandDown {
    display: none;
}
a.noDropdown.rmLink.rmRootLink.rmExpanded + div.rmSlide {
    display: none !important;
}
#MainPanelBio .col-sm-9 {
    width: 65%;
    float: right;
}
#SimpleSearchBlock {
    display: none;
}
.PrimaryButton.disabled,
.PrimaryButton.disabled:hover,
.PrimaryButton.disabled:focus,
.PrimaryButton.disabled:active,
.PrimaryButton.disabled.active,
.PrimaryButton[disabled],
.PrimaryButton[disabled]:hover,
.PrimaryButton[disabled]:focus,
.PrimaryButton[disabled]:active,
.PrimaryButton.active[disabled],
fieldset[disabled] .PrimaryButton,
fieldset[disabled] .PrimaryButton:hover,
fieldset[disabled] .PrimaryButton:focus,
fieldset[disabled] .PrimaryButton:active,
fieldset[disabled] .PrimaryButton.active,
.PrimaryButton.aspNetDisabled,
.PrimaryButton.aspNetDisabled:hover,
.PrimaryButton.aspNetDisabled:focus,
.PrimaryButton.aspNetDisabled:active,
.PrimaryButton.aspNetDisabled.active,
.SaveAndClose.disabled,
.SaveAndClose.disabled:hover,
.SaveAndClose.disabled:focus,
.SaveAndClose.disabled:active,
.SaveAndClose.disabled.active,
.SaveAndClose[disabled],
.SaveAndClose[disabled]:hover,
.SaveAndClose[disabled]:focus,
.SaveAndClose[disabled]:active,
.SaveAndClose.active[disabled],
fieldset[disabled] .SaveAndClose,
fieldset[disabled] .SaveAndClose:hover,
fieldset[disabled] .SaveAndClose:focus,
fieldset[disabled] .SaveAndClose:active,
fieldset[disabled] .SaveAndClose.active,
.SaveAndClose.aspNetDisabled,
.SaveAndClose.aspNetDisabled:hover,
.SaveAndClose.aspNetDisabled:focus,
.SaveAndClose.aspNetDisabled:active,
.SaveAndClose.aspNetDisabled.active,
.SaveAs.disabled,
.SaveAs.disabled:hover,
.SaveAs.disabled:focus,
.SaveAs.disabled:active,
.SaveAs.disabled.active,
.SaveAs[disabled],
.SaveAs[disabled]:hover,
.SaveAs[disabled]:focus,
.SaveAs[disabled]:active,
.SaveAs.active[disabled],
fieldset[disabled] .SaveAs,
fieldset[disabled] .SaveAs:hover,
fieldset[disabled] .SaveAs:focus,
fieldset[disabled] .SaveAs:active,
fieldset[disabled] .SaveAs.active,
.SaveAs.aspNetDisabled,
.SaveAs.aspNetDisabled:hover,
.SaveAs.aspNetDisabled:focus,
.SaveAs.aspNetDisabled:active,
.SaveAs.aspNetDisabled.active,
.UsePrimaryButton .TextButton.disabled,
.UsePrimaryButton .TextButton.disabled:hover,
.UsePrimaryButton .TextButton.disabled:focus,
.UsePrimaryButton .TextButton.disabled:active,
.UsePrimaryButton .TextButton.disabled.active,
.UsePrimaryButton .TextButton[disabled],
.UsePrimaryButton .TextButton[disabled]:hover,
.UsePrimaryButton .TextButton[disabled]:focus,
.UsePrimaryButton .TextButton[disabled]:active,
.UsePrimaryButton .TextButton.active[disabled],
fieldset[disabled] .UsePrimaryButton .TextButton,
fieldset[disabled] .UsePrimaryButton .TextButton:hover,
fieldset[disabled] .UsePrimaryButton .TextButton:focus,
fieldset[disabled] .UsePrimaryButton .TextButton:active,
fieldset[disabled] .UsePrimaryButton .TextButton.active,
.UsePrimaryButton .TextButton.aspNetDisabled,
.UsePrimaryButton .TextButton.aspNetDisabled:hover,
.UsePrimaryButton .TextButton.aspNetDisabled:focus,
.UsePrimaryButton .TextButton.aspNetDisabled:active,
.UsePrimaryButton .TextButton.aspNetDisabled.active,
.UsePrimaryButton .TextButtonWithImage.disabled,
.UsePrimaryButton .TextButtonWithImage.disabled:hover,
.UsePrimaryButton .TextButtonWithImage.disabled:focus,
.UsePrimaryButton .TextButtonWithImage.disabled:active,
.UsePrimaryButton .TextButtonWithImage.disabled.active,
.UsePrimaryButton .TextButtonWithImage[disabled],
.UsePrimaryButton .TextButtonWithImage[disabled]:hover,
.UsePrimaryButton .TextButtonWithImage[disabled]:focus,
.UsePrimaryButton .TextButtonWithImage[disabled]:active,
.UsePrimaryButton .TextButtonWithImage.active[disabled],
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage,
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage:hover,
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage:focus,
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage:active,
fieldset[disabled] .UsePrimaryButton .TextButtonWithImage.active,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:hover,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:focus,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled:active,
.UsePrimaryButton .TextButtonWithImage.aspNetDisabled.active,
#masterHeaderActionArea a.disabled,
#masterHeaderActionArea a.disabled:hover,
#masterHeaderActionArea a.disabled:focus,
#masterHeaderActionArea a.disabled:active,
#masterHeaderActionArea a.disabled.active,
#masterHeaderActionArea a[disabled],
#masterHeaderActionArea a[disabled]:hover,
#masterHeaderActionArea a[disabled]:focus,
#masterHeaderActionArea a[disabled]:active,
#masterHeaderActionArea a.active[disabled],
fieldset[disabled] #masterHeaderActionArea a,
fieldset[disabled] #masterHeaderActionArea a:hover,
fieldset[disabled] #masterHeaderActionArea a:focus,
fieldset[disabled] #masterHeaderActionArea a:active,
fieldset[disabled] #masterHeaderActionArea a.active,
#masterHeaderActionArea a.aspNetDisabled,
#masterHeaderActionArea a.aspNetDisabled:hover,
#masterHeaderActionArea a.aspNetDisabled:focus,
#masterHeaderActionArea a.aspNetDisabled:active,
#masterHeaderActionArea a.aspNetDisabled.active,
.RadGrid input.PrimaryButton.disabled,
.RadGrid input.PrimaryButton.disabled:hover,
.RadGrid input.PrimaryButton.disabled:focus,
.RadGrid input.PrimaryButton.disabled:active,
.RadGrid input.PrimaryButton.disabled.active,
.RadGrid input.PrimaryButton[disabled],
.RadGrid input.PrimaryButton[disabled]:hover,
.RadGrid input.PrimaryButton[disabled]:focus,
.RadGrid input.PrimaryButton[disabled]:active,
.RadGrid input.PrimaryButton.active[disabled],
fieldset[disabled] .RadGrid input.PrimaryButton,
fieldset[disabled] .RadGrid input.PrimaryButton:hover,
fieldset[disabled] .RadGrid input.PrimaryButton:focus,
fieldset[disabled] .RadGrid input.PrimaryButton:active,
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,
.RadGrid input.PrimaryButton.aspNetDisabled.active {
    background-color: gray;
    border-color: transparent;
}
.RadMenu.MainMenu .rmSelected > .rmRootLink,
.RadMenu.MainMenu .rmFocused > .rmRootLink {
    background-color: transparent;
}
.Slider.FullWidth .SliderPage1 .SliderText {
    max-height: 300px;
    overflow-y: auto;
    line-height: 1.7em;
    color: #fff;
    background: rgba(52, 119, 174, 0.5);
    font-family: montserrat, sans-serif;
}
.homeSponsors h2,
.homeLearnMore h2,
.homeSponsors h3 {
    text-align: center;
}
h1,
h2,
.BreadCrumbCurrent,
.PanelTitle {
    color: white;
}
h3 {
    font-weight: bold;
}
h1,
h2,
.BreadCrumbCurrent,
.PanelTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border: none;
}
.nav-secondary .sub-nav-head {
    background-color: var(--highlight-color);
}
.MainMenu .rmSlide .rmLink:hover,
.MainMenu .rmSlide .rmLink:focus,
.MainMenu .rmSlide .rsmLink:hover,
.MainMenu .rmSlide .rsmLink:focus,
.MainMenu .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
.MainMenu .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus {
    background-color: transparent;
    color: var(--light-color);
}
.MainMenu .rmSlide .rmLink,
.MainMenu .rmSlide .rsmLink {
    color: #c5dfe9;
}
.CalloutArea1,
.CalloutBlockType1 {
    background-color: var(--highlight-color);
}
.CalloutArea2,
.CalloutBlockType2 {
    background-color: var(--light-color);
    color: var(--background-color);
}
.FeatureText {
    color: var(--light-color);
}
.Slider.FullWidth .SliderPage1 .SliderContent {
    background-color: transparent;
}
.crefcIcon {
    background-image: url(/images/miami2020/crefc-icon.png);
    line-height: 40px;
    vertical-align: top;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    text-indent: 100%;
    overflow: visible;
    color: transparent !important;
    background-size: contain;
}
.SocialSprite.crefcIcon {
    background-position: 0 0;
}





@media (max-width: 320px) {
    .SliderText {
        font-size: 75%;
    }
    #masterHeaderImage,
    #masterDonorHeaderImage {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .RadMenu .rmHorizontal .rmText {
        padding: 0 !important;
    }

    .RadMenu.MainMenu .rmLink,
    .RadMenu.MainMenu .rmSlide .rmLink {
        padding: 0;
    }
    li.rmItem.rmTemplate.MegaDropDownMenuOuter {
        width: 100% !important;
        min-width: max-content;
    }

    div#ste_container_ciPrimaryNavigation {
        position: relative;
        margin-top: -45px;
        margin-bottom: 25px;
    }
    div#ste_container_ciPrimaryNavigation,
    #ste_container_ciUtilityNavigation {
        float: left;
    }

    ul.rmVertical.rmGroup.rmLevel1 {
        padding: 5px 15px !important;
    }

    .RadMenu .rmGroup .rmText {
        padding: 0 10px !important;
        margin: 0 !important;
    }

    .footer-content img {
        max-width: 300px;
    }
    .MainMenu .rmSlide .rmGroup {
        margin-top: 10px !important;
    }

    #hd .navbar-collapse.collapse {
        width: 100%;
        display: flex !important;
    }
    .header-logo-container {
        width: 100%;
    }
    #masterHeaderImageRight {
        width: 200px;
        float: right;
    }
    #masterHeaderImage,
    #masterDonorHeaderImage {
        width: 100%;
        height: 275px;
        margin-top: 0;
        background-size: contain;
    }
    #masterSocialNetworking {
        float: right;
    }
    .nav-primary {
        margin: 0;
    }
    .nav-auxiliary .nav-aux-account .nav-text,
    .nav-auxiliary .nav-aux-cart .nav-text {
        padding: 0;
    }
    .rgPager {
        font-size: 80%;
    }
    .NextPrevNumericAndAdvanced {
        border: 1px solid #d5d5d5 !important;
    }
    [id$="NewSocialShareCommon"] .panel-body,
    [id$="NewSocialShareCommon"] .PanelBody {
        padding: 0;
    }
    [id$="NewSocialShareCommon"] .StandardPanel,
    [id$="NewSocialShareCommon"] .panel {
        border: 0;
    }
    .hpRow .col-sm-4,
    div#ctl01_SubNavPanel {
        min-height: 150px;
    }
    .sshLinkItem .sshCustomIcon,
    .sshLinkItem .sshIcon,
    .sshLinkItem .sshText {
        line-height: 50px;
    }
    .RadSocialShare.RadSocialShare_Default.SmallButtons [id$="NewSocialShareCommon"] {
        padding: 0;
        margin: 0;
        background: rgba(255, 255, 255, 0.7);
        opacity: 0.7;
        -moz-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
    }
    .sshLinkItem .sshMailTo,
    .sshLinkItem .sshShareOnTwitter {
        background-color: #fff;
    }
    [id$="NewSocialShareCommon"]:hover {
        opacity: 1;
        border: 3px solid #0f4535;
    }
    [id$="NewSocialShareCommon"]:hover .sshContent {
        background: #fff;
        opacity: 1;
    }
    [id$="NewSocialShareCommon"] .RadSocialShare {
        padding: 50px 0 0;
        margin: 0;
    }
    .sshIcon,
    .sshListItem {
        margin: 0 !important;
        padding: 0 !important;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
        background: #fff;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
        content: "\f141";
        margin: auto;
        text-align: center;
        font-size: 30px;
        font-family: fontawesome;
        position: relative;
        left: 15px;
    }
    .sshLinkItem .sshMailTo:before,
    .sshLinkItem .sshShareOnTwitter:before {
        left: 12px;
        margin: auto;
        text-align: center;
        font-family: fontawesome;
        position: relative;
    }
    .sshLinkItem .sshShareOnTwitter:before {
        content: "\f099";
        font-size: 30px;
    }
    .sshLinkItem .sshMailTo:before {
        content: "\f003";
        font-size: 27px;
    }
    div[id$="NewSocialShareCommon"] .sshLinkItem .sshLinkedIn {
        background-color: #0077b5;
        background-image: none !important;
        width: 17px;
        height: 17px;
    }
    div[id$="NewSocialShareCommon"] .sshLinkItem .sshLinkedIn:hover {
        color: #fff;
    }
    div[id$="NewSocialShareCommon"] .sshLinkItem .sshLinkedIn:before {
        content: "\f0e1";
        color: #fff;
        margin: auto;
        text-align: center;
        font-size: 15px;
        font-family: fontawesome;
        position: relative;
        top: -6px;
        left: 2px;
    }
    .PanelFieldLabel.SocialShare,
    [id$="NewSocialShareCommon"]:hover .PanelFieldLabel.SocialShare {
        margin-right: -50px;
        padding: 7px 0 0 !important;
        text-transform: uppercase;
        font-size: 65%;
        line-height: 13px;
        width: 50px;
        height: 50px;
        text-align: center;
    }
    .PanelFieldLabel.SocialShare {
        background: rgba(255, 255, 255, 1);
    }
    [id$="NewSocialShareCommon"]:hover .PanelFieldLabel.SocialShare {
        background: #0f4535;
        color: #fff;
    }
    .sshListItem {
        display: block !important;
    }
    .RadSocialShare.LargeButtons .sshCustomIcon,
    .RadSocialShare.MediumButtons .sshCustomIcon,
    .RadSocialShare.SmallButtons .sshCustomIcon {
        background-image: none;
        width: 50px;
        height: 50px;
    }
    .sshLinkItem .sshShareOnFacebook {
        background-color: #fff;
    }
    .sshLinkItem .sshShareOnFacebook:before {
        content: "\f09a";
        margin: auto;
        text-align: center;
        font-size: 30px;
        font-family: fontawesome;
        position: relative;
        left: 17px;
        color: #3b5998;
    }
    .sshLinkItem .sshShareOnTwitter:before {
        color: #1da1f2;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
        color: #007f68;
    }
    .sshLinkItem .sshMailTo:before {
        color: #acaaa5;
    }
    a.sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook {
        background-color: #3b5998;
    }
    a.sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter {
        background-color: #1da1f2;
    }
    a.sshLinkItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo {
        background-color: #acaaa5;
    }
    a.sshLinkItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton {
        background-color: #007f68;
    }
    .sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook:before,
    .sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter:before,
    .sshListItem:hover span.sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before,
    .sshListItem:hover span.sshIcon.sshMailTo.sshCustomIcon.sshCustomMailTo:before {
        color: #fff;
    }
    .sshLinkItem:hover .sshCustomIcon {
        color: #fff;
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    .sshLinkItem .sshCustomIcon {
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    [id$="NewSocialShareCommon"],
    [id$="SocialShareCommon"] {
        bottom: 25px;
        border: 3px solid transparent;
        position: fixed;
        z-index: +2;
        right: 15px;
        opacity: 0.5;
    }
    .rwTable .sshLinkItem .sshCustomIcon,
    .rwTable .sshLinkItem .sshIcon,
    .rwTable .sshLinkItem .sshText {
        line-height: inherit;
    }
    #ctl01_TemplateBody_WebPartManager1_gwpciNewSocialShareCommon_ciNewSocialShareCommon__Body .RadSocialShare {
        padding: 50px 0 0;
        margin: 0;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-primary {
        float: right;
        clear: right;
        margin-bottom: 20px;
    }
    .top-aux-container {
        height: 48px;
    }
    .navbar-header {
        width: 100%;
        float: right;
        position: relative;
        background: transparent;
        width: auto;
        text-align: right;
        padding: 5px 0;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        padding: 0;
        margin: 0;
    }
    .RadMenu.MainMenu .rmRootGroup > .rmItem {
        background: transparent;
        margin: 10px 30px 10px 0;
    }
    .WebPartZone.FullFill div[id*="ste_container_TimeLocation"] {
        width: 25%;
        float: left;
        clear: left;
    }
    .WebPartZone.FullFill div[id*="ste_container_Description"] {
        width: 75%;
        float: left;
    }

    .LearnMoreRight img {
        float: left;
        max-width: 50%;
    }
    .LearnMoreRight h3,
    .LearnMoreRight p {
        max-width: 50%;
        float: left;
        padding: 0 20px;
    }
    .LearnMoreRight img {
        border-bottom-left-radius: 10px;
    }
}
#ft .container {
    padding: 20px 0;
}
.footer .footer-nav-copyright .container {
    border-top: 1px solid white;
}
.crefcFloatingLogo img {
    margin-top: 25%;
    transform: translateY(-25%);
    text-align: center;
    margin-bottom: 20px;
}
.optionalHR {
    display: none;
}
.footerLogo .confSponsor2f {
    float: left;
    width: 195px;
    padding-left: 30px;
}
.footerLogo .confSponsor {
    width: 330px;
}
.footerMenu li:after {
    content: " | ";
}
.footerMenu li:last-child:after {
    content: none;
}
.footerLogo {
    text-align: left;
}
.footerLogo,
.copyrightText {
    float: left;
}
.footerMenu {
    float: right;
}
.footerMenu,
.copyrightText {
    padding: 0;
}
.footerLogo .confSponsor {
    top: 0;
    float: left;
    position: relative !important;
    max-width: 260px;
}
.nav-auxiliary .nav-aux-cart .cartFull {
    position: absolute;
    left: unset;
    right: 10px;
    top: -5px;
    line-height: 1;
    text-align: center;
    width: 1.6em;
}
#hd ul.NavigationUnorderedList {
    padding-right: 30px;
}
.nav-aux-cart > a > span.nav-text {
    font-size: 0;
}
.header-top-container,
.header-bottom-container {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}
.container {
    max-width: 1300px;
    margin: auto;
}
#ste_container_HeaderLogoSpan {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding-top: 10px;
}
#ctl01_Primary_NavMenu {
    max-width: 1300px;
    margin: auto;
    padding: 15px;
}
.navbar-collapse {
    max-width: 1300px;
}

.header-top-container a,
.header-top-container a:visited {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-auxiliary a,
.nav-auxiliary a:visited {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.header-top-container a:hover {
    color: white;
    text-decoration: none;
}
#hd {
    max-width: none;
    margin: auto;
    height: 200px;
    background-repeat: no-repeat;
}
.RadMenu.MainMenu .rmLink,
.RadMenu.MainMenu .rsmLink {
    color: #fff;
    text-decoration: none;
}
ul.rmRootGroup.rmToggleHandles.rmHorizontal {
    margin: auto;
}
.RadMenu.MainMenu .rmRootGroup > .rmItem > .rmLink {
    font-family: "montserrat";
    font-weight: 500;
    font-size: 20px;
    color: white;
    border-bottom: 1px solid transparent;
}
.RadMenu.MainMenu .rmRootGroup > .rmItem > .rmLink:hover {
    color: var(--light-color);
    border-bottom-style: solid;
    border-bottom: 1px solid;
}
.RadMenu.MainMenu .rmRootGroup > .rmItem.rmSelected > .rmLink:hover {
    color: var(--light-color);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.nav-auxiliary .NavigationListItem,
.nav-auxiliary .header-social .SocialSprite {
    margin-left: 2px;
}
.nav-auxiliary .header-social .SocialSprite {
    font-size: 0;
}





 @media (max-width: 480px) {
    .SliderText {
        font-size: 75%;
    }
}
@media (max-width: 375px) {
    #masterHeaderImage,
    #masterDonorHeaderImage {
        height: 70px;
        margin-top: 0;
        background-size: cover;
        width: 350px;
    }
}
@media (max-width: 320px) {
    #masterHeaderImage,
    #masterDonorHeaderImage {
        height: 70px;
        margin-top: 0;
        background-size: cover;
        width: 300px;
    }
}

body {
    font-family: montserrat, Helvetica, montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-family: montserrat, sans-serif;
}

#masterHeaderBackground,
.header {
    border-bottom: none;
}
.header.ClearFix {
    max-width: 1300px;
    margin: auto;
}
/*!********************** * Conference Homepage Styles ************************/
#ctl01_HomePageContent .ContentBorder {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
#ctl01_HomePageContent {
    padding-bottom: 30px;
    max-width: 1300px;
    margin: auto;
}
.confIntro img:nth-child(1),
.confIntro img:nth-child(2),
.confIntro img:nth-child(3),
.confIntro img:nth-child(4) {
    position: unset;
}
.confInnerWrapper {
    max-width: 1300px;
    margin: auto;
}
.confSponsor2 {
    top: 250px;
    width: 17%;
    left: 50px;
    position: relative !important;
}
.confIntro {
    padding: 15px;
    position: relative;
    height: 400px;
    border-bottom: 5px solid #0f4535;
}
.confName {
    width: 25%;
    float: right;
    position: relative;
    top: -46px;
}
.confEarlyReg {
    position: absolute;
    color: white;
    font-size: 32px;
    font-family: "montserrat";
    font-weight: 300;
    font-style: italic;
    top: -20px;
}
.confHotel {
    color: white;
    position: absolute;
    font-weight: 300;
    font-family: "montserrat";
    font-size: 22px;
    top: 176px;
    line-height: 26px;
}
.confSponsor {
    width: 35%;
    top: 250px;
    position: relative !important;
}
.confBoxes {
    margin-top: -15px;
}
.confBoxes .row .col-xs-12,
.confBoxes .row .col-sm-12,
.confBoxes .row .col-md-12,
.confBoxes .row .col-lg-12,
.confBoxes .row .col-xs-11,
.confBoxes .row .col-sm-11,
.confBoxes .row .col-md-11,
.confBoxes .row .col-lg-11,
.confBoxes .row .col-xs-10,
.confBoxes .row .col-sm-10,
.confBoxes .row .col-md-10,
.confBoxes .row .col-lg-10,
.confBoxes .row .col-xs-9,
.confBoxes .row .col-sm-9,
.confBoxes .row .col-md-9,
.confBoxes .row .col-lg-9,
.confBoxes .row .col-xs-8,
.confBoxes .row .col-sm-8,
.confBoxes .row .col-md-8,
.confBoxes .row .col-lg-8,
.confBoxes .row .col-xs-7,
.confBoxes .row .col-sm-7,
.confBoxes .row .col-md-7,
.confBoxes .row .col-lg-7,
.confBoxes .row .col-xs-6,
.confBoxes .row .col-sm-6,
.confBoxes .row .col-md-6,
.confBoxes .row .col-lg-6,
.confBoxes .row .col-xs-5,
.confBoxes .row .col-sm-5,
.confBoxes .row .col-md-5,
.confBoxes .row .col-lg-5,
.confBoxes .row .col-xs-4,
.confBoxes .row .col-sm-4,
.confBoxes .row .col-md-4,
.confBoxes .row .col-lg-4,
.confBoxes .row .col-xs-3,
.confBoxes .row .col-sm-3,
.confBoxes .row .col-md-3,
.confBoxes .row .col-lg-3,
.confBoxes .row .col-xs-2,
.confBoxes .row .col-sm-2,
.confBoxes .row .col-md-2,
.confBoxes .row .col-lg-2,
.confBoxes .row .col-xs-1,
.confBoxes .row .col-sm-1,
.confBoxes .row .col-md-1,
.confBoxes .row .col-lg-1 {
    padding-left: 5px;
    padding-right: 5px;
}
.confBoxes .lBoxes > div:first-of-type {
    padding-left: 15px;
    padding-bottom: 15px;
}
.confBoxes .rBoxes > div:last-of-type {
    padding-right: 15px;
}
.videoBox h3 {
    color: #0f4535;
    margin-top: 0.25em;
}
.bgBox > div {
    padding: 0 10px 5px;
}
.bgBox h3 {
    margin: 0.5em 0;
    font-weight: bold;
    font-style: italic;
    color: #0f4535;
}
.bgBox p {
    font-size: 95%;
    margin-bottom: 0.5em;
    line-height: 1.5em;
    color: #333;
}
.bgBox p.topSpace {
    margin-top: 10px;
}
.bgBox p span {
    color: #22637b;
    font-weight: 700;
    font-size: 110%;
}
.bgBox a {
    color: #0f4535;
    font-weight: bold;
}
.bgBox .iMIS-WebPart > .ContentItemContainer {
    margin: 0;
}
.bgBox.Keynote h3 {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
}
.bgBox.Keynote img {
    height: 100px !important;
    margin: auto;
    display: block;
}
.bgBox {
    line-height: 18px;
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
    .RadMenu.MainMenu .rmLink:hover .rmToggle,
    .RadMenu.MainMenu .rmLink:focus .rmToggle,
    .RadMenu.MainMenu .rmSelected > .rmLink .rmToggle,
    .RadMenu.MainMenu .rmFocused > .rmLink.rmRootLink .rmToggle,
    .RadMenu.MainMenu .rmExpanded > .rmLink .rmToggle,
    .RadMenu.MainMenu .rmSlide .rmLink .rmToggle {
        background-position: 0 -45px;
    }
    .RadMenu .rmHorizontal .rmItem {
        clear: none;
        width: 100%;
    }

    #ft .container img {
        padding: 15px 0;
    }
    .footer-content {
        padding: 25px 15px;
    }
    #ctl01_LoginStatus1,
    #ctl02_LoginStatus1 {
        color: var(--light-color);
    }
    .nav-auxiliary a,
    .nav-auxiliary a:visited {
        color: var(--light-color);
        text-shadow: none;
    }
    #auxiliary-container a,
    #auxiliary-container a:visited {
        color: var(--light-color);
        text-decoration: none;
    }
    .confBoxes .row .col-xs-12,
    .confBoxes .row .col-sm-12,
    .confBoxes .row .col-md-12,
    .confBoxes .row .col-lg-12,
    .confBoxes .row .col-xs-11,
    .confBoxes .row .col-sm-11,
    .confBoxes .row .col-md-11,
    .confBoxes .row .col-lg-11,
    .confBoxes .row .col-xs-10,
    .confBoxes .row .col-sm-10,
    .confBoxes .row .col-md-10,
    .confBoxes .row .col-lg-10,
    .confBoxes .row .col-xs-9,
    .confBoxes .row .col-sm-9,
    .confBoxes .row .col-md-9,
    .confBoxes .row .col-lg-9,
    .confBoxes .row .col-xs-8,
    .confBoxes .row .col-sm-8,
    .confBoxes .row .col-md-8,
    .confBoxes .row .col-lg-8,
    .confBoxes .row .col-xs-7,
    .confBoxes .row .col-sm-7,
    .confBoxes .row .col-md-7,
    .confBoxes .row .col-lg-7,
    .confBoxes .row .col-xs-6,
    .confBoxes .row .col-sm-6,
    .confBoxes .row .col-md-6,
    .confBoxes .row .col-lg-6,
    .confBoxes .row .col-xs-5,
    .confBoxes .row .col-sm-5,
    .confBoxes .row .col-md-5,
    .confBoxes .row .col-lg-5,
    .confBoxes .row .col-xs-4,
    .confBoxes .row .col-sm-4,
    .confBoxes .row .col-md-4,
    .confBoxes .row .col-lg-4,
    .confBoxes .row .col-xs-3,
    .confBoxes .row .col-sm-3,
    .confBoxes .row .col-md-3,
    .confBoxes .row .col-lg-3,
    .confBoxes .row .col-xs-2,
    .confBoxes .row .col-sm-2,
    .confBoxes .row .col-md-2,
    .confBoxes .row .col-lg-2,
    .confBoxes .row .col-xs-1,
    .confBoxes .row .col-sm-1,
    .confBoxes .row .col-md-1,
    .confBoxes .row .col-lg-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    .header-logo-container {
        float: none;
    }
    #masterHeaderImage {
        height: 125px;
        width: 100%;
        float: none;
        display: inline-block;
        background-position: center bottom;
        margin-top: 30px;
        background-size: contain;
    }

    .RadMenu.MainMenu .rmToggle {
        background-position: 0 -40px;
    }

    li.rmItem.SponsorshipButton {
        margin: 10px 0;
    }
    #masterHeaderImageRight {
        display: none;
    }

    .header {
        padding: 0;
    }
    #masterContentArea {
        margin: 0 15px;
    }
    .RadMenu.MainMenu .rmLink,
    .RadMenu.MainMenu .rsmLink {
        color: white;
        text-decoration: none;
        display: block;
        position: relative;
    }
    .RadMenu.MainMenu .rmFocused .rmRootLink {
        color: white;
    }
    .navbar-collapse {
        background-color: var(--background-color);
    }
    .crefcFloatingLogo {
        text-align: center;
        margin: auto;
        padding: 25px 0;
    }
    .confSponsor2f {
        float: left;
        padding-left: 25px;
    }
    .footerLogo .confSponsor {
        width: 65%;
        top: 0;
        float: left;
        max-width: 295px;
    }
    .footerMenu li {
        list-style: none;
    }
    .nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
        left: 34px;
        top: 1px;
    }
    #auxiliary-container {
        text-align: right;
    }
    .NavigationListItem.nav-aux-button.nav-aux-cart a:after {
        font-size: 32px;
    }
    .NavigationListItem.nav-aux-button.nav-aux-donate a:after {
        font-size: 32px;
    }
    .NavigationListItem.nav-aux-button.nav-aux-account a:after {
        font-size: 32px;
    }
    .NavigationListItem.nav-aux-button.nav-aux-search a:after {
        font-size: 32px;
    }
    .NavigationListItem.nav-aux-button.nav-aux-contactus a:after {
        font-size: 32px;
    }
    .navbar-toggle .icon-bar {
        background-color: var(--light-color);
    }

    button.navbar-toggle[data-target="#navbar-collapse"]:after {
        content: "\f00d";
        text-shadow: none;
        font-family: fontawesome;
        font-size: 32px;
        line-height: 24px;
        color: var(--light-color);
        font-weight: 400;
        position: absolute;
        top: 0;
        right: 25px;
    }
    button.navbar-toggle.collapsed[data-target="#navbar-collapse"]:after {
        content: "\f0c9";
        font-family: fontawesome;
        font-size: 32px;
        line-height: 24px;
        color: var(--light-color);
        font-weight: 400;
        position: absolute;
        top: 0;
        right: 25px;
        text-shadow: none;
    }
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: transparent;
    }
    .confEarlyReg {
        top: 30px;
    }
    .confName {
        display: none;
    }
    .confEarlyReg {
        font-size: 24px;
    }
    .confSponsor2 {
        width: 33%;
    }
    .confHotel {
        font-size: 18px;
    }
    .bgBox {
        min-height: 335px;
    }
    .confSponsor {
        width: 45%;
    }
    #masterHeaderImageConf img {
        padding: 0;
    }
    .nav-auxiliary .nav-aux-button .NavigationLink {
        margin-left: 0;
    }
    button.navbar-toggle[data-target="#search-collapse"] {
        display: none;
    }
    #auxiliary-container {
        width: 100%;
        top: 10px;
        position: relative;
        padding-bottom: 10px;
    }

    .nav-auxiliary .nav-aux-button.nav-aux-account .nav-text,
    .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
        width: 0;
    }
    #hd {
        max-width: none;
        margin: auto;
        height: auto;
        background-size: auto;
        background-position: 0 -188px;
        background-size: auto;
    }
    .nav-auxiliary .nav-aux-button .NavigationLink {
        background-color: transparent;
        padding: 0;
    }
    .bgBox {
        text-align: center;
        font-size: 110%;
        margin-bottom: 25px;
    }
    .bgBox h3,
    .bgBox.Keynote h3 {
        font-size: 130%;
    }
    .confLinks {
        display: none;
    }
    #ctl01_HomePageContent {
        margin: 10px 0 10px 10px;
    }
    .WebPartZone.FullFill div[id*="ste_container_TimeLocation"] h3,
    .WebPartZone.FullFill div[id*="ste_container_Description"] h3 {
        margin-top: 0;
    }
    .WebPartZone.FullFill .RadTabStripTop_Metro .rtsUL .rtsLI {
        width: 50% !important;
        border-bottom: 1px solid var(--highlight-color);
    }
    .LearnMoreRight img {
        border-top-right-radius: 10px;
    }
    .LearnMoreRight h3,
    .LearnMoreRight p {
        padding: 10px 30px;
    }
}
@media (max-width: 470px) {
    .confInfo {
        width: 100%;
        left: 0;
    }
}
@media (max-width: 376px) {
    .confInfo {
        top: -60px;
    }
}
@media (max-width: 959px) {
    .footer .footer-nav-copyright {
        text-align: right;
    }
    .optionalHR {
        opacity: 0;
        width: 100%;
    }
    .confSponsor2f {
        float: left;
        padding-left: 0;
        width: 138px;
    }
    .footerMenu li:after {
        content: none;
    }
    .footerMenu,
    .copyrightText {
        padding-top: 0;
    }
    #ft li {
        list-style: none;
        display: block;
    }
    .copyrightText {
        text-align: right;
        float: unset;
    }
}
@media (min-width: 960px) {
    #ft li {
        list-style: none;
        display: inline;
    }
    .footer-content ul {
        padding: 0;
        columns: 2;
    }
    .footer-content li {
        list-style: none;
        display: inline-block !important;
        width: 50%;
    }
}
.ste-section {
    display: none !important;
}
.ProxyPanelNoContact,
.ProxyPanelContact {
    margin-top: 0;
}
.RadMenu.MainMenu .rmRootGroup > .rmItem.SponsorshipButton > .rmLink,
.RadMenu.MainMenu .rmRootGroup > .rmItem.RegisterButton > .rmLink {
    border-radius: 15px;
    width: 175px;
    text-align: center;
}
.RadMenu.MainMenu .rmRootGroup > .rmItem.SponsorshipButton > .rmLink {
    background: rgb(133, 85, 218);
    background: linear-gradient(90deg, rgba(133, 85, 218, 1) 0%, rgba(21, 44, 238, 1) 100%);
}
.RadMenu.MainMenu .rmRootGroup > .rmItem.RegisterButton > .rmLink,
.DateLocationTopBar {
    background: rgb(217, 31, 255);
    background: linear-gradient(90deg, rgba(217, 31, 255, 1) 0%, rgba(240, 28, 55, 1) 100%);
}
.RadMenu.MainMenu .rmRootGroup > .rmItem.SponsorshipButton > .rmLink:hover,
.RadMenu.MainMenu .rmRootGroup > .rmItem.RegisterButton > .rmLink:hover {
    color: white;
    border-bottom: 0;
}
.DateLocationTopBar {
    margin: 10px 0;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    padding: 5px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
    align-items: center;
    justify-content: center;
}
.nav-secondary {
    background-color: white;
}
.RadTreeView.RadTreeView_Austin a.rtIn {
    color: var(--background-color);
}
.nav-secondary .SubNavigationSeparator {
    background-color: var(--light-color);
}
.RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn,
.RadTreeView.RadTreeView_Austin .child-is-selected.rtIn {
    color: var(--highlight-color);
}
.MainMenu .rmSlide .rmGroup {
    border-radius: 15px;
    background-color: var(--background-color);
    border: 1px solid var(--light-color);
}
.MainMenu .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink,
.MainMenu .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover,
.MainMenu .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:focus {
    color: #fff;
}

.WebPartZone:not(:empty) {
    background-color: #fff;
    color: #414141;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.WebPartZone h1,
.WebPartZone h2,
.WebPartZone .BreadCrumbCurrent,
.WebPartZone .PanelTitle {
    color: var(--highlight-color);
    font-weight: bold;
}
.WebPartZone.FullFill {
    padding: 0;
}
.WebPartZone.FullFill .panel {
    border: none;
}
.WebPartZone.FullFill .panel-body {
    padding: 0;
}
.WebPartZone.FullFill .RadTabStripTop_Metro .rtsLevel1 .rtsLink,
.WebPartZone.FullFill .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink,
.WebPartZone.FullFill .RadTabStrip_Metro .rtsLevel1 .rtsLink,
.WebPartZone.FullFill .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
    text-transform: uppercase;
    border-right-color: var(--highlight-color);
}
.ContentWizardDisplay {
    border: none;
}
.WebPartZone.FullFill .rtsLevel.rtsLevel1 {
    border-top-left-radius: 10px;
    border-bottom: 1px solid var(--highlight-color);
    border-top-right-radius: 10px;
}
.WebPartZone.FullFill .RadTabStripTop_Metro .rtsLevel1 .rtsUL {
    padding: 0;
    width: 100%;
    background: var(--background-color) !important;
}
.WebPartZone.FullFill .RadTabStrip_Metro .rtsLevel1 .rtsLink {
    color: var(--highlight-color);
    padding: 10px 20px;
}
.WebPartZone.FullFill .RadTabStrip_Metro .rtsLevel1 .rtsSelected {
    background-color: var(--highlight-color);
    color: #fff;
}
.WebPartZone.FullFill .RadTabStripTop_Metro .rtsLevel1 .rtsLink,
.WebPartZone.FullFill .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink,
.WebPartZone.FullFill .RadTabStrip_Metro .rtsLevel1 .rtsLink,
.WebPartZone.FullFill .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
    text-transform: uppercase;
    font-weight: bold;
    background: var(--highlight-color);
    border-right: 1px solid var(--highlight-color);
    color: white;
}
.WebPartZone.FullFill .RadTabStrip_Metro li.rtsLI.rtsLast > .rtsLink {
    border-top-right-radius: 10px;
}
.WebPartZone.FullFill .RadTabStrip_Metro .rtsLink {
    font: 15px/22px Montserrat, "Segoe UI", Arial, sans-serif;
}

.RadTabStrip_Metro .rtsLink {
    font-family: "Montserrat", sans-serif;
}
.WebPartZone.FullFill .RadTabStrip_Metro .rtsLevel1 .rtsLink {
    border: none;
}
.WebPartZone.FullFill div[id*="ste_container_TimeLocation"] h3 {
    color: var(--highlight-color);
}
.WebPartZone.FullFill div[id*="ste_container_Description"] h3 {
    color: #414141;
}

.WebPartZone.FullFill .RadTabStripTop_Metro .rtsLevel1 a.rtsLink.rtsSelected {
    background: var(--color-lightblue);
    color: white;
}

.WebPartZone.FullFill .RadTabStripTop_Metro .rtsUL .rtsLI,
.WebPartZone.FullFill .RadTabStripBottom_Metro .rtsUL .rtsLI {
    margin-bottom: 1px;
}

.homeSponsors {
    max-width: calc(100vw - 60px);
    margin: auto;
    overflow-x: hidden;
}
.hiddenContent {
    visibility: hidden;
}
.LearnMoreLeft,
.LearnMoreRight {
    padding: 0;
}
.LearnMoreLeft img,
.LearnMoreRight img {
    border-radius: 10px;
}
.LearnMoreLeft img {
    border-radius: 10px;
    margin-top: -1px;
}
