@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://use.typekit.net/qkt0vdf.css");

* {
    box-sizing:border-box;
}

.container {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
   padding: 0 !important;
}


body {
    color: #212529;
    height: fit-content;
    background: #d2dce8;
font-family: "source-sans-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

p#p13 {width: 75%;padding: 0px;}

div.button {
    flex: 1;
    width: 25%;
    text-align: initial;
    flex-grow: 1;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
    width: 100%;
    margin: 0;
    background: #13518b;
    height: 36px;
    line-height: normal;
    padding: 0px;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    margin: 0;
    background: #000000;
}

.sec1d {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

span.nltitle {
color: #13518B;
font-family: 'Adobe Garamond Pro Regular';
font-size: 23px;
font-weight: bold;
}

span.nldesc {
    font-size: 16px;
    margin: 20px 0px;
    line-height: 1.6;
}

section.sixteen.columns.content {
    display: flex;
    flex-direction: column;
    padding: 0px;
}

div#btnhere {
    display: none;
}

div#content {
}

.addresslabel .questionlabel {
    display: none;
}

input#id13 {
    height: 36px;
    border: none;
}

@media only screen and (max-width: 479px) {

div.button {
    width: 100%;
}

.sec1d {
    display: flex;
    flex-direction: column;
}

p#p13 {
    width: 100%;
}
}
