/* Queens main course styles */

.no-gutter>[class*=col-] {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    max-width: 1200px;
}


/* text styles */

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.375em;
	color: #2b3435;
}

p {
	font-size: 1.1em;
	padding-left: 10px;
}

h1 {
    color: #007298;
    font-size: 3em;
}

h2 {
    color: #4471cd;
    font-size: 2em;
    font-weight: 600;
/*    padding-top: 1em;*/
    padding-bottom: 10px;
}

h3 {
    color: #D4624D;
    font-size: 1.75em;
    /*font-weight: 600;*/
}

h4 {
    font-weight: bold;
    color: #2b3435;
    font-size: 1.25em;
    margin-top: 2em;
}

h1 h2 h3 h4 small {
    text-transform: capitalize;
}

.citation {
    font-size: 80%;
}

blockquote {
    padding: 10px 20px;
    margin-left: 4em;
    margin-right: 4em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em;
    border-left: 5px none #eee;
    line-height: 1.3em;
}

.white {
    color: #ffffff;
    text-decoration: none;
}

.black {
    color: #1E242B;
}


/* end of text styles */


/* lists and links */

ul {
    list-style-image: url(../_img/bullet.png);
    padding-left: 35px;
}

ul li,
ol li {
    margin-top: 5px;
}

.no-bullet {
    list-style: none;
}

a {
    color: #D4624D;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #C6C8CA;
    cursor: pointer;
}

.fa-check {
    color: #D4624D;
}

.white_link {
    color: #ffffff;
    text-decoration: underline;
}

.black_link {
    color: #1E242B;
    text-decoration: underline;
    font-weight: bold;
}

.reading_icon {
    background-image: url(../_img/icons/reading.png);
    background-repeat: no-repeat;
    background-position: 30px 2px;
    padding-left: 7em;
    height: 64px;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
}


/* end of lists and links */


/* image and video styles */

.float-left {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.float-right {
    float: right;
    margin: 0 0 10px 10px;
}

.video {
    width: 480px;
    margin-left: auto;
    margin-right: auto
}

.embed_video {
    width: 100%px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
    border: #5C666F medium solid;
    margin-top: 1em;
    margin-bottom: 1em;
}


/* end of image styles */


/* page styles - header/section */


/* title for section intro pages */

.title {
    background-color: #4471cd;
    height: 150px;
    width: 75%;
    max-width: 1200px;
    float: right;
}

.title h1 {
    font-size: 2.25em;
    color: #f1f1f1;
    line-height: 1.2em;
    font-weight: bolder;
    text-align: center;
    padding-top: 4%;
}

.title_logo {
    height: 150px;
    width: 25%;
    float: left;
    padding-top: 1%;
}

.title_logo h1 {
    font-size: 2.25em;
    color: #f1f1f1;
    line-height: 1.2em;
    font-weight: bolder;
    text-align: center;
}


/* title for section intro pages */

.section_intro {
    background-color: #4471cd;
    min-height: 95px;
    width: 100%;
    max-width: 1200px;
    margin-bottom: -10px;
}

.section_intro h1 {
    font-size: 2.25em;
    color: #f1f1f1;
    line-height: 1.2em;
    font-weight: bolder;
    text-align: center;
    padding-top: 3%;
    margin-top: 0px;
}


/* title for topic pages */

.title-section {
    background-color: #4471cd;
    min-height: 95px;
    width: 80%;
    float: right;
    margin-bottom: 1em;
}

.title-section h1 {
    font-size: 2.05em;
    color: #f1f1f1;
    line-height: 1.2em;
    font-weight: bolder;
    text-align: center;
    padding-top: 1%;
}

.title-section_flush {
    background-color: #4471cd;
    min-height: 95px;
    width: 80%;
    float: right;
}

.title-section_flush h1 {
    font-size: 2.25em;
    color: #f1f1f1;
    line-height: 1.2em;
    font-weight: bolder;
    text-align: center;
    padding-top: 1%;
}

.large-heading_flush {
    margin-top: 5px;
}


/* end of page styles - header/module */


/* page styles - content layouts */

.dark_page {
    background-color: #1E242B;
    color: #f1f1f1;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -1em;
}

.dark_page h2 {
    color: #f1f1f1;
    font-size: 1.5em;
    margin-top: 0.5em;
    padding-left: 10px;
}

.dark_section {
    background-color: #1E242B;
    color: #f1f1f1;
    padding: 15px;
    overflow: hidden;
}

.next_white,
.next_coral {
    width: 100%;
    height: 6em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-top: 1em;
    padding: 2%;
    padding-top: 1.75em;
    text-align: center;
    font-size: 120%;
    line-height: 1.2em;
}

.next_white,
.next_white a {
    background-color: #F1F1F1;
    color: #4471cd;
}

.next_coral,
.next_coral a {
    background-color: #D4624D;
    color: #fff;
}

.summary_title {
    font-size: 150%;
    margin-top: 1em;
}

.summary_img {
    margin-top: 1px;
    float: right;
    margin-right: -15px;
}

.top_margin {
    margin-top: 1em;
}

.margin-bottom {
    margin-bottom: 1em;
}


/* end of page styles - content layouts */


/* Special Boxes*/

.scenario {
    padding: 1em;
    color: #1E242B;
    background: #f1f1f1;
    margin-bottom: 20px;
    line-height: 1.3em;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: #1E242B thin solid;
}

.scenario h2,
.scenario h3,
.scenario h4 {
    color: #4471cd;
    margin-top: 0px;
}

.scenario a,
.scenario a:hover,
.scenario a:focus {
    color: #4471cd;
}

.activity,
.casestudy,
.reflection,
.important,
.preassessment,
.important,
.workbook {
    background-repeat: no-repeat;
    background-position: 10px 1em;
    background-color: #ffffff;
	border: 1px solid #dd4b1d; 
    padding-left: 80px;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    min-height: 90px;
    color: #000000;
    margin-bottom: 1em;
    overflow: hidden
}

.activity h3,
.reflection h3,
.workbook h3,
.preassessment h3,
.casestudy h3 {
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 10px;
}

.activity {
    background-image: url(../_img/icons/excercise_white.png);
}

.casestudy {
    background-image: url(../_img/icons/search_white.png);
}

.important {
    background-image: url(../_img/icons/important-note_white.png);
}

.preassessment {
    background-image: url(../_img/icons/cog_white.png);
}

.reflection {
    background-image: url(../_img/icons/question_white.png);
}

.workbook {
    background-image: url(../_img/icons/book_white.png);
}

.callout {
    padding: 10px;
    color: #fff;
    background: #4471cd;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    overflow: hidden;
}

.callout h2,
.callout h3,
.callout h4 {
    color: #fff;
    margin-top: 0px;
    font-size: 1.2em;
    text-align: left;
}

.callout a,
.callout a:hover,
.callout a:focus {
    color: #fff;
}

.callout p {
    font-size: 1em;
}


/* End of Special Boxes */


/* Table Styling */

table {
    margin-bottom: 15px;
    margin-top: 15px;
}

table>thead>tr {
    background: #4471cd;
    color: #ffffff;
    padding: 10px;
}

.table,
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border-color: #C6C8CA;
    vertical-align: middle;
    text-align: center;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #F1F1F1;
    vertical-align: top;
    padding: 5px;
    text-align: left;
    color: #1E242B;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    vertical-align: top;
    padding: 5px;
    text-align: left;
    color: #1E242B;
}

.table_head {
    color: #1E242B;
    font-size: 1.2em;
    margin-left: 10px;
}

.table_header {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.2em;
    background: #4471cd;
    color: #ffffff;
    text-align: center;
}

.well {
    background-color: #F1F1F1;
    margin: 10px;
    padding: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary,
.btn-primary.disabled {
    background-color: #4471cd;
    border-color: #4471cd;
    margin: 1em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled:focus {
    color: #fff;
    background-color: #4471cd;
    border-color: #2b3435;
}

.align {
    vertical-align: text-top;
    padding: 10px;
}

.rank {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 12%;
    height: 3em;
}

.alt_gray {
    background-color: #f1f1f1;
}


/* end of Table Styling */


/* Circle Styles */

.circle {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    padding: 5em;
    border-bottom-color: #4471cd;
    background-color: #4471cd;
    color: #ffffff;
    font-size: 110%;
    text-align: center;
}

.circle_text {
    position: relative;
    top: -1.5em;
    left: -2.5em;
    text-indent: 15px;
}

.circle-med {
    width: 100px;
    height: 100px;
    padding: 33px 33px 33px;
    margin-top: -1.5em;
    margin-right: 1em;
    margin-left: 1em;
    font-size: 80%;
    vertical-align: center;
}

.circle-sm {
    width: 50px;
    height: 50px;
    padding: 15px 5px 5px;
    margin-right: 10px;
    font-size: 100%;
}

.btn-arrow-d {
    position: relative;
    background: #1E242B;
    border-color: #1E242B;
    color: #fff;
    width: 130px;
}

.btn-arrow-d:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(184, 65, 45, 0);
    border-top-color: #1E242B;
    border-width: 30px;
    margin-left: -30px;
}

.btn-arrow-d:hover,
.btn-arrow-d:focus {
    background: #fff;
    border-color: #CC3730;
    color: #CC3730;
}

.btn-arrow-d:active {
    background: #fff;
    border-color: #CC3730;
    color: #CC3730;
}

.btn-arrow-d:hover {
    position: relative;
    background: #fff;
    border: 1px solid #CC3730;
}

.btn-arrow-d:hover:after,
.btn-arrow-d:hover:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.btn-arrow-d:hover:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px;
}

.btn-arrow-d:hover:before {
    border-color: rgba(184, 65, 45, 0);
    border-top-color: #CC3730;
    border-width: 31px;
    margin-left: -31px;
}

.lead {
    font-size: 1.1em;
    padding-left: 10px;
    margin-top: 1.5em;
}


/* end of steps styling */


/* animated accordion */

.panel-default {
    border: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #f1f1f1;
}

.panel-default>.panel-heading {
    color: #000;
    background-image: -webkit-linear-gradient(top, #f5f5f5 100%, #e7e7e7 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 100%, #e7e7e7 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 100%, #e7e7e7 100%);
    padding: 0;
}

.panel-title>a {
    display: block;
    padding: 10px 15px;
    background: #5C666F;
    color: #FFF;
    text-decoration: none;
}

.panel-title>a:hover,
.panel-title>a:focus {
    background: #D4624D;
    color: #FFF;
}

.closed,
.opened {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    float: right;
}

.closed {
    margin-left: 2px;
    margin-top: 2px;
    border-left: 7px solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.opened {
    margin: 5px 0 3px 2px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.collapse-steps .row {
    margin-bottom: 10px;
}

.collapse-steps .panel-title a {
    padding: 20px;
    overflow: hidden;
}


/*  Button
--------------------*/

.btn {
    border-radius: 0;
}

.collapse-steps .row {
    margin-bottom: 10px;
}

.btn-circle {
    width: 40px;
    height: 40px;
    padding: 6px 0;
    border-radius: 20px;
    text-align: center;
}

.collapse-steps .btn-circle {
    margin-left: 20px;
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.428;
    font-weight: bold;
}

.collapse-steps {
    margin-left: 10px;
    margin-top: 7px;
}

.btn-circle {
    color: #5C666F;
}

.btn-circle:hover {
    color: #5C666F !important;
}


/* end of animated accordion */


/* numbered accordion */

.panel-title_teal>a {
    display: block;
    padding: 10px 15px;
    background: #5C666F;
    color: #FFF;
    text-decoration: none;
}

.panel-title_teal>a:hover,
.panel-title>a:focus {
    background: #3EBFAC;
    color: #FFF;
}

.panel-group {
    width: 95%;
}


/* end of numbered accordion */


/*  styles for horizontal tabs */

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a {
    background: #5c666f;
    color: #fff;
    border-bottom: none;
    border-radius: 0;
    border-top: none;
    padding: 10px 15px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border: none;
    color: #5c666f;
    background: #f1f1f1;
    border-top: none;
}

.nav-tabs>li.active>a {
    background: #B8412D;
    color: #fff;
    border-bottom: none;
    border-radius: 0;
    border-top: none;
    padding: 10px 15px;
}

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    border-bottom-color: transparent;
    color: #5c666f;
    border-top: none;
}


/* end of styles for horizontal tabs */


/* start of vertical Tab Styles */

.circle_vert {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    border-bottom-color: #D4624D;
    background-color: #D4624D;
}

.circle_vert h3 {
    text-align: center;
    color: #ffffff;
    font-size: 1.5em;
    vertical-align: middle;
    margin-top: 0.5em;
}

.vertical-tabs .nav>li>a {
    background: #5c666f;
    color: #fff;
    float: right;
    margin-top: 5px;
    text-decoration: none;
}

.vertical-tabs .nav>li>a:hover,
.vertical-tabs .nav>li>a:focus {
    text-decoration: none;
    background: #1E242B;
}

.vertical-tabs .nav>li.active>a {
    background: #D4624D;
    color: #fff;
}

.vertical-tabs .nav>li>a.active:hover,
.vertical-tabs .nav>li>a.active:focus {
    text-decoration: none;
    color: #5c666f;
    background: #f1f1f1;
}

.vertical-tabs .nav>li>a.circle {
    padding-top: 55px;
}

@media screen and (max-width: 768px) {
    .vertical-tabs .nav>li>a {
        float: left;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1340px) {
    .vertical-tabs .nav {
        float: right;
    }
    .vertical-tabs .nav>li>a {
        float: left;
        margin-bottom: 10px;
    }
}


/*End of Vertical Tab Styles */


/* Two Panels style*/

.two-panels {
    margin: 0 0 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.two-panels ul {
    list-style-image: none;
    padding-left: 35px;
}

@media screen and (max-width: 768px) {
    .panels,
    .two-panels {
        display: block;
    }
}

.back01,
.back02 {
    min-height: 250px;
    padding: 10px 45px 30px 45px;
}

.back01 {
    position: relative;
    background: #f1f1f1;
}

.back02 {
    background-color: #1E242B;
}

.back01,
.back01 h2,
.back01 h3 {
    color: #1E242B;
}

.back02,
.back02 h2,
.back02 h3 {
    color: #FFFFFF;
}

.from {
    z-index: 999;
}

.from:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 20px;
    margin-top: -20px;
}

.back01.from:after {
    border-left-color: #f1f1f1;
}

@media screen and (max-width: 768px) {
    .from:after {
        display: none;
    }
}


/* End of Two Panels style*/


/* course colors */


/* Core Colours */

.primary-clr {
    color: #D4624D;
}

.secondary-clr {
    color: #4471cd;
}


/* Accent/Support Colours */

.accent01-clr {
    color: #3EBFAC;
}

.accent02-clr {
    color: #CDAA7F;
}

.accent03-clr {
    color: #2b3435;
}

.accent04-clr {
    color: #5C666F;
}


/* Neutral Colours */

.neutral01-clr {
    color: #1E242B;
}

.neutral02-clr {
    color: #C6C8CA;
}

.neutral03-clr {
    color: #FBDBC5;
}

.neutral04-clr {
    color: #F1F1F1;
}

.bg {
    color: #fff;
}

.primary-bg {
    background: #d4624d;
}

.secondary-bg {
    background: #4471cd;
}

.accent01-bg {
    background: #3EBFAC;
}

.accent02-bg {
    background: #CDAA7F;
}

.accent03-bg {
    background: #2b3435;
}

.accent04-bg {
    background: #5C666F;
}

.neutral01-bg {
    background: #1E242B;
}

.neutral02-bg,
.neutral02-bg h3 {
    background: #C6C8CA;
    color: #333;
}

.neutral03-bg {
    background: #FBDBC5;
    color: #333;
}

.neutral04-bg {
    background: #F1F1F1;
    color: #333;
}


/* end of course colors */

.large-text {
    font-size: 1.5em;
}


/* x-large-text */

.x-large-text {
    font-size: 6em;
}


/* Same length panels with margins */

.panel-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-left: 15px;
}

.panel-row .callout {
    width: 31%;
    margin-right: 3.33333333%;
    float: left;
}

.panel-row .panel-final {
    margin-right: 15px;
}


/* Fix for Reveal - */

.reveal .row {
    min-height: 120px;
}


/* page styles - header/module */

.section {
    background-color: #ffffff;
    min-height: 95px;
    width: 20%;
    float: left;
}

.section_img,
.section0_img,
.section1_img,
.section2_img,
.section2a_img,
.section2b_img,
.section3_img,
.section4_img,
.section5_img,
.section6_img,
.section0_img_flush,
.section1_img_flush,
.section2_img_flush,
.section2a_img_flush,
.section2b_img_flush,
.section3_img_flush,
.section4_img_flush,
.section5_img_flush,
.section6_img_flush,
.mod_img,
.mod1_img,
.mod2_img,
.mod3_img,
.mod3_img_flush,
.mod4_img,
.mod4_img_flush,
.mod5_img,
.mod5_img_flush,
.mod6_img,
.mod6_img_flush {
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #4471cd;
    height: 95px;
    width: 20%;
    float: left;
}

.section h1,
.section0_img h1,
.section1_img h1,
.section2_img h1,
.section2a_img h1,
.section2b_img h1,
.section3_img h1,
.section4_img h1,
.section5_img h1,
.section6_img h1,
.section0_img_flush h1,
.section1_img_flush h1,
.section2_img_flush h1,
.section2a_img_flush h1,
.section2b_img_flush h1,
.section3_img_flush h1,
.section4_img_flush h1,
.section5_img_flush h1,
.section6_img_flush h1,
.mod1_img h1,
.mod2_img h1,
.mod3_img h1,
.mod4_img h1,
.mod4_img_flush,
.mod5_img h1,
.mod5_img_flush h1,
.mod6_img h1 {
    color: #f1f1f1;
    line-height: 1.2em;
    font-weight: bolder;
    text-align: center;
}


/* Nav for non D2L LE sites */

.nav-menu {
    position: absolute;
    float: right;
    z-index: 99;
    background:#4471cd;
    margin-top: -1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 15px;
}

@media screen and (max-width: 800px) {
.nav-menu {
    position: relative;
    right: 0;
}
}
    
    
.nav-menu .home-btn .fa-home {
        font-size: 150%;
}

.nav-menu .home-btn,
.nav-menu .dropdown-toggle {
    background:#4471cd;
    color: #fff;
    font-size: 120%;
    display: inline-block;
}
.nav-menu .home-btn:hover, .nav-menu .dropdown-toggle:hover {
font-weight: normal;
    color: #333;
    text-decoration: none;
    background-color: #c6c8ca;
    border-radius: 0;
}
.nav-menu .dropdown-toggle {
    border-left: 1px solid #c6c8ca;
}
.nav-menu.open .dropdown-toggle {
    color: #333;
    background-color: #c6c8ca;
}

.nav-menu.open .dropdown-toggle:hover,
.nav-menu.open .dropdown-toggle:focus,
.nav-menu.open .dropdown-toggle:active {
    font-weight: normal;
    color: #333;
    text-decoration: none;
    background-color: #c6c8ca;
}
.nav-menu .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background-clip: initial;
    background: #5C666F;
    font-size: 120%;
}

.nav-menu .dropdown-menu>li {
    margin-top: 0;
}

.nav-menu .dropdown-menu>li>a,
.nav-menu .dropdown-menu>li>a:visited {
    white-space: normal;
    padding: 10px 20px;
    background: #5C666F;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #c6c8ca;
}

.nav-menu .dropdown-menu>li>a:hover,
.nav-menu .dropdown-menu>li>a:focus,
.nav-menu .dropdown-menu>li>a:active,
.nav-menu .dropdown-menu>li>a:visited:hover,
.nav-menu .dropdown-menu>li>a:visited:focus,
.nav-menu .dropdown-menu>li>a:visited:active {
    font-weight: normal;
    color: #333;
    text-decoration: none;
    background-color: #c6c8ca;
}

.nav-items {
    background: #5C666F;
    display: block;
    overflow: hidden;
}

a.nav-page,
a.nav-page:visited {
    padding: 10px 20px;
    background: #5C666F;
    color: #fff;
    text-decoration: none;
}

a.nav-page:hover,
a.nav-page:focus,
a.nav-page:active,
a.nav-page:visited:hover,
a.nav-page:visited:focus,
a.nav-page:visited:active {
    font-weight: normal;
    color: #333;
    text-decoration: none;
    background-color: #c6c8ca;
}

.nav-page .fa {
    font-size: 250%;
}


/* APA reference styles */

@media all {
    .apa,
    .apa ul,
    .apa ol,
    .apa dl,
    .ref-apa,
    .ref-apa ul,
    .ref-apa ol,
    .ref-apa dl,
    .apa-ref,
    .apa-ref ul,
    .apa-ref ol,
    .apa-ref dl,
    .refapa,
    .refapa ul,
    .refapa ol,
    .refapa dl,
    .aparef,
    .aparef ul,
    .aparef ol,
    .aparef dl {
        padding-left: 0;
        margin-left: 0;
    }
    .apa li,
    .ref-apa li,
    .refapa li,
    .apa-ref li,
    .aparef li {
        list-style-type: none;
    }
    .apa p,
    .apa li,
    .apa dd,
    .ref-apa p,
    .ref-apa li,
    .ref-apa dd,
    .refapa p,
    .refapa li,
    .refapa dd,
    .apa-ref p,
    .apa-ref li,
    .apa-ref dd,
    .aparef p,
    .aparef li,
    .aparef dd {
        margin-left: 2em;
        text-indent: -2em;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .ref-apa dt {
        font-size: 1.5em;
        font-weight: bold;
        margin: .83em 0;
    }
    .fa {
        text-indent: 0;
    }
}

@media print {
    .apa p,
    .apa li,
    .apa dd,
    .ref-apa p,
    .ref-apa li,
    .ref-apa dd,
    .refapa p,
    .refapa li,
    .refapa dd,
    .apa-ref p,
    .apa-ref li,
    .apa-ref dd,
    .aparef p,
    .aparef li,
    .aparef dd {
        margin-left: .5in;
        text-indent: -.5in;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}