.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.bd-callout-warning {
    border-left-color: #f0ad4e !important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}


.scrollable .items > div .slider-info p a {
    background: #01133f !important;
    border: 1px solid #0b2c61  !important;
    border-radius: 10px  !important;
    text-align: center  !important;
    padding: 8px  !important;
    color: #ffffff  !important;
    margin-top: 8px  !important;
    width: 90%  !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)  !important;
    text-decoration:none !important;
}

.bd-callout-warning {
    border-left:10px solid #fdb81e !important;
}


.imagespace {
   
    height:100% ! important;    
    width: 100% !important;
  float: none;
margin-right: 0 !important;
margin-bottom: 10px;
  margin-left: 0 !important;
border: 0 !important;

}


/* list  */
ul.striped-list {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

ul.striped-list>li:nth-of-type(odd) {
    background-color: #e0e0e0;b
}

ul.striped-list>li {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #80808069;
}
 .pane h3 {
       color: whitesmoke !important;
 font-size: 3px !important;
 }
.pane> h3 {
       color: whitesmoke !important;
 font-size: 3px !important;
  margin: 0 !important;
 }

.tab-accord h3{
  font-size:3px !important;
  
}
.btn-adele{
  min-width:183px;
  color:white !important;
    background: #0071bb !important;
    border: #0071bb !important;
    border-radius: 5px !important;
   padding: 6px 12px !important;
  line-height:1.42857143 !important;
}
.btn-adele2{
 width:100%;
  color:white !important;
    background: #0071bb !important;
    border: #0071bb !important;
    border-radius: 5px !important;
   padding: 6px 12px !important;
  line-height:1.42857143 !important;
}

.border-me{

  
  
  padding: 15px !important;
  padding-top:5px !important;
  border-radius:5px !important;
    }

.oneshadow {
    -webkit-box-shadow: 0px 5px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0px 5px 6px -6px black;
}

.font-adele{
    font-family: Arial,Helvetica,sans-serif !important;
}

.btn-mainbox{
vertical-align: middle !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 15px !important;
  background: transparent !important;
  color:white !important;
  
  background: transparent !important;
  text-align:center !important;

}


#tier4innerContent ul {
margin-left: 
0 !important
; 
   padding: 0 0 
1em
 0;
  list-style-type: disc;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
btn-dev{
  background: #01133f !important;
    border: 1px solid #0b2c61 !important;
    border-radius: 10px !important;
    text-align: center !important;
    padding: 8px !important;
    color: #ffffff !important;
    margin-top: 8px !important;
    width: 90% !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    text-decoration: none !important;
}







.collapsible {

background-color: #5a7e92 ;
  font-weight:bold;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.collapsible1 {
  
background-color: #0f3560 !important;
}

.collapsible2 {
  
background-color: #2a72ce !important;
}
.collapsible3 {
  
background-color: #3ba4e4 !important;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}



.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}


.chip {
  padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #fff;
    color: #0071bb;
    border: 1px solid #9bf0ff;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 8%;
}

.badge { 
display: inline-block; 
padding: 0.5em 0.5em ;

font-size: 15px; 
font-weight: 700; 
  line-height: 1; 
text-align: center; 
white-space: nowrap; 
	vertical-align: baseline; 
border-radius:  0.25rem; 

background: #3d6c8e !important;

} 
 




<!-- page tiltle in top of page -->
h2.page-title{
display: none !important;
}

h1#sitettitle {
 
  max-width: 400px; /* Adjust as needed */
  white-space: normal; /* Allow text to wrap onto multiple lines */
}
<!-- blue boxes -->
  /* ------------------- box -------------- */

  .light-blue-box {
                display: block;
                padding: 20px;
                background: #f1f1f1;
    margin-bottom: 25px;
    font-size: 1.25em;
  line-height:1.5em;
}

.blue-box {
  	display: block;
    padding: 20px;
    background: #E1F3F8;
    margin-bottom: 25px;
    font-size: 1.25em;
  	line-height:1.5em;
}

 
.light-blue-box h2,
  .blue-box h2 {
    margin-top: 0;
    font-size: 1.4em;
    padding-bottom:0
  }


.light-blue-box h3,
  .blue-box h3 {
    font-weight:bold;
     font-family:Arial, "Helvetica Neue", Helvetica,  "sans-serif";
  	font-size: 1.34em;
     line-height:1.3em;
    padding-bottom:0;
	margin-bottom: 10px;
}
 
.light-blue-box > h3,
.blue-box > h3 {
   margin-top: 0;
}

.light-blue-box h4,
.blue-box h4 {
  	padding-top:0;
    padding-bottom:0;
  	font-size: 1.3em; 
  	line-height:1.3em;
}

#tier4innerContent .light-blue-box h4 + h5,
#tier4innerContent .blue-box h4 + h5 {
    padding-top: .4em;
}

#tier4innerContent .light-blue-box h5,
#tier4innerContent .blue-box h5 {
	font-size: 1.1em;
	line-height:1.25em;
    padding-bottom:0

}

#tier4innerContent .light-blue-box p,
#tier4innerContent .light-blue-box li,
#tier4innerContent .blue-box p,
#tier4innerContent .blue-box li {
  font-size: 1em !important;
}
 
.light-blue-box.large {
    font-size:1.2em !important;
    border-bottom:4px solid #7fc1de;

}

.light-blue-box.rounded {
    border-radius: 8px;
  border-left:none;
}


.blue-box.seek {
  padding-bottom: .75em;
  
}

.blue-box.seek p {
  padding-bottom:1em;
}

.gray-box {
  display: block;
  padding: 20px;
  background: #f5f5f5;
 margin-bottom: 25px;

}

.gray-box h2 {
  padding-top:0;
      font-size: 1.75em;
}

.gray-box h3 {
  padding-top:0;
  padding-bottom:0;
}
 
.gray-box > h3,
.gray-box > h2 {
	margin-top: 0;             
}

.gray-box h4 {
  	padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0;
}

#tier4innerContent .gray-box h3 + h4 {
    padding-top: .4em;
}



.light-blue-box p:last-of-type,
  .blue-box p:last-of-type,
    .gray-box p:last-of-typet {margin-bottom:0; padding-bottom:0;}


@media only screen and (max-width: 959px) {
  #container {background-image:none !important;}
}
  
 
/* ---------------- buttons ---------------------- */

.btn-blue {
    color: #ffffff !important;
    cursor: pointer;
    font-weight: normal;
    padding: 8px 10px;
    border: 2px solid #0b4778;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #0b4778 !important;
    text-decoration: none !important;
    font-size: 1em !important;
  	text-align:center;
}

.btn-blue a,
  a.btn-blue {
   	color: #ffffff !important;
    text-decoration: none !important;
  	display: inline-block;
}


.btn-white {
    color: #0b4778 !important;
    cursor: pointer;
    font-weight: normal;
    padding: 8px 14px;
    border: 2px solid #0b4778;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #ffffff !important;
    text-decoration: none !important;
    font-size: 1em !important;
  	text-align:center;
}

.btn-white a {
  color: #0b4778 !important;
      text-decoration: none !important;

}

.btn-blue:hover,
  .btn-blue:hover a,
    .btn-white:hover,
  .btn-white:hover a,
    a.btn-blue:hover,
  a.btn-blue:hover {
    color: #ffffff !important;
    background: #0b4778 !important;
    border-color:#0b4778;
}
.col-third {
		width:30%;
		float:left;
		margin-right:15px;
	}
	.col-third.last {
		margin-right:0;
	}

@media (max-width:767px){
  .back-hide {
    background-image:none !important;
  }
}


<!-- flip card -->
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

