@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('trebuc.woff') format('woff');
}

@font-face {
    font-family: 'Trebuchet MS Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS Italic'), url('Trebuchet-MS-Italic.woff') format('woff');
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    min-height: 100vh;
    background-image: url('../images/background.png');
    background-size: cover;
    user-select: none;
    -moz-user-select: none;
}

a {
    color: #5a2d2d;
}

.investor-row h1 {
    font-size: 32px;
}

.investor-row h2 {
    font-size: 28px;
}

.investor-row h3 {
    font-size: 20px;
}

.investor-row ul li {
    font-size: 20px;
}

.investor-spacer {
    height: 50px;
}

.table, .table table, .table tr, .table td {
    border: 0 !important;
}

.table hr {
    color: black;
    width: 100%;
    height: 2px;
}

.producers-page {
    font-size: 18px;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
    background-color: #5a2d2d;
    border-color: #5a2d2d;
    margin-bottom: 5px;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(210, 105, 30, .25);
}

.btn-primary:hover {
    color: #5a2d2d;
    background-color: white;
}

.main {
    margin: 15px;
}

.main-header {
    text-align: center;
    margin: 0 0 25px 0;
    font-size: 12px;
}

.main-paragraph {
    text-align: center;
}

.main-paragraph h1 {
    font-size: 28pt;    
}

.main-paragraph img {
    border: 0;
}

.page-text-container {
    width: 100%;
    text-align: center;
}

#pageText, .nda-letter {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.nda-letter {
    padding: 50px 200px !important;
    font-size: 13.5pt;
    margin: 75px 25px;
}

#pageText {
    text-align: left;
    max-width: 850px;
    padding: 50px !important;
    font-size: 13.5pt;
    margin: 75px auto;
}

#pageText p {
    margin: 25px 0 !important;   
}

#pageText h1 {
    font-size: 32pt;
}

#pageText h2 {
    font-size: 28pt;
}

#pageText h3 {
    font-size: 12pt;
}

#pageText h4 {
    margin-top: 50px;
    font-size: 13.5pt;
}

.web-link {
    padding-right: 65px;
}

.footnote {
    display: inline;
    vertical-align: super;
    font-size: 8pt;
    padding: 0 0.1rem;
    text-decoration: none;
}

.last-update {
    margin-top: 25px;
    font-size: 9px;
    font-style: italic;
    text-align: center;
}

.back-link {
    font-size: .8rem;
    margin: 0 5px;
}

.addendum-title {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
}

.login-container {
    position: absolute;
    top: calc(50% - 270px);
}

.wrapper {
    margin: auto;
    width: 360px;
    height: 270px;    
}

input {
    margin: 5px 0;
}

.danger {
    color: red;
    font-weight: bold;
}

.nda-container p {
    text-indent: 50px;
}

.nda-paragraph {
    margin: 15px 0;
}

.nda-paragraph-title {
    margin: 30px 0 15px 0;
    text-align: center;
}

.nda-paragraph h3 {
    width: 50%;
    margin-top: 15px auto;
}

ol,
li {
    margin-bottom: 15px;
}

ol.alpha {
    margin-top: 15px;
    list-style-type: lower-alpha;
}

.notice-table {
    margin: 0 25px;
}

.notice-table td {
    padding: 5px;
    line-height: 1.5em;
    vertical-align: top;
}

.signature-table {
    width: 50%;
    margin: 0 25px;
}

.signature-table td {
    padding: 5px;
    line-height: 1.5em;
    vertical-align: top;
}

.user-table {
    margin: 25px;
    border-collapse: collapse;
}

.user-table td,
.user-table th {
    border: 1px solid black;
    padding: 5px;
    line-height: 1.5em;
    vertical-align: top;
}

@media print {
    body { visibility: hidden; display: none }
}