/*	October 2020 
*	DEI Initiative
*/

.DEI-2020 a {
	color: #222;
	font-family: 'Gotham-Black', Arial, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	width: 100%;
}

.DEI-2020 a:hover {
	color: #000;
	background-color: #c1bdaf;
}

.DEI-2020 {
	color: #333;
}

.dei-h1 {
	color: #444;
	letter-spacing: -0.03em;
}

.DEI-2020 h1, .DEI-2020 h2, .DEI-2020 h3, .DEI-2020 h4, .DEI-2020 h5, .DEI-2020 h6, .DEI-2020 p, .DEI-2020 li {
	color: #444;
	letter-spacing: -0.03em;
	margin-top: 10px;
}


article.dei-wrapper h1 {
	color: #444;
	letter-spacing: -0.03em;
}

.DEI-2020 h1 {
	font-size: 30px;
	/* font-family: 'Gotham-Light', Arial, Helvetica, Tahoma, sans-serif; */
	letter-spacing: -0.03em;
    /* color: #003502; */
    text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	
}

.DEI-2020 h3 {
	margin-top: 10px;
	font-size: 20px;
	color: #555;
}




.DEI-2020 .dei-main, article.dei-wrapper {
    background: #fcfff4;
    background: -moz-linear-gradient(45deg, #fcfff4 0%, #f7f4e8 40%, #eae9e3 100%);
    background: -webkit-linear-gradient(45deg, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    background: linear-gradient(45deg, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#eae9e3',GradientType=1 );
	
	padding: 15px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
}

/* Accordion test */

.DEI-2020 .panel-title img {
	float: left;
}



.DEI-2020 .panel-title span.dei-credentials {
    font-size: .75em;
    /* line-height: 10px; */
    display: block;
    line-height: 13px;
	font-family: 'Gotham-Light', Arial, Helvetica, Tahoma, sans-serif;
}

.bs-accordion .panel-heading {
  padding: 0;
}
.bs-accordion .panel-heading a {
  display: block;
  padding: 10px 15px;
  padding: 3px 5px;
}


.bs-accordion .panel-heading a[aria-expanded=true] .glyphicon.glyphicon-chevron-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bs-accordion .panel-heading a .glyphicon.glyphicon-chevron-right {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}


.bs-accordion .panel-default>.panel-heading:hover {
    background-color: #c1bdaf;
	background: #c1bdaf;

}

/* Modal */
.modal-content {
    background: #fcfff4;
    background: -moz-linear-gradient(45deg, #fcfff4 0%, #f7f4e8 40%, #eae9e3 100%);
    background: -webkit-linear-gradient(45deg, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    background: linear-gradient(45deg, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#eae9e3',GradientType=1 );
}

.modal-title {
	font-family: 'Gotham-Black', Helvetica, Arial, Verdana, sans-serif;
}


.panel {
	background: #fcfff4;
    background: -moz-linear-gradient(45deg, #fcfff4 0%, #f7f4e8 40%, #eae9e3 100%);
    background: -webkit-linear-gradient(45deg, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    background: linear-gradient(45deg, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#eae9e3',GradientType=1 );
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.panel-heading {
	background: #fcfff4;
    background: -moz-linear-gradient(45deg, #fcfff4 0%, #f7f4e8 40%, #eae9e3 100%);
    background: -webkit-linear-gradient(45deg, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    background: linear-gradient(45deg, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#ddd8d2',GradientType=1 );
	
}

.panel-title img {
	width: 50px;
	margin-right: 15px;
	margin-bottom: 3px;
}


/* Buttons */
.DEI-2020 .btn-primary-outline {
  background-color: transparent;
  /* border-color: #ccc; */
  /* box-shadow: inset 0 3px 5px rgba(0,0,0,.125); */
}

.DEI-2020 .btn-dei-right {
	float: right;
	border: 1px solid #555;
}


.DEI-2020 .btn {
	white-space: inherit;
	text-align: left;
	font-size: 10px;
	margin-right: 5px;
}


/* Font-awesome */
.fa, .far {
	margin: 0 10px 10px 0;
	color: #bfbca9;
	color: #d6d4c7;
}

.DEI-2020 a.dei-task .fa {
	/* margin: 0 10px 0 10px; */
	font-size: 2.5em;
	text-shadow: 0px 0px 1px hsl(52 15% 13% / 1), 2px 2px 3px #a1998c94;
}



/* DEI-Video */
.DEI-2020 .dei-video-header {
	position: relative;
}

.DEI-2020 span.dei-video-duration {
	float: right;
	font-family: 'Gotham-Light', Helvetica, Arial, Verdana, sans-serif;
	font-size: .5em;
    bottom: 5px;
    right: 0;
    position: absolute;
	margin-right: 10px;
}


.DEI-2020 span.dei-video-duration {
    float: right;
    font-family: 'Gotham-Black', Helvetica, Arial, Verdana, sans-serif;
    font-size: .7em;
    bottom: 5px;
    left: 0;
    position: absolute;
    margin-left: 10px;
}

/* Child of h4 titles in 2nd row */
span.dei-duration {
    display: inline-block;
    float: right;
    font-weight: 500;
    font-family: 'Gotham-Black',Arial, Helvetica, sans-serif;
    font-size: 0.6em;
	margin-left: 15px;
    margin-bottom: 10px;
}
}


/* DEI-Letter */

.DEI-2020 .dei-letter {
	min-height: 60px;
	/*position: relative; */
}

.DEI-2020 .dei-letter a {
	font-family: 'Gotham-Black', Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	padding: 3px;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
}

.DEI-2020 .dei-letter a>span {
	font-family: 'Gotham-Light', Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}

.DEI-2020 .dei-letter.dei-spotlight a>span {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: -0.03em;

}



.DEI-2020 .dei-letter i {
	float: left;
	font-size: 5em;
	text-shadow: 0px 0px 1px hsl(52 15% 13% / 1), 2px 2px 3px #a1998c94;
}

.DEI-2020 .dei-letter img {
	float: left;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	margin: 0 10px 10px 0;
	width: 80px;
}

.DEI-2020 .dei-letter p {
	font-size: 12px;
	line-height: 13px;
	margin-top: 0;
}

.DEI-2020 .dei-learn .dei-letter h4 {
	color: #444;
	margin-top: 0;
}


/* DEI-contact */

.DEI-2020 .dei-contact a {
	font-family: 'Gotham-Black', Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	padding: 3px;
	width: 100%;
}

.DEI-2020 .dei-contact a>span {
	font-family: 'Gotham-Light', Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}

.DEI-2020 .dei-contact i {
	float: left;
	font-size: 3em;
	text-shadow: 0px 0px 1px hsl(52 15% 13% / 1), 2px 2px 3px #a1998c94;
}


/* DEI-learn */

.DEI-2020 .dei-learn p {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 0;
	font-family: 'Gotham-Light', Helvetica, Arial, Verdana, sans-serif;
}

.DEI-2020 .dei-learn h4 {
	margin-bottom: 0;
	color: white;
}


.DEI-2020 .dei-learn p >span {
	font-style: italic;
	font-size: .8em;
}

.DEI-2020 .dei-learn img {
	width: 40px;
	float: left;
	margin: 0 10px 10px 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Color Headers */
.DEI-2020 .purple {
	border-left: 10px solid #803d93;
    background: hsl(282 15% 68% / 1);
    padding: 7px;
    color: white !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.DEI-2020 .red {
	background: #b9624d;
    padding: 10px 5px;
    border-left: 10px solid #a12a10;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


/* Global alterations */
.skin_banner .bannerpane {
    padding: 0px 15px;
}

.skin_content {
    padding: 0 15px;
    background: #f7f4e8;
    border-radius: 14px;
}

.skin_main {
    min-height: 500px;
    padding: 0;
}

#skin_wrapper {
	max-width: 1400px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

/* Learn More Button */

.dei-learn-more {

    min-height: 340px;
    background: url(/Portals/0/images/education/DEI/diversity-tree.png?ver=2020-10-30-123729-047);
    background-size: cover;
}


.dei-learn-more .btn {
	/* border-top-right-radius: 0; */
}


h2 {
	border-bottom: none;
}

/* DEI Hybrid additions 2-11-2021 */

.dei-h1 {
    color: #efede5;
    letter-spacing: -0.03em;
    font-size: 33px;
    text-shadow: 3px 3px 5px rgb(0 0 0 / 90%);
}

.DEI-2020 .purple {
    border-left: 10px solid #803d93;
    background: hsl(282 15% 68% / 1);
    padding: 7px;
    color: white !important;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    background: linear-gradient( 
135deg
 , rgba(178,161,186,1) 0%,rgba(137,137,186,1) 100%);
}

.DEI-2020 .red {
    background: #b9624d;
    padding: 10px 5px;
    border-left: 10px solid #a12a10;
    color: white;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    background: linear-gradient( 
135deg
 , rgba(185,98,77,1) 0%,rgba(174,135,183,1) 100%);
}


#megaMenu .root >li a span {
    display: block;
    height: 55px;
    line-height: 55px;
    color: #efede5;
    white-space: nowrap;
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
	text-shadow: 2px 2px 2px rgb(0 0 0);
}

#megaMenu .root >li a span:hover {
	color: #444;
	text-shadow: none;
}

#megaMenu .root > li a span {
    font-family: 'Gotham-Black', Helvetica, Arial, Tahoma, sans-serif !important;
}

#megaMenu .category li.selected > a span, #megaMenu .category li.item a:hover span {
	color: #444;
	text-shadow: none;
}

#megaMenu .root > li .item a span, #megaMenu .category li.item a span {
	text-shadow: none;
}

#Body {
    background: #000;
    color: #efede5;
}

body#Body::before {
    content: '';
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    /* background: url(https://images.unsplash.com/photo-1536000999382-52cecfca7fb1?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1650&q=80);

	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 26%,rgba(0,0,0,0) 100%), url(https://aaahq.org/Portals/0/education/DEI/DEI_Celebrate_photo-1536000999382-52cecfca7fb1.jpg?ver=2021-02-13-234234-590&timestamp=1613277822424);
*/	
	background: url(https://aaahq.org/Portals/0/education/DEI/DEI_Celebrate_photo-1536000999382-52cecfca7fb1.jpg?ver=2021-02-13-234234-590&timestamp=1613277822424);
    background-position: 22% 30%;
    opacity: 1;
}

.dei-learn-more-btn {
    font-size: 1.8em;
    line-height: 1em;
    margin: 0;
    width: 85%;
    float: right;
    border-radius: 12px;
    margin-top: 6px;
    margin-right: 6px;
    background: linear-gradient( 
135deg
 , rgba(54,124,43,1) 0%,rgba(120,173,60,1) 100%);
}


article.dei-wrapper {
    margin-top: 15px;
    border-radius: 14px;
}


.DEI-2020 .dei-main, article.dei-wrapper {
    background: #fcfff4;
    background: -moz-linear-gradient(45deg, #fcfff4 0%, #f7f4e8 40%, #eae9e3 100%);
    background: -webkit-linear-gradient(
45deg
, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    background: linear-gradient(
45deg
, #fcfff4 0%,#f7f4e8 40%,#eae9e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#eae9e3',GradientType=1 );
    padding: 15px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 30%);
}


.skin_footer a {
    color: #ffffff;
    text-shadow: 1px 1px 2px black;
}


ul.nav.nav-tabs {
    padding: 5px;
    background-color: #f7f4e8;
    border-radius: 10px;
}


.Login, A.Login:link, A.Login:visited, A.Login:active {
    font-size: 12px;
    color: #efede5;
    text-decoration: none;
    padding: 0 11px;
}

.User, A.User:link, A.User:visited, A.User:active {
    font-size: 12px;
    color: #efede5;
    font-weight: 700;
    text-decoration: none;
    padding: 0 0 0 11px;
}


.header_links {
    width: 100%;
    padding-top: 15px;
    text-align: right;
    font-size: 13px;
	color: #efede5;
}

.header_links a {
    padding: 0 11px;
    color: #bbbab7;
}


a.btn.btn-dei.btn-xs {
    color: white;
}

a.btn.btn-dei.btn-xs {
    color: #d6d4c7;
}

a.btn.btn-dei.btn-xs span {
    float: right;
}


#dnn_ZeroGrid4A:hover, #dnn_ZeroGrid4B:hover, #dnn_ZeroGrid4C:hover, #dnn_OneGrid4A:hover, #dnn_OneGrid4B:hover, #dnn_OneGrid4C:hover, #dnn_TwoGrid4A:hover, #dnn_TwoGrid4B:hover, #dnn_TwoGrid4C:hover, #dnn_ThreeGrid4L:hover, #dnn_ThreeGrid8R:hover, .hover_content:hover {
    background: hsla(73, 52%, 97%, 1);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
	border-radius: 14px;
}


.btn-purple {
	margin: 10px 0 10px 10px;
	background: linear-gradient( 135deg, rgba(178,161,186,1) 0%,rgba(137,137,186,1) 100%);
	color: white !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
}

.btn-purple:hover {
	background: none;
	border: 1px solid purple;
}

