@charset "UTF-8";
/*
Theme Name: CNS Honor Roll
Description: Cardinal Newman Society Honor Roll
Version: 4.0
*/
.has-white-background-color {
  background-color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-blue-background-color {
  background-color: #05215d;
}

.has-red-background-color {
  background-color: #a7343a;
}

.has-gray-background-color {
  background-color: #ddd;
}

.has-gray-dark-background-color {
  background-color: #222222;
}

.has-gray-light-background-color {
  background-color: #f1f1f1;
}

.has-black-color {
  color: #000;
}

.has-white-color {
  color: #fff;
}

.has-green-color {
  color: #4ca550;
}

.has-blue-color {
  color: #05215d;
}

.has-red-color {
  color: #a7343a;
}

.has-gray-color {
  color: #ddd;
}

.has-gray-dark-color {
  color: #222222;
}

.has-gray-light-color {
  color: #f1f1f1;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.mejs-container {
  margin-bottom: 1.5em;
}

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.wp-playlist-item:last-of-type {
  border-bottom: none;
}

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.wp-playlist-item-length {
  top: 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  -webkit-appearance: button;
}

.btn {
  border-radius: 25px;
  padding: 6px 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px;
}
.btn.btn-social {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.btn.btn-gray {
  color: #000;
  background: #ddd;
  border: none;
}
.btn.btn-gray:hover {
  background: #05215d;
  color: #fff;
}
.btn.btn-blue {
  background: #05215d;
  border: none;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #02102d;
}
.btn.btn-white {
  background: #fff;
  border: none;
  color: #05215d;
}
.btn.btn-white:hover {
  background: #e6e6e6;
}
.btn.btn-red {
  background: #a7343a;
  border: none;
  color: #fff;
}
.btn.btn-red:hover {
  background: #80282c;
}
.btn.btn-facebook {
  background: #3b5998;
  border: none;
  color: #fff;
}
.btn.btn-facebook:hover {
  background: #264077;
}
.btn.btn-twitter {
  background: #00aced;
  border: none;
  color: #fff;
}
.btn.btn-twitter:hover {
  background: #1dcaff;
}
.btn.btn-linkedin {
  background: #0173b1;
  border: none;
  color: #fff;
}
.btn.btn-linkedin:hover {
  background: #0194e4;
}

#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important;
}

.gform_button.button {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px !important;
  background-color: #05215d;
  color: #fff;
  padding: 8px 25px;
  border: none;
  border-radius: 25px;
}
.gform_button.button:hover {
  background-color: #08328d;
  cursor: pointer;
}

.ginput_card_security_code {
  display: inline-block !important;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
  font-family: "Open Sans", sans-serif;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-family: "Open Sans", sans-serif;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
  font-family: "Open Sans", sans-serif;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-family: "Open Sans", sans-serif;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow;
}
.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4em;
  margin: 0 0 0.5em;
  padding: 1em 0 0;
  font-family: "Open Sans", sans-serif;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1em;
}

h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1em;
}

h3 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1em;
}

h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em;
}

h5 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1em;
}

h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 1px;
}

p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 300;
}

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  border-left: 3px solid #ddd;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

a {
  color: #2a5780;
}
a:hover {
  color: #3d71a1;
}

.line-height-sm {
  line-height: 1.2em;
}

.line-height-regular {
  line-height: 1.4em;
}

.font-cursive {
  font-family: "Yellowtail", cursive;
}

.font-thin {
  font-weight: 300;
}

.font-regular {
  font-weight: 500;
}

.font-bold,
strong {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.letter-spacing {
  letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

article p {
  font-size: 18px;
}
article a {
  color: #05215d;
  text-decoration: underline;
}
article a:hover {
  color: #08328d;
  text-decoration: underline;
}
article a.btn {
  text-decoration: none;
}
article ul,
article ol {
  font-size: 18px;
  font-weight: 300;
}

.wp-block-group .wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
}

blockquote.wp-block-quote {
  border-left: none;
  overflow: inherit;
  padding-left: 30px;
}
blockquote.wp-block-quote p {
  font-size: 18px;
  font-weight: 500;
}
blockquote.wp-block-quote::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #03acdc;
  margin-left: -52px;
  float: left;
  font-size: 40px;
  margin-top: -21px;
  opacity: 0.3;
}

.accordion > .card {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd !important;
}
.accordion > .card .card-header {
  background: transparent;
  padding-left: 0;
}
.accordion > .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.accordion h2 {
  border-bottom: 0;
}
.accordion h2 button {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.wp-block-group .wp-block-group__inner-container {
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container {
  width: 100%;
}
.wp-block-group.has-background {
  padding-top: 35px;
  padding-bottom: 5px;
}
.wp-block-group.is-style-narrow-width .wp-block-group__inner-container {
  width: 850px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-column p:last-of-type {
  margin-bottom: 0;
}

.fi-accordion-block h2 button {
  font-size: 16px;
}
.fi-accordion-block p {
  font-size: 16px;
}
.fi-accordion-block ul,
.fi-accordion-block ol {
  font-size: 16px;
}
.fi-accordion-block ul li,
.fi-accordion-block ol li {
  margin-bottom: 7px;
}
.fi-accordion-block ul li ul,
.fi-accordion-block ul li ol,
.fi-accordion-block ol li ul,
.fi-accordion-block ol li ol {
  margin-top: 7px;
}

body.admin-bar #main-nav {
  top: 32px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.delete-artifact:hover {
  cursor: pointer;
}

.fi-progress-step {
  border-radius: 10px;
  font-size: 18px;
  background-color: #f1f1f1;
}

.fi-progress-completed {
  background-color: #4ca550;
  color: #fff;
  font-weight: 700;
}

.fi-current-tab {
  border-top: none !important;
  margin-top: -25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.fi-current-step {
  background-color: #05215d;
  color: #fff;
}

.bg-image-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.wp-block-separator {
  border: none;
}

.ld-course-status-not-enrolled .ld-course-status-seg-price.ld-course-status-mode-free {
  display: none;
}

.learndash-wrapper .ld-button {
  background: #fff !important;
  color: #05215d !important;
}

body:not(.logged-in) .d-loggedout-none {
  display: none !important;
}

.bg-clipboard {
  background-size: 992px;
  background-position: top center;
  background-repeat: no-repeat;
}

.artifact-table td,
.artifact-table th {
  font-size: 17px;
}
.artifact-table td {
  vertical-align: middle;
}

.learndash-wrapper .ld-tabs {
  margin-top: 30px !important;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
  background: #05215d !important;
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
  margin-top: 15px !important;
}

.learndash-wrapper .ld-button {
  background: #f1f1f1 !important;
}

h3.gsection_title {
  margin-top: 30px;
  font-size: 26px;
  margin-bottom: 0;
}
h3.gsection_title + .gsection_description {
  margin-top: -10px;
  padding-left: 2px;
  margin-bottom: 0 !important;
}

.graded-disclaimer {
  display: none;
}

#gform_6 p {
  font-size: 16px;
  margin-left: 20px;
}
#gform_6 .fa-circle-small {
  margin-left: -20px;
}
#gform_6 .gfield.gfield--width-three-quarter,
#gform_6 .gfield.gfield--width-quarter {
  align-self: center !important;
}

.acf-form .acf-label label {
  display: none !important;
}
.acf-form .acf-label .description {
  font-style: italic;
  font-size: 14px;
}
.acf-form .acf-button {
  background: #05215d;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 5px 25px;
  font-size: 14px;
}
.acf-form .acf-button:hover {
  background: #08328d;
}
.acf-form .acf-form-submit {
  text-align: center;
}

.artifact-indicator-uploaded {
  color: #4ca550 !important;
}

/*
.artifact-indicator-required {
  color: $red !important;
}
*/
.artifact-name a {
  text-decoration: none;
}

@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0;
  }

  .bg-fixed {
    background-attachment: scroll;
  }

  img.alignleft,
img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .font-size-mobile-14 {
    font-size: 14px;
  }

  h1 {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .bg-clipboard {
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .bg-clipboard {
    background-size: cover !important;
  }
}
@media (min-width: 1300px) {
  .banner-overlay .banner-title {
    font-size: 4rem;
  }

  .container-wide {
    max-width: 1754px;
  }
}
@media (min-width: 1024px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

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