  /* the following css is in the head*/
  

    /*! normalize.css v3.0.2 | MIT License | git.io/normalize */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em; text-align: center;}table{border-collapse:collapse;border-spacing:0}

    *, *:before, *:after
{ -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after
{ content: " ";
  display: table; }
 
.clearfix:after
{ clear: both; }
 
.clearfix
{ *zoom: 1; }


/* Small screens and above (default) */
html { font-family: 'Nunito Sans', sans-serif; font-size: 100%; color: #000; }
.container
{ margin: 2rem auto .5rem auto;
  padding: 0;
  max-width: 700px; 
  width: 90%;
  border: solid 0px blue; }

.column
{ border: solid 0px #000;
  padding: 0 0 0 0; }
 
/* Medium screens and above (768px) */
@media (min-width: 700px) {
.column
{ float: left;
  padding: 0 0 0 0; }

.column.full { width: 100%; }
.column.four-fifths { width: 80%; }
.column.three-fourths { width: 75%; }
.column.two-thirds { width: 66.66%; }
.column.three-fifths { width: 60%; }
.column.half { width: 50%; }
.column.two-fifths { width: 40%; }
.column.third { width: 33.33%; }
.column.fourth { width: 25%; }
.column-fifth { width: 20%; }
.column.flow-opposite { float: right; } 
}
 

/* Large screens (1024+) */
@media (min-width: 1024px) {
} 

/*#wrapper {
  display:none;
}*/

h1
{ color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-weight: normal;
  padding: 0 1rem 0 1rem;
  margin: 0 0 0 0; }
/* Medium screens and above (768px) */
@media (min-width: 700px) {
h1
{ font-size: 38px; }
}

h2
{ color: #000;
  font-size: 1.3rem;
  line-height: 1.9rem;
  text-align: center;
  padding: 0 0 0 0;
  margin: 2rem 0 2rem 0; }

h3
{ color: #000;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 2rem 0 2rem 0; }

p
{ font-size: 1rem;
  line-height: 1.6rem;
  margin: 0 0 2rem 0;
  padding: 0 0 0 0; }

.head
{ 
  text-align: center;
  border-bottom: solid 5px #bb0000;
  background-image: url("/Images/banner-1140x350.jpg");
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: 0 0;
  background-color: #93979b;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }
/* Medium screens and above (768px) */
@media (min-width: 700px) {
.head
{ height: 300px;
  padding: 156px 0 0 0;
  background-size: cover; }
} 

.head-opacity
{ 
  padding: 1.5rem 0 0 0;
  background: rgba(0, 0, 0, 0.65); }

.head-opacity img
{ width: 18rem;
  padding: 0 0 0 0;
  margin: 0 0 .75rem 0; }

/*
.head
{ height: 150px;
  text-align: center;
  border-bottom: solid .5rem #bb0000;
  background-image: url("../img/banner-1140x350.jpg");
  background-repeat: no-repeat;
  background-size: 1400px;
  background-position: 0 0;
  background-color: #93979b;
  padding: 10rem 0 0 0;
  margin: 0 0 0 0; }
/* Medium screens and above (768px) */
/*@media (min-width: 700px) {
.head
{ height: 150px;
  background-position: center;
  margin: 0 0 0 0; }
} 

.head-opacity
{ height: 150px;
  margin: 0 0 0 0;
  padding: 1.5rem 0 2rem 0;
  background: rgba(0, 0, 0, 0.8); }

.head-opacity img
{ width: 18rem;
  padding: 0 0 0 0;
  margin: 0 0 .75rem 0; }

form
{ text-align: center;
  margin: 0 0 2rem 0;
  padding: 0 0 0 0; }
*/
.input-container
{ width: 14rem; border: solid 0px red;
  margin: 0 auto 1rem auto; }
/* Medium screens and above (768px) */
/* @media (min-width: 700px) {
.input-container
{ width: 27rem; }
} */

input[type="text"]
{ width: 210px;
  height: 80px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  border: solid 1px #afafaf;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0; }

input[type="submit"]
{ width: 13rem;
  height: 80px;
  background-color: #194263;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.img-letter
{ width: 100%;
  margin: 0 0 2rem 0; }
.img-letter img
{ width: 100%; }
/* Medium screens and above (768px) */
@media (min-width: 400px) {
/*Matt changes to letter-img */
.letter-img
{ width: 350px;
  margin: 0 auto 2rem auto; }
}

.foot
{ text-align: center;
  background-color: #333333;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-top: solid .5rem #bb0000;
  margin: 0 0 0 0;
  padding: 2rem 0 2rem 0; }

.foot img { 
    width: 200px;
    height: auto;
    display:block; 
    margin: 0 auto 1.5rem;
}
.foot img:last-child {
    margin-bottom: 0;
}
#lblMessage {
    color: #dc3545;
}
.letter-img {
      margin: 1rem auto;
    }
.letter-img p {
    margin-bottom: 1rem;
}
.letter-img br {
    display: none;
}
.letter-img img.mailing {
    float: right;
    padding-left: 10px;
}
.letter-img img.arrow-img {
    display: inline-block;
    padding-left: 5px;
    vertical-align: bottom;
}
.nowrap {
    white-space: nowrap;
}

.letter-img ul {
    padding-left: 0;
    list-style-position: inside;
}

.letter-img ul li {
      line-height: 1.7;
    }
.letter-img .survey-red {
    color: #700c1c;
    font-weight: bold;
}
    .letter-img .highlight {
      background-color: #ffff00;
    }
    .letter-img .underline {
        text-decoration: underline;
    }
    @media (min-width: 460px) {
        .head-opacity {
            height: 140px;
        }
        .letter-img br {
            display: block;
        }
    }


  
  /*The following CSS is in the body*/

            .modal {
                display:none;
                position:fixed;
                z-index: 1;
                left:0;
                top:0;
                width:100%;
                height:100%;
                overflow:auto;
                background-color: rgb(0,0,0);
                background-color: rgba(0,0,0,0.4);
            }

            .modal-content {
                background-color: #fff;
                margin: 15% auto;
                padding:20px;
                border: 1px solid #000000;
                width: 80%;
                text-align: center;
            }

   
 
   
  