.grad {
    color: #FFF;
}

header.grad {
    min-height: 640px;
}

header ul,
.standard-panel ul,
.free-content ul {
    margin-left: 20px;
    padding-left: 0;
}

.grad a {
    color: #FFF;
}

.header-image {
    min-height: 640px;
    background-repeat: no-repeat;
    background-position: center;
}

.title-img {
    height:43px;
}

@media (max-width: 768px) {
    .header-image {
        background-image: none !important;
    }
    .bg-md-only {
        background-image:none !important;
    }
}


.img-left-side {
    /*class applied to text column*/
    order: 1;
}
@media (max-width: 768px) {
    .img-right-side {
        /*class applied to text column*/
        order: 1;
        padding-top: 10px;
    }
    .img-left-side {
        /*class applied to text column*/
        padding-top: 10px;
    }
}

.fixed-width {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.375rem;
    padding-right: 7.375rem;
}

@media (max-width: 1024px) {
    .fixed-width {
        padding-left: 4.6875rem;
        padding-right: 4.6875rem;
    }
}

@media (max-width: 850px) {
    .fixed-width {
        padding-left: 25px;
        padding-right: 25px;
    }
}


.page-footer {
    padding: 20px 0;
}

.page-footer p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
}

.footer-copyright {
    background-color: #0C347B;
    text-align: center;
    padding: 20px 0;
}

.footer-copyright a,
.footer-copyright p {
    color: #FFF;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    line-height: normal;
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.standard-panel{
    padding-top: 80px;
    padding-bottom: 80px;
}
.free-content {
    padding-top: 60px;
/*    padding-bottom: 60px;*/
}

.top-shadow {
    -moz-box-shadow:    inset 0px 10px 10px -10px #999;
    -webkit-box-shadow: inset 0px 10px 10px -10px #999;
    box-shadow:         inset 0px 10px 10px -10px #999;
}

.standard-panel .panel-image {
    max-height: 400px;
    width: auto;
}

.bg-img-panel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
  /*  max-width: 1440px;*/
    margin: 0 auto;
    position: relative;
    z-index: 1;

}
.bg-img-panel p, 
.bg-img-panel h2, 
.bg-img-panel h3, 
.bg-img-panel h4, 
.bg-img-panel h5,
.bg-img-panel img,
.bg-img-panel .btn,
.bg-img-panel ul,
.bg-img-panel a {
    z-index: 3;
    position: relative;
}
.blue-panel {
    background-color: #004899;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}

.blue-panel-solid {
    background-color:  #0C347B;
}

.social-bar {
    background-color: #F8F8F8;
    padding: 40px 0;
}

.social-bar a {
    padding: 3px;
}

.show-not-collapsed
{
    display:none;
}
.show-if-collapsed
{
    display:block;
}

    .footer-cols .col {
      /*  width: 33% !important;
        *width: 33% !important;*/
        width: 100% !important;
        *width: 100% !important;
        text-align: left;
        margin:0 20px;
        flex-basis:auto;
    }

   
    .footer-toggle a {
        border-bottom: 1px dashed #B0B0B0;
        width:100%;
        padding:10px 0;
        display: block;
        text-decoration: none;
    }
    .footer-toggle a:after {
        font-family: "dashicons";
        content: "\f347";
        float:unset;
        padding-left:4px;
	position:absolute;
    }
    .footer-toggle a[aria-expanded="true"]:after {
        content: "\f343";
    }

@media (min-width: 992px) {

    .footer-cols .col {
        width: 14.285714285714285714285714285714% !important;
        *width: 14.285714285714285714285714285714% !important;
       /* text-align: center;*/
        padding:0;
        margin: 0;
        flex-basis: 0;
        
    }
    .footer-cols .col:last-child {
        text-align: right;
    }

    .collapse.dont-collapse-lg {
        display: block !important;
        height: auto !important;
        visibility: visible;
    }
    .show-not-collapsed
    {
        display:block;
    }
    .show-if-collapsed
    {
        display:none;
    }
}
.blue-nums {
    font-size: 70px;
    background-color: #2F80ED;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    width: 147px;
    height: 147px;
    padding: 55px;
    text-align: center;
    margin: 0 auto;
    /* position: absolute;
top: -77px;
transform: translate(-50%,0);
transition: transform .5s;*/
}

/* Supersaver */

.black-bg {
    background-color: #000;
}
.black-bg h1, 
.black-bg h2,
.black-bg h3,
.black-bg h4,
.black-bg h5,
.black-bg p,
.black-bg ul {
    color: #FFF;
}
.black-bg .card p {
    color: #000;
}

/* end supersaver*/



/* Lightning cache Lazyload styles*/

/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

/******/

/* Display classes */

.show-on-medium {
    display: none !important;
}

.show-on-small {
    display: block !important;
}

@media (min-width: 769px) {
    .show-on-medium {
        display: block !important;
    }

    .show-on-small {
        display: none !important;
    }
}