@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*, html, body, .ui-widget input, p, label { font-family: 'Open Sans', sans-serif; }

/* Not ideal, due to limitations of Bootstrap */
body {
    overflow-x: hidden;
}

:root {
    --primaryColor: #003CB2;
    --secondaryColor: #28B4FF;
    --titleColor: #002244; 
    --subTitleColor: #003cb2; 
    --bodyFontColor: #000000; 
    --btnColor: #9423fc; 
}

/* FONT SIZES
------------------------------------------------------*/

_:-ms-lang(x), input.form-control {
    display: inline-block;
}


h1{
    font-family: 'Aleo', serif;
}

h2, h3, h4, h5, h6, p {
    font-family: 'open sans', sans-serif; 
}


html, body {
    font-size: 1rem;
}

h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--titleColor); 
}

h2 {
    font-size: 1.5rem;
    color: var(--subTitleColor); 
}

h3 {
    font-size: 1.5rem;
    color: var(--titleColor); 
}

p {
    color: var(--bodyFontColor); 
}



/* EV2 REQUIRED STYLES
------------------------------------------------------*/

div.ip-group-container div.ip-element label.errorFieldLabel,
div.ip-group-container div.ip-element label.emptyFieldLabel
{ color: #a94442; }



/* THEME STYLES */

.header-section img {
    padding: 15px 0;
}

.header_logo_top {
    margin-left: 50px; 
}

.header_logo_top p .event-date {
    font-weight: 700;
    text-transform: uppercase;
}

.header_logo_top p {
       color: #002244; 
}


@media screen and ( min-width: 768px )  {
    .flex-centred {
        display: flex;
        align-items: center;
    }
}

.page-banner {
    background-color: #fff;
    background-image: url('https://catersourcethespecialevent.informaconnect.com/eventAssets/cattse_2026_250820161137/image/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    clear: both;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.btn {
    color: #fff;
    background: var(--btnColor);
    font-size: 1.15rem;
    font-weight: 700; 
    text-transform: uppercase;
    border: none;
}

.btn.attendees {
    min-width: 224px; 
}

.btn.attendees:hover {
    color: white; 
    background-color: var(--secondaryColor);
}

.landing-text {
    padding: 20px;
    margin: 20px 0;
}

.landing-text p {
    color: #fff;
    font-size: 0.9rem;
}

.landing-text h1 {
    color: #fff; 
    font-weight: 700; 
    font-size: 2rem;  
}  

.login-box {
    margin-top: 60px; 
}

.info-box {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.info-box img {
    margin: 50px; 
    border-radius: 50%;
    width: 168px; /* Set width and height to the same value */
    height: 168px;
    object-fit: cover; /* Ensures image fills the circle without distortion */
}

.contact-card {
    text-align: center;
    margin: 50px 0;
}

.text-box {
    padding:10px;
    min-height: 160px; 
}

.disclaimer-box {
    background-color:  var(--subTitleColor);  
    padding: 50px 0px; 
}

.disclaimer-box h1, .disclaimer-box p  {
    color: #fff; 
}

.disclaimer-box p {
    font-weight: 500; 
    font-size: 1.35rem; 
}


.privacy-section {
    background-color: #e6e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8rem;
    font-weight: normal;
}


.inside-page {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* PROGRESS MENU + PUBLIC MENU */

#progressMenu ul li,
#publicMenu li {
    background: var(--primaryColor);
    color: #fff;
}

#publicMenu li a {
    color: #fff;
}

#progressMenu ul li.currentStep,
#publicMenu li:hover {
    background: var(--secondaryColor);
}


/* PACKAGES */

.packageGroupName {
    background: var(--primaryColor);
    padding: 10px 15px;
    color: white;
    border-bottom: 2px solid #E5E5E5;
    font-size: 1.4rem;
}

.ip-elementPackages .ip-elementPackage label {
    background: var(--primaryColor);
    color: white;
}

#wOfgnS74-packageID-30 select {
    background: var(--secondaryColor);
    color: white;
}

#wOfgnS74-packageID-30 option {
    color: white;
}

#wOfgnS74-packageID-30 option:checked,
#wOfgnS74-packageID-30 option:focus {
    background: var(--primaryColor);
}



.ip-elementPackages .ip-elementPackage .option-selected label {
    background: var(--secondaryColor);
}

.ip-buttonBar input.btn,
.ip-buttonBar a.btn-add, 
.ip-buttonBar a.btn-submit{
    background: var(--primaryColor);
    color: white;
    transition: all ease-in 0.3s;
    border: none; 
    margin: 0 5px;
}

.ip-buttonBar a.btn {
    border: initial;
    font-weight: 600;
}

.ip-buttonBar a.btn:hover {
    color: black;
    text-decoration: underline;
}

.ip-buttonBar input.btn:hover {
    background: var(--secondaryColor);
}

.purchasableItemInputBox label, .purchasableItemInputBox span.ip-elementContent {
    display: inline-block;
}

/* FINANCIAL SUMMARY TABLE */

.financialSummary td.amountHeader,
.financialSummary td.financialAmount {
	white-space: nowrap;
	text-align: right;
	width: 15%;
}

.financialSummary tr.balanceDueSubtotalRow td {
	background-color: #e9e9e9;
}

/* FOOTER */

.footer {
    background: var(--titleColor);
    color: #FFFFFF;
    display: flex;
    align-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.footer ul li {
    float: left;
    padding: 2px 5px;
    font-size: 0.8rem;
}

.footer ul li:last-child {
    clear: both;
}

.footer ul li a {
    color: white;
    text-decoration: underline;
    font-weight: normal;
}

.footer ul li a:hover {
    text-decoration: none;
}

.index_registrations_exbs25 a.btn-success {
    color: #fff;
    background: var(--primaryColor);
    font-size: 0.85rem;
    padding: 6px 12px;
    margin: 10px 20px 10px 0;
}