﻿@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed');
@import url('https://fonts.googleapis.com/css?family=Cabin');
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'eurofurence light';
font-style: normal;
font-weight: normal;
src: local('eurofurence light'), url('eurof35.woff') format('woff');
}


@font-face {
font-family: 'eurofurence regular';
font-style: normal;
font-weight: normal;
src: local('eurofurence  regular'), url('eurof55.woff') format('woff');
}

.pharma-content {
    font-size: 12pt;
    font-weight: normal;
    background-color: white;
}

.green-title {
    color: #209b9b;
    text-shadow: none;
    font-weight: 600;
    font-size: 23px;
}

.bold {
    font-weight: 600;
}

.fs-alt {
    font-family: 'Cabin Condensed', sans-serif;
}

p {
    line-height: 1.5rem;
}

.placeholder-image {
    background-color: darkgray;
    width: 100%;
}

.bg-head {
    background-color: #fafafa;
}

.bg-side {
    background-color: #f8f8f8;
}

.bg-foot {
    background: linear-gradient(#e7e6e6, white);
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.p-2 {
    padding: .5rem;
}

.p-4 {
    padding: 1.5rem;
}

.px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.border-start {
    border-left: 2px solid #dbdbdb;
}

.border-top {
    border-top: 2px solid #dbdbdb;
}

.p-list {
    padding-left: 1rem;
}

.red-banner {
    background-color: #d23038;
    font-size: 18pt;
    font-weight: 600;
    color: white;
}

.text-green {
    color:#209b9b;
}

.text-red {
    color:#d23038;
}

.text-orange {
    color:#e17e25;
}

ul.menu-items {
    color: #474f51;
    font-size: 12pt;
    padding-left: 1rem;
}

ul.menu-items li {
    background-size: 20pt;
    padding-left: 2rem;
    margin: 0;
}

.m-0 {
    margin: 0;
}

.mt-auto {
    margin-top: auto;
}

.feature-panel {
    flex-basis: 50%;
    padding: 1.5rem 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.img-pharma {
    width: 100%;
}

.img-subhead {
    display: flex;
    justify-content: end;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
}

.list-element {
    color:black;
    font-weight: 300;
    text-shadow:none;
    font-size: 12pt;
}

ul.list-element li:before {
    content: "• ";
    color: #e6944a;
}

ul.list-element li {
    line-height: 1.6em;
    padding-left: 1em;
    text-indent: -.7em;
}

.left-side-menu {
    background-color: #f8f8f8;
    border-radius: 2.5rem;
    padding: 1rem;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 300px;
}

@media (max-width:767px) {
    .border-start,.border-top {
        border: none;
    }

    .feature-panel{
        flex-basis: auto;
        max-width: 500px;
    }

    .img-subhead {
        justify-content: center;
    }

    .left-side-menu {
        margin: auto;
        max-width: 400px;
    }

    .main-image-pharma {
        margin-top: 44px;
    }
}
