a {
    color: #184280;
    position: relative;
}

a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #cfcfcf;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
    opacity: 0.5
  }

a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}





.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

table.roundedCorners { 
  border-radius: 15px; 
  }

table.drop {
  box-shadow: 0px 0px 5px #888888;
}

div.drop {
  box-shadow: 0px 0px 5px #888888;
}


.chunk {
 background-color: white;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.chunk:hover {
  box-shadow: 0px 0px 20px #E7683F;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);


}



.CustomWidgets__widgetTitle {
 text-align:center;
 font-size:24px
}

.Header__homeNavbarFixed .Header__searchSubCont{  
  background-color:#022855
}
.Header__homeNavbarFixed .Header__searchLink{
  background-color:#022855
}

.Header__responsivefreez{
  background-color:#022855
}



.wrap{
    text-align:center
}
.left{
    float: left;
    background:grey
}
.right{
    float: right;
    background:red
}
.center{
 
    background:green;
    margin:0 auto;
   display:inline-block
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.themeLink, .description a {
    color: #00b5ff;
}

@media only screen and (min-width: 769px) {
.Layout__columnReverse {
display:flex;
flex-direction:row-reverse
}
}

.container {    display: flex;    overflow-x: auto;}
.container img {    margin-right: 15px;}

.collapsible {
    background-color: #4D4D4D;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
	font-weight: normal;
	font-family: 'Open Sans';
}

.active, .collapsible:hover {
    background-color: #002855;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.content {
    padding: 1px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    background-color: #f1f1f1;
	font-family: 'Open Sans';
	
}

.wrap {
  border: 0px solid green;
  display: flex;
  justify-content: center;
}
.chunktext {
  height: 20px; 
}

.box {
  height: 175px;
  max-width: 175px;
  width: 175px;
  border: 0px solid green;
  border-radius: 15px;
  flex: 1;
  margin: 50px;
  text-align: center;
  box-shadow: 0px 0px 5px #888888;
  font-size: 18px;
  color: #022855;
  padding: 25px;
   background-color: white;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}

.box:hover {
  box-shadow: 0px 0px 10px #E7683F;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.box:first-child {
  order: 1;
}
.box:nth-child(2) {
  order: 2;
}
.box:nth-child(3) {
  order: 3;
}
@media screen and (max-width: 760px) {
  .wrap {
    flex-direction: column;
	align-items: center;
  }
  .box:nth-child(2) {
    order: 2;
  }
  .box:nth-child(3) {
    order: 3;
    
    
  }
}

.fullwidthsection {
    background-color: #c1cad6;
    padding: 5em 0;
    margin: 0 auto;
    max-width: 1920px;
}



.box2 {
  height: 180px;
  max-width: 180px;
  width: 180px;
  border: 0px solid green;
  border-radius: 15px;
  flex: 1;
  margin: 50px;
  text-align: center;
  box-shadow: 0px 0px 5px #888888;
  font-size: 18px;
  color: #022855;
  padding: 25px;
   background-color: white;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}

.box2:hover {
  box-shadow: 0px 0px 10px #888888;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.box2:first-child {
  order: 1;
}
.box2:nth-child(2) {
  order: 2;
}
.box2:nth-child(3) {
  order: 3;
}
.box2:nth-child(4) {
  order: 4;
}
