/*General Styles
================================================================*/
body{
    background-color:#1BA7B303;
}
.masterWrapper {
    background-color: #fff;
}

.container, .header-container, .SliderPage1 {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.search-field::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  .btn:hover, .btn:focus, .btn:active, .TextButton:hover, .TextButton:focus, .TextButton:active, .RadUpload.RadUpload .ruButton:hover, .RadUpload.RadUpload .ruButton:focus, .RadUpload.RadUpload .ruButton:active, .RadUploadProgressArea.RadUploadProgressArea .ruButton:hover, .RadUploadProgressArea.RadUploadProgressArea .ruButton:focus, .RadUploadProgressArea.RadUploadProgressArea .ruButton:active {
    color: #fff;
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 3px 4px 0px #003366;
}

/*Typography
================================================================*/
h1, .h1, .PageTitle {
    font-size: 6.3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #003366;
    margin-top: 0;
}
h2, .h2, .PanelTitle {
    font-size: 5.0rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #003366;
    line-height: 1.45em;
    border: none;
}
h3, .SectionTitle {
    font-size: 4.0rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #003366;
}
h4, .h4, .SectionLabel {
    font-size: 3.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #003366;
}
h5, .h5, .SectionLabelSmaller {
    font-size: 2.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #003366;
}
h6, .h6 {
    font-size: 2.0rem;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #003366;
}

a, .Link, .RadGrid.RadGrid .rgRow a, .RadGrid.RadGrid .rgAltRow a, .RadGrid.RadGrid .rgEditForm a, .k-grid.k-grid a, .RadToolTip.RadToolTip a {
    color: #145DA0;
    text-decoration: none;
}

a:hover, a:focus, a:active, .Link:hover, .Link:focus, .Link:active, .RadGrid.RadGrid .rgRow a:hover, .RadGrid.RadGrid .rgRow a:focus, .RadGrid.RadGrid .rgRow a:active, .RadGrid.RadGrid .rgAltRow a:hover, .RadGrid.RadGrid .rgAltRow a:focus, .RadGrid.RadGrid .rgAltRow a:active, .RadGrid.RadGrid .rgEditForm a:hover, .RadGrid.RadGrid .rgEditForm a:focus, .RadGrid.RadGrid .rgEditForm a:active, .k-grid.k-grid a:hover, .k-grid.k-grid a:focus, .k-grid.k-grid a:active, .RadToolTip.RadToolTip a:hover, .RadToolTip.RadToolTip a:focus, .RadToolTip.RadToolTip a:active {
    color: #145DA0;
    text-decoration: underline;
}
a:visited, .Link:visited, .RadGrid.RadGrid .rgRow a:visited, .RadGrid.RadGrid .rgAltRow a:visited, .RadGrid.RadGrid .rgEditForm a:visited, .k-grid.k-grid a:visited, .RadToolTip.RadToolTip a:visited {
    color: #145DA0;
}

/*Buttons
================================================================*/
.btn, .TextButton, .RadUpload.RadUpload .ruButton, .RadUploadProgressArea.RadUploadProgressArea .ruButton {
    background-color: #FFFFFF!important;
    border-color: #003366;
    color:#003366!important;
    border-radius:2.3rem;
}

.btn:hover, .btn:focus, .btn:active, .TextButton:hover, .TextButton:focus, .TextButton:active, .RadUpload.RadUpload .ruButton:hover, .RadUpload.RadUpload .ruButton:focus, .RadUpload.RadUpload .ruButton:active, .RadUploadProgressArea.RadUploadProgressArea .ruButton:hover, .RadUploadProgressArea.RadUploadProgressArea .ruButton:focus, .RadUploadProgressArea.RadUploadProgressArea .ruButton:active {
    color: #003366!important;
    text-decoration: none;
    background-color: #FFFFFF!important;
    border-color: #003366;
}

.PrimaryButton, .UsePrimaryButton .TextButton, .RadGrid input.PrimaryButton {
    background-color: #003366!important;
    color:#fff!important;
    border-color: transparent;
    border-radius:2.3rem;
}
.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButton:focus, .UsePrimaryButton .TextButton:active, .RadGrid input.PrimaryButton:hover, .RadGrid input.PrimaryButton:focus, .RadGrid input.PrimaryButton:active {
    color: #fff!important;
    text-decoration: none;
    background-color: #003366!important;
    border-color: rgba(0, 0, 0, 0);
}
.DangerButton {
    background-color: #DE421D!important;
    border-color: transparent;
    border-radius:2.3rem;
    color:#fff!important;
}
.DangerButton:hover, .DangerButton:focus, .DangerButton:active {
    color: #fff!important;
    text-decoration: none;
    background-color: #DE421D!important;
    border-color: transparent;
}
.SuccessButton {
    background-color: #1BA7B3!important;
    border-color: transparent;
    border-radius:2.3rem;
    color:#fff!important;
}
.SuccessButton:hover, .SuccessButton:focus, .SuccessButton:active {
    color: #fff!important;
    text-decoration: none;
    background-color: #1BA7B3!important;
    border-color: transparent;
}
a.TextButton.nobg {
    background-color: transparent!important;
}

/*Callout
================================================================*/
.CalloutArea1, .CalloutBlockType1 {
    background-color: #1BA7B3;
    padding: 10px;
    margin: 20px;
    border-radius: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
}
.CalloutArea2 {
    background-color: #DE421D;
    padding: 10px;
    margin: 20px;
    border-radius: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #fff;
}

/*Callout
================================================================*/
.Quote {
    background: #f4f5ed;
    border-left: 10px solid #003366;
    margin: 1.5em .7em 1.5em 0;
    padding: 1.5em .7em;
    quotes: "\201C" "\201D" "\201C" "\201D";
    font-weight: normal;
}

/*Header
================================================================*/
#TopHeader {
    height:40px;
    background-color:#1BA7B319;
    margin:0 ;
}
#masterHeaderImage {
    background-image: url("images/logo.png");
    width: 112px;
    height: 61px;
    margin-left: 50px;
    margin-top: 14px;
}
.search-container-sm, .auth-link-container-sm {
    display: flex!important;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
.UtilitySection.UtilitySearch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: 10px;
}
.header-search {
    padding: 0 0 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#SimpleSearchBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}
#SimpleSearchBlock input[type="text"] {
    display: flex;
    width: 265px;
    height: 32px;
    border: 1px solid #0099CC;
    border-radius: 16px;
    opacity: 1;
    background-position: 233px -17px;
}
#auxiliary-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
}
.sociallinksContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#ste_container_ciUtilityNavigation {
    display: inline-flex;
}
.sociallinksContainer div {
    display: inline-flex;
    align-items: center;
    margin-left: -5px;
}
.socialLinks .fa-brands {
    font-size: 2.2rem;
    color:#666666;
    padding-top: 10px;
}
.socialLinks a {
    margin-right: 13px;
}
.btn-join {
    background-color: #FFCC00;
    color: #003366!important;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 0;
    border: none;
}
.btn-join:hover {
    background-color: #FFCC00!important;
    color: #003366!important;
}
a.UtilitySection.UtilityAuthenticationLink {
    font-size: 1.4rem;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    padding: 11px 19px;
    margin-top: 0px;
}
.navbar-header > div, .navbar-header > a, .navbar-header .NavigationUnorderedList, .navbar-header .NavigationLink {
    display: inline-flex;
    align-items: center;
}
/*Nav
================================================================*/
.header-container {
    background-color: #003366;
}
.RadMenu.RadMenu_Austin .rmLink {
    color: #fff;
}
.nav-primary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
nav[id$="NavWrapper"] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.RadMenu.RadMenu_Austin {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}
.RadMenu ul.rmActive, .RadMenu ul.rmRootGroup {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.RadMenu.RadMenu ul.rmHorizontal {
    float: none;
    display: flex;
    height: 65px;
}
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
    text-transform: capitalize;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0;
    display: flex;
    text-wrap: wrap;
    height: 65px;
    align-items: center;
}
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
    position: static;
    width: 132px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
li.rmItem.rmLast {
    width: 150px!important;
}
.RadMenu.RadMenu_Austin .rmToggle, .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle {
    display: flex;
    height: 30px;
}

.RadMenu.RadMenu_Austin .rmToggle .rmIcon, 
.RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle .rmIcon {
    background-image: url(images/caret-down.svg);
    background-position: center!important;
    width: 35px!important;
    height: 35px!important;
    margin-top: 0;
}


.rmToggle .rmItem::after{
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f0d7";
}
.resourceLibraryMenu span.rmText, .PTDAFoundationMenu span.rmText, .storeMenu span.rmText {
    margin: 0!important;
}
.resourceLibraryMenu, .storeMenu {
    color:#FFCC00!important;
    border-left: 1px solid #AFAFAF;
}
.RadMenu.RadMenu_Austin .rmRootLink.rmSelected {
    color: #fff;
    background-color: transparent;
}
.PTDAFoundationMenu{
    color:#66CCFF!important; 
    border-left: 1px solid #AFAFAF;
}
.PTDAFoundationMenu:hover, .PTDAFoundationMenu.rmFocused, .PTDAFoundationMenu.rmExpanded{
    color:#fff!important;
    background-color: #66CCFF!important; 
}
.resourceLibraryMenu:hover, .resourceLibraryMenu.rmFocused, .resourceLibraryMenu.rmExpanded, .storeMenu:hover, .storeMenu.rmFocused, .storeMenu.rmExpanded {
    color:#fff!important; 
    background-color: #FFCC00!important;
}
.eventsMenu:hover, .eventsMenu.rmFocused, .eventsMenu.rmExpanded {
    background-color: #de421d!important;
}
.eventsMenu + div  ul.rmLevel1 {
    border-left: solid 30px #de421d!important;
}
.BusinessMenu:hover, .BusinessMenu.rmFocused, .BusinessMenu.rmExpanded {
    background-color: #006940!important;
}
.BusinessMenu + div  ul.rmLevel1 {
    border-left: solid 30px #006940!important;
}
.industryMenu:hover, .industryMenu.rmFocused, .industryMenu.rmExpanded {
    background-color: #B31B34!important;
}
.industryMenu + div  ul.rmLevel1 {
    border-left: solid 30px #B31B34!important;
}
.educationMenu:hover, .educationMenu.rmFocused, .educationMenu.rmExpanded {
    background-color: #666666!important;
}
.educationMenu + div  ul.rmLevel1 {
    border-left: solid 30px #666666!important;
}
.membersMenu:hover, .membersMenu.rmFocused, .membersMenu.rmExpanded {
    background-color: #1BA7B3!important;
}
.membersMenu + div  ul.rmLevel1 {
    border-left: solid 30px #1BA7B3!important;
}
.volunteerMenu:hover, .volunteerMenu.rmFocused, .volunteerMenu.rmExpanded{
    background-color: #4A358E!important;
}
.volunteerMenu + div  ul.rmLevel1 {
    border-left: solid 30px #4A358E!important;
}


.RadMenu.RadMenu_Austin .rmRootLink.rmExpanded, .RadMenu.RadMenu_Austin .rmRootLink:hover, 
.RadMenu.RadMenu_Austin .rmRootLink.rmFocused {
    min-height: 65px;
}

a.rmLink.rmRootLink.rmFocused.storeMenu span {
    padding-top: 20px;
    padding-bottom: 20px;
}
li.rmItem.rmLast {
    width: 90px!important;
}
.RadMenu.RadMenu_Austin .rmGroup {
    background-color: #fff;
    width: 100%;
    display: table!important;
    padding-left:25px;
    padding-right:25px;
    white-space: normal;
}
.RadMenu .rmSlide, .RadMenu_Context {
    position: absolute;
    left:50px!important;
}
.RadMenu.RadMenu_Austin .rmTwoLevels .rmLevel1 > .rmItem > .rmLink, .RadMenu.RadMenu_Austin .rmTwoLevels .rmLevel1 > .rmItem.rmDisabled > .rmLink:hover, .RadMenu.RadMenu_Austin .rmTwoLevels .rmLevel1 > .rmItem.rmDisabled > .rmLink:focus {
    text-transform: capitalize;
    color: #003366;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 1.4rem;
}
.RadMenu_Austin .rmSlide .rmLink:hover, .RadMenu_Austin .rmSlide .rmLink:focus, .RadMenu_Austin .rmSlide .rmLink.rmFocused, .RadMenu_Austin .rmSlide .rmLevel1 > .rmItem > .rmLink:hover, .RadMenu_Austin .rmSlide .rmLevel1 > .rmItem > .rmLink:focus, .RadMenu_Austin .rmSlide .rmLevel1 > .rmItem > .rmLink.rmFocused {
    background-color: transparent;
    color: #003366;
}
.RadMenu_Austin .rmSlide {
    width: 1200px!important;
}
.rmSlide .rmLevel1 {
    padding-top:50px;
    min-height: 315px;
}
.RadMenu.RadMenu_Austin .rmSlide .rmItem {
    float: none;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.RadMenu_Austin .rmSlide .rmLink {
    color: #003366!important;
    font-size:1.4rem;
    font-weight:bold;
    width:100%!important;
}
.rmSlide .rmSlide {
    width: 100%!important;
    min-height:auto!important;
    overflow:unset!important;
}
.RadMenu.MegaDropDownMenuOuter ul.rmLevel2 {
    min-width: 293px;
}
.rmSlide .rmSlide a.rmLink {
    font-weight: normal;
    width:100%!important
}
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
    float: none;
    clear: none;
}

.RadMenu .rmSlide, .RadMenu_Context {
    float: none;
}

.rmSlide .rmSlide ul li {
    width: 100%!important;
    display: block!important;
}
.rmSlide .rmToggle{
    display:none!important;
}
.rmSlide .rmSlide span.rmText {
    padding-top: 0!important;
}
.rmSlide .rmSlide li.rmItem {
    padding-left: 15px!important;
}
.RadMenu.RadMenu_Austin .rmSlide .rmSlide .rmItem {
    width: 100%!important;
}
/*Home
=================================================================*/
.carousel {
    margin: 0 -11px!important;
}
.HomeBanner .carousel .carousel-inner .item{
    min-height:550px;
}
.carousel-inner > .active {
    display: flex;
    align-items: center;
    width: 100%;
    background-size:cover;
}
.item.next {
    display: flex;
    align-items: center;
}
.item.textbottom.active,.item.textbottom.next {
    align-items: flex-end;
}
.HomeBanner .carousel-caption {
    position: relative;
    left: 125px;
    top: 0;
    z-index: 10;
    color: #003366;
    text-align: left;
    text-shadow: none;
    max-width:66%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.HomeBanner .carousel-caption h1 {
    Color:#003366;
    text-transform: capitalize;
}

.HomeBanner .carousel-caption p{
    color:#003366;
    font-size:1.6rem;
}

.HomeBanner .btn{
    margin-right:20px;
}
.HomeBanner .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: #003366;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
}
.HomeBanner .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #003366;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1.0;
    font-size: 50px;
    color: #003366;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right,.carousel-control.left {
    background-image: none; 
}
.carousel-control:hover, .carousel-control:focus, .carousel-control:visited, .carousel-control:active {
    color: #003366;
    opacity: .8;
}
div[id$="HomeSlideshow__Body"] {
    padding: 0 10px;
    margin-top: -1px;
}
.HomeBox {
    min-height: 691px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.HomeBox.textpadding{
    padding:87px;
}
.HomeBox.blue{
    background-color:#003366;
    color:#fff;
}
.HomeBox.blue h1{
    color:#fff;
}
.HomeBox.blue h2{
    color:#fff;
}
.HomeBox.blue h3{
    color:#fff;
}
.HomeBox.blue h4{
    color:#fff;
}
.HomeBox.blue h5{
    color:#fff;
}
.HomeBox.blue h6{
    color:#fff;
}
.HomeBox.blue p{
    color:#fff;
}
.HomeBox .ContentItemContainer {
    margin-bottom: 0;
}

a.TextButton.mfgBtn {
    text-align: left;
    padding: 3px 31px;
    line-height: 1.0;
    font-weight: 900;
    font-size: 2.3rem;
    margin-right:20px;
}
span.smallBtn {
    font-size: 1.4rem;
}
#masterContentArea {
    margin-top: -1px;
    padding: 0 15px;
}
.carousel-inner > .item > .carousel-link {
    width: 100%;
    height: 100%;
    display: none;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    color: #003366;
}
/*Interior Banner
=================================================================*/
.InteriorBanner {
    width:100%;
    padding:5.0rem 13.0rem;
}
.InteriorBanner h1 {
    color: #fff;
}
div#ste_container_InteriorBanner {
    margin-bottom: 75px;
}

/* Tier 2 Page 
=================================================================*/

.col-secondary .sub-nav .sub-nav-head {
    display: none!important;
}
.sub-nav-body .RadTreeView.RadTreeView > .rtUL > .rtLI {
    border-top: none!important;
}
.col-secondary .sub-nav {
    border-right: solid 1px #AFAFAF!important;
    min-height: 400px;
    padding-top: 0;
    background-color: transparent;
}
nav[id$="NavWrapper"] {
    align-items: flex-start;
}
.rtUL .rtLI a {
    font-size: 1.4rem!important;
    font-weight: bold;
    color:#145DA0;
}
.rtUL .rtLI .rtUL .rtLI a .rtText {
    font-weight: normal!important;
    color:#145DA0;
}
.sub-nav-body .RadTreeView.RadTreeView a.rtIn:hover, .sub-nav-body .RadTreeView.RadTreeView a.rtIn:focus {
    background-color: transparent;
    color: #145DA0!important;
    text-decoration:underline;
}
.sub-nav-body .RadTreeView.RadTreeView .rtSelected > a.rtIn, .sub-nav-body .RadTreeView.RadTreeView .child-is-selected.rtIn {
    background-color: transparent;
    color: #003366;
    font-weight: bold !important;
}
.sub-nav-body .RadTreeView.RadTreeView .rtIn, .sub-nav-body .RadTreeView.RadTreeView .rtHover .rtIn, 
.sub-nav-body .RadTreeView.RadTreeView .rtSelected .rtIn {
    padding: 0px 15px;
}
.sub-nav-body .RadTreeView.RadTreeView > .rtUL > .rtLI .rtLI .rtIn {
    padding: 0px 15px;
}
.sub-nav-body .RadTreeView.RadTreeView > .rtUL > .rtLI > .rtUL {
    padding-right: 15px;
    padding-bottom: 5px;
}

.breadcrumb li:not(:last-of-type):after {
    content: '/'!important;
}
.breadcrumb li.breadcrumb-item {
    list-style: none;
    display: inline-block;
    font-weight: bold;
    color: #003366;
}
li.breadcrumb-item.active {
    font-weight: normal;
    color: #003366;
}

/*Footer
=================================================================*/

.footer-content {
    background-color: #003366;
    color: #fff;
    text-align: center;
    padding: 100px 50px 0px 50px;
}

.footer-content h5 {
    color:#FFCC00;
    font-size:14px;
}
.footer-content p, .footer-content p a {
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
.footerLogo {
    max-width: 126px;
    height: auto;
    margin: 0 auto;
}
/*Accordion
=================================================================*/
.accordion .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-top: 2px solid #0A4C61;
    border-radius: 0;
    box-shadow: none;
}
.accordion .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}

.accordion .btn, .accordion .TextButton {
    background-color: transparent!important;
    border:none;
    color: #003366!important;
    font-size:3.0rem;
    font-weight:bold;
}

.accordion .btn:hover, .accordion .btn:focus, .accordion .btn:active, .accordion .TextButton:hover,.accordion .TextButton:focus, .accordion .TextButton:active {
    color: #003366!important;
    text-decoration: none;
    background-color: transparent!important;
    border-color: transparent;
    border:none;
    box-shadow: none;
}
.accordion .btn:after {
    content: "\2b";
    font: var(--fa-font-solid);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 25px;
}

.accordion button[aria-expanded="true"]:after{
    content: "\f068";
    font: var(--fa-font-solid);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 25px;
}
.resourceContentRow h2 {
    font-size: 3rem;
}
/*Tabs
=================================================================*/
.nav-tabs li.nav-item {
    display: inline-block;
    margin: 0 5px;
}
.nav-tabs{
    margin-bottom:-4px;
}
.nav-link {
    background-color: transparent;
    border: 4px solid #0A4C61;
}
.nav-link.active {
    border-bottom: 4px solid #fff;
}
.tab-content {
    border-top: 4px solid #0A4C61;
}
.tab-pane{
    margin:15px;
}
.tab-pane.fade{
    display:none;
}
/*Mobile
============================================*/
@media screen and (max-width:992px) {
    .wrapper {
        display: block;
    }
    #TopHeader {
        height: 20px;
        background-color: #1BA7B319;
        margin: 0;
    }
    div#ste_container_HeaderLogoSpan {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    #auxiliary-container {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 25px;
        width: 100%;
    }

    .socialLinks {
        display: none!important;
    }
    .header-logo-container {
        float: none;
    }
    #masterHeaderImage {
        margin-left: 0;
    }
    .UtilitySection.UtilitySearch {
        margin-bottom: 0;
    }
    .nav-primary {
        display: none;
        padding-left:15px;
    }
    button.navbar-toggle.collapsed.searchbar-toggle {
        display: none;
    }
    button.navbar-toggle.collapsed.menu-toggle {
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .navbar-toggle.collapsed {
        background-color: transparent;
    }
    .navbar-toggle .icon-bar {
        background-color: #003366;
    }
    .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-collapse, .searchbar-collapse {
        background-color: transparent;
    }
    .RadMenu.RadMenu ul.rmHorizontal {
        float: none;
        display: block;
        height: auto;
    }
    .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
        float: none;
        clear: none;
    }
    .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
        position: static;
        width: auto;
        height: auto;
        display: block;
        margin:10px 0 10px 15px;
        border-bottom: 1px solid #407CB9;
    }
    .RadMenu_Austin .rmSlide {
        width: 100%!important;
    }
    .RadMenu .rmSlide, .RadMenu_Context {
        position: static!important;
    }
    .RadMenu .rmSlide, .RadMenu_Context {
        position: static;
        overflow: hidden;
        display: none;
        float: none;
    }
    .RadMenu.RadMenu_Austin .rmText, .RadMenu.RadMenu_Austin .rmHorizontal .rmText, 
    .RadMenu.RadMenu_Austin .rmSlide .rmText {
        width: 150px;
        white-space: initial;
    }
    .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
        height: auto;
        display: flex;
        text-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
        text-transform: capitalize;
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 4rem;
        max-width: 400px;
    }
    .RadMenu.RadMenu_Austin .rmSlide .rmItem {
        float: none;
        display: block;
        width: 100%;
        vertical-align: top;
    }
    .RadMenu .rmText {
        display: block;
        float: none;
        max-width: 150px;
    }
    .RadMenu.RadMenu_Austin .rmToggle, .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle {
        display: flex;
        height: 30px;
        justify-content: center;
        align-items: center;
        margin-top: 11px;
    }
    .eventsMenu:hover, .eventsMenu.rmFocused, .eventsMenu.rmExpanded,.BusinessMenu:hover, .BusinessMenu.rmFocused, .BusinessMenu.rmExpanded,.industryMenu:hover, .industryMenu.rmFocused, .industryMenu.rmExpanded, .educationMenu:hover, .educationMenu.rmFocused, .educationMenu.rmExpanded, .membersMenu:hover, .membersMenu.rmFocused, .membersMenu.rmExpanded, .volunteerMenu:hover, .volunteerMenu.rmFocused, .volunteerMenu.rmExpanded {
        background-color: transparent!important;
    }

    a.rmLink.rmRootLink.resourceLibraryMenu {
        font-size: 2rem!important;
        display: inline-block;
        max-width: 100%;
        border-left: none;
    }
    .nav-primary li.rmItem:nth-child(7), .nav-primary li.rmItem:nth-child(8) {
        max-width: 50%;
        display: inline-block!important;
        text-align: center;
        border-bottom:none!important;
    }
    a.rmLink.rmRootLink.PTDAFoundationMenu {
        font-size: 2rem!important;
        max-width: 100%;
        display: inline-block;
    }
    .PTDAFoundationMenu .rmText, .resourceLibraryMenu .rmText {
        width: 100%!important;
        padding: 10px 0!important;
    }
    .nav-primary li.rmItem.rmLast {
        width: 100%!important;
        border-bottom: none!important;
        border-top: 1px solid #407CB9!important;
    }
    .nav-primary li.rmItem:nth-child(7), .nav-primary li.rmItem:nth-child(8) {
        max-width: 50%;
        display: inline-block!important;
        text-align: center;
        border-bottom: none!important;
        width: 100%!important;
        margin-left: 0!important;
    }
    .storeMenu {
        border-left: none;
        padding: 10px 0!important;
        margin-left: -15px;
    }
    .HomeBanner .carousel .carousel-inner .item {
        min-height: 550px;
        padding-top: 50px;
    }
    .HomeBanner .carousel-caption {
        position: static;
        top: 60px;
        z-index: 10;
        color: #003366;
        text-align: center;
        text-shadow: none;
        max-width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        padding: 50px 25px;
    }
    .HomeBanner .carousel-caption p {
        width: 100%;
    }
    .HomeBox {
        min-height: auto;
    }
    .footer {
        display: block;
    }
    .footer-content.container p {
        text-align: center!important;
        margin-left: 0!important;
    }
}