body {
    color:#42210b;
    font-size:16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
	 font-family: "brandon-grotesque",sans-serif;
}

a {
    color: #42210b;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active, a:focus {
    color: #42210b;
    text-decoration: none;
}

#orange-card a {
    color:#ffffff;
    text-decoration: none;
}

#orange-card a:hover, #orange-card a:active, #orange-card a:focus {
    color: #ffffff;
    text-decoration: none;
    opacity:0.7;
}

#yellow-card a, .yellow-card-reservation a {
    color:#ffffff;
    text-decoration: none;
}

#yellow-card a:hover, #yellow-card a:active, #yellow-card a:focus,
.yellow-card-reservation a:hover, .yellow-card-reservation a:active, .yellow-card-reservation a:focus
{
    color: #ffffff;
    text-decoration: none;
    opacity:0.7;
}

#green-card a {
    color:#ffffff;
    text-decoration: none;
}

#green-card a:hover, #green-card a:active, #green-card a:focus {
    color: #ffffff;
    text-decoration: none;
    opacity:0.7;
}

#blue-card a {
    color:#ffffff;
    text-decoration: none;
}

#blue-card a:hover, #blue-card a:active, #blue-card a:focus {
    color: #ffffff;
    text-decoration: none;
    opacity:0.7;
}

h1 {
    color:#ffffff;
    font-size:52px;
    font-weight:700;
}

.find-back h1 {
    color:#ffffff;
    margin-bottom: 20px;
    font-style:normal;
}

.login-panel h1 {
    margin-top:0;
    margin-bottom:30px;
}

.main-event-border, .holding-border, h1 {
    color:#42210b;
    font-size:40px;
}

h2 {
    font-weight:700;
    color:#42210b;
    font-size:42px;
    margin-bottom:40px;
}

h2.home-events {
    font-style: normal;
}

.mid-col h3 {
     width:75%;
    font-weight:700;
     color:#ffffff;
     font-size:31px;
     margin-bottom: 50px;
 }

.feature-title h3 {
    font-weight:700;
    color:#ffffff;
    font-size:30px;
    margin-bottom: 50px;
}

.title-background h3 {
    width:75%;
    font-weight:700;
    color:#ffffff;
    font-size:31px;
    margin-bottom: 25px;
    float:left;
}

h4, .h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color:#42210b;
}

.footer-links ul li {
    list-style:none;
    padding:0 10px;
}

.footer-links ul li a {
    border-right: 1px solid #ffffff;
    color:#ffffff;
    padding-right:20px;
    font-size:12px;
    font-weight: 700;
}

.footer-links ul li:last-child a {
    border-right: none;
    padding-right:0;
}

.footer-links ul {
    padding:0;
    display:inline-flex;
    margin-bottom:0;
}

.footer-copy {
    margin-top: 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom:0;
}

.footer-semi {
    color:#42210b;
    font-size:14px;
    font-weight:700;
}

.footer-regular {
    color:#42210b;
    font-size:12px;
    font-weight: 700;
}

.events-body {
    color:#ffffff;
    font-size:20px;
    font-weight: 400;
    padding-bottom:40px;
}

p.world-copy {
    margin: 0 0 10px;
    opacity: 0.7;
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    padding-top: 20px;
}

.profile-header {
    font-size:15px;
    font-weight:700;
    padding-top: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    display: inline;
    right: 0;
    width: 100%;
    position: absolute;
    top: -8px;
}

@media (max-width: 767px) {
    .profile-header {
        display: block;
        width: 100%;
        left: 0;
        text-align: left !important;
        position: initial;
    }
}

.profile-main {
    font-size:16px;
}

.profile-more {
    color:#42210b;
    font-size:17px;
    font-weight:700;
    text-transform: uppercase;
}

a.profile-more:hover, a.profile-more:active, a.profile-more:focus {
    color:#42210b;
    opacity:0.7;
    text-decoration: none;
}

.event-head {
    padding: 15px 40px;
    font-size: 16px;
    background-color: #ffffff;
	height: 165px;
    line-height: 17px;
}

.event-title {
    font-weight:700;
    font-size:15px;
    text-transform: uppercase;
}

.event-score {
    font-size: 12px;
    padding-left: 5px;
}

.footer-links ul li a:hover, .footer-links ul li a:active, .footer-links ul li a:focus {
    text-decoration: none;
    opacity:0.7;
}

.profile-text-top p.profile-more {
    margin-bottom:0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #3ba7a2;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.location-header {
    color:#42210b;
    font-size:32px;
    padding-top:5px;
}

.location-header-main {
    font-weight:700;
}

.location-sep {
    color:#e87325;
}

.event-border > p > a {
    color: #42210b;
}

.event-border > p > a:hover, .event-border > p > a:active, .event-border > p > a:focus {
    color: #42210b;
    opacity:0.7;
    text-decoration: none;
}

.host-header {
    color:#ffffff;
    font-size:30px;
    font-weight:700;
}

.event-value {
    font-size: 16px;
    vertical-align: middle;
    padding-left: 6px;
}

.host-desc {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.white-link {
    color:#ffffff;
    text-decoration:underline;
}

.white-link:hover, .white-link:active, .white-link:focus {
    color:#ffffff;
    opacity:0.7;
}

.menu-pad h2 {
    margin-top:0;
}

h2.account-headers {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-style:normal;
}

.sector-header {
    font-size:18px;
    font-weight:800;
    color:#42210b;
    text-transform: uppercase;
    margin-top:20px;
}

.menu-pad .sector-header {
    display: block;
    padding-bottom: 1em;
}

.sector-copy {
    font-size:16px;
    color:#42210b;
    font-weight:400;
    text-transform: none;
}

.chat-main {
    font-size:15px;
}

.chat-header {
    font-weight:700;
    margin-bottom: 5px;
}

.chat-day {
    font-size:13px;
    opacity:0.7;
    font-weight:normal;
}

.comment-header {
    font-size:24px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:0;
}
.comment-header a{
	color: #fff;
}
.comment-body {
    color:#ffffff;
    font-size:18px;
    font-weight:400;
    height: auto;
}

.comment-date {
    font-size:18px;
    font-weight:700;
    color:#ffffff;
    opacity:0.7;
}

.drop-text {
    font-size: 17px;
    font-weight:400;
    margin: 10px 15px;
}

.main-heavy {
    font-weight:700;
}

.bold-link {
    font-weight:700;
    text-transform: uppercase;
}

.main-sm {
    font-size:14px;
    font-weight:500;
}

.remember-me .form-group {
    margin-bottom:0;
}


.price-main {
    font-size:15px;
    text-transform: uppercase;
    font-weight:700;
    margin-top: 10px;
}

.price-main-heavy {
    font-weight:700;
    font-size:38px;
}

.dashboard-icon {
    color:#ffffff;
    font-size:42px;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
}

.nav-avatar {
    background-color: #3ca7a3;
    border-radius: 50%;
    text-align: center;
    min-width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    margin-top: -8px;
    z-index: 1000;
    color: #ffffff;
    position: absolute;
    margin-left:21px;
    padding-top:0px;
}

.dropdown-menu > li > a {
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.feature-title {

    overflow: hidden;
    font-size: 42px;
    padding-right: 60px;
    z-index: 1;
    line-height: 50px;
    display: inline-block;
    margin-left: -50%;
    padding-left: 50%;
    color:#78725f;
    position: absolute;
    margin-top: 50px;
}

.feature-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
    background-image: url('/images/map_background_strip_brown.png');
    background-size: cover;
    background-position: -125%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.feature-title h3 {
    margin-bottom:20px;
    margin-right:-20px;
}

.dash-value {
    color:#ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height:40px;
}

.dash-qty {
    color:#ffffff;
    /*font-size: 42px;*/
    font-size: 38px;
    font-weight: 400;
    line-height:40px;
}

.dash-header {
    text-transform: uppercase;
    color:#ffffff;
    font-size:21px;
    font-weight:700;
    /*line-height:46px;*/
    line-height: 40px;
}

.video-title {
    margin-right: -50%;
    padding-right: 50%;
    background-color: #6d9c9f;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 30px;
}

.best-headline {
    position: relative;
    display: inline-block;
    margin-left: -44%;
    padding-left: 50%;
    overflow: hidden;
    color: #42210b;
    font-size: 42px;
    padding-right: 60px;
    padding-bottom: 24px;
    padding-top: 20px;
    z-index: 1;
    line-height: 50px;
}

.best-headline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242,240,231,0.9);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.best-headline-home {
    position: absolute;
    display: inline-block;
    margin-left: -43%;
    padding-left: 50%;
    overflow: hidden;
    color: #42210b;
    font-size: 42px;
    font-weight:700;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 1;
    margin-top: 40px;
    text-align: right;
    line-height:46px;
}

.best-headline-home:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
    background-image: url('/images/map_background_strip_cream.png');
    background-size: cover;
    background-position: -125%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.event-headline-home {
    position: absolute;
    display: inline-block;
    margin-right: -40%;
    padding-right: 50%;
    overflow: hidden;
    color: #ffffff;
    font-size: 42px;
    font-weight:700;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 1;
    margin-top: 40px;
    right: 0;
}

.event-headline-home:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
    background-image: url('/images/map_background_strip_teal.png');
    background-size: cover;
    background-position: -125%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tips-headline-home {
     position: absolute;
     display: inline-block;
     padding-right: 15px;
     overflow: hidden;
     color: #ffffff;
     font-size: 17px;
     padding-left: 30px;
     z-index: 1;
     line-height: 50px;
     font-weight: 700;
     margin-top: 37px;
     margin-left: -141px;
     border-top-right-radius: 6px;
     border-bottom-right-radius: 6px;
     top: 360px;
     white-space: nowrap;
 }

.tips-headline-home-left {
    position: absolute;
    display: inline-block;
    padding-right: 15px;
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    padding-left: 30px;
    z-index: 1;
    line-height: 50px;
    font-weight: 700;
    margin-top: 37px;
    margin-left: -141px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

a:hover .tips-headline-home, a:active .tips-headline-home, a:focus .tips-headline-home {
    opacity:0.8;
}

.tips-headline-home a {
    color:#ffffff;
}

.tips-headline-home a:hover, .tips-headline-home a:active, .tips-headline-home a:focus {
    opacity:0.8;
}

.tips-headline-home:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6d9c9f;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
    border-top-right-radius: 4px;
    border-bottom-right-radius:4px;
}
.tips-headline-home-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b42024;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
    border-top-right-radius: 4px;
    border-bottom-right-radius:4px;
}

.best-headline {
    position: relative;
    display: inline-block;
    margin-left: -44%;
    padding-left: 50%;
    overflow: hidden;
    color: #42210b;
    font-size: 42px;
    font-weight:700;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 1;
}

.best-headline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242,240,231,0.9);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
}

.main-title {
    position: relative;
    display: inline-block;
    margin-left: -50%;
    padding-left: 50%;
    overflow: hidden;
    color: #ffffff;
    font-size: 42px;
    font-weight:700;
    padding-right: 60px;
    padding-bottom: 24px;
    padding-top: 20px;
    z-index: 1;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom:40px;
}

.main-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8ea94c;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: -1;
}

.holding-link {
    color:#e87325;
}

a.holding-link:hover, a.holding-link:active, a.holding-link:focus {
    color:#e87325;
    opacity:0.7;
    text-decoration: none;
}

.heavy-link {
    font-weight:700;
}

.help-block {
    margin-top: 2px;
    font-size:15px;
}

.holding-header {
    color: #e97324;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 0;
}

.holding-copy {
    color:#000000;
    font-weight:400;
    font-size:23px;
}

.holding-contact {
    color: #000000;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 35px;
}

.account-status {
    font-size:15px;
}

.account-copy {
    height: 60px;
    font-size: 16px;
}

.sm-copy {
    font-size:12px;
}

.event-icon {
    font-size:20px;
}

.event-name {
    font-size: 17px;
    font-weight:700;
    text-transform: uppercase;
}

.profile-event-desc {
    font-size:13px;
}

.profile-event-date {
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 800;
    padding-bottom: 10px;
}

.profile-event-price {
    font-size:46px;
    text-align: right;
    font-weight:700;
}

.profile-time {
    font-weight:700;
}

p.profile-event-price {
    margin:0;
}

.review-name {
    margin-bottom:0;
    font-weight:700;
}

.how-intro {
    font-size:20px;
    text-align: center;
}

h2.how-header {
    color:#ffffff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    margin-top:0;
    font-style: normal;
}

h2.white-header {
    color:#ffffff;
    margin-bottom: 20px;
    font-style: normal;
}

.how-body {
    color: #ffffff;
    font-weight: 400;
}

.how-bold {
    color: #ffffff;
    font-weight: 700;
}

.white-text {
    color:#ffffff;
}

a.white-text:hover, a.white-text:active, a.white-text:focus {
    color:#ffffff;
    opacity:0.7;
}

.white-text:focus {
    color:#ffffff;
    text-decoration: none;
}

.event-header-stop {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 55px;
    margin: 0 auto;
    line-height: 26px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

h2.attending-title {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.profile-event-date-new {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.profile-event-desc-new {
    font-size: 15px;
    padding-top: 10px;
}

.profile-event-price-new {
    font-size: 46px;
    font-weight: 700;
}

.user-event-right {
    text-align:right;
}

.profile-frame h4 {
    font-size:18px;
}

.profile-frame li {
    font-size:16px;
}

h2.booking-header {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.guest-name {
    color: #ffffff;
    background-color: #3ca7a3;
    border-bottom: none;
    text-transform: uppercase;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 30px;
}

.booking-details {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.booking-cost {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.cost-big {
    font-size:24px;
    font-weight:700;
    color:#3ca7a3;
}

.down-arrow a {
    color:#ffffff;
    text-decoration: none;
}

.field-nominatecookform-email .help-block {
    color:#a94442;
}

.slogan-cook {
    font-weight:700;
    color:#3da9a4;
    text-transform: uppercase;
    font-size:18px;
    line-height:18px;
}

.slogan-eat {
    font-weight:700;
    color:#e67326;
    text-transform: uppercase;
    font-size:18px;
    line-height:18px;
}

.slogan-earn {
    font-weight:700;
    color:#8da84c;
    text-transform: uppercase;
    font-size:18px;
    line-height:18px;
}

.slogan-share {
    font-weight:700;
    color:#f0b93c;
    text-transform: uppercase;
    font-size:18px;
    line-height:18px;
}

.slogan-cook-top {
    font-weight:700;
    color:#3da9a4;
    text-transform: uppercase;
    font-size:14px;
    line-height:18px;
}

.slogan-eat-top {
    font-weight:700;
    color:#e67326;
    text-transform: uppercase;
    font-size:14px;
    line-height:18px;
}

.slogan-earn-top {
    font-weight:700;
    color:#8da84c;
    text-transform: uppercase;
    font-size:14px;
    line-height:18px;
}

.slogan-share-top {
    font-weight:700;
    color:#f0b93c;
    text-transform: uppercase;
    font-size:14px;
    line-height:18px;
}

.slogan-two {
    color:#666666;
    font-weight:400;
    font-size:15px;
    text-transform: uppercase;
}

.form-highlight {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;

    font-weight: 700;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #e97324;
    font-size: 32px;
    font-weight:700;
    text-transform: inherit;
}

.space-available {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 36px;
}

.alert {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size: 20px;
    position:relative;
    z-index: 1000;
}

.alert-info {
    color: #ffffff;
    background-color: #3ca7a3;
    border-color: #3ca7a3;
}

.alert-success {
    color: #ffffff;
    background-color: #8ea94c;
    border-color: #8ea94c;
}

.remember-me {
    font-size:12px;
    text-transform: lowercase;
}

.small-nav-no {
    display: none;
}

.alert-danger {
    color: #ffffff;
    background-color: #e97324;
    border-color: #e97324;
}

.breadcrumb {
    background-color: #3da9a4;
    border-radius: 0;
}

.breadcrumb > .active {
    color: #fff;
}

.breadcrumb a {
    color:#fff;
}

h1.comments-head {
    margin-top:0;
    margin-bottom:0;
    font-size:42px;
    font-style:normal;
}

.comment-name {
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 0;
}

a.details-link:hover, a.details-link:active, a.details-link:focus {
    background-color:rgba(66,33,11,0.1);
    padding:5px;
}

#select-icon-list h2 {
    margin-bottom:0;
}

.profile-text-top .profile-more {
    color:#ffffff;
}

.profile-text-top .event-score {
    color:#ffffff;
}

.text-404 {
    font-size:22px;
}

.login-copy {
    font-size:18px;
    font-weight:700;
}

.modal-body {
    text-align: left;
}

.job-unit {
    padding-bottom:10px;
    font-size: 16px;
}

.job-unit:last-child {
    margin-bottom:0;
    padding-bottom:0;
}

.content-highlight {
    font-weight:500;
    color: #e97324;
}

.rating-header {
    text-transform: uppercase;
    font-weight: 700;
}

.rating-title {
    font-size: 28px;
    font-weight: 700;
    color: #3ca7a3;
    text-align: center;
}

.account-info {
    color:#ffffff;
    font-size:14px;
}

.find-links {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.find-links:hover, .find-links:active, .find-links:focus {
    color: #ffffff;
    opacity:0.8;
    text-decoration: none;
}

.draft-text-title {
    color:#b22125;
    position: relative;
    top:-8px;
    font-size:12px;
}

.event-location {
    font-weight: 700;
    font-size: 16px;
}

.event-date{
    font-weight: 700;
    font-size: 18px;
}

.event-black .event-details{
    color:#2A2A2A;
}
a .event-black{
    color:#2A2A2A !important;
}

.main-event-border h1{
    margin-top: 10px;
    margin-bottom: 5px;
}

.modal-heavy {
    font-weight:800;
}

.press-header {
    font-size: 22px;
    font-weight: 600;
}

.recurring-pad label {
    text-transform: uppercase !important;
    font-weight:600 !important;
    font-size: 12px !important;
}

.recurring-pad input {
    margin-top:0 !important;
}

/* Cookies Page */

.cookie-qty {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: -15px;
}

.cookie-copy {
    color: #ffffff;
    font-size: 20px;
}

#cookie-page h2 {
    color:#ffffff;
    font-size:34px;
}

#cookie-page h3 {
    color:#ffffff;
}

.tile-circle {
    position: absolute;
    background-color: #42210b;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: 16%;
    right: 28%;
    font-size: 20px;
    font-weight: 700;
    padding-top: 6px;
    color: #ffffff;
}

.login-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #42210b;
    margin-bottom: 20px !important;
    margin-top:10px !important;
}

.cookie-opacity {
    opacity:0.6;
}

.dropdown-menu .gray-text a{
    color: darkgray;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.leveling-back h3 {
    color: #e97324;
}

.event-info-smaller {
    font-size: 1.5rem;
}
