.img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.thankyou_modal .close {
  background: transparent;
  border: none;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  color: #011c2c; }
  .thankyou_modal .close [class*=" icon-"],
  .thankyou_modal .close [class^="icon-"] {
    width: 18px;
    height: 18px;
    fill: #011c2c; }

.blogPopup input:focus {
  border-color: #eee; }

.blogPopup form .checkbox_container .checkmark {
  background-color: #153f54;
  border: 1px solid #153f54; }

.blogPopup form .checkbox_container input:focus + .checkmark {
  border-color: #eee; }

.blogPopup form .checkbox_container:hover input ~ .checkmark {
  background-color: #153f54; }

.logoGrid {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center; }

.logoGrid-logo {
  width: 50%;
  padding: 24px;
  text-align: center; }
  .logoGrid-logo img {
    max-width: 100%;
    height: auto; }

@media screen and (min-width: 768px ) {
  .logoGrid-logo {
    width: 20%;
  }
}

body.login {
  background: #f1f1f1; }
  body.login h1 a {
    background-image: url("../img/logo-login.png");
    background-size: 125px;
    width: 125px;
    height: 50px; }
  body.login #nav {
    text-align: center; }
  body.login #backtoblog {
    display: none; }

/*# sourceMappingURL=main.css.map */
