@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*{
	margin: 0;
	padding: 0;
	/* [disabled]list-style: none; */
	text-decoration: none;
	box-sizing: border-box;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.15;
}

/* unvisited link */
a:link {
  color:#77003C;
  font-weight:800;
  font-style:italic;
}

/* visited link */
a:visited {
  color:#2E5A51;
  font-weight:800;
}

/* mouse over link */
a:hover {
  color: #8A1D96;
  font-weight:800;
}

/* selected link */
a:active {
  color: #0080C0;
  font-weight:800;
}

/*css for lists*/

.list {
	margin: 15px;
	padding: 0px;
	font-size: 1.3em;
}

.list2 {
	margin: 15px;
	padding: 2px;
	font-size: 1.3em;
	background-color:#A5D8E7;
}

.listoffwhite {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 1.3em;
	background-color:#FDFBDB;
    font-family:Verdana, Geneva, sans-serif;
    padding:0px 10px 10px 10px;
}

/*fonts colors*/

.emphasis {
	color: #315618;
	font-weight:800;
}

.emphasis2 {
	color:#006262;
	font-weight:800;
}

.red {
	color:#F00;
	font-weight:800;
}

/* background colors, lines and design */

.greenline {
  border-bottom: 6px solid #6BCB25;
  border-radius: 5px;
}

.blueline {
  border-bottom: 10px solid #0061C1;
  border-radius: 5px;
}

.textbox {
	background-color:#B0CCE3;
	padding: 10px;
	font-family:Verdana, Geneva, sans-serif;
	border-color:#143D3F;
	Line-height:1.3;
}

.greentextbox {
	background-color:#9CDB95;
	padding: 10px;
	/* [disabled]font-family:Verdana, Geneva, sans-serif; */
	border-color:#80FF00;
	Line-height:1.3;
}

.yellowtextbox {
	background-color:#FFFCC9;
	padding: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:500;
	border-color:#FFFF80;
    Line-height:1.3;	
}
.offwhitetextbox {
	background-color:#FDFBDB;
	font-family:Verdana, Geneva, sans-serif;
	padding: 10px;
	Line-height:1.3;
}

.salmontextbox {
	background-color:#F3B1E1;
	padding: 10px;
	font-family:Verdana, Geneva, sans-serif;
	border-color:#F3B1E1;
	Line-height:1.3;	
}

.orangetextbox {
	background-color:#FFA953;
	padding: 10px;
		font-family:Verdana, Geneva, sans-serif;
	border-color:#F96;
	line-height: 1.3;
}

.boldwhitelists {
	background-color:#fff8c9;
	font-weight:600;
	font-family:Verdana, Geneva, sans-serif;
	padding: 10px;
	Line-height:.2;
}

/*images, tables and others*/

img {
  width: 75%;
  height: auto;
}

.table {
  width: 100%;
  border: 1px solid;
  padding: 3px;
}

.subtitles {
	color:#0E2DBC;
	font-weight:800;
	font-size: 1.3em;
}

/*headers, content, body, font sizes */

.header {
	font-size: 1.75em;
	font-weight:800;
	color: #FFF;
	padding: 10px;
	background-color: #6297B7;
}

.content {
	font-size: 1.25em;
	font-weight:400;
	padding: 10px;
	background-color: #FBFEFF;
}

body {
   background: #e1ecf2;
}

h1 {
  font-size: 2.2em;
  color:#233C54;
  font-weight:800;
}
h2 {
   font-size: 2em;
   font-weight:800;
}
h3 {
   font-size: 1.75em;
   font-weight:800;
}
h4 {
	font-size: 1.5em;
	color:#224166;
	font-weight:800;
}
h5 {
	font-size: 1.35em;
	font-weight:800;
	color:#216B25
}
h6 {
	font-size: 1.3em;
	font-weight:800;
	color:#000;
}
h7 {
	font-size: 1em;
	font-weight:800;
	color: #D9EE91;
}
p {
	font-size: 1.25em;
	line-height: 1.3;
}

/*nav bar menu*/

.wrapper{
  margin: 10px;
  font-size: 1.15em;
  word-break: normal;
}
.wrapper .top_navbar{
  width: calc(100% - 20px);
  height: 60px;
  display: flex;
  position: fixed;
  top: 10px;
}

.wrapper .top_navbar .hamburger{
  width: 70px;
  height: 100%;
  background: #2e4ead;
  padding: 10px 10px;
  border-top-left-radius: 10px;
  cursor: pointer;
}

.wrapper .top_navbar .hamburger div{
  width: 35px;
  height: 4px;
  background: #92a6e2;
  margin: 5px 0;
  border-radius: 5px;
}

.wrapper .top_navbar .top_menu{
  width: calc(100% - 70px);
  height: 100%;
  background: #fff;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.wrapper .top_navbar .top_menu .logo{
	color: #2e4ead;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 3px;
}

.wrapper .top_navbar .top_menu ul{
  display: flex;
}

.wrapper .top_navbar .top_menu ul li a{
  display: block;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #2e4ead;
  border-radius: 50%;
  color: #2e4ead;
}

.wrapper .top_navbar .top_menu ul li a:hover{
  background: #4360b5;
  color: #fff;
}

.wrapper .top_navbar .top_menu ul li a:hover i{
  color: #fff;
}


.wrapper .main_container ul{
  list-style-type: none;
  padding: 0;
  border: 1px solid #50ad4e;
  font-size: 1.25em;
}

.wrapper .main_container ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.wrapper .main_container ul li:last-child {
  border-bottom: none
}

.wrapper .sidebar{
  position: fixed;
  top: 70px;
  left: 10px;
  background: #2e4ead;
  width: 200px;
  min-height: calc(100% - 80px);
  border-bottom-left-radius: 20px;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrapper .sidebar ul li a{
    display: block;
    padding: 15px;
    color:  #00a3cc;
    position: relative;
    margin-bottom: 1px;
    color: #92a6e2;
    white-space:normal;
}

.wrapper .sidebar ul li a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #92a6e2;
  display: none;
}

.wrapper .sidebar ul li a span.icon{
  margin-right: 10px;
  display: inline-block;
  word-wrap: break-word;
}

.wrapper .sidebar ul li a span.title{
  display: inline-block;
}

.wrapper .sidebar ul li a:hover,
.wrapper .sidebar ul li a.active{
  background: #4360b5;
  color: #fff;
}

.wrapper .sidebar ul li a:hover:before,
.wrapper .sidebar ul li a.active:before{
  display: block;
}

.wrapper .main_container{
  width: (100% - 200px);
  margin-top: 70px;
  margin-left: 200px;
  padding: 15px;
  transition: all 0.3s ease;
}

.wrapper .main_container .item{
	background: #fff;
	margin-bottom: 10px;
	padding: 15px;
	font-size: 14px;
	line-height: 52px;
}

.wrapper.collapse .sidebar{
  width: 70px;
}

.wrapper.collapse .sidebar ul li a{
  text-align: center;
}

.wrapper.collapse .sidebar ul li a span.icon{
  margin: 0;
}

.wrapper.collapse .sidebar ul li a span.title{
  display: none;
}

.wrapper.collapse .main_container{
  width: (100% - 70px);
  margin-left: 70px;
}

/* navbar container */

.navbar {
  overflow: hidden;
  background-color: #50ad4e;
  font-family:Georgia, "Times New Roman", Times, serif;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: .9em;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 1em;
  border: none;
  outline: none;
  color: white;
  padding: 10px 10px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #4ead74;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header */
.dropdown-content .header {
  background: #4e97ad;
  padding: 10px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 14%;
  padding: 10px;
  background-color: #4e6fad;
  height: 200px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #77ad4e;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
