body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
}
h1 {
  padding: 0px;
  margin: 10px 0px;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  font-style: italic;
}
h2 {
  padding: 0px;
  margin: 5px 0px;
  color: #ffffff;
  text-align: center;
}
.form-fields input[type="text"],select {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  height: 34px;
  border: 1px solid gainsboro;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  color: #999;
}
label {
  font-size: 15px;
  font-weight: 700;
}
a {
  color: #415090;
}
.fa {margin: 0px 5px !important}
.fa-lg {vertical-align: -10% !important;}
.large-text {font-size: 16px; font-weight: bold;}
.red-text {color: red;}
.page-top {
  padding: 10px;
  border-bottom: 1px solid #415090;
}
.header {
  overflow: hidden;
  max-width: 940px;
  margin: auto;
  padding: 0px;
}
.logo {
  float: left;
  margin-top: 5px;
}
.contact-us {
  float: right;
  color: #415090;
  padding-top: 10px;
}
.contact-icon {
  float: right;
  margin-left: 20px;
}
.body-wrapper {
  margin: auto;
  padding: 50px 25px;
  overflow: hidden;
  background-color: #f8f8ff;
  background-image: url('../images/cs-background.png');
  background-position: center;
  min-height: 500px;
}
.sub-banner {
  margin: auto;
  padding: 50px 25px;
  overflow: hidden;
  background-color: #f8f8ff;
  background-image: url('../images/cs-background.png');
  background-position: center;
}
.content-wrapper {
  padding: 10px;
  max-width: 940px;
  margin: auto;
}
.transaction-copy {
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
}
.find-purchase {
  margin: auto;
  border: 1px solid;
  border-color: #415090;
  border-radius: 10px;
  padding: 25px;
  background:rgba(65, 80, 144,0.9);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  width: 70%;
}
.form-fields {
  width: 75%;
  margin: 15px auto;
}
#submit-button {
  margin-top: 10px;
  border: 0;
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: 700px;
  height: 40px;
  border-radius: 5px;
  background: rgba(34,139,34,1);
  background: -moz-linear-gradient(top, rgba(34,139,34,1) 0%, rgba(4,61,4,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,139,34,1)), color-stop(100%, rgba(4,61,4,1)));
  background: -webkit-linear-gradient(top, rgba(34,139,34,1) 0%, rgba(4,61,4,1) 100%);
  background: -o-linear-gradient(top, rgba(34,139,34,1) 0%, rgba(4,61,4,1) 100%);
  background: -ms-linear-gradient(top, rgba(34,139,34,1) 0%, rgba(4,61,4,1) 100%);
  background: linear-gradient(to bottom, rgba(34,139,34,1) 0%, rgba(4,61,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228b22', endColorstr='#043d04', GradientType=0 );
  cursor: pointer;
}
#submit-button:hover {
  background: rgba(120,158,5,1);
  background: -moz-linear-gradient(top, rgba(120,158,5,1) 0%, rgba(34,139,34,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(120,158,5,1)), color-stop(100%, rgba(34,139,34,1)));
  background: -webkit-linear-gradient(top, rgba(120,158,5,1) 0%, rgba(34,139,34,1) 100%);
  background: -o-linear-gradient(top, rgba(120,158,5,1) 0%, rgba(34,139,34,1) 100%);
  background: -ms-linear-gradient(top, rgba(120,158,5,1) 0%, rgba(34,139,34,1) 100%);
  background: linear-gradient(to bottom, rgba(120,158,5,1) 0%, rgba(34,139,34,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789e05', endColorstr='#228b22', GradientType=0 );
}
.help-text {
  margin-top: 15px;
  text-align: center;
}
.footer {
  margin-top: 25px;
  color: #808080;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(data-tooltip);
    left: -50px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 100px;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 25%;
    position: absolute;
    z-index: 99;
}
.box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 765px) {
.header {text-align: center}
.contact-us {float: none; display: block; clear: both; overflow: hidden; margin: auto; text-align: center;}
.contact-icon {float: none; display: inline-block;}
.logo {margin: auto; float: none;}
.contact-us {font-size: 14px;}
.contact-icon {margin-left: 5px;}
.find-purchase {width: auto;}
.body-wrapper {padding: 5px;}
    table {
        border: 0;
    }

        table thead {
            display: none;
        }

        table tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }

        table td {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
        }

            table td:last-child {
                border-bottom: 0;
            }

            table td:before {
                content: attr(data-label);
                float: left;
                text-transform: uppercase;
                font-weight: bold;
            }
}

@media screen and (max-width: 590px) {
  h1 {font-size: 18px;}
  .large-text, .find-purchase {font-size: 12px;}
  .form-fields {width: auto;}
  .page-top {padding: 3px;}
  .contact-us {padding: 0px;}
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }