
@media screen and (max-width: 500px) {
    .c-4cols__col {
        width: 100%!important;
    }
     .c-home-callouts__callout {
        width: 100%!important;
    }
    .c-btn {
        font-size:.85em;
        padding: 2px;
        margin: 2px;
    }
    .c-home-callouts__callout h2 {
        font-size: 1.5em;
        line-height: 1.6em;
    }
    .c-home-callouts__description {
        padding: 2px!important;
    }
    .c-home-callouts__description:first-child {
        max-height: 125px;
        overflow: hidden;
    }
    .mm-menu.mm-offcanvas {
        z-index: 5;
    }
    div.o-block.c-hero {
        height: 200px!important;
    }
}
    
.btn-primary, .btn-primary:link, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #364783!important;
    color: #FFF;
}

div.c-general h2 {
    padding: 2px;
    line-height: 1.05;
}

div.c-general h3 {
    padding: 2px;
}

.c-btn {
    margin: 10px!important;
}
.c-general h1 {
    text-align: left;
    box-sizing: border-box;
    margin: .67em 0;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.441em;
    color: #232e66;
    margin-top: 1em;
    margin-bottom: 1em;
    z-index:0;
}
.c-general h3 {
    text-align: left;
    box-sizing: border-box;
    font-style: normal;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.563em;
    color: #983b33;
    z-index:0;
}
.c-general ul {
    font-style: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    box-sizing: border-box;
    padding-top: .75em!important
    margin-bottom: 1em;
    z-index:0;
}
.c-general ul li {
    font-style: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    list-style: disc;;
    margin-left: 5%;
    box-sizing: border-box;
    z-index:0;
}
div.o-block.c-hero {
    height: 500px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #232e66;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  //padding: 12px 16px;
  z-index: 1;
  margin-left: 260px;
  margin-top: -40px; 
}

.dropdown:hover .dropdown-content {
  display: block;
}

.bglight:hover {
 background-color: #2a3779;
}

.lirow {
 padding: 12px 16px;
}

.spanstyle
{
 color: #fff;
 font-size: 14px;
 text-transform: uppercase;
}
