/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://kinetic-production.s3.amazonaws.com/assets/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://kinetic-production.s3.amazonaws.com/assets/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://kinetic-production.s3.amazonaws.com/assets/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://kinetic-production.s3.amazonaws.com/assets/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 10001;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #6a0bc1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #666;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #666;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #666;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #6a0bc1 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #666 !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
/* line 4, ../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.green {
  color: #0EDA83;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.red {
  color: #F7625A;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-padding, footer .footer-help, .list-pager, header.navbar .navbar-header a.navbar-brand, body form h5 {
  padding: 0;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding {
  padding-top: 3.3333333333px;
  padding-bottom: 3.3333333333px;
}

/* line 12, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding, .list-control-counts,
.list-control-sorting {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding {
  padding-top: 6.6666666667px;
  padding-bottom: 6.6666666667px;
}

/* line 20, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding, .fancybox-wrap .unit, .list-group-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 24, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding, footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-top {
  padding-top: 3.3333333333px;
}

/* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-top, .unit.artwork-requested-context {
  padding-top: 5px;
}

/* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-top, body form .form-group.bordered {
  padding-top: 6.6666666667px;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-top, .summary-detail, .summary-detail-help a, main .custom-pagination, section .custom-pagination {
  padding-top: 10px;
}

/* line 44, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-top, .unit.artwork-status {
  padding-top: 20px;
}

/* line 47, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-top {
  padding-top: 30px;
}

/* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-bottom {
  padding-bottom: 3.3333333333px;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-bottom, .summary-detail .summary-detail-action, .summary-detail-cover-image img {
  padding-bottom: 5px;
}

/* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-bottom {
  padding-bottom: 6.6666666667px;
}

/* line 59, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-bottom, .watt-overview .overview-item, .watt-overview .overview-section-title, .watt-overview .overview-section, .summary-detail-help a, main .page-title, section .page-title, .fancybox-inner h2 {
  padding-bottom: 10px;
}

/* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-bottom, .section-breadcrumb {
  padding-bottom: 20px;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-bottom {
  padding-bottom: 30px;
}

/* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-margin {
  margin: 0;
}

/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin {
  margin-top: 3.3333333333px;
  margin-bottom: 3.3333333333px;
}

/* line 77, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin {
  margin-top: 6.6666666667px;
  margin-bottom: 6.6666666667px;
}

/* line 85, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 89, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin, main .results-sorts, section .results-sorts, .list-pager {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 93, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-top, .list-group-item-label + .list-group-item-info {
  margin-top: 3.3333333333px;
}

/* line 100, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-top {
  margin-top: 5px;
}

/* line 103, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-top, header.navbar .navbar-header a.navbar-brand {
  margin-top: 6.6666666667px;
}

/* line 106, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-top, .summary-detail, .summary-detail-help a, main .custom-pagination, section .custom-pagination {
  margin-top: 10px;
}

/* line 109, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-top {
  margin-top: 20px;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-top {
  margin-top: 30px;
}

/* line 115, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-bottom {
  margin-bottom: 3.3333333333px;
}

/* line 118, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-bottom {
  margin-bottom: 5px;
}

/* line 121, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-bottom, .list-controls-row:last-child {
  margin-bottom: 6.6666666667px;
}

/* line 124, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-bottom, .fancybox-inner h2, .list-controls-row {
  margin-bottom: 10px;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-bottom, .watt-overview .overview-section, main .page-title.bordered, section .page-title.bordered, .flash-form .flash-wrap, .section-breadcrumb, body form h5 {
  margin-bottom: 20px;
}

/* line 130, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-bottom {
  margin-bottom: 30px;
}

@font-face {
  font-family: artsy-pe-icons;
  font-style: normal;
  font-weight: normal;
  src: url(/assets/watt/artsy-pe-icons-a16c151a98e0d71214e6f6c4cafb100b3d4fa4febff7ee0ed93ad70fd016b6be.eot?#iefix) format("embedded-opentype"), url(/assets/watt/artsy-pe-icons-f8e79b9cc00cf14b0e64523700721e82b709d73a118e6e3be85f02ce6dd223f8.woff) format("woff"), url(/assets/watt/artsy-pe-icons-d154d9089b92fb556191614ed3745dd1af9d6be94b3f174c071ca97b8ca9bfe3.ttf) format("truetype"), url(/assets/watt/artsy-pe-icons-2812d0137444e36de27be123ddd9f4f286fb7f88d46e118d96ee188d2396d825.svg#artsy-pe-icons) format("svg");
}

/* line 12, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
[class^="icon-"], [class*=" icon-"], .with-icon, .remodal.artsy-modal .modal-close a, .remodal.modal:not(.artsy-modal) .modal-close a, .fancybox-inner .modal-close a, .flash-wrap .flash-close a, header.navbar .navbar-header a.navbar-brand {
  font-family: 'artsy-pe-icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  position: relative;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-search:before {
  content: "\e600";
}

/* line 31, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-return-arrow:before {
  content: "\e601";
}

/* line 34, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-remove:before {
  content: "\e602";
}

/* line 37, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-private:before {
  content: "\e603";
}

/* line 40, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-mark-large:before {
  content: "\e604";
}

/* line 43, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-mark:before, header.navbar .navbar-header a.navbar-brand:before {
  content: "\e606";
}

/* line 46, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-gear:before {
  content: "\e609";
}

/* line 49, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-edit:before {
  content: "\e60b";
}

/* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-close:before, .remodal.artsy-modal .modal-close a:before, .remodal.modal:not(.artsy-modal) .modal-close a:before, .fancybox-inner .modal-close a:before, .flash-wrap .flash-close a:before {
  content: "\e60c";
}

/* line 55, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-chevron-right:before {
  content: "\e60f";
}

/* line 58, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-chevron-left:before {
  content: "\e610";
}

/* line 61, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-artists:before {
  content: "\e605";
}

/* line 64, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-dashboard:before {
  content: "\e607";
}

/* line 67, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-inventory:before {
  content: "\e608";
}

/* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-profile:before {
  content: "\e60a";
}

/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-shows:before {
  content: "\e60d";
}

/* line 76, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-shortlist:before {
  content: "\e60e";
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
[class^='watt-icon-'], [class*=" watt-icon"] {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

/* line 89, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-left-arrow {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-right-arrow {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 105, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-arrow-large {
  border-width: 3px;
  height: 12px;
  margin: 0 5px 0 5px;
  width: 12px;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-checkmark {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  height: 8px;
  margin-right: 25px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 121, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNTE2LDIwLjQ2MTUzODUgTDUwNy41Mzg0NjIsMTIgTDUwNiwxMy41Mzg0NjE1IEw1MTQuNDYxNTM4LDIyIEw1MDYsMzAuNDYxNTM4NSBMNTA3LjUzODQ2MiwzMiBMNTE2LDIzLjUzODQ2MTUgTDUyNC40NjE1MzgsMzIgTDUyNiwzMC40NjE1Mzg1IEw1MTcuNTM4NDYyLDIyIEw1MjYsMTMuNTM4NDYxNSBMNTI0LjQ2MTUzOCwxMiBMNTE2LDIwLjQ2MTUzODUgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUwNiAtMTIpIi8+DQo8L3N2Zz4=");
  height: 20px;
  width: 20px;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-close-smaller {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDEyIDExIj4NCiAgPHBvbHlnb24gZmlsbD0iIzk5OSIgZmlsbC1ydWxlPSJldmVub2RkIiBwb2ludHM9IjUyNi4yMDggNTUuMjI4IDUyNS4xNzIgNTQuMTY0IDUyMSA1OC4zNjQgNTE2Ljg1NiA1NC4yMiA1MTUuODIgNTUuMzEyIDUxOS45MzYgNTkuNDI4IDUxNS44MiA2My42IDUxNi44NTYgNjQuNjkyIDUyMSA2MC40OTIgNTI1LjE3MiA2NC42OTIgNTI2LjIwOCA2My42IDUyMi4wNjQgNTkuNDI4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTE1IC01NCkiLz4NCjwvc3ZnPg==");
  height: 11px;
  width: 12px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #000;
  text-decoration: none;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: black;
  text-decoration: underline;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #E5E5E5;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #E5E5E5;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 41px;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 34px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #E5E5E5;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #000;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: black;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #000;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #E5E5E5;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #E5E5E5;
}

/* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #E5E5E5;
}

/* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #E5E5E5;
  border-left: 0;
}

/* line 286, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row, .watt-overview .overview-item, .watt-overview .overview-section {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .watt-overview .overview-item:before, .watt-overview .overview-section:before, .row:after, .watt-overview .overview-item:after, .watt-overview .overview-section:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after, .watt-overview .overview-item:after, .watt-overview .overview-section:after {
  clear: both;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .watt-overview .overview-section-title, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .watt-overview .overview-item-title, .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, .watt-overview .overview-item-value, .watt-overview .overview-section-content, .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-right: 15px;
  padding-left: 15px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .watt-overview .overview-section-title, .col-md-3, .col-md-4, .watt-overview .overview-item-title, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .watt-overview .overview-item-value, .watt-overview .overview-section-content, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2, .watt-overview .overview-section-title {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4, .watt-overview .overview-item-title {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8, .watt-overview .overview-item-value, .watt-overview .overview-section-content {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E5E5E5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #1023D7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 35, 215, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 35, 215, 0.6);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #E5E5E5;
  opacity: 1;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #E5E5E5;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #E5E5E5;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #E5E5E5;
  opacity: 1;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 36px;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 334, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

/* line 360, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

/* line 378, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 388, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 407, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 432, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 565, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.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;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 0px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 2, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body .navbar a,
body .nav-tabs a {
  text-transform: uppercase;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 10, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.relative {
  position: relative;
}

/* line 19, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs {
  margin-bottom: 20px;
  border-color: #cccccc;
  font-size: 12px;
}

/* line 23, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs.active {
  border-color: #cccccc;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs > li:last-of-type {
  margin-right: 0;
}

/* line 30, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs > li > a {
  color: #999999;
  background-color: #fff;
  border-color: #cccccc;
  margin-right: 4px;
  padding-bottom: 4px;
}

/* line 36, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs > li > a:hover {
  background-color: #F8F8F8;
  color: #000;
}

/* line 45, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form label {
  font-weight: normal;
}

/* line 54, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form label span[title='required'] {
  color: #F7625A;
}

/* line 58, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form .form-group.bordered {
  border-top: 2px solid #F8F8F8;
}

/* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form select {
  max-width: 100%;
}

/* line 68, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar .navbar-header a.navbar-brand {
  color: #000;
  font-size: 35px;
  height: 35px;
  margin-left: 15px;
  margin-right: 15px;
  width: 35px;
}

/* line 82, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar.navbar-inverse .dropdown-menu {
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 88, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar.navbar-inverse .dropdown-menu a {
  color: #fff;
}

/* line 95, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar.navbar-inverse .application-home a {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  color: white;
  text-transform: none;
  font-size: 18px;
}

/* line 103, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar.navbar-inverse .navbar-header a.navbar-brand {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 110, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: block;
  }
}

@media (max-width: 768px) {
  /* line 115, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  .nav-tabs {
    border-bottom: none;
  }
  /* line 118, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  .nav-tabs li.active > a {
    border-bottom-color: #cccccc;
  }
  /* line 123, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  .nav-tabs > li > a {
    padding-top: 6px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 20px;
  }
}

/* line 133, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar li a {
  font-size: 12px;
}

@media (min-width: 768px) {
  /* line 138, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  header.navbar li a {
    font-size: 13px;
  }
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation {
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 10;
}

/* line 6, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation a.brand {
  display: inline-block;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation a.brand svg {
  display: inline-block;
  margin: 10px 10px 0 10px;
}

/* line 11, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation a.brand svg g {
  fill: #fff;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation .nav-application-name {
  display: inline-block;
  position: relative;
  top: -10px;
}

/* line 22, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
section#main {
  margin: auto;
  max-width: 1024px;
  padding: 100px 20px;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
.container {
  max-width: 1024px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  50% {
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  50% {
    -moz-transform: rotate(180deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

/* line 6, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_typography.scss */
code {
  background-color: #F8F8F8;
  border: 1px solid #cccccc;
  border-radius: 0.25em;
  color: #666666;
  font-size: 12px;
  padding: 0 0.4em;
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_links.scss */
.link.link-edit,
.link.link-edit:visited {
  font-weight: bold;
  color: #cccccc;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_links.scss */
.link.link-edit:hover,
.link.link-edit:visited:hover {
  color: #000;
  text-decoration: none;
}

/* line 11, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn[type="submit"],
input.btn[type="submit"]:visited,
.btn, .btn:visited {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 18px 30px 15px;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #F8F8F8;
  border-width: 1px;
  border-style: solid;
  border-color: #F8F8F8;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-property: box-shadow,border,color,background-color;
  -moz-transition-property: box-shadow,border,color,background-color;
  -ms-transition-property: box-shadow,border,color,background-color;
  -o-transition-property: box-shadow,border,color,background-color;
  transition-property: box-shadow,border,color,background-color;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  cursor: pointer;
  text-decoration: none;
}

/* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn[type="submit"]:hover,
input.btn[type="submit"]:visited:hover,
.btn:hover, .btn:visited:hover {
  background-color: #1023D7;
  color: #fff;
  text-decoration: none;
}

/* line 58, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn[type="submit"][data-state='loading'], input.btn.is-loading[type="submit"],
input.btn[type="submit"][data-state='loading']:visited,
input.btn.is-loading[type="submit"]:visited,
.btn[data-state='loading'],
.btn.is-loading, .btn[data-state='loading']:visited, .btn.is-loading:visited {
  background-color: #1023D7;
  color: transparent;
}

/* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn[type="submit"][data-state='loading']:after, input.btn.is-loading[type="submit"]:after,
input.btn[type="submit"][data-state='loading']:visited:after,
input.btn.is-loading[type="submit"]:visited:after,
.btn[data-state='loading']:after,
.btn.is-loading:after, .btn[data-state='loading']:visited:after, .btn.is-loading:visited:after {
  content: '';
  display: block;
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - (6px / 2));
  left: calc(50% - (25px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 75, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-disabled[type="submit"],
button.btn.btn-disabled,
a.btn.btn-disabled {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
  color: #cccccc;
  cursor: default;
}

/* line 83, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-disabled[type="submit"]:hover, input.btn.btn-disabled[type="submit"]:visited,
button.btn.btn-disabled:hover,
button.btn.btn-disabled:visited,
a.btn.btn-disabled:hover,
a.btn.btn-disabled:visited {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

/* line 88, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-disabled[type="submit"][data-state='loading'], input.btn.btn-disabled.is-loading[type="submit"],
button.btn.btn-disabled[data-state='loading'],
button.btn.btn-disabled.is-loading,
a.btn.btn-disabled[data-state='loading'],
a.btn.btn-disabled.is-loading {
  color: #cccccc;
}

/* line 91, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-disabled[type="submit"][data-state='loading']:after, input.btn.btn-disabled.is-loading[type="submit"]:after,
button.btn.btn-disabled[data-state='loading']:after,
button.btn.btn-disabled.is-loading:after,
a.btn.btn-disabled[data-state='loading']:after,
a.btn.btn-disabled.is-loading:after {
  display: none;
}

/* line 98, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-primary[type="submit"],
button.btn.btn-primary,
a.btn.btn-primary,
.btn-primary:visited {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* line 106, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-primary[type="submit"]:hover,
button.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn-primary:visited:hover {
  background-color: #1023D7;
  border-color: #1023D7;
  color: #fff;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-primary[type="submit"][data-state='loading'], input.btn.btn-primary.is-loading[type="submit"],
button.btn.btn-primary[data-state='loading'],
button.btn.btn-primary.is-loading,
a.btn.btn-primary[data-state='loading'],
a.btn.btn-primary.is-loading,
.btn-primary[data-state='loading']:visited,
.btn-primary.is-loading:visited {
  background-color: #1023D7;
  color: transparent;
}

/* line 116, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-primary[type="submit"][data-state='loading']:after, input.btn.btn-primary.is-loading[type="submit"]:after,
button.btn.btn-primary[data-state='loading']:after,
button.btn.btn-primary.is-loading:after,
a.btn.btn-primary[data-state='loading']:after,
a.btn.btn-primary.is-loading:after,
.btn-primary[data-state='loading']:visited:after,
.btn-primary.is-loading:visited:after {
  content: '';
  display: block;
  background: white;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - (6px / 2));
  left: calc(50% - (25px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-secondary[type="submit"],
button.btn.btn-secondary,
a.btn.btn-secondary,
.btn-secondary:visited {
  background-color: #fff;
  border-color: #cccccc;
}

/* line 133, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-secondary[type="submit"]:hover,
button.btn.btn-secondary:hover,
a.btn.btn-secondary:hover,
.btn-secondary:visited:hover {
  background-color: #fff;
  color: #1023D7;
}

/* line 138, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-secondary[type="submit"][data-state='loading'], input.btn.btn-secondary.is-loading[type="submit"],
button.btn.btn-secondary[data-state='loading'],
button.btn.btn-secondary.is-loading,
a.btn.btn-secondary[data-state='loading'],
a.btn.btn-secondary.is-loading,
.btn-secondary[data-state='loading']:visited,
.btn-secondary.is-loading:visited {
  color: transparent;
}

/* line 141, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-secondary[type="submit"][data-state='loading']:after, input.btn.btn-secondary.is-loading[type="submit"]:after,
button.btn.btn-secondary[data-state='loading']:after,
button.btn.btn-secondary.is-loading:after,
a.btn.btn-secondary[data-state='loading']:after,
a.btn.btn-secondary.is-loading:after,
.btn-secondary[data-state='loading']:visited:after,
.btn-secondary.is-loading:visited:after {
  content: '';
  display: block;
  background: #1023D7;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - (6px / 2));
  left: calc(50% - (25px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 152, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-link[type="submit"],
button.btn.btn-link,
a.btn.btn-link,
.btn-link:visited {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}

/* line 159, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-link[type="submit"]:hover,
button.btn.btn-link:hover,
a.btn.btn-link:hover,
.btn-link:visited:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

/* line 165, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-link[type="submit"][data-state='loading'], input.btn.btn-link.is-loading[type="submit"],
button.btn.btn-link[data-state='loading'],
button.btn.btn-link.is-loading,
a.btn.btn-link[data-state='loading'],
a.btn.btn-link.is-loading,
.btn-link[data-state='loading']:visited,
.btn-link.is-loading:visited {
  border-color: #E5E5E5;
  color: #E5E5E5;
  text-decoration: none;
}

/* line 170, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-link[type="submit"][data-state='loading']:after, input.btn.btn-link.is-loading[type="submit"]:after,
button.btn.btn-link[data-state='loading']:after,
button.btn.btn-link.is-loading:after,
a.btn.btn-link[data-state='loading']:after,
a.btn.btn-link.is-loading:after,
.btn-link[data-state='loading']:visited:after,
.btn-link.is-loading:visited:after {
  content: '';
  display: block;
  background: #1023D7;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - (6px / 2));
  left: calc(50% - (25px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 181, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-delete[type="submit"],
button.btn.btn-delete,
a.btn.btn-delete,
.btn-delete:visited {
  background-color: #fff;
  border-color: #cccccc;
  color: #F7625A;
}

/* line 189, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-delete[type="submit"]:hover,
button.btn.btn-delete:hover,
a.btn.btn-delete:hover,
.btn-delete:visited:hover {
  background-color: #fff;
  color: #1023D7;
}

/* line 194, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-delete[type="submit"][data-state='loading'], input.btn.btn-delete.is-loading[type="submit"],
button.btn.btn-delete[data-state='loading'],
button.btn.btn-delete.is-loading,
a.btn.btn-delete[data-state='loading'],
a.btn.btn-delete.is-loading,
.btn-delete[data-state='loading']:visited,
.btn-delete.is-loading:visited {
  color: transparent;
}

/* line 197, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-delete[type="submit"][data-state='loading']:after, input.btn.btn-delete.is-loading[type="submit"]:after,
button.btn.btn-delete[data-state='loading']:after,
button.btn.btn-delete.is-loading:after,
a.btn.btn-delete[data-state='loading']:after,
a.btn.btn-delete.is-loading:after,
.btn-delete[data-state='loading']:visited:after,
.btn-delete.is-loading:visited:after {
  content: '';
  display: block;
  background: #F7625A;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - (6px / 2));
  left: calc(50% - (25px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 212, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-add[type="submit"]:before,
button.btn.btn-add:before,
a.btn.btn-add:before,
.btn-add:visited:before {
  content: "+ ";
  position: relative;
  top: -2px;
}

/* line 223, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-secondary-add[type="submit"],
button.btn.btn-secondary-add,
a.btn.btn-secondary-add,
.btn-secondary-add:visited {
  background-color: #FDEFD1;
  border-color: #FCE1A8;
  color: #000;
}

/* line 231, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-secondary-add[type="submit"]:hover,
button.btn.btn-secondary-add:hover,
a.btn.btn-secondary-add:hover,
.btn-secondary-add:visited:hover {
  background-color: #FCE1A8;
  border-color: #FCE1A8;
}

/* line 236, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-secondary-add[type="submit"][data-state='loading'], input.btn.btn-secondary-add.is-loading[type="submit"],
button.btn.btn-secondary-add[data-state='loading'],
button.btn.btn-secondary-add.is-loading,
a.btn.btn-secondary-add[data-state='loading'],
a.btn.btn-secondary-add.is-loading,
.btn-secondary-add[data-state='loading']:visited,
.btn-secondary-add.is-loading:visited {
  background-color: #FCE1A8;
  color: transparent;
}

/* line 240, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-secondary-add[type="submit"][data-state='loading']:after, input.btn.btn-secondary-add.is-loading[type="submit"]:after,
button.btn.btn-secondary-add[data-state='loading']:after,
button.btn.btn-secondary-add.is-loading:after,
a.btn.btn-secondary-add[data-state='loading']:after,
a.btn.btn-secondary-add.is-loading:after,
.btn-secondary-add[data-state='loading']:visited:after,
.btn-secondary-add.is-loading:visited:after {
  content: '';
  display: block;
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - (6px / 2));
  left: calc(50% - (25px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 250, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-small[type="submit"],
input.btn.btn-small[type="submit"]:visited,
button.btn.btn-small, button.btn.btn-small:visited,
a.btn.btn-small, a.btn.btn-small:visited {
  padding: 10px 20px 8px;
  font-size: 11px;
  line-height: 11px;
  border-width: 1px;
}

/* line 261, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-small[type="submit"][data-state='loading']:after, input.btn.btn-small.is-loading[type="submit"]:after,
input.btn.btn-small[type="submit"][data-state='loading']:visited:after,
input.btn.btn-small.is-loading[type="submit"]:visited:after,
button.btn.btn-small[data-state='loading']:after,
button.btn.btn-small.is-loading:after, button.btn.btn-small[data-state='loading']:visited:after, button.btn.btn-small.is-loading:visited:after,
a.btn.btn-small[data-state='loading']:after,
a.btn.btn-small.is-loading:after, a.btn.btn-small[data-state='loading']:visited:after, a.btn.btn-small.is-loading:visited:after {
  background: "";
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - (4px / 2));
  left: calc(50% - (16px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 267, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-tiny[type="submit"],
input.btn.btn-tiny[type="submit"]:visited,
button.btn.btn-tiny, button.btn.btn-tiny:visited,
a.btn.btn-tiny, a.btn.btn-tiny:visited {
  padding: 6px 12px 5px;
  font-size: 11px;
  line-height: 11px;
  border-width: 1px;
}

/* line 278, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-tiny[type="submit"][data-state='loading']:after, input.btn.btn-tiny.is-loading[type="submit"]:after,
input.btn.btn-tiny[type="submit"][data-state='loading']:visited:after,
input.btn.btn-tiny.is-loading[type="submit"]:visited:after,
button.btn.btn-tiny[data-state='loading']:after,
button.btn.btn-tiny.is-loading:after, button.btn.btn-tiny[data-state='loading']:visited:after, button.btn.btn-tiny.is-loading:visited:after,
a.btn.btn-tiny[data-state='loading']:after,
a.btn.btn-tiny.is-loading:after, a.btn.btn-tiny[data-state='loading']:visited:after, a.btn.btn-tiny.is-loading:visited:after {
  background: "";
  width: 10px;
  height: 3px;
  position: absolute;
  top: calc(50% - (3px / 2));
  left: calc(50% - (10px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 284, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_buttons.scss */
input.btn.btn-full-width[type="submit"],
input.btn.btn-full-width[type="submit"]:visited,
button.btn.btn-full-width,
a.btn.btn-full-width {
  width: 100%;
  display: block;
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel {
  background-color: #F8F8F8;
  border-left: 2px solid #1023D7;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 20px;
}

/* line 11, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel h4, .panel p, .panel ol, .panel ul, .panel li {
  color: #333333;
}

/* line 14, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel h4, .panel p, .panel ol, .panel ul {
  margin-bottom: 10px;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel h4 a, .panel p a, .panel ol a, .panel ul a {
  text-decoration: underline;
}

/* line 18, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel h4 a:hover, .panel p a:hover, .panel ol a:hover, .panel ul a:hover {
  color: #1023D7;
}

/* line 21, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel h4 a.btn, .panel p a.btn, .panel ol a.btn, .panel ul a.btn {
  text-decoration: none;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel p:last-child, .panel ol:last-child, .panel ul:last-child {
  margin: 0;
}

/* line 31, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel.is-notice {
  background-color: #FDEFD1;
  border: none;
}

/* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel.is-direction {
  background-color: #fff;
}

/* line 39, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel.is-constrained h3, .panel.is-constrained h4, .panel.is-constrained p {
  max-width: 440px;
}

/* line 43, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel .width-constrained {
  max-width: 660px;
}

/* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel.actionable .panel-content {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  /* line 49, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
  .panel.actionable {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  /* line 54, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
  .panel.actionable .panel-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: 0;
  }
  /* line 57, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
  .panel.actionable .panel-content + .panel-actions {
    margin-left: 30px;
  }
  /* line 59, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
  .panel.actionable .panel-actions {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel.actionable.link-actions .panel-actions {
  text-align: center;
}

/* line 67, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel.actionable.link-actions .panel-actions a {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_panels.scss */
.panel.actionable.link-actions .panel-actions a:hover {
  color: #1023D7;
  border-color: #1023D7;
}

/**
 *  lists
 *
 *  Lists are typically bordered links with a chevron right arrow ">" and
 *  a hover state along running the full width of the largest page section.
 *
 *  Lists have supporting controls like
 *    counts : "Viewing 1-20 of 213"
 *    filters: dropdown or group of dropdowns
 *    sorting: "Sorted by: A-Z / Recently Updated"
 *    list-pager : "< Previous", "1 2 3 ... 10 11 12", "Next >"
 */
/* line 13, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group {
  margin-bottom: 30px;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group.is-notice {
  background-color: #FDEFD1;
}

/* line 18, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group .icon-chevron-right {
  color: #cccccc;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16px;
  -moz-flex: 0 16px;
  -ms-flex: 0 16px;
  flex: 0 16px;
}

/* line 23, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group .watt-icon-right-arrow {
  border-color: #cccccc;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item {
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  align-self: auto;
  border-bottom: 1px solid #F8F8F8;
}

/* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item:first-of-type {
  border-top: 1px solid #F8F8F8;
}

/* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item[href]:hover {
  background-color: #F8F8F8;
  text-decoration: none;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item[href]:hover .icon-chevron-right {
  color: #000;
}

/* line 44, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item[href]:hover .watt-icon-right-arrow {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  /* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item.list-group-item-with-icons {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item.list-group-item-with-icons .list-group-item-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/* line 59, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-image {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0px;
  -moz-flex: 1 0px;
  -ms-flex: 1 0px;
  flex: 1 0px;
  max-width: 180px;
  min-height: 100px;
}

/* line 63, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-image > img {
  width: 100%;
}

/* line 64, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-image > a img {
  width: 100%;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-image + .list-group-item-content {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2 0px;
  -moz-flex: 2 0px;
  -ms-flex: 2 0px;
  flex: 2 0px;
  padding-left: 20px;
}

/* line 71, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-content {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1px;
  -moz-flex: 1 1px;
  -ms-flex: 1 1px;
  flex: 1 1px;
}

/* line 76, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-content-sub {
  padding-right: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  /* line 76, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-content-sub {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

/* line 84, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-actions {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  /* line 84, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-actions {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    padding: 10px 0 0;
  }
  /* line 91, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-actions > .btn,
.list-group-item-actions > .link {
    display: block;
    margin-bottom: 10px;
  }
  /* line 95, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-actions > .btn:last-child,
.list-group-item-actions > .link:last-child {
    margin-bottom: 0;
  }
  /* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-actions > .link.link-edit {
    background-color: #F8F8F8;
    padding: 10px 20px;
    text-align: center;
    color: #000;
  }
}

/* line 108, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-label {
  display: block;
  font-size: 20px;
  line-height: 20px;
}

/* line 118, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-artist-name {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  word-break: normal;
}

/* line 125, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-info {
  display: block;
  font-size: 15px;
}

/**
 * Tabular columns that stack at two different break points
 */
/* line 133, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-tabular {
  /* mobile first */
  /* wide enough for three columns */
  /* wide enough for n columns */
}

/* line 135, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-tabular .list-group-item {
  display: block;
}

/* line 138, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-tabular .list-group-item-image {
  margin-bottom: 20px;
  max-width: none;
}

/* line 142, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-tabular .list-group-item-content {
  display: block;
}

/* line 145, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-tabular .list-group-item-content-sub {
  margin-bottom: 10px;
}

/* line 148, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-tabular .list-group-item-icons {
  text-align: center;
}

@media screen and (min-width: 480px) {
  /* line 153, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-tabular .list-group-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 156, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-tabular .list-group-item-image {
    margin-bottom: 0;
    max-width: 180px;
  }
  /* line 160, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-tabular .list-group-item-content-sub {
    margin-bottom: 10px;
  }
  /* line 163, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-tabular .list-group-item-icons {
    text-align: none;
  }
}

@media screen and (min-width: 992px) {
  /* line 169, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-tabular .list-group-item-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  /* line 173, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-tabular .list-group-item-content-sub {
    margin-bottom: 0;
  }
}

/* line 180, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

/* line 187, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-disabled {
  display: none;
}

/* line 191, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-prev, .list-pager-next, .list-pager-pages {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  border: 2px solid #cccccc;
  float: left;
  padding: 10px 15px 5px;
  text-align: center;
  white-space: nowrap;
}

/* line 202, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-prev:hover, .list-pager-next:hover {
  background-color: #F8F8F8;
  text-decoration: none;
}

/* line 206, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-prev .icon-chevron-left, .list-pager-prev .icon-chevron-right, .list-pager-next .icon-chevron-left, .list-pager-next .icon-chevron-right {
  position: relative;
  margin-left: -5px;
  top: 2px;
}

/* line 210, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-prev .icon-chevron-left::before, .list-pager-prev .icon-chevron-right::before, .list-pager-next .icon-chevron-left::before, .list-pager-next .icon-chevron-right::before {
  color: #cccccc;
}

/* line 214, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-prev .icon-chevron-right, .list-pager-next .icon-chevron-right {
  margin-left: 0;
  margin-right: -5px;
}

/* line 218, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-prev .watt-icon-left-arrow, .list-pager-prev .watt-icon-right-arrow, .list-pager-next .watt-icon-left-arrow, .list-pager-next .watt-icon-right-arrow {
  border-color: #cccccc;
}

/* line 223, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-prev {
  margin: 0 20px 0 0;
}

/* line 227, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-pager-pages {
  display: none;
}

@media screen and (min-width: 767px) {
  /* line 227, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-pager-pages {
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
}

/* line 235, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
a.list-pager-page-link {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  border-left: 1px solid #F8F8F8;
  float: left;
  padding: 10px 15px 5px;
  text-align: center;
  white-space: nowrap;
}

/* line 243, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
a.list-pager-page-link:first-of-type {
  border: none;
}

/* line 246, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
a.list-pager-page-link:hover {
  background-color: #F8F8F8;
  text-decoration: none;
}

/* line 250, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
a.list-pager-page-link.is-active {
  background-color: #F8F8F8;
  color: #000;
  cursor: default;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.list-controls:before, .list-controls:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.list-controls:after {
  clear: both;
}

/* line 261, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-controls-row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.list-controls-row:before, .list-controls-row:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.list-controls-row:after {
  clear: both;
}

/* line 269, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-control-filter {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  /* line 269, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-control-filter {
    float: left;
    width: 33.3333333333%;
  }
}

/* line 273, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-control-counts,
.list-control-sorting {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  /* line 273, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-control-counts,
.list-control-sorting {
    float: left;
    width: 50%;
  }
}

/* line 279, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-control-sorting {
  text-align: right;
}

/* line 282, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-control-sorting .sort_option:first-child {
  padding-left: 5px;
}

/* line 285, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-control-sorting .sort_option:hover {
  cursor: pointer;
}

/* line 289, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-control-sorting .sort_separator {
  display: inline-block;
  margin-left: 5px;
}

/* line 293, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-control-sorting .active {
  color: #1023D7;
  text-decoration: underline;
}

/* line 296, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-control-sorting .active:hover {
  cursor: default;
}

/* line 303, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group:empty,
.list-group-empty-message,
.list-group-empty-message-bordered {
  display: none;
}

/* line 308, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group:empty + .list-group-empty-message,
.list-group:empty + .list-group-empty-message-bordered {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-style: italic;
}

/* line 314, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group:empty + .list-group-empty-message {
  font-size: 18px;
  padding: 100px 0;
  text-align: center;
}

/* line 319, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-empty-message-bordered {
  border-bottom: 1px solid #cccccc;
  padding: 15px 10px;
}

/* line 325, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-info ul {
  margin: 0;
  padding: 0;
}

/* line 328, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-info ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 332, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-info ul li strong {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 100%;
}

/* line 339, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-action {
  display: inline-block;
}

@media screen and (min-width: 480px) {
  /* line 344, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-icons .btn {
    display: inline-block;
  }
  /* line 345, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-icons .btn-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 348, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-icons .btn {
    display: none;
  }
  /* line 349, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
  .list-group-item-icons .btn-icon {
    display: inline-block;
  }
}

/* line 353, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-download .btn-icon {
  border: 1px solid #cccccc;
  border-radius: 16px;
  height: 32px;
  text-align: center;
  width: 32px;
}

/* line 360, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-download svg {
  position: relative;
  top: 0;
  left: -3px;
}

/* line 367, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-edit svg {
  position: relative;
  top: 3px;
  left: -5px;
  margin-left: 10px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  padding: 1px;
}

/* line 374, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-edit svg circle {
  fill: #fff;
  stroke: #cccccc;
}

/* line 378, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_lists.scss */
.list-group-item-edit svg path {
  fill: #000;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
header.navigation {
  background-color: #000;
  clear: both;
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
header.navigation .nav, header.navigation a {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 32px;
}

/* line 13, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.nav {
  float: right;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.nav > a, .nav .dropdown-toggle {
  display: inline-block;
  padding: 10px;
}

/* line 19, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.nav li {
  list-style: none;
}

/* line 24, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-toggle {
  cursor: pointer;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-toggle:after {
  content: '\25be';
}

/* line 29, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-toggle:hover {
  text-decoration: none;
}

/* line 31, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-toggle:hover .dropdown-menu {
  display: block;
}

/* line 37, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-menu {
  float: none;
  background-color: #000;
  display: none;
  margin: 10px 0 0 -10px;
  min-width: 100px;
  padding: 0;
  position: absolute;
}

/* line 45, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-menu[data-anchor='right'] {
  margin-left: 0;
  right: 0;
}

/* line 49, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-menu > li {
  display: block;
  margin: 0;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-menu a {
  padding: 10px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.list-group:before, .list-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.list-group:after {
  clear: both;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.grid-item {
  float: left;
  padding: 20px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .grid-item {
    border: 1px solid #cccccc;
    margin-left: -1px;
    margin-top: -1px;
    padding: 20px;
    width: 50%;
  }
  /* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .grid-item:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  /* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .grid-item {
    border: 1px solid #cccccc;
    width: 33.3%;
  }
  /* line 22, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .grid-item:nth-of-type(2n+1) {
    background-color: transparent;
    margin-left: -1px;
  }
  /* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .grid-item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-image-low-res {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  right: 0px;
  text-align: center;
  z-index: 1;
}

/* line 46, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item {
  float: left;
  display: block;
  border: 1px solid #F8F8F8;
  padding: 10px 10px 5px 10px;
  background-color: #fff;
}

/* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item:hover {
  border: 1px solid #cccccc;
  cursor: pointer;
}

/* line 55, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item:hover .artwork-grid-actions {
  border-top: 1px solid #cccccc;
}

/* line 57, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item:hover .artwork-grid-actions .grid-item-icon, .artwork-grid-item:hover .artwork-grid-actions a {
  color: #000;
}

/* line 59, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item:hover .artwork-grid-actions .grid-item-icon:hover, .artwork-grid-item:hover .artwork-grid-actions a:hover {
  color: #1023D7;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-image {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  font-size: 0;
}

/* line 71, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3em;
  /* Adjusts for spacing */
}

/* line 78, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-image div, .artwork-grid-item .artwork-grid-item-image img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}

/* line 85, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-image .image-is-processing,
.artwork-grid-item .artwork-grid-item-image .image-is-errored,
.artwork-grid-item .artwork-grid-item-image .image-is-blank {
  width: 100%;
}

/* line 91, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  font-size: 15px;
  margin: 0 0 10px 0;
}

/* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-artists {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 5px 0;
}

/* line 105, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-display-data {
  font-size: 14px;
}

/* line 107, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-display-data span.data-label {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-actions {
  border-top: 1px solid #F8F8F8;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 117, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-decoration: none;
}

/* line 125, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .grid-item-artwork-view,
.artwork-grid-item .grid-item-artwork-quick-edit,
.artwork-grid-item .artwork-grid-action-remove,
.artwork-grid-item .artwork-grid-action-delete {
  line-height: 24px;
}

/* line 131, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-edit,
.artwork-grid-item .artwork-grid-action-save {
  float: right;
  margin: 0 0 0 5px;
  padding: 0;
}

/* line 136, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-edit a,
.artwork-grid-item .artwork-grid-action-save a {
  float: right;
}

/* line 138, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-edit svg circle, .artwork-grid-item .artwork-grid-action-edit svg path,
.artwork-grid-item .artwork-grid-action-save svg circle,
.artwork-grid-item .artwork-grid-action-save svg path {
  -webkit-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}

/* line 146, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-edit svg circle,
.artwork-grid-item .artwork-grid-action-remove svg circle,
.artwork-grid-item .artwork-grid-action-delete svg circle {
  fill: #F8F8F8;
}

/* line 149, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-edit svg path,
.artwork-grid-item .artwork-grid-action-remove svg path,
.artwork-grid-item .artwork-grid-action-delete svg path {
  fill: #999999;
}

/* line 155, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-edit svg:hover circle {
  fill: #000;
}

/* line 158, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-edit svg:hover path {
  fill: #fff;
}

/* line 165, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-remove svg:hover circle {
  fill: #F7625A;
}

/* line 168, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-remove svg:hover path {
  fill: #fff;
}

/* line 176, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-save.active svg circle,
.artwork-grid-item .artwork-grid-action-delete.active svg circle {
  fill: #1023D7;
}

/* line 179, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-save.active svg path,
.artwork-grid-item .artwork-grid-action-delete.active svg path {
  fill: #fff;
}

/* line 183, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-save.active svg:hover circle,
.artwork-grid-item .artwork-grid-action-delete.active svg:hover circle {
  fill: #1023D7;
}

/* line 186, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-save.active svg:hover path,
.artwork-grid-item .artwork-grid-action-delete.active svg:hover path {
  fill: #fff;
}

/* line 192, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-save svg circle,
.artwork-grid-item .artwork-grid-action-delete svg circle {
  fill: #F8F8F8;
}

/* line 195, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-save svg path,
.artwork-grid-item .artwork-grid-action-delete svg path {
  fill: #999999;
}

/* line 199, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-save svg:hover circle,
.artwork-grid-item .artwork-grid-action-delete svg:hover circle {
  fill: #000;
}

/* line 202, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-action-save svg:hover path,
.artwork-grid-item .artwork-grid-action-delete svg:hover path {
  fill: #fff;
}

/* line 209, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item-modal .btn-full-width {
  margin-bottom: 1px;
}

/* line 212, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item {
  margin-bottom: 20px;
  margin-right: 0;
  width: 260px;
}

/* line 216, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-image-data {
  height: 390px;
}

/* line 219, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-image {
  height: 240px;
  width: 240px;
}

/* line 222, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
.artwork-grid-item .artwork-grid-item-image .image-is-processing,
.artwork-grid-item .artwork-grid-item-image .image-is-errored,
.artwork-grid-item .artwork-grid-item-image .image-is-blank {
  height: 240px;
}

@media (min-width: 480px) {
  /* line 231, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item {
    margin-right: 10px;
    width: 195px;
  }
  /* line 234, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image-data {
    height: 320px;
  }
  /* line 237, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image {
    height: 170px;
    width: 170px;
  }
  /* line 240, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image .image-is-processing,
.artwork-grid-item .artwork-grid-item-image .image-is-errored,
.artwork-grid-item .artwork-grid-item-image .image-is-blank {
    height: 170px;
  }
}

@media (min-width: 768px) {
  /* line 250, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item {
    margin-right: 15px;
    width: 170px;
  }
  /* line 253, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image-data {
    height: 300px;
  }
  /* line 256, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image {
    height: 150px;
    width: 150px;
  }
  /* line 259, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image .image-is-processing,
.artwork-grid-item .artwork-grid-item-image .image-is-errored,
.artwork-grid-item .artwork-grid-item-image .image-is-blank {
    height: 150px;
  }
}

@media (min-width: 992px) {
  /* line 269, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item {
    margin-right: 20px;
    width: 173px;
  }
  /* line 272, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image-data {
    height: 300px;
  }
  /* line 275, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image {
    height: 153px;
    width: 153px;
  }
  /* line 278, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image .image-is-processing,
.artwork-grid-item .artwork-grid-item-image .image-is-errored,
.artwork-grid-item .artwork-grid-item-image .image-is-blank {
    height: 153px;
  }
}

@media (min-width: 1200px) {
  /* line 288, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item {
    width: 215px;
  }
  /* line 290, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image-data {
    height: 340px;
  }
  /* line 293, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image {
    height: 195px;
    width: 195px;
  }
  /* line 296, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_grid.scss */
  .artwork-grid-item .artwork-grid-item-image .image-is-processing,
.artwork-grid-item .artwork-grid-item-image .image-is-errored,
.artwork-grid-item .artwork-grid-item-image .image-is-blank {
    width: 195px;
  }
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
.section-breadcrumb {
  border-bottom: 1px solid #cccccc;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
.section-breadcrumb .section-breadcrumb-link,
.section-breadcrumb .section-breadcrumb-title,
.section-breadcrumb .section-breadcrumb-separator {
  float: left;
  line-height: 18px;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
.section-breadcrumb .section-breadcrumb-separator {
  color: #cccccc;
  font-size: 18px;
  padding: 0 0 0 10px;
}

/* line 21, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
.section-breadcrumb .section-breadcrumb-link,
.section-breadcrumb .section-breadcrumb-title {
  font-size: 16px;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
.section-breadcrumb .section-breadcrumb-link {
  padding: 0 0 0 10px;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
.section-breadcrumb .section-breadcrumb-link a {
  color: #999999;
  display: block;
  line-height: 18px;
  text-decoration: none;
}

/* line 33, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
.section-breadcrumb .section-breadcrumb-link a:hover {
  color: #1023D7;
  text-decoration: none;
}

/* line 40, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
.section-breadcrumb .section-breadcrumb-title {
  padding: 0 10px;
}

@media (max-width: 768px) {
  /* line 47, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
  .section-breadcrumb {
    padding-bottom: 10px;
  }
  /* line 49, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_breadcrumbs.scss */
  .section-breadcrumb .section-breadcrumb-link,
.section-breadcrumb .section-breadcrumb-title,
.section-breadcrumb .section-breadcrumb-separator {
    padding-bottom: 10px;
  }
}

/* line 2, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-wrap {
  overflow: hidden;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs {
  height: 50px;
  margin: 0 0 20px 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  /* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
  .tabs {
    overflow-x: hidden;
    height: 53px;
    margin: 0 0 20px 0;
  }
}

/* line 18, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow {
  height: 50px;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

/* line 25, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow::after, .tabs-overflow::before {
  background-image: none;
  background-color: #cccccc;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow::before {
  top: 0;
}

/* line 36, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow::after {
  top: 48px;
}

@media screen and (min-width: 768px) {
  /* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
  .tabs-overflow::before {
    display: none;
  }
  /* line 39, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
  .tabs-overflow::after {
    top: 49px;
  }
}

/* line 42, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow-indicator-left,
.tabs-overflow-indicator-right {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 42, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
  .tabs-overflow-indicator-left,
.tabs-overflow-indicator-right {
    display: none;
  }
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow-indicator-right {
  right: -50px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-image: linear-gradient(to right,rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  -webkit-transition: right 0.25s;
  -o-transition: right 0.25s;
  transition: right 0.25s;
}

/* line 57, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow-indicator-right.is-active {
  right: -10px;
}

/* line 61, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow-indicator-left {
  left: -50px;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-image: linear-gradient(to left,rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  -webkit-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tabs-overflow-indicator-left.is-active {
  left: -10px;
}

/* line 69, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tab-item {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 10px;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

/* line 77, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tab-item.is-active a {
  border-color: #000;
  color: #000;
}

/* line 82, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tab-item a {
  background-color: #fff;
  border: solid #cccccc;
  border-width: 2px 0;
  color: #999999;
  display: block;
  padding: 16px;
}

/* line 89, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
.tab-item a:focus, .tab-item a:hover {
  border-color: #1023D7;
  color: #1023D7;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 768px) {
  /* line 69, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
  .tab-item {
    font-size: 12px;
  }
  /* line 99, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tabs.scss */
  .tab-item a {
    border-top: none;
  }
}

/* line 2, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-wrap {
  overflow: hidden;
  position: relative;
}

/* line 6, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar {
  margin: 0 0 20px 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  /* line 6, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
  .progress-bar {
    overflow-x: hidden;
    margin: 0 0 30px 0;
  }
}

/* line 17, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-overflow {
  height: 48px;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

/* line 25, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-item {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: inline-block;
  font-size: 9px;
  list-style: none;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
  min-width: 120px;
}

/* line 36, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-item.is-active span {
  border-color: #1023D7;
  color: #1023D7;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-item:last-child {
  margin-right: 0;
}

/* line 42, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-item span {
  background-color: #fff;
  border: solid #cccccc;
  border-width: 0 0 5px 0;
  color: #999999;
  display: block;
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  /* line 25, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
  .progress-bar-item {
    font-size: 11px;
    min-width: initial;
  }
  /* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
  .progress-bar-item span {
    border-width: 0 0 8px 0;
  }
}

/* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-overflow-indicator-left,
.progress-bar-overflow-indicator-right {
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
  .progress-bar-overflow-indicator-left,
.progress-bar-overflow-indicator-right {
    display: none;
  }
}

/* line 67, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-overflow-indicator-right {
  right: -48px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-image: linear-gradient(to right,rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  -webkit-transition: right 0.25s;
  -o-transition: right 0.25s;
  transition: right 0.25s;
}

/* line 71, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-overflow-indicator-right.is-active {
  right: -10px;
}

/* line 75, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-overflow-indicator-left {
  left: -48px;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background-image: linear-gradient(to left,rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  -webkit-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}

/* line 79, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_progress_bar.scss */
.progress-bar-overflow-indicator-left.is-active {
  left: -10px;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_pace.scss */
.pace .pace-progress {
  background: #FFF;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_pace.scss */
.pace-inactive {
  display: none;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-wrap {
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
  cursor: pointer;
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-wrap a {
  color: #fff;
  text-decoration: none;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-wrap[data-state='closed'] {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-wrap[data-state='open'] {
  opacity: 1;
}

/* line 14, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-wrap .flash-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  margin: 0;
  z-index: 9999;
}

/* line 21, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-wrap .flash-close a {
  text-decoration: none;
}

/* line 30, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-form .flash-wrap {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 34, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-form .flash-wrap .flash-contents {
  font-size: 16px;
  padding: 10px;
  text-transform: none;
}

/* line 39, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-form .flash-wrap .flash-close {
  width: 20px;
  height: 20px;
}

/* line 42, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-form .flash-wrap .flash-close a {
  color: #fff;
  font-size: 20px;
}

/* line 48, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-form .flash-wrap.flash-notice {
  background-color: rgba(16, 35, 215, 0.9);
}

/* line 51, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-form .flash-wrap.flash-error {
  background-color: rgba(247, 98, 90, 0.9);
}

/* line 57, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-async .flash-wrap {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: fixed;
  min-height: 40px;
  width: 320px;
  right: 10px;
  text-align: left;
  top: 66px;
  z-index: 998;
}

/* line 66, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-async .flash-wrap .flash-contents {
  font-size: 16px;
  max-width: 260px;
  padding: 10px;
  text-transform: none;
}

/* line 72, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-async .flash-wrap .flash-close {
  width: 20px;
  height: 20px;
  z-index: 999;
}

/* line 76, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-async .flash-wrap .flash-close a {
  font-size: 20px;
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-async .flash-wrap.flash-notice {
  background-color: rgba(16, 35, 215, 0.9);
}

/* line 84, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-async .flash-wrap.flash-error {
  background-color: rgba(247, 98, 90, 0.9);
}

/* line 90, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-fullscreen .flash-wrap {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  font-size: 18px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1050;
}

/* line 101, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-fullscreen .flash-wrap > .flash-contents {
  left: 0%;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}

/* line 108, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-fullscreen .flash-wrap .flash-close {
  width: 26px;
  height: 26px;
}

/* line 111, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-fullscreen .flash-wrap .flash-close a {
  font-size: 26px;
}

/* line 116, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_flash.scss */
.flash-fullscreen .flash-wrap.flash-error .flash-contents a {
  color: rgba(247, 98, 90, 0.9);
}

/* line 10, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-wrap .fancybox-inner {
  padding-top: 40px;
  padding-bottom: 70px;
}

/* line 17, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner h2 {
  font-size: 26px;
  line-height: 26px;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  text-align: left;
  color: black;
  font-weight: normal;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .row, .fancybox-inner .watt-overview .overview-item, .watt-overview .fancybox-inner .overview-item, .fancybox-inner .watt-overview .overview-section, .watt-overview .fancybox-inner .overview-section {
  margin: 0;
}

/* line 29, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .row p a, .fancybox-inner .watt-overview .overview-item p a, .watt-overview .fancybox-inner .overview-item p a, .fancybox-inner .watt-overview .overview-section p a, .watt-overview .fancybox-inner .overview-section p a {
  text-decoration: underline;
}

/* line 33, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal {
  height: 100%;
  overflow: auto;
}

/* line 36, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal.no-fixed-header {
  margin-top: -40px;
  height: calc(100% + 40px);
}

/* line 39, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal.no-fixed-header .modal-header, .fancybox-inner .modal.no-fixed-header .modal-close {
  position: static;
}

/* line 40, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal.no-fixed-header .modal-close {
  float: right;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal.no-fixed-header .modal-header {
  width: calc(100% - 26px);
}

/* line 43, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal.no-fixed-footer {
  margin-bottom: -70px;
  height: calc(100% + 70px);
}

/* line 46, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal.no-fixed-footer .modal-footer {
  position: static;
}

/* line 48, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal.no-fixed-header.no-fixed-footer {
  height: calc(100% + 110px);
}

/* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  z-index: 3;
}

/* line 61, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal-close a {
  color: black;
  font-size: 26px;
  text-decoration: none;
}

/* line 69, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal-header,
.fancybox-inner .modal-footer {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 2;
}

/* line 77, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal-header {
  top: 0;
  min-height: 40px;
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal-content {
  overflow: hidden;
}

/* line 84, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_fancybox.scss */
.fancybox-inner .modal-footer {
  bottom: 0;
  height: 70px;
  overflow: hidden;
}

/*
 *  Remodal - v0.5.0
 *  Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 *
 *  NOTE: This is a modified version of the original CSS to match with our styles
 */
/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal:not(.artsy-modal),
[data-remodal-id]:not(.artsy-modal) {
  visibility: hidden;
}

/* Necessary styles of the overlay */
/* line 39, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal-overlay:not(.artsy-modal) {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 51, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal-wrapper:not(.artsy-modal) {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 64, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal-wrapper:not(.artsy-modal):after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal-overlay:not(.artsy-modal),
.remodal-wrapper:not(.artsy-modal) {
  -webkit-transform: translateZ(0px);
}

/* Necessary styles of the modal dialog */
/* line 80, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal:not(.artsy-modal) {
  position: relative;
  display: inline-block;
}

/* ==========================================================================
   Remodal theme
   ========================================================================== */
/* Background for effects */
/* line 91, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal-bg:not(.artsy-modal) {
  -webkit-transition: filter 0.2s ease-out;
  -o-transition: filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
}

/* line 95, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
body.remodal-is-active .remodal-bg:not(.artsy-modal) {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 101, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal-overlay:not(.artsy-modal) {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(33, 36, 46, 0.95);
}

/* line 107, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
body.remodal-is-active .remodal-overlay:not(.artsy-modal) {
  opacity: 1;
}

/* Default theme styles of the modal dialog */
/* line 113, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal:not(.artsy-modal) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
  padding: 35px;
  opacity: 0;
  background-clip: padding-box;
  background-color: white;
  text-align: left;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
body.remodal-is-active .remodal:not(.artsy-modal) {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Vertical align of the modal dialog */
/* line 134, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal:not(.artsy-modal),
.remodal-wrapper:not(.artsy-modal):after {
  vertical-align: middle;
}

/* Custom styles */
/* Mobile first */
/* line 142, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal.modal:not(.artsy-modal) .modal-header {
  margin-bottom: 20px;
}

/* line 143, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal.modal:not(.artsy-modal) .modal-footer {
  margin-top: 30px;
}

/* line 144, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal.modal:not(.artsy-modal) .modal-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  z-index: 3;
}

/* line 153, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.remodal.modal:not(.artsy-modal) .modal-close a {
  color: black;
  font-size: 26px;
  text-decoration: none;
}

/* Larger displays */
@media (min-width: 768px) {
  /* line 165, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal:not(.artsy-modal) {
    max-width: 800px;
    min-height: 0;
    max-height: 800px;
    height: 90%;
    margin: 20px auto;
  }
  /* line 172, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal:not(.artsy-modal) .modal-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  /* line 179, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal:not(.artsy-modal) .modal-header,
.remodal.modal:not(.artsy-modal) .modal-footer {
    position: absolute;
    left: 35px;
    width: calc(100% - 35px * 2);
    background-color: white;
    z-index: 2;
  }
  /* line 187, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal:not(.artsy-modal) .modal-header {
    top: 35px;
    min-height: 60px;
  }
  /* line 191, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal:not(.artsy-modal) .modal-footer {
    bottom: 35px;
    min-height: 70px;
  }
  /* line 196, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal:not(.artsy-modal) .modal-footer > * {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 205, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal.no-fixed-header:not(.artsy-modal) .modal-inner {
    padding-top: 0;
  }
  /* line 206, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal.no-fixed-header:not(.artsy-modal) .modal-header {
    position: static;
    width: 100%;
    min-height: 0;
  }
  /* line 213, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal.no-fixed-footer:not(.artsy-modal) .modal-inner {
    padding-bottom: 0;
  }
  /* line 214, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal.no-fixed-footer:not(.artsy-modal) .modal-footer {
    position: static;
    width: 100%;
    min-height: 0;
  }
  /* line 218, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
  .remodal.modal.no-fixed-footer:not(.artsy-modal) .modal-footer > * {
    position: static;
  }
}

/* IE8
   ========================================================================== */
/* line 227, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.lt-ie9 .remodal-overlay:not(.artsy-modal) {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

/* line 231, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_jquery.remodal.scss */
.lt-ie9 .remodal:not(.artsy-modal) {
  width: 800px;
  min-height: 0;
  margin: 20px auto;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal.css */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
/* line 25, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal.css */
.remodal.artsy-modal,
.artsy-modal[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal.css */
.remodal-overlay.artsy-modal {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 45, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal.css */
.remodal-wrapper.artsy-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 61, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal.css */
.remodal-wrapper.artsy-modal:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 72, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal.css */
.remodal-overlay.artsy-modal,
.remodal-wrapper.artsy-modal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 80, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal.css */
.remodal.artsy-modal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 90, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal.css */
.remodal-is-initialized.artsy-modal {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal-bg.remodal-is-opening.artsy-modal,
.remodal-bg.remodal-is-opened.artsy-modal {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 24, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal-overlay.artsy-modal {
  background: rgba(43, 46, 56, 0.9);
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal-overlay.remodal-is-opening.artsy-modal,
.remodal-overlay.remodal-is-closing.artsy-modal {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 36, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal-overlay.remodal-is-opening.artsy-modal {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal-overlay.remodal-is-closing.artsy-modal {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* line 48, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal-wrapper.artsy-modal {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
/* line 54, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal.artsy-modal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

/* line 67, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal.remodal-is-opening.artsy-modal,
.remodal.remodal-is-closing.artsy-modal {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 75, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal.remodal-is-opening.artsy-modal {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

/* line 80, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal.remodal-is-closing.artsy-modal {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
/* line 87, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.remodal.artsy-modal,
.remodal-wrapper.artsy-modal:after {
  vertical-align: middle;
}

/* line 92, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal {
  /* Close button */
  /* Dialog buttons */
  /* Remove inner padding and border in Firefox 4+ for the button tag. */
}

/* line 96, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 120, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-close:hover,
.artsy-modal .remodal-close:focus {
  color: #2b2e38;
}

/* line 125, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* line 144, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-confirm,
.artsy-modal .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

/* line 166, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-confirm {
  color: #fff;
  background: #81c784;
}

/* line 171, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-confirm:hover,
.artsy-modal .remodal-confirm:focus {
  background: #66bb6a;
}

/* line 176, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-cancel {
  color: #fff;
  background: #e57373;
}

/* line 181, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-cancel:hover,
.artsy-modal .remodal-cancel:focus {
  background: #ef5350;
}

/* line 188, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.artsy-modal .remodal-confirm::-moz-focus-inner,
.artsy-modal .remodal-cancel::-moz-focus-inner,
.artsy-modal .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  /* line 300, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
  .remodal.artsy-modal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
/* line 308, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.lt-ie9 .remodal-overlay.artsy-modal {
  background: #2b2e38;
}

/* line 312, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_default_theme.css */
.lt-ie9 .remodal.artsy-modal {
  width: 700px;
}

/* ==========================================================================
   Artsy's custom styles to override Remodal's default theme
   ========================================================================== */
/* line 11, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
.remodal.artsy-modal {
  text-align: left;
}

/* Mobile first */
/* line 17, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
.remodal.artsy-modal .modal-header {
  margin-bottom: 20px;
}

/* line 18, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
.remodal.artsy-modal .modal-footer {
  margin-top: 30px;
}

/* line 19, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
.remodal.artsy-modal .modal-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  z-index: 333;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
.remodal.artsy-modal .modal-close a {
  color: black;
  font-size: 26px;
  text-decoration: none;
}

/* Larger displays */
@media (min-width: 768px) {
  /* line 40, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal {
    max-width: 800px;
    min-height: 0;
    max-height: 800px;
    height: 90%;
    margin: 20px auto;
  }
  /* line 47, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal .modal-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  /* line 54, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal .modal-header,
.remodal.artsy-modal .modal-footer {
    position: absolute;
    left: 35px;
    width: calc(100% - 35px * 2);
    background-color: white;
    z-index: 222;
  }
  /* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal .modal-header {
    top: 35px;
    min-height: 60px;
  }
  /* line 66, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal .modal-content {
    margin-bottom: 70px;
  }
  /* line 69, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal .modal-footer {
    bottom: 17.5px;
    min-height: 70px;
  }
  /* line 74, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal .modal-footer > * {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 83, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal.no-fixed-header .modal-inner {
    padding-top: 0;
  }
  /* line 84, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal.no-fixed-header .modal-header {
    position: static;
    width: 100%;
    min-height: 0;
  }
  /* line 91, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal.no-fixed-footer .modal-inner {
    padding-bottom: 0;
  }
  /* line 92, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal.no-fixed-footer .modal-footer {
    position: static;
    width: 100%;
    min-height: 0;
  }
  /* line 96, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
  .remodal.artsy-modal.no-fixed-footer .modal-footer > * {
    position: static;
  }
}

/* line 103, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
.remodal.artsy-modal.reset-height {
  height: auto;
}

/* line 105, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
.remodal.artsy-modal.reset-height .modal-inner {
  padding-bottom: 0;
}

/* line 106, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_remodal_artsy.scss */
.remodal.artsy-modal.reset-height .modal-content {
  margin-bottom: 0;
}

/* line 2, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
.artwork-title {
  font-style: italic;
}

/* line 7, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
.artwork-artists .artist-name {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main.full-width {
  padding: 80px 0;
}

/* line 20, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .page-title.bordered, section .page-title.bordered {
  border-bottom: 1px solid #cccccc;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .page-title h2, section .page-title h2 {
  font-size: 26px;
  line-height: 26px;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  text-align: left;
  color: black;
  font-weight: normal;
}

/* line 37, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .capped, section .capped {
  max-width: 1400px;
}

/* line 45, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .unit.bordered, section .unit.bordered {
  border-top: 2px solid #F8F8F8;
}

/* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .unit strong, section .unit strong {
  font-weight: normal;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

/* line 57, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .unit .index-actions, section .unit .index-actions {
  text-align: right;
  background-color: #fff;
}

/* line 61, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .unit .selected-text-block, section .unit .selected-text-block {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 83, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .custom-pagination, section .custom-pagination {
  border-top: 2px solid #ddd;
}

/* line 87, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .custom-pagination .previous-arrow,
main .custom-pagination .next-arrow, section .custom-pagination .previous-arrow,
section .custom-pagination .next-arrow {
  font-size: 12px;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 93, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .custom-pagination .next-arrow-icon, section .custom-pagination .next-arrow-icon {
  padding-left: 4px;
}

/* line 96, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_contents.scss */
main .custom-pagination .previous-arrow-icon, section .custom-pagination .previous-arrow-icon {
  padding-right: 4px;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_forms.scss */
.form-control {
  border-width: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none;
}

/* line 7, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_forms.scss */
.form-horizontal {
  max-width: 1024px;
}

/* line 10, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_forms.scss */
.form-horizontal .help-block {
  font-style: italic;
  color: #666666;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_forms.scss */
.form-horizontal .form-group label {
  padding-top: 8px;
}

/* line 19, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_forms.scss */
.form-horizontal .info-header {
  border-top: 2px solid #000;
  border-left: 2px solid #fff;
  border-bottom: 1px solid #F8F8F8;
}

/* line 25, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_forms.scss */
.form-horizontal .input-group .input-group-addon {
  border-width: 2px;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_forms.scss */
.form-horizontal .input-group .input-group-addon + input {
  width: 95%;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_footer.scss */
footer {
  border-top: 1px solid #cccccc;
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_footer.scss */
footer .footer-help {
  margin: 0 auto;
  width: 150px;
}

/* line 11, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_footer.scss */
.footer-help a,
.sidebar-help a {
  height: 45px;
  line-height: 45px;
  display: block;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 19, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_footer.scss */
.footer-help a span,
.sidebar-help a span {
  background-size: 45px 45px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border-radius: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  float: left;
  margin-right: 10px;
  height: 45px;
  width: 45px;
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split.scss.erb */
body.interface_layout section#sidebar {
  display: none;
}

/* line 7, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split.scss.erb */
body.interface_layout section#primary {
  width: 100%;
}

/* line 9, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split.scss.erb */
body.interface_layout section#primary .inset {
  padding: 75px 30px;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_section_header.scss */
.section-header {
  margin: 0 0 10px;
  padding: 45px 0 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

/* line 7, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_section_header.scss */
.section-header h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px;
  padding: 0;
}

/* line 13, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_section_header.scss */
.section-header .btn {
  width: 100%;
  display: block;
  margin: 0 0 1px;
}

/* line 19, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_section_header.scss */
.section-header.section-header-no-border {
  border: none;
  padding-bottom: 0;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_search_component.scss */
.search-component {
  position: relative;
}

/* line 3, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_search_component.scss */
.search-component .search-indicator,
.search-component .search-submit {
  border-left: none;
  border-bottom: none;
  border-right: none;
  border-top: none;
  background-color: #fff;
  height: 24px;
  width: 30px;
  position: absolute;
  top: 7px;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_search_component.scss */
.search-component .search-indicator svg path,
.search-component .search-submit svg path {
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  fill: #999999;
}

/* line 21, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_search_component.scss */
.search-component .search-indicator {
  border-left: none;
  border-right: 1px solid #F8F8F8;
  left: 6px;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_search_component.scss */
.search-component .search-submit {
  border-left: 1px solid #F8F8F8;
  border-right: none;
  right: 6px;
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_search_component.scss */
.search-component .search-submit:hover svg path {
  fill: #000;
}

/* line 40, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_search_component.scss */
.search-component-autocomplete .form-control {
  padding-left: 40px;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spinners.scss */
.loading-spinner {
  background: black;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - (6px / 2));
  left: calc(50% - (25px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 9, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spinners.scss */
.loading-spinner-small {
  background: black;
  width: 20px;
  height: 4px;
  position: absolute;
  top: calc(50% - (4px / 2));
  left: calc(50% - (20px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 13, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spinners.scss */
.loading-spinner-white {
  background: white;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - (6px / 2));
  left: calc(50% - (25px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 17, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spinners.scss */
.loading-spinner-small-white {
  background: white;
  width: 20px;
  height: 4px;
  position: absolute;
  top: calc(50% - (4px / 2));
  left: calc(50% - (20px / 2));
  -webkit-animation: spin 1s infinite;
  -o-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_summary_detail.scss */
.summary-detail-cover-image img {
  width: 100%;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_summary_detail.scss */
.summary-detail-help a {
  background-color: #F8F8F8;
  border-top: 1px solid #E5E5E5;
  color: #666666;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_summary_detail.scss */
.summary-detail-help a:hover {
  background-color: #1023D7;
  border-top: 1px solid #1023D7;
  color: #fff;
}

/* line 22, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_summary_detail.scss */
.summary-detail {
  border-top: 1px solid #F8F8F8;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_summary_detail.scss */
.summary-detail:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

/* line 31, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_summary_detail.scss */
.summary-detail .summary-detail-label {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}

/* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_summary_detail.scss */
.summary-detail .summary-detail-notice {
  color: #666666;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle-label, .toggle:focus, .toggle:hover {
  display: inline-block;
  margin-left: 10px;
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle-label:hover, .toggle:hover {
  color: #1023D7;
  cursor: pointer;
}

/* line 10, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  border: 2px solid #E5E5E5;
  border-radius: 15px;
  color: #cccccc;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  text-decoration: none;
  transition: 'color, border-color' 0.2s;
  width: 58px;
}

/* line 22, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle:focus, .toggle:hover {
  color: #1023D7;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

/* line 29, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle::after {
  content: attr(data-state);
  display: inline;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-left: 0;
  position: relative;
  transition: margin-left 0.2s;
  top: -3px;
  width: 20px;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle .toggle-dot {
  display: inline;
  font-size: 30px;
  left: 2px;
  position: relative;
  top: 3px;
  transition: left 0.2s;
}

/* line 48, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle .toggle-dot::after {
  content: "\25CF";
}

/* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle[data-state='on'], .toggle[data-state='yes'] {
  background-color: #1023D7;
  border-color: #1023D7;
}

/* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle[data-state='on'] .toggle-dot, .toggle[data-state='yes'] .toggle-dot {
  color: white;
  left: 33px;
}

/* line 60, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle[data-state='on']::after, .toggle[data-state='yes']::after {
  color: white;
  content: attr(data-state);
  margin-left: -15px;
}

/* line 66, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle.toggle-disabled {
  background-color: #F8F8F8;
  border-color: #E5E5E5;
  color: #cccccc;
  cursor: default;
}

/* line 72, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_toggles.scss */
.toggle.toggle-disabled::after, .toggle.toggle-disabled .toggle-dot, .toggle.toggle-disabled:focus::after, .toggle.toggle-disabled:focus .toggle-dot, .toggle.toggle-disabled:hover::after, .toggle.toggle-disabled:hover .toggle-dot {
  color: #cccccc;
  cursor: default;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox {
  display: inline-block;
  height: 20px;
  position: relative;
  user-select: none;
  width: 20px;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox label {
  border: 2px solid #E5E5E5;
  background-color: #fff;
  bottom: 2px;
  cursor: pointer;
  height: 20px;
  left: 2px;
  margin-bottom: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
}

/* line 21, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox label:before {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-label);
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-left: 150%;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox label:after {
  border: 2px solid #000;
  border-right: none;
  border-top: none;
  content: '';
  bottom: 7px;
  left: 2px;
  opacity: 0;
  position: absolute;
  right: 2px;
  -webkit-transform: rotate(-45deg) translateZ(0);
  -moz-transform: rotate(-45deg) translateZ(0);
  -ms-transform: rotate(-45deg) translateZ(0);
  -o-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  top: 3px;
}

/* line 46, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox label:hover {
  border-color: #1023D7;
}

/* line 48, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox label:hover::after {
  opacity: 0.1;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox input[type='checkbox'] {
  opacity: 0.1;
}

/* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox input[type='checkbox']:focus {
  outline: none;
}

/* line 58, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox input[type='checkbox']:focus + label {
  border-color: #1023D7;
}

/* line 60, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox input[type='checkbox']:focus + label:after {
  opacity: 0.1;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.artsy-checkbox input[type='checkbox']:checked + label:after {
  opacity: 1;
}

/* line 71, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_checkboxes.scss */
.form-horizontal .form-group .artsy-checkbox label {
  padding-top: 0;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  display: inline-block;
  position: relative;
  cursor: help;
  margin: 0 0.5em;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
}

/* line 12, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip:before, .help-tooltip:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 18, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip:before {
  content: '?';
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  font-family: sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #666666;
}

/* line 36, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip:after {
  visibility: hidden;
  content: attr(data-message);
  text-align: left;
  z-index: 1;
  margin: -10px 0 0 -10px;
  width: 350px;
  color: white;
  background-color: black;
  padding: 30px;
  opacity: 0;
  line-height: 1.3;
}

/* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip:hover:before {
  z-index: 4;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip:hover:after {
  opacity: 1;
  z-index: 3;
  -webkit-transition: opacity 0.125s;
  -o-transition: opacity 0.125s;
  transition: opacity 0.125s;
  visibility: visible;
}

/* line 66, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip[data-anchor='top-right']:before, .help-tooltip[data-anchor='top-right']:after {
  top: 0;
  left: inherit;
  right: 0;
}

/* line 71, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip[data-anchor='top-right']:after {
  margin: -10px -10px 0 0;
}

/* line 76, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip[data-anchor='bottom-left']:before, .help-tooltip[data-anchor='bottom-left']:after {
  top: inherit;
  bottom: 0;
}

/* line 80, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip[data-anchor='bottom-left']:after {
  margin: 0 0 -10px -10px;
}

/* line 85, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip[data-anchor='bottom-right']:before, .help-tooltip[data-anchor='bottom-right']:after {
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
}

/* line 91, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_tooltips.scss */
.help-tooltip[data-anchor='bottom-right']:after {
  margin: 0 -10px -10px 0;
}

@media (min-width: 768px) {
  /* line 2, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout #interface-wrap {
    padding-left: 160px;
  }
  /* line 7, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout section#sidebar {
    display: block;
    margin-left: -160px;
    left: 160px;
    width: 160px;
    background-color: #fff;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
  }
  /* line 20, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout section#sidebar .navigation {
    position: absolute;
    top: 51px;
    bottom: 0;
    width: 160px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #cccccc;
  }
  /* line 29, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout section#sidebar .navigation ul {
    padding: 15px 0 30px 0;
    font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  /* line 33, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout section#sidebar .navigation ul li {
    margin: 0;
  }
  /* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout section#sidebar .navigation ul li a {
    font-size: 14px;
    padding: 13px 15px 10px 15px;
    color: #000;
    background-color: #fff;
  }
  /* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout section#sidebar .navigation ul li a:hover {
    background-color: #F8F8F8;
  }
  /* line 46, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout section#sidebar .navigation ul li.active a {
    color: #1023D7;
    background-color: #fff;
  }
  /* line 55, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  body.interface_layout section#sidebar .sidebar-help {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 150px;
  }
  /* line 67, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  .list-group-item {
    padding: 15px 10px 13px;
  }
  /* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  .list-pager {
    padding: 0;
  }
  /* line 72, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_split_small.scss */
  .list-pager .hide-xs {
    display: inline;
  }
  /* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_footer_small.scss */
  footer {
    display: none;
  }
  /* line 2, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_section_header_small.scss */
  .section-header h3 {
    margin: 0;
    padding: 0;
    float: left;
  }
  /* line 7, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_section_header_small.scss */
  .section-header .section-actions {
    float: right;
  }
  /* line 9, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_section_header_small.scss */
  .section-header .section-actions .btn {
    display: inline;
  }
}

/* line 2, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_overview.scss */
.watt-overview .overview-section {
  border-bottom: 1px solid #E5E5E5;
}

/* line 7, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_overview.scss */
.watt-overview .overview-section:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

/* line 13, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_overview.scss */
.watt-overview .overview-section-title {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

@media screen and (min-width: 480px) {
  /* line 13, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_overview.scss */
  .watt-overview .overview-section-title {
    padding-bottom: 0;
  }
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_overview.scss */
.watt-overview .overview-item-title {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

/* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_overview.scss */
.watt-overview .overview-item-value {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_overview.scss */
.watt-overview .overview-item-value p a {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/turbolinks.scss */
.turbolinks-progress-bar {
  background-color: white;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.green {
  color: #0EDA83;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.red {
  color: #F7625A;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-padding, body form h5, header.navbar .navbar-header a.navbar-brand, .list-pager, footer .footer-help {
  padding: 0;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding {
  padding-top: 3.3333333333px;
  padding-bottom: 3.3333333333px;
}

/* line 12, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding, .list-control-counts,
.list-control-sorting {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding {
  padding-top: 6.6666666667px;
  padding-bottom: 6.6666666667px;
}

/* line 20, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding, .list-group-item, .fancybox-wrap .unit {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 24, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding, footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-top {
  padding-top: 3.3333333333px;
}

/* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-top, .unit.artwork-requested-context {
  padding-top: 5px;
}

/* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-top, body form .form-group.bordered {
  padding-top: 6.6666666667px;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-top, main .custom-pagination, section .custom-pagination, .summary-detail-help a, .summary-detail {
  padding-top: 10px;
}

/* line 44, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-top, .unit.artwork-status {
  padding-top: 20px;
}

/* line 47, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-top {
  padding-top: 30px;
}

/* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-bottom {
  padding-bottom: 3.3333333333px;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-bottom, .summary-detail-cover-image img, .summary-detail .summary-detail-action {
  padding-bottom: 5px;
}

/* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-bottom {
  padding-bottom: 6.6666666667px;
}

/* line 59, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-bottom, .fancybox-inner h2, main .page-title, section .page-title, .summary-detail-help a, .watt-overview .overview-section, .watt-overview .overview-section-title, .watt-overview .overview-item {
  padding-bottom: 10px;
}

/* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-bottom, .section-breadcrumb {
  padding-bottom: 20px;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-bottom {
  padding-bottom: 30px;
}

/* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-margin {
  margin: 0;
}

/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin {
  margin-top: 3.3333333333px;
  margin-bottom: 3.3333333333px;
}

/* line 77, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin {
  margin-top: 6.6666666667px;
  margin-bottom: 6.6666666667px;
}

/* line 85, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 89, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin, .list-pager, main .results-sorts, section .results-sorts {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 93, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-top, .list-group-item-label + .list-group-item-info {
  margin-top: 3.3333333333px;
}

/* line 100, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-top {
  margin-top: 5px;
}

/* line 103, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-top, header.navbar .navbar-header a.navbar-brand {
  margin-top: 6.6666666667px;
}

/* line 106, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-top, main .custom-pagination, section .custom-pagination, .summary-detail-help a, .summary-detail {
  margin-top: 10px;
}

/* line 109, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-top {
  margin-top: 20px;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-top {
  margin-top: 30px;
}

/* line 115, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-bottom {
  margin-bottom: 3.3333333333px;
}

/* line 118, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-bottom {
  margin-bottom: 5px;
}

/* line 121, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-bottom, .list-controls-row:last-child {
  margin-bottom: 6.6666666667px;
}

/* line 124, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-bottom, .list-controls-row, .fancybox-inner h2 {
  margin-bottom: 10px;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-bottom, body form h5, .section-breadcrumb, .flash-form .flash-wrap, main .page-title.bordered, section .page-title.bordered, .watt-overview .overview-section {
  margin-bottom: 20px;
}

/* line 130, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-bottom {
  margin-bottom: 30px;
}

/* line 5, app/assets/stylesheets/artworks.scss */
.list-group-item-image {
  position: relative;
}

/* line 9, app/assets/stylesheets/artworks.scss */
.unit.artwork-status,
.unit.artwork-requested-context {
  font-size: 14px;
  text-align: right;
}

/* line 19, app/assets/stylesheets/artworks.scss */
.unit.artwork-requested-context {
  color: #666666;
}

/* line 25, app/assets/stylesheets/artworks.scss */
.artwork-pricing-details .list-group-item-label {
  width: 180px;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-padding, body form h5, header.navbar .navbar-header a.navbar-brand, .list-pager, footer .footer-help {
  padding: 0;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding {
  padding-top: 3.3333333333px;
  padding-bottom: 3.3333333333px;
}

/* line 12, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding, .list-control-counts,
.list-control-sorting {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding {
  padding-top: 6.6666666667px;
  padding-bottom: 6.6666666667px;
}

/* line 20, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding, .list-group-item, .fancybox-wrap .unit {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 24, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding, footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-top {
  padding-top: 3.3333333333px;
}

/* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-top, .unit.artwork-requested-context {
  padding-top: 5px;
}

/* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-top, body form .form-group.bordered {
  padding-top: 6.6666666667px;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-top, main .custom-pagination, section .custom-pagination, .summary-detail-help a, .summary-detail {
  padding-top: 10px;
}

/* line 44, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-top, .unit.artwork-status {
  padding-top: 20px;
}

/* line 47, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-top {
  padding-top: 30px;
}

/* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-bottom {
  padding-bottom: 3.3333333333px;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-bottom, .summary-detail-cover-image img, .summary-detail .summary-detail-action {
  padding-bottom: 5px;
}

/* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-bottom {
  padding-bottom: 6.6666666667px;
}

/* line 59, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-bottom, .fancybox-inner h2, main .page-title, section .page-title, .summary-detail-help a, .watt-overview .overview-section, .watt-overview .overview-section-title, .watt-overview .overview-item {
  padding-bottom: 10px;
}

/* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-bottom, .section-breadcrumb {
  padding-bottom: 20px;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-bottom {
  padding-bottom: 30px;
}

/* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-margin {
  margin: 0;
}

/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin {
  margin-top: 3.3333333333px;
  margin-bottom: 3.3333333333px;
}

/* line 77, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin {
  margin-top: 6.6666666667px;
  margin-bottom: 6.6666666667px;
}

/* line 85, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 89, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin, .list-pager, main .results-sorts, section .results-sorts {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 93, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-top, .list-group-item-label + .list-group-item-info {
  margin-top: 3.3333333333px;
}

/* line 100, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-top {
  margin-top: 5px;
}

/* line 103, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-top, header.navbar .navbar-header a.navbar-brand {
  margin-top: 6.6666666667px;
}

/* line 106, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-top, main .custom-pagination, section .custom-pagination, .summary-detail-help a, .summary-detail {
  margin-top: 10px;
}

/* line 109, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-top {
  margin-top: 20px;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-top {
  margin-top: 30px;
}

/* line 115, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-bottom {
  margin-bottom: 3.3333333333px;
}

/* line 118, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-bottom {
  margin-bottom: 5px;
}

/* line 121, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-bottom, .list-controls-row:last-child {
  margin-bottom: 6.6666666667px;
}

/* line 124, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-bottom, .list-controls-row, .fancybox-inner h2 {
  margin-bottom: 10px;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-bottom, body form h5, .section-breadcrumb, .flash-form .flash-wrap, main .page-title.bordered, section .page-title.bordered, .watt-overview .overview-section {
  margin-bottom: 20px;
}

/* line 130, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-bottom {
  margin-bottom: 30px;
}

/* line 3, app/assets/stylesheets/contacts.scss */
.page-info {
  padding: 5px 5px 10px 5px;
  font-size: 20px;
  line-height: 20px;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.green {
  color: #0EDA83;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.red {
  color: #F7625A;
}

/* line 5, app/assets/stylesheets/partners.scss */
.partners-edit .partner_category .option {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 175px;
}

/* line 10, app/assets/stylesheets/partners.scss */
.partners-edit .partner_category .option input {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 15, app/assets/stylesheets/partners.scss */
.partners-edit .partner_category .option label.checkbox {
  display: inline-block;
  padding: 0 10px 20px 25px;
}

/* line 25, app/assets/stylesheets/partners.scss */
.partners-edit label.checkbox,
.profiles_edit label.checkbox {
  font-style: italic;
  color: #666666;
}

/* line 1, app/assets/stylesheets/subscriptions.scss */
.subscription_other_reason_for_termination {
  display: none;
}

/* line 6, app/assets/stylesheets/subscriptions.scss */
.subscription_churned .checkbox input {
  margin-left: 0 !important;
}

/* line 3, app/assets/stylesheets/charges.scss */
.charge_line_item_category select,
.charge_line_item_content_type select {
  width: 537px;
  display: block;
}

/* line 9, app/assets/stylesheets/charges.scss */
.edit_charge {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/locations.scss */
#partner_location_map {
  height: 0;
  padding-top: 75%;
}

/* line 6, app/assets/stylesheets/locations.scss */
#partner_location_autocomplete {
  bottom: 5px;
  left: 20px;
  padding: 0.5em;
  position: absolute;
  width: 20em;
}

/* line 13, app/assets/stylesheets/locations.scss */
#partner_location_autocomplete[disabled] {
  display: none;
}
/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.green {
  color: #0EDA83;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.red {
  color: #F7625A;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-padding, header.navbar .navbar-header a.navbar-brand, body form h5 {
  padding: 0;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding {
  padding-top: 3.3333333333px;
  padding-bottom: 3.3333333333px;
}

/* line 12, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding {
  padding-top: 6.6666666667px;
  padding-bottom: 6.6666666667px;
}

/* line 20, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding, .tabs-sub-navigation-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 24, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-top {
  padding-top: 3.3333333333px;
}

/* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-top {
  padding-top: 5px;
}

/* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-top, body form .form-group.bordered {
  padding-top: 6.6666666667px;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-top, .overview-item-bordered {
  padding-top: 10px;
}

/* line 44, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-top {
  padding-top: 20px;
}

/* line 47, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-top {
  padding-top: 30px;
}

/* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-bottom {
  padding-bottom: 3.3333333333px;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-bottom {
  padding-bottom: 5px;
}

/* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-bottom {
  padding-bottom: 6.6666666667px;
}

/* line 59, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-bottom {
  padding-bottom: 10px;
}

/* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-bottom {
  padding-bottom: 20px;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-bottom {
  padding-bottom: 30px;
}

/* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-margin {
  margin: 0;
}

/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin {
  margin-top: 3.3333333333px;
  margin-bottom: 3.3333333333px;
}

/* line 77, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin {
  margin-top: 6.6666666667px;
  margin-bottom: 6.6666666667px;
}

/* line 85, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 89, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 93, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-top {
  margin-top: 3.3333333333px;
}

/* line 100, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-top {
  margin-top: 5px;
}

/* line 103, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-top, header.navbar .navbar-header a.navbar-brand {
  margin-top: 6.6666666667px;
}

/* line 106, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-top {
  margin-top: 10px;
}

/* line 109, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-top {
  margin-top: 20px;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-top {
  margin-top: 30px;
}

/* line 115, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-bottom {
  margin-bottom: 3.3333333333px;
}

/* line 118, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-bottom {
  margin-bottom: 5px;
}

/* line 121, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-bottom {
  margin-bottom: 6.6666666667px;
}

/* line 124, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-bottom {
  margin-bottom: 10px;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-bottom, .tabs-sub-navigation-wrap, body form h5 {
  margin-bottom: 20px;
}

/* line 130, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-bottom {
  margin-bottom: 30px;
}

/* line 4, ../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.green {
  color: #0EDA83;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_colors.scss */
.red {
  color: #F7625A;
}

@font-face {
  font-family: artsy-pe-icons;
  font-style: normal;
  font-weight: normal;
  src: url(/assets/watt/artsy-pe-icons-a16c151a98e0d71214e6f6c4cafb100b3d4fa4febff7ee0ed93ad70fd016b6be.eot?#iefix) format("embedded-opentype"), url(/assets/watt/artsy-pe-icons-f8e79b9cc00cf14b0e64523700721e82b709d73a118e6e3be85f02ce6dd223f8.woff) format("woff"), url(/assets/watt/artsy-pe-icons-d154d9089b92fb556191614ed3745dd1af9d6be94b3f174c071ca97b8ca9bfe3.ttf) format("truetype"), url(/assets/watt/artsy-pe-icons-2812d0137444e36de27be123ddd9f4f286fb7f88d46e118d96ee188d2396d825.svg#artsy-pe-icons) format("svg");
}

/* line 12, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
[class^="icon-"], [class*=" icon-"], .with-icon, header.navbar .navbar-header a.navbar-brand {
  font-family: 'artsy-pe-icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  position: relative;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-search:before {
  content: "\e600";
}

/* line 31, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-return-arrow:before {
  content: "\e601";
}

/* line 34, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-remove:before {
  content: "\e602";
}

/* line 37, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-private:before {
  content: "\e603";
}

/* line 40, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-mark-large:before {
  content: "\e604";
}

/* line 43, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-mark:before, header.navbar .navbar-header a.navbar-brand:before {
  content: "\e606";
}

/* line 46, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-gear:before {
  content: "\e609";
}

/* line 49, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-edit:before {
  content: "\e60b";
}

/* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-close:before {
  content: "\e60c";
}

/* line 55, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-chevron-right:before {
  content: "\e60f";
}

/* line 58, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-chevron-left:before {
  content: "\e610";
}

/* line 61, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-artists:before {
  content: "\e605";
}

/* line 64, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-dashboard:before {
  content: "\e607";
}

/* line 67, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-inventory:before {
  content: "\e608";
}

/* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-profile:before {
  content: "\e60a";
}

/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-shows:before {
  content: "\e60d";
}

/* line 76, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.icon-shortlist:before {
  content: "\e60e";
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
[class^='watt-icon-'], [class*=" watt-icon"] {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

/* line 89, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-left-arrow {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-right-arrow {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 105, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-arrow-large {
  border-width: 3px;
  height: 12px;
  margin: 0 5px 0 5px;
  width: 12px;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-checkmark {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  height: 8px;
  margin-right: 25px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 121, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNTE2LDIwLjQ2MTUzODUgTDUwNy41Mzg0NjIsMTIgTDUwNiwxMy41Mzg0NjE1IEw1MTQuNDYxNTM4LDIyIEw1MDYsMzAuNDYxNTM4NSBMNTA3LjUzODQ2MiwzMiBMNTE2LDIzLjUzODQ2MTUgTDUyNC40NjE1MzgsMzIgTDUyNiwzMC40NjE1Mzg1IEw1MTcuNTM4NDYyLDIyIEw1MjYsMTMuNTM4NDYxNSBMNTI0LjQ2MTUzOCwxMiBMNTE2LDIwLjQ2MTUzODUgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUwNiAtMTIpIi8+DQo8L3N2Zz4=");
  height: 20px;
  width: 20px;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_icons.scss.erb */
.watt-icon-close-smaller {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDEyIDExIj4NCiAgPHBvbHlnb24gZmlsbD0iIzk5OSIgZmlsbC1ydWxlPSJldmVub2RkIiBwb2ludHM9IjUyNi4yMDggNTUuMjI4IDUyNS4xNzIgNTQuMTY0IDUyMSA1OC4zNjQgNTE2Ljg1NiA1NC4yMiA1MTUuODIgNTUuMzEyIDUxOS45MzYgNTkuNDI4IDUxNS44MiA2My42IDUxNi44NTYgNjQuNjkyIDUyMSA2MC40OTIgNTI1LjE3MiA2NC42OTIgNTI2LjIwOCA2My42IDUyMi4wNjQgNTkuNDI4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTE1IC01NCkiLz4NCjwvc3ZnPg==");
  height: 11px;
  width: 12px;
}

/* line 5, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-padding, header.navbar .navbar-header a.navbar-brand, body form h5 {
  padding: 0;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding {
  padding-top: 3.3333333333px;
  padding-bottom: 3.3333333333px;
}

/* line 12, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding {
  padding-top: 6.6666666667px;
  padding-bottom: 6.6666666667px;
}

/* line 20, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding, .tabs-sub-navigation-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 24, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 28, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 32, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-top {
  padding-top: 3.3333333333px;
}

/* line 35, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-top {
  padding-top: 5px;
}

/* line 38, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-top, body form .form-group.bordered {
  padding-top: 6.6666666667px;
}

/* line 41, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-top, .overview-item-bordered {
  padding-top: 10px;
}

/* line 44, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-top {
  padding-top: 20px;
}

/* line 47, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-top {
  padding-top: 30px;
}

/* line 50, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-padding-bottom {
  padding-bottom: 3.3333333333px;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-padding-bottom {
  padding-bottom: 5px;
}

/* line 56, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-padding-bottom {
  padding-bottom: 6.6666666667px;
}

/* line 59, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-padding-bottom {
  padding-bottom: 10px;
}

/* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-padding-bottom {
  padding-bottom: 20px;
}

/* line 65, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-padding-bottom {
  padding-bottom: 30px;
}

/* line 70, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.no-margin {
  margin: 0;
}

/* line 73, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin {
  margin-top: 3.3333333333px;
  margin-bottom: 3.3333333333px;
}

/* line 77, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 81, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin {
  margin-top: 6.6666666667px;
  margin-bottom: 6.6666666667px;
}

/* line 85, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 89, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 93, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 97, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-top {
  margin-top: 3.3333333333px;
}

/* line 100, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-top {
  margin-top: 5px;
}

/* line 103, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-top, header.navbar .navbar-header a.navbar-brand {
  margin-top: 6.6666666667px;
}

/* line 106, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-top {
  margin-top: 10px;
}

/* line 109, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-top {
  margin-top: 20px;
}

/* line 112, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-top {
  margin-top: 30px;
}

/* line 115, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.third-margin-bottom {
  margin-bottom: 3.3333333333px;
}

/* line 118, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.half-margin-bottom {
  margin-bottom: 5px;
}

/* line 121, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.two-third-margin-bottom {
  margin-bottom: 6.6666666667px;
}

/* line 124, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.single-margin-bottom {
  margin-bottom: 10px;
}

/* line 127, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.double-margin-bottom, .tabs-sub-navigation-wrap, body form h5 {
  margin-bottom: 20px;
}

/* line 130, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_spaces.scss */
.triple-margin-bottom {
  margin-bottom: 30px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #000;
  text-decoration: none;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: black;
  text-decoration: underline;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #E5E5E5;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #E5E5E5;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 41px;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 34px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #E5E5E5;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #000;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: black;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #000;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #E5E5E5;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #E5E5E5;
}

/* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #E5E5E5;
}

/* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #E5E5E5;
  border-left: 0;
}

/* line 286, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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, .overview-item-content, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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, .overview-item-content {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12, .overview-item-content {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E5E5E5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #1023D7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 35, 215, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 35, 215, 0.6);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #E5E5E5;
  opacity: 1;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #E5E5E5;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #E5E5E5;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #E5E5E5;
  opacity: 1;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 36px;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 334, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

/* line 360, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

/* line 378, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 388, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 407, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 432, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 565, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.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;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 0px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 2, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body .navbar a,
body .nav-tabs a {
  text-transform: uppercase;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 10, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.relative {
  position: relative;
}

/* line 19, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs {
  margin-bottom: 20px;
  border-color: #cccccc;
  font-size: 12px;
}

/* line 23, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs.active {
  border-color: #cccccc;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs > li:last-of-type {
  margin-right: 0;
}

/* line 30, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs > li > a {
  color: #999999;
  background-color: #fff;
  border-color: #cccccc;
  margin-right: 4px;
  padding-bottom: 4px;
}

/* line 36, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
.nav-tabs > li > a:hover {
  background-color: #F8F8F8;
  color: #000;
}

/* line 45, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 52, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form label {
  font-weight: normal;
}

/* line 54, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form label span[title='required'] {
  color: #F7625A;
}

/* line 58, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form .form-group.bordered {
  border-top: 2px solid #F8F8F8;
}

/* line 62, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
body form select {
  max-width: 100%;
}

/* line 68, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar .navbar-header a.navbar-brand {
  color: #000;
  font-size: 35px;
  height: 35px;
  margin-left: 15px;
  margin-right: 15px;
  width: 35px;
}

/* line 82, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar.navbar-inverse .dropdown-menu {
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 88, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar.navbar-inverse .dropdown-menu a {
  color: #fff;
}

/* line 95, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar.navbar-inverse .application-home a {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  color: white;
  text-transform: none;
  font-size: 18px;
}

/* line 103, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar.navbar-inverse .navbar-header a.navbar-brand {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 110, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: block;
  }
}

@media (max-width: 768px) {
  /* line 115, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  .nav-tabs {
    border-bottom: none;
  }
  /* line 118, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  .nav-tabs li.active > a {
    border-bottom-color: #cccccc;
  }
  /* line 123, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  .nav-tabs > li > a {
    padding-top: 6px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 20px;
  }
}

/* line 133, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
header.navbar li a {
  font-size: 12px;
}

@media (min-width: 768px) {
  /* line 138, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_bootstrap_overrides.scss */
  header.navbar li a {
    font-size: 13px;
  }
}

@font-face {
  font-family: artsy-pe-icons;
  font-weight: normal;
  font-style: normal;
  src: url(//d1ycxz9plii3tb.cloudfront.net/partner-engineering/assets/fonts/artsy-pe-icons.eot);
  src: url(//d1ycxz9plii3tb.cloudfront.net/partner-engineering/assets/fonts/artsy-pe-icons.eot?#iefix) format("embedded-opentype"), url(//d1ycxz9plii3tb.cloudfront.net/partner-engineering/assets/fonts/artsy-pe-icons.woff) format("woff"), url(//d1ycxz9plii3tb.cloudfront.net/partner-engineering/assets/fonts/artsy-pe-icons.ttf) format("truetype"), url(//d1ycxz9plii3tb.cloudfront.net/partner-engineering/assets/fonts/artsy-pe-icons.svg#artsy-pe-icons) format("svg");
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation {
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 10;
}

/* line 6, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation a.brand {
  display: inline-block;
}

/* line 8, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation a.brand svg {
  display: inline-block;
  margin: 10px 10px 0 10px;
}

/* line 11, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation a.brand svg g {
  fill: #fff;
}

/* line 16, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
header.navigation .nav-application-name {
  display: inline-block;
  position: relative;
  top: -10px;
}

/* line 22, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
section#main {
  margin: auto;
  max-width: 1024px;
  padding: 100px 20px;
}

/* line 27, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_layout.scss */
.container {
  max-width: 1024px;
}

/* line 1, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
header.navigation {
  background-color: #000;
  clear: both;
}

/* line 4, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
header.navigation .nav, header.navigation a {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 32px;
}

/* line 13, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.nav {
  float: right;
}

/* line 15, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.nav > a, .nav .dropdown-toggle {
  display: inline-block;
  padding: 10px;
}

/* line 19, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.nav li {
  list-style: none;
}

/* line 24, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-toggle {
  cursor: pointer;
}

/* line 26, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-toggle:after {
  content: '\25be';
}

/* line 29, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-toggle:hover {
  text-decoration: none;
}

/* line 31, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-toggle:hover .dropdown-menu {
  display: block;
}

/* line 37, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-menu {
  float: none;
  background-color: #000;
  display: none;
  margin: 10px 0 0 -10px;
  min-width: 100px;
  padding: 0;
  position: absolute;
}

/* line 45, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-menu[data-anchor='right'] {
  margin-left: 0;
  right: 0;
}

/* line 49, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-menu > li {
  display: block;
  margin: 0;
}

/* line 53, ../usr/local/bundle/bundler/gems/watt-1837f41152f1/vendor/assets/stylesheets/watt/_nav.scss */
.dropdown-menu a {
  padding: 10px;
}

/* line 8, app/assets/stylesheets/overrides.scss */
.global-partners-search {
  display: none;
}

@media screen and (min-width: 992px) {
  /* line 13, app/assets/stylesheets/overrides.scss */
  .global-partners-search {
    display: block;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    width: 340px;
  }
  /* line 19, app/assets/stylesheets/overrides.scss */
  .global-partners-search .form-group {
    margin-bottom: 0;
  }
}

/* line 25, app/assets/stylesheets/overrides.scss */
.tabs.tabs-with-sub-navigation {
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/overrides.scss */
.tabs-sub-navigation-wrap {
  border-bottom: 1px solid #cccccc;
}

/* line 33, app/assets/stylesheets/overrides.scss */
.tabs-sub-navigation-wrap a {
  font-family: Unica77LLWebRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  text-transform: uppercase;
  color: #666666;
  font-size: 11px;
  padding: 0 15px;
}

/* line 38, app/assets/stylesheets/overrides.scss */
.tabs-sub-navigation-wrap a:hover {
  color: #6E1FFF;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/overrides.scss */
.tabs-sub-navigation-wrap a.active {
  color: #000;
}

/* line 49, app/assets/stylesheets/overrides.scss */
.overview-item-content {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 52, app/assets/stylesheets/overrides.scss */
.overview-item-content p a {
  text-decoration: underline;
}

/* line 54, app/assets/stylesheets/overrides.scss */
.overview-item-bordered {
  border-top: 1px solid #E5E5E5;
}

/* line 59, app/assets/stylesheets/overrides.scss */
.overview-item-value-warning {
  color: #F7625A;
  font-weight: bold;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 10510; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*





 */
