@import 'https://adu.evaluationkit.com/canvas/css';

@charset "utf-8";
/* CSS Document */

/*****Font: Montserrat*****/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300;1,400&display=swap');



/*******************************************************************************************************************************************************************************/
/****************************************************************************IDESIGN CUSTOME STYLE****************************************************************************/
/*******************************************************************************************************************************************************************************/


/************************************************************************* DASHBOARD AND GENERAL EFFECTS ***********************************************************************/

/*Shadow Effect*/

#idesign sm-box-shadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

/*Border-radius*/

#idesign rounded-all {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #313E49;
}

#idesign rounded-top {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: 0px solid #313E49;
}

/*For images added inside of "Instructure - Canvas" tabs*/
#idesign img-tab-100 {
  max-width: 100%;
  min-width: 100%;
}

/*********Screen Reader Class********/
#idesign sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}


/*******************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************/
/******************************************************************************COURSE PAGE STYLES*******************************************************************************/
/*******************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************/




/*Main page set up*/
#main #idesign {
  background: #fff;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom:  24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 20px;
  font-family: 'Montserrat', Helvetica, sans-serif;
}



/*Use text container to contain main text areas below H2s with icon --- 
Combining as many elements as possible in one container is best practice*/
.ahu-text-container {
  width: 90%;
  margin: auto;
  padding-top: 8px;
  padding-bottom: 20px;
}

/*Use tab class for "Instructure - Canvas" tabs when placed inside of a text container*/
.ahu-tab-container {
  width: 100%;
  margin: auto;
  padding-top: 8px;
  padding-bottom: 16px;
}
/*Use this class to wrap text elements inside of the tabs*/
.ahu-tab-inside {
  width: 90%;
  margin: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
}

/*Use this class for hanging indent citations*/
.ahu-citation {
  text-indent: -2em;
  padding-left: 32px;
  padding-top: 0px;
}

.ahu-callout {
  background-color: #E8E9E9;
  color: #000;
  width: 75%;
  margin: auto;
  padding: 10px 10px 10px 20px;
  float: left;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.ahu-callout-title {
  color: #000;
  font-size: x-large;
}

/***** TITLES AND SUBHEADINGS *****/
/*Use this ID for all headers on pages, discussions, quizzes, assignments*/
/*Using h2, h3, h4 will automatically be formatted as long as #idesign ID implemented*/

#idesign h2 {
  color: #006298;
 font-family: 'Montserrat', Helvetica, sans-serif;
  font-weight: bold;
   font-size: 1.9em;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #84BD00;

}

/*Use this class for all other headers (h3, h4)*/
#idesign h3 {
  color: #00635B;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 10px;
}

#idesign h4 {
  color: #006298;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 10px;
}

.ahu-icons {
  width: 60px;
  height: 60px;
  padding-right: 4px;
  padding-left:  4px;
}


/*Use this ID for decorative hr*/
#idesign hr {
  border: 1px dashed #84BD00;
}

/*Accordions*/

.accordion {
	padding: 15px; 
	background-color: #ffffff; 
	margin-bottom: 25px;
}

.accordion summary {
	background-color: #006298; 
	color: #ffffff; 
	padding: 10px; 
	border-top: 1px solid #ffffff;
}

.accordion-pad-box {
	padding: 5px 15px;
}

/*Card Switch for Homepage buttons*/

.card {
        width: 100%;
        height: 100%;
        position: relative;
        display: inline-block;
}
.card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
}
.card:hover .img-top {
        display: inline;
}

/*Syllabus page buttons*/
.ahu-btn {
  border: 4px solid #006298; 
  background-color: #006298; 
  color: #fff; 
  width: 80%; 
  padding-top: 16px; 
  padding-bottom: 16px; 
  border-radius: 0;
}

.ahu-btn:hover {
  border: 4px solid #84BD00;
  background-color: #fff; 
  color: #006298;
  font-weight: bold;
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-style: italic;
  cursor: pointer;
}

/********************************************************************************MEDIA QUERIES************************************************************************/

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  
}

@media only screen and (min-width: 991px) and (max-width: 1280px) {
.ahu-icons {
    width: 55px;
    height: 55px;
  }

#idesign h2 {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1135px) {
#idesign h2 {
    left:  40%;
  }
}


@media only screen and (min-width: 0px) and (max-width: 991px) {
.ahu-icons {
    width: 45px;
    height: 45px;
  }

#idesign h2 {
    font-size: 1.3em;
  }

.ahu-text-container {
    width: 95%;
  }


.ahu-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  
#idesign h3 {
    left:  34%;
  }



@media only screen and (max-width: 436px) {
.ahu-icons {
    width: 25px;
    height: 25px;
  }

#idesign h2 {
    font-size: 1em;
    left: 48%;
  }



/*********Screen Reader Class********/
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}
  
  
/*******************************************************************************************************************************************************************/
/*************************************************************Pearson Custom Style**************************************************************/
/*******************************************************************************************************************************************************************/
  
 
/* Remove unwanted options from Canvas Help menu. */
#help-dialog-options a[href*="create_ticket"] {
    display: none !important;
}

#help-dialog-options a[href*="feature-ideas"] {
    display: none !important;
}

#help-dialog-options a[href="#teacher_feedback"] {
    display: none !important;
}

/* For EvaluationKIT integration */
@import 'https://adu.evaluationkit.com/CanvasScripts/adu.css';

/* Prevent users from editing their profile picture. */
.profile_pic_link {
    display: none;
}

/* == Begin Pearson custom styles for courses == */
#main #cddar {
    padding: 0 15px;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#cddar h1 {
    /*font-size: 1em; */
    color: #000000;
}

#cddar h2 {
    font-size: 1.7em;
}

#cddar h3 {
    font-size: 1.5em;
}

#cddar h4 {
    font-size: 1.3em;
}

#cddar h5 {
    font-size: .83em;
}

#cddar h6 {
    font-size: .75em;
}

#cddar h1 {
    padding: 5px 0 5px 10px;
    margin: 0 -15px 10px;
    color: #357BCE;
}

#cddar h2 {
    margin: 20px 0 10px;
    color: #357BCE;
    border-top: 2px #357BCE solid;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}

#cddar h3 {
    margin: 20px 0 7px;
    color: #357BCE;
    border-top: 2px #357BCE solid;
    padding-top: 25px;
    padding-bottom: 10px;
}

#cddar h4 {
    color: #357BCE;
    margin: 20px 0 5px;
    border-top: 2px #357BCE solid;
    padding-top: 25px;
    padding-bottom: 10px;
}

#overview {
    margin-top: -50px;
    margin-left: -12px;
    float: right;
}


#cddar p {
    /*font-size: 11pt;*/
    line-height: 1.5em;
    margin: 5px 0;
    color: #000;
}

#cddar strong {
    font-weight: 700;
}

#cddar em,
#cddar i {
    font-style: italic;
}

#cddar thead th {
    background: #357cce;
}

#cddar th {
    color: #fff;
    background: #357cce;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    /* border-bottom: 3px solid #666; */
    padding-left: 9px;
}

#cddar .tt {
    background: #f7f7f7;
}

#cddar .tt1 {
    background: #fff;
}

#cddar td {
    padding: 5px 9px 5px 9px;
    text-align: left;
    vertical-align: top;
}

.padless-content #cddar,
#cddar.padless {
    padding: 12px;
}
/*

    LIST

*/

#cddar ul,
#cddar ol {
    margin: 5px 0 5px 15px;
    color: #000;
}
    /*#cddar ul{
    list-style-type:square; 
}

#cddar ul ul{
    list-style-type:square;
}

#cddar ol{
    list-style-type: decimal;
}*/

    #cddar ol ol {
        /*  list-style-type: lower-alpha; */
        color: #000;
    }

#cddar li {
    line-height: 1.5;
    margin-left: 30px;
}

#cddar p.emphasis {
    font-weight: bold;
}

#cddar p.note {
    font-weight: bold;
}

#cddar .ig-list,
#cddar .items {
    list-style-type: none !important;
}

#cddar .pages.show .page-title {
    color: #000;
}
/*

    Blockquote

*/
/* GA 6/5/15
#cddar blockquote {
  border-left: 3px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-weight:bold;
  font-style:italic;
  font-size:12pt;
}
*/

#cddar blockquote {
    border-left: 3px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    font-weight: bold;
    font-style: italic;
    font-size: 11pt;
    line-height: 20px;
}

    #cddar blockquote:before {
        color: #999;
        font-size: 1.125em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    #cddar blockquote:after {
        color: #999;
        font-size: 1.125em;
        line-height: 0.1em;
        margin-left: 0.25em;
        vertical-align: -0.4em;
    }

    #cddar blockquote p {
        display: inline;
    }



/*

    Icons

*/

#cddar .arrow-list {
    /*list-style-image: url("images/pointericon-gray.png");*/
    list-style-type: none;
    padding-left: 20px;
}
    /*
.icon-list li{
    background: url("https://lmscontent.embanet.com/Multimedia/kevin/adu/pointericon-gray.png") no-repeat;
    padding: 0 0 0 50px;
    min-height: 40px;
    margin:25px 0;
}
.icon-list li:hover{
    background: url("https://lmscontent.embanet.com/Multimedia/kevin/adu/pointericon-hover.png") no-repeat;
    
}
.icon-list a{
    display:block;
    font-weight: bold;
    font-size: 14px;
}
*/
    #cddar .arrow-list li {
        margin: 25px 0 25px 10px;
        min-height: 40px;
        background: rgba(25,0,25,.0);
        font-size: 1em;
    }

        #cddar .arrow-list li:hover {
        }

    #cddar .arrow-list a {
        position: relative;
        display: block;
        font-weight: bold;
    }

        #cddar .arrow-list a:before {
            content: '';
            background: url("https://lmscontent.embanet.com/ADU/style/icons/pointericon-gray.png") no-repeat;
            width: 40px;
            height: 40px;
            position: absolute;
            left: -58px;
            top: 0;
        }

        #cddar .arrow-list a:hover:before {
            background: url("https://lmscontent.embanet.com/ADU/style/icons/pointericon-hover.png") no-repeat;
        }

#cddar .icon-graphic {
    margin-left: 40px;
    margin-right: 40px;
}

    #cddar .icon-graphic.left {
        float: left;
    }

    #cddar .icon-graphic.right {
        float: right;
    }
/* == End Pearson custom styles for courses == */