html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 55px;
}

/**** Custom CSS ****/

.signature-canvas {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: crosshair;
    width: 100%;
    max-height: 150px;
}

input[type="text"]{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

input[type="radio"] {
    z-index: 0;
}

.highlightedBlock {
    background-color: lightblue;
    text-align: center;
    font-weight: bold;
    justify-content: center;
    margin-left: 1px;
    margin-right: 1px;
}

.spacer {
    margin-left: 20px;
}

h3 {
    text-align: center;
}

h4 {
    text-align: center;
}

h5 {
    color: lightseagreen;
    text-align: left;
    font-size: medium;
}

.header {
    font-weight: bold;
    text-decoration: underline;
    font-size: medium;
    margin-bottom: 10px;
}

.header2 {
    font-weight: bold;
    font-size: medium;
    margin-top: 20px;
    margin-bottom: 10px;
}

li {
    list-style-position: outside;
    margin-left: 40px;
}

.quote {
    text-align: center;
    color: royalblue;
}

.logo {
    width: 278px;
    height: 82px;
    margin: 0 auto 0 auto;
}

.spaceRight {
    margin-right: 10px;
}

.spaceRight5 {
    margin-right: 6px;
}

.spaceLeft {
    margin-left: 10px;
}

.spaceDown {
    margin-bottom: 30px;
}

.pageheader {
    margin: 0;
    /*padding: 0;*/
    border-bottom: solid 5px #35aaa4;
    background-color: #ffffff;
    height: auto;
    box-sizing: border-box;
}

.progress {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    /*top: 0; */
    width: 100%;
}

.progress-bar {
    float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.pagefooter {
    margin: 0;
    width: 100%;
    padding: 0px;
    height: 55px;
    background: url("../images/footer-bg.jpg") repeat-x;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 55px; /* Vertically center the text there */
}

.pagefooter h1 {
    color: #ffffff;
    text-align: center;
    font-size: medium;
    padding-top: 30px;
}

#header-text {
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    margin-right: 10px;
    padding-top: 55px;
}

#header-location {
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    margin-right: 10px;
    padding-top: 90px;
    color: lightseagreen;
    position: absolute;
    right: 10px;
}

.field-validation-error, .field-validation-valid {
    display: block;
    color: #ff0000;
}

@media only screen and (max-width: 1150px) {
    #header-text {
        font-size: 16pt;
        padding-top: 10px;
    }

    #header-location {
        font-size: 12pt;
        margin-top: 35px;
        padding-top: 0px;
    }

    .pageheader {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 750px) {
    #header-text {
        font-size:16pt;
        padding-top:10px;
    }

    #header-location {
        font-size: 12pt;
        margin-top: 35px;
        padding-top: 0px;
    }

    .pageheader {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 580px) {
    #header-text {
        text-align: center;
        font-size: 16pt;
        margin-top: 0px;
        padding-top: 0px;
    }

    #header-location {
        font-size: 12pt;
        margin-top: 30px;
        margin-right: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .pageheader {
        padding-bottom: 30px;
    }
}

@media (max-width: 465px) {
    html {
        width: fit-content;
        max-width: -webkit-fill-available;
        overflow-x: hidden;
    }
}

label {
    padding-top: 10px;
}

.responsive-label {
    float: right;
}

.required {
    font-weight: bold;
}

.required::before {
    content: "*";
    color: #ff0000;
    font-weight: bold;
}

.red {
    color: #ff0000;
}

@media (max-width: 465px) {
    .responsive-label {
        float: left;
    }
}

input[type=checkbox] {
    transform: scale(1.5);
}

input[type=radio] {
    transform: scale(1.2);
}

.box-wrapper {
    border: 2px solid;
    border-radius-bottom: 5px;
    border-color: darkgrey;
    padding: 20px;
    margin: 0px;
    margin-left: 1px;
    margin-right: 1px;
}

.arrow-wrapper {
    position: relative;
    display: inline-block;
}

.arrow-field {
    padding: 5px;
}

.arrow-down {
    position: absolute;
    top: -280px;
    left: -225px;
    transform: scale(0.1);
}

.right-side-arrow {
    padding: 0px;
    margin: 0px;
}
