body {
    top: 0;
    position: relative;
    padding-top: 70px;
	background-color:#fbf5e9;
}
a:hover,
a:focus { text-decoration: none; }
p { font-family: raleway; }
h1 {
    font-family: raleway;
    font-weight: 100;
    color: #fff;   
}
h2 {
    font-family: raleway;
    font-size: 22px;
    font-weight: 100;
    color: #522398 ;
}
h3 {
    font-family: raleway;
    color: #fff;
    font-weight: 100;
}
section h3 {
    color: #522398;
    font-size:20px;
}
h4 {
    font-family: raleway;
    font-weight: 100;
    color: #522398;
}
section h4 { font-size: 18px; }
h5 {
    font-family: raleway;
    font-weight: 100;
    color: #fff;
}
h5.exercise-heading { color:#333; }
h5.caption { color:#333; }

#sidebar-wrapper { background-color: #522398; }

.container-bg h4,
.container-bg ul { color: #fff; }

.section-container:active .image1, .section-container:focus .image1, .section-container:hover .image1,
.section-container:active .image2, .section-container:focus .image2, .section-container:hover .image2,
.section-container:active .image3, .section-container:focus .image3, .section-container:hover .image3,
.section-container:active .image4, .section-container:focus .image4, .section-container:hover .image4,
.section-container:active .image5, .section-container:focus .image5, .section-container:hover .image5,
.section-container:active .image6, .section-container:focus .image6, .section-container:hover .image6,
.section-container:active .image7, .section-container:focus .image7, .section-container:hover .image7,
.section-container:active .image8, .section-container:focus .image8, .section-container:hover .image8,
.section-container:active .image9, .section-container:focus .image9, .section-container:hover .image9,
.section-container:active .image10, .section-container:focus .image10, .section-container:hover .image10,
.section-container:active .image11, .section-container:focus .image11, .section-container:hover .image11 {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
	background-color: rgba(30,40,63,0.75);
}
.section-heading-bg {
    width: 100%;
    background-image: url(images/header-bg.png);
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
    background-repeat: repeat-y;
}
.container-bg {
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-shadow: inset 0px 0px 8px 1px rgba(0,0,0,0.72);
	-moz-box-shadow: inset 0px 0px 8px 1px rgba(0,0,0,0.72);
	box-shadow: inset 0px 0px 8px 1px rgba(0,0,0,0.72);
}

.mauve { background: #522398; }
.dark-purple { background: #522398; }
.purple { background: #522398; }
.dark-grey{ background: #4a4a4a; }
.tan { background: #f6a800; }
.ash { background: url("images/dust.jpg"); }

.btn-default {
    font-family: oswald;
    text-transform: uppercase;
    color: #fff;
    background-color:transparent;
    border-color: #fff;
    font-weight: 200;
    margin: 20px 0 20px;
    
}
.btn-reference {
    color: #fff;
    background-color:transparent;
    border-color: #fff;
}
.btn-reference:hover,
.btn-reference:active,
.btn-reference:focus {
	color: #522398;
	background-color: #fff;
	border-color: #fff;
}
.btn-center {
    position: inherit;
    margin: 0 50%;
}
.btn-menu {
    /*font-family: raleway;*/
    font-family: oswald;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*color: #522398;*/
    color: white;
    background-color: transparent;
    border-color: #522398;
    font-weight: 200;
    margin: 16px 10px 0 10px;
}
.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active {
	color: #dca800;
	outline: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #646464;
	background-color: #fff;
	border-color: #fff;
}

.navbar-brand {}

.navbar {
	height:80px;
	font-size:1.3em;
	/*letter-spacing:1px;*/
}
.std-logo {
	max-height:50px;
	color:white;
}
.navbar-default .navbar-brand {
    color: #fff;
	background-color:#522398;
}
.site-logo {
    -webkit-box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.75);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #522398;
}
.navbar-nav {
    margin: 10px;
    font-family: oswald;
    /*text-transform: uppercase;*/
    color: #ccc;
    background-color:#522398;
    border-color: #ccc;
    font-weight: 200;
}
.navbar-default {
	background-color: #522398;
	border-color: #e7e7e7;
}
.navbar-default:active,
.navbar-default:focus,
.navbar-default:hover {
	background-color: #522398;
	color:#fff;
}

.header-top {
    width: 100%;
    background-image: url("images/header-bg.png");
	width:100%;
	background-size:cover;
    min-height: 200px;
    -webkit-box-shadow: inset 0px 3px 5px 1px rgba(0,0,0,0.58);
    -moz-box-shadow: inset 0px 3px 5px 1px rgba(0,0,0,0.58);
    box-shadow: inset 0px 3px 5px 1px rgba(0,0,0,0.58);
}
.header-top p {
    color: #fff;
}
.footer-top {
    width: 100%;
    background-image: url("images/dust.jpg");
    height: auto;
    padding: 10px 0;
    
    -webkit-box-shadow: -1px -14px 7px -10px rgba(0,0,0,0.58);
    -moz-box-shadow: -1px -14px 7px -10px rgba(0,0,0,0.58);
    box-shadow: -1px -14px 7px -10px rgba(0,0,0,0.58);
}
.footer-top p { color: #000; }
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.image-margin {
    margin-right: 10px;
}
.footer-mid {
    width: 100%;
    background-image: url("images/header-bg.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: left;
    background-repeat: repeat-y;
    height: auto;
    padding: 10px 0;
    -webkit-box-shadow: inset 0px 3px 5px 1px rgba(0,0,0,0.58);
    -moz-box-shadow: inset 0px 3px 5px 1px rgba(0,0,0,0.58);
    box-shadow: inset 0px 3px 5px 1px rgba(0,0,0,0.58);
}
.footer-mid h4{
    color: #fff;
}
.footer-mid p{
    color: #fff;
}
.footer-bottom {
    width: 100%;
    background-color: #522398;
    height: auto;
    padding: 10px 0;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-radius: 50px;
}
.navbar-default .navbar-toggle {
	border-color: #522398;
}
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
	background-color:  #fff;
}
.navbar-default .navbar-toggle >  .icon-bar {
	background-color: #fff;
}


.dropdown-menu > li > a {
	color: #522398;
}
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #522398;
	text-decoration: none;
	border-left: 2px solid #522398;
	background-color: #522398;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:active,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #522398;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #522398;
}
.footer-bottom-text {
	text-align: center;
	color: #fff;
}
section {
	margin: 10px 0;
}
.section-text {
    margin-top: 160px;
    font-family: raleway;
    font-size: 40px;
    color: #fff;
}
.media-brake-txt {
    color: #fff;
}
blockquote {
    /*font-family: 'raleway', arial;*/
    /*color: #f6a800;*/
    text-align: center;
    font-size: 14px;
    border: none;
}
blockquote p {
    /*font-family: 'raleway', arial;*/
}
blockquote.blockquote {
    color: #000;
    text-align: left;
    font-size: 14px;
    border: none;
    margin: 0;
    margin-left: 5%;
}
.author {
    font-family: cabin, arial;
    font-size: 16px;
    font-style: italic;
    color: #ccc;
}
.underline {
    display: block;
    margin-left: -20px;
    position: relative;
    top: -20px;
    clear: both;
    left:50%;
    background-color: #773b5d;
    width: 40px;
    height: 2px;
}
.btn-graphic-prev {
    font-family: oswald;
    font-size: 14px;
    font-weight: 100;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.btn-graphic-next {
    font-family: oswald;
    font-size: 14px;
    font-weight: 100;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.btn-graphic-next:active,
.btn-graphic-next:focus,
.btn-graphic-next:hover {
	background-color:#f6a800;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.btn-graphic-prev:active,
.btn-graphic-prev:focus,
.btn-graphic-prev:hover {
	background-color:#f6a800;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    border-radius: 0px;
}


.btn-lg,
.btn-group-lg > .btn {
	padding: 30px 16px;
	
	line-height: 1.3333333;
	border-radius: 0px;
}

.txt-tan { color: #f6a800; }

.btn-warning {
    background-color: #ccc;
}
.image-thumbnail {
    width: 100%;
    height:200px;
    background-color: #fff;
}
.img-container {
    position: inherit;
}
.textbox:active,
.textbox:focus,
.textbox:hover {
	opacity:1;
}
.glyph {
    font-size: 3em;
    color: #fff;
    text-align: center;
    margin-top: 125px;
}
.textbox {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	border-radius:5px;
	background-color: rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
	box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

article.sidebar {
    position:relative;
    left:-130%;
}

.sidebar .sidebar {
    width: 230%;
    height: auto;
    margin-bottom: 30px;
    padding: 20px 10px 20px 132%;
    border-right: solid;
    border-width: 20px;
    border-right-color: #b47451;
    -webkit-box-shadow: -10px 8px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -10px 8px 15px 0px rgba(0,0,0,0.5);
    box-shadow: -10px 8px 15px 0px rgba(0,0,0,0.5);
}
section ol li,
section ul li{
    margin-left: 40px;
}
.table {
    font-family: cabin, arial;
    background-color: #fff;
    border: solid 3px #fff;
}
.table caption,
.table-responsive > .table caption,
.panel-collapse > .table caption {
    font-family: oswald;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background-color: #6a8892;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dee5c4;
    border: solid 3px #fff;
}
thead {
    font-size: 16px;
}
tfoot {
    border-bottom: solid 12px #7eaf44;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
    border: solid 3px #fff;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 100;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.image-bg-txt {
    background-color: rgba(67,9,59,0.8);
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #fff;
}
.txt-black {
    color: #000;
}
#scroller {
    position: relative;
    width: 100%;
    background: #ececec;
}
.anchor {
    display: block;
    height: 70px; /*same height as header*/
    margin-top: -70px; /*same height as header*/
    visibility: hidden;
}
.bar {
    width: 100%;
    height: auto;
}

.initial-glossary-term, .subsquent-glossary-term {
    color: #337ab7;
    text-decoration:none;
    background-color:transparent;
    font-weight:700;
    border: none;
    padding: 0;
}
.subsquent-glossary-term {
	font-weight:normal;
}
.modal-title {
    color: #040404;
}
.text-table {
	margin: 1em 0;
}
.figure-title {
	margin-top: 1em;
}
.text-image {
    max-width:100%;
    max-height:550px;
    display:block;
    padding:20px 0px;
}
.reference {
    text-indent: -2em;
    padding-left: 2em;
    word-wrap: break-word;
}
.container p {
    padding-bottom:10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top:15px;
}


/*.banner{*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    height: 386px;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    font-family: cabin, arial;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*    margin-bottom: 20px;*/
/*    color: rgba(255,255,255,.6);*/
/*    text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);*/
/*    -webkit-box-shadow: 1px 14px 7px -10px rgba(0,0,0,0.58);*/
/*    -moz-box-shadow: 1px 14px 7px -10px rgba(0,0,0,0.58);*/
/*    box-shadow: 1px 14px 7px -10px rgba(0,0,0,0.58);*/
/*}*/
/*.banner .btn {*/
/*    display: inline-block;*/
/*    margin: 25px 0 0;*/
/*    padding: 7px 22px 7px;*/
/*    clear: both;*/
/*    font-family: oswald, arial;*/
/*    font-weight: 200;*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    border: 2px solid rgba(255,255,255,.4);*/
/*    border-radius: 5px;*/

/*}*/
/*.carousel-caption {*/
/*    top:0;*/
/*    height:358px;*/
/*}*/
/*.carousel-image {*/
/*    position: relative;*/
/*	height:auto;*/
/*	width:100%;*/
/*	top:0px;*/
/*	min-height:388px;*/
/*}*/
/*.carousel-middler {*/
/*    height:358px;*/
/*    width:0;*/
/*    vertical-align:middle;*/
/*    display:inline-block;*/
/*}*/
/*.carousel-text {*/
/*    vertical-align:middle;*/
/*    display:inline-block;*/
/*    width:99%;*/
/*}*/
.exercise-within {
    color: #000;
    padding: 0 2em;
    margin: 0;
    background: #eee;
}
.figure-title, .figure-caption {
    color: #522398;
    font-size:13px;
    margin: 10px 0;
}
.term {
    font-weight: bold;
}
.help-header {
    color: #000;
}

.carousel-control {
	background-color:#f6a800;
}
.carousel-control.right {
	background-image:none;
	text-shadow:none;
	opacity:1;
	width:100px;
}

.carousel-control.left {
	background-image:none;
	text-shadow:none;
	opacity:1;
	width:100px;
}

::selection {
	background:none;
}

.container {
	/*max-width:960px;*/
	max-width:1080px;
}

.white {
	color:white;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a:active{
	color:#f6a800;
	
}
.part-separator {
	font-family: oswald;
	
	color: #522398;
	font-weight:400;
	padding: 0px 1em;
	/*width:25em;*/
	/*max-width:100%;*/
	position:relative;
}


.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover
{
    color:#f6a800; 
}

.example-1-article
{
	padding:10px;
	background-color:rgba(0,0,0,0.2);
	margin: 0em 1.5em;
	margin-bottom:.8em;
}

.baby-blue{
	color:rgb(67,9,59);
}


/* This section contains styles related to overviewpage and section menu */

.intro-quote > p{
	color:#522398;
	font-size:2em;
	margin-top:20px;
	/*margin-bottom:-10px;*/
	font-family: oswald;
    font-weight: 400;
}

.overview-aside-list > h2{
	/*padding-left:40px;*/
	margin-bottom: 20px;
}

.overview-aside-list{
	position:fixed;
	padding-left:0em;
	
}
.overview-aside-list ul > li{
	list-style-type:none;
	margin-left:-40px;
}

.overview-aside-list ul{
    font-family: oswald;
    font-size: 16px;
}

.overview-aside-list ul > li a{
    color: #000;
}

/*.overview-aside-button {*/
/*    background-color: transparent; */
/*    border: 1px solid black;*/
/*    border-radius:2px;*/
/*    margin-bottom:5px;*/
/*    width:10em;*/
/*    padding:0.5em;*/
/*}*/
/*.overview-aside-button-sectiontext{*/
/*	display:block;*/
/*	float:right;*/
/*}*/
/*.overview-aside-button-chaptertext{*/
/*	display:block;*/
/*	float:left;*/
/*}*/

.dropdown-menu {
    padding: 0px 0px;
	min-width:20em;
	border:0.5px solid black;
	border-bottom:0;
}
.dropdown-menu li:active,
.dropdown-menu li:focus,
.dropdown-menu li:hover{
	cursor:pointer;
}
.dropdown-menu > li{
	position:relative;
	padding:10px;
	border-bottom:1px solid black;
}
.dropdown-menu li ul{
	position: absolute;
    top: 0;
    min-width: 20em;
    background: #d4bbf2;
    left: 100%;
    
}
.dropdown-menu > li:active,
.dropdown-menu > li:focus,
.dropdown-menu > li:hover{
	background: #d4bbf2;
}

.dropdown-menu > li:active .subsubmenu,
.dropdown-menu > li:hover .subsubmenu,
.dropdown-menu > li:focus .subsubmenu{
	display: block;
}
.subsubmenu{
	display: none;
	padding: 0;
	margin: 0;
	margin-top: -1px;
	border: 1px solid black;
	border-bottom: 0;
	border-radius: 0 4px 4px 0;
}
.subsubmenu > li{
	position: relative;
	list-style-type: none;
	padding: 10px 10px;
	border-bottom: 1px solid black;
}
.subsubmenu > li a{
	color: #522398;
	font-weight:400;
	display:block;
}
.subsubmenu > li:active,
.subsubmenu > li:focus,
.subsubmenu > li:hover{
	background-color:#efeded;
}
.forward-arrow{
	position:absolute;
	right:0;
	color:black;
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
/*.glyphicon-chevron-left*/
/*{*/
/*	display:block;*/
/*	float:left;*/
/*}*/
/*.glyphicon-chevron-right*/
/*{*/
/*	display:block;*/
/*	float:right;*/
	
/*}*/

.previousSection {
    font-family: oswald;
    font-size: 14px;
    font-weight: 100;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    border-radius: 0px;
    background-color:transparent;
}
.nextSection {
    font-family: oswald;
    font-size: 14px;
    font-weight: 100;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    border-radius: 0px;
    background-color:transparent;
}

.previousSection:active,
.previousSection:focus,
.previousSection:hover {
	background-color:#f6a800;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.nextSection:active,
.nextSection:focus,
.nextSection:hover {
	background-color:#f6a800;
    color: #333;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.figure-title {
	margin-top: 1em;
}
.text-image.off-left {
	/*width: 33%;*/
	max-width: 300px;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}
.text-image {
	max-width:100%;
    /*max-height:550px;*/
    display:block;
    padding:0px 0px;
	/*padding-bottom:0px;*/
}
.off-left{
	max-width:300px;
	float:left;
	margin-right:1em;
}


@media (max-width: 995px) and (min-width:750px) {
	.navbar{ font-size:1em; }
	.part-separator li { color:black; }
}
@media (max-width: 995px) {
	.std-logo {
		max-height:40px;
		color:white;
	} 
	.navbar-brand {}
	.btn-menu {
		font-family: oswald;
		text-transform: uppercase;
		color: #fff;
		background-color:transparent;
		border-color: #646464;
		font-weight: 200;
		margin: 18px 10px 0 10px;
		display: none;
	}
}
@media (max-width: 768px) {
	.btn-menu {
		font-family: oswald;
		text-transform: uppercase;
		color: #fff;
		background-color:transparent;
		border-color: #646464;
		font-weight: 200;
		margin: 20px 10px 0 5px;
		display:block;
	}
}
@media (max-width:768px){
	.navbar-default .navbar-toggle:active,
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover { background-color:  black; }
	.navbar-default .navbar-toggle { background-color:  transparent; }
	.std-logo {
    	max-height: 32px;
    	color: white;	
	}
}
@media (max-width:390px){
	.std-logo {
    	max-height: 32px;
    	color: white;
    	margin-top:-7px;
	}
	.btn-menu { margin: -5px 10px 0 5px; }
}
@media (max-width:1320px){
	.overview-aside-list {
		position:relative;
		padding-left:0;
		margin-left:0;
	}
}
@media (max-width: 768px) {
	.overview-aside { position:relative; }
	.part-separator {
		color: #fff;
		padding: 5px 1em;
	}
	.subsubmenu {
		position: relative;
		border-bottom:0;
		border-radius:0;
	}
	.subsubmenu > li:active,
	.subsubmenu > li:focus,
	.subsubmenu > li:hover { background-color: #411287; }
	.subsubmenu > li a{
		color: white;
		font-weight:400;
		display:block;
	}
	.dropdown-menu li {
		padding:10px 5px;
		background-color: #522398;
	}
	.dropdown-menu > li:active,
	.dropdown-menu > li:focus,
	.dropdown-menu > li:hover { background: #522398; }
	.dropdown a {
		padding-left: 30px;
		color:white;
	}
	.dropdown-menu li ul{
		position: relative;
    	left: 0;
	}
	.forward-arrow{
		position:absolute;
		right:0;
		color:white;
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform: rotate(0deg);
	} 
}
@media (max-width:768px){
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 9px;
	}
}
@media print {
    .no-print { display:none; }
    .btn { white-space: normal; }
    .collapse, [collapse] {
    	height:initial !important;
    	display:block;
    }
    blockquote { font-size: 1em; }
}

/* Added Later */