﻿@font-face {
    font-family: 'via-light';
    src: url("../../fonts/VIA_Type_Light.otf") format("opentype");
}

@font-face {
    font-family: 'via-regular';
    src: url("../../fonts/VIA_Type_Regular.otf") format("opentype");
}

@font-face {
    font-family: 'via-bold';
    src: url("../../fonts/VIA_Type_Bold.otf") format("opentype");
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.environment-text {
    background-color: lightcoral;
    padding: 0px 10px 0px 10px;
}

form label {
    /*font-family: 'via-bold';*/
}

/*If smaller then it will zoom in on some ios devices*/
input {
    font-size: 16px;
}

#layout-body {
    color: #414141;
    font-family: 'via-light', 'sans-serif';
}

a {
    color: #414141;
    font-family: 'via-bold';
}

    a:focus, a:hover {
        color: unset; /*to disable hover text color change*/
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "via-regular";
    font-weight: 600;
    margin-bottom: 0.3rem;
}

h1, .h1-size {
    font-size: 32px;
    line-height: 31px;
    font-size: 2rem;
    line-height: 1.93rem;
}

h2, .h2-size {
    font-size: 21px;
    line-height: 20px;
    font-size: 1.31rem;
    line-height: 1.125rem;
}

h3, .h3-size {
    font-size: 18px;
    line-height: 18px;
    font-size: 1.12rem;
    line-height: 1.12rem;
}

h4, .h4-size {
    font-size: 16px;
    line-height: 15px;
    font-size: 1rem;
    line-height: .94rem;
}

h5, .h5-size {
    font-size: 14px;
    line-height: 14px;
    font-size: .86rem;
    line-height: .86rem;
}

h6, .h6-size {
    font-size: 12px;
    line-height: 12px;
    font-size: .75rem;
    line-height: .75rem;
}

.h1-light {
    font-family: 'via-light';
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.9375rem;
    color: rgb(65, 65, 65)
}

.h3-size-inherit-line-height {
    font-size: 18px;
    font-size: 1.125rem;
}

.h4-size-bigger-lineheight {
    font-size: 16px;
    line-height: 18px;
    font-size: 1rem;
    line-height: 1.12rem;
}

/* Things differing a bit from design guide */
.site-name {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 22.4px;
    line-height: 1.4rem;
    font-family: 'via-regular';
}

a.site-name:focus, a.site-name:hover {
    color: #414141;
    text-decoration: none
}

.view-headers-container {
    margin-bottom: 18px;
}

.view-header {
    font-size: 28px;
    line-height: 27px;
    font-size: 1.75rem;
    line-height: 1.69rem;
    font-family: 'via-light';
    font-weight: bold;
    margin-bottom: 2px;
}

.view-subheader {
    font-size: 28px;
    line-height: 27px;
    font-size: 1.75rem;
    line-height: 1.69rem;
    font-family: 'via-light';
}

.normal-heading-with-spacing {
    font-family: via-regular;
    font-size: 16px;
    line-height: 15px;
    font-size: 1rem;
    line-height: .94rem;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}

a.light-link {
    font-size: .75rem;
    line-height: .75rem;
    font-size: 12px;
    line-height: 12px;
    font-family: 'via-light';
}

a.no-href {
    cursor: pointer;
}

    a.no-href:hover {
        text-decoration: underline !important;
    }

a .a-tag-dark-bg {
    color: #FFFFFF;
    font-style: italic;
}

/*button:disabled {
    color: #ababab;
}*/

.huge-text {
    font-family: 'via-regular';
    font-size: 60px;
    /*font-size: 3.75rem;*/
    line-height: 1.3;
}

.white-text {
    color: #FFFFFF;
}

.validation-text {
    display: block;
    font-weight: bold;
}

    /*asp-validation-summary="All" generates an ul, these rules styles as if there where no ul, and the validation text
        is justified with other text.
    */
    .validation-text ul {
        padding-left: 0px;
    }

    .validation-text li {
        list-style: none;
    }

.validation-text-on-normal-bg {
    color: #FF7369;
}

/*@media only screen and (min-width: 352px) {
    .validation-text-on-normal-bg {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    .validation-text-on-normal-bg {
        font-size: 14px;
    }
}*/

@media only screen and (max-width: 767px) {
    .huge-text {
        font-size: 36px;
    }
}

/*h5 {
    font-family: 'via-light';
    font-weight: normal;
}

h3 {
    font-family: 'via-regular';
    font-size: 22px;
}*/

.custom-highlight {
    font-family: via-regular;
}
