/* 
	revision date: 6-19
*/ 
:root {
 --darkblue: #003b70;
 --usddarkblue: #003b70;
 --blue:#0074c8;
 --usdblue:#0074c8;
 --lightblue: #75bee9;
 --usdlightblue: #75bee9;
 --usdverylightblue: #d9edf7;
 --purple:#5a2b81;
 --teal:#00a499;
 --darktan:#a17a68;
 --mediumgrey:#646469;
 --red:#92002d;
 --orange:#c25219;
 --yellow: #eeaa2b;
 --green: #728c1f;
 --gray: #646469;
 --darkgray: #333333;
}
html {
	font-family: "Myriad Pro", "ITC Berkly Oldstyle", sans-serif;/* -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;*/
	font-size: 100%
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	font-family: "Myriad Pro", "ITC Berkly Oldstyle", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.428571429;
	color: #333333;
	background-color: #ffffff;
}
/* --------------------------------------------------------------*/
/* ----------- Hides Header0 added in Electra Upgrade -----------*/
/* --------------------------------------------------------------*/
#header0Wrapper {
	visibility: hidden;
	display: none;
}a {
	color: #003b70;
	text-decoration: none;
}
a:hover, a:focus {
	color: #5a2b81;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none; 
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}

/* Medium devices (tablets, 992px and up) */
@media (min-width: 992px) {
small, .small {
	font-size: 85%;
}
}

@media (min-width: 1200px) {
small, .small {
	font-size: 90%;
}
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
img[alt] {
	color: #900;
	font-style: italic;
	font-size: 14px;
	text-align: center
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

@media (max-width:768px) {
td, th {
	font-size: 12px;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Myriad Pro", "ITC Berkly Oldstyle", Arial, sans-serif;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--darkblue); 
	line-height: 1.2;
	margin-bottom: 20px;

}
h2, .h2 {
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--usdblue); 
	line-height: 1.1;
	margin-bottom: 20px;
}
h3, .h3 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--darkgrey); 
	line-height: 1.2;
	margin-bottom: 20px;
}
h4, .h4 {
	font-size: 1.1rem;
	font-weight: 400;
	color: var(--red);
	line-height: 1.2;
	margin-bottom: 9px;
}
h5, .h5 {
	font-size: 1rem;
	font-style: italic;
	font-weight: 200;
	color: var(--gray);
	line-height: 1.2;
}
h6, .h6 {
	font-style: italic;
	color: var(--darkgray);
	font-weight: 500;
	font-size: .8rem;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.85;
}

@media (min-width: 992px) {
}

/* Smaller for phones */
@media (min-width: 768px) and (max-width: 991px) {
p {
	font-size: smaller;
}
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
.emailLink {
	color: #FFF;
}
cite {
	font-style: normal;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-muted {
	color: #999999;
}
.text-primary {
	color: #003b70;
}
a.text-primary:hover {
	color: #00203d;
}
.text-success {
	color: #ffffff;
}
a.text-success:hover {
	color: #e6e6e6;
}
.text-info {
	color: #00a499;
}
a.text-info:hover {
	color: #2d6987;
}
.text-warning {
	color: #eeaa2b;
}
a.text-warning:hover {
	color: #953f13;
}
.text-danger {
	color: #92002d;
}
a.text-danger:hover {
	color: #5f001d;
}
.bg-primary {
	color: #fff;
	background-color: #003b70;
}
a.bg-primary:hover {
	background-color: #00203d;
}
.bg-success {
	background-color: #75bee9;
}
a.bg-success:hover {
	background-color: #49a9e2;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.list-inline > li:first-child {
	padding-left: 0;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.428571429;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #999999;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}
code, kbd, pre, samp {
	font-family: Monaco;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
/* --------------------------------------------------------------*/
/* -------------- background for each section -------------------*/
/* --------------------------------------------------------------*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;/* width: 600px; */
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.row {
	Width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.col-13 {
	width: 33.33333333333333%;
}
.col-md-12 {
	width: 100%;
}
.col-md-4 {
	width: 33.33333333333333%;
}

@media (max-width:767px) {
.col-md-4 {
	width: 100%;
}
}

@media (min-width: 768px) {
.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666666666666%;
}
.col-sm-10 {
	width: 83.33333333333334%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666666666666%;
}
.col-sm-7 {
	width: 58.333333333333336%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666666666667%;
}
.col-sm-4 {
	width: 33.33333333333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.666666666666664%;
}
.col-sm-1 {
	width: 8.333333333333332%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666666666666%;
}
.col-sm-pull-10 {
	right: 83.33333333333334%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666666666666%;
}
.col-sm-pull-7 {
	right: 58.333333333333336%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666666666667%;
}
.col-sm-pull-4 {
	right: 33.33333333333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.666666666666664%;
}
.col-sm-pull-1 {
	right: 8.333333333333332%;
}
.col-sm-pull-0 {
	right: 0%;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666666666666%;
}
.col-sm-push-10 {
	left: 83.33333333333334%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666666666666%;
}
.col-sm-push-7 {
	left: 58.333333333333336%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666666666667%;
}
.col-sm-push-4 {
	left: 33.33333333333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.666666666666664%;
}
.col-sm-push-1 {
	left: 8.333333333333332%;
}
.col-sm-push-0 {
	left: 0%;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 992px) {
.col-md-1, .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-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666666666666%;
}
.col-md-10 {
	width: 83.33333333333334%;
	width: 80%
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666666666666%;
}
.col-md-7 {
	width: 58.333333333333336%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666666666667%;
}
.col-md-4 {
	width: 33.33333333333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 20%;
}
.col-md-1 {
	width: 8.333333333333332%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666666666666%;
}
.col-md-pull-10 {
	right: 83.33333333333334%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666666666666%;
}
.col-md-pull-7 {
	right: 58.333333333333336%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666666666667%;
}
.col-md-pull-4 {
	right: 33.33333333333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.666666666666664%;
}
.col-md-pull-1 {
	right: 8.333333333333332%;
}
.col-md-pull-0 {
	right: 0%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666666666666%;
}
.col-md-push-10 {
	left: 83.33333333333334%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666666666666%;
}
.col-md-push-7 {
	left: 58.333333333333336%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666666666667%;
}
.col-md-push-4 {
	left: 33.33333333333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.666666666666664%;
}
.col-md-push-1 {
	left: 8.333333333333332%;
}
.col-md-push-0 {
	left: 0%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 1200px) {
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666666666666%;
}
.col-lg-10 {
	width: 83.33333333333334%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666666666666%;
}
.col-lg-7 {
	width: 58.333333333333336%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666666666667%;
}
.col-lg-4 {
	width: 33.33333333333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.666666666666664%;
}
.col-lg-1 {
	width: 8.333333333333332%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666666666666%;
}
.col-lg-pull-10 {
	right: 83.33333333333334%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666666666666%;
}
.col-lg-pull-7 {
	right: 58.333333333333336%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666666666667%;
}
.col-lg-pull-4 {
	right: 33.33333333333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.666666666666664%;
}
.col-lg-pull-1 {
	right: 8.333333333333332%;
}
.col-lg-pull-0 {
	right: 0%;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666666666666%;
}
.col-lg-push-10 {
	left: 83.33333333333334%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666666666666%;
}
.col-lg-push-7 {
	left: 58.333333333333336%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666666666667%;
}
.col-lg-push-4 {
	left: 33.33333333333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.666666666666664%;
}
.col-lg-push-1 {
	left: 8.333333333333332%;
}
.col-lg-push-0 {
	left: 0%;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.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: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.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;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.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: #75bee9;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
	background-color: #5fb4e5;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

@media (max-width: 768px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
	-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
	margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: normal;  /* removed to prevent table cells from truncating */
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */

	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#privacyPolicy1.form-control {
	padding: 6px 1px;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
input[type="date"] {
	line-height: 34px;
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.radio label, .checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
	height: auto;
}
.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 45px;
	line-height: 45px;
}
textarea.input-lg, select[multiple].input-lg {
	height: auto;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #ffffff;
}
.has-success .form-control {
	border-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
	color: #ffffff;
	border-color: #ffffff;
	background-color: #75bee9;
}
.has-success .form-control-feedback {
	color: #ffffff;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #c25219;
}
.has-warning .form-control {
	border-color: #c25219;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #953f13;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e98958;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e98958;
}
.has-warning .input-group-addon {
	color: #c25219;
	border-color: #c25219;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #c25219;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #92002d;
}
.has-error .form-control {
	border-color: #92002d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #5f001d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8004c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8004c;
}
.has-error .input-group-addon {
	color: #92002d;
	border-color: #92002d;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #92002d;
}
.form-control-static {
	margin-bottom: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	margin-left: 20px;
}

@media (min-width: 768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .input-group > .form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-control-static {
	padding-top: 7px;
}

@media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}
.btn {
	display: inline-block;
	margin: 1px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}
.btn-primary {
	color: #ffffff;
	background-color: #003b70;
	border-color: #002e57;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #002647;
	border-color: #000d19;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #003b70;
	border-color: #002e57;
}
.btn-primary .badge {
	color: #003b70;
	background-color: #ffffff;
}
.btn-success {
	color: #ffffff;
	background-color: #0074c8;
	border-color: #0065af;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #005c9f;
	border-color: #004271;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #0074c8;
	border-color: #0065af;
}
.btn-success .badge {
	color: #0074c8;
	background-color: #ffffff;
}
.btn-info {
	color: #ffffff;
	background-color: #75bee9;
	border-color: #5fb4e5;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #52ade3;
	border-color: #2a9bdd;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #75bee9;
	border-color: #5fb4e5;
}
.btn-info .badge {
	color: #75bee9;
	background-color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #c25219;
	border-color: #ab4816;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #9e4314;
	border-color: #75320f;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #c25219;
	border-color: #ab4816;
}
.btn-warning .badge {
	color: #c25219;
	background-color: #ffffff;
}
.btn-danger {
	color: #ffffff;
	background-color: #92002d;
	border-color: #790025;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #690020;
	border-color: #3b0012;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #92002d;
	border-color: #790025;
}
.btn-danger .badge {
	color: #92002d;
	background-color: #ffffff;
}
.btn-link {
	color: #003b70;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #001324;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #999999;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
/* ----------- View Instructor Button ------------------------ */
#buttonViewInstructors {
	display: none;
	visibility: hidden
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.show {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.show {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	/*position: absolute; */
	top: 35px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 ;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #003b70;
	background-color: #CCC;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #003b70;
	background-color: #CCC; /* new */
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #999999;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

@media (min-width: 979px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
ul.nav li:hover {
	background-color: #ddd;
}
/* xtra */
ul.nav li:hover a {
	color: #666;
}
}

@media (min-width: 768px) {
.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto;
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
	outline: none;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
	display: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	float: left;
	width: 80%;
	margin-bottom: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 45px;
	line-height: 45px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}


/* --------------------------------------------------------------*/
/* ----------------------Top Bar --------------------------------*/ 
/* --------------------------------------------------------------*/
#header1 {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
#header1Wrapper {
	padding-right: 0;
	border: none;
	min-height: 45px;
}
#header1ContentWrapper {
	border: none;
}
#header2 {
	max-width: 1170px;
	margin: 0 auto;
}
#header2Wrapper {
	background-color: #003b70;
	padding-top: 0px;
	padding-bottom: 10px;
}
#header2Wrapper .header2 {
	margin: 0 auto;
}
#header3Wrapper {
	background-color: #0074c8;
}
#header3Container {
	width: 100%;
	position: relative;
}
#header3container .container {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
#header3 {
	margin: 0 auto;
	width: 100%;
}
#header3 .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
#programAreaDescription p img {
	float: right;
	margin-right: 40px;
	margin-bottom: 10px;
}
.hero-image {
	min-width: 100%;
}

/* --------------------------------------------------------------*/
/* -------------------- Cell phones ---------------------------- */
/* --------------------------------------------------------------*/

@media (max-width: 768px) {
#programAreaDescription p {
/* width: 300px; */
}
#programAreaDescription div { /*new */
/* max-width: 300px; */
}
#programAreaDescription p img {
	margin-left: 30px;
	margin-right: 0px;
	padding: 0;
	width: 100%;
	display: block;
}
.programImg {
	width: 300px;
}
#contentModule1 {
}
#header1 .col-md-12 {
	width: 100%;
}
#header1Col1 {
	width: 100%;
}
#header1Col2 {
	width: 100%;
	text-align: right;
}
#header1Col3 {
	width: 100%;
	text-align: right;
	min-height: 20px;
}
#breadcrumb {
	display:none;
	visibility: hidden;
	font-size: 9px;
	height: 10px;
}
#logon {
	width: 10px;
}
#shoppingCart {
	width: 100px;
}
#emailList {
	width: 50%;
	min-width: 250px;
	line-height: 30px;
}

#contentModule6 {
	width: auto;
}
#contentModule6 .col-sm-3 {
	width: auto;
	background-color: #999;
}
#footer1Wrapper {
	display: none;
}
#bottomLine {
	background-color: #999;
	height: 3px;
	width: 100%;
	display: block;
}
#bottomLeft {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid;
	border-bottom: solid;
	border-color: #666;
	text-align: center;
}
#bottomCenter1 {
	padding-left: 0px;
	text-align: center;
}
#bottomCenter1 li {
	font-size: 9px;
	list-style-type: none;
}
#bottomCenter2 {
	text-align: center;
}
#bottomRight {
	text-align: right;
}
.col-md-6 {
	width: 100%;
}
#demo {
	width: 100%;
	height: 100%;
}
#OLLvideo {
	width: 320px;
	height: 180px;
}
}

@media (min-width: 320px) {
#OLLvideo {
	width: 256px;
	height: 144px;
}
}

@media (min-width: 768px) {
#bottomLeft {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid;
	border-bottom: solid;
	border-color: #999;
	text-align: center;
}
#bottomCenter1 {
	padding-left: 0px;
	text-align: center;
}
#bottomCenter1 li {
	font-size: 9px;
	list-style-type: none;
}
#bottomCenter2 {
	text-align: center;
}
#bottomRight {
	text-align: right;
}
.col-md-6 {
	width: 100%;
}
#demo {
	width: 100%;
	height: 100%;
}
#OLLvideo {
	width: 555px;
	height: 312px;
}
}

@media (min-width: 992px) {
	#header1ContentWrapper {
	}
	#logon {
	}
	#shoppingCart {
		width: 50%;
	}
	a#emailList {
		width: 50%;
		line-height: 2.5;
	}
	#bottomLine {
	}
	#bottomLeft {
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: none;
		border-bottom: none;
		text-align: center;
	}
	#bottomCenter1 {
		text-align: left;
		padding-left: 30px;
	}
	#bottomCenter1 li {
		font-size: 10px;
	}
	#bottomCenter2 {
		text-align: center;
	}
	#bottomRight {
		text-align: right;
	}
	.col-md-6 {
		width: 50%;
	}
	#demo {
		width: 555px;
		height: 312px;
	}
	#OLLvideo {
		width: 555px;
		;
		height: 312px
	}
}

#breadcrumb {
	visibility: hidden;
	display: none;
}
#breadcrumb > li {
	display: inline-block;
}
#breadcrumb > li + li:before {
	content: "\00a0";
	padding: 0 5px;
	color: #cccccc;
}
#breadcrumb > .active {
	color: #999999;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #003b70;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #001324;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #003b70;
	border-color: #003b70;
	cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: #999999;
	background-color: #ffffff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #808080;
}
.label-primary {
	background-color: #003b70;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #00203d;
}
.label-success {
	background-color: #0074c8;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #005695;
}
.label-info {
	background-color: #75bee9;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #49a9e2;
}
.label-warning {
	background-color: #c25219;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #953f13;
}
.label-danger {
	background-color: #92002d;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #5f001d;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
 color: : #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999999;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover, a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #003b70;
	background-color: #ffffff;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.container .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px;
}
.container .jumbotron {
	padding-left: 60px;
	padding-right: 60px;
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 63px;
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #003b70;
}
.thumbnail .caption {
	padding: 9px;
	color: #333333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p, .alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable {
	padding-right: 35px;
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #75bee9;
	border-color: #5fcae5;
	color: #ffffff;
}
.alert-success hr {
	border-top-color: #49c3e2;
}
.alert-success .alert-link {
	color: #e6e6e6;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #2d6987;
}
.alert-warning {
	background-color: #ddd;
	border-color: #000;
	color: #000;
}
.alert-warning hr {
	border-top-color: #f8e5be;
}
.alert-warning .alert-link {
	color: #953f13;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #92002d;
}
.alert-danger hr {
	border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
	color: #5f001d;
}
@-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
 background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
 background-position: 0 0;
}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #003b70;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #0074c8;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #75bee9;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #c25219;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #92002d;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media, .media-body {
	overflow: hidden;
	zoom: 1;
}
.media, .media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
a.list-group-item {
	color: #555555;
}
a.list-group-item .list-group-item-heading {
	color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #003b70;
	border-color: #003b70;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
	color: #3da3ff;
}
.list-group-item-success {
	color: #ffffff;
	background-color: #75bee9;
}
a.list-group-item-success {
	color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
	color: #ffffff;
	background-color: #5fb4e5;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #ffffff;
	border-color: #ffffff;
}
.list-group-item-info {
	color: #3a87ad;
	background-color: #d9edf7;
}
a.list-group-item-info {
	color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
	color: #3a87ad;
	background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #3a87ad;
	border-color: #3a87ad;
}
.list-group-item-warning {
	color: #c25219;
	background-color: #fcf8e3;
}
a.list-group-item-warning {
	color: #c25219;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	color: #c25219;
	background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #c25219;
	border-color: #c25219;
}
.list-group-item-danger {
	color: #92002d;
	background-color: #f2dede;
}
a.list-group-item-danger {
	color: #92002d;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	color: #92002d;
	background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #92002d;
	border-color: #92002d;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.colapsing_lists {
	width: 50%;
}

@media (min-width: 768px) {
.colapsing_lists {
	width: 100%;
}
}

@media (min-width: 992px) {
.colapsing_lists {
	width: 50%;
}
}

@media (max-width:767px) {
.ceUnits {
	display: none;
	visibility: collapse;
}
}

@media (max-width:400px) {
#contentHeader {
	width: 300px;
}

#pageHeader.col-md-8, #pageHeader.col-md-4 {
	width: 100%;
}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;
}
#academicHistoryEnrolledCourses {
	width: 700px;
}
}

#buttonAddToBasket {
	background-color: #c25219;
}
.well {
	min-height: 10px;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #ddd;
	border: 1px solid #fff;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well h2 {
	color: #000;
	text-align: center;
	font-size: 20px;
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	/* added by dot */
	padding-top: 100px; /* Location of the box */
	width: 100%; /* Full width */
	height: 100%; /* Full height */
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	z-index: 1050; /* new to make dialog box float above gray backdrop (modal-backdrop) */
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
	/* added by dot */
	z-index: 1; /* Sit on top */
	margin: auto;
	padding: 10px;
	border: 1px solid #888;
	top: 100px;
	width: auto;
	height: auto;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;  
	background-color: #000000;/* visibility:hidden; */
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.show {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.428571429;
}
.modal-body {
	position: relative;
	padding: 20px;
}
.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

@media (min-width: 768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
	width: 300px;
}
}

@media (min-width: 1080px) {
.modal-lg {
	width: 1080px;
}
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.show {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	outline: none;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px;
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	content: " ";
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

@media (max-width: 767px) {
.visible-xs, .visible-sm {
	display: block !important;
}
table.visible-xs {
	display: table;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs, td.visible-xs {
	display: table-cell !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm, td.visible-sm {
	display: table-cell !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md, td.visible-md {
	display: table-cell !important;
}
}

@media (min-width: 1200px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg, td.visible-lg {
	display: table-cell !important;
}
}
.visible-print {
	display: none !important;
}

/* styles for the printed page ______________________ */
@media print {
* {
	text-shadow: none !important;
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: "";
}
abbr[title]:after {
	content: "";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
select {
	background: #fff !important;
}
.navbar {
	display: none;
}
.table td, .table th {
	background-color: #fff !important;
}
.btn > .caret, .dropup > .btn > .caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important;
}
}
img.left {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}
img.right {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
}
td.specialRequestName a {
	font-weight: normal;
}
/* --------------------------------------------------------------*/
/* ------------------ Page Header - all pages ------------------ */
/* --------------------------------------------------------------*/
#logoContainer {
	height: auto;
}
#searchContainer {
	right: 0px;
	float: right;
	text-align: right;
	margin-right: 0px;
	padding: 0px;
	padding-top: 20px;
	text-align: right;
	color: #fff;
}
#searchBox {
	float: right;
	text-align: right;
}
#searchBox > .row {
	width:100%;
	display: flex;
	align-items: flex-end;
	text-align: right;
	float: right;
}
#quickSiteSearchInput {
	width: auto;
	float: right;
	width: 100px;
}
#quickSiteSearch {
	display:flex;
	align-items: flex-end;
	width: 100%;
}
#quickSiteSearchInput::-webkit-input-placeholder::after {
 content:"  Entire Site";
}

#quickSiteSearch .input-group{
	display:flex;
	align-items: flex-end;
	width: auto;
}
#quickSiteSearch > .form-inline{
	display:flex;
	align-items: flex-end;
	width: 100%
}
#blueBanner {
	padding-left: 20px;
}
#quickSiteSearchWrapper.col-lg-8 {
	min-width:100%;
	display: flex;
	align-items: flex-end;
	
}
@media (min-width:768px) {
	div#quickSiteSearchWrapper {
		float: right;
		text-align: right;
	}
	#searchContainer {
		top: 10px;
		position: absolute;
	}
}

@media (min-width: 992px) {
	div#quickSiteSearchWrapper {
		float: right;
		text-align: right;
	}
}
#bannerLogo {
	max-width: 330px;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
	#blueBanner {
		padding-left: 0px;
	}
	#bannerLogo {
		width: auto;
		height: auto;
		max-width: 300px;
		padding-right: 0px;
	}
}

/* --------------------------------------------------------------*/
/* ------------------ Page footer - all pages ------------------ */
/* --------------------------------------------------------------*/

/* -- Footer 1 - Navigation --------*/
#footer1Wrapper {
	padding-top: 5rem
}
#footer1Container {
	background-color: #CCC;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	padding: 10px;
	margin: 0px;
	max-width: 2500px;
	align-items: center;
	text-align: center;
}
#footerNav {
	padding-right: 100px;
	padding-left: 100px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.footerList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.footerList a {
	color: #003b70;
}
/* -- Footer 2 - Logo, Address, SocialMedia ---*/
#footer2Wrapper {
	width: 100%;
	font-size: 12px;
}
#footer2Container.container {
	width: 100%;
	max-width: 1200px;
}
#bottomBar {
	margin-top: 20px;
	width: 100%;
	max-width: 1200px;
}
#schoolLogo {
	min-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#schoolAddress {
	padding-top: 10px;
	min-width: 430px;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	}
#schoolAddress li {
	list-style-type: none;
	list-style: none;
}
#socialMediaBox {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#destinyLogo {
	margin-top:0px;
	width: 65px;
	text-align: right;
}
.poweredByDestinyOne {
	position: relative;
	left:0px;
	margin-top: 15px;
}

@media (max-width:991px) {
	#schoolLogo {

	}
	#schoolAddress {
		padding: 10px 0px 0px 0px;
		min-width: 330px;
		text-align: left;
		display: block;
		margin-left: 0px;
		margin-right: auto;
		font-size: 11px;
	}
	#schoolAddress li  {
		min-width: 300px;
		list-style-type: none;
		list-style: none;
		margin: 0px;
	}
	#socialMediaBox {
		padding-top: 10px;
		text-align: center;
	}
	#socialMedia {
		text-align: center;
		min-width: 300px;
		margin-bottom: 20px;
	}
}
/* -- headerWrapper ---- */
#headerWrapper {
	position: relative;
	z-index: 1000;
}
#mainContentWrapper {
	margin-top: 20px;
	position: relative;
}
/* --------------------------------------------------------------*/
/* ------------ HomePage Image & Text Block ---------------------*/
/* --------------------------------------------------------------*/
#bannerBlock {
	position: relative;
}
#homeImageArea {
	width: auto;
	height: auto;
	position: absolute;
}
#homeImage {
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 0 0 0 0;
}
#bannerTextBlock {
	position: absolute;
	top: 15%;
	left: 60%;
	width: 33%;
	height: auto;
}
#bannerText {
	position: relative;
	color: #fff;
}
#header1Text {
	position: relative;
	font-size: 48px;
}
#header2Text {
	position: relative;
	font-size: 36px;
}
#homePageTextArea h2 {
	line-height: 170%;
}
#bannerButton {
	position: relative;
	top: 10px;
	height: auto;
	left: 0px;
}

@media (max-width: 768px) {
#bannerTextBlock {
	position: relative;
	width: 100%;
	top: auto;
	left: 3%;
}
#header1Text h1 {
	font-size: 50%;
	line-height: normal;
	text-align: center;
	width: 95%;
}
#header2Text h2 {
	font-size: 50%;
	line-height: normal;
	text-align: center;
	width: 95%;
}
#bannerButton {
	top: 10px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 95%;
	left: -7px;
}
#quickSiteSearchInput {
	width: 170px;
}
}

@media (min-width: 768px) {
#bannerTextBlock {
	top: 10%;
	left: 55%;
	width: 40%;
}
#header1Text h1 {
	font-size: 60%;
	line-height: normal;
	text-align: left;
}
#header2Text h2 {
	font-size: 60%;
	line-height: normal;
	text-align: left;
}
#bannerButton {
	position: relative;
	top: 10px;
	height: auto;
}
}

@media (min-width: 992px) {
#bannerTextBlock {
	top: 10%;
	left: 55%;
	width: 40%;
}
#header1Text h1 {
	font-size: 60%;
	line-height: normal;
	text-align: left;
}
#header2Text h2 {
	font-size: 60%;
	line-height: normal;
	text-align: left;
}
#bannerButton {
	position: relative;
	top: 10px;
	height: auto;
}
}

@media (min-width: 1130px) {
#bannerTextBlock {
	position: absolute;
	top: 15%;
	left: 60%;
	width: 33%;
	height: auto;
}
#header1Text h1 {
	font-size: 80%;
	line-height: normal;
	text-align: left;
}
#header2Text h2 {
	font-size: 80%;
	line-height: normal;
	text-align: left;
}
#bannerButton {
	position: relative;
	top: 10px;
	height: auto;
}
#homePageTextArea {
	max-width: 1170px;
	margin: auto;
}
}

@media (min-width: 1375px) {
#bannerTextBlock {
	position: absolute;
	top: 10%;
	left: 60%;
	width: 33%;
	height: auto;
}
#header1Text h1 {
	font-size: 48px;
	line-height: normal;
	text-align: left;
}
#header2Text h2 {
	font-size: 36px;
	line-height: normal;
	text-align: left;
}
#bannerButton {
	position: relative;
	top: 10px;
	height: auto;
}
}
/* --------------------------------------------------------------------------*/
/* --------------- Home Call Out Buttons ------------------------------------*/
/* --------------------------------------------------------------------------*/

.homeButtonC {
	position: relative;
	background-color: #75bee9;
	border: none;
	color: #003b70;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	width: 80%;
	height: 55px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.homeButtonC:hover {
	background-color: #003b70; /* Dark blue */
	color: white;
}
/* --------------------------------------------------------------------------*/
/* --------------- Call to Action Button ------------------------------------*/
/* --------------------------------------------------------------------------*/
#bannerCallToAction {
	position: relative;
	background-color: #eeaa2b; /* Gold */
	background-color: #c25219; /* Orange */
	height: auto;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
}
#bannerCallToAction:hover {
	background-color: #0074c8; /* Imaculata Blue */
}
#callToAction {
	position: relative;
	background-color: #e0a526;
	height: 55px;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	/* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
	float: right;
	margin: 0 0 0 0;
}
.callToActionButton {
	position: relative;
	background-color: #e0a526;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	height: 55px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.callToActionButton:hover {
	background-color: #75bee9; /* lt Blue */
}

@media (max-width: 767px) {
#bannerCallToAction {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

@media (min-width: 768px) {
.callToAction {
	float: left;
	margin: 0 0 0 0;
}
}

@media (min-width: 992px) {
.callToAction {
	float: right;
	margin: 0 0 10px 10px;
	margin-left: 50px;
}
}
/*------------------------------------------------------*/
/*--------------------- Search Page ------------------- */
/*------------------------------------------------------*/

#courseSearchResult tr td:nth-child(1) img {
	width: 0px;
	height: 0px;
	visibility: hidden;
	padding: 0px;
	display: none;
	border: 0px;
}
/* Current Course hide image ------------------------------- */
.studentEnrollmentHistory .featuredImage {
	width: 0px;
	height: 0px;
	visibility: hidden;
	padding: 0px;
	display: none;
	border: 0px;
}
#academicHistoryEnrolledCourses thead th.courseTitleImageColHeader {
	width: 150px;
}
a > .certificateName {
	color: var(--usddarkblue);
}
/*------------------------------------------------------*/
/* ---------------- 2-column -------------------------- */
/*      This layout is for 2 even columns               */
/*------------------------------------------------------*/
.breakAfter {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
}
#bottomColumn {
	margin-top: 20px;
}
.oneCol {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
	-moz-column-gap: 0px; /* Firefox */
	column-gap: 0px;
}

@media (max-width: 767px) {
.twoCol {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
	-moz-column-gap: 0px; /* Firefox */
	column-gap: 0px;
}
.colapsing_lists {
	width: 100%;
}
#studentProfilePrivacyPolicyQuestionContainer #privacyPolicy1 #col-xs-3 {
	width: 33%;
}
#studentProfilePrivacyPolicyQuestionContainer #privacyPolicy1 #col-xs-9 {
	width: 67%;
}
}

@media (min-width: 768px) {
.twoCol {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
}

@media (min-width: 992px) {
.twoCol {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}
.col-md-6 {
	width: 50%;
}
.twoCol65 {
}
}

/*---------------------------------------------------------------*/
/*-------------------------- 2-column -------------------------- */
/*   This layout is for 2 uneven columns with a 2:1 ratio
     It uses a 3 column layout and column 1 spans 2 columns      */
/*---------------------------------------------------------------*/
@media (max-width: 767px) {
.col65 {
	width: 100%;
}
.col35 {
	width: 100%;
}
}

@media (min-width: 767px) {
.col65 {
	width: 100%;
}
.col35 {
	width: 100%;
}
}

@media (min-width: 992px) {
.col65 {
	float: left;
	top: 0px;
	width: 63%;
}
.col35 {
	float: right;
	top: 0px;
	width: 33%;
}
}
/*------------------------------------------------------*/
/* ------------- Spotlight ---------------------------- */
/*------------------------------------------------------*/
.spotLight {
	border: 1px;
	border-radius: 7pt;
	border-color: #000;
	background-color: #CCC;
	display: block;
	padding: 0px 10px 5px 10px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.spotLight h2 {
	display: block;
	padding-top: 10px;
	-webkit-column-break-after: avoid;
	page-break-after: avoid;
	break-after: avoid;
}
.spotLight h3 {
	display: block;
	padding-top: 10px;
	-webkit-column-break-after: avoid;
	page-break-after: avoid;
	break-after: avoid;
}
/*------------- end Spotligt------------------*/

/* prevents line breaks inside lists or after headers */
ul {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
h1, h2, h3, h4 {
	-webkit-column-break-after: avoid;
	page-break-after: avoid;
	break-after: avoid;
}

@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print, td.visible-print {
	display: table-cell !important;
}
.hidden-print {
	display: none !important;
}
}
/* Student Sub Menu ------------------------------------------------------*/
#studentMenu {
	border-left: none;
	background-color: #75bee9;
	color: #FFF;
}

/* No Image - hide the empty image holder   */
.noImage {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: 0px;
}
.catalogSearchResults .tableGridContainer .featuredImage {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: 0px;
}

/* Mobile device fixes ---------------*/
@media (max-width: 992px) {
.container {
	margin: 0 auto;
}
#bottomLogo {
	max-width: 80%;
	height: auto;
}
.col-md-6 {
	width: 100%;
}
.dropdown, ul.navbar-nav li {
	font-size: 1.2rem;
}
#buttonKeepShopping, #buttonContinueCheckout {
	float: left;
	size: 80%;
}
}
/*------------------------------------------------------*/
/* ---------------Link Icons -------------------------- */
/*------------------------------------------------------*/
.linkIcons {
	text-align: left;
}
.linkIcons ul {
	display: inline;
	text-align: left;
}
.linkIcons li {
	list-style-type: none;
}
.linkImage {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Map on Directions page -----------------------*/
#map_frame {
	border: 0px solid #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 700px;
	frameborder: 0;
}
/* --------------------------------------------------------------------------*/
/* -------------- Certificate and Course List page formating ----------------*/
/* --------------------------------------------------------------------------*/

#buttonCourseInquiry {
	background-color: #c25219;
}
#courseProfileActions {
	float: right;
}
span.glyphicon.glyphicon-envelope::before, span.glyphicon.glyphicon-time::before, span.glyphicon.glyphicon-question-sign::before, span.glyphicon.glyphicon-print::before {
	font-size: 16pt;
}
.courseSectionTitle .courseCode, .nameAndCodeSeparator, .sectionCode, .courseSectionTitle .title, .courseSectionTerm, .courseSectionDelivery {
	font-size: 16px;
	color: #0074c8; /*medium blue */
}
.interestAreaCertLink a {
	font-size: 16px;
	color: #0074c8; /*medium blue */
}

@media (max-width:480px) {
.courseSectionTitle .courseCode, .nameAndCodeSeparator, .sectionCode, .courseSectionTitle .title, .courseSectionTerm, .courseSectionDelivery {
	font-size: 16px;
	color: #0074c8; /*medium blue */
}
#sectionHeaderCourseCodeContainer {
	width: 100%;
}
}
/* --------------------------------------------------------------------------*/
/* -------------- Certificate and Course Heading Change -------------------- */
/* Effects all pages with Course/Interest and Certificates lists ------------*/
/* --------------------------------------------------------------------------*/
/* ----- Courses changed to Interests ---------------*/
#programAreaCourses .card-header {
	min-height: 80px;
}
#programAreaCourses .card-header::before {
	content: "Interests";
	font-size: 1.5rem;
	font-weight: bold;
	color: #003B70;
}
#programAreaCourses .card-header h2 {
	visibility: hidden;
	display: none;
}
#programStreamCourses .card-header {
	min-height: 80px;
}
#programStreamCourses .card-header::before {
	content: "Interests";
	font-size: 1.5rem;
	font-weight: bold;
	color: #003B70;
}
#programStreamCourses .card-header h2 {
	visibility: hidden;
	display: none;
}
#interestAreaProfileCourses .card-header::before {
	content: "Interests";
	font-size: 1.5rem;
	font-weight: bold;
	color: #003B70;
}
#interestAreaProfileCourses .card-header h2 {
	visibility: hidden;
	display: none;
}

/* ------ Add phrase under Interest Heading ----------------------*/
@media (max-width: 767px) {
#programAreaCourses .card-header::after {
	content: "\A Select an interest to view related \A courses and certificates";
	white-space: pre;
	font-size: 80%;
}
#programStreamCourses .card-header::after {
	content: "\A Select an interest to view related \A courses and certificates";
	white-space: pre;
	font-size: 80%;
}
#interestAreaProfileCourses .card-header::after {
	content: "\A Select an interest to view related \A courses and certificates";
	white-space: pre;
	font-size: 80%;
}
}

@media (min-width: 768px) {
#programAreaCourses .card-header::after {
	content: "\A Select an interest to view related courses and certificates";
	white-space: pre;
	font-size: 80%;
}
#programStreamCourses .card-header::after {
	content: "\A Select an interest to view related courses and certificates";
	white-space: pre;
	font-size:80%;
}
#interestAreaProfileCourses .card-header::after {
	content: "\A Select an interest to view related courses and certificates";
	white-space: pre;
	font-size: 80%;
}
}
/*------------------------------------------------------*/
/*------------ programAreaCertificates -----------------*/
/*------------------------------------------------------*/

#programAreaCertificates .card-header {
	min-height: 80px;
}
#programAreaCertificates .card-header::before {
	content: "Certificates, Professional Programs & Series";
	font-size: 1.5rem;
	font-weight: bold;
	color: #003B70;
}
#programAreaCertificates .card-header h2 {
	visibility: hidden;
	display: none;
}
/*------------------------------------------------------*/
/*----------- programStreamCertificates ----------------*/
/*------------------------------------------------------*/
#programStreamCertificates .card-header {
	min-height: 1.5rem;
}
#programStreamCertificates .card-header::before {
	content: "Certificates, Professional Programs & Series";
	font-size: 1.5rem;
	font-weight: bold;
	color: #003B70;
}
#programStreamCertificates .card-header h2 {
	visibility: hidden;
	display: none;
}
/*------------------------------------------------------*/
/*---------- Interest Area Certificates --------------- */
/*------------------------------------------------------*/
#interestAreaProfileCerts .card-header {
	min-height: 80px;
}
#interestAreaProfileCerts .card-header::before {
	content: "Certificates, Professional Programs & Series";
	font-size: 1.5rem;
	font-weight: bold;
	color: #003B70;
}
#interestAreaProfileCerts .card-header h2 {
	visibility: hidden;
	display: none;
}

/*------------------------------------------------------*/
/* ------------ Certificat Phrase --------------------- */
/*------------------------------------------------------*/
@media (min-width:768px) {
#programStreamCertificates .card-header::after {
	content: "\A Select a program for details including courses offered and/or required.";
	white-space: pre;
	font-size: 80%;
}
#programAreaCertificates .card-header::after {
	content: "\A Select a program for details including courses offered and/or required.";
	white-space: pre;
	font-size: 80%;
}
#interestAreaProfileCerts .panel .card-header::after {
	content: "\A Select a program for details including courses offered and/or required.";
	white-space: pre;
	font-size: 80%;
}
}

/*-----------------------------------------------------------------------------------*/
/* Change line breakes in Certificate phrase on small devices -----------------------*/
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
#programAreaCertificates .card-header::after {
	content: "\A Select a program for details including \A courses offered and/or required.";
	white-space: pre;
	font-size: 80%;
}
#programStreamCertificates .card-header::after {
	content: "\A Select a program for details \A including courses offered \A and/or required.";
	white-space: pre;
	font-size: 80%;
}
#interestAreaProfileCerts .panel .card-header::after {
	content: "\A Select a program for details \A including courses offered \A and/or required.";
	white-space: pre;
	font-size: 80%;
}
}

/*-----------------------------------------------------------------------------------*/
/* Change line breakes in Certificate phrase on REALLY small devices ----------------*/
/*-----------------------------------------------------------------------------------*/
@media (max-width:450px) {
#programStreamCertificates .card-header::after {
	content: "\A Select a program for details \A including  courses offered \A and/or required.";
	white-space: pre;
	font-size: 80%;
}
#programAreaCertificates .card-header::after {
	content: "\A Select a program for details \A including courses offered \A and/or required.";
	white-space: pre;
	font-size: 80%;
}
#interestAreaProfileCerts .panel .card-header::after {
	content: "\A Select a program for details \A including courses offered \A and/or required.";
	white-space: pre;
	font-size: 80%;
}
}

/* --- End -- Certificate and Course Heading Chang-----------------------*/


@media (max-width: 767px) {

	.courseSectionDescription label {
		font-size: 10pt;
	}
	.sectionInstructors .instructorName {
		font-size: 10pt;
	}
	.sectionAUs .row .col-xs-8 {
		font-size: 10pt;
	}
	.list-unstyled {
		font-size: 10pt;
	}
	.sectionCEUs a {
		font-size: 10pt;
	}
}
#buttonUploadCoursework {
	data-buttonText: "Browse 1";
}
/*------------------------------------------------------*/
/* ------------ Certificate Phrase --------------------- */
/*------------------------------------------------------*/
#contentModule5 .row {
	max-width: 1170px;
	margin: 0 auto;
}
#certButImg {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	float: left;
}
#corpButImg {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	float: left;
}
#openButImg {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	float: right;
}


.infoButton {
	background-color: #e0a526;
	height: auto;
	border: none;
	color: white;
	text-decoration: none;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/* -----------------Quotes ----------------------------- */
.quoteBox {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
	padding-left: 30px;
}
.openQuote {
	float: left;
	display: inline;
	margin: -25px 1px 1px -25px;
	padding: 3px;
	width: 90px;
	height: 90px;
}
.studentQuote {
	margin-left: 0px;
	padding-top: 20px;
	top: 0px;
	margin-right: 10px;
	color: #666;
}
.singleLineQuote {
	display: block;
}
#programAreaBanner {
	visibility: hidden;
	display: none;
	height: 1px;
}
/*--------------------------------------------------------- 
  ---------------- iframe forms --------------------------- 
  ---------------------------------------------------------*/

iframe {
	width: 100%;
}
iframe.formFrame {
	width: 100% !important;
	background-color: #fffefd;
	border: 10px solid #fff;
	border-radius: 0px;
	height: 800px;
}
iframe.longForm {
	width: 100% !important;
	background-color: #fffefd;
	border: 10px solid #fff;
	border-radius: 0px;
	height: 800px;
}
.shortForm {
	width: 100% !important;
	background-color: #fffefd;
	border: 10px solid #fff;
	border-radius: 0px;
	height: 400px;
	overflow-y: scroll visible;
	font-size: 1em !important;
}
iframe.movieFrame {
	height: 320px;
}
.infoForm {
	width: 100% !important;
	background-color: #fffefd;
	border: 10px solid #fff;
	border-radius: 0px;
	height: 800px;
}
#uc-middle {
	overflow: auto;
	width: 100%;
}
.portalPageHeader {
	margin: 0px;
	width: 100%;
}
#inquiryForm {
	width: 100% !important;
	background-color: #fffefd;
	border: 10px solid #fff;
	border-radius: 0px;
	height: 800px;
	overflow-y: scroll visible;
	font-size: 1em !important;
}
.field-control label, .left {
	font-size: 0.75em !important;
}
/*---------- Program Banners ---------------------------------*/
#programBanner {
	visibility: hidden;
	display: none;
	height: 1px;
}
#programBannerImageBox {
	visibility: hidden;
	display: none;
	height: 1px;
}
#programBannerTextBox {
	visibility: hidden;
	display: none;
	height: 1px;
}

/*----------------------------------------------------------------------------
  ---------------------------- Main Navigation  ------------------------------
  ----------------------------------------------------------------------------*/
#globalNavigationBar {
	background-color: transparent !important;
	width: 100%;
	text-align: left; 
	padding:0px;
   margin: 0px;
  
}
#globalNavigationBar > button.navbar-toggler {
	align-items: flex-end;
	float:right;
	margin-right: 0px;
	margin-left: auto !important;
	margin-bottom: 10px;
}
.navbar-toggler {
	float: right;
	background-color: white;
}
#nav1, #nav2 {
	color: #ffffff;
	font-weight: 600;
	margin-left:10px;
}
#nav1:hover, #nav2:hover{
	background-color: #D5D5D5;
	color: #000000;
}
#dropdownMenuLink {
	background-color: transparent !important;
	padding: 10px 10px 0px 10px;
	border-color: transparent !important;
	height:40px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}
.dropdown-toggle::after {
	display: none;
	visibility: hidden;
}
.dropdown:hover {
	background-color: lightgrey;
}
.dropdown:hover > a#dropdownMenuLink {
	color:#333333;
}
.dropdown:hover > div.dropdown-menu {
	visibility: visible;
	display: block;
}
.portalMenuDropDownContainer > a{
	color:white !important;
	margin-top: 5px;
}
.portalMenuDropDownContainer > a:active {
	color:white !important;
	margin-top: 5px;
}
#quickSiteSearchSubmitButton.btn.btn-secondary {
	background-color: white;
	border-color: #cccccc;
}

.headerStudentLoginContainer:hover {
	background-color: transparent;
}
/*----------------------------------------------------------------------------
  -------------------- Program Area Sub Navigation  --------------------------
  ----------------------------------------------------------------------------*/

#bs-page-submenu {
	align-items: flex-end;
	float:right;
	text-align: left;
	width: 100%;
	margin-right: 0px;
	margin-left: auto;

}
#bs-page-submenu.bg-light {
	background-color: transparent!important;
}

#bs-page-submenu >button.navbar-toggler {
	background-color: var(--usdlightblue);
	align-items: flex-end;
	float:right;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 10px;
}
#subMenuBlockCM {
	display: block;
	position: relative;
	height: 55px;
	border-bottom: 1px solid #cccccc;
   padding-bottom: 10px;
}
@media (max-width:767px) {
	a.menuhref {
		font-size: 16px;
	}
}
@media (min-width:992px){
	#subNavBar > .roundedButton {
		margin: 0px 5px 0px 5px;
		padding: 10px;
		border-radius: 5px;
	}
	#subNavBar > .roundedButton > a {
		color: #333333;
		border-radius: 5px;
		height: 50px;
		margin-top: 5px;
		text-decoration: none;
	}

	#subNavBar > .roundedButton:hover {

	}
	#subNavBar > .roundedButton:hover a {

	}
	#subNavBar > .roundedButton.active {
		background-color: #003b70;
	}
	#subNavBar > .roundedButton.active a {
		color: white;
	}
	li#applyNow.roundedButton {
		background-color: #c25219; !important;
	}
	li#applyNow.roundedButton a {
		color: white !important;
	}
}
#mainNavBarCollapsable.show > div > li > a.nav-link {
	color:white;
	padding-left: 10px;
}

/*----------------------------------------------------------------------------
  ------------------------------- Popup Form ---------------------------------
  ----------------------------------------------------------------------------*/
 
#myModal1 .modal-content {
	width: 500px;
}
#myModal2 .modal-content {
	width: 830px;
}

@media (max-width: 840px) {
#myModal2 .modal-content {
	width: 530px;
}
iframe.heightoveride {
	width: 500px !important;
	height: 760px !important;
}
}
/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#policyConfirmationCheckboxWrapper {
	z-index: 1000;
}
/* asterisk placement for policy confirmation on checkout */
div#policyConfirmationCheckboxWrapper > label.requiredFieldLabel:after {
	visibility: hidden;
	display: none;
}
/*---------------------------------------------------------------------------- 
  --------------------------------- Flags ------------------------------------ 
  ----------------------------------------------------------------------------*/
.flagBar navbar navbar-default {
	background-color: #fff;
	border: none;
	color: #000;
	height: auto;
	width: 100%;
}

@media (max-width:767px) {
.flagNav nav navbar-nav {
	float: left;
	margin: 0;
}
}
.flagBox {
	width: 106px;
	height: auto;
	padding: 1.5px;
	padding-top: 5px;
	margin: auto;
	text-align: center;
	display: block;
	min-width: 100px;
	font-size: 9px;
}
.cFlag {
}
nav li.cFlag {
	display: inline-block;
}
/*----------------------------------------------------------------------------
  ------------------------------- SNAPSHOT -----------------------------------
  ----------------------------------------------------------------------------*/
.snapshot { 
	max-width:400px; 
	background-color: #efeeec; 
	color: #7e7d7c; 
	margin-top: 3rem; 
	padding: 5.9rem 1.2rem 3rem; 
	position: relative; 
	text-align: center;
	margin-left:auto;
	margin-right:auto;
} 
li.snapLI { 
	margin: 0px;padding-left: 0px;
}

.snapshot-icon {
	background-color: inherit;
	border-radius: 50%;
	font-size: 4.6rem;
	height: 123px;
	left: 50%;
	position: absolute;
	top: 0;
	-ms-transform: translateX(-50%) translateY(-35%);
	transform: translateX(-50%) translateY(-35%);
	width: 123px;
	z-index: 0;
}
.snapshot-header h5 {
	color: #005db9;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: .128rem;
	line-height: 1.471;
	text-transform: uppercase;
}
.snapshot .inner {
	position: relative;
	z-index: 1;
	top: -10px;
}
.snapshot-data {
	font-size: 1.8rem;
	letter-spacing: .045rem;
	line-height: 1.722;
	margin: 0 auto;
	width: 100%;
	max-width: 340px;
}
.snapshot-icon .camera {
	fill: #d5d4d2;
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-70%);
	transform: translateX(-50%) translateY(-70%);
	z-index: 2;
}
.snapshot-data tr td:first-child {
	border-right: 1px solid #7e7d7c;
	padding: .5rem 1rem;
	text-align: right;
	line-height: 1;
	width: 50%;
}
.snapshot-data tr td:last-child {
	padding-left: 1rem;
	text-align: left;
	line-height: 1;
	width: 50%;
}
/*----------------------------------------------------------------------------
  ------------------------------ Card Changes --------------------------------
  ----------------------------------------------------------------------------*/

.card {
	
}
.card > h2 {
	font-size: 1.2rem;
}
.panel-group .card {
	margin-bottom: 0px;
}
.panel-group > .certCard {
	margin-bottom: 5px;
}
.sectionHeader {
	background-color: #dddddd;
}
.card-header {
	background-color: lightgrey;
}
.certificateStreamHeaderContainer{
	background-color: var(--usdverylightblue);
}
.card-header[aria-expanded="false"] {
	background-color: lightgrey;
}
.card-header[aria-expanded="true"] {
	background-color: var(--usdverylightblue);
}
.card-body h2 {
	margin-top: 0px;
}
.card-header h2 a{
	color:var(--usddarkblue);
}
.card-title {
	margin-top: 0;
	margin-bottom: 0;
	color:var(--usddarkblue);
}
.card-title a {
	color:var(--usddarkblue);
	text-decoration: none;
}
.card-title a:hover {
	color:var(--usddarkblue);
	text-decoration: none;
}
.card-title a:visited {
	color:var(--usddarkblue);
	text-decoration: none;
}
.card-body {
	
}
.card-footer {
	
}
[data-toggle="collapse"] .fa:before {   
  content: "\f139";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}

/*----------------------------------------------------------------------------
  ------------------------------ Temp Card Changes --------------------------------
  ----------------------------------------------------------------------------*/

@media (min-width:767px) {
.card .dcard-pce {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	max-width: 50%;
}
}

@media (max-width:767px) {
.dcard .dcard-pce {
	width: 100%;
}
}

@media (max-width:400px) {
.dcard.dcard-pce {
	max-width: 300px;
}
}
.dcard-pce {
	margin-bottom: 10px;
	background-color: #EBEBEB;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	max-width: 100%;
}
.dcard-body {
	padding: 10px;
}
.dcard-header {
	padding: 0px 10px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.dcard-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
/*----------------------------------------------------------------------------
  ---------------------------- Bootstrap 4 Changes ---------------------------
  ----------------------------------------------------------------------------*/
.bg-dark {
	background-color: #003b70!important;
}
/*----------------------------------------------------------------------------
  ------------------ Homepage News, Announcements, Catalogs ------------------
  ----------------------------------------------------------------------------*/

#newsBlock {
}
.homeNewsBlocks {
	background-color: #eee;
	min-height: 310px;
	border: solid;
	border-color: #FFF;
	border-top: 3rem;
	width: 100%;
}
.homeNewsHead {
	padding-bottom: 110px;
}
.newsTitle {
	font-size: 14px;
	color: #fff;
	background: #003b70;
	padding: 4pt;
	width: 100%;
    margin-left: 20px;
}
.newsItemHeader {
	font-size: small;
	font-weight: bold;
	padding: 0px 10px 0px 20px;
}
#homeAnnoucements {
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/images/homePage/newsImages/callout_6.png);
}
#homeNews {
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/images/homePage/newsImages/callout_5.png);
}
#homeCalendar {
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/images/homePage/newsImages/callout_8.png);
}
#catalogList {
	background-color: #eee;
	min-height: 310px;
	padding-left: 20px;
	padding-right: 20px;
	border: solid;
	border-color: #FFF;
	border-top: 3rem;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/images/homePage/newsImages/callout_4.png);
}
#catalogHead {
	font-size: 14px;
	color: #fff;
	background: #003b70;
	padding: 4pt;
	width: 100%;
	margin-bottom: 120px;
}
.catalogData1 {
	vertical-align: text-top;
	font-size: smaller;
	font-weight: bolder;
}
.catalogData2 {
	vertical-align: text-top;
	text-align: center;
	font-size: 14px;
	font-weight:normal
}
h3.newsStoryHeadline {
	font-size: 24px;
}
#buttonBacktoHeadlines {
	visibility: hidden;
	display: none;
}
.newsImageBox {
	
	width: 100%;
   margin: 0 auto 0 auto;
}
.newsImage {
	max-width: 100%;
	height: auto;
}
/* Small Screens ----------------------------*/
@media (max-width: 767px) {
#catalogHead {
	margin-bottom: 5px;
}
}

/* medium screens ---------------------------*/
@media (max-width:992px) {
#homeAnnoucements {
	background-image: none;
	min-height: 100px;
}
#homeNews {
	background-image: none;
	min-height: 100px;
}
#homeCalendar {
	background-image: none;
	min-height: 100px;
}
#catalogList {
	background-image: none;
	min-height: 100px;
}
.homeNewsHead {
	background-color: #003b70;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 20px;
}
#catalogList {
	padding: 0px;
}
#catalogHead {
	background-color: #003b70;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 20px;
}
#courseCatalogs {
	margin-left: 20px;
}
}

/*----------------------------------------------------------------------------
  ------------------------------- Course Pages -------------------------------
  ----------------------------------------------------------------------------*/
.courseProfileSectionAvailability, .programOfferingAvailability {
	font-size: smaller;
}
.certificateStreamHeader {
	font-size: 1.1rem;
}

/*----------------------------------------------------------------------------
  ------------------------------- Font Awsome --------------------------------
  ----------------------------------------------------------------------------*/
  .icon::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	float: right;
  }
.card-header > h4.plus-minus::after {
	content: "\f067";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}	
.card-header[aria-expanded="true"] > h4.plus-minus::after {
	content: '\f068';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	float: right;
}
.card-header[aria-expanded="false"] > h4.plus-minus::after {
	content: "\f067";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}	
.glyphicon {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-minus{
	content: "\f106";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 14pt;
}
.glyphicon-plus {
	content: '\f067';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 14pt;
}
@media (max-width:767px) {
	.glyphicon-minus, .glyphicon-plus{
		font-size: 12pt;
	}
	.col-sm-2 {
		padding-left: 1px;
		padding-right: 1px;
	}
	.card-header {
		padding: .75rem .75rem;
	}
}
#cartInfo .glyphicon-shopping-cart {
	font-size: 16pt;
}
#cartCount {
    background-color: #C25219;
    color: #fff;
    font-size: 15px;
    padding: 2px 5px 2px 5px;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 1px;
    position: absolute;
    display: inline;
}
@media (min-width:767px){
	#cartCount {
		margin-top:0px;
	}
}
.fa-search:before, .glyphicon.glyphicon-search:before {
    content: "\f002";
	color: #000000;
	font-weight: 900;
}
/*----------------------------------------------------------------------------
  ---------------------------- label Float  ----------------------------------
  ----------------------------------------------------------------------------*/
.has-float-label {
   display:block;
   position: relative;
}
.has-float-label > input {
	padding-top:2.95rem; 
	height: 4rem;
}

.has-float-label .form-control:focus {
    padding-top: 2.95rem;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+*,
.has-float-label > select.has-placeholder.form-control:not([size]):not([multiple])+*,
.has-float-label > .input-group > select.has-placeholder.form-control:not([size]):not([multiple])+*
{
    font-size: .85rem;
    top: 3rem;
} 
.has-float-label label, .has-float-label > span {
  font-size: 65%;
}
/* Fix input box size on login page */
input#userName.form-control {
   height: 4rem;
}
input#password.form-control {
   height: 4rem;
}
input#duplicateStudentField.form-control {
   height: 4rem;
}
input#duplicateStudentFieldConfirm.form-control {
   height: 4rem; 
}
/* Fix input box size on Check out page page */
input#nameOnCreditCard.form-control {
   height: 4rem; 
}
input#creditCardNumber.form-control {
   height: 4rem; 
}
input#ccCardExpiry.form-control {
   height: 4rem; 
}
/*----------------------------------------------------------------------------
  ---------------------------------- Misc.  ----------------------------------
  ----------------------------------------------------------------------------*/
/* fixes text in student regsiter interest areas */
span.nicerCheckableCheckboxLabel {
  display: flex;
	display: inline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
#loginNameWrapper.truncate a:hover {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
#buttonJumpToStreams {
	background-color: white;
	color: #666666;
	border-color:#666666;
}
.custom-control-label::after {
	position: relative;
}
.custom-control-input {
	z-index: 2000;
}
#logoutLinkWrapper {
	width:75px;
	white-space: nowrap;
}
.badge-success {
	background-color: var(--darkblue);
}

