/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 23 July 2025 08:19:05
*/


#left-sidebar ul#left-menu li.current {
    background-color: #231f58 !important;
}

#left-sidebar ul#left-menu li.current a {
    color: #ffffff;
}

#left-sidebar ul#left-menu li a:hover {
    color: #ffffff;
    background-color: #f37021;
}

ul {
    list-style: disc;
    overflow: visible;
    margin-left: 15px;
}

#loginerror {
    padding-top: 5px;
    color: #ff0000;
}

#footer {
    border-top: 3px solid #231f58;
    width: 100%;
    float: left;
    padding-top: 14px;
    clear: both;
    !important;
}

#left-sidebar ul#left-menu li.current a:hover {
    color: #fffff;
    background-color: #f37021!important;
}

.bg-field {
    padding: 0px!important;
}

input#gobutton:hover, input#gobutton:focus {
    background-color: #f37021;
    /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

#tripod_trainers .country:hover {
    cursor: pointer;
}

#tripod_trainers .country {
    background: #231f58;
    font-weight:bolder;
    padding: .5em 1em;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tripod_trainers .country h2,
#tripod_trainers .country i {
    color: white;    
}

#tripod_trainers .country i {
    font-size: 1.5rem;
}

#tripod_trainers .people {
    padding: 10px 5px;
    background: #eee;
}
    
#tripod_trainers .people-item {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        margin: 10px;
        padding: 10px;
        font-size:14px;
}

.hidden {
    display: none;
}

.icon-rotate {
    transition: 0.5s;
    transform: rotate(45deg); 
}

.img-tiles__basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-tiles__basic--tile {
    max-width: 230px;
}
.img-tiles__basic {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
/*video tripod beta*/
.video-outer{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.video-container{
    width: calc(50% - 10px);
    box-sizing: border-box;
}
.video-container .video-tripod-beta{
    height: 100%;
    min-height: 380px;
}
/**************/
/*Links and footer links*/
#content #breadcrumb{
    color: #6b6b6b;
}
#content a {
    color: #0d6efd;
}
#content .badge a,
#content #mobile-menu-content a,
#content #breadcrumb a,
#content .contact-seach a{
  color: inherit; /* Keep default styles */
}
#content .red-badge{
    display: inline-block;
}
#content .badge:hover a{
    color: inherit;
}
#content table a,
#content #mobile-menu-content a,
#content .contact-seach:hover a{
   color: #2C4F85;    
}
.bronze{
    background-color: #9d6228;
}
#bronzeContent{
    border-color: #9d6228;
}
#footer .footerlinks ul li.footer-link{
    padding-bottom: 5px;
}
#footer .footerlinks .contact-details-link,
#footer .footerlinks .contact-details-link .fas{
    padding: 8px 0;
}
#copyright-date{
    color: #231f58;
}
/**************/
/*search*/
.contact-seach {
    background: #231f58;
    width: 100px;
    margin: auto;
    color: white;
    text-align: center;
    padding: 1em;
    border: 2px solid #231f58;
}
.contact-seach:hover {
    background: white;
}
.contact-seach>a {
    color: white;
    margin: auto;
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
}
.contact-seach:hover>a {
    color: #231f58;
}
/**************/
/*Accordion panels*/
/* Style the buttons that are used to open and close the accordion panel */
.incidents.accordion {
    display: flex;
    background: #231f58;
    color: #FFFFFF;
    cursor: pointer;
    padding: 18px 0 18px 18px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: 0 0 5px 0;
    align-items: center;
    gap: 0 10px;
}

/* Style the accordion panel */
.incidents.panel {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #eee;
}

.incidents.accordion.active{
    margin-bottom: 0;
}

.incidents.panel.active {
    padding: 10px;
     margin-bottom: 5px;
}

/* Icon styling */
.incidents.accordion::after {
    content: '\002B';
    font-weight: bold;
    font-size: 30px;
    margin: 0 20px 0 auto;
    transition: transform 0.3s ease-in-out;
}



/*RAMONA*/

.login-form {
    background: rgb(35, 31, 88);
    display: flex;
    padding: 10px;
    justify-content: flex-end;
}

.login-form .btn-login {
    color: black;
    background-color: #f37021;
    padding: 10px;
    font-weight: 600;
    border-radius: 10px;
}

.login-form .btn-login:hover {
    color: #f37021;;
    background-color: black;
    padding: 10px;
}
.login-form a {
padding: 10px;
}

/* Rotate the icon when active */
.incidents.accordion.active::after {
    content: "\2212";
    transform: rotate(180deg); /* Rotates the plus sign into a minus */
}
/********************************/
@media screen and (max-width: 768px) {
    .video-outer{
        flex-direction: column;
    }
    .video-container{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .img-tiles__basic .img-tiles__basic--tile {
        max-width: none;
        width: calc((100% - 40px) / 3);
    }
}
@media screen and (max-width: 768px) {
    .img-tiles__basic {
        justify-content: flex-start;
    }
    .img-tiles__basic .img-tiles__basic--tile {
        width: calc((100% - 20px) / 2);
    }
}
@media screen and (max-width: 480px) {
    .img-tiles__basic {
        justify-content: center;
    }
    .img-tiles__basic .img-tiles__basic--tile {
        width: 100%;
        max-width: 250px;
    }
}