body.theme_dagobah header .navbar .dropdown > a.nav-link.external-link::after {
                                border: none;
                                font-family: 'Font Awesome 5 Pro';
                                content: '\f35d';
                                vertical-align: middle;
                                font-size: 14px;
                                color: #ff552e;
                                margin-left: 10px;
                        }
body.theme_dagobah a.external-link::after {
                                font-family: 'Font Awesome 5 Pro';
																font-weight: bold;
																border: none;
                                content: '\f35d';
                                vertical-align: middle;
                                font-size: 14px;
                                color: #ff552e;
                                margin-left: 10px;
                        }
.platinum-box{
	background-color: #f0f0f0;
	color: #121b21;
}
body.theme_dagobah header .navbar .dropdown-menu.tile-list .tile{
	position: relative;
	margin: 1.2rem 0.6rem 0 0.6rem;
  margin-bottom: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.selected{
  font-weight: bold;
}

.selected::after{
 	font-family: "Font Awesome 5 Pro";
	padding: 5px;
	font-weight: bold;
  content: '\f061';
}

@media screen and (max-width: 750px){
	.selected::after{
  	content: '\f063';
	}
}

.content {
	margin: 30px;
	padding: 20px;
}


ul.plainlink{
	list-style-type: none;
}

ul.plainlink li{
	display: inline;
}

ul.plainlink li a{
  color: var(--il-blue);
}

.onetrust_cookie button
	{
	font-family: 'Source Sans Variable', 'Source Sans', sans-serif;
	background-color: #1E3877 !important;
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
	}

.onetrust_cookie button:focus, .onetrust_cookie button:hover
	{
	background-color: #FFFFFF !important;
	color: #000000 !important;
	border: 1px solid #FFFFFF !important;
	}

il-header h1, div.il-header h1{
	font-size: 24px !important;
	line-height: 26px !important;
}
il-header p, div.il-header p{
	margin-bottom: 0rem;
}
.il-header-wrapper p.il-primary-unit {
    margin-bottom: 0;
    margin-left: 0.1em;
}

.btn-secondary{
  width: 85%;
	margin:.5em 0 .5em 1em;
	float: right;
}

.col-lg-3{
  width: clamp(150px,250px,300px);
}

@media screen and (max-width: 750px)
{
 	body.theme_dagobah header .navbar .dropdown-menu.show
  {
		display: grid;
	}
}
