/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

/*
 * Table styles
 */
/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 22, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 27, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 31, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 36, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

/* line 42, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 50, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting {
  background-image: url(/assets/dataTables/sort_both-624f0a471a2535c4754e1f6974b0e64ee70d6907738346e2a11d0bff20258b8c.png);
}

/* line 53, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/assets/dataTables/sort_asc-ee6010bb0a8d17e58307136a0fbf0b196d949ab6c50eb66d1ff8f0a7d2a4d48b.png);
}

/* line 56, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/assets/dataTables/sort_desc-26da8e7eaf746a08dec2928977be21aa67212484540a12042b86aa2d904b80e8.png);
}

/* line 59, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/assets/dataTables/sort_asc_disabled-50f0e16f8289b1f09eb0d0494d0eee7ae4717e857a4ed77997bb06cefecb2528.png);
}

/* line 62, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/assets/dataTables/sort_desc_disabled-3450cc1e5a1585690226a713a726753b3fa2d177e41338a36e0a3188e3f02663.png);
}

/* line 65, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 68, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 71, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 75, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 78, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 83, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 91, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 95, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 98, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

/* line 101, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

/* line 104, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

/* line 114, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

/* line 121, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 124, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 127, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 130, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

/* line 133, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

/* line 136, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

/* line 139, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

/* line 142, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

/* line 145, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

/* line 148, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

/* line 151, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

/* line 154, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 157, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 160, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

/* line 163, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

/* line 166, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

/* line 169, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

/* line 172, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

/* line 175, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 178, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 181, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 185, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 189, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 193, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 197, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 202, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 206, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 210, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 214, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 220, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 226, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 232, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 238, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 244, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 248, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 252, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 256, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 260, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 265, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 276, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 282, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 285, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 289, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 292, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 297, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 302, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}

/* line 315, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

/* line 332, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 339, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

/* line 356, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 373, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 376, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

/* line 401, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 408, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 411, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 415, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 422, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 425, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

/* line 429, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 438, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  /* line 443, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  /* line 448, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  /* line 453, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/*!
 * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 31, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 50, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* line 61, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 70, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
progress {
  vertical-align: baseline;
}

/* line 79, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* line 91, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 100, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* line 113, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 123, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/* line 132, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 141, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 150, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 159, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 168, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 177, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 185, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 189, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border-style: none;
}

/* line 208, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 220, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 232, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 241, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 254, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
}

/* line 265, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 275, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
select {
  overflow: visible;
}

/* line 286, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 298, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 307, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/* line 318, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
[disabled] {
  cursor: default;
}

/* line 328, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 339, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 349, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 358, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 371, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 384, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 393, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 403, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 412, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
}

/* line 421, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media print {
  /* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 26, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 36, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 51, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 62, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 66, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 71, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 78, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 86, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 91, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 95, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  .tag {
    border: 1px solid #000;
  }

  /* line 99, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 102, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 108, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 22, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  box-sizing: border-box;
}

/* line 26, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
/* line 57, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 71, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 100, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 109, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 115, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* line 122, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 128, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 135, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 142, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 146, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 151, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 160, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #0275d8;
  text-decoration: none;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}
/* line 169, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 180, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 189, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: none;
}

/* line 199, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 213, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 224, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
}

/* line 239, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 254, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 271, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/* line 278, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

/* line 286, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: left;
}

/* line 296, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 306, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 311, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

/* line 330, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 336, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 348, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 353, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 364, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 374, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 383, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 391, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 14, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 27, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

/* line 31, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

/* line 35, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

/* line 39, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 61, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: normal;
}

/* line 67, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 78, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 83, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 86, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 89, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 100, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 106, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

/* line 113, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}
/* line 118, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 124, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

/* line 133, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse .blockquote-footer::before {
  content: "";
}
/* line 136, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

/* line 145, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_type.scss */
dl.row > dd + dt {
  clear: left;
}

/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_images.scss */
.img-rounded {
  border-radius: 0.3rem;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 31, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_images.scss */
.img-circle {
  border-radius: 50%;
}

/* line 39, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 44, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #818a91;
}

/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
/* line 27, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* line 36, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}
/* line 44, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  float: left;
  width: 8.3333333333%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  float: left;
  width: 16.6666666667%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  float: left;
  width: 25%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  float: left;
  width: 33.3333333333%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  float: left;
  width: 41.6666666667%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  float: left;
  width: 50%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  float: left;
  width: 58.3333333333%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  float: left;
  width: 66.6666666667%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  float: left;
  width: 75%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  float: left;
  width: 83.3333333333%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  float: left;
  width: 91.6666666667%;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  float: left;
  width: 100%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-0 {
  right: auto;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-1 {
  right: 8.3333333333%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-2 {
  right: 16.6666666667%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-3 {
  right: 25%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-4 {
  right: 33.3333333333%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-5 {
  right: 41.6666666667%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-6 {
  right: 50%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-7 {
  right: 58.3333333333%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-8 {
  right: 66.6666666667%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-9 {
  right: 75%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-10 {
  right: 83.3333333333%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-11 {
  right: 91.6666666667%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.pull-xs-12 {
  right: 100%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-0 {
  left: auto;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-1 {
  left: 8.3333333333%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-2 {
  left: 16.6666666667%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-3 {
  left: 25%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-4 {
  left: 33.3333333333%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-5 {
  left: 41.6666666667%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-6 {
  left: 50%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-7 {
  left: 58.3333333333%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-8 {
  left: 66.6666666667%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-9 {
  left: 75%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-10 {
  left: 83.3333333333%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-11 {
  left: 91.6666666667%;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.push-xs-12 {
  left: 100%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-1 {
  margin-left: 8.3333333333%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-2 {
  margin-left: 16.6666666667%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-3 {
  margin-left: 25%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-4 {
  margin-left: 33.3333333333%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-5 {
  margin-left: 41.6666666667%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-6 {
  margin-left: 50%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-7 {
  margin-left: 58.3333333333%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-8 {
  margin-left: 66.6666666667%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-9 {
  margin-left: 75%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-10 {
  margin-left: 83.3333333333%;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-xs-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 544px) {
  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    float: left;
    width: 8.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    float: left;
    width: 16.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    float: left;
    width: 25%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    float: left;
    width: 33.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    float: left;
    width: 41.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    float: left;
    width: 50%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    float: left;
    width: 58.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    float: left;
    width: 66.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    float: left;
    width: 75%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    float: left;
    width: 83.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    float: left;
    width: 91.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    float: left;
    width: 100%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-0 {
    right: auto;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-1 {
    right: 8.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-2 {
    right: 16.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-3 {
    right: 25%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-4 {
    right: 33.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-5 {
    right: 41.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-6 {
    right: 50%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-7 {
    right: 58.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-8 {
    right: 66.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-9 {
    right: 75%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-10 {
    right: 83.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-11 {
    right: 91.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-sm-12 {
    right: 100%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-0 {
    left: auto;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-1 {
    left: 8.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-2 {
    left: 16.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-3 {
    left: 25%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-4 {
    left: 33.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-5 {
    left: 41.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-6 {
    left: 50%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-7 {
    left: 58.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-8 {
    left: 66.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-9 {
    left: 75%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-10 {
    left: 83.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-11 {
    left: 91.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-sm-12 {
    left: 100%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    float: left;
    width: 8.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    float: left;
    width: 16.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    float: left;
    width: 25%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    float: left;
    width: 33.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    float: left;
    width: 41.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    float: left;
    width: 50%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    float: left;
    width: 58.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    float: left;
    width: 66.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    float: left;
    width: 75%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    float: left;
    width: 83.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    float: left;
    width: 91.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    float: left;
    width: 100%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-0 {
    right: auto;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-1 {
    right: 8.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-2 {
    right: 16.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-3 {
    right: 25%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-4 {
    right: 33.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-5 {
    right: 41.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-6 {
    right: 50%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-7 {
    right: 58.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-8 {
    right: 66.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-9 {
    right: 75%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-10 {
    right: 83.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-11 {
    right: 91.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-md-12 {
    right: 100%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-0 {
    left: auto;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-1 {
    left: 8.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-2 {
    left: 16.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-3 {
    left: 25%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-4 {
    left: 33.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-5 {
    left: 41.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-6 {
    left: 50%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-7 {
    left: 58.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-8 {
    left: 66.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-9 {
    left: 75%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-10 {
    left: 83.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-11 {
    left: 91.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-md-12 {
    left: 100%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    float: left;
    width: 8.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    float: left;
    width: 16.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    float: left;
    width: 25%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    float: left;
    width: 33.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    float: left;
    width: 41.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    float: left;
    width: 50%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    float: left;
    width: 58.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    float: left;
    width: 66.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    float: left;
    width: 75%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    float: left;
    width: 83.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    float: left;
    width: 91.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    float: left;
    width: 100%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-0 {
    right: auto;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-1 {
    right: 8.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-2 {
    right: 16.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-3 {
    right: 25%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-4 {
    right: 33.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-5 {
    right: 41.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-6 {
    right: 50%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-7 {
    right: 58.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-8 {
    right: 66.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-9 {
    right: 75%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-10 {
    right: 83.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-11 {
    right: 91.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-lg-12 {
    right: 100%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-0 {
    left: auto;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-1 {
    left: 8.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-2 {
    left: 16.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-3 {
    left: 25%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-4 {
    left: 33.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-5 {
    left: 41.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-6 {
    left: 50%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-7 {
    left: 58.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-8 {
    left: 66.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-9 {
    left: 75%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-10 {
    left: 83.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-11 {
    left: 91.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-lg-12 {
    left: 100%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    float: left;
    width: 8.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    float: left;
    width: 16.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    float: left;
    width: 25%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    float: left;
    width: 33.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    float: left;
    width: 41.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    float: left;
    width: 50%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    float: left;
    width: 58.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    float: left;
    width: 66.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    float: left;
    width: 75%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    float: left;
    width: 83.3333333333%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    float: left;
    width: 91.6666666667%;
  }

  /* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    float: left;
    width: 100%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-0 {
    right: auto;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-1 {
    right: 8.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-2 {
    right: 16.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-3 {
    right: 25%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-4 {
    right: 33.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-5 {
    right: 41.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-6 {
    right: 50%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-7 {
    right: 58.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-8 {
    right: 66.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-9 {
    right: 75%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-10 {
    right: 83.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-11 {
    right: 91.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .pull-xl-12 {
    right: 100%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-0 {
    left: auto;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-1 {
    left: 8.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-2 {
    left: 16.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-3 {
    left: 25%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-4 {
    left: 33.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-5 {
    left: 41.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-6 {
    left: 50%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-7 {
    left: 58.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-8 {
    left: 66.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-9 {
    left: 75%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-10 {
    left: 83.3333333333%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-11 {
    left: 91.6666666667%;
  }

  /* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .push-xl-12 {
    left: 100%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
/* line 10, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
/* line 22, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
/* line 26, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #eceeef;
}
/* line 51, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
/* line 57, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 70, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

/* line 114, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

/* line 120, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
/* line 124, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}
/* line 130, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-inverse.table-bordered {
  border: 0;
}

/* line 143, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}

/* line 157, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow thead {
  float: left;
}
/* line 161, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
/* line 166, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
/* line 171, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}
/* line 180, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}
/* line 188, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow tr {
  float: left;
}
/* line 191, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 27, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 58, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}
/* line 36, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled {
  cursor: not-allowed;
}

/* line 60, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: 2.5rem;
}
/* line 64, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

/* line 76, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 88, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

/* line 94, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

/* line 100, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

/* line 113, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 126, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
/* line 134, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.form-control-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, .form-control-static.form-control-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 {
  padding-right: 0;
  padding-left: 0;
}

/* line 150, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 157, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

/* line 162, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 169, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

/* line 180, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 184, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 194, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
/* line 200, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check + .form-check {
  margin-top: -.25rem;
}
/* line 205, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

/* line 212, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 218, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}
/* line 223, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:only-child {
  position: static;
}

/* line 229, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
/* line 237, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}
/* line 241, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline.disabled {
  cursor: not-allowed;
}

/* line 251, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  margin-top: 0.25rem;
}

/* line 255, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback,
.has-success .form-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,
.has-success .custom-control {
  color: #5cb85c;
}
/* line 22, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #5cb85c;
}
/* line 34, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
/* line 40, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #5cb85c;
}
/* line 268, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback,
.has-warning .form-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,
.has-warning .custom-control {
  color: #f0ad4e;
}
/* line 22, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #f0ad4e;
}
/* line 34, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
/* line 40, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
/* line 276, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label,
.has-danger .custom-control {
  color: #d9534f;
}
/* line 22, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .form-control {
  border-color: #d9534f;
}
/* line 34, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
/* line 40, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-danger .form-control-feedback {
  color: #d9534f;
}
/* line 284, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
  /* line 304, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 311, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 318, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 322, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 326, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.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 334, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 338, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 345, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 351, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 354, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  /* line 360, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:focus, .btn:hover {
  text-decoration: none;
}
/* line 32, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.focus {
  text-decoration: none;
}
/* line 36, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
/* line 43, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

/* line 52, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 62, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}
/* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}
/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 65, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
/* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 68, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}
/* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 71, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}
/* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 74, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}
/* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 77, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}
/* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 82, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 73, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 80, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}
/* line 98, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: #43a7fd;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: #43a7fd;
}

/* line 85, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
/* line 73, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
/* line 80, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
/* line 98, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

/* line 88, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 73, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 80, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
/* line 98, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

/* line 91, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 73, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 80, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
/* line 98, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

/* line 94, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 73, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 80, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
/* line 98, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

/* line 97, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 73, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 80, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
/* line 98, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}
/* line 112, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
/* line 119, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  border-color: transparent;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

/* line 145, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 149, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 159, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 165, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 173, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_animation.scss */
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_animation.scss */
.fade.in {
  opacity: 1;
}

/* line 10, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_animation.scss */
.collapse {
  display: none;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_animation.scss */
.collapse.in {
  display: block;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_animation.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
/* line 22, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 59, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

/* line 116, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 121, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.open > a {
  outline: 0;
}

/* line 130, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 135, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 141, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap;
}

/* line 150, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 167, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
/* line 174, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 10, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  margin-left: -0.5rem;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}
/* line 41, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 46, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

/* line 53, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 58, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 72, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
/* line 111, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 116, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 121, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 140, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn .caret {
  margin-left: 0;
}

/* line 144, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

/* line 149, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

/* line 160, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}
/* line 173, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 178, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 188, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 191, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 194, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 198, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 202, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 207, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 227, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}
/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 40, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.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 52, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 83, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 96, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
/* line 101, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
/* line 109, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 121, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 130, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 133, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 142, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 150, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 159, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 161, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
/* line 172, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
/* line 178, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 12, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}
/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control + .custom-control {
  margin-left: 1rem;
}

/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}
/* line 34, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
/* line 39, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
/* line 46, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
/* line 51, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

/* line 62, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 83, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 91, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 103, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 119, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-controls-stacked .custom-control {
  display: inline;
}
/* line 122, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}
/* line 128, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 142, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 158, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}
/* line 163, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}
/* line 174, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
/* line 181, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 186, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 202, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

/* line 210, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 222, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
/* line 239, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
/* line 244, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}
/* line 261, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 12, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: inline-block;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #818a91;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 35, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-inline .nav-item {
  display: inline-block;
}
/* line 39, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

/* line 50, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
/* line 59, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
/* line 64, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
/* line 92, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
/* line 108, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-item {
  float: left;
}
/* line 111, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}
/* line 116, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

/* line 133, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-stacked .nav-item {
  display: block;
  float: none;
}
/* line 137, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

/* line 151, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 154, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0.25rem;
  }
}

/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  /* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-full {
    border-radius: 0;
  }
}

/* line 32, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  /* line 32, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 45, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 53, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  /* line 53, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-sticky-top {
    border-radius: 0;
  }
}

/* line 70, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
/* line 81, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}
/* line 96, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-divider::before {
  content: "\00a0";
}

/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 125, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-item {
  float: left;
}
/* line 129, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}
/* line 134, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
/* line 139, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

/* line 146, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* line 155, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* line 173, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 180, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: white;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
/* line 189, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}
/* line 207, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 543px) {
  /* line 222, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 544px) {
  /* line 219, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-xs {
    display: block !important;
  }
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  /* line 235, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 232, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-sm {
    display: block !important;
  }
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  /* line 248, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 245, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggleable-md {
    display: block !important;
  }
}

/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-block {
  padding: 1.25rem;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-block::after {
  content: "";
  display: table;
  clear: both;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 29, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 46, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 53, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 59, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 70, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-header::after {
  content: "";
  display: table;
  clear: both;
}
/* line 76, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 81, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-footer::after {
  content: "";
  display: table;
  clear: both;
}
/* line 87, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

/* line 97, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 104, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 114, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

/* line 117, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

/* line 120, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

/* line 123, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

/* line 126, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

/* line 131, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

/* line 134, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

/* line 137, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 140, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 143, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 146, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 27, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
/* line 33, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_cards.scss */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

/* line 162, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

/* line 169, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  border-radius: 0.25rem;
}

/* line 173, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 185, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 188, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (min-width: 544px) {
  /* line 222, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  /* line 229, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }

  /* line 235, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 544px) {
  /* line 247, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 257, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  /* line 265, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 272, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 275, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 278, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 282, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  /* line 285, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 288, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  /* line 293, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  /* line 296, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  /* line 312, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  /* line 316, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 1, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

/* line 10, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item {
  float: left;
}
/* line 14, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #818a91;
  content: "/";
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #818a91;
}

/* line 1, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item {
  display: inline;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 45, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.page-link:focus, .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
/* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
/* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

/* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag:empty {
  display: none;
}

/* line 25, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.btn .tag {
  position: relative;
  top: -1px;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 45, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 55, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag-default {
  background-color: #818a91;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: #687077;
}

/* line 59, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag-primary {
  background-color: #0275d8;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #025aa5;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag-success {
  background-color: #5cb85c;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #449d44;
}

/* line 67, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag-info {
  background-color: #5bc0de;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5;
}

/* line 71, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag-warning {
  background-color: #f0ad4e;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #ec971f;
}

/* line 75, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tags.scss */
.tag-danger {
  background-color: #d9534f;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #c9302c;
}

/* line 1, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media (min-width: 544px) {
  /* line 1, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-hr {
  border-top-color: #d0d5d8;
}

/* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: bold;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 35px;
}
/* line 32, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 45, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #c1e2b3;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 48, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #a6d5ec;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 51, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f7ecb5;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e4b9b9;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
}

/* line 33, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

/* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 42, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 50, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 55, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

/* line 60, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  /* line 69, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }

  /* line 74, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }

  /* line 81, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
/* line 91, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 95, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 99, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
  /* line 105, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
}
/* line 116, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

/* line 119, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  /* line 124, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
  }
}
/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}
@media screen and (min-width: 0\0) {
  /* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}
@media screen and (min-width: 0\0) {
  /* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}
@media screen and (min-width: 0\0) {
  /* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}
/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}
@media screen and (min-width: 0\0) {
  /* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_progress.scss */
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

/* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
}

/* line 27, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 30, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 36, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 39, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 53, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 63, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-right {
  padding-left: 10px;
}

/* line 67, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-left {
  padding-right: 10px;
}

/* line 76, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 86, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 25, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 29, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
/* line 41, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
/* line 44, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}
/* line 59, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
/* line 64, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

/* line 72, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-radius: 0;
}

/* line 83, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}
/* line 88, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action .list-group-item-heading {
  color: #333;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 116, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 120, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 3, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 10, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 25, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

/* line 29, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/* line 1, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
/* line 32, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 34, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 40, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 59, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 69, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 70, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.in {
  opacity: 0.5;
}

/* line 75, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

/* line 81, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 86, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin: 0;
  line-height: 1.5;
}

/* line 93, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 99, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  /* line 118, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }

  /* line 127, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 131, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 900px;
  }
}
/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 14, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
}
/* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 29, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
/* line 34, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 42, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
/* line 47, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 55, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
/* line 60, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 71, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 81, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 1, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
/* line 34, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
/* line 44, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
/* line 48, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
/* line 64, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
/* line 68, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 74, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 84, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
/* line 88, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 94, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}
/* line 116, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-title:empty {
  display: none;
}

/* line 121, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 131, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 141, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-arrow {
  border-width: 11px;
}

/* line 144, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-arrow::after {
  content: "";
  border-width: 10px;
}

/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .carousel-item {
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  /* line 29, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  /* line 34, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  /* line 39, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* line 48, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 54, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 58, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 65, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 68, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 71, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 76, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 79, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 89, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
/* line 104, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 107, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
/* line 122, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
/* line 134, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
/* line 138, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
/* line 144, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev::before {
  content: "\2039";
}
/* line 149, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next::before {
  content: "\203a";
}

/* line 161, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
/* line 172, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
/* line 189, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 202, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 214, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  /* line 227, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 234, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 237, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 243, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 250, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-inverse {
  background-color: #373a3c;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-faded {
  background-color: #f7f7f9;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

/* line 2, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 11, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 3, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
.pull-xs-left {
  float: left !important;
}

/* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
.pull-xs-right {
  float: right !important;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* line 3, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-sm-left {
    float: left !important;
  }

  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-sm-right {
    float: right !important;
  }

  /* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 3, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-md-left {
    float: left !important;
  }

  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-md-right {
    float: right !important;
  }

  /* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 3, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-lg-left {
    float: left !important;
  }

  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-lg-right {
    float: right !important;
  }

  /* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 3, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-xl-left {
    float: left !important;
  }

  /* line 6, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-xl-right {
    float: right !important;
  }

  /* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_pulls.scss */
  .pull-xl-none {
    float: none !important;
  }
}
/* line 5, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 3, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-a-0 {
  margin: 0 0 !important;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-a-1 {
  margin: 1rem 1rem !important;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-t-1 {
  margin-top: 1rem !important;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-r-1 {
  margin-right: 1rem !important;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-b-1 {
  margin-bottom: 1rem !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-l-1 {
  margin-left: 1rem !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-t-2 {
  margin-top: 1.5rem !important;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-r-2 {
  margin-right: 1.5rem !important;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-b-2 {
  margin-bottom: 1.5rem !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-l-2 {
  margin-left: 1.5rem !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-a-3 {
  margin: 3rem 3rem !important;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-t-3 {
  margin-top: 3rem !important;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-r-3 {
  margin-right: 3rem !important;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-b-3 {
  margin-bottom: 3rem !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-l-3 {
  margin-left: 3rem !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-a-0 {
  padding: 0 0 !important;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-a-1 {
  padding: 1rem 1rem !important;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-t-1 {
  padding-top: 1rem !important;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-r-1 {
  padding-right: 1rem !important;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-b-1 {
  padding-bottom: 1rem !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-l-1 {
  padding-left: 1rem !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-t-2 {
  padding-top: 1.5rem !important;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-r-2 {
  padding-right: 1.5rem !important;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-b-2 {
  padding-bottom: 1.5rem !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-l-2 {
  padding-left: 1.5rem !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-a-3 {
  padding: 3rem 3rem !important;
}

/* line 18, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-t-3 {
  padding-top: 3rem !important;
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-r-3 {
  padding-right: 3rem !important;
}

/* line 20, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-b-3 {
  padding-bottom: 3rem !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-l-3 {
  padding-left: 3rem !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 28, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 37, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-xs-left {
  text-align: left !important;
}

/* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-xs-right {
  text-align: right !important;
}

/* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 15, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 16, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 17, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 23, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 24, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 25, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 29, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 30, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 31, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-muted {
  color: #818a91 !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-muted:focus, a.text-muted:hover {
  color: #687077;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #0275d8 !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #5cb85c !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

/* line 4, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #d9534f !important;
}

/* line 21, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

/* line 49, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 7, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 14, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  /* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  /* line 14, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 14, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 14, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 14, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 19, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.hidden-xl-down {
  display: none !important;
}

/* line 31, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 31, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 38, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 45, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 45, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 53, /Users/andrewhaines/.rvm/gems/ruby-2.4.2/gems/bootstrap-4.0.0.alpha3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 1, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
body {
  background-color: #e0eaef;
}

/* line 5, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.hidden {
  display: none;
}

/* line 9, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.grad0 {
  max-width: 100%;
  padding: 0;
}

/* line 14, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.grad1 {
  max-width: 1200px;
}

/* line 18, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.grad2 {
  max-width: 1000px;
}

/* line 22, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.grad3 {
  max-width: 800px;
}

/* line 26, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.stack1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 31, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.stack2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 36, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.stack3 {
  margin-top: 45px;
  margin-bottom: 45px;
}

/* line 41, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.block {
  display: block;
  padding: 30px;
  position: relative;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
/* line 47, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.block.top {
  margin-top: -120px;
}
/* line 49, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.block.top.high {
  margin-top: -260px;
}
/* line 53, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.block.buffer {
  margin-bottom: 30px;
}
/* line 56, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.block.short {
  padding: 10px 30px;
}
/* line 59, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.block.alt {
  background: transparent;
  box-shadow: none;
}
/* line 63, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/layout.scss */
.block.border-left {
  border-left: 3px solid #eee;
}

/* line 3, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
body {
  font-family: "Lato", helvetica, sans-serif;
}

/* line 7, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #444;
}

/* line 14, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
h1,
h2,
h3 {
  margin-bottom: 20px;
}
/* line 18, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
h1 .fa,
h2 .fa,
h3 .fa {
  margin-right: 20px;
}

/* line 24, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.block hr {
  margin: 40px 0;
}
/* line 27, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.block:not(.alt) h2, .block:not(.alt) h3 {
  color: #1e6098;
}
/* line 30, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.block:not(.alt) h2 .fa, .block:not(.alt) h3 .fa {
  color: #fcd733;
  opacity: 0.5;
  margin-right: 15px;
}
/* line 36, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.block.alt h2, .block.alt h3 {
  color: #1e6098;
}
/* line 39, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.block.alt h2 .fa, .block.alt h3 .fa {
  color: #1e6098;
  opacity: 0.5;
  margin-right: 15px;
}

/* line 49, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.desc {
  padding: 20px;
  background: #eee;
  margin: 20px 0;
  border-radius: 5px;
}
/* line 54, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.desc.short {
  padding: 10px;
}
/* line 57, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.desc.alt {
  background: transparent;
  border: 1px solid #eee;
}
/* line 61, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.desc.red {
  background: #F9D1C3;
  color: #c9352b;
}
/* line 65, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.desc.yellow {
  background: rgba(252, 215, 51, 0.3);
  color: #444;
}
/* line 69, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.desc.green {
  background: #A8DBA8;
  color: #444;
}
/* line 73, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.desc.bump {
  margin-top: 50px;
}
/* line 76, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.desc .fa {
  margin-right: 10px;
  opacity: 0.5;
}

/* line 82, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.flash {
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
}
/* line 86, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.flash.notice {
  background: #479374;
  color: #FFF;
}
/* line 90, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.flash.alert {
  background: #c9352b;
  color: #FFF;
}

/* line 98, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
a {
  color: #1e6098;
}
/* line 100, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
a:hover:not(.btn):not(.guide) {
  color: #1e6098;
  text-decoration: none;
  border-bottom: 2px solid #fcd733;
}
/* line 105, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
a.red {
  color: #c9352b;
}
/* line 107, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
a.red:hover {
  color: #c9352b;
  text-decoration: none;
  border-bottom: 2px solid #c9352b;
}

/* line 118, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/typography.scss */
.fa.guide {
  background: #1e6098;
  color: #FFF;
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px;
}

/* line 4, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn .fa {
  margin-right: 10px;
  opacity: 0.7;
}
/* line 8, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn.new {
  position: absolute;
  top: 15px;
  right: 15px;
}
/* line 13, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn.new2 {
  position: absolute;
  top: 60px;
  right: 15px;
}
/* line 18, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn.delete {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* line 23, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn.upper-right {
  position: absolute;
  top: 15px;
  right: 15px;
}
/* line 28, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn.bottom-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* line 33, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn.buffer {
  margin-bottom: 10px;
}

/* line 38, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-success {
  background: #479374;
  border: 1px solid #479374;
}
/* line 41, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-success:hover {
  background: #479374;
  border: 1px solid #479374;
  opacity: .9;
}

/* line 48, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-outline-success {
  border: 1px solid #479374;
  color: #479374;
}
/* line 51, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-outline-success:hover {
  background: #479374;
  border: 1px solid #479374;
  opacity: .9;
}

/* line 58, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-primary {
  background: rgba(30, 96, 152, 0.6);
  border: 1px solid rgba(30, 96, 152, 0.6);
}
/* line 61, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-primary:hover {
  background: rgba(30, 96, 152, 0.6);
  border: 1px solid rgba(30, 96, 152, 0.6);
  opacity: .9;
}

/* line 68, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-outline-primary {
  border: 1px solid rgba(30, 96, 152, 0.6);
  color: rgba(30, 96, 152, 0.6);
}
/* line 71, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-outline-primary:hover {
  background: rgba(30, 96, 152, 0.6);
  border: 1px solid rgba(30, 96, 152, 0.6);
  opacity: .9;
}

/* line 78, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
.btn-link {
  color: rgba(30, 96, 152, 0.6);
}

/* line 82, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/buttons.scss */
div.resource-button,
div.currency-button {
  margin-bottom: 10px;
}

/* line 1, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/forms.scss */
.form-group {
  margin-bottom: 30px;
}
/* line 3, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/forms.scss */
.form-group label {
  font-weight: bold;
  margin-left: 10px;
}
/* line 7, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/forms.scss */
.form-group .form-control {
  margin-bottom: 10px;
}
/* line 10, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/forms.scss */
.form-group .input-group-addon {
  background: transparent;
  border: none;
}

/* line 16, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/forms.scss */
input[type="checkbox"] {
  margin-right: 5px;
}

/* line 1, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/modals.scss */
.modal-dialog {
  background: #FFF;
  padding: 50px;
}
/* line 4, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/modals.scss */
.modal-dialog .modal-body {
  padding: 10px 30px;
}

/* line 1, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  text-align: center;
}
/* line 6, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over {
  background-image: url("/assets/us-logo-u-e0a360e7f8bc90027d70ec11708f17b22fe5d5ba26bdfd37538f850d3e3d5e80.png");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 300px;
}
/* line 13, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over h1 {
  color: #FFF;
  font-size: 42px;
  padding: 140px 0 30px;
}
/* line 18, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over small.text-muted {
  color: #fcd733 !important;
}
/* line 21, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over .btn {
  margin: 0 0 10px;
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}
/* line 26, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over .btn.main {
  font-size: 24px;
  padding: 15px 30px;
}
/* line 30, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over .btn.home {
  position: absolute;
  top: 20px;
  left: 20px;
  border: none;
  overflow: visible;
  height: 70px;
}
/* line 38, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over .btn.session {
  position: absolute;
  top: 20px;
  left: 90px;
  border: none;
  overflow: visible;
  height: 70px;
}
/* line 46, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over .btn.logout, .billboard .over .btn.login {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 52, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over .btn.update {
  position: absolute;
  top: 20px;
  right: 130px;
}
/* line 58, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over ul.non-mobile-nav {
  list-type: none;
  position: absolute;
  top: 15px;
  left: 15px;
}
/* line 63, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over ul.non-mobile-nav li {
  display: inline-block;
}
/* line 65, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over ul.non-mobile-nav li a {
  padding: 15px 20px;
  color: #FFF;
}
/* line 71, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard .over a {
  color: rgba(30, 96, 152, 0.6);
  margin: 0 0 100px;
}
/* line 76, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.home {
  background-image: url("/assets/earth-lights-9329923c7a259a8e629b4c101c4fe418a81835fd2c1be66492ef79a64b408159.jpg");
  background-attachment: fixed;
  background-position: 0% 30%;
  height: 600px;
}
/* line 81, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.home .over {
  background-image: none;
  height: 600px;
}
/* line 84, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.home .over .main-logo {
  width: 300px;
  margin-top: 80px;
}
/* line 90, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.session {
  background-image: url("/assets/freight-yard-b09cd989753552ea2392d8d1f8b064b02cfd24a33d81f345df6c18e1bbb9821e.jpg");
  background-position: 0% 20%;
  height: 500px;
}
/* line 94, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.session .over {
  height: 500px;
}
/* line 96, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.session .over h1 {
  padding: 340px 0 30px;
}
/* line 101, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.welcome {
  background-image: url("/assets/ship-containers-6566371b834739ee0d13f2bf1ead47b7900bd98fb88ee3a520769a122d44fea1.jpg");
  background-position: 0% 20%;
}
/* line 106, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.user.usi {
  background-image: url("/assets/ship-containers-6566371b834739ee0d13f2bf1ead47b7900bd98fb88ee3a520769a122d44fea1.jpg");
  background-position: 0% 20%;
}
/* line 110, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.user.usl {
  background-image: url("/assets/freight-yard-b09cd989753552ea2392d8d1f8b064b02cfd24a33d81f345df6c18e1bbb9821e.jpg");
  background-position: 0% 20%;
}
/* line 115, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.company {
  background-image: url("/assets/ship-containers-6566371b834739ee0d13f2bf1ead47b7900bd98fb88ee3a520769a122d44fea1.jpg");
  background-position: 0% 40%;
}
/* line 119, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.billboard.plan {
  background-image: url("/assets/ship-containers-6566371b834739ee0d13f2bf1ead47b7900bd98fb88ee3a520769a122d44fea1.jpg");
  background-position: 0% 20%;
}

/* line 127, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer {
  margin-top: 100px;
  background: #ccc;
  padding: 50px 0;
  text-align: left;
}
/* line 132, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
  padding: 0;
}
/* line 138, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer p {
  font-size: 16px;
  margin: 0 0 4px;
  padding: 0;
  line-height: 18px;
  color: #444;
}
/* line 145, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer a {
  color: #444;
}
/* line 147, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer a:hover {
  color: #ccc;
}

/* line 153, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer-nav > li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 160, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer-nav > li > a {
  color: #fff;
  padding: 15px 10px;
  border-bottom: 3px solid transparent;
}

/* line 166, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer-nav > li:hover > a,
.footer-nav > li > a:focus {
  color: #fff;
  background: transparent;
  border-bottom: 3px solid #444;
}

/* line 173, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer-nav {
  float: none;
  margin: 0;
  text-align: center;
}

/* line 179, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/brand.scss */
.footer-logo {
  width: 150px;
  /*-webkit-animation:spin 10s linear infinite;
  -moz-animation:spin 10s linear infinite;
  animation:spin 10s linear infinite;*/
}

/* line 1, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-buttons {
  position: absolute;
}
/* line 3, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-buttons.discussion, .vote-buttons.comment {
  left: -50px;
}
/* line 7, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-buttons a {
  color: #444;
  border: none;
  position: absolute;
  left: 50%;
}
/* line 12, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-buttons a.up {
  margin-top: -15px;
}
/* line 15, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-buttons a.down {
  margin-top: 15px;
}
/* line 19, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-buttons a:hover {
  border: none;
  color: #ccc;
}
/* line 23, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-buttons span.discussion-votes-count,
.vote-buttons span.comment-votes-count {
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #ccc;
}

/* line 32, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-results {
  position: absolute;
}
/* line 34, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-results.discussion, .vote-results.comment {
  left: -50px;
}
/* line 38, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-results.hidden {
  display: none;
}
/* line 41, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-results .fa {
  color: #ccc;
  position: absolute;
  left: 50%;
}
/* line 45, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-results .fa.sort-up {
  margin-top: -15px;
}
/* line 48, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-results .fa.sort-down {
  margin-top: 15px;
}
/* line 52, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/discussion.scss */
.vote-results span.discussion-votes-count,
.vote-results span.comment-votes-count {
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #444;
}

/* line 3, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
table.dataTable {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

/* line 9, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 3px solid #eee;
}

/* line 15, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
table.dataTable > tbody > tr {
  line-height: 18px;
  border-top: 1px solid #e9e9e9;
}

/* line 20, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
table.dataTable tr.odd {
  background: transparent;
}

/* line 22, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
table.dataTable > tbody > tr > td,
table.dataTable > thead > tr > th {
  padding: 12px 12px;
}

/* line 27, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
table.dataTable > thead > tr {
  border: 1px solid #eee;
}

/* line 31, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
table.dataTable thead td {
  border-bottom: none;
}

/* This corrects simple_format spacing in dataTables */
/* line 36, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
tbody td > p {
  margin: 0;
}

/* line 40, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
table.dataTable.no-footer {
  border-bottom: 3px solid #ddd;
}

/* line 44, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
.dataTables_info,
.dataTables_paginate {
  padding: 20px 0 !important;
}

/* This mimics Bootstrap's .form-control for dataTables */
/* line 50, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
.dataTables_filter input, .dataTables_length select {
  /* display: block; */
  /* width: 100%; */
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* This mimics Bootstrap's .form-control for dataTables */
/* line 70, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
.dataTables_filter input:focus, .dataTables_filter select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 81, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
.dt-buttons {
  padding: 20px 0;
}
/* line 83, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/tables.scss */
.dt-buttons .dt-button {
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

@media (max-width: 543px) {
  /* line 8, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .container {
    padding: 0;
  }

  /* line 9, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .block {
    padding: 20px;
  }
  /* line 11, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .block.top {
    margin-top: 0;
  }

  /* line 15, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  h1 .fa,
  h2 .fa {
    display: block;
    margin: 15px auto;
  }

  /* line 20, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .text-muted {
    display: none;
  }

  /* line 23, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .btn {
    margin-bottom: 20px;
  }
  /* line 25, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .btn.new {
    position: initial;
    display: block;
    width: 100%;
  }

  /* line 33, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard .over .navbar-toggler {
    background: #1e6098;
    color: #FFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  /* line 46, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard .over ul.mobile-nav {
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding: 20px 0;
  }
  /* line 54, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard .over ul.mobile-nav li {
    display: block;
    padding: 5px 20px;
  }
  /* line 57, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard .over ul.mobile-nav li a {
    color: #FFF;
  }
  /* line 63, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard .over .btn.home {
    position: absolute;
    top: 20px;
    left: 20px;
    border: none;
    overflow: visible;
    height: 70px;
  }
  /* line 71, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard .over .btn.logout, .billboard .over .btn.login {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  /* line 77, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard .over .btn.update {
    display: none;
  }
  /* line 82, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard.home {
    background-attachment: scroll;
  }
  /* line 85, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .billboard.home .over .main-logo {
    width: 80%;
  }

  /* line 91, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .brand-video {
    height: 250px;
  }

  /* line 94, /Users/andrewhaines/Projects/rails/united-shipping/app/assets/stylesheets/responsive.scss */
  .footer {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
