@font-face {
    font-family: 'GT America';
    src: url('./fonts/GT-America-Standard-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: Financier Display;
    font-style: italic;
    font-weight: 600;
    src: url('./fonts/financier-display-semibold.woff2') format('truetype');
}

body, html{
    font-family: 'GT America', serif !important;
}
.dropdown {
        position: relative;
        display: inline-block;
        margin-left: 10px;
    }

.dropdown-content a:hover {
    background-color: rgba(230, 234, 246, 0.5);
    cursor: pointer;
}

.dropdown-divider {
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.22);
}

.profile-bg {
    height: 35px;
    width: 35px;
}

.profile-bg:hover {
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(230, 234, 246, 0.3);
}

.profile-icon {
    top: 5px;
    left: 5px;
    height: 24px;
    width: auto;
    fill: rgb(230, 234, 246);
    position: relative;
}

.login-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgb(10, 18, 100);
	background-image: linear-gradient(rgba(255, 255, 255, 0.1),
		rgba(255, 255, 255, 0.1));
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	right: 0;
	margin-top: 5px;
}

.dropdown-content ul {
	margin: 0px;
	padding: 8px 0px;
}

.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	position: relative;
	font-family: 'GT America', serif;
	-webkit-tap-highlight-color: transparent;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "HCo Whitney SSm", helvetica, arial, sans-serif;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	min-height: 48px;
	padding: 6px 16px;
	box-sizing: border-box;
	white-space: nowrap;
}

/*********************************/
/*** Select2 *********************/
/*********************************/

.select2-selection__clear {
	display: none !important;
}
.select2-dropdown {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/*********************************/
/*** others  *********************/
/*********************************/

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.pt-64 {
	padding-top: 64px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.mt-64 {
	margin-top: 64px !important;
}

.h-64 {
	height: 64px !important;
}

.navbar-toggler-icon {
	width: 1em !important;
	height: 1em !important;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0;
}

.scoll-panel-500 {
	max-height: 500px;
	overflow-y: auto;
}

.scoll-panel-250 {
	max-height: 250px;
	overflow-y: auto;
}

/****************************/
/*  Font size ***************/
/****************************/

.fs-15 {
	font-size: 15px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-25 {
	font-size: 25px !important;
}

.fs-30 {
	font-size: 30px !important;
}

.fs-40 {
	font-size: 40px !important;
}

.fs-50 {
	font-size: 50px !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-800 {
	font-weight: 800 !important;
}

.fw-900 {
	font-weight: 900 !important;
}


/*************************/
/* color styles          */
/*************************/
.btn-check:active+.btn.btn-active-color-primary, .btn-check:checked+.btn.btn-active-color-primary, .btn.btn-active-color-primary.active, .btn.btn-active-color-primary.show, .btn.btn-active-color-primary:active:not(.btn-active), .btn.btn-active-color-primary:focus:not(.btn-active), .btn.btn-active-color-primary:hover:not(.btn-active), .show>.btn.btn-active-color-primary {
    color: #0a1264 !important;
}

.bg-dark-blue {
	background-color: #0a1264 !important;
}

.bg-primary, .color-primary {
	background-color: #0a1264 !important;
}

.bg-danger, .color-danger {
	background-color: #BA0C2F !important;
}

.bg-warning, .color-warning {
	background-color: #FDDA25 !important;
}

.bg-success, .color-success {
	background-color: #78BE20 !important;
}

.bg-light-gray, .color-light-gray {
	background-color: #e6eaea !important;
}

.text-muted, .color-muted {
    color: #B5B5C3 !important;
}

.color-dark-blue {
	color: #0a1264 !important;
}

.color-cyan {
	color: #009fdf !important;
}

.color-green {
	color: #009775 !important;
}

.color-teal {
	color: #008c95 !important;
}

.color-light-blue {
	color: #41b6e6 !important;
}

.color-yellow {
	color: #fdd824 !important;
}

.color-red {
	color: #BA0C2F !important;
}

.color-orange {
	color: #e35205 !important;
}

.color-purple {
	color: #5c068c !important;
}

.color-dark-gray {
	color: #55565a !important;
}

.color-medium-gray {
	color: #75787b !important;
}

.color-light-gray {
	color: #cac9c7 !important;
}

/*************************/
/* Hamburger menu styles */
/*************************/
#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

#menuToggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    background: white;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.2s ease;  
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* Cross mark transformation */
.menu-open span:first-child {
    transform: rotate(45deg) translate(2px, -3px);
}

.menu-open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-3px, 6px);
}

.menu-open span:nth-last-child(1) {
    display:none !important;
}


.menu-nav{
    padding:0;
    margin:0;
}

.menu-item{
    display: flex;
   height: 40px;
   border: solid #dee2e6;
    border-width: 1px 0 0;
}

.menu-link-ma{
    text-decoration: none;
    margin: auto 0px;
    position: relative;
    display: flex;
    padding: 0;

}

.menu-text{
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin: auto 6px;
    position: relative;
    display: flex;
    padding: 0;

}

/*************************/
/* Overlay */
/*************************/

.moodys-overlay {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	cursor: pointer;
}

/*************************/
/* Hero image */
/*************************/

.hero-slide-image {
    min-height: 400px;
}

/*************************/
/* Headings */
/*************************/

.title-subsection {
    font-family: Financier Display, serif !important;
    font-size: 43px;
    
}

@media (max-width: 1219.9px) {
	.padding-main {
		padding-top:64px;
	}
}

@media (min-width: 1220px) {
	.padding-main {
		padding-top:128px;
	}
}

a{
	color: 	#005eff

}

a:hover {
    color: #669eff;
}
a:focus {
    border-bottom: 1px solid #005eff;
}
h1{
	font-size: 2.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}
.card .card-header {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	color: white;
	background-color: #0a1264;;
}

.page-header {
    line-height: 1.1;
    border-bottom: 1px solid #e5e5e5;
}
.alert{	
	background-color: #e5efff;
	border-color:#e5efff;
}
.alert-success{	
	color: #0a1264;
}
.dropdown{
	border: 1px;
    border-radius: 3px;
    /* width: 100px; */
    background: rgb(10, 18, 100);
}
.dropdown-toggler{
    border-radius: 4px;
    width: 150px;
    height: 40px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid grey;
    color: white;
	font-family: "Whitney SSm", Helvetica, Arial, sans-serif !important;
}
.clear-filters-btn{
	cursor: pointer;
}

ul {
    list-style-type: none;
    padding:0px;
}
    
.list-item{
    margin-left: 20px;
}
.list-item:before{
	
    content: "";
    position: relative;
    top: 15px;
    display: block;
    left: -19px;
    width: 11px;
    height: 10px;
    background-image: url(../img/icon-raquo.svg);
    background-position: 0 0;
}
.arrow-icon{
    position: absolute;
    right: 15px;
    top: 9px;
}

.show{
	display:block !important;
}


.card-header{
	color: #181C32 !important;
	min-height: 30px !important;
}