﻿
.button, div[id*='form-'] input[type="submit"], .inline-form input[type="submit"] {
    border: none;
    background: #cf2027;
    color: #fff !important;
    padding: 10px 15px 15px 15px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 600;
    font-size: 15pt;
}
tentBlock {
    padding: 10px 4% 10px 4%;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: auto;
}

.topNContainer {
    width: 100%;
}

.tesContentBlock {
    padding: 10px 4% 10px 4%;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: auto;
}
.tesListContentBlock {
   /* display: flex;*/
    justify-content: center;
    align-items: center;    
}

.col2 {
    float: left;
    display: inline-block;
    width: 50%;
}

.col3 {
    float: left;
    display: inline-block;
    width: 33%;
    text-align: center;
}
.tesCol3 {
    float: left;
    display: inline-block;
    width: 33%;
    text-align: center;
}
.col4 {
    float: left;
    display: inline-block;
    width: 25%;
}
.col7 {
    float: left;
    display: inline-block;
    width: 13%;
}

.twoColumn, .col2, .subpageEditWhiteBox2, .col2NotResponsive {
    float: left;
    display: inline-block;
    width: 50%;
}
@media screen and (max-width: 600px) {
    .col2 {
        width: 100%;
    }
    .tesCol3 {
        width: 100%;
    }
    .col3 {
        width: 100%;
    }
   
    .col4 {
        width: 100%;
    }  
}


@media only screen and (min-width: 600px) and (max-width: 1220px) {
    /* For tablets: */
    .col2 {
        width: 50%;
    }
    .tesCol3 {
        width: 50%;
    }

    .col3 {
        width: 50%;
    }
    .col4 {
        width: 50%;
    }
}
.sectionHeaders {
    font-size: 25px;
    font-weight: 600;
}

.upcomingContainer {
    margin: 0 auto; /* To center the container itself if needed */
}

.upcomingCentered-hr {
    width: 100%; /* Or any desired width for the hr */
    margin-left: auto;
    margin-right: auto;
    height: 1.5px !important;
    opacity: inherit;
}

.upcomingHeader {
    background-color: white;
    padding-top: 20px;
}

.upcomingTabs {
    background-color: white;
}

.headerContainer {
    width: 100%; /* Or any desired width for the container */
    margin: 0 auto; /* To center the container itself if needed */
}

.headerCentered-hr {
    width: 100%; /* Or any desired width for the hr */
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    opacity: inherit;
    color: #cf2027;
}

/* TES Tabs */

.tabsContainer {
    width: 400px; /* Or any desired width for the container */
    margin: 0 auto; /* To center the container itself if needed */
}

@media screen and (max-width: 600px) {
    .tabsContainer {
        width:100%;
        margin: 0 auto;
    }
}

.tabs img {
    height: 50px;
    width: 50px;
}


.allEventsRoundedCorners {
    border-radius: 25px;
    background: #cf2027;
    padding: 5px 25px 5px 25px;
    width: 300px;
    height: 100px;
    color: #fff !important;
    font-size: 16px;
}

.allEventsNoLineLink {
    border-bottom: 0 !important;
    text-decoration: none !important;
    color: #4d4d4f;
}

.locationContainer {
    max-width: 750px; /* Or any desired width for the container */
    max-height: 200px;
    margin: 0 auto; /* To center the container itself if needed */
    background: #f5f5f5;
}
@media screen and (max-width: 600px) {
    .locationContainer {
        max-width: 280px; /* Or any desired width for the container */
        max-height: 200px;
        margin: 0 auto; /* To center the container itself if needed */
        background: #f5f5f5;
    }
}

.locationRoundedCorners {
    border-radius: 25px;
    background: #f5f5f5;
    font-size: medium;
}

.locationRoundedCorners img {
    height: 50%;
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.address img {
    height: 20px;
    width: 15px;
}
.address {
    text-align: left;
    padding-left: 10px;
    padding-top: 22px;
}

@media screen and (max-width: 600px) {
    .address {
        text-align: left;
        padding-left: 10px;
        padding-top: 0px !important;
    }

    .tesDetailsMainPage {
        text-align: left;
        font-size: 12pt!important;
        font-weight:normal !important;
        padding-left: 10px;
        padding-top: 0px !important;
        height: 20px !important;
    }
    .tesDateText {
        text-align: left;
        font-size: 11pt;
        padding-top: 5px;
        padding-bottom: 6px;
        padding-left: 10px;
        height: 52px !important;
    }
}

.contactTesCoord {
    color: black;
    text-decoration: underline;
}

.contactTesCoord:hover {
    color: #cf2027 !important;
}

/* About TES */

.padding10Top {
    padding-top: 10px;
}

.padding20Top {
    padding-top: 20px;
}

.col65Perecent {
    float: left;
    display: inline-block;
    width: 65%;
}

.col35Perecent {
    float: left;
    padding-left: 10px;
    display: inline-block;
    width: 35%;
    margin-bottom: 10px;
}

.col75Perecent {
    float: left;
    display: inline-block;
    width: 75%;
}

.col25Perecent {
    float: left;
    display: inline-block;
    width: 25%;
}

@media screen and (max-width: 600px) {
    .col65Perecent {
        width: 100%;
    }
    .col35Perecent {
     width:100%;
    }

    .col75Perecent {
        width: 100%;
    }

    .col25Perecent {
        width: 100%;
    } 
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .col65Perecent {
        width: 50%;

    }
   
    .col35Perecent {
        width: 50%;
    }
    .col75Perecent {
        width: 50%;
    }

    .col25Perecent {
        width: 50%;
    }
}


.about img {
    height: 100px;
    width: 100px;
}

.aboutEuDach img {
    height: 100px;
    width: 100px;
}

.aboutBottomCentered-hr {
    width: 100%; /* Or any desired width for the hr */
    margin-left: auto;
    margin-right: auto;
    height: 1.5px !important;
    opacity: inherit;
}

/*Steps To Success */
.StepsCentered-hr {
    width: 70%; /* Or any desired width for the hr */
    margin-left: auto;
    margin-right: auto;
    height: 1.5px !important;
    opacity: inherit;
}

.steps {
    background-color: white;
}

    .steps img {
        height: 75px;
        width: 75px;
    }


/* Details top 3*/
.registerButton {
    background-color: #313131;
    text-align: center;
}



.tesLinkButton {
    background-color: #313131;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 100%;
    border-bottom-right-radius: 25px;
}

.tesListLinkButton {
    background-color: #313131;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .eventDatesContainer, eventDatesButton, .eventDatesOuterContainer {
        width: 100%;
    }
}

@media only screen and (min-width: 601px) and (max-width:750px) {
    .eventDatesContainer, eventDatesButton, .eventDatesOuterContainer {
        width: 48%;
    }
}


.eventDatesOuterContainer {
    border-radius: 25px;
    display: inline-block;
    max-width: 300px;
}

.eventDatesContainerMain {
    width: auto !important;
    text-align: left;
    float: left;
    min-width: 250px;
    background-color: #FFF;
    margin-top: 0;
    margin-bottom: 10%;
}

@media only screen and (max-width: 900px) {
    .eventDatesContainerMain {
        width: auto !important;
        text-align: left;
        float: left;
        min-width: 210px;
        background-color: #FFF;
        margin-top: 0;
        margin-bottom: 10%;
    }
}

.eventDatesContainerMain img {
    float: left;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 175px;
}

.eventDatesContainerList {
    width: auto !important;
    text-align: left;
    float: left;
    min-width: 280px;
    margin-top: 0;
    margin-bottom: 10%;
}

.eventDatesContainerList img {
    float: left;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

@media screen and (max-width: 600px) {
    /* For tablets: */
    .TesEventColumn {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    /* For tablets: */
    .TesEventColumn {
        width: 50%;
    }
}


.TesEventColumn {
    /*  display: inline-block;*/
}

.eventDatesButton {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    min-height: 45px;
    max-height: 60px;
    border: none;
    padding-top: 15px;
    background: #4d4d4f;
    color: #FFFFFF !important;
    display: inline-block;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 2px;
}

    .eventDatesButton a {
        color: #FFFFFF !important;
    }

/* TES Registration Form*/
.eventTitle {
    text-align: left;
    font-size: 18pt;
    font-weight: 600;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-top: 20px;
}

.registrationLogo {
    float: left;
    display: inline-block;
}

    .registrationLogo img {
        height: 100px;
        width: 200px;
    }

@media only screen and (max-width: 801px) {
    .eventTitle {      
        font-size: 14pt;
        font-weight: 600;
        padding-left: 10px;
    }
}
/* TES Products Covered */
.TESProductImageTitle {
    font-size: medium;
}

.TESProductImage {
    float: left;
    padding: 15px;
       
}

    .TESProductImage img {
        padding-bottom: 5px;
        height: 50px !important;
        width: 100px !important;
    }

a:hover {
    color: black;
}

.SeatsLeft img {
    height: 20px !important;
    width: 20px !important;
}