Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Main SCSS file for the JMM Altru site reskin
- * Styles should not be written into this file - it
- * should only contain @import commands
- */
- /******************
- This section displays the basic styles that you edit from the page designer. You can edit the classes directly to further customize your web pages.
- ******************/
- body {
- color: #000;
- background: #fff;
- }
- .site-header {
- background: #ffffff;
- margin-top: 10px;
- padding: 20px 0 0;
- }
- /***** End basic styles *****/
- .btn-primary.disabled,
- .btn-primary.disabled.active,
- .btn-primary.disabled.focus,
- .btn-primary.disabled:active,
- .btn-primary.disabled:focus,
- .btn-primary.disabled:hover,
- .btn-primary[disabled],
- .btn-primary.active[disabled],
- .btn-primary.focus[disabled],
- .btn-primary[disabled]:active,
- .btn-primary[disabled]:focus,
- .btn-primary[disabled]:hover,
- fieldset[disabled] .btn-primary,
- fieldset[disabled] .btn-primary.active,
- fieldset[disabled] .btn-primary.focus,
- fieldset[disabled] .btn-primary:active,
- fieldset[disabled] .btn-primary:focus,
- fieldset[disabled] .btn-primary:hover {
- background-color: #1775bb;
- border: none;
- border-radius: 3px;
- padding: 10px 20px;
- }
- .btn-primary {
- background-color: #1775bb;
- color: #ffffff !important;
- -webkit-transition: opacity 0.24s ease-in-out 0s;
- transition: opacity 0.24s ease-in-out 0s;
- border: none;
- border-radius: 3px;
- padding: 10px 20px;
- font-weight: 700;
- }
- .btn-primary:hover,
- .btn-primary.active.focus,
- .btn-primary.active:focus,
- .btn-primary.active:hover,
- .btn-primary.focus:active,
- .btn-primary:active:focus,
- .btn-primary:active:hover,
- .open > .dropdown-toggle.btn-primary.focus,
- .open > .dropdown-toggle.btn-primary:focus,
- .open > .dropdown-toggle.btn-primary:hover,
- .btn-primary.active,
- .btn-primary:active,
- .open > .dropdown-toggle.btn-primary,
- .btn-primary.focus,
- .btn-primary:focus {
- background-color: #1775bb;
- opacity: 0.9;
- border: none;
- border-radius: 3px;
- padding: 10px 20px;
- }
- #logo {
- padding: 0;
- }
- #logo img {
- height: auto;
- width: 100%;
- max-width: 500px;
- }
- .MS_LoginButtonOuterContainer .MS_LoginButtonInnerContainer {
- float: right;
- margin-right: 5px;
- }
- .MS_LoginButtonOuterContainer .MS_LoginButtonInnerContainer a {
- color: #000 !important;
- font-family: Garaje0503;
- font-size: 18px;
- font-weight: bold;
- text-transform: uppercase;
- }
- .MS_LoginButtonOuterContainer .MS_LoginButtonInnerContainer a:hover {
- color: #a02314 !important;
- }
- [id*=UserModalSignedIn] .BBModalEditLink {
- border-right: none !important;
- }
- [id*=LinkbuttonSignOut],
- a[id*=UserModalSignIn].BBModalEditLink {
- position: relative;
- border-radius: 0 50px 50px 0;
- padding: 16px 25px 10px !important;
- font-family: Garaje0503;
- border: 1px solid #f04e23;
- color: #000;
- position: relative;
- text-decoration: none !important;
- font-weight: bold;
- letter-spacing: 0.03em;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- font-size: 18px;
- margin-left: 20px;
- }
- @media (max-width: 767px) {
- [id*=LinkbuttonSignOut],
- a[id*=UserModalSignIn].BBModalEditLink {
- padding: 12px 20px;
- font-size: 16px;
- }
- }
- [id*=LinkbuttonSignOut]::before,
- a[id*=UserModalSignIn].BBModalEditLink::before {
- content: "";
- width: 0;
- background: rgba(240, 78, 35, 0.3);
- height: 100%;
- left: 0;
- top: 0;
- -webkit-transition: all 0.5s;
- transition: all 0.5s;
- position: absolute;
- border-radius: 0 50px 50px 0;
- }
- [id*=LinkbuttonSignOut]::after,
- a[id*=UserModalSignIn].BBModalEditLink::after {
- content: " >";
- padding-left: 10px;
- }
- [id*=LinkbuttonSignOut]:hover,
- a[id*=UserModalSignIn].BBModalEditLink:hover {
- color: #000 !important;
- }
- [id*=LinkbuttonSignOut]:hover::before,
- a[id*=UserModalSignIn].BBModalEditLink:hover::before {
- width: 100%;
- }
- [id*=UserModalSignIn].MS_LoginLink {
- margin-left: 15px;
- margin-top: 0;
- }
- [id*=UserModalSignIn].MS_LoginLink a {
- border-radius: 0 50px 50px 0;
- padding: 16px 25px 10px !important;
- font-family: Garaje0503;
- border: 1px solid #f04e23;
- color: #000;
- position: relative;
- text-decoration: none;
- font-weight: bold;
- letter-spacing: 0.03em;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- font-size: 18px;
- }
- @media (max-width: 767px) {
- [id*=UserModalSignIn].MS_LoginLink a {
- padding: 12px 20px;
- font-size: 16px;
- }
- }
- [id*=UserModalSignIn].MS_LoginLink a span {
- position: relative;
- z-index: 1;
- }
- [id*=UserModalSignIn].MS_LoginLink a::before {
- content: "";
- width: 0;
- background: rgba(240, 78, 35, 0.3);
- height: 100%;
- left: 0;
- top: 0;
- -webkit-transition: all 0.5s;
- transition: all 0.5s;
- position: absolute;
- border-radius: 0 50px 50px 0;
- }
- [id*=UserModalSignIn].MS_LoginLink a::after {
- content: " >";
- padding-left: 10px;
- }
- [id*=UserModalSignIn].MS_LoginLink a:hover {
- color: #000 !important;
- }
- [id*=UserModalSignIn].MS_LoginLink a:hover::before {
- width: 100%;
- }
- .button.primary {
- border-radius: 0 50px 50px 0;
- padding: 16px 25px;
- font-family: Garaje0503;
- border: 1px solid #f04e23;
- color: #000;
- position: relative;
- text-decoration: none;
- font-weight: bold;
- letter-spacing: 0.03em;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- font-size: 18px;
- }
- @media (max-width: 767px) {
- .button.primary {
- padding: 12px 20px;
- font-size: 16px;
- }
- }
- .button.primary span {
- position: relative;
- z-index: 1;
- }
- .button.primary::after {
- content: "";
- width: 0;
- background: rgba(240, 78, 35, 0.3);
- height: 100%;
- left: 0;
- top: 0;
- -webkit-transition: all 0.5s;
- transition: all 0.5s;
- position: absolute;
- border-radius: 0 50px 50px 0;
- }
- .button.primary:hover::after {
- width: 100%;
- }
- .button.primary.reversed {
- color: #f2f2e6;
- border-color: #f2f2e6;
- }
- .button.primary.reversed:hover::after {
- background: rgba(242, 242, 230, 0.2);
- }
- .button.secondary {
- padding: 7px 20px;
- font-family: Garaje0503;
- color: #f2f2e6;
- position: relative;
- text-decoration: none;
- font-weight: bold;
- letter-spacing: 0.02em;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- font-size: 16px;
- background: #a02314;
- }
- .button.secondary span {
- position: relative;
- z-index: 1;
- }
- .button.secondary:hover {
- background: #902012;
- }
- .button.secondary.reversed {
- background: #f2f2e6;
- color: #a02314;
- }
- .button.secondary.reversed:hover {
- background: #e2e2c7;
- }
- .MS_background_footer {
- background: transparent;
- }
- a,
- a:link,
- a:visited,
- a:active,
- a:focus,
- a:hover {
- color: #a02314;
- }
- .MSFootTextDiv a,
- .MSFootTextDiv a:link,
- .MSFootTextDiv a:visited,
- .MSFootTextDiv a:active,
- .MSFootTextDiv a:focus,
- .MSFootTextDiv a:hover {
- color: #a02314;
- text-decoration: underline;
- }
- .text-success {
- color: #a02314;
- }
- [id*=MembershipExpress] .MembershipExpress_TermRadiolTerm,
- [id*=MembershipExpress] .MembershipExpress_TermRadioAmount {
- color: #1775bb;
- }
- [id*=MembershipExpress] .MembershipExpress_SelectedTermLabel,
- [id*=MembershipExpress] .MembershipExpress_SelectedTypeLabel {
- background: #1775bb;
- border-color: #1775bb;
- }
- .form-control {
- font-size: 13px;
- color: #0c3542;
- }
- .MS_LoginButtonOuterContainer .MS_LoginButtonInnerContainer > div a:hover {
- text-decoration: none;
- }
- .BBModalEditLink {
- padding: 0 !important;
- }
- .site-footer .container {
- padding: 0;
- }
- #nav {
- text-align: right;
- margin-top: -15px;
- float: right;
- }
- #nav a {
- color: #f04e23;
- display: inline-block;
- margin-right: 0;
- padding: 0;
- text-decoration: none;
- font-weight: bold;
- position: relative;
- padding-left: 25px;
- }
- #nav a::before {
- content: "";
- background: url(https://68398.blackbaudhosting.com/68398/view.image?Id=428) center center no-repeat;
- width: 14px;
- height: 12px;
- background-size: contain !important;
- position: absolute;
- left: 0;
- margin-top: 5px;
- }
- #nav a:hover {
- text-decoration: none;
- }
- #nav a.cart {
- background: transparent none repeat scroll 0 0;
- padding: 0;
- }
- .social {
- font-size: 11px;
- font-weight: bold;
- margin-bottom: 10px;
- text-align: right;
- color: #a02314;
- font-family: arial, sans-serif;
- }
- .social a {
- display: inline-block;
- margin: 0 0 0 4px;
- vertical-align: middle;
- }
- @media (max-width: 767px) {
- #logo {
- text-align: center;
- margin-top: 10px;
- }
- #nav {
- text-align: center;
- margin-top: 10px;
- }
- .MS_LoginButtonOuterContainer .MS_LoginButtonInnerContainer {
- float: none;
- margin-right: 0px;
- text-align: center;
- }
- #bottom_1,
- #bottom_2,
- #bottom_3,
- .social {
- text-align: center;
- }
- #bottom_2,
- #bottom_3,
- .social {
- margin-top: 10px;
- }
- }
- body {
- background-color: #ffffff;
- }
- .BBFieldCaption,
- .BBDivFieldCaption,
- .BBFieldControlCell,
- .PaymentPart_CartCell,
- .PaymentPart_CartItemType,
- .PaymentPart_PesonalInfoCheckbox,
- .PaymentPart_NoItems,
- .BBMessage,
- .Programming_Event_Name,
- .Programming_Event_DateTime,
- .Programming_Event_AlternateTimes,
- .Programming_Event_AlternateDatesCaption,
- .Programming_Event_AlternateDates,
- .MDHeader,
- .MDSection,
- .PaymentPart_CartSummary {
- font-size: 14px;
- }
- /* Fonts */
- @font-face {
- font-family: Garaje0503;
- font-style: normal;
- font-weight: 900;
- src: url(https://pixbuilt.com/fonts/garaje0503/Garaje0503-Black.woff) format("woff"), url(https://pixbuilt.com/fonts/garaje0503/Garaje0503-Black.woff2) format("woff2");
- }
- @font-face {
- font-family: Garaje0503;
- font-style: normal;
- font-weight: 700;
- src: url(https://pixbuilt.com/fonts/garaje0503/Garaje0503-Bold.woff) format("woff"), url(https://pixbuilt.com/fonts/garaje0503/Garaje0503-Bold.woff2) format("woff2");
- }
- @font-face {
- font-family: Garaje0503;
- font-style: normal;
- font-weight: 400;
- src: url(https://pixbuilt.com/fonts/garaje0503/Garaje0503-Book.woff) format("woff"), url(https://pixbuilt.com/fonts/garaje0503/Garaje0503-Book.woff2) format("woff2");
- }
- @font-face {
- font-family: Garaje0503;
- font-style: normal;
- font-weight: 500;
- src: url(https://pixbuilt.com/fonts/garaje0503/Garaje0503-Medium.woff) format("woff"), url(https://pixbuilt.com/fonts/garaje0503/Garaje0503-Medium.woff2) format("woff2");
- }
- @font-face {
- font-family: Martina;
- font-style: normal;
- font-weight: 900;
- src: url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Black.woff) format("woff"), url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Black.woff2) format("woff2");
- }
- @font-face {
- font-family: Martina;
- font-style: italic;
- font-weight: 900;
- src: url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-BlackItalic.woff) format("woff"), url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-BlackItalic.woff2) format("woff2");
- }
- @font-face {
- font-family: Martina;
- font-style: normal;
- font-weight: 700;
- src: url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Bold.woff) format("woff"), url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Bold.woff2) format("woff2");
- }
- @font-face {
- font-family: Martina;
- font-style: italic;
- font-weight: 700;
- src: url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-BoldItalic.woff) format("woff"), url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-BoldItalic.woff2) format("woff2");
- }
- @font-face {
- font-family: Martina;
- font-style: normal;
- font-weight: 400;
- src: url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Regular.woff) format("woff"), url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Regular.woff2) format("woff2");
- }
- @font-face {
- font-family: Martina;
- font-style: italic;
- font-weight: 400;
- src: url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Italic.woff) format("woff"), url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Italic.woff2) format("woff2");
- }
- @font-face {
- font-family: Martina;
- font-style: normal;
- font-weight: 300;
- src: url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Light.woff) format("woff"), url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-Light.woff2) format("woff2");
- }
- @font-face {
- font-family: Martina;
- font-style: italic;
- font-weight: 300;
- src: url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-LightItalic.woff) format("woff"), url(https://pixbuilt.com/fonts/martina/MartinaPlantijn-LightItalic.woff2) format("woff2");
- }
- h1 {
- font-family: Garaje0503;
- font-size: 225px;
- line-height: 0.89em;
- font-weight: 900;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- h1 {
- font-size: 90px;
- }
- }
- @media (max-width: 767px) {
- h1 {
- font-size: 75px;
- }
- }
- h2 {
- font-family: Garaje0503;
- font-size: 67px;
- line-height: 1.2em;
- font-weight: 900;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- h2 {
- font-size: 70px;
- }
- }
- @media (max-width: 767px) {
- h2 {
- font-size: 50px;
- }
- }
- h3,
- .Programming_Event_DateContainer h2,
- .Programming_Event_TimeContainer .Programming_Event_TimeInnerContainer_Custom {
- font-family: Garaje0503;
- font-size: 50px;
- line-height: 0.96em;
- font-weight: bold;
- letter-spacing: 0.01em;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- h3,
- .Programming_Event_DateContainer h2,
- .Programming_Event_TimeContainer .Programming_Event_TimeInnerContainer_Custom {
- font-size: 40px;
- }
- }
- @media (max-width: 767px) {
- h3,
- .Programming_Event_DateContainer h2,
- .Programming_Event_TimeContainer .Programming_Event_TimeInnerContainer_Custom {
- font-size: 30px;
- }
- }
- h4 {
- font-family: Garaje0503;
- font-size: 34px;
- line-height: 1.2em;
- font-weight: bold;
- letter-spacing: 0.01em;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- h4 {
- font-size: 28px;
- }
- }
- @media (max-width: 767px) {
- h4 {
- font-size: 26px;
- }
- }
- h5 {
- font-family: Garaje0503;
- font-size: 30px;
- line-height: 1.2em;
- font-weight: bold;
- letter-spacing: 0.02em;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- h5 {
- font-size: 26px;
- }
- }
- @media (max-width: 767px) {
- h5 {
- font-size: 24px;
- }
- }
- .pretitle {
- font-family: Garaje0503;
- font-size: 20px;
- line-height: 0.8em;
- font-weight: normal;
- letter-spacing: 0.2em;
- margin-bottom: 10px;
- padding-left: 5px;
- }
- .pretitle svg {
- margin-right: 10px;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- .pretitle {
- font-size: 18px;
- }
- }
- @media (max-width: 767px) {
- .pretitle {
- font-size: 15px;
- }
- }
- [id*=panelEventDescription] p {
- font-family: Martina !important;
- font-size: 19px !important;
- line-height: 1.26em !important;
- font-weight: normal;
- letter-spacing: 0 !important;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- [id*=panelEventDescription] p {
- font-size: 17px !important;
- }
- }
- @media (max-width: 767px) {
- [id*=panelEventDescription] p {
- font-size: 16px !important;
- }
- }
- [id*=panelEventDescription] a {
- color: #a02314 !important;
- }
- body,
- .has-large-font-size {
- font-family: Martina;
- font-size: 19px !important;
- line-height: 1.26em;
- font-weight: normal;
- letter-spacing: 0;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- body,
- .has-large-font-size {
- font-size: 17px !important;
- }
- }
- @media (max-width: 767px) {
- body,
- .has-large-font-size {
- font-size: 16px !important;
- }
- }
- .copy-big,
- .first-paragraph,
- .has-large-font-size.first-paragraph {
- font-family: Martina;
- font-size: 30px !important;
- line-height: 1.33em;
- font-weight: normal;
- letter-spacing: 0;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- .copy-big,
- .first-paragraph,
- .has-large-font-size.first-paragraph {
- font-size: 24px !important;
- }
- }
- @media (max-width: 767px) {
- .copy-big,
- .first-paragraph,
- .has-large-font-size.first-paragraph {
- font-size: 20px !important;
- }
- }
- .meta {
- font-family: Martina;
- font-size: 22px;
- line-height: 1em;
- font-weight: bold;
- letter-spacing: 0;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- .meta {
- font-size: 19px;
- }
- }
- @media (max-width: 767px) {
- .meta {
- font-size: 18px;
- }
- }
- header {
- font-family: Garaje0503;
- }
- .footer {
- position: relative;
- }
- footer.site-footer {
- margin-left: calc(-50vw + 50%) !important;
- margin-right: calc(-50vw + 50%) !important;
- background: #000;
- position: relative;
- padding-top: 50px !important;
- padding-bottom: 70px !important;
- }
- footer.site-footer .MS_background_footer {
- background: #000;
- }
- footer.site-footer div#bottom_1,
- footer.site-footer .text-above-logo {
- color: #f2f2e6;
- font-family: Martina;
- font-size: 13px;
- line-height: 1.38em;
- font-weight: 300;
- }
- footer.site-footer div#bottom_1 a,
- footer.site-footer .text-above-logo a {
- color: #f2f2e6;
- text-decoration: underline;
- }
- footer.site-footer .footer-pattern {
- position: absolute;
- width: 100%;
- left: 0;
- bottom: 0;
- height: 30px;
- background-size: cover !important;
- }
- footer.site-footer .footer-logos .text-above-logo {
- max-width: 200px;
- }
- footer.site-footer .footer-logos .footer-logos-wrapper {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- footer.site-footer .footer-logos a {
- cursor: pointer;
- margin-right: 30px;
- }
- footer.site-footer .footer-logos .footer-logos-wrapper img {
- max-height: 70px;
- }
- footer.site-footer .footer-logos .footer-logos-wrapper img:not(:last-child) {
- margin-right: 30px;
- }
- .MS_pageWrapper {
- margin-bottom: 0 !important;
- }
- form {
- margin-bottom: 0 !important;
- }
- header.site-header {
- padding-bottom: 30px !important;
- }
- header.site-header img {
- height: 90px !important;
- width: auto !important;
- }
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child {
- background: url(https://68398.blackbaudhosting.com/68398/view.image?Id=426) center center no-repeat;
- background-size: cover !important;
- min-height: 395px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: end;
- -ms-flex-align: end;
- align-items: flex-end;
- padding: 40px 0 30px;
- margin-bottom: 70px;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- position: relative;
- }
- @media (max-width: 767px) {
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child {
- min-height: 245px;
- }
- }
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child::before {
- content: "";
- width: 30px;
- height: 100%;
- right: 0;
- top: 0;
- background: url(https://68398.blackbaudhosting.com/68398/view.image?Id=427) center top no-repeat;
- background-size: cover !important;
- position: absolute;
- }
- @media (max-width: 1024px) {
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child::before {
- width: 15px;
- }
- }
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child h1,
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child [id*=labelEventHeaderName],
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child .BBListingHeading [id*=labelProgramTitle],
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child h2 {
- text-align: left;
- display: block;
- width: 100%;
- font-family: Garaje0503;
- color: #f04e23;
- font-size: 125px;
- line-height: 1.1em;
- font-weight: 900;
- padding-right: 15px;
- padding-left: 30px;
- text-transform: uppercase;
- display: block;
- max-width: 1260px;
- }
- @media (max-width: 767px) {
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child h1,
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child [id*=labelEventHeaderName],
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child .BBListingHeading [id*=labelProgramTitle],
- .main-Content .BBListingHeading:not(.col-sm-12):not(.PaymentPart_SectionHeading):first-child h2 {
- padding-left: 15px;
- font-size: 45px;
- width: 100%;
- }
- }
- .BBListingHeading [id*=labelProgramTitle] {
- text-align: left;
- display: block;
- width: 100%;
- font-family: Garaje0503;
- color: #f04e23;
- font-size: 125px;
- line-height: 1.1em;
- font-weight: 900;
- padding-right: 15px;
- padding-left: 30px;
- text-transform: uppercase;
- display: block;
- max-width: 1260px;
- }
- @media (max-width: 767px) {
- .BBListingHeading [id*=labelProgramTitle] {
- padding-left: 15px;
- font-size: 45px;
- width: 100%;
- }
- }
- .site-main-section,
- .MS_contentWrapper {
- padding-top: 0;
- }
- .site-wrapper,
- .container {
- max-width: 100% !important;
- }
- @media (min-width: 768px) {
- .container,
- .main-Content .BBListingHeading:first-child h1 {
- width: 750px;
- }
- }
- @media (min-width: 992px) {
- .container,
- .main-Content .BBListingHeading:first-child h1 {
- width: 970px;
- }
- }
- @media (min-width: 1200px) {
- .container,
- .main-Content .BBListingHeading:first-child h1 {
- width: 1170px;
- }
- }
- @media (min-width: 1400px) {
- .container,
- .main-Content .BBListingHeading:first-child h1 {
- width: 1260px;
- }
- }
- /* Membership */
- .MembershipExpress_MembershipSelectTitle h4 {
- color: #a02314;
- }
- .MembershipExpress_MembershipSelectTitle h4 span::after {
- content: "options";
- padding-left: 10px;
- }
- .MembershipExpress_TermHelp {
- margin-bottom: 50px;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelContainer {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin: 0 -12px;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer {
- min-height: 230px;
- background: #f2f2e6;
- border: none;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(8) {
- text-align: left;
- padding: 20px;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(8) .MembershipExpress_TermContainer {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- margin-top: 30px;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(8) .MembershipExpress_TermContainer .MembershipExpress_TermName.level-inner-box {
- background: none;
- border: 1px solid #f04e23;
- width: 47%;
- padding: 10px 20px 20px;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(8) .MembershipExpress_TermContainer .MembershipExpress_TermName.level-inner-box.MembershipExpress_SelectedTermLabel {
- background: #f04e23;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(8) .MembershipExpress_TermContainer .MembershipExpress_TermName.level-inner-box.MembershipExpress_SelectedTermLabel .MembershipExpress_TermRadioAmount.level-amount {
- color: #fff;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(8) .MembershipExpress_TermContainer .MembershipExpress_TermName.level-inner-box .MembershipExpress_TermRadioLevel {
- display: none;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(8) .MembershipExpress_TermContainer .MembershipExpress_TermName.level-inner-box:last-child {
- margin-left: 25px;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(4) .MembershipExpress_TermRadioLevel::after {
- content: "(65+)";
- margin-left: 10px;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:nth-child(5) .MembershipExpress_TermRadioLevel::after {
- content: "(65+)";
- margin-left: 10px;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:not(:nth-child(8)) {
- padding: 0;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:not(:nth-child(8)) p {
- display: none;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:not(:nth-child(8)) .MembershipExpress_TermName {
- border: none;
- background: #f2f2e6;
- padding: 20px;
- width: 100%;
- height: 100%;
- text-align: left;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:not(:nth-child(8)) .MembershipExpress_SelectedTermLabel,
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:not(:nth-child(8)) .MembershipExpress_SelectedTypeLabel {
- background: #f04e23;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:not(:nth-child(8)) .MembershipExpress_SelectedTermLabel .MembershipExpress_TermRadioAmount.level-amount,
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer:not(:nth-child(8)) .MembershipExpress_SelectedTypeLabel .MembershipExpress_TermRadioAmount.level-amount {
- color: #fff;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer .MembershipExpress_TermRadiolTerm.level-inner-box-heading {
- font-size: 14px;
- font-weight: 400;
- color: #000;
- margin: 10px 0;
- }
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer .MembershipExpress_TermRadioAmount.level-amount {
- font-size: 16px;
- font-family: Garaje0503;
- color: #a02314;
- font-weight: bold;
- }
- @media (min-width: 768px) {
- [id*=MembershipExpress] .MembershipExpress_LevelSelectorContainer {
- width: 31.33333%;
- margin: 15px 1% !important;
- }
- }
- .BBListingHeading.MembershipExpress_RegistrationOptionsTitle {
- margin-top: 50px;
- color: #a02314;
- }
- .MembershipExpress_GiftOption {
- margin: 40px 0;
- }
- .MembershipExpress_GiftOption label {
- font-weight: 400 !important;
- }
- .MembershipExpress_SubHeader h4,
- .MembershipExpress_MemberHeader.MembershipExpress_PrimaryMemberHeader {
- font-size: 19px;
- text-transform: none !important;
- font-weight: bold;
- font-family: Martina;
- color: #a02314;
- }
- .MembershipExpress_SubHeader h4 span,
- .MembershipExpress_MemberHeader.MembershipExpress_PrimaryMemberHeader span {
- text-transform: none !important;
- font-weight: bold;
- }
- .MembershipExpress_MemberHeader.MembershipExpress_PrimaryMemberHeader {
- margin-top: 30px;
- }
- .BBFieldCaption,
- .BBDivFieldCaption,
- .BBFieldControlCell,
- .PaymentPart_CartCell,
- .PaymentPart_CartItemType,
- .PaymentPart_PesonalInfoCheckbox,
- .PaymentPart_NoItems,
- .BBMessage,
- .Programming_Event_Name,
- .Programming_Event_DateTime,
- .Programming_Event_AlternateTimes,
- .Programming_Event_AlternateDatesCaption,
- .Programming_Event_AlternateDates,
- .MDHeader,
- .MDSection,
- .PaymentPart_CartSummary {
- font-size: 19px;
- font-weight: 500;
- }
- .form-control {
- display: block;
- width: 100%;
- min-height: 50px;
- padding: 6px 12px;
- color: #000;
- background-color: #fff;
- background-image: none;
- border: 1px solid #000;
- border-radius: 0;
- }
- textarea.form-control {
- height: auto;
- min-height: 100px;
- }
- .btn-primary {
- border-radius: 0 50px 50px 0;
- padding: 14px 25px 12px !important;
- font-family: Garaje0503;
- border: 1px solid #f04e23;
- color: #000 !important;
- background: none;
- position: relative;
- text-decoration: none;
- font-weight: bold;
- letter-spacing: 0.03em;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- font-size: 18px;
- }
- @media (max-width: 767px) {
- .btn-primary {
- font-size: 16px;
- }
- }
- .btn-primary span {
- position: relative;
- z-index: 1;
- }
- .btn-primary::before {
- content: "";
- width: 0;
- background: rgba(240, 78, 35, 0.3);
- height: 100%;
- left: 0;
- top: 0;
- -webkit-transition: all 0.5s;
- transition: all 0.5s;
- position: absolute;
- border-radius: 0 50px 50px 0;
- }
- .btn-primary::after {
- content: " +";
- padding-left: 10px;
- }
- .btn-primary:hover {
- color: #000 !important;
- background: rgba(240, 78, 35, 0.3);
- padding: 16px 25px 10px !important;
- }
- .btn-primary:hover::before {
- width: 100%;
- }
- .btn-primary:hover,
- .btn-primary.active.focus,
- .btn-primary.active:focus,
- .btn-primary.active:hover,
- .btn-primary.focus:active,
- .btn-primary:active:focus,
- .btn-primary:active:hover,
- .open > .dropdown-toggle.btn-primary.focus,
- .open > .dropdown-toggle.btn-primary:focus,
- .open > .dropdown-toggle.btn-primary:hover,
- .btn-primary.active,
- .btn-primary:active,
- .open > .dropdown-toggle.btn-primary,
- .btn-primary.focus,
- .btn-primary:focus {
- color: #000 !important;
- background: rgba(240, 78, 35, 0.3);
- border-radius: 0 50px 50px 0 !important;
- border: 1px solid #f04e23;
- padding: 14px 25px 12px !important;
- }
- .alert-danger {
- color: #a02314;
- background-color: rgba(240, 78, 35, 0.2);
- border-radius: 0;
- border: none;
- padding: 20px 30px 25px;
- font-weight: bold;
- }
- .alert-danger ul {
- padding-left: 0;
- margin-top: 10px;
- font-weight: 400;
- }
- .alert-danger ul li {
- display: block;
- font-weight: 400;
- }
- [id*=registrationDetailsHeader],
- .Registration_RegistrantCredentialsHeader {
- color: #a02314;
- margin-bottom: 40px !important;
- display: block;
- margin-top: 40px;
- }
- .UserModalPartDialog .row:first-child,
- .UserModalPartDialog .row:nth-child(2) {
- margin-bottom: 7px;
- }
- body .ui-dialog {
- left: 0;
- top: 5%;
- right: 0;
- width: 595px !important;
- position: absolute;
- z-index: 1050;
- margin: 0 auto;
- padding: 0;
- border-radius: 0 !important;
- }
- body .ui-dialog .checkbox {
- margin-bottom: 5px;
- }
- body .ui-dialog .ui-dialog-buttonpane {
- margin-left: 20px !important;
- margin-right: 20px !important;
- border-top: 1px solid #551400 !important;
- padding-left: 0 !important;
- padding-right: 0 !important;
- max-width: 540px;
- }
- body .ui-dialog .ui-dialog-buttonpane button {
- margin: 0.5em 0 0.5em 10px;
- padding: 7px 20px;
- font-family: Garaje0503;
- color: #f2f2e6;
- position: relative;
- text-decoration: none;
- font-weight: bold;
- letter-spacing: 0.02em;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- font-size: 16px;
- background: #a02314;
- border-radius: 0 !important;
- }
- body .ui-dialog .ui-dialog-buttonpane button span {
- position: relative;
- z-index: 1;
- }
- body .ui-dialog .ui-dialog-buttonpane button:hover {
- background: #902012;
- }
- body .ui-dialog .ui-dialog-buttonpane button:first-child {
- background: #f2f2e6;
- color: #a02314;
- }
- body .ui-dialog .ui-dialog-buttonpane button:first-child:hover {
- background: #e2e2c7;
- }
- body .ui-widget-content {
- border: none !important;
- background: #fff !important;
- }
- body .ui-widget-header {
- background: #f04e23;
- }
- body .ui-dialog .ui-dialog-titlebar {
- border: none;
- padding: 10px 20px;
- border-radius: 0;
- }
- body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
- font-size: 22px;
- letter-spacing: 0.05em;
- font-family: Garaje0503;
- }
- body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
- background: none !important;
- margin-top: -5px;
- width: 14px;
- height: 14px;
- right: 20px;
- }
- body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
- content: "";
- width: 1px;
- height: 100%;
- background: #fff;
- position: absolute;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- margin-top: -7px;
- }
- body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::after {
- content: "";
- width: 1px;
- height: 100%;
- background: #fff;
- position: absolute;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- margin-top: -7px;
- }
- .Registration_registerButton {
- color: #f04e23 !important;
- display: inline-block;
- margin-right: 0;
- padding: 0;
- text-decoration: none;
- font-weight: bold;
- position: relative;
- padding-left: 25px;
- font-family: Garaje0503;
- }
- .Registration_registerButton::before {
- content: "";
- background: url(https://68398.blackbaudhosting.com/68398/view.image?Id=428) center center no-repeat;
- width: 14px;
- height: 12px;
- background-size: contain !important;
- position: absolute;
- left: 0;
- margin-top: 5px;
- }
- .Programming_Event_Availability {
- margin: 30px 0;
- }
- [id*=EventPriceList] {
- background: #f2f2e6;
- border: none;
- border-radius: 0;
- padding-top: 20px !important;
- padding-bottom: 20px;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- [id*=EventPriceList] .col-sm-2:first-child br {
- display: none;
- }
- [id*=labelEventDate] {
- display: block;
- padding-top: 5px;
- }
- .Programming_Event_Availability + .row .form-label {
- color: #a02314;
- font-weight: bold;
- }
- .Programming_Event_DateContainer h2,
- .Programming_Event_TimeContainer .Programming_Event_TimeInnerContainer_Custom {
- color: #a02314;
- }
- .Programming_Event_Description {
- margin: 40px 0;
- }
- .programming_event_pricelist > .show-grid:nth-of-type(odd) {
- background: #fff;
- }
- .programming_event_pricelist > .show-grid:nth-of-type(even) {
- background: #f2f2e6;
- }
- .programming_event_pricelist > .show-grid > .row {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- .programming_event_pricelist > .show-grid > .row label {
- font-weight: bold;
- }
- .programming_event_pricelist > .show-grid > .row .Programming_TicketPriceValue {
- color: #a02314;
- font-family: Garaje0503;
- letter-spacing: 0.02em;
- font-weight: bold;
- }
- .MembershipExpress_MemberHeader {
- color: #a02314;
- font-weight: bold;
- letter-spacing: 0.02em;
- }
- .MS_LoginButtonOuterContainer .MS_LoginButtonInnerContainer .BBModalEditLink:not(:last-child) {
- border-right: 1px solid #f04e23;
- }
- [id*=UserModalChangePassword] .BBModalEditLink {
- border-right: none !important;
- }
- span.MembershipExpress_MemberErrorMessage {
- display: block;
- }
- .form-group ul li:not(:last-child) {
- margin-bottom: 15px;
- }
- .Programming_Event_DateContainer {
- background-image: none;
- }
- .Programming_Event_TimeContainer {
- background-image: none;
- }
- .Programming_Event_Date,
- .Programming_Event_TimeInnerContainer_Custom,
- .Programming_Event_TimeInnerContainer {
- margin-left: 0;
- display: block;
- }
- .with-radio.listDonationDisplay > .show-grid > .row {
- border-top: none;
- margin: 0;
- }
- .with-radio.listDonationDisplay > .show-grid:nth-of-type(odd) {
- background-color: #f2f2e6;
- }
- .with-radio.listDonationDisplay > .show-grid .line-subtotal span {
- color: #a02314;
- font-family: Garaje0503;
- letter-spacing: 0.02em;
- font-weight: bold;
- font-size: 16px;
- }
- .listDonationDisplay label.labelFont400 {
- font-family: Martina;
- font-size: 19px;
- font-weight: bold;
- }
- .DonationFieldControlCell .input-group-addon {
- background: no-repeat;
- border: none;
- color: #a02314;
- font-family: Garaje0503;
- letter-spacing: 0.02em;
- font-weight: bold;
- font-size: 16px;
- }
- .DonationFieldControlCell [id*=txtAmount] {
- background-color: transparent;
- }
- [id*=trDesignation] {
- margin-top: 15px;
- }
- [id*=dynGiftSchedules] {
- margin-bottom: 50px;
- }
- [id*=dynGiftSchedules] label {
- border: none !important;
- padding: 7px 20px;
- font-family: Garaje0503;
- color: #000 !important;
- position: relative;
- text-decoration: none;
- font-weight: bold;
- letter-spacing: 0.02em;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- font-size: 16px;
- background: #f2f2e6 !important;
- border-radius: 0 !important;
- }
- [id*=dynGiftSchedules] label:not(:last-child) {
- margin-right: 15px;
- }
- [id*=dynGiftSchedules] label span {
- position: relative;
- z-index: 1;
- }
- [id*=dynGiftSchedules] label:hover {
- background: #a02314 !important;
- color: #f2f2e6 !important;
- }
- [id*=dynGiftSchedules] label.active {
- color: #f2f2e6 !important;
- background: #a02314 !important;
- }
- [id*=dynGiftSchedules] label.active:hover {
- background: #902012 !important;
- color: #f2f2e6 !important;
- }
- [id*=dynGiftSchedules] input[type=radio]:checked + label {
- color: #f2f2e6 !important;
- background: #a02314 !important;
- }
- [id*=dynGiftSchedules] input[type=radio]:checked + label:hover {
- background: #902012 !important;
- color: #f2f2e6 !important;
- }
- [id*=lblAdditInformation] {
- color: #a02314;
- }
- .btn-default,
- [id*=CartGrid_lbRemoveAll],
- [id*=CartGrid_ButtonUpdateCart],
- [id*=addAdditionalDonation] {
- border: none;
- padding: 7px 20px !important;
- font-family: Garaje0503;
- position: relative;
- text-decoration: none;
- font-weight: bold;
- letter-spacing: 0.02em;
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- font-size: 16px;
- color: #f2f2e6 !important;
- background: #a02314 !important;
- border-radius: 0 !important;
- }
- .btn-default::before, .btn-default::after,
- [id*=CartGrid_lbRemoveAll]::before,
- [id*=CartGrid_lbRemoveAll]::after,
- [id*=CartGrid_ButtonUpdateCart]::before,
- [id*=CartGrid_ButtonUpdateCart]::after,
- [id*=addAdditionalDonation]::before,
- [id*=addAdditionalDonation]::after {
- display: none !important;
- }
- .btn-default span,
- [id*=CartGrid_lbRemoveAll] span,
- [id*=CartGrid_ButtonUpdateCart] span,
- [id*=addAdditionalDonation] span {
- position: relative;
- z-index: 1;
- }
- .btn-default:hover,
- [id*=CartGrid_lbRemoveAll]:hover,
- [id*=CartGrid_ButtonUpdateCart]:hover,
- [id*=addAdditionalDonation]:hover {
- background: #902012 !important;
- color: #f2f2e6 !important;
- border-radius: 0 !important;
- padding: 7px 20px !important;
- border: none !important;
- }
- [id*=CartGrid_CartContainer] .cart-type-group,
- [id*=additionalDonationSection] .cart-type-group {
- background: #f2f2e6;
- border: none;
- }
- [id*=CartGrid_CartContainer] .PaymentPart_CartRows,
- [id*=additionalDonationSection] .PaymentPart_CartRows {
- background: #f2f2e6;
- border: none;
- }
- [id*=CartGrid_CartContainer] .PaymentPart_CartDescriptionCell,
- [id*=additionalDonationSection] .PaymentPart_CartDescriptionCell {
- background: #f2f2e6;
- }
- [id*=CartGrid_CartContainer] .payment-part-subtotal .input-group-addon,
- [id*=additionalDonationSection] .payment-part-subtotal .input-group-addon {
- background: no-repeat;
- border: none;
- color: #a02314;
- font-family: Garaje0503;
- letter-spacing: 0.02em;
- font-weight: bold;
- font-size: 16px;
- }
- [id*=CartGrid_CartContainer] .payment-part-subtotal .form-control,
- [id*=additionalDonationSection] .payment-part-subtotal .form-control {
- background-color: transparent;
- }
- [id*=CartGrid_CartContainer] h4,
- [id*=additionalDonationSection] h4 {
- font-family: Martina;
- font-size: 19px;
- font-weight: bold;
- }
- [id*=CartGrid_CartContainer] h4 a,
- [id*=additionalDonationSection] h4 a {
- color: #000;
- }
- [id*=CartGrid_CartContainer] .cart-type-group > .show-grid [class*=col-],
- [id*=additionalDonationSection] .cart-type-group > .show-grid [class*=col-] {
- background: #f2f2e6;
- }
- h2.PaymentPart_CartRows {
- font-family: Garaje0503;
- font-size: 50px;
- line-height: 0.96em;
- font-weight: bold;
- letter-spacing: 0.01em;
- color: #a02314;
- }
- @media (min-width: 768px) and (max-width: 1023px) {
- h2.PaymentPart_CartRows {
- font-size: 40px;
- }
- }
- @media (max-width: 767px) {
- h2.PaymentPart_CartRows {
- font-size: 30px;
- }
- }
- .PaymentPart_CartItemLink {
- font-family: Martina;
- font-size: 19px;
- font-weight: bold;
- }
- .payment-part-subtotal .input-group-addon {
- background: no-repeat;
- border: none;
- color: #a02314;
- font-family: Garaje0503;
- letter-spacing: 0.02em;
- font-weight: bold;
- font-size: 16px;
- }
- .payment-part-subtotal .form-control {
- background-color: transparent;
- }
- [id*=lblPersonalInfo],
- [id*=lblRegistrationInformation] {
- color: #a02314;
- margin-bottom: 40px;
- display: block;
- }
- .PaymentPart_CartItemTotal {
- color: #a02314;
- font-family: Garaje0503;
- letter-spacing: 0.02em;
- font-weight: bold;
- font-size: 16px;
- }
- .single-cart-item {
- padding: 1px 20px 30px !important;
- }
- .form-control {
- font-size: 17px;
- }
- .passwordInput {
- height: 33px;
- }
- .eyeIcon {
- margin-top: 5px;
- }
- .form-horizontal .form-group {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .form-horizontal .form-group label {
- padding-top: 10px;
- padding-bottom: 10px;
- min-width: 160px;
- }
- .BBFormValidatorSummary {
- margin-bottom: 30px !important;
- }
- [id*=validationSummary] ul:first-child,
- .BBFormValidatorSummary ul:first-child {
- margin-top: 5px;
- margin-bottom: 0;
- }
- [id*=validationSummary] ul:last-child,
- .BBFormValidatorSummary ul:last-child {
- margin-bottom: 0 !important;
- }
- div#divUseAsBilling label,
- .PaymentPart_PesonalInfoCheckbox label {
- font-weight: normal;
- }
- [id*=lblRegistrationInformation] {
- color: #000 !important;
- }
- .Registration_DisabledInputText {
- font-size: 17px;
- padding-top: 11px;
- }
- div#divRegistrationPassword,
- #divRegistrationConfirmPassword {
- -webkit-box-align: start !important;
- -ms-flex-align: start !important;
- align-items: flex-start !important;
- }
- div#divRegistrationPassword label,
- #divRegistrationConfirmPassword label {
- padding-top: 12px;
- }
- div#divRegistrationPassword .togglePassword,
- div#divRegistrationPassword .toggleConfirmPassword,
- #divRegistrationConfirmPassword .togglePassword,
- #divRegistrationConfirmPassword .toggleConfirmPassword {
- margin-top: 10px !important;
- display: block;
- }
- input[type=password] {
- height: 33px;
- }
- .togglePassword,
- .togglePassword.iconCss2,
- .toggleConfirmPassword.iconCss2 {
- margin-top: 10px !important;
- display: block;
- }
- .invalid.indicatorCart.IconPsw,
- .indicatorCart.IconConfirmPsw.invalid,
- .invalid.indicatorRegister,
- .valid.indicatorRegister {
- font-style: normal;
- font-size: 14px;
- margin-top: 5px;
- }
- .indicatorCart.IconConfirmPsw.valid,
- .valid.indicatorCart.IconPsw,
- [id*=RegistrationPasswordRequirements] {
- font-style: normal;
- font-size: 14px;
- margin-top: 5px;
- }
- [id*=givingLevels] .radio input {
- margin-top: 7px;
- }
- .price-group .payment-part-total {
- margin-top: 3px;
- }
- .PaymentPart_CartDescriptionCell [id*=labelItemDescription],
- .TicketDateHeaderLabel {
- font-weight: bold;
- }
- .programming_event_pricelist > .show-grid > .row {
- border-top: none !important;
- margin: 0;
- }
- .cart-type-group > div.show-grid:nth-of-type(even) {
- background-color: #f2f2e6;
- }
- [id*=PaymentPartGridRow_1] {
- padding-bottom: 20px;
- }
- [id*=labelEventName] {
- font-weight: bold;
- }
- [id*=CartGrid_CartContainer] .cart-type-group br {
- display: none;
- }
- [id*=WebFormsRecurringLevels] [id*=dynGiftSchedules] label {
- color: #a02314 !important;
- }
- [id*=WebFormsRecurringLevels] [id*=dynGiftSchedules] label.active,
- [id*=WebFormsRecurringLevels] [id*=dynGiftSchedules] label:hover {
- color: #f2f2e6 !important;
- }
- h2 h2 {
- margin-top: 0;
- }
- [id*=RegistrationUsernameInfo] {
- background-color: #eee;
- opacity: 1;
- cursor: not-allowed;
- color: #999;
- }
- [id*=lblHelpletDonationInformation],
- [id*=lblHelpletAdditionalInformation] {
- margin-bottom: 30px;
- display: block;
- }
- .BBFormValidatorSummary {
- margin-bottom: 20px;
- }
- .PaymentPart_CartSubtotalCaption {
- padding-top: 4px;
- }
- .input-group-text {
- background: no-repeat;
- border: none;
- font-family: Garaje0503;
- font-size: 16px;
- color: #a02314;
- }
- .input-group-text span {
- font-family: Garaje0503;
- font-size: 16px;
- color: #a02314;
- }
- .form-select-sm {
- min-height: 50px;
- border: 1px solid #000;
- border-radius: 0;
- font-size: 17px;
- }
- .site-footer footer {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- [id*=ProgramDescription] p,
- [id*=ProgramDescription] span {
- font-size: 19px !important;
- line-height: 1.26em !important;
- font-family: Martina !important;
- }
- [id*=PackagesAndIndividualEvents] + div hr {
- display: none;
- }
- [id*=PackagesAndIndividualEvents] + div span.form-label {
- font-weight: bold;
- color: #a02314;
- }
- [id*=PackagesAndIndividualEvents] + div .card-body {
- background: #f2f2e6 !important;
- border-radius: 0 !important;
- border: none !important;
- }
- [id*=PackagesAndIndividualEvents] + div .divQuantityMobile input {
- background: none;
- }
- [id*=PackagesAndIndividualEvents] + div .labelPriceMobile {
- color: #a02314;
- font-size: 16px;
- letter-spacing: 0.02em;
- font-family: Garaje0503;
- font-weight: bold !important;
- }
- [id*=listviewPackagesAndIndividualEvents_lbl] {
- font-weight: bold;
- }
- [id*=listviewPackagesAndIndividualEvents_listviewPackageOrEventPriceTypes] {
- font-weight: normal !important;
- padding-right: 5px;
- }
- [id*=listviewPackagesAndIndividualEvents_lblEventStartTime_0] {
- font-weight: normal !important;
- }
- .Programming_Event_Date,
- .Programming_Event_TimeContainer {
- color: #a02314;
- }
Advertisement
Add Comment
Please, Sign In to add comment