﻿@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: bold;
}

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 {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input {
	line-height: normal;
}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

		a[href]:after {
			content: " (" attr(href) ")";
		}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.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 th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("../bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/fonts/bootstrap/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: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: \20ac;
}

.glyphicon-minus:before {
	content: \2212;
}

.glyphicon-cloud:before {
	content: \2601;
}

.glyphicon-envelope:before {
	content: \2709;
}

.glyphicon-pencil:before {
	content: \270f;
}

.glyphicon-glass:before {
	content: \e001;
}

.glyphicon-music:before {
	content: \e002;
}

.glyphicon-search:before {
	content: \e003;
}

.glyphicon-heart:before {
	content: \e005;
}

.glyphicon-star:before {
	content: \e006;
}

.glyphicon-star-empty:before {
	content: \e007;
}

.glyphicon-user:before {
	content: \e008;
}

.glyphicon-film:before {
	content: \e009;
}

.glyphicon-th-large:before {
	content: \e010;
}

.glyphicon-th:before {
	content: \e011;
}

.glyphicon-th-list:before {
	content: \e012;
}

.glyphicon-ok:before {
	content: \e013;
}

.glyphicon-remove:before {
	content: \e014;
}

.glyphicon-zoom-in:before {
	content: \e015;
}

.glyphicon-zoom-out:before {
	content: \e016;
}

.glyphicon-off:before {
	content: \e017;
}

.glyphicon-signal:before {
	content: \e018;
}

.glyphicon-cog:before {
	content: \e019;
}

.glyphicon-trash:before {
	content: \e020;
}

.glyphicon-home:before {
	content: \e021;
}

.glyphicon-file:before {
	content: \e022;
}

.glyphicon-time:before {
	content: \e023;
}

.glyphicon-road:before {
	content: \e024;
}

.glyphicon-download-alt:before {
	content: \e025;
}

.glyphicon-download:before {
	content: \e026;
}

.glyphicon-upload:before {
	content: \e027;
}

.glyphicon-inbox:before {
	content: \e028;
}

.glyphicon-play-circle:before {
	content: \e029;
}

.glyphicon-repeat:before {
	content: \e030;
}

.glyphicon-refresh:before {
	content: \e031;
}

.glyphicon-list-alt:before {
	content: \e032;
}

.glyphicon-lock:before {
	content: \e033;
}

.glyphicon-flag:before {
	content: \e034;
}

.glyphicon-headphones:before {
	content: \e035;
}

.glyphicon-volume-off:before {
	content: \e036;
}

.glyphicon-volume-down:before {
	content: \e037;
}

.glyphicon-volume-up:before {
	content: \e038;
}

.glyphicon-qrcode:before {
	content: \e039;
}

.glyphicon-barcode:before {
	content: \e040;
}

.glyphicon-tag:before {
	content: \e041;
}

.glyphicon-tags:before {
	content: \e042;
}

.glyphicon-book:before {
	content: \e043;
}

.glyphicon-bookmark:before {
	content: \e044;
}

.glyphicon-print:before {
	content: \e045;
}

.glyphicon-camera:before {
	content: \e046;
}

.glyphicon-font:before {
	content: \e047;
}

.glyphicon-bold:before {
	content: \e048;
}

.glyphicon-italic:before {
	content: \e049;
}

.glyphicon-text-height:before {
	content: \e050;
}

.glyphicon-text-width:before {
	content: \e051;
}

.glyphicon-align-left:before {
	content: \e052;
}

.glyphicon-align-center:before {
	content: \e053;
}

.glyphicon-align-right:before {
	content: \e054;
}

.glyphicon-align-justify:before {
	content: \e055;
}

.glyphicon-list:before {
	content: \e056;
}

.glyphicon-indent-left:before {
	content: \e057;
}

.glyphicon-indent-right:before {
	content: \e058;
}

.glyphicon-facetime-video:before {
	content: \e059;
}

.glyphicon-picture:before {
	content: \e060;
}

.glyphicon-map-marker:before {
	content: \e062;
}

.glyphicon-adjust:before {
	content: \e063;
}

.glyphicon-tint:before {
	content: \e064;
}

.glyphicon-edit:before {
	content: \e065;
}

.glyphicon-share:before {
	content: \e066;
}

.glyphicon-check:before {
	content: \e067;
}

.glyphicon-move:before {
	content: \e068;
}

.glyphicon-step-backward:before {
	content: \e069;
}

.glyphicon-fast-backward:before {
	content: \e070;
}

.glyphicon-backward:before {
	content: \e071;
}

.glyphicon-play:before {
	content: \e072;
}

.glyphicon-pause:before {
	content: \e073;
}

.glyphicon-stop:before {
	content: \e074;
}

.glyphicon-forward:before {
	content: \e075;
}

.glyphicon-fast-forward:before {
	content: \e076;
}

.glyphicon-step-forward:before {
	content: \e077;
}

.glyphicon-eject:before {
	content: \e078;
}

.glyphicon-chevron-left:before {
	content: \e079;
}

.glyphicon-chevron-right:before {
	content: \e080;
}

.glyphicon-plus-sign:before {
	content: \e081;
}

.glyphicon-minus-sign:before {
	content: \e082;
}

.glyphicon-remove-sign:before {
	content: \e083;
}

.glyphicon-ok-sign:before {
	content: \e084;
}

.glyphicon-question-sign:before {
	content: \e085;
}

.glyphicon-info-sign:before {
	content: \e086;
}

.glyphicon-screenshot:before {
	content: \e087;
}

.glyphicon-remove-circle:before {
	content: \e088;
}

.glyphicon-ok-circle:before {
	content: \e089;
}

.glyphicon-ban-circle:before {
	content: \e090;
}

.glyphicon-arrow-left:before {
	content: \e091;
}

.glyphicon-arrow-right:before {
	content: \e092;
}

.glyphicon-arrow-up:before {
	content: \e093;
}

.glyphicon-arrow-down:before {
	content: \e094;
}

.glyphicon-share-alt:before {
	content: \e095;
}

.glyphicon-resize-full:before {
	content: \e096;
}

.glyphicon-resize-small:before {
	content: \e097;
}

.glyphicon-exclamation-sign:before {
	content: \e101;
}

.glyphicon-gift:before {
	content: \e102;
}

.glyphicon-leaf:before {
	content: \e103;
}

.glyphicon-fire:before {
	content: \e104;
}

.glyphicon-eye-open:before {
	content: \e105;
}

.glyphicon-eye-close:before {
	content: \e106;
}

.glyphicon-warning-sign:before {
	content: \e107;
}

.glyphicon-plane:before {
	content: \e108;
}

.glyphicon-calendar:before {
	content: \e109;
}

.glyphicon-random:before {
	content: \e110;
}

.glyphicon-comment:before {
	content: \e111;
}

.glyphicon-magnet:before {
	content: \e112;
}

.glyphicon-chevron-up:before {
	content: \e113;
}

.glyphicon-chevron-down:before {
	content: \e114;
}

.glyphicon-retweet:before {
	content: \e115;
}

.glyphicon-shopping-cart:before {
	content: \e116;
}

.glyphicon-folder-close:before {
	content: \e117;
}

.glyphicon-folder-open:before {
	content: \e118;
}

.glyphicon-resize-vertical:before {
	content: \e119;
}

.glyphicon-resize-horizontal:before {
	content: \e120;
}

.glyphicon-hdd:before {
	content: \e121;
}

.glyphicon-bullhorn:before {
	content: \e122;
}

.glyphicon-bell:before {
	content: \e123;
}

.glyphicon-certificate:before {
	content: \e124;
}

.glyphicon-thumbs-up:before {
	content: \e125;
}

.glyphicon-thumbs-down:before {
	content: \e126;
}

.glyphicon-hand-right:before {
	content: \e127;
}

.glyphicon-hand-left:before {
	content: \e128;
}

.glyphicon-hand-up:before {
	content: \e129;
}

.glyphicon-hand-down:before {
	content: \e130;
}

.glyphicon-circle-arrow-right:before {
	content: \e131;
}

.glyphicon-circle-arrow-left:before {
	content: \e132;
}

.glyphicon-circle-arrow-up:before {
	content: \e133;
}

.glyphicon-circle-arrow-down:before {
	content: \e134;
}

.glyphicon-globe:before {
	content: \e135;
}

.glyphicon-wrench:before {
	content: \e136;
}

.glyphicon-tasks:before {
	content: \e137;
}

.glyphicon-filter:before {
	content: \e138;
}

.glyphicon-briefcase:before {
	content: \e139;
}

.glyphicon-fullscreen:before {
	content: \e140;
}

.glyphicon-dashboard:before {
	content: \e141;
}

.glyphicon-paperclip:before {
	content: \e142;
}

.glyphicon-heart-empty:before {
	content: \e143;
}

.glyphicon-link:before {
	content: \e144;
}

.glyphicon-phone:before {
	content: \e145;
}

.glyphicon-pushpin:before {
	content: \e146;
}

.glyphicon-usd:before {
	content: \e148;
}

.glyphicon-gbp:before {
	content: \e149;
}

.glyphicon-sort:before {
	content: \e150;
}

.glyphicon-sort-by-alphabet:before {
	content: \e151;
}

.glyphicon-sort-by-alphabet-alt:before {
	content: \e152;
}

.glyphicon-sort-by-order:before {
	content: \e153;
}

.glyphicon-sort-by-order-alt:before {
	content: \e154;
}

.glyphicon-sort-by-attributes:before {
	content: \e155;
}

.glyphicon-sort-by-attributes-alt:before {
	content: \e156;
}

.glyphicon-unchecked:before {
	content: \e157;
}

.glyphicon-expand:before {
	content: \e158;
}

.glyphicon-collapse-down:before {
	content: \e159;
}

.glyphicon-collapse-up:before {
	content: \e160;
}

.glyphicon-log-in:before {
	content: \e161;
}

.glyphicon-flash:before {
	content: \e162;
}

.glyphicon-log-out:before {
	content: \e163;
}

.glyphicon-new-window:before {
	content: \e164;
}

.glyphicon-record:before {
	content: \e165;
}

.glyphicon-save:before {
	content: \e166;
}

.glyphicon-open:before {
	content: \e167;
}

.glyphicon-saved:before {
	content: \e168;
}

.glyphicon-import:before {
	content: \e169;
}

.glyphicon-export:before {
	content: \e170;
}

.glyphicon-send:before {
	content: \e171;
}

.glyphicon-floppy-disk:before {
	content: \e172;
}

.glyphicon-floppy-saved:before {
	content: \e173;
}

.glyphicon-floppy-remove:before {
	content: \e174;
}

.glyphicon-floppy-save:before {
	content: \e175;
}

.glyphicon-floppy-open:before {
	content: \e176;
}

.glyphicon-credit-card:before {
	content: \e177;
}

.glyphicon-transfer:before {
	content: \e178;
}

.glyphicon-cutlery:before {
	content: \e179;
}

.glyphicon-header:before {
	content: \e180;
}

.glyphicon-compressed:before {
	content: \e181;
}

.glyphicon-earphone:before {
	content: \e182;
}

.glyphicon-phone-alt:before {
	content: \e183;
}

.glyphicon-tower:before {
	content: \e184;
}

.glyphicon-stats:before {
	content: \e185;
}

.glyphicon-sd-video:before {
	content: \e186;
}

.glyphicon-hd-video:before {
	content: \e187;
}

.glyphicon-subtitles:before {
	content: \e188;
}

.glyphicon-sound-stereo:before {
	content: \e189;
}

.glyphicon-sound-dolby:before {
	content: \e190;
}

.glyphicon-sound-5-1:before {
	content: \e191;
}

.glyphicon-sound-6-1:before {
	content: \e192;
}

.glyphicon-sound-7-1:before {
	content: \e193;
}

.glyphicon-copyright-mark:before {
	content: \e194;
}

.glyphicon-registration-mark:before {
	content: \e195;
}

.glyphicon-cloud-download:before {
	content: \e197;
}

.glyphicon-cloud-upload:before {
	content: \e198;
}

.glyphicon-tree-conifer:before {
	content: \e199;
}

.glyphicon-tree-deciduous:before {
	content: \e200;
}

.glyphicon-cd:before {
	content: \e201;
}

.glyphicon-save-file:before {
	content: \e202;
}

.glyphicon-open-file:before {
	content: \e203;
}

.glyphicon-level-up:before {
	content: \e204;
}

.glyphicon-copy:before {
	content: \e205;
}

.glyphicon-paste:before {
	content: \e206;
}

.glyphicon-alert:before {
	content: \e209;
}

.glyphicon-equalizer:before {
	content: \e210;
}

.glyphicon-king:before {
	content: \e211;
}

.glyphicon-queen:before {
	content: \e212;
}

.glyphicon-pawn:before {
	content: \e213;
}

.glyphicon-bishop:before {
	content: \e214;
}

.glyphicon-knight:before {
	content: \e215;
}

.glyphicon-baby-formula:before {
	content: \e216;
}

.glyphicon-tent:before {
	content: \26fa;
}

.glyphicon-blackboard:before {
	content: \e218;
}

.glyphicon-bed:before {
	content: \e219;
}

.glyphicon-apple:before {
	content: \f8ff;
}

.glyphicon-erase:before {
	content: \e221;
}

.glyphicon-hourglass:before {
	content: \231b;
}

.glyphicon-lamp:before {
	content: \e223;
}

.glyphicon-duplicate:before {
	content: \e224;
}

.glyphicon-piggy-bank:before {
	content: \e225;
}

.glyphicon-scissors:before {
	content: \e226;
}

.glyphicon-bitcoin:before {
	content: \e227;
}

.glyphicon-yen:before {
	content: \00a5;
}

.glyphicon-ruble:before {
	content: \20bd;
}

.glyphicon-scale:before {
	content: \e230;
}

.glyphicon-ice-lolly:before {
	content: \e231;
}

.glyphicon-ice-lolly-tasted:before {
	content: \e232;
}

.glyphicon-education:before {
	content: \e233;
}

.glyphicon-option-horizontal:before {
	content: \e234;
}

.glyphicon-option-vertical:before {
	content: \e235;
}

.glyphicon-menu-hamburger:before {
	content: \e236;
}

.glyphicon-modal-window:before {
	content: \e237;
}

.glyphicon-oil:before {
	content: \e238;
}

.glyphicon-grain:before {
	content: \e239;
}

.glyphicon-sunglasses:before {
	content: \e240;
}

.glyphicon-text-size:before {
	content: \e241;
}

.glyphicon-text-color:before {
	content: \e242;
}

.glyphicon-text-background:before {
	content: \e243;
}

.glyphicon-object-align-top:before {
	content: \e244;
}

.glyphicon-object-align-bottom:before {
	content: \e245;
}

.glyphicon-object-align-horizontal:before {
	content: \e246;
}

.glyphicon-object-align-left:before {
	content: \e247;
}

.glyphicon-object-align-vertical:before {
	content: \e248;
}

.glyphicon-object-align-right:before {
	content: \e249;
}

.glyphicon-triangle-right:before {
	content: \e250;
}

.glyphicon-triangle-left:before {
	content: \e251;
}

.glyphicon-triangle-bottom:before {
	content: \e252;
}

.glyphicon-triangle-top:before {
	content: \e253;
}

.glyphicon-console:before {
	content: \e254;
}

.glyphicon-superscript:before {
	content: \e255;
}

.glyphicon-subscript:before {
	content: \e256;
}

.glyphicon-menu-left:before {
	content: \e257;
}

.glyphicon-menu-right:before {
	content: \e258;
}

.glyphicon-menu-down:before {
	content: \e259;
}

.glyphicon-menu-up:before {
	content: \e260;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #5a5a5a;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #135582;
	text-decoration: none;
}

	a:hover, a:focus {
		color: #135582;
		text-decoration: underline;
	}

	a:focus {
		outline: thin dotted;
		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.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

h1, .h1 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}

	h1 small,
	h1 .small, .h1 small,
	.h1 .small {
		font-weight: normal;
		line-height: 1;
		color: #777777;
	}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
}

	h2 small,
	h2 .small, h3 small,
	h3 .small, h4 small,
	h4 .small, h5 small,
	h5 .small, h6 small,
	h6 .small,
	.h2 small,
	.h2 .small, .h3 small,
	.h3 .small, .h4 small,
	.h4 .small, .h5 small,
	.h5 .small, .h6 small,
	.h6 .small {
		font-weight: normal;
		line-height: 1;
		color: #777777;
	}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

	h1 small,
	h1 .small, .h1 small,
	.h1 .small,
	h2 small,
	h2 .small, .h2 small,
	.h2 .small,
	h3 small,
	h3 .small, .h3 small,
	.h3 .small {
		font-size: 65%;
	}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

	h4 small,
	h4 .small, .h4 small,
	.h4 .small,
	h5 small,
	h5 .small, .h5 small,
	.h5 .small,
	h6 small,
	h6 .small, .h6 small,
	.h6 .small {
		font-size: 75%;
	}

h1, .h1 {
	font-size: 38px;
}

h2, .h2 {
	font-size: 28px;
}

h3, .h3 {
	font-size: 18px;
}

h4, .h4 {
	font-size: 16px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #135582;
}

a.text-primary:hover {
	color: #0c3856;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #135582;
}

a.bg-primary:hover {
	background-color: #0c3856;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

	ul ul,
	ul ol,
	ol ul,
	ol ol {
		margin-bottom: 0;
	}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

	.list-inline > li {
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
	}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	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[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

	blockquote p:last-child,
	blockquote ul:last-child,
	blockquote ol:last-child {
		margin-bottom: 0;
	}

	blockquote footer,
	blockquote small,
	blockquote .small {
		display: block;
		font-size: 80%;
		line-height: 1.42857;
		color: #777777;
	}

		blockquote footer:before,
		blockquote small:before,
		blockquote .small:before {
			content: '\2014 \00A0';
		}

	.blockquote-reverse,
	blockquote.pull-right {
		padding-right: 15px;
		padding-left: 0;
		border-right: 5px solid #eeeeee;
		border-left: 0;
		text-align: right;
	}

		.blockquote-reverse footer:before,
		.blockquote-reverse small:before,
		.blockquote-reverse .small:before,
		blockquote.pull-right footer:before,
		blockquote.pull-right small:before,
		blockquote.pull-right .small:before {
			content: '';
		}

		.blockquote-reverse footer:after,
		.blockquote-reverse small:after,
		.blockquote-reverse .small:after,
		blockquote.pull-right footer:after,
		blockquote.pull-right small:after,
		blockquote.pull-right .small:after {
			content: '\00A0 \2014';
		}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 2px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	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: bold;
		box-shadow: none;
	}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 2px;
}

	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:before, .container:after {
		content: " ";
		display: table;
	}

	.container:after {
		clear: both;
	}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.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:before, .container-fluid:after {
		content: " ";
		display: table;
	}

	.container-fluid:after {
		clear: both;
	}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

	.row:before, .row:after {
		content: " ";
		display: table;
	}

	.row:after {
		clear: both;
	}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.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.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.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.33333%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.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.33333%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

	.col-lg-20pc {
		width: 20%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

	.table > thead > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > th,
	.table > tbody > tr > td,
	.table > tfoot > tr > th,
	.table > tfoot > tr > td {
		padding: 8px;
		line-height: 1.42857;
		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 > th,
	.table > caption + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > td,
	.table > thead:first-child > tr:first-child > th,
	.table > thead:first-child > tr:first-child > td {
		border-top: 0;
	}

	.table > tbody + tbody {
		border-top: 2px solid #ddd;
	}

	.table .table {
		background-color: #fff;
	}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > th,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > th,
	.table-bordered > tfoot > tr > td {
		border: 1px solid #ddd;
	}

	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td {
		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 > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	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 > thead > tr > th,
			.table-responsive > .table > thead > tr > td,
			.table-responsive > .table > tbody > tr > th,
			.table-responsive > .table > tbody > tr > td,
			.table-responsive > .table > tfoot > tr > th,
			.table-responsive > .table > tfoot > tr > td {
				white-space: nowrap;
			}

		.table-responsive > .table-bordered {
			border: 0;
		}

			.table-responsive > .table-bordered > thead > tr > th:first-child,
			.table-responsive > .table-bordered > thead > tr > td:first-child,
			.table-responsive > .table-bordered > tbody > tr > th:first-child,
			.table-responsive > .table-bordered > tbody > tr > td:first-child,
			.table-responsive > .table-bordered > tfoot > tr > th:first-child,
			.table-responsive > .table-bordered > tfoot > tr > td:first-child {
				border-left: 0;
			}

			.table-responsive > .table-bordered > thead > tr > th:last-child,
			.table-responsive > .table-bordered > thead > tr > td:last-child,
			.table-responsive > .table-bordered > tbody > tr > th:last-child,
			.table-responsive > .table-bordered > tbody > tr > td:last-child,
			.table-responsive > .table-bordered > tfoot > tr > th:last-child,
			.table-responsive > .table-bordered > tfoot > tr > td:last-child {
				border-right: 0;
			}

			.table-responsive > .table-bordered > tbody > tr:last-child > th,
			.table-responsive > .table-bordered > tbody > tr:last-child > td,
			.table-responsive > .table-bordered > tfoot > tr:last-child > th,
			.table-responsive > .table-bordered > tfoot > tr:last-child > td {
				border-bottom: 0;
			}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #5a5a5a;
}

.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #5a5a5a;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	/* @include box-shadow(0 0 0); */
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

	.form-control:focus {
		border-color: #135582;
		outline: 0;
		-webkit-box-shadow: 0, 0, 0;
		box-shadow: 0, 0, 0;
	}

	.form-control::-moz-placeholder {
		color: #c8c8c8;
		opacity: 1;
	}

	.form-control:-ms-input-placeholder {
		color: #c8c8c8;
	}

	.form-control::-webkit-input-placeholder {
		color: #c8c8c8;
	}

	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		cursor: not-allowed;
		background-color: #eeeeee;
		opacity: 1;
	}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
		line-height: 32px;
	}

		input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
		.input-group-sm > input[type="date"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
		input[type="time"].input-sm,
		.input-group-sm > input[type="time"].form-control,
		.input-group-sm > input[type="time"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"],
		input[type="datetime-local"].input-sm,
		.input-group-sm > input[type="datetime-local"].form-control,
		.input-group-sm > input[type="datetime-local"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"],
		input[type="month"].input-sm,
		.input-group-sm > input[type="month"].form-control,
		.input-group-sm > input[type="month"].input-group-addon,
		.input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
			line-height: 30px;
		}

		input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
		.input-group-lg > input[type="date"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
		input[type="time"].input-lg,
		.input-group-lg > input[type="time"].form-control,
		.input-group-lg > input[type="time"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"],
		input[type="datetime-local"].input-lg,
		.input-group-lg > input[type="datetime-local"].form-control,
		.input-group-lg > input[type="datetime-local"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"],
		input[type="month"].input-lg,
		.input-group-lg > input[type="month"].form-control,
		.input-group-lg > input[type="month"].input-group-addon,
		.input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
			line-height: 46px;
		}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}

	.radio label,
	.checkbox label {
		min-height: 20px;
		/*padding-left: 20px;*/
		/*font-weight: normal;*/
		margin-bottom: 0;
		font-weight: bold;
		cursor: pointer;
	}

	.radio input[type="radio"],
	.radio-inline input[type="radio"],
	.checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
		position: absolute;
		/*margin-left: -20px;*/
		margin-top: 4px \9;
	}

	.radio + .radio,
	.checkbox + .checkbox {
		margin-top: -5px;
	}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

	.radio-inline + .radio-inline,
	.checkbox-inline + .checkbox-inline {
		margin-top: 0;
		margin-left: 10px;
	}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

	.form-control-static.input-lg, .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, .form-control-static.input-sm, .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-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 2px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 2px;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
}

.has-feedback {
	position: relative;
}

	.has-feedback .form-control {
		padding-right: 40px;
	}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 2;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: 0, 0, 0;
	box-shadow: 0, 0, 0;
}

	.has-success .form-control:focus {
		border-color: #2b542c;
		-webkit-box-shadow: 0, 0, 0;
		box-shadow: 0, 0, 0;
	}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: 0, 0, 0;
	box-shadow: 0, 0, 0;
}

	.has-warning .form-control:focus {
		border-color: #66512c;
		-webkit-box-shadow: 0, 0, 0;
		box-shadow: 0, 0, 0;
	}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: 0, 0, 0;
	box-shadow: 0, 0, 0;
}

	.has-error .form-control:focus {
		border-color: #843534;
		-webkit-box-shadow: 0, 0, 0;
		box-shadow: 0, 0, 0;
	}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #9a9a9a;
	font-style: italic;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

		.form-inline .input-group .input-group-addon,
		.form-inline .input-group .input-group-btn,
		.form-inline .input-group .form-control {
			width: auto;
		}

		.form-inline .input-group > .form-control {
			width: 100%;
		}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

		.form-inline .radio label,
		.form-inline .checkbox label {
			padding-left: 0;
		}

		.form-inline .radio input[type="radio"],
		.form-inline .checkbox input[type="checkbox"] {
			position: relative;
			margin-left: 0;
		}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

	.form-horizontal .form-group:before, .form-horizontal .form-group:after {
		content: " ";
		display: table;
	}

	.form-horizontal .form-group:after {
		clear: both;
	}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33333px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.btn:hover, .btn:focus, .btn.focus {
		color: #FFF;
		text-decoration: none;
	}

	.btn:active, .btn.active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
		cursor: not-allowed;
		pointer-events: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.btn-default {
	color: #FFF;
	background-color: #135582;
	border-color: #135582;
}

	.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
		color: #FFF;
		background-color: #0c3856;
		border-color: #0b324d;
	}

	.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
		background-image: none;
	}

	.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
		background-color: #135582;
		border-color: #135582;
	}

	.btn-default .badge {
		color: #135582;
		background-color: #FFF;
	}

.btn-primary {
	color: #fff;
	background-color: #135582;
	border-color: #10466c;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #0c3856;
		border-color: #082436;
	}

	.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
		background-image: none;
	}

	.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
		background-color: #135582;
		border-color: #10466c;
	}

	.btn-primary .badge {
		color: #135582;
		background-color: #fff;
	}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

	.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
		color: #fff;
		background-color: #449d44;
		border-color: #398439;
	}

	.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
		background-image: none;
	}

	.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
		background-color: #5cb85c;
		border-color: #4cae4c;
	}

	.btn-success .badge {
		color: #5cb85c;
		background-color: #fff;
	}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

	.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
		color: #fff;
		background-color: #31b0d5;
		border-color: #269abc;
	}

	.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
		background-image: none;
	}

	.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
		background-color: #5bc0de;
		border-color: #46b8da;
	}

	.btn-info .badge {
		color: #5bc0de;
		background-color: #fff;
	}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

	.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
		color: #fff;
		background-color: #ec971f;
		border-color: #d58512;
	}

	.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
		background-image: none;
	}

	.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
		background-color: #f0ad4e;
		border-color: #eea236;
	}

	.btn-warning .badge {
		color: #f0ad4e;
		background-color: #fff;
	}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

	.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
		color: #fff;
		background-color: #c9302c;
		border-color: #ac2925;
	}

	.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
		background-image: none;
	}

	.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
		background-color: #d9534f;
		border-color: #d43f3a;
	}

	.btn-danger .badge {
		color: #d9534f;
		background-color: #fff;
	}

.btn-link {
	color: #135582;
	font-weight: normal;
	border-radius: 0;
}

	.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
			border-color: transparent;
		}

			.btn-link:hover, .btn-link:focus {
				color: #135582;
				text-decoration: underline;
				background-color: transparent;
			}

			.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
				color: #777777;
				text-decoration: none;
			}

/* Privacy Banner for Homepage */
#privacy-text {
	display: inline;
}

@media screen and (max-width: 767px) {
	#privacy-text {
		display: block;
	}
}

.btn-privacy-banner {
	margin-left: 1em;
	width: 5em;
}

.btn-inverse {
	color: #FFF;
	background-color: #135582;
	border-color: #FFF;
}

	.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
		color: #FFF;
		background-color: #0c3856;
	}

	.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
		background-image: none;
	}

	.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
		background-color: #135582;
	}

	.btn-inverse .badge {
		color: #135582;
		background-color: #FFF;
	}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

	.btn-block + .btn-block {
		margin-top: 5px;
	}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

	.fade.in {
		opacity: 1;
	}

.collapse {
	display: none;
	visibility: hidden;
}

	.collapse.in {
		display: block;
		visibility: visible;
	}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	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: #5A5A5A;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

	.dropdown-menu.pull-right {
		right: 0;
		left: auto;
	}

	.dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857;
		color: #FFF;
		white-space: nowrap;
	}

		.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
			text-decoration: none;
			color: #FFF;
			background-color: #135582;
		}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		color: #fff;
		text-decoration: none;
		outline: 0;
		background-color: #135582;
	}

	.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
		color: #777777;
	}

		.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			cursor: not-allowed;
		}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777777;
	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 solid;
	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;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

	.btn-group > .btn,
	.btn-group-vertical > .btn {
		position: relative;
		float: left;
	}

		.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
		.btn-group-vertical > .btn:hover,
		.btn-group-vertical > .btn:focus,
		.btn-group-vertical > .btn:active,
		.btn-group-vertical > .btn.active {
			z-index: 2;
		}

	.btn-group .btn + .btn,
	.btn-group .btn + .btn-group,
	.btn-group .btn-group + .btn,
	.btn-group .btn-group + .btn-group {
		margin-left: -1px;
	}

.btn-toolbar {
	margin-left: -5px;
}

	.btn-toolbar:before, .btn-toolbar:after {
		content: " ";
		display: table;
	}

	.btn-toolbar:after {
		clear: both;
	}

	.btn-toolbar .btn-group,
	.btn-toolbar .input-group {
		float: left;
	}

	.btn-toolbar > .btn,
	.btn-toolbar > .btn-group,
	.btn-toolbar > .input-group {
		margin-left: 5px;
	}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

	.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0;
	}

	.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
	.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

	.btn-group.open .dropdown-toggle.btn-link {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

	.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
		content: " ";
		display: table;
	}

	.btn-group-vertical > .btn-group:after {
		clear: both;
	}

	.btn-group-vertical > .btn-group > .btn {
		float: none;
	}

	.btn-group-vertical > .btn + .btn,
	.btn-group-vertical > .btn + .btn-group,
	.btn-group-vertical > .btn-group + .btn,
	.btn-group-vertical > .btn-group + .btn-group {
		margin-top: -1px;
		margin-left: 0;
	}

	.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

	.btn-group-vertical > .btn:first-child:not(:last-child) {
		border-top-right-radius: 2px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.btn-group-vertical > .btn:last-child:not(:first-child) {
		border-bottom-left-radius: 2px;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0;
	}

	.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
	.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

	.btn-group-justified > .btn,
	.btn-group-justified > .btn-group {
		float: none;
		display: table-cell;
		width: 1%;
	}

		.btn-group-justified > .btn-group .btn {
			width: 100%;
		}

		.btn-group-justified > .btn-group .dropdown-menu {
			left: auto;
		}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

	.input-group[class*="col-"] {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	.input-group .form-control {
		position: relative;
		z-index: 2;
		float: left;
		width: 100%;
		margin-bottom: 0;
	}

	.input-group-addon,
	.input-group-btn,
	.input-group .form-control {
		display: table-cell;
	}

		.input-group-addon:not(:first-child):not(:last-child),
		.input-group-btn:not(:first-child):not(:last-child),
		.input-group .form-control:not(:first-child):not(:last-child) {
			border-radius: 0;
		}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #5a5a5a;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
}

	.input-group-addon.input-sm,
	.input-group-sm > .input-group-addon,
	.input-group-sm > .input-group-btn > .input-group-addon.btn {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 3px;
	}

	.input-group-addon.input-lg,
	.input-group-lg > .input-group-addon,
	.input-group-lg > .input-group-btn > .input-group-addon.btn {
		padding: 10px 16px;
		font-size: 18px;
		border-radius: 6px;
	}

	.input-group-addon input[type="radio"],
	.input-group-addon input[type="checkbox"] {
		margin-top: 0;
	}

	.input-group .form-control:first-child,
	.input-group-addon:first-child,
	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group > .btn,
	.input-group-btn:first-child > .dropdown-toggle,
	.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
	.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.input-group-addon:first-child {
		border-right: 0;
	}

	.input-group .form-control:last-child,
	.input-group-addon:last-child,
	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group > .btn,
	.input-group-btn:last-child > .dropdown-toggle,
	.input-group-btn:first-child > .btn:not(:first-child),
	.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

	.input-group-addon:last-child {
		border-left: 0;
	}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

	.input-group-btn > .btn {
		position: relative;
	}

		.input-group-btn > .btn + .btn {
			margin-left: -1px;
		}

		.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
			z-index: 2;
		}

	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group {
		margin-right: -1px;
	}

	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group {
		margin-left: -1px;
	}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

	.nav:before, .nav:after {
		content: " ";
		display: table;
	}

	.nav:after {
		clear: both;
	}

	.nav > li {
		position: relative;
		display: block;
	}

		.nav > li > a {
			position: relative;
			display: block;
			padding: 0;
		}

			.nav > li > a:hover, .nav > li > a:focus {
				text-decoration: none;
				background-color: transparent;
			}

		.nav > li.disabled > a {
			color: #777777;
		}

			.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
				color: #777777;
				text-decoration: none;
				background-color: transparent;
				cursor: not-allowed;
			}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: transparent;
		border-color: #135582;
	}

	.nav .nav-divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.nav > li > a > img {
		max-width: none;
	}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px;
	}

		.nav-tabs > li > a {
			margin-right: 2px;
			line-height: 1.42857;
			border: 1px solid transparent;
			border-radius: 2px 2px 0 0;
		}

			.nav-tabs > li > a:hover {
				border-color: #eeeeee #eeeeee #ddd;
			}

		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			color: #5a5a5a;
			background-color: #fff;
			border: 1px solid #ddd;
			border-bottom-color: transparent;
			cursor: default;
		}

.nav-pills > li {
	float: left;
}

	.nav-pills > li > a {
		border-radius: 2px;
	}

	.nav-pills > li + li {
		margin-left: 2px;
	}

	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
		color: #fff;
		background-color: #135582;
	}

.nav-stacked > li {
	float: none;
}

	.nav-stacked > li + li {
		margin-top: 2px;
		margin-left: 0;
	}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}

	.nav-justified > li, .nav-tabs.nav-justified > li {
		float: none;
	}

		.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
			text-align: center;
			margin-bottom: 5px;
		}

	.nav-justified > .dropdown .dropdown-menu {
		top: auto;
		left: auto;
	}

@media (min-width: 768px) {
	.nav-justified > li, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

		.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
			margin-bottom: 0;
		}
}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}

	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		margin-right: 0;
		border-radius: 2px;
	}

	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border: 1px solid #ddd;
	}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 2px 2px 0 0;
	}

	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
	visibility: hidden;
}

.tab-content > .active {
	display: block;
	visibility: visible;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 30px;
	margin-bottom: 0;
	border: 0;
}

	.navbar:before, .navbar:after {
		content: " ";
		display: table;
	}

	.navbar:after {
		clear: both;
	}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0;
	}
}

.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

.navbar-collapse {
	overflow-x: visible;
	/* padding-right: $navbar-padding-horizontal;
  padding-left:  $navbar-padding-horizontal; */
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

	.navbar-collapse:before, .navbar-collapse:after {
		content: " ";
		display: table;
	}

	.navbar-collapse:after {
		clear: both;
	}

	.navbar-collapse.in {
		overflow-y: auto;
	}

@media (max-width: 767px) {
	.navbar-collapse {
		/* margin-top: 60px; */
		background-color: #135582;
		height: auto !important;
	}
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

		.navbar-collapse.collapse {
			display: block !important;
			visibility: visible !important;
			padding-bottom: 0;
			overflow: visible !important;
		}

		.navbar-collapse.in {
			overflow-y: visible;
		}

	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 375px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	/* padding: $navbar-padding-vertical $navbar-padding-horizontal; */
	font-size: 18px;
	line-height: 20px;
	height: 30px;
}

	.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none;
	}

	.navbar-brand > img {
		display: block;
	}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 4.5px;
	margin-bottom: 4.5px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
}

	.navbar-toggle.search {
		margin-right: 0;
	}

	.navbar-toggle:focus {
		outline: 0;
	}

	.navbar-toggle:hover {
		background-color: #0E3B5A;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 25px;
		height: 3px;
		border-radius: 1px;
		background-color: #FFF;
	}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 4px;
		}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 2.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 > li > a,
		.navbar-nav .open .dropdown-menu .dropdown-header {
			padding: 5px 15px 5px 25px;
		}

		.navbar-nav .open .dropdown-menu > li > a {
			line-height: 20px;
		}

			.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
				background-image: none;
			}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

		.navbar-nav > li {
			float: left;
			/* > a {
          padding-top:    $navbar-padding-vertical;
          padding-bottom: $navbar-padding-vertical;
        } */
		}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: -1px;
	margin-bottom: -1px;
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

		.navbar-form .input-group .input-group-addon,
		.navbar-form .input-group .input-group-btn,
		.navbar-form .input-group .form-control {
			width: auto;
		}

		.navbar-form .input-group > .form-control {
			width: 100%;
		}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

		.navbar-form .radio label,
		.navbar-form .checkbox label {
			padding-left: 0;
		}

		.navbar-form .radio input[type="radio"],
		.navbar-form .checkbox input[type="checkbox"] {
			position: relative;
			margin-left: 0;
		}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

		.navbar-form .form-group:last-child {
			margin-bottom: 0;
		}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: -1px;
	margin-bottom: -1px;
}

	.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
		margin-top: 4px;
		margin-bottom: 4px;
	}

.navbar-text {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
		/* ~ .navbar-right {
      margin-right: 0;
    } */
	}
}

.navbar-default {
	background-color: #fff;
	border-color: #fff;
}

	.navbar-default .navbar-brand {
		color: #FFF;
	}

		.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
			color: #e6e6e6;
			background-color: transparent;
		}

	.navbar-default .navbar-text {
		color: #5a5a5a;
	}

	.navbar-default .navbar-nav > li > a {
		color: #FFF;
	}

		.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
			color: #EFCD4F;
			background-color: transparent;
		}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #FFF;
		background-color: transparent;
	}

	.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.navbar-default .navbar-toggle {
		border-color: transparent;
	}

		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
			background-color: #0E3B5A;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #FFF;
		}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: #fff;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color: transparent;
		color: #FFF;
	}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #FFF;
	}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
			color: #EFCD4F;
			background-color: transparent;
		}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #FFF;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #FFF;
}

	.navbar-default .navbar-link:hover {
		color: #EFCD4F;
	}

.navbar-default .btn-link {
	color: #FFF;
}

	.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
		color: #EFCD4F;
	}

	.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
		color: #ccc;
	}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

	.navbar-inverse .navbar-brand {
		color: #9d9d9d;
	}

		.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
			color: #fff;
			background-color: transparent;
		}

	.navbar-inverse .navbar-text {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav > li > a {
		color: #9d9d9d;
	}

		.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
			color: #fff;
			background-color: transparent;
		}

	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		color: #fff;
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #333;
	}

		.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
			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:hover, .navbar-inverse .navbar-nav > .open > a:focus {
		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:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
			color: #fff;
			background-color: transparent;
		}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		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:hover, .navbar-inverse .btn-link:focus {
		color: #fff;
	}

	.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
		color: #444;
	}

.breadcrumb {
	padding: 8px 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
}

	.breadcrumb > li {
		display: inline-block;
	}

		.breadcrumb > li + li:before {
			content: "| ";
			padding: 0 5px;
			color: #5A5A5A;
		}

	.breadcrumb > .active {
		color: #5A5A5A;
	}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0;
}

	.pagination > li {
		display: inline;
	}

		.pagination > li > a,
		.pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			line-height: 1.42857;
			text-decoration: none;
			color: #135582;
			background-color: transparent;
			margin-left: -1px;
		}

		.pagination > li:first-child > a,
		.pagination > li:first-child > span {
			margin-left: 0;
		}

		.pagination > li.page-first > a,
		.pagination > li.page-first > span, .pagination > li.page-prev > a,
		.pagination > li.page-prev > span, .pagination > li.page-next > a,
		.pagination > li.page-next > span, .pagination > li.page-last > a,
		.pagination > li.page-last > span {
			color: #FFF;
			background-color: #135582;
			border: 1px solid #FFF;
		}

		.pagination > li > a:hover, .pagination > li > a:focus,
		.pagination > li > span:hover,
		.pagination > li > span:focus {
			color: #135582;
		}

	.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
	.pagination > .active > span,
	.pagination > .active > span:hover,
	.pagination > .active > span:focus {
		z-index: 2;
		color: #fff;
		border-color: #135582;
		cursor: default;
	}

	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
		color: #777777;
		background-color: #fff;
		border-color: #ddd;
		cursor: not-allowed;
	}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

	.pager:before, .pager:after {
		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:hover,
			.pager li > a:focus {
				text-decoration: none;
				background-color: #eeeeee;
			}

	.pager .next > a,
	.pager .next > span {
		float: right;
	}

	.pager .previous > a,
	.pager .previous > span {
		float: left;
	}

	.pager .disabled > a,
	.pager .disabled > a:hover,
	.pager .disabled > a:focus,
	.pager .disabled > span {
		color: #777777;
		background-color: #fff;
		cursor: not-allowed;
	}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

	.label:empty {
		display: none;
	}

.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #777777;
}

	.label-default[href]:hover, .label-default[href]:focus {
		background-color: #5e5e5e;
	}

.label-primary {
	background-color: #135582;
}

	.label-primary[href]:hover, .label-primary[href]:focus {
		background-color: #0c3856;
	}

.label-success {
	background-color: #5cb85c;
}

	.label-success[href]:hover, .label-success[href]:focus {
		background-color: #449d44;
	}

.label-info {
	background-color: #5bc0de;
}

	.label-info[href]:hover, .label-info[href]:focus {
		background-color: #31b0d5;
	}

.label-warning {
	background-color: #f0ad4e;
}

	.label-warning[href]:hover, .label-warning[href]:focus {
		background-color: #ec971f;
	}

.label-danger {
	background-color: #d9534f;
}

	.label-danger[href]:hover, .label-danger[href]:focus {
		background-color: #c9302c;
	}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}

	.badge:empty {
		display: none;
	}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #135582;
	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:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	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: #5a5a5a;
	}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #135582;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 2px;
}

	.alert h4 {
		margin-top: 0;
		color: inherit;
	}

	.alert .alert-link {
		font-weight: bold;
	}

	.alert > p,
	.alert > ul {
		margin-bottom: 0;
	}

		.alert > p + p {
			margin-top: 5px;
		}

.alert-dismissable,
.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;
	}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #135582;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

	.media:first-child {
		margin-top: 0;
	}

.media,
.media-body {
	overflow: hidden;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-right,
.media > .pull-right {
	padding-left: 10px;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	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: 2px;
		border-top-left-radius: 2px;
	}

	.list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
	}

a.list-group-item {
	color: #555;
}

	a.list-group-item .list-group-item-heading {
		color: #333;
	}

	a.list-group-item:hover, a.list-group-item:focus {
		text-decoration: none;
		color: #555;
		background-color: #f5f5f5;
	}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}

	.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
		color: inherit;
	}

	.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
		color: #777777;
	}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #135582;
	border-color: #135582;
}

	.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: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, .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 {
		color: inherit;
	}

	.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
		color: #76bceb;
	}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #3c763d;
}

	a.list-group-item-success .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-success:hover, a.list-group-item-success:focus {
		color: #3c763d;
		background-color: #d0e9c6;
	}

	a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
		color: #fff;
		background-color: #3c763d;
		border-color: #3c763d;
	}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #31708f;
}

	a.list-group-item-info .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-info:hover, a.list-group-item-info:focus {
		color: #31708f;
		background-color: #c4e3f3;
	}

	a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
		color: #fff;
		background-color: #31708f;
		border-color: #31708f;
	}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

	a.list-group-item-warning .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-warning:hover, a.list-group-item-warning:focus {
		color: #8a6d3b;
		background-color: #faf2cc;
	}

	a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
		color: #fff;
		background-color: #8a6d3b;
		border-color: #8a6d3b;
	}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #a94442;
}

	a.list-group-item-danger .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-danger:hover, a.list-group-item-danger:focus {
		color: #a94442;
		background-color: #ebcccc;
	}

	a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
		color: #fff;
		background-color: #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;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

	.embed-responsive .embed-responsive-item,
	.embed-responsive iframe,
	.embed-responsive embed,
	.embed-responsive object,
	.embed-responsive video {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		border: 0;
	}

	.embed-responsive.embed-responsive-16by9 {
		padding-bottom: 56.25%;
	}

	.embed-responsive.embed-responsive-4by3 {
		padding-bottom: 75%;
	}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0, 0, 0, 0.15);
	}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

	.close:hover, .close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: 1;
		filter: alpha(opacity=100);
	}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

/* Harry Walker Styleboard/wireframe/site sass 2-2015 */
/* Helper classes - margin/padding */
.pad0 {
	padding: 0;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pl20 {
	padding-left: 20px;
}

.mt0 {
	margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mr20 {
	margin-right: 20px;
}

.mrl0 {
	margin-right: 0;
	margin-left: 0;
}

.mtb35 {
	margin: 35px 0;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ui-resizable-handle {
	display: none !important;
}

/* Helper classes - font */
.small {
	font-size: 12px;
}

.mlarge {
	font-size: 16px;
	font-size: 1.6rem;
}

.large {
	font-size: 18px;
}

p.sub-head {
	font-size: 18px;
}

.light-font {
	font-weight: 300;
}

.bold-font {
	font-weight: 700;
}

.text-small {
	font-size: 12px;
}

.text-bold {
	font-weight: 700 !important;
}

/* Helper classes - color */
.black {
	color: #000;
}

.white {
	color: #FFF;
}

.light-gray {
	color: #E5E5E5;
}

.light-gray-bg {
	background-color: #E5E5E5;
}

.gray {
	color: #5A5A5A;
}

.yellow {
	color: #EFCD4F;
}

.blue {
	color: #135582;
}

.text-hwblue {
	color: #135582;
}

.darkblue {
	color: #0E3B5A;
}

a.white {
	color: #FFF;
}

	a.white:hover {
		color: #FFF;
	}

/* Helper classes - utility */
.clear {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.container-custom {
	position: relative;
	width: 100%;
}

.yellow-right-border {
	border-right: 1px solid #efcd4f;
}

.yellow-top-border {
	border-top: 1px solid #efcd4f;
}

.vert-cent {
	position: relative;
	top: 50%;
	right: auto;
	left: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.responsive {
	width: 100%;
	height: auto;
}

.resultsGridResponsive {
	width: 100%;
	height: 245px;
}

@media screen and (max-width: 768px) {
	.resultsGridResponsive {
		width: 100%;
		height: auto;
	}
}

.center {
	text-align: center;
}

.mobtabon {
	display: none;
}

@media screen and (max-width: 991px) {
	.mobtabon {
		display: block;
	}
}

.tabon {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.tabon {
		display: block;
	}
}

.mobon {
	display: none;
}

@media screen and (max-width: 767px) {
	.mobon {
		display: block;
	}
}

.nonmob {
	display: block;
}

@media screen and (max-width: 767px) {
	.nonmob {
		display: none !important;
	}
}

.posabs {
	position: absolute;
}

/* genearl customizations */
div.text-xl-white {
	width: 80%;
	font-size: 30px;
	font-size: 3.0rem;
	color: #FFF;
	line-height: 37px;
}

div.text-xl-white + div {
	line-height: 37px;
}

@media screen and (max-width: 767px) {
	div.text-xl-white {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 25px;
	}
}

.section-head-collapse {
	width: 100%;
	height: 75px;
	margin: 15px 0;
	padding: 19px 25px;
	background-color: #135582;
}

@media screen and (max-width: 767px) {
	.section-head-collapse {
		padding: 10px 15px;
	}
}

ul {
	padding-left: 17px;
}

nav ul {
	padding-left: 0;
	list-style: none;
}

h1.hwblue {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	color: #135582;
}

h1.hwwhite {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	color: #FFF;
}

h2.hwblue {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	color: #135582;
}

	h2.hwblue.light-font {
		font-weight: 300;
	}

h2.big30 {
	margin: 10px 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 300;
	color: #135582;
}

h5.hwblue {
	font-weight: 700;
	color: #135582;
}

	h5.hwblue.light-font {
		font-weight: 300;
	}

.section-head {
	display: inline-block;
	margin: 0 0 20px;
	font-size: 30px;
	font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
	.section-head {
		margin: 0 0 10px;
		font-size: 24px;
		font-size: 2.4rem;
	}
}

button, a > button {
	color: #FFF;
	text-decoration: none;
}

	button:hover, a > button:hover {
		color: #FFF;
		text-decoration: none;
	}

.section-header {
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efcd4f;
	font-size: 12px;
}

.swatches .swatch {
	width: 100%;
	height: 75px;
	margin-bottom: 5px;
}

.swatches .gray {
	background-color: #5A5A5A;
}

.swatches .yellow {
	background-color: #EFCD4F;
}

.swatches .blue {
	background-color: #135582;
}

.swatches .darkblue {
	background-color: #0E3B5A;
}

.swatch-desc {
	font-size: 12px;
	color: #666;
}

section[id$="-row"] {
	background-color: #F8F8F8;
}

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 20px;
}

	.icon:last-of-type {
		margin-right: 0;
	}

.small-icon {
	width: 12px;
	height: 12px;
	margin-right: 3px;
}

.remove {
	cursor: pointer;
}

.selections {
	display: inline-block;
	margin-right: 20px;
}

/* Bootstrap overrides */
.btn {
	border: none;
	border-radius: 0px;
	font-size: 12px;
}

.btn-block {
	display: inline-block;
	width: auto;
	height: 45px;
	font-weight: 700;
	color: #FFF;
}

.btn-full-width {
	width: 100%;
	height: 60px;
}

.btn-full {
	width: 100%;
}

.form-control::-webkit-input-placeholder {
	color: #5A5A5A;
	font-weight: 300;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #5A5A5A;
	font-weight: 300;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #5A5A5A;
	font-weight: 300;
	opacity: 1;
}

.form-control:-moz-placeholder {
	color: #5A5A5A;
	font-weight: 300;
	opacity: 1;
}

.form-control::input-placeholder {
	color: #5A5A5A;
	font-weight: 300;
	opacity: 1;
}

/* .form-control {height:31px;font-size:14px;font-size:1.4rem;color:#5A5A5A;border:1px solid #d3d3d3;border-radius:2px;} */
/*input[type="date"]:before {
	content: attr(placeholder) !important;
	color: #5A5A5A;
	font-weight:300;
	margin-right: 0.5em;
}*/
input[type="date"]:focus:before, input[type="date"]:valid:before {
	content: "";
}

/*
.checkbox input[type=checkbox] {
	opacity: 0;
	width: 19px;
	height: 20px;
}

	.checkbox input[type=checkbox] + label {
		margin: 0;
		clear: none;
		padding: 2px 0 2px 25px;
		cursor: pointer;
		background: url("../images/checkbox-inactive.png") left center no-repeat;
	}

	.checkbox input[type=checkbox]:checked + label {
		background-image: url("../images/checkbox-active-checked.png");
	}

	*/

.half-form {
	float: left;
	width: 49%;
}

	.half-form.p1 {
		margin: 0 0.5% 15px;
	}

@media screen and (max-width: 767px) {
	.half-form {
		float: none;
		width: 100%;
	}
}

legend {
	font-size: inherit;
	color: inherit;
}

body { 
	padding-top: 230px;
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 60px;
	}
}

.headspace {
	width: 100%;
	z-index: 5000;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.headspace {
		height: 60px;
		background-color: #135582;
	}
}

@media screen and (max-width: 767px) {
	.headspace header .navbar-right {
		position: relative;
	}
}

.headspace .navbar-toggle {
	margin-top: 10px;
}

.headspace .navbar > .container .navbar-brand, .headspace .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}

.headspace .navbar-default {
	height: 90px;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-default {
		height: 60px;
		background-color: #135582;
	}
}

.headspace .navbar-default .header-logo-sublogo {
	float: left;
}

	.headspace .navbar-default .header-logo-sublogo .header-logo {
		height: 60px;
		padding: 15px 0;
	}

@media screen and (max-width: 767px) {
	.headspace .navbar-default .header-logo-sublogo .header-logo {
		margin-left: 15px;
	}

		.headspace .navbar-default .header-logo-sublogo .header-logo img {
			height: auto;
			width: 80px;
		}

			.headspace .navbar-default .header-logo-sublogo .header-logo img[src] {
				content: url("../images/hwa-newlogo-eps.png");
			}
}

.headspace .navbar-default .header-logo-sublogo .header-sublogo {
	height: 60px;
	padding: 15px 0 15px 40px;
}

@media screen and (max-width: 991px) {
	.headspace .navbar-default .header-logo-sublogo .header-sublogo {
		display: none;
	}
}

.headspace .navbar-default .info-wrapper {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-default .info-wrapper {
		display: none;
	}
}

.headspace .navbar-default .info-wrapper .info {
	width: 100%;
	height: 46px;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-default .info-wrapper .info {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

.headspace .navbar-default .info-wrapper .info .headsocial li {
	padding-left: 10px;
}

.headspace .navbar-default .info-wrapper .info .header-contact-us {
	font-size: 18px;
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-default .info-wrapper .info .header-contact-us {
		width: 100%;
		padding: 10px 0;
		text-align: left;
	}

		.headspace .navbar-default .info-wrapper .info .header-contact-us a {
			color: #FFF;
		}
}

.headspace .hw-myspeakerlist {
	float: right;
	margin-right: -10px;
	padding: 11px 10px 8px;
	text-align: right;
	color: #EFCD4F;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.headspace .hw-myspeakerlist {
		min-width: 186px;
	}
}

@media screen and (max-width: 767px) {
	.headspace .hw-myspeakerlist {
		display: none;
	}
}

.headspace .hw-myspeakerlist a {
	color: #135582;
}

	.headspace .hw-myspeakerlist a:hover {
		text-decoration: none;
	}

.headspace .hw-myspeakerlist img {
	margin-right: 5px;
	vertical-align: top;
}

.headspace .hw-myspeakerlist.active {
	padding-bottom: 1px;
	border-bottom: 6px solid #EFCD4F;
}

	.headspace .hw-myspeakerlist.active:hover {
		background-color: #135582;
	}

		.headspace .hw-myspeakerlist.active:hover a {
			color: #EFCD4F;
		}

		.headspace .hw-myspeakerlist.active:hover img[src] {
			content: url("../images/yellow-star.svg");
		}

.headspace .hw-myspeakerlist:hover {
	background-color: #EFCD4F;
}

.headspace .navbar-menu {
	width: 100%;
	height: 50px;
	text-align: right;
	white-space: nowrap;
	background-color: #135582;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-menu {
		height: auto;
		text-align: left;
	}
}

.headspace .navbar-menu .hw-nav {
	float: right;
	width: 100%;
}

.headspace .navbar-menu nav.main {
	float: right;
	margin-right: -10px;
	padding-top: 15px;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-menu nav.main {
		float: none;
		display: block;
		padding: 0 5px;
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.headspace .navbar-menu nav.main .navbar-nav > li {
	float: left;
	margin: 0 10px;
}

@media screen and (min-width: 992px) {
	.headspace .navbar-menu nav.main .navbar-nav > li {
		padding: 0 15px 9px;
	}
}

@media screen and (max-width: 991px) {
	.headspace .navbar-menu nav.main .navbar-nav > li {
		margin: 0 5px;
		padding: 0 10px 9px;
	}
}

@media screen and (max-width: 767px) {
	.headspace .navbar-menu nav.main .navbar-nav > li {
		float: none;
		padding: 8px 15px;
		margin: 0;
	}
}

.headspace .navbar-menu nav.main .navbar-nav > li.mobile-hw-myspeakerlist.active img[src] {
	content: url("../images/favourites7.svg");
}

.headspace .navbar-menu nav.main .navbar-nav > li:first-of-type {
	margin-left: 0;
}

.headspace .navbar-menu nav.main .navbar-nav > li:last-of-type {
	margin-right: 0;
}

.headspace .navbar-menu nav.main .navbar-nav > li.active {
	border-bottom: 6px solid #EFCD4F;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-menu nav.main .navbar-nav > li.active {
		border-bottom: none;
		background-color: #EFCD4F;
	}

		.headspace .navbar-menu nav.main .navbar-nav > li.active > a {
			color: #135582;
		}

			.headspace .navbar-menu nav.main .navbar-nav > li.active > a:hover {
				color: #5A5A5A;
				background-color: #EFCD4F;
			}
}

.headspace .navbar-menu nav.main .navbar-nav > li > a {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

	.headspace .navbar-menu nav.main .navbar-nav > li > a:hover {
		color: #EFCD4F;
		background-color: #135582;
	}

.headspace #hw-searchbar-collapse.navbar-collapse {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.headspace #hw-searchbar-collapse.navbar-collapse {
		-webkit-box-shadow: 2px 1px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 2px 1px 2px 2px rgba(0, 0, 0, 0.2);
	}
}

.headspace .navbar-search {
	width: 100%;
	background-color: #E5E5E5;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-search {
		height: auto;
	}
}

.headspace .navbar-search .searchbar {
	float: right;
	padding-top: 19px;
	color: #135582;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-search .searchbar {
		float: none;
		height: auto;
		padding-top: 0;
	}
}

.headspace .navbar-search .input-group {
	position: relative;
	width: 370px;
	margin: 0 0 0 20px;
}

@media screen and (max-width: 991px) {
	.headspace .navbar-search .input-group {
		width: 250px;
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.headspace .navbar-search .input-group {
		width: 90%;
		margin: 0 5%;
	}
}

.headspace .navbar-search .input-group .search-mag {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 5;
}

@media screen and (max-width: 767px) {
	.headspace .navbar-search #headsearch {
		text-align: center;
	}
}

.headspace .navbar-search #headsearch select {
	width: 120px;
	margin-right: 11px;
}

@media screen and (max-width: 991px) {
	.headspace .navbar-search #headsearch select {
		width: 95px;
		margin-right: 8px;
	}
}

@media screen and (max-width: 767px) {
	.headspace .navbar-search #headsearch select {
		width: 90%;
		margin: 0 5%;
	}
}

.headspace .navbar-search #headsearch button {
	width: 180px;
	margin-left: 8px;
}

@media screen and (max-width: 1199px) {
	.headspace .navbar-search #headsearch button {
		width: 160px;
		margin-left: 0;
	}
}

@media screen and (max-width: 991px) {
	.headspace .navbar-search #headsearch button {
		width: 150px;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.headspace .navbar-search #headsearch button {
		width: 180px;
		margin: 10px auto;
	}
}

.headspace.shrink {
	height: 145px;
}

	.headspace.shrink .navbar-default {
		height: 50px;
	}

	.headspace.shrink .header-logo-sublogo .header-logo {
		height: 50px;
		padding: 10px 0;
	}

		.headspace.shrink .header-logo-sublogo .header-logo img {
			width: 80px;
			height: auto;
		}

	.headspace.shrink .header-logo-sublogo .header-sublogo {
		height: 50px;
		padding: 5px 0 5px 30px;
	}

		.headspace.shrink .header-logo-sublogo .header-sublogo img {
			width: 160px;
			height: 42px;
		}

	.headspace.shrink .info-wrapper {
		float: right;
		width: auto;
	}

@media screen and (max-width: 991px) {
	.headspace.shrink .info-wrapper .info {
		float: none;
		width: auto;
	}
}

.headspace.shrink .info-wrapper .info .headsocial ul {
	margin: 15px 0 0;
}

.headspace.shrink .info-wrapper .info .header-contact-us {
	padding: 14px 10px 11px;
}

.headspace.shrink .hw-myspeakerlist {
	float: right;
	margin-right: 15px;
	padding: 13px 10px 11px;
}

@media screen and (max-width: 991px) {
	.headspace.shrink .hw-myspeakerlist {
		min-width: 100px;
		font-size: 12px;
	}
}

.headspace.shrink .hw-myspeakerlist.active {
	padding-bottom: 5px;
}

.headspace.shrink .navbar-menu {
	height: 40px;
}

	.headspace.shrink .navbar-menu nav.main {
		float: right;
		margin-right: -10px;
		padding-top: 10px;
		/* @media screen and (max-width: $screen-sm-max) {
        	margin-right: 5px;
        	margin-top: 4px;
        } */
	}

		.headspace.shrink .navbar-menu nav.main .navbar-nav > li {
			padding: 0 10px 5px;
		}

			.headspace.shrink .navbar-menu nav.main .navbar-nav > li.active {
				border-bottom-width: 5px;
			}

.headspace.shrink .navbar-search {
	height: 55px;
}

	.headspace.shrink .navbar-search .searchbar {
		height: 55px;
		padding-top: 6px;
	}

.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu > .dropdown-menu {
		top: 100%;
		left: 15px;
		margin-top: 0;
		margin-left: 0;
	}

	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}

	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -10px;
	}

	.dropdown-submenu:hover > a:after {
		border-left-color: #fff;
	}

	.dropdown-submenu.pull-left {
		float: none;
	}

		.dropdown-submenu.pull-left > .dropdown-menu {
			left: -100%;
			margin-left: 10px;
			-webkit-border-radius: 6px 0 6px 6px;
			-moz-border-radius: 6px 0 6px 6px;
			border-radius: 6px 0 6px 6px;
		}

/* end Header Styles */
/* Body spacer */
.site-intro {
	width: 100%;
	padding-top: 0px;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 500;
	color: #135582;
	line-height: 38px;
}

.site-intro-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-size: 300;
}

.collage-saslink {
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
}

	.collage-saslink > a {
		font-weight: 700;
	}

@media screen and (max-width: 1240px) {
	.collage-saslink {
		height: 82px;
		line-height: 82px;
	}
}

@media screen and (max-width: 1020px) {
	.collage-saslink {
		height: 64px;
		line-height: 64px;
	}
}

@media screen and (max-width: 800px) {
	.collage-saslink {
		height: 52px;
		line-height: 52px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.grid-stack-item-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0 10px;
	text-align: center;
	background-color: rgba(19, 85, 130, 0.8);
}

	.grid-stack-item-overlay > div {
		display: inline-block;
		color: #FFF;
		line-height: 18px;
	}

		.grid-stack-item-overlay > div > img {
			margin-top: 6px;
		}

.grid-stack-item-expanded-overlay {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	padding: 20px 35px;
	color: #FFF;
	background-color: rgba(19, 85, 130, 0.8);
}

@media screen and (max-width: 1240px) {
	.grid-stack-item-expanded-overlay {
		min-height: 80px;
		padding: 15px 25px;
	}
}

@media screen and (max-width: 1020px) {
	.grid-stack-item-expanded-overlay {
		min-height: 60px;
		padding: 10px 15px;
	}
}

@media screen and (max-width: 800px) {
	.grid-stack-item-expanded-overlay {
		min-height: 50px;
		padding: 8px 10px;
	}
}

.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-name {
	margin-bottom: 5px;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 36px;
}

@media screen and (max-width: 1240px) {
	.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-name {
		font-size: 30px;
		font-size: 3.0rem;
		line-height: 30px;
	}
}

@media screen and (max-width: 1020px) {
	.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-name {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 24px;
	}
}

@media screen and (max-width: 800px) {
	.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-name {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 20px;
	}
}

.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-name > a {
	color: #FFF;
}

	.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-name > a:hover {
		text-decoration: none;
	}

.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-info {
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 1020px) {
	.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-info {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 800px) {
	.grid-stack-item-expanded-overlay .grid-stack-item-expanded-speaker-info {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.grid-stack-item-expanded-overlay .grid-stack-item-expanded-close {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.collage-slider .slide-img-overlay {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 220px;
	height: 100px;
	margin-left: -110px;
	padding: 10px;
	color: #FFF;
	line-height: 16px;
	text-align: left;
	background-color: rgba(19, 85, 130, 0.8);
	-webkit-transition: height 0.3s ease-in;
	-o-transition: height 0.3s ease-in;
	transition: height 0.3s ease-in;
}

	.collage-slider .slide-img-overlay .speaker-info {
		font-size: 12px;
		font-size: 1.2rem;
	}

		.collage-slider .slide-img-overlay .speaker-info a {
			color: #FFF;
		}

.ovation-bg {
	width: 100%;
	min-height: 295px;
	background-image: url("../images/ovation-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ovation {
	position: relative;
	min-height: 295px;
	padding: 50px 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	font-style: italic;
	color: #FFF;
	line-height: 40px;
}

@media screen and (max-width: 1199px) {
	.ovation {
		padding: 45px 0;
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 34px;
	}
}

@media screen and (max-width: 991px) {
	.ovation {
		padding: 40px 0;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 30px;
	}
}

@media screen and (max-width: 767px) {
	.ovation {
		padding: 30px 0;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
	}
}

@media screen and (max-width: 480px) {
	.ovation {
		padding: 20px 0;
	}
}

.ovation .quote-mark {
	position: absolute;
	top: 90px;
	left: 50px;
	font-size: 140px;
	font-size: 14.0rem;
}

@media screen and (max-width: 1199px) {
	.ovation .quote-mark {
		top: 65px;
		font-size: 100px;
		font-size: 10.0rem;
	}
}

@media screen and (max-width: 991px) {
	.ovation .quote-mark {
		top: 55px;
		font-size: 80px;
		font-size: 8.0rem;
	}
}

@media screen and (max-width: 767px) {
	.ovation .quote-mark {
		top: 35px;
		left: 5px;
		font-size: 40px;
		font-size: 4.0rem;
	}
}

@media screen and (max-width: 480px) {
	.ovation .quote-mark {
		top: 25px;
		left: 0;
	}
}

.ovation .quote-mark.bottom {
	top: auto;
	right: 85px;
	bottom: 70px;
	left: auto;
}

@media screen and (max-width: 767px) {
	.ovation .quote-mark.bottom {
		right: 10px;
	}
}

.ovation .quote-main {
	width: 100%;
	padding: 0 10%;
}

	.ovation .quote-main .quote-attribution {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 24px;
	}

@media screen and (max-width: 767px) {
	.ovation .quote-main .quote-attribution {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 18px;
	}
}

@media screen and (max-width: 991px) {
	.ovation .quote-main {
		padding: 0 15%;
	}
}

@media screen and (max-width: 767px) {
	.ovation .quote-main {
		padding: 0 5%;
	}
}

.view-link {
	font-size: 16px;
	font-size: 2.5rem;
	font-weight: 600;
}

.view-all-link {
	font-size: 16px;
	font-size: 1.6rem;
}

.slide {
	position: relative;
	text-align: center;
}

.new-speaker-slider .slide-img-overlay {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 220px;
	height: 60px;
	margin-left: -110px;
	padding: 15px 10px;
	color: #FFF;
	text-align: left;
	background-color: rgba(19, 85, 130, 0.8);
	-webkit-transition: height 0.3s ease-in;
	-o-transition: height 0.3s ease-in;
	transition: height 0.3s ease-in;
}

@media screen and (max-width: 767px) {
	.new-speaker-slider .slide-img-overlay {
		height: 100px;
	}
}

.new-speaker-slider .slide-img-overlay .speaker-info {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.new-speaker-slider .slide-img-overlay .speaker-info {
		display: none;
	}
}

.new-speaker-slider .slide-img-overlay .speaker-info a {
	color: #FFF;
}

.new-speaker-slider .slide-img-overlay:hover {
	height: 100px;
}

.sidebar {
	padding-left: 20px;
}

.hot-topics {
	font-size: 16px;
	font-size: 1.6rem;
}

.brochure-head {
	margin-top: 100px;
	margin-bottom: 35px;
	padding-top: 100px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	border-top: 1px solid #5a5a5a;
}

@media screen and (max-width: 767px) {
	.brochure-head {
		margin-top: 20px;
		padding-top: 20px;
	}
}

.speaker-profile-images-left {
	float: right;
	width: 61.25%;
	/* .main-bottom {
  	float: left;
  	width: 50%;
  	padding: 0.5%;
  } */
}

	.speaker-profile-images-left .main-image {
		padding-left: 0.5%;
	}

.speaker-profile-images-right {
	float: right;
	width: 38.75%;
}

	.speaker-profile-images-right .side-image {
		padding-bottom: 0.5%;
	}

.speaker-cta .btn-block {
	width: 180px;
}

.speaker-cta a {
	line-height: 45px;
}

	.speaker-cta a > img {
		margin-right: 5px;
		vertical-align: text-bottom;
	}

#speaker-video {
	padding-top: 40px;
	background-color: #e5e5e5;
}

.speaker-video-still {
	position: relative;
	height: 360px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #E5E5E5), color-stop(0.42, #135682), color-stop(0.58, #135682), color-stop(0.58, #E5E5E5));
	background-image: -o-linear-gradient(bottom, #E5E5E5 42%, #135682 42%, #135682 58%, #E5E5E5 58%);
	background-image: -moz-linear-gradient(bottom, #E5E5E5 42%, #135682 42%, #135682 58%, #E5E5E5 58%);
	background-image: -webkit-linear-gradient(bottom, #E5E5E5 42%, #135682 42%, #135682 58%, #E5E5E5 58%);
	background-image: -ms-linear-gradient(bottom, #E5E5E5 42%, #135682 42%, #135682 58%, #E5E5E5 58%);
	background-image: linear-gradient(to bottom, #E5E5E5 42%, #135682 42%, #135682 58%, #E5E5E5 58%);
	-webkit-transition: height 0.3s linear;
	-o-transition: height 0.3s linear;
	transition: height 0.3s linear;
}

	.speaker-video-still .speaker-video-still-play {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10%;
		margin-top: -5%;
		margin-left: -5%;
		cursor: pointer;
	}

		.speaker-video-still .speaker-video-still-play > img {
			width: 100%;
		}

	.speaker-video-still .speaker-video-still-over {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.speaker-video-still .speaker-video {
		display: none;
		width: 640px;
	}

		.speaker-video-still .speaker-video.current {
			display: block;
		}

@media screen and (max-width: 991px) {
	.speaker-video-still .speaker-video {
		width: 700px;
	}
}

@media screen and (max-width: 767px) {
	.speaker-video-still .speaker-video {
		width: 290px;
	}
}

.embeddedPlayers {
	width: 640px;
	height: 360px;
}

@media (max-width: 767px) {
	.embeddedPlayers {
		width: 260px;
		height: 146.25px;
	}
	.speaker-video-still {
		height: 150px;
	}
}

.speaker-video-title-container {
	width: 100%;
	padding: 15px;
}

	.speaker-video-title-container .speaker-video-title {
		width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
		color: #135582;
		text-align: center;
	}

@media screen and (max-width: 767px) {
	.speaker-video-title-container .speaker-video-title {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 16px;
	}
}

.speaker-video-slider {
	width: 840px;
	height: 100px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.speaker-video-slider {
		width: 700px;
	}
}

@media screen and (max-width: 767px) {
	.speaker-video-slider {
		width: 290px;
	}
}

.speaker-video-slider .speaker-video-slide .speaker-video-slide-content {
	position: relative;
	width: 190px;
	height: 100px;
	margin: 0 auto;
	padding: 10px;
	color: #FFF;
	background-color: #135582;
	cursor: pointer;
}

	.speaker-video-slider .speaker-video-slide .speaker-video-slide-content .speaker-video-slide-play {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

    .speaker-video-slider .speaker-video-slide .speaker-video-slide-content .speaker-video-slide-playstatus {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		padding: 10px;
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: 600;
		color: #FFF;
		text-transform: uppercase;
		text-align: center;
		background-color: rgba(14, 59, 90, 0.9);
	}

.speaker-video-selected {
	width: 840px;
	margin: 20px auto;
}

@media screen and (max-width: 991px) {
	.speaker-video-selected {
		width: 700px;
	}
}

@media screen and (max-width: 767px) {
	.speaker-video-selected {
		width: 290px;
	}
}

.more-reviews-container {
	position: relative;
}

.more-reviews {
	width: 50px;
	height: 50px;
	margin: -25px auto 0;
	text-align: center;
	line-height: 48px;
	background-color: #EFCD4F;
	border-radius: 50%;
	cursor: pointer;
}

	.more-reviews > img {
		width: 24px;
		height: 24px;
	}

	.more-reviews.enlarge > img {
		width: 30px;
		height: 30px;
	}

.reviews-container {
	display: none;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	-webkit-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.5);
	z-index: 200;
}

.review {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 20px;
	text-align: left;
}

	.review p {
		font-weight: 700;
		font-style: italic;
	}

	.review span {
		font-weight: 700;
	}

.explore-more {
	display: none;
}

.nav-tiles {
	float: left;
	width: 35%;
}

	.nav-tiles div[class^="nav-tiles-"] {
		width: 100%;
		font-size: 18px;
		font-weight: 700;
		color: #FFF;
		line-height: 22px;
		text-align: center;
		background-color: #135582;
		border-bottom: 1px solid #FFF;
		cursor: pointer;
	}

		.nav-tiles div[class^="nav-tiles-"].active {
			background-color: #0E3B5A;
		}

.speaker-published .section-collapse {
	display: none;
}

	.speaker-published .section-collapse.active {
		display: block;
	}

div[class^="data-tiles-"] {
	width: 100%;
	margin-top: -15px;
	padding: 10px 20px 20px;
}

	div[class^="data-tiles-"] li > a {
		display: block;
		margin: 5px 0;
	}

.speaker-book {
	margin-bottom: 20px;
	text-align: center;
}

.speaker-book-cell {
	height: 320px;
}

	.speaker-book > a {
		display: inline-block;
	}

	.speaker-book > a img {
		max-width: 156px;
		margin: 0 auto 10px;
	}

.profile-share {
	float: right;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.profile-share {
		float: none;
		margin: 15px 0 25px;
	}
}

.bio-plus {
	display: none;
}

.speaker-related-head {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
}

.speaker-related-link {
	display: inline-block;
	margin-bottom: 10px;
}

.profile-cta-search {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.profile-cta-search {
		margin-top: 15px;
		text-align: left;
	}
}

.connect-call {
	font-size: 32px;
	/*font-size: 3.2rem;*/
}

.connect-call > a {
	color: #5A5A6A;
}

.connect-call-execs > img, .connect-call-staff > img {
	vertical-align: top;
	margin-top: 4px;
}

.add-search {
	line-height: 45px;
}

#speakers-gridlist {
	height: auto;
}

	#speakers-gridlist .speaker-griditem-image {
		position: relative;
	}

		#speakers-gridlist .speaker-griditem-image .pcp-2 {
			float: left;
			width: 50%;
			height: 260px;
			text-align: center;
			overflow: hidden;
		}

@media screen and (max-width: 767px) {
	#speakers-gridlist .speaker-griditem-image .pcp-2 {
		height: auto;
	}
}

#speakers-gridlist .speaker-griditem-image .pcp-2 img {
	width: 100%;
	height: auto;
}

#speakers-gridlist .speaker-griditem-image .pcp-3 {
	float: left;
	width: 33.33%;
	height: 235px;
	text-align: center;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#speakers-gridlist .speaker-griditem-image .pcp-3 {
		height: auto;
	}
}

#speakers-gridlist .speaker-griditem-image .pcp-3 img {
	width: auto;
	height: 235px;
	margin-left: -20%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#speakers-gridlist .speaker-griditem-image .pcp-3 img {
		margin-left: -10%;
	}
}

@media screen and (max-width: 767px) {
	#speakers-gridlist .speaker-griditem-image .pcp-3 img {
		height: auto;
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	#speakers-gridlist .speaker-griditem-image .pcp-3 img {
		height: auto;
		margin-left: -20%;
	}
}

#speakers-gridlist .speaker-griditem-image .exclusive-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	background-color: rgba(19, 85, 130, 0.8);
}

#speakers-gridlist .speakers-griditem-detail {
	position: relative;
	padding: 10px;
	background-color: #E5E5E5;
}

	#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-left .speakers-griditem-detail-left-top {
		height: 130px;
	}

		#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-left .speakers-griditem-detail-left-top.pcp {
			height: 180px;
		}

@media screen and (max-width: 767px) {
	#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-left .speakers-griditem-detail-left-top.pcp {
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-left .speakers-griditem-detail-left-top {
		height: 140px;
	}
}

#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-left ul {
	padding-left: 0;
	list-style-type: none;
}

	#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-left ul > li {
		display: none;
	}

		#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-left ul > li:first-of-type {
			display: inline-block;
		}

#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-left .speakers-griditem-detail-icons {
	margin-top: 5px;
	/*@media screen and (max-width: $screen-xs-max) {
          height: 40px;
      }*/
}

#speakers-gridlist .speakers-griditem-detail .speakers-griditem-detail-right {
	display: none;
}

#speakers-gridlist .speakers-griditem-detail .speakers-griditem-remove {
	float: right;
	bottom: auto;
}

#speakers-gridlist .pcp .speakers-griditem-detail .speakers-griditem-detail-left ul > li {
	display: block !important;
}

#speakers-gridlist.list .speakers-griditem {
	float: none;
	width: 100% !important;
	height: 260px;
}

	#speakers-gridlist.list .speakers-griditem.pcp {
		height: 200px;
	}

#speakers-gridlist.list .speaker-griditem-image {
	float: left;
	width: 18.3%;
	height: 260px;
}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list .speaker-griditem-image {
		width: 22.35%;
	}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list .speaker-griditem-image {
		width: 28.82%;
	}
}

#speakers-gridlist.list .speaker-griditem-image.pcp2 {
	width: 35%;
}

	#speakers-gridlist.list .speaker-griditem-image.pcp2 .pcp-2 {
		height: 200px;
	}

		#speakers-gridlist.list .speaker-griditem-image.pcp2 .pcp-2 img {
			width: auto;
			height: 200px;
		}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list .speaker-griditem-image.pcp2 {
		width: 42%;
	}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list .speaker-griditem-image.pcp2 img {
		margin-left: -15%;
	}
}

#speakers-gridlist.list .speaker-griditem-image.pcp3 {
	width: 52%;
}

	#speakers-gridlist.list .speaker-griditem-image.pcp3 .pcp-3 {
		height: 200px;
	}

		#speakers-gridlist.list .speaker-griditem-image.pcp3 .pcp-3 img {
			width: auto;
			height: 200px;
			margin-left: 0;
		}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list .speaker-griditem-image.pcp3 .pcp-3 img {
		margin-left: -30%;
	}
}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list .speaker-griditem-image.pcp3 {
		width: 61%;
	}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list .speaker-griditem-image.pcp3 {
		width: 50%;
	}
}

#speakers-gridlist.list .speaker-griditem-image .responsive {
	width: auto;
	height: 100%;
}

#speakers-gridlist.list .speakers-griditem-detail {
	float: left;
	width: 81.7%;
	height: 260px;
}

	#speakers-gridlist.list .speakers-griditem-detail.pcp2 {
		width: 65%;
		height: 200px;
		/* @media screen and (max-width: $screen-sm-max) {
      	width: ;
      } */
	}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list .speakers-griditem-detail.pcp2 {
		width: 58%;
	}
}

#speakers-gridlist.list .speakers-griditem-detail.pcp3 {
	width: 48%;
	height: 200px;
}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list .speakers-griditem-detail.pcp3 {
		width: 39%;
	}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list .speakers-griditem-detail.pcp3 {
		width: 50%;
	}
}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list .speakers-griditem-detail {
		width: 77.65%;
	}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list .speakers-griditem-detail {
		width: 71.18%;
	}
}

#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-left {
	position: relative;
	float: left;
	width: 30%;
	height: 240px;
	padding-right: 30px;
	border-right: 1px solid #FFF;
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-left {
		width: 43.8%;
		padding-right: 15px;
	}
}

#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-left .speakers-griditem-detail-left-top {
	height: auto;
}

#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-left ul {
	padding-left: 17px;
	list-style-type: disc;
}

	#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-left ul > li {
		float: none;
		display: list-item;
		margin-bottom: 5px;
	}

#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-left .speakers-griditem-detail-icons {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-left .speakers-griditem-detail-icons {
		height: auto;
	}
}

#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-left.pcp {
	float: none;
	width: 100%;
	border: none;
}

#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-right {
	display: block;
	float: left;
	width: 70%;
	height: 240px;
	padding: 0 20px 0 30px;
	overflow-y: auto;
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-detail-right {
		width: 56.2%;
		padding: 0 20px 0 15px;
		font-size: 12px;
	}
}

#speakers-gridlist.list .speakers-griditem-detail .speakers-griditem-remove {
	/*top: 10px;
	right: 10px;*/
	bottom: auto;
}

#speakers-gridlist.list.narrowed .speakers-griditem {
	height: 236px;
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list.narrowed .speakers-griditem {
		height: 200px;
	}
}

#speakers-gridlist.list.narrowed .speaker-griditem-image {
	width: 190px;
	height: 236px;
}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list.narrowed .speaker-griditem-image {
		height: 220px;
		overflow: hidden;
	}

		#speakers-gridlist.list.narrowed .speaker-griditem-image img.responsive {
			width: auto;
			height: 220px;
			margin-left: -25px;
		}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list.narrowed .speaker-griditem-image {
		width: 30%;
		height: 200px;
		overflow: hidden;
	}

		#speakers-gridlist.list.narrowed .speaker-griditem-image img.responsive {
			width: auto;
			height: 200px;
			margin-left: -20px;
		}
}

#speakers-gridlist.list.narrowed .speaker-griditem-image .responsive {
	width: 100%;
	height: auto;
}

#speakers-gridlist.list.narrowed .speakers-griditem-detail {
	width: 78%;
	height: 236px;
}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list.narrowed .speakers-griditem-detail {
		height: 220px;
	}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list.narrowed .speakers-griditem-detail {
		width: 70%;
		height: 200px;
	}
}

#speakers-gridlist.list.narrowed .speakers-griditem-detail .speakers-griditem-detail-left {
	width: 35%;
	height: 210px;
}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list.narrowed .speakers-griditem-detail .speakers-griditem-detail-left {
		height: 200px;
		padding-right: 10px;
	}

		#speakers-gridlist.list.narrowed .speakers-griditem-detail .speakers-griditem-detail-left .large {
			font-size: 14px;
			font-size: 1.4rem;
		}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list.narrowed .speakers-griditem-detail .speakers-griditem-detail-left {
		width: 100%;
		height: 180px;
		padding-right: 0;
		border-right: none;
	}
}

#speakers-gridlist.list.narrowed .speakers-griditem-detail .speakers-griditem-detail-right {
	width: 65%;
	height: 210px;
}

@media screen and (max-width: 1199px) {
	#speakers-gridlist.list.narrowed .speakers-griditem-detail .speakers-griditem-detail-right {
		height: 200px;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 991px) {
	#speakers-gridlist.list.narrowed .speakers-griditem-detail .speakers-griditem-detail-right {
		display: none;
	}
}

.search-page #speakers-gridlist.list.narrowed .speaker-griditem-image {
	width: 22.46%;
}

#send-to-hw td > p {
	vertical-align: bottom;
	margin-bottom: 0;
}

#send-to-hw label {
	font-weight: 300;
}

	#send-to-hw label.req-elem {
		font-weight: 700;
	}

#send-to-hw input#af-ccode {
	width: 17%;
	margin-right: 2.5%;
}

@media screen and (max-width: 1199px) {
	#send-to-hw input#af-ccode {
		margin-right: 2%;
	}
}

#send-to-hw input#af-phone {
	width: 80%;
}

#send-to-hw input#af-evcity, #send-to-hw input#af-orgcity {
	width: 72%;
	margin-right: 2.5%;
}

@media screen and (max-width: 1199px) {
	#send-to-hw input#af-evcity, #send-to-hw input#af-orgcity {
		margin-right: 2%;
	}
}

#send-to-hw select#af-evstate, #send-to-hw select#af-orgstate {
	width: 25%;
}

#send-to-hw #send-to-hw-btn {
	width: 180px;
}

#share-mylist label {
	font-weight: 300;
}

	#share-mylist label.req-elem {
		font-weight: 700;
	}

#share-mylist #share-mylist-btn {
	width: 180px;
}

.section-intro .btn-block {
	width: 180px;
}

	.section-intro .btn-block.gotoadv {
		width: 250px;
	}

.connect-call-alt {
	font-size: 22px;
}

.connect-call-staff {
	font-size: 18px;
}

.connect-call-execs {
	font-size: 18px;
}

.connect-call-staff > a, .connect-call-execs > a {
	color: #5A5A5A;
}

.connect-call-alt > a {
	color: #5A5A6A;
}

.news-section-bg {
	width: 100%;
	background-image: url("../images/news-section-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.news-slider {
	margin: 20px 0;
	padding: 30px;
}

	.news-slider .news-slide-inner {
		padding: 0 10px;
		color: #FFF;
	}

		.news-slider .news-slide-inner a {
			color: #FFF;
		}

.browse-box {
	position: relative;
	float: left;
}

	.browse-box.arts {
		width: 27.5%;
		margin-right: 0.8%;
	}

	.browse-box.business {
		width: 71.7%;
	}

	.browse-box.diversity {
		width: 27.5%;
		margin-right: 0.8%;
	}

	.browse-box.economy {
		width: 43.4%;
		margin-right: 0.7%;
	}

	.browse-box.environment {
		width: 27.6%;
	}

	.browse-box.international {
		width: 71.7%;
		margin-right: 0.7%;
	}

	.browse-box.health {
		width: 27.5%;
	}

	.browse-box.healthcare {
		width: 27.6%;
		margin-right: 0.5%;
	}

	.browse-box.inspiration {
		width: 29.6%;
		margin-right: 0.4%;
	}

	.browse-box.news {
		width: 41.9%;
	}

	.browse-box.politics {
		width: 100%;
	}

	.browse-box.religion {
		width: 27.6%;
		margin-right: 0.8%;
	}

	.browse-box.society {
		width: 35.9%;
		margin-right: 0.8%;
	}

	.browse-box.technology {
		width: 34.9%;
	}

@media screen and (max-width: 480px) {
	.browse-box {
		float: none;
		width: 100% !important;
		margin-bottom: 10px;
	}
}

.browse-box .browse-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: transparent;
	z-index: 10;
	-webkit-transition: all, 0.5s, linear;
	-o-transition: all, 0.5s, linear;
	transition: all, 0.5s, linear;
}

	.browse-box .browse-hover-overlay .browse-text {
		position: absolute;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		color: #FFF;
		font-size: 32px;
		font-weight: 300;
		line-height: 36px;
		text-shadow: 1px 1px 2px #666, -1px -1px 2px #666, 1px -1px 2px #666, -1px 1px 2px #666;
		z-index: 15;
	}

@media screen and (max-width: 991px) {
	.browse-box .browse-hover-overlay .browse-text {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (max-width: 767px) {
	.browse-box .browse-hover-overlay .browse-text {
		font-size: 20px;
		line-height: 24px;
		top: auto !important;
		right: auto !important;
		bottom: 3% !important;
		left: 2% !important;
	}
}

.browse-box .browse-hover-overlay .browse-text.large-topic {
	font-size: 48px;
	line-height: 52px;
}

@media screen and (max-width: 991px) {
	.browse-box .browse-hover-overlay .browse-text.large-topic {
		font-size: 32px;
		line-height: 36px;
	}
}

@media screen and (max-width: 767px) {
	.browse-box .browse-hover-overlay .browse-text.large-topic {
		font-size: 20px;
		line-height: 24px;
	}
}

.browse-box .browse-hover-overlay .browse-text.arts {
	left: 7%;
	bottom: 5%;
}

.browse-box .browse-hover-overlay .browse-text.business {
	top: 8%;
	left: 6%;
}

.browse-box .browse-hover-overlay .browse-text.diversity {
	left: 7%;
	bottom: 5%;
}

.browse-box .browse-hover-overlay .browse-text.economy {
	top: 43%;
	left: 43%;
}

.browse-box .browse-hover-overlay .browse-text.environment {
	left: 9%;
	bottom: 11%;
}

.browse-box .browse-hover-overlay .browse-text.international {
	left: 9%;
	bottom: 12%;
}

.browse-box .browse-hover-overlay .browse-text.health {
	left: 9%;
	bottom: 6%;
}

.browse-box .browse-hover-overlay .browse-text.healthcare {
	left: 9%;
	bottom: 6%;
}

.browse-box .browse-hover-overlay .browse-text.inspiration {
	left: 9%;
	bottom: 11%;
}

.browse-box .browse-hover-overlay .browse-text.news {
	left: 9%;
	bottom: 13%;
}

.browse-box .browse-hover-overlay .browse-text.politics {
	top: 16%;
	left: 60%;
}

.browse-box .browse-hover-overlay .browse-text.religion {
	left: 9%;
	bottom: 11%;
}

.browse-box .browse-hover-overlay .browse-text.society {
	left: 9%;
	bottom: 6%;
}

.browse-box .browse-hover-overlay .browse-text.technology {
	left: 9%;
	bottom: 13%;
}

.browse-box .browse-hover-overlay:hover {
	background-color: rgba(14, 59, 90, 0.8);
}

	.browse-box .browse-hover-overlay:hover .browse-text:after {
		content: " >";
	}

.browse a:hover {
	color: #FFF;
	text-decoration: none;
}

.browse-topic {
	width: 100%;
	height: 220px;
	padding: 20px 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

	.browse-topic.bt-bg-0 {
		background-image: url("../images/browse-business-bg.jpg");
	}

	.browse-topic.bt-bg-1 {
		background-image: url("../images/browse-envirosust-bg.jpg");
	}

	.browse-topic.bt-bg-2 {
		background-image: url("../images/browse-motivation-bg.jpg");
	}

	.browse-topic.bt-bg-3 {
		background-image: url("../images/browse-education-bg.jpg");
	}

	.browse-topic.bt-bg-4 {
		background-image: url("../images/browse-healthcare-bg.jpg");
	}

	.browse-topic.bt-bg-5 {
		background-image: url("../images/browse-politics-bg.jpg");
	}

	.browse-topic.bt-bg-6 {
		background-image: url("../images/browse-cultural-bg.jpg");
	}

	.browse-topic.bt-bg-7 {
		background-image: url("../images/browse-humorent-bg.jpg");
	}

	.browse-topic.bt-bg-8 {
		background-image: url("../images/browse-religion-bg.jpg");
	}

	.browse-topic.bt-bg-9 {
		background-image: url("../images/browse-economy-bg.jpg");
	}

	.browse-topic.bt-bg-10 {
		background-image: url("../images/browse-leadership-bg.jpg");
	}

	.browse-topic.bt-bg-11 {
		background-image: url("../images/browse-scitech-bg.jpg");
	}

	.browse-topic.bt-bg-12 {
		background-image: url("../images/browse-business-bg.jpg");
	}

	.browse-topic.bt-bg-13 {
		background-image: url("../images/browse-envirosust-bg.jpg");
	}

	.browse-topic.bt-bg-14 {
		background-image: url("../images/browse-motivation-bg.jpg");
	}

	.browse-topic.bt-bg-15 {
		background-image: url("../images/browse-education-bg.jpg");
	}

	.browse-topic.bt-bg-16 {
		background-image: url("../images/browse-healthcare-bg.jpg");
	}

	.browse-topic.bt-bg-17 {
		background-image: url("../images/browse-politics-bg.jpg");
	}

	.browse-topic.bt-bg-18 {
		background-image: url("../images/browse-cultural-bg.jpg");
	}

	.browse-topic.bt-bg-19 {
		background-image: url("../images/browse-humorent-bg.jpg");
	}

	.browse-topic.bt-bg-20 {
		background-image: url("../images/browse-religion-bg.jpg");
	}

	.browse-topic.bt-bg-21 {
		background-image: url("../images/browse-economy-bg.jpg");
	}

	.browse-topic.bt-bg-22 {
		background-image: url("../images/browse-leadership-bg.jpg");
	}

	.browse-topic.bt-bg-23 {
		background-image: url("../images/browse-scitech-bg.jpg");
	}

@media screen and (max-width: 767px) {
	.browse-topic {
		height: auto;
	}
}

.topics > button {
	margin-top: 10px;
}

.topics a {
	color: #5A5A5A;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.topics .mt40 {
		margin-top: 10px;
	}
}

.topic-list {
	padding: 10px 15px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
}

	.topic-list:hover {
		background-color: #EFCD4F;
	}

@media screen and (max-width: 767px) {
	.topic-list {
		padding: 5px 15px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.browse-type {
	position: relative;
	width: 100%;
	height: 165px;
	padding: 20px 30px;
	background-color: #135682;
}

	.browse-type a {
		display: inline-block;
		width: 100%;
		height: 130px;
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: 300;
	}

		.browse-type a:hover {
			text-decoration: none;
		}

			.browse-type a:hover:after {
				position: absolute;
				top: 50%;
				right: 15px;
				color: #fff;
				margin-top: -20px;
				font-size: 40px;
				font-size: 4.0rem;
				font-weight: 700;
				line-height: 40px;
				content: ">";
			}

	.browse-type:hover {
		background-color: #0E3B5A;
	}

.category-sidebar {
	position: relative;
}

.category-topics {
	width: 100%;
	padding: 5px 10px;
	font-weight: 700;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	cursor: pointer;
}

	.category-topics .caret {
		float: right;
		margin-top: 8px;
	}

.sub-topics {
	padding-left: 0;
	list-style-type: none;
}

@media screen and (max-width: 767px) {
	.sub-topics {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		height: 180px;
		margin: 0 15px;
		background-color: #FFF;
		border: 1px solid #E5E5E5;
		border-radius: 2px;
		overflow-y: scroll;
		z-index: 5;
		-webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
	}
}

.sub-topics > li {
	width: 100%;
	margin: 0 -10px;
	padding: 10px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.sub-topics > li {
		margin: 0;
		padding: 5px 10px;
		font-weight: 400;
		border-bottom: 1px solid #E5E5E5;
	}
}

.sub-topics > li > a {
	color: #5A5A5A;
	text-decoration: none;
}

.sub-topics > li.current {
	background-color: #EFCD4F;
}

.sub-topics > li:hover {
	background-color: #EFCD4F;
}

.sub-topic-pagination {
	float: right;
}

@media screen and (max-width: 767px) {
	.sub-topic-pagination {
		float: none;
	}
}

.faux-row {
	width: 100%;
	margin-top: 4px;
}

.ins-block {
	float: left;
}

@media screen and (max-width: 767px) {
	.ins-block {
		float: none;
	}
}

.ins-block.ins-col-1 {
	width: 19%;
	margin-right: 0.16666%;
}

@media screen and (max-width: 767px) {
	.ins-block.ins-col-1 {
		width: 100%;
		margin-top: 4px;
		margin-right: 0;
	}
}

.ins-block.ins-col-2 {
	width: 46.8%;
	margin-right: 0.16666%;
}

@media screen and (max-width: 767px) {
	.ins-block.ins-col-2 {
		width: 100%;
		margin-top: 4px;
		margin-right: 0;
	}
}

.ins-block.ins-col-3 {
	width: 33.866666667%;
}

@media screen and (max-width: 767px) {
	.ins-block.ins-col-3 {
		width: 100%;
		margin-top: 4px;
	}
}

.ins-block.ins-col-4 {
	width: 39.93333%;
	margin-right: 0.43335%;
}

@media screen and (max-width: 767px) {
	.ins-block.ins-col-4 {
		width: 100%;
		margin-top: 4px;
		margin-right: 0;
	}
}

.ins-block.ins-col-5 {
	width: 15.46667%;
	margin-right: 0.43335%;
}

@media screen and (max-width: 767px) {
	.ins-block.ins-col-5 {
		width: 100%;
		margin-top: 4px;
		margin-right: 0;
	}
}

.ins-block.ins-col-6 {
	width: 43.73333%;
}

@media screen and (max-width: 767px) {
	.ins-block.ins-col-6 {
		width: 100%;
		margin-top: 4px;
		margin-right: 0;
	}
}

.ins-p1, .ins-p2, .ins-p3, .ins-p4, .ins-p5, .ins-p6, .ins-p7, .ins-p8, .ins-p9 {
	position: relative;
}

.ins-p3 {
	background-color: #135682;
}

.ins-p3-left {
	float: left;
	width: 35.63%;
	padding: 20px 10px;
	color: #FFF;
}

.ins-p3-right {
	float: left;
	width: 64.37%;
}

.ins-p4 {
	float: right;
	margin-top: 4px;
	width: 81.4%;
}

@media screen and (max-width: 767px) {
	.ins-p4 {
		width: 100%;
		margin-right: 0;
	}
}

.ins-p5 {
	width: 75.6%;
	margin-top: 4px;
}

@media screen and (max-width: 767px) {
	.ins-p5 {
		width: 100%;
		margin-right: 0;
	}
}

.ins-p9 {
	width: 100%;
	margin-top: 4px;
	background-color: #EFCD4F;
	color: #135682;
}

@media screen and (max-width: 767px) {
	.ins-p9 img {
		display: none;
	}
}

.ins-top-over {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 10px;
	color: #FFF;
	line-height: 18px;
	background-color: rgba(19, 85, 130, 0.8);
}

	.ins-top-over a {
		color: #FFF;
	}

.ins-p8-over {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	padding: 45px 30px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	color: #FFF;
	line-height: 28px;
}

@media screen and (max-width: 1330px) {
	.ins-p8-over {
		width: 60%;
		padding: 35px 25px;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 26px;
	}
}

@media screen and (max-width: 1170px) {
	.ins-p8-over {
		width: 60%;
		padding: 30px 20px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 24px;
	}
}

@media screen and (max-width: 1060px) {
	.ins-p8-over {
		width: 60%;
		padding: 20px 15px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 22px;
	}

		.ins-p8-over .large {
			font-size: 16px;
		}
}

@media screen and (max-width: 991px) {
	.ins-p8-over {
		padding: 15px 10px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 20px;
	}
}

@media screen and (max-width: 885px) {
	.ins-p8-over {
		padding: 15px 10px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 18px;
	}

		.ins-p8-over .large {
			font-size: 14px;
		}
}

@media screen and (max-width: 805px) {
	.ins-p8-over {
		width: 60%;
		padding: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 16px;
	}

		.ins-p8-over .large {
			font-size: 12px;
		}
}

.ins-p9-over {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 25px;
	font-size: 32px;
	font-size: 3.2rem;
}

	.ins-p9-over a:hover {
		text-decoration: none;
	}

@media screen and (max-width: 1330px) {
	.ins-p9-over {
		padding: 25px 20px;
		font-size: 30px;
		font-size: 3.0rem;
	}
}

@media screen and (max-width: 1120px) {
	.ins-p9-over {
		padding: 20px 15px;
		font-size: 28px;
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 991px) {
	.ins-p9-over {
		padding: 15px 10px;
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 840px) {
	.ins-p9-over {
		padding: 10px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	.ins-p9-over {
		position: static;
	}
}

.ins-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18%;
	margin-top: -9%;
	margin-left: -9%;
}

	.ins-play > img {
		width: 100%;
	}

.ins-tab {
	height: 70px;
	padding: 15px 35px;
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	background-color: #135582;
	background-image: url("../images/plus-white.svg");
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
}

	.ins-tab.active {
		color: #135582;
		font-weight: 700;
		background-color: #E5E5E5;
		background-image: url("../images/minus-blue.svg");
		cursor: default;
	}

@media screen and (max-width: 767px) {
	.ins-tab {
		padding: 10px 15px;
		padding-right: 35px;
		font-size: 16px;
		line-height: 18px;
	}
}

.ins-content {
	background-color: #E5E5E5;
}

.ins-select {
	display: inline-block;
	width: 200px;
}

@media screen and (max-width: 767px) {
	.ins-event .large, .ins-audience .large {
		font-size: 16px;
	}
}

.ins-explore {
	list-style-type: none;
	margin-top: 15px;
	padding: 0;
}

	.ins-explore > li {
		float: left;
	}

		.ins-explore > li + li:before {
			content: "| ";
			padding: 0 20px;
		}

		.ins-explore > li > a {
			color: #5A5A5A;
		}

@media screen and (max-width: 1199px) {
	.ins-explore > li + li:before {
		padding: 0 15px;
	}

	.ins-explore > li .large {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.ins-explore > li + li:before {
		padding: 0 8px;
	}

	.ins-explore > li .large {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.ins-explore > li + li:before {
		padding: 0 5px;
	}

	.ins-explore > li .large {
		font-size: 12px;
	}
}

.ins-section {
	width: 100%;
	background-color: #135582;
}

@media screen and (min-width: 768px) {
	.ins-section {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.ins-section .ins-section-left {
	float: left;
	width: 59%;
}

@media screen and (max-width: 767px) {
	.ins-section .ins-section-left {
		float: none;
		width: 100%;
	}
}

.ins-section .ins-section-right {
	width: 100%;
	margin: auto;
	float: left;
	width: 41%;
	height: auto;
	padding: 30px;
}

@media screen and (min-width: 768px) {
	.ins-section .ins-section-right {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
}

@media screen and (max-width: 767px) {
	.ins-section .ins-section-right {
		float: none;
		width: 100%;
	}
}

.ins-section .ins-section-right .ins-section-right-top {
	width: 100%;
	padding-bottom: 35px;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
}

	.ins-section .ins-section-right .ins-section-right-top > a {
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: 300;
		color: #FFF;
	}

@media screen and (max-width: 991px) {
	.ins-section .ins-section-right .ins-section-right-top {
		padding-bottom: 15px;
	}

		.ins-section .ins-section-right .ins-section-right-top > a {
			font-size: 18px;
			font-size: 1.8rem;
		}
}

@media screen and (max-width: 767px) {
	.ins-section .ins-section-right .ins-section-right-top > a {
		font-size: 30px;
		font-size: 3.0rem;
	}
}

.ins-section .ins-section-right .ins-section-right-bottom {
	width: 100%;
	padding-top: 30px;
	color: #FFF;
}

@media screen and (max-width: 991px) {
	.ins-section .ins-section-right .ins-section-right-bottom {
		padding-top: 20px;
	}

		.ins-section .ins-section-right .ins-section-right-bottom .large {
			font-size: 14px;
			font-size: 1.4rem;
		}
}

@media screen and (max-width: 767px) {
	.ins-section .ins-section-right .ins-section-right-bottom .large {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.aboutus-intro-bg {
	width: 100%;
	height: 422px;
	background-image: url("../images/aboutus-headerbg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.aboutus-intro {
	width: 100%;
	padding: 20px 50px 40px;
	background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 991px) {
	.aboutus-intro {
		padding: 10px 30px 30px;
	}

		.aboutus-intro h1 {
			font-size: 24px;
			font-size: 2.4rem;
		}

		.aboutus-intro .large {
			font-size: 16px;
			font-size: 1.6rem;
		}
}

@media screen and (max-width: 767px) {
	.aboutus-intro {
		padding: 1px 20px 20px;
	}

		.aboutus-intro h1 {
			font-size: 20px;
			font-size: 2.0rem;
		}

		.aboutus-intro .large {
			font-size: 14px;
			font-size: 1.4rem;
		}
}

@media screen and (max-width: 480px) {
	.aboutus-intro {
		padding: 1px 10px 10px;
	}

		.aboutus-intro h1 {
			font-size: 18px;
			font-size: 1.8rem;
		}

		.aboutus-intro .large {
			font-size: 12px;
			font-size: 1.2rem;
		}
}

.yellowblue-bg {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.58333, #EFCD4F), color-stop(0.41667, #135682));
	background-image: -o-linear-gradient(right, #EFCD4F 58.33333%, #135682 41.66667%);
	background-image: -moz-linear-gradient(right, #EFCD4F 58.33333%, #135682 41.66667%);
	background-image: -webkit-linear-gradient(right, #EFCD4F 58.33333%, #135682 41.66667%);
	background-image: -ms-linear-gradient(right, #EFCD4F 58.33333%, #135682 41.66667%);
	background-image: linear-gradient(to right, #EFCD4F 58.33333%, #135682 41.66667%);
}

.hwyellow-bg {
	background-color: #EFCD4F;
}

@media screen and (min-width: 768px) {
	.about-planner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.about-planner-left {
	padding-right: 60px;
}

@media screen and (min-width: 768px) {
	.about-planner-left {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
}

@media screen and (max-width: 991px) {
	.about-planner-left {
		padding-right: 20px;
	}
}

.about-planner-left .about-planner-left-text {
	width: 100%;
	padding: 15px 0;
	color: #135582;
	line-height: 24px;
}

@media screen and (max-width: 480px) {
	.about-planner-left .about-planner-left-text {
		line-height: 18px;
	}

		.about-planner-left .about-planner-left-text h2 {
			font-size: 20px;
			font-size: 2.0rem;
		}
}

@media screen and (max-width: 480px) {
	.about-planner-left .about-planner-left-text {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 18px;
	}

		.about-planner-left .about-planner-left-text h2 {
			font-size: 18px;
			font-size: 1.8rem;
		}
}

@media screen and (min-width: 768px) {
	.about-planner-right {
		border-left: 8px solid #FFF;
	}
}

.about-slider-outer {
	width: 100%;
	background-color: #E5E5E5;
}

.about-slider {
	width: 940px;
	margin: 0 auto;
}

@media screen and (max-width: 1199px) {
	.about-slider {
		width: 740px;
		/* margin: 0 70px; */
	}
}

@media screen and (max-width: 991px) {
	.about-slider {
		width: 520px;
		/* margin: 0 auto; */
	}
}

@media screen and (max-width: 767px) {
	.about-slider {
		width: 410px;
		/* margin: 0 auto; */
	}
}

@media screen and (max-width: 480px) {
	.about-slider {
		width: 260px;
		/* margin: 0 auto; */
	}
}

.about-slider .about-slide {
	width: 100%;
	min-height: 430px;
	padding: 30px 0;
}

@media screen and (min-width: 768px) {
	.about-slider .about-slide {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.about-slider .about-slide {
		min-height: 0;
		padding: 10px 0;
	}
}

.about-slider .about-slide .about-slide-image {
	float: left;
	width: 30%;
	padding-right: 10px;
}

@media screen and (min-width: 768px) {
	.about-slider .about-slide .about-slide-image {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
}

@media screen and (max-width: 1199px) {
	.about-slider .about-slide .about-slide-image {
		width: 35%;
	}
}

@media screen and (max-width: 991px) {
	.about-slider .about-slide .about-slide-image {
		width: 45%;
	}
}

@media screen and (max-width: 767px) {
	.about-slider .about-slide .about-slide-image {
		padding: 5px;
	}

		.about-slider .about-slide .about-slide-image img {
			width: 100%;
			height: auto;
		}
}

@media screen and (max-width: 480px) {
	.about-slider .about-slide .about-slide-image {
		float: none;
		width: 100%;
		padding: 10px;
	}
}

.about-slider .about-slide .about-slide-text {
	float: left;
	width: 70%;
	padding-left: 10px;
}

@media screen and (min-width: 768px) {
	.about-slider .about-slide .about-slide-text {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
}

@media screen and (max-width: 1199px) {
	.about-slider .about-slide .about-slide-text {
		width: 65%;
	}
}

@media screen and (max-width: 991px) {
	.about-slider .about-slide .about-slide-text {
		width: 55%;
	}
}

@media screen and (max-width: 767px) {
	.about-slider .about-slide .about-slide-text {
		padding: 5px;
	}

		.about-slider .about-slide .about-slide-text h3, .about-slider .about-slide .about-slide-text .large {
			font-size: 14px;
		}
}

@media screen and (max-width: 480px) {
	.about-slider .about-slide .about-slide-text {
		float: none;
		width: 100%;
		padding: 0;
	}
}

.about-slide-nav h1 {
	display: inline-block;
	padding: 1px;
}

.about-pad {
	padding-left: 5px;
	padding-right: 5px;
}

.about-btn {
	position: relative;
	background-color: #135582;
}

	.about-btn:hover {
		background-color: #0E3B5A;
	}

	.about-btn .about-btn-link {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		padding: 10px;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 300;
		text-align: center;
		line-height: 28px;
	}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.about-btn .about-btn-link {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 26px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.about-btn .about-btn-link {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 22px;
	}
}

@media screen and (max-width: 480px) {
	.about-btn .about-btn-link {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
	}
}

.about-btn .about-btn-link a {
	color: #FFF;
}

	.about-btn .about-btn-link a:hover {
		color: #E5E5E5;
		text-decoration: none;
	}

.about-praise {
	padding: 20px 5px;
	border-bottom: 1px dotted #5A5A5A;
}

.about-praise-btn {
	width: 100%;
}

.about-team-nav {
	width: 100%;
	background-color: #E5E5E5;
}

	.about-team-nav nav {
		border-bottom: 1px solid #FFF;
	}

		.about-team-nav nav li {
			padding: 5px 10px;
		}

			.about-team-nav nav li:hover {
				background-color: #EFCD4F;
			}

			.about-team-nav nav li > a {
				color: #5A5A5A;
				font-weight: 700;
			}

				.about-team-nav nav li > a:hover {
					text-decoration: none;
				}

.about-team-search {
	width: 100%;
	padding: 10px;
}

	.about-team-search .form-group {
		margin-bottom: 0;
	}

.about-team-header {
	width: 100%;
	height: 120px;
	margin-bottom: 35px;
	padding: 35px;
	color: #FFF;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	text-align: center;
	background-image: url("../images/meet-team-section-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 1199px) {
	.about-team-header {
		height: 90px;
		margin-bottom: 25px;
		padding: 26px;
		font-size: 28px;
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 991px) {
	.about-team-header {
		height: 70px;
		margin-bottom: 20px;
		padding: 20px;
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 480px) {
	.about-team-header {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

.about-team-image {
	position: relative;
	width: 100%;
	height: 260px;
	text-align: center;
	overflow: hidden;
}

	.about-team-image.de {
		height: 390px;
	}

@media screen and (max-width: 1199px) {
	.about-team-image.de {
		height: 320px;
	}
}

@media screen and (max-width: 991px) {
	.about-team-image.de {
		height: 250px;
	}
}

@media screen and (max-width: 767px) {
	.about-team-image.de {
		height: 390px;
	}
}

@media screen and (max-width: 480px) {
	.about-team-image.de {
		height: 290px;
	}
}

.about-team-image > img {
	width: 100%;
	height: auto;
}

.about-team-image .about-team-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 0 15px;
	text-align: right;
	background-color: rgba(19, 85, 130, 0.8);
}

@media screen and (max-width: 1199px) {
	.about-team-image {
		height: 200px;
	}
}

@media screen and (max-width: 991px) {
	.about-team-image {
		height: 150px;
	}
}

@media screen and (max-width: 767px) {
	.about-team-image {
		height: 260px;
	}
}

@media screen and (max-width: 480px) {
	.about-team-image {
		height: 200px;
	}
}

.about-team-bio {
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #E5E5E5;
}

	.about-team-bio.de {
		padding: 20px;
	}

		.about-team-bio.de h2 {
			font-size: 24px;
		}

	.about-team-bio h2 {
		margin: 0;
		font-size: 20px;
		font-weight: 700;
	}

.pcp-speaker-profile .pcp-speaker-image {
	float: left;
	width: 40%;
	margin-right: 2%;
}

.pcp-speaker-profile .pcp-speaker-details {
	float: left;
	width: 58%;
}

.bas-steps {
	/* width: 120%;
  margin: 0 -10%; */
	background-color: #E5E5E5;
}

	.bas-steps .col-sm-5 {
		padding: 0;
	}

@media screen and (max-width: 767px) {
	.bas-steps .col-sm-5 {
		display: none;
	}
}

.bas-steps .bas-step {
	padding: 20px 50px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.bas-steps .bas-step {
		padding: 10px 20px 0;
	}

		.bas-steps .bas-step p, .bas-steps .bas-step a {
			font-size: 12px;
			font-size: 1.2rem;
		}
}

@media screen and (max-width: 767px) {
	.bas-steps .bas-step {
		padding: 10px 20px;
	}
}

.bas-steps .bas-step .bas-step-num {
	float: left;
	width: 15%;
	font-size: 78px;
	font-size: 7.8rem;
	font-weight: 700;
}

@media screen and (max-width: 991px) {
	.bas-steps .bas-step .bas-step-num {
		font-size: 56px;
		font-size: 5.6rem;
	}
}

@media screen and (max-width: 767px) {
	.bas-steps .bas-step .bas-step-num {
		font-size: 38px;
		font-size: 3.8rem;
	}
}

.bas-steps .bas-step .bas-step-head {
	float: left;
	width: 85%;
}

	.bas-steps .bas-step .bas-step-head h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}

@media screen and (max-width: 991px) {
	.bas-steps .bas-step .bas-step-head h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}

		.bas-steps .bas-step .bas-step-head h2.mt40 {
			margin-top: 25px;
		}
}

@media screen and (max-width: 991px) {
	.bas-steps .bas-step .bas-step-head h2.mt40 {
		margin-top: 17px;
	}
}

.bas-steps-faq {
	padding: 10px 0;
}

	.bas-steps-faq a {
		text-decoration: none;
	}

		.bas-steps-faq a:hover {
			text-decoration: none;
		}

	.bas-steps-faq img {
		margin-right: 10px;
	}

.bas-steps-answer {
	display: none;
	padding: 10px 0 10px 35px;
}

.bas-prep h3 {
	text-transform: uppercase;
}

.bas-collage-left {
	float: left;
	width: 32.74%;
	margin-right: 1.05%;
}

	.bas-collage-left .bas-collage-left-top {
		margin-bottom: 10px;
	}

.bas-collage-right {
	float: left;
	width: 66.21%;
}

	.bas-collage-right .bas-collage-right-topleft {
		float: left;
		width: 49.37%;
		margin-right: 1.59%;
	}

	.bas-collage-right .bas-collage-right-topright {
		float: left;
		width: 32.86%;
	}

	.bas-collage-right .bas-collage-right-bottom {
		margin-top: 10px;
	}

/* end Body spacer */
/* Footer Styles */
.footspace {
	width: 100%;
	filter: none;
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmYWZhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FmYWZhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzEzNTY4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzU2ODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0.5, #AFAFAF),color-stop(0.5, #135682));
  background-image: -o-linear-gradient(right, #AFAFAF 50%, #135682 50%);
  background-image: -moz-linear-gradient(right, #AFAFAF 50%, #135682 50%);
  background-image: -webkit-linear-gradient(right, #AFAFAF 50%, #135682 50%);
  background-image: -ms-linear-gradient(right, #AFAFAF 50%, #135682 50%);
  background-image: linear-gradient(to right, #AFAFAF 50%, #135682 50%); */
	background-color: #135682;
}

@media screen and (max-width: 767px) {
	.footspace .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.footernewsletter {
	padding-top: 40px;
	background-color: #135682;
	color: #FFF;
}

@media screen and (max-width: 767px) {
	.footernewsletter {
		float: none;
		width: 100%;
		padding: 40px 15px;
	}
}

.footernewsletter .newsletter {
	width: 180px;
	font-size: 20px;
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	.footernewsletter .newsletter {
		width: auto;
	}
}

.footernewsletter .newsletter .btn {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
	.footermain {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 20px 20px 0;
	}

		.footermain img {
			width: 100%;
			height: auto;
		}
}

nav.footer {
	padding-top: 40px;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
}

@media screen and (max-width: 767px) {
	nav.footer {
		margin-bottom: 0;
		padding-top: 0;
	}
}

nav.footer a {
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}

	nav.footer a:hover {
		color: #EFCD4F;
		text-decoration: underline;
	}

.footerinfo {
	padding-top: 25px;
	margin-bottom: 40px;
	color: #FFF;
}

.footercopy {
	padding-top: 25px;
	margin-bottom: 40px;
	color: #FFF;
	font-size: 12px;
}

.footeraddress {
	font-size: 14px;
	font-weight: 300;
}

	.footeraddress a {
		color: #fff;
	}

		.footeraddress a:hover {
			color: #EFCD4F;
		}

/* end Footer Styles */
/* Media queries */
@media screen and (max-width: 680px) {
	.grid-stack {
		display: none;
	}
}

@media screen and (min-width: 681px) {
	.collage-slider {
		display: none !important;
	}
}
/* Brad's "find a speaker" SCSS */
.margin-left-1 {
	margin-left: 1em;
}

.margin-top-1 {
	margin-top: 1em;
}

.search-bar .glyphicon-search {
	line-height: inherit;
}

.facet-list {
	border: none;
	border-radius: initial;
	background-color: initial;
}

	.facet-list > .panel-heading {
		padding-left: 0;
		background: none;
		border-width: 0;
		background-color: initial;
	}

	.facet-list .panel-body {
		background-color: #FFF;
		border: 1px solid #828282;
		padding: 5px;
	}

@media screen and (max-width: 767px) {
	.facet-list .panel-body {
		display: none;
	}
}

/* .btn , .filters input, */
.pagination.speaker-pagination a.nav, .pagination .btn-link {
	border-radius: initial;
	border: none;
	font-size: 13px;
}

.pagination .btn-link {
	text-decoration: underline;
}

.speaker-pagination.pagination > li > a, .speaker-pagination.pagination > li > span {
	padding: 2px 6px;
	font-size: 13px;
}

.pagination.speaker-pagination a.nav-indicater {
	background-color: #eeeeee;
}

.pagination.speaker-pagination a.nav, .pagination.speaker-pagination a.pageViewAll {
	color: #135682;
	cursor: pointer;
}

	.pagination.speaker-pagination a.nav:hover, .pagination.speaker-pagination a.pageViewAll:hover {
		text-decoration: underline;
	}

.filters {
	padding: 15px;
	background-color: #E5E5E5;
}

	.filters .fas-call {
		margin-bottom: 20px;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	}

		.filters .fas-call img {
			vertical-align: text-bottom;
		}

	.filters button.btn.search-bar {
		background-color: #FFF;
		height: 33px;
	}

		.filters button.btn.search-bar:active span {
			color: #CDCDCD;
		}

	.filters .phone-link {
		margin: 0 auto;
		text-align: center;
		font-size: 1.75em;
		text-decoration: none;
		margin-bottom: 1em;
		color: #5A5A5A;
	}

	.filters .search-action {
		text-transform: uppercase;
	}

	.filters .filter-title {
		background-image: url("../images/facet-expand.png");
		background-repeat: no-repeat;
		padding-left: 18px;
		cursor: pointer;
	}

		.filters .filter-title:hover {
			background-color: #CDCDCD;
		}

		.filters .filter-title.expanded {
			background-image: url("../images/facet-collapse.png");
		}

		.filters .filter-title + .facets {
			height: 0;
			overflow: hidden;
			opacity: 0;
			transition: height 0s linear 0.5s, opacity 0.5s linear;
		}

		.filters .filter-title.expanded + .facets {
			height: auto;
			opacity: 1;
			transition-delay: 0s;
		}

	.filters .facets {
		margin-left: 1em;
	}

		.filters .facets li {
			background-image: url("../images/facet-unchecked.png");
			background-repeat: no-repeat;
			margin-bottom: 4px;
			padding-left: 1.5em;
			background-position-y: 2px;
			cursor: pointer;
		}

			.filters .facets li.checked {
				background-image: url("../images/facet-checked.png");
			}

	.filters .panel-filters .panel-body {
		max-height: 456px;
		overflow-y: auto;
		padding: 5px;
	}

.keyword-box {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #5A5A5A;
}

.keyword-box .mega-text {
	font-size: 125px;
	font-size: 12.5rem;
	font-weight: 700;
	color: #135682;
	line-height: 110px;
}

.topic-box, .type-box {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #5A5A5A;
	padding-top: 26px;
}

	.topic-box .mega-text, .type-box .mega-text {
		font-size: 125px;
		font-size: 12.5rem;
		font-weight: 700;
		color: #135682;
		line-height: 145px;
	}

@media screen and (max-width: 991px) {
	.topic-box .mega-text, .type-box .mega-text {
		font-size: 85px;
		font-size: 8.5rem;
		line-height: 105px;
	}
}

.and-box {
	display: inline-block;
	line-height: 160px;
	padding: 0 10px;
	vertical-align: top;
	overflow: hidden;
}

.and-box img {
	max-width: 225px;
	max-height: 194.35px;
}

.fas-bordered {
	margin-right: 0;
	margin-left: 0;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.selected-topics {
	border-right: 1px solid #000;
}

.facet-tags .tag {
	background-image: url("../images/facet-remove.svg");
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	padding: .125em .125em .125em 1.3125em;
	margin-top: .25em;
	margin-bottom: .25em;
	margin-left: .25em;
	cursor: pointer;
	background-position-y: 5px;
}

.facet-tags li.tag {
	background-position-y: 5px;
}

.facet-tags .tag:hover {
	border: 1px solid #CDCDCD;
}

.pagination.speaker-pagination {
	margin: 0;
}

.results .speaker-result {
	display: inline-block;
	padding: 5px;
	/*width:210px;*/
}

	.results .speaker-result .speaker-thumb {
		overflow: hidden;
		position: relative;
	}

		.results .speaker-result .speaker-thumb img {
			width: 100%;
		}

		.results .speaker-result .speaker-thumb .exclusive-mask, .results .speaker-result .speaker-thumb .new-mask {
			display: none;
		}

			.results .speaker-result .speaker-thumb .exclusive-mask.active, .results .speaker-result .speaker-thumb .new-mask.active {
				display: initial;
				position: absolute;
				width: 100%;
				bottom: 0;
				left: 0;
				color: #FFF;
				text-align: center;
				margin: 0;
				background-color: rgba(34, 86, 128, 0.75);
				padding: .125em 0;
			}

	.results .speaker-result figcaption {
		background-color: #E5E5E5;
		padding: .5em;
	}

	.results .speaker-result h2 {
		font-size: 1.125em;
		margin: 0;
	}

	.results .speaker-result p {
		font-size: .75em;
	}

	.results .speaker-result .speaker-favorite, .results .speaker-result .speaker-video {
		height: 22px;
		width: 22px;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.results .speaker-result .speaker-favorite {
		background-image: url("../images/favorite-unchecked.png");
	}

	.results .speaker-result .speaker-video {
		background-image: url("../images/video.png");
		background-position-y: .5em;
	}

	.results .speaker-result .btn {
		background-color: initial;
	}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5000;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

	.modal.fade .modal-dialog {
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		-o-transform: translate(0, -25%);
		transform: translate(0, -25%);
		-webkit-transition: -webkit-transform 0.3s ease-out;
		-moz-transition: -moz-transform 0.3s ease-out;
		-o-transition: -o-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

@media screen and (max-width: 767px) {
	.modal {
		padding: 0 !important;
	}
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 100px;
}

@media screen and (max-width: 767px) {
	.modal-dialog {
		margin: 10px;
	}
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000;
}

	.modal-backdrop.fade {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.modal-backdrop.in {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

.modal-header {
	padding: 15px;
	min-height: 16.42857px;
}

@media screen and (max-width: 767px) {
	.modal-header {
		padding: 15px 15px 5px;
	}
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857;
}

.modal-body {
	position: relative;
	padding: 15px;
}

	.modal-body .small {
		font-size: 12px;
	}

@media screen and (max-width: 767px) {
	.modal-body {
		padding: 5px 15px;
	}
}

.modal-footer {
	padding: 15px;
	text-align: center;
}

	.modal-footer:before, .modal-footer:after {
		content: " ";
		display: table;
	}

	.modal-footer:after {
		clear: both;
	}

	.modal-footer .btn + .btn {
		margin-left: 5px;
		margin-bottom: 0;
	}

	.modal-footer .btn-group .btn + .btn {
		margin-left: -1px;
	}

	.modal-footer .btn-block + .btn-block {
		margin-left: 0;
	}

	.modal-footer .btn-block {
		min-width: 130px;
	}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-family: "Lato", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

	.tooltip.in {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	.tooltip.top {
		margin-top: -3px;
		padding: 5px 0;
	}

	.tooltip.right {
		margin-left: 3px;
		padding: 0 5px;
	}

	.tooltip.bottom {
		margin-top: 3px;
		padding: 5px 0;
	}

	.tooltip.left {
		margin-left: -3px;
		padding: 0 5px;
	}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 2px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}

	.popover.top {
		margin-top: -10px;
	}

	.popover.right {
		margin-left: 10px;
	}

	.popover.bottom {
		margin-top: 10px;
	}

	.popover.left {
		margin-left: -10px;
	}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

	.popover > .arrow:after {
		border-width: 10px;
		content: "";
	}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

	.popover.top > .arrow:after {
		content: " ";
		bottom: 1px;
		margin-left: -10px;
		border-bottom-width: 0;
		border-top-color: #fff;
	}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

	.popover.right > .arrow:after {
		content: " ";
		left: 1px;
		bottom: -10px;
		border-left-width: 0;
		border-right-color: #fff;
	}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

	.popover.bottom > .arrow:after {
		content: " ";
		top: 1px;
		margin-left: -10px;
		border-top-width: 0;
		border-bottom-color: #fff;
	}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

	.popover.left > .arrow:after {
		content: " ";
		right: 1px;
		border-right-width: 0;
		border-left-color: #fff;
		bottom: -10px;
	}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

	.slick-list:focus {
		outline: none;
	}

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

	.slick-track:before, .slick-track:after {
		content: "";
		display: table;
	}

	.slick-track:after {
		clear: both;
	}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: inline-block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("../fonts/slick.eot");
	src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 63px;
	height: 98px;
	margin-top: -45px;
	padding: 0;
	color: transparent;
	cursor: pointer;
	border: none;
	outline: none;
	z-index: 99;
}

	.slick-prev:hover, .slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		outline: none;
		color: transparent;
	}

	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before {
		opacity: 0.9;
	}

@media screen and (max-width: 460px) {
	.slick-prev,
	.slick-next {
		width: 28px;
		height: 46px;
		margin-top: -23px;
	}
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 15%;
	background: url("../images/slider-left-arrow.png") no-repeat center center;
}

@media screen and (max-width: 767px) {
	.slick-prev {
		left: 1%;
	}
}

@media screen and (max-width: 460px) {
	.slick-prev {
		left: 0;
		background: url("../images/about-slider-left.png") no-repeat center center;
	}
}

.slick-next {
	right: 15%;
	background: url("../images/slider-right-arrow.png") no-repeat center center;
}

@media screen and (max-width: 767px) {
	.slick-next {
		right: 1%;
	}
}

@media screen and (max-width: 460px) {
	.slick-next {
		right: 0;
		background: url("../images/about-slider-right.png") no-repeat center center;
	}
}

.speaker-video-slider .slick-prev,
.speaker-video-slider .slick-next {
	width: 28px;
	height: 46px;
	margin-top: -23px;
}

.speaker-video-slider .slick-prev {
	left: -30px;
	background: url("../images/about-slider-left.png") no-repeat center center;
}

@media screen and (max-width: 767px) {
	.speaker-video-slider .slick-prev {
		left: 0;
	}
}

.speaker-video-slider .slick-next {
	right: -30px;
	background: url("../images/about-slider-right.png") no-repeat center center;
}

@media screen and (max-width: 767px) {
	.speaker-video-slider .slick-next {
		right: 0;
	}
}

.news-slider .slick-prev {
	left: -5%;
}

@media screen and (max-width: 460px) {
	.news-slider .slick-prev {
		left: 0;
		background: url("../images/white-slider-left.png") no-repeat center center;
	}
}

.news-slider .slick-next {
	right: -5%;
}

@media screen and (max-width: 460px) {
	.news-slider .slick-next {
		right: 0;
		background: url("../images/white-slider-right.png") no-repeat center center;
	}
}

.ovation-slider .slick-prev {
	left: 0%;
}

.ovation-slider .slick-next {
	right: 0%;
}

.about-slider.slick-slider {
	margin-bottom: 5px;
}

.about-slider.slick-initialized .slick-slide {
	display: flex;
}

.about-slider .slick-prev,
.about-slider .slick-next {
	width: 28px;
	height: 46px;
	margin-top: -23px;
}

	.about-slider .slick-prev:before, .about-slider .slick-next:before {
		font-family: "slick";
		font-size: 20px;
		line-height: 1;
		color: white;
		opacity: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.about-slider .slick-prev {
	left: -10%;
	background: url("../images/about-slider-left.png") no-repeat center center;
}

.about-slider .slick-next {
	right: -10%;
	background: url("../images/about-slider-right.png") no-repeat center center;
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -20px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

	.slick-dots li {
		position: relative;
		display: inline-block;
		height: 13px;
		width: 13px;
		margin: 0 3px;
		padding: 0;
		cursor: pointer;
	}

		.slick-dots li button {
			border: 0;
			background: transparent;
			display: block;
			height: 13px;
			width: 13px;
			outline: none;
			line-height: 0;
			font-size: 0;
			color: transparent;
			padding: 5px;
			cursor: pointer;
		}

			.slick-dots li button:hover, .slick-dots li button:focus {
				outline: none;
			}

				.slick-dots li button:hover:before, .slick-dots li button:focus:before {
					opacity: 1;
				}

			.slick-dots li button:before {
				position: absolute;
				top: 0;
				left: 0;
				content: "";
				width: 13px;
				height: 13px;
				font-family: "slick";
				font-size: 40px;
				line-height: 13px;
				text-align: center;
				background-color: white;
				opacity: 0.9;
				border-radius: 50%;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
			}

		.slick-dots li.slick-active button:before {
			background-color: #EFCD4F;
			opacity: 1;
		}

.about-slider .slick-dots {
	bottom: 0px;
}

	.about-slider .slick-dots li button:before {
		color: #fff;
		border: 1px solid #135582;
		border-radius: 50%;
	}

	.about-slider .slick-dots li.slick-active button:before {
		background-color: #135582;
	}

.clearfix:before, .clearfix:after {
	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;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	.fullWidth-xs {
		width: 100%;
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}


/* Contour Form to Umbraco Form style changes */

@media screen and (max-width: 767px) {
	.hw_uform .col-md-6 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.hw_uform .col-md-6 {
		width: 50%;
	}
}

#contour input.text, #contour textarea, .contour.hw_uform input.text, .contour.hw_uform textarea {
	max-width: none !important;
}

#contour label.fieldLabel, .contour.hw_uform label.fieldLabel {
	display: none;
}

#contour label.fieldLabel, .contour.hw_uform input[type='submit'].btn.primary {
	width: 140px;
	text-transform: uppercase;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	font-weight: 700;
	color: #FFF;
	border: none;
	border-radius: 0px;
	font-size: 12px;
	background-color: #135582;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857;
}



.contourPage .contourNavigation {
	margin-bottom: 60px;
}

.standard-form .sr-only, #contour_form_ContactUs .sr-only, .standard-form-fullwidth .sr-only, #contour_form_First100 .sr-only {
	position: inherit;
	width: 100%;
	height: inherit;
	margin: inherit;
	padding: inherit;
	overflow: inherit;
	clip: inherit;
	border: inherit;
	margin-bottom: 5px;
}

.standard-form-fullwidth .half-form, #contour_form_First100 .half-form {
	width: 100%;
}


.ui-widget.ui-widget-content {
	z-index: 9999;
}



.ui-widget .ui-menu-item {
	font-family: "Lato", Arial, sans-serif;
}

.ui-widget .ui-menu-item .ui-state-active, .ui-widget .ui-widget-content .ui-menu-item .ui-state-active {
	border: 1px solid #186aa3;
	background: #135582;
}

.umbraco-forms-field {
	clear: none;
}

.umbraco-forms-field.currenturl {
	display: none;
}

.umbraco-forms-field
{
	float: left;
	width: 49%;
	margin: 0 0.5% 15px;
}

div#contour_form_0f520f86db1e46f4923b24a7c7df962b .umbraco-forms-field
{
	width: 100%;
}

div.contourPage .checkbox {
	padding-bottom: 20px;
}

.umbraco-forms-field select
{
	width: 100%;
	border: 1px solid	#d3d3d3;
	border-radius: 2px;
	height: 32px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
}

.umbraco-forms-field textarea {
	width: 100%;
	height: 32px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
}

.contourPage input.btn {
	width: 140px;
	height: 45px;
	background-color: #135582;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.radio + .radio, .checkbox + .checkbox {
	margin-top: 10px;
}

.field-validation-error {
	color: red;
	font-weight: bold;
}
