@font-face {
  font-family: 'Aeonik-Regular';
  src: url('/assets/fonts/Aeonik/Aeonik-Regular.woff2') format('woff2'),
    url('/assets/fonts/Aeonik/Aeonik-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Aeonik-Bold';
  src: url('/assets/fonts/Aeonik/Aeonik-Bold.woff2') format('woff2'),
    url('/assets/fonts/Aeonik/Aeonik-Bold.woff') format('woff');
}

@keyframes prompt-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*CSS rules for the header section*/

body {
  font-family: 'Aeonik-Regular';
  font-size: 16px;
  color: #000;
}

.navbar-default .navbar-nav span a {
  color: #0064ff;
  font-size: 18px;
}

.navbar-default .navbar-nav span a:hover {
  color: #0064ff;
}

.top-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.top-nav-item span a {
  margin-right: 15px;
}

.top-nav-item img {
  margin-right: 5px;
  width: 35px;
  height: 35px;
}

.learn-more-nav-item {
  margin-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.learn-more-nav-icon {
  margin-right: 5px;
  width: 35px;
  height: 35px;
}

.learn-more-nav-item-container {
  margin-top: -5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ala-logo-wrapper img {
  width: 200px;
}

h1 {
  font-size: 34px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Aeonik-Bold';
  color: #002158;
}

.font-28 {
  font-size: 28px;
}

.font-40 {
  font-size: 40px;
}

.index-banner {
  width: 100%;
  height: 350px;
  position: relative;
  background: #0064ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-banner-content-wrapper {
  width: 1140px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.index-banner-text {
  margin-right: 20px;
  padding: 10px 10px 10px 0px;
  width: 455px;
  height: 250px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.index-banner-heading {
  font-size: 50px;
  font-family: 'Aeonik-Bold';
  line-height: 1;
}

.index-banner-para {
  width: 500px;
  font-size: 18px;
}

.index-banner-img-container {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.index-banner-img-container img {
  height: 100%;
}

.desc-sentence {
  margin-bottom: 10px;
  font-size: 18px;
}

/* register.html existing user prompt */

.existing-user {
  margin-bottom: 25px;
  padding: 20px;
  background: #0064ff;
  color: #fff;
  align-items: center;
  animation: prompt-fade 0.75s forwards;
}

.existing-user p {
  margin: 0px;
  padding: 0px;
}

.existing-user a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

/* Index Page Course Boxes */

.course-section-wrapper {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.wordmark-container {
  margin-right: 35px;
  width: 75px;
}

.course-description {
  width: 100%;
}

/*Arrows for the slider*/

.slick-arrow {
  background-image: none;
  background-color: transparent;
  border: 0px;
}

.slick-prev,
.slick-next {
  padding: 0px;
}

.category-header {
  font-size: 1.5em;
  line-height: normal;
  font-weight: 400;
  color: #333;
  min-height: 100px;
  position: relative;
}

.category-around {
  border: 1px solid lightgray;
  padding: 15px;
  margin-bottom: 15px;
}

.grow {
  transition: all 0.6s ease-in-out;
}

.grow:hover {
  transform: scale(1.3);
  opacity: 0.6;
}

.hide-overflow {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mr-15 {
  margin-right: 15px;
}

.p-3 {
  padding: 3px;
}

.p-0 {
  padding: 0px;
}

.p-fix {
  padding-left: 17px;
  padding-right: 23px;
}

.red-text {
  color: #ed1b2d;
}

.navbar {
  margin: 0px 0px 25px 0px;
  border-radius: 0px;
}

.nav-logo {
  width: 175px;
  height: 70px;
}

header.navbar.navbar-default {
  background-position: center top;
  background-size: cover;
  background-image: linear-gradient(to bottom, #fff, #f6f6f6);
  background-repeat: repeat-x;
  border-bottom: 1px solid #e1e1e1;
  border-left: 0px;
  border-right: 0px;
  padding: 10px 0px;
}

.internal-text-banner {
  margin-top: 35px;
}

.headermenu {
  display: table;
  width: 100%;
}

/* .brand {} */

.navbar-nav {
  margin: 7.5px 0px;
  padding-top: 16px;
}

label.error {
  color: #a94442;
  font-weight: normal;
}

.navbar-default .navbar-nav > li > a.glyphicon-lung {
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  padding-left: 34px !important;
  color: #3168ed;
}

.navbar-default .navbar-nav > li > a.glyphicon-lung:hover {
  text-decoration: underline;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #3168ed;
}

.collapse.in ul li {
  padding: 5px 0px;
  border-bottom: 1px solid #ededed;
}

.banner {
  margin-bottom: 10px;
  position: relative;
}

.header-image {
  display: block;
  width: 100%;
  height: 30vh;
  min-height: 150px;
  background: url('../assets/blue.gif') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.internal-banner {
  margin-bottom: 75px;
  height: 250px;
  background: #0063ff;
  background-image: url('../assets/banners/lung-u-blue.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.headline-info {
  padding: 10px 0px 20px 0px;
  border-radius: 4px;
  background: #fff;
}

.headline-info p {
  font-size: 18px;
}

.headline-text {
  color: #002158;
  font-size: 40px;
  font-family: 'Aeonik-Bold';
}

.headline-info-internal {
  padding: 10px 0px 20px 0px;
}

.headline {
  border-top: 10px #ed1b2d solid;
  border-bottom: 1px #555559 solid;
}

.course-list h3 {
  margin-top: 10px;
}

.course-list {
  margin-bottom: 40px;
}

.hr-red {
  border: 1px solid #ed1b2d;
}

.hr-blue {
  border: 1px solid #0064ff;
}

.mid-blue-line {
  border-color: #002158;
}

.img-ala {
  border-top-right-radius: 16px;
  border: solid 2px #555559;
}

.thumbnail {
  margin-bottom: 0px;
}

.customer_info {
  padding: 0px;
}

.course {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.course h3 {
  font-weight: bold;
  font-size: 22px;
}

.course .btn {
  background: #0064ff;
  color: #fff;
  border-radius: 16px;
  margin-right: 5px;
  border: 2px solid #0064ff;
}

.public .course:last-of-type,
.private .course:last-of-type {
  border-bottom: 0px;
}

.form-submit .btn {
  border-radius: 20px;
}

.course .btn:hover {
  background-color: #fff;
  color: #3168ed;
  border: 2px solid #3168ed;
}

.form-submit .btn:hover,
.form-submit .btn:hover .glyphicon {
  background-color: #7fba00;
  color: #fff !important;
  border: 1px solid transparent;
}

/*Register Process*/

.amlung-banner {
  margin-bottom: 40px;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}

.process-row {
  display: table-row;
}

.process {
  display: table;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.process-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.process-row:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.process-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.process-step p {
  margin-top: 10px;
}

.btn-circle {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.reg-button {
  padding: 10px 30px;
  background: #0064ff;
  border: 3px solid #0064ff;
  color: #fff;
  font-family: 'Aeonik-Bold';
  text-align: center;
  letter-spacing: 1px;
  border-radius: 26px;
  transition: background 0.4s ease, color 0.4s ease;
}

.reg-button:hover {
  background: #fff;
  color: #0064ff;
}

/*COURSES LAYOUT*/

.course-menu .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.course-view {
  margin-bottom: 30px;
}

h2.course-title {
  background-color: #002158;
  color: #fff;
  padding: 14px 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-family: 'Aeonik-Bold';
}

.course-buttons {
  margin: 20px 0px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.course-buttons a {
  width: 90%;
}

.course-caption {
  padding: 20px 10px;
  font-size: 18px;
  border: #555559 solid 1px;
  border-top: none;
}

.course-view .list-group-item {
  color: #000;
}

.course-view .list-group-item:hover {
  background: #fff;
  color: #000;
}

.course-view .list-group-item.active,
.course-view .list-group-item.active:focus {
  color: #fff;
  background-color: #002158;
  border-color: #002158;
}

.course-view .list-group-item.active .glyphicon,
.course-view .list-group-item.active:focus .glyphicon {
  color: #fff;
  background-color: #002158;
  border-color: #002158;
}

.course-view .btn:hover,
.course-view .btn:hover .glyphicon {
  background-color: #fff;
  color: #333 !important;
}

.course-view .btn {
  border-radius: 16px;
  display: block;
  margin-right: 5px;
  margin: 5px;
}

.row.form-layout {
  background: #fff;
  margin: 0px;
  box-shadow: 0px 0px 8px #eee;
  padding-bottom: 20px;
}

label .required {
  font-size: 18px;
  color: #a94442;
  font-weight: bold;
}

.row.headings {
  color: #fff;
  margin: 0px;
  padding: 15px 15px 6px 15px;
}

/*Background*/

.bg-blue {
  background-color: #3a75c4;
  color: #fff;
}

.bg-red {
  background-color: #ed1b2d;
  color: #fff;
}

.bg-orange {
  background-color: #f77f00;
  color: #fff;
}

.bg-yellow {
  background-color: #fca311;
  color: #fff;
}

.bg-purple {
  background-color: #872b93;
  color: #fff;
}

.bg-lightblue {
  background-color: #00a5db;
}

.bg-green {
  background-color: #7fba00;
  color: #fff;
}

.bg-midnight {
  background: #002158;
}

/*Text*/

.text-gray {
  color: #555559;
}

.text-blue {
  color: #002158;
}

.champ-blue {
  color: #0064ff;
}

.mid-blue {
  color: #002158;
}

.bg-mid-blue {
  background: #002158;
}

.color-white {
  color: #fff;
}

.text-red {
  color: #ed1b2d !important;
}

.text-orange {
  color: #f77f00 !important;
}

.text-yellow {
  color: #fca311 !important;
}

.text-purple {
  color: #872b93 !important;
}

.text-lightblue {
  color: #00a5db !important;
}

.text-green {
  color: #7fba00 !important;
}

.body-link {
  color: #0064ff;
  font-weight: bold;
}

.body-link:hover {
  color: #0064ff;
  border-bottom: 3px solid #0064ff;
}

.body-link-light {
  color: #0064ff;
}

.body-link-light:hover {
  color: #0064ff;
  border-bottom: 3px solid #0064ff;
}

/*Buttons*/

/* .btn-blue {
	background-color: #3A75C4;
	border: 2px solid #3A75C4;
	color: #FFF;
} */

.btn-red {
  background-color: #ed1b2d;
  border: 2px solid #ed1b2d;
  color: #fff;
}

.btn-orange {
  background-color: #f77f00;
  border: 2px solid #f77f00;
  color: #fff;
}

.btn-purple {
  background-color: #872b93;
  border: 2px solid #872b93;
  color: #fff;
}

.btn-lightblue {
  background-color: #00a5db;
  border: 2px solid #00a5db;
  color: #333;
}

.btn-green {
  background-color: #7fba00;
  border: 2px solid #7fba00;
  color: #fff;
}

.ala-button-blue {
  padding: 10px 30px;
  background: #0064ff;
  border: 3px solid #0064ff;
  color: #fff;
  font-family: 'Aeonik-Bold';
  text-align: center;
  letter-spacing: 1px;
  border-radius: 26px;
  transition: background 0.4s ease, color 0.4s ease;
}

.ala-button-blue:hover {
  background: #fff;
  color: #0064ff;
}

.ala-button-mid {
  padding: 10px 30px;
  background: #002158;
  border: 3px solid #002158;
  color: #fff;
  font-family: 'Aeonik-Bold';
  text-align: center;
  letter-spacing: 1px;
  border-radius: 26px;
  transition: background 0.4s ease, color 0.4s ease;
}

.ala-button-mid:hover {
  background: #fff;
  color: #002158;
}

.ala-button-green {
  padding: 10px 20px;
  background: #d1e33b;
  border: 3px solid #d1e33b;
  color: #002158;
  font-family: 'Aeonik-Bold';
  text-align: center;
  letter-spacing: 1px;
  border-radius: 26px;
  transition: background 0.4s ease, color 0.4s ease;
}

.ala-button-green:hover {
  background: #fff;
  color: #002158;
}

.btn-border-red {
  background-color: #fff;
  border: 2px solid #ed1b2d;
  color: #333;
}

.btn-border-orange {
  background-color: #fff;
  border: 2px solid #f77f00;
  color: #333;
}

.btn-border-purple {
  background-color: #fff;
  border: 2px solid #872b93;
  color: #333;
}

.btn-border-lightblue {
  background-color: #fff;
  border: 2px solid #00a5db;
  color: #333;
}

.btn-border-green {
  background-color: #fff;
  border: 2px solid #7fba00;
  color: #333;
}

.headings .btn-group {
  margin-top: 0px;
}

.headings .btn-group {
  margin-top: 0px;
}

.courses {
  padding: 20px 15px;
  overflow: auto;
  margin-bottom: 0px;
}

.amlung-form {
  padding: 20px 25px;
  overflow: auto;
  min-height: 440px;
}

.amlung-course {
  cursor: pointer;
  float: left;
  width: 100%;
  transition: all 0.1s linear 0s;
}

.amlung-course .course-title {
  width: 100%;
  height: 30px;
  font-size: 16px;
  padding: 4px 0px 4px 0px;
}

.checkbox .label-success {
  margin-left: 7px;
}

.checkbox + .checkbox {
  margin-top: 0px;
}

.checkbox {
  margin-top: 5px;
  margin-bottom: 20px;
}

.courses .help-block {
  position: relative;
  bottom: 0px;
  width: 100%;
  margin-left: 12px;
  float: left;
}

a.coursename {
  color: #3a75c4;
  margin-top: 6px;
  margin-bottom: 0px;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 5px;
}

a.coursename:hover {
  text-decoration: none;
}

.courseinfo {
  font-size: 18px;
}

input[type='hidden'].css-checkbox {
  position: absolute;
  right: 0px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  height: 16px;
  width: 16px;
  margin: 12px 2px;
  padding: 0;
  border: 0;
}

.courses.has-error input[type='hidden'].css-checkbox + label.css-label {
  box-shadow: 0px 0px 8px 1px #a94442;
  display: block;
}

input[type='hidden'].css-checkbox + label.css-label {
  background-image: url(../assets/course-icon.png);
  padding-left: 70px;
  padding-top: 2px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-size: 55px;
  border-top-right-radius: 12px;
  border: #ccc 2px solid;
  background-position: 6px 10px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 6px 0.5px #ccc;
  width: 100%;
  float: left;
  cursor: default;
}

.checkbox input[type='hidden'].css-checkbox:hover + label.css-label {
  box-shadow: 0px 0px 8px 1px #3a75c4;
}

.checkbox input[type='hidden'].css-checkbox:checked + label.css-label {
  box-shadow: 0px 0px 8px 1px #3c763d;
}

.checkbox input[type='hidden'].css-checkbox:disabled + label.css-label {
  box-shadow: 0px 0px 6px 0.5px #ccc;
  cursor: default;
}

.checkbox.course input[type='hidden'].css-checkbox + label.css-label {
  background-image: url(../assets/amlung-thumbnail.png);
  transition: all 0.2s linear 0s;
}

.checkbox.course input[type='hidden'].css-checkbox:checked + label.css-label {
  background-image: url(../assets/thumbnail-check.png),
    url(../assets/amlung-thumbnail.png);
}

form {
  color: #000;
}

.form-submit {
  margin-top: 15px;
}

#form-response.alert {
  padding: 6px 10px;
}

.modal {
  z-index: 6000;
}

.modal-dialog {
  width: 40%;
  max-width: 380px;
  min-width: 290px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#login-modal .modal-content {
  box-shadow: 0 0px 15px rgba(184, 184, 184, 1);
}

.modal-title {
  color: #002158;
}

.modal-body {
  position: relative;
  max-height: none;
  padding: 15px;
  overflow-y: auto;
}

.modal-backdrop {
  z-index: 5000;
}

#amlung-login .form-group {
  margin-bottom: 5px;
}

#amlung-login .form-control {
  width: 80%;
  margin-bottom: 5px;
}

.amlung-form button.amlung-red {
  display: inline;
  border-radius: 4px;
  margin: 0px auto;
  padding: 6px 12px;
  font-size: 14px;
}

.modal-content .amlung-form {
  padding: 10px 15px;
  overflow: auto;
  min-height: 400px;
}

#response .modal-lg {
  margin-top: 20%;
}

#response .modal-dialog {
  min-width: 290px;
  max-width: 700px;
}

#response .modal-content {
  padding: 20px 30px;
  font-size: 18px;
}

#assessment .modal-lg {
  margin-top: 5%;
}

#assessment .modal-dialog {
  min-width: 290px;
  max-width: 700px;
}

#assessment .modal-content {
  padding: 20px 30px;
  font-size: 18px;
}

form h2 {
  font-size: 21px;
  margin-top: 0px;
  float: left;
  width: auto;
}

form h2 .h2_desc {
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}

footer {
  margin-top: 100px;
  padding: 10px 0px 15px 0px;
  width: 100%;
  background-color: #002158;
}

.txt-vmid {
  color: #a3a9ac;
  font-size: 18px;
  vertical-align: top;
  font-weight: 100;
}

.front-page-banner {
  display: block;
  width: 100%;
  height: 200px;
  background: url('/assets/lungu-front-page.png') no-repeat center center scroll;
  background-position: center;
  background-color: #e8e9eb;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: auto;
  border-bottom: 57px solid #0064ff;
}

.sign-in-org a {
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #3a75c4;
  color: #3a75c4;
  font-size: 14px;
  padding: 7px 25px;
  background-image: none;
  text-transform: uppercase;
}

.mt-5 {
  margin-top: 30px;
}

.learn-more-navbar {
  background: #fff;
  background-image: none !important;
}

.spanish-label {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}

.form-field-instructions {
  line-height: 14px;
  font-size: 12px !important;
  color: #666;
}

/* Front page categories */

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cat-grid-row1 {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(6, 215px);
  grid-template-rows: repeat(1, 130px);
  justify-content: center;
}

.cat-grid-row2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(7, 215px);
  grid-template-rows: repeat(1, 130px);
  justify-content: center;
}

.cat--button {
  width: 215px;
  height: 130px;
  color: #0d2354;
  font-family: 'Aeonik-Bold';
  text-transform: uppercase;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15),
    0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: height 0.2s ease;
}

.cat--button-content {
  width: 100%;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cat--button-content img {
  margin-bottom: 15px;
}

.cat--button-content img.cat-pulmonary-hypertension {
  margin-bottom: 8px;
}

.cat--active {
  border-radius: 4px;
  background: #d1e33b !important;
}

.cat--button:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.cat--button:hover {
  cursor: pointer;
}

.cat--button p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.cat--button .cat-all {
  width: 40px;
  height: 50px;
}

.cat--button .cat-inhaler {
  width: 45px;
  height: 50px;
}

.cat--button .cat-trainer {
  width: 45px;
  height: 50px;
}

.cat--button .cat-tobacco {
  width: 50px;
  height: 50px;
}

.cat--button .cat-pulmonary-hypertension {
  width: 50px;
  height: 50px;
}

.cat--button .cat-lung-c {
  width: 50px;
  height: 50px;
}

.cat--button .cat-outdoor-air {
  width: 50px;
  height: 50px;
}

.cat--button .cat-webinar {
  width: 50px;
  height: 50px;
}

.cat--button .cat-spotlights {
  width: 50px;
  height: 50px;
}

.cat--button .cat-copd {
  width: 42px;
  height: 50px;
}

.cat--button .cat-advocacy {
  width: 57.8px;
  height: 50px;
}

.cat--button .cat-infectious-disease {
  width: 50px;
  height: 50px;
}

.cat--button .cat-air {
  width: 50px;
  height: 50px;
}

.cat--courses {
  min-height: 800px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cat--courses a {
  text-decoration: none;
  color: #000;
}

.cat--course {
  margin-bottom: 20px;
  padding: 20px 30px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15),
    0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 800px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  animation: fade_in 0.6s ease;
}

.cat--course:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.cat--course img {
  margin-right: 30px;
  width: 60px;
  height: 60px;
}

.cat--course-title {
  border-left: 3px solid #002158;
}

.cat--course-title p {
  padding-left: 15px;
}

.cat--course-title-heading {
  font-family: 'Aeonik-Bold';
  font-size: 22px;
  color: #002158;
  line-height: 1.4;
}

.cat--course-title-purpose {
  margin-bottom: 10px;
}

.cat--course-title-target {
  margin-bottom: 20px;
}

.cat--course-title-purpose,
.cat--course-title-target {
  font-family: 'Aeonik-Regular';
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}

.cat--course-title button {
  margin-left: 15px;
  padding: 5px 10px;
  background: #d1e33b;
  border: 3px solid #d1e33b;
  color: #002158;
  font-family: 'Aeonik-Bold';
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 26px;
  transition: background 0.4s ease, color 0.4s ease;
}

.cat--course-title button:hover {
  background: #fff;
  color: #002158;
}

@media (max-width: 1000px) {
  .cat--courses {
    min-height: 0px;
  }
}

@media (min-width: 800px) and (max-width: 1630px) {
  .cat-grid-row1 {
    grid-template-columns: repeat(6, 145px);
    grid-template-rows: repeat(1, 95px);
  }
  .cat-grid-row2 {
    grid-template-columns: repeat(7, 145px);
    grid-template-rows: repeat(1, 95px);
  }
  .cat--button {
    width: 145px;
    height: 95px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15),
      0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .cat--button-content {
    top: 15px;
  }
  .cat--button-content p {
    font-size: 12px;
  }
  .cat--button .cat-all {
    width: 20px;
    height: 30px;
  }
  .cat--button .cat-inhaler {
    width: 25px;
    height: 30px;
  }
  .cat--button .cat-trainer {
    width: 25px;
    height: 30px;
  }
  .cat--button .cat-tobacco {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-pulmonary-hypertension {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-lung-c {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-outdoor-air {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-webinar {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-spotlights {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-copd {
    width: 25px;
    height: 30px;
  }
  .cat--button .cat-advocacy {
    width: 34.68px;
    height: 30px;
  }
  .cat--button .cat-infectious-disease {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-air {
    width: 30px;
    height: 30px;
  }
  .cat--course {
    width: 600px;
  }
  .cat--course p {
    padding-left: 10px;
  }
  .cat--course-title-purpose,
  .cat--course-title-target {
    font-size: 16px;
  }
  .cat--course-title-heading {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (min-width: 600px) and (max-width: 1130px) {
  .cat-grid-row1 {
    grid-template-columns: repeat(6, 108px);
    grid-template-rows: repeat(1, 75px);
  }
  .cat-grid-row2 {
    grid-template-columns: repeat(7, 108px);
    grid-template-rows: repeat(1, 75px);
  }
  .cat--button {
    width: 108px;
    height: 75px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15),
      0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .cat--button-content {
    top: 10px;
  }
  .cat--button-content p {
    font-size: 9px;
  }
  .cat--button .cat-all {
    width: 15px;
    height: 25px;
  }
  .cat--button .cat-inhaler {
    width: 20px;
    height: 25px;
  }
  .cat--button .cat-trainer {
    width: 20px;
    height: 25px;
  }
  .cat--button .cat-tobacco {
    width: 25px;
    height: 25px;
  }
  .cat--button .cat-pulmonary-hypertension {
    width: 25px;
    height: 25px;
  }
  .cat--button .cat-lung-c {
    width: 25px;
    height: 25px;
  }
  .cat--button .cat-outdoor-air {
    width: 25px;
    height: 25px;
  }
  .cat--button .cat-webinar {
    width: 25px;
    height: 25px;
  }
  .cat--button .cat-spotlights {
    width: 25px;
    height: 25px;
  }
  .cat--button .cat-copd {
    width: 20px;
    height: 25px;
  }
  .cat--button .cat-advocacy {
    width: 28.9px;
    height: 25px;
  }
  .cat--button .cat-infectious-disease {
    width: 25px;
    height: 25px;
  }
  .cat--button .cat-air {
    width: 25px;
    height: 25px;
  }
  .cat--course {
    width: 500px;
  }
  .cat--course p {
    padding-left: 10px;
  }
  .cat--course-title-purpose,
  .cat--course-title-target {
    font-size: 16px;
  }
  .cat--course-title-heading {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 875px) {
  .cat-grid-row1 {
    grid-template-columns: repeat(2, 135px);
    grid-template-rows: repeat(3, 90px);
    grid-gap: 25px;
  }
  .cat-grid-row2 {
    grid-template-columns: repeat(2, 135px);
    grid-template-rows: repeat(3, 90px);
    grid-gap: 25px;
  }
  .cat--button {
    width: 135px;
    height: 90px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15),
      0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .cat--button-content {
    top: 15px;
  }
  .cat--button-content p {
    font-size: 10px;
  }
  .cat--button .cat-all {
    width: 20px;
    height: 30px;
  }
  .cat--button .cat-inhaler {
    width: 25px;
    height: 30px;
  }
  .cat--button .cat-trainer {
    width: 25px;
    height: 30px;
  }
  .cat--button .cat-tobacco {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-pulmonary-hypertension {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-lung-c {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-outdoor-air {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-webinar {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-spotlights {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-copd {
    width: 25px;
    height: 30px;
  }
  .cat--button .cat-advocacy {
    width: 34.68px;
    height: 30px;
  }
  .cat--button .cat-infectious-disease {
    width: 30px;
    height: 30px;
  }
  .cat--button .cat-air {
    width: 30px;
    height: 30px;
  }
  .cat--course {
    margin: 0px auto 20px auto;
    width: 95%;
  }
  .cat--course p {
    padding-left: 10px;
  }
  .cat--course-title-purpose,
  .cat--course-title-target {
    font-size: 14px;
  }
  .cat--course-title-heading {
    font-size: 16px;
    line-height: 1.1;
  }
}

/* END of front page categories */

/* Learn More Categories */

.learn--cat-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.learn--cat-container .learn--cat-button {
  margin-bottom: 20px;
}

.learn--cat-button {
  width: 215px;
  height: 130px;
  color: #0d2354;
  font-family: 'Aeonik-Bold';
  text-transform: uppercase;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15),
    0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: height 0.2s ease;
}

.learn--cat-button-content {
  width: 100%;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.learn--cat-button-content img {
  margin-bottom: 15px;
}

.learn--cat-button:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.learn--cat-button:hover {
  cursor: pointer;
}

.learn--cat-button p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.learn--cat-button .cat-all {
  width: 40px;
  height: 50px;
}

.learn--cat-button .cat-inhaler {
  width: 45px;
  height: 50px;
}

.learn--cat-button .cat-trainer {
  width: 45px;
  height: 50px;
}

.learn--cat-button .cat-tobacco {
  width: 50px;
  height: 50px;
}

.learn--cat-button .cat-pulmonary-hypertension {
  width: 50px;
  height: 50px;
}

.learn--cat-button .cat-lung-c {
  width: 50px;
  height: 50px;
}

.learn--cat-button .cat-outdoor-air {
  width: 50px;
  height: 50px;
}

.learn--cat-button .cat-webinar {
  width: 50px;
  height: 50px;
}

.learn--cat-button .cat-spotlights {
  width: 50px;
  height: 50px;
}

.learn--cat-button .cat-copd {
  width: 42px;
  height: 50px;
}

.learn--cat-button .cat-advocacy {
  width: auto;
  height: 50px;
}

.learn--cat-button .cat-infectious-disease {
  width: 50px;
  height: 50px;
}

.learn--cat-button .cat-air {
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .learn--cat-button {
    width: 145px;
    height: 95px;
  }
  .learn--cat-button-content {
    top: 15px;
  }
  .learn--cat-button-content p {
    font-size: 12px;
  }
  .learn--cat-button .cat-all {
    width: 20px;
    height: 30px;
  }
  .learn--cat-button .cat-inhaler {
    width: 25px;
    height: 30px;
  }
  .learn--cat-button .cat-trainer {
    width: 25px;
    height: 30px;
  }
  .learn--cat-button .cat-tobacco {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-pulmonary-hypertension {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-lung-c {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-outdoor-air {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-webinar {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-spotlights {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-copd {
    width: 25px;
    height: 30px;
  }
  .learn--cat-button .cat-advocacy {
    width: auto;
    height: 30px;
  }
  .learn--cat-button .cat-infectious-disease {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-air {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .learn--cat-sec-1 {
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .learn--cat-sec-2 {
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .learn--cat-sec-3 {
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .learn--cat-sec-4 {
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .learn--cat-sec-5 {
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .learn--cat-sec-6 {
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .learn--cat-button {
    width: 145px;
    height: 95px;
  }
  .learn--cat-button-content {
    top: 15px;
  }
  .learn--cat-button-content p {
    font-size: 12px;
  }
  .learn--cat-button .cat-all {
    width: 20px;
    height: 30px;
  }
  .learn--cat-button .cat-inhaler {
    width: 25px;
    height: 30px;
  }
  .learn--cat-button .cat-trainer {
    width: 25px;
    height: 30px;
  }
  .learn--cat-button .cat-tobacco {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-pulmonary-hypertension {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-lung-c {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-outdoor-air {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-webinar {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-spotlights {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-copd {
    width: 25px;
    height: 30px;
  }
  .learn--cat-button .cat-advocacy {
    width: auto;
    height: 30px;
  }
  .learn--cat-button .cat-infectious-disease {
    width: 30px;
    height: 30px;
  }
  .learn--cat-button .cat-air {
    width: 30px;
    height: 30px;
  }
}

/* End Learn More Categories */

@media (max-width: 1200px) {
  .row.headings {
    color: #fff;
    margin: 0px;
    padding: 13px 15px 4px 15px;
  }
  form h2 {
    font-size: 18px;
    margin-top: 0px;
    float: left;
    width: auto;
  }
  #survey label {
    font-size: 14px;
  }
  .question-set {
    padding: 6px 0px;
  }
}

@media (max-width: 1200px) {
  .img-responsive,
  .thumbnail > img {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .sideB {
    margin-top: 10px;
  }
  .course-buttons {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    top: 20px;
  }
  h1 {
    font-size: 32px;
  }
  .header-image {
    height: 20vh;
  }
  .course h3 {
    font-size: 22px;
  }
  .course .btn {
    padding: 4px 8px;
    font-size: 14px;
  }
  .btn-circle {
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
  .process-row:before {
    top: 30px;
  }
  .btn-circle .fa-3x {
    font-size: 2em;
  }
  .process-step p {
    display: none;
  }
  .course .img-responsive {
    width: 150px;
    display: block;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
    top: 100px;
  }
  .pull-right-sm {
    float: right;
  }
  .header-image {
    height: 35vh;
    min-height: 350px;
  }
  .headline-info {
    padding: 0px 0px 10px 0px;
  }
  .headline {
    border-top: 10px #ed1b2d solid;
    border-bottom: 1px #555559 solid;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 1);
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
}

@media (min-width: 992px) {
  .headline-info {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 48px 40px 30px;
    width: 50%;
    float: right;
  }
  .headline-info-internal {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 48px 40px 30px;
    width: 48%;
    float: right;
  }
  .headline {
    position: absolute;
    top: 30px;
    border: none;
    right: 0px;
    left: 0px;
    background-color: transparent;
  }
}

@media (max-width: 520px) {
  .slider input[type='range'] {
    padding-left: 1%;
    padding-right: 1.5%;
  }
}

@media (max-width: 450px) {
  .top-nav-icon {
    display: none;
  }
}

@media (max-width: 440px) {
  a.brand {
    max-width: 130px;
    height: 70px;
  }
  .amlung_menu {
    margin-top: 10px;
  }
  form h2 {
    font-size: 18px;
    margin-top: 0px;
    float: left;
    width: auto;
  }
}

/*readiness image correction*/

.readiness {
  margin-left: 5px;
}

/*
@media (max-height: 700px) {
	.footer {
		position: relative;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}
}
@media (max-width:992px) {
	.footer {
		position: relative;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}
}*/

@media only screen and (min-width: 992px), screen and (min-height: 1160px) {
  .footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
}

/*-----------------------
 LMS Index Page Banner
-----------------------*/

@media (max-width: 767px) {
  .index-banner {
    display: none;
  }
  .course-name {
    margin-bottom: 20px;
  }
  .ala-logo-wrapper img {
    margin-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-banner {
    height: 170px;
  }
  .index-banner-img-container img {
    width: 370.1px;
  }
  .index-banner-heading {
    font-size: 16px;
  }
  .index-banner-para {
    margin-bottom: 0px;
    width: 390px;
    font-size: 14px;
  }
  .index-banner-content-wrapper {
    width: 720px;
  }
  .index-banner-text {
    height: 170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .index-banner-content-wrapper {
    width: 940px;
  }
  .index-banner {
    height: 200px;
  }
  .index-banner-heading {
    font-size: 32px;
  }
  .index-banner-text {
    height: 200px;
  }
  .index-banner-para {
    margin-bottom: 0px;
    width: 440px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1475px) {
  .index-banner-content-wrapper {
    width: 1135px;
  }
  .index-banner {
    height: 200px;
  }
  .index-banner-img-container img {
    width: 435.417px;
  }
  .index-banner-heading {
    font-size: 32px;
  }
  .index-banner-text {
    height: 200px;
  }
  .index-banner-para {
    margin-bottom: 0px;
    width: 440px;
    font-size: 16px;
  }
}

/* Course Boxes */

@media (max-width: 767px) {
  .course-section-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .course-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .course-description .ala-button-green {
    margin-right: 0px;
  }
  .course-description .course-name {
    width: 100%;
  }
  .wordmark-container {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/* Learn More Pages */

@media (max-width: 418px) {
  .learn-more-nav-item-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .learn-more-nav-item {
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .nav-logo {
    margin-left: 15px;
  }
  .learn-more-nav-item-container {
    margin-top: 15px;
  }
}
