/*! jQuery UI - v1.11.4 - 2015-08-05
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}
.ui-helper-clearfix:after {
	clear: both
}
.ui-helper-clearfix {
	min-height: 0
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0)
}
.ui-front {
	z-index: 100
}
.ui-state-disabled {
	cursor: default !important
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px
}
.ui-datepicker .ui-datepicker-next {
	right: 2px
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}
.ui-datepicker td {
	border: 0;
	padding: 1px
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}
.ui-datepicker.ui-datepicker-multi {
	width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}
.ui-datepicker-rtl {
	direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em
}
.ui-widget .ui-widget {
	font-size: 1em
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em
}
.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222
}
.ui-widget-content a {
	color: #222
}
.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222;
	font-weight: bold
}
.ui-widget-header a {
	color: #222
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555;
	text-decoration: none
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
	color: #212121;
	text-decoration: none
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: alpha(opacity=70);
	font-weight: normal
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: alpha(opacity=35);
	background-image: none
}
.ui-state-disabled .ui-icon {
	filter: alpha(opacity=35)
}
.ui-icon {
	width: 16px;
	height: 16px
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png")
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png")
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png")
}
.ui-icon-blank {
	background-position: 16px 16px
}
.ui-icon-carat-1-n {
	background-position: 0 0
}
.ui-icon-carat-1-ne {
	background-position: -16px 0
}
.ui-icon-carat-1-e {
	background-position: -32px 0
}
.ui-icon-carat-1-se {
	background-position: -48px 0
}
.ui-icon-carat-1-s {
	background-position: -64px 0
}
.ui-icon-carat-1-sw {
	background-position: -80px 0
}
.ui-icon-carat-1-w {
	background-position: -96px 0
}
.ui-icon-carat-1-nw {
	background-position: -112px 0
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}
.ui-icon-arrow-4 {
	background-position: 0 -80px
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}
.ui-icon-extlink {
	background-position: -32px -80px
}
.ui-icon-newwin {
	background-position: -48px -80px
}
.ui-icon-refresh {
	background-position: -64px -80px
}
.ui-icon-shuffle {
	background-position: -80px -80px
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px
}
.ui-icon-folder-open {
	background-position: -16px -96px
}
.ui-icon-document {
	background-position: -32px -96px
}
.ui-icon-document-b {
	background-position: -48px -96px
}
.ui-icon-note {
	background-position: -64px -96px
}
.ui-icon-mail-closed {
	background-position: -80px -96px
}
.ui-icon-mail-open {
	background-position: -96px -96px
}
.ui-icon-suitcase {
	background-position: -112px -96px
}
.ui-icon-comment {
	background-position: -128px -96px
}
.ui-icon-person {
	background-position: -144px -96px
}
.ui-icon-print {
	background-position: -160px -96px
}
.ui-icon-trash {
	background-position: -176px -96px
}
.ui-icon-locked {
	background-position: -192px -96px
}
.ui-icon-unlocked {
	background-position: -208px -96px
}
.ui-icon-bookmark {
	background-position: -224px -96px
}
.ui-icon-tag {
	background-position: -240px -96px
}
.ui-icon-home {
	background-position: 0 -112px
}
.ui-icon-flag {
	background-position: -16px -112px
}
.ui-icon-calendar {
	background-position: -32px -112px
}
.ui-icon-cart {
	background-position: -48px -112px
}
.ui-icon-pencil {
	background-position: -64px -112px
}
.ui-icon-clock {
	background-position: -80px -112px
}
.ui-icon-disk {
	background-position: -96px -112px
}
.ui-icon-calculator {
	background-position: -112px -112px
}
.ui-icon-zoomin {
	background-position: -128px -112px
}
.ui-icon-zoomout {
	background-position: -144px -112px
}
.ui-icon-search {
	background-position: -160px -112px
}
.ui-icon-wrench {
	background-position: -176px -112px
}
.ui-icon-gear {
	background-position: -192px -112px
}
.ui-icon-heart {
	background-position: -208px -112px
}
.ui-icon-star {
	background-position: -224px -112px
}
.ui-icon-link {
	background-position: -240px -112px
}
.ui-icon-cancel {
	background-position: 0 -128px
}
.ui-icon-plus {
	background-position: -16px -128px
}
.ui-icon-plusthick {
	background-position: -32px -128px
}
.ui-icon-minus {
	background-position: -48px -128px
}
.ui-icon-minusthick {
	background-position: -64px -128px
}
.ui-icon-close {
	background-position: -80px -128px
}
.ui-icon-closethick {
	background-position: -96px -128px
}
.ui-icon-key {
	background-position: -112px -128px
}
.ui-icon-lightbulb {
	background-position: -128px -128px
}
.ui-icon-scissors {
	background-position: -144px -128px
}
.ui-icon-clipboard {
	background-position: -160px -128px
}
.ui-icon-copy {
	background-position: -176px -128px
}
.ui-icon-contact {
	background-position: -192px -128px
}
.ui-icon-image {
	background-position: -208px -128px
}
.ui-icon-video {
	background-position: -224px -128px
}
.ui-icon-script {
	background-position: -240px -128px
}
.ui-icon-alert {
	background-position: 0 -144px
}
.ui-icon-info {
	background-position: -16px -144px
}
.ui-icon-notice {
	background-position: -32px -144px
}
.ui-icon-help {
	background-position: -48px -144px
}
.ui-icon-check {
	background-position: -64px -144px
}
.ui-icon-bullet {
	background-position: -80px -144px
}
.ui-icon-radio-on {
	background-position: -96px -144px
}
.ui-icon-radio-off {
	background-position: -112px -144px
}
.ui-icon-pin-w {
	background-position: -128px -144px
}
.ui-icon-pin-s {
	background-position: -144px -144px
}
.ui-icon-play {
	background-position: 0 -160px
}
.ui-icon-pause {
	background-position: -16px -160px
}
.ui-icon-seek-next {
	background-position: -32px -160px
}
.ui-icon-seek-prev {
	background-position: -48px -160px
}
.ui-icon-seek-end {
	background-position: -64px -160px
}
.ui-icon-seek-start {
	background-position: -80px -160px
}
.ui-icon-seek-first {
	background-position: -80px -160px
}
.ui-icon-stop {
	background-position: -96px -160px
}
.ui-icon-eject {
	background-position: -112px -160px
}
.ui-icon-volume-off {
	background-position: -128px -160px
}
.ui-icon-volume-on {
	background-position: -144px -160px
}
.ui-icon-power {
	background-position: 0 -176px
}
.ui-icon-signal-diag {
	background-position: -16px -176px
}
.ui-icon-signal {
	background-position: -32px -176px
}
.ui-icon-battery-0 {
	background-position: -48px -176px
}
.ui-icon-battery-1 {
	background-position: -64px -176px
}
.ui-icon-battery-2 {
	background-position: -80px -176px
}
.ui-icon-battery-3 {
	background-position: -96px -176px
}
.ui-icon-circle-plus {
	background-position: 0 -192px
}
.ui-icon-circle-minus {
	background-position: -16px -192px
}
.ui-icon-circle-close {
	background-position: -32px -192px
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px
}
.ui-icon-circle-check {
	background-position: -208px -192px
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px
}
.ui-widget-overlay {
	background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: alpha(opacity=30)
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 8px
}
/*# sourceMappingURL=main.min.css.map */

/*! jQuery UI - v1.11.4 - 2015-08-05
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em
}
.ui-widget .ui-widget {
	font-size: 1em
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em
}
.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222
}
.ui-widget-content a {
	color: #222
}
.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222;
	font-weight: bold
}
.ui-widget-header a {
	color: #222
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555;
	text-decoration: none
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
	color: #212121;
	text-decoration: none
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: alpha(opacity=70);
	font-weight: normal
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: alpha(opacity=35);
	background-image: none
}
.ui-state-disabled .ui-icon {
	filter: alpha(opacity=35)
}
.ui-icon {
	width: 16px;
	height: 16px
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png")
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png")
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png")
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png")
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png")
}
.ui-icon-blank {
	background-position: 16px 16px
}
.ui-icon-carat-1-n {
	background-position: 0 0
}
.ui-icon-carat-1-ne {
	background-position: -16px 0
}
.ui-icon-carat-1-e {
	background-position: -32px 0
}
.ui-icon-carat-1-se {
	background-position: -48px 0
}
.ui-icon-carat-1-s {
	background-position: -64px 0
}
.ui-icon-carat-1-sw {
	background-position: -80px 0
}
.ui-icon-carat-1-w {
	background-position: -96px 0
}
.ui-icon-carat-1-nw {
	background-position: -112px 0
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}
.ui-icon-arrow-4 {
	background-position: 0 -80px
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}
.ui-icon-extlink {
	background-position: -32px -80px
}
.ui-icon-newwin {
	background-position: -48px -80px
}
.ui-icon-refresh {
	background-position: -64px -80px
}
.ui-icon-shuffle {
	background-position: -80px -80px
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px
}
.ui-icon-folder-open {
	background-position: -16px -96px
}
.ui-icon-document {
	background-position: -32px -96px
}
.ui-icon-document-b {
	background-position: -48px -96px
}
.ui-icon-note {
	background-position: -64px -96px
}
.ui-icon-mail-closed {
	background-position: -80px -96px
}
.ui-icon-mail-open {
	background-position: -96px -96px
}
.ui-icon-suitcase {
	background-position: -112px -96px
}
.ui-icon-comment {
	background-position: -128px -96px
}
.ui-icon-person {
	background-position: -144px -96px
}
.ui-icon-print {
	background-position: -160px -96px
}
.ui-icon-trash {
	background-position: -176px -96px
}
.ui-icon-locked {
	background-position: -192px -96px
}
.ui-icon-unlocked {
	background-position: -208px -96px
}
.ui-icon-bookmark {
	background-position: -224px -96px
}
.ui-icon-tag {
	background-position: -240px -96px
}
.ui-icon-home {
	background-position: 0 -112px
}
.ui-icon-flag {
	background-position: -16px -112px
}
.ui-icon-calendar {
	background-position: -32px -112px
}
.ui-icon-cart {
	background-position: -48px -112px
}
.ui-icon-pencil {
	background-position: -64px -112px
}
.ui-icon-clock {
	background-position: -80px -112px
}
.ui-icon-disk {
	background-position: -96px -112px
}
.ui-icon-calculator {
	background-position: -112px -112px
}
.ui-icon-zoomin {
	background-position: -128px -112px
}
.ui-icon-zoomout {
	background-position: -144px -112px
}
.ui-icon-search {
	background-position: -160px -112px
}
.ui-icon-wrench {
	background-position: -176px -112px
}
.ui-icon-gear {
	background-position: -192px -112px
}
.ui-icon-heart {
	background-position: -208px -112px
}
.ui-icon-star {
	background-position: -224px -112px
}
.ui-icon-link {
	background-position: -240px -112px
}
.ui-icon-cancel {
	background-position: 0 -128px
}
.ui-icon-plus {
	background-position: -16px -128px
}
.ui-icon-plusthick {
	background-position: -32px -128px
}
.ui-icon-minus {
	background-position: -48px -128px
}
.ui-icon-minusthick {
	background-position: -64px -128px
}
.ui-icon-close {
	background-position: -80px -128px
}
.ui-icon-closethick {
	background-position: -96px -128px
}
.ui-icon-key {
	background-position: -112px -128px
}
.ui-icon-lightbulb {
	background-position: -128px -128px
}
.ui-icon-scissors {
	background-position: -144px -128px
}
.ui-icon-clipboard {
	background-position: -160px -128px
}
.ui-icon-copy {
	background-position: -176px -128px
}
.ui-icon-contact {
	background-position: -192px -128px
}
.ui-icon-image {
	background-position: -208px -128px
}
.ui-icon-video {
	background-position: -224px -128px
}
.ui-icon-script {
	background-position: -240px -128px
}
.ui-icon-alert {
	background-position: 0 -144px
}
.ui-icon-info {
	background-position: -16px -144px
}
.ui-icon-notice {
	background-position: -32px -144px
}
.ui-icon-help {
	background-position: -48px -144px
}
.ui-icon-check {
	background-position: -64px -144px
}
.ui-icon-bullet {
	background-position: -80px -144px
}
.ui-icon-radio-on {
	background-position: -96px -144px
}
.ui-icon-radio-off {
	background-position: -112px -144px
}
.ui-icon-pin-w {
	background-position: -128px -144px
}
.ui-icon-pin-s {
	background-position: -144px -144px
}
.ui-icon-play {
	background-position: 0 -160px
}
.ui-icon-pause {
	background-position: -16px -160px
}
.ui-icon-seek-next {
	background-position: -32px -160px
}
.ui-icon-seek-prev {
	background-position: -48px -160px
}
.ui-icon-seek-end {
	background-position: -64px -160px
}
.ui-icon-seek-start {
	background-position: -80px -160px
}
.ui-icon-seek-first {
	background-position: -80px -160px
}
.ui-icon-stop {
	background-position: -96px -160px
}
.ui-icon-eject {
	background-position: -112px -160px
}
.ui-icon-volume-off {
	background-position: -128px -160px
}
.ui-icon-volume-on {
	background-position: -144px -160px
}
.ui-icon-power {
	background-position: 0 -176px
}
.ui-icon-signal-diag {
	background-position: -16px -176px
}
.ui-icon-signal {
	background-position: -32px -176px
}
.ui-icon-battery-0 {
	background-position: -48px -176px
}
.ui-icon-battery-1 {
	background-position: -64px -176px
}
.ui-icon-battery-2 {
	background-position: -80px -176px
}
.ui-icon-battery-3 {
	background-position: -96px -176px
}
.ui-icon-circle-plus {
	background-position: 0 -192px
}
.ui-icon-circle-minus {
	background-position: -16px -192px
}
.ui-icon-circle-close {
	background-position: -32px -192px
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px
}
.ui-icon-circle-check {
	background-position: -208px -192px
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px
}
.ui-widget-overlay {
	background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: alpha(opacity=30)
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 8px
}
/*# sourceMappingURL=main.min.css.map */

html, body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.snap-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.snap-drawers {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto
}
.snap-drawer {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	width: 265px;
	height: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transition: width .3s ease
}
.snap-drawer-left {
	left: 0;
	z-index: 1
}
.snap-drawer-right {
	right: 0;
	z-index: 1
}
.snapjs-left .snap-drawer-right, .snapjs-right .snap-drawer-left {
	display: none
}
.snapjs-expand-left .snap-drawer-left, .snapjs-expand-right .snap-drawer-right {
	width: 100%
}
/*# sourceMappingURL=main.min.css.map */

/*!
 * Roots 6.5.2
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 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: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr, img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	select {
		background: #fff !important
	}
	.navbar {
		display: none
	}
	.table td, .table th {
		background-color: #fff !important
	}
	.btn>.caret, .dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important
	}
	header, footer, .nkc-mobile-nav-wrapper, .nkc-similar-recipes-section {
		display: none
	}
	body, .snap-content {
		overflow: visible
	}
}
* {
	box-sizing: border-box
}
*:before, *:after {
	box-sizing: border-box
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.375;
	color: #333;
	background-color: #fff
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #006372;
	text-decoration: none
}
a:hover, a:focus {
	color: #002126;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.page-id-894 .nkc-multi-column-main-content, .page-id-894 .nkc-2-column-wrapper,
.page-id-892 .nkc-multi-column-main-content, .page-id-892 .nkc-2-column-wrapper {
	min-height: 465px;
	}
.page-id-888 .nkc-3-column-wrapper, .page-id-888 .nkc-2-column-wrapper {
	min-height: 552px;
	}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: .42857143rem
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.375;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .28571429rem;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 1.375rem;
	margin-bottom: 1.375rem;
	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
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: normal;
	line-height: 1.1;
	color: #665a52;
  color: #666666;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999
}
h1, h2, .h1, .h2 {
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 1.375rem;
	margin-bottom: .6875rem
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: .6875rem;
	margin-bottom: .6875rem
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 2.6rem
}
h2, .h2 {
	font-size: 2.15rem
}
h3, .h3 {
	font-size: 1.7rem
}
h4, .h4 {
	font-size: 1.25rem
}
h5, .h5 {
	font-size: 1rem
}
h6, .h6 {
	font-size: .85rem
}
p {
	margin: 0 0 .6875rem;
	font-size: 1.1428rem
}
.lead {
	margin-bottom: 1.375rem;
	font-size: 1rem;
	font-weight: 200;
	line-height: 1.4
}
@media (min-width:768px) {
	.lead {
		font-size: 1.5rem
	}
}
small, .small {
	font-size: 85%
}
cite {
	font-style: normal
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-muted {
	color: #999
}
.text-primary {
	color: #418d81
}
a.text-primary:hover {
	color: #316a61
}
.text-success {
	color: #3c763d
}
a.text-success:hover {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:hover {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:hover {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:hover {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #418d81
}
a.bg-primary:hover {
	background-color: #316a61
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:hover {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:hover {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:hover {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:hover {
	background-color: #e4b9b9
}
.page-header {
	padding-bottom: 0;
	margin: 0 0 30px;
	border-bottom: none
}
ul, ol {
	margin-top: 0;
	margin-bottom: .6875rem
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 1.375rem
}
dt, dd {
	line-height: 1.375
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}
@media (min-width:992px) {
	.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 #999
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: .6875rem 1.375rem;
	margin: 0 0 1.375rem;
	font-size: 1.25rem;
	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.375;
	color: #999
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: ''
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}
blockquote:before, blockquote:after {
	content: ""
}
address {
	margin-bottom: 1.375rem;
	font-style: normal;
	line-height: 1.375
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: .28571429rem
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: .21428571rem;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
pre {
	display: block;
	padding: .1875rem;
	margin: 0 0 .6875rem;
	font-size: 0;
	line-height: 1.375;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: .28571429rem
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
@media (min-width:768px) {
	.container {
		width: 750px
	}
}
@media (min-width:992px) {
	.container {
		width: 970px
	}
}
@media (min-width:1200px) {
	.container {
		width: 1200px
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.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-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: 0
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: 0
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: 0
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: 0
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}
@media (min-width:992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: 0
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: 0
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}
@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: 0
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: 0
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}
table {
	max-width: 100%;
	background-color: transparent
}
th {
	text-align: left
}
.table {
	width: 100%;
	margin-bottom: 1.375rem
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.375;
	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>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
	background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
	background-color: #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.success:hover>th {
	background-color: #d0e9c6
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
	background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
	background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}
@media (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 1.03125rem;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1.375rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold
}
input[type="search"] {
	box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}
input[type="file"] {
	display: block
}
input[type="range"] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 1.42857143rem;
	font-size: 1rem;
	line-height: 1.375;
	color: #555
}
.form-control {
	display: block;
	width: 100%;
	height: 2.23214286rem;
	padding: .42857143rem .85714286rem;
	font-size: 1rem;
	line-height: 1.375;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: .28571429rem;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #999
}
.form-control::-webkit-input-placeholder {
	color: #999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}
textarea.form-control {
	height: auto
}
input[type="search"] {
	-webkit-appearance: none
}
.form-group {
	margin-bottom: 15px
}
.radio, .checkbox {
	display: block;
	min-height: 1.375rem;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}
.radio label, .checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}
.input-sm {
	height: 1.98928571rem;
	padding: .35714286rem .71428571rem;
	font-size: .85rem;
	line-height: 1.5;
	border-radius: .21428571rem
}
select.input-sm {
	height: 1.98928571rem;
	line-height: 1.98928571rem
}
textarea.input-sm, select[multiple].input-sm {
	height: auto
}
.input-lg {
	height: 3.09107143rem;
	padding: .71428571rem 1.14285714rem;
	font-size: 1.25rem;
	line-height: 1.33;
	border-radius: .42857143rem
}
select.input-lg {
	height: 3.09107143rem;
	line-height: 3.09107143rem
}
textarea.input-lg, select[multiple].input-lg {
	height: auto
}
.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 2.79017857rem
}
.has-feedback .form-control-feedback {
	position: absolute;
	top: 6.375rem;
	right: 0;
	display: block;
	width: 2.23214286rem;
	height: 2.23214286rem;
	line-height: 2.23214286rem;
	text-align: center
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #3c763d
}
.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 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 {
	color: #8a6d3b
}
.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 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 {
	color: #a94442
}
.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 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
}
.form-control-static {
	margin-bottom: 0
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}
@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1.42857143rem
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 2.80357143rem
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}
.form-horizontal .form-control-static {
	padding-top: 1.42857143rem
}
@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: .42857143rem .85714286rem;
	font-size: 1rem;
	line-height: 1.375;
	border-radius: .28571429rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff;
	background-color: #333
}
.btn-primary {
	color: #fff;
	background-color: #418d81;
	border-color: #397c71
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #347167;
	border-color: #26524b
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #418d81;
	border-color: #397c71
}
.btn-primary .badge {
	color: #418d81;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.btn-link {
	color: #006372;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}
.btn-link:hover, .btn-link:focus {
	color: #002126;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none
}
.btn-lg, .btn-group-lg>.btn {
	padding: .71428571rem 1.14285714rem;
	font-size: 1.25rem;
	line-height: 1.33;
	border-radius: .42857143rem
}
.btn-sm, .btn-group-sm>.btn {
	padding: .35714286rem .71428571rem;
	font-size: .85rem;
	line-height: 1.5;
	border-radius: .21428571rem
}
.btn-xs, .btn-group-xs>.btn {
	padding: .07142857rem .35714286rem;
	font-size: .85rem;
	line-height: 1.5;
	border-radius: .21428571rem
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.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;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: .28571429rem solid;
	border-right: .28571429rem solid transparent;
	border-left: .28571429rem solid transparent;
	color: #96c5bd
}
.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: 1rem;
	background-color: #117062;
  background-color: #113a4a;
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: -0.3125rem 0;
	overflow: hidden;
	background-color: #418d81
}
.dropdown-menu li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.375;
	color: #fff;
	white-space: nowrap
}
.dropdown-menu li>a:hover, .dropdown-menu li>a:focus {
	text-decoration: none;
	color: #96c5bd;
	background-color: transparent
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #88b8b1;
	text-decoration: none;
	outline: 0;
	background-color: #117062
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #999
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 5px 25px;
	font-size: 1rem;
	font-family: 'Grotesque MT W01 Italic', Helvetica, Arial, sans-serif;
	color: #90bfb7;
	text-transform: capitalize
}
.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: .28571429rem solid;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}
@media (min-width:992px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
	z-index: 2
}
.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
	outline: none
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}
.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret {
	border-width: .35714286rem .35714286rem 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret {
	border-width: 0 .35714286rem .35714286rem
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: .28571429rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: .28571429rem;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
	display: none
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 3.09107143rem;
	padding: .71428571rem 1.14285714rem;
	font-size: 1.25rem;
	line-height: 1.33;
	border-radius: .42857143rem
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 3.09107143rem;
	line-height: 3.09107143rem
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 1.98928571rem;
	padding: .35714286rem .71428571rem;
	font-size: .85rem;
	line-height: 1.5;
	border-radius: .21428571rem
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 1.98928571rem;
	line-height: 1.98928571rem
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: .42857143rem .85714286rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: .28571429rem
}
.input-group-addon.input-sm {
	padding: .35714286rem .71428571rem;
	font-size: .85rem;
	border-radius: .21428571rem
}
.input-group-addon.input-lg {
	padding: .71428571rem 1.14285714rem;
	font-size: 1.25rem;
	border-radius: .42857143rem
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: -1px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav>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: #999
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #999;
	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: #006372
}
.nav .nav-divider {
	height: 1px;
	margin: -0.3125rem 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.375;
	border: 1px solid transparent;
	border-radius: .28571429rem .28571429rem 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-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: .28571429rem
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}
@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: .28571429rem .28571429rem 0 0
	}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: .28571429rem
}
.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: #88b8b1;
	background-color: #117062
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li {
	float: none
}
.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}
.nav-tabs-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: .28571429rem
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}
@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: .28571429rem .28571429rem 0 0
	}
	.nav-tabs-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: 70px;
	margin-bottom: 1.375rem;
	border: 1px solid transparent
}
@media (min-width:992px) {
	.navbar {
		border-radius: .28571429rem
	}
}
@media (min-width:992px) {
	.navbar-header {
		float: left
	}
}
.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
	overflow-y: auto
}
@media (min-width:992px) {
	.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
	}
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:992px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
@media (min-width:992px) {
	.navbar-static-top {
		border-radius: 0
	}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
@media (min-width:992px) {
	.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: 20px 15px;
	font-size: 1.25rem;
	line-height: 1.375rem;
	height: 70px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}
@media (min-width:992px) {
	.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: 18px;
	margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: .28571429rem
}
.navbar-toggle:focus {
	outline: none
}
.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:992px) {
	.navbar-toggle {
		display: none
	}
}
.navbar-nav {
	margin: 10px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.375rem
}
@media (max-width:991px) {
	.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: 1.375rem
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}
@media (min-width:992px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}
}
@media (min-width:992px) {
	.navbar-left {
		float: left !important;
		float: left
	}
	.navbar-right {
		float: right !important;
		float: right
	}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 33.88392857px;
	margin-bottom: 33.88392857px
}
@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .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;
		padding-left: 0;
		vertical-align: middle
	}
	.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}
@media (max-width:991px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}
@media (min-width:992px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px
	}
}
.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 {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 33.88392857px;
	margin-bottom: 33.88392857px
}
.navbar-btn.btn-sm {
	margin-top: 34.00535714px;
	margin-bottom: 34.00535714px
}
.navbar-btn.btn-xs {
	margin-top: 24px;
	margin-bottom: 24px
}
.navbar-text {
	margin-top: 34.3125px;
	margin-bottom: 34.3125px
}
@media (min-width:992px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}
.navbar-default {
	background-color: #ffffff;
	border-color: #eee
}
.navbar-default .navbar-brand {
	color: #fff
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #e6e6e6;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #fff
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #88b8b1;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #88b8b1;
	background-color: #117062;
  background-color: #113a4a;
}
.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: #665b52
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #eee
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #117062;
  background-color: #113a4a;
	color: #88b8b1
}
@media (max-width:991px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #88b8b1;
		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: #88b8b1;
		background-color: #117062
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}
.navbar-default .navbar-link {
	color: #fff
}
.navbar-default .navbar-link:hover {
	color: #88b8b1
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808
}
.navbar-inverse .navbar-brand {
	color: #999
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #999
}
.navbar-inverse .navbar-nav>li>a {
	color: #999
}
.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: #080808
}
.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: #080808;
	color: #fff
}
@media (max-width:991px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999
	}
	.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: #080808
	}
	.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: #999
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 1.375rem;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: .28571429rem
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}
.breadcrumb>.active {
	color: #999
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 1.375rem 0;
	border-radius: .28571429rem
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: .42857143rem .85714286rem;
	line-height: 1.375;
	text-decoration: none;
	color: #006372;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: .28571429rem;
	border-top-left-radius: .28571429rem
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: .28571429rem;
	border-top-right-radius: .28571429rem
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #002126;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #418d81;
	border-color: #418d81;
	cursor: default
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: .71428571rem 1.14285714rem;
	font-size: 1.25rem
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: .42857143rem;
	border-top-left-radius: .42857143rem
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: .42857143rem;
	border-top-right-radius: .42857143rem
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: .35714286rem .71428571rem;
	font-size: .85rem
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: .21428571rem;
	border-top-left-radius: .21428571rem
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: .21428571rem;
	border-top-right-radius: .21428571rem
}
.pager {
	padding-left: 0;
	margin: 1.375rem 0;
	list-style: none;
	text-align: center
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	color: #999;
	background-color: #fff;
	cursor: not-allowed
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.label[href]:hover, .label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
.label-default {
	background-color: #999
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #808080
}
.label-primary {
	background-color: #418d81
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #316a61
}
.label-success {
	background-color: #5cb85c
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44
}
.label-info {
	background-color: #5bc0de
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5
}
.label-warning {
	background-color: #f0ad4e
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f
}
.label-danger {
	background-color: #d9534f
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: .85rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999;
	border-radius: 10px
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}
a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #006372;
	background-color: #fff
}
.nav-pills>li>a>.badge {
	margin-left: 3px
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 200
}
.container .jumbotron {
	border-radius: .42857143rem
}
.jumbotron .container {
	max-width: 100%
}
@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron h1, .jumbotron .h1 {
		font-size: 4.5rem
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 1.375rem;
	line-height: 1.375;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .28571429rem;
	transition: all .2s ease-in-out
}
.thumbnail>img, .thumbnail a>img {
	margin-left: auto;
	margin-right: auto
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #006372
}
.thumbnail .caption {
	padding: 9px;
	color: #333
}
.alert {
	padding: 15px;
	margin-bottom: 1.375rem;
	border: 1px solid transparent;
	border-radius: .28571429rem
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: bold
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable {
	padding-right: 35px
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}
.alert-success hr {
	border-top-color: #c9e2b3
}
.alert-success .alert-link {
	color: #2b542c
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info .alert-link {
	color: #245269
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}
.alert-warning hr {
	border-top-color: #f7e1b5
}
.alert-warning .alert-link {
	color: #66512c
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}
.alert-danger hr {
	border-top-color: #e4b9c0
}
.alert-danger .alert-link {
	color: #843534
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
.progress {
	overflow: hidden;
	height: 1.375rem;
	margin-bottom: 1.375rem;
	background-color: #f5f5f5;
	border-radius: .28571429rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: .85rem;
	line-height: 1.375rem;
	color: #fff;
	text-align: center;
	background-color: #418d81;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width .6s ease
}
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
.progress.active .progress-bar {
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #5cb85c
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #d9534f
}
.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.media, .media-body {
	overflow: hidden;
	zoom: 1
}
.media, .media .media {
	margin-top: 15px
}
.media:first-child {
	margin-top: 0
}
.media-object {
	display: block
}
.media-heading {
	margin: 0 0 5px
}
.media>.pull-left {
	margin-right: 10px
}
.media>.pull-right {
	margin-left: 10px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius: .28571429rem;
	border-top-left-radius: .28571429rem
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .28571429rem;
	border-bottom-left-radius: .28571429rem
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}
a.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:hover, a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	z-index: 2;
	color: #88b8b1;
	background-color: #117062;
	border-color: #117062
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
	color: inherit
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
	color: #65e8d4
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
a.list-group-item-success {
	color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}
a.list-group-item-info {
	color: #31708f
}
a.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}
a.list-group-item-warning {
	color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}
a.list-group-item-danger {
	color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel {
	margin-bottom: 1.375rem;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: .28571429rem;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.panel-body {
	padding: 15px
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -0.71428571rem;
	border-top-left-radius: -0.71428571rem
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	color: inherit
}
.panel-title>a {
	color: inherit
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -0.71428571rem;
	border-bottom-left-radius: -0.71428571rem
}
.panel>.list-group {
	margin-bottom: 0
}
.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -0.71428571rem;
	border-top-left-radius: -0.71428571rem
}
.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -0.71428571rem;
	border-bottom-left-radius: -0.71428571rem
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}
.panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: -0.71428571rem;
	border-top-left-radius: -0.71428571rem
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: -0.71428571rem
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: -0.71428571rem
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: -0.71428571rem;
	border-bottom-left-radius: -0.71428571rem
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: -0.71428571rem
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: -0.71428571rem
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}
.panel-group {
	margin-bottom: 1.375rem
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: .28571429rem;
	overflow: hidden
}
.panel-group .panel+.panel {
	margin-top: 5px
}
.panel-group .panel-heading {
	border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd
}
.panel-group .panel-footer {
	border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}
.panel-default {
	border-color: #ddd
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd
}
.panel-primary {
	border-color: #418d81
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #418d81;
	border-color: #418d81
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #418d81
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #418d81
}
.panel-success {
	border-color: #d6e9c6
}
.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6
}
.panel-info {
	border-color: #bce8f1
}
.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1
}
.panel-warning {
	border-color: #faebcc
}
.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #faebcc
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #faebcc
}
.panel-danger {
	border-color: #ebccd1
}
.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ebccd1
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: .28571429rem;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}
.well-lg {
	padding: 24px;
	border-radius: .42857143rem
}
.well-sm {
	padding: 9px;
	border-radius: .21428571rem
}
.close {
	float: right;
	font-size: 1.5rem;
	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
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .42857143rem;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.375px
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.375
}
.modal-body {
	position: relative;
	padding: 20px
}
.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
	.modal-sm {
		width: 300px
	}
}
@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: .85rem;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}
.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: .28571429rem
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .42857143rem;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	outline: none;
	color: #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%;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0)
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #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, 0.6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right !important
}
.pull-left {
	float: left !important
}
.hide {
	display: none !important
}
.show {
	display: block !important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none !important;
	visibility: hidden !important
}
.affix {
	position: fixed
}
@-ms-viewport {
	width: device-width
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important
}
@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md, td.visible-md {
		display: table-cell !important
	}
}
@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important
	}
}
@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}
@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}
@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}
.visible-print {
	display: none !important
}
@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print, td.visible-print {
		display: table-cell !important
	}
}
@media print {
	.hidden-print {
		display: none !important
	}
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	animation: spin 2s infinite linear
}
@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}
.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-square:before, .fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
html {
	font-size: 14px
}
pre {
	font-size: .92857143rem
}
.form-control-feedback {
	width: calc(2.23214286rem + 2px);
	height: calc(2.23214286rem + 2px)
}
.input-lg+.form-control-feedback {
	width: calc(3.09107143rem + 2px);
	height: calc(3.09107143rem + 2px)
}
.input-sm+.form-control-feedback {
	width: calc(1.98928571rem + 2px);
	height: calc(1.98928571rem + 2px)
}
.form-control {
	height: calc(2.23214286rem + 2px)
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding: .42857143rem;
	border: 1px solid transparent
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: calc(1.80357143rem + 1px)
}
.form-horizontal .form-control-static {
	padding-top: .42857143rem;
	border-top: 1px solid transparent;
	padding-bottom: .42857143rem;
	border-bottom: 1px solid transparent
}
@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: .42857143rem;
		border-top: 1px solid transparent
	}
}
.nkc-margin-top-5 {
	margin-top: 5px
}
.nkc-margin-top-10 {
	margin-top: 10px
}
.nkc-margin-top-15 {
	margin-top: 15px
}
.nkc-margin-top-20 {
	margin-top: 20px
}
.nkc-margin-top-25 {
	margin-top: 25px
}
.nkc-margin-top-30 {
	margin-top: 30px
}
.nkc-margin-bottom-5 {
	margin-bottom: 5px
}
.nkc-margin-bottom-10 {
	margin-bottom: 10px
}
.nkc-margin-bottom-15 {
	margin-bottom: 15px
}
.nkc-margin-bottom-20 {
	margin-bottom: 20px
}
.nkc-margin-bottom-25 {
	margin-bottom: 25px
}
.nkc-margin-bottom-30 {
	margin-bottom: 30px
}
.nkc-margin-right-5 {
	margin-right: 5px
}
.nkc-margin-right-10 {
	margin-right: 10px
}
.nkc-margin-right-15 {
	margin-right: 15px
}
.nkc-margin-right-20 {
	margin-right: 20px
}
.nkc-margin-right-25 {
	margin-right: 25px
}
.nkc-margin-right-30 {
	margin-right: 30px
}
.nkc-margin-left-5 {
	margin-left: 5px
}
.nkc-margin-left-10 {
	margin-left: 10px
}
.nkc-margin-left-15 {
	margin-left: 15px
}
.nkc-margin-left-20 {
	margin-left: 20px
}
.nkc-margin-left-25 {
	margin-left: 25px
}
.nkc-margin-left-30 {
	margin-left: 30px
}
.btn {
	padding: 11px 27px
}
.btn.nkc-btn-white-transparent {
	background-color: inherit;
	background-image: url('../img/bg_tiles/bg_tile_ffffff_20.png');
	color: #fff;
	border: 0;
	opacity: 1;
	transition: all .3s
}
.btn.nkc-btn-white-transparent:hover {
	opacity: .7;
	transition: all .3s
}
.btn.nkc-btn-white-green {
	color: #fff;
	background-color: #3e5d57;
	transition: all .3s;
	border: 0
}
.btn.nkc-btn-white-green:hover {
	background-color: #3f746a;
	color: #fff;
	transition: all .3s
}
.btn.nkc-btn-brown-tan {
	background-color: #e3e0dd;
	color: #645244;
	transition: all .3s;
	border: 0
}
.btn.nkc-btn-brown-tan:hover {
	background-color: #ebe7e4;
	color: #867365;
	transition: all .3s
}
.btn.nkc-btn-dark-brown-white {
	background-color: #675c53;
  color: #666666;
	color: #fff;
	transition: all .3s;
	border: 0
}
.btn.nkc-btn-dark-brown-white:hover {
	background-color: #887e77;
	color: #fff;
	transition: all .3s
}
.btn.nkc-btn-white-blue {
	background-color: #006273;
	color: #fff;
	transition: all .3s;
	border: 0
}
.btn.nkc-btn-white-blue:hover {
	background-color: #048fa4;
	color: #fff;
	transition: all .3s
}
.btn.nkc-btn-green-white {
	background-color: #6799a0;
	color: #fff;
	border: 0
}
.btn.nkc-btn-green-white+span {
	color: #6799a0
}
.btn.nkc-btn-tag {
	width: 44px;
	padding: 0 5px;
	font-size: 14px;
	outline: 0;
	border: 0
}
.btn.nkc-gift-btn, .btn.nkc-learn-more-btn {
	background-color: #e6e4e0;
	transition: all .3s;
	color: #26737f;
	border: none;
	margin: 0;
	padding: 7px 21px 8px;
	font-size: 18px
}
.btn.nkc-gift-btn:hover, .btn.nkc-learn-more-btn:hover {
	background-color: #f2f0eb;
	transition: all .3s;
	color: #048fa4
}
.btn.nkc-gift-btn .icon-heart, .btn.nkc-learn-more-btn .icon-heart {
	color: inherit;
	margin: 0
}
.btn.nkc-gift-btn .icon-heart:before, .btn.nkc-learn-more-btn .icon-heart:before {
	margin-right: 5px;
	font-size: 14px
}
@media (max-width:991px) {
	.btn {
		white-space: normal
	}
}
.nkc-emergency-message-wrapper {
	z-index: 900;
	width: 100%;
	border-top: 1px solid #e6e4e0;
	background-color: #ce160b;
	color: #fff
}
.nkc-emergency-message-wrapper .container {
	padding-right: 30px
}
.nkc-emergency-message-header-wrapper .container {
	position: relative
}
.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-read-more {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 18px;
	padding-top: 3px;
	cursor: pointer;
	text-transform: lowercase;
	text-decoration: underline
}
.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-close {
	position: absolute;
	top: 26px;
	right: 30px;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 100%;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 2px;
	display: none
}
.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 30px;
	color: #fff
}
.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header h1, .nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header h2, .nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header h3, .nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header h4, .nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header h5, .nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header h6, .nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header li, .nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header p, .nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header a {
	color: #fff
}
.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header a:hover {
	color: #fff
}
.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header h3 {
	display: inline-block
}
.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-header h3 .fa-exclamation-triangle {
	margin-right: 5px
}
.nkc-emergency-message-body-wrapper {
	display: none;
	background-color: #e6e4e0;
	padding: 20px 0 10px
}
.nkc-emergency-message-body-wrapper .nkc-emergency-message-body {
	position: relative;
	padding-left: 15px
}
.nkc-emergency-message-body-wrapper .nkc-emergency-message-body h1, .nkc-emergency-message-body-wrapper .nkc-emergency-message-body h2, .nkc-emergency-message-body-wrapper .nkc-emergency-message-body h3, .nkc-emergency-message-body-wrapper .nkc-emergency-message-body h4, .nkc-emergency-message-body-wrapper .nkc-emergency-message-body h5, .nkc-emergency-message-body-wrapper .nkc-emergency-message-body h6, .nkc-emergency-message-body-wrapper .nkc-emergency-message-body a {
	color: #ce160b
}
.nkc-emergency-message-body-wrapper .nkc-emergency-message-body a:hover {
	color: #ce160b
}
.nkc-emergency-message-body-wrapper .nkc-emergency-message-body li, .nkc-emergency-message-body-wrapper .nkc-emergency-message-body p {
	color: #635245
}
@media (max-width:767px) {
	.nkc-emergency-message-wrapper .container {
		padding-right: 15px
	}
	.nkc-emergency-message-header-wrapper .container {
		position: relative
	}
	.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-read-more {
		position: absolute;
		bottom: 5px;
		right: 30px;
		top: auto;
		font-size: 100%
	}
	.nkc-emergency-message-header-wrapper .container .nkc-emergency-message-close {
		position: absolute;
		bottom: 5px;
		right: 30px;
		top: auto
	}
	.nkc-emergency-message h3 {
		display: block
	}
	.nkc-emergency-message .nkc-emergency-message-read-more {
		right: 10px
	}
}
.nkc-search-bar .gsc-search-box {
	position: relative;
	padding: 0;
	margin: 0
}
.nkc-search-bar .gsc-search-box td.gsc-input {
	padding-right: 0;
}
.nkc-search-bar .gsc-search-box td.gsc-input input.gsc-input {
	padding-right: 0;
	font-size: 18px;
	padding: 6px 36px 7px 12px;
	height: auto;
	display: block;
	width: 100%;
	line-height: 1.375;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: .28571429rem;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background: none !important
}
.nkc-search-bar .gsc-search-box td.gsc-search-button {
	width: auto;
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 18px;
	height: 100%;
	z-index: 10
}
.nkc-search-bar .gsc-search-box td.gsc-search-button:before {
	/*content: "\f002";*/
	position: absolute;
	top: 11px;
	left: 23px;
	background-color: transparent;
	font-size: 18px;
	height: 100%;
	width: 100%;
	z-index: 20;
	display: inline-block;
	font-family: FontAwesome;
	color: #675c53;
  color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.nkc-search-bar .gsc-search-box td.gsc-search-button input.gsc-search-button {
	z-index: 30;
	position: relative;
	text-indent: -9999px;
	background-color: transparent;
	width: auto;
	outline: 0;
	border: 0;
	font-size: 18px;
	height: 100%;
	display: block;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
.nkc-search-bar .gsc-search-box .gsc-clear-button {
	display: none
}
.nkc-recipes-search-sub-nav .nkc-search-bar {
	position: relative;
	padding: 0;
	margin: 12px 0
}
.nkc-recipes-search-sub-nav .nkc-search-bar .form-control {
	font-size: 16px;
	padding: 6px 12px 7px;
	height: auto
}
.nkc-recipes-search-sub-nav .nkc-search-bar .fa-search {
	position: absolute;
	font-size: 18px;
	top: 0;
	height: 100%;
	display: inline-block;
	right: 0;
	padding: 0 10px;
	color: #675c53;
  color: #666666;
	border: none;
	background: none
}
.nkc-recipes-search-sub-nav .nkc-search-bar input {
	width: 270px
}
@media (max-width:992px) {
	.nkc-recipes-search-sub-nav .nkc-search-bar input {
		width: 100%
	}
}
@media (max-width:992px) {
	.nkc-recipes-search-sub-nav .nkc-search-bar {
		float: none !important
	}
}
input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.nkc-navbar-secondary-nav {
	line-height: 19px
}
.nkc-navbar-secondary-nav li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
	height: 31px;
	line-height: 31px
}
.nkc-navbar-secondary-nav li a {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.nkc-navbar-secondary-nav li a:hover {
	text-decoration: underline
}
.nkc-navbar-secondary-nav li.active a {
	text-decoration: underline
}
.nkc-navbar-secondary-nav [class^="icon-"]:before, .nkc-navbar-secondary-nav [class*=" icon-"]:before {
	display: none
}
.navbar {
	margin-bottom: 0;
	border: 0
}
.navbar.navbar-default {
	background-color: transparent
}
.navbar li a {
	line-height: 19px
}
.navbar>.container .navbar-brand {
	background-image: url("../../assets/img/nkc_logo_sm_tablet.png");
  background-image: url("../../assets/img/nkc_logo_60_years.png");
  background-image: url("../../assets/img/NKC_4c-Logo_H_grey.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 220px;
	height: 46px;
	padding: 0;
	//margin: 10px 0 0 0
}
.navbar>.container .nkc-navbar-secondary-nav li {
	margin-right: 15px
}
.navbar>.container .nkc-navbar-secondary-nav li a {
	color: #675c53;
  color: #666666;
	line-height: 19px
}
@media (max-width:1200px) {
	.navbar>.container .nkc-navbar-secondary-nav li {
		margin-right: 10px
	}
	.navbar>.container .nkc-navbar-secondary-nav li a {
		font-size: 14px
	}
}
.navbar>.container .nkc-navbar-secondary-nav li.nkc-navbar-hidden {
	display: none
}
.navbar>.container .nkc-search-bar {
	width: 270px;
	margin-left: 15px
}
.navbar>.container .nkc-copy-resizer {
	font-size: 19px;
	line-height: 19px;
	border: 1px solid #d1cecb;
	border-radius: .21428571rem;
	margin-left: 10px
}
.navbar>.container .nkc-copy-resizer .nkc-copy-resizer-up, .navbar>.container .nkc-copy-resizer .nkc-copy-resizer-letter, .navbar>.container .nkc-copy-resizer .nkc-copy-resizer-down {
	color: #675c53;
  color: #666666;
}
.navbar>.container .nkc-copy-resizer .nkc-copy-resizer-up, .navbar>.container .nkc-copy-resizer .nkc-copy-resizer-down {
	cursor: pointer
}
.navbar>.container .nkc-copy-resizer .nkc-copy-resizer-up.disable, .navbar>.container .nkc-copy-resizer .nkc-copy-resizer-down.disable {
	opacity: .2;
	cursor: default
}
.navbar>.container .nkc-copy-resizer .nkc-copy-resizer-up {
	border-left: 1px solid #d1cecb;
	font-size: 28px;
	padding: 9px 10px
}
.navbar>.container .nkc-copy-resizer .nkc-copy-resizer-letter {
	color: #418088;
	padding: 9px 12px
}
.navbar>.container .nkc-copy-resizer .nkc-copy-resizer-down {
	border-right: 1px solid #d1cecb;
	font-size: 15px;
	padding: 9px 10px
}
.navbar>.container .navbar-toggle {
	padding: 0;
	margin: 5px 0 0 20px;
	border: none;
	border-radius: 0
}
.navbar>.container .navbar-toggle:hover, .navbar>.container .navbar-toggle:focus {
	background-color: inherit
}
.navbar>.container .navbar-toggle .icon-bar {
	width: 100%
}
.navbar>.container .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px
}
.navbar>.container .navbar-toggle p {
	text-transform: uppercase;
	margin: 8px 0 0 0;
	font-size: 11px;
	color: #665b52
}
.navbar .nkc-navbar-collapse-wrap {
	background: #198474;
  background: #215B72;
	font-size: 18px
}
.navbar .nkc-navbar-collapse-wrap .menu-living-with-kidney-disease.dropdown .dropdown-menu .row {
	width: 800px
}
.navbar .nkc-navbar-collapse-wrap .menu-about-us.dropdown .dropdown-menu .row {
	width: 410px
}
.navbar .nkc-navbar-collapse-wrap .dropdown-menu {
	font-size: inherit;
	padding: 15px 0
}
.navbar .nkc-navbar-collapse-wrap .dropdown-menu .row {
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	margin-right: 0
}
.navbar .nkc-navbar-collapse-wrap .dropdown-menu .row .col {
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #599b91
}
.navbar .nkc-navbar-collapse-wrap .dropdown-menu .row .col:last-child {
	border-right: none
}
.navbar .nkc-navbar-collapse-wrap .dropdown-menu li>a {
	padding: 5px 25px;
	color: #fff
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff
}
.nkc-page-nav {
	background-color: #e6e4e0
}
.nkc-page-nav .navbar-nav {
	margin-left: -15px
}
.nkc-page-nav .navbar-nav a {
	color: #006273;
	font-size: 17px
}
.nkc-page-nav .navbar-nav a.active, .nkc-page-nav .navbar-nav a:hover {
	background-color: #d4d1ca
}
.nkc-page-nav .navbar-nav .current_page_item>a {
  color: #fff;
	background-color: #d4d1ca;
  background-color: #215b72;
}
@media (max-width:991px) {
	.navbar>.container .navbar-brand {
		width: 200px;
		height: 42px;
		margin-top: 15px;
		margin-bottom: 15px
	}
	.navbar>.container .navbar-toggle {
		margin-top: 7px
	}
	.navbar>.container .nkc-navbar-mobile-subnav {
		background-color: #ebe9e7
	}
	.navbar>.container .nkc-navbar-mobile-subnav .col-xs-6:first-child {
		border-right: 1px solid #d0cbc6
	}
	.navbar>.container .nkc-navbar-mobile-subnav a {
		color: #675c53;
    color: #666666;
		padding-top: 6px;
		padding-bottom: 6px;
		display: inline-block
	}
	.navbar>.container .nkc-navbar-mobile-subnav a:before {
		position: relative;
		right: 7px
	}
}
@media (max-width:992px) {
	.navbar>.container .navbar-header .navbar-brand {
		z-index: 100;
		position: relative
	}
}
@media (min-width:768px) {
	.navbar>.container .navbar-header {
		padding: 2% 0 0
	}
}
@media (min-width:1200px) {
	.navbar {
		background-color: transparent
	}
	.navbar>.container .navbar-header {
		padding: 2% 0
	}
	.navbar>.container .navbar-brand {
		width: 268px;
		height: 81px;
    width: 320px;
    height: 67px;
	}
}
.snap-content {
	background-color: #fff;
	box-shadow: 0 0 7px 1px #908d8a
}
.snap-drawer {
	width: 250px;
	padding: 0
}
.nkc-mobile-nav-wrapper {
	background-color: #fff
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-list {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-list [class^="icon-"]:before, .nkc-mobile-nav-wrapper .nkc-mobile-nav-list [class*=" icon-"]:before {
	display: inline-block
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-list li {
	margin: 27px 0;
	font-size: 1.2857rem;
	color: #675c53;
  color: #666666;
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-list li:before {
	width: 30px;
	text-align: center;
	display: inline-block
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-list li.nkc-navbar-hidden {
	display: none
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-list li a {
	display: inline-block;
	margin-left: -30px;
	padding-left: 30px;
	color: #675c53;
  color: #666666;
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav {
	background-color: #2d8d7f;
	margin: 0
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li {
	border-bottom: 1px solid #fff;
	padding: 0;
	background-color: #2d8d7f;
	color: #fff
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li .dropdown-toggle:after {
	content: '\2B';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	font-size: 2rem
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li .dropdown-menu .row {
	margin-left: 0;
	margin-right: 0
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li .dropdown-menu .row .col {
	padding-left: 0;
	padding-right: 0
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li a {
	padding: 19px 30px 19px 15px;
	font-size: 1.2857rem;
	color: #fff;
	transition: background-color .2s
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li a:link, .nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li a:visited {
	background-color: #2d8d7f;
	transition: background-color .2s
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li a:hover, .nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li a:active {
	background-color: #117062;
	transition: background-color .2s
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li a .caret {
	display: none
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open {
	background-color: #117062;
	overflow: hidden
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open>a {
	background-color: #117062;
	border-bottom: 1px solid #fff
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open>a:link, .nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open>a:visited {
	color: #fff;
	background-color: #117062
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open>a:hover, .nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open>a:active {
	color: #fff;
	background-color: #117062
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open>a:after {
	content: '\2013';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li {
	background-color: #117062;
	border: 0
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li a {
	background-color: #117062;
	padding: 6px 15px
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li a:link, .nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li a:visited {
	color: #fff;
	background-color: #117062
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li a:hover, .nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li a:active {
	color: #fff;
	background-color: #117062
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li:first-child {
	padding-top: 10px
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li:last-child {
	padding-bottom: 10px
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-primary-nav .nav.navbar-nav li.open ul.dropdown-menu li.dropdown-header {
	padding: 20px 0 5px 0;
	margin: 0 15px;
	border-top: 1px solid #599b91;
	font-style: italic
}
.nkc-mobile-nav-wrapper .nkc-gift-btn {
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-section {
	padding: 15px
}
.nkc-mobile-nav-primary-nav .nkc-mobile-nav-wrapper .nkc-mobile-nav-section {
	padding-top: 0
}
.nkc-mobile-nav-wrapper .nkc-mobile-nav-section.nkc-mobile-nav-bg-light {
	background-color: #e6e4e0
}
.nkc-mobile-nav-wrapper>div {
	max-width: 100%;
	overflow: hidden
}
@media (max-width:1199px) {
	.snap-content {
		overflow-x: hidden
	}
}
.nkc-hero {
	position: relative;
	top: -59px;
	max-height: 650px;
	overflow: hidden;
	margin-bottom: -49px;
	clear: both
}
.nkc-hero .nkc-hero-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 0;
	position: relative;
	z-index: 0
}
.nkc-hero .nkc-hero-copy {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding-top: 90px
}
.nkc-hero .nkc-hero-copy .container {
	width: 100%
}
.nkc-hero .nkc-hero-copy blockquote {
	border: 0;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0
}
.nkc-hero .nkc-hero-copy blockquote:before {
	content: "\201C";
	color: #fff;
	opacity: .3;
	position: absolute;
	top: 0;
	left: -25px;
	font-size: 45px
}
.nkc-hero .nkc-hero-copy blockquote q {
	font-size: 56px;
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 100%;
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding-left: 0;
	padding-right: 0
}
.nkc-hero .nkc-hero-copy blockquote q:before {
	content: ""
}
.nkc-hero .nkc-hero-copy blockquote q:after {
	content: "\201D";
	opacity: .3
}
.nkc-hero .nkc-hero-copy blockquote cite {
	color: #fff;
	display: block;
	opacity: .5;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0
}
.nkc-hero .nkc-hero-copy .nkc-hero-link-1 h4 {
	color: #fff;
	font-size: 24px;
	line-height: 130%
}
.nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn {
	border: none;
	background: #198474;
	font-size: 20px;
	color: #fff;
	transition: all .3s
}
.nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn:hover, .nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn:focus, .nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn:active {
	background: #117062
}
.nkc-hero .nkc-hero-link-2 {
	background: #1e9d8b;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 48px 0;
	z-index: 100
}
.nkc-hero .nkc-hero-link-2 h4 {
	text-align: right;
	color: #fff;
	font-size: 26px;
	line-height: 130%;
	margin: 7px 0 0 0
}
.nkc-hero .nkc-hero-link-2 .btn {
	font-size: 20px
}
@media (max-width:991px) {
	.nkc-hero {
		margin-top: 0;
		margin-bottom: 10px;
		top: 0;
		max-height: none
	}
	.nkc-hero .nkc-hero-copy {
		position: static;
		background-color: #4b555d;
		margin-bottom: 10px;
		padding: 15px 0 30px
	}
	.nkc-hero .nkc-hero-copy h4 {
		margin-bottom: 15px
	}
	.nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn {
		width: 50%;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 18px;
		background: #343a3e
	}
	.nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn:hover, .nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn:focus, .nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn:active {
		background: #42494e
	}
	.nkc-hero .nkc-hero-link-2 {
		position: static
	}
	.nkc-hero .nkc-hero-link-2 h4 {
		margin-bottom: 15px;
		text-align: left
	}
	.nkc-hero .nkc-hero-link-2 .btn {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px
	}
}
@media (max-width:767px) {
	.nkc-hero {
		margin-bottom: 10px
	}
	.nkc-hero .nkc-hero-copy {
		padding: 15px 3% 30px
	}
	.nkc-hero .nkc-hero-copy blockquote q {
		font-size: 40px
	}
	.nkc-hero .nkc-hero-copy .nkc-hero-link-1 .btn {
		width: 100%
	}
	.nkc-hero .nkc-hero-copy .nkc-hero-link-1 h4 {
		font-size: 20px
	}
	.nkc-hero .nkc-hero-link-2 {
		padding: 20px 3% 30px
	}
	.nkc-hero .nkc-hero-link-2 h4 {
		font-size: 20px
	}
	.nkc-hero .nkc-hero-image {
		padding-bottom: 40%
	}
}
@media (min-width:768px) {
	.nkc-hero .nkc-hero-image {
		padding-bottom: 40%
	}
	.nkc-hero .nkc-hero-copy [class*="col-"] {
		padding: 0 30px
	}
}
@media (min-width:992px) {
	.nkc-hero .nkc-hero-image {
		padding-bottom: 57%
	}
	.nkc-hero .nkc-hero-copy {
		height: 100%;
		padding-top: 59px;
		padding-bottom: 145px
	}
	.nkc-hero .nkc-hero-copy .container, .nkc-hero .nkc-hero-copy .row, .nkc-hero .nkc-hero-copy [class*="col-"] {
		height: 100%
	}
	.nkc-hero .nkc-hero-copy [class*="col-"] {
		padding-top: 2.5%;
		background-image: url('../img/bg_tiles/bg_tile_37424a_85.png')
	}
}
@media (min-width:1200px) {
	.nkc-hero {
		max-height: 725px
	}
	.nkc-hero .nkc-hero-image {
		padding-bottom: 50%
	}
	.nkc-hero .nkc-hero-copy [class*="col-"] {
		padding-right: 45px;
		padding-left: 45px
	}
}
@media (min-width:1400px) {
	.nkc-hero {
		max-height: 825px
	}
	.nkc-hero .nkc-hero-copy [class*="col-"] {
		width: 40%;
		padding-top: 5%
	}
}
@media (min-width:1921px) {
	.nkc-hero {
		max-height: none
	}
	.nkc-hero .nkc-hero-image {
		padding-bottom: 45%
	}
	.nkc-hero .nkc-hero-copy [class*="col-"] {
		width: 33%
	}
}
.nkc-featured-event-wrapper {
	margin-bottom: 10px
}
.nkc-featured-event-wrapper.teal {
	background-color: #156570
}
.nkc-featured-event-wrapper.teal .nkc-featured-event-copy h3 {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.teal .nkc-featured-event-copy p {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.teal .nkc-featured-event-copy ul li {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.brown {
	background-color: #675c53
}
.nkc-featured-event-wrapper.brown .nkc-featured-event-copy h3 {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.brown .nkc-featured-event-copy p {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.brown .nkc-featured-event-copy ul li {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.blue {
	background-color: #007c92
}
.nkc-featured-event-wrapper.blue .nkc-featured-event-copy h3 {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.blue .nkc-featured-event-copy p {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.blue .nkc-featured-event-copy ul li {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.darkgreen {
	background-color: #3e5d57
}
.nkc-featured-event-wrapper.darkgreen .nkc-featured-event-copy h3 {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.darkgreen .nkc-featured-event-copy p {
	color: #FFFFFF
}
.nkc-featured-event-wrapper.darkgreen .nkc-featured-event-copy ul li {
	color: #FFFFFF
}
.nkc-featured-event-wrapper .nkc-featured-event .nkc-featured-event-image {
	padding-right: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden
}
.nkc-featured-event-wrapper .nkc-featured-event .nkc-featured-event-copy {
	padding: 3% 3% 3% 5%
}
.nkc-featured-event-wrapper .nkc-featured-event .nkc-featured-event-copy hr {
	border: 0;
	height: 1px;
	color: #b6b0aa;
	background-color: #b6b0aa
}
.nkc-featured-event-wrapper .nkc-featured-event .nkc-featured-event-copy h3 {
	color: #FFF;
	font-size: 2.0714rem
}
.nkc-featured-event-wrapper .nkc-featured-event .nkc-featured-event-copy h3 a {
	color: #FFF
}
.nkc-featured-event-wrapper .nkc-featured-event .nkc-featured-event-copy p {
	color: #FFF;
	font-size: 1.3571rem
}
.nkc-featured-event-wrapper .nkc-featured-event .nkc-featured-event-copy ul {
	padding-left: 0
}
.nkc-featured-event-wrapper .nkc-featured-event .nkc-featured-event-copy ul li {
	list-style-type: none;
	margin-left: 0;
	color: #FFF;
	font-size: 1.3571rem
}
@media (max-width:991px) {
	.nkc-featured-event-wrapper .nkc-featured-event-copy {
		padding-bottom: 30px
	}
	.nkc-featured-event-wrapper .nkc-featured-event-copy hr {
		display: none
	}
}
@media (max-width:767px) {
	.nkc-featured-event-wrapper .nkc-featured-event-image {
		height: 0 !important;
		padding-bottom: 60.8%
	}
	.nkc-featured-event-wrapper .nkc-featured-event-copy {
		height: auto !important
	}
}
.nkc-featured-panels-wrapper {
	background-color: #ebe9e7;
	padding: 35px 0 50px;
	margin-bottom: 10px
}
.nkc-featured-panels-wrapper h2 {
	margin: 0 0 25px 0;
	font-size: 2rem;
	font-weight: 700
}
.nkc-panel-featured-wrapper {
	margin-bottom: 1.375rem
}
.nkc-panel-featured-wrapper .panel {
	margin-bottom: 0
}
.nkc-panel-featured-wrapper .nkc-panel-featured {
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
	position: relative
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-image {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40%
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-calendar {
	background-color: #076471;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40%
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-calendar time {
	background-color: #fff;
	text-align: center;
	overflow: hidden
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-calendar time .nkc-panel-featured-calendar-time, .nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-calendar time .nkc-panel-featured-calendar-date, .nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-calendar time .nkc-panel-featured-calendar-month {
	width: 67%;
	margin: 0 auto
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-calendar time .nkc-panel-featured-calendar-month {
	background-color: #cbe0e3;
	border-bottom: 1px solid #a2c7cc;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 9px;
	margin-top: 22px;
	border-radius: 3px 3px 0 0
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-calendar time .nkc-panel-featured-calendar-date {
	font-size: 56px;
	line-height: 125%;
	background-color: #fff
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-calendar time .nkc-panel-featured-calendar-time {
	font-size: 15px;
	background-color: #fff;
	padding: 0 5px 10px 5px;
	border-radius: 0 0 3px 3px
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-copy {
	width: 60%;
	float: right;
	padding: 3% 3% 3% 3%
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-copy h4 {
	color: #076471
}
.nkc-panel-featured-wrapper .nkc-panel-featured .nkc-panel-featured-copy hr {
	margin-top: 15px;
	margin-bottom: 15px
}
.nkc-panel-recipe-item {
	overflow: hidden;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05)
}
.nkc-panel-recipe-item .nkc-panel-recipe-item-image {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	padding-bottom: 58.8235%
}
.nkc-panel-recipe-item .nkc-panel-recipe-item-copy {
	text-align: center;
	padding: 20px 30px
}
.nkc-panel-recipe-item .nkc-panel-recipe-item-copy hr {
	height: 1px;
	border: 0;
	outline: 0;
	background-color: #d1cecb;
	color: #d1cecb
}
.panel-body ul li, .panel-body ol li {
	font-size: 1.1428rem;
  font-size: 19px;
}
.panel-body ul li em, .panel-body ol li em {
	font-style: italic
}
.panel-body ul li strong, .panel-body ol li strong {
	font-weight: normal
}
@media (min-width:992px) {
	.nkc-panel-featured .nkc-btn-tag-wrapper {
		display: none
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.nkc-panel-featured .nkc-panel-featured-image {
		padding-bottom: 48%
	}
	.nkc-panel-featured .nkc-panel-featured-calendar {
		padding-bottom: 48%
	}
	.nkc-panel-featured .nkc-panel-featured-calendar time {
		height: 176px;
		margin-top: -88px
	}
	.nkc-panel-featured .nkc-panel-featured-calendar time .nkc-panel-featured-calendar-date {
		font-size: 62px;
		line-height: 110%;
		padding-top: 15px
	}
	.nkc-panel-featured .nkc-panel-featured-copy {
		padding: 3% 3% 3% 3%
	}
}
@media (max-width:991px) {
	.nkc-panel-featured {
		margin-bottom: 15px;
		height: auto !important
	}
	.nkc-panel-featured .nkc-panel-featured-image {
		width: 100%;
		float: none;
		padding-bottom: 58.8235%
	}
	.nkc-panel-featured .nkc-panel-featured-calendar {
		width: 100%;
		float: none
	}
	.nkc-panel-featured .nkc-panel-featured-copy {
		width: 100%;
		float: none;
		padding: 6%;
		height: auto
	}
}
@media (max-width:767px) {
	.nkc-featured-panels-wrapper {
		padding-bottom: 30px
	}
	.nkc-featured-recipe>.btn, .nkc-featured-class>.btn {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px
	}
	.nkc-featured-recipe {
		border-bottom: 10px solid #fff;
		padding-bottom: 30px
	}
	.nkc-featured-class {
		padding-top: 30px
	}
	.nkc-panel-featured {
		height: auto !important
	}
	.nkc-panel-featured .nkc-btn-tag-wrapper {
		display: none
	}
}
.nkc-sub-header {
	padding: 15px 0 30px 0
}
.nkc-sub-header h1 {
	margin-top: 15px;
	margin-bottom: 5px
}
.nkc-sub-header p, .nkc-sub-header time {
	color: #665a52;
  color: #666666;
}
.nkc-sub-header .nkc-sub-header-print-button {
	width: 50px;
	height: 50px;
	float: right;
	margin-right: 20px;
	margin-top: 15px
}
.nkc-sub-header .nkc-sub-header-print-button a:before {
	padding-left: 10px
}
.nkc-sub-header .nkc-sub-header-print-button a:hover {
	text-decoration: none
}
.nkc-sub-header .nkc-sub-header-social-shares {
	margin-top: 15px;
	display: inline-block;
	float: right
}
.nkc-sub-header .nkc-sub-header-social-shares a:hover {
	text-decoration: none
}
.nkc-sub-header .nkc-sub-header-social-shares .fa-google-plus {
	font-size: 1.8em;
	padding-top: 2px
}
.nkc-sub-header .nkc-sub-header-social-shares .list-inline {
	display: inline-block
}
.nkc-sub-header .nkc-sub-header-social-shares .list-inline>li {
	padding-right: 0;
	padding-left: 15px
}
.nkc-sub-header .nkc-sub-header-social-shares .list-inline>li:first-child {
	padding-left: 5px
}
.nkc-sub-header .nkc-sub-header-social-shares .list-inline>li:last-child {
	padding-left: 10px
}
.nkc-sub-header .nkc-sub-header-tags.list-inline>li {
	padding-right: 0;
	padding-left: 3px
}
.nkc-filter-toggle {
	margin: 10px 0
}
@media (max-width:767px) {
	[data-nkc-mobile-apply-button] {
		position: fixed;
		bottom: 0;
		z-index: 9999;
		background-color: #d4d1ca;
		width: 100%
	}
}
.nkc-search-results .gsc-control-cse {
	padding-left: 0
}
.nkc-search-results .gsc-webResult.gsc-result {
	padding-left: 0
}
.nkc-search-results .gsc-webResult.gsc-result:hover {
	border-left-color: transparent
}
.nkc-search-results .gs-webResult.gs-result {
	padding-bottom: 3rem;
	margin-bottom: 3.25rem;
	border: 0;
	border-bottom: 1px solid #eee
}
.nkc-search-results .gsc-result-info {
	padding-left: 0
}
.nkc-search-results .gs-webResult.gs-result {
	padding-left: 0
}
.nkc-search-results .gs-webResult.gs-result .gs-title {
	height: auto;
	text-decoration: none;
	margin-bottom: 10px
}
.nkc-search-results .gs-webResult.gs-result .gs-title a.gs-title:link {
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-font-smoothing: antialiased;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	box-sizing: border-box;
	color: #006372;
	cursor: auto;
	display: inline;
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	height: auto;
	line-height: 33.11000061px;
	text-decoration: none;
	width: auto
}
.nkc-search-results .gs-webResult.gs-result .gs-title a.gs-title:link b {
	color: inherit;
	font-size: inherit;
	font-weight: bold;
	text-decoration: inherit;
	font-family: inherit
}
.nkc-search-results .gs-webResult.gs-result .gs-snippet {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: #333;
	display: block;
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: auto;
	line-height: 21.99889946px;
	margin-bottom: 9.625px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}
.nkc-search-results .gs-webResult.gs-result div.gs-visibleUrl-long {
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-font-smoothing: antialiased;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	box-sizing: border-box;
	color: #006372;
	cursor: auto;
	display: inline;
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: auto;
	line-height: 19.25px;
	text-decoration: none;
	width: auto;
	font-weight: normal
}
.nkc-search-results .gs-webResult.gs-result div.gs-visibleUrl-long:hover {
	text-decoration: underline
}
.nkc-search-results .gsc-thumbnail {
	display: none
}
.gsc-above-wrapper-area {
	margin-bottom: 1em
}
.is-searching {
	pointer-events: none;
	opacity: .4
}
.nkc-latest-stories .nkc-latest-stories-heading {
	margin-top: 20px;
	margin-bottom: 50px
}
.nkc-latest-stories .nkc-latest-stories-heading hr {
	width: 120px;
	margin: 0 auto;
	border: 0;
	height: 1px;
	background-color: #d1cecb;
	color: #d1cecb
}
.nkc-latest-stories .nkc-latest-stories-story {
	margin-bottom: 50px
}
.nkc-latest-stories .nkc-latest-stories-story h2 {
	-webkit-font-smoothing: auto;
	font-size: 1.2142rem;
	margin-top: 0;
	margin-bottom: 15px;
	color: #635245
}
.nkc-latest-stories .nkc-latest-stories-story .nkc-latest-stories-title {
	margin-bottom: 12px;
	position: relative;
	height: 50px;
	display: table-cell;
	vertical-align: middle
}
.nkc-latest-stories .nkc-latest-stories-story .nkc-latest-stories-title .nkc-latest-stories-title-icon {
	position: absolute;
	left: 0;
	top: 3px;
	background-color: inherit;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 45px;
	height: 45px;
	border-radius: 3px
}
.nkc-latest-stories .nkc-latest-stories-story .nkc-latest-stories-title h4 {
	position: relative;
	left: 59px;
	top: 0;
	margin: 0;
	padding: 0 40px 0 0;
	max-width: 310px;
	color: #37414a
}
.nkc-latest-stories .nkc-latest-stories-story #cff .cff-date, .nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget .twitter-timestamp {
	font-size: 1.4285rem;
	text-transform: capitalize
}
.nkc-latest-stories .nkc-latest-stories-story #cff .cff-date {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	float: none;
	margin-top: -40px;
	margin-left: 59px
}
.nkc-latest-stories .nkc-latest-stories-story #cff .cff-viewpost-facebook {
	float: none;
	font-size: inherit;
	line-height: 2.1428rem
}
.nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget {
	padding-left: 0
}
.nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget .twitter-timestamp {
	position: absolute;
	top: 48px;
	left: 70px
}
.nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget .twitter-link, .nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget .twitter-timestamp {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	text-transform: none
}
.nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget .rstw_comma {
	display: none
}
.nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget li {
	list-style: none;
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget li a {
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-latest-stories .nkc-latest-stories-story a {
	color: #006372
}
.nkc-latest-stories .nkc-latest-stories-story p, .nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget, .nkc-latest-stories .nkc-latest-stories-story .cff-date {
	color: #37404a;
	line-height: 125%
}
.nkc-latest-stories .nkc-latest-stories-story p a, .nkc-latest-stories .nkc-latest-stories-story .good_old_twitter_widget a, .nkc-latest-stories .nkc-latest-stories-story .cff-date a {
	margin-top: .5rem;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	font-size: 1rem
}
.nkc-latest-stories .nkc-latest-stories-story p, .nkc-latest-stories .nkc-latest-stories-story #cff p {
	margin-top: 10px
}
.nkc-latest-stories .nkc-mobile-carousel hr {
	width: 120px;
	margin: 0;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -60px;
	border: 0;
	height: 1px;
	background-color: #d1cecb;
	color: #d1cecb
}
@media (max-width:767px) {
	.nkc-latest-stories .nkc-latest-stories-heading {
		margin-top: 10px;
		margin-bottom: 10px
	}
}
.single-recipe .nkc-sub-header-print-button, .single-recipe .nkc-sub-header-social-shares {
	float: right
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section {
	margin-bottom: 10px
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section:first-child .nkc-match-height-item {
	background-color: #ebe9e7
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item {
	padding-bottom: 40px
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-image {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-bottom: 66.56%;
	position: relative;
	border-bottom: 10px solid #fff
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-image .nkc-recipe-detail-pinterest {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 20px
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item h3, .nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item p, .nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item li, .nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item td {
	color: #665a52;
  color: #666666;
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item h3 {
	line-height: 120%;
	margin-top: 40px;
	margin-bottom: 0
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item h3+p {
	margin-top: 5px;
	margin-bottom: 5px
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item>h3:first-child {
	margin-top: 0
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item p {
	font-size: 1.2857rem
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item ul, .nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item ol {
	padding-left: 35px;
	margin-top: 15px
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item ul li, .nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item ol li {
	margin-bottom: 15px;
	font-size: 1.2857rem
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item td {
	font-family: 'Grotesque MT W01 Bold', Helvetica, Arial, sans-serif
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item td:first-child {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition {
	padding: 20px 40px;
	background-color: #ebe9e7
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition h3 {
	display: inline-block;
	margin-right: 10px
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition p {
	margin: 0;
	display: inline-block
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition p em {
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.1428rem
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition table {
	width: 100%;
	margin-bottom: 20px
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition table td {
	border-bottom: 1px solid #c2bbb6;
	padding-top: 8px;
	padding-bottom: 5px
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition table tr:first-child td {
	border-top: 1px solid #c2bbb6
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition .nkc-recipe-detail-nutrition-disclaimer p {
	font-size: 1rem;
	margin-bottom: .5rem
}
.nkc-similar-recipes-section {
	background-color: #ebe9e7
}
.nkc-similar-recipes-section hr {
	height: 1px;
	border: 0;
	outline: 0;
	background-color: #c3beba;
	color: #c3beba
}
.nkc-similar-recipes-section .nkc-similar-recipes-section-title {
	padding-top: 20px;
	padding-bottom: 40px
}
.nkc-similar-recipes-section .nkc-similar-recipes-section-title hr {
	width: 115px;
	margin: 0 auto
}
.nkc-similar-recipes-section .nkc-panel-recipe-items-copy {
	padding: 20px 40px;
	text-align: center
}
@media (max-width:991px) {
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item {
		height: auto !important;
		padding-bottom: 0
	}
	.nkc-similar-recipes-section .nkc-similar-recipes-section-title h3 {
		text-align: left
	}
	.nkc-similar-recipes-section .nkc-similar-recipes-section-title hr {
		width: 100%
	}
}
@media print {
	.nkc-recipe-detail-image-print {
		width: 50%
	}
}
.nkc-recipes-search-sub-nav {
	background-color: #d4d1ca
}
.nkc-recipes-search-sub-nav h4 {
	font-size: 1.7142rem;
	line-height: 2.8571rem;
	color: #635245
}
@media (max-width:992px) {
	.nkc-recipes-search-sub-nav h4 {
		font-size: 1.6rem
	}
}
.nkc-recipes-search-sub-nav .form-control {
	font-size: 16px
}
.nkc-recipes-search-sub-nav ::-webkit-input-placeholder {
	font-style: italic;
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif
}
.nkc-recipes-search-sub-nav :-moz-placeholder {
	font-style: italic;
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif
}
.nkc-recipes-search-sub-nav ::-moz-placeholder {
	font-style: italic;
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif
}
.nkc-recipes-search-sub-nav :-ms-input-placeholder {
	font-style: italic;
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif
}
.nkc-recipes-search-sub-nav select.multiselect {
	display: none
}
.nkc-recipes-search-results-description p {
	color: #665a52;
  color: #666666;
	font-size: 1.2857rem;
	line-height: 100%;
	padding: 0;
	margin: 30px 0
}
.nkc-recipes-search-grid {
	background-color: #ebe9e7;
	padding-top: 50px;
	padding-bottom: 50px
}
.nkc-recipes-filter-controls button.multiselect {
	padding: 5px 0;
	border: none;
	background-color: inherit;
	color: #635245
}
.nkc-recipes-filter-controls button.multiselect .caret {
	color: #418088;
	margin-left: 3px
}
.nkc-recipes-filter-controls .nkc-recipes-filter {
	background-color: #e6e4e0;
	padding: 3px 0;
	height: 60px
}
.nkc-recipes-filter-controls .nkc-recipes-filter.first {
	margin-right: 1px
}
.nkc-recipes-filter-controls .nkc-recipes-filter .nkc-recipes-filter-title {
	font-size: 15px;
	padding: 5px 20px 0 20px
}
.nkc-recipes-filter-controls .nkc-recipes-filter .btn-group {
	width: 100%
}
.nkc-recipes-filter-controls .nkc-recipes-filter .dropdown-toggle {
	box-shadow: none;
	background-color: #e6e4e0;
	border-radius: 0;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px
}
.nkc-recipes-filter-controls .nkc-recipes-filter .dropdown-toggle:hover {
	background-color: #efeeeb
}
.nkc-recipes-filter-controls .nkc-recipes-filter .dropdown-menu li>a {
	color: #635245
}
.nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container {
	background-color: #e6e4e0;
	padding-top: 1rem
}
.nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container li.active a {
	background-color: #d4d1ca
}
.nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container .nkc-recipes-search-apply-button-wrap, .nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container .nkc-item-search-apply-button-wrap {
	padding: 10px
}
.nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container .nkc-recipes-search-apply-button-wrap a, .nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container .nkc-item-search-apply-button-wrap a {
	background-color: #fff
}
.nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container .nkc-recipes-search-apply-button-wrap a label, .nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container .nkc-item-search-apply-button-wrap a label {
	padding-left: 20px
}
@media (max-width:767px) {
	.nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container .nkc-recipes-search-apply-button-wrap, .nkc-recipes-filter-controls .nkc-recipes-filter .multiselect-container .nkc-item-search-apply-button-wrap {
		background-color: #e6e4e0;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0
	}
}
.pagination ul.page-numbers {
	list-style: none
}
.pagination ul.page-numbers li {
	display: inline-block
}
.pagination ul.page-numbers li .page-numbers {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	background: #FFF;
	padding: 5px 5px 0;
	text-align: center
}
.pagination ul.page-numbers li .page-numbers.current {
	background: #887e77;
	color: #FFF
}
@media print {
	.container {
		width: auto
	}
	.print-header {
		text-align: right
	}
	h1.entry-title {
		margin-right: 45%
	}
	.type-recipe {
		margin-top: -57px
	}
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section {
		width: 50%;
		float: left
	}
	.nkc-recipe-detail-image-print {
		width: 100%
	}
	.recipe-left .nkc-recipe-detail-nutrition {
		display: block !important
	}
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition {
		padding: 20px 0
	}
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition p em {
		font-size: 12px
	}
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item p {
		font-size: 12px
	}
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item ul, .nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item ol {
		margin-top: 0
	}
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item ul li, .nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item ol li {
		margin: 0;
		font-size: 12px
	}
	.nkc-recipe-detail-main-content-section h3 {
		font-size: 12px;
		font-weight: bold
	}
	.recipe-right .nkc-recipe-detail-nutrition {
		display: none
	}
	.snap-content {
		overflow-x: auto;
		position: relative
	}
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition .nkc-recipe-detail-nutrition-disclaimer p {
		margin-bottom: 0;
		font-size: 12px
	}
	.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section .nkc-match-height-item .nkc-recipe-detail-nutrition table td {
		padding-top: 0;
		padding-bottom: 0
	}
	.print-footer p {
		font-size: 10px
	}
}
.nkc-classes-search-sub-nav {
	background-color: #d4d1ca
}
.nkc-classes-search-sub-nav h4 {
	font-size: 1.7142rem;
	line-height: 2.8571rem;
	color: #635245
}
@media (max-width:992px) {
	.nkc-classes-search-sub-nav h4 {
		font-size: 1.6rem
	}
}
.nkc-classes-filter {
	padding: 3px 0;
	height: 60px
}
.nkc-classes-filter.active {
	background-color: #e6e4e0
}
.nkc-classes-filter .nkc-classes-filter-title {
	font-size: 1.2857rem;
	padding: 16px 20px 0 20px;
	color: #635245
}
.nkc-classes-search-list {
	margin-top: 60px
}
@media (max-width:991px) {
	.nkc-classes-search-list {
		margin-top: 0
	}
}
.nkc-class-item .nkc-class-item-image {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-bottom: 66.56%;
	position: relative;
	border-bottom: 10px solid #fff;
	margin-bottom: 30px
}
.nkc-class-item .nkc-panel-class-item-copy {
	padding: 0 15px 30px 15px
}
.nkc-class-item .nkc-panel-class-item-copy p, .nkc-class-item .nkc-panel-class-item-copy div {
	font-size: 1.2857rem
}
.nkc-class-item .nkc-class-location-wrap {
	padding-left: 0
}
@media (max-width:992px) {
	.nkc-class-item .nkc-class-location-wrap {
		padding-left: 15px
	}
}
.nkc-class-item .nkc-class-description {
	margin-bottom: 30px
}
.nkc-class-item .nkc-class-date, .nkc-class-item .nkc-class-location {
	margin-left: 25px;
	margin-bottom: 10px
}
.nkc-class-item .nkc-class-date a, .nkc-class-item .nkc-class-location a {
	text-decoration: underline
}
.nkc-class-item .icon-location, .nkc-class-item .icon-clock {
	color: #635245;
	display: block;
	width: 20px
}
.nkc-class-item h3 {
	margin-top: 0;
	font-size: 2.1428rem
}
.nkc-class-item h3 a {
	color: #635245
}
.nkc-class-item h5 {
	font-size: 1.4285rem;
	color: #635245;
	opacity: .7
}
.nkc-class-item hr {
	border-top: 1px solid #d1cecb;
	width: 96%;
	margin-bottom: 40px;
	clear: both
}
.nkc-classes-locations-sub-nav {
	padding: 35px 0 0 0
}
.nkc-classes-locations-sub-nav+.nkc-classes-search-list {
	margin-top: 25px
}
.nkc-classes-locations-sub-nav ul li {
	margin: 0 20px 15px 0
}
.nkc-classes-locations-sub-nav ul li a {
	font-size: 18px;
	color: #675c53;
  color: #666666;
	border-bottom: 2px solid #fff;
	transition: all .2s ease-in-out
}
.nkc-classes-locations-sub-nav ul li a:hover, .nkc-classes-locations-sub-nav ul li a.nkc-classes-locations-sub-nav-active-item {
	text-decoration: none;
	border-bottom: 2px solid #308779;
	transition: all .2s ease-in-out
}
.nkc-classes-locations-location-all {
	margin-bottom: 35px;
	border-bottom: 1px solid #eee
}
.nkc-classes-locations-location-all h1 {
	margin-top: 0;
	font-weight: bold;
	margin-left: 15px
}
.nkc-classes-locations-location-all img {
	margin-bottom: 30px
}
.nkc-classes-locations-location-all>.nkc-class-item {
	padding-left: 0
}
.nkc-classes-locations-location-all>.nkc-class-item img {
	width: 100%;
	height: auto
}
.nkc-classes-locations-location-all>.nkc-class-item .nkc-panel-class-item-copy {
	padding-left: 0
}
.nkc-classes-locations-location-sessions-container .nkc-class-item {
	margin-top: 35px;
	padding-top: 45px;
	border-top: 1px solid #d1cecb
}
.nkc-classes-locations-location-sessions-container .nkc-class-item:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0
}
.nkc-classes-locations-location-sessions-container .nkc-class-item h5 {
	color: #635245;
	margin-bottom: 15px
}
.nkc-classes-locations-location-sessions-container .nkc-class-item p {
	color: #37424a
}
.nkc-classes-locations-location-sessions-container .nkc-class-item .nkc-class-date {
	color: #37424a
}
.nkc-classes-calendar-nav {
	background-color: #e6e4e0;
	position: relative;
	padding: 15px 0 5px;
	margin: 0 15px 30px 15px
}
.nkc-classes-calendar-nav ul {
	width: 100%;
	text-align: center
}
.nkc-classes-calendar-nav ul li {
	font-size: 24px;
	color: #635245
}
.nkc-classes-calendar-nav ul li:first-child {
	position: absolute;
	left: 20px
}
.nkc-classes-calendar-nav ul li:last-child {
	position: absolute;
	right: 20px
}
.nkc-classes-calendar-nav ul li a {
	font-size: 18px
}
@media (max-width:767px) {
	.nkc-classes-calendar-nav li .nkc-classes-calendar-nav-year {
		display: none
	}
	.nkc-classes-calendar-nav li:first-child {
		left: 10px
	}
	.nkc-classes-calendar-nav li:last-child {
		right: 10px
	}
	.nkc-classes-calendar-nav li a {
		font-size: 14px
	}
	.nkc-classes-calendar-nav li a .nkc-classes-calendar-nav-link-text-year {
		display: none
	}
}
.nkc-recipe-detail-main-content .nkc-recipe-detail-main-content-section {
	margin-bottom: 10px
}
.nkc-multi-column-main-content {
	padding-bottom: 20px
}
.nkc-multi-column-main-content ul, .nkc-multi-column-main-content ol {
	padding-left: 35px;
	margin-top: 15px
}
.nkc-multi-column-main-content ul li, .nkc-multi-column-main-content ol li {
	margin-bottom: 15px;
	color: #665a52;
  color: #666666;
	font-size: 1.2857rem
}
.nkc-1-column-wrapper .nkc-1-column-copy h1, .nkc-1-column-wrapper .nkc-1-column-copy h2, .nkc-1-column-wrapper .nkc-1-column-copy h3, .nkc-1-column-wrapper .nkc-1-column-copy h4, .nkc-1-column-wrapper .nkc-1-column-copy h5, .nkc-1-column-wrapper .nkc-1-column-copy h6 {
	color: #37424a;
	font-size: 24px
}
.nkc-1-column-wrapper .nkc-1-column-copy p {
	color: #37424a
}
.nkc-1-column-wrapper .nkc-1-column-copy p em {
	color: inherit;
	font-style: italic;
	font-weight: normal;
	font-size: inherit;
	font-variant: normal;
	font-family: inherit
}
.nkc-1-column-wrapper .nkc-1-column-copy p a {
	text-decoration: none
}
.nkc-1-column-wrapper .nkc-1-column-copy ul {
	padding-left: 0
}
.nkc-1-column-wrapper .nkc-1-column-copy ul li {
	margin-left: 1.5rem;
	color: #37424a;
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-1-column-wrapper .nkc-1-column-copy hr {
	border: 0;
	height: 1px;
	color: #37424a;
	background-color: #37424a
}
.nkc-1-column-wrapper .nkc-1-column-copy a {
	text-decoration: none
}
.nkc-1-column-wrapper .nkc-1-column-copy a:hover {
	text-decoration: underline
}
.nkc-1-column-wrapper .nkc-1-column-copy>a:not(.btn) {
	display: block;
	margin-bottom: 15px
}
.nkc-1-column-wrapper .nkc-1-column-copy .btn:hover {
	text-decoration: none
}
.nkc-1-column-wrapper .nkc-1-column-copy img {
	max-width: 100%;
	height: auto
}
.nkc-1-column-wrapper .nkc-1-column-cta {
	padding: 30px
}
.nkc-2-column-wrapper {
	margin-bottom: 10px
}
.nkc-2-column-wrapper.nkc-bg-light-tan {
	background-color: #ebe9e7
}
.nkc-2-column-wrapper .nkc-2-column-title {
	display: inline-block;
	margin-top: 20px
}
.nkc-2-column-wrapper .nkc-2-column-title hr {
	width: 70%;
	margin-left: 15%;
	border: 0;
	height: 1px;
	color: #b6b0aa;
	background-color: #b6b0aa
}
.nkc-2-column-wrapper .nkc-2-column-copy h1, .nkc-2-column-wrapper .nkc-2-column-copy h2, .nkc-2-column-wrapper .nkc-2-column-copy h3, .nkc-2-column-wrapper .nkc-2-column-copy h4, .nkc-2-column-wrapper .nkc-2-column-copy h5, .nkc-2-column-wrapper .nkc-2-column-copy h6 {
	color: #37424a;
	font-size: 24px
}
.nkc-2-column-wrapper .nkc-2-column-copy p {
	color: #37424a
}
.nkc-2-column-wrapper .nkc-2-column-copy p em {
	color: #7B7B7D;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	font-variant: normal;
	font-family: inherit
}
.nkc-2-column-wrapper .nkc-2-column-copy ul {
	padding-left: 0
}
.nkc-2-column-wrapper .nkc-2-column-copy ul li {
	margin-left: 1.5rem;
	color: #37424a;
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-2-column-wrapper .nkc-2-column-copy hr {
	border: 0;
	height: 1px;
	color: #37424a;
	background-color: #37424a
}
.nkc-2-column-wrapper .nkc-2-column-copy a {
	text-decoration: none
}
.nkc-2-column-wrapper .nkc-2-column-copy a:hover {
	text-decoration: underline
}
.nkc-2-column-wrapper .nkc-2-column-copy>a:not(.btn) {
	display: block;
	margin-bottom: 15px
}
.nkc-2-column-wrapper .nkc-2-column-copy .btn:hover {
	text-decoration: none
}
.nkc-2-column-wrapper .nkc-2-column-copy img {
	max-width: 100%;
	height: auto
}
.nkc-2-column-wrapper .nkc-2-column-cta {
	padding: 30px
}
@media (max-width:768px) {
	.nkc-2-column-wrapper {
		height: auto !important
	}
	.nkc-2-column-wrapper .nkc-2-column-copy:first-child {
		padding-bottom: 40px;
		border-bottom: 1px solid #d0cbc7;
		margin-bottom: 40px
	}
}
.nkc-2-column-hero-wrapper {
	margin-bottom: 10px
}
.nkc-2-column-hero-wrapper.nkc-bg-light-tan {
	background-color: #d8d5cf
}
.nkc-2-column-hero-wrapper.nkc-bg-dark-blue {
	background-color: #156570
}
.nkc-2-column-hero-wrapper.nkc-bg-dark-green {
	background-color: #057062
}
.nkc-2-column-hero-wrapper.nkc-bg-dark-brown {
	background-color: #605447
}
.nkc-2-column-hero-wrapper.nkc-bg-dark-brown a, .nkc-2-column-hero-wrapper.nkc-bg-dark-brown p a {
	color: #84c3b9
}
.nkc-2-column-hero-wrapper.nkc-bg-dark-brown .btn {
	color: #FFF
}
.nkc-2-column-hero-wrapper.nkc-bg-dark-blue .nkc-2-column-hero .nkc-2-column-hero-copy a, .nkc-2-column-hero-wrapper.nkc-bg-dark-green .nkc-2-column-hero .nkc-2-column-hero-copy a, .nkc-2-column-hero-wrapper.nkc-bg-dark-brown .nkc-2-column-hero .nkc-2-column-hero-copy a, .nkc-2-column-hero-wrapper.nkc-bg-dark-blue .nkc-2-column-hero .nkc-2-column-hero-copy p a, .nkc-2-column-hero-wrapper.nkc-bg-dark-green .nkc-2-column-hero .nkc-2-column-hero-copy p a, .nkc-2-column-hero-wrapper.nkc-bg-dark-brown .nkc-2-column-hero .nkc-2-column-hero-copy p a {
	text-decoration: none
}
.nkc-2-column-hero-wrapper.nkc-bg-dark-blue .nkc-2-column-hero .nkc-2-column-hero-copy .btn, .nkc-2-column-hero-wrapper.nkc-bg-dark-green .nkc-2-column-hero .nkc-2-column-hero-copy .btn, .nkc-2-column-hero-wrapper.nkc-bg-dark-brown .nkc-2-column-hero .nkc-2-column-hero-copy .btn {
	text-decoration: none
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-image {
	padding-right: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy {
	padding: 3% 0
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy.image-left {
	padding-left: 5%;
	padding-right: 0
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy.image-right {
	padding-left: 0;
	padding-right: 3%
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy h1, .nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy h2, .nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy h3, .nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy h4, .nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy h5, .nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy h6 {
	color: #fff;
	font-size: 29px
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy p {
	color: #fff;
	font-size: 19px
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy p a {
	color: #84c3b9;
	text-decoration: none
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy p em {
	color: #fff;
	font-style: italic;
	font-size: 16px
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy ul {
	padding-left: 0
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy ul li {
	margin-left: 1.5rem;
	color: #fff;
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy hr {
	border: 0;
	height: 1px;
	color: #fff;
	background-color: #fff
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy a {
	color: #fff;
	text-decoration: none
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy a:hover {
	text-decoration: underline
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy>a:not(.btn) {
	display: block;
	margin-bottom: 15px
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy .btn {
	margin-bottom: 20px
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy .btn:hover {
	text-decoration: none
}
.nkc-2-column-hero-wrapper .nkc-2-column-hero .nkc-2-column-hero-copy img {
	max-width: 100%;
	height: auto
}
@media (max-width:992px) {
	.nkc-2-column-hero-wrapper .nkc-2-column-hero-copy {
		padding-bottom: 30px
	}
}
@media (max-width:768px) {
	.nkc-2-column-hero-wrapper .nkc-2-column-hero-image {
		height: 0 !important;
		padding-bottom: 60.8%
	}
	.nkc-2-column-hero-wrapper .nkc-2-column-hero-copy {
		height: auto !important
	}
}
.nkc-2-column-thumbnail-wrapper {
	margin-bottom: 10px
}
.nkc-2-column-thumbnail-wrapper.nkc-bg-light-tan {
	background-color: #ebe9e7
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-title {
	display: inline-block;
	margin-top: 20px
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-title hr {
	width: 70%;
	margin-left: 15%;
	border: 0;
	height: 1px;
	color: #b6b0aa;
	background-color: #b6b0aa
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item {
	margin-bottom: 20px
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
	padding-top: 25px
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy h1, .nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy h2, .nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy h3, .nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy h4, .nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy h5, .nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy h6 {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	color: #37424a;
	font-size: 24px
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy p {
	color: #37424a
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy p em {
	color: #7B7B7D;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	font-variant: normal;
	font-family: inherit
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy p a {
	text-decoration: none
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy ul {
	padding-left: 0
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy ul li {
	margin-left: 1.5rem;
	color: #37424a;
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy hr {
	border: 0;
	height: 1px;
	color: #37424a;
	background-color: #37424a
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy a {
	text-decoration: none
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy a:hover {
	text-decoration: underline
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy>a:not(.btn) {
	display: block;
	margin-bottom: 15px
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy .btn:hover {
	text-decoration: none
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item .nkc-2-column-thumbnail-copy img {
	max-width: 100%;
	height: auto
}
.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-cta {
	padding: 30px
}
@media (max-width:768px) {
	.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item {
		height: auto !important
	}
	.nkc-2-column-thumbnail-wrapper .nkc-2-column-thumbnail-item:first-child .nkc-2-column-thumbnail-copy {
		padding-bottom: 40px;
		border-bottom: 1px solid #d0cbc7;
		margin-bottom: 40px
	}
}
.nkc-3-column-wrapper {
	margin-bottom: 10px
}
.nkc-3-column-wrapper.nkc-bg-light-tan {
	background-color: #ebe9e7
}
.nkc-3-column-wrapper .nkc-3-column-title {
	display: inline-block;
	margin-top: 20px
}
.nkc-3-column-wrapper .nkc-3-column-title hr {
	width: 70%;
	margin-left: 15%;
	border: 0;
	height: 1px;
	color: #b6b0aa;
	background-color: #b6b0aa
}
.nkc-3-column-wrapper .nkc-3-column-copy h1, .nkc-3-column-wrapper .nkc-3-column-copy h2, .nkc-3-column-wrapper .nkc-3-column-copy h3, .nkc-3-column-wrapper .nkc-3-column-copy h4, .nkc-3-column-wrapper .nkc-3-column-copy h5, .nkc-3-column-wrapper .nkc-3-column-copy h6 {
	color: #37424a;
	font-size: 24px
}
.nkc-3-column-wrapper .nkc-3-column-copy p {
	color: #37424a
}
.nkc-3-column-wrapper .nkc-3-column-copy p em {
	color: inherit;
	font-style: italic;
	font-weight: normal;
	font-size: inherit;
	font-variant: normal;
	font-family: inherit
}
.nkc-3-column-wrapper .nkc-3-column-copy p a {
	text-decoration: none
}
.nkc-3-column-wrapper .nkc-3-column-copy ul {
	padding-left: 0
}
.nkc-3-column-wrapper .nkc-3-column-copy ul li {
	margin-left: 1.5rem;
	color: #37424a;
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-3-column-wrapper .nkc-3-column-copy hr {
	border: 0;
	height: 1px;
	color: #37424a;
	background-color: #37424a
}
.nkc-3-column-wrapper .nkc-3-column-copy a {
	text-decoration: none
}
.nkc-3-column-wrapper .nkc-3-column-copy a:hover {
	text-decoration: underline
}
.nkc-3-column-wrapper .nkc-3-column-copy>a:not(.btn) {
	display: block;
	margin-bottom: 15px
}
.nkc-3-column-wrapper .nkc-3-column-copy .btn:hover {
	text-decoration: none
}
.nkc-3-column-wrapper .nkc-3-column-copy img {
	max-width: 100%;
	height: auto
}
.nkc-3-column-wrapper .nkc-3-column-cta {
	padding: 30px
}
@media (max-width:768px) {
	.nkc-3-column-wrapper .nkc-3-column-item {
		height: auto !important
	}
	.nkc-3-column-wrapper .nkc-3-column-item:nth-child(1) .nkc-3-column-copy, .nkc-3-column-wrapper .nkc-3-column-item:nth-child(2) .nkc-3-column-copy {
		padding-bottom: 40px;
		border-bottom: 1px solid #d0cbc7;
		margin-bottom: 40px
	}
}
.nkc-4-column-wrapper {
	margin-bottom: 10px
}
.nkc-4-column-wrapper.nkc-bg-light-tan {
	background-color: #ebe9e7
}
.nkc-4-column-wrapper .nkc-4-column-title {
	display: inline-block;
	margin-top: 20px
}
.nkc-4-column-wrapper .nkc-4-column-title hr {
	width: 70%;
	margin-left: 15%;
	border: 0;
	height: 1px;
	color: #b6b0aa;
	background-color: #b6b0aa
}
.nkc-4-column-wrapper .nkc-4-column-copy h1, .nkc-4-column-wrapper .nkc-4-column-copy h2, .nkc-4-column-wrapper .nkc-4-column-copy h3, .nkc-4-column-wrapper .nkc-4-column-copy h4, .nkc-4-column-wrapper .nkc-4-column-copy h5, .nkc-4-column-wrapper .nkc-4-column-copy h6 {
	color: #37424a;
	font-size: 24px
}
.nkc-4-column-wrapper .nkc-4-column-copy p {
	color: #37424a
}
.nkc-4-column-wrapper .nkc-4-column-copy p em {
	color: #7B7B7D;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	font-variant: normal;
	font-family: inherit
}
.nkc-4-column-wrapper .nkc-4-column-copy p a {
	text-decoration: none
}
.nkc-4-column-wrapper .nkc-4-column-copy ul {
	padding-left: 0
}
.nkc-4-column-wrapper .nkc-4-column-copy ul li {
	margin-left: 1.5rem;
	color: #37424a;
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-4-column-wrapper .nkc-4-column-copy hr {
	border: 0;
	height: 1px;
	color: #37424a;
	background-color: #37424a
}
.nkc-4-column-wrapper .nkc-4-column-copy a {
	text-decoration: none
}
.nkc-4-column-wrapper .nkc-4-column-copy a:hover {
	text-decoration: underline
}
.nkc-4-column-wrapper .nkc-4-column-copy>a:not(.btn) {
	display: block;
	margin-bottom: 15px
}
.nkc-4-column-wrapper .nkc-4-column-copy .btn:hover {
	text-decoration: none
}
.nkc-4-column-wrapper .nkc-4-column-copy img {
	max-width: 100%;
	height: auto
}
.nkc-4-column-wrapper .nkc-4-column-cta {
	padding: 30px
}
@media (max-width:767px) {
	.nkc-4-column-wrapper .nkc-4-column-item {
		height: auto !important
	}
	.nkc-4-column-wrapper .nkc-4-column-item:nth-child(1) .nkc-4-column-copy, .nkc-4-column-wrapper .nkc-4-column-item:nth-child(2) .nkc-4-column-copy, .nkc-4-column-wrapper .nkc-4-column-item:nth-child(3) .nkc-4-column-copy {
		padding-bottom: 40px;
		border-bottom: 1px solid #d0cbc7;
		margin-bottom: 40px
	}
}
.nkc-job-detail-main-content h4 {
	margin-bottom: 20px
}
.nkc-jobs-openings-count {
	margin: 1.25em 0
}
.section-nav-back {
	margin-bottom: .6875rem;
	display: block
}
.nkc-jobs-table {
	width: 100%
}
.nkc-jobs-table th {
	background-color: #ebe9e7;
	padding: 1.5em 0;
	color: #665a52;
  color: #666666;
}
.nkc-jobs-table td, .nkc-jobs-table th {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top
}
.nkc-jobs-table td .nkc-btn-white-blue, .nkc-jobs-table th .nkc-btn-white-blue {
	width: 210px
}
.nkc-jobs-table th:not(:first-child) {
	white-space: nowrap
}
.nkc-jobs-table .nkc-row-job-item-details td, .nkc-jobs-table .nkc-row-job-item-details div {
	color: #635245;
	font-size: 1.4285rem;
	vertical-align: baseline;
	padding-top: 1rem
}
.nkc-jobs-table .nkc-row-job-item-details td:first-child {
	font-size: 1.7rem;
	width: 40%
}
.nkc-jobs-table .nkc-row-job-item-requirements td, .nkc-jobs-table .nkc-row-job-item-requirements div {
	padding-top: 1rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #d1cecb
}
.nkc-jobs-table .nkc-row-job-item-mobile td:not(:first-child) {
	white-space: nowrap
}
.nkc-jobs-table .nkc-row-job-item-requirements h4 {
	margin-top: 1.5em
}
.nkc-jobs-footer-title {
	margin-top: 0
}
.nkc-jobs-footer-btn.btn.nkc-learn-more-btn {
	width: 100%;
	color: #665a52;
  color: #666666;
}
@media (min-width:768px) and (max-width:991px) {
	.nkc-jobs-table th, .nkc-jobs-table td {
		padding: 15px 10px
	}
	.nkc-jobs-table th:first-child, .nkc-jobs-table td:first-child {
		padding-left: 20px
	}
	.nkc-jobs-table td .nkc-btn-white-blue {
		width: 135px
	}
	.nkc-jobs-table .nkc-row-job-item-details th {
		white-space: nowrap
	}
	.nkc-jobs-table .nkc-row-job-item-details td {
		font-size: 1.2857rem
	}
}
@media (max-width:767px) {
	.nkc-jobs-openings-count {
		border-bottom: 1px solid #d1cecb;
		padding-bottom: 15px;
		margin-bottom: 30px
	}
	.nkc-jobs-table thead {
		display: none
	}
	.nkc-jobs-table td {
		padding-left: 0;
		padding-right: 0
	}
	.nkc-jobs-table .nkc-row-job-item-mobile-heading a {
		font-size: 2.4285rem;
		display: inline-block;
		margin-bottom: 10px
	}
	.nkc-jobs-table .nkc-row-job-item-mobile-body td {
		white-space: nowrap;
		width: 33%;
		text-align: center
	}
	.nkc-jobs-table .nkc-row-job-item-mobile-body td:first-child {
		border-right: 1px solid #635245
	}
	.nkc-jobs-table .nkc-row-job-item-mobile-body td:last-child {
		border-left: 1px solid #635245
	}
	.nkc-jobs-table .nkc-row-job-item-mobile-link td {
		border-bottom: 1px solid #d1cecb
	}
	.nkc-jobs-table .nkc-row-job-item-mobile-link td a {
		display: inline-block;
		margin-top: 15px;
		margin-bottom: 50px
	}
	.nkc-jobs-table .nkc-row-job-item-mobile-link td a.btn {
		width: 100%
	}
	.nkc-jobs-table .nkc-row-job-item-mobile-spacer td {
		height: 40px
	}
}
.nkc-main-with-sidebar {
	padding-bottom: 40px
}
.nkc-main-with-sidebar ul, .nkc-main-with-sidebar ol {
	padding-left: 1.7rem;
	margin-top: 1rem
}
.nkc-main-with-sidebar ul li, .nkc-main-with-sidebar ol li {
	margin-bottom: 1rem;
	font-size: 1.1428rem;
  font-size: 19px;
}
.nkc-main-with-sidebar form p {
	color: #635245
}
.nkc-main-with-sidebar form label {
	color: #635245;
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif;
	margin-bottom: 5px
}
.nkc-main-with-sidebar form label em {
	font-family: inherit;
	font-style: italic
}
.nkc-main-with-sidebar form input[type="text"], .nkc-main-with-sidebar form input[type="email"], .nkc-main-with-sidebar form input textarea {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 7px 10px
}
.nkc-main-with-sidebar form input[type="date"] {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 7px 10px
}
.nkc-main-with-sidebar form input[type="radio"] {
	display: inline-block
}
.nkc-main-with-sidebar form input[type="radio"]+label {
	display: inline-block;
	font-size: 1.1428rem;
	margin-left: 2px
}
.nkc-main-with-sidebar form .option-footnote {
	display: block;
	margin-left: 24px
}
.nkc-main-with-sidebar form textarea {
	width: 100%
}
.nkc-main-with-sidebar form input[type="submit"] {
	width: 49%
}
.nkc-main-with-sidebar form input[type="submit"].full {
	width: 100%
}
.nkc-main-with-sidebar form .privacy-footnote {
	width: 49%;
	display: inline-block;
	float: right;
	line-height: 4.25rem
}
.nkc-main-with-sidebar form .nkc-main-with-sidebar-form-element {
	margin-bottom: 20px
}
.nkc-main-with-sidebar .row {
	background-repeat: no-repeat;
	background-size: contain
}
.nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-main {
	padding-top: 29.86%
}
.nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-main h1:first-child, .nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-main h2:first-child, .nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-main h3:first-child, .nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-main h4:first-child {
	margin-top: 0
}
.nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-main.no-image {
	margin-top: 0;
	padding-top: 0
}
.nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-secondary .nkc-main-with-sidebar-content-wrap {
	background-color: #ebe9e7;
	padding: 30px;
	margin: 40px 30px 0 0
}
.nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-secondary .nkc-main-with-sidebar-content-wrap.no-image {
	margin-top: 0;
	margin-right: 0
}
.nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-secondary .nkc-main-with-sidebar-content-wrap h3 {
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif;
	font-size: 2.15rem
}
.nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-secondary .nkc-main-with-sidebar-content-wrap h4 {
	margin-top: 0;
	margin-bottom: 20px
}
.nkc-main-with-sidebar .row .nkc-main-with-sidebar-content-secondary .nkc-main-with-sidebar-content-wrap h5 {
	margin-top: 20px;
	margin-bottom: 20px
}
@media (max-width:991px) {
	.nkc-main-with-sidebar .container .nkc-main-with-sidebar-content .row {
		background-image: none !important
	}
	.nkc-main-with-sidebar .container .nkc-main-with-sidebar-content .row .nkc-main-with-sidebar-content-main {
		padding-top: 0
	}
	.nkc-main-with-sidebar .container .row .nkc-main-with-sidebar-content-secondary {
		margin-right: -15px
	}
	.nkc-main-with-sidebar .container .row .nkc-main-with-sidebar-content-secondary .nkc-main-with-sidebar-content-wrap {
		margin: 0
	}
}
@media (max-width:767px) {
	.nkc-main-with-sidebar .container .row {
		background-image: none
	}
	.nkc-main-with-sidebar .container .row .nkc-main-with-sidebar-content-secondary {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0
	}
	.nkc-main-with-sidebar .container .row .nkc-main-with-sidebar-content-secondary .nkc-main-with-sidebar-content-wrap button {
		width: 100%
	}
}
.nkc-faq-content {
	margin: 20px 0
}
.nkc-faq-content .panel {
	border-radius: 0;
	margin-bottom: 10px
}
.nkc-faq-content .panel .panel-heading {
	background-color: #ebe9e7;
	border-color: #ebe9e7
}
.nkc-faq-content .panel .panel-heading a {
	display: block;
	width: 100;
	position: relative
}
.nkc-faq-content .panel .panel-heading a.fa {
	font-family: inherit
}
.nkc-faq-content .panel .panel-heading a.fa-plus:before, .nkc-faq-content .panel .panel-heading a.fa-minus:before {
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 0
}
@media (max-width:991px) {
	.nkc-faq-content .panel-heading a {
		padding-right: 20px
	}
}
.carousel-caption {
	position: static;
	text-align: left;
	margin-bottom: 50px;
	text-shadow: none
}
.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 {
	border: 0;
	background-color: #b2d0d5;
	margin: 0 3px
}
.carousel-indicators li.active {
	background-color: #006273;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 0;
	margin: 0 3px
}
@media (max-width:991px) {
	.cff-shared-link {
		display: none
	}
}
.nkc-risk-quiz .nkc-risk-quiz-header h2 {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	color: #635245
}
.nkc-risk-quiz .nkc-risk-quiz-header p {
	color: #373f4a
}
.nkc-risk-quiz .nkc-risk-quiz-question {
	margin-bottom: 40px
}
.nkc-risk-quiz .nkc-risk-quiz-question ol {
	padding: 0 0 0 30px
}
.nkc-risk-quiz .nkc-risk-quiz-question ol li {
	font-size: 1.7rem;
	color: #665a52;
  color: #666666;
}
.nkc-risk-quiz .nkc-risk-quiz-question .btn {
	width: 170px;
	margin-right: 30px
}
.nkc-risk-quiz .nkc-risk-quiz-question .btn.inactive {
	opacity: .5
}
.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper {
	display: none
}
.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox {
	position: relative;
	margin-top: 60px
}
.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-arrow {
	border-top: 80px solid #fff;
	border-right: 50px solid #44848d;
	border-bottom: 80px solid #fff;
	border-left: 50px solid #fff;
	border-top: 100px solid #fff;
	border-right: 80px solid #44848d;
	border-bottom: 100px solid #fff;
	border-left: 80px solid #fff;
	float: left;
	-webkit-transform: scale(.9999);
	-moz-transform: scale(.9999);
	-transform: scale(.9999)
}
.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-copy {
	height: 200px;
	width: 370px;
	padding: 0 20px 0 40px;
	border-top: 10px solid #44848d;
	border-bottom: 10px solid #44848d;
	color: #fff;
	background-color: #44848d;
	float: left;
	overflow-x: hidden
}
.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-copy p {
	font-size: 1.2857rem
}
.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-copy p em {
	color: #f3f2f1
}
.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-copy .fa {
	left: 100px;
	top: 63px;
	font-size: 30px;
	position: absolute;
	left: 130px;
	top: 80px;
	font-size: 36px
}
.nkc-risk-quiz .nkc-risk-quiz-footer {
	padding-bottom: 50px;
	border-bottom: 1px solid #d0cbc7;
	margin-bottom: 20px;
	display: none
}
.nkc-risk-quiz .nkc-risk-quiz-footer h2 {
	color: #373f4a;
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif
}
.nkc-risk-quiz .nkc-risk-quiz-footer p {
	font-size: 1.2857rem;
	color: #373f4a
}
.nkc-risk-quiz .nkc-risk-quiz-footer li {
	font-size: 1.2857rem;
	color: #373f4a
}
.nkc-risk-quiz .nkc-risk-quiz-footer .btn {
	font-size: 1.2857rem
}
@media (max-width:1199px) {
	.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-copy {
		width: 350px
	}
}
@media (max-width:991px) {
	.nkc-risk-quiz .nkc-risk-quiz-question {
		margin-bottom: 0
	}
	.nkc-risk-quiz .nkc-risk-quiz-question .btn {
		margin-bottom: 15px
	}
	.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox {
		margin-top: 20px
	}
	.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-arrow {
		display: none
	}
	.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-copy {
		width: 100%;
		background-color: inherit;
		color: #665a52;
    color: #666666;
		border: 0;
		height: auto
	}
	.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-copy p em {
		color: #665a52;
    color: #666666;
		opacity: .8
	}
	.nkc-risk-quiz .nkc-risk-quiz-question .nkc-risk-quiz-infobox-wrapper .nkc-risk-quiz-infobox .nkc-risk-quiz-infobox-copy .fa {
		display: none
	}
}
.nkc-sidebar-wrap {
	background-color: #1e9d8b;
	padding: 0;
	margin: 0 15px 0 -15px
}
.nkc-sidebar-wrap .nkc-sidebar {
	height: auto;
	padding: 30px 30px 30px;
	background-color: #1e9d8b;
	z-index: 1000
}
.nkc-sidebar-wrap .nkc-sidebar h3, .nkc-sidebar-wrap .nkc-sidebar h4, .nkc-sidebar-wrap .nkc-sidebar p, .nkc-sidebar-wrap .nkc-sidebar li, .nkc-sidebar-wrap .nkc-sidebar a {
	color: #fff
}
.nkc-sidebar-wrap .nkc-sidebar p {
	margin-top: 20px
}
.nkc-sidebar-wrap .nkc-sidebar ul {
	padding: 0;
	list-style: none
}
.nkc-sidebar-wrap .nkc-sidebar li {
	padding-bottom: .5rem
}
.nkc-sidebar-wrap .nkc-sidebar.affix {
	top: 20px;
	padding: 30px
}
@media (max-width:992px) {
	.nkc-sidebar-wrap .nkc-sidebar.affix {
		position: static;
		width: 100% !important
	}
}
@media (max-width:991px) {
	.nkc-sidebar-wrap {
		margin: 15px 0 15px 0
	}
}
footer .nkc-navbar-secondary-nav li a {
	font-size: 1rem
}
.nkc-footer-section .container {
	padding: 40px 0 5px
}
.nkc-footer-section .container .nkc-footer-section-social-shares p, .nkc-footer-section .container .nkc-footer-section-social-shares li {
	display: inline-block
}
.nkc-footer-section .container.nkc-container-top-padded {
	padding: 45px 0 0 0
}
.nkc-footer-section .container.nkc-container-top-padded .row .col-xs-12 {
	padding-bottom: 20px
}
.nkc-footer-section .container.nkc-container-bottom-padded {
	padding: 30px 0 60px
}
.nkc-footer-section p, .nkc-footer-section li, .nkc-footer-section a, .nkc-footer-section h6 {
	color: #ffffff
}
.nkc-footer-section p.nkc-footer-secondary-color, .nkc-footer-section li.nkc-footer-secondary-color, .nkc-footer-section a.nkc-footer-secondary-color, .nkc-footer-section h6.nkc-footer-secondary-color {
	color: #006372
}
.nkc-footer-section p {
	font-size: 1rem
}
.nkc-footer-section p a {
	text-decoration: none
}
.nkc-footer-section a:hover {
	text-decoration: none
}
.nkc-footer-section h6 {
	text-transform: uppercase;
	margin-top: 0
}
.nkc-footer-section ul {
	margin: 0;
	padding: 0

}
.nkc-footer-section ul li {
	list-style-type: none;
	font-size: 1rem;
	margin-bottom: 10px
}
.nkc-footer-section ul li em {
	color: #d2cecc
}
.nkc-footer-section ul.nkc-footer-social-shares li {
	vertical-align: top
}
.nkc-footer-section ul.nkc-footer-social-shares li:first-child {
	color: #675c53;
  color: #666666;
	font-size: 1.1428rem;
  font-size: 19px;
	padding-top: 3px
}
.nkc-footer-section ul.nkc-footer-social-shares li a {
	color: #006372;
	font-size: 2rem
}
.nkc-footer-section ul.nkc-footer-social-shares li a.fa-google-plus {
	font-size: 1.7857rem;
	padding-top: 2px;
	margin-left: -5px
}
.nkc-footer-section .nkc-footer-contact-us p {
	margin-bottom: 0
}
.nkc-footer-section .nkc-footer-contact-us a[href="mailto:info@nwkidney.org"] {
	text-decoration: underline
}
.nkc-footer-section .nkc-footer-contact-us .fa {
	font-size: 27px
}
.nkc-footer-section .nkc-footer-contact-us .fa.fa-twitter {
	margin-left: 5px
}
.nkc-footer-section.nkc-footer-bg-light {
	background-color: #887e77
}
.nkc-footer-section.nkc-footer-bg-medium {
	background-color: #675c53
}
.nkc-footer-section.nkc-footer-bg-dark {
	background-color: #3d332b
}
.nkc-footer-section.nkc-footer-section-description {
	background-color: #3d332b
}
.nkc-footer-section-special .nkc-footer-section-legal p a {
	text-decoration: underline
}
.nav.nkc-footer-nav>li:first-child, .nav.nkc-footer-nav>li:last-child {
	/*display: none*/
}

.nav.nkc-footer-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.nav.nkc-footer-nav>li {
    flex-grow: 1;
    flex-basis: 0;
	/*float: left*/
}
.nav.nkc-footer-nav>li:nth-child(2) {
	/*width: 50%*/
}
.nav.nkc-footer-nav>li:nth-child(3) {
	/*width: 16%;*/
	/*margin-left: 16%*/
}
.nav.nkc-footer-nav>li:nth-child(4) {
	/*width: 16%*/
}
.nav.nkc-footer-nav .caret {
	display: none
}
.nav.nkc-footer-nav a:hover {
	color: inherit
}
.nav.nkc-footer-nav .dropdown-toggle {
	background-color: inherit;
	text-transform: uppercase;
	font-size: .85rem
}
.nav.nkc-footer-nav .dropdown-toggle:hover {
	background-color: inherit
}
.nav.nkc-footer-nav .dropdown-header {
	padding: 0 15px 1px;
	color: #d2cecc
}
.nav.nkc-footer-nav .dropdown-menu {
	display: block;
	position: static;
	background-color: inherit
}
.nav.nkc-footer-nav .dropdown-menu li>a {
	padding: 0 15px 1px
}
.nav.nkc-footer-nav .dropdown-menu .col {
    float: none;
}
.nav.nkc-footer-nav .dropdown-menu .col-md-4,
.nav.nkc-footer-nav .dropdown-menu .col-md-6 {
	width: 100%;
	padding-bottom: 0 !important
}
.dropdown-menu>.active>a {
	color: inherit;
	text-decoration: inherit;
	outline: inherit;
	background-color: inherit
}
.nkc-footer-nav .dropdown-menu li>a {
	white-space: normal
}

@media only screen and (max-width:992px) {
    .nav.nkc-footer-nav > li {
        flex-grow: unset;
        flex-basis: unset;
    }
}
@media (min-width:768px) and (max-width:991px) {
    /*
	.nav.nkc-footer-nav .dropdown-menu {
		width: 100%
	}
	.nav.nkc-footer-nav>li:nth-child(2) {
		width: 100%
	}
	.nav.nkc-footer-nav>li:nth-child(2) .col {
		width: 32%
	}
	.nav.nkc-footer-nav>li:nth-child(3) {
		width: 33%;
		margin-left: 0
	}
	.nav.nkc-footer-nav>li:nth-child(4) {
		width: 33%
	}
    */
	.nav.nkc-footer-nav a {
		white-space: normal
	}
}
@media (max-width:767px) {
	.home .nkc-footer-social-shares-section {
		display: none
	}
	.nkc-footer-section .container {
		padding: 15px 0 5px
	}
	.nkc-footer-section .container .nkc-footer-social-shares li:first-child {
		display: block
	}
	.nkc-footer-section-special {
		padding: 0;
		margin: 0
	}
	.nkc-footer-section-special .container {
		padding: 0;
		margin: 0
	}
	.nkc-footer-section-special .container.nkc-container-bottom-padded {
		padding-top: 0
	}
	.nkc-footer-section-special .container .row {
		padding: 0;
		margin: 0
	}
	.nkc-footer-section-special .container .row .col-xs-12 {
		padding: 0;
		margin: 0
	}
	.nkc-footer-section-special .container .row .col-xs-12 .nkc-footer-section-description {
		padding: 6% 4% 2%;
		margin: 0;
		background-color: #675c53;
        color: white;
		float: left
	}
	.nkc-footer-section-special .container .row .col-xs-12 .nkc-footer-section-mobile-social-shares {
		background-color: #675c53;
    color: #666666;
		margin: 0;
		padding: 0 5% 8%;
		float: left
	}
	.nkc-footer-section-special .container .row .col-xs-12 .nkc-footer-section-mobile-social-shares .list-inline {
		margin-top: 15px
	}
	.nkc-footer-section-special .container .row .col-xs-12 .nkc-footer-section-legal {
		float: left;
		padding: 6% 4%;
		margin: 0;
		background-color: #3d332b
	}
	.nkc-footer-section-special .container .row .col-xs-12 .nkc-footer-section-legal p a {
		text-decoration: underline
	}
}
@font-face {
	font-family: 'nkc-icon';
	src: url('../fonts/nkc-icon.eot')
}
@font-face {
	font-family: 'nkc-icon';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMgf1/GUAAAC8AAAAYGNtYXAaVcxfAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zj9VjNcAAAFwAAAFyGhlYWQBW/UzAAAHOAAAADZoaGVhBBsCKQAAB3AAAAAkaG10eBGkADMAAAeUAAAANGxvY2EHzgkQAAAHyAAAABxtYXhwABMAugAAB+QAAAAgbmFtZenu/h0AAAgEAAABTnBvc3QAAwAAAAAJVAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmCAGz/7T/tAGzAEwAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYI//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAA/7ACAAGwABQAGwAAASIOAhUUHgIzMj4CNTQuAiMTIzUzFTMVAQA0XkUpKUVeNDReRSkpRV40d4giZgGwKUVeNDReRSkpRV40NF5FKf7NzasiAAAAAAEAAP+wAgABsAC3AAAlHAEOAQ8BDgMHDgMHOAIiIyoDIyoBLgEnLgMnLgMnLgMnLgMnLgMnLgMnLgM1LgI0NTwDMTQ+Ajc+Az8BPgMzOgEeARceAx8BHgIUFRQOAg8BMBwBBiMcAjAxFB4CFx4DFx4DFx4DFx4DFx4DMTMiMjAyIzIwNiY/AT4DMzoBHgEXMxceAxcCAAEDAkoBAwMDAwIEBAMDAgEBAgEBAQMHCAoEBg4OEAgIEhQUCwsVFhcMChEQDgcGCwsJBQIFBQUCAwMDAQEBAQECAgECAgIDAUoBAwQFAwEDBAMBAgICAwE6AQEBAQMDAx0CAQEDAwMBBAQGBAQICgoGBgwMCgUFCAgHBAMHBAQIAQICAQICAQEfBAMHBQUBBQIFAgFoBAIEAgIdBAYFBQNGAQMCAgIBAQECAQEBAQEEBAUCBAgKDQcHERMWDAkSEhEICBEQEAcHDg4NBgYLCggEBQgHBgMCBAIBAwMEBAIDAwMDAUoBAgIBAQEBAQMCAwFtAgUFBAMCBQQEAR0BAQEBAQECBgcHBAMHCAkFBAoKCwYGCwoIBAMGBQQBAQICAQEBASACBAICAQECPAYJBwUCAAIAAP+wAgABsAAUADEAADc0PgIzMh4CFRQOAiMiLgI1IxQeAjMyPgI3FzcnPgM1NC4CIyIOAhVFFiYzHBwyJhYWJjIcHjIlFkUhOEwrESAfHAyIMIgKDgoGITlLKytMOCHgHDMmFhYmMxwcMiYWFiYyHCtLOSEGCg4KiDCIDBwfIBErTDghIThMKwAAAQAA/7ACJQGwAB4AABMiDgIVFB4CFz4DNTQuAiMiDgIHLgMjjx00Jxc3UmApKGBTOBcnNB0WKCMaCQgbIigWAbAXKDUePlRNUzw8VU5UOx41KBcMFh8TEx8WDAAFAAD/sAJmAbAABAAhACYAKwAwAAABIxUzNRcjFSM1IyIOAhURFB4CMyEyPgI1ETQuAiMBIzUzFTcjNTMVNSM1MxUBVUREzauIqw4ZEgsLEhkOAd4OGRMKChMZDv7vq6vvq6urqwGwiYlmRUULExkO/u8OGRILCxIZDgERDhkTC/7Mq6sjIiJEIiIAAAMAAP+wAiIBsAAcACEALgAAASMnIwcjIg4CBxMGHgIzITI+AicTLgMjJwcjJzMTIwcjJyMnMyczBzMHAd5mAcsBZg8YEwoBAQEMERoNAZsNGhEMAQEBChMYD4gBhwGJIUMBQwFDAUUBRQFFAQFKZmYLExkO/u8OGRILCxIZDgERDhkTC0RERP7NRUVEREREAAIAAP+wAYABsAAWACsAABMiDgIVFB4CHwE3PgM1NC4CBxEGLgI1ND4CNx4DFw4DJ8AoRTUeBgsPCpaWCg8LBh40RigNFxIKChEYDA4WEwgCAggTFg8BsB82SSgSIh4cDMDADBsfIRMnSjUgAf73AQwRGQ4OFxQKAQEJExgPDRkRDQEAAAIAM///AagBfgAOAB0AABMuASIGDwEOARQWHwE3JxcnBxceATI2PwE+ATQmJ9oPJSclDxgPDw8PXqZdzlqmXQ8lJiQOFw8PDw8Bfg8PDw8YDSQmJQ9ho2HZYaNhDw8NDhcPJSclDwAAAgAA/7ABmgGwABgALQAAJSMiDgIdARwDFSE8Az0BNC4CIyUUHgIzMj4CNTQuAiMiDgIVAUTvEh8XDQGaDhcfEv8AFiUyHBwyJRUVJTIcHDIlFlsOFx8SSwEDAgMBAQMCAwFLEh8XDswcMSYVFSYxHB0xJRYWJTEdAAAAAAEAAAABAABpF0rFXw889QALAgAAAAAAz+taawAAAADP61prAAD/sAJmAbAAAAAIAAIAAAAAAAAAAQAAAbP/tAAAAmcAAAAAAmYAAQAAAAAAAAAAAAAAAAAAAA0AAAAAAAAAAAAAAAAAAAAAAgAAAAIAAAACAAAAAiUAAAJnAAACIgAAAYAAAAHcADMBmgAAAAAAAAAKABQAHgBKAS4BdAGiAegCMAJyAqYC5AABAAAADQC4AAUAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEAEAAAAAEAAAAAAAIADgBOAAEAAAAAAAMAEAAmAAEAAAAAAAQAEABcAAEAAAAAAAUAFgAQAAEAAAAAAAYACAA2AAEAAAAAAAoANABsAAMAAQQJAAEAEAAAAAMAAQQJAAIADgBOAAMAAQQJAAMAEAAmAAMAAQQJAAQAEABcAAMAAQQJAAUAFgAQAAMAAQQJAAYAEAA+AAMAAQQJAAoANABsAG4AawBjAC0AaQBjAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAbgBrAGMALQBpAGMAbwBubmtjLWljb24AbgBrAGMALQBpAGMAbwBuAFIAZQBnAHUAbABhAHIAbgBrAGMALQBpAGMAbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAgQAAoAAAAAB8gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAABF8AAARfWs+pTk9TLzIAAAVUAAAAYAAAAGAH9fxlY21hcAAABbQAAABMAAAATBpVzF9nYXNwAAAGAAAAAAgAAAAIAAAAEGhlYWQAAAYIAAAANgAAADYBW/UzaGhlYQAABkAAAAAkAAAAJAQbAilobXR4AAAGZAAAADQAAAA0EaQAM21heHAAAAaYAAAABgAAAAYADVAAbmFtZQAABqAAAAFOAAABTunu/h1wb3N0AAAH8AAAACAAAAAgAAMAAAEABAQAAQEBCW5rYy1pY29uAAECAAEAPPgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4s7+PseQ1ovBR0AAACrDx0AAACwER0AAAAJHQAABFYSAA4BAQkRExUYHSInLDE2O0BFbmtjLWljb25ua2MtaWNvbnUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDgAAAIBiQALAA0CAAEABAAHAAoADQBRAUkBmwHOAkkCsAL6AzoDiPyUDvyUDvyUDvyUDveU+EQV+yCL+wj7CIv7IIv7IPcI+wj3IIv3IIv3CPcIi/cgi/cg+wj3CPsgiwj3C/vHFfsci4v3Ya2Li/s/8YuLaQUO+JSoFYuBi4WFhAhBRQWIiIiIhIeFiIiLhIiLi4uLiIuIi4uLiIuEi36Lf457jneSdZF1lXGYbp5unm+la6sIcaR4onihe6F+on6ehZ6EnoWbhJuImIuViJiLlIuSi5GLjouLi5KOjo6Rj5KOjo6OCNXVBY6OkY6Si46LkYuOiI+IjoeOiAjF+wEFjoWLhYuEi4WIhISICG5uBYuLi4iIi4uIi4uLi4uFjoGSgY6CkYGVfpV/l36be5t7m36YgZiClYSUiJWIkYiOiwiSiwWLi46Li4uOi4uLi44Iq6sFkpGRj5WLkYuOi5KHCIuL9E8FknuOhI6FCA7Q93QVi9bLy9aL1ovKS4tAi0BMTECLPYtOyovWCEaLFYv7Bugt9weLuIu1mqykCPcc+xy7u/sc9xwFpKyatYu4i/cHLej7Bov7B4suLov7BwgOsPcj+EQVPotJSYs7i/s59zlj9wH7NfX3Nfc9uov3MovbSc0+i1CLWGp1WHW+WKxRiwgO8vfp+EQVR4uL+x3Pi4v3HQX3YSUV+z+Li0b7HIuL0Ps/iwVmi2xsi2UIi/ulBYtmqmywiwj4cosFsYupqouwCIv3pQWLsW2qZYsI+6X7yBX7P4uL9z/3P4uL+z8F94OuFfs/i4ut9z+Li2kFi88V+z+Li633P4uLaQUOrfhy994VJIuL8ftgi4slJIsFZotsbItlCIv7pQWLZqpssIsI+C6LBbCLqqqLsAiL96UFi7FsqmaLCPsdzxWLR/sci4vP9xyLBa37xxVHi4tGR4uL0EeLi8/Pi4vPz4uLR8+Li0cFDvsU91T4RBUhizUxi/sAi1ubYaVrCPcq+1T3KvdUBaWrm7WLu4v3ADXlIYsIi/ueFWiLbqiLsouuqKuui66LqG6LZYtnbmtoiwgOZ/du+BIVY7NMi2NjCHNzBWNni0yzYwjpKvc69zcu7AX3YvttFTHs+zr7N+gqBbNjyouwsAiiogWzs4vKY7MIDiX32OYV+4OLBVyLZWWLWwiLQAWLiIuHi4gI+C6LBYuOi4+LjgiL1gWLu2WxW4sI+5T3YBWLQMlO1ovWi8jIi9aL107IQItAi01Oiz8IDviUFPiUFYsMCgAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmCAGz/7T/tAGzAEwAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYI//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAIMNzmJfDzz1AAsCAAAAAADP61prAAAAAM/rWmsAAP+wAmYBsAAAAAgAAgAAAAAAAAABAAABs/+0AAACZwAAAAACZgABAAAAAAAAAAAAAAAAAAAADQAAAAAAAAAAAAAAAAAAAAACAAAAAgAAAAIAAAACJQAAAmcAAAIiAAABgAAAAdwAMwGaAAAAAFAAAA0AAAAAAA4ArgABAAAAAAABABAAAAABAAAAAAACAA4ATgABAAAAAAADABAAJgABAAAAAAAEABAAXAABAAAAAAAFABYAEAABAAAAAAAGAAgANgABAAAAAAAKADQAbAADAAEECQABABAAAAADAAEECQACAA4ATgADAAEECQADABAAJgADAAEECQAEABAAXAADAAEECQAFABYAEAADAAEECQAGABAAPgADAAEECQAKADQAbABuAGsAYwAtAGkAYwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAG4AawBjAC0AaQBjAG8Abm5rYy1pY29uAG4AawBjAC0AaQBjAG8AbgBSAGUAZwB1AGwAYQByAG4AawBjAC0AaQBjAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
	font-weight: normal;
	font-style: normal
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'nkc-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-clock:before {
	content: "\e600"
}
.icon-phone:before {
	content: "\e601"
}
.icon-search:before {
	content: "\e602"
}
.icon-heart:before {
	color: #B86125 !important;
	content: "\e603"
}
.icon-careers:before {
	content: "\e604"
}
.icon-physicians-staff:before {
	content: "\e605"
}
.icon-location:before {
	content: "\e606"
}
.icon-prescription:before {
	content: "\e607"
}
.icon-patient-login:before {
	content: "\e608"
}
@font-face {
	font-family: 'careers-icon';
	src: url('../fonts/careers-icon.eot?jsf8ul');
	src: url('../fonts/careers-icon.eot?#iefixjsf8ul') format('embedded-opentype'), url('../fonts/careers-icon.woff?jsf8ul') format('woff'), url('../fonts/careers-icon.ttf?jsf8ul') format('truetype'), url('../fonts/careers-icon.svg?jsf8ul#careers-icon') format('svg');
	font-weight: normal;
	font-style: normal
}
.icon-careers {
	font-family: 'careers-icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-careers a {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto
}
.icon-careers:before {
	content: "\e604"
}
.nkc-locations>.container {
	padding-bottom: 30px;
	border-bottom: 1px solid #d0cbc7;
	margin-bottom: 20px
}
#map-canvas {
	height: 650px
}
.nkc-location-item {
	padding-bottom: 1px;
	border-top: 1px solid #d0cbc7;
	padding-left: 10px;
	margin-left: -10px
}
.nkc-location-item.active {
	background-color: #ebe9e7
}
.nkc-location-item .the-content {
	display: none
}
.nkc-location-section-title {
	margin-top: 2rem
}
.nkc-location-section-title:first-child {
	margin-top: 0
}
.nkc-location-icon {
	padding-right: .5rem;
	display: none
}
.nkc-locations, .gm-style-iw {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif
}
.nkc-locations ul, .gm-style-iw ul {
	padding: 0
}
.nkc-locations li, .gm-style-iw li {
	list-style: none;
	font-size: 1.1428rem;
  font-size: 19px;
	padding-bottom: .3rem
}
.nkc-locations .fa-map-marker, .gm-style-iw .fa-map-marker {
	padding-right: .3rem;
	padding-left: .3rem
}
.nkc-locations-directions {
	border-top: 1px solid #d0cbc7
}
.nkc-locations-directions li:first-child {
	padding-top: 10px
}
.nkc-auction-item-meta h2 {
	margin: 0
}
.auction_item .nkc-sub-header {
	padding-bottom: 0
}
.single-auction-item .nkc-sub-header-print-button, .single-auction-item .nkc-sub-header-social-shares {
	float: right
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section {
	margin-bottom: 10px
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section:first-child .nkc-match-height-item {
	background-color: #ebe9e7
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section:first-child .nkc-match-height-item.nkc-no-restrictions {
	background-color: transparent
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item {
	padding-bottom: 40px
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-image {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-bottom: 66.56%;
	position: relative;
	border-bottom: 10px solid #fff
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-image .nkc-auction-item-detail-pinterest {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 20px
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item h3, .nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item h4, .nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item p, .nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item li, .nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item td {
	color: #665a52;
  color: #666666;
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item h4 {
	line-height: 120%;
	margin-top: 40px;
	margin-bottom: 0;
	font-weight: bold
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item h4+p {
	margin-top: 5px;
	margin-bottom: 5px
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item h4:first-child {
	margin-top: 0
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item p {
	font-size: 1.2857rem
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item ul, .nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item ol {
	padding-left: 35px;
	margin-top: 15px
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item ul li, .nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item ol li {
	margin-bottom: 15px;
	font-size: 1.2857rem
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item td {
	font-family: 'Grotesque MT W01 Bold', Helvetica, Arial, sans-serif
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item td:first-child {
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-restrictions {
	padding: 20px 40px;
	background-color: #ebe9e7
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-restrictions h4 {
	display: inline-block;
	margin-right: 10px
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-restrictions p {
	margin: 0;
	display: inline-block
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-restrictions p em {
	font-family: 'Grotesque MT W01 Light', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.1428rem
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-restrictions table {
	width: 100%;
	margin-bottom: 20px
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-restrictions table td {
	border-bottom: 1px solid #c2bbb6;
	padding-top: 8px;
	padding-bottom: 5px
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-restrictions table tr:first-child td {
	border-top: 1px solid #c2bbb6
}
.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item .nkc-auction-item-detail-restrictions .nkc-auction-item-detail-restrictions p {
	font-size: 1rem;
	margin-bottom: .5rem
}
.nkc-similar-auction-items-section {
	background-color: #ebe9e7
}
.nkc-similar-auction-items-section hr {
	height: 1px;
	border: 0;
	outline: 0;
	background-color: #c3beba;
	color: #c3beba
}
.nkc-similar-auction-items-section .nkc-similar-auction-items-section-title {
	padding-top: 20px;
	padding-bottom: 40px
}
.nkc-similar-auction-items-section .nkc-similar-auction-items-section-title hr {
	width: 115px;
	margin: 0 auto
}
.nkc-similar-auction-items-section .nkc-panel-auction-item-items-copy {
	padding: 20px 40px;
	text-align: center
}
@media (max-width:991px) {
	.nkc-auction-item-detail-main-content .nkc-auction-item-detail-main-content-section .nkc-match-height-item {
		height: auto !important;
		padding-bottom: 0
	}
	.nkc-similar-auction-items-section .nkc-similar-auction-items-section-title h4 {
		text-align: left
	}
	.nkc-similar-auction-items-section .nkc-similar-auction-items-section-title hr {
		width: 100%
	}
}
@media print {
	.nkc-auction-item-detail-image-print {
		width: 50%
	}
}
.nkc-doctors .the-content {
	display: none
}
.nkc-doctors #map-canvas {
	display: none
}
.nkc-doctors .gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 29px !important;
	background-color: #ebe9e7;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border-radius: 2px 2px 0 0
}
.nkc-doctors .gm-style-iw>div:first-of-type {
	display: block !important
}
.nkc-doctors .nkc-directions-block {
	margin-top: 10px;
	border: 1px solid #c4c0bc;
	background-color: #ebe9e7
}
.nkc-doctors .nkc-directions-block>a {
	display: block;
	padding: 10px 0;
	font-weight: bold
}
.nkc-doctors .no-found {
	display: none
}
.nkc-doctors-table-head {
	background-color: #ebe9e7;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #665a52;
  color: #666666;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: bold
}
.nkc-doctor-item {
	margin-bottom: 1rem
}
.nkc-doctor-item .nkc-doctor-name {
	font-size: 1.2rem;
	font-weight: bold
}
.nkc-doctor-item .nkc-doctor-field {
	padding-top: 1.5rem;
	border-top: 1px solid #eee
}
.nkc-doctor-item .nkc-doctor-field b {
	font-weight: bold
}
.nkc-doctor-item:first-child .nkc-doctor-field {
	border: none;
	padding-top: 0
}
@media (max-width:992px) {
	.nkc-doctor-item {
		margin-bottom: 3rem
	}
	.nkc-doctor-item .nkc-doctor-field {
		padding-top: 0;
		border-top: none
	}
}
.typeahead, .tt-query, .tt-hint {
	padding: 8px 12px;
	font-size: 24px;
	line-height: 30px;
	border: 2px solid #ccc;
	border-radius: 8px;
	outline: none
}
.input-loading {
	background: #fff url("http://loadinggif.com/images/image-selection/3.gif") no-repeat right 10px center / 15px 15px
}
.tt-hint {
	color: #999
}
.tt-highlight {
	font-weight: bold
}
.tt-menu {
	width: 300px;
	padding: 9px 16px;
	border: 1px solid #ccc;
	box-shadow: -2px 1px 6px rgba(0, 0, 0, 0.31);
	border-radius: 2px;
	background-color: #ebe9e7
}
.tt-suggestion {
	padding: 10px 0;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #c6c1bd
}
.tt-suggestion.tt-cursor {
	background-color: #dfdcd9
}
.tt-suggestion:last-of-type {
	border-bottom: none
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #dfdcd9
}
.nkc-search-filter {
	margin-top: 35px
}
.nkc-search-filter>form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.nkc-search-filter .btn {
	margin-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;
	transition: all .3s
}
.nkc-search-filter .btn:hover {
	opacity: .9
}
.nkc-search-filter .nkc-search-filter-divider {
	padding: 0 15px;
	color: #555;
	text-transform: uppercase
}
.nkc-search-filter .nkc-filter-input {
	width: 300px;
	padding: 7px 36px 7px 14px;
	font-size: 16px;
	line-height: 1.375;
	color: #555;
	border: 1px solid #ccc;
	border-radius: .28571429rem;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.nkc-search-count {
	margin-top: 25px
}
.nkc-infowindow {
	font-size: 16px;
	font-family: 'Grotesque MT W01', Helvetica, Arial, sans-serif
}
.nkc-infowindow .nkc-infowindow-main-info {
	background-color: #fff;
	padding: 25px 23px
}
.nkc-infowindow .name {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold
}
.nkc-infowindow .phone {
	display: block
}
.nkc-infowindow .nkc-infowindow-doctor-item {
	margin-bottom: 30px
}
.nkc-infowindow .nkc-infowindow-doctor-item:last-of-type {
	margin-bottom: 0
}
.nkc-infowindow .nkc-locations-directions {
	margin: 0;
	background-color: #ebe9e7;
	border: none
}
.nkc-infowindow .nkc-locations-directions li {
	padding: 10px 20px;
	font-weight: normal;
	border-top: 1px solid #d0cbc7
}
.nkc-infowindow .nkc-locations-directions li i {
	margin-right: 6px
}
.nkc-infowindow .nkc-locations-directions li a {
	text-decoration: none
}
.nkc-infowindow .nkc-locations-directions .fa-map-marker {
	margin-right: 10px;
	padding-right: 0;
	padding-left: 4px
}
.nkc-infowindow .nkc-locations-directions .fa-train {
	margin-right: 7px;
	padding-left: 2px
}
@media (max-width:991px) {
	.nkc-search-filter>form {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.nkc-search-filter .nkc-filter-input {
		width: 100%;
		max-width: 300px
	}
	.nkc-search-filter .nkc-search-filter-divider {
		padding: 5px 0;
		text-align: center
	}
	.nkc-search-filter .btn {
		margin: 11px 0 0
	}
	.nkc-doctor-phone {
		display: block;
		margin-top: 15px
	}
	.nkc-doctor-phone .text-bold {
		font-weight: bold
	}
	.nkc-search-count {
		margin-top: 35px;
		margin-bottom: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e9e7e4
	}
}
.nkc-full-width-content .nkc-full-width-content-images {
	overflow: hidden;
	margin-bottom: 24px
}
.nkc-full-width-content .nkc-full-width-content-images img {
	width: 100%;
	max-width: 100%
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.multiselect-container .input-group {
	margin: 5px
}
.multiselect-container>li {
	padding: 0
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: bold
}
.multiselect-container>li>label.multiselect-group {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: bold
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: normal;
	padding: 3px 20px 3px 40px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}
.multiselect-container>li>a>label>input[type="checkbox"] {
	margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"], .form-inline .multiselect-container li a label.radio input[type="radio"] {
	margin-left: -20px;
	margin-right: 0
}
body {
	-webkit-font-smoothing: antialiased
}
b, strong {
	font-family: 'Grotesque MT W01 Bold', Helvetica, Arial, sans-serif;
	font-weight: normal
}
i, em {
	font-family: 'Grotesque MT W01 Italic', Helvetica, Arial, sans-serif;
	font-style: normal
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right
}
.alignleft {
	float: left
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.gallery-row {
	padding: 15px 0
}
.pager li>a, .pager li>span {
	border-radius: 0
}
article .entry-title {
	margin-top: 0
}
.aligncenter {
	display: block;
	margin: 0 auto
}
.alignleft {
	float: left
}
.alignright {
	float: right
}
figure.alignnone {
	margin-left: 0;
	margin-right: 0
}
/*# sourceMappingURL=main.min.css.map */
