


/* Insert Font Awesome, version 6.7.2 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');


.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
    font-family: Lato, Arial, "Sans Serif Collection";
	font-weight: normal;
}

.h1, .h2, .h3, .h4, .title, h1, h2, h3, h4, h5, h6 {
    color: #002554;
	margin: 0.4em 0 0.2em;
}


#topic-content > section > .titlepage .title {
	margin: 0.4em 0 0.2em;	
}

.h1, h1 {
    font-size: 30px;
}

.h2, h2 {
    font-size: 24px;
}

.h3, h3 {
    font-size: 20px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 16px;
	font-weight: 500;
}

.h6, h6 {
    font-size: 16px;
	font-weight: 500;
}

h1.title {
	font-size: 30px;
}

.titlepage h1.title {
	color: #002554;
}

h2.title {
	font-size: 24px;
	margin: 0.4em 0 0.2em;	
}

.titlepage h2.title {
	color: #002554;
}

.panel-default h2.title {
	font-size: 20px;
	margin: 5px 0px 5px;
}

h3.title {
    font-size: 20px;
	font-weight: 500;
}

.titlepage h3.title {
	color: #002554;
	padding-top: 10px;
}

.portal-header h1 {
    font-size: 35px;
}

.portal-header-navbar + .inner {
    margin-top: 90px;
}

body {
	background-color: #fff;
	line-height: 1.5em;
	font-size: 14px;
	color: black;
}

main article p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 24px;
	text-wrap: pretty;
}

p {
    margin: 0px;
}

.theme3c .portal-header::before {
    background-image: linear-gradient(aliceblue, #F9FCFE);
}

.portal-body {
	background-image: linear-gradient(#F9FCFE, white);
}

/* Primary color for links, buttons, portal header, titles  */
a,.text-primary,.btn-primary .badge,.btn-link,.pagination>li>a,.pagination>li>span,.nav-site-sidebar .active,.publication-contents a:hover {
    color: #006098;
}

a:hover {
	color: #006098;
	text-decoration: underline;
}

a:visited {
	color: #006098;
}

.portal-single-publication .publication-icon i,.portal-single-publication .publication-icon .fa {
	color: #002554;
	background-color: #002554;
}

/* Home page */
.theme3c .portal-header::before {
    background-image: linear-gradient(aliceblue, #F9FCFE);
}

.portal-header:before {
   background-color: #F0F8FF;
	z-index: -4;
}

.portal-body {
	background-image: linear-gradient(#F9FCFE, white);
}

.portal-header {
    color: #002554;
	padding-bottom: 0px;
}

.portal-header-navbar .site-header-navbar .navbar .navbar-transparent .navbar-fixed-top {
    background-color: #002554;
	height: 4.3em;
	margin-bottom: 0px;
	position: fixed;
	top: 0;
}

.navbar-header {
    height: 40px;
	margin-top: 12px;
}

.navbar-brand {
	padding: 12px 15px;
	height: 65px;
	line-height: .5em;
}

.portal-header .navbar-toggle {
    margin: 0px 15px 15px;
    padding: 0px 10px;
}

.navbar .navbar-toggle {
    margin: 8px 15px 15px 0px;
    padding: 0px 10px;
}

@media (max-width: 1199px) {
    .navbar .navbar-brand {
        height: 50px;
        padding: 8px 0px 8px 15px;
    }
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.navbar .navbar-toggle .icon-bar {
    background-color: white;
}

/* Header for screens smaller than or equal to 768px (e.g., tablets and mobiles) */
@media screen and (max-width: 768px) {
.navbar .navbar-collapse .navbar-right {
	background-color: #002554;
	width: fit-content;
	float: right;
	padding: 0px 5px;
	}

.portal-header h1 {
    margin-top: 1.5em;
}
	
.portal-body-container {
    padding-top: 2.5em;
}
	
.portal-header {
	padding-top: 2.5em;
    height: auto;
}
	
}

/* Header for screens larger than or equal to 768px (e.g., desktops) */
@media screen and (min-width: 768px) {
.navbar .navbar-collapse {
	background-color: transparent;
	width: fit-content;
	float: right;
	padding: 0px 5px;
}

.navbar-brand {
    float: left;
    padding: 10.5px 15px;
    font-size: 16px;
    line-height: 1px;
}
}

	
.portal-header .logo {
    margin-bottom: 0px;
    height: 32px;
    padding-left: 11px;
    margin-top: 0px;
}
	
.navbar-container {
	background-color: #002554;
    height: 60px;
    padding-top: 2px;
    padding-left: 0;
    padding-right: 3.5%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
	margin-right: auto;
    margin-left: auto;
	width: auto;
}

	
.portal-header h1 {
    margin-top: 3.4em;
	font-size: 50px;
	font-weight: 500;
}

.portal-header .site-header{
    height: 450px;
}
	


.sm a {
	color: white;
	margin: 10px;
}

.navbar-fixed-top .navbar-collapse {
    height: fit-content;
}

.portal-header-navbar .sm-simple {
    margin-top: 0px;
    }


/* Home page search */
.portal-header .portal-search button {
    background-color: #002554;
	color: white;
}

.portal-header .portal-search .search-field {
	border: solid;
	border-width: 1.5px;
    border-radius: 15px;
	border-color: #88898b;
    font-size: 14px;
	max-width: 500px;
    width: 80%;
    display: inline-block;
    vertical-align: middle!important;
    height: 45px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 7px 10px -5px rgba(0, 0, 0, 0.1);
	color: #333;
}

.form-control {
    line-height: 1.5em;

}



.search-field {
    background-color: white;
    padding: 12px 15px;
}


.navbar .navbar-form {
    margin: 12px 0 0;
	border: solid;
    border-width: 1.5px;
    border-radius: 10px;
    border-color: #88898b;
	background-color: white;
}
	
.navbar .form-control {
	background-color: transparent;
	margin: 3px 2px 0px !important;
	padding: 0px !important;
	padding-bottom: 5px !important;
	color: #002554 !important;
	}


/* search label with magnifying glass icon */
.navbar-form::before {
    content: "\f002";
	font-family: "FontAwesome", sans-serif;
	padding-right: 10px;
	color: #002554;
}



.portal-search {
    padding-left: 50px;
}


	

/* Home page search bar placeholders color change */
.portal-search .form-control.search-field::placeholder {
    color: #88898B !important;
}

/* Topic page search bar placeholders color change */
.form-control.search-field::placeholder {
    color: #88898B !important;
}


/*Search example text */
.search-info {
    margin-right: 0%; 
	text-align: center;
	font-style: italic;
}

.search-info p {
    color: #3C3D3E;
}

.searchresultsnippet {
    font-weight: 400;
}

.search-result-breadcrumbs {
    color: #88898B;
}

.form-control, .form-group .form-control {
    border: 0;
    background-image: none;
}

.sm, .sm ul, .sm li {
    text-align: right;
}

.portal-single-publication a {
    padding: 4px 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 35px;
    background-color: #fff;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1), 0 7px 10px -5px rgba(0, 0, 0, 0.08);
}

.portal-single-publication .publication-icon {
    display: none;
}

.portal-single-publication h3 {
    margin: 4px 18px;
	font-size: 14px;
	font-weight: 600;
	color: #002554;
}

/* Dept button style for screens smaller than or equal to 768px (e.g., tablets and mobiles) }*/
@media screen and (max-width: 768px) {
.portal-single-publication {
    min-width: fit-content;
    align-self: center;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 75%;
}
	
.portal-body-container {
	box-shadow: none;
	background: none;
}
}

/* Dept button style for screens larger than or equal to 1024px (e.g., desktops) */

.portal-single-publication {
    width: fit-content;
    align-self: center;
	padding: 0px 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.portal-body-container {
    width: 90%;
	max-width: 850px;
	box-shadow: none;
	background: none;
}


.portal-publications {
    margin-top: 0px;
	margin-bottom: 3em;
}

/* Hide language drop-down */
.dropup.languages.pull-right.col-md-2{
	display: none;
}


/* Featured content */
.publication-contents h4 a {
    color: #002554;
	font-size: 16px;
	font-weight: 600;
}

.publication-contents h4 span {
    background-color: transparent;  
	display: none;
}

.publication-contents li:before {
    font-family: 'FontAwesome';
    content: none;
	margin-left: -28px;
    width: 28px;
    display: inline-block;
    opacity: 0.15;
    font-size: 13px;
    line-height: 1.2;
}

.featured-content-label {
	display: none;
}

.publication-contents a {
    color: #006098;
	font-size: 10.5pt;
	font-weight: 400;
}

.publication-contents a:hover {
	text-decoration: underline;
}

/* Featured content for screens greather than 768px (e.g., desktops) */
@media screen and (min-width: 768px) {
.publication-contents {
    width: 33%;
    padding-left: 0px;
}
}

/* Featured content for screens smaller than or equal to 768px (e.g., tablets and mobiles) */
@media screen and (max-width: 768px) {
.publication-contents {
    width: 90%;
    position: relative;
    margin-bottom: 20px;
	}
}


.publication-contents a {
    color: #006098;
	font-size: 10.5pt;
	font-weight: 400;
}

.publication-contents a:hover {
	text-decoration: underline;
}

.publication-contents h4 span {
    background-color: transparent;  
	display: none;
}

.publication-contents h4 {
    margin: 0 0 10px 16px;
    font-size: 13px;
}

.publication-contents h4 a {
    color: #002554;
	font-size: 16px;
	font-weight: 600;
}

.featured-title {
	padding-top: 0px;
}

.publication-contents ul {
    padding-left: 16px;
    list-style: none;
}

.featured-content-label {
	display: none;
}

.publication-contents li:before {
    display: none;
}

.portal-contents {
    text-align: center;
}

/* Home page footer */
.theme3c .portal-footer {
    color: #fff;
}

.portal-footer {
    background: #002554;
    color: #BDC8DB;
    margin: 0px;
	padding: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: left;
	z-index: 10;
}

.portal-footer .inner, .site-footer .inner {
    padding: 12px 0px 10px 0px;
    font-size: 12px;
	font-weight: 500;
	width: 100%;
}

.copyright {
    float: left;
    margin-right: 0px;
    padding-left: 3.5%;
    margin-left: 15px;
}

footer .copyright {
    padding: 1px 15px 1px 25px;
    text-align: left;
}
	
/* Featured Content */
.publication-contents h4 a {
    color: #002554;
	font-size: 16px;
	font-weight: 600;
}
	
.publication-contents a {
    color: #006098;
	font-size: 10.5pt;
	font-weight: 400;
}

.publication-contents a:hover {
	text-decoration: underline;
}



/* Gradient banner for entity */
.entity{
    background-image: linear-gradient(to right, #006098, #6CCA98);
	box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.1), 0 7px 10px -5px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 31px;
	position: fixed;
	top: 60px;
	z-index: 1000;
}

.entity:before{
	content: "Conference Rooms";
	color: white;
	margin-left: 3%;
	padding-left: 24px;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 5px;
}

div.feedback-panel .btn {
    border: 1px solid #006098;
    background-color: transparent;
	color: black;
	font-size: 10pt;
	text-transform: capitalize;
}

.portal-contents{
	display: none;
}

/* Sidebar size for screens greather than 768px (e.g., desktops) */
@media screen and (min-width: 768px) {
.site-sidebar {
    max-width: 30%;
}}

.site-body {
    margin-top: 100px;
	background-color: white;
}

.site-body-container {
    box-shadow: none;
	background-color: white;
    }

	


/* Sidebar */
.site-sidebar {
    top: 90px;
	height: 100dvh;
	min-width: 30%;
}

.nav-site-sidebar {
	background-color: white;
	height: 100dvh;
	padding-top: 20px;
}

.nav-site-sidebar li a {
    display: block;
    color: #333;
}

.nav-site-sidebar li a:focus,
.nav-site-sidebar li a:hover {
    text-decoration: underline;
    border-left: none
}

.nav-site-sidebar>li>a {
    padding: 10px 15px 10px 10px;
    font-weight: 700;
    border-left: none
}

.nav-site-sidebar .active>a {
    color: #006098;
    border-left: none;
}

.nav-site-sidebar ul {
    list-style: none;
    padding: 0;
    display: none;
}

.nav-site-sidebar>li>a {
    font-weight: 700;
    color: #002554;
}

.nav-site-sidebar ul a {
	padding-left: 20px;
}

.nav-site-sidebar ul ul a {
	padding-left: 40px;
}

.nav-site-sidebar ul ul ul a {
	padding-left: 60px;
}

.nav-site-sidebar .opened>ul {
    display: block;
    background-color: white
}

.nav-site-sidebar .opened>ul .topic-link {
    border-left: none;
    background-color: white;
}

.nav-site-sidebar .opened>ul .topic-link:hover {
    border-left: none;
    background-color: white
}

.nav-site-sidebar .opened>ul .active .topic-link {
    border-left: none;
    background-color: white
}

.nav-site-sidebar .topic-link {
	border-left: none;
}

.navbar-container .navbar-header{
        margin-right: 0;
        margin-left: 3%;
		height: 47px;
	}

.navbar-brand img {
	margin-bottom: 0;
	height: 32px;
	padding-left: 11px;
	margin-top: 0px;
	padding-bottom: 5px;
    }


div.feedback-panel {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    padding: 0px;
	max-width: none;
}

@media (min-width: 768px) {
    .sm.sm-simple {
        display: none;
    }
}


/* Lists */
main ol {
    margin: 0px;
    padding-left: 25px;
	list-style-type: decimal;
}

main ol ol {
	padding-left: 0px;
}

main ul {
	padding-left: 20px;
}
	
li.listitem	{
    list-style-type: disc;
}

ul ul {
	padding-left: 30px;
}
	
.procedure>li::before {
    background-color: #002554;
}
	
ol.procedure > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;  
	padding-top: 2px;
    background-color: #002554;
	margin-top: 15px;
}

ol.procedure ol.procedure > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.5em;  
	color: black;
	font-weight: normal;
	background-color: transparent;
}


.procedure ol {
  list-style-type: none;
  counter-reset: item;
}

.procedure ol > li {
	display: table;
	counter-increment: item;
	margin-top: -15px;
}

.procedure ol > li:before {
	content: counters(item, ".");
	display: table-cell;
	padding: 0px;
}


.procedure li ol > li:before {
	content: counters(item, ".") " ";
}

.procedure ol ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;    
}

	

.toolbar {
    display: none;
}

a.glossterm {
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1.5px;
	color: #002554;
}

.breadcrumb-container .breadcrumb {
	padding-top: 30px;
}

/* Hide breadcrumbs for screens less than 768px (e.g., mobile) */
@media screen and (max-width: 768px) {
.breadcrumb-container .breadcrumb {
    display: none;
}}

li.breadcrumb-node {
    font-weight: bold;
    color: #88898B;
}


.section {
    padding: 0px 0;
}
	
/* Table formatting */
.table-title .formal-number, .table-title .formal-label-delimeter {
    display: none;
}

.table {
    font-size: 12pt;
	margin-bottom: 0px;
}

div.table-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.inlinemediaobject {
    display: inline-block;
    height: auto;
    vertical-align: 0em;
	max-height: 1em;
}

.inlinemediaobject img:not([height]):not([width]) {
    height: 100%;
    width: auto;
	max-height: 1em;
}

.pager {
	display: none;
}


img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


	
	
.page-toc .section-nav-container {
	display: none;
}



.notice, .danger, .tip, .warning, .caution, .important {
    background-color: transparent;
    border: 1px solid #f3f3f6;
    border-left-width: 3px;
    border-radius: 8px;
    box-shadow: 0px 1px 6px hsl(226deg 16% 31% / 15%);
}

.warning h3, .note h3, .important h3, .caution h3, .tip h3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 30px 0px 0px;
    background-color: transparent;
    color: black;
    font-size: 12pt;
	font-weight: bold;
}

.note {
    border: none;
    background-color: #f3f3f6;
    box-shadow: var(--box-shadow-small--inset);
    border-radius: 4px;
    padding: 25px;
	margin-top: 35px;
	margin-bottom: 20px;	
}

/* Note icon color */
.note:before {
    color: transparent;
}

.warning {
    border-left-color: #e60f00;
    background-color: transparent;
}

/* Warning icon color */
.warning:before {
    color: #E60F00;
}

.important {
    border-left-color: #ffcb00;
    background-color: transparent;
}

/* Important icon color */
.important:before {
    color: #FFCB00;
}

.tip {
    border-left-color: #006098;
    background-color: transparent;
}

/* Tip icon color */
.tip:before {
    color: #006098;
}



