/* Colors */

/* Fonts */

/* Border Radius' */

/* Screen Sizes */

.red-gradient {
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
}

.red-gradient h1 {
  margin: 0;
  line-height: 1;
}

.red-gradient a:hover,
.red-gradient a:focus {
  text-shadow: none;
  color: black;
}

.red-gradient a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.red-gradient a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: #a02628;
}

.green-gradient {
  background: #08b55a;
  background: linear-gradient(310deg, #85bc19, #08b55a);
}

.blue-gradient {
  background: #1a85c1;
  background: linear-gradient(310deg, #0bada8, #1a85c1);
}

.purple-gradient {
  background: #8342b2;
  background: linear-gradient(310deg, #af2cc6, #8342b2);
}

/* General Styles */

html {
  font-size: 1em;
}

html body {
  font-family: fira sans, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  color: #2b2b2b;
  margin: 0;
}

html body a,
html body a.tln {
  color: #c93032;
  text-decoration: none;
  border-bottom: 1px dotted #a7a7a7;
}

html body a:hover,
html body a:focus,
html body a.tln:hover,
html body a.tln:focus {
  color: #a02628;
  border-bottom: 2px solid #c93032;
  text-decoration: none;
}

html body a.tln {
  margin-left: 1.5em;
}

h1,
h2 {
  font-family: droid serif, serif;
  line-height: 1.3;
}

h1 {
  font-size: 3em;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.25em;
  font-weight: bold;
}

h3 {
  font-size: 1.1em;
  letter-spacing: 0.25px;
  font-weight: 700;
}

select,
input,
a {
  cursor: pointer;
}

input[type=search],
input[type=text] {
  cursor: text;
}

ul li,
ol li {
  margin-top: 0.5em;
}

ul {
  list-style: none;
  padding-left: 0;
}

aside {
  flex: 1;
  max-width: 300px;
}

@media (max-width: 992px) {
  aside {
    max-width: 100%;
    justify-content: space-between;
  }
}

.btn-lg {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  margin-top: 1em;
  vertical-align: bottom;
  padding: 0.5em 1em;
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
  border-radius: 5px;
  border: none;
}

.btn-lg h1 {
  margin: 0;
  line-height: 1;
}

.btn-lg a:hover,
.btn-lg a:focus {
  text-shadow: none;
  color: black;
}

.btn-lg a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.btn-lg a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: #a02628;
}

.btn-lg:hover {
  background: #a02628;
  text-decoration: underline;
  border: none;
  color: #ffffff;
}

.btn-ghost {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 0.5em 1em;
}

.text-container {
  background-color: #f9f9f9;
  border: 1px solid #ececec;
  padding: 1em 2em;
  margin: 1em;
}

aside .text-container-wrapper {
  flex-wrap: wrap;
}

aside .text-container-wrapper .text-container {
  margin: 1em 0;
}

.icon-fbook,
.icon-twit,
.icon-li {
  height: 18px;
  width: 28px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-wrapper .social-links {
  padding: 0.5em 1.5em;
}

footer .social-icon:first-child {
  margin-left: 0;
}

a.spanish-link {
  color: #6c6c6c;
}

a.spanish-link:hover {
  color: #c93032;
}

.social-links a {
  border-bottom: 0;
}

.social-links a:hover {
  border: none;
}

.social-links .social-icon {
  border-radius: 50px;
  border: 2px solid #ececec;
  padding: 0.2em;
  margin: 0.15em;
  display: inline-block;
}

.social-links .social-icon:hover {
  background-color: #c93032;
  border-color: #ffffff;
  cursor: pointer;
}

.social-links .social-icon:hover .icon-fbook {
  background-image: url("/images/icon-fbook.svg");
}

.social-links .social-icon:hover .icon-twit {
  background-image: url("/images/icon-twitter.svg");
}

.social-links .social-icon:hover .icon-li {
  background-image: url("/images/icon-linkedin.svg");
}

.social-links .icon-fbook {
  background-image: url("/images/icon-fbook-gray.svg");
}

.social-links .icon-twit {
  background-image: url("/images/icon-twitter-gray.svg");
}

.social-links .icon-li {
  background-image: url("/images/icon-linkedin-gray.svg");
}

input {
  font-size: 0.8em;
}

input[type=search] {
  border-radius: 50px;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  padding: 2px 20px;
}

input[type=submit],
input[type=button] {
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
  border-radius: 5px;
  border: none;
  padding: 0.5em 1em;
}

input[type=submit] h1,
input[type=button] h1 {
  margin: 0;
  line-height: 1;
}

input[type=submit] a:hover,
input[type=submit] a:focus,
input[type=button] a:hover,
input[type=button] a:focus {
  text-shadow: none;
  color: black;
}

input[type=submit] a.btn-ghost,
input[type=button] a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

input[type=submit] a.btn-ghost:hover,
input[type=button] a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: #a02628;
}

input[type=submit]:hover,
input[type=button]:hover {
  background: #a02628;
  text-decoration: underline;
  border: none;
  color: #ffffff;
}

button {
  border: 2px solid #c93032;
  text-shadow: none;
}

/* Header & Navigation */

html header {
  padding: 1em;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
}

html header a.logo {
  margin-right: auto;
  width: 290px;
  height: auto;
  border: none;
}

html header a.logo:hover {
  border: none;
}

html header nav a {
  color: #6c6c6c;
  margin: 0.5em;
  font-size: 1.3rem;
}

html header nav a:last-child {
  margin-right: 0;
}

html header nav a:hover,
html header nav a:focus {
  color: #c93032;
  border-bottom: 2px solid #c93032;
  text-decoration: none;
}

html header input[type=submit] {
  padding: 0.15em 1em;
  margin-left: 0.75em;
}

html header form.login input[type=submit] {
  margin: 0 1em;
}

html header input[type=search] {
  padding: 0 15px;
}

nav {
  margin-top: 2em;
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1.5em;
}

.nav-wrapper input[type=search] {
  margin-left: 1em;
}

.nav-wrapper .nav-utilities a {
  font-size: 1rem;
}

form.login {
  display: inline-block;
  border-left: 1px;
  border-right: 1px;
  border-top: 0;
  border-bottom: 0;
  border-color: #dadada;
  border-style: solid;
}

form.login input {
  background: none;
  color: #c93032;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #c93032;
}

form.login input:hover {
  color: #ffffff;
  border: 2px solid #c93032;
}

/* Mobile Header */

#mobileHeader {
  display: flex;
  margin-bottom: 2em;
  align-items: center;
}

#mobileHeader a.logo {
  margin: 0 auto 0 0;
}

#mobileHeader img {
  width: 85%;
}

#mobile-nav {
  border-bottom: 1px solid #dadada;
}

#mobile-nav nav a {
  display: block;
  padding: 1em 0.5em;
  font-size: 1.2em;
  margin: 0;
  text-align: center;
}

#mobile-nav nav a:hover,
#mobile-nav nav a:active {
  border-bottom: 1px dotted #a7a7a7;
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
  color: #ffffff;
}

#mobile-nav nav a:hover h1,
#mobile-nav nav a:active h1 {
  margin: 0;
  line-height: 1;
}

#mobile-nav nav a:hover a:hover,
#mobile-nav nav a:hover a:focus,
#mobile-nav nav a:active a:hover,
#mobile-nav nav a:active a:focus {
  text-shadow: none;
  color: black;
}

#mobile-nav nav a:hover a.btn-ghost,
#mobile-nav nav a:active a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

#mobile-nav nav a:hover a.btn-ghost:hover,
#mobile-nav nav a:active a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: #a02628;
}

#mobile-nav input[type=search] {
  width: 70%;
  margin-right: 3%;
}

#mobile-nav form.login {
  margin: 0 0.75em;
}

#mobile-nav .nav-utilities {
  margin: 2em 0;
}

.mobile-search {
  text-align: center;
  margin: 2em auto 1em;
}

/* Help Section Above Footer */

.background-pattern {
  background: url(/images/neada-pattern.svg?4d001cb3ca1f85d8401a9a15c434c70f);
  background-color: #fcfcfc;
}

.help-section {
  border-top: 1px solid #ececec;
  margin-top: 6em;
}

.help-section .help-container {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2em 1em;
}

@media (max-width: 768px) {
  .help-section .help-container {
    flex-direction: column;
  }
}

.help-section .help-text {
  flex: 2;
}

.help-section .help-ctas {
  flex: 1;
}

/* Footer Section */

footer {
  border-top: 1px solid #ececec;
  padding: 3em 0 0;
}

footer .footer-info {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  footer .footer-info {
    flex-direction: column;
  }
}

footer .footer-info .container {
  flex: 1;
  padding: 1em;
}

@media (max-width: 768px) {
  footer .footer-info .container {
    width: 100%;
    padding: 1em 1em 0;
  }
}

footer .footer-info .container:nth-child(2) {
  flex: 2;
}

footer .footer-info .container:last-child {
  flex: 3;
}

@media (max-width: 768px) {
  footer .footer-info li {
    display: inline-block;
    margin-right: 2%;
  }
}

.footer-logos {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 1em;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-logos {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-logos .logo:first-child {
    width: 100%;
    text-align: center;
  }

  .footer-logos .logo:first-child img {
    width: 40%;
    margin: 1em auto 0;
  }
}

.footer-logos .logo {
  flex: 1;
  padding: 2em;
  filter: grayscale(90%);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-logos .logo {
    width: 50%;
    flex: inherit;
    padding: 1em;
    margin: 0 auto;
    opacity: 1;
    filter: none;
  }
}

.footer-logos .logo:hover {
  opacity: 1;
  filter: grayscale(0%);
  transition: all 500ms ease;
}

.footer-logos a {
  border: none;
}

.footer-logos a:hover {
  border: none;
}

.copyright {
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
  margin: 0;
  text-align: center;
  padding: 0.25em 0;
}

.copyright h1 {
  margin: 0;
  line-height: 1;
}

.copyright a:hover,
.copyright a:focus {
  text-shadow: none;
  color: black;
}

.copyright a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.copyright a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: #a02628;
}

.article-main h1,
.article-content h1 {
  margin: 0.1em 0 0.75em 0;
}

.article-main h2,
.article-content h2 {
  margin-top: 3.2em;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .article-main h2,
  .article-content h2 {
    font-size: 1.2em;
    line-height: 1.5;
  }
}

.article-main h3,
.article-content h3 {
  margin-top: 3.2em;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .article-main h3,
  .article-content h3 {
    font-size: 1em;
  }
}

.article-main h2 + h3,
.article-content h2 + h3 {
  margin-top: 2em;
}

.article-main h4,
.article-content h4 {
  font-weight: bold;
  margin: 2em 0 1em;
  font-size: 1.25rem;
  line-height: 1.5;
}

.article-main h2,
.article-main h3,
.article-content h2,
.article-content h3 {
  letter-spacing: 0.5px;
}

.article-main p,
.article-content p {
  line-height: 1.8;
  margin: 1.5em 0;
}

.article-main ul,
.article-content ul {
  list-style: disc;
}

.article-main p,
.article-main ul,
.article-main ol,
.article-content p,
.article-content ul,
.article-content ol {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .article-main p,
  .article-main ul,
  .article-main ol,
  .article-content p,
  .article-content ul,
  .article-content ol {
    font-size: 1em;
    line-height: 1.5;
  }
}

.objective-header {
  color: #08b55a;
  border-bottom: 1px solid #08b55a;
  line-height: 2;
  text-transform: uppercase;
  margin-top: 1em;
}

.modal-body {
  padding: 0 2em 2em;
  line-height: 1.8;
}

.modal-header {
  padding: 2.2em 2em 1.8em;
  border: none;
}

.modal-title {
  font-size: 1.8rem;
  color: #c93032;
}

.modal-footer button {
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
}

.modal-footer button h1 {
  margin: 0;
  line-height: 1;
}

.modal-footer button a:hover,
.modal-footer button a:focus {
  text-shadow: none;
  color: black;
}

.modal-footer button a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.modal-footer button a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: #a02628;
}

.intro {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .intro {
    flex-direction: column;
  }
}

.intro .description {
  flex: 1;
}

.intro .header-img-wrapper {
  flex: 1;
  position: relative;
  margin-top: 2em;
}

@media (max-width: 992px) {
  .intro .header-img-wrapper {
    margin-right: 2em;
  }
}

.intro .header-img-wrapper img {
  width: 100%;
}

.intro .caption {
  position: absolute;
  bottom: -10px;
  right: 60px;
}

.caption {
  background-color: #c93032;
  color: #ffffff;
  padding: 0.5em 1em;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
}

.service-icon {
  border-radius: 5px;
  padding: 0.6em;
}

.service-container img {
  width: 70px;
  height: 70px;
}

.contact-section form {
  padding: 4% 3%;
  text-align: left;
  margin: 2em auto 0;
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0px 0px 10px #dadada;
}

.contact-section input[type=checkbox] {
  margin-top: 2.5em;
}

.contact-section label,
#subscribe label,
.downloads-wrapper label,
#contactForm label {
  font-weight: bold;
  display: block;
  margin: 1.5em 0 0;
}

.contact-section select#referral,
.contact-section input[type=button],
#subscribe select#referral,
#subscribe input[type=button],
.downloads-wrapper select#referral,
.downloads-wrapper input[type=button],
#contactForm select#referral,
#contactForm input[type=button] {
  display: block;
}

.contact-section input[type=text],
.contact-section textarea,
#subscribe input[type=text],
#subscribe textarea,
.downloads-wrapper input[type=text],
.downloads-wrapper textarea,
#contactForm input[type=text],
#contactForm textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #dadada;
  padding: 0.25em 1em;
  font-size: inherit;
}

.contact-preference input {
  width: auto;
}

.contact-preference input:not(:first-child) {
  margin-left: 5%;
}

#subscribe label {
  display: block;
}

#subscribe input[type=text] {
  width: 100%;
}

.results-nav,
.post-pagination {
  border-bottom: 1px solid #c4c4c4;
  display: flex;
}

.results-nav nav,
.post-pagination nav {
  margin-top: 0;
  margin-left: auto;
  min-width: 200px;
}

.results-nav nav ul,
.post-pagination nav ul {
  margin: 0;
}

.results-nav nav ul a,
.post-pagination nav ul a {
  color: #a7a7a7;
  border: none;
  line-height: 1.2;
  margin: 0 0.15em;
  text-decoration: underline;
}

.results-nav nav ul a:hover,
.post-pagination nav ul a:hover {
  color: red;
  text-decoration: underline;
  background: none;
}

.results-nav nav ul a:focus,
.post-pagination nav ul a:focus {
  border-radius: 5px;
  color: #5b5b5b;
}

.results-nav nav ul li:first-child a,
.results-nav nav ul li:last-child a,
.post-pagination nav ul li:first-child a,
.post-pagination nav ul li:last-child a {
  border-radius: 50px;
  border: 1px solid #ececec;
  background: #f9f9f9;
  margin: 0 0.25em;
}

.results-nav nav ul li:first-child a:hover,
.results-nav nav ul li:last-child a:hover,
.post-pagination nav ul li:first-child a:hover,
.post-pagination nav ul li:last-child a:hover {
  color: #ffffff;
  background: #c93032;
  border-color: #a02628;
}

.results-nav nav .pagination > .active > a,
.post-pagination nav .pagination > .active > a {
  background: #c93032;
  border-radius: 5px;
}

