
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .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: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

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;
	}
	
	.navbar {
		display: none;
	}
	
	.btn > .caret, .gform_footer button > .caret, .gform_footer input > .caret, .dropup > .btn > .caret, .gform_footer .dropup > button > .caret, .gform_footer .dropup > input > .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;
	}
}

* {
	-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: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff;
}

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

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .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: #777;
}

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: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

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: 769px) {
	.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, .txt-uppercase, .label, .initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover, a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

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.428571429;
}

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: 769px) {
	.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 #777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	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: " —";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}

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: 4px;
}

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, .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.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
}

@media (min-width: 1300px) {
	.alignwide {
		width: 1280px;
		margin-left: -55px;
	}
}

.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: 769px) {
	.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.3333333333%;
}

.col-xs-2 {
	width: 16.6666666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.3333333333%;
}

.col-xs-5 {
	width: 41.6666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.3333333333%;
}

.col-xs-8 {
	width: 66.6666666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.3333333333%;
}

.col-xs-11 {
	width: 91.6666666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.3333333333%;
}

.col-xs-pull-2 {
	right: 16.6666666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.3333333333%;
}

.col-xs-pull-5 {
	right: 41.6666666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.3333333333%;
}

.col-xs-pull-8 {
	right: 66.6666666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.3333333333%;
}

.col-xs-pull-11 {
	right: 91.6666666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.3333333333%;
}

.col-xs-push-2 {
	left: 16.6666666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.3333333333%;
}

.col-xs-push-5 {
	left: 41.6666666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.3333333333%;
}

.col-xs-push-8 {
	left: 66.6666666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.3333333333%;
}

.col-xs-push-11 {
	left: 91.6666666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 769px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	
	.col-sm-1 {
		width: 8.3333333333%;
	}
	
	.col-sm-2 {
		width: 16.6666666667%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-4 {
		width: 33.3333333333%;
	}
	
	.col-sm-5 {
		width: 41.6666666667%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-7 {
		width: 58.3333333333%;
	}
	
	.col-sm-8 {
		width: 66.6666666667%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-10 {
		width: 83.3333333333%;
	}
	
	.col-sm-11 {
		width: 91.6666666667%;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-pull-0 {
		right: auto;
	}
	
	.col-sm-pull-1 {
		right: 8.3333333333%;
	}
	
	.col-sm-pull-2 {
		right: 16.6666666667%;
	}
	
	.col-sm-pull-3 {
		right: 25%;
	}
	
	.col-sm-pull-4 {
		right: 33.3333333333%;
	}
	
	.col-sm-pull-5 {
		right: 41.6666666667%;
	}
	
	.col-sm-pull-6 {
		right: 50%;
	}
	
	.col-sm-pull-7 {
		right: 58.3333333333%;
	}
	
	.col-sm-pull-8 {
		right: 66.6666666667%;
	}
	
	.col-sm-pull-9 {
		right: 75%;
	}
	
	.col-sm-pull-10 {
		right: 83.3333333333%;
	}
	
	.col-sm-pull-11 {
		right: 91.6666666667%;
	}
	
	.col-sm-pull-12 {
		right: 100%;
	}
	
	.col-sm-push-0 {
		left: auto;
	}
	
	.col-sm-push-1 {
		left: 8.3333333333%;
	}
	
	.col-sm-push-2 {
		left: 16.6666666667%;
	}
	
	.col-sm-push-3 {
		left: 25%;
	}
	
	.col-sm-push-4 {
		left: 33.3333333333%;
	}
	
	.col-sm-push-5 {
		left: 41.6666666667%;
	}
	
	.col-sm-push-6 {
		left: 50%;
	}
	
	.col-sm-push-7 {
		left: 58.3333333333%;
	}
	
	.col-sm-push-8 {
		left: 66.6666666667%;
	}
	
	.col-sm-push-9 {
		left: 75%;
	}
	
	.col-sm-push-10 {
		left: 83.3333333333%;
	}
	
	.col-sm-push-11 {
		left: 91.6666666667%;
	}
	
	.col-sm-push-12 {
		left: 100%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	
	.col-sm-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.col-sm-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.col-sm-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.col-sm-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.col-sm-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.col-sm-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.col-sm-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.col-sm-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 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.3333333333%;
	}
	
	.col-md-2 {
		width: 16.6666666667%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-4 {
		width: 33.3333333333%;
	}
	
	.col-md-5 {
		width: 41.6666666667%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-7 {
		width: 58.3333333333%;
	}
	
	.col-md-8 {
		width: 66.6666666667%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-10 {
		width: 83.3333333333%;
	}
	
	.col-md-11 {
		width: 91.6666666667%;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	.col-md-pull-0 {
		right: auto;
	}
	
	.col-md-pull-1 {
		right: 8.3333333333%;
	}
	
	.col-md-pull-2 {
		right: 16.6666666667%;
	}
	
	.col-md-pull-3 {
		right: 25%;
	}
	
	.col-md-pull-4 {
		right: 33.3333333333%;
	}
	
	.col-md-pull-5 {
		right: 41.6666666667%;
	}
	
	.col-md-pull-6 {
		right: 50%;
	}
	
	.col-md-pull-7 {
		right: 58.3333333333%;
	}
	
	.col-md-pull-8 {
		right: 66.6666666667%;
	}
	
	.col-md-pull-9 {
		right: 75%;
	}
	
	.col-md-pull-10 {
		right: 83.3333333333%;
	}
	
	.col-md-pull-11 {
		right: 91.6666666667%;
	}
	
	.col-md-pull-12 {
		right: 100%;
	}
	
	.col-md-push-0 {
		left: auto;
	}
	
	.col-md-push-1 {
		left: 8.3333333333%;
	}
	
	.col-md-push-2 {
		left: 16.6666666667%;
	}
	
	.col-md-push-3 {
		left: 25%;
	}
	
	.col-md-push-4 {
		left: 33.3333333333%;
	}
	
	.col-md-push-5 {
		left: 41.6666666667%;
	}
	
	.col-md-push-6 {
		left: 50%;
	}
	
	.col-md-push-7 {
		left: 58.3333333333%;
	}
	
	.col-md-push-8 {
		left: 66.6666666667%;
	}
	
	.col-md-push-9 {
		left: 75%;
	}
	
	.col-md-push-10 {
		left: 83.3333333333%;
	}
	
	.col-md-push-11 {
		left: 91.6666666667%;
	}
	
	.col-md-push-12 {
		left: 100%;
	}
	
	.col-md-offset-0 {
		margin-left: 0%;
	}
	
	.col-md-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.col-md-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.col-md-offset-3 {
		margin-left: 25%;
	}
	
	.col-md-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.col-md-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.col-md-offset-6 {
		margin-left: 50%;
	}
	
	.col-md-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.col-md-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.col-md-offset-9 {
		margin-left: 75%;
	}
	
	.col-md-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.col-md-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	
	.col-lg-1 {
		width: 8.3333333333%;
	}
	
	.col-lg-2 {
		width: 16.6666666667%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-4 {
		width: 33.3333333333%;
	}
	
	.col-lg-5 {
		width: 41.6666666667%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-7 {
		width: 58.3333333333%;
	}
	
	.col-lg-8 {
		width: 66.6666666667%;
	}
	
	.col-lg-9 {
		width: 75%;
	}
	
	.col-lg-10 {
		width: 83.3333333333%;
	}
	
	.col-lg-11 {
		width: 91.6666666667%;
	}
	
	.col-lg-12 {
		width: 100%;
	}
	
	.col-lg-pull-0 {
		right: auto;
	}
	
	.col-lg-pull-1 {
		right: 8.3333333333%;
	}
	
	.col-lg-pull-2 {
		right: 16.6666666667%;
	}
	
	.col-lg-pull-3 {
		right: 25%;
	}
	
	.col-lg-pull-4 {
		right: 33.3333333333%;
	}
	
	.col-lg-pull-5 {
		right: 41.6666666667%;
	}
	
	.col-lg-pull-6 {
		right: 50%;
	}
	
	.col-lg-pull-7 {
		right: 58.3333333333%;
	}
	
	.col-lg-pull-8 {
		right: 66.6666666667%;
	}
	
	.col-lg-pull-9 {
		right: 75%;
	}
	
	.col-lg-pull-10 {
		right: 83.3333333333%;
	}
	
	.col-lg-pull-11 {
		right: 91.6666666667%;
	}
	
	.col-lg-pull-12 {
		right: 100%;
	}
	
	.col-lg-push-0 {
		left: auto;
	}
	
	.col-lg-push-1 {
		left: 8.3333333333%;
	}
	
	.col-lg-push-2 {
		left: 16.6666666667%;
	}
	
	.col-lg-push-3 {
		left: 25%;
	}
	
	.col-lg-push-4 {
		left: 33.3333333333%;
	}
	
	.col-lg-push-5 {
		left: 41.6666666667%;
	}
	
	.col-lg-push-6 {
		left: 50%;
	}
	
	.col-lg-push-7 {
		left: 58.3333333333%;
	}
	
	.col-lg-push-8 {
		left: 66.6666666667%;
	}
	
	.col-lg-push-9 {
		left: 75%;
	}
	
	.col-lg-push-10 {
		left: 83.3333333333%;
	}
	
	.col-lg-push-11 {
		left: 91.6666666667%;
	}
	
	.col-lg-push-12 {
		left: 100%;
	}
	
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	
	.col-lg-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.col-lg-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.col-lg-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.col-lg-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.col-lg-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.col-lg-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.col-lg-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	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.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > 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: .01%;
}

@media screen and (max-width: 768px) {
	.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 {
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	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 	;
	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: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.nitro-lazy {
	background-image: none !important;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
		line-height: 34px;
	}
	
	input[type="date"].input-sm, .input-group-sm > .input-group-btn > input[type="date"].btn, .gform_footer .input-group-sm > .input-group-btn > input[type="date"], .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > .input-group-btn > input[type="time"].btn, .gform_footer .input-group-sm > .input-group-btn > input[type="time"], .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .gform_footer .input-group-sm > .input-group-btn > input[type="datetime-local"], .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > .input-group-btn > input[type="month"].btn, .gform_footer .input-group-sm > .input-group-btn > input[type="month"], .input-group-sm input[type="month"] {
		line-height: 30px;
	}
	
	input[type="date"].input-lg, .input-group-lg > .input-group-btn > input[type="date"].btn, .gform_footer .input-group-lg > .input-group-btn > input[type="date"], .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > .input-group-btn > input[type="time"].btn, .gform_footer .input-group-lg > .input-group-btn > input[type="time"], .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .gform_footer .input-group-lg > .input-group-btn > input[type="datetime-local"], .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > .input-group-btn > input[type="month"].btn, .gform_footer .input-group-lg > .input-group-btn > input[type="month"], .input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	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 	;
}

.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline, .checkbox-inline {
	position: relative;
	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;
	min-height: 34px;
}

.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, .gform_footer .input-group-lg > .input-group-btn > button.form-control-static, .gform_footer .input-group-lg > .input-group-btn > input.form-control-static, .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, .gform_footer .input-group-sm > .input-group-btn > button.form-control-static, .gform_footer .input-group-sm > .input-group-btn > input.form-control-static {
	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, .gform_footer .input-group-sm > .input-group-btn > button, .gform_footer .input-group-sm > .input-group-btn > input {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

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: 3px;
}

.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;
	min-height: 32px;
	padding: 6px 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, .gform_footer .input-group-lg > .input-group-btn > button, .gform_footer .input-group-lg > .input-group-btn > input {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

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.3333333;
	border-radius: 6px;
}

.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;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	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, .gform_footer .input-group-lg > .input-group-btn > button + .form-control-feedback, .gform_footer .input-group-lg > .input-group-btn > input + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .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, .gform_footer .input-group-sm > .input-group-btn > button + .form-control-feedback, .gform_footer .input-group-sm > .input-group-btn > input + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .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: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.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: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.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: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.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: #737373;
}

@media (min-width: 769px) {
	.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: 769px) {
	.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: 769px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 769px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn, .gform_footer button, .gform_footer input {
	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.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn.nitro-lazy, .gform_footer button.nitro-lazy, .gform_footer input.nitro-lazy {
	background-image: none !important;
}

.btn:focus, .gform_footer button:focus, .gform_footer input:focus, .btn.focus, .gform_footer button.focus, .gform_footer input.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .gform_footer button:hover, .gform_footer input:hover, .btn:focus, .gform_footer button:focus, .gform_footer input:focus, .btn.focus, .gform_footer button.focus, .gform_footer input.focus {
	color: #333;
	text-decoration: none;
}

.btn:active, .gform_footer button:active, .gform_footer input:active, .btn.active, .gform_footer button.active, .gform_footer input.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active.nitro-lazy, .gform_footer button:active.nitro-lazy, .gform_footer input:active.nitro-lazy, .btn.active.nitro-lazy, .gform_footer button.active.nitro-lazy, .gform_footer input.active.nitro-lazy {
	background-image: none !important;
}

.btn.disabled, .gform_footer button.disabled, .gform_footer input.disabled, .btn[disabled], .gform_footer button[disabled], .gform_footer input[disabled], fieldset[disabled] .btn, fieldset[disabled] .gform_footer button, .gform_footer fieldset[disabled] button, fieldset[disabled] .gform_footer input, .gform_footer fieldset[disabled] input {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none;
}

.btn-default:active.nitro-lazy, .btn-default.active.nitro-lazy, .open > .btn-default.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary, .gform_footer button, .gform_footer input {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus, .gform_footer button:focus, .gform_footer input:focus, .btn-primary.focus, .gform_footer button.focus, .gform_footer input.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover, .gform_footer button:hover, .gform_footer input:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active, .gform_footer button:active, .gform_footer input:active, .btn-primary.active, .gform_footer button.active, .gform_footer input.active, .open > .btn-primary.dropdown-toggle, .gform_footer .open > button.dropdown-toggle, .gform_footer .open > input.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active:hover, .gform_footer button:active:hover, .gform_footer input:active:hover, .btn-primary:active:focus, .gform_footer button:active:focus, .gform_footer input:active:focus, .btn-primary:active.focus, .gform_footer button:active.focus, .gform_footer input:active.focus, .btn-primary.active:hover, .gform_footer button.active:hover, .gform_footer input.active:hover, .btn-primary.active:focus, .gform_footer button.active:focus, .gform_footer input.active:focus, .btn-primary.active.focus, .gform_footer button.active.focus, .gform_footer input.active.focus, .open > .btn-primary.dropdown-toggle:hover, .gform_footer .open > button.dropdown-toggle:hover, .gform_footer .open > input.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .gform_footer .open > button.dropdown-toggle:focus, .gform_footer .open > input.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus, .gform_footer .open > button.dropdown-toggle.focus, .gform_footer .open > input.dropdown-toggle.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary:active, .gform_footer button:active, .gform_footer input:active, .btn-primary.active, .gform_footer button.active, .gform_footer input.active, .open > .btn-primary.dropdown-toggle, .gform_footer .open > button.dropdown-toggle, .gform_footer .open > input.dropdown-toggle {
	background-image: none;
}

.btn-primary:active.nitro-lazy, .gform_footer button:active.nitro-lazy, .gform_footer input:active.nitro-lazy, .btn-primary.active.nitro-lazy, .gform_footer button.active.nitro-lazy, .gform_footer input.active.nitro-lazy, .open > .btn-primary.dropdown-toggle.nitro-lazy, .gform_footer .open > button.dropdown-toggle.nitro-lazy, .gform_footer .open > input.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-primary.disabled:hover, .gform_footer button.disabled:hover, .gform_footer input.disabled:hover, .btn-primary.disabled:focus, .gform_footer button.disabled:focus, .gform_footer input.disabled:focus, .btn-primary.disabled.focus, .gform_footer button.disabled.focus, .gform_footer input.disabled.focus, .btn-primary[disabled]:hover, .gform_footer button[disabled]:hover, .gform_footer input[disabled]:hover, .btn-primary[disabled]:focus, .gform_footer button[disabled]:focus, .gform_footer input[disabled]:focus, .btn-primary[disabled].focus, .gform_footer button[disabled].focus, .gform_footer input[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .gform_footer button:hover, .gform_footer fieldset[disabled] button:hover, fieldset[disabled] .gform_footer input:hover, .gform_footer fieldset[disabled] input:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .gform_footer button:focus, .gform_footer fieldset[disabled] button:focus, fieldset[disabled] .gform_footer input:focus, .gform_footer fieldset[disabled] input:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .gform_footer button.focus, .gform_footer fieldset[disabled] button.focus, fieldset[disabled] .gform_footer input.focus, .gform_footer fieldset[disabled] input.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge, .gform_footer button .badge, .gform_footer input .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

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

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success:active.nitro-lazy, .btn-success.active.nitro-lazy, .open > .btn-success.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
	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:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info:active.nitro-lazy, .btn-info.active.nitro-lazy, .open > .btn-info.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning:active.nitro-lazy, .btn-warning.active.nitro-lazy, .open > .btn-warning.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
	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:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger:active.nitro-lazy, .btn-danger.active.nitro-lazy, .open > .btn-danger.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: #337ab7;
	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: #23527c;
	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: #777;
	text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .gform_footer .btn-group-lg > button, .gform_footer .btn-group-lg > input {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .gform_footer .btn-group-sm > button, .gform_footer .btn-group-sm > input {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .gform_footer .btn-group-xs > button, .gform_footer .btn-group-xs > input {
	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 .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

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: .35s;
	transition-duration: .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 dashed;
	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: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777;
}

.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;
}

.dropdown-menu > .disabled > a:hover.nitro-lazy, .dropdown-menu > .disabled > a:focus.nitro-lazy {
	background-image: none !important;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid 	;
	content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 769px) {
	.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, .gform_footer .btn-group > button, .gform_footer .btn-group > input, .btn-group-vertical > .btn, .gform_footer .btn-group-vertical > button, .gform_footer .btn-group-vertical > input {
	position: relative;
	float: left;
}

.btn-group > .btn:hover, .gform_footer .btn-group > button:hover, .gform_footer .btn-group > input:hover, .btn-group > .btn:focus, .gform_footer .btn-group > button:focus, .gform_footer .btn-group > input:focus, .btn-group > .btn:active, .gform_footer .btn-group > button:active, .gform_footer .btn-group > input:active, .btn-group > .btn.active, .gform_footer .btn-group > button.active, .gform_footer .btn-group > input.active, .btn-group-vertical > .btn:hover, .gform_footer .btn-group-vertical > button:hover, .gform_footer .btn-group-vertical > input:hover, .btn-group-vertical > .btn:focus, .gform_footer .btn-group-vertical > button:focus, .gform_footer .btn-group-vertical > input:focus, .btn-group-vertical > .btn:active, .gform_footer .btn-group-vertical > button:active, .gform_footer .btn-group-vertical > input:active, .btn-group-vertical > .btn.active, .gform_footer .btn-group-vertical > button.active, .gform_footer .btn-group-vertical > input.active {
	z-index: 2;
}

.btn-group .btn + .btn, .btn-group .gform_footer button + .btn, .gform_footer .btn-group button + .btn, .btn-group .gform_footer input + .btn, .gform_footer .btn-group input + .btn, .btn-group .gform_footer .btn + button, .gform_footer .btn-group .btn + button, .btn-group .gform_footer button + button, .gform_footer .btn-group button + button, .btn-group .gform_footer input + button, .gform_footer .btn-group input + button, .btn-group .gform_footer .btn + input, .gform_footer .btn-group .btn + input, .btn-group .gform_footer button + input, .gform_footer .btn-group button + input, .btn-group .gform_footer input + input, .gform_footer .btn-group input + input, .btn-group .btn + .btn-group, .btn-group .gform_footer button + .btn-group, .gform_footer .btn-group button + .btn-group, .btn-group .gform_footer input + .btn-group, .gform_footer .btn-group input + .btn-group, .btn-group .btn-group + .btn, .btn-group .gform_footer .btn-group + button, .gform_footer .btn-group .btn-group + button, .btn-group .gform_footer .btn-group + input, .gform_footer .btn-group .btn-group + input, .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, .btn-toolbar .gform_footer button, .gform_footer .btn-toolbar button, .btn-toolbar .gform_footer input, .gform_footer .btn-toolbar input, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn, .gform_footer .btn-toolbar > button, .gform_footer .btn-toolbar > input, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .gform_footer .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .gform_footer .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child, .gform_footer .btn-group > button:first-child, .gform_footer .btn-group > input:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .gform_footer .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .gform_footer .btn-group > input: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), .gform_footer .btn-group > button:last-child:not(:first-child), .gform_footer .btn-group > input: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, .gform_footer .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .gform_footer .btn-group > .btn-group:not(:first-child):not(:last-child) > input {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .gform_footer .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .gform_footer .btn-group > .btn-group:first-child:not(:last-child) > input: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, .gform_footer .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .gform_footer .btn-group > .btn-group:last-child:not(:first-child) > input: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, .gform_footer .btn-group > button + .dropdown-toggle, .gform_footer .btn-group > input + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .gform_footer .btn-group-lg.btn-group > button + .dropdown-toggle, .gform_footer .btn-group-lg.btn-group > input + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret, .gform_footer button .caret, .gform_footer input .caret {
	margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .gform_footer .btn-group-lg > button .caret, .gform_footer .btn-group-lg > input .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .gform_footer .btn-group-lg > button .caret, .gform_footer .dropup .btn-group-lg > button .caret, .dropup .gform_footer .btn-group-lg > input .caret, .gform_footer .dropup .btn-group-lg > input .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .gform_footer .btn-group-vertical > button, .gform_footer .btn-group-vertical > input, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .gform_footer .btn-group-vertical > .btn-group > button, .gform_footer .btn-group-vertical > .btn-group > input {
	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, .gform_footer .btn-group-vertical > .btn-group > button, .gform_footer .btn-group-vertical > .btn-group > input {
	float: none;
}

.btn-group-vertical > .btn + .btn, .gform_footer .btn-group-vertical > button + .btn, .gform_footer .btn-group-vertical > input + .btn, .gform_footer .btn-group-vertical > .btn + button, .gform_footer .btn-group-vertical > button + button, .gform_footer .btn-group-vertical > input + button, .gform_footer .btn-group-vertical > .btn + input, .gform_footer .btn-group-vertical > button + input, .gform_footer .btn-group-vertical > input + input, .btn-group-vertical > .btn + .btn-group, .gform_footer .btn-group-vertical > button + .btn-group, .gform_footer .btn-group-vertical > input + .btn-group, .btn-group-vertical > .btn-group + .btn, .gform_footer .btn-group-vertical > .btn-group + button, .gform_footer .btn-group-vertical > .btn-group + input, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .gform_footer .btn-group-vertical > button:not(:first-child):not(:last-child), .gform_footer .btn-group-vertical > input:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .gform_footer .btn-group-vertical > button:first-child:not(:last-child), .gform_footer .btn-group-vertical > input:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .gform_footer .btn-group-vertical > button:last-child:not(:first-child), .gform_footer .btn-group-vertical > input:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .gform_footer .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .gform_footer .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .gform_footer .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .gform_footer .btn-group-vertical > .btn-group:first-child:not(:last-child) > input: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, .gform_footer .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .gform_footer .btn-group-vertical > .btn-group:last-child:not(:first-child) > input: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, .gform_footer .btn-group-justified > button, .gform_footer .btn-group-justified > input, .btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .gform_footer button, .gform_footer .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .gform_footer input, .gform_footer .btn-group-justified > .btn-group input {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .gform_footer [data-toggle="buttons"] > button input[type="radio"], .gform_footer [data-toggle="buttons"] > input input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], .gform_footer [data-toggle="buttons"] > button input[type="checkbox"], .gform_footer [data-toggle="buttons"] > input 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 .form-control:focus {
	z-index: 3;
}

.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: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .gform_footer .input-group-sm > .input-group-btn > button.input-group-addon, .gform_footer .input-group-sm > .input-group-btn > input.input-group-addon {
	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, .gform_footer .input-group-lg > .input-group-btn > button.input-group-addon, .gform_footer .input-group-lg > .input-group-btn > input.input-group-addon {
	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, .gform_footer .input-group-btn:first-child > button, .gform_footer .input-group-btn:first-child > input, .input-group-btn:first-child > .btn-group > .btn, .gform_footer .input-group-btn:first-child > .btn-group > button, .gform_footer .input-group-btn:first-child > .btn-group > input, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .gform_footer .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .gform_footer .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .gform_footer .input-group-btn:last-child > .btn-group:not(:last-child) > button, .gform_footer .input-group-btn:last-child > .btn-group:not(:last-child) > input {
	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, .gform_footer .input-group-btn:last-child > button, .gform_footer .input-group-btn:last-child > input, .input-group-btn:last-child > .btn-group > .btn, .gform_footer .input-group-btn:last-child > .btn-group > button, .gform_footer .input-group-btn:last-child > .btn-group > input, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .gform_footer .input-group-btn:first-child > button:not(:first-child), .gform_footer .input-group-btn:first-child > input:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .gform_footer .input-group-btn:first-child > .btn-group:not(:first-child) > button, .gform_footer .input-group-btn:first-child > .btn-group:not(:first-child) > input {
	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, .gform_footer .input-group-btn > button, .gform_footer .input-group-btn > input {
	position: relative;
}

.input-group-btn > .btn + .btn, .gform_footer .input-group-btn > button + .btn, .gform_footer .input-group-btn > input + .btn, .gform_footer .input-group-btn > .btn + button, .gform_footer .input-group-btn > button + button, .gform_footer .input-group-btn > input + button, .gform_footer .input-group-btn > .btn + input, .gform_footer .input-group-btn > button + input, .gform_footer .input-group-btn > input + input {
	margin-left: -1px;
}

.input-group-btn > .btn:hover, .gform_footer .input-group-btn > button:hover, .gform_footer .input-group-btn > input:hover, .input-group-btn > .btn:focus, .gform_footer .input-group-btn > button:focus, .gform_footer .input-group-btn > input:focus, .input-group-btn > .btn:active, .gform_footer .input-group-btn > button:active, .gform_footer .input-group-btn > input:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn, .gform_footer .input-group-btn:first-child > button, .gform_footer .input-group-btn:first-child > input, .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn, .gform_footer .input-group-btn:last-child > button, .gform_footer .input-group-btn:last-child > input, .input-group-btn:last-child > .btn-group {
	z-index: 2;
	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: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav > li.disabled > a {
	color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eee;
	border-color: #337ab7;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.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.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 4px;
}

.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: #337ab7;
}

.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: 769px) {
	.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: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 769px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	
	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar:before, .navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media (min-width: 769px) {
	.navbar {
		border-radius: 4px;
	}
}

.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 769px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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 (min-width: 769px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	
	.navbar-collapse.in {
		overflow-y: visible;
	}
	
	.navbar-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: 340px;
}

@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: 769px) {
	.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: 769px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 769px) {
	.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: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

@media (min-width: 769px) {
	.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: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle.nitro-lazy {
	background-image: none !important;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 769px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 768px) {
	.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;
	}
	
	.navbar-nav .open .dropdown-menu > li > a:hover.nitro-lazy, .navbar-nav .open .dropdown-menu > li > a:focus.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 769px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	
	.navbar-nav > li {
		float: left;
	}
	
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 8px;
	margin-bottom: 8px;
}

@media (min-width: 769px) {
	.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: 768px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 769px) {
	.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: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .gform_footer .btn-group-sm > button.navbar-btn, .gform_footer .btn-group-sm > input.navbar-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .gform_footer .btn-group-xs > button.navbar-btn, .gform_footer .btn-group-xs > input.navbar-btn {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 769px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 769px) {
	.navbar-left {
		float: left !important;
	}
	
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

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

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.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: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		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: #555;
		background-color: #e7e7e7;
	}
	
	.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: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333;
}

.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: 768px) {
	.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;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p, .alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable, .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;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	}
	
	.carousel-inner > .item.next, .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	
	.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	
	.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: "‹";
}

.carousel-control .icon-next:before {
	content: "›";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 	;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn, .carousel-caption .gform_footer button, .gform_footer .carousel-caption button, .carousel-caption .gform_footer input, .gform_footer .carousel-caption input {
	text-shadow: none;
}

@media screen and (min-width: 769px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -10px;
	}
	
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -10px;
	}
	
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	
	.carousel-indicators {
		bottom: 20px;
	}
}

.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;
}

.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: 768px) {
	.visible-xs {
		display: block !important;
	}
	
	table.visible-xs {
		display: table !important;
	}
	
	tr.visible-xs {
		display: table-row !important;
	}
	
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 768px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 768px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

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

@media (min-width: 769px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 769px) 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 !important;
	}
	
	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 !important;
	}
	
	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: 768px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 769px) 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 !important;
	}
	
	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;
	}
}

/*!
 * Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fas, .far, .fal, .fad, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-abacus:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acorn:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-alarm-clock:before {
	content: "";
}

.fa-alarm-exclamation:before {
	content: "";
}

.fa-alarm-plus:before {
	content: "";
}

.fa-alarm-snooze:before {
	content: "";
}

.fa-album:before {
	content: "";
}

.fa-album-collection:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alicorn:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-slash:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-amp-guitar:before {
	content: "";
}

.fa-analytics:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angel:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-crate:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-alt-down:before {
	content: "";
}

.fa-arrow-alt-from-bottom:before {
	content: "";
}

.fa-arrow-alt-from-left:before {
	content: "";
}

.fa-arrow-alt-from-right:before {
	content: "";
}

.fa-arrow-alt-from-top:before {
	content: "";
}

.fa-arrow-alt-left:before {
	content: "";
}

.fa-arrow-alt-right:before {
	content: "";
}

.fa-arrow-alt-square-down:before {
	content: "";
}

.fa-arrow-alt-square-left:before {
	content: "";
}

.fa-arrow-alt-square-right:before {
	content: "";
}

.fa-arrow-alt-square-up:before {
	content: "";
}

.fa-arrow-alt-to-bottom:before {
	content: "";
}

.fa-arrow-alt-to-left:before {
	content: "";
}

.fa-arrow-alt-to-right:before {
	content: "";
}

.fa-arrow-alt-to-top:before {
	content: "";
}

.fa-arrow-alt-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-from-bottom:before {
	content: "";
}

.fa-arrow-from-left:before {
	content: "";
}

.fa-arrow-from-right:before {
	content: "";
}

.fa-arrow-from-top:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-square-down:before {
	content: "";
}

.fa-arrow-square-left:before {
	content: "";
}

.fa-arrow-square-right:before {
	content: "";
}

.fa-arrow-square-up:before {
	content: "";
}

.fa-arrow-to-bottom:before {
	content: "";
}

.fa-arrow-to-left:before {
	content: "";
}

.fa-arrow-to-right:before {
	content: "";
}

.fa-arrow-to-top:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-atom-alt:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-axe:before {
	content: "";
}

.fa-axe-battle:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backpack:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-badge:before {
	content: "";
}

.fa-badge-check:before {
	content: "";
}

.fa-badge-dollar:before {
	content: "";
}

.fa-badge-percent:before {
	content: "";
}

.fa-badge-sheriff:before {
	content: "";
}

.fa-badger-honey:before {
	content: "";
}

.fa-bags-shopping:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ball-pile:before {
	content: "";
}

.fa-ballot:before {
	content: "";
}

.fa-ballot-check:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-banjo:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-barcode-alt:before {
	content: "";
}

.fa-barcode-read:before {
	content: "";
}

.fa-barcode-scan:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-basketball-hoop:before {
	content: "";
}

.fa-bat:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-bolt:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-slash:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-exclamation:before {
	content: "";
}

.fa-bell-plus:before {
	content: "";
}

.fa-bell-school:before {
	content: "";
}

.fa-bell-school-slash:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bells:before {
	content: "";
}

.fa-betamax:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-biking-mountain:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blanket:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bone-break:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-alt:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-heart:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-book-spells:before {
	content: "";
}

.fa-book-user:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-books:before {
	content: "";
}

.fa-books-medical:before {
	content: "";
}

.fa-boombox:before {
	content: "";
}

.fa-boot:before {
	content: "";
}

.fa-booth-curtain:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-bottom:before {
	content: "";
}

.fa-border-center-h:before {
	content: "";
}

.fa-border-center-v:before {
	content: "";
}

.fa-border-inner:before {
	content: "";
}

.fa-border-left:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-outer:before {
	content: "";
}

.fa-border-right:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-border-style-alt:before {
	content: "";
}

.fa-border-top:before {
	content: "";
}

.fa-bow-arrow:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-bowling-pins:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-alt:before {
	content: "";
}

.fa-box-ballot:before {
	content: "";
}

.fa-box-check:before {
	content: "";
}

.fa-box-fragile:before {
	content: "";
}

.fa-box-full:before {
	content: "";
}

.fa-box-heart:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-up:before {
	content: "";
}

.fa-box-usd:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-boxing-glove:before {
	content: "";
}

.fa-brackets:before {
	content: "";
}

.fa-brackets-curly:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-loaf:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-bring-forward:before {
	content: "";
}

.fa-bring-front:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-browser:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bullseye-arrow:before {
	content: "";
}

.fa-bullseye-pointer:before {
	content: "";
}

.fa-burger-soda:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-burrito:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-bus-school:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-cabinet-filing:before {
	content: "";
}

.fa-cactus:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calculator-alt:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-edit:before {
	content: "";
}

.fa-calendar-exclamation:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-star:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camcorder:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

.fa-camera-movie:before {
	content: "";
}

.fa-camera-polaroid:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campfire:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candle-holder:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-candy-corn:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-building:before {
	content: "";
}

.fa-car-bump:before {
	content: "";
}

.fa-car-bus:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-garage:before {
	content: "";
}

.fa-car-mechanic:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tilt:before {
	content: "";
}

.fa-car-wash:before {
	content: "";
}

.fa-caret-circle-down:before {
	content: "";
}

.fa-caret-circle-left:before {
	content: "";
}

.fa-caret-circle-right:before {
	content: "";
}

.fa-caret-circle-up:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cars:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cassette-tape:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cauldron:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cctv:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chair-office:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-line-down:before {
	content: "";
}

.fa-chart-network:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-chart-pie-alt:before {
	content: "";
}

.fa-chart-scatter:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-cheese-swiss:before {
	content: "";
}

.fa-cheeseburger:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-bishop-alt:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-clock:before {
	content: "";
}

.fa-chess-clock-alt:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-king-alt:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-knight-alt:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-pawn-alt:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-queen-alt:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chess-rook-alt:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-double-down:before {
	content: "";
}

.fa-chevron-double-left:before {
	content: "";
}

.fa-chevron-double-right:before {
	content: "";
}

.fa-chevron-double-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-square-down:before {
	content: "";
}

.fa-chevron-square-left:before {
	content: "";
}

.fa-chevron-square-right:before {
	content: "";
}

.fa-chevron-square-up:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chimney:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clarinet:before {
	content: "";
}

.fa-claw-marks:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-list-check:before {
	content: "";
}

.fa-clipboard-prescription:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-drizzle:before {
	content: "";
}

.fa-cloud-hail:before {
	content: "";
}

.fa-cloud-hail-mixed:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-music:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-rainbow:before {
	content: "";
}

.fa-cloud-showers:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sleet:before {
	content: "";
}

.fa-cloud-snow:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-clouds:before {
	content: "";
}

.fa-clouds-moon:before {
	content: "";
}

.fa-clouds-sun:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-club:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-coffee-togo:before {
	content: "";
}

.fa-coffin:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coin:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-alt-check:before {
	content: "";
}

.fa-comment-alt-dollar:before {
	content: "";
}

.fa-comment-alt-dots:before {
	content: "";
}

.fa-comment-alt-edit:before {
	content: "";
}

.fa-comment-alt-exclamation:before {
	content: "";
}

.fa-comment-alt-lines:before {
	content: "";
}

.fa-comment-alt-medical:before {
	content: "";
}

.fa-comment-alt-minus:before {
	content: "";
}

.fa-comment-alt-music:before {
	content: "";
}

.fa-comment-alt-plus:before {
	content: "";
}

.fa-comment-alt-slash:before {
	content: "";
}

.fa-comment-alt-smile:before {
	content: "";
}

.fa-comment-alt-times:before {
	content: "";
}

.fa-comment-check:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-edit:before {
	content: "";
}

.fa-comment-exclamation:before {
	content: "";
}

.fa-comment-lines:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-minus:before {
	content: "";
}

.fa-comment-music:before {
	content: "";
}

.fa-comment-plus:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-smile:before {
	content: "";
}

.fa-comment-times:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-alt:before {
	content: "";
}

.fa-comments-alt-dollar:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-slash:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-compress-wide:before {
	content: "";
}

.fa-computer-classic:before {
	content: "";
}

.fa-computer-speaker:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-construction:before {
	content: "";
}

.fa-container-storage:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-conveyor-belt:before {
	content: "";
}

.fa-conveyor-belt-alt:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-corn:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-cowbell:before {
	content: "";
}

.fa-cowbell-more:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-blank:before {
	content: "";
}

.fa-credit-card-front:before {
	content: "";
}

.fa-cricket:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-croissant:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-crutches:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-curling:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dagger:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-debug:before {
	content: "";
}

.fa-deer:before {
	content: "";
}

.fa-deer-rudolph:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dewpoint:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d10:before {
	content: "";
}

.fa-dice-d12:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d4:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-d8:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digging:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-diploma:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-disc-drive:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-do-not-enter:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dog-leashed:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-empty:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-dolly-flatbed-alt:before {
	content: "";
}

.fa-dolly-flatbed-empty:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-circle:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-draw-square:before {
	content: "";
}

.fa-dreidel:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-drone:before {
	content: "";
}

.fa-drone-alt:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dryer:before {
	content: "";
}

.fa-dryer-alt:before {
	content: "";
}

.fa-duck:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-ear:before {
	content: "";
}

.fa-ear-muffs:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-eclipse:before {
	content: "";
}

.fa-eclipse-alt:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-egg-fried:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-elephant:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-h-alt:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ellipsis-v-alt:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-empty-set:before {
	content: "";
}

.fa-engine-warning:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-dollar:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-square:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expand-wide:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-evil:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-farm:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-field-hockey:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-certificate:before {
	content: "";
}

.fa-file-chart-line:before {
	content: "";
}

.fa-file-chart-pie:before {
	content: "";
}

.fa-file-check:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-exclamation:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-minus:before {
	content: "";
}

.fa-file-music:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-plus:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-search:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-spreadsheet:before {
	content: "";
}

.fa-file-times:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-user:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-files-medical:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-film-alt:before {
	content: "";
}

.fa-film-cannister:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-smoke:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-fireplace:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fish-cooked:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-alt:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flame:before {
	content: "";
}

.fa-flashlight:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-poison:before {
	content: "";
}

.fa-flask-potion:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flower:before {
	content: "";
}

.fa-flower-daffodil:before {
	content: "";
}

.fa-flower-tulip:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-flute:before {
	content: "";
}

.fa-flux-capacitor:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-fog:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-times:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-folders:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-font-case:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-football-helmet:before {
	content: "";
}

.fa-forklift:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-fragile:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-french-fries:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frosty-head:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-function:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-game-board:before {
	content: "";
}

.fa-game-board-alt:before {
	content: "";
}

.fa-game-console-handheld:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gamepad-alt:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gas-pump-slash:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gift-card:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-gingerbread-man:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass:before {
	content: "";
}

.fa-glass-champagne:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-citrus:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glass-whiskey-rocks:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glasses-alt:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-globe-snow:before {
	content: "";
}

.fa-globe-stand:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-golf-club:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gramophone:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-guitar-electric:before {
	content: "";
}

.fa-guitars:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-h1:before {
	content: "";
}

.fa-h2:before {
	content: "";
}

.fa-h3:before {
	content: "";
}

.fa-h4:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hammer-war:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-heart:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-box:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-magic:before {
	content: "";
}

.fa-hand-holding-seedling:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-receiving:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-heart:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-usd:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-chef:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-santa:before {
	content: "";
}

.fa-hat-winter:before {
	content: "";
}

.fa-hat-witch:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-haykal:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side:before {
	content: "";
}

.fa-head-side-brain:before {
	content: "";
}

.fa-head-side-headphones:before {
	content: "";
}

.fa-head-side-medical:before {
	content: "";
}

.fa-head-vr:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heart-circle:before {
	content: "";
}

.fa-heart-rate:before {
	content: "";
}

.fa-heart-square:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helmet-battle:before {
	content: "";
}

.fa-hexagon:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-mask:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-hockey-sticks:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-alt:before {
	content: "";
}

.fa-home-heart:before {
	content: "";
}

.fa-home-lg:before {
	content: "";
}

.fa-home-lg-alt:before {
	content: "";
}

.fa-hood-cloak:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-horizontal-rule:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-horse-saddle:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hospitals:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-flood:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-humidity:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-ice-skate:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-icons-alt:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-image-polaroid:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-inbox-in:before {
	content: "";
}

.fa-inbox-out:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-industry-alt:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-info-square:before {
	content: "";
}

.fa-inhaler:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-integral:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-intersection:before {
	content: "";
}

.fa-inventory:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-island-tropical:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-jack-o-lantern:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-joystick:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-jug:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-kazoo:before {
	content: "";
}

.fa-kerning:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-key-skeleton:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-keynote:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kidneys:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kite:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-knife-kitchen:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-lambda:before {
	content: "";
}

.fa-lamp:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lasso:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-layer-minus:before {
	content: "";
}

.fa-layer-plus:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leaf-heart:before {
	content: "";
}

.fa-leaf-maple:before {
	content: "";
}

.fa-leaf-oak:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lightbulb-dollar:before {
	content: "";
}

.fa-lightbulb-exclamation:before {
	content: "";
}

.fa-lightbulb-on:before {
	content: "";
}

.fa-lightbulb-slash:before {
	content: "";
}

.fa-lights-holiday:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-line-columns:before {
	content: "";
}

.fa-line-height:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lips:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-music:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-circle:before {
	content: "";
}

.fa-location-slash:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-alt:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lock-open-alt:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-loveseat:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luchador:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-mace:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailbox:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-mandolin:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-marker-alt-slash:before {
	content: "";
}

.fa-map-marker-check:before {
	content: "";
}

.fa-map-marker-edit:before {
	content: "";
}

.fa-map-marker-exclamation:before {
	content: "";
}

.fa-map-marker-minus:before {
	content: "";
}

.fa-map-marker-plus:before {
	content: "";
}

.fa-map-marker-question:before {
	content: "";
}

.fa-map-marker-slash:before {
	content: "";
}

.fa-map-marker-smile:before {
	content: "";
}

.fa-map-marker-times:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-meat:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaphone:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microphone-stand:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mind-share:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-hexagon:before {
	content: "";
}

.fa-minus-octagon:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mistletoe:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-money-check-edit:before {
	content: "";
}

.fa-money-check-edit-alt:before {
	content: "";
}

.fa-monitor-heart-rate:before {
	content: "";
}

.fa-monkey:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-moon-cloud:before {
	content: "";
}

.fa-moon-stars:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountains:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-alt:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mp3-player:before {
	content: "";
}

.fa-mug:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-mug-marshmallows:before {
	content: "";
}

.fa-mug-tea:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-music-alt:before {
	content: "";
}

.fa-music-alt-slash:before {
	content: "";
}

.fa-music-slash:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-narwhal:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octagon:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-temp:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-omega:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-ornament:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-overline:before {
	content: "";
}

.fa-page-break:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-brush-alt:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-pallet-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-paragraph-rtl:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-parking-circle:before {
	content: "";
}

.fa-parking-circle-slash:before {
	content: "";
}

.fa-parking-slash:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paw-alt:before {
	content: "";
}

.fa-paw-claws:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pegasus:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-paintbrush:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-pennant:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-carry:before {
	content: "";
}

.fa-person-dolly:before {
	content: "";
}

.fa-person-dolly-empty:before {
	content: "";
}

.fa-person-sign:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-laptop:before {
	content: "";
}

.fa-phone-office:before {
	content: "";
}

.fa-phone-plus:before {
	content: "";
}

.fa-phone-rotary:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pi:before {
	content: "";
}

.fa-piano:before {
	content: "";
}

.fa-piano-keyboard:before {
	content: "";
}

.fa-pie:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pig:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-alt:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-hexagon:before {
	content: "";
}

.fa-plus-octagon:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-podium:before {
	content: "";
}

.fa-podium-star:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poll-people:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-popcorn:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-presentation:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-print-search:before {
	content: "";
}

.fa-print-slash:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-projector:before {
	content: "";
}

.fa-pumpkin:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-question-square:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-rabbit:before {
	content: "";
}

.fa-rabbit-fast:before {
	content: "";
}

.fa-racquet:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-radio-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-raindrops:before {
	content: "";
}

.fa-ram:before {
	content: "";
}

.fa-ramp-loading:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-rectangle-landscape:before {
	content: "";
}

.fa-rectangle-portrait:before {
	content: "";
}

.fa-rectangle-wide:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-repeat-1:before {
	content: "";
}

.fa-repeat-1-alt:before {
	content: "";
}

.fa-repeat-alt:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-retweet-alt:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-rings-wedding:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-route-highway:before {
	content: "";
}

.fa-route-interstate:before {
	content: "";
}

.fa-router:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-triangle:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rv:before {
	content: "";
}

.fa-sack:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salad:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sandwich:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-sausage:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-sax-hot:before {
	content: "";
}

.fa-saxophone:before {
	content: "";
}

.fa-scalpel:before {
	content: "";
}

.fa-scalpel-path:before {
	content: "";
}

.fa-scanner:before {
	content: "";
}

.fa-scanner-image:before {
	content: "";
}

.fa-scanner-keyboard:before {
	content: "";
}

.fa-scanner-touchscreen:before {
	content: "";
}

.fa-scarecrow:before {
	content: "";
}

.fa-scarf:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-old:before {
	content: "";
}

.fa-scrubber:before {
	content: "";
}

.fa-scythe:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-send-back:before {
	content: "";
}

.fa-send-backward:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-all:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-sheep:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-check:before {
	content: "";
}

.fa-shield-cross:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shipping-timed:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shish-kebab:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shovel:before {
	content: "";
}

.fa-shovel-snow:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shredder:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-shuttlecock:before {
	content: "";
}

.fa-sickle:before {
	content: "";
}

.fa-sigma:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signal-1:before {
	content: "";
}

.fa-signal-2:before {
	content: "";
}

.fa-signal-3:before {
	content: "";
}

.fa-signal-4:before {
	content: "";
}

.fa-signal-alt:before {
	content: "";
}

.fa-signal-alt-1:before {
	content: "";
}

.fa-signal-alt-2:before {
	content: "";
}

.fa-signal-alt-3:before {
	content: "";
}

.fa-signal-alt-slash:before {
	content: "";
}

.fa-signal-slash:before {
	content: "";
}

.fa-signal-stream:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-skeleton:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-ski-jump:before {
	content: "";
}

.fa-ski-lift:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-cow:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sledding:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-sliders-h-square:before {
	content: "";
}

.fa-sliders-v:before {
	content: "";
}

.fa-sliders-v-square:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-plus:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoke:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snake:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snooze:before {
	content: "";
}

.fa-snow-blowing:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowflakes:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowmobile:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-shapes-down:before {
	content: "";
}

.fa-sort-shapes-down-alt:before {
	content: "";
}

.fa-sort-shapes-up:before {
	content: "";
}

.fa-sort-shapes-up-alt:before {
	content: "";
}

.fa-sort-size-down:before {
	content: "";
}

.fa-sort-size-down-alt:before {
	content: "";
}

.fa-sort-size-up:before {
	content: "";
}

.fa-sort-size-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-soup:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-spade:before {
	content: "";
}

.fa-sparkles:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-speakers:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spider-black-widow:before {
	content: "";
}

.fa-spider-web:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spinner-third:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-squirrel:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-staff:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-christmas:before {
	content: "";
}

.fa-star-exclamation:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-stars:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steak:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-steering-wheel:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stocking:before {
	content: "";
}

.fa-stomach:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-stretcher:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-cloud:before {
	content: "";
}

.fa-sun-dust:before {
	content: "";
}

.fa-sun-haze:before {
	content: "";
}

.fa-sunglasses:before {
	content: "";
}

.fa-sunrise:before {
	content: "";
}

.fa-sunset:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-sword:before {
	content: "";
}

.fa-swords:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablet-android:before {
	content: "";
}

.fa-tablet-android-alt:before {
	content: "";
}

.fa-tablet-rugged:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tachometer-alt-average:before {
	content: "";
}

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-tachometer-alt-fastest:before {
	content: "";
}

.fa-tachometer-alt-slow:before {
	content: "";
}

.fa-tachometer-alt-slowest:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-tachometer-fastest:before {
	content: "";
}

.fa-tachometer-slow:before {
	content: "";
}

.fa-tachometer-slowest:before {
	content: "";
}

.fa-taco:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tally:before {
	content: "";
}

.fa-tanakh:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-tasks-alt:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-frigid:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-hot:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-tennis-ball:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-size:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-theta:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-thunderstorm-moon:before {
	content: "";
}

.fa-thunderstorm-sun:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tilde:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-times-hexagon:before {
	content: "";
}

.fa-times-octagon:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tire:before {
	content: "";
}

.fa-tire-flat:before {
	content: "";
}

.fa-tire-pressure-warning:before {
	content: "";
}

.fa-tire-rugged:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-alt:before {
	content: "";
}

.fa-tombstone:before {
	content: "";
}

.fa-tombstone-alt:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-toothbrush:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-cone:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-traffic-light-go:before {
	content: "";
}

.fa-traffic-light-slow:before {
	content: "";
}

.fa-traffic-light-stop:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-trash-undo:before {
	content: "";
}

.fa-trash-undo-alt:before {
	content: "";
}

.fa-treasure-chest:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-alt:before {
	content: "";
}

.fa-tree-christmas:before {
	content: "";
}

.fa-tree-decorated:before {
	content: "";
}

.fa-tree-large:before {
	content: "";
}

.fa-tree-palm:before {
	content: "";
}

.fa-trees:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-triangle:before {
	content: "";
}

.fa-triangle-music:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trophy-alt:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-container:before {
	content: "";
}

.fa-truck-couch:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plow:before {
	content: "";
}

.fa-truck-ramp:before {
	content: "";
}

.fa-trumpet:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-turkey:before {
	content: "";
}

.fa-turntable:before {
	content: "";
}

.fa-turtle:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-tv-alt:before {
	content: "";
}

.fa-tv-music:before {
	content: "";
}

.fa-tv-retro:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typewriter:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-unicorn:before {
	content: "";
}

.fa-union:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usb-drive:before {
	content: "";
}

.fa-usd-circle:before {
	content: "";
}

.fa-usd-square:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-chart:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-cowboy:before {
	content: "";
}

.fa-user-crown:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-hard-hat:before {
	content: "";
}

.fa-user-headset:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-md-chat:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-music:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-class:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-crown:before {
	content: "";
}

.fa-users-medical:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-fork:before {
	content: "";
}

.fa-utensil-knife:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-utensils-alt:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-value-absolute:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vhs:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-plus:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-violin:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-slash:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-nay:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-wagon-covered:before {
	content: "";
}

.fa-walker:before {
	content: "";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-wand:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-warehouse-alt:before {
	content: "";
}

.fa-washer:before {
	content: "";
}

.fa-watch:before {
	content: "";
}

.fa-watch-calculator:before {
	content: "";
}

.fa-watch-fitness:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-water-lower:before {
	content: "";
}

.fa-water-rise:before {
	content: "";
}

.fa-wave-sine:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-wave-triangle:before {
	content: "";
}

.fa-waveform:before {
	content: "";
}

.fa-waveform-path:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-webcam:before {
	content: "";
}

.fa-webcam-slash:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whale:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheat:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whistle:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-1:before {
	content: "";
}

.fa-wifi-2:before {
	content: "";
}

.fa-wifi-slash:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-wind-turbine:before {
	content: "";
}

.fa-wind-warning:before {
	content: "";
}

.fa-window:before {
	content: "";
}

.fa-window-alt:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-windsock:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wreath:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fal {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.far {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

::-moz-selection {
	background: rgba(255, 181, 0, .5) !important;
	color: #333 !important;
}

::selection {
	background: rgba(255, 181, 0, .5) !important;
	color: #333 !important;
}

.txt-light, #site-search .blog-search-form input::placeholder, #breadcrumbs-wrap .breadcrumbs .breadcrumb li {
	font-weight: 300;
}

.txt-black {
	font-weight: 900;
}

.txt-bold, .filters .filter input[type="radio"]:checked + label, .filters .filter input[type="checkbox"]:checked + label, .label {
	font-weight: 500 !important;
}

.txt-semibold {
	font-weight: 600;
}

.txt-normal, .filters .filter label {
	font-weight: 400;
}

.txt-italic, #site-search .blog-search-form input::placeholder {
	font-style: italic;
}

.txt-underline {
	text-decoration: underline;
}

.txt-center, .aligncenter {
	text-align: center;
}

.txt-noitalic {
	font-style: normal;
}

.txt-antialiased, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

.txt-noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.txt-spacer {
	letter-spacing: .05em;
}

.txt-spacing, #breadcrumbs-wrap .breadcrumbs .breadcrumb li, .meta, .label {
	letter-spacing: .05em;
}

.txt-nospace {
	letter-spacing: 0;
}

.os {
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.prometo, .filters .filter label, #breadcrumbs-wrap .breadcrumbs .breadcrumb li, .meta, .label {
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.absolute, .filters .filter input[type="radio"], .filters .filter input[type="checkbox"] {
	position: absolute;
}

.block, img.aligncenter {
	display: block;
}

.inline {
	display: inline;
}

.relative, #site-search .blog-search-form {
	position: relative;
}

.flex {
	display: flex;
	flex-flow: row wrap;
}

.table-wrap {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.alignleft {
	float: left;
}

.black {
	color: #000;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

img.alignleft {
	margin-left: 10px;
}

.alignright, #mobile-navigation-toggle {
	float: right;
}

img.alignright, img#mobile-navigation-toggle {
	margin-right: 10px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

.bull {
	margin: 0 8px;
}

.parallel {
	backface-visibility: hidden;
	transform: translateZ(1px) skewX(-10deg);
}

.parallel.right-side {
	transform-origin: 100% 0;
}

.parallel.left-side {
	transform-origin: 0 100%;
}

.reparallel {
	transform: skewX(10deg);
}

.bg-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

.grayscale {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	filter: grayscale(100%);
}

.label {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.777;
	margin-bottom: initial;
}

.meta {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: initial;
}

.font-small {
	font-size: 60%;
}

.font-larger {
	font-size: 130%;
}

.font-bold {
	font-weight: bold;
}

.font-normal {
	font-weight: 400;
}

.font-light {
	font-weight: 300;
}

.font-italic {
	font-style: italic;
}

.font-uppercase {
	text-transform: uppercase;
}

.font-header {
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
}

.font-body {
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.white-text {
	color: #fff;
}

.black-text {
	color: #000;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.wp-caption-text, .caption {
	color: #666;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}

.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.display-table {
	display: table;
}

.display-row {
	display: table-row;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.pad-me {
	padding: 15px;
}

.center-block {
	margin: 0px auto;
}

.relative, #site-search .blog-search-form {
	position: relative;
}

.aligncenter, .aligncenterdl {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.alignright, #mobile-navigation-toggle {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.center-list {
	float: right;
	left: -50%;
	position: relative;
}

.center-list ul {
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.center-list ul li {
	float: left;
}

.table.table-noborder thead tr th, .table.table-noborder thead tr td, .table.table-noborder tbody tr th, .table.table-noborder tbody tr td, .table.table-noborder tfoot tr th, .table.table-noborder tfoot tr td {
	border: 0;
}

.modal-open {
	overflow: auto;
}

.setup-background {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.txt-antialiased, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

span.required {
	color: red;
}

span.spacer {
	margin: 0px 10px;
}

span.right-spacer {
	margin-right: 30px;
}

.divider {
	height: 1px;
	margin: 20px 0px;
	width: 70px;
}

.divider.divider-primary {
	background-color: #0077c8;
}

.divider.divider-primary-thick {
	background-color: #0077c8;
	height: 3px;
}

.shadow-decoration {
	background-image: linear-gradient(to top, #0077c8 0%, #0077c8 100%);
	background-size: 2px 2px;
	background-repeat: repeat-x;
	background-position: 0 100%;
	text-shadow: 1px .07em 0 #fff, -1px .07em 0 #fff;
}

.no-shadow-decoration {
	background-image: none;
	background-size: 0 0;
	background-repeat: no-repeat;
	background-position: 0 100%;
	text-shadow: none;
}

.no-shadow-decoration.nitro-lazy {
	background-image: none !important;
}

.pk-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.pk-video iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100% !important;
	height: 100%;
	min-height: 0 !important;
}

@media (max-width: 479px) {
	.tiny-only {
		display: block;
	}
}

@media (min-width: 480px) {
	.tiny-only {
		display: none;
	}
}

@media (max-width: 768px) {
	div.row {
		margin: 0px;
	}
	
	.desktop-hide {
		display: block;
	}
	
	.mobile-hide {
		display: none;
	}
	
	.medium-show {
		display: none;
	}
	
	.alignright, #mobile-navigation-toggle, .alignleft {
		margin: 0px;
		float: none;
	}
}

@media (min-width: 769px) {
	.desktop-hide {
		display: none;
	}
	
	.mobile-hide {
		display: block;
	}
}

.medium-only {
	display: none;
}

@media (min-width: 769px) and (max-width: 991px) {
	.medium-only {
		display: block;
	}
}

@media (max-width: 991px) {
	.fullscreen-only {
		display: none !important;
	}
	
	.fullscreen-hide {
		display: block;
	}
}

@media (min-width: 992px) {
	.fullscreen-only {
		display: block;
	}
	
	.fullscreen-hide {
		display: none;
	}
}

.gform_wrapper {
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
}

.gform_wrapper h5 {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.gform_wrapper h3.gform_title {
	font-size: 3rem;
	line-height: 1.3;
	color: #4d4d4d;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}

.gform_wrapper ul {
	margin: 0px;
}

.gform_wrapper ul.gform_fields {
	margin-left: 0;
	padding-left: 0;
}

.gform_wrapper ul.gform_fields li {
	list-style: none;
	padding-top: 20px;
}

.gform_wrapper ul.gform_fields li:before {
	display: none;
}

.gform_wrapper .gform_heading {
	margin-bottom: 20px;
}

.gform_wrapper li.gfield {
	clear: left;
}

.gform_wrapper li.gfield.gform_hidden {
	min-height: 0px;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper label {
	float: left;
	font-size: 1.8rem;
	line-height: 1.3;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	width: 195px;
}

.gform_wrapper .gfield_required {
	color: red !important;
}

.gform_wrapper select {
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #f6f6f6;
	padding: 6px 40px 6px 16px;
	font-size: 1.8rem;
	outline: none;
	color: #4d4d4d;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	width: 100%;
	max-width: 450px;
}

.gform_wrapper select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.gform_wrapper select.error {
	border: 1px solid red;
}

.gform_wrapper select option {
	padding: 4px 15px;
}

.gform_wrapper select option:disabled {
	display: none;
}

.gform_wrapper .ginput_container {
	float: left;
	max-width: 450px;
	width: 100%;
	margin: 0 2px 10px 2px;
}

.gform_wrapper .gfield--type-name {
	padding: 0;
}

.gform_wrapper .ginput_container_select {
	position: relative;
}

.gform_wrapper .ginput_container_select:before {
	content: "";
	color: #0077c8;
	font-size: 2rem;
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 10px;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox, .gform_wrapper .ginput_container_radio .gfield_radio {
	padding-left: 0;
	padding-top: 0px;
	margin-left: 0;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox li, .gform_wrapper .ginput_container_radio .gfield_radio li {
	clear: left;
	padding-top: 0;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox > label, .gform_wrapper .ginput_container_radio .gfield_radio > label {
	display: none;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox label, .gform_wrapper .ginput_container_radio .gfield_radio label {
	width: auto;
	padding: 0px;
	font-weight: normal;
	text-transform: none;
	position: relative;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox input, .gform_wrapper .ginput_container_radio .gfield_radio input {
	display: none;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox input + label, .gform_wrapper .ginput_container_radio .gfield_radio input + label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: none;
	padding-left: 30px;
	text-transform: normal;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox input + label:before, .gform_wrapper .ginput_container_radio .gfield_radio input + label:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	position: absolute;
	left: 0px;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox input:checked + label:before, .gform_wrapper .ginput_container_radio .gfield_radio input:checked + label:before {
	color: #0077c8;
	margin-right: 6.5px;
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox input + label:before {
	content: "";
}

.gform_wrapper .ginput_container_checkbox .gfield_checkbox input:checked + label:before {
	content: "";
}

.gform_wrapper .ginput_container_radio .gfield_radio input + label:before {
	content: "";
}

.gform_wrapper .ginput_container_radio .gfield_radio input:checked + label:before {
	content: "";
}

.gform_wrapper .gform_validation_container {
	height: 1px;
	text-indent: -9999px;
}

.gform_wrapper .validation_error {
	color: red !important;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"] {
	padding: 0px 12px;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper select, .gform_wrapper textarea {
	font-size: 1.8rem;
	line-height: 1.5;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 10px 12px;
	width: 100% !important;
	max-width: 100%;
}

.gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="email"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus {
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, .4);
	outline: 0;
}

.gform_wrapper textarea {
	resize: none;
	height: 150px;
}

.gform_wrapper input[type="checkbox"] {
	width: auto;
	float: left;
	padding-top: 12px;
}

.gform_wrapper input[type="file"] {
	background-color: transparent;
	border: 0px none;
	border-radius: 0px;
	box-shadow: none;
	padding: 0px;
}

.gform_wrapper .ginput_recaptcha > div {
	width: 100% !important;
}

.gform_wrapper .half {
	float: left;
	clear: none;
}

.gform_wrapper .half.right {
	float: right;
}

.gform_wrapper .half.right textarea {
	height: 238px;
}

@media (min-width: 1200px) {
	.gform_wrapper .half {
		width: 50%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.gform_wrapper .half {
		width: 50%;
	}
	
	.gform_wrapper .half input, .gform_wrapper .half textarea {
		max-width: 430px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.gform_wrapper .half {
		width: 50%;
	}
	
	.gform_wrapper .half input, .gform_wrapper .half textarea {
		max-width: 330px;
	}
}

@media (max-width: 768px) {
	.gform_wrapper .half {
		width: 100%;
	}
}

.gform_footer {
	clear: left;
	padding-left: 195px;
}

.gform_footer button, .gform_footer input {
	padding: 15px 60px;
}

@media (max-width: 768px) {
	.gform_footer {
		padding-left: 0;
	}
}

.gfield_description {
	font-size: .8em;
	font-style: italic;
	line-height: 1.6;
}

.gfield_description.validation_message {
	color: red !important;
}

.gfield_error input, .gfield_error textarea {
	border: 1px solid red;
}

.gform_fileupload_multifile .gform_drop_area {
	padding: 25px;
	border: 2px dashed #ddd;
	text-align: center;
	color: #aaa;
	margin-bottom: 10px;
}

.gform_fileupload_multifile .gform_drop_area.is-dragover {
	border-color: #0077c8;
}

.gform_button_select_files {
	width: auto !important;
}

#ui-datepicker-div {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, .75);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, .75);
	display: none;
	padding: 20px;
	width: 300px;
}

#ui-datepicker-div a {
	text-decoration: none;
}

#ui-datepicker-div .ui-icon {
	color: transparent;
	cursor: pointer;
	font-size: 0px;
}

#ui-datepicker-div .ui-icon:before {
	color: #0077c8;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
}

#ui-datepicker-div .ui-datepicker-prev {
	float: left;
	width: 10%;
}

#ui-datepicker-div .ui-datepicker-prev .ui-icon:before {
	content: "";
}

#ui-datepicker-div .ui-datepicker-prev.ui-state-disabled {
	display: none;
}

#ui-datepicker-div .ui-datepicker-next {
	float: right;
	width: 10%;
}

#ui-datepicker-div .ui-datepicker-next .ui-icon:before {
	content: "";
	float: right;
}

#ui-datepicker-div .ui-datepicker-next.ui-state-disabled {
	display: none;
}

#ui-datepicker-div .ui-datepicker-title select {
	float: left;
	width: 70%;
}

#ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
	margin: 0px 5% 6px;
}

#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
	margin: 0px 15% 6px;
}

#ui-datepicker-div .ui-datepicker-today {
	background-color: #0077c8;
	border-radius: 4px;
}

#ui-datepicker-div .ui-datepicker-today a {
	color: #fff;
}

#ui-datepicker-div table {
	width: 100%;
}

#ui-datepicker-div table td, #ui-datepicker-div table th {
	text-align: center;
}

#ui-datepicker-div table td a {
	display: block;
	padding: 5px;
}

.gfield.file {
	position: relative;
}

.gfield.file label {
	height: 85px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.gfield.file label:hover {
	cursor: pointer;
}

.gfield.file label:hover + .ginput_container_fileupload:after {
	background: #ffb500;
}

.gfield.file label:after {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px 0 0 3px;
	content: attr(data-content);
	cursor: pointer;
	height: 55px;
	width: 450px;
	position: absolute;
	left: 195px;
	top: 0;
	line-height: 55px;
	padding-left: 10px;
}

.gfield.file label:after:hover {
	background-color: #ffb500;
	border: 2px solid #ffb500;
}

.gfield.file label:after:focus, .gfield.file label:after:active, .gfield.file label:after:hover:active, .gfield.file label:after:hover:focus, .gfield.file label:after:active:focus {
	background-color: #231f20;
	box-shadow: none;
}

@media (max-width: 768px) {
	.gfield.file label:after {
		left: 0;
		top: 30px;
		max-width: 450px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.gfield.file label {
		width: 100% !important;
	}
}

.gfield.file input[type="file"] {
	display: none;
}

.gfield.file #extensions_message {
	display: none;
}

.gfield.file .ginput_container_fileupload {
	position: absolute;
	top: 0;
	width: 100%;
}

.gfield.file .ginput_container_fileupload:after {
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	pointer-events: none;
	background: #0077c8;
	border: 1px solid #ddd;
	border-left: 0;
	border-radius: 0 3px 3px 0;
	content: "Select";
	color: #fff;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	height: 55px;
	font-size: 1.8rem;
	line-height: 55px;
	min-width: 165px;
	padding: 0 45px;
	position: absolute;
	left: 480px;
	text-align: center;
	top: 20px;
	z-index: 10;
}

@media (max-width: 768px) {
	.gfield.file .ginput_container_fileupload:after {
		left: 285px;
		top: 50px;
	}
}

@media (max-width: 490px) {
	.gfield.file .ginput_container_fileupload:after {
		left: auto;
		right: 10px;
	}
}

.gfield.file .ginput_container_fileupload .ginput_preview {
	position: relative;
	left: 15px;
	top: 8px;
	z-index: 50;
}

.gfield.file .ginput_container_fileupload .validation_message {
	font-size: 16px;
	margin-top: 50px;
}

.gfield.file.gfield_error .ginput_container_fileupload:after {
	top: 7px;
}

.gfield.file.gfield_error .ginput_container_fileupload .ginput_preview {
	top: 15px;
}

.print-only {
	display: none;
}

@media print {
	body {
		overflow: visible;
		height: auto;
		width: auto;
	}
	
	.no-print {
		display: none !important;
	}
	
	.print-only {
		display: block !important;
	}
	
	.print-full {
		width: 100% !important;
	}
	
	a[href]:after, a:link:after, a:visited:after {
		content: "";
	}
	
	.wc-proceed-to-checkout {
		display: none !important;
	}
}

@-moz-document url-prefix() {}

h1 {
	font-size: 60px;
	line-height: 70px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif !important;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
}

h2 {
	font-size: 48px;
	line-height: 60px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif !important;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
}

h3 {
	font-size: 36px;
	line-height: 44px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif !important;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
}

h4 {
	font-size: 30px;
	line-height: 38px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif !important;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
}

h5 {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif !important;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
}

h6, h6 span {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	letter-spacing: .05em;
}

body, p {
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif !important;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
}

html {
	font-size: 10px;
	line-height: 1.5;
}

p {
	margin-bottom: 20px;
}

a {
	color: #0077c8;
}

a:visited {
	color: #0077c8;
}

a:focus, a:active {
	color: #0077c8;
}

a:hover {
	text-decoration: none;
}

::-webkit-input-placeholder {
	color: #aaa;
	font-size: 1.8rem;
	font-style: italic;
	opacity: 1;
}

:-moz-placeholder {
	color: #aaa;
	font-size: 1.8rem;
	font-style: italic;
	opacity: 1;
}

::-moz-placeholder {
	color: #aaa;
	font-size: 1.8rem;
	font-style: italic;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #aaa;
	font-size: 1.8rem;
	font-style: italic;
	opacity: 1;
}

:where(.wp-block-button__link) {
	border-radius: 3px !important;
	padding: 0px 30px !important;
}

.wp-block-button {
	padding: inherit !important;
}

.btn, .wp-block-button, .gform_footer button, .gform_footer input {
	border: 0px;
	border-radius: 3px;
	display: inline-block;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0px;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: inherit;
	white-space: normal;
}

.btn:hover, .wp-block-button:hover, .gform_footer button:hover, .gform_footer input:hover {
	cursor: pointer;
}

.btn.btn-full, .gform_footer button.btn-full, .gform_footer input.btn-full {
	width: 100%;
}

.btn.no-margin, .gform_footer button.no-margin, .gform_footer input.no-margin {
	margin: 0px;
}

.btn.no-bottom-margin, .gform_footer button.no-bottom-margin, .gform_footer input.no-bottom-margin {
	margin-bottom: 0px;
}

.btn.btn-primary, .wp-block-button .wp-block-button__link, .gform_footer button, .gform_footer input {
	color: #fff;
	background-color: #0077c8;
}

.btn.btn-primary:hover, .wp-block-button .wp-block-button__link:hover, .gform_footer button:hover, .gform_footer input:hover {
	background-color: #ffb500;
}

.btn.btn-white, .gform_footer button.btn-white, .gform_footer input.btn-white {
	color: #0077c8;
	background-color: transparent;
	border: 2px solid #0077c8;
}

.btn.btn-white:hover, .gform_footer button.btn-white:hover, .gform_footer input.btn-white:hover {
	color: #fff;
	background-color: #0077c8;
}

.btn.btn-transparent, .gform_footer button.btn-transparent, .gform_footer input.btn-transparent {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.btn.btn-transparent:hover, .gform_footer button.btn-transparent:hover, .gform_footer input.btn-transparent:hover {
	color: #333;
	background-color: #fff;
}

.btn.btn-tools, .gform_footer button.btn-tools, .gform_footer input.btn-tools {
	background-color: #fff;
	padding: 90px 0px;
	width: 100%;
}

.btn.btn-prim-w, .gform_footer button.btn-prim-w, .gform_footer input.btn-prim-w {
	background-color: #fff;
}

html, body {
	width: 100%;
	display: block;
	height: 100%;
}

html {
	position: relative;
}

body {
	background-color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}

::-moz-selection {
	color: #fff;
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
}

img {
	max-width: 100%;
	height: auto;
}

a:focus, button:focus, input:focus {
	outline: 0 !important;
}

hr {
	border-color: #ddd;
	margin: 40px 0px;
}

.btn, .gform_footer button, .gform_footer input {
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
}

@media (max-width: 479px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
}

.entry ul, .entry ol, .content ul, .content ol {
	margin-bottom: 20px;
	display: block;
	padding-left: 30px;
}

.entry ul li, .entry ol li, .content ul li, .content ol li {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
}

.entry ul li, .content ul li {
	color: #333;
	list-style: none;
}

.entry ul li:before, .content ul li:before {
	color: #0077c8 !important;
	font-family: "Font Awesome 5 Pro";
	content: "";
	margin: 0 15px 0 0;
	color: #4d4d4d;
	font-size: 10px;
	position: relative;
	top: -3px;
}

.row .row {
	margin: 0px -15px;
}

.content .home-content {
	padding-bottom: 40px;
}

.content #callout {
	min-height: 680px;
	margin: 10px 0;
}

@media (max-width: 769px) {
	.content #callout {
		margin-left: auto;
		margin-right: auto;
		max-width: 390px;
		padding-bottom: 20px;
	}
}

.content #callout img {
	border-top: 10px solid #0077c8;
	padding-bottom: 20px;
}

.content #callout #callout-btn {
	bottom: 0px;
	position: absolute;
}

@media (max-width: 769px) {
	.content #callout #callout-btn {
		position: initial;
	}
}

.content #callout p {
	font-size: 20px;
}

.content #callout-login-wrap {
	text-align: center;
}

@media (max-width: 991px) {
	.content #callout-login-wrap {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
}

.content #callout-login-wrap #callout-login {
	border-top: 10px solid #0077c8;
	padding-bottom: 20px;
}

.lg-callout-wrap {
	background-color: #f6f6f6;
}

.lg-callout-wrap .callout-sm {
	display: none;
}

@media (max-width: 1200px) {
	.lg-callout-wrap .callout-sm {
		display: block;
	}
}

.lg-callout-wrap .callout-lg {
	display: block;
}

@media (max-width: 1200px) {
	.lg-callout-wrap .callout-lg {
		display: none;
	}
}

.lg-callout-wrap #lg-callout {
	padding-left: 0px;
	padding-right: 0px;
}

.lg-callout-wrap #lg-callout img {
	width: 100%;
}

.lg-callout-wrap #lg-callout-content {
	padding: 100px;
}

@media (max-width: 1669px) {
	.lg-callout-wrap #lg-callout-content {
		padding: 60px 60px 0 60px;
	}
}

@media (max-width: 1326px) {
	.lg-callout-wrap #lg-callout-content {
		padding: 50px 30px 0 50px;
	}
}

@media (max-width: 1200px) {
	.lg-callout-wrap #lg-callout-content {
		padding: 50px 50px 50px 50px;
	}
}

.lg-callout-wrap #lg-callout-content h6 {
	font-size: 30px;
	line-height: 37px;
}

@media (max-width: 768px) {
	.lg-callout-wrap #lg-callout-content h6 {
		line-height: 40px;
	}
}

.lg-callout-wrap #lg-callout-content h3 {
	font-size: 26px;
	line-height: 30px;
}

@media (max-width: 768px) {
	.lg-callout-wrap #lg-callout-content h3 {
		line-height: 30px;
	}
}

.lg-callout-wrap #lg-callout-content-nobtn {
	padding: 100px 100px 0 100px;
}

@media (max-width: 1558px) {
	.lg-callout-wrap #lg-callout-content-nobtn {
		padding: 80px 80px 0 80px;
	}
}

@media (max-width: 1463px) {
	.lg-callout-wrap #lg-callout-content-nobtn {
		padding: 30px 30px 0 30px;
	}
}

@media (max-width: 1200px) {
	.lg-callout-wrap #lg-callout-content-nobtn {
		padding: 50px 50px 50px 50px;
	}
}

.lg-callout-wrap #lg-callout-content-nobtn h6 {
	font-size: 20px;
}

@media (max-width: 768px) {
	.post-preview.container {
		padding-left: 0px !important;
		padding-right: 0px !important;
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.post-preview {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}
}

@media (max-width: 1200px) {
	.post-preview h6 {
		margin-top: 20px;
	}
}

.post-preview p {
	font-size: 20px;
}

@media (max-width: 768px) {
	.post-preview .img {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 768px) {
	.post-preview .img img {
		width: 100%;
	}
}

.preview-wrap {
	border-top: 1px solid #0077c8;
	margin: 40px 0;
}

.preview-wrap .page-preview {
	margin: 60px 0;
}

@media (max-width: 1200px) {
	.preview-wrap .page-preview {
		margin-left: auto;
		margin-right: auto;
		max-width: 390px;
		padding-bottom: 20px;
	}
}

.preview-wrap .page-preview h3 {
	color: #ffb500;
}

@media (max-width: 1200px) {
	.preview-wrap .page-preview h3 {
		margin-top: 20px;
	}
}

.border-wrap {
	border-top: 1px solid #0077c8;
	margin: 40px 0;
	padding: 40px 0;
}

.container.wide {
	width: 1710px;
}

.wrapper {
	position: relative;
}

.wrapper > .container {
	padding: 60px 0;
}

.wrapper > .container.no-padding {
	padding: 0px;
}

.wrapper > .container.no-side-padding {
	padding-left: 0px;
	padding-right: 0px;
}

@media (max-width: 768px) {
	.wrapper > .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#breadcrumbs-wrap {
	background: #fff;
	margin-bottom: 40px;
}

#breadcrumbs-wrap .container-fluid {
	padding-left: 0px;
}

#breadcrumbs-wrap + .default {
	padding-top: 0 !important;
}

#breadcrumbs-wrap .breadcrumbs .breadcrumb {
	background: none;
	margin: 0;
	padding: 0px 0 15px;
}

#breadcrumbs-wrap .breadcrumbs .breadcrumb ul {
	list-style-type: none;
}

#breadcrumbs-wrap .breadcrumbs .breadcrumb li {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: initial;
	float: left;
	padding-left: 5px;
}

#breadcrumbs-wrap .breadcrumbs .breadcrumb li:before {
	content: none;
}

.far {
	font-family: "Font Awesome 5 Pro" !important;
}

@media (min-width: 480px) {
	#gform_wrapper_4 ul.gform_fields li {
		display: inline-block;
		padding-right: 20px;
		width: 50%;
	}
	
	#gform_wrapper_4 ul.gform_fields li.gsection {
		display: block;
		float: none;
		width: 100%;
	}
	
	#gform_wrapper_4 ul.gform_fields li.full-width {
		width: 100%;
	}
	
	#gform_wrapper_4 ul.gform_fields li.full-width .gfield_label {
		display: block;
		float: none;
	}
	
	#gform_wrapper_4 ul.gform_fields li.full-width .ginput_container {
		max-width: 100%;
	}
	
	#gform_wrapper_4 ul.gform_fields li.third-width {
		width: 33%;
	}
	
	#gform_wrapper_4 .gform_footer {
		padding-left: 0px;
	}
}

.white-back {
	background-color: #fff;
}

#footer {
	background-color: #0077c8;
}

#footer .cta-wrap {
	background-color: #0077c8;
	padding: 20px 0px;
}

@media (max-width: 991px) {
	#footer .cta-wrap {
		text-align: center;
	}
}

#footer .cta-wrap h4 {
	color: #fff;
	margin: 30px 0px;
}

#footer .cta-wrap a {
	float: right;
}

@media (max-width: 991px) {
	#footer .cta-wrap a {
		float: none;
	}
}

#footer .quote {
	text-align: center;
}

@media (max-width: 479px) {
	#footer .quote {
		max-width: 285px;
		margin-left: auto;
		margin-right: auto;
	}
}

#footer .quote h3 {
	color: #fff;
	font-weight: 500;
}

#footer .social-media {
	text-align: center;
	padding: 30px 0;
}

#footer .social-media a .fab {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 0 15px;
}

#footer .revised {
	padding: 40px 0 0 0;
	text-align: center;
}

#footer .revised img {
	margin-bottom: 20px;
}

#footer .revised p {
	text-align: center;
	color: #fff;
	font-size: 15px;
}

#footer .footer-menu li {
	margin: 0 10px;
}

#footer .footer-menu li a {
	padding: 7px 20px;
	border: 2px solid #fff;
	border-radius: 3px;
	font-weight: 500;
}

#footer .footer-menu li a:hover {
	color: #0077c8;
	background-color: #fff;
}

#footer .form-div {
	background-color: #fff;
	padding: 25px 25px 0 25px;
	border-radius: 5px;
	border-top: 3px solid #ffb500;
	text-align: center;
}

#footer .form-div .gfield_label {
	display: none;
}

#footer .form-div .gfield, #footer .form-div .gform_footer, #footer .form-div .gform_fields, #footer .form-div .gform_body, #footer .form-div .gform_heading {
	display: inline-block;
}

#footer .form-div .gform_title {
	margin-right: 30px;
	font-weight: 500;
	font-size: 2.5rem;
}

#footer .form-div .gfield {
	padding-top: 0;
	margin: 0 10px -19px 10px;
	width: 265px;
}

#footer .form-div .gfield input {
	height: 50px;
}

#footer .form-div .gform_footer {
	padding-left: 0;
}

#footer .form-div .gform_footer button {
	margin: 0;
}

@media (max-width: 1200px) {
	#footer .form-div {
		padding: 25px;
	}
	
	#footer .form-div .gfield, #footer .form-div .gform_footer, #footer .form-div .gform_fields, #footer .form-div .gform_body, #footer .form-div .gform_heading {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#footer .form-div .ginput_container, #footer .form-div .gform_footer {
		max-width: none;
	}
	
	#footer .form-div .ginput_container button, #footer .form-div .gform_footer button {
		width: 100%;
	}
	
	#footer .form-div .gform_footer {
		padding-top: 20px;
	}
	
	#footer .form-div .gfield {
		margin: 0px;
		padding: 20px 0;
	}
}

#footer .copyright {
	color: #fff;
	font-size: 14px;
	margin: 0 0 40px 0;
	text-align: center;
}

#footer .left {
	color: #fff;
	font-size: 14px;
	text-align: left;
}

@media (max-width: 991px) {
	#footer .left {
		text-align: center;
	}
}

#footer .right {
	color: #fff;
	font-size: 14px;
	text-align: right;
}

@media (max-width: 991px) {
	#footer .right {
		text-align: center;
	}
}

#menu-footer-menu a, #footer-sub-nav a {
	color: #fff;
}

.footer-contact-form {
	background-color: #fff;
	border-radius: 10px;
}

.footer-contact-form h2 {
	line-height: 1.5;
	font-size: 28px;
}

.footer-contact-form__inner {
	padding: 24px;
}

.footer-contact-form .gform_required_legend {
	display: none;
}

.footer-contact-form .gfield {
	width: 100%;
	float: none;
	padding: 1.5% 0 !important;
}

@media only screen and (min-width: 990px) {
	.footer-contact-form .gfield {
		width: calc(100% / 3);
		float: left;
		padding: 0 .5% !important;
	}
	
	.footer-contact-form .gfield.gfield--width-full {
		width: 100%;
	}
}

.footer-contact-form .disclaimer {
	font-size: 11px;
	line-height: 1.5;
	padding-top: 1%;
}

.footer-contact-form .gform_wrapper .ginput_container {
	float: none;
}

.footer-contact-form .gform_footer {
	max-width: unset;
	width: 100%;
	padding-left: unset;
}

.footer-contact-form .gform-button--width-full {
	width: 100%;
}

.wysiwyg ul:not(.nav) li {
	font-size: 20px;
	text-indent: -20px;
	margin-left: 20px;
}

ul:not(.nav) li::before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	color: #0077c8;
	margin-right: 10px;
	font-size: 2rem !important;
	margin-left: -10px;
}

ul:not(.nav) li > ul {
	margin-left: -20px;
}

ul:not(.nav).bullet li::before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	color: #0077c8;
	margin-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1rem !important;
	vertical-align: top;
	margin-left: -10px;
}

#header {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 30px 100px;
}

#header .upper-menu-parent {
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
}

#header.transparent-header {
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
}

#header.transparent-header #logo {
	margin-right: 30px;
}

#header.transparent-header .navs-container .call-callout {
	display: inline-block;
	padding-left: 15px;
	margin-top: 10px;
}

#header.transparent-header .navs-container .call-callout h4 {
	color: #fff;
}

#header.transparent-header .navs-container .call-callout h4 span {
	font-weight: bold;
}

#header.transparent-header #main-navigation {
	display: inline-block;
}

#header.transparent-header .main-navigation ul {
	box-shadow: none;
	border-radius: 0;
}

#header.transparent-header .main-navigation ul > li {
	position: relative;
	display: inline-block;
}

#header.transparent-header .main-navigation ul > li a {
	color: #fff;
	font-size: 1.8rem;
	line-height: 18px;
}

#header.transparent-header .main-navigation ul > li a:hover {
	color: #0077c8;
}

#header.transparent-header #mobile-navigation-toggle span {
	background-color: #fff;
}

@media (max-width: 1300px) {
	#header {
		padding: 40px 50px;
	}
}

@media (max-width: 1130px) {
	#header {
		padding: 40px 20px;
	}
}

#header #logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 576px) {
	#header #logo {
		padding: 10px;
	}
}

.navbar {
	margin-bottom: 0;
}

.navbar i {
	vertical-align: middle;
	margin-top: 15px;
	font-size: 1.2rem;
	cursor: pointer;
}

.navbar:first-child {
	margin-bottom: -20px;
}

@media (max-width: 1192px) {
	.navbar:first-child {
		margin-bottom: 0px;
	}
	
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11407 ul, li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11448 ul, li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11470 ul, li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11614 ul, li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11742 ul {
		height: auto !important;
		padding: 0 1em;
	}
	
	nav#mobile-secondary-navigation {
		box-shadow: 0 12px 10px 0 rgba(19, 28, 73, 50%);
		background: #fff;
	}
}

.main-navigation ul {
	box-shadow: none;
	border-radius: 0;
}

.main-navigation ul li::before {
	display: none !important;
}

.main-navigation ul > li {
	position: relative;
	display: inline-block;
}

.main-navigation ul > li a {
	color: #000;
	font-size: 1.8rem;
	line-height: 18px;
}

.main-navigation ul > li:hover a {
	color: #0077c8;
	background-color: #fff;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	display: flex;
	margin: 0;
	top: 100%;
	left: -1em;
	border: none;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 1em;
	border-top: 2px solid #0077c8;
	border-radius: 3px;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu li {
	display: block;
	text-align: left;
	position: relative;
	width: 50%;
	margin-left: 0;
	padding-left: 1em;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu li a {
	padding: 0 0 .5em;
	color: #000;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu li a:hover {
	color: #0077c8;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11470 ul {
	width: 500px;
	height: 350px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11448 ul {
	width: 330px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11742 ul {
	width: 350px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11407 ul {
	width: 340px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-11614 ul {
	width: 260px;
}

.bold a {
	font-weight: 600 !important;
	padding: .75em 0 .5em !important;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	display: block;
	left: -264px;
	top: 0px;
	border: none;
	box-shadow: 0px 5px 10px 0px rgba(19, 28, 73, .5);
	border: none;
	border-top: 2px solid #0077c8;
	border-radius: 3px;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu > li {
	display: block;
	width: 270px;
	max-width: 270px;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu > li a {
	white-space: normal;
	padding: 15px 20px;
	color: #000;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu > li a:hover {
	color: #0077c8;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	left: -264px;
	top: 0px;
	display: block;
	box-shadow: 0px 5px 10px 0px rgba(19, 28, 73, .5);
	border: none;
	border-top: 2px solid #0077c8;
	border-radius: 3px;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu > li {
	display: block;
	width: 270px;
	max-width: 270px;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu > li a {
	white-space: normal;
	padding: 15px 20px;
	color: #000;
}

.main-navigation ul > li.menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu .menu-item-has-children:hover > .dropdown-menu > li a:hover {
	color: #0077c8;
}

.main-navigation.upper-menu ul li {
	margin-top: 16px;
}

.main-navigation.upper-menu ul li a {
	font-size: 1.2rem !important;
	font-style: italic;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	padding: 0 10px;
}

li.btn {
	margin: -15px 0 0 0;
}

li.btn:hover {
	background-color: #ffb500 !important;
}

li.btn:hover a {
	background-color: transparent !important;
}

li.btn a {
	color: #fff !important;
	background-color: transparent !important;
}

@media (max-width: 1192px) {
	.navs-container {
		display: none;
	}
	
	.bold a {
		padding: 10px !important;
	}
}

#mobile-navigation-toggle {
	width: 70px;
	height: 100%;
	-webkit-transition: border-color .3s, background .3s;
	-o-transition: border-color .3s, background .3s;
	transition: border-color .3s, background .3s;
	background: transparent;
	cursor: pointer;
	display: none;
	padding: 0;
	z-index: 50;
	top: 50%;
	left: 0;
	width: 100px;
	height: 73px;
}

#mobile-navigation-toggle .fa {
	display: none;
}

#mobile-navigation-toggle > div {
	width: 100%;
	height: 100%;
	margin: auto;
	position: relative;
	z-index: 3;
}

#mobile-navigation-toggle span {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 60px;
	height: 7px;
	background-color: #0077c8;
	border-radius: 5px;
	display: block;
	font-size: 0px;
	margin-top: -3px;
	left: 15px;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#mobile-navigation-toggle span.bar-top {
	margin-top: -16px;
}

#mobile-navigation-toggle span.bar-bot {
	margin-top: 10px;
}

#mobile-navigation-toggle.open {
	padding: 0;
}

#mobile-navigation-toggle.open span.bar-middle {
	background: transparent;
	opacity: 0;
}

#mobile-navigation-toggle.open span.bar-top {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
}

#mobile-navigation-toggle.open span.bar-bot {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}

@media (max-width: 1192px) {
	#mobile-navigation-toggle {
		display: block;
		float: right;
	}
}

@media (max-width: 576px) {
	#mobile-navigation-toggle {
		padding: 0 10px 0 0;
	}
}

#mobile-menu {
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: height 0ms 400ms, opacity 400ms 0ms;
}

#mobile-menu.open {
	overflow: visible;
	background-color: #fff;
	position: absolute;
	top: 152px;
	left: 0;
	z-index: 9999;
	right: 0;
	bottom: 0;
	height: auto;
	opacity: 1;
	transition: height 0ms 0ms, opacity 600ms 0ms;
	height: 100%;
}

#mobile-menu.open .navbar-nav {
	width: 100%;
	margin: 0;
	padding: 0;
}

#mobile-menu.open .btn-primary, #mobile-menu.open .gform_footer button, .gform_footer #mobile-menu.open button, #mobile-menu.open .gform_footer input, .gform_footer #mobile-menu.open input {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}

#mobile-menu.open .mobile-navigation ul li {
	display: block;
	clear: both;
	width: 100%;
}

#mobile-menu.open .mobile-navigation ul li:before {
	display: none !important;
}

#mobile-menu.open .mobile-navigation ul li > a {
	color: #000;
	max-width: 300px;
	display: inline-block;
	padding: 20px 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#mobile-menu.open .mobile-navigation ul li:hover > a {
	background-color: #fff;
	color: #0077c8;
	background-color: transparent;
}

#mobile-menu.open .mobile-navigation ul li.menu-item-has-children > div.dropdown {
	display: block;
	width: 50px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 5px;
}

#mobile-menu.open .mobile-navigation ul li.menu-item-has-children > div.dropdown:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	color: #000;
}

#mobile-menu.open .mobile-navigation ul li.menu-item-has-children > div.dropdown.open:after {
	content: "";
}

#mobile-menu.open .mobile-navigation ul li.menu-item-has-children > .dropdown-menu {
	position: static;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	background-color: #f2f2f2;
}

#mobile-menu.open .mobile-navigation ul li.menu-item-has-children > .dropdown-menu .dropdown-menu {
	background-color: #fff;
}

#mobile-menu.open .mobile-navigation ul li.menu-item-has-children > .dropdown-menu .dropdown-menu .dropdown-menu {
	background-color: #f2f2f2;
}

#header .right #main-navigation .main-navigation > ul > li > .dropdown-menu > li.dropdown > a, #header .right #main-navigation .main-navigation > ul > li > .dropdown-menu > li > a {
	font-weight: bold;
}

@media (max-width: 1650px) {
	#header .right #main-navigation .main-navigation > ul > li > .dropdown-menu > li.dropdown > a, #header .right #main-navigation .main-navigation > ul > li > .dropdown-menu > li > a {
		font-size: 20px;
	}
}

@media (max-width: 1120px) {
	#header .right #main-navigation .main-navigation > ul > li > .dropdown-menu > li.dropdown > a, #header .right #main-navigation .main-navigation > ul > li > .dropdown-menu > li > a {
		font-size: 1.6rem;
	}
}

@media (max-width: 1045px) {
	#header .right #main-navigation .main-navigation > ul > li > .dropdown-menu > li.dropdown > a, #header .right #main-navigation .main-navigation > ul > li > .dropdown-menu > li > a {
		font-size: 1.4rem;
	}
}

/* Footer Styles */
.footer-menu {
	padding: 20px 0;
}

.footer-menu #footer-nav .menu {
	text-align: center;
}

.footer-menu #footer-nav .menu li {
	display: inline-block;
	margin: 20px 10px;
}

.footer-menu #footer-nav .menu li:before {
	display: none;
}

.footer-menu #footer-nav .menu li a {
	padding: 10px 20px;
	color: #fff;
	font-weight: 500;
	margin: 20px 0;
}

.footer-menu #footer-nav .menu li a:hover {
	color: #0077c8;
}

@media (max-width: 768px) {
	.footer-menu #footer-nav .menu li {
		display: block;
		line-height: 45px;
		margin: 20px 0;
	}
}

@media (max-width: 768px) {
	.footer-menu #footer-nav .menu {
		padding-left: 0px;
	}
}

.footer-menu #footer-sub-nav #menu-footer-sub-menu {
	text-align: center;
}

.footer-menu #footer-sub-nav #menu-footer-sub-menu li {
	display: inline-block;
}

.footer-menu #footer-sub-nav #menu-footer-sub-menu li a {
	padding: 10px 20px;
}

@media (max-width: 768px) {
	.footer-menu #footer-sub-nav #menu-footer-sub-menu li {
		display: block;
		line-height: 45px;
	}
}

@media (max-width: 768px) {
	.footer-menu #footer-sub-nav #menu-footer-sub-menu {
		padding-left: 0px;
	}
}

.footer-contact-form {
	background-color: #fff;
	border-radius: 10px;
}

.footer-contact-form h2 {
	line-height: 1.5;
	font-size: 28px;
}

.footer-contact-form__inner {
	padding: 24px;
}

.footer-contact-form .gform_required_legend {
	display: none;
}

.footer-contact-form .gfield {
	width: 100%;
	float: none;
	padding: 1.5% 0 !important;
}

@media only screen and (min-width: 990px) {
	.footer-contact-form .gfield {
		width: calc(100% / 3);
		float: left;
		padding: 0 .5% !important;
	}
	
	.footer-contact-form .gfield.gfield--width-full {
		width: 100%;
	}
}

.footer-contact-form .disclaimer {
	font-size: 11px;
	line-height: 1.5;
	padding-top: 1%;
}

.footer-contact-form .gform_wrapper .ginput_container {
	float: none;
}

.footer-contact-form .gform_footer {
	max-width: unset;
	width: 100%;
	padding-left: unset;
}

.footer-contact-form .gform-button--width-full {
	width: 100%;
}

@media (min-width: 992px) {
	.top .clearfix {
		display: none;
	}
}

.top .clearfix .text-spacing {
	padding: 0px 15px 15px !important;
}

.top .clearfix .text-spacing .nav li {
	text-align: left !important;
	padding: 5px 0 !important;
}

@media (max-width: 992px) {
	.sidebar-nav {
		display: none;
	}
}

@media (min-width: 992px) {
	.portal-mobile-nav {
		display: none;
	}
}

#searchModal {
	position: absolute;
	display: none;
	z-index: 99999;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(19, 28, 73, .8);
	align-items: center;
	justify-content: center;
}

#searchModal .modal-content {
	background-color: #fff;
	width: 500px;
	padding: 20px;
	position: relative;
}

#searchModal .modal-content input {
	border-right: 0 !important;
	border-left: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

#searchModal .modal-content input:focus {
	border-bottom: 1px solid #ccc;
}

#searchModal .modal-content .input-group-addon {
	background-color: transparent;
	border-right: 0 !important;
	border-left: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

#searchModal .modal-content .input-group-addon i {
	color: #0077c8;
}

#searchModal #close-div {
	position: absolute;
	top: -28px;
	right: 0;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
}

#searchModal #close-div i {
	margin-left: 5px;
}

#home-page .home-hero-wrap {
	background-position: center;
	background-size: cover !important;
	min-height: 500px;
}

#home-page .home-hero-wrap #info-wrap {
	padding-bottom: 60px;
	padding-top: 100px;
}

#home-page .home-hero-wrap #info-wrap .slogan {
	color: #fff;
	text-shadow: 2px 2px 8px #000;
}

@media (max-width: 768px) {
	#home-page .home-hero-wrap #info-wrap .slogan {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 768px) {
	#home-page .home-hero-wrap {
		display: none;
	}
}

#home-page .hero-mobile {
	display: none;
	text-align: center;
	background-color: #f6f6f6;
	padding-bottom: 40px;
	border-bottom: 1px solid gray;
}

#home-page .hero-mobile img {
	padding-bottom: 40px;
}

#home-page .hero-mobile h1 {
	font-size: 35px;
	line-height: 45px;
}

#home-page .hero-mobile .btn, #home-page .hero-mobile .gform_footer button, .gform_footer #home-page .hero-mobile button, #home-page .hero-mobile .gform_footer input, .gform_footer #home-page .hero-mobile input {
	border: 2px solid #0077c8;
}

@media (max-width: 768px) {
	#home-page .hero-mobile {
		display: block;
	}
}

.elementor-page .form-div {
	background-color: #fff;
	text-align: center;
	padding: 40px 30px;
	border-radius: 5px;
}

.elementor-page .form-div li:first-child {
	padding-top: 0;
}

.elementor-page .form-div .gfield:not(.gfield--type-radio) .gform-field-label {
	display: none !important;
}

.elementor-page .form-div .gfield_label {
	width: auto;
	margin-bottom: 15px;
}

.elementor-page .form-div .ginput_container--name {
	display: flex;
	gap: 10px;
}

.elementor-page .form-div .ginput_container {
	max-width: 100%;
}

.elementor-page .form-div .ginput_container--name > * {
	flex: 1 1 100%;
}

.elementor-page .form-div .gfield_radio {
	display: flex;
	gap: 20px;
	margin-bottom: 0;
}

.elementor-page .form-div .ginput_container_radio label:before {
	color: #0077c8;
}

.elementor-page .form-div .gfield--type-honeypot {
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.elementor-page .form-div .gform_footer {
	max-width: 100%;
	padding: 0;
}

.elementor-page .form-div .gform_footer button {
	width: 100%;
}

.sidebar {
	border-left: 1px solid #0077c8;
	padding-left: 20px;
}

.sidebar ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
}

.sidebar ul li {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	text-indent: 0;
	margin-left: 0;
}

.sidebar ul li > ul {
	margin-left: 0px;
}

.sidebar ul li:before {
	display: none;
}

.sidebar ul li a {
	color: #000;
	display: block;
}

.sidebar ul .current_page_item {
	border-left: 5px solid #0077c8;
	padding-left: 15px;
	margin-left: -20px;
}

.sidebar ul .current_page_item a {
	color: #0077c8;
}

.sidebar ul .current_page_item li a {
	color: #000;
}

.sidebar .children {
	padding-left: 15px;
	font-style: italic;
}

.sidebar .children a {
	color: #000 !important;
}

.sidebar-container .menu-item {
	display: none;
}

.sidebar-container .current-menu-ancestor, .sidebar-container .current-menu-item {
	display: block !important;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.sidebar-container .current-menu-ancestor .dropdown-menu, .sidebar-container .current-menu-item .dropdown-menu {
	border: none;
	box-shadow: none;
	display: block;
	position: inherit;
}

.sidebar-container .current-menu-ancestor .dropdown-menu li, .sidebar-container .current-menu-item .dropdown-menu li {
	display: block;
}

.sidebar-container .current-menu-ancestor .dropdown-menu li a, .sidebar-container .current-menu-item .dropdown-menu li a {
	padding-left: 0px;
}

.sidebar-container .current-menu-ancestor .dropdown-menu li .dropdown-menu, .sidebar-container .current-menu-item .dropdown-menu li .dropdown-menu {
	display: block !important;
	padding-left: 15px;
	font-style: italic;
}

.sidebar-container .current-menu-ancestor .dropdown-menu li .dropdown-menu li, .sidebar-container .current-menu-item .dropdown-menu li .dropdown-menu li {
	padding-left: 30px;
	margin-left: -35px;
}

.sidebar-container .current-menu-ancestor .dropdown-menu li .dropdown-menu li .dropdown-menu, .sidebar-container .current-menu-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	padding-left: 25px;
}

.sidebar-container .current-menu-ancestor .dropdown-menu .current_page_ancestor, .sidebar-container .current-menu-item .dropdown-menu .current_page_ancestor {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

#careers-sidebar ul li a:active {
	border-left: 5px solid #0077c8;
	padding-left: 15px;
	margin-left: -20px;
}

#careers-sidebar ul li a:focus {
	border-left: 5px solid #0077c8;
	padding-left: 15px;
	margin-left: -20px;
}

#product-page .hero {
	background-color: #f6f6f6;
	background-position: center center;
	background-size: cover !important;
	min-height: 400px;
	text-align: center;
}

#product-page .hero h1 {
	color: #fff;
	padding-top: 100px;
	text-shadow: 2px 2px 8px #000;
}

@media (max-width: 768px) {
	#product-page .hero {
		display: none;
	}
}

#product-page .hero-mobile {
	display: none;
	text-align: center;
	background-color: #f6f6f6;
	padding-bottom: 40px;
	border-bottom: 1px solid gray;
}

#product-page .hero-mobile img {
	padding-bottom: 40px;
}

#product-page .hero-mobile .btn, #product-page .hero-mobile .gform_footer button, .gform_footer #product-page .hero-mobile button, #product-page .hero-mobile .gform_footer input, .gform_footer #product-page .hero-mobile input {
	border: 2px solid #0077c8;
}

@media (max-width: 768px) {
	#product-page .hero-mobile {
		display: block;
	}
}

#product-page .black {
	min-height: 300px;
}

#product-page .black h1 {
	color: #000;
	text-shadow: none;
}

#about-page .hero, #default-page .hero, #contact-page .hero, #basic-page .hero, #nohead-page .hero {
	background-color: #f6f6f6;
	background-position: center center;
	background-size: cover !important;
	min-height: 400px;
	text-align: center;
}

#about-page .hero h1, #default-page .hero h1, #contact-page .hero h1, #basic-page .hero h1, #nohead-page .hero h1 {
	color: #fff;
	padding-top: 150px;
	text-shadow: 2px 2px 8px #000;
}

@media (max-width: 768px) {
	#about-page .hero, #default-page .hero, #contact-page .hero, #basic-page .hero, #nohead-page .hero {
		display: none;
	}
}

#about-page .hero-mobile, #default-page .hero-mobile, #contact-page .hero-mobile, #basic-page .hero-mobile, #nohead-page .hero-mobile {
	display: none;
	text-align: center;
	background-color: #f6f6f6;
	padding-bottom: 40px;
	border-bottom: 1px solid gray;
}

#about-page .hero-mobile img, #default-page .hero-mobile img, #contact-page .hero-mobile img, #basic-page .hero-mobile img, #nohead-page .hero-mobile img {
	padding-bottom: 40px;
}

#about-page .hero-mobile .btn, #about-page .hero-mobile .gform_footer button, .gform_footer #about-page .hero-mobile button, #about-page .hero-mobile .gform_footer input, .gform_footer #about-page .hero-mobile input, #default-page .hero-mobile .btn, #default-page .hero-mobile .gform_footer button, .gform_footer #default-page .hero-mobile button, #default-page .hero-mobile .gform_footer input, .gform_footer #default-page .hero-mobile input, #contact-page .hero-mobile .btn, #contact-page .hero-mobile .gform_footer button, .gform_footer #contact-page .hero-mobile button, #contact-page .hero-mobile .gform_footer input, .gform_footer #contact-page .hero-mobile input, #basic-page .hero-mobile .btn, #basic-page .hero-mobile .gform_footer button, .gform_footer #basic-page .hero-mobile button, #basic-page .hero-mobile .gform_footer input, .gform_footer #basic-page .hero-mobile input, #nohead-page .hero-mobile .btn, #nohead-page .hero-mobile .gform_footer button, .gform_footer #nohead-page .hero-mobile button, #nohead-page .hero-mobile .gform_footer input, .gform_footer #nohead-page .hero-mobile input {
	border: 2px solid #0077c8;
}

@media (max-width: 768px) {
	#about-page .hero-mobile, #default-page .hero-mobile, #contact-page .hero-mobile, #basic-page .hero-mobile, #nohead-page .hero-mobile {
		display: block;
	}
}

#basic-page .team {
	padding-bottom: 40px;
}

@media (max-width: 768px) {
	#basic-page .team {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}
}

#basic-page .team h4 {
	margin-bottom: 0px;
}

#basic-page .acf-map {
	margin-bottom: 0px;
}

#basic-page .representative {
	background-color: #fff;
	padding: 40px;
}

#basic-page .representative .content {
	text-align: center;
	border-bottom: 1px solid #f6f6f6;
}

#basic-page .representative .dot {
	padding-left: 10px;
	padding-right: 10px;
}

#basic-page .black {
	min-height: 300px;
}

#basic-page .black h1 {
	color: #000;
	padding-top: 110px;
	text-shadow: none;
}

.default-wrap {
	border-top: 1px solid #0077c8;
	margin: 40px 0;
	padding: 40px 0;
}

.branch-wrap {
	margin: 40px 0;
}

.branch {
	min-height: 360px;
	margin-bottom: 40px;
}

.branch #callout-btn {
	position: absolute;
	bottom: 0px;
	left: 100px;
	min-width: 210px;
}

@media (max-width: 1200px) {
	.branch #callout-btn {
		left: 63px;
	}
}

@media (max-width: 991px) {
	.branch #callout-btn {
		left: 100px;
	}
}

@media (max-width: 768px) {
	.branch #callout-btn {
		position: inherit;
		left: inherit;
		bottom: inherit;
	}
}

@media (max-width: 768px) {
	.branch {
		min-height: auto;
	}
}

.fa-phone, .fa-envelope {
	padding-right: 20px;
}

.fa-fax {
	padding-right: 15px;
}

.fa-clock-blank {
	padding-right: 37px;
}

.listings .listing {
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 20px;
	padding-top: 20px;
}

#insurance {
	margin-right: 15px;
}

#insurance thead {
	background-color: #0077c8;
}

.has_street label {
	display: none;
}

.has_street input {
	margin: 10px 0;
}

.calculator {
	margin-top: 70px;
	margin-right: 15px;
}

.calculator .head .left {
	padding-top: 50px;
}

.calculator .head h6 {
	font-size: 24px;
}

.calculator .funds .col-md-9 {
	padding-top: 20px;
}

.calculator .funds .col-md-9 h5 {
	margin-bottom: 0px;
}

.calculator .funds .col-md-9 p {
	font-size: 22px;
}

.calculator .total {
	padding: 40px 0;
}

.calculator .total h4 {
	font-size: 30px;
	font-weight: normal;
	text-align: right;
}

.calculator .total span {
	color: #909090;
	font-size: 30px;
	font-weight: bold;
}

.calculator .right {
	background-color: #f6f6f6;
	padding: 50px 20px;
}

.calculator .row {
	border-bottom: 1px solid #0077c8;
}

.zip-branch {
	border-top: 10px solid #f6f6f6;
	margin-top: 80px !important;
	min-width: 1150px;
	padding-top: 20px;
}

@media (max-width: 1200px) {
	.zip-branch {
		min-width: 950px;
	}
}

@media (max-width: 991px) {
	.zip-branch {
		min-width: 630px;
	}
}

@media (max-width: 768px) {
	.zip-branch {
		min-width: auto;
	}
}

.insurance, .insurance-table {
	margin-right: 15px;
}

.insurance .title, .insurance-table .title {
	background-color: #0077c8;
	padding: 20px 20px;
	padding-bottom: 0px;
}

.insurance .title h3, .insurance-table .title h3 {
	color: #fff;
}

.insurance .type, .insurance-table .type {
	border-bottom: 1px solid #e7e7e7;
	padding-top: 20px;
}

.insurance .type .col-md-7 p, .insurance-table .type .col-md-7 p {
	font-size: 22px;
}

.insurance-table thead {
	background-color: #0077c8;
	color: #fff;
	text-align: center;
}

.insurance-table tbody th {
	background-color: #ecf4f9;
	border-top: none !important;
}

.insurance-table tbody td {
	text-align: center;
	background-color: #fff;
	text-align: center;
}

.insurance-table th {
	vertical-align: middle !important;
	text-align: center;
}

@media (max-width: 768px) {
	#big-table {
		display: none;
	}
}

#mobile-table {
	display: none;
}

@media (max-width: 768px) {
	#mobile-table {
		display: block;
	}
}

#mobile-table thead {
	text-align: center;
}

#mobile-table tbody {
	font-size: 18px;
}

.ann-table h6 {
	background-color: #0077c8;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	padding: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.ann-table h6 {
		font-size: 27px;
		line-height: 35px;
	}
}

.ann-table .row:nth-child(even) {
	background-color: #f6f6f6;
}

.ann-table .row .th-ann {
	vertical-align: middle !important;
	text-align: center;
}

.ann-table .row .th-ann h6 {
	background-color: transparent !important;
	color: #000 !important;
	font-size: 25px !important;
	line-height: 30px !important;
	font-weight: bold !important;
}

.ann-table th {
	vertical-align: middle !important;
	text-align: center;
}

.lity-container {
	max-width: 1200px !important;
	overflow-y: scroll;
}

.lity-container .lity-content {
	background-color: #fff;
	overflow-y: scroll;
}

@media (max-width: 991px) {
	.lity-container .row {
		max-height: 100% !important;
	}
}

.lity-container .row .left img {
	padding: 40px;
	width: 100%;
}

.lity-container .row .right {
	padding: 40px;
}

.lity-container .row .right h1 {
	margin-bottom: 0px;
}

.lity-container .row .right .fa-phone, .lity-container .row .right p {
	padding-top: 40px;
}

#small-text {
	font-size: 20px;
}

#small-text .wrap {
	margin: 40px 0;
}

#small-text .wrap .fa-phone {
	padding-right: 20px;
}

#small-text .wrap .fa-clock-o {
	float: left;
	height: 150px;
}

#small-text .wrap .fa-fax {
	padding-right: 15px;
}

#small-text .wrap .fa-clock-blank {
	padding-right: 37px;
}

#small-text .wrap span {
	left: 50px;
	position: absolute;
}

#small-text .wrap .social-media a {
	color: #000;
}

#small-text .wrap .social-media a .fa {
	font-size: 35px;
	font-weight: normal;
	padding: 0 10px;
}

#small-text .wrap .social-media a:hover {
	color: #0077c8;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.acf-map {
	width: 100%;
	height: 200px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
	max-width: inherit !important;
}

.gray-bg {
	background-color: #f6f6f6;
	padding: 40px 0;
}

.gform_footer {
	max-width: 645px;
}

#news-page {
	border-top: 10px solid #f6f6f6;
}

#news-page .container {
	padding-top: 0px;
}

#news-page .container .fa-file-pdf-o {
	padding-right: 10px;
}

#news-page .container .related-articles {
	padding-top: 40px;
}

#news-page .container .related-articles h3 {
	border-bottom: 1px solid #000;
}

#news-page .container .related-articles .blog-link {
	line-height: 42px;
}

#news-page .container .related-articles .blog-link .fa {
	padding-right: 20px;
}

.gform_wrapper label {
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif !important;
}

#archive-page {
	border-top: 10px solid #f6f6f6;
}

#archive-page .banner {
	border-bottom: 1px solid #0077c8;
	padding-bottom: 40px;
}

#archive-page .banner .cats, #archive-page .banner .search-wrap {
	padding-top: 20px;
}

#archive-page .banner .search-wrap {
	cursor: pointer;
	padding-top: 25px;
}

#archive-page .banner .search-wrap a {
	color: #000;
}

@media (max-width: 991px) {
	#archive-page .banner .search-wrap a {
		float: right;
	}
}

#archive-page .post-wrap {
	margin: 40px 0;
}

#archive-page .post-wrap .post-info p {
	font-size: 20px;
}

#archive-page .navigation .pagination li {
	display: inline-block;
	float: left;
}

#archive-page .navigation .pagination li:before {
	content: none;
}

#archive-page .navigation .pagination .page-numbers {
	border: 2px solid #0077c8;
	border-radius: 3px;
	color: #000;
	font-style: 300;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 15px;
}

#archive-page .navigation .pagination .current {
	background-color: #0077c8;
	color: #fff;
	font-style: normal;
}

span.select2 .select2-selection {
	background: #fff;
	background-image: url("https://cdn-cpcec.nitrocdn.com/rHcuIAuqvUvvvNaczUxyvcjUWfAXvBOX/assets/images/optimized/rev-3b35c04/www.betterlifeins.com/wp-content/themes/nationalmutualbenefit/images/black-arrow.png");
	background-repeat: no-repeat, repeat-x;
	background-position: calc(100% - 5px) center, 0 0;
	background-size: 22px 14px, 100% 100%;
	color: #241615;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none !important;
	padding-right: 50px;
	visibility: hidden;
}

span.select2 .select2-selection.nitro-lazy {
	background-image: none !important;
}

input, select, textarea, span.select2 {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: initial;
	border-radius: 5px;
	padding: 0 20px;
	width: 100%;
}

.search-form input[type="submit"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: initial;
	background: none;
	border: none;
	border-radius: 3px;
	color: #000;
	padding: 0 25px;
	right: -1px;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 4;
}

.search-form .input-group {
	width: 100%;
}

.search-form .input-group #search-field {
	border-color: #0077c8;
	border-radius: 3px;
	height: 50px;
}

.results h3 {
	margin-top: 40px;
}

.categories-search-wrapper {
	position: relative;
}

.categories-search-wrapper.is-hidden {
	display: none;
}

.categories-search-wrapper label {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	color: #9ea7af;
}

.blog-search {
	display: none;
}

body.single .blog-single {
	border-top: 10px solid #f6f6f6;
	padding-top: 40px;
}

body.single .blog-single .container {
	padding-top: 0px;
}

body.single .blog-single a {
	color: #0077c8;
}

body.single .blog-single .back {
	margin-bottom: 20px;
}

body.single .blog-single .post-image img {
	width: 58.3333%;
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	body.single .blog-single .post-image img {
		width: 100%;
	}
}

body.single .blog-single .autor {
	margin-bottom: 40px;
}

body.single .blog-single .autor span {
	color: #666;
	font-style: italic;
}

body.single .blog-single .post-content {
	border-bottom: 1px solid #0077c8;
	padding-bottom: 40px;
}

body.single .blog-single p {
	margin-bottom: 40px;
}

body.single .blog-single h2 {
	margin-top: 10px;
}

body.single .blog-single h5 {
	display: inline;
	padding-right: 40px;
}

body.single .blog-single blockquote {
	border-color: #0077c8;
	font-style: italic;
	margin-bottom: 40px;
}

body.single .blog-single blockquote p {
	font-size: 60px;
	line-height: 60px;
	padding-left: 20px;
}

body.single .blog-single .share-wrapper .share-wrap {
	padding: 40px 0px;
}

body.single .blog-single .share-wrapper .share-wrap > h4 {
	float: left;
	font-size: 30px;
	font-weight: 700;
	padding-top: 14px;
	padding-right: 20px;
	text-transform: capitalize;
}

body.single .blog-single .share-wrapper .share-wrap > .addthis_inline_share_toolbox {
	clear: none !important;
}

body.single .blog-single .share-wrapper .share-wrap > .addthis_inline_share_toolbox .at-share-btn {
	background-color: #fff !important;
	border: 2px solid #0077c8;
	border-radius: 3px !important;
	margin-right: 10px;
}

body.single .blog-single .share-wrapper .share-wrap > .addthis_inline_share_toolbox .at-share-btn .at-icon {
	fill: #000 !important;
}

body.single .blog-single .breadcrumb {
	list-style-type: none;
}

.lity-hide {
	display: none;
}

#field_9_12 h2 {
	font-size: 19px;
	line-height: 20px;
}

#header.portal #logo {
	padding-left: 0px;
}

#header.portal .right {
	padding-right: 0px;
}

.portal .gsection_title {
	font-size: 25px;
	line-height: 30px;
}

.gray-bg.agent {
	padding-top: 0px;
	padding-bottom: 0px;
}

.gray-bg.agent .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.gray-bg.agent .container #menu-agent-tools {
	list-style: none;
	padding-left: 0px;
	margin: 10px 10px;
}

.gray-bg.agent .container #menu-agent-tools .tools {
	background-color: #fff;
	border: 0px;
	border-radius: 3px;
	display: inline-block;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1;
	margin: 20px 0px;
	max-width: 100%;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	white-space: normal;
	width: 100%;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	color: #000;
	background-color: transparent;
	border: 2px solid #0077c8;
}

.gray-bg.agent .container #menu-agent-tools .tools:hover {
	color: #fff;
	background-color: #0077c8;
	border: 2px solid #0077c8;
}

.gray-bg.agent .container #menu-agent-tools .tools:focus, .gray-bg.agent .container #menu-agent-tools .tools:active, .gray-bg.agent .container #menu-agent-tools .tools:hover:active, .gray-bg.agent .container #menu-agent-tools .tools:hover:focus, .gray-bg.agent .container #menu-agent-tools .tools:active:focus {
	background-color: #0077c8;
	box-shadow: none;
}

.gray-bg.agent .container #menu-agent-tools .tools::before {
	content: none;
}

.gray-bg.agent .container #menu-agent-tools .tools a {
	color: #000;
	text-decoration: none;
}

.gray-bg.agent .container #menu-agent-tools .tools a:hover {
	color: #fff;
}

.gray-bg.agent .container .single-state:nth-child(even) {
	background-color: #f6f6f6;
}

.gray-bg.agent .container .content {
	padding: 40px;
}

.gray-bg.agent .container .content .product-section {
	min-height: 180px;
	margin: 10px 0;
}

.gray-bg.agent .container .content .listings .listing {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.gray-bg.agent .container .content .listings .listing .state {
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
	padding-top: 10px;
	padding-bottom: 0px;
}

.gray-bg.agent .container .content .listings .listing .state .descrip p {
	color: #666;
	font-size: 16px;
	line-height: 25px;
}

.gray-bg.agent .container .content .listings p {
	margin-bottom: 0px;
	font-size: 18px;
}

.gray-bg.agent .container .content .listings a {
	font-size: 18px;
}

.gray-bg.agent .container .content .listings a .fa {
	padding-right: 20px;
}

.gray-bg.agent .container .content .listings .child {
	padding-top: 20px;
}

.gray-bg.agent .container .content .listings .child p {
	font-size: 18px;
	margin-bottom: 0px;
}

.gray-bg.agent .container .content .card {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gray-bg.agent .container .preview-wrap #accordion p {
	margin-bottom: 0px;
}

.gray-bg.agent .container .preview-wrap #accordion a {
	font-size: 18px;
}

.gray-bg.agent .container .preview-wrap #accordion a .fa {
	padding-right: 20px;
}

.gray-bg.agent .container .preview-wrap #accordion .child {
	padding-top: 20px;
}

.gray-bg.agent .container .preview-wrap #accordion .child p {
	font-size: 18px;
	margin-bottom: 0px;
}

.gray-bg.agent .container .form-link {
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
	padding-top: 10px;
	padding-bottom: 0px;
}

.gray-bg.agent .card p {
	margin-bottom: 0px;
}

.gray-bg.agent .card a {
	font-size: 18px;
}

.gray-bg.agent .card a .fa {
	padding-right: 20px;
}

.gray-bg.agent .card .child {
	padding-top: 20px;
}

.gray-bg.agent .card .child p {
	font-size: 18px;
	margin-bottom: 0px;
}

.gray-bg.agent .card .child .cats {
	font-weight: bold;
	font-size: 22px !important;
	padding-top: 20px;
	margin-bottom: 10px !important;
	border-bottom: 2px solid #f6f6f6;
}

.gray-bg.agent .card .card-block:nth-child(even) {
	background-color: #f6f6f6;
}

.gray-bg.agent .card .child-block:nth-child(even) {
	background-color: #f6f6f6;
}

.portal-header {
	background-color: #0077c8;
	height: 20px;
}

.portal-page .hero-portal h1 {
	padding-bottom: 10px;
	text-align: center;
}

.portal-page .hero-portal .border {
	border-bottom: 10px solid #0077c8;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

.portal-page .content {
	padding-top: 40px;
}

.portal-page #menu-agent-tools {
	padding-left: 0px;
}

.portal-page #menu-agent-tools .tools {
	background-color: #fff;
	border: 2px solid #0077c8;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 210px;
	text-align: center;
}

@media (min-width: 1199px) {
	.portal-page #menu-agent-tools .tools {
		width: 18%;
	}
}

@media (max-width: 1199px) {
	.portal-page #menu-agent-tools .tools {
		width: 48%;
	}
}

@media (max-width: 991px) {
	.portal-page #menu-agent-tools .tools {
		float: left;
		width: 48%;
		margin-left: 0px;
		margin-right: 10px;
	}
}

@media (max-width: 544px) {
	.portal-page #menu-agent-tools .tools {
		flot: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.portal-page #menu-agent-tools .tools a {
	bottom: 0px;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	left: 0px;
	padding: 150px 0px 20px 0px;
	position: absolute;
	width: 100%;
}

.portal-page #menu-agent-tools #menu-item-678::before {
	content: "";
	color: #cbc2a8 !important;
	font-family: "Font Awesome 5 Pro" !important;
	font-size: 4em;
	left: 10px;
	margin-right: 0px;
	top: 60px;
}

.portal-page #menu-agent-tools #menu-item-677::before {
	content: "";
	color: #cbc2a8 !important;
	font-family: "Font Awesome 5 Pro" !important;
	font-size: 4em;
	left: 10px;
	margin-right: 0px;
	top: 60px;
}

.portal-page #menu-agent-tools #menu-item-676::before {
	content: "";
	color: #cbc2a8 !important;
	font-family: "Font Awesome 5 Pro" !important;
	font-size: 4em;
	left: 10px;
	margin-right: 0px;
	top: 60px;
}

.portal-page #menu-agent-tools #menu-item-675::before {
	content: "";
	color: #cbc2a8 !important;
	font-family: "Font Awesome 5 Pro" !important;
	font-size: 4em;
	left: 10px;
	margin-right: 0px;
	top: 60px;
}

.portal-page #menu-agent-tools #menu-item-2452::before {
	content: "";
	color: #cbc2a8 !important;
	font-family: "Font Awesome 5 Pro" !important;
	font-size: 4em;
	left: 10px;
	margin-right: 0px;
	top: 60px;
}

.portal-footer {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#gform_6 .form-qty {
	clear: after;
}

#gform_6 .form-qty label {
	display: inline-block;
	padding-top: 9px;
	width: 13%;
}

#gform_6 .form-qty .gfield_description {
	float: left;
	padding-top: 6px;
	width: 78%;
}

#gform_6 .form-qty .ginput_container {
	float: left;
	width: 9%;
}

#gform_6 .form-qty .ginput_container input {
	height: 40px;
}

#gform_6 .form-qty .ginput_container .instruction {
	display: none;
}

#gform_6 .form-qty:nth-child(odd) {
	height: 80px;
	padding: 20px;
}

#gform_6 .form-qty:nth-child(even) {
	background-color: #f6f6f6;
	height: 80px;
	padding: 20px;
}

#site-search {
	border-top: 10px solid #f6f6f6;
	padding: 50px 0;
}

#site-search .blog-search-form {
	border-bottom: 1px solid #ffb500;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

#site-search .blog-search-form .input-group {
	width: 100%;
	height: 50px;
	position: relative;
	right: 0;
	width: 100%;
}

#site-search .blog-search-form input {
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: initial;
	height: 100%;
}

#site-search .blog-search-form #search-field {
	background: #fff;
	border-radius: 3px;
	color: #000;
	height: 60px;
	padding: 0 64px 0 20px;
}

#site-search .blog-search-form #search-field::-moz-placeholder {
	color: #000;
	opacity: 1;
}

#site-search .blog-search-form #search-field:-ms-input-placeholder {
	color: #000;
}

#site-search .blog-search-form #search-field::-webkit-input-placeholder {
	color: #000;
}

#site-search .blog-search-form input[type="submit"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: initial;
	background: none;
	border: none;
	border-radius: 0 3px 3px 0;
	color: #0077c8;
	padding: 0 25px;
	right: -1px;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 4;
}

#site-search .blog-search-form input[type="submit"]:hover, #site-search .blog-search-form input[type="submit"]:focus {
	color: #0077c8;
}

#site-search .result-count {
	margin-bottom: 40px;
}

#site-search .search-form {
	margin-bottom: 40px;
}

#site-search .search-form .search-field {
	border: 1px solid #555;
}

#site-search .left {
	padding-bottom: 100px;
}

#site-search .left .contact a {
	text-decoration: none;
}

#site-search .right .item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#site-search .right .item .inner {
	background: #fff;
}

#site-search .right .item .inner h5 {
	margin-bottom: 12px;
}

#site-search .right .item .inner h5 a {
	color: #000;
	border: none;
}

#site-search .right .item .inner h5 a:hover {
	color: #0077c8;
}

.filters {
	color: #ffb500;
}

.filters h6 {
	color: #0077c8;
	margin-bottom: 5px;
}

.filters .filter input[type="radio"], .filters .filter input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
	visibility: hidden;
}

.filters .filter input[type="radio"]:checked + label:before, .filters .filter input[type="checkbox"]:checked + label:before {
	content: "";
	color: #0077c8;
}

.filters .filter label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: initial;
	cursor: pointer;
	display: block;
}

.filters .filter label:before {
	font-size: 16px;
	color: #ffb500;
	content: "";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	width: 20px;
}

.gform_wrapper .ginput_container_time {
	max-width: 25%;
	padding-right: 20px;
}

@media (max-width: 768px) {
	.gform_wrapper .ginput_container_time {
		max-width: 450px;
		paddipadding-right: 0px;
	}
}

.gform_wrapper .gfield_time_hour i {
	position: relative;
	top: -46px;
	left: 185px;
}

@media (max-width: 768px) {
	.gform_wrapper .gfield_time_hour i {
		display: none;
	}
}

.gform_wrapper .gfield_time_hour label {
	position: relative;
	top: -35px;
}

@media (max-width: 768px) {
	.gform_wrapper .gfield_time_hour label {
		position: inherit;
	}
}

.gform_wrapper .gfield_time_ampm {
	max-width: 7%;
	padding-right: 0px;
}

@media (max-width: 1200px) {
	.gform_wrapper .gfield_time_ampm {
		max-width: 9%;
	}
}

#gform_wrapper_12 .gfield_label {
	width: 100%;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield.gsection h2, #gform_wrapper_19 form .gform_body .gform_fields .gfield.gsection h2 {
	border-top: 1px solid #d3d3d3;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield label, #gform_wrapper_19 form .gform_body .gform_fields .gfield label {
	float: none;
	display: block;
	width: auto;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_19 form .gform_body .gform_fields .gfield .ginput_container {
	max-width: inherit;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield.width-5, #gform_wrapper_19 form .gform_body .gform_fields .gfield.width-5 {
	width: 100%;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield.width-4, #gform_wrapper_19 form .gform_body .gform_fields .gfield.width-4 {
	width: 65%;
	display: inline-block;
	padding-right: 20px;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield.width-3, #gform_wrapper_19 form .gform_body .gform_fields .gfield.width-3 {
	width: 33%;
	display: inline-block;
	padding-right: 20px;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield.width-2, #gform_wrapper_19 form .gform_body .gform_fields .gfield.width-2 {
	width: 25%;
	display: inline-block;
	padding-right: 20px;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield.appts, #gform_wrapper_19 form .gform_body .gform_fields .gfield.appts {
	border: none;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container {
	max-width: inherit;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries {
	min-width: 100%;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group {
	border-bottom: 1px solid #d3d3d3 !important;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group td, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group td {
	border: none;
	display: inline-block;
	width: 33%;
	margin: 20px 0;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group td ul, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group td ul {
	padding-left: 0px;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group td ul .edit, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group td ul .edit {
	margin-right: 20px;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group td ul .edit a, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group td ul .edit a {
	padding: 8px 26px;
	border: 2px solid #0077c8;
	color: #000;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group span, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group span {
	display: block;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group .label, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group .label {
	font-weight: bold;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group:nth-child(even), #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .gpnf-nested-entries .group:nth-child(even) {
	background-color: #f6f6f6;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .fa, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container .fa {
	color: #0077c8;
}

#gform_wrapper_16 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container button, #gform_wrapper_19 form .gform_body .gform_fields .gfield .gpnf-nested-entries-container button {
	background: none;
	border: none;
	cursor: pointer;
	color: #0077c8;
}

#gform_wrapper_16 form .gform_footer, #gform_wrapper_19 form .gform_footer {
	padding-left: 0px;
}

.gpnf-dialog.ui-dialog .ui-dialog-titlebar {
	background: #0077c8;
}

.gpnf-dialog.ui-dialog .ui-dialog-titlebar-close {
	border: auto;
	height: 30px;
	width: 30px;
	top: 17px;
	right: 20px;
	z-index: 1000000;
}

.gpnf-dialog.ui-dialog .ui-dialog-titlebar-close::before {
	content: "";
	color: #fff;
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	left: -5px;
	position: relative;
	top: -17px;
}

.gpnf-dialog #gform_fields_17 .gfield.gsection h2, #gform_wrapper_18 .gfield.gsection h2, #gform_wrapper_20 .gfield.gsection h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
}

.gpnf-dialog #gform_fields_17 .gfield label, #gform_wrapper_18 .gfield label, #gform_wrapper_20 .gfield label {
	float: none;
	display: block;
	width: auto;
}

.gpnf-dialog #gform_fields_17 .gfield.width-3, #gform_wrapper_18 .gfield.width-3, #gform_wrapper_20 .gfield.width-3 {
	width: 33%;
	display: inline-block;
	padding-right: 20px;
}

.gpnf-dialog #gform_fields_17 .gfield.width-2, #gform_wrapper_18 .gfield.width-2, #gform_wrapper_20 .gfield.width-2 {
	width: 25%;
	display: inline-block;
	padding-right: 20px;
}

#gform_wrapper_17 form .gform_body .gform_fields .gfield.gsection h2, #gform_wrapper_18 form .gform_body .gform_fields .gfield.gsection h2, #gform_wrapper_20 form .gform_body .gform_fields .gfield.gsection h2 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
}

#gform_wrapper_17 form .gform_body .gform_fields .gfield label, #gform_wrapper_18 form .gform_body .gform_fields .gfield label, #gform_wrapper_20 form .gform_body .gform_fields .gfield label {
	float: none;
	display: block;
	width: auto;
}

#gform_wrapper_17 form .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_18 form .gform_body .gform_fields .gfield .ginput_container, #gform_wrapper_20 form .gform_body .gform_fields .gfield .ginput_container {
	max-width: inherit;
}

#gform_wrapper_17 form .gform_body .gform_fields .gfield.width-5, #gform_wrapper_18 form .gform_body .gform_fields .gfield.width-5, #gform_wrapper_20 form .gform_body .gform_fields .gfield.width-5 {
	width: 100%;
}

#gform_wrapper_17 form .gform_body .gform_fields .gfield.width-4, #gform_wrapper_18 form .gform_body .gform_fields .gfield.width-4, #gform_wrapper_20 form .gform_body .gform_fields .gfield.width-4 {
	width: 65%;
	display: inline-block;
	padding-right: 20px;
}

#gform_wrapper_17 form .gform_body .gform_fields .gfield.width-3, #gform_wrapper_18 form .gform_body .gform_fields .gfield.width-3, #gform_wrapper_20 form .gform_body .gform_fields .gfield.width-3 {
	width: 33%;
	display: inline-block;
	padding-right: 20px;
}

#gform_wrapper_17 form .gform_body .gform_fields .gfield.width-2, #gform_wrapper_18 form .gform_body .gform_fields .gfield.width-2, #gform_wrapper_20 form .gform_body .gform_fields .gfield.width-2 {
	width: 25%;
	display: inline-block;
	padding-right: 20px;
}

#gform_wrapper_17 form .gform_footer, #gform_wrapper_18 form .gform_footer, #gform_wrapper_20 form .gform_footer {
	padding-left: 0px;
}

.gfield_visibility_hidden {
	display: none;
}

.flex-page h1, .landing-page h1 {
	font-size: 60px;
	line-height: 50px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
}

.flex-page h2, .landing-page h2 {
	font-size: 48px;
	line-height: 50px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0px;
}

.flex-page h3, .landing-page h3 {
	font-size: 32px;
	line-height: 44px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
}

.flex-page h4, .landing-page h4 {
	font-size: 25px;
	line-height: 38px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
}

.flex-page h5, .landing-page h5 {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0px;
}

.flex-page h6, .flex-page h6 span, .landing-page h6, .landing-page h6 span {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-family: "avenir-next", "AvenirNextLTPro-Regular", sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
}

.flex-page .full_width_general_callout, .landing-page .full_width_general_callout {
	text-align: center;
	padding: 120px 0;
	position: relative;
}

.flex-page .full_width_general_callout .dark-blue-overlay, .landing-page .full_width_general_callout .dark-blue-overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(19, 28, 73, .3);
}

.flex-page .full_width_general_callout h1, .flex-page .full_width_general_callout h2, .flex-page .full_width_general_callout h3, .flex-page .full_width_general_callout h4, .flex-page .full_width_general_callout h5, .flex-page .full_width_general_callout h6, .flex-page .full_width_general_callout p, .flex-page .full_width_general_callout li, .landing-page .full_width_general_callout h1, .landing-page .full_width_general_callout h2, .landing-page .full_width_general_callout h3, .landing-page .full_width_general_callout h4, .landing-page .full_width_general_callout h5, .landing-page .full_width_general_callout h6, .landing-page .full_width_general_callout p, .landing-page .full_width_general_callout li {
	color: #fff;
	position: relative;
}

.flex-page .full_width_general_callout a, .landing-page .full_width_general_callout a {
	position: relative;
	margin-top: 10px;
}

.flex-page .wysiwyg, .landing-page .wysiwyg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.flex-page .wide-callout h1, .flex-page .wide-callout h2, .flex-page .wide-callout h3, .flex-page .wide-callout h4, .flex-page .wide-callout h5, .flex-page .wide-callout h6, .flex-page .wide-callout p, .flex-page .wide-callout li, .landing-page .wide-callout h1, .landing-page .wide-callout h2, .landing-page .wide-callout h3, .landing-page .wide-callout h4, .landing-page .wide-callout h5, .landing-page .wide-callout h6, .landing-page .wide-callout p, .landing-page .wide-callout li {
	color: #fff;
	position: relative;
}

.flex-page .wide-callout .col-lg-7, .flex-page .wide-callout .col-lg-5, .landing-page .wide-callout .col-lg-7, .landing-page .wide-callout .col-lg-5 {
	padding-left: 0;
	padding-right: 0;
}

.flex-page .wide-callout .col-lg-7, .landing-page .wide-callout .col-lg-7 {
	padding: 90px;
}

@media (max-width: 576px) {
	.flex-page .wide-callout .col-lg-7, .landing-page .wide-callout .col-lg-7 {
		padding: 50px 30px;
	}
}

.flex-page .wide-callout .container, .landing-page .wide-callout .container {
	display: table;
	width: 100%;
	max-width: 1710px;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}

.flex-page .wide-callout .row, .landing-page .wide-callout .row {
	height: 100%;
	display: table-row;
}

.flex-page .wide-callout .row .no-float, .landing-page .wide-callout .row .no-float {
	display: table-cell;
	float: none;
}

.flex-page .wide-callout .image-div, .landing-page .wide-callout .image-div {
	clip-path: circle(84.4% at 79% 50%);
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

@media (max-width: 1590px) {
	.flex-page .wide-callout .image-div, .landing-page .wide-callout .image-div {
		clip-path: circle(84.4% at 90% 50%);
	}
}

@media (max-width: 1353px) {
	.flex-page .wide-callout .image-div, .landing-page .wide-callout .image-div {
		clip-path: circle(84.4% at 95% 50%);
	}
}

@media (max-width: 1304px) {
	.flex-page .wide-callout .image-div, .landing-page .wide-callout .image-div {
		clip-path: circle(84.4% at 110% 50%);
	}
}

.flex-page .wide-callout .btn.blue:hover, .flex-page .wide-callout .gform_footer button.blue:hover, .gform_footer .flex-page .wide-callout button.blue:hover, .flex-page .wide-callout .gform_footer input.blue:hover, .gform_footer .flex-page .wide-callout input.blue:hover, .landing-page .wide-callout .btn.blue:hover, .landing-page .wide-callout .gform_footer button.blue:hover, .gform_footer .landing-page .wide-callout button.blue:hover, .landing-page .wide-callout .gform_footer input.blue:hover, .gform_footer .landing-page .wide-callout input.blue:hover {
	color: #0077c8;
}

.flex-page .wide-callout .btn.light-blue:hover, .flex-page .wide-callout .gform_footer button.light-blue:hover, .gform_footer .flex-page .wide-callout button.light-blue:hover, .flex-page .wide-callout .gform_footer input.light-blue:hover, .gform_footer .flex-page .wide-callout input.light-blue:hover, .landing-page .wide-callout .btn.light-blue:hover, .landing-page .wide-callout .gform_footer button.light-blue:hover, .gform_footer .landing-page .wide-callout button.light-blue:hover, .landing-page .wide-callout .gform_footer input.light-blue:hover, .gform_footer .landing-page .wide-callout input.light-blue:hover {
	color: #ecf4f9;
}

.flex-page .wide-callout .btn.yellow:hover, .flex-page .wide-callout .gform_footer button.yellow:hover, .gform_footer .flex-page .wide-callout button.yellow:hover, .flex-page .wide-callout .gform_footer input.yellow:hover, .gform_footer .flex-page .wide-callout input.yellow:hover, .landing-page .wide-callout .btn.yellow:hover, .landing-page .wide-callout .gform_footer button.yellow:hover, .gform_footer .landing-page .wide-callout button.yellow:hover, .landing-page .wide-callout .gform_footer input.yellow:hover, .gform_footer .landing-page .wide-callout input.yellow:hover {
	color: #ffb500;
}

.flex-page .wide-callout .btn.green:hover, .flex-page .wide-callout .gform_footer button.green:hover, .gform_footer .flex-page .wide-callout button.green:hover, .flex-page .wide-callout .gform_footer input.green:hover, .gform_footer .flex-page .wide-callout input.green:hover, .landing-page .wide-callout .btn.green:hover, .landing-page .wide-callout .gform_footer button.green:hover, .gform_footer .landing-page .wide-callout button.green:hover, .landing-page .wide-callout .gform_footer input.green:hover, .gform_footer .landing-page .wide-callout input.green:hover {
	color: #006e61;
}

.flex-page .wide-callout .btn.red:hover, .flex-page .wide-callout .gform_footer button.red:hover, .gform_footer .flex-page .wide-callout button.red:hover, .flex-page .wide-callout .gform_footer input.red:hover, .gform_footer .flex-page .wide-callout input.red:hover, .landing-page .wide-callout .btn.red:hover, .landing-page .wide-callout .gform_footer button.red:hover, .gform_footer .landing-page .wide-callout button.red:hover, .landing-page .wide-callout .gform_footer input.red:hover, .gform_footer .landing-page .wide-callout input.red:hover {
	color: #a50c35;
}

.flex-page .wide-callout .btn.sky-blue:hover, .flex-page .wide-callout .gform_footer button.sky-blue:hover, .gform_footer .flex-page .wide-callout button.sky-blue:hover, .flex-page .wide-callout .gform_footer input.sky-blue:hover, .gform_footer .flex-page .wide-callout input.sky-blue:hover, .landing-page .wide-callout .btn.sky-blue:hover, .landing-page .wide-callout .gform_footer button.sky-blue:hover, .gform_footer .landing-page .wide-callout button.sky-blue:hover, .landing-page .wide-callout .gform_footer input.sky-blue:hover, .gform_footer .landing-page .wide-callout input.sky-blue:hover {
	color: #4198b6;
}

.flex-page .wide-callout .btn.orange:hover, .flex-page .wide-callout .gform_footer button.orange:hover, .gform_footer .flex-page .wide-callout button.orange:hover, .flex-page .wide-callout .gform_footer input.orange:hover, .gform_footer .flex-page .wide-callout input.orange:hover, .landing-page .wide-callout .btn.orange:hover, .landing-page .wide-callout .gform_footer button.orange:hover, .gform_footer .landing-page .wide-callout button.orange:hover, .landing-page .wide-callout .gform_footer input.orange:hover, .gform_footer .landing-page .wide-callout input.orange:hover {
	color: #eb7700;
}

.flex-page .wide-callout .btn.indigo:hover, .flex-page .wide-callout .gform_footer button.indigo:hover, .gform_footer .flex-page .wide-callout button.indigo:hover, .flex-page .wide-callout .gform_footer input.indigo:hover, .gform_footer .flex-page .wide-callout input.indigo:hover, .landing-page .wide-callout .btn.indigo:hover, .landing-page .wide-callout .gform_footer button.indigo:hover, .gform_footer .landing-page .wide-callout button.indigo:hover, .landing-page .wide-callout .gform_footer input.indigo:hover, .gform_footer .landing-page .wide-callout input.indigo:hover {
	color: #141b4d;
}

.flex-page #breadcrumbs-wrap, .landing-page #breadcrumbs-wrap {
	margin-bottom: 0;
	padding-top: 40px;
	margin-bottom: -40px;
}

.flex-page #breadcrumbs-wrap li, .flex-page #breadcrumbs-wrap a, .landing-page #breadcrumbs-wrap li, .landing-page #breadcrumbs-wrap a {
	font-size: 12px;
}

.flex-page #breadcrumbs-wrap ul, .landing-page #breadcrumbs-wrap ul {
	list-style: none;
}

.flex-page #breadcrumbs-wrap ul .slash, .landing-page #breadcrumbs-wrap ul .slash {
	margin: 0 5px;
	color: #ccc;
}

.flex-page #breadcrumbs-wrap ul a, .landing-page #breadcrumbs-wrap ul a {
	color: #333;
}

.flex-page #breadcrumbs-wrap ul a:hover, .landing-page #breadcrumbs-wrap ul a:hover {
	color: #0077c8;
}

.flex-page .wysiwyg-two-column, .landing-page .wysiwyg-two-column {
	padding-top: 80px;
	padding-bottom: 80px;
}

.flex-page .wysiwyg-two-column h1, .flex-page .wysiwyg-two-column h2, .flex-page .wysiwyg-two-column h3, .flex-page .wysiwyg-two-column h4, .flex-page .wysiwyg-two-column h5, .flex-page .wysiwyg-two-column h6, .landing-page .wysiwyg-two-column h1, .landing-page .wysiwyg-two-column h2, .landing-page .wysiwyg-two-column h3, .landing-page .wysiwyg-two-column h4, .landing-page .wysiwyg-two-column h5, .landing-page .wysiwyg-two-column h6 {
	color: #0077c8;
}

.flex-page .wysiwyg-two-column i, .landing-page .wysiwyg-two-column i {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-style: normal;
	color: #fff;
	display: inline-block;
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-right: 5px;
	line-height: 40px;
}

.flex-page .wysiwyg-two-column .col-sm-6, .landing-page .wysiwyg-two-column .col-sm-6 {
	margin-top: 20px;
}

.flex-page .wysiwyg-two-column .callout-header, .landing-page .wysiwyg-two-column .callout-header {
	display: flex;
}

.flex-page .wysiwyg-two-column .callout-header p, .landing-page .wysiwyg-two-column .callout-header p {
	font-weight: 500;
	display: inline-block;
	margin-left: 5px;
	padding-top: 6px;
}

.flex-page .wysiwyg-two-column .callout-header a:hover, .landing-page .wysiwyg-two-column .callout-header a:hover {
	text-decoration: none;
	color: #0077c8;
}

.flex-page .wysiwyg-two-column .content-div, .landing-page .wysiwyg-two-column .content-div {
	padding-left: 50px;
}

.flex-page .wysiwyg-two-column .section-sub-content, .landing-page .wysiwyg-two-column .section-sub-content {
	margin-top: 20px;
}

.flex-page .wysiwyg-two-column .section-sub-content a, .flex-page .wysiwyg-two-column .section-sub-content p, .landing-page .wysiwyg-two-column .section-sub-content a, .landing-page .wysiwyg-two-column .section-sub-content p {
	font-size: 15px;
	line-height: 20px;
}

.flex-page .wysiwyg-two-column .section-sub-content p, .landing-page .wysiwyg-two-column .section-sub-content p {
	color: gray;
}

.flex-page .form-full-width, .landing-page .form-full-width {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.flex-page .form-full-width.transparent-header, .landing-page .form-full-width.transparent-header {
	padding-top: 241px;
}

.flex-page .form-full-width .form-content h1, .flex-page .form-full-width .form-content h2, .flex-page .form-full-width .form-content h3, .flex-page .form-full-width .form-content h4, .flex-page .form-full-width .form-content h5, .flex-page .form-full-width .form-content h6, .flex-page .form-full-width .form-content p, .landing-page .form-full-width .form-content h1, .landing-page .form-full-width .form-content h2, .landing-page .form-full-width .form-content h3, .landing-page .form-full-width .form-content h4, .landing-page .form-full-width .form-content h5, .landing-page .form-full-width .form-content h6, .landing-page .form-full-width .form-content p {
	color: #fff;
}

@media (max-width: 992px) {
	.flex-page .form-full-width .form-content, .landing-page .form-full-width .form-content {
		text-align: center !important;
	}
}

@media (max-width: 1200px) {
	.flex-page .form-full-width.form-75 .form-content {
		text-align: center !important;
		margin-bottom: 40px;
	}
}

.flex-page .form-full-width .dark-blue-overlay, .landing-page .form-full-width .dark-blue-overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(19, 28, 73, .7);
}

@media (min-width: 992px) {
	.flex-page .form-full-width .container, .landing-page .form-full-width .container {
		display: table;
		box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.flex-page .form-full-width .row, .landing-page .form-full-width .row {
		height: 100%;
		display: table-row;
	}
	
	.flex-page .form-full-width .row .no-float, .landing-page .form-full-width .row .no-float {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	
	.flex-page .form-full-width.form-75 .gform_fields:has(.gfield--type-text:nth-child(2) + .gfield--type-text:nth-child(3)) > .gfield:nth-child(2), .flex-page .form-full-width.form-75 .gform_fields:has(.gfield--type-text:nth-child(2) + .gfield--type-text:nth-child(3)) > .gfield:nth-child(3) {
		display: inline-block;
		width: calc(50% - 5px);
		margin-right: 0;
		margin-left: 0;
	}
	
	.flex-page .form-full-width.form-75 .gform_fields:has(.gfield--type-text:nth-child(2) + .gfield--type-text:nth-child(3)) > .gfield:nth-child(2) {
		margin-right: 10px;
	}
}

.flex-page .form-full-width .form-div, .landing-page .form-full-width .form-div {
	background-color: #fff;
	text-align: center;
	padding: 40px 30px;
	border-radius: 5px;
}

.flex-page .form-full-width .form-div .ginput_container, .landing-page .form-full-width .form-div .ginput_container {
	max-width: 100%;
}

.flex-page .form-full-width .form-div .gfield--type-honeypot {
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.flex-page .form-full-width .form-div .ginput_container--name {
	display: flex;
	gap: 10px;
}

.flex-page .form-full-width .form-div .ginput_container--name > * {
	flex: 1 1 100%;
}

.flex-page .form-full-width .form-div li:first-child, .landing-page .form-full-width .form-div li:first-child {
	padding-top: 0;
}

.flex-page .form-full-width .form-div .gfield:not(.gfield--type-radio) .gform-field-label, .landing-page .form-full-width .form-div .gfield_label {
	display: none !important;
}

.flex-page .form-full-width .form-div .gfield_label {
	width: auto;
	margin-bottom: 15px;
}

.flex-page .form-full-width .form-div .gfield_radio {
	display: flex;
	gap: 20px;
}

.flex-page .form-full-width .form-div .ginput_container_radio label:before {
	color: #0077c8;
}

.flex-page .form-full-width .form-div input, .landing-page .form-full-width .form-div input {
	border: 1px solid #ccc !important;
}

.flex-page .form-full-width .form-div .gform_footer, .landing-page .form-full-width .form-div .gform_footer {
	max-width: 100%;
	padding: 0;
}

.flex-page .form-full-width .form-div .gform_footer button, .landing-page .form-full-width .form-div .gform_footer button {
	width: 100%;
}

.flex-page .form-full-width .form-div ::-webkit-input-placeholder, .landing-page .form-full-width .form-div ::-webkit-input-placeholder {
	text-align: center;
}

.flex-page .form-full-width .form-div :-moz-placeholder, .landing-page .form-full-width .form-div :-moz-placeholder {
	text-align: center;
}

.flex-page .form-full-width .form-div ::-moz-placeholder, .landing-page .form-full-width .form-div ::-moz-placeholder {
	text-align: center;
}

.flex-page .form-full-width .form-div :-ms-input-placeholder, .landing-page .form-full-width .form-div :-ms-input-placeholder {
	text-align: center;
}

.flex-page .wysiwyg-three-callout, .landing-page .wysiwyg-three-callout {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.flex-page .wysiwyg-three-callout h1, .flex-page .wysiwyg-three-callout h2, .flex-page .wysiwyg-three-callout h3, .flex-page .wysiwyg-three-callout h4, .flex-page .wysiwyg-three-callout h5, .flex-page .wysiwyg-three-callout h6, .landing-page .wysiwyg-three-callout h1, .landing-page .wysiwyg-three-callout h2, .landing-page .wysiwyg-three-callout h3, .landing-page .wysiwyg-three-callout h4, .landing-page .wysiwyg-three-callout h5, .landing-page .wysiwyg-three-callout h6 {
	color: #0077c8;
}

.flex-page .wysiwyg-three-callout .row, .landing-page .wysiwyg-three-callout .row {
	margin-top: 70px;
}

.flex-page .wysiwyg-three-callout i, .landing-page .wysiwyg-three-callout i {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-style: normal;
	font-size: 5rem;
}

.flex-page .related_links, .landing-page .related_links {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
}

.flex-page .related_links .container, .landing-page .related_links .container {
	max-width: 1710px;
	width: 100%;
}

.flex-page .related_links .header-container, .landing-page .related_links .header-container {
	padding: 0 30px;
}

.flex-page .related_links .row, .landing-page .related_links .row {
	display: flex;
	padding: 0 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-page .related_links .row .link-card, .landing-page .related_links .row .link-card {
	box-shadow: 0px 0px 20px 0px rgba(0, 93, 185, .3);
	margin-top: 17px;
	margin-bottom: 17px;
	border-radius: 5px;
}

.flex-page .related_links .row .link-card h1, .flex-page .related_links .row .link-card h2, .flex-page .related_links .row .link-card h3, .flex-page .related_links .row .link-card h4, .flex-page .related_links .row .link-card h5, .flex-page .related_links .row .link-card h6, .landing-page .related_links .row .link-card h1, .landing-page .related_links .row .link-card h2, .landing-page .related_links .row .link-card h3, .landing-page .related_links .row .link-card h4, .landing-page .related_links .row .link-card h5, .landing-page .related_links .row .link-card h6 {
	color: #0077c8;
}

.flex-page .related_links .row .link-card .link-img, .landing-page .related_links .row .link-card .link-img {
	height: 340px;
	border-radius: 5px 5px 0 0;
}

.flex-page .related_links .row .link-card .content-div, .landing-page .related_links .row .link-card .content-div {
	padding: 50px 30px;
}

.flex-page .client-testimonial-case-study, .landing-page .client-testimonial-case-study {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (min-width: 992px) {
	.flex-page .client-testimonial-case-study .container, .landing-page .client-testimonial-case-study .container {
		display: table;
		box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.flex-page .client-testimonial-case-study .row, .landing-page .client-testimonial-case-study .row {
		height: 100%;
		display: table-row;
	}
	
	.flex-page .client-testimonial-case-study .row .no-float, .landing-page .client-testimonial-case-study .row .no-float {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}

.flex-page .client-testimonial-case-study .carousel-inner, .landing-page .client-testimonial-case-study .carousel-inner {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	box-shadow: 0px 0px 20px 0px rgba(0, 93, 185, .3);
}

@media (max-width: 991px) {
	.flex-page .client-testimonial-case-study .carousel-inner, .landing-page .client-testimonial-case-study .carousel-inner {
		width: 100%;
	}
}

.flex-page .client-testimonial-case-study .carousel-inner .slide-image, .landing-page .client-testimonial-case-study .carousel-inner .slide-image {
	border-radius: 50%;
	height: 120px;
	width: 120px;
	max-width: none !important;
}

.flex-page .client-testimonial-case-study .carousel-inner .left-div, .landing-page .client-testimonial-case-study .carousel-inner .left-div {
	text-align: left;
	padding: 45px;
}

.flex-page .client-testimonial-case-study .carousel-inner .left-div h3, .landing-page .client-testimonial-case-study .carousel-inner .left-div h3 {
	margin-bottom: 0;
	color: #fff;
}

.flex-page .client-testimonial-case-study .carousel-inner .left-div p, .landing-page .client-testimonial-case-study .carousel-inner .left-div p {
	font-size: 1.5rem;
	color: #fff;
	line-height: 25px;
}

@media (max-width: 768px) {
	.flex-page .client-testimonial-case-study .carousel-inner .left-div .header-row, .landing-page .client-testimonial-case-study .carousel-inner .left-div .header-row {
		height: 100%;
		display: table-row;
	}
	
	.flex-page .client-testimonial-case-study .carousel-inner .left-div .header-row .some-float, .landing-page .client-testimonial-case-study .carousel-inner .left-div .header-row .some-float {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	
	.flex-page .client-testimonial-case-study .carousel-inner .left-div .header-row .small-none, .landing-page .client-testimonial-case-study .carousel-inner .left-div .header-row .small-none {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.flex-page .client-testimonial-case-study .carousel-inner .left-div, .landing-page .client-testimonial-case-study .carousel-inner .left-div {
		padding: 45px 25px;
	}
}

.flex-page .client-testimonial-case-study .carousel-inner .right-div, .landing-page .client-testimonial-case-study .carousel-inner .right-div {
	padding: 45px;
	text-align: left;
	vertical-align: top;
}

.flex-page .client-testimonial-case-study .carousel-control, .landing-page .client-testimonial-case-study .carousel-control {
	background: none;
	top: 40%;
	color: #0077c8;
	opacity: 1;
}

.flex-page .client-testimonial-case-study .carousel-control i, .landing-page .client-testimonial-case-study .carousel-control i {
	background-color: #ecf4f9;
	border-radius: 50%;
	padding: 19px 22px;
	text-align: center;
	text-shadow: none;
}

.flex-page .client-testimonial-case-study .carousel-control.right, .landing-page .client-testimonial-case-study .carousel-control.right {
	right: -5%;
}

.flex-page .client-testimonial-case-study .carousel-control.left, .landing-page .client-testimonial-case-study .carousel-control.left {
	left: -5%;
}

@media (max-width: 991px) {
	.flex-page .client-testimonial-case-study .carousel-control, .landing-page .client-testimonial-case-study .carousel-control {
		display: none;
	}
}

.flex-page .full-width-table, .landing-page .full-width-table {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 991px) {
	.flex-page .full-width-table .container, .landing-page .full-width-table .container {
		overflow: scroll;
	}
}

.flex-page .full-width-table .table-header, .flex-page .full-width-table .table-subtitle, .landing-page .full-width-table .table-header, .landing-page .full-width-table .table-subtitle {
	text-align: center;
}

.flex-page .full-width-table .first_row, .landing-page .full-width-table .first_row {
	border-radius: 3px 3px 0 0;
}

.flex-page .full-width-table .first_row .term, .landing-page .full-width-table .first_row .term {
	display: flex;
	align-items: flex-end;
	background-color: #0077c8 !important;
	border: none !important;
}

.flex-page .full-width-table .first_row .term:first-child, .landing-page .full-width-table .first_row .term:first-child {
	border-radius: 3px 0 0 0;
}

.flex-page .full-width-table .first_row .term:last-child, .landing-page .full-width-table .first_row .term:last-child {
	border-radius: 0 3px 0 0;
}

.flex-page .full-width-table .first_row .term p, .landing-page .full-width-table .first_row .term p {
	line-height: 25px !important;
	color: #fff;
}

.flex-page .full-width-table .row, .landing-page .full-width-table .row {
	display: flex;
	justify-content: center;
}

.flex-page .full-width-table .row:nth-child(odd) .term, .landing-page .full-width-table .row:nth-child(odd) .term {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}

@media (max-width: 991px) {
	.flex-page .full-width-table .row, .landing-page .full-width-table .row {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	
	.flex-page .full-width-table .row .term, .landing-page .full-width-table .row .term {
		width: 170px !important;
	}
}

.flex-page .full-width-table .term, .landing-page .full-width-table .term {
	font-size: 20px;
	padding: 15px;
	width: 170px !important;
	background-color: #ecf4f9;
}

.flex-page .full-width-table .term.first-item, .landing-page .full-width-table .term.first-item {
	width: 210px !important;
}

.flex-page .full-width-table .term p, .landing-page .full-width-table .term p {
	margin-bottom: 0;
	line-height: 32px;
}

/* No Navigation Landing Page */
#header.no-navigation-header {
	justify-content: center;
}

.landing-page-no-navigation {
	padding: 30px 0 40px;
	background-color: #efefef;
}

.landing-page-no-navigation__wrapper {
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
