    
 
 
 
/* Side Widget */
.side-widget.open {
    margin-left: 0;
}
.side-widget {
    width: 30px;
    z-index: 9;
 
    position: fixed;
    left: 0;
    top: 50%;
    text-align: center;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
 
 
.btn.btn-org:hover {
    background-color: #ce3131;
}
.btn.btn-org {
    background-color: #e25454;
}
.btn.btn-org { 
    color: #fff;
    border: 2px solid #e25454;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 
.btn {
    font-size: 22px; 
    padding: 12px 35px;
    border-radius: 0px 0px 5px 5px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}
.widget-close:hover {
    color: #ccc;
}
.widget-close {
    color: #636363;
}
.widget-close {
    position: absolute;
    left: 3px;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}
.section.triad-section {
  margin-top: 10px;
}
 
#popup-container {
  position: fixed;
  z-index: 9990;
  margin: 0 auto;
  top: 10%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 800px;
  display: none;
  overflow-y: auto;
}

#popup-container.open {
  display: block;
}

.modal-content {
  background-color: #07294D;
  color: #fff;
  padding: 20px 100px;
}

.modal-content input {
  border-radius: 0px;
}

.modal-content .btn-primary {
  width: 175px;
  background-color: #ef9919;
  border: 0px;
}

.modal-content .btn-primary:hover {
  background-color: #0073b7;
  border: 0px;
}

.modal-content .logorow {
  text-align: center;
}

.close {
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  opacity: .8;
}

.close:hover {
  color: #efefef;
}
    /* EOS */
 