/* Global Overrides */
p, a {
    font-size: 12pt;
    color: black;
    margin: 0;
    padding: 0;
}

h1 {
    margin: 2rem 0 0;
    font-weight: normal;
}

/* Font Styles*/
.centre-text {
    text-align: center;
}

.small-font {
    font-size: 11px;
}

.italic-font {
    font-style: italic;
}

.extra-large-font {
    font-size: 16pt;
}

.large-font {
    font-size: 14pt;
}

/* Alignment Styles */
.main-section {
    position: relative;
    top: 165px;
    width: 148mm;
    height: 120mm;
    margin: 0 auto 210px;
    border: 3px double black;
}

.links-section {
    margin-top: 3rem;
    margin-left: 1em;
}

.links-section p {
    margin-bottom: 2rem;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 1rem;
}

.inherit-width {
    width: inherit;
}

#nn1 {
    background-color: #fff;
}

.nn2 {
    background-color: #fff;
}

#nn {
    left: 50%;
    width: 890px;
    margin-left: -280px;
}

.search_button {
    color: #000;
}

.search_input {
    border-color: #000;
    background-color: #fff;
}

.search-form__input {
    bottom: 26px !important;
}