@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-size: 100vw;
	background-repeat: no-repeat;
	overflow-x: hidden;
	/*height: 100vh;
    display:flex;*/
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #333333;
}

/*Masthead Logo Styles*/

.containerforMasthead {
    max-width:720px;
    margin: auto !important;
    padding: 0 15px;
}
.resizeLogo {
    width: 10em;
}

/*End Masthead Logo Styles*/


/*Nav Styles*/

.navBg {
    background-color: #a62322;
}

.navBg .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navBg .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navText a {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	/*letter-spacing: 0.125em;*/
    font-style: normal;
	font-size: 1em;
	color: #FFFFFF !important;
    padding: 5em 1em;
}

.navbar li a {
    background-color: #a62322;
    /*height: 200px;*/
    margin: auto !important;
}
.navbar li a:hover {
     background-color: #791514;
}

/*End Nav Styles*/

/*Digital Stories Page Sticky Nav Styles*/

#stickynavbar {
  overflow: hidden;
  background-color: #037d96;
  z-index: 10;
}

#stickynavbar a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 16px 24px;
  text-decoration: none;
  font-size: 1.375em;
  font-family: 'Roboto Slab', serif;
}

#stickynavbar a:hover {
  background-color: #000000;
  color: #ffffff;
}

#stickynavbar a.active {
  background-color: #000;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/*End Digital Stories Page Sticky Nav Styles*/

/*Learning Modules Page Styles*/

#stickynavbar2 {
  overflow: hidden;
  background-color: #037d96;
  z-index: 10;
}

#stickynavbar2 a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 16px 22px;
  text-decoration: none;
  font-size: 1.375em;
  font-family: 'Roboto Slab', serif;
}

#stickynavbar2 a:hover {
  background-color: #000000;
  color: #ffffff;
}

#stickynavbar2 a.active {
  background-color: #000;
  color: white;
}

.learningModuleBoxBorder {
    background-color: #ffffff;
    padding:1.5em;
    /*background-color:rgba(255,255,255,0.30);
    border: 2px solid #ffffff;*/
}

.tableOfContentsBg {
    background-color: #e2f4f8;
    border-radius: 15px;
}

.card-columns {
    column-count: 4 !important;
}

.modelsOfDisability_paragraph {
    padding: 0.5em 1em;
    margin-bottom: 0;
}

.modelsOfDisability_highlightLinkParagraph {
    padding:0 1em 1em;
    margin-bottom: 0;
    background-color: #a62322;
    margin: 0
}

.modelsOfDisability_columnHeaders {
    background-color: #333333;
    padding: 1em;
    height: 100px;
    /*vertical-align: middle !important;
    display: table-cell; */
}

.modelsOfDisability_highlightLinkTitle {
    background-color: #a62322;
    padding: 1em;
    margin: 0
}

.scrollableContent {
    height: 900px; /* Set a fixed height for the scrollable area */
    overflow-y: scroll; /* Enable vertical scrolling */
    /*border: 1px solid #ccc;*/ /* Optional: Add a border for visual clarity */
    /*padding: 15px;*/
}

.definitionsQuote {
    display: table-cell;
    vertical-align: middle !important; 
    height: 10em;
}

.teacherVoice {
    background-color: #fcd404;
    border-radius: 30px;
    padding: 2em;
}

/*End Learning Modules Page Styles*/

.whiteBgRow {
	background-color: #FFFFFF;
	width: 100hw;
	padding: 2em 0;
    border-bottom: 1px solid #DDDDDD;
}

.yellowBgRow {
	background-color:#fcd404;
	padding: 2em 0;
}
.yellowBgRow2 {
	background-color:#fcd404;
	padding: 1em 0;
}

.redBgRow {
	background-color:#a62322;
	padding: 2em 0;
}

.lightBlueBg {
    background-color: #e2f4f8;
    border-radius: 15px;
}

.padding0 {
	padding: 0 !important;
}

.padding1em {
	padding: 1em;
}

.padding1point5em {
	padding: 1.5em;
}
.padding2em {
	padding: 2em;
}
.padding3em {
	padding: 3em;
}
.paddingOnRightSide {
	padding: 0 2.5em 0 0;
}

.paddingPartners {
    padding:2em 3em 3em 3em;
}
.margin0 {
    margin: 0 !important;
}
.marginTop0Point5em {
	margin-top: 0.5em;
}
.marginTop1em {
	margin-top: 1em;
}

.marginTop2em {
	margin-top: 2em;
}

.marginTop3em {
	margin-top: 3em;
}

.marginBottom1em {
	margin-bottom: 1em;
}
.marginBottom2em {
	margin-bottom: 2em;
}
.marginBottom1em {
	margin-bottom: 1em;
}
.marginBottom3em {
	margin-bottom: 3em;
}

.bottomBorder {
    border-bottom: 1px solid #dddddd;
}

.principles {
    padding:  2em;
}

/*.principles ol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 60%;
    margin: 1em auto
      }*/

.inlineWithImages{
    display: inline-block; 
    margin: 0 0.5em;
    vertical-align: middle !important;
    -ms-vertical-align: middle !important;
}

h1 {
	font-family: 'Roboto Slab', serif;
    color: #000000;
    text-align: center;
    margin: 1em 0 !important;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 3.75em;
	color: #fed401;
	font-weight: 300;
	/*letter-spacing: 0.125em;*/
	margin: 0 0 0.375em 0;    
}

.h2_textShadow {    
    text-shadow: 0px 1px 0px #000000, 0px -1px 0px #000000, 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 2px 2px #000000, 0px -2px 2px #000000, 2px 0px 2px #000000, -2px 0px 2px #000000, 0px 0px 20px #000000, 0px 0px 10px #000000,0px 0px 5px #000000, 0px 0px 3px #000000;
}

/*interim homepage h2 styling*/
.sectionTitleText {
    font-family: 'Roboto Slab', serif;
	font-size: 3.75em;
	color: #000000 !important;
	font-weight: 300;
	/*letter-spacing: 0.125em;*/
	margin: 0 0 0.25em 0;
}


h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 1.125em;
	color: #a62322;
	line-height: 1.125em;
    font-size: 2.25em;
    text-align: center;
}


ul {
	margin: 0;
}

ul li {
	/*list-style-image: url("../images/bullet.png");*/
    margin: 0.5em 0 /*only affects in-body lists, not main navbar ul*/
}

ol.boldNumbers li {
                font-weight:bold;
            }
ol.boldNumbers li > *, .boldNumbers li > * > *  {
    font-weight: normal;
}
.highlightText {
	font-family: 'Roboto', serif;
	font-weight: 300;
	letter-spacing: 0.01em;
    font-style: normal;
	font-size: 1.375em;
	color: #fcd404;
	line-height: 1.25em;
    bottom: 0 !important;
    text-shadow: 0px 1px 0px #000000, 0px -1px 0px #000000, 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 2px 2px #000000, 0px -2px 2px #000000, 2px 0px 2px #000000, -2px 0px 2px #000000, 0px 0px 20px #000000, 0px 0px 10px #000000,0px 0px 5px #000000, 0px 0px 3px #000000;
    
}


.highlightText1 {
	font-family: 'Roboto', serif;
	font-weight: 300;
	letter-spacing: 0.01em;
    font-style: normal;
	font-size: 1.375em;
	color: #fcd404;
	line-height: 1.25em;
    bottom: 0 !important;
    text-shadow: 0px 1px 0px #000000, 0px -1px 0px #000000, 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 2px 2px #000000, 0px -2px 2px #000000, 2px 0px 2px #000000, -2px 0px 2px #000000, 0px 0px 20px #000000, 0px 0px 10px #000000,0px 0px 5px #000000, 0px 0px 3px #000000;
    
}

.highlightText1b {
	font-family: 'Roboto', serif;
	font-weight: 500;
	letter-spacing: 0.01em;
    font-style: normal;
	font-size: 1.375em;
	color: #fcd404;
	line-height: 1.25em;
    bottom: 0 !important;
    text-shadow: 0px 1px 0px #000000, 0px -1px 0px #000000, 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 2px 2px #000000, 0px -2px 2px #000000, 2px 0px 2px #000000, -2px 0px 2px #000000, 0px 0px 20px #000000, 0px 0px 10px #000000,0px 0px 5px #000000, 0px 0px 3px #000000;
    
}

.highlightText2 {
	font-weight: 500;
	font-size: 1.25em;
    line-height: 1.375em;
}

.highlightText3 {
	font-weight: 400;
	font-size: 1.5em;
    color: #037d96;
    text-transform: uppercase;
	letter-spacing: 0.04em;
    line-height: 1.125em;
}

.highlightText3_white {
	font-weight: 400;
	font-size: 1.5em;
    color: #ffffff;
    text-transform: uppercase;
	letter-spacing: 0.04em;
}

.highlightText4 {
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 1.125em;
	color: #000000;
	line-height: 1.125em;
    font-size: 2.25em;
    text-align: center;
}

.highlightText4_white {
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 1.125em;
	color: #ffffff;
	line-height: 1.125em;
    font-size: 2.25em;
    text-align: center;
}

.highlightText5 {
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	/*text-transform: uppercase;*/
	font-size: 1.125em;
	color: #000000;
	line-height: 1.25em;
    font-size: 2.25em;
    text-align: center;
}

.highlightText6 {
	font-weight: 500;
	font-size: 1.5em;
    line-height: 1.375em;
    color: #a62322;
}

.highlightText7 {
    font-family: 'Roboto Slab', serif;
	font-size: 2.25em;
	color: #000000 !important;
	font-weight: 300;
	/*letter-spacing: 0.125em;*/
	margin: 0 0 0.25em 0;
    line-height: 1.125em;
}

.imageDescription {
    color: #666666;
    font-size: 0.875em;
}

.highlightBox {
	border: 1px solid #DDDDDD;
    /*background-image: url("../images/sun.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    padding: 1.5em 1.75em;
    
}

a.redLink {
    text-decoration: underline;
    color: #a62322;
}
a.redButton {
	background-color: #a62322;
	color: #FFFFFF !important;
	padding: 0.5em 2.5em;
	margin: 1em 0 0.5em 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	border: 0;
	display: inline-block;
}

a.redButton:hover {
	background-color: #791514 !important;
	text-decoration: none;
}

a.darkGreyButton {
	background-color: #121212;
	color: #FFFFFF !important;
	padding: 0.5em 2.5em;
	/*margin: 1em 0 0.5em 0;*/
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	border: 0;
	display: inline-block;
}

a.darkGreyButton:hover {
	background-color: #000000 !important;
	text-decoration: none;
}

a.darkTealButton {
	background-color: #037d96;
	color: #FFFFFF !important;
	padding: 0.5em 2.5em;
	/*margin: 1em 0 0.5em 0;*/
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	border: 0;
	display: inline-block;
}

a.darkTealButton:hover {
	background-color: #000000 !important;
	text-decoration: none;
}

a.highlightText3Link {
	font-weight: 400;
	font-size: 1.5em;
    color: #037d96;
    text-transform: uppercase;
	letter-spacing: 0.04em;
    line-height: 1.125em;
    text-decoration: underline;
}

a.highlightText3_whiteLink {
	font-weight: 400;
	font-size: 1.5em;
    color: #ffffff;
    text-transform: uppercase;
	letter-spacing: 0.04em;
    text-decoration: underline;
}

.width3em{
	width: 3em;
    margin-bottom: 0.5em;
}

.partnerLogoBox {
    height: 150px;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.table-image {
  td, th {
    vertical-align: middle;
  }
}

.table td, .table th {
  vertical-align: middle !important;
}

/*Footer styles*/
.footerStyle {
    background-color: #000000;
    padding: 1.5em 0;
}

.footerText {
	font-size: 0.75em;
	color: #FFFFFF;
    margin:0;
}
/*End Footer styles*/

/*Back to top styles*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#037d96;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index: 10;
    /*box-shadow: 0 0 10px #000;*/
	
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#fcd404;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*End Back to top styles*/

/* Header styles */
#header_index {
    background-image: url("../images/header-bg_index.jpg");
    background-size: cover;
    /*height: 35em;*/
    background-position: top center;
    padding:0;
}

#header_digitalStories {
    background-image: url("../images/header-bg_digitalStories.jpg");
    background-size: cover;
    /*height: 35em;*/
    background-position: top center;
    padding:0;
}

#header_learningModules {
    background-image: url("../images/header-bg_learningModules.jpg");
    background-size: cover;
    /*height: 35em;*/
    background-position: top center;
    padding:0;
}

.translucentBlackBg {
    background-color: rgba(0,0,0,0.70);
}

.tagline {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 2em;
    padding: 0.125em 0;
    letter-spacing: 0.0125em;
    text-align: center;
    margin: 0;
}
.headerText1 {
    font-family: novel-sans-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #FFFFFF;
    font-size: 3.5em;
    letter-spacing: 0.0625em;
    line-height:1em;
    text-align: center;
    /*margin: 2em 0 1em 0;*/
    text-shadow: 0px 0px 10px #000000, 0px 0px 20px #000000, 0px 0px 30px #000000;
    
}

.headerTextBold {
    font-family: novel-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-size: 1em !important;
}

/*Carousel styles*/

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.carousel-item {
/*transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;*/    
}

.carousel-control-next-icon_black {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.rethinkingMentalAgeCarouselNav {
    display: block; 
    position: absolute; 
    bottom: 2em; 
    margin: auto; 
    width: 100%
}

.rethinkingMentalAgeCarouselNav a {
    color: #037d96;
    margin: 0 1.5em;
}

.rethinkingMentalAgeCarouselNavChevron {
    margin: 0 0.5em;
}

.module1_carousel1_background {
    background-image:url(../images/AbleismQuote_bg.png);
    background-size: cover;
    height: 600px;
}

/*Padlet Sub Styles*/
.testimonialCard {
	border-color:  #ccc !important;
    /*background-color: rgba(2, 9, 40, 0.8);*/
    border-radius: 0 !important;
    margin: 1em 0 0 0 !important;
    padding: 1em 0 0 0;
    font-size: 0.875em;
}



/* for smallest screen*/
/*

*/

/* End Carousel styles*/

/*Extra extra small - iPhone8*/
@media (max-width: 414px) {
    .mentalAgeCarousel_item1 {
        padding: 4em 3em;
        font-size: 1.425em;
        line-height: 1.375em
    }
}

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 576px) {
    .mentalAgeCarousel_item1 {
        padding: 5.5em 4.5em;
        font-size: 1.125em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item2 {
        padding: 5.5em 5em;
        font-size: 1.125em;
        line-height: 1.375em
    }
     .mentalAgeCarousel_item3 {
        padding: 7.5em 2.5em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item4 {
        padding: 6.5em 4em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item5 {
        padding: 8.5em 4em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item6 {
        padding: 7.75em 4em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    
    .highlightText7 {
        font-size: 2em;
    }
    .smallerMentalAgeCarouselHeaderText {
        font-size: 1.75em;
        margin-bottom: 0.75em;
    }
    .module1_marginTopHarold {
        margin-top: 15em;
    }
    .module1_marginTopMarie {
        margin-top: 27.5em;
    }
    .module1_marginTopDoreen {
        margin-top: 21.25em;
    }
}
/*No media query since this is the default in Bootstrap*/

@media (max-width:767px){
     .principles ol {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        width: 80%;
        margin: 1em 0 1em auto;
      }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /*
    .resizeLogo {
        width: 14em !important;
    }
    */
    .mentalAgeCarousel_item1 {
        padding: 4em 3em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item2 {
        padding: 5em 3em;
        font-size: 1.125em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item3 {
        padding: 7.5em 2em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item4 {
        padding: 7.75em 3em;
        font-size: 1.25em;
        line-height: 1.375em
    }
     .mentalAgeCarousel_item5 {
        padding: 8em 3em;
        font-size: 1.25em;
        line-height: 1.375em
    }
   .mentalAgeCarousel_item6 {
        padding: 7.5em 3em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    
    .highlightText7 {
        font-size: 2em;
    }

    .smallerMentalAgeCarouselHeaderText {
        font-size: 2em;
        margin-bottom: 1em
    }
    
    .module1_marginTopHarold {
        margin-top: 9em;
    }
    .module1_marginTopMarie {
        margin-top: 10.5em;
    }
    .module1_marginTopDoreen {
        margin-top: 11em;
    }
    .highlightText1b {
	font-size: 1.5em;
    }
}
/*
@media (min-width: 616px) {
        .mentalAgeCarousel_item3 {
            padding: 6.25em 1em;
            font-size: 1.25em;
            line-height: 1.375em;
    }
}*/

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    
    h2 {
        text-align: left;
    }
    
    h3 {
        text-align: left;
    }
    
    .headerText1 {
        font-size: 4em;
        line-height:1.125em;
    }
    .headerTextBold {
        font-size:1.25em !important;
    }
        .containerforMasthead {
        max-width: 100%;
    }
    
    .mentalAgeCarousel_item1 {
        padding: 5.5em 1em;
        font-size: 1em;
        line-height: 1.375em;
    }
    .mentalAgeCarousel_item2 {
        padding: 6.75em 1em;
        font-size: 1em;
        line-height: 1.375em;
    }
    
    .mentalAgeCarousel_item3 {
        padding: 7.25em 2em;
        font-size: 1.125em;
        line-height: 1.375em
    }
    
    .mentalAgeCarousel_item4 {
        padding: 7em 1.5em;
        font-size: 1.125em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item5 {
        padding: 8.5em 1.5em;
        font-size: 1.125em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item6 {
        padding: 7.5em 2em;
        font-size: 1.125em;
        line-height: 1.375em
    }
    
    .highlightText7 {
        font-size: 2em;
    }
    .smallerMentalAgeCarouselHeaderText {
        font-size: 1.75em;
        margin-bottom: 0.5em
    }
    
    .rethinkingMentalAgeCarouselNav {
        bottom: 4.5em;
    }
    
    .principles ol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
    margin: 1em 0 1em 5%;
    }
    
    .module1_marginTopHarold {
        margin-top: 7em;
    }
    .module1_marginTopMarie {
        margin-top: 9em;
    }
    .module1_marginTopDoreen {
        margin-top: 9em;
    }
    .highlightText1b {
	font-size: 1.75em;
}

}

@media (max-width: 992px) {
      .navText a {
        padding: 1em 0.75em !important;
    }
    .module1_carousel1_background {
        background-image: url(../images/AbleismQuote_bg.png);
        background-size: cover;
        height: 600px
    }
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    
    #header_index {
    height: 33em;
    }
    h1 {
    text-align: left;
    margin: 0;
    }
    .tagline {
        text-align: left;
    }
    .containerforMasthead {
        max-width: 960px;
    }
    .largeScreenH2Padding {
        padding-left:0 !important
    }
    
    .mentalAgeCarousel_item1 {
        padding: 4.5em 2.25em;
        font-size: 1.125em;
        line-height: 1.375em;
    }
    .mentalAgeCarousel_item2 {
        padding: 5.75em 1em;
        font-size: 1.125em;
        line-height: 1.375em;
    }
    .mentalAgeCarousel_item3 {
        padding: 6.5em 3em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item4 {
        padding: 6.5em 2em;
        font-size: 1.25em;
        line-height: 1.375em
    }
     .mentalAgeCarousel_item5 {
        padding: 8em 2em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item6 {
        padding: 8em 2em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    
    .highlightText7 {
        font-size: 2em;
    }
    .smallerMentalAgeCarouselHeaderText {
        font-size: 2em;
        margin-bottom: 0.5em
    }
    
     .rethinkingMentalAgeCarouselNav {
    bottom: 2em;
    }
    
     .principles ol {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        width: 80%;
        margin: 1em 0 1em 16%;
    }
    .module1_marginTopHarold {
        margin-top: 6.5em;
    }
    .module1_marginTopMarie {
        margin-top: 8em;
    }
    .module1_marginTopDoreen {
        margin-top: 8em;
    }
    .module1_carousel1_background {
        background-image: url(../images/AbleismQuote_bg.png);
        background-size: cover;
        height: 600px;
    }
    .highlightText1b {
	font-size: 2em;
}

}

/*when viewport size is between 992px and 1200*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navItemPadding2 {
    padding: 5em 1em !important;
    }
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
    .headerText1 {
        /*margin: 2em 0 1.5em 0;*/
    }
    .navText a {
        padding: 5.75em 0.75em !important;
    }
    .containerforMasthead {
        max-width: 1140px;
    }
    .resizeLogo {
        width: 12em;
    }       
    .mentalAgeCarousel_item1 {
        padding: 4.75em 4.5em;
        font-size: 1.125em;
        line-height: 1.375em;
    }
    .mentalAgeCarousel_item2 {
        padding: 5.75em 4em;
        font-size: 1.125em;
        line-height: 1.375em;
    }
    .mentalAgeCarousel_item3 {
        padding: 6.75em 4.5em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item4 {
        padding: 6.75em 4.25em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .mentalAgeCarousel_item5 {
        padding: 8em 4em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    
    .mentalAgeCarousel_item6 {
        padding: 7em 4em;
        font-size: 1.25em;
        line-height: 1.375em
    }
    .highlightText7 {
        font-size: 2em;
    }
    .highlightText1b {
	font-size: 2em;
}
    
    .rethinkingMentalAgeCarouselNav {
    bottom: 2em;
    }
    .principles ol {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        width: 70%;
        margin: 1em 0 1em 21%;
    }
    .module1_marginTopHarold {
        margin-top: 7em;
    }
    .module1_marginTopMarie {
        margin-top: 8.25em;
    }
    .module1_marginTopDoreen {
        margin-top: 8.25em;
    }
    
}

@media (min-width: 1680px) {
    
    .navText a {
    padding: 6em 1em !important;
    }
}