/*
------------------------------------
COLORS
------------------------------------

MAIN-BLUE: 					#0067B1
DARKEN-BLUE:                #005898
BG-MAIN: 					#FFFFFF
BG-SECONADRY: 				#E6EFF6

TEXT-MAIN: 					#0072B6
TEXT-SECONDARY: 			#AED6FF
TEXT-MUTED: 				#889CB3
TEXT-MUTED-SECONDARY: 		#bdc9d6
TEXT-WHITE: 				#FFFFFF 
TEXT-BLACK: 				#000000

*/
@font-face {
    font-family: Stapel;
    src: url("/html/fonts/Stapel/Stapel_Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: Stapel;
    src: url("/html/fonts/Stapel/Stapel_Bold.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: Stapel;
    src: url("/html/fonts/Stapel/Stapel_Medium.otf") format("opentype");
    font-weight: 500;
}

body {
	/*font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', Roboto, Oxygen, Ubuntu, Cantarell, 'Segoe UI', 'Helvetica Neue', sans-serif;*/
	font-size: 14px;
}

.bg-main {
	background-color: #ffffff!important;
}

.bg-secondary {
	background-color: #E6EFF6!important;
}

.bg-island {
	background-color: #e6e6f680!important;
}

hr.blue-line {
	border: none;
	width: 100%;
	height: 4px;
	background: #cfdbe4;
	border-top: 1px solid #c4ced7;
	margin-bottom: 0;
}

.text-muted {
	color: #879bb3!important;
}

/*--------------------------FONT-AWESOME ICONS-------------------------*/
.link-img {
	line-height: 1;
}

.it-help {
    font-size: 16px;
    line-height: 24px;
    color: rgb(33, 37, 41);
}

.it-help a {
    color: #0d6efd;
    text-decoration: underline;
}
.it-help a:hover{
    color: #0a58ca;
}

.it-help .panel-heading {
    padding: 0;
    background-image: none;
    background-color: transparent;
    border: none;
}
.it-help .panel-heading .accordion-button {
    color: rgb(33, 37, 41);
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom-width: 0px;
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    font-size: 16px;
    line-height:19.2px;
    position: relative;
    transition: background-color .2s ease-in-out;
}
.it-help .panel-heading .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    border-bottom-width: 1px;
}

.it-help .panel-heading .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('/html/svg/arrow.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 16px;
    top: 16px;
}

.it-help .panel-heading .accordion-button:not(.collapsed)::after {
    background-image: url('/html/svg/arrow-2.svg');
    transform: rotate(180deg);
}

.it-help .panel:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.it-help .panel:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.it-help .accordion-header{
    margin:0
}
.it-help  .panel-group .panel+.panel {
    margin-top: 0px;
}
.it-help  .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.it-help .panel-body{
    border: solid rgba(0,0,0,.125);
    border-width: 0 1px;
    border-top: none!important;
}

.it-help .panel:last-of-type .panel-body{
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.it-help .alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-image: none;
}

.it-help .w-100{
    width: 100%;
}
.it-help .btn-primary{
    text-decoration: none;
    color: #fff; 
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 12px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.it-help .btn-primary:hover{
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.it-help .list-group-item {
    margin-left: 0px!important;
    padding-left: 15px!important;
}

.content ul {
    list-style-type: disc!important;
    padding-left: 0px!important;
}
.content ul li {
    padding-left: 0px!important;
    margin-left: 20px!important;
}

.content ul.dash-list{
    list-style-type: none!important;
}
.content ul.dash-list li {
    padding-left: 17px!important;    
}

.content ul.dropdown-menu {
    padding: 0!important;
}
.content ul.dropdown-menu li {
    list-style: none!important;
    margin-left: 0!important;
}

.content ul.dropdown-menu li a{
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding: 5px 20px!important;
}
.content .dataTables_paginate ul.pagination li {
    display: inline-block;
    margin-left: 0!important;
}

@media screen and (max-width: 480px) {
    .youtube-sm {
        height: 240px;
    }
}

.banner--inner{
    display: block;
    background-color: #df3567;
    position: relative;
}

.banner--inner .banner-img-left, .banner--inner .banner-img-right{
    position: absolute;
    height: 100%;
    opacity: 0.3;
    transition: opacity  linear .3s;
}

.banner--inner .banner-img-left{
    left: 0;
}

.banner--inner .banner-img-right{
    right: 0;
}
.banner--inner h1{
    padding: 24px 0;
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.banner--inner:hover{
    text-decoration: none;
}