body {
    padding-top: 50px;
    background: white;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

/* h1, h2, h3 {
    color: #14293b;
    border-bottom: 1px solid #DEDEDE;
} */

@font-face {
    font-family: 'Duolos';
    src: url('/fonts/DoulosReduced.ttf');
}

.duolos {
    font-family: 'AmsiPro-Regular';
}
@font-face {
    font-family: 'Komu';
    src: url('/fonts/komu.woff');
}
.komu {
    font-family: 'AmsiPro-Regular';
}
.aaisp-blue {
    color: #14293b;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Thin.ttf') format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-ExtraLight.ttf') format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Medium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-ExtraBold.ttf') format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Black.ttf') format("truetype");
    font-weight: 900;
    font-style: normal;
}
@media(min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}

/* Repsponsive text */
@media screen and (max-width: 992px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
}

/* Common text styles */
.error-text {
    color: #9a0000;
}

/* Common element styles */
.page-anchor {
    display: block;
}
.page-anchor:target:before {
    content:"";
    display:block;
    height:50px; /* fixed header height*/
    margin:-50px 0 0; /* negative fixed header height */
}

/* Panels */
.panel-headline {
    font-weight: bold;
    font-size: 1.1em;
}

.panel-default>.panel-heading {
    color: #FFF;
    background-image: url(/img/bg/nav-bg.png);
    background-size: auto 100%;
}
.panel-default>.panel-heading a {
    color: #FFF;
}

.panel-gray > .panel-heading {
    color: #333 !important;
    background-color: #e4e4e4 !important;
    border-color: #ddd !important;
    background-image: none;
}

.panel-gray > .panel-heading a {
    color: #FFFFFF;
}

.panel-gray {
    border: 1px solid #EEEEEE;
}

.simple-panel {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px 0px;
    background-color: #FFF;
    padding: 19px;
    margin-bottom: 1em;
}
.simple-panel h1, .simple-panel  h2, .simple-panel  h3 {
    margin-top: 10px;
}

.simple-panel.leader-to-leader {
    margin-top: 20px;
    margin-bottom: 20px;
}
.submit-white-paper .simple-panel {
    border-radius: 23px;
}
.submit-white-paper .form-control {
    color: #999;
}

.leader-to-leader {
    margin-top: 20px;
}

.list-group-dark-gray>.list-group-item.active {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    border: 1px solid #404040;
    color: #FFFFFF !important;
    background: #373737 url(/img/bg/nav-bg-dark-gray.jpg) repeat-x 0 0;
}
.list-group-dark-gray>.list-group-heading a {
    color: #FFFFFF !important;
}

/* List groups */
.list-group-header {
    text-align: center;
    font-weight: bold;
}

/* Bootstrap tweaks */
.well {
    background-color: #FFFFFF;
}
#common-modal .modal-body {
    max-height: 30em;
    overflow-y: auto;
}

/* Sponsor slider */
.slider-sponsors-container {
    background-color: #FFFFFF;
    height: 60px;
    border-top: 1px dotted #454545;
}
.slider-sponsors {
    padding: 0;
    height: 50px;
}
.slider-sponsors a {
    height: 50px;
    max-width: 145px !important;
}
.slider-sponsors img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.slider-sponsors a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
.slider-sponsors a {
    display: inline-block;
    border-right: 1px solid #DEDEDE;
    padding: 0 2em;
}
.slider-sponsors li {
    text-align: center;
}

/* bxSlider tweaks */
.bxslider, .bxslider li{
    height: 100% !important;
}
.bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}

/* Fading carousel */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/* Additional button styles */

/* Outline Button */
.btn.outline {
    background: none;
    padding: 12px 22px;
}
.btn-primary.outline {
    border: 2px solid #0099cc;
    color: #FFF;
    -webkit-transition: all .2s;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #005a79;
    border: 2px solid #004357;
}
.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #007299;
    color: #FFF;
    box-shadow: none;
}

/* Common effects */
.pop-in, .pop-in-bottom, .pop-in-left, .pop-in-right, .fade-in-left, .fade-in-right, .fade-in-bottom {
    visibility: hidden !important;
}

.submit-white-paper-right-content {
    border-radius: 23px;
    background-color: #F5F7EB;
    padding: 2rem;
    margin-bottom: 7.8rem;
}

.submit-white-paper-right-content h3 {
    margin-top: 0;
    border-bottom: none;
}

.submit-white-paper-right-content p,
.submit-white-paper-right-content strong {
    color: #001A29;
    margin: 1rem 0;
}

.submit-white-paper-right-content ol {
    padding-left: 2rem;
}

.corporate-download {
    padding-bottom: 16px;
}

.txt-send-invitation {
    margin-top: 3px;
}

.btn-send-invitation {
    margin-left: 4px !important;
}

/* Disabled navigation link styling */
.nav-disabled {
    color: #999 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
    text-decoration: none !important;
}

.nav-disabled:hover {
    color: #999 !important;
    text-decoration: none !important;
    opacity: 0.6;
}