@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*--------BOOTSTRAP CLASSES-------*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{ width: 100%; font-weight: bold;}
.alt-cta, .alt-desc{font-size: 18px !important;}
.bg-tertiary a {color: #212529;}
ol, ul, dl{margin-bottom: 1.5rem;}
.border-3 {
  border-width: 3px !important;
}
.mt-n60{margin-top:-60px;}
.lh-unset{ line-height: unset;}
.w-70{ width: 70% !important;}
.highlightbox a{
  color: #212529 !important;
  text-decoration:underline !important;
  font-weight:bold !important; 
}
.dropdown-item:focus{color: black !important;}
.border-5 {
  border-width: 5px !important;
}
.ml-n6{margin-left: -4rem;}
.mx-n6{margin-left: -75px; padding-left: 75px;}
.navbar-light .navbar-toggler{border-color: white;}
.card-header[aria-expanded=true] .fa-plus{transform: rotate(45deg);}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
  font-weight:normal;
}
a {
  font-weight: 700;
}

* {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  transition: all 0.2s ease-in-out;
}
.bg-white-opacity{
  background-color: rgba(255, 255, 255, 0.7);
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

.form-control:focus {
  box-shadow: none;
}

.top-menu.navbar .nav-link {
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.75);
}

.top-menu.navbar .nav-item:first-child .nav-link {
  -webkit-box-shadow: inset 0px -3px 0px 0px #9000b7;
  -moz-box-shadow: inset 0px -3px 0px 0px #9000b7;
  box-shadow: inset 0px -3px 0px 0px #9000b7;
}

.top-menu.navbar .nav-item:first-child:hover .nav-link:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px #9000b7;
  -moz-box-shadow: inset 0px -4px 0px 0px #9000b7;
  box-shadow: inset 0px -4px 0px 0px #9000b7;
}

.top-menu.navbar .nav-item:nth-child(2) .nav-link {
  -webkit-box-shadow: inset 0px -3px 0px 0px #ff49a4;
  -moz-box-shadow: inset 0px -3px 0px 0px #ff49a4;
  box-shadow: inset 0px -3px 0px 0px #ff49a4;
}

.top-menu.navbar .nav-item:nth-child(2) .nav-link:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px #ff49a4;
  -moz-box-shadow: inset 0px -4px 0px 0px #ff49a4;
  box-shadow: inset 0px -4px 0px 0px #ff49a4;
}

.top-menu.navbar .nav-item:last-child .nav-link {
  -webkit-box-shadow: inset 0px -3px 0px 0px #31b0d0;
  -moz-box-shadow: inset 0px -3px 0px 0px #31b0d0;
  box-shadow: inset 0px -3px 0px 0px #31b0d0;
}

.top-menu.navbar .nav-item:last-child .nav-link:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px #31b0d0;
  -moz-box-shadow: inset 0px -4px 0px 0px #31b0d0;
  box-shadow: inset 0px -4px 0px 0px #31b0d0;
}

.main-menu .nav-link {
  font-size: 18px;
  color: #fff !important;
}

.main-menu .nav-link:hover {
  color: #F5F5F5 !important;
  -webkit-box-shadow: inset 0px -3px 0px 0px #ff49a4;
  -moz-box-shadow: inset 0px -3px 0px 0px #ff49a4;
  box-shadow: inset 0px -3px 0px 0px #ff49a4;
}

.main-menu .nav-link.active,
.main-menu .nav-item .dropdown-item.active {
  -webkit-box-shadow: inset 0px -3px 0px 0px #fff;
  -moz-box-shadow: inset 0px -3px 0px 0px #fff;
  box-shadow: inset 0px -3px 0px 0px #fff;
}

.dropdown-menu {
  background-color: #9000b7;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: 95%;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
}
.dropdown-menu.border-bottom{border-bottom: 3px solid !important; z-index: 1001;}
.dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  -webkit-box-shadow: inset 0px -3px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px -3px 0px 0px #ffffff;
  box-shadow: inset 0px -3px 0px 0px #ffffff;
  color: #9000b7
}
.navbar .searchbox{width: 260px !important; min-width:260px;}
.searchbar button {
  border-left: 1px solid #9000b7;
}

.searchbar button:hover {
  border-left: 1px solid #9000b7;
}

.searchbar button span {
  font-size: 1.5rem;
}

.main-menu .searchbar button span {
  font-size: 1rem;
}

.input-group>.form-control:focus {
  z-index: 1;
}

.banner {
  background-image: url('/designs/acc/img/banner3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.toptasks .icon {
  font-size: 42px;
}

.toptasks .card:hover {
  border-color: #9000b7 !important;
}

.toptasks .card.bg-primary:hover,
.toptasks .card.bg-secondary:hover,
.toptasks .card.bg-tertiary:hover,
.toptasks .card.bg-quartiary:hover,
.toptasks .card.bg-quintiary:hover,
.toptasks .card.bg-success:hover,
.toptasks .card.bg-danger:hover {
  border-color: #343a40 !important;
}
a:hover .fa-slide{
  -webkit-animation: shake .3s linear;
  -moz-animation: shake .3s linear;
  -o-animation: shake .3s linear;
  animation: shake .3s linear;
}

a:hover .fa-slide {
  -webkit-animation: shake .3s linear;
  -moz-animation: shake .3s linear;
  -o-animation: shake .3s linear;
  animation: shake .3s linear;
}

.card {
  transition: all 0.2s ease-in-out;
}

.card a:hover {
  text-decoration: none;
}

.card.bg-primary:hover {
  background-color: #c100de !important;
}

.card.bg-secondary:hover {
  background-color: #ff70b8 !important;
}
.card.bg-tertiary:hover {
  background-color: #51bcd7 !important;
}
.card.bg-quartiary:hover {
  background-color: #ff843a !important;
}
.card.bg-quintiary:hover {
  background-color: #a0dd45 !important;
}

.card.bg-secondary a:hover {
  color: #212529 !important;
}

.card.emptycard {
  border-color: #9000b7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.card.emptycard a:hover {
  background-color: rgba(144, 0, 183, 0.1);
}

.row.more .card.emptycard {
  border-bottom-width: 0;
}

.btn.btn-collapse:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f067";
  float: right;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .2s ease-in-out;
}

.btn.btn-collapse[aria-expanded="true"]:after {
  /* symbol for "collapsed" panels */
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.btn-collapse[aria-expanded="false"]:after {
  /* symbol for "collapsed" panels */
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.right-triangle {
  width: 0;
  height: 0;
  border-left: 0px solid white;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}

.right-triangle.go {
  border-left: 20px solid white;
}

.main-content a {
  text-decoration: underline;
}
.main-content a.list-group-item-action{
  text-decoration: none;
}


/*FOOTER*/

footer a {
  font-weight: normal;
}

footer .logo {
  font-size: 36px;
}

.company-links span {
  margin-right: 5px;
}

footer .footer-col {
  border-right: 1px solid #ff49a4;
}

footer .footer-col:last-child {
  border-right: none;
}

footer .address .fa-solid {
  margin-top: 3px;
}

.socials span {
  font-size: 24px;
  margin-right: 5px;
}
.logotext {
    font-size: 3rem;
}
.content .col-md-8 a{border-bottom: 1px solid #757575;}
.content .col-md-8 a:hover{text-decoration: none; border-bottom: 1px solid #ff6c13;}
.bottom-fix{bottom: 0; position: absolute;}
.overlay-text{position:absolute; bottom:0; width: 100%; padding: 10px; background-color: rgba(0,0,0,0.8);}
.hidden {
    position: absolute;
    left: -999em;
    top: -999em;
    display: none !important;
}
.media-body h2{margin-bottom:0;}
.media-body p{font-weight:normal;}
a.quicklinkwerk {
  background-color: #FFFFFF;
  border: 2px solid #003865;
  display: block;
  font-size: 1.3em;
  left: -1000em;
  padding: 0.8em;
  position: absolute;
  z-index: 10;
}
a.quicklinkwerk:focus, a.quicklink:active {
  top: 1em;
  left: 1em;
  z-index: 99999;
  color: #003865;
  outline: none;
}
.video-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
::-webkit-input-placeholder { /* Edge */
  color: #6c757d !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6c757d !important;
}

::placeholder {
  color: #6c757d !important;
}
@media only screen and (max-width: 991px) {
  .searchbar-form {
    width: 100%;
  }
}

@media only screen and (max-width: 720px) {
  .toptasks {
    margin-bottom: 1rem;
  }
  .dropdown-menu {
    background-color: white;
  }
  .main-menu .dropdown-menu .dropdown-item{
    color: #9000b7;
  }
  .main-menu .dropdown-menu .dropdown-item.active {
    font-weight: bold;
    color: #9000b7 !important;
  }
  footer .footer-col {
    border-right: 0;
  }
  .bottom-fix{bottom: 0; position: relative;}
}


/* The Modal (background) */
.notification-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: #057f9d; /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.notification-modal .modal-content {
  background-color: #fefefe;
  display:block;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border-radius:8px;
  width: 40%; /* Could be more or less, depending on screen size */
}


.notification-modal .modal-content .logo {text-align: center; display:inline-block;}
.notification-modal .modal-content .logo img{width:40%;}
.notification-modal .modal-content h3{color: #b99d55; font-size: 24px; margin-top: 30px;}
.notification-modal .modal-content p{font-size: 1.125rem;}
.notification-modal .modal-content a.btn-gradient-primary, #coronaform .btn-gradient-primary{
  color: white;
  padding: 10px 15px;
  border-radius:8px;
  border:none;
  display:inline-block;
  text-align:center;
  vertical-align: middle;
  text-decoration: none;
  line-height:normal;
}



/* The Close Button */
.notification-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.notification-modal .close:hover,
.notification-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-height: 650px) {
  .notification-modal .modal-content{width: 90%; margin: 20% auto;}
}
@media only screen and (max-width: 650px) {
  .notification-modal .modal-content{width: 90%; margin: 20% auto;}
  .navbar .searchbox{width: 100% !important; min-width: auto;}
}
.extrarow .badge img{
  width:18px;
}
.related-items li a .fa-arrow-right{margin-top:7px;}
.sidetext img{
  max-width: 100%;
  height: auto;
}
.quotetext{line-height:1.7;}

.row.content img{
  max-width: 100%;
  height: auto;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.extrarow .card-body{z-index:9;}