﻿/**************************************/
/********* MAIN STYLING ***************/
/**************************************/

/* Font awesome */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* CTA. SHARED ACCROSS SITE */
.cta{
    width: max-content;
    text-align: left;
    background-color: transparent;
    color: black;
    padding: 2px 40px 2px 10px;
    border: 2px solid black;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}
a.cta:hover, a.cta:focus {
    border: 2px solid black;
    background-color: #10263b;
    color: white;
}

.cta-arrow{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 15px;
}
.cta:hover .cta-arrow, 
.cta:focus .cta-arrow {
    border-color: white;
}


/* Max width container */

.container-max-width {
    max-width: 1920px;
    margin: 0 auto;
}


/* old cookie bar, to be removed when onetrust deployed */
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#cookie-bar {
    background-color: #10263b;
    height: auto;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 2000;
}

#cookie-bar p{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
}
#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 1px;
    text-decoration: none;
    padding: 8px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #007ca7;
}
#cookie-bar .cb-policy {
    background: transparent;
    border: 1px solid #fff;
}

/* OneTrust styles */
#ot-sdk-btn.ot-settings.ot-sdk-show-settings {
    color: #fff;
    background: none;
    border: none;
    display: inline;
    
}
#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: unset!important;
    text-decoration: underline;
}
/* OneTrust styles End */

/* Fonts */


/* circular */
@font-face {
	font-family:"Vesterbro";
	src:url("/SiteElementsHomepage/css/fonts/Vesterbro-Medium.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Vesterbro";
	src:url("/SiteElementsHomepage/css/fonts/Vesterbro-Extrabold.woff") format("woff");
	font-weight:500;
	font-style:normal;
}
@font-face {
	font-family:"Vesterbro";
	src:url("/SiteElementsHomepage/css/fonts/Vesterbro-Poster.woff") format("woff");
    font-weight:bold;
	font-style:normal;
}

@font-face {
	font-family:"Circular";
	src:url("/SiteElementsHomepage/css/fonts/lineto-circular-pro-book-woff.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Circular";
	src:url("/SiteElementsHomepage/css/fonts/lineto-circular-pro-medium-woff.woff") format("woff");
	font-weight:500;
	font-style:normal;
}
@font-face {
	font-family:"Circular";
	src:url("/SiteElementsHomepage/css/fonts/lineto-circular-pro-bold-woff.woff") format("woff");
	font-weight:bold;
	font-style:normal;
}

/* lora */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: normal;
    src: url("/SiteElementsHomepage/css/fonts/lora/Lora.woff") format("woff");
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: normal;
    src: url("/SiteElementsHomepage/css/fonts/lora/Lora-Italic.woff") format("woff");
}


@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: bold;
    src: url("/SiteElementsHomepage/css/fonts/lora/Lora-Bold.woff") format("woff");
}


@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: bold;
    src: url("/SiteElementsHomepage/css/fonts/lora/Lora-BoldItalic.woff") format("woff");
}

body {
	font-family: "Circular", Arial, sans-serif !important;
}

.partner-logo{
    max-height: 80px;
}

/* Modaal */
.modaal-close:focus::after, .modaal-close:focus::before, .modaal-close:hover::after, .modaal-close:hover::before{
    background: #212529!important;
}
.modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
    padding: 10px 10px 6px 10px;
}


/* ??? */

.containerMaxWidth{
    max-width: 2200px;
    margin:0 auto;
}

@media (min-width: 767px){
    .containerMaxWidth{
        margin:0 auto 20px;
    }
    .undoMaxWidthPadding{
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

.img-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-div{
    padding-right: 0px;
    padding-left: 0px;
}


/**************************************/
/* Tabbed Component */
/**************************************/
.tabbed-container .tabbed-content-tabs.black li.nav-item button {
    color: black;
}
.tabbed-container .tabbed-content-tabs.black li.nav-item button.active {
    color: white;
}
.tabbed-container .tabbed-content-tabs.black li.nav-item button:hover,
.tabbed-container .tabbed-content-tabs.black li.nav-item button:focus {
    color: white;
    background-color: #10263b;
}
.tabbed-container .tabbed-content-tabs.black li.nav-item button.active:hover,
.tabbed-container .tabbed-content-tabs.black li.nav-item button.active:focus {
    color: black;
    background-color: transparent;
}

section {
    padding: 60px 0;
}

.cta-container .submit-arrow{
    border: solid #7C7C7C;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    right: 10px;
}
/* ??? */