#myTestStyle {  font-family: Verdana;
  font-size: 19px;
  line-height: 1.5em;
  color:#000000;
  text-align: left;
} // applied styling for tests zz15072021

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
 font-family: 'PT Sans', sans-serif;
}

/*OVER-RIDES*/
#ef-navbar form.navbar-form #searchDiv {
    background-color: #e9ebed;
}

div.ef-block {
    border: 0px none;
    border-radius: 3px;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
   webkit-box-shadow: 0 1px 0 #c5cad8, 0 2px 3px #d4d8e3; 
    box-shadow: 0 1px 0 #c5cad8, 0 2px 3px #d4d8e3;
}

div.ef-block .ef-block-content {
    padding-top: 0px; 
}


#ef-navbar .container ul.nav.navbar-nav > li > a, #ef-navbar .container ul.nav.navbar-nav > li > button {
    color: #16135f;
}

/*hover*/
.hvr-underline-from-left {
    display: block !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    background: #1a1051 !important;
}

/*SECTIONS*/

.grey-bg {
  background-color: #eeeeee;
}

.card {
    border: solid #15125f 1px;
    padding: 10px;
    height: 80px;
    margin-bottom:15px;
  
}

.card h6 {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-weight: bolder;
    color: #221645;
   margin-bottom: 0.2em;
}

.card a {
    color: #eeac2f;
}

.card a:hover {
    text-decoration:none;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

blockquote {
font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: bolder;
    color: #221645;
}



/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #16135f;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

span.gov-btn {
    padding: 15px;
    float: right;
    font-weight: bold;
    color: #191051;
    border-right: solid 1px #efac31;
    border-bottom: solid 1px #efac31;
    margin: 5px;
}

.social {
            background-size: auto;
            text-align: center;
            padding-top: 20px;
        }

        .btn-circle.btn-md {
            width: 70px;
            height: 70px;
            padding: 7px 10px;
            border-radius: 50px;
            font-size: 10px;
            text-align: center;
          background-color: #eeeeee;
        }

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#F5F5F5;border-color:#F5F5F5;}
html,body{background-color:#FFFFFF;}
div.breadcrumb-x{background-color:#FFFFFF;border-color:#FFFFFF;}
*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active){background-color:#191051;border-color:#191051;}
html.new-ui-html:root{--c-brand-primary:#e9ebed;--c-brand-primary-darken-5:#e4e6e8;--c-brand-primary-darken-7:#e2e4e6;--c-brand-primary-darken-10:#dfe1e3;--c-brand-primary-darken-15:#dadcde;--c-brand-primary-darken-17:#d8dadc;--c-brand-primary-darken-20:#d5d7d9;--c-brand-primary-darken-25:#d0d2d4;--c-brand-primary-lighten-7:#f0f2f4;--c-brand-primary-lighten-40:#ffffff;}
