body {
  font-family: "Roboto";
  font-size: 20px;
}

a {
  color: #3d388e;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #dd0c37;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

h1 {
  font-size: 2em;
  color: #3d388e;
  line-height: 1.25em;
  font-family: "Roboto";
}
h2 {
  font-size: 1.5em;
  color: #3d388e;
  line-height: 35px;
  font-family: "Roboto";
}
h3 {
  font-size: 1.17em;
  color: #3d388e;
  line-height: 20px;
  font-family: "Roboto";
}
h4 {
  font-size: 1.12em;
  color: #3d388e;
  line-height: 20px;
  font-family: "Roboto";
}
h5 {
  font-size: 0.83em;
  color: #3d388e;
  line-height: 20px;
  font-family: "Roboto";
}
h6 {
  font-size: 0.75em;
  color: #3d388e;
  line-height: 20px;
  font-family: "Roboto";
}

.header {
  /*background-color: #cd1e36;*/
  padding: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  /* 
  border-bottom: 1px solid #dedfe1;
 */
}
.header a {
  font-weight: normal;
}
.title-bar {
  background-color: #3d388e;
  color: #ffffff;
  padding: 15px 15px 10px;
}
.title-bar h1 {
  color: #ffffff;
  font-weight: normal;
  font-style: italic;
}

.title-image {
  border-bottom: 5px solid #dd0c37;
}

.list-group-item.activeSub {
  color: #3d388e !important;
  background-color: #d9d9f5 !important;
  border-color: #d9d9f5 !important;
}

.header-mainLinks a {
  font-family: "Offside";
  text-decoration: underline;
  color: #3d388e;
  font-size: 1.5em;
}

.header-subLinks a {
  font-family: "Roboto";
  text-decoration: none;
  color: #3d388e;
  font-size: 1.5em;
}

.header-navigation {
  background-color: #d9d9f5;
  /* 
	padding: 15px;
 */
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
}
.header-navigation a {
  color: #3d388e;
}

.footer-associations {
  padding: 25px;
}

.footer-top {
  padding: 25px;
  background-color: #d9d9f5;
  color: #3d388e;
  font-weight: 500;
  font-size: 16px;
}
.footer-top a {
  color: #3d388e;
}

.footer-bottom {
  border-top: 5px solid #3d388e;
  padding: 25px;
  font-size: 16px;
}
.footer-bottom a {
  color: #3d388e;
}

.blueBorder {
  height: 3px;
  background-color: #3d388e;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .home-pill {
    margin: 50px;
    padding: 40px 20px;
    border-radius: 175px;
    background-color: #d9d9f5;
  }
}

@media (max-width: 1199px) {
  .home-pill {
    margin: 50px;
    padding: 20px;
    border-radius: 150px;
    background-color: #d9d9f5;
  }
}

@media (max-width: 979px) {
  .home-pill {
    margin: 50px;
    padding: 20px;
    border-radius: 150px;
    background-color: #d9d9f5;
  }
}

@media (max-width: 767px) {
  .home-pill {
    margin: 50px;
    padding: 20px;
    border-radius: 150px;
    background-color: #d9d9f5;
  }
}

@media (min-width: 100px) and (max-width: 768px) {
  .home-pill {
    margin: 0;
    border-radius: 0;
    background-color: #d9d9f5;
  }
}

/* .demoslider {min-height: 600px;} */
.footer {
  background-color: #f9f9f9;
  padding: 25px;
  border-top: 2px solid #cd1e36;
  /* border-bottom: 5px solid red; */
  font-family: "Lato";
  font-weight: 300;
  color: #cd1e36;
  font-size: 14px;
  /* margin-top: -20px; */
  min-height: 500px;
}
.footer h3 {
  font-family: "Lato";
  color: #cd1e36;
}
.footer a {
  color: #a7b7d2;
}

a.headerButton {
  display: block;
  padding: 8px;
  border-radius: 15px;
  background-color: white;
  border: 3px solid red;
  font-family: "Roboto";
  color: red;
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
}
a.headerButton:hover {
  background-color: red;
  border-color: white;
  color: white;
}

a.navButton {
  display: inline-block;
  padding: 8px;
  border-radius: 15px;
  background-color: white;
  border: 3px solid red;
  color: black;
  text-align: center;
  font-size: 1em;
  z-index: 10;
  position: relative;
}
a.navButton:hover {
  background-color: red;
  border-color: white;
  color: white;
}

.main-content {
  background-color: #ffffff;
  /* 
  background-color: #f5f5f5;
 */
  padding: 30px 50px;
  /* border-top: 1px solid #dddddd; */
}

.well {
  background-color: #ffffff;
  border-radius: 0;
}
.well h2 {
  margin-top: 0;
}

.well-nobg {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-nobg h2 {
  margin-top: 0;
}

.well-account {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 6px solid #cd1e36;
}

.well-account-header {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 0;
  background-color: #cd1e36;
  /* background-color:#e3e3e3; */
}
.well-account-header h4 {
  color: #ffffff !important;
  margin: 0;
}

.portal-menu {
  background-color: #000000;
}

.portal-menu a {
  color: #ffffff !important;
}
.portal-menu a:hover {
  color: #000000 !important;
}

.btn-success {
  background-color: #058705;
  border: 2px solid #058705;
  color: #ffffff !important;
  /* height:40px !important; */
  /* border-radius: 10px; */
}

.btn-success:hover {
  /* background-color: #058705; */
  /* border: 2px solid #058705; */
  color: #ffffff !important;
  /* height:40px !important; */
  /* border-radius: 10px; */
}

.btn-primary,
.btn-danger:hover {
  background-color: #cd1e36 !important;
  border: 2px solid #cd1e36 !important;
  color: #ffffff !important;
  /* height:40px !important; */
  /* border-radius: 10px; */
}

.btn-outline-primary {
  border: 2px solid #cd1e36 !important;
  color: #cd1e36 !important;
  /* height:40px !important; */
  /* border-radius: 10px; */
}

.btn-outline-primary:hover {
  background-color: #cd1e36 !important;
  text-decoration: none;
  /* border: 2px solid #cd1e36; */
  color: #ffffff !important;
  /* height:40px !important; */
  /* border-radius: 10px; */
}

.btn-primary:hover,
.btn-danger {
  /* background-color: #cd1e36; */
  /* border: 2px solid #cd1e36; */
  color: #ffffff !important;
  /* height:40px !important; */
  /* border-radius: 10px; */
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #cd1e36 !important;
  border: 2px solid #cd1e36 !important;
  color: #ffffff !important;
  /* height:40px !important; */
  /* border-radius: 10px; */
}

.red a {
  color: #666666 !important;
}
.red .active a,
.red .active a:hover {
  color: #cd1e36 !important;
}

.btn-default {
  /* background-color:#ffffff;
	border: 2px solid #e3e3e3;
	color: #888888 !important;
	height:40px !important; */
  /* border-radius: 10px; */
}

/*.btn-danger {
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #ffffff !important;
	height:40px !important;
	border-radius: 10px;
} */

.btn {
  /* height:40px !important; */
}

a.btn-primary {
  text-align: center;
  /* border-radius: 10px; */
}

h1.dashboard a,
a.dash-logout {
  color: #cd1e36 !important;
  text-decoration: none;
}

.dash-section {
  background-color: #ffffff;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d3cbcb;
  width: 90%;
}
.dash-btn2-inactive {
  color: #eeeeee;
  padding: 20px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #cd1e3681;
  width: 175px !important;
  height: 175px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
}

.dash-btn2 {
  color: #ffffff;
  padding: 20px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #cd1e36;
  width: 175px !important;
  height: 175px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
}

.dash-btn-user {
  color: #ffffff;
  padding: 7px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #cd1e36;
  width: 140px !important;
  height: 140px !important;
  margin-top: 7px;
}

.list-group-item.active {
  color: white !important;
  background-color: #cd1e36 !important;
  border-color: #cd1e36 !important;
}


.form-control::placeholder {color: #6c757d !important;}