/* GDPR Banner */
#gdpr {
    background: #FFF;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: .5rem 3rem;
    color: #505050;
    position: relative;
    z-index: 100;
}

#gdpr > p, #gdpr a {
    color: #505050;
}

#gdpr p {
    margin-bottom: 0;
}

#gdpr p a {
    text-decoration: underline;
}

#gdprCTA {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .15rem;
    text-transform: uppercase;
    text-align: center;
    color: #505050;
    border: .02rem solid #505050;
    border-radius: 4rem;
    padding: .5rem 2rem;
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    #gdpr {
        flex-direction: row;
        align-items: center;
    }

    #gdpr #gdprCTA {
        margin: 0 0 0 5rem;
    }
}
/* END GDPR Banner */

/* Nav Bar */
nav.fidm-navbar{
	background-color: #FF5529 !important;
}

.fidm-navbar .container-xl{
	padding-right:0px;
}

a.fidm-navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.dropdown-menu{
	background-color: #FF5529 !important;
}

.dropdown-item:hover{
	background-color: #FF5529 !important;
	text-decoration: underline;
}

.fidm-toggler{
	border-color: white;
}
.fidm-toggler span{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");	
}

/* this is used when keyboard tab navigation sets focus to menu item */
.dropdown-item:focus{
	color: #FF5529 !important;
	font-weight: bold;
}

a#audienceDropdown{
	padding:0!important;	
}

.fidm-navbar .bg-secondary{
	background-color: #F29329 !important;
}
.fidm-sites .dropdown-item:hover{
	background-color: #F29329 !important;
}

/* end nav bar */

/* Common Design */
body{
	background-color: #CCC;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.body-div {
	padding-right:0px;
	padding-left:0px;
	background-color: #FFFFFF;
	max-width: 1280px!important;
}
.h1, h1{
	font-size: 2.875rem;
    line-height: 1.1;
    color: #333333;
    font-weight: 600;
}


.btn-primary {
    border-color: #269FCC;
    background-color: #269FCC;
}

.fidm-content{
	max-width:900px;
	margin: auto;
}

@media ( max-width : 920px) {
	.fidm-content {
		padding-left: 24px;
		padding-right: 24px;
	}
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.card-img-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .50) 20%, rgba(0, 0, 0, 0) 100%);
}

/* Footer */
.fidm-footer{
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, .50) 0%, rgba(0, 0, 0, .50) 100%),url(/design/images/footer-bg.jpg);
}

.footer-row{
	padding-left: 12px;
    padding-right: 12px;	
}
a.footer-link{
	text-decoration: none;
}
a.footer-link:hover{
	text-decoration: underline;
}

.fidm-footer a.link-overlay{
	position: relative;  
	display: inline-block;
}
.fidm-footer a.link-overlay  svg{
	position: absolute;  
	top: 10px;  
	left: 10px;
}