/**highlight colors
logo greys #9FB3CO  #708390  #727171

neutrals #E8E7E7 #E6E0DB  #6F3F5 f7f4f5  ##D0D7EB

active blue #3A7FF8  can use opacity 75%,50%,25%   = #5B9BF8  #85B4F8  #C3D8FA

highlighting:
active blue #3A7FF8
purple #945CDB
light blue #A1B0F6
green #17CDA7
lime #C4EF80
turquoise #52E1E3
red #F6292E
orange #FF9D6D
yellow #FFDC81

**/

#main.generic{
    padding-top:100px;
}

#cookies {
  background: #D0D7EB;
  background: rgb(246,245,245);
  color: #000;
}
#cookies p {
  color: #000;
}
#cookies a {
  color: #000;
}
#cookies a:hover {
  color: #000;
  text-decoration:underline;
}

@media (max-width: 767px){
	#cookies a:hover,
    #cookies a:focus{
	    color:#000;
    }
    .cookie-privacy a:hover,
    .cookie-privacy a:focus{
        color:#fff;
    }
}

.privacy-cookie-toggle.selected {
    background: #A4C8E1;
}

.specialCharacters{
    font-weight: bold;
}

/*** HOME **/
#latest .gridTiles .tile-item .news-listing-abstract {
	display:none;
}
#quicklinks {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000;
    background: #fff;
}

#quicklinks .tile-content{
    color: #000;
    font-size: 1.3em;
}

/*** CAROUSEL **/
.carousel-section .slick-dots li button, 
.carousel-section .slick-dots li.slick-active button {
    background: #A4C8E1;
    background-image: -webkit-gradient(linear,right top,left top,color-stop(.68%,#b31d2f),color-stop(36.18%,#7550a8),color-stop(51.41%,#685ab4),color-stop(66%,#2e75d8),color-stop(83.6%,#94b0e8),color-stop(98.86%,#50bbca));
    background-image: linear-gradient(270deg,#b31d2f .68%,#7550a8 36.18%,#685ab4 51.41%,#2e75d8 66%,#94b0e8 83.6%,#50bbca 98.86%);
}

/**** TABBED / MODEL PAGE ***/
.tabpage #tabmenu {
    border-bottom: 1px solid #dcdad4;
}
.tabpage #tabmenu .tablink{ 
	color:#000;
	color:rgba(0,0,0,0.3);
	margin-right:0px;
	padding-right:80px;
	font-family: 'Geely', sans-serif;
	text-transform:uppercase;
}
.tabpage #tabmenu .tablink:hover,
.tabpage #tabmenu .tablink:focus{ 
	color:#3A7FF8;
	background-image: -webkit-gradient(linear,right top,left top,color-stop(.68%,#b31d2f),color-stop(36.18%,#7550a8),color-stop(51.41%,#685ab4),color-stop(66%,#2e75d8),color-stop(83.6%,#94b0e8),color-stop(98.86%,#50bbca));
    background-image: linear-gradient(270deg,#b31d2f .68%,#7550a8 36.18%,#685ab4 51.41%,#2e75d8 66%,#94b0e8 83.6%,#50bbca 98.86%);
    color: transparent;
    -webkit-background-clip: text;
}
.tabpage #tabmenu .desktop .tablink.active{ 
    /**width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;**/
    background-image: -webkit-gradient(linear,right top,left top,color-stop(.68%,#b31d2f),color-stop(36.18%,#7550a8),color-stop(51.41%,#685ab4),color-stop(66%,#2e75d8),color-stop(83.6%,#94b0e8),color-stop(98.86%,#50bbca));
    background-image: linear-gradient(270deg,#b31d2f .68%,#7550a8 36.18%,#685ab4 51.41%,#2e75d8 66%,#94b0e8 83.6%,#50bbca 98.86%);
    color: transparent;
    -webkit-background-clip: text;
	/**border-bottom: solid 2px #FEDB00;**/
	border-bottom:none;
	position: relative;
}

.tabpage #tabmenu .desktop .tablink.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdad4;
    position: absolute;
    bottom: 1px;
    width:100%;
    background: -webkit-gradient(linear,right top,left top,color-stop(.68%,#b31d2f),color-stop(36.18%,#7550a8),color-stop(51.41%,#685ab4),color-stop(66%,#2e75d8),color-stop(83.6%,#94b0e8),color-stop(98.86%,#50bbca));
    background: linear-gradient(270deg,#b31d2f .68%,#7550a8 36.18%,#685ab4 51.41%,#2e75d8 66%,#94b0e8 83.6%,#50bbca 98.86%);
}

.tabpage .toggle-btn.toggle-heading.active{
    font-weight: bold;
}

.tabpage .gridTiles .tile-item:nth-child(1) .news-listing-abstract {
    display: none;
    margin-bottom: 0px;
}

.subdropbtn {
    background-color: #3A7FF8;
}

.subdropbtn:hover, .subdropbtn:focus {
    background-color: #666666;
}

.subdropdown-content {
    background-color: #f7f7f7;
    color:#000;
}
.subdropdown-content a {
    color: #000;
}
.subdropdown-content a:hover {
    color: #666;
}

@media screen and (max-width: 767px){
	.tabpage #tabmenu .mobile.toggled .jumpto{
  		/**font-family: 'Geely', sans-serif;
  		text-transform:uppercase;**/
	}
	.tabpage #tabmenu .mobile.toggled .jumpto i{
	    float:right;
        position: relative;
        top: 2px;
	}
	.tabpage #tabmenu .tablink {
        margin-right: 0px;
    }
    .tabpage #tabmenu .mobile.toggled .tabitems .tablink{
        font-family: 'Inter', sans-serif;
  		text-transform:none;
    }
    .tabpage #tabmenu .mobile.toggled .tabitems .tablink:hover,
    .tabpage #tabmenu .mobile.toggled .tabitems .tablink:focus,
    .tabpage #tabmenu .mobile.toggled .tabitems .tablink.active{
        background-image:none;
        color:rgba(0,0,0,0.6);
    }
}


/***** NEWS LISTING PANELS ****/

.gridTiles .tile-item .news-listing-headline{
    color:#000;
}
.gridTiles .tile-item .news-listing-date{
    color:#000;
}
.gridTiles .tile-item .news-listing-asset-count{
	color: #85B4F8;
}
.gridTiles .tile-item .news-listing-asset-count .asset_type_d::before,
.gridTiles .tile-item .news-listing-asset-count .asset_type_i::before,
.gridTiles .tile-item .news-listing-asset-count .asset_type_v::before{
    color:#85B4F8;
}
.gridTiles .tile-item .news-listing-abstract {
	color: #727171;
}

.checkboxwrapper:hover input ~ .checkmark {
  background-color: #5B9BF8;
}
.checkboxwrapper input:checked ~ .checkmark {
    background-color: #5B9BF8;
}

/** TABLE **/

.content table th,
.content table td{
    padding:7px 10px;
}
.content table td p{
    margin-bottom:0px;
}

/*** SEARCH **/
.search .sisea-highlight, 
.simplesearch-highlight, 
.highlight {
    color: #000;
    background: #C3D8FA;
    background: #FFDC81;
}


/*** EVENT FORMS ***/

#event-form #ePERegisterForm{
    margin-top:50px;
}

#event-form .required,
#event-form label span{
	color: #3A7FF8;
}
#event-form .required{
	font-size: 0.8em;
}
#event-form .required span.normal{
	color: #000;
}


.models .tiled-landing .gridTiles,
.galleries .tiled-landing .gridTiles{
    justify-content: center;
}

.models .tiled-landing .gridTiles .tile-item,
.galleries .tiled-landing .gridTiles .tile-item{
    text-align: center;
}

/**** PROFILE ***/

.register-input input[disabled] {
    opacity:0.4;
}


/**** EVENTS ****/

.user-registration.events .login .form-buttons.secondary {
    margin-top: 0px;
    padding-top: 10px;
}
.user-registration.events .login .form-buttons p {
  margin-top: 25px;
  margin-bottom: 20px;
}
.user-registration.events .login .form-buttons .loginRegButton{
    width: 100%;
    transition: all 0.35s;
    line-height: 1.2em;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration:none;
    line-height: 1.2em;
    font-size: 1em;
    padding: 12px 24px;
    border-radius: 0;
    background: #fff;
    color: #000;
    border: thin solid #000;
    text-wrap: wrap;
    
    margin-top:40px;
}

.user-registration.events .login .form-buttons .loginRegButton:hover,
.user-registration.events .login .form-buttons .loginRegButton:focus{
	background-color: #000;
	color:#fff;
}


.user-registration.events .topBanner-heading {
    /**top: 10%;
    left: 10%;
    transform: translate(-10%, -10%);*/
    top:30px;
    left:0;
    transform: none;
    padding-left: 60px;
    padding-right: 60px;
    width:50%;
    max-width: 1600px !important;
    line-height: 1.1em;
    margin-right: auto;
    margin-left: auto;
    
    font-family: 'Geely', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}

@media (max-width:767px){
    .user-registration.events .topBanner-heading{
        max-width: 100% !important;
        width:100%;
        top:0;
        margin-bottom:0;
    }
}

.register-input input[type="radio"], 
.register-input input[type="checkbox"] {
    width: auto;
}
.event-ex2 .topBanner-wrapper{
    border-bottom: 1px solid #dcdad4;
}

.event-ex2 .topBanner-heading{
    position:relative;
    width:100% !important;
    margin-bottom:30px;
    text-align: center;
    color:#000;
}



.event-registration.event-ex2 #ePERegisterForm .register-input:nth-child(1),
.event-registration.event-ex2 #ePERegisterForm .register-input:nth-child(2),
.event-registration.event-ex2 #ePERegisterForm .register-input:nth-child(4),
.event-registration.event-ex2 #ePERegisterForm .register-input:nth-child(7){
    display:none !important;
}