
html {
  position: relative;
  min-height: 100%;
  background-color: #011e45;
}
body {
 /* Margin bottom by footer height */
  color: #000000;
  margin: 0 auto;
  max-width: 100%;
  background-color: #ffffff;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  height: fit-content;
}
form {
  text-align:center;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}
input[type="text"] {
  font-size: 14px;
  padding: 9px 15px;
  width: 300px;
  border-radius: 0px;
  border: 0px;
  border: 1px solid #011e45;
  max-width: 65%;
}
input[type="submit"] {
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 15px 15px;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: 2px solid #0081c6;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  background-color: #0081c6;
  cursor: pointer;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}
label {
 /* display: inline-block;
  */
  margin-bottom: .5rem;
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

label.fieldlabel {
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #ffffff;
  text-align: center;
  width: 170px;
  max-width: 35%;
  border: 1px solid #011e45;
  background-color: #011e45;
  margin-bottom: 30px;
  padding: 7px 5px 8px 5px;
}
input.checkmark {
  position: inherit;
}
h1 {
  margin: 1em 0;
  font-weight: 700;
  font-size: 1.625rem;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
}
h2.h2.card {
  padding: 10px;
}
p {
  margin-top: 0;
  margin-bottom: .5rem;
  text-align: center;
}
p.intro {
  margin-top: 0;
  margin-bottom: .5rem;
  text-align: center;
  padding-bottom: 20px;
}
.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:visited {
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 15px 15px;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: 2px solid #FF2323;
  color: #ffffff;
  text-align: center;
  min-width: 170px;
  border-radius: 20px;
  background-color: #FF2323;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #FF2323 !important;
  border: 2px solid #FF2323;
}
.footer {
  bottom: 0;
  width: 100%;
 /* Set the fixed height of the footer here */
  padding: 30px 30px;
  background-color: #011e45;
  margin-top: 50px;
  text-align: center;
  flex: auto;
}
.footer-logo {
  text-align: center;
}
.footer-logo a img {
  max-width: 118px;
  margin: 0 auto;
  text-align: center;
}
img {
  width: -webkit-fill-available;
}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.text-muted {
  color: #ffffff!important;
}
.page-header {
  border-bottom: none;
}
.form-group {
  margin-bottom: 0rem;
}
.input-group-prepend {
  width: 100%;
}
.input-group-text {
  width: 30%;
  border: 0px;
  border-radius: 0rem;
  background-color: #FF2323;
  color: #FFFFFF;
  min-width: fit-content;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 14px;
  padding: 9px 15px;
  min-width: 250px;
  border-radius: 0px;
  border: 0px;
  border: 1px solid #dc1f26;
  min-width: auto;
}
/* The customcheck */
.customcheck {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 0px;
}
/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
  background-color: #dc1f26;
  border-radius: 0px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.customcheck .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subscriptions {
  margin-top: 2em;
  margin-bottom: 0px;
}
.subscriptions label {
  color: #808285;
  text-align: left;
}
.subscriptions input {
  margin-right: 10px;
}
.unsubscribe {
  margin-right: 0.4rem;
}
label.unsubscribe {
  font-weight: 600;
}
.jumbotron{
  background-color: #011e45;
  margin-bottom: 2rem;
  border-radius: 0;
  text-align: center;
}
.card {
  border: 0px;
  border-radius: 0px;
}
.card-body {
  border: 0px;
  padding: 20px !important;
  text-align: -webkit-center;
}
.card-header {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 0px !Important;
}

 
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-top: 1px solid #e6f2f9;
  outline: none;
  transition: 0.4s;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  text-align: left;
  font-weight: bold;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
  background-color: #0081c6;
  color: #ffffff;
  margin: 0px;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  display: none;
  margin-bottom: 20px;
  width: 100%;
  background-color: #e6f2f9;
  padding: 20px 0px 20px 50px;
  text-align: left;
}
.accordion:after {
  content: '\002B';
 /* Unicode character for "plus" sign (+) */
  font-size: 40px;
  color: #0081c6;
  float: left;
  margin-left: 5px;
  padding-right: 10px;
  line-height: 30px;
}
.accordion.active:after {
  content: "\002D";
 /* Unicode character for "minus" sign (-) */
}
.accordion.active:after, 
.accordion:hover:after {
  color: #ffffff;
}

.accordion.open {
  content: "\002D";
 /* Unicode character for "minus" sign (-) */
  color: #ffffff;
}

.button {
  text-align: center;
}

@media screen and (max-width: 240px) {
  label.fieldlabel {
      font-size: 10px;
 }
  input[type="text"] {
      font-size: 10px;
 }
  label {
      display: inline-block;
      margin-bottom: 0.5rem;
      font-size: 10px;
 }
}
*, ::after, ::before {
  box-sizing: border-box;
  vertical-align: sub;
}
th {
  text-align: inherit;
  vertical-align: super;
}
table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
img.header {
  width: 50%;
}
p.card-text.intro.unsubscribe {
  font-weight: 300;
}
