



@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {  
font-family: 'Open Sans';  
font-size: 16px;
}


h1 {
	font-size: 200%;
}

h2 {
	font-size: 165%
}

h3 {
	font-size: 125%;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    font-family: inherit;
}

h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}


.section-toc-title{
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    font-size: 125%;
    margin-bottom: 10px;
}

/* Link color */
a,.text-primary,.btn-link,.pagination>li>a,.pagination>li>span,.publication-contents a:hover {
    color:#0077d9;
}

/* Sidebar and portal page icon color */
.bg-primary,.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.site-sidebar,.portal-single-publication .publication-icon {
    background-color:#0077d9;
}

/* Home page banner color */
.portal-header::before{
  background-color: #0077d9;  
}

/* Secondary color - For portal search button, publication count */
.portal-header .portal-search button,.publication-contents h4 span {
    background-color:#0077d9;    
}
.portal-header .portal-search button:hover{
     background-color:#005ba6;
}

/* Category panel icons */
.cat-panel:before{content:"\f0f6"}.cat-panel-1:before{content:"\f002"}.cat-panel-2:before{content:"\f080"}.cat-panel-3:before{content:"\f0e0"}.cat-panel-4:before{content:"\f129"}    

iframe.gdoc, iframe.onedrive{
    display: block;
    width: 110%;
    height: 1200px;
    border: 1px solid #ccc;
}

.tip:before {
 content: '\f25a';
 color: #0077d9;
}








