@charset "utf-8";
/*
 * @link http://bulma.io/
 */


/* helper */
.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left;
}

.is-pulled-right {
  float: right;
}

.is-clipped {
  overflow: hidden !important;
}

.has-text-centered {
  text-align: center;
}

.has-text-left {
  text-align: left;
}

.has-text-right {
  text-align: right;
}

.is-hidden {
  display: none !important;
}

.overflow {
	overflow: auto;
}

/* Table */
.table {
	background-color: white;
	color: #363636;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th {
	border-bottom-width: 1px;
}

.table.is-bordered td, .table.is-bordered th {
	border-width: 1px;
}

.table thead td, .table thead th {
	border-width: 0 0 2px;
	color: #7a7a7a;
}

.table td, .table th {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	padding: 8px 10px;
	vertical-align: top;
	text-align: left;
}

.table.nowrap td, .table.nowrap th {
	white-space: nowrap;
}

.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th {
	border-bottom-width: 1px;
}

.table.is-bordered td, .table.is-bordered th {
	border-width: 1px;
}

.table.is-striped tbody tr:nth-child(even) {
	background-color: #fafafa;
}

.table.is-narrow td, .table.is-narrow th {
	padding: 5px 10px;
}

.table thead th {
	background: #efefef;
}

/* Tabs */
.tabs {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 24px;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 10px;
}

.tabs ul {
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tabs li {
	display: block;
}

.tabs li.is-active a {
	border-bottom-color: #00d1b2;
	color: #00d1b2;
}

.tabs a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
	color: #4a4a4a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: -1px;
	padding: 6px 12px;
	vertical-align: top;
}
.tabs.is-nfl + .tabs.is-nfl  {
	margin-bottom: 40px;
}
.tabs.is-nfl ul {
	border-bottom: none;
}
.tabs.is-nfl li+li {
	margin-left: -1px;
}
.tabs.is-nfl li {
	flex-grow: 1;
	flex-shrink: 0;
}
.tabs.is-nfl a {
	border-color: #1c3675;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0;
	position: relative;
	color: #222;
}
.tabs.is-nfl li.is-active a, .tabs.is-nfl li a:hover {
	background-color: #1c3675;
	border-color: #1c3675;
	color: #fff;
	z-index: 1;
}

/* form */
.control:not(:last-child) {
	margin-bottom: 10px;
}
.control {
	position: relative;
	text-align: left;
}

.input, .textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	color: #363636;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	height: 32px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	vertical-align: top;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	max-width: 100%;
	width: 100%;
}
.textarea {
	height: 150px;
}
.select {
	display: inline-block;
	height: 32px;
	position: relative;
	vertical-align: top;
}
.select:after {
	border: 1px solid #00d1b2;
	border-right: 0;
	border-top: 0;
	/*content: " ";*/
	content: '\f106';
	display: block;
	height: 7px;
	pointer-events: none;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 7px;
	margin-top: -6px;
	right: 16px;
	top: 50%;
}

.select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	color: #363636;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	height: 32px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	display: block;
	outline: none;
	padding-right: 36px;
}

/* button */
.button:hover, .button:focus, .button.is-active {
	color: #363636;
}

.button:hover {
	border-color: #b5b5b5;
}

.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	color: #363636;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	height: 32px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	vertical-align: top;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	white-space: nowrap;
}
