/**
 * Custom Base Styles
 */
@media (min-width: 1281px) {
  ul.main-menu a.dropdown-toggle {
    pointer-events: none;
  }
}
a {
  color: #981e32;
}

a:hover,
a:focus {
  color: #981e32;
  text-decoration: underline;
}

a.link--dark,
.link--dark a {
  color: #981e32;
}

a.link--dark:hover,
.link--dark a:hover,
a.link--dark:focus,
.link--dark a:focus {
  color: #d2131d;
}

a.link--bordered,
.link--bordered a {
  border-color: #d2131d;
}

h1 {
  font-size: 36pt;
  font-weight: normal;
  color: #434343;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  h1 {
    margin-bottom: 0px !important;
  }
}
/* Body */
body {
  font-family: "Open Sans";
  background-color: #F3F3F3;
  font-size: 16px;
  color: #333e48;
  font-weight: 300;
}

/* Hero Tagline */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 700;
  text-transform: none;
  color: #333e48;
}

/* Hero Header */
h1 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 80px;
}

/* Page Header */
h2 {
  font-family: "Open Sans";
  color: #434343;
  font-size: 36px;
  font-weight: 600;
}


@media (max-width: 768px) {
  body, p, a {
    font-size: 14px;
  }

  h1 {
    font-size: 36px !important;
  }

  h2 {
    font-size: 24px;
  }
}
.text--dark {
  color: #bb111a;
}

.text--colored {
  color: #981e32;
}

.region--dark-typography blockquote:before {
  color: #981e32;
}

.link--hover-style-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 17, 26, 0.5)), to(rgba(187, 17, 26, 0.5)));
  background-image: -o-linear-gradient(rgba(187, 17, 26, 0.5) 0%, rgba(187, 17, 26, 0.5) 100%);
  background-image: linear-gradient(rgba(187, 17, 26, 0.5) 0%, rgba(187, 17, 26, 0.5) 100%);
}

.link--hover-style-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bb111a), to(#bb111a));
  background-image: -o-linear-gradient(#bb111a 0%, #bb111a 100%);
  background-image: linear-gradient(#bb111a 0%, #bb111a 100%);
}

.region--light-typography .link--hover-style-3:hover {
  color: #d2131d;
}

/* Prevent Acquia toolbar from breaking the header */
@media (max-width: 767px) {
  .toolbar-tab {
    max-width: 99px;
  }
}
/* Fix for grid in Safari */
.row:before, .row:after {
  width: 0px;
  height: 0px;
}

table caption {
  caption-side: top;
}

/* Error notification toastr */
/* .toastr-error-message {
  background-color: #f4d466;
  color: #333e48;
} */
.messages--toastr-error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  color: #f3f3f3 !important;
}

.messages--toastr-error-message .alert-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-radius: 2px;
  margin: 0 !important;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  background-color: #f4d466;
  color: #333e48 !important;
}

.messages--toastr-error-message .icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  padding: 1em;
}

.messages--toastr-error-message .icon-section i {
  font-size: 20px;
  font-weight: 400;
}

.messages--toastr-error-message .message-section {
  margin: 0 !important;
  padding: 1em;
}

.messages--toastr-error-message .close-section {
  margin: 0 !important;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.messages--toastr-error-message .close-section i {
  font-size: 24px;
  cursor: pointer;
  color: #333e48;
}

/**Width values*/
.w-100 {
  width: 100px;
}

.w-150 {
  width: 150px;
}

.w-220 {
  width: 220px;
}

.w-480 {
  width: 480px;
}

/***Fonts Titles values****/
.title-f-32 {
  font-size: 32px;
}

.cursor-pointer {
  cursor: pointer;
}

body.path-email-tfa .toolbar{
  display: none;
}


/***Terms of use****/

.field--type-text-with-summary{
  background: #FFF;
}

.field--type-text-with-summary.field__item{
  padding: 30px;
}
