html {
    position: relative;
    min-height: 100%;
  
}

body{
	background-color: #e8e8f3;
        direction:rtl;
         -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 
  
}



.container {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin: 5vmin;
	 overflow: hidden;
	 transform: skew(7deg);
}
 .container .card {
	 flex: 1;
	 transition: all 1s ease-in-out;
	 height: 50vmin;
	 position: relative;
	 font-size:35px;
	

}
 .container .card .card__head {
	 color: white;
	 background: #304c5c;
	 padding: 0.3em;
	 transform: rotate(-90deg);
	 transform-origin: 0% 0%;
	 transition: all 0.5s ease-in-out;
	 min-width: 90%;
	 text-align: center;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 font-size: 0.8em;
	 white-space: nowrap;
}
 .container .card:hover {
	 flex-grow: 10;
	 transform: skew(0deg);
}
 .container .card:hover img {
/*	 filter: grayscale(0);*/
display:none;
	 
}
 .container .card:hover .card__head {
	 text-align: center;
	 top: calc(100% - 2em);
	 color: white;
	 background: rgba(0, 0, 0, 0.5);
	 font-size: 1em;
	 transform: rotate(0deg) skew(-5deg);

}
 .container .card img {
    
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 transition: all 1s ease-in-out;
	 filter: grayscale(100%);
}
 .container .card:not(:nth-child(5)) {
	 margin-right: 0.5em;
}

@media screen and (min-width: 500px) {
    .cardMob   { display:none; }
  
}
@media (max-width: 767px) {
 .cardMob   {display:block; width:99%;margin-right:0;font-size:15px;}
 .card__head  { display:block; }
.btn1 { width:100%;}

 .divslide{ 
line-height: 1.5;
margin-right:0;
  font-weight: 100;
  color: #fff;
 width:80%; display: inline-block;
  position: relative;}
 
   


}


@media (max-width: 767px) {
    .container .card img {

display:none;
	 
}

.container .card {
	display:none;
}
}

.youtube
{
width:50%;
margin-right:25%;
height:50% ;

 text-align:center;

}
@media (max-width: 767px) {
.youtube

{
width:70%;

height:50% ;

}

}
.divcircle
{
    width:200px;
    height:100px;
    border-radius:20%;
    background-image: linear-gradient(#5c676e 45%, #747d82 55%);
    display: inline-block;
    font-size:40px;
    color:white;
    text-align:center;
      padding: 5px 5px;
}


.divcircle2 {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-image: linear-gradient(#146599 45%, #64abd9 55%);
  color: white;
  text-align: center;
  line-height: 1.5;
  margin: 10px;
}






.txt{
padding:8px;
display:block;
border:none;
border-bottom:1px solid #ccc;
width:100%;
text-align:center;

}







.table{
box-shadow: 3px 5px 5px 5px #335b71;
width:100%;
text-align:center;
color:#000000;
font-size:25px;
background-color: #fff;

  text-decoration: none;
  
  
}

.select {
 
   background-color: #fff;
 
  
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 20;
  cursor: inherit;
  line-height: inherit;

  z-index: 1;
text-align:center;
}




.header1 {
  width: 99%;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(#335b71 45%, #6495b0 55%);
  border-radius: 8px;
  box-shadow: 2px 2px 2px #888888;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 30px;
}
.header1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  background-color: #335b71;
  transition: all 0.3s;
}
.header1 span {
  position: relative;
}
.header2 {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 0px 5px #443a4e, 0px 0px 10px #b393d3, 0px 0px 10px #b393d3,
    0px 0px 20px #b393d3;
    text-align:center;
  background: rgb(81,120,177);
background: radial-gradient(circle, rgba(81,120,177,1) 0%, rgba(148,165,233,1) 100%);


}
.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.marquee {
    color: black;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 50px;
  overflow-x: hidden;
  direction:rtl;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

.TableHead{

width:80%;
text-align:center;
color:#000000;
font-size:35px;
margin-top:100px;
 margin-right:10%;
 direction:ltr;
   text-decoration: none;

}

.TableNews{

width:100%;
text-align:right;
color:#000000;
font-size:35px;

 margin-right:1%;
 direction:rtl;

}


.td1{
background-color: red;
width:100%;
height:5px;

}

.td2{
 background-color: #fff;
width:100%;
height:5px;
}
.td3{
 background-color: #000;
width:100%;
height:5px;
}

.Btn1 {
   border-color:white;
  background-image: linear-gradient(#335b71 45%, #03324c 55%);
  font-family: Arial;
width:150px;
  height:50px;
 font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
  
  
}

.Btn100 {
   border-color:white;
  background-image: linear-gradient(#335b71 45%, #03324c 55%);
  font-family: Arial;
min-width:100%;
  height:50px;
 font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}



.btn2 {
background-color: #008CBA;
border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
}


.Btn3 {
   border-color:white;
  background-color: #7981A6;
  font-family: Arial;
width:110px;
  height:40px;
 font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
  
  
}


.btn4 {
  align-items: center;
  background-color: rgb(218, 211, 233);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: normal;
  justify-content: center;

  margin: 0;
   padding: 10px 20px;
  
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
  
}

.btn4:hover,
.btn4:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}


.navbarLogin {
   
  overflow: hidden;
  background-color: #202D6C;
  font-family: Arial;
  
  width:100%;
  margin-top:10px;

}


.navbarLogin a {
  float: right;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}



.navbarLogin a:hover, .dropdown:hover .dropbtn {
  background-color: white;
   color: black;
}

.navbar {
     overflow: hidden;
  background-color: #202D6C;
  font-family: Arial;

  width:100%;

}


.navbar a {
  float: right;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.dropdown {
  float: right;
  overflow: hidden;
}


.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}


.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
   color: black;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
}


.dropdown-content a:hover {
  background-color: #ddd;
}


.dropdown:hover .dropdown-content {
  display: block;
}
  #footer {
  position: absolute;
  bottom: 0;
  width: 99%;
             
  float: right;
  font-size: 25px;
  color: white;
  text-align: center;
   background-image: linear-gradient(#335b71 45%, #03324c 55%);
   
}




.neonText {
  animation: flicker 1.5s infinite alternate;
  color: #fff;
}

h1 {
  font-size: 4.2rem;    
}


@keyframes flicker {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px #0fa,
      0 0 80px #0fa,
      0 0 90px #0fa,
      0 0 100px #0fa,
      0 0 150px #0fa;
  
  }
  
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}


/* Additional styling */
  
h2 {
 font-size: 1.8rem;
}



h1, h2 {
  text-align: center;
  
  font-weight: 400;
}

.h3{
font-size:30px;
text-align:center;
color:blue ;
background-color:white;
height:50px;

}

.tableR {
  font-family: Arial, Helvetica, sans-serif;
  border-width: 20px;
  text-align:center;
  font-size:22px;
}

.tableR td, .tableR th {
  padding: 5px;
  height:40px;
  
}




.table100 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;

  text-align:center;

  font-size:18px;
 width:50%;
 margin-right:40%;
}

.table100 td, .table100 th {
 
  padding: 5px;
  height:40px;
  
}
.tableNo {
  font-family: Arial, Helvetica, sans-serif;

  text-align:center;
table-layout:fixed;
  font-size:18px;
 width:98%;
 margin-right:1%;
 
}
.tableNo td, .tableNo th ,.tableNo tr  {
 border: 0px solid #808080;
overflow-y:hidden;
  
  height:30px;
  
}


@media print{
   .noprint{
       display:none;
   }
   
   
}

.url {
 font-size: 1.8rem;
 text-decoration: none;
width:100%;
line-height: 1.5;

  font-weight: 300;
  color: #fff;
  text-shadow: 0px 0px 5px #443a4e, 0px 0px 10px #b393d3, 0px 0px 5px #b393d3,
    0px 0px 5px #b393d3;
    text-align:center;
  background: rgb(81,120,177);
background: radial-gradient(circle, rgba(81,120,177,1) 0%, rgba(148,165,233,120) 100%);
 white-space:pre-wrap;
 border-radius: 15%;
}

.url2 {
 font-size: 25px;
 text-decoration: none;
width:100%;

line-height: 1.6;

  font-weight: 300;
  color: #fff;
  text-shadow: 0px 0px 5px #443a4e, 0px 0px 20px #8b6daa, 0px 0px 10px #b393d3,
    0px 0px 5px #4a3064;
    text-align:center;
  background: rgb(81,120,177);
background: radial-gradient(circle, rgba(81,120,177,1) 0%, rgba(148,165,233,120) 100%);
 white-space:pre-wrap;
 border-radius: 10%;

}
.ImportanturlHeader {

 font-size: 25px;
 text-decoration: none;


line-height: 1.1;

  font-weight: 200;
  color: #fff;
 
    text-align:center;
background-color:#304c5c;

 padding: 5px 0px;
 

}


.Importanturl {
 font-size: 18px;
 text-decoration: none;
text-indent: 1em;
display: inline-block;
line-height: 1.3;

  font-weight: 200;
  color: #fff;
 width:100%;
    text-align:center;
background-color: #4786a8;

 padding: 1px 0px;


}


.Importanturl:hover {
  background: white;
  transition: background .3s;
  color: #000;
}

.Label 
{
      background: #a9b6e8;
  color: #000;
   -khtml-box-shadow: 10px 10px 5px #888888;
    -webkit-box-shadow: 10px 10px 5px #888888;
    -moz-box-shadow: 10px 10px 5px #888888;
    box-shadow: 10px 10px 5px #888888;

  font-weight: normal;
  padding: 5px;
   
   font-size:25px;  
 text-align:center;
 

}





.FixedDiv
{
  float:right;
  height: 500px;

  overflow-y: scroll;

 
  margin-right: 50px;
  box-shadow: 3px 5px 5px 5px #335b71;
width:90%;
text-align:center;
color:#000000;
font-size:35px;
background-color: #e8e8f3;
 margin-right:5%;
  text-decoration: none;
}

.FixedDiv2
{
  float:right;
 



 
 margin-right:5%;
  box-shadow: 3px 5px 5px 5px #335b71;
width:90%;
text-align:center;
color:#000000;
font-size:20px;
background-color: #e8e8f3;

  text-decoration: none;
}

.navButton {
  width: 100%;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(#335b71 45%, #03324c 55%);
  border-radius: 8px;
  box-shadow: 2px 2px 2px #888888;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 2px;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 30px;
  height:100%;

}
.navButton2 {
  width: 100%;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(#335b71 45%, #03324c 55%);
  border-radius: 8px;
  box-shadow: 2px 2px 2px #888888;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 2px;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 35px;
 height:50px;
 background-image: linear-gradient(#5c8296 45%, #809fb0 55%)

}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: right;
  width: 300px;
  margin-right: 25%;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 50%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}


#content {
  text-align: center;
  vertical-align: top;
  direction:rtl;
}

#main {
  display: inline-block;
  width: 60%;
  height: 100%;
  margin: 10px auto;
  overflow: auto;
  -moz-box-shadow: #555 0 0 8px;
  -webkit-box-shadow: #555 0 0 8px;
  -o-box-shadow: #555 0 0 8px;
  box-shadow: #555 0 0 8px;
 
}

#menu {
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 10px auto;
  overflow: auto;
  -moz-box-shadow: #555 0 0 8px;
  -webkit-box-shadow: #555 0 0 8px;
  -o-box-shadow: #555 0 0 8px;
  box-shadow: #555 0 0 8px;
   margin-right:5%;
}

#print {
  font-family: Arial, Helvetica, sans-serif;
  border-width: 2px;
  width: 210mm;

  text-align:center;
  margin-right:0%;
  font-size:18px;
 
}


#print td, #print th {
  border: 1px solid #202D6C;
  padding: 5px;

  
}

                
/*#print tr:nth-child(even){background-color: #E5E7EE;}

#print tr:hover {background-color: #fff; color:#000;}*/

#print th {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
  background-color: #bac3e0;
  color: black;
}

.nav {
 background-image: linear-gradient(#335b71 45%, #03324c 55%);

  direction:rtl;

  width:100%;
}




.nav li {
  display: inline-block;
  list-style: none;
  height: 60px; /* should be the same as line-height */
  line-height: 60px; /* should be the same as height */
  padding: 0 10px; 
  font-size:18px;
  
}

.nav li:hover {
  background: #629cbd;
 color: #fff;

}

.nav-link {
  color: #fff;
  text-decoration: none;

}


.img {

  direction:rtl;

  width:100%;
  height:400px;
  display: inline-block;
  
}


@media (max-width: 767px) {
    .nav li {
        padding: 0;
        margin: 0;
        width: 50%;
    }
    
    .img {

  direction:rtl;

  width:100%;
  height:200px;
  display: inline-block;
  
}
    
}

.div1{ float: right; width: 46%; margin-right:2%;  } 
.div2{ float: left; width: 46%;margin-left:6%; }




@media (max-width: 767px) {
.div1{ width: 90%; } 
.div2{ width: 90%; }

}


.divAdmin1{ float: right; margin-right:2%;  } 
.divAdmin2{ float: left; width: 60%;margin-left:3%; }




@media (max-width: 767px) {
.divAdmin1{ width: 90%; } 
.divAdmin2{ width: 90%; }

}

.column-left{ float: left; width: 33%; } 
.column-right{ float: right; width: 33%; }
.column-center{ display: inline-block; width: 34%; }



@media (max-width: 767px) {
.column-left{ float: left; width: 100%; } 
.column-right{ float: right; width: 100%; }
.column-center{ display: inline-block; width: 100%; }  
}

.divfixed
{
    position: fixed;
    width:90%;
    margin-right:5%;
    
}

.div3
{
 
    direction:rtl;
 
  width:100%;
    
}

















.Indexlogin {
 	width:19%;
	 height:60px;
	  background-color: rgb(218, 211, 233);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  
  
  display: inline-flex;
 justify-content: center;
	 align-items: center;
	 color: #000;
	 text-decoration: none;
	 position: relative;
	 font-size: 20px;
	 z-index: 9;
	   text-align:center;
   
}

@media (max-width: 767px) {
.Indexlogin {

	  width: 100%;
	   height:60px;
	  background-color: rgb(218, 211, 233);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  
  cursor: pointer;
  display: inline-flex;
 justify-content: center;
	 align-items: center;
	 color: #000;
	 text-decoration: none;
	 position: relative;
	 font-size: 20px;
	 z-index: 9;
	   text-align:center;
}
}
.QSubLink {
 	 width: 30%;
	 height:50px;
	  background-color: rgb(218, 211, 233);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  
  display: inline-flex;
 justify-content: center;
	 align-items: center;
	 color: #000;
	 text-decoration: none;
	 position: relative;
	 font-size: 20px;
	 z-index: 9;
	   text-align:center;
   
}

@media (max-width: 767px) {
.QSubLink {

	  width: 100%;
	   height:60px;
	  background-color: rgb(218, 211, 233);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  
  cursor: pointer;
  display: inline-flex;
 justify-content: center;
	 align-items: center;
	 color: #000;
	 text-decoration: none;
	 position: relative;
	 font-size: 20px;
	 z-index: 9;
	   text-align:center;
}
}


.menu {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 height:60px;
	 margin: auto;
	 position: relative;
	 background-color: #a9b6e8;;
	 z-index: 7;
}
 .menu li {
	 float: right;
	 width: 20%;
	 height: 100%;
	 margin: 0;
	 padding: 0;
}

 .menu a {
	 display: flex;
	 width: 100%;
	 height: 100%;
	 justify-content: center;
	 align-items: center;
	 color: #000;
	 text-decoration: none;
	 position: relative;
	 font-size: 20px;
	 z-index: 9;
	   text-align:center;
}

 .a.active {
 background-color: #fff;
	
	 pointer-events: none;
color:#000;
}

 li.slider {
	 width: 20%;
	 height: 100%;
	 position: absolute;
	 right: 0;
	 top: 0;
color:#000;
	 background-color: #a9b6e8;
	 z-index: 8;
	 transition: right 0.4s, background-color 0.4s;
}
 .menu li:nth-child(1):hover ~ .slider, .menu li:nth-child(1):focus ~ .slider, .menu li:nth-child(1):active ~ .slider {
	 right: 0;
	 background-color: red;
}
 .menu li:nth-child(2):hover ~ .slider, .menu li:nth-child(2):focus ~ .slider, .menu li:nth-child(2):active ~ .slider {
	 right: 20%;
	 background-color: #0b8cb0;
}
 .menu li:nth-child(3):hover ~ .slider, .menu li:nth-child(3):focus ~ .slider, .menu li:nth-child(3):active ~ .slider {
	 right: 40%;
	 background-color: #0ca4cf;
}
 .menu li:nth-child(4):hover ~ .slider, .menu li:nth-child(4):focus ~ .slider, .menu li:nth-child(4):active ~ .slider {
	 right: 60%;
	 background-color: #3f7d8f;
}
 .menu li:nth-child(5):hover ~ .slider, .menu li:nth-child(5):focus ~ .slider, .menu li:nth-child(5):active ~ .slider {
	 right: 80%;
	 background-color: #05c5fa;
}




@media (max-width: 767px) {
.menu {


	 background-color: #a9b6e8;
	 
}
.menu li {
	
	 width: 100%;
	  background-color: #a9b6e8;
	
}

.menu a {
	
	 position: static;
	 font-size: 20px;

}

.menu a:hover {
	
	 	
	 width: 100%;
	  background-color: #629cbd;

}


 li.slider {
	display:none;
	
}

.divslide
{
    
     background-color: #304c5c;
}



}

.divslide
{
  
    text-align:center;
    
 
     font-size: 20px;
 text-decoration: none;

display: inline-block;
line-height: 1.1;
margin-right:10%;
  font-weight: 100;
  color: #fff;
 width:100%;
  
background-color: #9e9999;
 padding: 1px 0px;
    
    
}

.divslide th
{
  
    text-align:center;
    
 
     font-size: 25px;
 text-decoration: none;

display: inline-block;
line-height: 1.5;

  font-weight: 100;
  color: #fff;
 width:100%;
  
background-color: #c4570e;

    
    
}


.accordion > input[type="checkbox"] {
  position: absolute;
 width:0px;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
 
}

.accordion label {
  display: block;

}

.accordion {
  margin-bottom: 1em;

}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 20px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;

}

.accordion label {
   background: #a9b6e8;
  color: #000;
   -khtml-box-shadow: 10px 10px 5px #888888;
    -webkit-box-shadow: 10px 10px 5px #888888;
    -moz-box-shadow: 10px 10px 5px #888888;
    box-shadow: 10px 10px 5px #888888;
  
  cursor: pointer;
  font-weight: normal;
  padding: 5px;
   
   font-size:25px;  
 text-align:center;
 
}

.accordion label:hover,
.accordion label:focus {
background:#b8d1de;
}

.accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1em;
  vertical-align: middle;
   
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}


.accordion {
  max-width: 90%;
  margin-right:5%;
}

.accordion p:last-child {
  margin-bottom: 0;
}