/*
============================================================
John Glenn College - MAPS Template Styles
Author: University Marketing
============================================================
*/
a:active,
a:hover {
  outline: 0;
}

a:focus,
button:focus {
  outline: 2px solid #0079c1;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    width: 1170px;
  }
}

.umar {

}

.umar .button--primary,
.umar .button--primary:active,
.umar .button--primary:link,
.umar .button--primary:visited {
  align-self: flex-start;
  background: #b00;
  border: 1px solid #b00;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px 9px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.umar .button--primary:hover {
  background: #fff;
  color: #b00;
  text-decoration: none;
}

.umar .button--tertiary,
.umar .button--tertiary:active,
.umar .button--tertiary:link,
.umar .button--tertiary:visited {
  align-self: flex-start;
  background: #fff;
  border: 1px solid #222;
  color: #222;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px 9px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.umar .button--tertiary:hover {
  background: #b00;
  border: 1px solid #b00;
  color: #fff;
  text-decoration: none;
}

.umar .button--submit,
.umar .button--submit:active,
.umar .button--submit:link,
.umar .button--submit:visited {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px 9px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 991px) {
  .umar .button--submit,
  .umar .button--submit:active,
  .umar .button--submit:link,
  .umar .button--submit:visited {
    margin: 16px 0 0;
  }
}

@media (max-width: 600px) {
  .umar .button--primary,
  .umar .button--tertiary {
    text-align: center;
    width: 100%;
  }
}

.umar .button--submit:hover {
  background: #b00;
  border: 1px solid #b00;
  color: #fff;
  text-decoration: none;
}

.align--center {
  margin: 0 auto;
}

.umar h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 40px;
  padding: 0;
}

.umar .introduction {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 40px;
  width: 80%;
}

@media (max-width: 767px) {
  .umar h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
  }

  .umar .introduction {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
    width: 100%;
  }
}

.umar .content p {
  font-size: 16px;
  line-height: 24px;
}

/*
============================================================
Nav
============================================================
*/
.dropdown-menu li {
  padding: 0 10px;
}

.dropdown-menu > li > a {
  padding: 3px 10px 3px 20px;
}

/*
============================================================
Hero
============================================================
*/

.umar .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  margin: 0 0 32px;
}

.umar .hero__content {
  background: #f7f7f7;
  margin: -64px 160px 0 0;
  order: 2;
  padding: 32px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .umar .hero__content {
    margin: 0;
    padding: 16px;
  }
}

.umar .hero__content h2 {
  display: inline;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

.umar .hero__content p {
  display: inline;
  font-size: 24px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .umar .hero__content h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .umar .hero__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.umar .hero__content .button--primary {
  margin: 16px 0 0;
}

.umar .hero__image-wrapper {
  order: 1;
  padding-top: 42.8571%; /* 21:9 ratio */
  position: relative;
  width: 100%;
  z-index: 1;
}

.umar .hero__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
============================================================
Columns
============================================================
*/

.umar .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}

.umar .column {
  flex: 1;
  -webkit-box-flex: 1;
  width: 50%;
}

.umar .header--content {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 24px;
  padding: 0;
}

@media (max-width: 767px) {
  .umar .header--content {
    font-size: 22px;
    line-height: 30px;
  }

  .umar .column-wrapper {
    display: block;
  }

  .umar .column {
    width: 100%;
  }

  .umar .column:last-child {
    margin: 32px 0 0;
  }

  .umar .column:only-child {
    margin: 0;
  }
}

/*
============================================================
Lists
============================================================
*/

.umar .list__header {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.umar .list {
  list-style-type: none;
  margin: 0 0 32px;
  padding: 0;
}

.umar .list li {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 16px;
  position: relative;
}

.umar .list li::before {
  content: '\25AA';
  color: #b00;
  position: absolute;
  left: 0;
  top: 0;
}

/*
============================================================
Accordion
============================================================
*/

.umar .accordion {
  background-color: #fff;
  border: none;
  border-top: 2px solid #f7f7f7;
  color: #444;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 18px 18px 18px 40px;
  position: relative;
  text-align: left;
  width: 100%;
}

.umar .active,
.umar .accordion:hover {
  background-color: #f7f7f7;
}

.umar .accordion .icon--chevron {
  display: inline-block;
  font-size: 16px;
  height: 24px;
  left: 12px;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition-duration: 0.3s;
  width: 24px;
}

.umar .accordion.active .icon--chevron {
  transform: translateY(-50%) rotate(0deg);
  transition-duration: 0.3s;
}

.umar .icon--chevron svg {
  color: #b00;
  height: 100%;
  width: 24px;
}

.umar .accordion__panel {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.umar .accordion__panel-inner {
  padding: 18px 18px 18px 40px;
}

.umar .accordion__panel .link--inline {
  margin: 0;
}

.umar .accordion__panel:last-child {
  border-bottom: 2px solid #f7f7f7;
}

.umar .accordion__panel p {
  margin: 0 0 16px;
}

.umar .accordion__panel p:last-child {
  margin: 0;
}

.umar .wrapper--highlight {
  background: #f7f7f7;
  padding: 40px 0;
}

/*
============================================================
Cards
============================================================
*/

.umar .card__content {
  background: #fff;
  border-top: 2px solid #b00;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex: 1;
  -ms-flex-positive: 1;
  height: 100%;
}

.umar .card__title {
  color: #222;
  display:block;
  font-size: 24px;
  font-weight: 700;
  line-height:1.25em;
  margin: 0;
  order: 2;
  padding: 16px;
  text-decoration: none;
}

.umar .card__button {
  border-top: 1px solid #eee;
  display: block;
  margin-top: auto;
  order: 4;
}

.umar .card__content .button--tertiary {
  margin: 16px;
}

.umar .card__subhead {
  background: #eee;
  font-size: 16px;
  line-height: 24px;
  order: 1;
  padding: 8px 16px;
}

.umar .card__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px;
  order: 3;
  padding: 0 16px 16px;
}

.umar .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  -ms-flex-direction: row;
}

.umar .card-container .card-wrapper {
  margin-bottom: 30px;
  margin-right: 30px;
}

.umar .disclaimer {
  margin: 20px 0 40px;
  width: 80%;
}

.umar .cta p {
  margin: 0 0 24px;
  width: 80%
}

@media (max-width: 767px) {
  .umar .disclaimer {
    padding: 20px 0;
    width: 100%;
  }

  .umar .cta p {
    width: 100%;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .umar .card-container .card-wrapper {
    width: calc(50% - 15px);
  } 

  .umar .card-container .card-wrapper:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .umar .card-container .card-wrapper {
    width: calc(33.3333% - 20px);
  }

  .umar .card-container .card-wrapper:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .umar .card-container .card-wrapper {
    margin-right: 0;
    width: 100%;
  } 
}

/*
============================================================
Tiny Slider 2 overrides
http://ganlanyuan.github.io/tiny-slider/
============================================================
*/

.umar .card-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-direction: row;
  -ms-flex-direction: row;

  justify-content: space-between;
  -ms-flex-pack: justify;

  padding: 0;
}

.umar .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-direction: column;
  -ms-flex-direction: column;

  width: calc(33% - 15px);
}

.umar .tns-outer {
  margin: 0 0 30px;
  position: relative;
}

.umar .tns-controls {
  left: 0;
  position: absolute;
  top: calc(50% - 22px);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.umar .tns-controls button {
  position: absolute;
}

.umar .tns-controls button:nth-child(1) {
  left: 0;
}

.umar .tns-controls button:nth-child(1)::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  height: 16px;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 14px;
  transform: rotate(45deg);
  width: 16px;
}

.umar .tns-controls button:nth-child(2) {
  right: 0;
}

.umar .tns-controls button:nth-child(2)::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  height: 16px;
  left: 10px;
  margin: 0 auto;
  position: absolute;
  top: 14px;
  transform: rotate(-45deg);
  width: 16px;
}

.umar .tns-controls button {
  background: #333;
  border: none;
  font-size: 0;
  height: 44px;
  width: 44px;
}

.umar .tns-controls button:hover {
  background: #666;
}

.umar .tns-controls button[disabled] {
  display:none;
}

.umar .tns-horizontal.tns-subpixel>.tns-item {
  display: inherit;
}

.umar .tns-ovh {
  position: relative;
  z-index: 1;
}

/*
============================================================
Quotes
============================================================
*/
.umar .quote {
  margin: 40px auto;
  max-width: 800px;
}

.umar .quote .card__content {
  border: none;
}

.umar .quote blockquote {
  border: 3px solid #f7f7f7;
  padding: 32px;
  margin: 0 0 20px;
}

.umar .quote__text {
  font-size: 32px;
  font-style: italic;
  line-height: 39px;
}

.umar .quote .link--inline {
  display: inline-block;
  align-self: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin: 0 32px 8px;
}

.umar .quote p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 32px;
}

@media (max-width: 767px) {
  .umar .quote blockquote {
    padding: 24px;
  }

  .umar .quote__text {
    font-size: 24px;
    line-height: 32px;
  }

  .umar .quote .link--inline {
    margin: 0;
  }

  .umar .quote p {
    margin: 0;
  }
}

.umar .quote .tns-outer {
  margin: 0;
}

.umar .quote .tns-controls {
  top: 0;
  left: 0;
  position: absolute;
  top: auto;
  transform: none;
  width: 100%;
  z-index: 2;
}

.umar .quote .tns-controls button:nth-child(1) {
  border-left: 3px solid #f7f7f7;
  border-top: 3px solid #f7f7f7;
  border-right: 3px solid #f7f7f7;
  top: 0;
  left: auto;
  right: 47px;
}

.umar .quote .tns-controls button:nth-child(1)::after {
  border-left: 2px solid #b00;
  border-bottom: 2px solid #b00;
  content: "";
  height: 16px;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 14px;
  transform: rotate(45deg);
  width: 16px;
}

.umar .quote .tns-controls button:nth-child(2) {
  border-top: 3px solid #f7f7f7;
  top: 0;
  right: 3px;
}

.umar .quote .tns-controls button:nth-child(2)::after {
  border-right: 2px solid #b00;
  border-bottom: 2px solid #b00;
  content: "";
  height: 16px;
  left: 10px;
  margin: 0 auto;
  position: absolute;
  top: 14px;
  transform: rotate(-45deg);
  width: 16px;
}

.umar .quote .tns-controls button {
  background: #fff;
  border: none;
  font-size: 0;
  height: 44px;
  width: 44px;
}

.umar .quote .tns-controls button:hover {
  background: #666;
}

.umar .quote .tns-controls button:hover:nth-child(1)::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.umar .quote .tns-controls button:hover:nth-child(2)::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/*
============================================================
Subscribe Email
============================================================
*/
.umar .contact-info-wrapper {
  margin: 24px 0 0;
}

.umar .contact-info-wrapper a {
  color: #333;
  text-decoration: none;
}

.umar .subscribe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  margin: 24px 0 0;
}

.umar .subscribe-wrapper input[type="text"] {
  background: #fff;
  border-left: 3px solid #eee;
  border-top: 3px solid #eee;
  border-right: 3px solid #eee;
  border-bottom: 3px solid #666;
  border-radius: 0;
  color: #000;
  display: inline-block;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  margin: 0 16px 0 0;
  padding: 5px 16px 6px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .umar .subscribe-wrapper {
    display: block;
  }

  .umar .subscribe-wrapper input {
    display: block;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .umar .subscribe-wrapper input {
    margin: 0 0 16px 0;
  }
}

/*
============================================================
Blog Post
============================================================
*/
.umar .blogs .card__title a,
.umar .blogs .card__title a:link,
.umar .blogs .card__title a:visited,
.umar .blogs .card__title a:active {
  color: #333;
  text-decoration: none;
}

.umar .blogs .card__title a:hover {
  text-decoration: underline;
}

.umar .blogs .card__title {
  font-size: 18px; 
  line-height: 26px
}
 
.umar .blogs .card__text {
  font-size: 14px; 
  line-height: 20px;
}
 
.umar .blogs .card__cta {
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  margin-top: auto;
  order: 4;
}

.umar .blogs .card__cta img {
  height: 60px;
  margin: 0 16px 0 0;
  object-fit: cover;
  width: 60px;
}

.umar .blogs .card__cta p {
  align-self: center;
  font-size: 14px; 
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.umar .blogs .card__subhead {
  background: #eee;
  align-self: flex-start;
  font-size: 16px;
  line-height: 24px;
  order: 1;
  padding: 8px 16px;
}

.blog-post-outer {
  padding-bottom: 40px;
}

.blog-post-header {
  border-top: 2px solid #b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  margin: 0 0 40px;
}

.blog-post-date {
  align-self: flex-start;
  background: #eee;
  font-size: 16px;
  line-height: 24px;
  margin: 0 32px 0 0;
  padding: 16px 0;
  text-align: center;
  width: 158px;
}

.blog-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}

.blog-post-author img {
  object-fit: cover;
  height: 100px;
  width: 100px;
}

.blog-post-author-content {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
}

.blog-post-content {
  border-bottom: 2px solid #eee;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 16px 190px;
}

.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
  margin: 0 0 24px;
}

.blog-post-content p {
  margin: 0 0 32px;
}

.blog-post-content .link--inline {
  margin: 0;
}

.blog-post-content figure {
  margin: 0 0 40px;
}

.blog-post-content .image-wrapper {
  padding-top: 56.75%;
  position: relative;
}

.blog-post-content .image-wrapper img {
  height: 100%;
  object-fit: cover;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog-post-content figcaption {
  border-bottom: 2px solid #eee;
  color: #4d4d4d;
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 600px) {
  .blog-post-header {
    display: block;
    margin: 0 0 16px;
  }

  .blog-post-date {
    margin: 0 0 16px;
    padding: 8px 0;
  }

  .blog-post-author img {
    height: 80px;
    width: 80px;
  }

  .blog-post-content { 
    padding: 0 0 16px;
  }

  .blog-post-content p {
    margin: 0 0 24px;
  }

  .blog-post-content figure {
    margin: 0 0 24px;
  }

  .blog-post-outer .disclaimer {
    margin: 0;
    padding: 16px 0;
  }
}

/*
============================================================
Link Inline
============================================================
*/
a.link--inline {
  border-bottom: 1px solid #b00;
  background-image: linear-gradient(120deg,#ddd 0,#ddd 100%);
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: 0 100%;
  color: #222;
  margin: 0 0 0 16px;
  position: relative;
  -webkit-transition: background-size 125ms ease-in;
  transition: background-size 125ms ease-in;
  text-decoration: none;
}

a.link--inline:hover {
  border-color: #b00;
  background-size: 100% 100%;
  text-decoration: none;
}

/*
     FILE ARCHIVED ON 16:40:58 Jan 27, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:26:49 May 23, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 112.683
  exclusion.robots: 0.121
  exclusion.robots.policy: 0.111
  RedisCDXSource: 0.753
  esindex: 0.01
  LoadShardBlock: 83.675 (3)
  PetaboxLoader3.datanode: 91.659 (4)
  CDXLines.iter: 23.34 (3)
  load_resource: 334.517
  PetaboxLoader3.resolve: 89.949
*/