@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

.ind {
    margin-left: 25px !important;
}
ol > li::marker  {
    font-weight: bold;
}

li.one:before {
    content: "1)";
    font-weight: bold;
    margin-left: -20px;
padding-right: 5px;
}

li.one {
    list-style: none;
}
li.two:before {
    content: "2)";
    font-weight: bold;
    margin-left: -20px;
padding-right: 5px;
}

li.two{
    list-style: none;
}
li.three:before {
    content: "3)";
    font-weight: bold;
    margin-left: -20px;
padding-right: 5px;
}

li.three{
    list-style: none;
}
li.four:before {
    content: "4)";
    font-weight: bold;
    margin-left: -20px;
padding-right: 5px;
}

li.four{
    list-style: none;
}
.custom-list {
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0;
}

.custom-list li:before {
    content: counter(my-counter) ")";
    counter-increment: my-counter;
    margin-right: 5px; /* Add some spacing between the number and the text */
}

/* Template Fixes */
.card {
    border: none;
}


#share-floating-bar {
    position: fixed;
    display: none!important;
    top: 50%;
    z-index: 1021;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#addedDownloadButton { display: none!important; }
.playkit-icon.playkit-icon-download { display: none!important; }
ol li { margin-left: -25px; }
.ctab-box {
  
    text-decoration: none !important;
    padding: 20px 0px;
    font-size: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    border-radius: 3px;
    margin-top: 35px;
}


.lst {
    margin-left: 45px;
    margin-top: 20px;
    display: block;
}
.indent {
    text-indent: 60px;
}
table.list {
    text-indent: 25px;
}

table {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

table td {
    vertical-align: top;
    border: 1px solid;
    padding: 5px;
}



.vid-inline .card {
    border: none!important;
    border-radius: .25rem;
}

/* End HERO offset adjustment */

.clearfix {
    width: 100%;
}
.move {
    margin-top: -20px;
    margin-left: 25px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #111111;
    outline: 4px solid #111111;
}

img {
    max-width: 100%;
}

#logo-div {
  text-align:right;
    margin: 10px;
width:100%;
max-width:100%;
padding-right:5%;
}

.logo0{width:100px; display:inline-block;}

.logo{width:140px; display:inline-block;}

.logo2{float:right; display:inline-block; width:160px;}

body .container-fluid:nth-child(1) {
    background: #ffffff;
}

#hero-plus-header {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}




h2 li{
font-size:85%;
padding-bottom:8px;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 767px) {
    #share-floating-bar {
        width: 100%;
        text-align: center;
        background: #1d1f22;
        padding: 10px 0px 0px 0px;
        margin-bottom: -3px;
        bottom: 0;
        right: 0;
    }
}





#logo-div {
    display: inline-block;
    vertical-align: middle;
}

#logo-div img {
    margin: 0px 20px;
}

#ctab-div {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-top: 15px;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #003479;
    color: #ffffff!important;
    padding: 15px 5px;
    font-size: 125%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 425px;
    max-width: 100%;
    transition: 0.2s all ease-in-out;
    margin: 8px 10px;
}

.ctab-mobile, .ctab-mobile:visited {
    display: none;
    color: #ffffff!important;
    max-width: 100%!important;
}

.ctab:hover, .ctab-mobile:hover .ctab:active, .ctab-mobile:active .ctab:focus, .ctab-mobile:focus {
    background: #c41d00;
    color: #ffffff!important;
    text-decoration: none;
}
.hero {max-width: 100%; margin-bottom:35px;}
.ctab i, .ctab-mobile i {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.ctab-footer, .ctab-footer:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #ff671f;
    background: #ff671f;
    color: #ffffff!important;
    padding: 15px 5px;
    font-size: 125%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 425px;
    max-width: 100%;
    border-radius: 55px;
    transition: 0.2s all ease-in-out;
    margin: 8px 10px;
}

.ctab-footer:hover, .ctab-footer:active, .ctab-footer:focus {
    background: #ffffff;
    color: #001a68!important;
    text-decoration: none;
}

#headline-subheadline-div {
    width: 100%;
    margin: 0px auto 0px auto;
}

#hero-plus-body .exit-link {
}

.color-blue {
    color: #1f4e79;
}

h1 {
    font-size: 30px;
font-weight:700;
    text-align: center;
color:#018ab4;
    margin: 20px auto;
text-transform:uppercase;
}
.red {color: #ae0707;}
h2 { text-transform:uppercase;
    color: #333333;
    font-size: 22px;
    text-align: center;
    font-style: italic;
    margin: 20px auto;
}

#press-release-body-div {
    padding-bottom: 50px;
}

#press-release-body-div a, #press-release-body-div a:visited {
    color: #a90000;
}

#press-release-body-div a:hover, #press-release-body-div a:active, #press-release-body-div a:focus {
    color: #910000;
}

#hero-plus-body {
    padding: 0px 14%;
font-family: 'Source Sans Pro', sans-serif;
font-size:115%;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
    }
}

.content-flex-center {
    margin: auto!important;
    width: 100%;
}

/*#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
    width: 33.333%;
    max-width: 33.333%;
    flex: 33.333%;
}*/
#masonry-asset-1, #masonry-asset-2, #masonry-asset-3 {
}

.card-columns .mt-5 {
    margin-top: 0px!important;
}

#masonry-asset-4 {
}

#masonry-asset-4 .linked-url {
    display: none;
}

@media (max-width: 576px) {
    #masonry-asset-1, #masonry-asset-2, #masonry-asset-3, #masonry-asset-4 {
        width: 100%;
        margin: 20px auto;
    }
}

.gallery-inline {
    background: #ffffff;
    padding-top: 20px;
    padding: 20px 2.5vw 0px 2.5vw;
    margin: 40px auto 35px auto;
}

.gallery-inline h2 {
    display: none;
}

.gallery-inline .lightbox {
    box-shadow: 0 0 0.5rem rgba(10,10,10,.05);
}

.top-video {
    width: 40%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 70px 40px;
}

.card-body {
   padding:7px;
font-size:90%;
}

.card-title{display:none;}

.top-video .card-body {
    display: none;
}

.play-overlay {
    background: rgba(0,0,0,0.00);
    text-align: center;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.link-divider {
    display: inline;
    margin: 0px 10px;
}

.footer-bar-links {
    margin: 20px auto;
}

.footer-bar-links a, .footer-bar-links a:visited {
    font-size: 20px;
}

.tweet {
    width: 100%;

    background-color: #019cdc;
background: rgb(0,52,121);
background: linear-gradient(6deg, rgba(0,52,121,1) 0%, rgba(1,156,220,1) 76%);
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0px 0px 0px -2px #888888;
    padding: 35px 30px;
}

#hero-plus-footer {
    
   display:block;
    text-align: right;
    padding-bottom: 30px;
    margin-top: 20px;
font-family: 'Source Sans Pro', sans-serif;
padding:0px 12%;
}

#hero-plus-footer .col-sm-12 {
    text-align: center;
    margin-top: 20px;
font-family: 'Source Sans Pro', sans-serif;
}

div.social-icons {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.social-link, .social-link:visited {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    color: #111111;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 10px;
}

.social-link i {
    /* padding-right: 10px; */
}

.social-link:hover {
    background: transparent;
    text-decoration: none;
    color: #a90000;
}

#footer-bar {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

#footer-left {
    text-align: right;
}

#footer-left img {
    max-width: 100%;
}

#footer-right {
    text-align: left;
}

#footer-right img {
}

.footer-link, .footer-link:visited {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    margin: 0px 10px 20px 10px;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer-link img {
    max-width: 250px;
}

div.social-icons {
    
}

.ft-logo {
    width: 175px;
    display: block;
}

#footer-left {
    padding-right: 40px;
}

#footer-right {
    padding-left: 40px;
}

#footer-left img, #footer-right img {
    margin-top: 50px;
}

#footer-right img {
    margin-top: 60px;
    margin-bottom: 17px;
}

/* Sidebar Stuff */

#press-release-div {
    width: 65%;
}

#sidebar-div {
    width: 35%;
    padding-left: 30px;
}

#sidebar-2 {

background:#018ab4;
    text-align: center;
    padding: 20px 20px 40px 20px;
}

#sidebar-2 h3 {
    color: #ffffff;
margin:30px auto; text-align:center;
}

#sidebar-2 .img-inline, #sidebar-2 .vid-inline {
    margin: 30px auto 0px auto;
}

.vid-inline .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.sidebar-link, .sidebar-link:visited {
    display: block;
    color: #ffffff;
    font-size: 19px;
    margin: 0px auto 20px auto;
    word-break: break-all;
}

.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    color: #eeeeee;
    text-decoration: none;
}

.audio-download, .audio-download:visited {
    display: block;
    background: #003466;
    color: #ffffff;
    font-size: 20px;
    padding: 20px;
    margin: 25px auto;
}

.audio-download:hover, .audio-download:active, .audio-download:focus {
    opacity: .9;
    color: #ffffff;
    text-decoration: none;
}

.doc-inline, .doc-inline:visited, .doc-link:hover {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none !important;
}
.blue{color:#018ab4;}
.caps{text-transform:uppercase;}

.linkct, .linkct:visited {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    background: #b5007c;
    padding: 9px 15px;
    margin: 5px;
    height: 50px;
    width: 50px;
}
.linkct:hover, .linkct:active, .linkct:focus {
    opacity: .9;
    text-decoration: none;
    color: #ffffff;
}


/* Media Queries */
@media only screen and (max-width: 991px) {
    #sidebar-div, #press-release-div {
        width: 100%;
    }

    #sidebar-div {
        margin-bottom: 100px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    #headline-subheadline-div {
     
    }

.logo0{width:70px; display:inline-block;}

.logo{width:100px; display:inline-block;}

.logo2{float:right; display:inline-block; width:120px;}



    #classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .social-link, .social-link:visited {
        margin: 10px 15px;
        display: inline-block;
    }

    h1 {
        font-size: 22px;
font-weight:700;
color:#003479;
text-transform:uppercase;
    }

    h2 {
        font-size: 26px;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

    .tweet {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0px auto 30px auto;
    }

    #hero-plus-body {
        padding: 0px 10px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #hero-plus-body .img-inline {
        width: 100%;
        float: none;
        margin: 40px auto;
        font-family: 'Source Sans Pro', sans-serif;
    }

    #logo-div {
        width: 100%;
        display: block;
        text-align: center;
    }

    #logo-div img {
        margin: auto;
    }

    .ctab, .ctab:visited {
        
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 30px auto 20px auto;
        max-width: 100%;
        width: 100%;
    }

    #ctab-div {
        float: none;
    }

    #press-release-body-div {
        padding-bottom: 40px;
    }

    #hero-plus-footer .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding: 0px;
        margin: 30px auto 10px auto;
    }

    #hero-plus-footer img {
        margin: 10px auto;
        padding: 10px auto;
    }

    #hero-plus-footer .row {
        padding-bottom: 10px;
    }

    #hero-plus-footer {
        padding-bottom: 80px;
    }

    .powered-container {
        position: fixed;
    }
}

.linkct i, .audio-download i {
    padding-right: 10px;
}