/**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;
}