/* Main AIC CSS File */

/* Variables */
:root {
  --bs-primary: red;
  --bs-btn-bg: #fff;
  --bs-dropdown-link-active-bg: rgb(195, 189, 189);

  --osv-color-secondary: #cce7f4;

  --aic-btn-link-color: #fff;
  --aic-tb-multi-color: #ec3047;
  --aic-tb-multi-bg-color: #fff4f5;
  --aic-tb-fill_blank-color: #158acd;
  --aic-tb-fill_blank-bg-color: #f2f9fd;
  --aic-tb-match-color: #fed02f;
  --aic-tb-match-bg-color: #fffdf2;
  --aic-tb-long_answer-color: #8ec549;
  --aic-tb-long_answer-bg-color: #f9fcf5;

  --aic-parish-color: #1693d3;
  --aic-parish-secondary-color: #cce7f4;

  --aic-parish-color-2: #2e9bd4;
  --aic-parish-color-3: #50addb;
  --aic-parish-color-4: #75bfe2;
  --aic-parish-color-5: #e5f3fa;
  --aic-parish-color-6: #e4f2f9;
  --aic-parish-color-7: #f1f8fc;

  --aic-parish-panel-color: var(--aic-parish-secondary-color);
  --aic-parish-panel-color-2: var(--aic-parish-color-5);
  --aic-parish-panel-color-3: var(--aic-parish-color-7);

  --aic-school-color: #812990;
  --aic-school-secondary-color: #e5d3e8;

  --aic-school-color-2: #9348a0;
  --aic-school-color-3: #a668b0;
  --aic-school-color-4: #b989c18d;

  --aic-school-panel-color: var(--aic-school-secondary-color);
  --aic-school-panel-color-2: #f1e8f3;
  --aic-school-panel-color-3: var(--aic-school-color-4);

  --aic-adolescents-color: #f47920;
  --aic-adolescents-secondary-color: #fce3d1;

  --aic-adolescents-color-2: #f58c41;
  --aic-adolescents-color-3: #f7a062;
  --aic-adolescents-color-4: #f8b584;

  --aic-adolescents-panel-color: #fbe3d2;
  --aic-adolescents-panel-color-2: #fef7f3;
  --aic-adolescents-panel-color-3: #fcfaf8;

  --aic-family-color: #8dc63f;
  --aic-family-secondary-color: #e7f3d8;

  --aic-family-color-2: #9dce5b;
  --aic-family-color-3: #aed678;
  --aic-family-color-4: #c0df95;

  --aic-family-panel-color: #e7f3d8;
  --aic-family-panel-color-2: #f8fbf4;
  --aic-family-panel-color-3: #fbfcf9;

  --aic-aicinfo-color: #ec3047;
  --aic-aicinfo-secondary-color: #e74f61;

  --aic-aicinfo-color-2: #ec3047;
  --aic-aicinfo-color-3: #ec3047;
  --aic-aicinfo-color-4: #ec3047;

  --aic-aicinfo-panel-color: #ec3047;
  --aic-aicinfo-panel-color-2: #ec3047;
  --aic-aicinfo-panel-color-3: #ec3047;

  --bs-btn-disabled-bg: var(--aic-secondary-color);
  --bs-btn-active-color: var(--aic-secondary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--aic-secondary-color);
}

/*********** css reset *******/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}

button {
  background-color: transparent;
  border: none;
}

.wrapper {
  border-top: 1px solid silver;
}

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 1rem;
  line-height: 1.2em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/******* FONTS *******/
@font-face {
  font-family: 'titularregular';
  src: url('../fonts/latinotype_-_titular-webfont.woff2') format('woff2'),
    url('../fonts/latinotype_-_titular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/******* COMMON *******/
.container-main {
  width: 80vw;
  margin: auto;
  max-width: 960px;
}

body {
  font-family: 'myriad-pro', sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: titular, sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 3rem;
  font-weight: normal;
  font-style: normal;
  /* padding-top: 4%; */
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2.375rem;
}

h4 {
  font-size: 1.75rem;
}

p {
  font-family: myriad-pro, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  color: #000;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

#tab .explore {
  font-size: 2vw;
  margin-top: 2vw;
  padding-right: 10px;
  font-weight: 900;
  display: inline;
  transition: all ease-in-out 0.3s;
}

#tab .explore.parish {
  color: var(--aic-primary-color);
}

.explore-icon,
.explore-icon {
  /* font-size: 2vw; */
  font-weight: 100;
  color: black;
  background-color: white;
  border: 1px solid #555;
  border-radius: 50%;
  margin-left: 5px;
  top: -10;
  position: relative;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.button .parish span.explore-icon:hover,
button .parish span.explore-icon:hover {
  color: white;
  background-color: rgba(22, 147, 211, 0.7);
  border: 1px solid white;
}

.parish {
  color: var(--aic-parish-color);
}

.school {
  color: #812990;
}

.adolescents {
  color: #f47920;
}

.family {
  color: #8dc63f;
}

.white {
  color: white;
}

.grey {
  color: grey;
}

.pageHeader.parishBlue {
  color: var(--aic-primary-color);
}

#static-body h2 {
  font-size: 3rem;
  color: var(--aic-parish-color);
}

#static-body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.3rem;
}
#static-body ul li {
  padding-top: 5px;
}

.color-third-1 {
  background-color: #c8bad9 !important;
}

/******* TOP GREY BAR *******/
.container.top-nav-grey {
  padding: 1vw 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.container-main.ptop {
  padding-top: 0.6rem;
}

.top-gray-nav {
  background-color: #707070;
  align-items: center;
  vertical-align: middle;
  color: #fff;
}

.top-gray-nav p {
  font-size: 1rem;
  color: white;
  margin: 10px;
  padding-top: 0;
  display: inline-flex;
}

.search-login-group {
  margin-right: 10px;
  float: right;
  display: flex;
  align-items: center;
}

.search-input-group {
  display: inline-flex;
  margin-right: 20px;
}

.searchbox-top {
  background-color: black;
  height: 45px;
  width: 356px;
  margin-right: 10px;
  border: 0;
  border-radius: 15px;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.search-icon {
  font-size: 2rem;
  color: white;
  background-color: transparent;
  border: 0;
}

.search-login-group h4 {
  font-weight: bold;
  font-size: 1.75rem;
  color: white;
  background-color: transparent;
  padding-left: 20px;
  align-items: flex-end;
  border: 0;
  display: inline-flex;
}

.search-login-group h4 i {
  font-size: 2rem;
  padding-left: 20px;
  padding-top: 0.3rem;
}

h1,
.primary-color {
  color: var(--aic-parish-color);
}

.hero-secondary h1 {
  padding-left: 0 !important;
}

/******* TOP NAVIGATION *******/
#top-nav {
  background-color: white;
  padding: 1rem 0 1rem 0;
  vertical-align: middle;
}

#top-bar .dropdown-menu,
#top-nav .dropdown-menu {
  border-radius: 0;
  padding: 1rem !important;
}

#top-bar .dropdown-menu li,
#top-nav .dropdown-menu li {
  border-radius: 0;
  padding: 6px 4px;
}

#top-bar .dropdown-menu a {
  color: var(--aic-parish-color);
}

a.nav-link {
  color: #fff;
  font-size: 1rem;
}

#top-bar .container-main,
#top-nav .container-main {
  display: flex;
  justify-content: space-between;
}

.login-form {
  min-width: 300px;
}

#top-bar .btn.btn-secondary {
  background-color: var(--aic-parish-color);
}

#top-bar .form-control {
  border-radius: 0;
  background-color: #fff;
  color: #000;
}

.top-nav-left {
  max-width: 60%;
}

.navbar-toggler {
  border: none;
  border-radius: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:hover {
  background-color: var(--aic-secondary-color);
}

#top-nav img {
  max-width: 7;
  max-width: 70;
  width: 100%;
}

.kerygma {
  background-image: url('../images/logo_kerygma.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5vw;
  min-width: 100px;
  min-height: 26px;
}

.top-nav-link {
  justify-content: end;
}

.drop-shadow {
  box-shadow: -3px 27px 23px -8px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: -3px 27px 23px -8px rgba(0, 0, 0, 0.51);
}

#top-nav a {
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  /* margin: 0 10px; */
  height: fit-content;
  /* padding-bottom: 2px; */
  display: inline-block;
  position: relative;
  color: var(--aic-primary-color);
}

#top-nav a.nav-link:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

#top-nav a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff;
}

#top-nav .parish a {
  color: var(--aic-parish-color);
}

#top-nav .parish a:after {
  background-color: var(--aic-parish-color);
}

#top-nav .parish a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#top-nav .school a {
  color: var(--aic-school-color);
}

#top-nav .school a:after {
  background-color: var(--aic-school-color);
}

#top-nav .school a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#top-nav .adolescents a {
  color: var(--aic-adolescents-color);
}

#top-nav .adolescents a:after {
  background-color: var(--aic-adolescents-color);
}

#top-nav .adolescents a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#top-nav .family a {
  color: var(--aic-family-color);
}

#top-nav .family a:after {
  background-color: var(--aic-family-color);
}

#top-nav .family a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#top-nav li.nav-item {
  margin-left: 10px;
  margin-bottom: 2px;
}

.nav-account {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.nav-account a {
  text-decoration: none;
  color: #fff;
}

.nav-account a:hover {
  text-decoration: underline;
}

.nav-account span {
  margin-left: 8px;
  margin-right: 8px;
}

.nav-account i {
  font-size: 1.2rem;
  margin-left: 8px;
}

#previewControls button {
  margin: 4px;
}

/******* HERO *************/

h3 {
  /* font-size: 2.375rem; */
  font-size: 2vw;
  line-height: 1.3;
}

.hero-left h1 {
  padding-top: 15%;
  padding-left: 13%;
  padding-bottom: 1%;
  text-transform: uppercase;
}

.hero h3 {
  font-family: 'myriad-pro', sans-serif;
  width: 45vw;
  line-height: 1.3;
  color: black;
}

.hero .container-main {
  padding-top: 1.1vw;
  align-items: center;
  padding-bottom: 1.1vw;
}

.hero-left h3 {
  padding-left: 13%;
  display: inline-block;
  width: 30vw;
}

.hero-right {
  float: right;
}

.hero-image {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40vw;
  height: 26vw;
}

.hero {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  padding-bottom: 2rem;
  position: relative;
}

#hero.hero-secondary-accent {
  background-image: url('../images/lesson-planning-arrow.png');
  background-color: #fff !important;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hero-secondary-accent h1 {
  padding-left: 0 !important;
  padding-top: 5% !important;
  padding-bottom: 1% !important;
}

.hero-secondary-accent .hero-left {
  padding-bottom: 2% !important;
}

.hero-secondary .hero-right {
  margin-top: -18px;
}

.home h2 {
  margin-top: 2vw;
  /* font-size: 2vw; */
  font-family: titular, sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

.hero.home,
.home h1,
.home p {
  color: #ffffff;
}

#hero .explore.parish {
  font-size: 1.3vw;
  font-weight: 900;
  margin-top: 2vw;
  color: rgba(22, 147, 211, 1);
  transition: all ease-in-out 0.3s;
}

#hero .explore span {
  display: inline-flex;
  vertical-align: middle;
}

#hero .explore:hover {
  color: rgba(22, 147, 211, 0.7);
}

#hero .explore:hover span {
  color: white;
  background-color: rgba(22, 147, 211, 0.7);
  border: 1px solid white;
}

.overlay .hero-left {
  z-index: 1;
}

.text-upper {
  text-transform: uppercase;
}

.promo-image img {
  width: 100%;
}

#promos-section {
  background-color: #8689c3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.promos {
  padding: 10px 10px;
}

/******* TAB SECTIONS *************/

#tabs .menu-item-title p,
#tabs h1,
#tabs .h1 {
  color: white;
}

#tabs .menu-item .h1 {
  font-size: 2rem;
  text-transform: uppercase;
}
#tabs .menu-item .tab-section-text {
  width: 100%;
  max-width: 100%;
}

.menu-item-button a {
  text-decoration: none;
  color: #fff;
  display: inline-flex;
}

.menu-item-button a:hover {
  color: #3c3c3c;
}

.menu-item-button a > i {
  margin-left: 1vw;
}

.menu-item-action {
  font-size: 1.3rem;
}

.container-main.tab-display {
  align-items: center;
  display: flex;
}

.tab-section {
  /* height: 10.41vw; */
  margin-top: 8px;
  margin-bottom: 8px;
}

.tab-image-text {
  float: left;
}

.tab-section.parish {
  background-color: #1693d3;
}

.tab-section.school {
  background-color: #812990;
}

.tab-section.adolescents {
  background-color: #f47920;
}

.tab-section.family {
  background-color: #8dc63f;
}

#tabs .explore span {
  display: inline-flex;
  vertical-align: middle;
}

#tabs .explore:hover {
  color: rgb(255, 255, 255, 0.8);
}

#tabs .explore:hover span {
  color: rgb(255, 255, 255, 0.8);
  border: 1px solid white;
  background-color: transparent;
}

.tab-section-text {
  display: flex;
  justify-content: space-between;
  max-width: 25vw;
  align-items: center;
  min-height: 4rem;
  padding: 4px; /* min-width: 35vw; */
}

.tab-section-text.tab-border-right {
  padding: 10px;
  background-color: #fff;
}

.tab-image {
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32vw;
  height: 10.41vw;
  margin-right: 11vw;
  margin-left: 5vw;
}

.tab-image.parish {
  background-image: url('../images/tab_img_parish.jpg');
}

.tab-image.school {
  background-image: url('../images/tab_img_school.jpg');
}

.tab-image.adolescents {
  background-image: url('../images/tab_adolesents_img.jpg');
}

.tab-image.family {
  background-image: url('../images/tab_img_family.jpg');
}

.planning-menu {
  margin-bottom: 15%;
}

/* BUTTONs */
.btn {
  border-radius: 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-color: transparent;
}

.btn {
  padding: 5px 20px;
}

.form-control-color-reverse {
  color: #000 !important;
  background-color: #fff !important;
}

.btn-secondary {
  background-color: var(--aic-parish-color);
  color: #fff;
}

a.btn {
  padding: 5px 20px;
}

/******* SLIDER *******/
.carousel {
  padding: 2vw 17.4vw 1vw;
  background-color: #e5e5e5;
  /* margin-top: 10px; */
}

.carousel-indicators {
  position: initial;
  margin-bottom: 0;
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */ {
  filter: invert(100%);
  margin-top: -25px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 35%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60% 60%;
  background-color: black;
  border: 1px solid white;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  color: black;
  background-color: rgba(128, 17, 9, 0.5);
  border: 1px solid rgb(130, 130, 130);
  border-radius: 50%;
}

.carousel-content {
  display: flex;
}

.carousel-item {
  background-color: white;
  width: 100%;
  height: auto;
}

.carousel-item img {
  width: 94%;
  margin: 12px;
}

.carousel h4 {
  font-family: titular, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2vw;
}

.carousel h3 {
  font-family: titular, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 0.5vw;
}

#parish .carousel h3 {
  color: #1693d3;
}

.carousel-item .text {
  padding: 25px 50px;
}

.carousel-inner {
  display: flex;
}

.carousel-indicators [data-bs-target] {
  height: 1.1vw;
  width: 2vw;
  margin: 1.2vw 0.3vw 0;
}

#programFeatures .explore.parish {
  font-size: 1.2vw;
  line-height: 1.3;
  margin-top: 2vw;
  padding-right: 10px;
  font-weight: 900;
  color: #1693d3;
  display: inline-flex;
  vertical-align: middle;
  transition: all ease-in-out 0.3s;
}

#programFeatures .explore.parish:hover {
  color: rgb(22, 147, 211, 0.7);
}

#programFeatures .explore.parish span {
  margin-left: 15px;
}

#programFeatures .explore.parish:hover span {
  color: white;
  background-color: rgba(22, 147, 211, 0.8);
  border: 1px solid white;
  display: inline-flex;
  vertical-align: middle;
}

/******* VIDEO *******/
#video {
  min-height: 17.14vw;
  background-color: #8689c3;
}

.video-sample {
  padding: 0 17.4vw;
  display: flex;
}

.video-image {
  display: inline-block;
}

.video-image img {
  width: 100%;
}
.promos h3,
#video h3 {
  font-family: titular, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: white;
  margin-bottom: 0.5vw;
}

.promos p,
#video p {
  color: white;
}

.promos .explore.white,
#video .explore.white {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0px;
  padding-right: 10px;
  font-weight: 900;
  color: white;
  display: inline-flex;
  vertical-align: middle;
  transition: all ease-in-out 0.3s;
}

#video .explore.white:hover {
  color: rgba(255, 255, 255, 0.6);
}

#video .explore.white span {
  margin-left: 15px;
}

#video .explore.white:hover span {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  display: inline-flex;
  vertical-align: middle;
}

.video-text {
  padding: 15px 50px;
}

.promo-text {
  padding: 5px;
}

/* FORMS */
.form-control {
  border-radius: 0;
  background-color: #158acc;
  color: #fff;
}

.form-label {
  color: #000;
}

input::placeholder {
  color: white;
}

#email-form label.form-label {
  font-size: 0.875rem !important;
}

#email-recipients {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#email-recipients label {
  margin-top: 0.7em;
}

.error {
  color: rgb(251, 82, 82);
}

/******* LOGIN *******/
.loginPanel p {
  color: #000;
  margin-bottom: 6%;
}

.loginPanel h2 {
  font-weight: 400;
}

#register h2 {
  font-size: 2.5rem;
}

#lploginform {
  width: 80%;
}

section#login {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

/******* FOOTER *******/
footer {
  margin-top: -2px;
  background-color: black;
}

.footer-content {
  padding: 2.8vw 17.4vw;
}

.footer-display {
  display: flex;
}

.osv-links-mobile {
  display: none;
}

.logo-osv-footer {
  margin-bottom: 2.8vw;
  width: 8vw;
}

footer a {
  font-size: 0.9rem;
  line-height: 1.2;
  color: grey;
  text-decoration: none;

  padding: 0.7vw 0;
  transition: all ease-in-out 0.5s;
}

footer a:hover {
  text-decoration: none;
  color: white;
}

footer .footer-sub-divide a,
footer .osv-links a {
  display: block;
}

.link-pages a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all ease-in-out 0.5s;
}

.link-pages a:hover {
  color: white;
}

.footer-sub-divide {
  display: inline-block;
}

.row-block {
  display: block;
}

.social-icons i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 3vw 5px 6vw;
  transition: all ease-in-out 0.5s;
}

.social-icons i:hover {
  color: rgba(255, 255, 255, 1);
}

footer p {
  font-size: 0.8rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5vw;
}

#lesson-planner-side-menu {
  padding-top: 15px;
}

/****** Search ************/
.search-results-list .res-title {
  font-weight: bold;
}

.search-nav-form {
  min-width: 220px !important;
}

/******* RESPONSIVE*******/

/********************** MENU - DROP DOWN ***********************/
#menuIcon {
  z-index: 99;
  position: absolute;
  right: 0;
}

.dropdown_menu {
  position: absolute;
  padding: 30px 0;
  left: 0;
  top: 44px;
  width: 100%;
  height: 100vh;
  perspective: 1000px;
  display: none;
  background-color: rgba(255, 255, 255, 0.98);
  opacity: 0;
  transition: all ease-in-out 0.3s;
  z-index: 50;
}

/* .dropdown:hover .dropdown_menu--animated {
  display: block;
} */

.dropdown.show .dropdown_menu--animated {
  display: block;
  opacity: 1;
}

.dropdown_menu-6 {
  animation: fadeIn 300ms ease-in-out forwards;
  transform-origin: top center;
}

.dropdown_menu-6 li {
  /* animation: fadeIn 300ms ease-in-out forwards; */
  animation: fadeIn 350ms ease-in-out calc(var(--i) * 100ms) both;
  transform-origin: top center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
  }

  100% {
    opacity: 1;
  }
}

.dropdown_menu li {
  display: block;
  color: #444;
  padding: 10px 30px;
  font-size: 16px;
  opacity: 1;
}

.dropdown_menu li:hover {
  background-color: #edf1f4;
}

/* .dropdown:hover .dropdown_menu li {
  display: block;
} */
.hamburger {
  cursor: pointer;
  display: none;
}

.bar {
  display: block;
  height: 4px;
  width: 36px;
  background: #444;
  margin: 7px auto;
}

.hamburger {
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger:hover .bar {
  background-color: #df0202;
}

.bar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger.show .arrow-top-r {
  -webkit-transform: rotateZ(-45deg) translateY(9px);
  -moz-transform: rotateZ(-45deg) translateY(9px);
  -ms-transform: rotateZ(-45deg) translateY(9px);
  -o-transform: rotateZ(-45deg) translateY(9px);
  transform: rotateZ(-45deg) translateY(9px);
  width: 16px;
}

.hamburger.show .arrow-middle-r {
  -webkit-transform: translateX(19px);
  -moz-transform: translateX(19px);
  -ms-transform: translateX(19px);
  -o-transform: translateX(19px);
  transform: translateX(19px);
}

.hamburger.show .arrow-bottom-r {
  -webkit-transform: rotateZ(45deg) translateY(-9px);
  -moz-transform: rotateZ(45deg) translateY(-9px);
  -ms-transform: rotateZ(45deg) translateY(-9px);
  -o-transform: rotateZ(45deg) translateY(-9px);
  transform: rotateZ(45deg) translateY(-9px);
  width: 16px;
}

.closeArrow.show {
  -webkit-transition: all ease-in-out 0.5s ease;
  -moz-transition: all ease-in-out 0.5s ease;
  -ms-transition: all ease-in-out 0.5s ease;
  -o-transition: all ease-in-out 0.5s ease;
  transition: all ease-in-out 0.5s ease;
  animation: fadeIn 600ms ease-in-out forwards;
  -webkit-transform: rotateZ(180deg) translateX(-20px);
  -moz-transform: rotateZ(180deg) translateX(-20px);
  -ms-transform: rotateZ(180deg) translateX(-20px);
  -o-transform: rotateZ(180deg) translateX(-20px);
  transform: rotateZ(180deg) translateX(-20px);
}

.fixed-position {
  position: fixed;
}

/******* LOGIN *******/
.parish .secondary-color {
  background-color: var(--osv-color-secondary);
}

/******  Uilities ******/
.spacer {
  height: 7vw;
}

.header {
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 0vw;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
}

.header.secondary {
  padding-left: 0rem;
  font-family: myriad-pro, sans-serif;
}

/* Lesson Planning */
#app {
  margin-bottom: 3vw;
}

.plan-selector-column {
  border-bottom-right-radius: 10px;
}

.plan-selector-bg-color-1 {
  background-color: var(--aic-panel-color);
}

.plan-selector-bg-color-2 {
  background-color: var(--aic-panel-color-2);
}

.plan-selector-bg-color-3 {
  background-color: var(--aic-panel-color-3);
}

.list-group-item.active {
  background-image: url(../images/arrow-marker.svg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

.lp-headings {
  margin-top: 0.5rem;
}

.lp-headings h3 {
  font-size: 2.375rem;
  line-height: 1.3;
  font-weight: 400;
  color: #676767;
}

.list-group-item.list-group-item-action.cs-notselected-sub {
  color: #000;
  font-weight: normal;
}

.plan-selector-menu {
  padding-bottom: 3rem;
}

#plan-selector-1 {
  background-image: url(../images/LP_number_prep_1.svg);
  background-position: top right;
  background-size: 38px;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 15px;
  /* padding-bottom: 5px; */
  padding-left: 15px;
}

#plan-selector-2 {
  background-image: url(../images/LP_number_prep_2.svg);
  background-position: top right;
  background-size: 38px;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 15px;
  padding-left: 25px;
}

#plan-selector-3 {
  background-image: url(../images/LP_number_prep_3.svg);
  background-position: top right;
  background-size: 38px;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 15px;
  padding-left: 25px;
}

#plan-selector-4 {
  background-image: url(../images/LP_number_prep_4.svg);
  background-position: top right;
  background-size: 38px;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 15px;
  padding-left: 25px;
}

.plan-selector-column h2:first-child {
  margin-top: 1.5rem;
}

.plan-selector-column h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--aic-primary-color);
}

.plan-heading h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 40px;
  color: var(--aic-primary-color);
}

.lp-headings h2 {
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 30px;
  color: var(--aic-primary-color);
}

#pv-head {
  border-bottom: 1px solid #e6e3e3;
}

#pv-page h3 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#pv-page h4 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.lp-headings h5,
#centerPanel h5 {
  font-family: 'myriad-pro';
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 30px;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 1em;
}

#centerPanel {
  padding-top: 2em;
  padding-left: 1rem;
  padding-right: 1rem;
}

.res-section {
  border-top: 1px solid silver;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.cp-select-menu {
  margin-bottom: 20px;
}

.cp-select-menu a {
  margin-left: 5px;
  margin-right: 5px;
}

.cp-table td {
  vertical-align: middle;
  color: #000;
  padding-bottom: 10px;
}

.cp-table .res_icon {
  padding-right: 10px;
}

.res-title,
res-desc {
  padding-bottom: 4px;
}

.res-desc {
  font-style: italic;
  color: grey;
}

.res-title-cell {
  width: 100%;
}

#lp-buttons {
  margin-top: 2.5em;
}

.res-prev i {
  color: #000;
  font-size: 1.5rem;
  padding-left: 1rem;
}

.res-prev i:hover {
  color: grey;
}

.btn-md {
  width: 65% !important;
  padding-left: 5%;
  padding-right: 5%;
}

#resources-side-menu {
  padding-top: 2rem;
}

.lr-corner-round {
  border-bottom-right-radius: 13px;
}

.list-heading,
.list-group-item-action {
  color: var(--aic-primary-color);
  font-weight: bold;
}

.list-group-item-action.active {
  color: var(--aic-primary-color);
}

.cm-menulist-sublevel {
  margin-left: 10px;
}

.cm-menulist-sublevel a {
  color: #000;
  font-weight: normal;
}

.open-sidebar {
  display: block !important;
  width: 100%;
}

.close-sidebar {
  display: none;
}

#cats-menu {
  margin-top: 1rem;
  width: 100%;
}

/* Preview Modal */
#pv-container {
  margin-top: 5%;
  color: #000;
}

#pv-container p {
  color: #000;
}

#pv-page ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 2rem;
}

#pv-page ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 2rem;
}

.pv-media {
  text-align: center;
}

.pv-media img {
  max-width: 90%;
}
#pv-content-text h2 {
  font-size: 2rem;
}
#pv-content-text p {
  text-align: left;
}

#pv-content-text ul,
ol {
  list-style: disc;
  list-style-position: inside;
}

#pv-content-text li {
  text-align: left;
  padding-bottom: 0.5rem;
  list-style-position: initial;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Boostrap Component overide */
.btn-link {
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--aic-primary-color);
  transition: all ease-in-out 0.3s;
  display: inline-flex;
  align-items: center;
  padding: 0rem;
}

.btn-link:hover {
  color: var(--aic-btn-link-color);
}

.btn-link > i {
  margin-right: 5px;
  font-size: 2rem;
}

.on-white.btn-link:hover {
  color: var(--aic-secondary-color);
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check-input[type='checkbox'] {
  border-radius: 0;
  margin-right: 10px;
  border-color: var(--aic-primary-color);
}

.form-check-input {
  width: 1.3em;
  height: 1.3em;
}

.form-check-input:checked {
  background-color: var(--aic-primary-color);
  border-color: var(--aic-primary-color);
}

.list-group {
  --bs-list-group-color: #000000;
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 0px;
  --bs-list-group-border-radius: 0;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #000;
  --bs-list-group-active-bg: #fcfcfc;
  --bs-list-group-active-border-color: #0d6efd;
  border-radius: none;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--aic-primary-color);
  --bs-btn-border-color: var(--aic-primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--aic-secondary-color);
  --bs-btn-hover-border-color: var(--aic-secondary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--aic-primary-color);
  --bs-btn-active-border-color: var(--aic-primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2294e3;
  --bs-btn-disabled-border-color: #2294e3;
}

.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
  color: var(--aic-primary-color);
  background-color: #fff;
  border-color: var(--aic-primary-color);
}

.btn.btn-link.btn_glossary_letter {
  border: 1px solid;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--aic-secondary-color);
  border-color: var(--aic-secondary-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* Glossary */
.glossary-container > h3 {
  font-family: myriad-pro, sans-serif;
}

.glossary-container .topic-wborder {
  display: block;
  clear: both;
  border-top: 1px solid silver;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
}

.gloss-term p {
  display: inline;
  font-size: inherit;
}

.gloss-term {
  margin-left: 10px;
  margin-top: 5px;
  width: 90%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #000;
}

.gloss-term strong {
  color: var(--aic-primary-color);
  padding-right: 5px;
  font-weight: bold;
}

.gloss-icon {
  text-align: center;
  float: left;
  margin: 5px;
}

clear {
  clear: both;
}

.hidden {
  display: none;
  visibility: hidden;
}

.gloss-icon i {
  font-size: 2rem;
  color: #000;
}

a.btn_glossary_letter {
  text-align: center;
  font-size: 1.3rem;
  padding: 10px;
  align-content: center;
  border: 1px solid silver;
  min-width: 42px;
  height: auto;
  line-height: 1rem;
  display: inline-block;
  margin: 4px;
  color: var(--aic-primary-color);
  font-weight: bold;
}

/* Utilities */
.bb-1 {
  border-bottom: 1px solid silver;
}

.text-2 {
  font-size: 1.3rem !important;
  font-weight: 900;
  color: var(--aic-primary-color) !important;
}

.ta-r {
  text-align: right !important;
}

.box-shadow {
  box-shadow: 1px 4px 9px -3px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 1px 4px 9px -3px rgba(0, 0, 0, 0.34);
}

#menuIcon {
  position: absolute;
  right: 0;
}

img.game_thumb {
  width: 100%;
}

.game-player {
  overflow: hidden;
  width: 100%;
  height: 600vh;
}

/* MEDIA Queries */
/* 

@media (max-width: 768px) {
.game-player {
  width: 120%; 
  transform: scale(.5);
  transform-origin: 0 0;
}
  
}
@media (max-width: 834px) {
.game-player {
  width: 120%; 
  transform: scale(.4);
  transform-origin: 0 0;
}
  
}
@media (max-width: 414px) {
.game-player {
  width: 220%; 
  transform: scale(.45);
  transform-origin: 0 0;
}
  
}

@media (max-width: 375px) {
.game-player {
  width: 240%; 
  transform: scale(.42);
  transform-origin: 0 0;
}        
}

@media (max-width: 320px) {
.game-player {
  width: 280%; 
  transform: scale(.36);
  transform-origin: 0 0;
}
} */

@media (min-width: 768px) {
  .s-col-mt {
    margin-top: 120px;
  }

  .plan-selector-column {
    padding-bottom: 200px;
  }
}

@media (min-width: 576px) {
  .overlay .hero-left {
    position: absolute;
    top: 0;
    left: 5vw;
    z-index: 1;
  }

  .top-nav-left {
    max-width: 30%;
  }

  .tab-image-wrap {
    order: 1 !important;
  }
  .tab-section-text {
    width: 38vw;
  }
}

@media (max-width: 414px) {
  .container-main {
    width: 94vw;
  }

  .top-gray-nav p {
    font-size: 3.3vw;
    padding-right: 0;
  }

  .search-icon {
    font-size: 5vw;
  }

  #top-nav img {
    width: 80%;
    vertical-align: middle;
  }

  h3 {
    font-size: 4.5vw;
  }

  .hero h3 {
    width: 90vw;
  }

  .hero-right {
    float: right;
    margin-bottom: 6vw;
  }

  .hero.parish {
    background-image: url('../images/hero_parish_bgrnd_1_640.png');
  }

  .hero-image {
    background-size: cover;
    width: 90vw;
    height: 65vw;
    margin-top: 6vw;
  }

  .hero .container-main {
    display: block;
  }

  .hero.hero-parish {
    height: 120vw;
  }

  #hero .explore.parish,
  #programFeatures .explore.parish {
    font-size: 5vw;
    align-items: center;
    margin-top: 6vw;
  }

  .searchbox-top {
    width: 55vw;
    height: 10vw;
    margin: 10px 0;
  }

  .search-login-group h4 {
    display: none;
  }

  .container-main.tab-display {
    flex-wrap: wrap !important;
    margin: 0;
  }

  h1 {
    font-size: 12vw;
  }

  .tab-text-wrap {
    float: left;
  }

  .tab-section-text {
    display: flex;
    width: 96vw;
  }

  .tab-image {
    width: 97vw;
    height: 30vw;
    margin-left: 0;
    margin-right: 0;
  }

  button .explore {
    font-size: 4vw;
    margin-top: 8vw;
  }

  .explore-icon.material-symbols-outlined {
    font-size: 8vw;
    border-radius: 50%;
    border: 1px solid grey;
    margin-left: 15px;
  }

  #video .explore.white {
    font-size: 5vw;
    align-items: center;
    margin-top: 10vw;
  }

  .explore-icon.material-symbols-outlined.small {
    font-size: 8vw;
    border-radius: 50%;
    border: 1px solid grey;
    margin-left: 15px;
  }

  .carousel-content {
    display: block;
  }

  .carousel h4 {
    font-size: 7vw;
  }

  .carousel-item.osv-slide {
    display: inline;
  }

  .carousel-control-next-icon {
    display: inline-block;
    margin-right: 3vw;
    width: 12vw;
    height: 10vw;
    margin-top: -80px;
  }

  .carousel-control-prev-icon {
    display: inline-block;
    margin-left: 3vw;
    width: 12vw;
    height: 10vw;
    margin-top: -80px;
  }

  #video h3 {
    font-size: 6vw;
  }
}

@media (max-width: 576px) {
  .hamburger {
    display: block;
  }
  .search-login-group h4 {
    display: none;
  }

  .top-gray-nav p {
    font-size: 3.2vw;
  }

  .top-nav-link {
    display: none;
  }

  .video-sample {
    padding: 0;
    display: block;
  }

  .video-image img {
    width: 100%;
    height: 100%;
  }

  .video-text {
    padding: 15px;
  }

  .video-text p {
    padding-right: 15px;
  }

  .footer-display {
    display: block;
  }

  .footer-sub-divide {
    display: block;
    width: 80vw !important;
    margin-bottom: 30px;
  }

  .osv-links {
    display: none;
    width: 80vw !important;
  }

  .osv-links-mobile {
    display: block;
    width: 80vw !important;
  }

  .link-pages {
    width: 80vw !important;
  }

  .carousel-indicators [data-bs-target] {
    height: 4vw;
    width: 8vw;
    margin: 1.2vw 1vw 0;
  }
}

@media (max-width: 640px) {
  .container.top-nav-grey {
    padding: 0;
  }

  .searchbox-top {
    width: 50vw;
    background-color: transparent;
    border: 1px solid #a6a5a5;
  }

  .search-login-group h4 {
    display: none;
  }

  .search-login-group h4 i {
    padding-left: 10px;
  }

  .container-main {
    width: 90vw;
  }

  h1 {
    font-size: 3rem;
  }

  button.explore,
  button.explore span {
    font-size: 3vw;
  }

  .carousel-control-next,
  .carousel-control-prev {
    margin-top: 20%;
  }

  .carousel h4 {
    font-size: 4.5vw;
  }

  .carousel-item .text {
    color: #1693d3;
  }

  .carousel-item .text {
    padding: 10px 30px 20px 25px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 13%;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 6vw;
    height: 6vw;
  }

  .video-text {
    padding: 18px 0 18px 15px;
  }
}

@media (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100vw !important;
    width: 100vw !important;
    padding: 0;
  }

  .searchbox-top {
    width: 50vw;
    height: 6vw;
    margin: 8px 0 8px 0;
  }

  .top-gray-nav p {
    padding-top: 0;
  }

  .search-login-group h4 i {
    font-size: 3vw;
  }

  #top-nav a {
    font-size: 1.2rem;
  }

  button span.explore-icon {
    font-size: 2.5vw;
  }

  .carousel-indicators [data-bs-target] {
    height: 2.5vw;
    width: 6vw;
    margin: 1.2vw 1vw 0;
  }

  .overlay {
    top: 18vw;
  }
}

@media (max-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 90vw !important;
    width: 90vw !important;
  }

  .searchbox-top {
    width: 40vw;
  }

  .search-icon,
  .search-login-group h4 {
    font-size: 2.8vw;
    margin-left: 1vw;
  }

  .search-login-group h4 i {
    font-size: 2.8vw;
  }

  .carousel {
    padding: 3vw 2vw;
  }

  .carousel h4 {
    font-size: 3.5vw;
  }
}

/* @media (max-width: 1400px) {
  .container-main {}
} */

@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 95vw !important;
    width: 90vw !important;
  }

  .carousel {
    padding: 3vw 4vw;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }

  .video-sample {
    padding: 0 4vw;
  }

  .footer-content {
    padding: 2.8vw 4vw;
  }
}

@media (max-width: 1920px) {
  .overlay {
    top: 12vw;
  }
}

.category-item {
  margin-bottom: 0.25rem;
}

.category-item .d-flex:has(.active) {
  background-color: var(--aic-aicinfo-primary);
  background-image: url(../images/arrow-marker.svg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

.category-item .d-flex:hover {
  background-color: var(--bs-list-group-action-hover-bg);
}

.category-item .list-group-item {
  margin-bottom: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.collapse-toggle {
  margin-right: 10px;
  height: 100%;
  text-decoration: none;
  color: #212529;
  display: flex;
  align-items: center;
  font-size: 1.75rem;
}

.collapse-toggle:hover {
  color: var(--aic-aicinfo-primary);
}

.category-item .d-flex:has(.active) .collapse-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.collapse-toggle i {
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.collapse-toggle[aria-expanded='true'] i {
  transform: rotate(90deg);
}

.collapse.show + .collapse-toggle i {
  transform: rotate(90deg);
}

.category-item .list-group-item:not([href]) {
  cursor: pointer;
}

.category-item .list-group-item:not([href]):hover {
  background-color: var(--bs-list-group-action-hover-bg);
}

.category-item .d-flex:has(.list-group-item:not([href])):hover {
  background-color: var(--bs-list-group-action-hover-bg);
}
