@font-face {
    font-family: Arya;
    src: url(webfonts/Arya-Double-Slant.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Arya;
    src: url(webfonts/Arya-Single-Slant.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Arya;
    src: url(webfonts/Arya-Double.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Arya;
    src: url(webfonts/Arya-Single.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}

.rosterItem {
    position: relative;
}
.rosterCards .rosterItem .emailButton {
    opacity: 0;
    transition: 0.2s ease-in-out opacity;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - -35px));
}
.rosterCards .rosterItem:hover .emailButton {
    opacity: 1;
    transition: 0.2s ease-in-out opacity;
}

.emailButton a {
    margin: 0;
}

.nav-auxiliary .nav-aux-cart .cartFull {
    top: -15px;
    left: 6px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.lightGrayBackground .RadGrid.RadGrid_MetroTouch {
    background: white;
    padding: 20px;
    border-radius: 17px;
}
.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.RadGrid_MetroTouch .rgSelectedRow,
.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.RadGrid_MetroTouch .rgSelectedRow td.rgSorted {
    color: inherit !important;
}
.topBannerArea > .row img {
    filter: grayscale(1);
    opacity: 0.88;
}
.topBannerArea.fullWidthBanner > .row img {
    filter: grayscale(1);
    opacity: 1;
}

input,
button,
select,
textarea {
    font-family: montserrat, sans-serif;
}

input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #237fee;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #181e25;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.iptInsiderStories .col-sm-12 > .ContentItemContainer {
    background: #f2f2f2;
    border-radius: 45px;
    padding: 40px;
    margin: 30px;
}
.iptInsiderStories img {
    border-radius: 45px;
    overflow: hidden;
}
.iptInsiderStories h2 {
    text-align: center;
    font-size: 66px;
    margin-top: 20px;
}
.eventFilters {
    margin: auto;
    text-align: center;
    font-size: 85%;
}
ul.placeNavHere:before {
    content: "";
    height: 100%;
    width: 3px;
    background: #f2f2f2;
    position: absolute;
    left: 0;
}
.stickyArea li {
    list-style: none;
    margin-bottom: 15px !important;
}
.eventFilters label {
    margin-right: 15px;
    margin-left: 2px;
}
.RadScheduler.RadScheduler_Metro .rsHeader h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: none;
    border-bottom: none;
}
.RadScheduler.RadScheduler_Metro .rsHeader {
    border-color: #fff;
    background-color: #237fee;
}
.RadScheduler.RadScheduler_Metro .rsHeader ul a {
    border-color: rgba(255, 255, 255, 0.4);
}
.RadScheduler_Metro .rsHorizontalHeaderTable th {
    border-color: white;
    background-color: #237fee;
}
.RadScheduler_Metro .rsHorizontalHeaderTable {
    color: white !important;
}
.RadScheduler_Metro a,
.RadScheduler_Metro input,
.RadScheduler_Metro select,
.RadScheduler_Metro textarea {
    font: normal 12px/14px montserrat, Arial, sans-serif !important;
}
label,
.Label,
.PanelFieldLabelFont {
    color: #181e25;
}
.blueBackground label {
    color: white;
}
ul.placeNavHere a,
ul.placeNavHere a:visited {
    position: relative;
    font-size: 18px;
    color: #181e25;
    font-weight: 500;
}
ul.placeNavHere a:hover {
    text-decoration: none;
    color: #237fee;
}
ul.placeNavHere a:before {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    left: -25px;
    top: 1.5px;
    color: white;
    font-size: 75%;
    transition: ease-in-out 0.2s color;
}
ul.placeNavHere a:hover:before {
    color: #237fee;
    transition: ease-in-out 0.2s color;
}
#masterContentArea ul:not(.rtsUL) li {
    line-height: 1.3;
    margin: 5px 0 12px 0;
}

.iptFeaturePortrait img {
    height: 225px !important;
    width: 175px !important;
    object-fit: cover;
    border: 10px solid #fff;
    border-radius: 100%;
}
.fiveAcross .col-sm-12 {
    width: 20%;
    text-align: center;
}
.videoFrame {
    position: relative;
    width: 100%;
    padding-bottom: 51%;
    margin-bottom: 20px;
    border-radius: 17px;
    overflow: hidden;
    margin-top: 40px;
}
.iptFeaturePortrait {
    text-align: center;
    padding: 0 25px;
}
.iptFeaturePortrait img {
    margin-bottom: 25px;
}
.darkGrayBackground.centeredContent {
    background: #212c3a;
    color: white;
    text-align: center;
}
.darkGrayBackground.centeredContent h4 {
    background: white;
    max-width: 100%;
    margin: auto;
    padding: 30px;
    text-align: center;
    display: inline;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
}
.darkGrayBackground.centeredContent p {
    padding-top: 20px;
    margin-bottom: -20px;
}
.videoFrame iframe {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.topBannerArea .iMIS-WebPart > .ContentItemContainer {
    margin-bottom: 0;
}
.footer-nav {
    line-height: 1.6;
}
span.ampersandReplacement {
    font-family: montserrat, sans-serif;
    font-weight: 700;
}
.topBannerArea .container-inner {
    padding: 40px 0;
}
div#ste_container_ciFooterNav,
#ste_container_ciFooterContent21 {
    float: left;
}
.footer-copyright em.fa-solid.fa-scale-balanced {
    font-size: 14px;
    opacity: 0.8;
    margin: 0 5px;
    position: relative;
    top: -1px;
}
.fullWidthBanner h1,
.fullWidthBanner p,
.fullWidthBanner h5,
.fullWidthBanner {
    color: white;
}
.RadGrid.RadGrid_MetroTouch .rgActiveRow td,
.RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell,
.RadGrid.RadGrid_Metro .rgActiveRow td,
.RadGrid.RadGrid_Metro .rgActiveRow td.rgSorted,
.RadGrid.RadGrid_Metro .rgSelectedRow td,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgActiveCell {
    border-color: #237fee;
}
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_MetroTouch th.rgSorted,
.RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell,
.RadGrid.RadGrid_Metro .rgSelectedRow,
.RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow,
.RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted,
.RadGrid.RadGrid_Metro th.rgSorted {
    background-color: #237fee;
    border-color: #237fee;
}
.footer-nav .NavigationUnorderedList > .NavigationListItem:not(:first-child) a:before {
    content: "";
    height: 19px;
    width: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 7px;
    opacity: 0.9;
}
.iptTable table {
    max-width: calc(100vw - 30px);
    margin: auto;
    overflow-x: scroll;
}
table {
    width: 100%;
}
tbody {
    background: white;
}
.iptTable img {
    max-width: 100px;
    max-height: 100px;
}
.iptTable td,
.iptTable th {
    vertical-align: top;
    line-height: 1.2;
}
.iptTable img {
    object-fit: cover;
    margin: 5px 0 10px 0;
    display: block;
    object-position: top;
}
table tbody th {
    text-align: left;
    padding: 5px 10px;
    font-size: 90%;
    background: #f3f3f3;
}
table tbody td {
    padding: 10px 10px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 85%;
    font-weight: 500;
}
.iptTable > .iMIS-WebPart {
    background: white;
    border-radius: 45px;
}
.iptTable > div > div {
    padding: 30px;
    border-radius: 45px;
}

.sponsorFeatureBox > .iMIS-WebPart {
    padding: 40px;
    background: #f2f2f2;
    border-radius: 45px;
    overflow: hidden;
}
.sponsorFeatureBox:not(.centerBox):before {
    content: "";
    height: 100px;
    width: 100px;
    display: block;
}

a[href$=".pdf"]:after {
    content: "\f1c1";
    font-family: "FontAwesome";
    margin: 0 10px;
    font-weight: 400;
}
a[href$=".doc"]:after {
    content: "\f1c2";
    font-family: "FontAwesome";
    margin: 0 10px;
}
a[href$=".docx"]:after {
    content: "\f1c2";
    font-family: "FontAwesome";
    margin: 0 10px;
}
a[href$=".xls"]:after {
    content: "\f1c3";
    font-family: "FontAwesome";
    margin: 0 10px;
}
a[href$=".xlsx"]:after {
    content: "\f1c3";
    font-family: "FontAwesome";
    margin: 0 10px;
}

.iptMiniPhoto {
    width: 150px;
    height: 150px !important;
    object-fit: cover;
    border-radius: 17px;
    float: left;
    margin-right: 30px;
    margin-top: 55px;
}
.iptSmallPhoto {
    width: 200px;
    height: 200px !important;
    object-fit: cover;
    border-radius: 17px;
    float: left;
}
.iptSmallPhoto + div {
    width: calc(100% - 240px);
    float: left;
    margin: 0 0 0 40px;
}
.iptMiniPhoto + div {
    width: calc(100% - 180px);
    float: left;
    margin: 40px 0 20px 0;
    padding-right: 30px;
}
.flexRows.alignStart .row {
    align-items: flex-start;
}
.blueBannerBox {
    max-width: 800px;
    background: #237fee;
    border-radius: 45px;
    padding: 40px;
}
.whiteBannerBox {
    background: white;
    padding: 30px;
    border-radius: 45px;
    margin: 25px 0;
}
.blueBannerBox h4 {
    color: white;
    letter-spacing: 1px;
}

.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_MetroTouch .rgPagePrev:active,
.RadGrid.RadGrid_MetroTouch .rgPageNext:active,
.RadGrid.RadGrid_MetroTouch .rgPageFirst:active,
.RadGrid.RadGrid_MetroTouch .rgPageLast:active,
.RadGrid.RadGrid_MetroTouch .rgPager .rgPagerButton,
.RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage,
.RadGrid.RadGrid_Metro .rgNumPart a.rgCurrentPage:hover,
.RadGrid.RadGrid_Metro .rgPagePrev:active,
.RadGrid.RadGrid_Metro .rgPageNext:active,
.RadGrid.RadGrid_Metro .rgPageFirst:active,
.RadGrid.RadGrid_Metro .rgPageLast:active,
.RadGrid.RadGrid_Metro .rgPager .rgPagerButton {
    background-color: #181e25;
    border-color: #181e25;
    color: #fff !important;
}
a.AddPaddingLeft {
    padding-left: 10px;
}
.AsiMessage,
.AsiInformation,
.AsiSuccess,
.AsiWarning,
.AsiError {
    max-width: 1470px;
    margin: 15px auto;
}
.newsTitles img.iptPhoto {
    max-width: 40%;
    margin: 20px;
}
body.smallHeadings {
    font-size: 18px;
}
.smallHeadings h1 {
    font-size: 72px;
}
.newsCard .newsTitle > span:after {
    content: "\f061";
    font-family: "FontAwesome";
    margin-left: 10px;
    margin-right: 5px;
    color: transparent;
}
.newsCard:hover .newsTitle > span:after {
    color: #237fee;
}
.newsCard {
    display: grid;
    grid-template-rows: 45% 10% 1fr 3fr;
    height: 625px;
    margin-bottom: 40px;
}
.smallHeadings h2.panel-title,
.smallHeadings h2,
.smallHeadings .h2 {
    font-size: 42px;
    font-family: montserrat, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(24, 30, 37, 0.3);
    font-weight: bold;
    padding: 0;
    margin: 30px 0 10px 0;
}
.newsCards .ContentItemContainer {
    margin-bottom: -10px;
}
.newsCard {
    position: relative;
    padding: 25px;
}
.newsBlurb {
    line-height: 1.6;
    font-size: 18px;
}
.newsImage img {
    border-radius: 17px;
    overflow: hidden;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.newsInfo {
    margin-top: 25px;
}
.newsCategory,
.newsPubDate {
    color: rgba(24, 30, 37, 0.3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1.2px;
}
.topBannerArea div {
    height: 100%;
}
.newsImage .ContentHtml {
    display: block;
    height: 100%;
}
.SearchField,
.SearchResultSummary .ListItemTitle a {
    background-color: transparent;
}
.SearchResultSummary .ListItemTitle a:hover {
    background-color: #181e25;
    color: white !important;
    text-decoration: none;
}
.SearchField label {
    font-size: 120%;
    color: #237fee;
}
.newsCard {
    position: relative;
}
.newsLink a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-indent: -100000px;
}
.newsCard:hover .newsTitle {
    color: #237fee;
}
.newsTitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
}
.newsInfo em.fa-solid.fa-circle {
    color: rgba(24, 30, 37, 0.2);
    font-size: 8px;
    margin: 0 7px 0 12px;
    position: relative;
    top: -4px;
}
.colorBanner .topBannerArea > .row img {
    filter: none;
}
.container-inner.text-column {
    max-width: 1290px;
}
hr {
    margin-left: 0;
    margin-right: 0;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #d9d9d9;
}
.rosterImage {
    height: 190px;
    width: 190px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}
.bigStats {
    font-size: 36px;
    font-family: Arya, sans-serif;
    margin-right: 25px;
}
.statLabel {
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
}
.statsItem {
    display: flex;
    margin: 25px;
    align-items: center;
    justify-content: flex-start;
}
.rosterItem {
    width: 33%;
    float: left;
    margin-bottom: 60px;
}
.rosterMemberName {
    font-size: 24px;
    font-weight: 700;
    max-width: 95%;
    margin: 25px auto 5px auto;
}
.RadMenu.RadMenu_Austin .rmGroup {
    background-color: #181e25;
}

.footer-nav-copyright {
    background-color: #181e25;
    color: white;
}
.container,
.header-container,
.SliderPage1 {
    width: 100%;
    max-width: 1470px;
}
.rosterPosition,
.rosterMemberName {
    line-height: 1.1;
}
.rosterMemberName {
    font-size: 22px;
}
.nav-secondary .sub-nav-head {
    background-color: #181e25;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI {
    border-top: 0;
}
.nav-secondary {
    background-color: #f3f3f3;
    margin-bottom: 1em;
}
.testimonialImage {
    text-align: center;
}
.testimonialStars img {
    float: left;
}
.testimonialStars {
    display: flex;
}

.testimonialBottomSection > div {
    padding: 10px;
}
.testimonialImage {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 100%;
}

.testimonialImage > img {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}
.testimonialStars > img {
    margin: 0 1px;
}
.StandardPanel,
.ContentBorder,
.PanelHead.Distinguish,
.TitleBarCaption,
div.ShowFieldset fieldset,
.panel-border,
.panel-heading.Distinguish {
    border-color: #d2d2d2;
    padding: 15px;
    margin: 15px 0;
}
.testimonialText {
    font-style: italic;
    font-family: montserrat, sans-serif;
}
.testimonialTopSection {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.testimonialDivider {
    text-align: center;
    font-size: 32px;
    color: #ddd;
    margin: 0 0 0 20px;
}
.testimonialDivider {
    text-align: center;
    font-size: 32px;
    color: #ddd;
    width: 60px;
}
.testimonialSignature {
    font-weight: 700;
    padding-left: 20px;
}
.slick-prev:before,
.slick-next:before {
    color: #ccc;
}
h2.testiimonialHeading {
    font-size: 30px;
    margin: auto;
}
.testimonialSignature {
    font-weight: 700;
}
.rwTitlebarControls > tbody {
    background: inherit;
}
div#ste_container_TaxProCommunityHeading {
    max-width: 1470px;
    margin: auto;
}
ul.rwControlButtons {
    display: flex;
}
h2.testiimonialHeading {
    max-width: 760px;
    font-size: 30px;
    margin-top: 70px;
    margin-bottom: -30px;
    width: 100%;
    float: left;
}
#MainHtml body#MainBody {
    visibility: hidden;
}
#MainHtml body#MainBody.makeVisible {
    visibility: visible;
}
.RadWindow .rwTitleRow em {
    font: normal 600 22px Montserrat, sans-serif !important;
}
#masterHeaderImage {
    background-image: url("/images/ipt2024-template/ipt_logo_2024.svg");
    width: 145px;
    height: 85px;
}
.sponsorSlider img {
    max-height: 150px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}
.sponsorSlider {
    background: white;
}
.Wrapper-LimitWidth #masterContentArea {
    position: relative;
    max-width: 1470px;
    margin: auto;
}
.footer-content .wideSponsorSlider a,
.footer-content .wideSponsorSlider a:visited {
    color: #237fee;
    font-size: 18px;
    text-decoration: underline;
}
.RadMenu .rmSlide {
    top: unset !important;
}
.ctaZone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.sponsorSlider {
    position: relative;
}
.obo-label {
    display: none;
}

.obo-panel {
    margin-bottom: 0;
}
.iptPhoto {
    border-radius: 45px;
    overflow: hidden;
}
.ste-toggle {
    background-color: transparent;
    background-position: -840px -35px;
}
#hd .nav-auxiliary a {
    color: white;
    font-size: 15px;
    font-family: montserrat, sans-serif;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 0.833;
    text-decoration: none;
}
.wideSponsorSlider .TaggedListPanel > span > .ContentHtml:nth-child(1) {
    margin-bottom: 20px;
    padding-top: 40px;
    position: absolute;
    right: 0;
    z-index: 9;
    background: white;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    padding-top: 55px;
}
.footer-content .wideSponsorSlider h2 {
    color: #181e25;
    font-size: 22px;
    margin-bottom: 5px;
}
.wideSponsorSlider p {
    margin: 0;
}

.rosterCards .RadGrid.RadGrid_MetroTouch {
    background: transparent;
    border: 0;

    text-align: center;
}
.rosterImage img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.RadGrid a:hover,
.RadGrid a:focus,
.RadGrid a:active,
.RadToolTip a:hover,
.RadToolTip a:focus,
.RadToolTip a:active {
    color: #212c3a !important;
}
.RadGrid a.TextButton {
    color: #fff !important;
    text-decoration: none !important;
}
.RadGrid a.TextButton:hover {
    color: #237fee !important;
    text-decoration: none !important;
}
.nav-auxiliary .nav-aux-account .nav-text {
    background-position: 0 -100px;
}
.footer-nav-copyright a,
.footer-nav-copyright a:visited {
    color: #fff;
    padding: 0 10px;
    text-align: center;
}
.nav-auxiliary .nav-aux-cart .nav-text {
    background-position: 0 -50px;
}
.sectionItem {
    display: flex;
    margin-bottom: 40px;
}
.sectionImage {
    margin-right: 35px;
    border-radius: 15px;
    overflow: hidden;
    max-height: 175px;
    max-width: 175px;
    margin-top: 15px;
}
.sectionImage img {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}
body {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1.7;
    color: #212c3a;
    letter-spacing: -0.333px;
}
.ctaZone .panel-body {
    padding: 0;
}
.ctaZone .slick-slide > div > span > .ContentHtml:first-child {
    filter: grayscale(1);
    position: absolute;
    z-index: -1;
    width: 100%;
}
.scrollingWindowCCO .rmpView {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollingWindowCCO .RadMultiPage {
    background: white;
    padding: 40px;
    border-radius: 45px;
}

.scrollingWindowCCO .RadMultiPage h2 {
    font-size: 40px;
    color: #181e25;
}
h2.smallBlack {
    font-size: 60px;
    color: #181e25;
}
h2 > a,
h2 > a:visited {
    color: #181e25;
}
.testimonialStars.col-xs-3 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.iptFeaturePhoto {
    padding: 40px;
}
.iptFeaturePhoto > .iMIS-WebPart > div > div {
    border-radius: 45px;
    overflow: hidden;
}
.iptFeaturePhoto img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.EventSummary .PhotoArea {
    padding: 0;
    margin-bottom: 35px;
}
.slick-slide > div > span:has(.TextButton:hover) > .ContentHtml:first-child {
    filter: grayscale(0.6);
}

.sponsorSlider .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.EventSummary .Description {
    padding: 0;
}

.EventSummary .PhotoArea {
    padding: 0;
}
.EventSummary {
    background-color: transparent;
}
.EventSummary .PhotoArea img {
    border: 0;
}
.EventSummary .PhotoArea {
    width: 100%;
}
.EventSummary .PhotoArea img {
    border: 0;
    width: 100% !important;
    border-radius: 5rem;
}

.eventListing .slick-slide > div > span > .ContentHtml:first-child img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 100%;
    object-position: 50% 25%;
}
.footerCTARow .slick-slide > div > span > .ContentHtml:nth-child(2) {
    max-width: 1470px;
    margin: auto;
}
.ctaInfo {
    max-width: 740px;
    padding: 120px 20px 80px 20px;
}
.ctaZone .slick-slide {
}
.ctaZone .slick-slide > div > span > .ContentHtml:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#181e25+0,181e25+100&0.7+30,0+59 */
    background: linear-gradient(45deg, rgba(24, 30, 37, 0.8) 0%, rgba(24, 30, 37, 0.8) 30%, rgba(24, 30, 37, 0) 59%, rgba(24, 30, 37, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.footer-content {
    background-color: #181e25;
    color: #fff;
    text-align: left;
}

.eventSlide:hover .eventInfoBox {
    filter: saturate(1.75);
}
.Wrapper-HomePage h5,
.Wrapper-HomePage .h5 {
    color: rgba(24, 30, 37, 0.2);
    font-size: 22px;
    margin-left: 8px;
}
h1,
.h1,
.PageTitle {
    color: #237fee;
    font-size: 120px;
    line-height: 0.9;
    text-transform: uppercase;
}

h1.BigHeader,
.h1.BigHeader {
    color: #fff;
    background-color: #237fee;
    padding: 20px;
    margin: 0;
}

h2,
.PanelTitle {
    font-size: 80px;
    line-height: 1.2;
}

h2,
.h2,
.PanelHead.Distinguish,
.TitleBarCaption,
div.PanelTitle,
.panel-heading.Distinguish {
    text-transform: uppercase;
    min-height: 0;
    border: none;
}

h4,
.SectionLabel,
h5 {
    margin: 0 0 0.2em;
}

h6,
.h6 {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.PageTitle,
.PanelTitle,
.SectionTitle,
.SectionLabel,
.SectionLabelSmaller {
    font-family: Arya, sans-serif;
    font-weight: 400;
    line-height: 0.9;
    color: #212c3a;
    text-transform: uppercase;
}
h4,
.h4,
.SectionLabel {
    color: rgba(24, 30, 37, 1);
    font-size: 20px;
}

h5,
.h5 {
    color: rgba(24, 30, 37, 0.3);
    font-size: 22px;
    letter-spacing: 4px;
}

h6,
.h6 {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    font-family: montserrat, sans-serif;
    text-transform: none;
}

h1,
h2,
.h1,
.h2 {
    color: #237fee;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-family: montserrat, sans-serif;
    text-transform: none;
    font-weight: 700;
}

h3 a,
h3 a:visited {
    transition: ease-in-out color 0.2s;
    color: #212c3a;
    text-decoration: none;
}

h3 a:hover,
h3 a:active,
h3 a:focus {
    color: #237fee;
    text-decoration: none;
}
.newsTitles h3,
.newsTitles .h3 {
    font-family: Arya, sans-serif;
    font-weight: 400;
    font-size: 64px;
    color: #237fee;
    text-transform: uppercase;
    margin-top: 35px;
}
.newsTitles h4,
.newsTitles .h4,
.newsTitles .SectionLabel {
    color: #237fee;
    font-size: 48px;
    text-transform: uppercase;
    font-family: Arya, sans-serif;
    margin-top: 35px;
}
.newsTitles h5,
.newsTitles .h5 {
    color: #181e25;
    letter-spacing: 0;
    font-size: 42px;
    font-family: Arya, sans-serif;
    text-transform: uppercase;
    margin-top: 35px;
}
.newsTitles h6,
.newsTitles .h6 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: arya, sans-serif;
    font-weight: 400;
    margin-top: 35px;
}
.whiteBackground h3 a,
.whiteBackground h3 a:visited {
    color: #237fee;
}
.whiteBackground h3 a:hover,
.whiteBackground h3 a:focus {
    text-decoration: none;
    transition: ease-in-out color 0.2s;
    color: #212c3a;
}
.lightGrayBackground h3 a,
.lightGrayBackground h3 a:visited {
    color: #237fee;
}
.lightGrayBackground h3 a:hover,
.lightGrayBackground h3 a:focus {
    text-decoration: none;
    transition: ease-in-out color 0.2s;
    color: #237fee;
}

.eventDateBox.col-md-8.col-sm-6 {
    position: relative;
}
.eventSlide:hover .eventBackgroundImg {
    filter: none;
    transition: 0.2s ease-in-out all;
}
.eventBackgroundImg:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.2s ease-in-out all;
}
.eventSlide:hover .eventBackgroundImg:before {
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out all;
}

.eventSlide .bigDateArea {
    color: #212c3a;
    transition: 0.2s ease-in-out all;
}
.eventSlide:hover .bigDateArea {
    color: white;
    transition: 0.2s ease-in-out all;
}

.eventBackgroundImg {
    transition: 0.2s ease-in-out all;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
    left: -15px;
    filter: grayscale(1);
    max-height: 320px;
}
.dateMonth,
.dateDay {
    font-size: 100px;
    font-family: arya, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
}
.carousel-caption {
    text-align: left;
}
h1,
.h1,
.PageTitle,
h2,
.h2,
.PanelTitle {
    font-family: Arya, sans-serif;
    font-weight: 400;
    color: #237fee;
    margin-top: 40px;
}
.carousel h1,
.carousel h2,
.carousel h3,
.carousel h4,
.carousel h5 {
    font-family: arya, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: montserrat, sans-serif;
    color: #181e25;
}
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink.menuButton {
    color: white;
}
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink.menuButton:hover {
    color: white;
}
.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink:hover {
    color: white;
}

.footerAddress p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.footerAddress em[class] {
    padding-right: 15px;
    position: relative;
    top: 7px;
}
.FilterPanel {
    background-color: #f3f3f3;
    padding: 15px;
}
.panel-border {
    border-radius: 45px;
}
.panel-heading.Distinguish {
    padding-left: 5px;
}
.footerLogo div:first-child {
    float: left;
    padding-right: 25px;
}
.CalloutPart2 .panel-heading,
.CalloutPart2 .panel-body {
    background-color: white;
}
.btn:after,
.newsLink:hover .newsTitle > span:after,
.TextButton:after,
.TextButtonWithImage:after,
.ruButton:after,
#masterHeaderActionArea a:after,
.RadGrid input.TextButton:after,
.menuButton > span:after,
h3 a:after,
h2 > a:after {
    content: "\f061";
    font-family: "FontAwesome";
    margin-left: 10px;
    margin-right: 5px;
}

h2 > a:hover,
h2 > a:focus,
h2 > a:active {
    color: #237fee;
    text-decoration: none !important;
}

.StandardPanel {
    margin-top: 0;
}
.btn,
.TextButton,
.TextButtonWithImage,
.ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton,
.btn:visited,
.TextButton:visited,
.TextButton:visited,
.TextButtonWithImage:visited,
#masterHeaderActionArea a:visited,
.RadGrid input.TextButton:visited {
    color: #fff;
    background-color: #237fee;
    border-color: transparent;
    border-radius: 8px;
    border-width: 2px;
    font-weight: bold;
    margin-bottom: 10px;
}
.PrimaryButton,
.SaveAndClose,
.SaveAs,
.UsePrimaryButton .TextButton,
.UsePrimaryButton .TextButtonWithImage,
#masterHeaderActionArea a,
.RadGrid input.PrimaryButton,
.RadGrid input.PrimaryButton:visited,
#masterHeaderActionArea a:visited,
.UsePrimaryButton .TextButtonWithImage:visited,
.SaveAs:visited,
.SaveAndClose:visited,
.PrimaryButton:visited {
    margin-bottom: 10px;
    color: #237fee;
    background-color: white;
    border-color: #237fee;
    border-width: 2px;
    font-weight: bold;
}

.btn:hover,
.btn:focus,
.btn:active,
.TextButton:hover,
.TextButton:focus,
.TextButton:active,
.TextButtonWithImage:hover,
.TextButtonWithImage:focus,
.TextButtonWithImage:active,
.ruButton:hover,
.ruButton:focus,
.ruButton:active,
.ruButton:visited,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
.RadGrid input.TextButton:hover,
.RadGrid input.TextButton:focus,
.RadGrid input.TextButton:active {
    color: #237fee;
    background-color: white !important;
    border-color: #237fee;
}

.PrimaryButton:hover,
.PrimaryButton:focus,
.PrimaryButton:active,
.SaveAndClose:hover,
.SaveAndClose:focus,
.SaveAndClose:active,
.SaveAs:hover,
.SaveAs:focus,
.SaveAs:active,
.UsePrimaryButton .TextButton:hover,
.UsePrimaryButton .TextButton:focus,
.UsePrimaryButton .TextButton:active,
.UsePrimaryButton .UsePrimaryButton .TextButtonWithImage:hover,
.UsePrimaryButton .TextButtonWithImage:focus,
.UsePrimaryButton .TextButtonWithImage:active,
#masterHeaderActionArea a:hover,
#masterHeaderActionArea a:focus,
#masterHeaderActionArea a:active,
.RadGrid input.PrimaryButton:hover,
.RadGrid input.PrimaryButton:focus,
.RadGrid input.PrimaryButton:active {
    color: #fff;
    background-color: #237fee !important;
    border-color: transparent;
    border-radius: 8px;
    border-width: 2px;
    font-weight: bold;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:active,
.btn.aspNetDisabled,
.btn.aspNetDisabled:hover,
.btn.aspNetDisabled:focus,
.btn.aspNetDisabled:active,
.TextButton[disabled],
.TextButton[disabled]:hover,
.TextButton[disabled]:focus,
.TextButton[disabled]:active,
fieldset[disabled] .TextButton,
fieldset[disabled] .TextButton:hover,
fieldset[disabled] .TextButton:focus,
fieldset[disabled] .TextButton:active,
.TextButton.aspNetDisabled,
.TextButton.aspNetDisabled:hover,
.TextButton.aspNetDisabled:focus,
.TextButton.aspNetDisabled:active,
.TextButtonWithImage[disabled],
.TextButtonWithImage[disabled]:hover,
.TextButtonWithImage[disabled]:focus,
.TextButtonWithImage[disabled]:active,
fieldset[disabled] .TextButtonWithImage,
fieldset[disabled] .TextButtonWithImage:hover,
fieldset[disabled] .TextButtonWithImage:focus,
fieldset[disabled] .TextButtonWithImage:active,
.TextButtonWithImage.aspNetDisabled,
.TextButtonWithImage.aspNetDisabled:hover,
.TextButtonWithImage.aspNetDisabled:focus,
.TextButtonWithImage.aspNetDisabled:active,
.ruButton[disabled],
.ruButton[disabled]:hover,
.ruButton[disabled]:focus,
.ruButton[disabled]:active,
fieldset[disabled] .ruButton,
fieldset[disabled] .ruButton:hover,
fieldset[disabled] .ruButton:focus,
fieldset[disabled] .ruButton:active,
.ruButton.aspNetDisabled,
.ruButton.aspNetDisabled:hover,
.ruButton.aspNetDisabled:focus,
.ruButton.aspNetDisabled:active,
#masterHeaderActionArea a[disabled],
#masterHeaderActionArea a[disabled]:hover,
#masterHeaderActionArea a[disabled]:focus,
#masterHeaderActionArea a[disabled]:active,
fieldset[disabled] #masterHeaderActionArea a,
fieldset[disabled] #masterHeaderActionArea a:hover,
fieldset[disabled] #masterHeaderActionArea a:focus,
fieldset[disabled] #masterHeaderActionArea a:active,
#masterHeaderActionArea a.aspNetDisabled,
#masterHeaderActionArea a.aspNetDisabled:hover,
#masterHeaderActionArea a.aspNetDisabled:focus,
#masterHeaderActionArea a.aspNetDisabled:active,
.RadGrid input.TextButton[disabled],
.RadGrid input.TextButton[disabled]:hover,
.RadGrid input.TextButton[disabled]:focus,
.RadGrid input.TextButton[disabled]:active,
fieldset[disabled] .RadGrid input.TextButton,
fieldset[disabled] .RadGrid input.TextButton:hover,
fieldset[disabled] .RadGrid input.TextButton:focus,
fieldset[disabled] .RadGrid input.TextButton:active,
.RadGrid input.TextButton.aspNetDisabled,
.RadGrid input.TextButton.aspNetDisabled:hover,
.RadGrid input.TextButton.aspNetDisabled:focus,
.RadGrid input.TextButton.aspNetDisabled:active {
    background-color: #237fee;
    border-color: transparent;
}

.btn,
.TextButton,
.TextButtonWithImage,
.RadUpload .ruButton,
.RadUploadProgressArea .ruButton,
#masterHeaderActionArea a {
    padding: 10px 25px;
    font-size: 19px;
    margin-right: 10px;
}
.nav-auxiliary .nav-aux-account .nav-text,
.nav-auxiliary .nav-aux-cart .nav-text {
    padding-left: 0;
}
.homeEventButton {
    width: 100%;
    text-align: center;
}
#hd .nav-auxiliary .contactIcon a:before {
    content: "\f2bb";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
}
#hd .nav-auxiliary .starIcon a:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
}
#hd .nav-auxiliary .nav-aux-account a:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
}
#hd .nav-auxiliary .nav-aux-cart a:before {
    content: "\f07a";
    font-family: "FontAwesome";
    margin-right: 7px;
}
#hd .nav-auxiliary a.UtilityAuthenticationLink:before {
    content: "\f08b";
    font-family: "Fontawesome";
    margin-right: 7px;
}
#hd .nav-auxiliary .nav-aux-account a > .nav-text {
    background: none;
}
#hd .nav-auxiliary .nav-aux-cart a > .nav-text {
    background: none;
    text-indent: -10000px;
    position: absolute;
}
div.footerSocial a:hover {
    opacity: 0.8;
    transition: opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

div.footerSocial a {
    text-decoration: none;
    font-size: 0;
    opacity: 1;
    transition: opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer-content a,
.footer-content a:visited {
    color: white;
    text-decoration: none;
}
.footer-content a:hover,
.footer-content a:focus {
    color: #237fee;
}
div#ste_container_TLTestimonials {
    max-width: 1470px;
    margin: auto;
}
.halfImage1Background {
    padding: 60px 0;
}
html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected,
html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #181e25;
    background-color: #181e25;
}
html .iptCCO .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected,
html .iptCCO .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #212c3a;
    background-color: #212c3a;
    min-width: 100px;
    border-radius: 24px;
}
.iptCCO .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    border: 1px solid #f3f3f3 !important;
    background-color: #f3f3f3 !important;
    border-radius: 24px !important;
    min-width: 100px !important;
}
.lightGrayBackground + .blueBackground .iptCCO .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    background: #e9e9e9 !important;
}
.eventSlide {
    position: relative;
}
.eventLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eventLink a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    text-indent: -100000px;
}
.bigDateArea {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.eventBackgroundImg > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.dateYear {
    transition: ease-in-out color 0.2s;
    font-weight: 600;
    font-size: 48px;
    color: rgba(24, 30, 37, 0.3);
}
.eventSlide:hover .dateYear {
    transition: ease-in-out color 0.2s;
    color: white;
}
.eventSlide:hover .eventDateBox.col-md-8.col-sm-6 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.image1Background:before,
.image2Background:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.75) 100%);
}
.image2Background:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.5) 27%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.85) 100%);
}

.image2Background h1,
.image2Background .h1,
.image2Background .PageTitle,
.image2Background h2,
.image2Background .h2,
.image2Background .PanelTitle {
    color: #181e25;
    font-size: 56px;
}

.image2Background .btn,
.image2Background .TextButton,
.image2Background .TextButtonWithImage,
.image2Background .ruButton,
.image2Background #masterHeaderActionArea a,
.image2Background .RadGrid input.TextButton,
.image2Background .btn:visited,
.image2Background .TextButton:visited,
.image2Background .TextButton:visited,
.image2Background .TextButtonWithImage:visited,
.image2Background #masterHeaderActionArea a:visited,
.image2Background .RadGrid input.TextButton:visited {
    background-color: #181e25;
}

.ContentWizardDisplay {
    padding: 0;
    border: 0;
}
.modal-footer {
    display: flex;
    flex-direction: row;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 10px;
}

.blueBackground a.TextButton.PrimaryButton,
.blueBackground a.TextButton.PrimaryButton:visited {
    border-color: white;
}
.eventType {
    background: #237fee;
    padding: 8px 15px;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1.2;
}
.eventTitle {
    font-size: 24px;
    color: #237fee;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
}
.meetingLocation,
.meetingDate {
    font-size: 15px;
    font-weight: bold;
}
.meetingLocation {
    margin-bottom: 5px;
}
.meetingLocation em,
.meetingDate em {
    color: rgba(24, 30, 37, 0.3);
    margin-right: 9px;
}

.eventTitle:after {
    content: "\f061";
    font-family: "FontAwesome";
    margin-left: 10px;
    margin-right: 5px;
}

.blueBackground .eventListing .panel-body {
    padding: 0;
}
.blueBackground .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
    border: 0;
}
.blueBackground .narrowColumn .panel-body {
    padding: 0;
}
#hd .nav-auxiliary a,
#hd .nav-auxiliary a:visited {
    color: #fff;
    transition: ease-in-out color 0.2s;
}
#hd .nav-auxiliary a:hover,
#hd .nav-auxiliary a:focus {
    color: rgba(255, 255, 255, 0.7);
    transition: ease-in-out color 0.2s;
}
#SimpleSearchBlock:hover,
input#ctl01_ciUtilityNavigation_ctl13_SearchTerms:focus {
    background: #f3f3f3 !important;
    transition: ease-in-out color 0.2s;
    color: #212c3a !important;
}
#SimpleSearchBlock:hover:before {
    color: #212c3a !important;
    transition: ease-in-out color 0.2s;
}
.narrowColumn {
    max-width: 1170px;
    margin: auto;
}
div.footerSocial a:before {
    font-size: 21px;
}
div.footerSocial a {
    font-size: 0;
}
.eventSlide {
    position: relative;
    background: white;
    border-radius: 50px;
    max-width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
div#ctl01_TemplateBody_WebPartManager1_gwpciCCOhomepageevents_ciCCOhomepageevents_QMeventoutput_ResultsGrid {
    overflow: hidden !important;
}
.blueBackground .narrowColumn .RadGrid_MetroTouch {
    color: #212c3a;
    background-color: transparent;
    border: 0;
}
html .blueBackground .narrowColumn .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected,
html .blueBackground .narrowColumn .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #212c3a !important;
    background-color: #212c3a !important;
    color: white;
}

.blueBackground .narrowColumn ul.rtsUL {
    left: 50%;
    position: relative;
    transform: translatex(-50%);
}

.footerSocial a.fa,
.footerSocial a.fa-brands {
    background: #545b51;
    color: white;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-decoration: none;
    line-height: 1;
    position: relative;
    padding: 9px 9px;
    text-align: center;
}
.RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 {
    border-bottom-color: #212c3a;
}
.RadMenu.RadMenu_Austin .rmRootLink.rmExpanded,
.RadMenu.RadMenu_Austin .rmRootLink:hover,
.RadMenu.RadMenu_Austin .rmRootLink.rmFocused {
    background-color: #181e25;
    color: #fff;
}
a.rmLink.rmRootLink.rmSelected.rmExpanded {
    background: #181e25;
    color: white;
}
a.rmLink.rmRootLink.rmExpanded {
    color: white !important;
}
#masterHeaderBackground,
.header {
    border-bottom: none;
}
#hd select,
#hd textarea,
#hd input[type="text"],
#hd input[type="password"],
#hd input[type="datetime"],
#hd input[type="datetime-local"],
#hd input[type="date"],
#hd input[type="month"],
#hd input[type="time"],
#hd input[type="week"],
#hd input[type="number"],
#hd input[type="email"],
#hd input[type="url"],
#hd input[type="search"],
#hd input[type="tel"],
#hd input[type="color"],
#hd .uneditable-input {
    display: inline-block;
    height: 37px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 0.8333;
    color: white;
    border: 1px solid #212c3a;
    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;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    text-transform: uppercase;
}
.container-inner {
    max-width: 1470px;
    margin: auto;
}
.lightGrayBackground {
    background: #f3f3f3;
    padding: 60px 0;
}
.blueWhiteBackground > .container-inner > .row {
    padding-left: 10vw;
}
.blueBackground,
.blueWhiteBackground {
    background: #237fee;
    padding: 60px 0;
}
.blueWhiteBackground:before {
    content: "";
    background: white;
    width: 10vw;
    height: 100%;
    position: absolute;
    top: 0;
}
.blueBackground h2,
.blueBackground h3,
.blueWhiteBackground h2,
.blueWhiteBackground h3,
.blueWhiteBackground p,
.blueBackground h2 a,
.blueBackground h3 a,
.blueWhiteBackground h2 a,
.blueWhiteBackground h3 a,
.blueWhiteBackground p a,
.blueBackground h2 a:visited,
.blueBackground h3 a:visited,
.blueWhiteBackground h2 a:visited,
.blueWhiteBackground h3 a:visited,
.blueWhiteBackground p a:visited {
    color: white;
}
.blueBackground .RadMultiPage h2,
.blueBackground .RadMultiPage h2 a,
.blueBackground .RadMultiPage h3 a,
.blueBackground .RadMultiPage h2 a:visited,
.blueBackground .RadMultiPage h3 a:visited {
    color: #237fee;
}
.blueBackground .RadMultiPage h3 {
    color: #181e25;
}

.flexRows .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blueWhiteBackground:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10vw;
    top: 0;
    left: 0;
    background: white;
}
.blueBackground h2 a:hover,
.blueBackground h3 a:hover,
.blueWhiteBackground h2 a:hover,
.blueWhiteBackground h3 a:hover,
.blueWhiteBackground p a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.blueBackground hr,
.blueWhiteBackground hr {
    border-color: rgba(255, 255, 255, 0.3);
}
.image1Background p,
.image2Background p {
    font-weight: 500;
}
.blueWhiteBackground h2 {
    font-size: 60px;
}
.blueBackground,
.blueWhiteBackground {
    color: white;
    position: relative;
}
.blueBackground .iptCCO.scrollingWindowCCO,
.blueWhiteBackground .iptCCO.scrollingWindowCCO {
    color: #181e25;
    position: relative;
    max-width: calc(100vw - 120px);
}
.whiteBackground,
.lightGrayBackground {
    padding: 60px 0;
}
.image1Background {
    position: relative;
    background-image: url(/images/ipt2024-template/laughing-man-flipped-grayscale.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.image2Background {
    position: relative;
    background-image: url(/images/ipt2024-template/image2-bw-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-position: bottom;
}

.HomePageFullWidthArea .panel,
.HomePageFullWidthArea .panel-body {
    padding: 0;
    border: 0;
}
.header-logo-container {
    float: left;
    position: relative;
}
.header {
    padding-top: 0;
    max-width: 100vw;
}
.ContentWizardDisplay {
    max-width: 100%;
}
.Quote {
    background: #f3f3f3;
    border-left: 10px solid #237fee;
    font-weight: 500;
    letter-spacing: -0.3px;
}
.Quote:before {
    color: #a7a9ac;
}
.HomePageFullWidthArea {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    max-height: 950px;
}
.wrapper {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
.footerSponsorRow .panel-body {
    padding: 0;
    margin: 0;
}

#ft {
    background-color: #181e25;
    color: #fff;
    width: 100%;
    display: block;
}
div[data-label="On Behalf Of"] {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50%;
}
#masterContentArea {
    margin-top: 0;
    position: relative;
}
a.rmLink.rmRootLink.menuButton {
    background: #237fee;
    color: white;
    border-radius: 8px;
}
.HomePageFullWidthArea #ste_container_BackgroundBannerImage img {
    filter: grayscale(1);
}
.primary-navigation-area {
    max-width: 1170px;
    float: right;
}
.footerSponsorRow {
    border-top: 20px solid #f3f3f3;
}
.RadMenu.RadMenu_Austin .rmText,
.RadMenu.RadMenu_Austin .rmHorizontal .rmText,
.RadMenu.RadMenu_Austin .rmSlide .rmText {
    padding: 10px;
}
.footer-content {
    padding-top: 0;
}
.header-top-container {
    background: #181e25;
    position: relative;
}
@media (max-width: 1500px) {
    .header-logo-container {
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .primary-navigation-area {
        max-width: calc(100% - 170px);
        float: right;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .UtilitySection.UtilitySearch {
        display: none;
    }
    h2,
    .h2,
    .PanelTitle {
        font-size: 70px;
    }
}
@media (min-width: 768px) {
    .iconGroup {
        display: flex;
        margin: 20px 0;
    }
    .iconHeadingZone img {
        float: left;
        margin-right: 30px;
        min-width: 140px;
    }
    .padding20 {
        padding: 20px;
    }
    .padding40 {
        padding: 40px;
    }

    .blueBackground .iptCCO.scrollingWindowCCO,
    .blueWhiteBackground .iptCCO.scrollingWindowCCO {
        max-width: calc(100vw - 60px);
    }

    .RadWindow table.rwTable {
        min-height: 550px;
    }
    ul.rmVertical.rmGroup.rmLevel1 {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    .RadMenu .rmSlide {
        top: unset !important;
    }
    .UtilitySection.UtilityNavigationList {
        position: relative;
        top: -1px;
        margin: 0 15px;
    }
    .obo-actions {
        position: relative;
        top: 2px;
    }
    .has-secondary-col.col-on-right .col-secondary {
        padding-top: 40px;
    }
    .stickyArea > .row > div > div {
        position: sticky;
        top: 15px;
        margin-top: 30px;
    }
    .stickyArea {
        display: flex;
        flex: 0 0 auto;
    }
    .newsCard {
        height: 625px;
    }

    .topBannerArea h1 {
        max-width: 800px;
    }
    .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem {
        float: left;
        clear: none;
        margin: 0 4px;
    }

    .statsZone {
        padding: 60px;
    }
    .topBannerArea .col-sm-12 {
        padding: 0;
        margin: 0;
    }

    .iptPhotoOverlap {
        border-radius: 45px;
        overflow: hidden;
        position: relative;
        width: calc(100% + 150px);
        z-index: 1;
        border-top: 15px solid white;
        border-right: 15px solid white;
    }
    .header-top-container > .header-container > .container {
        padding: 15px 0;
    }
    .primary-navigation-area {
        margin-bottom: 20px;
    }
    .topBannerArea div[id$="_Panel_BannerText"] {
        padding: 120px 20px 80px 20px;
        max-width: 75%;
    }
    .topBannerArea {
        overflow: hidden;
        min-height: 600px;
        position: relative;
    }
    .obo-panel {
        margin-bottom: 0;
        max-height: 37px;
        position: relative;
        top: -7px;
    }
    .header-top-container > .header-container:before {
        height: 100%;
        content: "";
        width: calc(50% - 21vw);
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 68px solid white;
        border-right: 37px solid transparent;
    }
    .wideSponsorSlider .TaggedListPanel > span > .ContentHtml:nth-child(1):before {
        content: "";
        height: 80%;
        width: 5px;
        background: #f3f3f3;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translatey(-50%);
    }

    [id$="share"] .StandardPanel,
    [id$="share"] .panel {
        border: 0;
    }
    .sshLinkItem .sshCustomIcon,
    .sshLinkItem .sshIcon,
    .sshLinkItem .sshText {
        line-height: 50px;
    }
    .RadSocialShare.RadSocialShare_Default.SmallButtons [id$="share"] {
        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$="share"]:hover {
        opacity: 1;
        border: 3px solid #00a8f6;
    }
    [id$="share"]:hover .sshContent {
        background: #fff;
        opacity: 1;
    }
    [id$="share"] .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$="share"] .sshLinkItem .sshLinkedIn {
        background-color: #fff;
        background-image: none !important;
    }
    div[id$="share"] .sshLinkItem .sshLinkedIn:hover {
        color: #fff;
    }
    .PanelFieldLabel.SocialShare,
    [id$="share"]:hover .PanelFieldLabel.SocialShare {
        margin-right: -50px;
        padding: 7px 0 0 !important;
        text-transform: uppercase;
        font-size: 80%;
        line-height: 13px;
        width: 50px;
        height: 50px;
        text-align: center;
    }
    .PanelFieldLabel.SocialShare {
        background: rgba(255, 255, 255, 1);
    }
    [id$="share"]:hover .PanelFieldLabel.SocialShare {
        background: #00a8f6;
        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$="share"],
    [id$="SocialShareCommon"] {
        bottom: 25px;
        border: 3px solid transparent;
        position: fixed;
        z-index: +2;
        right: 15px;
        opacity: 0.35;
    }
    .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;
    }
    [id$="NewSocialShareCommon"] .panel-body,
    [id$="NewSocialShareCommon"] .PanelBody {
        padding: 0;
    }
    [id$="NewSocialShareCommon"] .StandardPanel,
    [id$="NewSocialShareCommon"] .panel {
        border: 0;
    }

    .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"] {
        filter: grayscale(1);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }

    [id$="NewSocialShareCommon"]:hover {
        filter: grayscale(0);
        -moz-transition: all 0.3s ease-in-out;
        opacity: 1;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        border-radius: 0;
        border: 0;
    }
    [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: left;
        font-size: 24px;
        font-family: fontawesome;
        position: relative;
        top: -6px;
        left: 15px;
    }
    .sshLinkItem .sshMailTo:before,
    .sshLinkItem .sshShareOnTwitter:before {
        left: 12px;
        margin: auto;
        text-align: left;
        font-family: fontawesome;
        position: relative;
    }
    .sshLinkItem .sshShareOnTwitter:before {
        content: "\e61b";
        top: -6px;
        font-size: 30px;
    }
    .fa-x-twitter:before {
        position: relative;
        top: 1px;
    }
    .sshLinkItem .sshMailTo:before {
        content: "\f003";
        top: -6px;
        font-size: 27px;
    }
    .PanelFieldLabel.SocialShare,
    [id$="NewSocialShareCommon"]:hover .PanelFieldLabel.SocialShare {
        margin-right: -50px;
        padding: 7px 0 0 !important;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 13px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-family: "source sans pro", sans-serif;
        font-weight: 600;
    }
    .PanelFieldLabel.SocialShare {
        background: rgba(255, 255, 255, 1);
    }

    .sshListItem {
        display: block !important;
    }
    .RadSocialShare.LargeButtons .sshCustomIcon,
    .RadSocialShare.MediumButtons .sshCustomIcon,
    .RadSocialShare.SmallButtons .sshCustomIcon {
        background-image: none;
        text-align: left;
        width: 50px;
        height: 50px;
    }
    .sshLinkItem .sshShareOnFacebook {
        background-color: #fff;
    }
    .sshLinkItem .sshShareOnFacebook:before {
        content: "\f09a";
        margin: auto;
        text-align: left;
        font-size: 30px;
        font-family: fontawesome;
        position: relative;
        left: 17px;
        color: #3b5998;
        top: -6px;
    }
    .sshLinkItem .sshLinkedIn:before {
        content: "\f0e1";
        margin: auto;
        text-align: left;
        font-size: 28px;
        font-family: fontawesome;
        position: relative;
        left: 14px;
        top: -6px;
        color: #3b5998;
    }
    .sshLinkItem .sshLinkedIn {
        background-color: white;
    }
    .sshLinkItem .sshShareOnTwitter:before {
        color: #181e25;
    }
    .sshIcon.sshCompactButton.sshCustomIcon.sshCustomCompactButton:before {
        color: #007f68;
    }
    .sshLinkItem .sshMailTo:before {
        color: #acaaa5;
    }
    .sshLinkItem .sshIcon.sshLinkedIn:before {
        color: #0077b5;
    }
    a.sshLinkItem:hover span.sshIcon.sshShareOnFacebook.sshCustomIcon.sshCustomShareOnFacebook {
        background-color: #3b5998;
    }
    a.sshLinkItem:hover span.sshIcon.sshLinkedIn,
    sshCustomIcon.sshCustomLinkedIn {
        background-color: #0077b5;
    }
    a.sshLinkItem:hover span.sshIcon.sshShareOnTwitter.sshCustomIcon.sshCustomShareOnTwitter {
        background-color: #181e25;
    }
    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.sshLinkedIn.sshCustomIcon.sshCustomLinkedIn:before,
    .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"] {
        z-index: 1001 !important;
        bottom: 25px;
        border: 0;
        position: fixed;
        z-index: +2;
        right: 15px;
        opacity: 0.5;
    }
    .rwTable .sshLinkItem .sshCustomIcon,
    .rwTable .sshLinkItem .sshIcon,
    .rwTable .sshLinkItem .sshText {
        line-height: inherit;
    }
    .RadSocialShare.RadSocialShare_Default.SmallButtons {
        padding: 50px 0 0;
        margin: 0;
    }

    .homeEventButton {
        width: 100%;
        text-align: center;
        position: relative;
        top: -50px;
        margin-bottom: -65px;
    }
    .RadMenu_Austin .rmSlide .rmFocused > .rmLink,
    .RadMenu_Austin .rmSlide .rmSelected > .rmLink,
    .RadMenu_Austin .rmSlide .rsmSelected > .rsmLink,
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
        background-color: transparent;
        color: white;
    }
    .slick-slider:hover .slick-prev {
        left: -35px;
    }
    .slick-slider:hover .slick-next {
        right: -35px;
    }
    div#ste_container_TLTestimonials .panel {
        max-width: calc(50% - 30px);
    }

    .RadMenu_Austin .rmSlide .rmLink:hover,
    .RadMenu_Austin .rmSlide .rmLink.rmFocused,
    .RadMenu_Austin .rmSlide .rsmLink:hover,
    .RadMenu_Austin .rmSlide .rsmLink.rmFocused,
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink.rmFocused {
        color: #237fee;
    }

    .RadMenu.RadMenu_Austin .RadSiteMap .rsmItem {
        background-color: transparent;
        transition: 0.2s ease-in-out background-color;
    }

    .footer-content > .container {
        padding-top: 60px;
    }

    .blueBackground .narrowColumn .RadTabStrip .rtsLI {
        float: left;
        display: inline;
        font-weight: bold;
        margin: 0 7px;
    }
    .blueBackground .narrowColumn .RadTabStrip.RadTabStrip_MetroTouch {
        font-family: inherit;
        font-weight: inherit;
        font-size: 16px;
        margin-bottom: 60px;
    }
    .narrowColumn > .iMIS-WebPart > .ContentItemContainer:has(.iptCCO) {
        position: relative;
        top: -82px;
    }
    div#SimpleSearchBlock {
        position: relative;
    }
    div#SimpleSearchBlock:before {
        content: "\f002";
        color: white;
        position: absolute;
        top: 14px;
        left: 6px;
        height: 20px;
        width: 20px;
        display: block;
        font-family: fontawesome;
        font-size: 15px;
    }
    .search-field {
        background: none !important;
    }
    .testimonialItem {
        font-size: 16px;
        margin-top: 50px;
        padding-bottom: 60px;
    }

    #ste_container_homeHeroTextArea,
    #ste_container_TLTestimonials {
        z-index: 1000;
        position: relative;
        margin-top: 60px;
        padding-right: 60px;
        margin-left: 15px;
    }
    .testimonialZone .slick-slide > div {
        max-width: 760px;
    }
    .HomePageFullWidthArea #ste_container_BackgroundBannerImage img {
        filter: grayscale(1);
        position: absolute;
        top: 0;
        z-index: 0;
    }
    .HomePageFullWidthArea div#ste_container_BackgroundBannerImage img {
        top: 0;
        right: 0;
        width: calc(50% - 30px);
        float: right;
        height: 950px !important;
        overflow: hidden;
        object-fit: cover;
    }
    .halfImage1Background {
        padding: 60px 0;
        background-image: url(/images/ipt2024-template/man-holding-briefcase-bw.jpg);
        background-size: calc(50% - 30px);
        background-repeat: no-repeat;
    }

    .nav-primary {
        margin-top: 35px;
    }
    #masterHeaderImage {
        margin-top: -15px;
    }
    .RadGrid_MetroTouch .rgAltRow {
        background: #f3f3f3 !important;
    }

    a.ste-toggle {
        text-indent: -10000px;
    }
    a,
    a:visited {
        transition: ease-in-out 0.2s color;
        color: #237fee;
        text-decoration: none;
    }
    a:hover {
        transition: ease-in-out 0.2s color;
        text-decoration: underline;
    }

    .blueBackground .iptCCO.scrollingWindowCCO a,
    .blueBackground .iptCCO.scrollingWindowCCO a:visited {
        color: #237fee;
    }
    .blueBackground .iptCCO.scrollingWindowCCO {
        color: #181e25;
    }

    .RadGrid a,
    .RadToolTip a {
        color: #237fee !important;
        text-decoration: none;
    }
    .search-field {
        background: #212c3a url("images/ResponsiveHeaderSprite.png") no-repeat;
        background-position: 7px 10px;
        color: #fff;
        border-color: #212c3a;
    }

    .header-top-container {
        display: flex;
        flex-direction: row;
    }
    .header-bottom-container {
        max-width: 1470px;
        margin: auto;
    }
    .navbar-header > div,
    .navbar-header > a,
    .navbar-header .NavigationUnorderedList {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        line-height: 0.833;
    }
    #hd .nav-auxiliary a {
        color: white;
        font-size: 18px;
        font-family: montserrat, sans-serif;
        background-color: transparent;
        text-transform: uppercase;
        line-height: 0.833;
        text-decoration: none;
    }
    span.rmExpandDown:after {
        content: "\f078";
        font-family: fontawesome;
        font-size: 16px;
        margin-left: 10px;
    }

    .RadMenu.RadMenu_Austin .rmRootLink.rmSelected {
        color: #212c3a;
        background-color: transparent;
    }
    .Wrapper-FullWidth .has-secondary-col.col-on-right .col-secondary {
        display: none;
    }
    .Wrapper-FullWidth .has-secondary-col.col-on-right .col-primary {
        float: left;
        margin-right: inherit;
        width: 100%;
    }
    .topBannerArea > .row img {
        filter: grayscale(1);
        opacity: 0.88;
        object-fit: cover;
        width: 100%;
        height: 100% !important;
        object-position: top;
    }
    .topBannerArea.fullWidthBanner > .row img {
        filter: grayscale(1);
        opacity: 1;
        object-fit: cover;
        width: 100%;
        height: 100% !important;
        object-position: top;
    }

    .colorBanner .topBannerArea > .row img {
        opacity: 1;
    }

    .topBannerArea > .row {
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .topBannerArea.fullWidthBanner > .row {
        width: 100%;
        opacity: 1;
    }
    .topBannerArea.fullWidthBanner > .row {
        width: 100vw;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    header#hd {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}

@media (max-width: 767px) {
    .RadMenu_Austin .rmSlide .rmFocused > .rmLink,
    .RadMenu_Austin .rmSlide .rmSelected > .rmLink,
    .RadMenu_Austin .rmSlide .rsmSelected > .rsmLink,
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem.rsmSelected > .rsmLink {
        color: #237fee;
    }
    .RadMenu_Austin .rmSlide .rmLink:hover,
    .RadMenu_Austin .rmSlide .rmLink.rmFocused,
    .RadMenu_Austin .rmSlide .rsmLink:hover,
    .RadMenu_Austin .rmSlide .rsmLink.rmFocused,
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover,
    .RadMenu_Austin .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink.rmFocused {
        color: #237fee;
    }

    .RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink.rmSelected {
        color: white;
    }

    .ctaZone .slick-slide > div > span > .ContentHtml:first-child {
        position: relative;
    }
    .container[data-label="Footer 1"] {
        padding: 10px 30px;
    }
    div[data-label="Footer 2"] {
        padding: 10px 15px;
    }
    div#ste_container_ciOBO {
        display: none;
    }
    .iptPhotoOverlap {
        border-radius: 45px;
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 1;
        border-top: 0;
        border-right: 0;
    }
    .UtilitySection.UtilityAuthentication {
        position: relative;
        top: -4px;
        margin-left: 25px;
    }
    .rosterCards .RadGrid.RadGrid_MetroTouch {
        flex-direction: column;
    }
    .rosterItem {
        width: 100%;
    }
    .RadMenu.RadMenu_Austin.MainMenu {
        top: -100px;
        background: white;
    }
    .ctaInfo {
        padding: 30px;
    }
    .footerSocial {
        margin-bottom: 30px;
    }
    .eventInfoBox {
        padding: 20px 15px 40px 25px;
    }

    .header-logo-container {
        margin-left: 45px;
    }
    html .RadTabStrip.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
        padding: 10px 5px;
    }
    .RadTabStrip.RadTabStrip_MetroTouch .rtsLI,
    .RadTabStrip.RadTabStrip_MetroTouch .rtsLink,
    .RadTabStrip.RadTabStrip_MetroTouch .rtsUL {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .Wrapper-FullWidth .has-secondary-col.col-on-right .col-primary {
        float: left;
        margin-right: inherit;
        width: 100%;
    }
    .Wrapper-FullWidth .has-secondary-col.col-on-right .col-secondary {
        display: none;
    }

    .PanelFieldLabel.SocialShare {
        display: none;
    }
    h1,
    .h1,
    .PageTitle {
        font-size: 100px;
    }
    h2,
    .PanelTitle {
        font-size: 46px;
    }
    .testimonialDivider {
        display: none;
    }
    .testimonialTopSection {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .HomePageFullWidthArea {
        max-height: none;
    }
    #ste_container_ciNewSocialShareCommon {
        display: none;
    }
    .footer-content > .container {
        padding-top: 20px;
    }
    .wideSponsorSlider .TaggedListPanel > span > .ContentHtml:nth-child(1) {
        position: relative;
    }
    div#masterLogoArea + .header-container {
        background: white;
        margin-top: 15px;
    }

    #hd .nav-auxiliary a,
    #hd .nav-auxiliary a:visited {
        color: #fff;
        transition: ease-in-out color 0.2s;
        padding: 0;
        text-decoration: none;
    }
    .nav-auxiliary .nav-aux-button .NavigationLink {
        margin-left: 0;
    }
    .primary-navigation-area {
        float: unset;
    }
    .testimonialZone {
        max-width: calc(100% - 80px);
        margin: auto;
    }

    .header-container {
        background: #181e25;
    }
    .footerLogo {
        margin-bottom: 15px;
    }
    .HomePageFullWidthArea .container {
        background: rgba(255, 255, 255, 0.6);
        padding: 30px 0;
    }
    .HomePageFullWidthArea h5 {
        margin-left: 10px;

        font-size: 24px;
    }
    div#ste_container_BackgroundBannerImage {
        position: relative;
        z-index: +1;
    }

    .image1Background {
        background-size: cover;
        background-position: center;
    }
    .image1Background .container-inner {
        margin: auto 30px;
        background: rgba(255, 255, 255, 0.7);
        padding: 15px;
    }

    .image2Background {
        background-size: cover;
        background-position: center;
    }
    .image2Background .container-inner {
        margin: auto 30px;
        background: rgba(255, 255, 255, 0.7);
        padding: 15px;
    }

    .container-inner {
        margin: auto 30px;
    }
    .nav-auxiliary .nav-aux-button .NavigationLink {
        background-color: transparent;
    }
    .navbar-toggle.collapsed {
        background-color: transparent;
    }
    .navbar-toggle {
        background-color: transparent;
    }
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: #181e25;
    }

    .RadMenu.RadMenu_Austin .rmRootLink.rmExpanded,
    .RadMenu.RadMenu_Austin .rmRootLink:hover,
    .RadMenu.RadMenu_Austin .rmRootLink.rmFocused {
        background-color: #181e25;
    }
    .RadMenu.RadMenu_Austin .rmGroup {
        background-color: #212c3a;
    }
    .navbar-collapse,
    .searchbar-collapse {
        background-color: #f3f3f3;
    }
    .RadMenu.RadMenu_Austin .rmRootLink.rmSelected {
        background-color: #237fee;
    }
}

@media (max-width: 1024px) {
    .eventInfoBox {
        padding: 20px 15px 40px 15px;
    }
    .eventBackgroundImg {
        transition: 0.2s ease-in-out all;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: unset;
        overflow: hidden;
        position: relative;
        left: -15px;
        filter: grayscale(1);
        max-height: 320px;
        position: relative;
        margin-right: -30px;
        margin-bottom: 20px;
    }
    .eventSlide {
        flex-direction: column;
    }
}

@media (min-width: 1921px) {
    .header-top-container > .header-container:before {
        width: calc(50% - 17.5vw);
    }
}
@media (min-width: 1300px) and (max-width: 1920px) {
    .header-top-container > .header-container:before {
        width: calc(50% - 24.5vw);
    }
}

@media (max-width: 500px) {
    h1,
    .h1,
    .PageTitle {
        font-size: 60px;
    }
}

@media (max-width: 1440px) {
    .container-inner {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
	.nav-auxiliary .nav-aux-button.nav-aux-cart .cartFull {
    left: 0;
    top: -1px;
}
    .blueWhiteBackground:before {
        width: 15px;
    }
    .fiveAcross .col-sm-12 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .blueWhiteBackground:before {
        width: 15px;
    }
    .fiveAcross .col-sm-12 {
        width: 50%;
    }
}

/*!****************************
* Accordion
******************************/

.AccordionContent {
    padding: 15px 0px;
}

.ContentItemContainer > div[id*="Panel_AccordionContent"] {
    padding: 15px 0px;
    font-weight: 600;
    font-size: 20px;
}

.AccordionContentIQA,
.AccordionHeaderIQA,
.AccordionHeader,
.AccordionContent,
.AccordionMultiHeader {
    width: 100%;
}

.AccordionIQA .panel-heading.Distinguish:before,
div[id*="_AccordionHeader"]:before,
div[id*="_AccordionMultiHeader"]:before,
.AccordionHeader:before,
.AccordionHeaderIQA:before,
.AccordionMultiHeader:before {
    display: inline-block;
    font-family: fontawesome;
    content: "\f067";
    transform: rotate(90deg);
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 20px;
    line-height: 1;
    background: rgba(35, 127, 238, 0.1);
    padding: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    color: #237fee;
    font-weight: 400;
    float: right;
}

.miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected:before,
.miniAccordionZone .AccordionMultiHeader.headerSelected:before,
.miniAccordionZone div[id*="_AccordionMultiHeader"]:before,
.miniAccordionZone .AccordionMultiHeader:before {
    display: inline-block;
    font-family: "material icons";
    content: "check_circle";
    transform: none;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 16px;
    line-height: 27px;
    font-size: 16px;
    color: #005c85;
}

.miniAccordionZone div[id*="_AccordionMultiHeader"]:after,
.miniAccordionZone .AccordionMultiHeader:after {
    display: inline-block;
    font-family: "material icons";
    content: "add_circle";
    transform: rotate(90deg);
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 16px;
    color: #005c85;
    line-height: 27px;
    position: absolute;
    right: 30px;
}

.miniAccordionZone .AccordionControl h2,
.miniAccordionZone .AccordionControl h3,
.miniAccordionZone .AccordionControl h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    font-family: "montserrat", san-serif;
}

.miniAccordionZone .AccordionControl.headerSelected,
.miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected {
    background: #005c85 !important;
    color: white !important;
}

.miniAccordionZone .AccordionControl {
    margin-top: 20px;
}

.miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected:before,
.miniAccordionZone .AccordionMultiHeader.headerSelected:before,
.miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected:before,
.miniAccordionZone .AccordionMultiHeader.headerSelected:before {
    color: white;
}

.miniAccordionZone div[id*="_AccordionMultiHeader"].headerSelected:after,
.miniAccordionZone .AccordionMultiHeader.headerSelected:after {
    color: white;
    display: inline-block;
    font-family: "material icons";
    content: "add_circle";
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 0;
}

.AccordionIQA .panel-heading.Distinguish.headerSelected:before,
div[id*="AccordionHeader"].headerSelected > div[id*="_AccordionHeader"]:before,
div[id*="_AccordionMultiHeader"].headerSelected:before,
.AccordionHeaderIQA.headerSelected:before,
.AccordionHeader.headerSelected:before,
.AccordionMultiHeader.headerSelected:before {
    display: inline-block;
    content: "\f067";
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 0;
    font-weight: normal;
    color: #237fee;
}

.AccordionIQA .panel-body-container,
div[id*="AccordionContent"].ContentItemContainer,
.AccordionContentIQA {
    height: 0;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    float: right;
    background: transparent;
}

.AccordionIQA .panel-heading.Distinguish,
.iMIS-WebPart.accHeader,
.iMIS-WebPart.accMultiHeader,
.AccordionHeader,
.AccordionHeaderIQA,
.AccordionMultiHeader {
    z-index: +1;
    cursor: pointer;
    background: transparent;
    font-size: 22px;
    font-weight: 500;
    padding: 0;
    line-height: 30px;
    padding-top: 0;
    border-bottom: 1px solid white;
    float: left;
    width: 100%;
}

.AccordionIQA .panel-heading.Distinguish,
.iMIS-WebPart.accHeader > div.ContentItemContainer,
.iMIS-WebPart.accMultiHeader > div.ContentItemContainer > div[id*="AccordionMultiHeader"],
.AccordionHeader,
.AccordionHeaderIQA,
.AccordionMultiHeader {
    color: #181e25;
    border-bottom: none;
    background: transparent;
    font-weight: bold;
    font-family: montserrat, sans-serif;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: #f2f2f2 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.miniAccordionZone .iMIS-WebPart.accMultiHeader > div.ContentItemContainer > div[id*="AccordionMultiHeader"],
.miniAccordionZone .AccordionMultiHeader {
    color: #414141;
    border-bottom: none;
    background-color: #e5ecee;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 10px 20px rgba(0, 0, 0, 0.04);

    font-weight: 400;
}

.AccordionHeader {
    height: 47px;
    font-size: 18px;
    padding: 10px;
    font-weight: 400;
    border-bottom: 1px solid white;
}

.AccordionHeader.headerSelected:before {
    margin-right: 5px;
}

.AccordionHeaderIQA {
    min-height: 48px;
    padding-top: 15px;
}
.AccordionContent.notShown {
    padding: 0 2rem;
}

.shown > div,
.notShown > div {
    padding: 2rem;
}

.AccordionIQA .panel-body-container,
.iMIS-WebPart > div[id*="AccordionContent"].ContentItemContainer,
.iMIS-WebPart > div[id*="AccordionHeader"].ContentItemContainer,
.iMIS-WebPart > div[id*="AccordionMultiHeader"].ContentItemContainer {
    margin-bottom: 0px;
}

.AccordionIQA .panel-body-container.notShown,
div[id*="_AccordionContent"].notShown,
.AccordionContent.notShown,
.AccordionContentIQA.notShown,
div[id*="AccordionContent"].ContentItemContainer.notShown {
    background: white;
    z-index: -1;
    height: 0;
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.AccordionContent.notShown {
    padding: 0 2rem;
}

.AccordionIQA .panel-body-container.shown,
div[id*="AccordionContent"].ContentItemContainer.shown,
div[id*="_AccordionContent"].shown,
.AccordionContent.shown,
.AccordionContentIQA.shown {
    height: 100%;
    width: 100%;
    opacity: 1;
    max-height: 100%;
    position: inherit !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.AccordionContentIQA.shown {
    padding: 2rem 0;
}

.AccordionIQA h2.panel-title,
.AccordionIQA h3,
div[id*="_AccordionHeader"] h2,
div[id*="_AccordionHeader"] h3,
div[id*="_AccordionHeader"] h4,
div[id*="_AccordionMultiHeader"] h2,
div[id*="_AccordionMultiHeader"] h3,
div[id*="_AccordionMultiHeader"] h4,
.AccordionHeaderIQA h2,
.AccordionHeaderIQA h3,
.AccordionHeaderIQA h4,
.AccordionHeader h2,
.AccordionHeader h3,
.AccordionHeader h4,
.AccordionMultiHeader h2,
.AccordionMultiHeader h3,
.AccordionMultiHeader h4 {
    display: inline;
    margin: 0 7px 0 0;
    border-bottom: 0;
    color: inherit;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.AccordionHeader:before {
    margin-right: 5px;
}

.AccordionIQA {
    padding: 0 15px 0 15px;
}

.AccordionIQA .panel-body-container.shown {
    padding: 0;
}
div[id*="AccordionContent"].ContentItemContainer.shown {
    background: white;
}

.miniAccordionZone div[id*="AccordionContent"].ContentItemContainer.shown {
    margin-bottom: 20px;
    background: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 10px 20px rgba(0, 0, 0, 0.04);
}

div[id*="AccordionContent"].ContentItemContainer.shown > div > .AccordionZone {
    padding: 3rem 0;
}

.AccordionZoneIQA div[id*="AccordionContent"].ContentItemContainer {
    padding-left: 15px;
    padding-right: 15px;
}
.AccordionControl {
    cursor: pointer;
    min-height: 0 !important;
    font-size: 24px;
    line-height: 1.1;
    padding: 10px 0;
    color: #181e25;

    overflow: hidden;
    max-height: none;
}
.iMIS-WebPart > div[id*="AccordionHeader"].ContentItemContainer {
    display: block;
}

.blueH2 h2,
.blueH3 h3 {
    color: #237fee;
}
.newsInfo {
    line-height: 1.1;
}
.slick-slider {
    max-width: 100vw;
    margin: auto;
    overflow: hidden;
}

@media (max-width: 575px) {
    #hd .nav-auxiliary .aux-hidden-xs {
        display: none;
    }
    h1,
    .h1,
    .PageTitle {
        font-size: 48px;
    }
    h2,
    .h2,
    .PanelTitle,
    h2.smallBlack {
        font-size: 42px;
    }
    .image2Background h1,
    .image2Background .h1,
    .image2Background .PageTitle,
    .image2Background h2,
    .image2Background .h2,
    .image2Background .PanelTitle {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
	.Wrapper-LimitWidth #masterContentArea {
    margin: 0 15px !important;

}
    .testimonialStars {
        margin-bottom: 25px;
    }
    h2.testiimonialHeading {
        max-width: unset;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .whiteBannerBox {
        max-width: calc(100vw - 140px);
    }

    .eventDateBox {
        min-height: 275px;
        display: flex;
    }
    .iptMiniPhoto + div {
        width: auto;
    }

    #hd .nav-auxiliary .aux-hidden-sm {
        display: none;
    }
    .statsItem {
        flex-direction: column;
        align-items: flex-start;
    }
    .sectionItem {
        flex-direction: column;
    }
    .newsCard {
        height: auto;
        overflow: hidden;
        padding: 0;
    }
}
