<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --acblue: #0033a0;
    --acgreen: #C4D600;
    --acorange: #FE8F1C;
    --acblue-hover: #001b57;
    --acgreen-hover: #6c7500;
    --acorange-hover: #864703;
    --aclightgrey: #cfcfcf;
}

::marker {
	color: var(--acblue);
}

.acgreen {
	background-color: var(--acgreen)!important;
}

.pills-acgreen .nav-link.active, .pills-acgreen .show&gt;.nav-link, .tabs-acgreen {
    background-color: var(--acgreen)!important;
}

.pills-acorange .nav-link.active, .pills-acorange .show&gt;.nav-link, .tabs-acorange {
    background-color: var(--acorange)!important;
}

.pills-acblue .nav-link.active, .pills-acblue .show&gt;.nav-link, .tabs-acblue {
    background-color: var(--acblue)!important;
}

.pills-aclightgrey .nav-link.active, .pills-aclightgrey .show&gt;.nav-link, .tabs-aclightgrey {
    background-color: var(--aclightgrey)!important;
}

[data-toggle="dropdown"]::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    border: none!important;
    vertical-align: 0;
}

.md-tabs {
/*     position: relative; */
/*     z-index: 1; */
/*     padding: 0.7rem; */
/*     margin-bottom: -20px; */
/*     margin-left: 1rem; */
/*     background-color: #2bbbad; */
/*     border: 0; */
    border-radius: 0rem;
/*     box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%); */
}

.accordion-btn-outline-ac-blue {
    color: var(--acblue);
    background-color: transparent!important;
    border-top: 3px solid var(--acblue);
    border-bottom: none!important;
}

.btn-ac-blue, .btn-acblue, .ac-blue, .bg-acblue{
    background-color: var(--acblue);
    color: #fff!important;
}
.btn-ac-blue:hover, .btn-acblue:hover{
    background-color: var(--acblue-hover);
    color: #fff!important;
    text-decoration: none;
}

.btn-ac-green, .btn-acgreen, .ac-green, bg-acgreen{
    background-color: var(--acgreen);
    color: #000 !important;
    
}

.btn-ac-green:hover, .btn-acgreen:hover{
    background-color: var(--acgreen-hover);
    color: #fff !important;
    text-decoration: none;
}

.btn-ac-orange, .btn-acorange, .ac-orange, bg-acorange{
    background-color: var(--acorange);
    color: #000 !important;
}

.btn-ac-orange:hover, .btn-acorange:hover {
    background-color: var(--acorange-hover);
    color: #000 !important;
    text-decoration: none;
}

.btn-outline-acblue, .btn-outline-ac-blue {
    color: var(--acblue);
    color: #0033a0;
    background-color: transparent!important;
    border: 2px solid #0033a0!important;
}

.btn-outline-acgreen, .btn-outline-ac-green {
    color: #000!important;
    background-color: transparent!important;
    border: 2px solid var(--acgreen);
}

.btn-outline-acorange, .btn-outline-ac-orange {
    color: #000!important;
    background-color: transparent!important;
    border: 2px solid var(--acorange);
}

.ac-blue .btn-link {
    color:#fff;
}

.ac-green .btn-link {
    color:#000;
}

.ac-orange .btn-link {
    color:#000;
}

.nav-tabs .nav-link {
    border: 0;
    color: #000;
    border-bottom: 1px solid #333;
}

.nav .nav-item .nav-link {
    color: #333;
    border-bottom: 1px solid #333;
}

h1, h2, h3, h4, h5, h6 {

    font-weight: 700;
}

strong {
    font-weight: 700;
}

p {
    color: #222;
    font-size: 14px;
}

a {
    color: var(--acblue);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.bannerback {
/*     background: url(../images/BLUE-Community-Page-Header-BKG-305px.jpg); */
    background-color: #0033A0;
/*     height: 195px; */
    background-repeat: repeat-x;
}

.accordion-btn-outline-ac-blue {
    color: var(--acblue);
    background-color: transparent!important;
    border-top: 3px solid var(--acblue);
    border-bottom: none!important;
}

.btn-ac-blue, .btn-acblue, .ac-blue, .bg-acblue{
    background-color: var(--acblue);
    color: #fff!important;
}
.btn-ac-blue:hover, .btn-acblue:hover{
    background-color: var(--acblue-hover);
    color: #fff!important;
    text-decoration: none;
}

.btn-ac-green, .btn-acgreen, .ac-green, bg-acgreen{
    background-color: var(--acgreen);
    color: #000 !important;
    
}

.btn-ac-green:hover, .btn-acgreen:hover{
    background-color: var(--acgreen-hover);
    color: #fff !important;
    text-decoration: none;
}

.btn-ac-orange, .btn-acorange, .ac-orange, bg-acorange{
    background-color: var(--acorange);
    color: #000 !important;
}

.btn-ac-orange:hover, .btn-acorange:hover {
    background-color: var(--acorange-hover);
    color: #000 !important;
    text-decoration: none;
}

.btn-outline-acblue {
    color: var(--acblue);
    color: #0033a0;
    background-color: transparent!important;
    border: 2px solid #0033a0!important;
}

.btn-outline-acgreen {
    color: #000!important;
    background-color: transparent!important;
    border: 2px solid var(--acgreen);
}

.btn-outline-acorange {
    color: #000!important;
    background-color: transparent!important;
    border: 2px solid var(--acorange);
}

.ac-blue .btn-link {
    color:#fff;
}

.ac-green .btn-link {
    color:#000;
}

.ac-orange .btn-link {
    color:#000;
}

.accordion .btn-outline-ac-blue .card-body {
    color: #000!important;
}



@media (min-width: 768px){
.imageback {
    height: 250px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    align-content: flex-end;
    color: #fff;
}
}
@media (min-width: 992px) {
.imageback {
    height: 304px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    align-content: flex-end;
    color: #fff;
}


.wrapper {
    min-height: 100%;
    margin-bottom: -330px;
}

}
@media (min-width: 1200px){
.imageback {
    height: 304px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    align-content: flex-end;
    color: #fff;
}
}

.imageback {
/*     background: url(../images/CreativeServices-Blue-Fade.png); */
    background-position: center;
    background-repeat: no-repeat;
}

.bottom-bar a {
	color:#fff;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

.right-column {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
}

.emsi-col {
    padding-top: 35px;
    padding-bottom: 35px;
}

.sr-only {
    display:none!important;
    visibility:hidden;
}
/* .wrapper a[href^="http"]::after, .wrapper a[href^="https"]::after { */
/*   font-family: 'Font Awesome 5 Pro'; */
/*   content: '  \f35d'; */
/*   font-weight: 900; */
/*   font-size: 1em; */
/* } */

.home-only, .social-home {
	display:none;
}

.wrapper #mdb-lightbox-ui a[href^="http"]::after,  .wrapper #mdb-lightbox-ui a[href^="https"]::after {
    content: '';
    } 

.wrapper a[href^="http://www.actx.edu"]::after, .wrapper a[href^="https://www.actx.edu"]::after {
    content: '';
    } 
    
.social-icons a {
    background: #fff;
    color:#0033a0;
}    
.top-bar .dropdown-menu {
    position: absolute!important;
    margin-top: -20px;
    z-index: 1050;
}
.top-bar .dropdown-menu.show {
    display: inline-grid;
    left: auto;
}

.navbar .dropdown-menu {
    left: auto;
}

.header .header-main {
    padding-top: 15px;
    padding-bottom: 15px;
}  

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
/*     width: 100%; */
    padding-right: 0px;
    padding-left: 0px;
/*     margin-right: auto; */
/*     margin-left: auto; */
}  
h1 {
    font-family: 'breuer_textmedium';
}

h2 {
    font-family: 'breuer_textbold';
}

h3 {
    font-family: 'breuer_textregular';
}

h4 {
    font-family: 'breuer_textbold';
}

h5 {
    font-family: 'open sans', arial, sans-serif;
}

h6 {
    font-family: 'open sans', arial, sans-serif;
}

.home-page h2.entry-title, .home-page h2.entry-title a {
    font-size: 22px;
    font-weight: 300;
    /* line-height: 2; */
    /* margin-top: 0; */
    color: #222;
}

.btn-acblue, .ac-blue{
    background-color: #0033a0!important;
}
.btn-acgreen, .acgreen{
    background-color: #C4D600!important;
    color: #000 !important;
}
.header .dropdown-menu.show {
    display: inline-grid;
    z-index: 99999;
}
.header .navbar-nav&gt;li .btn-acgreen {
    color: #000 !important;
}

.select-label {
    position: relative;
}


.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #555;
    background-color: #fff;
}

.navbar-default .navbar-nav&gt;.active&gt;a:hover {
    color: #fff;
    background-color: #75787b;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #333;
    /* background-color: #ececf2; */
    /* font-weight: 700; */
/*     color: black; */
}

.nav-stacked&gt;li.active&gt;a, .nav-stacked&gt;li.active&gt;a:focus, .nav-stacked&gt;li.active&gt;a:hover {
    /* border-bottom: 1px solid #333; */
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
}

.nav-tabs &gt; li &gt; a {
    border-bottom: 1px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #000;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover {
    color: #fff;
    background-color: #75787b;
}

.pagesmith-frame ul li, .pagesmith-page ul li, .cke_contents ul li {
     list-style-type: disc !important;

}

.btn {
	border-radius: 0px;
    font-size: 0.8rem;
    padding: 0.85rem 1.13rem;
}

.read_more&gt;.btn-default {
	color: #000!important;
}

img {
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.info-boxes {
    position: fixed;
    z-index: 9999;
     top: 45%;
    display: inline;
    right: 0;
    margin: 0;
    height: 93px;
    width: auto;
    cursor: pointer;
}

.sidebar-nav {
	margin-top: 10px;
}

.btn-menu, .btn-menu:hover, .btn-menu:focus, .btn-menu:active {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none;
    cursor: pointer;
}

.footer .footer-content .footer-col .social-icons a {
    color: #333;
}
.footer .footer-content .footer-col .social-icons a:hover {
    color: #fff;
}

.footer .footer-content {
    min-height: auto;
}

@media (min-width: 992px) {
.footer {
    height: 330px;
}

}
.header .social-icons a:hover {
  background: #0033a0;
  color:#fff;
}

.social-icons {
    
    padding-top: 0;
    margin-bottom: 0;
}

.footer .bottom-bar .copyright {
    padding-left: 0px;
}

.panel .panel-heading h3.panel-title {
    font-weight: 600;
}

.panel-primary&gt;.panel-heading {
    color: #fff;
    background-color: #0033A0;
    border-color: #002169;
}

.panel-primary {
    border-color: #002169;
}

@media (max-width: 767px) {
.col-xs-12 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
}

/* For small screen */
.rolodex :nth-child(even){
  background-color: #dcdcdc;
}
.rolodex :nth-child(odd){
  background-color: #aaaaaa;
}

/* For medium screen */    
@media (min-width: 768px) {
    .rolodex :nth-child(4n), .rolodex :nth-child(4n-1) {
        background: #dcdcdc;
    }
    .rolodex :nth-child(4n-2), .rolodex :nth-child(4n-3) {
        background: #aaaaaa;
    }
}

/* For large screen */
@media (min-width: 992px) {
    .rolodex :nth-child(6n), .rolodex :nth-child(6n-1), .rolodex :nth-child(6n-2) {
        background: #dcdcdc;
    }
    .rolodex :nth-child(6n-3), .rolodex :nth-child(6n-4), .rolodex :nth-child(6n-5) {
        background: #aaaaaa;
    }
    
    
}

.select-label {
    position: relative;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #eee;
}

.header .top-bar {
    background: #2b2b2b;
}

.top-bar a.nav-link  {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.header .admin-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
}
.blueback {
    background: #0033a0;
}

.blueback a {
/* 	color: #fff; */
}
.header .admin-dropdown {
	margin: 0;
    padding: 0;
    text-align: right;
	
}

.header .admin-dropdown li {
    
    font-size: 14px;
    font-family: 'open sans', arial, sans-serif;
}

.header .menu-top li {
    list-style: none;
    float: left;
    font-size: 14px;
    font-family: 'open sans', arial, sans-serif;
}

.header .menu-top li a {
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
}

.header .menu-top li .dropdown-menu a {
    display: inline-block;
    color: #000;
    padding: 0px 10px;
}

.header .menu-top li a:hover {
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
}

.header .contact p, .header .contact p a {
    color: #fff;
}

.header .social-icons a {
    background: #fff;
}
.header .social-icons a .fa {
    color: rgba(0, 0, 0, 0.6);
}

#topcontrol:hover {
    background: #003464;
}

#topcontrol {
    background: #0033a0;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.home-page .promo {
    margin-bottom: 0px;
    display: none;
}

.promo p {
	color: #fff;
}

.box {
    background: transparent;
    padding: 15px;
}

#buttons {
    width: 100%;
    margin: 0 0;
    z-index: 1049;
    /* padding: 5px; */
}
.yamm-nav {
    background: #c4d600;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.nav .apply-link a {
    background: #C4D600;
    color: #000!important;
    font-weight: 700;
}

.yamm .menu-links .nav-item a {
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.yamm .menu-links .nav-item .dropdown-item a {
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-links .nav-item a:hover {
    background: #003464;
    color: #fff;
}

.yamm {
    padding: 0;
}

.yamm .dropdown-menu .nav-item a:hover {
    background: transparent;
    color: #fff;
}

.no-shadow .list-group-item a:hover {
    background: transparent;
/*     color: #000; */
    width: 100%;
    
}

 .nav .nav-item.active {
    position: relative;
}

 .nav .nav-item.active &gt; a {
    background: #586283;
    color: #fff;
}

 .nav .nav-item.active &gt; a:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    /* font-size: 12px; */
    width: 100%;
}

 .nav .nav-item.active &gt; a.dropdown-toggle:before {
    display: none;
}

 .nav .nav-item.open a,
 .nav .give.open a {
    background: #003464;
    color: #fff;
}

 .nav .nav-item .dropdown-menu,
 .nav .give .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* margin: 0; */
    border: none;
    padding: 0;
    text-transform: none;
    min-width: 220px;
    width: 100%;
    z-index: 9999;
}

 .nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid #003464;
    padding: 8px 20px;
}

 .nav .nav-item .dropdown-menu a:hover {
    background: #0033a0;
    color: #fff;
    padding-left: 24px;
}

 .nav .nav-item .dropdown-submenu {
    position: relative;
}

 .nav .nav-item .dropdown-submenu .fa {
    position: absolute;
    right: 15px;
    top: 10px;
}

 .nav .nav-item .dropdown-submenu li {
    position: relative;
}

 .nav .nav-item .dropdown-submenu li .fa {
    position: absolute;
    right: 15px;
    top: 10px;
}

 .nav .nav-item .dropdown-submenu &gt; .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
}

#buttons .navbar {
	box-shadow: none!important;
}

.yamm .nav-item a {
	color: #000;
}

.nav&gt;li&gt;a {
    /* font-size: .8em; */
    font-size: 14px;
}

.no-shadow{
	box-shadow: none;
}

.no-padding {
	padding-left: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.navbar-nav {
    margin-bottom: -5px;
    margin-top: -1px;
}

/* @media all and (min-width:991px) {   */
/*     .dropdown:after{ */
/*             content: '';  */
/*             top: 0; */
/*             right: 0; */
/*             bottom: 0; */
/*             left: 0; */
/* /*             transition: opacity .15s ease-in-out; */ */
/*             opacity: 0; */
/*             visibility:hidden; */
/*             background-color: rgba(0,0,0,.7); */
/*             pointer-events: none; */
/*         } */

/*     .dropdown.show .nav-link{ */
/*             position:relative; */
/*             z-index:12; */
/*         } */

/*     .dropdown.show:after{ */
/*             z-index:10; opacity:1;  */
/*             visibility:visible; */
/*             position: fixed; */
/*     } */
/* } */

.menu-top .dropdown-menu, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover {
    background-color: #003464;
    color:#fff;
}

li .dropdown-item:hover {
	background:#003464!important;
	color: #fff;
}

.ac-caption {
	font-style: italic;
}
.twitter {
    max-height: 390px;
    background: #fff;
}

  .card {
        height: 100%;
        display: flex;
    }

    .card-body {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 50px;
    }

/*     .card-footer { */
/*         align-self: flex-end; */
/*         flex: 1 1 auto; */
/*     } */
.card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    left: 0;
}

/* .logos { */
/*   display: flex; */
/* } */

/* .logos li { */
/*   flex: 1; */

/*   text-align: center; */
/* } */

.logos {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    
    margin: 0;
    padding: 0;
}
.logos li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    
}
.logos li img {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.logos li img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.icon-background {
    color: #0033a0;
}
#returntop {
    background: #0033a0;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.community hr {
    margin-left: 54px;
    margin-right: 55px;
    margin-bottom: 15px;
    width: 140px;

   /* display: flex;
  height: 304px; */  /* Or whatever */

    
}

#success_is {
font-size: 14px; 
color: #fff;
font-family: 'breuer_textregular';
letter-spacing: 7px;
text-align: center;
transform: scale(1, 2);
-webkit-transform: scale(1, 1.5); 
-moz-transform: scale(1, 1.5); 
-ms-transform: scale(1, 1.5); 
-o-transform: scale(1, 1.5); 
padding-top: 25px;
}

#success_statement {
font-size: 30px; 
color: #fff;
font-family: 'breuer_textmedium';
padding: 0px;
text-align: center;
line-height: .94em;

}

#community-title {
    padding-top: 8px;
    font-size: 31px; 
/* color: #fff; */
color: #000;
font-family: 'breuer_textmedium';
line-height: .8em;
}

.community-box {
    /* position: absolute;  */
    bottom: 0; 
    /* width: 285px; */
    background: #FF8F1C;
    text-align: center;
    height: 75px;
    padding: 10px;
    color: #fff;
}

.community-box p {
    /* color: #fff; */
    color: #000;
    margin-bottom: 0px;
}

.community-statement {
    height: 229px;  
}

@media (max-width: 575.98px) { 
    .navbar .dropdown-menu {
    position: relative!important;
    margin-top: 0;
}
.menu-links .nav-item a:hover {
    background: #003464;
    width: 100%;
    color: #fff;
}
.yamm-nav {
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.yamm li {
	border-bottom: 1px solid #333;
}
.bootstrap-vertical-nav {
	margin-top: 20px;
	margin-bottom: 10px;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid #333;
}
}


.card .mb-0 &gt; a {
  display: inline-block!important;
  width: 100%;
/*   padding:0.75rem 1.25rem; */
}

#accordion-1 .accordion [data-toggle="collapse"]:after {   
  font-family: 'Font Awesome 5 Pro';
  content: "\f139";
  position:absolute!important;
  right: 5px!important;
  text-align: right!important;
  float:right!important;
}



#accordion-1 .accordion [data-toggle="collapse"].collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f13a";
  position:absolute!important;
  right: 5px!important;
  text-align: right!important;
  float:right!important;
}

#accordion-4 .card .mb-0 &gt; a {
  display: inline-block!important;
  width: 100%;
/*   padding:0.75rem 1.25rem; */
}

.accordion [data-toggle="collapse"]:after {   
  font-family: 'Font Awesome 5 Pro';
  content: "\f139";
  position:absolute!important;
  right: 5px!important;
  text-align: right!important;
  float:right!important;
}

.accordion [data-toggle="collapse"].collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f13a";
  position:absolute!important;
  right: 5px!important;
  text-align: right!important;
  float:right!important;
}

#accordion-2 .card .mb-0 &gt; a {
  display: inline-block!important;
  width: 100%;
/*   padding:0.75rem 1.25rem; */
}

/* #accordion-2 [data-toggle="collapse"].collapsed:after { */
/*   font-family: 'Font Awesome 5 Pro'; */
/*   content: "\f139"; */
/*   position:absolute!important; */
/*   right: 5px!important; */
/*   text-align: right!important; */
/*   float:right!important; */
/* } */

/* #accordion-2 [data-toggle="collapse"]:after {    */
/*   font-family: 'Font Awesome 5 Pro'; */
/*   content: "\f13a"; */
/*   position:absolute!important; */
/*   right: 5px!important; */
/*   text-align: right!important; */
/*   float:right!important; */
/* } */



#accordion-2 .accordion [data-toggle="collapse"].collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f13a";
  position:absolute!important;
  right: 5px!important;
  text-align: right!important;
  float:right!important;
}


#accordion-3 .accordion [data-toggle="collapse"]:after {   
  font-family: 'Font Awesome 5 Pro';
  content: "\f139";
  position:absolute!important;
  right: 5px!important;
  text-align: right!important;
  float:right!important;
}



#accordion-3 .accordion [data-toggle="collapse"].collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f13a";
  position:absolute!important;
  right: 5px!important;
  text-align: right!important;
  float:right!important;
}


 .card  &gt; a {
    display: inline-block!important;
    width: 100%;
    /* padding: 0.75rem 1.25rem; */
}

.panel-heading {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 2px solid #0033a0;
}

.panel-title {
    
}

.panel [data-toggle="collapse"]:after {   
  font-family: 'Font Awesome 5 Pro';
  content: "\f139";
  position:absolute!important;
  right: 20px!important;
  text-align: right!important;
  float:right!important;
}

.panel [data-toggle="collapse"].collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f13a";
  position:absolute!important;
  right: 20px!important;
  text-align: right!important;
  float:right!important;
}

</pre></body></html>