.wpthemeDialogBorder {
    border:3px solid #4B4B4B; /*this is needed for IE*/
    border:3px solid rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0px 1px 12px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0 1px 12px rgba(0, 0, 0, 0.6);
    box-shadow:0px 1px 12px rgba(0, 0, 0, 0.6);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

.wpthemeDialogBorder .dialogContainer {
    background-color:#fff;
    *padding-bottom:1px; /* fix missing bottom border on IE7, asterisk prefix read by IE7 */
}

.wpthemeDialog .dialogPointer {
    position:absolute;
    width:13px;
    height:17px;
}

.wpthemeDialog .dialogPointer.right {
	background: url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position: 0 -54px;
    right:-10px;
}

.wpthemeDialog .dialogPointer.left {
	background: url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position: 0 -35px;
    left:-10px;
}

.wpthemeDialog .dialogPointer.top {
	background: url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position: 0 -73px;
    width:17px;
    height:13px;
}

.wpthemeDialog .msgIcon {
    width:48px;
    height:48px;
    padding:1em;
    background-repeat:no-repeat;
    background-position:center;     
}

.wpthemeDialog .msgBody {
    padding:0.5em;
}

.wpthemeDialog .msgError {
    background-image:url(/wps/themeModules/modules/dialog/css/images/msgError48.png);
}

.wpthemeDialog .msgInfo {
    background-image:url(/wps/themeModules/modules/dialog/css/images/msgInfo48.png);
}

.wpthemeDialog .msgSuccess {
    background-image:url(/wps/themeModules/modules/dialog/css/images/msgSuccess48.png);
}

.wpthemeDialog .msgWarning {
    background-image:url(/wps/themeModules/modules/dialog/css/images/msgWarning48.png);
}

.wpthemeDialog .wpthemeDialogContent {
    display:table;
    background-color:#fff;
    border:0 none;
    max-height:300px;
    overflow:auto;
}

.wpthemeDialog .wpthemeDialogContentBody {
    position:relative;
}

.wpthemeDialog .wpthemeDialogContent .wpthemeDialogContentBody > div {
    display:table-row;
}

.wpthemeDialog .wpthemeDialogContent .wpthemeDialogContentBody .south {
    display:block;
}

.wpthemeDialog .wpthemeDialogContent .west, .wpthemeDialog .wpthemeDialogContent .central, .wpthemeDialog .wpthemeDialogContent .east {
    display:table-cell;
    vertical-align:top;
}

.wpthemeDialog .wpthemeDialogContent .west, .wpthemeDialog .wpthemeDialogContent .east {
    width:10%;
}
.wpthemeDialog .dialogLoading {
	background-image:url("/wps/themeModules/modules/dialog/css/images/loading.gif");
    background-repeat:no-repeat;
    height:16px;
    width:16px;
}
.wpthemeDialog .dialogAltText {
	display:none;
}
.wpthemeDialogImagesOff .dialogAltText {
    display:inline;
}
.wpthemeDialog .dialogHeader {
	background-color:#3A3A3A;
    border-bottom:0 none;
    padding:13px 20px;
}
.wpthemeDialog .dialogHeaderText {
	position:relative;
    color:#FFFFFF;
    display:block;
    font-size:1.2em;
    margin:0;
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:0 none;
    padding:0;
    font-weight:bold;
    line-height:1.2;
}
.wpthemeDialog .dialogClose {
    border:0 none;
    padding:0;
    position:absolute;
    right:-15px;
    top:-15px;
    line-height:1em;
}
.wpthemeDialog .dialogClose img {
	background:url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position:0 0;
    height:32px;
    width:32px;
    border:0 none;
    line-height:0;
    vertical-align:middle;
}
.wpthemeDialog .wpthemeDialogFooter .wpthemeDialogBtn {
    margin-left:9px;
    margin-right:1px;	
}
.wpthemeDialog .wpthemeDialogBtn {
    padding:5px 15px;
    text-shadow:0 1px 1px #FFFFFF;
    background-color:#E7E7E7;
    border:0 none;
    border-collapse:separate;
    border-radius:3px 3px 3px 3px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
    color:#333333;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    font-size:0.9em;
    font-family:Arial,Helvetica,sans-serif;
}
.wpthemeDialogPopup {
	border:3px solid rgba(3, 3, 3, 0.45);
    border-radius:3px 3px 3px 3px;
    box-shadow:0 0 5px rgba(34, 34, 34, 0.5);
    color:#222222;
    position:relative;
    z-index:10000;
}
.wpthemeDialogPopup .wpthemeDialogPopupHeader {
    background:none repeat scroll 0 0 #FFFFFF;
    margin-bottom:-10px;
    position:relative;	
}
.wpthemeDialogPopup .wpthemeDialogPopupHeader .wpthemeDialogPopupHeading {
	border-bottom:2px solid #888888;
    font-size:1.2em;
    font-weight:bold;
    margin:0 20px;
    padding:20px 0 10px;
    color:#444444;
    line-height:1.2;
}
.wpthemeDialogPopup .wpthemeDialogPopupClose {
    line-height:0;
    position:absolute;
    right:-15px;
    top:-15px;
    z-index:10001;
}
.wpthemeDialogPopup .wpthemeDialogPopupClose img {
    background:url(/wps/themeModules/modules/dialog/css/images/dialogSprite.png) no-repeat top left;
    background-position:0 0;
    height:32px;
    width:32px;
    border:0 none;
    line-height:0;
    vertical-align:middle;
}
.wpthemeDialogPopup .wpthemeDialogPopupContent {
    background:none repeat scroll 0 0 #FFFFFF;
}
.wpthemeDialogPopup .wpthemeDialogPopupContentArea {
    padding:20px;
}
.wpthemeDialogPopup .wpthemeDialogPopupFooter {
    background:none repeat scroll 0 0 #FFFFFF;
    margin-top:-10px;
    padding:0 20px 20px;
}
.wpthemeDialogPopup .wpthemeDialogLearnLink {
	font-size:0.9em;
	color:#00649D;
    text-decoration:none;
}
.wpThemeDialogHighContrastTestNode {
	border: 1px solid;
	border-color: red green;
	position: absolute;
	height: 5px;
	top: -999px;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.portlet-dlg-icon-label {font-weight: bold;color: #000000;white-space: nowrap;}.portlet-icon-label {color: #000000;}.portlet-section-header {font-weight: bold;color: #333333;}.portlet-section-header-highlight {background-color: #F0F0F0;}.portlet-font {font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;}.portlet-section-subheader {color: #333333;}.portlet-table-selected {color: #333333;background-color: #c5d1de;}.portlet-table-alternate {color: #333333;}.portlet-table-header {font-weight: normal;color: #000000;text-align: left;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.portlet-table-body {text-align: left;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.portlet-table-subheader {font-weight: bold;color: #000000;text-align: left;}.portlet-form-input-field {border: 1px solid #999999;}.portlet-form-button {text-decoration: none;text-align: center;background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: normal;color: #000000;cursor: pointer;}.portlet-form-field, .portlet-form-field-label {color: #333333;}.portlet-font-dim {color: #808080;}.portlet-form-label {color: #333333;}.portlet-msg-error {color: #000000;}.portlet-msg-alert {color: #000000;}.portlet-msg-success {color: #000000;}.portlet-msg-info {color: #000000;}.portlet-section-text {color: #666666;}.portlet-msg-status {color: #333333;}.portlet-menu, .portlet-menu-cascade {background-color: #EEEEEE;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item {background-color: #EEEEEE;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-selected {background-color: #aaaaaa;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-hover, .portlet-menu-cascade-item-hover {background-color: #cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-hover-selected, .portlet-menu-cascade-item-hover-selected {background-color: #cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-cascade-item {background-color: #eeeeee;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px 3px 3px 3px;}.portlet-menu-cascade-item-selected {background-color:#cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px 3px 3px 3px;}.portlet-menu-separator, .portlet-menu-cascade-separator {background-color: #999999;}.portlet-menu-content, .portlet-menu-content-selected {background-color: #eeeeee;}.portlet-menu-content-hover, .portlet-menu-content-hover-selected {background-color: #cccccc;}.portlet-menu-caption {border-style: solid;border-color: #333333; border-width: 1px;}.portlet-separator {background-color: #999999;height: 1px;}div.portlet-separator {background-color: #999999;margin: 2px 0 2px 0;}.help {font-size: 1em; color: #000000;}.help_indent {font-size: 1em; color: #000000; background-color: #ffffff}A.help {font-size: 1em; color: #3366CC}A.help:visited {font-size: 1em; color: #666699}A.help:active {font-size: 1em; color: #3366CC}A.help:hover {font-size: 1em; color: #3366CC}H2.help {padding-left: 8px; font-weight: bold; font-size: 1.1667em; color: #000000; padding-top: 22px; border-bottom: 1px solid #B0B0B0; background-color: #F0F0F0; text-align: left}H3.help {font-size: 1.1667em; padding-left: 8px; font-weight: bold; padding-top: 3px; background-color: #F0F0F0}H3 A.help {font-size: 1.1667em; color: #000000; background-color: #F0F0F0; text-decoration: none}H4.help {padding-left: 8px; margin: 16px 20px 0px 20px; color: #000000; padding-top: 3px; background-color: #F0F0F0; text-align: left}H4 A.help {font-weight: normal; font-size: 1em; color: #000000; font-style: italic; background-color: #F0F0F0}P.help {padding-bottom: 0px; margin: 2px 20px 0px 30px; padding-top: 4px}P.help_indent {padding-bottom: 0px; margin: 2px 20px 0px 0px; padding-top: 4px}UL.help {margin-left: 56px; margin-right: 20px}OL.help {margin-left: 56px; margin-right: 20px}DL.help {margin-left: 56px; margin-right: 20px}PRE.help {margin-left: 30px; font-family: monospace; font-size: 1.1667em;}DT A.help {font-weight: 900; color: #000000}DD.help {padding-bottom: 20px; padding-top: 2px}LI.help {padding-bottom: 2px; padding-top: 2px}TABLE.help {padding-right: 20px; padding-left: 30px; margin-left: 28px}TH.help {text-align: center; padding-top: 5px; padding-bottom: 5px; vertical-align: top;}TD.help {padding-bottom: 3px; vertical-align: top; padding-top: 3px; text-align: left}.lotus_rtl TD.help {text-align:right;}samp, samp.help {font-family: monospace; font-size: 1.1667em;}TABLE.dataTable {color:black;width:90%;border-collapse: collapse;border-color:Black;background-color:white;margin-left:28px;}.dataTable TH {font-weight:bold;font-size:0.8em;color:black;background-color:#F0F0F0;}.wpsTableAdminHead {color:#333333;background-color:#CCCCCC;}.wpsAdminHeadSeparator {background-color:#999999;height:1px;}.wpsStatusMsg {color: #000000;background-color: #E7EFF7;margin: 10px 0px;padding: 5px;border: solid 2px #ABCACA;-moz-border-radius: 8px;}.wpsStatusMsg img {vertical-align: middle;}.wpsInstructionText {color: #6B6B6B;margin: 0.6em 0px 0px 0px;}.wpsInstructionText em {font-weight: bold;font-style: normal;color: #8A59A6;}.wpsInstructionHeadText {font-weight: bold;font-size: 1em;color: #405380;}.wpsIndentXSmall {padding-left: 4px;}.wpsIndentSmall {padding-left: 8px;}.wpsIndentMedium {padding-left: 16px;}.wpsIndentLarge {padding-left: 32px;}.wpsIndentXLarge {padding-left: 48px;}.wpsTaskIconText {font-weight: bold;color: #000000; white-space: nowrap;}.wpsTaskDisabledIconText {font-weight: bold;white-space: nowrap;color: #888888;}.wpsTaskIconBorderTable, .wpsTaskDisabledIconBorderTable {border: 0px;}.wpsTaskIconTextBackground {background-color: #DDDDDD; background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;vertical-align: middle;white-space: nowrap;}.wpsTaskDisabledIconTextBackground {background-color: #DDDDDD;background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;vertical-align: middle;white-space: nowrap;}.wpsDialogIconText {color: #000000; padding-left:5px;}.wpsDialogDisabledIconText {color: #888888;}.wpsDialogIconBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD;background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 0px none #919191;border-bottom: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 0px;margin: 0px;}.wpsDialogIconTextBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD; background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 1px solid #919191;border-bottom: 1px solid #919191;border-left: 0px none #919191;padding: 2px 4px;margin: 0px;white-space: nowrap;}.wpsDialogDisabledIconBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD;background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 0px none #919191;border-bottom: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 0px;margin: 0px;}.wpsDialogDisabledIconTextBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD; background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 1px solid #919191;border-bottom: 1px solid #919191;border-left: 0px none #919191;padding: 2px 4px;margin: 0px;white-space: nowrap;}.lotus_rtl .wpsDialogIconBackground, .lotus_rtl .wpsDialogDisabledIconBackground{border-left: 0;border-right: 1px solid #919191;}.lotus_rtl .wpsDialogIconTextBackground, .lotus_rtl .wpsDialogDisabledIconTextBackground{border-right: 0;border-left: 1px solid #919191;}.wpsDialogIcon {width: 16px;height: 16px;}.wpsButtonBarTop, .wpsButtonBarBottom {background-color: #DFDFDF;}.wpsPortletBack {background-color: #FFFFFF;}.wpsEditBack, .wpsConfigureBack {background-color: #FFFFFF;}.wpsAdvancedOptions {background-color: #e4e4e4;border: solid 1px #4A4A4A;margin-left: 10px;}.wpsPortletColorBack {background-color: #CCCCCC;}.wpsPortletHead, .wpsEditHead {font-weight: bold;color: #333333;}.wpsPortletText, .wpsEditText, .wpsPortletSmText, .wpsEditSmText, .wpsPortletTinyText {font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;}.wpsCopyrightText {font-size: 0.9166em;color: #999999;}.wpsTableHead {font-weight: bold;color: #222222.;text-align: left;}.lotus_rtl .wpsTableHead {text-align: right;}.wpsTableHead th {padding: 3px;}.wpsTableRow, .wpsTableNrmRow {color: #333333;background-color: #ffffff;}.wpsTableSelectedRow {color: #333333;background-color: #c5d1de;}.wpsTableShdRow {color: #333333;}.wpsTableRow td, .wpsTableNrmRow td, .wpsTableShdRow td {border-width: 1px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;padding: 3px;}.wpsTableHeadLink, .wpsTableHeadLink:visited, .wpsTableHeadLink:hover, .wpsTableHeadLink:active {font-weight: normal;color: #000000;}.wpsTable {border-width: 1px;border-style: solid;border-color: #aaaaaa;}.wpsTable td {vertical-align:top;}.wpsTable a:focus, .wpsTable .wpsLink:focus {outline-color: -moz-use-text-color;outline-style:dotted;outline-width:2px;}.wpsTableHeadStart, .wpsTableHeadMiddle, .wpsTableHeadEnd {font-weight: normal;color: #000000;text-align: left;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableHeadStartAlignCenter, .wpsTableHeadMiddleAlignCenter, .wpsTableHeadEndAlignCenter {font-weight: normal;color: #000000;text-align: center;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableHeadStartNumeric, .wpsTableHeadMiddleNumeric, .wpsTableHeadEndNumeric {font-weight: normal;color: #000000;text-align: right;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableDataStart, .wpsTableDataMiddle, .wpsTableDataEnd {text-align: left;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsTableDataStartAlignCenter, .wpsTableDataMiddleAlignCenter, .wpsTableDataEndAlignCenter {text-align: center;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsTableDataStartNumeric, .wpsTableDataMiddleNumeric, .wpsTableDataEndNumeric {text-align: right;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsPagingTable, .wpsPagingTableHeader, .wpsPagingTableFooter, .wpsPagingTableBody {border: 0px;margin: 10px 0;}.wpsPagingTableHeaderIcon, .wpsPagingTableFooterIcon {width: 16px;height: 16px;}.wpsPagingTableHeaderStart {background-color: #F0F0F0;border-top: 1px solid #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 0px none #aaaaaa;border-left: 1px solid #aaaaaa;}.wpsPagingTableHeaderMiddle {background-color: #F0F0F0;border-top: 1px solid #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 0px none #aaaaaa;border-left: 0px none #aaaaaa;}.wpsPagingTableHeaderEnd {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableTopRight.gif");background-repeat: no-repeat;background-position: right top;background-color: transparent;}.wpsPagingTableFooterStart {background-color: #F0F0F0;border-top: 0px none #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.wpsPagingTableFooterMiddle {background-color: #F0F0F0;border-top: 0px none #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 0px none #aaaaaa;}.wpsPagingTableFooterEnd {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableBottomRight.gif");background-repeat: no-repeat;background-position: right bottom; background-color: transparent;}.wpsPagingTableHeaderEmpty {height:7px;width:7px;line-height:1px;}.wpsTableRowDetail td {border-width:0px;text-align: left;border-width: 0px ! important;padding:2px 3px 5px 3px;}.wpsTableSectionHead {font-weight: bold;color: #000000;text-align: left;}.wpsTableSectionHead th {border-width: 1px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;padding: 3px 0 3px 5px;}.wpsTableTopRow td {border-color: #aaaaaa ! important;}.wpsPagingTableHeaderEmpty {height: 7px;width: 7px;line-height: 1px;}.wpsTableRowDetail td {border-width: 0px;text-align: left;border-width: 0px ! important;padding: 2px 3px 5px 3px;}.wpsCompactCheckBox, .wpsCompactRadioButton {height: 16px;margin-top: 0px;margin-bottom: 0px;}.wpsEditField{border: 1px solid #999999;}.wpsButtonText{font-weight: bold;color: #000000;background-color: #DDDDDD;background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;}.wpsButtonDisabledText {font-weight: bold;color: #888888;background-color: #DDDDDD; background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;}.wpsLabelText, wpsRequiredLabelText {color: #333333;}.wpsRequiredLabelText strong {color: #ff0000;}.wpsDescriptionText {color: #707070;}.wpsFieldErrorText {color: #000000;}.wpsFieldWarningText {color: #000000;}.wpsFieldSuccessText {color: #000000;}.wpsFieldInfoText {color: #000000;}.wpsInlineHelpText {color: #666666;}.wpsFieldMonospaced {font-family: monospace;font-size: 1.1667em;}.wpsFlagText {font-size: 0.9166em;color: #FF0000;}.wpsPortletTabBarSeparator {background: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/portletTabSeparator.gif");background-repeat: repeat-x;background-color: #95a5b9;margin: 0px;padding: 0px;height: 3px;}.wpsPortletTabSet {border: 0px;background-color: transparent;}.wpsPortletTab {border: 0px;background-color: transparent;}.wpsPortletSelectedTab {border: 0px;background-color: transparent;}.wpsPortletTabTopStart {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopLeft.jpg");background-repeat: no-repeat;background-position: bottom left;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletTabTopCenter {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopMiddle.jpg");background-repeat: repeat-x;background-position: bottom;}.wpsPortletTabTopEnd {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopRight.jpg");background-repeat: no-repeat;background-position: bottom right;border-style: none;background-color: transparent;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletTabMiddleStart {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 0px none #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 1px solid #C0C0C0;}.wpsPortletTabMiddleCenter {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;white-space: nowrap;border-style: none;}.wpsPortletTabMiddleEnd {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 1px solid #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 0px none #C0C0C0;}.wpsPortletTabBottomStart {background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 0px none #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 1px solid #C0C0C0;width: 5px;height: 5px;}.wpsPortletTabBottomCenter {background-color: #FFFFFF;border-style: none;}.wpsPortletTabBottomEnd {background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 1px solid #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 0px none #C0C0C0;width: 5px;height: 5px;}.wpsPortletSelectedTabTopStart {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopLeft.jpg");background-repeat: no-repeat;background-position: bottom left;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletSelectedTabTopCenter {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopMiddle.jpg");background-repeat: repeat-x;background-position: bottom;border-top: 0px solid #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px none #AAC2E6;}.wpsPortletSelectedTabTopEnd {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopRight.jpg");background-repeat: no-repeat;background-position: bottom right;border-style: none;background-color: transparent;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletSelectedTabMiddleStart {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-top: 0px none #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 1px solid #AAC2E6;}.wpsPortletSelectedTabMiddleCenter {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-style: none;white-space: nowrap;}.wpsPortletSelectedTabMiddleEnd {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-top: 0px none #AAC2E6;border-right: 1px solid #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px solid #AAC2E6;}.wpsPortletSelectedTabBottomStart {background-color: #FFFFFF;border-top: 0px none #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 1px solid #AAC2E6;width: 5px;height: 5px;}.wpsPortletSelectedTabBottomCenter {background-color: #FFFFFF;border-style: none;}.wpsPortletSelectedTabBottomEnd {background-color: #FFFFFF;border-top: 0px none #AAC2E6;border-right: 1px solid #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px none #AAC2E6;width: 5px;height: 5px;}.wpsPortletTabLink, .wpsPortletTabLink:visited, .wpsPortletTabLink:active, .wpsPortletTabLink:hover {color: #333333;}.wpsPortletSelectedTabLink, .wpsPortletSelectedTabLink:hover, .wpsPortletSelectedTabLink:visited, .wpsPortletSelectedTabLink:active {color: #2056A0;font-weight: bold;}.wpsPortletToolbar {background-color: #c5d1de;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarSection {border-width: 0px;}.wpsPortletToolbarButton {background-color: #c5d1de;padding: 3px;border-width: 1px;border-style: solid;border-color: #c5d1de;}.wpsPortletToolbarButtonRollover {background-color: #c5d1de;padding: 3px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarButtonPressed {background-color: #dadfe5;padding: 3px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsPortletToolbarButtonSelected {background-color: #aeb8c4;padding: 3px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsPortletToolbarButtonSelectedRollover {background-color: #aeb8c4;padding: 3px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarButtonIcon {width: 16px;height: 16px;}.wpsPortletToolbarControl {padding: 3px;}.wpsPortletToolbarText {color: #333333;}.wpsPortletToolbarDisabledText {color: #999999;}.wpsPortletToolbarLink, .wpsPortletToolbarLink:hover, .wpsPortletToolbarLink:visited, .wpsPortletToolbarLink:active {color: #333333;}.wpsPortletToolbarSeparator {background-color: #95a5b9;width: 1px;margin: 0px;padding: 0px;border-top: 0px none #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 0px none #e4edf5;border-left: 0px none #95a5b9;}.wpsPortletToolbarSpacer {padding: 0px 2px 0px 2px;}.wpsPortletToolbarHandle {background-color: #c5d1de;padding: 0px;margin: 0px;width: 1px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsBreadcrumbTrail {font-weight: bold;}.wpsBreadcrumbTrailLink, .wpsBreadcrumbTrailLink:hover, .wpsBreadcrumbTrailLink:visited, .wpsBreadcrumbTrailLink:active {font-weight: bold;color: #3366CC;text-decoration: underline;}.wpsPortletAccentArea {background-color: #c5d1de;color: #333333;}.wpsPortletAccentArea3DHighlight {background-color: #e4edf5;color: #333333;}.wpsPortletAccentArea3DShadow {background-color: #95a5b9;color: #333333;}.wpsWizardTitle {font-weight: bold;background-color: #c1c1c1;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 5px;}.wpsWizardStepNotification {background-color: #dfdfdf;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 5px;}.wpsWizardBottomSubmit {background-color: #c1c1c1;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 25px;}.wpsCursorPointer {cursor: pointer;}a.wpsPersonName {text-decoration: none;white-space: nowrap;color: #3366CC;}a.wpsPersonName:visited {text-decoration: none;white-space: nowrap;color: #666699;}a.wpsPersonName:hover {text-decoration: underline;white-space: nowrap;color: #666699;}.wpsGettingStartedTitle{font-size: 1.1667em;font-weight: normal;color: #2055A3;}.wpsGettingStartedHeader{font-size: 1em;font-weight: normal;color: #2055A3;}.wpsGettingStartedBody{font-size: 0.9166em;color: #616161;padding-top: 10px;}.wpsSearchInfoBar{font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;background-color: #c7d9f1;}.wpsSearchUrl, a.wpsSearchUrl {font-weight: bold;}.wpsSearchUrlAddressText{color: #008000;font-style: italic;}.wpsSearchAttributeText{color: #c1c1c1;font-style: italic;}.wpsEditorToolbar {max-height: 24px;background-color: #D8D8D8;border-top: 1px solid #aebccf;border-right: 1px solid #355787;border-bottom: 1px solid #355787;border-left: 1px solid #aebccf;border-top: 1px solid #cccccc;}.wpsEditorToolbarSection {border-width: 0px;}tr.wpsEditorToolbar {padding: 0px 2px 0px 2px;} table.wpsEditorToolbar {padding: 0px 0px 0px 0px;width: 100%;height: 24px; background-color: #f0f0f0;border-top: 1px solid #cccccc;border-bottom: 0px solid #cccccc;border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;background-color: white;background-image: url(/wps/DocEditor/images/editor_toolbar_gradient.gif);background-repeat: repeat-x;background-position: 0px 0px;} .wpsEditorToolbarButton {padding: 3px;margin: 0px;border-width: 1px;border-style: none;}.wpsEditorToolbarButtonRollover {background-color: WHITE;margin:0px;padding: 2px;border-top: 1px solid WHITE;border-right: 1px solid WHITE;border-bottom: 1px solid WHITE;border-left: 1px solid WHITE;}.wpsEditorToolbarButtonPressed {background-color: #d8d8d8;margin:0px;padding: 2px;border-top: 1px solid #888888;border-right: 1px solid #d8d8d8;border-bottom: 1px solid #d8d8d8;border-left: 1px solid #888888;}.wpsEditorToolbarButtonSelected {background-color: #aeb8c4;margin:0px;padding: 2px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsEditorToolbarButtonSelectedRollover {background-color: #aeb8c4;margin:0px;padding: 2px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsEditorToolbarButtonIcon {width: 18px;height: 18px;margin:0px;padding:0px;}.wpsEditorToolbarControl {padding: 1px 1px;}select.wpsEditorToolbarControl {border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;}.wpsEditorToolbarText {color: #333333;}.wpsEditorToolbarLink, .wpsEditorToolbarLink:hover, .wpsEditorToolbarLink:visited, .wpsEditorToolbarLink:active {color: #333333 ;}.wpsEditorToolbarSeparatorNew {background-color: #355787;height: 18px;width: 5px;margin: 0px;padding: 0px;border-top: 0px none #305080;border-bottom: 0px none #305080;border-left: 1px none #aebccf;}.wpsEditorToolbarSeparator {background-image: url(/wps/DocEditor/images/separator.gif);margin: 0px;padding: 0px 7px 0px 7px;}.wpsEditorToolbarSpacer {padding: 0px 2px 0px 2px;}.wpsEditorToolbarHandle {background-color: #c5d1de;padding: 0px;margin: 0px;width: 1px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsEditorTextArea {background-color: #fff;border: 1px solid #cccccc;padding: 0px;margin: 0px;}.wpsEditorTextAreaText {margin: 0px; padding: 0px;border: 0px none;}.clearing {clear: both;}.layoutRow {width: 99%;}.layoutColumn {width: 100%;}.generalErrorText {color: red;}.portlet-separator {margin:0px; line-height:1px;background-color: #999999;}.ibm-portlet-section-header {border-bottom: 1px solid #E0E0E0;}.information {color: #888; margin-bottom: 0.4em;}.ibm-portlet-section-body {width: 100%;clear: both;}.ibm-portlet-item-summary-list {padding:0;margin:0}.ibm-portlet-item-summary-list UL {padding: 0; margin: 0;}.ibm-portlet-item-summary-list LI {padding: 0; margin: 0; list-style: none;}.ibm-portlet-item-summary-list .ibm-portlet-item-summary {margin-bottom: 2em;}.centered-div-outer {overflow: hidden;position: relative; width: 100%;}.centered-div-outer[class] {display: table; position: static;}.centered-div-outer .centered-div-middle {position: absolute; top: 50%; text-align: center; width: 100%;} .centered-div-outer .centered-div-middle[class] {display: table-cell; vertical-align: middle; position: static;}.centered-div-outer .centered-div-middle .centered-div-inner {position: relative; top: -50%} .ibm-portlet-item-summary-list .ibm-portlet-item-summary {margin-bottom: 2em;}.ibm-portlet-item-summary H3 {margin:0;padding:0;display:inline; ;font-weight:normal;}.ibm-portlet-item-summary UL.property-list {margin: 0.05em 0; padding:0; width: 100%;}.ibm-portlet-item-summary UL.property-list LI {display: inline; color: gray; float: left; margin: 0; margin-right:0.5em; padding: 0; list-style-type: none;}.ibm-portlet-item-summary PRE.text {font-family: Helvetica, Arial, sans-serif; font-size: 1em;margin:0;padding:0;}.ibm-portlet-item-summary .abstract {padding: 0; margin-top: 0.75em;}.ibm-portlet-item-summary .abstract P {margin-top:0;padding-top:0;}.ibm-portlet-item-summary .item-affordance TD {padding-top: 0.7em; padding-bottom: 0.7em;}.ibm-portlet-item-summary .item-affordance TD.locked-icon {padding:0; vertical-align: top; text-align: right;}.ibm-portlet-item-summary .item-affordance TD.icon {vertical-align: middle; padding-left: 1.5em; padding-right: 1.5em;}.ibm-portlet-item-summary .item-affordance UL.property-list {padding-left: 0.7em;}.ibm-portlet-item-summary .item-affordance TD.folder .abstract {padding: 0 0.6em; margin-top: 0.75em;}.ibm-portlet-item-summary .item-affordance TD.document .abstract {padding: 0 0.6em; margin-top: 0.75em;}* HTML .ibm-portlet-item-summary .item-affordance TD .drag-image {margin-right: 10px;}*:first-child+html .ibm-portlet-item-summary .item-affordance TD .drag-image {margin-right: 10px;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary DIV.name-indent {padding: 0 0.6em;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.folder-link,TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.folder-link:visited {color: #0063DC;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.document-link,TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.document-link:visited {color: #0063DC;}A.document-link {color: #0063DC; text-decoration: none;}A.document-link:visited {color: #0063DC;}A.document-link:hover {text-decoration: underline;}.ibm-portlet-sidebar .info-section UL.property-list {margin: 0;padding: 0;}.ibm-portlet-sidebar .info-section UL.property-list LI {margin: 0;padding: 0;margin-bottom: 0.5em;list-style: none;}.ibm-portlet-sidebar .info-section UL.property-list LI LABEL {color: #888;}.palette h5{color: #FFFFFF !important;background-color: #578adb;background: #578adb url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/toolbar_background.gif) repeat-x;font-size: 1.333em;border: 1px solid;border-right: 0px;border-color: #97A9C1;height: 48px;margin-top: 0px; margin-bottom: 0px;}.palette h5 div{margin-top: 18px;margin-left: 10px;}.palette form{display: inline;}.contentTypeSearch{background-color: #E8EBF1;color: #7A93BB;margin-top: 0px;margin-bottom: 0px;}.contentTypeSearch table{margin-left: 10px;} .categoryTitleExpanded{background: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/palette_selected_cat.gif") repeat-x;background-position: top;background-color: #E8EBF1;font-size: 0.9166em;font-family: arial;padding: 5px 10px;color: #7A93BB;margin-bottom: 0px;}.categoryTitleCollapsed{background: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/palette_unselected_cat.gif") repeat-x;background-position: top;background-color: #E8EBF1;font-family: arial;font-size: 0.9166em;color: #7A93BB;padding: 5px 10px;margin-bottom: 0px;}.contentItemListCollapsed{display: none;}.contentItem{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #4E4E4E;}.contentItemGrayed{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #C6C6C6;}.contentItemHover{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #4E4E4E;}.contentItemGrayedHover{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #C6C6C6;}.contentItemIcon{vertical-align: middle; border: 0px;} .contentItem button{visibility: hidden;}.contentItemHover button{visibility: visible;}.contextMenu{border: 0px; background-color: transparent;} .actionMainArea{margin: 4px;}.actionFooter{margin-top: 4px;}.dropActive{border: 1px solid #FF9000;}.dropAware{border: 1px solid #FFEBC5;}.dijitRtl .wpsPagingTableHeaderEnd {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableTopRight_rtl.gif); background-position: left top;}.dijitRtl .wpsPagingTableFooterEnd {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableBottomRight_rtl.gif); background-position: left bottom;}.dijitRtl .wpsPagingTableHeaderStart {border-width: 1px 1px 0 0; border-style: solid solid none none;}.dijitRtl .wpsPagingTableFooterStart {border-width: 0 1px 1px 0; border-style: none solid solid none;}.dijitRtl .wpsPortletSelectedTabTopStart {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopRight.jpg); background-position: right bottom;}.dijitRtl .wpsPortletTabTopStart {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopRight.jpg); background-position: right bottom;}.dijitRtl .wpsPortletSelectedTabMiddleStart, .dijitRtl .wpsPortletTabMiddleStart, .dijitRtl .wpsPortletSelectedTabBottomStart, .dijitRtl .wpsPortletTabBottomStart {border-width: 0 1px 0 0; border-style: none solid none none;}.dijitRtl .wpsPortletSelectedTabTopEnd {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopLeft.jpg); background-position: left bottom;}.dijitRtl .wpsPortletTabTopEnd {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopLeft.jpg); background-position: left bottom;}.dijitRtl .wpsPortletSelectedTabMiddleEnd, .dijitRtl .wpsPortletTabMiddleEnd, .dijitRtl .wpsPortletSelectedTabBottomEnd, .dijitRtl .wpsPortletTabBottomEnd {border-width: 0 0 0 1px; border-style: none none none solid;}.dijitRtl .wpsTableDataStart, .dijitRtl .wpsTableDataMiddle, .dijitRtl .wpsTableDataEnd {text-align: right;}.dijitRtl .wpsTableHeadStart, .dijitRtl .wpsTableHeadMiddle, .dijitRtl .wpsTableHeadEnd {text-align: right;}.dijitRtl H2.help {text-align: right;}#mainSitemContainer .dijitContentPane {width:50% !important}#mainSitemContainer #dijit_layout_ContentPane_1{left:50% !important;right:50% !important;} #mainSitemContainer .dijitSplitContainerSizerH {left:49% !important;right:49% !important;cursor:default;}.lwpMenuItem, a.lwpMenuItem, a.lwpMenuItem:visited, a.lwpMenuItem:hover a.lwpMenuItem:active {color: #000000;text-decoration: none;background-color: #ffffff;}.lwpSelectedMenuItem, a.lwpSelectedMenuItem:visited, a.lwpSelectedMenuItem:hover, a.lwpSelectedMenuItem:active{background-color: #284888;color: #ffffff !important;text-decoration: none;cursor: pointer;}.lwpMenuItemDisabled, a.lwpMenuItemDisabled, a.lwpMenuItemDisabled:visited, a.lwpMenuItemDisabled:hover, a.lwpMenuItemDisabled:active {color: #888888 !important;text-decoration: none;background-color: #ffffff;font-style: italic;}.lwpBorderAll {border-right: 1px solid #DCDCDC;border-left: 1px solid #DCDCDC; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;}.lwpShadowBorder {border-right: 1px solid #888888;border-bottom: 1px solid #888888;}.lwpPpkList {width: 250px;height: 200px;border-right: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;border-left: 1px solid black;border-top: 1px solid black;overflow: auto;}.lwpPpkListBorder {width: 250px;height: 200px;border-left: 1px solid #a0a0a0;border-top: 1px solid #a0a0a0;border-bottom: 2px solid #c0c0c0;}.lwpPpkNormalText {background-color: white; color: black;}.lwpPpkSelectedText {background-color: #284888;color: white;}.wpthemeImagesOff .portlet-form-input-field,.wpthemeImagesOff .portlet-menu,.wpthemeImagesOff .wpsButtonText,.wpthemeImagesOff .wpsEditField {border-style: outset;}.weekday_header {font-size: 1em;background-color: #999999;color: #333333;}.other_month_header {background-color: #E4E3E3;color: #7E7001;height: 20px;}.current_month_header {background-color: #CBDBF3;color: #333333;height: 20px;}.other_month_cell {background-color: #F0F0F0;}.current_month_cell {background-color: #FFFFFF;color: Black;}.current_day_header {font-size: 1em;background-color: #92B5E6;color: #333333;height: 20px;}a.current_day_header:link {background-color: transparent;color: #333333;}a.other_month_header:link {background-color: transparent;color: #0000ff;}a.current_month_header:link {background-color: transparent;color: #0050C9;}.lwp-teamSpace-title, .lwp-webConference-title {font-weight: bold;background-color: #5C5C5C;color: #FFFFFF;}.popup-background {background-color: #eeeeee;}.lwp-middleToolbar {font-size: 1em;color: #737373; background-color: #FFFFFF;border-bottom: 0px solid #D8D8E0;padding: 4px 4px;margin: 0px;}.lwpAdminButton {font-size: 1em;color: #FFFFFF; background-color: #A0A0A0;text-decoration: none;padding: 0px 5px;margin: 0px;}.lwpAdminButtonLink, .lwpAdminButtonLink:hover, .lwpAdminButtonLink:active, .lwpAdminButtonLink:visited {font-size: 1em;font-weight: normal;color: #FFFFFF; background-color: #A0A0A0;margin: 0px;text-decoration: none;}.lwpNavButton {color: #FFFFFF; background-color: #70A8F0;margin: 0px;text-decoration: none;padding: 0px 5px;}.lwpNavButtonLink, .lwpNavButtonLink:hover, .lwpNavButtonLink:active, .lwpNavButtonLink:visited {font-weight: normal;color: #FFFFFF; background-color: #70A8F0;margin: 0px;text-decoration: none;}.button-link, a.button-link, a.button-link:hover, a.button-link:visited {text-decoration: none;color: #000000;}.lwpIconOnly, .lwpIconOnlyDisabled {border:0px;background-color:white;}.lwpDialogDisabledIconBackground, .lwpDialogIconBackgroundDisabled {text-decoration: none;text-align: center;vertical-align: top;background-color: #DDDDDD;background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;background-position: left center;border: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: normal;color: #888888;}.lwpSeparatorBg {background-color: #999999;height: 1px;}div.lwpSeparatorBg {background-color: #999999;margin: 2px 0 2px 0;}.borderNone {border-width: 0 ! important;}.lwpPortletTitleBorder {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/skin_border.gif");background-position: bottom;background-repeat: repeat-x;}.lwpSearchBar{margin: 5px 0;background-color: #ECECEC; text-align: right;} .lwpSearchBar table{margin-right: 0;margin-left: auto;}.lwpSearchBar td{padding: 5px 3px 5px 2px;}.lwpSearchBar .portlet-form-field-label{padding-left: 10px;}.lwpInlineHelp td{padding: 5px 10px 5px 1px;vertical-align: top;}.lwpMenuHeader, a.lwpMenuHeader, a.lwpMenuHeader:visited, a.lwpMenuHeader:hover {background-color: #F0F0F0;color: #000000;text-decoration: none;font-weight: normal;cursor: pointer;}.lwpMenuBackground {background-color: #ffffff;}.lwpLastReadMark {font-weight: bold;color: #FFFFFF;background-color: #666666;text-align: center;padding: 3px 0;}.lwpDateStampMark {font-weight: bold;color: #666666;background-color: #999999;text-align: center;padding: 3px 0px;}a.lwpCalLinkText {text-decoration: none;}a.lwpCalLinkText:hover {text-decoration: underline;}a.lwpCalDateLinkText, a.lwpCalDateLinkText:visited {text-decoration: none;color: #000000;}a.lwpCalDateLinkText:hover {text-decoration: underline;color: #666699;}a.lwpCalInactiveDateLinkText, a.lwpCalInactiveDateLinkText:visited {text-decoration: none;color: #a0a0a0;}a.lwpCalInactiveDateLinkText:hover {text-decoration: underline;color: #666699;}.lwpCal1WeekCellRow {height: 6em;font-weight: normal;}.lwpCalCellRow {height: 2.2em;font-weight: normal;}.lwpCalLDivider {border-left: solid 1px #aaaaaa;}.lwpCalNoBottom {border-bottom: none;}.lwpCalHeaderImage {padding: 12px 3px 2px 0px; margin-bottom: 5px;}.lwpCalAttendeeHeading {color: #898989;}.lwpCalSectionHeader {font-weight: bold;color: black;padding-top: 12px;padding-bottom: 2px;margin-bottom: 5px;display: block;}.lwpCalInviteeSection {padding-left:2px;}.lwpCalWeekNumber {color: #808080;}.lwpCalEntryHoverDetail {border : solid 1px #000000;position: absolute; visibility: hidden; width: 400px;overflow: hidden;}.lwpCalEventField {padding:5px 0px 3px 0px;}.lwpCalEntryHoverPosition {padding-left: 5px;}.lwpCalBgMeeting, .lwpCalBgWebConf {background-color: #C3D3E6;}.lwpCalBgAppointment{background-color: #D8F8D8;}.lwpCalBgAnniversary{background-color: #F8E8D0;}.lwpCalBgReminder{background-color: #F8F8D0;}.lwpCalBgAllDayEvent{background-color: #F8E0E0;}.lwpCalTodayCell {border: solid 1px #000000;}.lwpCalMonthDayCell {border-top: solid 1px #AAAAAA;height: 6.4em;width: 14%;}.lwpCalInactiveDayCell {background-color: #efefef;}.lwpCalInactiveDay {color: #a0a0a0;}.lwpCalSeperator {border-bottom: solid 1px #ffffff;}.lwpCalConflict {border-left: solid 2px #000000;}.lwpCalTimeText {text-align: right;}.lwpCalEntryPosition {padding-top: 2px;}.lwpCalBDivider {border-bottom: solid 1px #aaaaaa;}.chat_background {background-color: #FFFFFF;}.chat_partner_presence {border-top : 1px solid #AAAAAA;border-left : 1px solid #AAAAAA;border-color : #AAAAAA;padding: 3px;background-color: #EEEEEE;}.chat_partner_presence_corner {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/chat_presence_corner.gif");background-repeat: no-repeat;background-position: top;background-color: transparent;background-color: #FFFFFF;}.chat_partner_alert {border-top : 1px solid #AAAAAA;border-left : 1px solid #AAAAAA;border-right : 1px solid #AAAAAA;border-color : #AAAAAA;padding: 3px;background-color: #FFFFFF;color: #666666;}.chat_transcript {border-left : 1px solid #AAAAAA;border-right : 1px solid #AAAAAA;border-bottom : 1px solid #AAAAAA;border-top : 1px solid #AAAAAA;border-color : #AAAAAA;}.chat_transcript_nway {border-top : 1px solid #456A8B;border-left : 1px solid #456A8B;border-right : 1px solid #456A8B;border-bottom : 1px solid #456A8B;border-color : #456A8B;}.chat_message_input {border-top : 1px solid #AAAAAA;border-left : 1px solid #AAAAAA;border-right : 1px solid #AAAAAA;border-bottom : 1px solid #AAAAAA;border-color : #AAAAAA;background-color: #FFFFFF;}.chat_statusbar {border-top : 1px solid #AAAAAA;border-color : #AAAAAA;background-color: #EEEEEE;color: #AAAAAA;}.chat_participants {border-bottom : 1px solid #D8D8D8;border-color : #D8D8D8;}.lwp-agendaItemDocument {color: #585858;padding-top: 3px;padding-bottom: 3px;}.lwp-agendaItem-ul {padding-top: 3px;list-style-type: none;margin-left: 0px;margin-right: 20px;padding-bottom: 0px;}.lwp-agendaItem-li {padding-top: 0px;padding-bottom: 0px;}.lwp-agendaItem, .lwp-agendaItem:visited, a.lwp-agendaItem, a.lwp-agendaItem:active, a.lwp-agendaItem:visited, .lwp-agendaItemPage, a.lwp-agendaItemPage, .lwp-agendaItemSlide, .lwp-agendaItemPage:visited, .lwp-agendaItemSlide:visited {background-color: rgb(246,246,246);text-decoration: none;color: #7080A8;font-weight: normal;padding-top: 1px;padding-bottom: 1px;}a.lwp-agendaItem:hover, .lwp-agendaItemPage:hover, .lwp-agendaItemSlide:hover {text-decoration: underline;color: #639ACE;font-weight: normal;}.lwp-selectedAgendaItem, a.lwp-selectedAgendaItem {background-color: rgb(49, 106, 197);padding-top: 1px;padding-bottom: 1px;color:#FFFFFF;line-height: 150%;text-decoration: none;font-weight: bold;}.lwp-selectedAgendaItem:visited, a.lwp-selectedAgendaItem:visited {color: #FFFFFF;}a.lwp-selectedAgendaItem:hover {background-color: rgb(49, 106, 197);padding-top: 1px;padding-bottom: 1px;color:#FFFFFF;line-height: 150%;text-decoration: underline;font-weight: bold;}.lwpProjectorHeaderStart {background-color: #70A8F0; border-top: 1px solid #777777;border-right: 0px none #777777;border-bottom: 0px none #777777;border-left: 1px solid #777777;}.lwpProjectorHeaderMiddle {background-color: #70A8F0;border-top: 1px solid #777777;border-right: 0px none #777777;border-bottom: 0px none #777777;border-left: 0px none #777777; color: #343434;font-weight: bold;}.lwpProjectorHeaderEnd {background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/projectorTableTopRight.gif");background-repeat: no-repeat;background-position: right top;background-color: transparent;}.lwpSlideTable {border-width: 1px;border-style: solid;border-color: #000000;}.lwpSlideTableHeadStart, .lwpSlideTableHeadMiddle, .lwpSlideTableHeadEnd {font-weight: bold;color: #989898;text-align: left;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: solid;border-color: #000000;}.lwpSlideBorder{border-color: #b0b0c0;border-style: solid;border-width: 1px 1px 1px 1px;}.lwpAgendaFrameDiv{position:absolute;width:100%;visibility:hidden;bottom:0;border:1px solid rgb(233, 233, 233);background-color: rgb(246, 246, 246);top:80px;}.lwpAttendeesFrameDiv{width:100%;position:absolute;bottom:0;border:1px solid rgb(233, 233, 233);background-color: rgb(246, 246, 246);visibility:hidden;overflow:auto;top:26px;}.lwpDownloadsFrameDiv{width:100%;position:absolute;bottom:2px;visibility:hidden;top:26px;}.lwpHostingStarted {font-size: 1.1667em;font-weight: bold;color: #FFFFFF;}.lwpHostingStartedLarge {font-size: 1.1667em; font-weight: bold;color: #FFFFFF;}.lwp_labelNormalStyle, a.lwp_labelNormalStyle, a.lwp_labelNormalStyle:visited, a.lwp_labelNormalStyle:active {color: #000000; text-decoration: none;}.lwp_labelHighlightStyle, a.lwp_labelHighlightStyle, a.lwp_labelHighlightStyle:active, a.lwp_labelHighlightStyle:visited {font-weight: bold;text-decoration: none;color: #FFFFFF; background-color: #A0A0A0; padding-right: 5px;}.lwp_labelMouseoverStyle, a.lwp_labelMouseoverStyle:hover, a.lwp_labelMouseoverStyle:active {font-weight: normal;text-decoration: underline;color: #000000;}.lwp_labelDragoverStyle{font-weight: normal;text-decoration: underline;color: #000000;}.lwpFldNodeLableSpacing, .lwpFldNodeLabelSpacing {padding-left: 5px;}.lwpPeopleFlyoutExpanded {background-color: #DEDEDE;border-left: 1px solid #9A9A9A;border-right: 0px;border-top: 0px;border-bottom: 1px solid #DEDEDE;}.lwpPeopleFlyoutCollapsed {background-color: #DEDEDE;border-left: 1px solid #686868;border-right: 0px;border-top: 0px;border-bottom: 1px solid #DEDEDE;}.lwpPeopleFlyoutFrame {background-color: #DEDEDE;border-left: 1px solid #686868;border-right: 1px solid #686868;border-top: 1px solid #686868;border-bottom: 1px solid #686868;}.lwpTimeDateBorder {border:0px;} .lwpTimeDateCalBorder {background-color: white;border-top: 1px none #aaaaaa;border-right: 1px solid #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.lwpTimeDateCalText {font-weight: bold;}.lwpTimeDateDayName {text-align: center;font-weight: normal;vertical-align: middle;background-color: white;border-top: 1px none #aaaaaa;border-right: 1px none #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 1px none #aaaaaa;}.lwpTimeDateDay {text-align: center;vertical-align: middle;background-color: white;border-width: 0px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;}.lwpTimeDateWeekendDay {text-align: center;vertical-align: middle;background-color: white;border-width: 0px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;}.lwpTimeDateDayLink {text-decoration:none;}.lwpTimeDateCalTop {border: 1px solid #aaaaaa;background-color: #eeeeee;}.lwpTimeDateSelectedCalTop {border: 1px solid #606098;background-color: #d0d0d0;}.lwpTimeDateSelectedDay {text-align: center;vertical-align: middle;background-color: #ffffff;}.lwpTimeDateSelectedDayLink {text-decoration:none;text-align: center;vertical-align: middle;background-color: #d0d0d0;}.lwpTimeDateSelectedWeek {text-decoration:none;text-align: center;vertical-align: middle;background-color: #d0d0d0;}.lwpTimeDateSelectedAllWeeks {text-decoration:none;text-align: center;vertical-align: middle;background-color: #e8e8e8;}.lwpTimeDateWeek {text-decoration:none;text-align: center;vertical-align: middle;background-color: #ffffff;border: 1px solid #aaaaaa;}.lwpTimeDateMonthRadio {text-decoration:none;text-align: center;vertical-align: middle;width:15px;border-right: 1px solid #aaaaaa;}.lwpTimeDateWeekRadioOn {text-decoration:none;text-align: center;vertical-align: middle;background-color: #d0d0d0;width:15px;border-color: #aaaaaa;border-right: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.lwpTimeDateWeekRadioOff {text-decoration:none;text-align: center;vertical-align: middle;background-color: #ffffff;width:15px;border-color: #aaaaaa;border-right: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.lwpTimeDateEmptyDayName {font-weight: normal;text-align: center;vertical-align: middle;background-color: #ffffff;width:15px;border-right: 1px solid #aaaaaa;border-left: 1px none #aaaaaa;border-bottom: 1px solid #aaaaaa;}.outerTreeStyle{color: WindowText;border-width: 0px;border-style: none;padding:0px;font-weight: 400;}.nodeStyle{padding: 0px;letter-spacing: 0;border-collapse: collapse;}.scrollStyle{overflow: auto;width: 200px;}.tdStyle{padding: 0px;width: 200px;}.labelDragoverStyle{font-size: 11px;color: #000000;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;font-style: italic;}.linkTextStyle{text-decoration: none}.classForTreeSysIcons {}.tdTreeTabStyle{padding: 0px;width: 200px;margin:0px}.tdTableStyle{width: 200px;padding:0px;margin:0px}.headerStyle{width: 200px;background-color: ThreeDFace;color: WindowText;border-width: 1px;border-style: solid;border-color: ThreeDShadow;margin:0px;padding:0px;}.tree_outerTreeStyle{color: WindowText;border-width: 0px;border-style: none;padding: 0px;font-weight: 400;}.tree_nodeStyle {padding: 0px;letter-spacing: 0;border-collapse: collapse;margin: 0px;}.tree_scrollStyle{overflow: auto;width: 200px;}.tree_tdStyle{padding: 0px;width: 200px;}.tree_labelNormalStyle {font-size: 11px;color: #000000;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;}.tree_nodeImageStyle {border-right: 0px;border-top: 0px;border-left: 0px;width: 19px;border-bottom: 0px;height: 16px}.tree_labelHighlightStyle{font-size: 11px;color: #000000;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;font-weight: bold;}.tree_labelMouseoverStyle{font-size: 11px;color: #000000;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;font-style: italic;}.tree_labelDragoverStyle{font-size: 11px;color: #000000;background-color: #bbbbbb;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;font-style: italic;}.tree_linkTextStyle{text-decoration: none}.tree_classForTreeSysIcons {}.tree_tdTreeTabStyle{padding: 0px;width: 200px;margin:0px}.tree_tdTableStyle{width: 200px;padding:0px;margin:0px}.tree_headerStyle{width: 200px;background-color: ThreeDFace;color: WindowText;border-width: 1px;border-style: solid;border-color: ThreeDShadow;margin:0px;padding:0px;}.personMenu .personMenuActions {-moz-border-radius: 7px;}.personMenu .personMenuActions tr, .personMenu .personMenuActions.toggle {float:right; margin:1px 1px 1px 1px; padding:0px;}.toggle img {float:right;}.personMenu .businessCardExtended {width:390px;}.personMenu .toggle {width:390px;}.personMenu .toggle img{float:right;}.X-person-display-inline .personMenu .personMenuActions a:link, .X-person-display-inline .personMenuActions a:visited{}.lwpDialogIconBackground {text-decoration: none;text-align: center;vertical-align: top;background-color: #DDDDDD;background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;border: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: normal;color: #000000;cursor: pointer;}.lwpCalHeader {color: #3366CC;font-weight: bold;vertical-align: top;}.lwpCalTDivider {border-top: solid 1px #aaaaaa;}.lwpCalViewMenuPosition {padding-left: 2px;padding-top: 8px;padding-bottom: 8px;}.lwpCalFsizeX {font-size: 1.1667em;}.lwpButtonText {font-weight: bold;text-decoration: none;color: #000000;vertical-align: middle;background-color: #DDDDDD; background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-bottom: 1px solid #919191;border-right: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 2px;overflow: visible;margin: 0px;text-align: center;cursor: pointer;}.lwpButtonTextDisabled {text-decoration: none;text-align: center;vertical-align: middle;background-color: #DDDDDD;background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center;border-top: 1px solid #919191;border-bottom: 1px solid #919191;border-right: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: bold;color: #888888;}.lwpButtonSpacer {margin-right: 2px;}.lwpButtonGroup{margin: .25em 4px;}.lwpTreePanel {overflow: auto;height: 100%;width: 18em;}.lwpTreePanelBody {border-left: 1px solid #aaaaaa;border-right: 0px;border-top: 0px;border-bottom: 0px;}.lwpTreePanelHeader {background-color: #F0F0F0;border-left: 1px solid #aaaaaa;border-right: 0px;border-top: 1px solid #aaaaaa;border-bottom: 1px solid #aaaaaa;}.lwpTreePanelFooter {background-color: #F0F0F0;border-left: 1px solid #aaaaaa;border-right: 0px;border-top: 1px solid #aaaaaa;border-bottom: 1px solid #aaaaaa;}.lwpAlignRight {text-align: right;}.lwpMailboxRecipientAnchor, a.lwpMailboxRecipientAnchor {color: black;text-decoration: underline;cursor: pointer;}.lwpMailboxRecipientAnchor:hover, a.lwpMailboxRecipientAnchor:hover {color: black;text-decoration: underline;cursor: pointer;}.lwpMailboxRecipientAnchor:visited, a.lwpMailboxRecipientAnchor:visited {color:black;}.unreadMailText, a.unreadMailText {font-weight: bold;text-decoration: underline;color: #3366CC;}.lwp_nodeStyle {border-collapse: collapse; border-spacing:0px;}.lwp_tdStyle {white-space:nowrap; padding:0px;}.lwp_nodeImageStyle {border-top: 0px; border-right: 0px; border-left: 0px; border-bottom: 0px;}.lwp_linkTextStyle {text-decoration:none;}.wpthemeImagesOff .lwpButtonText {border-style: outset;}.stBanner{background-color:#3d7aa9;border-bottom:1px solid #3d7aa9;border-top:1px solid #3d7aa9;color:#fff;min-height:64px;box-sizing:border-box;font-size:75%}.stBannerContainer{margin:0 auto;max-width:1170px}.stBanner.stGroup{min-height:70px;overflow:hidden}.stBanner ul{padding:0;overflow:visible;list-style-type:none}#stBannerMenus{z-index:99;position:relative;background-color:#367aa9}#stBanner ul.stBannerMenus>li{display:block;float:left;margin:0;color:#fff;padding:0;height:54px}.stNoTouch ul.stBannerMenus>li>a.selected,.stNoTouch ul.stBannerMenus>li>a:hover{background-color:rgba(255,255,255,.13)}.stBanner ul.stBannerMenus li a:active,.stBanner ul.stBannerMenus li a:link,.stBanner ul.stBannerMenus li a:visited,.stBanner ul.stBannerMenus>li>span{color:#fff;font-weight:400;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:15px}.stBanner .stBranding{display:inline-block;border:0;padding:4px 25px 0;height:48px;float:left}@media (max-width :768px){.stBanner .stBranding{padding:2px 15px 0;position:absolute;left:55px}}.stBannerPhoto{height:24px;width:24px;border-radius:50%}.navBar{background-color:#fff;border-bottom:1px solid #f2f2f2;height:42px}.navBarContainer{max-width:1170px;margin:0 auto}.navBarContainer ul.stBannerMenus>li{display:block;float:left;margin:0 0 0 20px;color:#000;padding:0;height:42px;position:relative;top:5px}.navBar #stBannerMenus{z-index:99;position:relative;background-color:#fff}.navBar #stBannerMenus svg{fill:#3d7aa9}.navBar .topBarContainer{margin:0 auto;max-width:1170px}.topBar{background-color:#525051;height:30px;margin:0}
/*** CONTENT ***/
/**
	This contains the styles that are used to display the content on the page.
**/
/*.stMainContent {
	padding: 0 0 25px;
	margin: 0 auto;
	max-width: 1140px;
}*/

#accordion .ui-accordion-header {
    margin:0;
}

h4.ui-accordion-header {
	background-color: #f5f5f5;
	padding: 10px 15px;
	border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
}

div.ui-accordion-content {
	height: auto !important;
}

.panel-default>.panel-heading h4.panel-title a:after {
  content: "\f0d8";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a:after {
  content: "\f0d8";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading h4.panel-title.collapsed a:after {
  content: "\f0d7";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

form#originForm {
	background-color: #3d7aa9;
	border-radius: 5px;
	color: #fff;
	float: right;
	margin-top: 40px;
	padding: 30px;
	width: 220px;
}

form#originForm input {
	background-color: #f2f2f2;
	border: none;
	border-radius: 4px;
	color: #000;
	line-height: 30px;
	margin-bottom: 16px;
	padding: 0 6px;
	width: 208px;
}

form#originForm input.ohio-login-dialogue-existing-btn {
	background-color: #3d7aa9;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	width: 220px;
}

form#originForm .hide,
form#originForm .ohio-field-password-show-hide { 
	display: none; 
}


.oobSampleRichText p {
	font-size: 14px !important;
}

.ui-accordion .ui-accordion-header {
	background-color: #f5f5f5 !important;
	padding: 10px 6px 10px 26px !important;
}
.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 #d8d8d8 !important;
    background: #f5f5f5 !important;
    font-weight: normal;
    color: #333333 !important;
}

.ui-state-active .ui-icon, 
.ui-button:active .ui-icon {
        background-image: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/ui-icons_444444_256x240.png') !important;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-accordion .ui-accordion-content {
	overflow: auto !important;
    padding: 16px !important;
    min-height: unset;
      box-sizing:content-box !important;             
      -moz-box-sizing:content-box !important;
}

ul.nav.nav-tabs {
	background-color: #f2f2f2;
    border-bottom: none;
    height: 52px;
}

ul.nav.nav-tabs li {
	background-color: #f2f2f2;
	border-top: 2px solid #f2f2f2;
    padding: 4px 5px 6px 1px;
    text-transform: none;  
    letter-spacing: initial;
    font-stretch: condensed;
}

ul.nav.nav-tabs li.active {
	background-color: #ffffff;
	border-top: 2px solid #3d7aa9;
}

ul.nav.nav-tabs li:hover {
	border-top: 2px solid #3d7aa9;
}

ul.nav.nav-tabs li a,
ul.nav.nav-tabs li a:hover {
	border: none;
}

/*** end CONTENT ***/

.stControlHeader {position: relative; height: 0;}.stControlHeader > div {background-color: #e0e0e0; left: -1px; border: 1px solid #e0e0e0; float: right; opacity: 0.94; position: absolute; top: -54px; z-index: 99; display: none; width: 100%;}.stControlHeader div h2 {margin: 0; font-size: 14px; padding-left: .833em; display: table-cell; font-weight: normal; vertical-align: middle; color: #323232;}.stControlHeader .dndHandle {display: none;}.stControlHeader .stFocusableLink {display: none; visibility: hidden;}.edit-mode .stControlHeader .stFocusableLink {display: inline; visibility: visible;}.edit-mode .stControlHeader .dndHandle {display: inline; float: left; margin: 0 .333em 0 0; height: 1.6em; width: 100%; cursor: move; padding: 15px;}.stControlHeader > div > div {display: table-row; word-wrap: break-word;}.stControlHeader > div > div > a {border-width: 0; display: table-cell; vertical-align: top; width: 44px; outline: medium none; text-decoration: none; font-size: 0.9em; padding: 14px 8px 10px;}.stControlHeader > div > div > a:focus {outline: 1px dotted black;}.stControl {background-image: none; background-color: transparent; margin: 0 0 20px; padding: 0; width: auto;}.edit-mode.stNoTouch div.stControl.stHover .stControlHeader > div {display: table;}.edit-mode.stNoTouch div.stControl.stFocus .stControlHeader > div {display: table;}.edit-mode .component-container {box-shadow: 0 0 0 1px #e0e0e0; min-height: 20px; padding: 0;}.stWholeCol .stControl {margin: 0;}.edit-mode .stControlBody {min-height: 20px; box-shadow: 0 -1px 0 #e0e0e0; background-color: transparent;}.edit-mode .layoutNode {outline: 1px dotted #222; min-height: 1.667em; min-width: 3.333em;}iframe#dj_history {display: none;}.stLayoutContainers .portal-drop-target {display: none;}.stLayoutContainers div.ibmDndDropZonesActive .portal-drop-target {display: block; position: relative;}.stLayoutContainers div.ibmDndDropZonesActive .portal-drop-target div {color: #83B995; border: 1px solid #83B995; border-radius: 2px; background-color: #EDFCF2; position: absolute; z-index: 1000; opacity: 0.8;}.stLayoutContainers div.ibmDndDropZonesActive .portal-drop-target.ibmDndDropZoneOver div {background-color: #a0efba;}.stLayoutContainers div.ibmDndDropZonesActive .portal-drop-target.ibmDndDropZoneIllegal div,.stLayoutContainers div.ibmDndDropZonesActive.ibmDndDropZoneIllegal .portal-drop-target div {background-color: #ED486E; border-color: #A11222;}.stLayoutContainers div.ibmDndColumn.ibmDndDropZonesActive :first-child.portal-drop-target div {top: 0px;}.stLayoutContainers div.ibmDndColumn.ibmDndDropZonesActive .portal-drop-target div {top: -1.667em; left: -.083em; width: 100%; height: 2.5em;}.stLayoutContainers div.ibmDndRow.ibmDndDropZonesActive .portal-drop-target div {left: -1.25em; top: 2.083em; width: 1.667em;}.stLayoutContainers table.ibmDndDropZonesActive .portal-drop-target {display: block; color: #83B995; background-color: #EDFCF2; border: 1px solid #83B995; border-radius: 2px; margin: .417em; height: 2em; min-width: 1.667em;}.stLayoutContainers table.ibmDndDropZonesActive .portal-drop-target.ibmDndDropZoneOver {background-color: #a0efba;}.stLayoutContainers table.ibmDndDropZonesActive .portal-drop-target.ibmDndDropZoneIllegal,.stLayoutContainers table.ibmDndDropZonesActive.ibmDndDropZoneIllegal .portal-drop-target {background-color: #ED486E; border-color: #A11222;}.hiddenWidgetsDiv {font-size: 0.75rem;}.hiddenWidgetsDiv .stControl {margin: 0;}.hiddenWidgetsContainer {background-color:#ccc; display:none; margin: 16px 20px 10px; min-height: 20px !important;}


.st-section.homeHeader {
	background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/gw-bridge_allin1_051618.jpg");
	background-position: center 0px, center top;
	background-repeat: no-repeat, no-repeat;
	min-height: 467px;
}

.st-section.homeVideo {
	background-image: url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/ohio-top-fade.png"), url("/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/gw-bridge.jpg");
	background-position: center 91px, center top;
	background-repeat: no-repeat, no-repeat;
	min-height: 467px;
}

.st-row {
	margin: 0 auto !important;
	max-width: 1140px;
}

.st-row.fullWidth {
	max-width: none !important;
	position: absolute;
}

.st-section.homeHeader .header {
	color: #fff;
	margin-top: 40px;
}

.st-section.homeHeader .header h1 {
	margin-top: 8px;
	color: #fff;
}
.st-section.homeHeader .header h4 {
	margin-bottom: 8px;
	color: #fff;
}
.st-section.homeVideo .header {
	color: #fff;
	font-size: 21px;
	margin-top: 40px;
}

.st-section.homeVideo .header h1 {
	margin-top: 8px;
	color: #fff;
}
.st-section.homeVideo .header h4 {
	margin-bottom: 8px;
	color: #fff;
}

.st-section.homeHeader .oobSampleRichText { padding: 12px; }
.st-section.homeHeader .alerts .oobSampleRichText { 
	background-color: #ebebeb; 
	padding: 30px;
	margin: 12px;
}

.st-section.homeVideo .oobSampleRichText { padding: 12px; }
.st-section.homeVideo .alerts .oobSampleRichText { 
	background-color: #ebebeb; 
	padding: 30px;
	margin: 12px;
}

.st-section.homeHeader .boilerplate {
	margin-top: 60px;
}

.st-section.content-section {
	background-color: #fff;
	max-width: 960px;
	margin: 0 auto !important;
}

.st-section.homeHeader .headline a:after {
	content: " \f18e";
	font-family: FontAwesome;
	font-weight: normal!important;
}

@media (max-width: 800px) {
	.st-section.homeHeader .boilerplate {
		margin-top: 160px;
	}
}
#stFooter{min-height:44px;background-color:#525051;clear:both;position:absolute;bottom:0;width:100%;line-height:1;font-size:75%}#stFooter .stPageNavigation nav>ul>li>div>a{padding:0;text-transform:none}#stFooterContainer{margin:0 auto;max-width:1140px}#stFooter ul li{color:#fff;display:inline-block;font-size:14px;padding:20px 30px 20px 0;text-transform:none}#stFooter .stPageNavigation .stNavSelected>div{background-color:transparent}@media (max-width :480px){#stFooter ul{padding:0}#stFooter ul li a{display:block;padding:1em 1.25em}}
/*** BODY & DOCUMENT ***/
/**
	This contains some general styles such as element level styles and those that are not specific to a particular
	part of the page.
**/

@font-face {
	font-family: 'Serifa-Reg';
	src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-reg.eot');
	src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-reg.eot') format('embedded-opentype'),
		 url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-reg.woff2') format('woff2'),
		 url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-reg.woff') format('woff'),
		 url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-reg.ttf') format('truetype');
} 

@font-face {
	font-family: 'Serifa-Med';
	src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-med.eot');
	src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-med.eot') format('embedded-opentype'),
		 url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-reg.woff2') format('woff2'),
		 url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-med.woff') format('woff'),
		 url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/fonts/serifa-med.ttf') format('truetype');
}

html,body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body#content {
	font: 100%/1.5 'Lato', Helvetica, Arial, Sans Serif;
	color: #000;
	font-size: 14px;
}

a,a:active {
	color: #10498F;
	text-decoration: none;
}
/*
.stNoTouch a:hover,.stNoTouch a:focus {
	color: #ffffff;
	text-decoration: underline;
}
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, .ohio-page-error-message-message, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-shadow: none!important; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small, .ohio-page-error-message-message small,
  h3 .small, .ohio-page-error-message-message .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3,
.ohio-page-error-message-message, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small, .ohio-page-error-message-message small,
  h3 .small, .ohio-page-error-message-message .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 32px;
  font-family: 'Serifa-Reg' !important; }

h2, .h2 {
  font-size: 26px;
  font-family: 'Serifa-Reg' !important; }

h3, .ohio-page-error-message-message, .h3 {
  font-size: 204px; }
  
  .oobSampleRichText h3 {
	font-family: Lato!important;
}

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

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 14px; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }
  
  blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }
  
ul,ol {
	font-size: 14px;
	margin: 0 0 10px 0;
}

ol { 
	list-style-type: decimal;
}

li {
	font-size: 14px;
	margin: 0;
}

ol li {
	margin-bottom: 10px;
}

#stPageFrame {
	background-color: #fff;
	min-height: 100%;
	position: relative;
}

.stToolbar {
	font-size: 75%;
}

/* Accessibility */
.wpthemeAltText { display: none; }
.a11yHighContrast .wpthemeAltText { display: block; }
.a11yHighContrast .stSearchButton span {
	width: 1em;
}

.a11yHighContrast .stMobileNavToggle span{
	width: 7.5em;
}

.a11yHighContrast .stBranding {
	padding-left: 6em;
}

.a11yHighContrast .stBannerIcon, .a11yHighContrast .stSearchIcon {
	display: none;
}

.stSearchIcon title, .stLogo title {
	color: #FFF;
}

.container {
	margin: 0 auto;
    max-width: 1170px;
}

.innerFrame {
  min-height: calc(100vh - 1px);
  padding-bottom: 50px;
}

.oobSampleRichText p { color: #000!important; }

ul {
	list-style-type: disc;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%; }
caption { font: normal 2em Serifa-Reg, Cambria, Georgia, serif; margin: 25px 0 10px 0; padding: 0; color: #73a5cc; letter-spacing: .1em; text-align: left; text-shadow: 1px 2px 3px rgba(56,119,167,0.40); }
th { font-weight: bold; padding: 10px 10px 10px 0; text-align: left; line-height: 1.3em; font-size: .7em; text-transform: uppercase; text-align: left; }
td { padding: 10px 10px 10px 0; border-bottom: 1px solid #e7e9f1; line-height: 1.3em; text-align: left; vertical-align: top; }
tr:hover { background-color: #CCCCCC; }

/* table data and header widths */
.t65 { width: 65%; }
.t35 { width: 35%; }
.t30 { width: 30%; }
.t29 { width: 29%; }
.t20 { width: 20%; }
.t15 { width: 15%; }
.t10 { width: 10%; }
.t8 { width: 8%; }
.t7 { width: 7%; }
.t9 { width: 9%; }



@media only screen and (max-width: 700px) { 

th { display: none; }
td { padding: 5px 0; border: 0; line-height: 1.3em; font-size: .8em; display: block; clear: both; }
td.empty { height: 0; padding: 0; margin: 0; }
tr { border-bottom: 1px solid #ccc; }
tr:hover { background-color: #e7e9f1; }

}

.lrpForm .lrpSection {
	font-size: 14px !important;
}

/*** end BODY & DOCUMENT ***/

tr:hover { background-color: transparent; }
td { border-bottom: none; }
body#content { padding-bottom: 0px; }
.navBar { border-bottom: none; }

.stLogo {height: 4em; width: 4em; fill: #a7fae6;}.stBannerIcon {height: 2em; width: 2em; fill: #FFF;}.stBannerIcon .fade-out {opacity: 0;}.stBannerIcon .fade-in {opacity: 1; transition: opacity 0.25s ease-in-out; -moz-transition: opacity 0.25s ease-in-out; -webkit-transition: opacity 0.25s ease-in-out;}.stNavChildOpenIcon {height: 14px; width: 16px; fill: #FFF;}@media ( max-width : 768px) {.stNavChildOpenIcon {height: 24px; width: 24px; fill: #FFF;}}.stSkinMenuIcon {height: 24px; width: 44px; fill: #323232;}
/*** NAVIGATION ***/
/**
	This contains the classes used to style the navigation. This includes both wide screen and mobile navigation.
**/

/* Accessibility */
.stPageSelectedMsg {
	position: absolute;
	top: -99999px;
}

/* Draft and Hidden page titles */
.stDraftPageText::before {
	content: "(";
}

.stDraftPageText::after {
	content: ")";
}

.stHiddenPageText::before {
	content: "[";
}

.stHiddenPageText::after {
	content: "]";
}

.stHiddenPageText.stDraftPageText::before {
	content: "([";
}

.stHiddenPageText.stDraftPageText::after {
	content: "])";
}

.stNavigation, .stNavigationShow {
	padding-top: .667em;
	line-height: 1;
	height: 54px;
}

.stNoTouch .stNavigation nav a:hover, .stNoTouch .stNavigation nav a:focus,
	.stNoTouch .stNavigationShow nav a:hover, .stNoTouch .stNavigationShow nav a:focus
	{
	background-color: rgba(255, 255, 255, 0.13);
	color: #ffffff;
	text-decoration: none;
}

/* at 768px (64em) display of navigation becomes hidden */
@media ( max-width : 768px) {
	.stNavigation, .stNavigationShow {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 0;
		background: transparent;
		height: auto;
	}
	.stNavigation .stMobileNavBackground {
		background: transparent;
	}
	.stNavigation .stMobileNavBackgroundShow, .stNavigationShow .stMobileNavBackgroundShow
		{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
		z-index: 99;
		height: 100%;
	}
	.stNavigation .stPageNavigation, .stNavigationShow .stPageNavigation {
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		float: left;
		clear: both;
		padding-top: 0;
		line-height: 1;
		transition: left 0.25s;
		-moz-transition: left 0.25s;
		-webkit-transition: left 0.25s;
		transition-timing-function: linear;
	}
	.stNavigation .stPageNavigation {
		left: -150%;
	}
	.stNavigationShow .stPageNavigation {
		left: 0;
	}
	.stNoTouch .stNavigation nav div:hover, .stNoTouch .stNavigation nav a:focus,
		.stNoTouch .stNavigationShow nav div:hover, .stNoTouch .stNavigationShow nav a:focus
		{
		background-color: rgba(255, 255, 255, 0.13);
		color: #ffffff;
		text-decoration: none;
	}
	.stNoTouch .stNavigation nav a:hover, .stNoTouch .stNavigationShow nav a:hover
		{
		background-color: rgba(255, 255, 255, 0);
	}
}

/* at 550px hide the toolbar except for the site nav button */
@media ( max-width : 550px) {
	.wpToolbarRight, .wpToolbarApplications.wpToolbarToggle,
		.wpToolbarAdministration.wpToolbarToggle, .wpToolbarActionArea.toolbarToggle
		{
		display: none;
	}
}

.stNavigation ul {
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: 0;
}

/*** DYNAMIC PAGE CLOSE BUTTON ***/
.stNavList .stClose, .stNavList .stClose:active, .stNoTouch .stNavList .stClose:hover,
	.stNoTouch .stNavList .stClose:focus {
	background: none repeat scroll 0 0 #F9FBFF !important;
	border: 1px solid #00649D !important;
	color: #00649D !important;
	font-size: 0.8em;
	font-weight: bold !important;
	line-height: 0.8em;
	margin: .667em .417em 0 -1.25em;
	padding: .167em !important;
	text-decoration: none !important;
}
/*** end DYNAMIC PAGE CLOSE BUTTON ***/

/*** Page navigation (as opposed to footer) ***/
.stPageNavigation div {
	float: left;
}

.stPageNavigation nav:after {
	content: "";
	display: table;
	clear: both;
}

/* top level navigation */
.stPageNavigation nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible
}
/* top level list item */
.stPageNavigation nav ul li {
	margin: 0;
	display: inline;
	float: none;
}
/* secondary level list item */
.stPageNavigation nav ul li li {
	display: inline-block;
	float: left;
}

/* at 768px display of navigation becomes vertical */
@media ( max-width : 768px) {
	.stPageNavigation nav ul li {
		border-top: 1px solid #ebebeb;
		margin: 0px;
		display: block;
		float: left;
		width: 100%;
	}
	.stPageNavigation nav ul li:first-child {
		border-top: none;
	}
	/* no border in children */
	.stPageNavigation nav ul li div li {
		border-top: none;
	}
}

/* unselected top level links */
.stPageNavigation nav>ul>li>div>a {
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 16px 20px;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stNoTouch .stPageNavigation nav>ul>li>div>a:hover, .stNoTouch .stPageNavigation nav>ul>li>div>a:focus
	{
	color: #fff;
	text-decoration: none;
}

/* top level link child indicator */
.stPageNavigation .stNavHasChild {
	padding: 0 0 0 6px;
}

@media ( max-width : 768px) {
	.stPageNavigation nav>ul>li>div>a {
		padding: 0.875em 1.25em;
	}
	/* area around the link */
	.stNavTapArea {
		width: 200px;
	}
	/* top level link child indicator not visible */
	.stPageNavigation .stNavHasChild {
		display: none;
	}
}

/* selected top level link */
.stPageNavigation .stNavSelected>div {
	background-color: rgba(255, 255, 255, 0.13);
}

.stNoTouch .stNavigation nav .stNavSelected a:hover {
	background-color: rgba(255, 255, 255, 0.03);
}

/* second level in menu is vertical */
.stPageNavigation nav ul ul ul li {
	display: block;
	float: none;
	font-weight: normal;
	text-transform: none;
}

/* second level in menu */
.stPageNavigation nav ul div ul ul {
	float: none;
	display: list-item;
	position: relative;
}

/* column padding */
.stPageNavigation div>ul>li {
	padding-bottom: 1em;
}
/* top level (horizontal) padding */
.stPageNavigation li>div>ul>li>a {
	padding: 1em 4.167em .5em 0;
}
/* lower level (vertical) padding */
.stPageNavigation div>ul>li>ul>li {
	padding: .5em 4.167em .5em 0;
}

@media ( max-width : 768px) {
	/* column padding */
	.stPageNavigation div>ul>li {
		padding-bottom: 0;
	}
	/* top level (horizontal) padding */
	.stPageNavigation li>div>ul>li>a {
		padding: 1.071em 1.429em;
	}
	/* lower level */
	.stPageNavigation div>ul>li>ul>li {
		padding: 1.071em 1.429em;
	}
}

/* second level is also the top level of the mega-menu (horizontal) */
.stPageNavigation div>ul>li {
	font-size: 14px;
	font-weight: bold;
	color: #121212;
	text-transform: uppercase;
}
/* second level padding */
.stPageNavigation div>ul>li>a {
	padding: 1em 2.5em 1em 0;
}
/* parent page link within the sub menu */
.stPageNavigation .stNavParent {
	font-weight: normal;
	text-transform: uppercase;
}
/* second level links */
.stPageNavigation .stNavChild li a:link, .stPageNavigation .stNavChild li a:visited
	{
	background-color: #ffffff;
	color: #000000;
	display: block;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}
/* second level node selected, second level node hover */
.stPageNavigation .stNavChild .stNavChildSelected a span,
	.stPageNavigation .stNavChild a:hover span {
	color: #fff;
}

/* mobile navigation second level links */
@media ( max-width : 768px) {
	/* parent page link within the sub menu */
	.stPageNavigation .stNavParent {
		display: none;
	}
	.stPageNavigation .stNavChild li a:link, .stPageNavigation .stNavChild li a:visited
		{
		background: none;
		color: #ddd;
		max-width: 100%
	}
	.stPageNavigation .stNavChild .stNavChildSelected a span {
		color: #6eedd8;
	}
}

/* second level node selected but third is not*/
.stPageNavigation .stNavChild .stNavChildSelected ul li a span {
	color: #000000;
}

@media ( max-width : 768px) {
	.stPageNavigation .stNavChild .stNavChildSelected ul li a span {
		color: #ddd;
	}
	.stPageNavigation .stNavChild a:hover span {
		color: #ffffff;
	}
}

/* second level navigation for wide screen */
@media ( min-width : 768px) {
	/* the div that contains the second level */
	.stPageNavigation .stOpenNavLevel.stSecondLevelNav {
		position: absolute;
		float: left;
		background: none repeat scroll 0 0 #FFFFFF;
		border-bottom: 1px solid #ebebeb;
		left: 0;
		right: 0;
		z-index: 99;
	}
}

/* the mobile navigation second level */
@media ( max-width : 768px) {
	.stPageNavigation .stOpenNavLevel.stSecondLevelNav {
		background: none repeat scroll 0 0 #525051;
		position: inherit;
		width: 275px;
		text-overflow: ellipsis;
	}
	.stPageNavigation nav ul div {
		position: inherit;
		background: none;
		border-bottom: none;
		padding-left: 0;
		width: 100%;
	}
	.stPageNavigation nav ul .stSecondLevelNavOpen {
		display: block;
	}
}

/* keep secondary nav div open when secondary page is selected */
.stPageNavigation .stOpenNavLevel {
	display: block;
}

/*** End multi-level Navigation ***/

/*** Mobile Nav ***/

/* hide the nav menu toggle unless mobile */
.stMobileNavToggle, .stBanner .stPageNavigation nav ul .stNavParentToggle
	{
	display: none;
}

/* the navigation toggles show/hide for mobile */
@media ( max-width : 768px) {
	.stPageNavigation {
		background: none repeat scroll 0 0 #525051;
		margin-right: 2.5em;
		width: 300px;
		height: 100%;
	}
	.stMobileNavToggle {
		display: inline-block;
		box-sizing: border-box;
		float: left;
		padding: 13px 15px;
		position: absolute;
		left: 0;
		height: 54px;
	}
	.stMobileNavToggle.selected, .stNoTouch .stMobileNavToggle:hover,
		.stNoTouch .stNavigationShow .stParentContainer:hover {
		background-color: rgba(255, 255, 255, 0.13);
	}
	.stBanner .stPageNavigation nav ul .stNavParentToggle {
		display: block;
		color: #FFF;
		text-decoration: none;
		background: none;
		float: right;
		padding: 0.5em 0.938em;
		font-size: 16px;
		font-weight: normal;
	}
}

/*** End Mobile Nav ***/
.stLeft {float: left;}.stRight {float: right;}.stClear {clear: both;}.stDisplayNone {display: none;}.stDisplayInherit {display: inherit;}.stOverflowAuto {overflow: auto;}.stNoTouch .stUnderlineText:hover,.stNoTouch .stUnderlineText:focus {text-decoration: underline; cursor: pointer;}.stGroup:after {content: ""; display: table; clear: both;}
.loginContainer {
	background-color: #3d7aa9;
	border-radius: 6px;
	color: #fff;
	float: right;
	font-size: 16px;
	margin-right: 12px;
	padding: 20px 40px;
	width: 330px;
}

.loginContainer a {
	color: #fff;
	text-decoration: none;
}

.loginContainer a:hover {
	color: #fff;
	text-decoration: underline;
}

.loginContainer a:focus {
	color: #fff;
	text-decoration: underline;
}

.loginContainer label {
	color: #fff;
}

section.ohio-login-dialogue-existing {
	margin-top: 20px;
}

.loginContainer input,
.loginContainer .input-group,
.loginContainer label { 
	/*width: 100%;*/
}

.loginContainer button.ohio-login-dialogue-existing-btn {
	background-color: #3d7aa9;
	border: 2px solid #fff;
	border-radius: 4px;
	margin: 20px 0;
	padding: 3px 0;
	width: 100%; 
}

.loginContainer button.modalButton {
	border:none;
	background-color: transparent;
	padding: 0;
}

.loginContainer input {
	background-color: #fff;
	border: 2px solid #f2f2f2;
	border-radius: 4px;
}

.loginContainer img.lock-logo {
	width: 188px;
}

.loginContainer label.show-hide  {
	margin-top: 6px;
}

.loginContainer .headerImg {
	margin: 0 auto;
	width: 220px;
}

.loginContainer label.show-hide input[type=checkbox] {
	float: left;
	margin: 7px 10px 0 0;
	width: auto!important;
}

#loginHelpModal {
	font-size: 16px;	
}

#loginHelpModal button.bigHelpButton {
	background-color: #3d7aa9;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	height: 170px;
	margin-bottom: 20px;
	padding: 49px 40px;
	vertical-align: middle;
	width: 280px;
}

.suserdiv input,
.input-group input {
	color: #000;
}

.stControl {
	margin-bottom: 0 !important;
}

@media (max-width: 880px) {
	.loginContainer {
		float: none;
		margin: 0 auto;
	}
}

/*** Updates to CSS to support ohio-style.css ***/

.loginContainer {
    width: 420px;
}

.loginContainer .ohio-field-label {
  font-size: 1em;
  margin-left: 0px;
  margin-bottom: 0px;
}
.loginContainer .ohio-field-input, .loginContainer .ohio-checkbox-field {
  font-size: 1em;
  padding: 5px;
}
.loginContainer .ohio-field, .loginContainer .ohio-field-addon, .loginContainer .ohio-field-status, .loginContainer .ohio-textarea {
  margin-bottom: 0px;
}
.loginContainer .ohio-login-dialogue-existing-forgot {
  padding-top: 0px;
  text-align: left;
}
.loginContainer .ohio-login-dialogue-existing-link {
    font-size: 1rem;
}

.loginContainer .ohio-field .input-group .input-group-addon {
    font-size: 1rem; 
}

.loginContainer .ohio-field .input-group .input-group-addon:last-child {
    background: #FFF;
}

.loginContainer .ohio-field .input-group .input-group-addon {
    border: none;
}

/* Updates for Catfish Login Container */
.ohio-field, .ohio-field-addon, .ohio-field-status, .ohio-textarea, .ohio-field-input, .ohio-checkbox-field {
    font-weight: 400;
    width: 100%;
}

.ohio-login-dialogue .ohio-field .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-field-addon .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-field-status .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-textarea .input-group .input-group-addon:last-child {
    border-left-width: 0;
    border-right-width: 1px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ohio-field-password .fa-eye-slash {
    display: none;
}

.ohio-field-password-show-hide:checked ~ .fa-eye {
    display: none;
}

.ohio-field-password-show-hide:checked ~ .fa-eye-slash {
    display: block;
}

.theme-blue .ohio-field-password .input-group-addon .fa, .theme-blue .ohio-field-password .input-group-addon .ohio-external-nav-open-icon, .theme-blue .ohio-field-password .input-group-addon .ohio-external-takeover-close, .theme-blue .ohio-field-password .input-group-addon .ohio-external-takeover-close-icon, .theme-blue .ohio-field-password .input-group-addon .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .theme-blue .ohio-field-password .input-group-addon .select2-selection--single, .theme-blue .ohio-field-password .input-group-addon .select2-search--dropdown, .theme-blue .ohio-field-password .input-group-addon #toast-container .toast.toast-error::before, #toast-container .theme-blue .ohio-field-password .input-group-addon .toast.toast-error::before, .theme-blue .ohio-field-password .input-group-addon #toast-container .toast.toast-info::before, #toast-container .theme-blue .ohio-field-password .input-group-addon .toast.toast-info::before, .theme-blue .ohio-field-password .input-group-addon #toast-container .toast.toast-success::before, #toast-container .theme-blue .ohio-field-password .input-group-addon .toast.toast-success::before {
    color: #3D7AA9;
}

.hide-from-screen, .ohio-custom-dropdown-select-check, .ohio-field-password-show-hide {
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: fixed;
    height: 1px;
    width: 1px;
}

.ohio-field-password .input-group-addon {
    cursor: pointer;
}

.ohio-login-dialogue .ohio-field .input-group .input-group-addon, .ohio-login-dialogue .ohio-field-addon .input-group .input-group-addon, .ohio-login-dialogue .ohio-field-status .input-group .input-group-addon, .ohio-login-dialogue .ohio-textarea .input-group .input-group-addon {
    background-color: #ffffff;
    border: 1px solid #A1A1A1;
    border-right-width: 0;
}

.ohio-login-dialogue .ohio-field .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-field-addon .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-field-status .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-textarea .input-group .input-group-addon:last-child {
    border-left-width: 0;
    border-right-width: 1px;
}

.ohio-field .input-group .ohio-field-input:first-child, .ohio-field-addon .input-group .ohio-field-input:first-child, .ohio-field-status .input-group .ohio-field-input:first-child, .ohio-textarea .input-group .ohio-field-input:first-child, .ohio-field .input-group .ohio-checkbox-field:first-child, .ohio-field-addon .input-group .ohio-checkbox-field:first-child, .ohio-field-status .input-group .ohio-checkbox-field:first-child, .ohio-textarea .input-group .ohio-checkbox-field:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right-width: 0;
    padding-right: 0;
}

.hide-from-screen, .ohio-custom-dropdown-select-check, .ohio-field-password-show-hide {
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: fixed;
    height: 1px;
    width: 1px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@import url("https://hello.myfonts.net/count/32d152");
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/bootstrap/v334/fonts/glyphicons-halflings-regular.eot);src:url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/bootstrap/v334/fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'),url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/bootstrap/v334/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/bootstrap/v334/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/bootstrap/v334/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/bootstrap/v334/fonts/glyphicons-halflings-regular.svg) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.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}.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:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.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}.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:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.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,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/IY9HZVvI1cMoAHxvl0w9LVKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v13/rZPI2gHXi8zxUjnybc2ZQFKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v13/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v13/t85RP2zhSdDjt5PhsT_SnlKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v13/lEjOv129Q3iN1tuqWOeRBgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v13/cT2GN3KRBUX69GVJ2b2hxn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v13/1KWMyx7m-L0fkQGwYhWwuuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Serifa-Reg';
  src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/fonts/32D152_0_0.eot');
  src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/fonts/32D152_0_0.eot') format('embedded-opentype'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/') format('woff2'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/fonts/32D152_0_0.woff') format('woff'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/fonts/32D152_0_0.ttf') format('truetype');
} 

@font-face {
  font-family: 'Serifa-Med';
  src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/fonts/32D152_1_0.eot');
  src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/fonts/32D152_1_0.eot') format('embedded-opentype'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/') format('woff2'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/fonts/32D152_1_0.woff') format('woff'),url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/fonts/32D152_1_0.ttf') format('truetype');
}/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.12/r-2.1.0/se-1.2.0
 *
 * Included libraries:
 *   DataTables 1.10.12, Responsive 2.1.0, Select 1.2.0
 */

table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}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{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dtr-bs-modal table.table tr:first-child td{border-top:none}


table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#08C}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#0085c7}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#0083c5}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.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#0085c8}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#0081c1}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#0082c2}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#0083c4}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#0085c8}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#0086ca}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#0087cb}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#0081c1}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#0085c8}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#007dbb}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#007ebd}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#007fbf}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#007dbb}table.dataTable td.select-checkbox{position:relative}table.dataTable td.select-checkbox:before,table.dataTable td.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable td.select-checkbox:before{content:' ';margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after{content:'\2714';margin-top:-11px;margin-left:-4px;text-align:center;text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}table.dataTable tbody tr.selected,table.dataTable tbody th.selected,table.dataTable tbody td.selected{color:white}table.dataTable tbody tr.selected a,table.dataTable tbody th.selected a,table.dataTable tbody td.selected a{color:#a2d4ed}


/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
	touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
	user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-origin {
	position: absolute;
	height: 0;
	width: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
html{min-height:100%;height:100%}body.has-drawer{min-height:100%;height:100%}.has-inner-drawer{position:relative;overflow:hidden}.drawer{display:block;background-color:#f8f8f8;color:#333;border-right:1px solid #dfdfdf;min-height:1px;height:100%;top:0;left:0;position:fixed;z-index:1035;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.drawer-contents,.drawer-heading,.drawer-body,.drawer-nav,.drawer-footer,.drawer ul,.drawer li{display:inherit;margin:0;width:100%;position:relative}.drawer-right{left:auto;right:0;border-right:none;border-left:1px solid #dfdfdf;-webkit-box-shadow:0 -1px 1px rgba(0,0,0,0.05);box-shadow:0 -1px 1px rgba(0,0,0,0.05)}.drawer-inverse{background-color:#333;color:#eee;border-right:1px solid #1a1a1a}.drawer-inverse.drawer-right{border-right:1px solid #dfdfdf}.drawer-inside{position:absolute}.drawer-controls{float:right;margin-right:-16.66666667%;padding:10px;height:100%;position:relative;width:16.66666667%;z-index:500}.drawer-contents{background-color:#f8f8f8;height:100%;width:100%;overflow:auto}.drawer-right .drawer-controls{float:left;margin-left:-16.66666667%;margin-right:0}.drawer-heading{border-bottom:1px solid #dfdfdf;padding:10px 15px;color:inherit}.drawer-title{margin-top:0;margin-bottom:0}.drawer-inner-toggle{position:absolute;top:10px;right:10px}.drawer-body,.drawer-nav{padding:10px 15px}.drawer-nav,.drawer-fullnav{padding:10px 15px;margin-bottom:0;list-style:none}.drawer-nav li,.drawer-fullnav li{position:relative;margin-bottom:5px}.drawer-nav li a,.drawer-fullnav li a{color:#777;border-radius:4px;position:relative;display:block;padding:10px 15px}.drawer-nav li.active a,.drawer-fullnav li.active a,.drawer-nav li a:hover,.drawer-fullnav li a:hover,.drawer-nav li a:focus,.drawer-fullnav li a:focus{color:#515151;text-decoration:none;background-color:#fff}.drawer-fullnav{color:#fff;padding:0}.drawer-fullnav li{margin-bottom:0}.drawer-fullnav li a{border-radius:0}.drawer-inverse .drawer-contents{background-color:#333}.drawer-inverse .drawer-fullnav li a,.drawer-inverse .drawer-nav li a{color:#fff;padding:10px 15px}.drawer-inverse .drawer-fullnav li.active a,.drawer-inverse .drawer-fullnav li a:hover,.drawer-inverse .drawer-fullnav li a:active,.drawer-inverse .drawer-nav li.active a,.drawer-inverse .drawer-nav li a:hover,.drawer-inverse .drawer-nav li a:active{color:#eee;background-color:#1a1a1a}.drawer-footer{padding:10px 15px}.drawer-footer.locked{position:absolute;bottom:0;left:0}.dw-xs-12{width:100%}.fold.dw-xs-12{margin-left:-100%}.drawer-right.fold.dw-xs-12{margin-right:-100%}.dw-xs-11{width:91.66666667%}.fold.dw-xs-11{margin-left:-91.66666667%}.drawer-right.fold.dw-xs-11{margin-right:-91.66666667%}.dw-xs-10{width:83.33333333%}.fold.dw-xs-10{margin-left:-83.33333333%}.drawer-right.fold.dw-xs-10{margin-right:-83.33333333%}.dw-xs-9{width:75%}.fold.dw-xs-9{margin-left:-75%}.drawer-right.fold.dw-xs-9{margin-right:-75%}.dw-xs-8{width:66.66666667%}.fold.dw-xs-8{margin-left:-66.66666667%}.drawer-right.fold.dw-xs-8{margin-right:-66.66666667%}.dw-xs-7{width:58.33333333%}.fold.dw-xs-7{margin-left:-58.33333333%}.drawer-right.fold.dw-xs-7{margin-right:-58.33333333%}.dw-xs-6{width:50%}.fold.dw-xs-6{margin-left:-50%}.drawer-right.fold.dw-xs-6{margin-right:-50%}.dw-xs-5{width:41.66666667%}.fold.dw-xs-5{margin-left:-41.66666667%}.drawer-right.fold.dw-xs-5{margin-right:-41.66666667%}.dw-xs-4{width:33.33333333%}.fold.dw-xs-4{margin-left:-33.33333333%}.drawer-right.fold.dw-xs-4{margin-right:-33.33333333%}.dw-xs-3{width:25%}.fold.dw-xs-3{margin-left:-25%}.drawer-right.fold.dw-xs-3{margin-right:-25%}.dw-xs-2{width:16.66666667%}.fold.dw-xs-2{margin-left:-16.66666667%}.drawer-right.fold.dw-xs-2{margin-right:-16.66666667%}.dw-xs-1{width:8.33333333%}.fold.dw-xs-1{margin-left:-8.33333333%}.drawer-right.fold.dw-xs-1{margin-right:-8.33333333%}@media (min-width:768px){.dw-sm-12{width:100%}.fold.dw-sm-12{margin-left:-100%}.drawer-right.fold.dw-sm-12{margin-right:-100%}.dw-sm-11{width:91.66666667%}.fold.dw-sm-11{margin-left:-91.66666667%}.drawer-right.fold.dw-sm-11{margin-right:-91.66666667%}.dw-sm-10{width:83.33333333%}.fold.dw-sm-10{margin-left:-83.33333333%}.drawer-right.fold.dw-sm-10{margin-right:-83.33333333%}.dw-sm-9{width:75%}.fold.dw-sm-9{margin-left:-75%}.drawer-right.fold.dw-sm-9{margin-right:-75%}.dw-sm-8{width:66.66666667%}.fold.dw-sm-8{margin-left:-66.66666667%}.drawer-right.fold.dw-sm-8{margin-right:-66.66666667%}.dw-sm-7{width:58.33333333%}.fold.dw-sm-7{margin-left:-58.33333333%}.drawer-right.fold.dw-sm-7{margin-right:-58.33333333%}.dw-sm-6{width:50%}.fold.dw-sm-6{margin-left:-50%}.drawer-right.fold.dw-sm-6{margin-right:-50%}.dw-sm-5{width:41.66666667%}.fold.dw-sm-5{margin-left:-41.66666667%}.drawer-right.fold.dw-sm-5{margin-right:-41.66666667%}.dw-sm-4{width:33.33333333%}.fold.dw-sm-4{margin-left:-33.33333333%}.drawer-right.fold.dw-sm-4{margin-right:-33.33333333%}.dw-sm-3{width:25%}.fold.dw-sm-3{margin-left:-25%}.drawer-right.fold.dw-sm-3{margin-right:-25%}.dw-sm-2{width:16.66666667%}.fold.dw-sm-2{margin-left:-16.66666667%}.drawer-right.fold.dw-sm-2{margin-right:-16.66666667%}.dw-sm-1{width:8.33333333%}.fold.dw-sm-1{margin-left:-8.33333333%}.drawer-right.fold.dw-sm-1{margin-right:-8.33333333%}}@media (min-width:992px){.dw-md-12{width:100%}.fold.dw-md-12{margin-left:-100%}.drawer-right.fold.dw-md-12{margin-right:-100%}.dw-md-11{width:91.66666667%}.fold.dw-md-11{margin-left:-91.66666667%}.drawer-right.fold.dw-md-11{margin-right:-91.66666667%}.dw-md-10{width:83.33333333%}.fold.dw-md-10{margin-left:-83.33333333%}.drawer-right.fold.dw-md-10{margin-right:-83.33333333%}.dw-md-9{width:75%}.fold.dw-md-9{margin-left:-75%}.drawer-right.fold.dw-md-9{margin-right:-75%}.dw-md-8{width:66.66666667%}.fold.dw-md-8{margin-left:-66.66666667%}.drawer-right.fold.dw-md-8{margin-right:-66.66666667%}.dw-md-7{width:58.33333333%}.fold.dw-md-7{margin-left:-58.33333333%}.drawer-right.fold.dw-md-7{margin-right:-58.33333333%}.dw-md-6{width:50%}.fold.dw-md-6{margin-left:-50%}.drawer-right.fold.dw-md-6{margin-right:-50%}.dw-md-5{width:41.66666667%}.fold.dw-md-5{margin-left:-41.66666667%}.drawer-right.fold.dw-md-5{margin-right:-41.66666667%}.dw-md-4{width:33.33333333%}.fold.dw-md-4{margin-left:-33.33333333%}.drawer-right.fold.dw-md-4{margin-right:-33.33333333%}.dw-md-3{width:25%}.fold.dw-md-3{margin-left:-25%}.drawer-right.fold.dw-md-3{margin-right:-25%}.dw-md-2{width:16.66666667%}.fold.dw-md-2{margin-left:-16.66666667%}.drawer-right.fold.dw-md-2{margin-right:-16.66666667%}.dw-md-1{width:8.33333333%}.fold.dw-md-1{margin-left:-8.33333333%}.drawer-right.fold.dw-md-1{margin-right:-8.33333333%}}@media (min-width:1200px){.dw-lg-12{width:100%}.fold.dw-lg-12{margin-left:-100%}.drawer-right.fold.dw-lg-12{margin-right:-100%}.dw-lg-11{width:91.66666667%}.fold.dw-lg-11{margin-left:-91.66666667%}.drawer-right.fold.dw-lg-11{margin-right:-91.66666667%}.dw-lg-10{width:83.33333333%}.fold.dw-lg-10{margin-left:-83.33333333%}.drawer-right.fold.dw-lg-10{margin-right:-83.33333333%}.dw-lg-9{width:75%}.fold.dw-lg-9{margin-left:-75%}.drawer-right.fold.dw-lg-9{margin-right:-75%}.dw-lg-8{width:66.66666667%}.fold.dw-lg-8{margin-left:-66.66666667%}.drawer-right.fold.dw-lg-8{margin-right:-66.66666667%}.dw-lg-7{width:58.33333333%}.fold.dw-lg-7{margin-left:-58.33333333%}.drawer-right.fold.dw-lg-7{margin-right:-58.33333333%}.dw-lg-6{width:50%}.fold.dw-lg-6{margin-left:-50%}.drawer-right.fold.dw-lg-6{margin-right:-50%}.dw-lg-5{width:41.66666667%}.fold.dw-lg-5{margin-left:-41.66666667%}.drawer-right.fold.dw-lg-5{margin-right:-41.66666667%}.dw-lg-4{width:33.33333333%}.fold.dw-lg-4{margin-left:-33.33333333%}.drawer-right.fold.dw-lg-4{margin-right:-33.33333333%}.dw-lg-3{width:25%}.fold.dw-lg-3{margin-left:-25%}.drawer-right.fold.dw-lg-3{margin-right:-25%}.dw-lg-2{width:16.66666667%}.fold.dw-lg-2{margin-left:-16.66666667%}.drawer-right.fold.dw-lg-2{margin-right:-16.66666667%}.dw-lg-1{width:8.33333333%}.fold.dw-lg-1{margin-left:-8.33333333%}.drawer-right.fold.dw-lg-1{margin-right:-8.33333333%}}.fold{margin-right:0}.folding{height:100%;-webkit-transition-property:margin-left;transition-property:margin-left;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.drawer-right.fold{margin-left:0}.drawer-right.folding{-webkit-transition-property:margin-right;transition-property:margin-right}.fold.open,.drawer-right.fold.open{margin-left:0;margin-right:0}/*!  */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a, .ohio-link, .ohio-alert .alert-link {
  background-color: transparent; }

a:active, .ohio-link:active, .ohio-alert .alert-link:active,
a:hover,
.ohio-link:hover,
.ohio-alert .alert-link:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, .ohio-link, .ohio-alert .alert-link,
  a:visited,
  .ohio-link:visited,
  .ohio-alert .alert-link:visited {
    text-decoration: underline; }
  a[href]:after, [href].ohio-link:after, .ohio-alert [href].alert-link:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, [href^="#"].ohio-link:after, .ohio-alert [href^="#"].alert-link:after,
  a[href^="javascript:"]:after,
  [href^="javascript:"].ohio-link:after,
  .ohio-alert [href^="javascript:"].alert-link:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3,
  .ohio-page-error-message-message {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  .ohio-page-error-message-message {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .ohio-search .btn > .caret,
  .dropup > .btn > .caret, .ohio-search
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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


.ohio-search.input-group.ohio-main-nav-search{
display: none;
}



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

a, .ohio-link, .ohio-alert .alert-link {
  color: #337ab7;
  text-decoration: none; }
  a:hover, .ohio-link:hover, .ohio-alert .alert-link:hover, a:focus, .ohio-link:focus, .ohio-alert .alert-link:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus, .ohio-link:focus, .ohio-alert .alert-link:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

h1, h2, h3, .ohio-page-error-message-message, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small, .ohio-page-error-message-message small,
  h3 .small, .ohio-page-error-message-message .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3,
.ohio-page-error-message-message, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small, .ohio-page-error-message-message small,
  h3 .small, .ohio-page-error-message-message .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

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

h3, .ohio-page-error-message-message, .h3 {
  font-size: 24px; }

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

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

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

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container, .ohio-external-takeover-header, .ohio-external-takeover-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .ohio-external-takeover-header:before, .ohio-external-takeover-content:before, .container:after, .ohio-external-takeover-header:after, .ohio-external-takeover-content:after {
    content: " ";
    display: table; }
  .container:after, .ohio-external-takeover-header:after, .ohio-external-takeover-content:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .ohio-external-takeover-header, .ohio-external-takeover-content {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .ohio-external-takeover-header, .ohio-external-takeover-content {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .ohio-external-takeover-header, .ohio-external-takeover-content {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control: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); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .ohio-search
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .ohio-search
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .ohio-search
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .ohio-search
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .ohio-search
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.ohio-search
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .ohio-search
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .ohio-search
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .ohio-search
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.ohio-search
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .ohio-search
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .ohio-search
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

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

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

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

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

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

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

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

.btn, .ohio-search .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .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; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .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: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .ohio-search .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

.btn-xs, .btn-group-xs > .btn, .ohio-search .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a, .dropdown-menu > li > .ohio-link, .ohio-alert .dropdown-menu > li > .alert-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > .ohio-link, .ohio-alert .dropdown-menu > .disabled > .alert-link, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > .ohio-link:hover, .ohio-alert .dropdown-menu > .disabled > .alert-link:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > .ohio-link:focus, .ohio-alert .dropdown-menu > .disabled > .alert-link:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > .ohio-link:hover, .ohio-alert .dropdown-menu > .disabled > .alert-link:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > .ohio-link:focus, .ohio-alert .dropdown-menu > .disabled > .alert-link:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.open > a, .open > .ohio-link, .ohio-alert .open > .alert-link {
  outline: 0; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .ohio-search .btn-group > .btn,
  .btn-group-vertical > .btn, .ohio-search
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .ohio-search .btn-group > .btn:hover, .btn-group > .btn:focus, .ohio-search .btn-group > .btn:focus, .btn-group > .btn:active, .ohio-search .btn-group > .btn:active, .btn-group > .btn.active, .ohio-search .btn-group > .active.btn,
    .btn-group-vertical > .btn:hover, .ohio-search
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus, .ohio-search
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active, .ohio-search
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active, .ohio-search
    .btn-group-vertical > .active.btn {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .ohio-search .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .ohio-search .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .ohio-search .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .ohio-search .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

.btn-group > .btn:first-child, .ohio-search .btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .ohio-search .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .ohio-search .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .ohio-search .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .ohio-search .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; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .ohio-search .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .ohio-search .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .ohio-search .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

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

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .ohio-search .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .ohio-search .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .ohio-search .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .ohio-search
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .ohio-search .btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .ohio-search .btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group, .ohio-search
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn, .ohio-search
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .ohio-search .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .ohio-search .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .ohio-search .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .ohio-search .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .ohio-search [data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .ohio-search
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .ohio-search
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .ohio-search
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .ohio-search
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .ohio-search
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, .ohio-search
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn, .ohio-search
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .ohio-search
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .ohio-search
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .ohio-search
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn, .ohio-search
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .ohio-search
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .ohio-search
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .ohio-search .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn, .ohio-search .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .ohio-search .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .ohio-search .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .ohio-search .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .ohio-search .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .ohio-search .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a, .nav > li > .ohio-link, .ohio-alert .nav > li > .alert-link {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > .ohio-link:hover, .ohio-alert .nav > li > .alert-link:hover, .nav > li > a:focus, .nav > li > .ohio-link:focus, .ohio-alert .nav > li > .alert-link:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a, .nav > li.disabled > .ohio-link, .ohio-alert .nav > li.disabled > .alert-link {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > .ohio-link:hover, .ohio-alert .nav > li.disabled > .alert-link:hover, .nav > li.disabled > a:focus, .nav > li.disabled > .ohio-link:focus, .ohio-alert .nav > li.disabled > .alert-link:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > .ohio-link, .nav .ohio-alert .open > .alert-link, .ohio-alert .nav .open > .alert-link, .nav .open > a:hover, .nav .open > .ohio-link:hover, .nav .ohio-alert .open > .alert-link:hover, .ohio-alert .nav .open > .alert-link:hover, .nav .open > a:focus, .nav .open > .ohio-link:focus, .nav .ohio-alert .open > .alert-link:focus, .ohio-alert .nav .open > .alert-link:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img, .nav > li > .ohio-link > img, .ohio-alert .nav > li > .alert-link > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a, .nav-tabs > li > .ohio-link, .ohio-alert .nav-tabs > li > .alert-link {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover, .nav-tabs > li > .ohio-link:hover, .ohio-alert .nav-tabs > li > .alert-link:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > .ohio-link, .ohio-alert .nav-tabs > li.active > .alert-link, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > .ohio-link:hover, .ohio-alert .nav-tabs > li.active > .alert-link:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > .ohio-link:focus, .ohio-alert .nav-tabs > li.active > .alert-link:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a, .nav-pills > li > .ohio-link, .ohio-alert .nav-pills > li > .alert-link {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > .ohio-link, .ohio-alert .nav-pills > li.active > .alert-link, .nav-pills > li.active > a:hover, .nav-pills > li.active > .ohio-link:hover, .ohio-alert .nav-pills > li.active > .alert-link:hover, .nav-pills > li.active > a:focus, .nav-pills > li.active > .ohio-link:focus, .ohio-alert .nav-pills > li.active > .alert-link:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified > li > .ohio-link, .ohio-alert .nav-justified > li > .alert-link {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified > li > .ohio-link, .ohio-alert .nav-justified > li > .alert-link {
        margin-bottom: 0; } }

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .ohio-external-takeover-header > .navbar-header, .ohio-external-takeover-content > .navbar-header,
.container > .navbar-collapse, .ohio-external-takeover-header > .navbar-collapse, .ohio-external-takeover-content > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .ohio-external-takeover-header > .navbar-header, .ohio-external-takeover-content > .navbar-header,
    .container > .navbar-collapse, .ohio-external-takeover-header > .navbar-collapse, .ohio-external-takeover-content > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .ohio-external-takeover-header .navbar-brand, .navbar > .ohio-external-takeover-content .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a, .navbar-nav > li > .ohio-link, .ohio-alert .navbar-nav > li > .alert-link {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > .ohio-link, .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link, .ohio-alert .navbar-nav .open .dropdown-menu > li > .alert-link,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > .ohio-link, .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link, .ohio-alert .navbar-nav .open .dropdown-menu > li > .alert-link {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > .ohio-link:hover, .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link:hover, .ohio-alert .navbar-nav .open .dropdown-menu > li > .alert-link:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > .ohio-link:focus, .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link:focus, .ohio-alert .navbar-nav .open .dropdown-menu > li > .alert-link:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a, .navbar-nav > li > .ohio-link, .ohio-alert .navbar-nav > li > .alert-link {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .ohio-search .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .ohio-search .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .ohio-link, .navbar-default .ohio-alert .navbar-nav > li > .alert-link, .ohio-alert .navbar-default .navbar-nav > li > .alert-link {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > .ohio-link:hover, .navbar-default .ohio-alert .navbar-nav > li > .alert-link:hover, .ohio-alert .navbar-default .navbar-nav > li > .alert-link:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .ohio-link:focus, .navbar-default .ohio-alert .navbar-nav > li > .alert-link:focus, .ohio-alert .navbar-default .navbar-nav > li > .alert-link:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > .ohio-link, .navbar-default .ohio-alert .navbar-nav > .active > .alert-link, .ohio-alert .navbar-default .navbar-nav > .active > .alert-link, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > .ohio-link:hover, .navbar-default .ohio-alert .navbar-nav > .active > .alert-link:hover, .ohio-alert .navbar-default .navbar-nav > .active > .alert-link:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > .ohio-link:focus, .navbar-default .ohio-alert .navbar-nav > .active > .alert-link:focus, .ohio-alert .navbar-default .navbar-nav > .active > .alert-link:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > .ohio-link, .navbar-default .ohio-alert .navbar-nav > .disabled > .alert-link, .ohio-alert .navbar-default .navbar-nav > .disabled > .alert-link, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > .ohio-link:hover, .navbar-default .ohio-alert .navbar-nav > .disabled > .alert-link:hover, .ohio-alert .navbar-default .navbar-nav > .disabled > .alert-link:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > .ohio-link:focus, .navbar-default .ohio-alert .navbar-nav > .disabled > .alert-link:focus, .ohio-alert .navbar-default .navbar-nav > .disabled > .alert-link:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > .ohio-link, .navbar-default .ohio-alert .navbar-nav > .open > .alert-link, .ohio-alert .navbar-default .navbar-nav > .open > .alert-link, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > .ohio-link:hover, .navbar-default .ohio-alert .navbar-nav > .open > .alert-link:hover, .ohio-alert .navbar-default .navbar-nav > .open > .alert-link:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > .ohio-link:focus, .navbar-default .ohio-alert .navbar-nav > .open > .alert-link:focus, .ohio-alert .navbar-default .navbar-nav > .open > .alert-link:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > .ohio-link, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > li > .alert-link {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > .ohio-link:hover, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link:hover, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > li > .alert-link:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > .ohio-link:focus, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link:focus, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > li > .alert-link:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > .ohio-link, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > .active > .alert-link, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > .active > .alert-link, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > .ohio-link:hover, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > .active > .alert-link:hover, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > .active > .alert-link:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > .ohio-link:focus, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > .active > .alert-link:focus, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > .active > .alert-link:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .ohio-link, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > .disabled > .alert-link, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .alert-link, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .ohio-link:hover, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > .disabled > .alert-link:hover, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .alert-link:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .ohio-link:focus, .navbar-default .navbar-nav .open .ohio-alert .dropdown-menu > .disabled > .alert-link:focus, .ohio-alert .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .alert-link:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > .ohio-link, .navbar-inverse .ohio-alert .navbar-nav > li > .alert-link, .ohio-alert .navbar-inverse .navbar-nav > li > .alert-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > .ohio-link:hover, .navbar-inverse .ohio-alert .navbar-nav > li > .alert-link:hover, .ohio-alert .navbar-inverse .navbar-nav > li > .alert-link:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > .ohio-link:focus, .navbar-inverse .ohio-alert .navbar-nav > li > .alert-link:focus, .ohio-alert .navbar-inverse .navbar-nav > li > .alert-link:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > .ohio-link, .navbar-inverse .ohio-alert .navbar-nav > .active > .alert-link, .ohio-alert .navbar-inverse .navbar-nav > .active > .alert-link, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > .ohio-link:hover, .navbar-inverse .ohio-alert .navbar-nav > .active > .alert-link:hover, .ohio-alert .navbar-inverse .navbar-nav > .active > .alert-link:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > .ohio-link:focus, .navbar-inverse .ohio-alert .navbar-nav > .active > .alert-link:focus, .ohio-alert .navbar-inverse .navbar-nav > .active > .alert-link:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > .ohio-link, .navbar-inverse .ohio-alert .navbar-nav > .disabled > .alert-link, .ohio-alert .navbar-inverse .navbar-nav > .disabled > .alert-link, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > .ohio-link:hover, .navbar-inverse .ohio-alert .navbar-nav > .disabled > .alert-link:hover, .ohio-alert .navbar-inverse .navbar-nav > .disabled > .alert-link:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > .ohio-link:focus, .navbar-inverse .ohio-alert .navbar-nav > .disabled > .alert-link:focus, .ohio-alert .navbar-inverse .navbar-nav > .disabled > .alert-link:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > .ohio-link, .navbar-inverse .ohio-alert .navbar-nav > .open > .alert-link, .ohio-alert .navbar-inverse .navbar-nav > .open > .alert-link, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > .ohio-link:hover, .navbar-inverse .ohio-alert .navbar-nav > .open > .alert-link:hover, .ohio-alert .navbar-inverse .navbar-nav > .open > .alert-link:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > .ohio-link:focus, .navbar-inverse .ohio-alert .navbar-nav > .open > .alert-link:focus, .ohio-alert .navbar-inverse .navbar-nav > .open > .alert-link:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .ohio-link, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > li > .alert-link {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .ohio-link:hover, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link:hover, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > li > .alert-link:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > .ohio-link:focus, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > li > .alert-link:focus, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > li > .alert-link:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .ohio-link, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > .active > .alert-link, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .alert-link, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .ohio-link:hover, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > .active > .alert-link:hover, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .alert-link:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .ohio-link:focus, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > .active > .alert-link:focus, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .alert-link:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .ohio-link, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > .disabled > .alert-link, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .alert-link, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .ohio-link:hover, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > .disabled > .alert-link:hover, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .alert-link:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .ohio-link:focus, .navbar-inverse .navbar-nav .open .ohio-alert .dropdown-menu > .disabled > .alert-link:focus, .ohio-alert .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .alert-link:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > .ohio-link, .ohio-alert .pagination > li > .alert-link,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > .ohio-link, .ohio-alert .pagination > li:first-child > .alert-link,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > .ohio-link, .ohio-alert .pagination > li:last-child > .alert-link,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > .ohio-link:hover, .ohio-alert .pagination > li > .alert-link:hover, .pagination > li > a:focus, .pagination > li > .ohio-link:focus, .ohio-alert .pagination > li > .alert-link:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > .ohio-link, .ohio-alert .pagination > .active > .alert-link, .pagination > .active > a:hover, .pagination > .active > .ohio-link:hover, .ohio-alert .pagination > .active > .alert-link:hover, .pagination > .active > a:focus, .pagination > .active > .ohio-link:focus, .ohio-alert .pagination > .active > .alert-link:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > .ohio-link, .ohio-alert
  .pagination > .disabled > .alert-link,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > .ohio-link:hover, .ohio-alert
  .pagination > .disabled > .alert-link:hover,
  .pagination > .disabled > a:focus,
  .pagination > .disabled > .ohio-link:focus, .ohio-alert
  .pagination > .disabled > .alert-link:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > .ohio-link, .ohio-alert .pagination-lg > li > .alert-link,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > .ohio-link, .ohio-alert .pagination-lg > li:first-child > .alert-link,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > .ohio-link, .ohio-alert .pagination-lg > li:last-child > .alert-link,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > .ohio-link, .ohio-alert .pagination-sm > li > .alert-link,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > .ohio-link, .ohio-alert .pagination-sm > li:first-child > .alert-link,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > .ohio-link, .ohio-alert .pagination-sm > li:last-child > .alert-link,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a, .pager li > .ohio-link, .pager .ohio-alert li > .alert-link, .ohio-alert .pager li > .alert-link,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover, .pager li > .ohio-link:hover, .pager .ohio-alert li > .alert-link:hover, .ohio-alert .pager li > .alert-link:hover,
    .pager li > a:focus,
    .pager li > .ohio-link:focus,
    .pager .ohio-alert li > .alert-link:focus, .ohio-alert
    .pager li > .alert-link:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a, .pager .next > .ohio-link, .pager .ohio-alert .next > .alert-link, .ohio-alert .pager .next > .alert-link,
  .pager .next > span {
    float: right; }
  .pager .previous > a, .pager .previous > .ohio-link, .pager .ohio-alert .previous > .alert-link, .ohio-alert .pager .previous > .alert-link,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a, .pager .disabled > .ohio-link, .pager .ohio-alert .disabled > .alert-link, .ohio-alert .pager .disabled > .alert-link,
  .pager .disabled > a:hover,
  .pager .disabled > .ohio-link:hover,
  .pager .ohio-alert .disabled > .alert-link:hover, .ohio-alert
  .pager .disabled > .alert-link:hover,
  .pager .disabled > a:focus,
  .pager .disabled > .ohio-link:focus,
  .pager .ohio-alert .disabled > .alert-link:focus, .ohio-alert
  .pager .disabled > .alert-link:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, .label.ohio-link:hover, .ohio-alert .label.alert-link:hover, a.label:focus, .label.ohio-link:focus, .ohio-alert .label.alert-link:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .ohio-search .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge, .ohio-search
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge,
  .nav-pills > .active > .ohio-link > .badge, .ohio-alert
  .nav-pills > .active > .alert-link > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge, .nav-pills > li > .ohio-link > .badge, .ohio-alert .nav-pills > li > .alert-link > .badge {
    margin-left: 3px; }

a.badge:hover, .badge.ohio-link:hover, .ohio-alert .badge.alert-link:hover, a.badge:focus, .badge.ohio-link:focus, .ohio-alert .badge.alert-link:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .ohio-external-takeover-header .jumbotron, .ohio-external-takeover-content .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container, .jumbotron .ohio-external-takeover-header, .jumbotron .ohio-external-takeover-content {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .ohio-external-takeover-header .jumbotron, .ohio-external-takeover-content .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img,
  .thumbnail .ohio-link > img,
  .thumbnail .ohio-alert .alert-link > img, .ohio-alert
  .thumbnail .alert-link > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover, .thumbnail.ohio-link:hover, .ohio-alert .thumbnail.alert-link:hover,
a.thumbnail:focus,
.thumbnail.ohio-link:focus,
.ohio-alert .thumbnail.alert-link:focus,
a.thumbnail.active,
.thumbnail.active.ohio-link,
.ohio-alert .thumbnail.active.alert-link {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item, .list-group-item.ohio-link, .ohio-alert .list-group-item.alert-link,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading, .list-group-item.ohio-link .list-group-item-heading, .ohio-alert .list-group-item.alert-link .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, .list-group-item.ohio-link:hover, .ohio-alert .list-group-item.alert-link:hover, a.list-group-item:focus, .list-group-item.ohio-link:focus, .ohio-alert .list-group-item.alert-link:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .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: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, .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 {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, .list-group-item-success.ohio-link, .ohio-alert .list-group-item-success.alert-link,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading, .list-group-item-success.ohio-link .list-group-item-heading, .ohio-alert .list-group-item-success.alert-link .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, .list-group-item-success.ohio-link:hover, .ohio-alert .list-group-item-success.alert-link:hover, a.list-group-item-success:focus, .list-group-item-success.ohio-link:focus, .ohio-alert .list-group-item-success.alert-link:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, .list-group-item-success.active.ohio-link, .ohio-alert .list-group-item-success.active.alert-link, a.list-group-item-success.active:hover, .list-group-item-success.active.ohio-link:hover, .ohio-alert .list-group-item-success.active.alert-link:hover, a.list-group-item-success.active:focus, .list-group-item-success.active.ohio-link:focus, .ohio-alert .list-group-item-success.active.alert-link:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, .list-group-item-info.ohio-link, .ohio-alert .list-group-item-info.alert-link,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading, .list-group-item-info.ohio-link .list-group-item-heading, .ohio-alert .list-group-item-info.alert-link .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, .list-group-item-info.ohio-link:hover, .ohio-alert .list-group-item-info.alert-link:hover, a.list-group-item-info:focus, .list-group-item-info.ohio-link:focus, .ohio-alert .list-group-item-info.alert-link:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, .list-group-item-info.active.ohio-link, .ohio-alert .list-group-item-info.active.alert-link, a.list-group-item-info.active:hover, .list-group-item-info.active.ohio-link:hover, .ohio-alert .list-group-item-info.active.alert-link:hover, a.list-group-item-info.active:focus, .list-group-item-info.active.ohio-link:focus, .ohio-alert .list-group-item-info.active.alert-link:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, .list-group-item-warning.ohio-link, .ohio-alert .list-group-item-warning.alert-link,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading, .list-group-item-warning.ohio-link .list-group-item-heading, .ohio-alert .list-group-item-warning.alert-link .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, .list-group-item-warning.ohio-link:hover, .ohio-alert .list-group-item-warning.alert-link:hover, a.list-group-item-warning:focus, .list-group-item-warning.ohio-link:focus, .ohio-alert .list-group-item-warning.alert-link:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, .list-group-item-warning.active.ohio-link, .ohio-alert .list-group-item-warning.active.alert-link, a.list-group-item-warning.active:hover, .list-group-item-warning.active.ohio-link:hover, .ohio-alert .list-group-item-warning.active.alert-link:hover, a.list-group-item-warning.active:focus, .list-group-item-warning.active.ohio-link:focus, .ohio-alert .list-group-item-warning.active.alert-link:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, .list-group-item-danger.ohio-link, .ohio-alert .list-group-item-danger.alert-link,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading, .list-group-item-danger.ohio-link .list-group-item-heading, .ohio-alert .list-group-item-danger.alert-link .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, .list-group-item-danger.ohio-link:hover, .ohio-alert .list-group-item-danger.alert-link:hover, a.list-group-item-danger:focus, .list-group-item-danger.ohio-link:focus, .ohio-alert .list-group-item-danger.alert-link:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, .list-group-item-danger.active.ohio-link, .ohio-alert .list-group-item-danger.active.alert-link, a.list-group-item-danger.active:hover, .list-group-item-danger.active.ohio-link:hover, .ohio-alert .list-group-item-danger.active.alert-link:hover, a.list-group-item-danger.active:focus, .list-group-item-danger.active.ohio-link:focus, .ohio-alert .list-group-item-danger.active.alert-link:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a, .panel-title > .ohio-link, .ohio-alert .panel-title > .alert-link,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > small > .ohio-link, .ohio-alert
  .panel-title > small > .alert-link,
  .panel-title > .small > a,
  .panel-title > .small > .ohio-link, .ohio-alert
  .panel-title > .small > .alert-link {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .ohio-search .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .ohio-search .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img,
    .carousel-inner > .item > .ohio-link > img, .ohio-alert
    .carousel-inner > .item > .alert-link > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

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

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

.clearfix:before, .ohio-external-takeover-wrapper:before, .clearfix:after, .ohio-external-takeover-wrapper:after {
  content: " ";
  display: table; }

.clearfix:after, .ohio-external-takeover-wrapper:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

body {
  font-size: 1.6rem;
  color: #000000;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding-bottom: 44px; }

h1, h2, h3, .ohio-page-error-message-message, h4, h5, h6 {
  color: #700017;
  margin-bottom: 0; }
  .theme-green h1, .theme-green h2, .theme-green h3, .theme-green .ohio-page-error-message-message, .theme-green h4, .theme-green h5, .theme-green h6 {
    color: #5e8000; }
  .theme-blue h1, .theme-blue h2, .theme-blue h3, .theme-blue .ohio-page-error-message-message, .theme-blue h4, .theme-blue h5, .theme-blue h6 {
    color: #3D7AA9; }
  h1 *, h2 *, h3 *, .ohio-page-error-message-message *, h4 *, h5 *, h6 * {
    font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif; }

h1,
h2,
h3,
.ohio-page-error-message-message,
h4 {
  margin-bottom: 10px; }

h4,
h5 {
  font-weight: 700; }

h1 {
  font-size: 3.2rem;
  margin-top: 44px; }
  .row ~ h1 {
    margin-top: calc($h1MarginTop - 23px); }

h2 {
  font-size: 2.6rem;
  margin-top: 42px; }
  .row ~ h2 {
    margin-top: calc(42px - 23px); }

h3, .ohio-page-error-message-message {
  font-size: 2rem;
  margin-top: 40px; }
  .row ~ h3, .row ~ .ohio-page-error-message-message {
    margin-top: calc(40px - 23px); }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.4rem;
  margin-bottom: 5px; }

h1,
h2 {
  color: #700017; }

h5 {
  color: #525051; }

h1,
h2,
h3,
.ohio-page-error-message-message {
  line-height: 1.1; }
  h1.header-small, h1.ohio-page-error-message-message,
  h2.header-small,
  h2.ohio-page-error-message-message,
  h3.header-small,
  .ohio-page-error-message-message {
    font-family: Serifa-Reg; }

h4,
h5 {
  line-height: 1.25;
  margin-top: 30px; }
  .row ~ h4, .row ~
  h5 {
    margin-top: calc(30px - 23px); }

label {
  font-weight: 400; }

.header-small, .ohio-page-error-message-message {
  font-weight: normal;
  font-style: normal; }

.bold, .ohio-range-slider-output {
  font-weight: 700; }

.p-small, .ohio-generic-wizard-item-label, .ohio-range-slider-labels, .ohio-table .dataTables_info {
  font-size: 1.4rem;
  line-height: 1.3; }

.full-width, .ohio-card-bg-img, .ohio-card-install-btn {
  width: 100%; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pos-r {
  position: relative; }

@media (min-width: 768px) {
  .x-col-pad {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) {
  .x-col-pad-l {
    padding-left: 30px; } }

@media (min-width: 768px) {
  .x-col-pad-r {
    padding-right: 30px; } }

h1,
h2,
h3,
.ohio-page-error-message-message {
  font-family: Serifa-Med;
  font-weight: normal;
  font-style: normal; }

ul.ohio-list,
ol.ohio-list {
  margin: 0 0 10px; }

ul.ohio-list,
ul.ohio-list ul {
  list-style: none;
  padding: 0; }

ul.ohio-list ul {
  margin: 0; }

ul.ohio-list li {
  padding-left: 1em;
  text-indent: -.7em; }
  ul.ohio-list li::before {
    color: #700017;
    content: "• "; }
    .theme-green ul.ohio-list li::before {
      color: #5e8000; }
    .theme-blue ul.ohio-list li::before {
      color: #3D7AA9; }
  ul.ohio-list li li::before {
    content: "- "; }

a, .ohio-link, .ohio-alert .alert-link,
a:focus,
.ohio-link:focus,
.ohio-alert .alert-link:focus,
a:hover,
.ohio-link:hover,
.ohio-alert .alert-link:hover {
  color: #3D7AA9;
  font-weight: 700; }

a:hover, .ohio-link:hover, .ohio-alert .alert-link:hover {
  color: #136bad; }

a:active, .ohio-link:active, .ohio-alert .alert-link:active {
  color: #3d8ecc; }

ol.ohio-list {
  padding-left: 20px; }

.hide-from-screen, .ohio-custom-dropdown-select-check, .ohio-field-password-show-hide {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: fixed;
  height: 1px;
  width: 1px; }

.ohio-input-group {
  margin: 15px 0; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.ohio-purple-bg {
  background-color: #700017; }

.ohio-gray-bg {
  background-color: #A1A1A1; }

.ohio-gray-dark-bg, .ohio-arrow-box.popover.ohio-arrow-box--dark, .popover.ohio-arrow-box--dark, .ohio-tooltip ~ .popover.ohio-arrow-box--dark, .ohio-popover ~ .popover.ohio-arrow-box--dark {
  background-color: #525051; }

.ohio-gray-light-bg {
  background-color: #d8d8d8; }

.ada-purple-bg {
  background-color: #700017; }

.ada-red-bg {
  background-color: #eb1316; }

.ada-blue-bg {
  background-color: #3D7AA9; }

.ada-green-bg {
  background-color: #5e8000; }

.ada-gray-bg {
  background-color: #525051; }

.ada-black-bg {
  background-color: #000000; }

.base-blue-bg {
  background-color: #73A5CC; }

.base-yellow-bg {
  background-color: #FFBE0E; }

.base-green-bg {
  background-color: #B5DC10; }

.base-black-bg {
  background-color: #000000; }

.base-white-bg {
  background-color: #ffffff; }

.base-orange-bg {
  background-color: #ed6102; }

.ohio-primary-bg, .ohio-app-widget-container {
  background-color: #f2f2f2; }

.ohio-color-group-bg.primary, .primary.ohio-badge, .primary.ohio-label {
  background-color: #700017; }

.ohio-color-group-bg.success, .success.ohio-badge, .success.ohio-label {
  background-color: #5e8000; }

.ohio-color-group-bg.info, .info.ohio-badge, .info.ohio-label {
  background-color: #3D7AA9; }

.ohio-color-group-bg.warning, .warning.ohio-badge, .warning.ohio-label {
  background-color: #ed6102; }

.ohio-color-group-bg.danger, .danger.ohio-badge, .danger.ohio-label {
  background-color: #eb1316; }

.ohio-purple-border {
  border: 1px solid #700017; }

.ohio-gray-border, .ohio-app-widget-container, .ohio-card, .ohio-vector-map-row {
  border: 1px solid #A1A1A1; }

.ohio-gray-dark-border {
  border: 1px solid #525051; }

.ohio-gray-light-border {
  border: 1px solid #d8d8d8; }

.ada-purple-border {
  border: 1px solid #700017; }

.ada-red-border {
  border: 1px solid #eb1316; }

.ada-blue-border {
  border: 1px solid #3D7AA9; }

.ada-green-border {
  border: 1px solid #5e8000; }

.ada-gray-border {
  border: 1px solid #525051; }

.ada-black-border {
  border: 1px solid #000000; }

.base-blue-border {
  border: 1px solid #73A5CC; }

.base-yellow-border {
  border: 1px solid #FFBE0E; }

.base-green-border {
  border: 1px solid #B5DC10; }

.base-black-border {
  border: 1px solid #000000; }

.base-white-border {
  border: 1px solid #ffffff; }

.base-orange-border {
  border: 1px solid #ed6102; }

.ohio-primary-border {
  border: 1px solid #f2f2f2; }

.ohio-color-group-border.primary {
  border: 1px solid #700017; }

.ohio-color-group-border.success {
  border: 1px solid #5e8000; }

.ohio-color-group-border.info {
  border: 1px solid #3D7AA9; }

.ohio-color-group-border.warning {
  border: 1px solid #ed6102; }

.ohio-color-group-border.danger {
  border: 1px solid #eb1316; }

.ohio-purple-text {
  color: #700017; }

.ohio-gray-text {
  color: #A1A1A1; }

.ohio-gray-dark-text {
  color: #525051; }

.ohio-gray-light-text {
  color: #d8d8d8; }

.ada-purple-text {
  color: #700017; }

.ada-red-text {
  color: #eb1316; }

.ada-blue-text {
  color: #3D7AA9; }

.ada-green-text {
  color: #5e8000; }

.ada-gray-text {
  color: #525051; }

.ada-black-text {
  color: #000000; }

.base-blue-text {
  color: #73A5CC; }

.base-yellow-text {
  color: #FFBE0E; }

.base-green-text {
  color: #B5DC10; }

.base-black-text {
  color: #000000; }

.base-white-text {
  color: #ffffff; }

.base-orange-text {
  color: #ed6102; }

.ohio-primary-text {
  color: #f2f2f2; }

.ohio-accordion-caret {
  color: #700017;
  float: right;
  font-size: 1.4rem;
  margin-top: 2px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: 50% 59%;
      -ms-transform-origin: 50% 59%;
          transform-origin: 50% 59%; }
  .theme-green .ohio-accordion-caret {
    color: #5e8000; }
  .theme-blue .ohio-accordion-caret {
    color: #3D7AA9; }
  .collapsed .ohio-accordion-caret {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.ohio-accordions .panel-heading {
  cursor: pointer; }

.ohio-accordions .panel-default,
.ohio-accordions .panel-default > .panel-heading {
  border-color: #d8d8d8; }

.ohio-alert {
  color: #000000; }
  .ohio-alert.alert-success {
    background-color: #eef2e5;
    border-color: #5e8000; }
    .ohio-alert.alert-success .close {
      color: #5e8000; }
  .ohio-alert.alert-danger {
    background-color: #fce7e7;
    border-color: #eb1316; }
    .ohio-alert.alert-danger .close {
      color: #eb1316; }
  .ohio-alert .close {
    opacity: 1;
    text-shadow: none; }

.ohio-app-widget {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px; }
  .ohio-app-widget-container {
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 1.4;
    width: 320px; }
  .ohio-app-widget-col {
    padding: 15px;
    display: inline-block; }
    .ohio-app-widget-col:last-child {
      padding-left: 0; }
  .ohio-app-widget-img {
    border-radius: 4px;
    width: 80px;
    height: 80px; }
  .ohio-app-widget-title {
    font-size: 1.6rem;
    margin-bottom: 0; }

.ohio-arrow-box, .popover, .ohio-tooltip ~ .popover, .ohio-popover ~ .popover {
  box-shadow: none;
  color: #525051;
  display: inline-block;
  position: relative; }
  .ohio-arrow-box .popover-content, .popover .popover-content {
    padding: 5px 9px;
    max-width: 160px; }
  .ohio-arrow-box.popover, .popover, .ohio-tooltip ~ .popover, .ohio-popover ~ .popover {
    background-color: #f2f2f2;
    border-color: #525051; }
    .ohio-arrow-box.popover.left > .arrow, .popover.left > .arrow, .ohio-tooltip ~ .popover.left > .arrow, .ohio-popover ~ .popover.left > .arrow {
      border-left-color: #525051; }
      .ohio-arrow-box.popover.left > .arrow::after, .popover.left > .arrow::after, .ohio-tooltip ~ .popover.left > .arrow::after, .ohio-popover ~ .popover.left > .arrow::after {
        border-left-color: #f2f2f2; }
    .ohio-arrow-box.popover.top > .arrow, .popover.top > .arrow, .ohio-tooltip ~ .popover.top > .arrow, .ohio-popover ~ .popover.top > .arrow {
      border-top-color: #525051; }
      .ohio-arrow-box.popover.top > .arrow::after, .popover.top > .arrow::after, .ohio-tooltip ~ .popover.top > .arrow::after, .ohio-popover ~ .popover.top > .arrow::after {
        border-top-color: #f2f2f2; }
    .ohio-arrow-box.popover.right > .arrow, .popover.right > .arrow, .ohio-tooltip ~ .popover.right > .arrow, .ohio-popover ~ .popover.right > .arrow {
      border-right-color: #525051; }
      .ohio-arrow-box.popover.right > .arrow::after, .popover.right > .arrow::after, .ohio-tooltip ~ .popover.right > .arrow::after, .ohio-popover ~ .popover.right > .arrow::after {
        border-right-color: #f2f2f2; }
    .ohio-arrow-box.popover.bottom > .arrow, .popover.bottom > .arrow, .ohio-tooltip ~ .popover.bottom > .arrow, .ohio-popover ~ .popover.bottom > .arrow {
      border-bottom-color: #525051; }
      .ohio-arrow-box.popover.bottom > .arrow::after, .popover.bottom > .arrow::after, .ohio-tooltip ~ .popover.bottom > .arrow::after, .ohio-popover ~ .popover.bottom > .arrow::after {
        border-bottom-color: #f2f2f2; }
    .ohio-arrow-box.popover.ohio-arrow-box--dark, .popover.ohio-arrow-box--dark {
      border-color: #525051;
      color: #ffffff;
      font-weight: 700; }
      .ohio-arrow-box.popover.ohio-arrow-box--dark.left > .arrow, .popover.ohio-arrow-box--dark.left > .arrow, .ohio-tooltip ~ .popover.ohio-arrow-box--dark.left > .arrow, .ohio-popover ~ .popover.ohio-arrow-box--dark.left > .arrow {
        border-left-color: #525051; }
        .ohio-arrow-box.popover.ohio-arrow-box--dark.left > .arrow::after, .popover.ohio-arrow-box--dark.left > .arrow::after, .ohio-tooltip ~ .popover.ohio-arrow-box--dark.left > .arrow::after, .ohio-popover ~ .popover.ohio-arrow-box--dark.left > .arrow::after {
          border-left-color: #525051; }
      .ohio-arrow-box.popover.ohio-arrow-box--dark.top > .arrow, .popover.ohio-arrow-box--dark.top > .arrow, .ohio-tooltip ~ .popover.ohio-arrow-box--dark.top > .arrow, .ohio-popover ~ .popover.ohio-arrow-box--dark.top > .arrow {
        border-top-color: #525051; }
        .ohio-arrow-box.popover.ohio-arrow-box--dark.top > .arrow::after, .popover.ohio-arrow-box--dark.top > .arrow::after, .ohio-tooltip ~ .popover.ohio-arrow-box--dark.top > .arrow::after, .ohio-popover ~ .popover.ohio-arrow-box--dark.top > .arrow::after {
          border-top-color: #525051; }
      .ohio-arrow-box.popover.ohio-arrow-box--dark.right > .arrow, .popover.ohio-arrow-box--dark.right > .arrow, .ohio-tooltip ~ .popover.ohio-arrow-box--dark.right > .arrow, .ohio-popover ~ .popover.ohio-arrow-box--dark.right > .arrow {
        border-right-color: #525051; }
        .ohio-arrow-box.popover.ohio-arrow-box--dark.right > .arrow::after, .popover.ohio-arrow-box--dark.right > .arrow::after, .ohio-tooltip ~ .popover.ohio-arrow-box--dark.right > .arrow::after, .ohio-popover ~ .popover.ohio-arrow-box--dark.right > .arrow::after {
          border-right-color: #525051; }
      .ohio-arrow-box.popover.ohio-arrow-box--dark.bottom > .arrow, .popover.ohio-arrow-box--dark.bottom > .arrow, .ohio-tooltip ~ .popover.ohio-arrow-box--dark.bottom > .arrow, .ohio-popover ~ .popover.ohio-arrow-box--dark.bottom > .arrow {
        border-bottom-color: #525051; }
        .ohio-arrow-box.popover.ohio-arrow-box--dark.bottom > .arrow::after, .popover.ohio-arrow-box--dark.bottom > .arrow::after, .ohio-tooltip ~ .popover.ohio-arrow-box--dark.bottom > .arrow::after, .ohio-popover ~ .popover.ohio-arrow-box--dark.bottom > .arrow::after {
          border-bottom-color: #525051; }

.ohio-badge {
  padding: 2px 4.5px; }
  .ohio-button > .ohio-badge, .ohio-login-dialogue-create-btn > .ohio-badge, .ohio-login-dialogue-existing-btn > .ohio-badge, .ohio-upload-multiple-label > .ohio-badge, .ohio-vector-map-zoom-btn > .ohio-badge {
    background-color: #ffffff;
    color: #eb1316;
    margin-top: -3px; }

.ohio-breadcrumbs {
  list-style: none;
  padding: 20px 0 0; }
  .ohio-breadcrumbs-item {
    display: inline-block; }
    .ohio-breadcrumbs-item:not(:last-child)::after {
      color: #A1A1A1;
      content: "/";
      margin: 0 10px; }

.ohio-button, .ohio-login-dialogue-create-btn, .ohio-login-dialogue-existing-btn, .ohio-upload-multiple-label, .ohio-vector-map-zoom-btn {
  background-color: #700017;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 8px 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .theme-green .ohio-button, .theme-green .ohio-login-dialogue-create-btn, .theme-green .ohio-login-dialogue-existing-btn, .theme-green .ohio-upload-multiple-label, .theme-green .ohio-vector-map-zoom-btn {
    background-color: #5e8000; }
  .theme-blue .ohio-button, .theme-blue .ohio-login-dialogue-create-btn, .theme-blue .ohio-login-dialogue-existing-btn, .theme-blue .ohio-upload-multiple-label, .theme-blue .ohio-vector-map-zoom-btn {
    background-color: #3D7AA9; }
  .ohio-button:hover, .ohio-login-dialogue-create-btn:hover, .ohio-login-dialogue-existing-btn:hover, .ohio-upload-multiple-label:hover, .ohio-vector-map-zoom-btn:hover {
    background-color: #540011; }
  .ohio-button:active, .ohio-login-dialogue-create-btn:active, .ohio-login-dialogue-existing-btn:active, .ohio-upload-multiple-label:active, .ohio-vector-map-zoom-btn:active {
    background-color: #8f001d; }
  .theme-green .ohio-button:hover, .theme-green .ohio-login-dialogue-create-btn:hover, .theme-green .ohio-login-dialogue-existing-btn:hover, .theme-green .ohio-upload-multiple-label:hover, .theme-green .ohio-vector-map-zoom-btn:hover {
    background-color: #4b6600; }
  .theme-green .ohio-button:active, .theme-green .ohio-login-dialogue-create-btn:active, .theme-green .ohio-login-dialogue-existing-btn:active, .theme-green .ohio-upload-multiple-label:active, .theme-green .ohio-vector-map-zoom-btn:active {
    background-color: #709900; }
  .theme-blue .ohio-button:hover, .theme-blue .ohio-login-dialogue-create-btn:hover, .theme-blue .ohio-login-dialogue-existing-btn:hover, .theme-blue .ohio-upload-multiple-label:hover, .theme-blue .ohio-vector-map-zoom-btn:hover {
    background-color: #136bad; }
  .theme-blue .ohio-button:active, .theme-blue .ohio-login-dialogue-create-btn:active, .theme-blue .ohio-login-dialogue-existing-btn:active, .theme-blue .ohio-upload-multiple-label:active, .theme-blue .ohio-vector-map-zoom-btn:active {
    background-color: #3d8ecc; }
  .ohio-button, .ohio-login-dialogue-create-btn, .ohio-login-dialogue-existing-btn, .ohio-upload-multiple-label, .ohio-vector-map-zoom-btn, .ohio-button:focus, .ohio-login-dialogue-create-btn:focus, .ohio-login-dialogue-existing-btn:focus, .ohio-upload-multiple-label:focus, .ohio-vector-map-zoom-btn:focus, .ohio-button:hover, .ohio-login-dialogue-create-btn:hover, .ohio-login-dialogue-existing-btn:hover, .ohio-upload-multiple-label:hover, .ohio-vector-map-zoom-btn:hover {
    color: white; }
  .ohio-button:hover, .ohio-login-dialogue-create-btn:hover, .ohio-login-dialogue-existing-btn:hover, .ohio-upload-multiple-label:hover, .ohio-vector-map-zoom-btn:hover {
    background-color: #540011; }
  .ohio-button:active, .ohio-login-dialogue-create-btn:active, .ohio-login-dialogue-existing-btn:active, .ohio-upload-multiple-label:active, .ohio-vector-map-zoom-btn:active {
    background-color: #8f001d; }
  .ohio-button:disabled, .ohio-login-dialogue-create-btn:disabled, .ohio-login-dialogue-existing-btn:disabled, .ohio-upload-multiple-label:disabled, .ohio-vector-map-zoom-btn:disabled {
    background-color: #d8d8d8; }
  .ohio-button.large, .large.ohio-login-dialogue-create-btn, .large.ohio-login-dialogue-existing-btn, .large.ohio-upload-multiple-label, .large.ohio-vector-map-zoom-btn {
    font-size: 1.8rem;
    padding: 9.5px 41px; }
  .ohio-button.small, .small.ohio-login-dialogue-create-btn, .small.ohio-login-dialogue-existing-btn, .small.ohio-upload-multiple-label, .small.ohio-vector-map-zoom-btn {
    font-size: 1.6rem;
    padding: 5px 24px; }
  .ohio-button.x-small, .x-small.ohio-login-dialogue-create-btn, .x-small.ohio-login-dialogue-existing-btn, .x-small.ohio-upload-multiple-label, .x-small.ohio-vector-map-zoom-btn {
    font-size: 1.4rem;
    padding: 3px 17px; }
  .ohio-button.default, .default.ohio-login-dialogue-create-btn, .default.ohio-login-dialogue-existing-btn, .default.ohio-upload-multiple-label, .default.ohio-vector-map-zoom-btn {
    background-color: #700017; }
    .ohio-button.default:hover, .default.ohio-login-dialogue-create-btn:hover, .default.ohio-login-dialogue-existing-btn:hover, .default.ohio-upload-multiple-label:hover, .default.ohio-vector-map-zoom-btn:hover {
      background-color: #540011; }
    .ohio-button.default:active, .default.ohio-login-dialogue-create-btn:active, .default.ohio-login-dialogue-existing-btn:active, .default.ohio-upload-multiple-label:active, .default.ohio-vector-map-zoom-btn:active {
      background-color: #8f001d; }
  .ohio-button.success, .success.ohio-login-dialogue-create-btn, .success.ohio-login-dialogue-existing-btn, .success.ohio-upload-multiple-label, .success.ohio-vector-map-zoom-btn {
    background-color: #5e8000; }
    .ohio-button.success:hover, .success.ohio-login-dialogue-create-btn:hover, .success.ohio-login-dialogue-existing-btn:hover, .success.ohio-upload-multiple-label:hover, .success.ohio-vector-map-zoom-btn:hover {
      background-color: #4b6600; }
    .ohio-button.success:active, .success.ohio-login-dialogue-create-btn:active, .success.ohio-login-dialogue-existing-btn:active, .success.ohio-upload-multiple-label:active, .success.ohio-vector-map-zoom-btn:active {
      background-color: #709900; }
  .ohio-button.info, .info.ohio-login-dialogue-create-btn, .info.ohio-login-dialogue-existing-btn, .info.ohio-upload-multiple-label, .info.ohio-vector-map-zoom-btn {
    background-color: #3D7AA9; }
    .ohio-button.info:hover, .info.ohio-login-dialogue-create-btn:hover, .info.ohio-login-dialogue-existing-btn:hover, .info.ohio-upload-multiple-label:hover, .info.ohio-vector-map-zoom-btn:hover {
      background-color: #136bad; }
    .ohio-button.info:active, .info.ohio-login-dialogue-create-btn:active, .info.ohio-login-dialogue-existing-btn:active, .info.ohio-upload-multiple-label:active, .info.ohio-vector-map-zoom-btn:active {
      background-color: #3d8ecc; }
  .ohio-button.secondary, .secondary.ohio-login-dialogue-create-btn, .secondary.ohio-login-dialogue-existing-btn, .secondary.ohio-upload-multiple-label, .secondary.ohio-vector-map-zoom-btn {
    border: 1px solid #700017;
    color: #700017;
    background-color: #ffffff; }
    .theme-green .ohio-button.secondary, .theme-green .secondary.ohio-login-dialogue-create-btn, .theme-green .secondary.ohio-login-dialogue-existing-btn, .theme-green .secondary.ohio-upload-multiple-label, .theme-green .secondary.ohio-vector-map-zoom-btn {
      border: 1px solid #5e8000; }
    .theme-blue .ohio-button.secondary, .theme-blue .secondary.ohio-login-dialogue-create-btn, .theme-blue .secondary.ohio-login-dialogue-existing-btn, .theme-blue .secondary.ohio-upload-multiple-label, .theme-blue .secondary.ohio-vector-map-zoom-btn {
      border: 1px solid #3D7AA9; }
    .theme-green .ohio-button.secondary, .theme-green .secondary.ohio-login-dialogue-create-btn, .theme-green .secondary.ohio-login-dialogue-existing-btn, .theme-green .secondary.ohio-upload-multiple-label, .theme-green .secondary.ohio-vector-map-zoom-btn {
      color: #5e8000; }
    .theme-blue .ohio-button.secondary, .theme-blue .secondary.ohio-login-dialogue-create-btn, .theme-blue .secondary.ohio-login-dialogue-existing-btn, .theme-blue .secondary.ohio-upload-multiple-label, .theme-blue .secondary.ohio-vector-map-zoom-btn {
      color: #3D7AA9; }
    .ohio-button.secondary:hover, .secondary.ohio-login-dialogue-create-btn:hover, .secondary.ohio-login-dialogue-existing-btn:hover, .secondary.ohio-upload-multiple-label:hover, .secondary.ohio-vector-map-zoom-btn:hover {
      background-color: #f2f2f2; }
    .ohio-button.secondary.default, .secondary.default.ohio-login-dialogue-create-btn, .secondary.default.ohio-login-dialogue-existing-btn, .secondary.default.ohio-upload-multiple-label, .secondary.default.ohio-vector-map-zoom-btn {
      border-color: #700017;
      color: #700017; }
    .ohio-button.secondary:active, .secondary.ohio-login-dialogue-create-btn:active, .secondary.ohio-login-dialogue-existing-btn:active, .secondary.ohio-upload-multiple-label:active, .secondary.ohio-vector-map-zoom-btn:active {
      background-color: #f2f2f2; }
    .ohio-button.secondary.success, .secondary.success.ohio-login-dialogue-create-btn, .secondary.success.ohio-login-dialogue-existing-btn, .secondary.success.ohio-upload-multiple-label, .secondary.success.ohio-vector-map-zoom-btn {
      border-color: #5e8000;
      color: #5e8000; }
    .ohio-button.secondary.info, .secondary.info.ohio-login-dialogue-create-btn, .secondary.info.ohio-login-dialogue-existing-btn, .secondary.info.ohio-upload-multiple-label, .secondary.info.ohio-vector-map-zoom-btn {
      border-color: #3D7AA9;
      color: #3D7AA9; }
  .ohio-button.link, .link.ohio-login-dialogue-create-btn, .link.ohio-login-dialogue-existing-btn, .link.ohio-upload-multiple-label, .link.ohio-vector-map-zoom-btn {
    background-color: transparent;
    color: #525051; }
    .ohio-button.link:hover, .link.ohio-login-dialogue-create-btn:hover, .link.ohio-login-dialogue-existing-btn:hover, .link.ohio-upload-multiple-label:hover, .link.ohio-vector-map-zoom-btn:hover {
      text-decoration: underline; }

.ohio-card {
  border-radius: 4px;
  position: relative; }
  .ohio-card-header, .ohio-card-location, .ohio-card-content {
    padding: 10px 15px; }
  .ohio-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .ohio-card-header-img {
      border-radius: 50%;
      margin-right: 10px;
      height: 32px;
      width: 32px; }
  .ohio-card-bg:first-child .ohio-card-bg-img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .ohio-card-location {
    border-bottom: 1px solid #d8d8d8;
    color: #525051; }
  .ohio-card-profile, .ohio-card-app {
    margin-top: -40px;
    text-align: center; }
    .ohio-card-profile-icon, .ohio-card-profile-img, .ohio-card-app-icon, .ohio-card-app-img {
      border-radius: 50%;
      height: 80px;
      width: 80px; }
    .ohio-card-profile-img, .ohio-card-app-img {
      margin-right: 10px; }
  .ohio-card-profile-icon {
    background-color: #700017;
    color: #ffffff;
    font-size: 3.4rem;
    padding: 20px 0; }
    .theme-green .ohio-card-profile-icon {
      background-color: #5e8000; }
    .theme-blue .ohio-card-profile-icon {
      background-color: #3D7AA9; }
  .ohio-card-app-img {
    border-radius: 4px; }
  .ohio-card-content {
    padding-top: 0; }
    .ohio-card-content-header {
      margin-bottom: 3px;
      margin-top: 23px; }
    .ohio-card--center .ohio-card-content {
      text-align: center; }
  .ohio-card-rating {
    color: #525051; }
  .ohio-card-social {
    color: #700017;
    font-size: 2.8rem; }
    .ohio-card-social-link {
      color: #700017;
      margin: 0 10px; }
      .theme-green .ohio-card-social-link {
        color: #5e8000; }
      .theme-blue .ohio-card-social-link {
        color: #3D7AA9; }
      .ohio-card-social-link:hover {
        color: #540011; }
      .ohio-card-social-link:active {
        color: #8f001d; }
      .theme-green .ohio-card-social-link:hover {
        color: #4b6600; }
      .theme-green .ohio-card-social-link:active {
        color: #709900; }
      .theme-blue .ohio-card-social-link:hover {
        color: #136bad; }
      .theme-blue .ohio-card-social-link:active {
        color: #3d8ecc; }
      .ohio-card-social-link:focus, .ohio-card-social-link:hover {
        text-decoration: none; }
      .ohio-card-social-link:active {
        color: #8f001d; }
  .ohio-card-install {
    margin: 0 15px 10px; }

.ohio-checkbox-base, .ohio-checkbox, .ohio-radio-button {
  margin-bottom: 2px;
  margin-top: 2px; }

.ohio-checkbox ~ .ohio-checkbox {
  margin-top: 0; }

.ohio-checkbox input[type="checkbox"] {
  cursor: pointer; }

.ohio-checkbox.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.ohio-checkbox.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #700017; }
  .theme-green .ohio-checkbox.checkbox-success input[type="checkbox"]:indeterminate + label::after, .theme-green
  .ohio-checkbox.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #5e8000; }
  .theme-blue .ohio-checkbox.checkbox-success input[type="checkbox"]:indeterminate + label::after, .theme-blue
  .ohio-checkbox.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #3D7AA9; }

.ohio-checkbox.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.ohio-checkbox.checkbox-success input[type="radio"]:indeterminate + label::before,
.ohio-checkbox.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #ffffff;
  border-color: #A1A1A1; }

.ohio-checkbox.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #700017; }
  .theme-green .ohio-checkbox.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #5e8000; }
  .theme-blue .ohio-checkbox.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #3D7AA9; }

.ohio-checkbox.checkbox-success input[type="checkbox"]:disabled + label::after {
  color: #A1A1A1; }

.ohio-checkbox-field::before {
  content: " ";
  background: blue;
  border: 1px solid red; }

.ohio-checkbox.checkbox label {
  font-weight: inherit;
  line-height: 1.1;
  padding-left: 5px; }
  .ohio-checkbox.checkbox label::before {
    border-color: #A1A1A1;
    width: 18px;
    height: 18px; }
  .ohio-checkbox.checkbox label::after {
    font-size: 1.3rem;
    width: 18px;
    height: 18px;
    line-height: 1.3; }

.ohio-checkbox.ohio-checkbox--has-field {
  padding-left: 0; }
  .ohio-checkbox.ohio-checkbox--has-field input[type="checkbox"] {
    margin: 0;
    top: 0; }
  .ohio-checkbox.ohio-checkbox--has-field .checkbox,
  .ohio-checkbox.ohio-checkbox--has-field label {
    left: 30px;
    top: 10px;
    position: absolute; }
  .ohio-checkbox.ohio-checkbox--has-field .ohio-checkbox-field {
    padding-left: 40px; }

.ohio-choose-time .input-group-addon {
  background-color: #f2f2f2;
  border-color: #A1A1A1;
  border-right-width: 0;
  padding-right: 0; }

.ohio-choose-time-select {
  border-left-width: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }
  .ohio-choose-time-select::before, .ohio-choose-time-select::after {
    display: none !important; }
  .ohio-choose-time-select-el {
    font-weight: 400 !important; }

.ohio-custom-dropdown-select {
  background-color: #f2f2f2;
  border: 1px solid #A1A1A1;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 100%; }
  .ohio-custom-dropdown-select-check:focus ~ .ohio-custom-dropdown-select-label {
    outline: none;
    border: 1px solid #4D90FE;
    box-shadow: 0px 0px 4px 0px #4D90FE; }
  .ohio-custom-dropdown-select-label {
    border-right: 1px solid #A1A1A1;
    display: inline-block;
    font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    padding: 10px 10px 12px;
    max-height: 100%;
    width: calc(100% - 35px); }
    .ohio-custom-dropdown-select-label::after {
      font-family: FontAwesome;
      font-size: 2.2rem;
      content: "\f107";
      font-weight: 400;
      height: 100%;
      letter-spacing: normal;
      position: absolute;
      padding: 8px 10px 9px;
      top: 0;
      right: 0;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .ohio-custom-dropdown-select-check:checked + .ohio-custom-dropdown-select-label::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .ohio-custom-dropdown-select-list {
    background-color: #ffffff;
    border: 1px solid #A1A1A1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #000000;
    left: -1px;
    list-style: none;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    width: calc(100% + 2px);
    will-change: transform, visibility;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    visibility: hidden;
    z-index: 9; }
    .ohio-custom-dropdown-select-list-item-link {
      display: block;
      font-weight: 400;
      padding: 10px 10px 9px;
      width: 100%;
      height: 100%;
      position: relative;
      text-align: left; }
      .ohio-custom-dropdown-select-list-item-link, .ohio-custom-dropdown-select-list-item-link:focus, .ohio-custom-dropdown-select-list-item-link:hover {
        color: #000000;
        text-decoration: none; }
      .ohio-custom-dropdown-select-list-item-link:hover {
        background-color: #f2f2f2; }
      .ohio-custom-dropdown-select-list-item-link:hover::before {
        background-color: #700017;
        content: "";
        height: 100%;
        width: 5px;
        position: absolute;
        left: 0;
        top: 0; }
  .ohio-custom-dropdown-select-check:checked ~ .ohio-custom-dropdown-select-list {
    visibility: visible;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }

.ohio-custom-dropdown--small {
  font-size: 1.4rem; }
  .ohio-custom-dropdown--small .ohio-custom-dropdown-select {
    height: 34px; }
    .ohio-custom-dropdown--small .ohio-custom-dropdown-select-label {
      width: calc(100% - 31px); }
      .ohio-custom-dropdown--small .ohio-custom-dropdown-select-label::after {
        font-size: 2rem;
        padding: 5px 9px 0; }

.ohio-datepicker {
  position: relative; }
  .ohio-datepicker .form-control {
    background-color: #f2f2f2;
    border-color: #A1A1A1;
    color: #000000;
    font-size: 1.6rem;
    height: 40px;
    padding: 8px 15px; }
  .ohio-datepicker .fa, .ohio-datepicker .ohio-external-nav-open-icon, .ohio-datepicker .ohio-external-takeover-close, .ohio-datepicker .ohio-external-takeover-close-icon, .ohio-datepicker .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .ohio-datepicker .select2-selection--single, .ohio-datepicker .select2-search--dropdown, .ohio-datepicker #toast-container .toast.toast-error::before, #toast-container .ohio-datepicker .toast.toast-error::before, .ohio-datepicker #toast-container .toast.toast-info::before, #toast-container .ohio-datepicker .toast.toast-info::before, .ohio-datepicker #toast-container .toast.toast-success::before, #toast-container .ohio-datepicker .toast.toast-success::before {
    color: #700017;
    font-size: 1.8rem;
    padding: 12px 16px;
    position: absolute;
    right: 0; }
    .theme-green .ohio-datepicker .fa, .theme-green .ohio-datepicker .ohio-external-nav-open-icon, .theme-green .ohio-datepicker .ohio-external-takeover-close, .theme-green .ohio-datepicker .ohio-external-takeover-close-icon, .theme-green .ohio-datepicker .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .theme-green .ohio-datepicker .select2-selection--single, .theme-green .ohio-datepicker .select2-search--dropdown, .theme-green .ohio-datepicker #toast-container .toast.toast-error::before, #toast-container .theme-green .ohio-datepicker .toast.toast-error::before, .theme-green .ohio-datepicker #toast-container .toast.toast-info::before, #toast-container .theme-green .ohio-datepicker .toast.toast-info::before, .theme-green .ohio-datepicker #toast-container .toast.toast-success::before, #toast-container .theme-green .ohio-datepicker .toast.toast-success::before {
      color: #5e8000; }
    .theme-blue .ohio-datepicker .fa, .theme-blue .ohio-datepicker .ohio-external-nav-open-icon, .theme-blue .ohio-datepicker .ohio-external-takeover-close, .theme-blue .ohio-datepicker .ohio-external-takeover-close-icon, .theme-blue .ohio-datepicker .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .theme-blue .ohio-datepicker .select2-selection--single, .theme-blue .ohio-datepicker .select2-search--dropdown, .theme-blue .ohio-datepicker #toast-container .toast.toast-error::before, #toast-container .theme-blue .ohio-datepicker .toast.toast-error::before, .theme-blue .ohio-datepicker #toast-container .toast.toast-info::before, #toast-container .theme-blue .ohio-datepicker .toast.toast-info::before, .theme-blue .ohio-datepicker #toast-container .toast.toast-success::before, #toast-container .theme-blue .ohio-datepicker .toast.toast-success::before {
      color: #3D7AA9; }

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #700017; }
  .theme-green .datepicker table tr td span.active.active, .theme-green
  .datepicker table tr td span.active.disabled.active, .theme-green
  .datepicker table tr td span.active.disabled:active, .theme-green
  .datepicker table tr td span.active.disabled:hover.active, .theme-green
  .datepicker table tr td span.active.disabled:hover:active, .theme-green
  .datepicker table tr td span.active:active, .theme-green
  .datepicker table tr td span.active:hover.active, .theme-green
  .datepicker table tr td span.active:hover:active {
    background-color: #5e8000; }
  .theme-blue .datepicker table tr td span.active.active, .theme-blue
  .datepicker table tr td span.active.disabled.active, .theme-blue
  .datepicker table tr td span.active.disabled:active, .theme-blue
  .datepicker table tr td span.active.disabled:hover.active, .theme-blue
  .datepicker table tr td span.active.disabled:hover:active, .theme-blue
  .datepicker table tr td span.active:active, .theme-blue
  .datepicker table tr td span.active:hover.active, .theme-blue
  .datepicker table tr td span.active:hover:active {
    background-color: #3D7AA9; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #d8d8d8; }

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background-color: #f2f2f2; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  background-color: #700017;
  border-radius: 50%; }
  .theme-green .datepicker table tr td.active.active, .theme-green .datepicker table tr td.active.highlighted.active, .theme-green .datepicker table tr td.active.highlighted:active, .theme-green .datepicker table tr td.active:active {
    background-color: #5e8000; }
  .theme-blue .datepicker table tr td.active.active, .theme-blue .datepicker table tr td.active.highlighted.active, .theme-blue .datepicker table tr td.active.highlighted:active, .theme-blue .datepicker table tr td.active:active {
    background-color: #3D7AA9; }

.datepicker table tr td.active.active:hover {
  background-color: #700017; }
  .theme-green .datepicker table tr td.active.active:hover {
    background-color: #5e8000; }
  .theme-blue .datepicker table tr td.active.active:hover {
    background-color: #3D7AA9; }

.datepicker table tr td.focused, .datepicker table tr td.day:hover {
  background-color: #f2f2f2;
  border-radius: 50%; }

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th,
.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0; }

.datepicker thead {
  background-color: #f2f2f2; }

.datepicker .prev,
.datepicker .next {
  color: #f2f2f2;
  position: relative; }
  .datepicker .prev::after,
  .datepicker .next::after {
    color: #700017;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 2.2rem;
    position: absolute;
    padding: 0 10px 9px;
    top: 0;
    right: 0; }
    .theme-green .datepicker .prev::after, .theme-green
    .datepicker .next::after {
      color: #5e8000; }
    .theme-blue .datepicker .prev::after, .theme-blue
    .datepicker .next::after {
      color: #3D7AA9; }

.datepicker .prev {
  border-top-left-radius: 3px; }

.datepicker .next {
  border-top-right-radius: 3px; }
  .datepicker .next::after {
    content: "\f105"; }

.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.dropdown-menu {
  font-size: 1.6rem;
  padding: 0; }

.dow {
  color: #A1A1A1;
  font-weight: 400; }

.ohio-divider {
  color: #525051;
  font-weight: 700;
  margin: 15px 0;
  overflow: hidden;
  text-align: center; }
  .ohio-divider-label {
    display: inline-block;
    text-align: center;
    position: relative; }
    .ohio-divider-label::after, .ohio-divider-label::before {
      content: "";
      position: absolute;
      height: 1px;
      background-color: #A1A1A1;
      margin: 0 15px;
      top: 50%;
      width: 600px; }
    .ohio-divider-label::after {
      width: 600px; }
    .ohio-divider-label::before {
      right: 100%; }
  @media (min-width: 768px) {
    .ohio-divider--vertical {
      height: 100%;
      top: 0;
      left: 100%;
      margin: 0;
      margin-left: -1px;
      position: absolute;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .ohio-divider--vertical .ohio-divider-label {
        top: 50%; }
        .ohio-divider--vertical .ohio-divider-label::after, .ohio-divider--vertical .ohio-divider-label::before {
          margin: 15px 0 15px 50%;
          width: 1px;
          height: 600px; }
        .ohio-divider--vertical .ohio-divider-label::before {
          right: inherit;
          top: auto;
          bottom: 100%; }
        .ohio-divider--vertical .ohio-divider-label::after {
          bottom: auto;
          top: 100%;
          left: 0; } }

.ohio-drawer {
  box-shadow: none; }
  .ohio-drawer .drawer,
  .ohio-drawer .drawer-contents {
    background-color: #ffffff; }
  .ohio-drawer,
  .ohio-drawer .drawer-heading {
    border-width: 0; }
  .ohio-drawer-nav, .ohio-drawer-nav-title, .ohio-drawer-nav-link {
    width: 100%; }

.ohio-external-nav {
  display: none;
  font-size: 1.2rem;
  padding-bottom: 8px;
  padding-top: 8px; }
  @media (min-width: 768px) {
    .ohio-external-nav {
      display: block; } }
  .ohio-external-nav-open {
    background-color: transparent;
    border: 0;
    float: right;
    text-align: right;
    width: 100%; }
    .ohio-external-nav-open-logo {
      height: 15px;
      margin: 0 4px 0; }
    .ohio-external-nav-open-icon {
      color: #700017;
      font-size: 1.6rem; }
  .ohio-external-nav-alert {
    font-size: 1.4rem; }
    .ohio-external-nav-alert .fa-exclamation-triangle {
      font-size: 1.6rem;
      margin-right: 10px; }
    .ohio-external-nav-alert-link, .ohio-external-nav-alert-link:active, .ohio-external-nav-alert-link:focus, .ohio-external-nav-alert-link:hover {
      color: #ffffff; }
  .ohio-external-nav--light {
    background-color: #f2f2f2; }
  .ohio-external-nav--dark {
    background-color: #525051; }
  .ohio-external-nav--black {
    background-color: #000000; }
  .ohio-external-nav--alert {
    background-color: #eb1316; }
  .ohio-external-nav--dark, .ohio-external-nav--black, .ohio-external-nav--alert {
    color: #ffffff; }
    .ohio-external-nav--dark .ohio-external-nav-open-icon, .ohio-external-nav--black .ohio-external-nav-open-icon, .ohio-external-nav--alert .ohio-external-nav-open-icon {
      color: #ffffff; }

.full-screen-takeover {
  overflow-y: hidden; }

.ohio-external-takeover-wrapper {
  background-color: #f2f2f2;
  font-size: 1.4rem;
  height: 100%;
  max-height: 330px;
  width: 100%;
  left: 0;
  overflow-y: hidden;
  padding: 40px 0;
  position: fixed;
  top: -330px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 9999; }
  .full-screen-takeover .ohio-external-takeover-wrapper {
    overflow-y: auto;
    top: 0; }

.ohio-external-takeover-backdrop {
  background-color: black;
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1; }
  .full-screen-takeover .ohio-external-takeover-backdrop {
    -webkit-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    z-index: 9998;
    opacity: 0.7; }

.ohio-external-takeover-header {
  margin-bottom: 60px; }

.ohio-external-takeover-logo, .ohio-external-takeover-links {
  float: left; }

.ohio-external-takeover-logo {
  height: 42px;
  margin-right: 40px; }

.ohio-external-takeover-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (max-width: 1199px) {
    .ohio-external-takeover-links {
      margin-top: 20px; } }
  @media (min-width: 1200px) {
    .ohio-external-takeover-links {
      float: right;
      width: 70%; } }

.ohio-external-takeover-link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  display: inline-block;
  min-width: 130px; }
  .ohio-external-takeover-link, .ohio-external-takeover-link:active, .ohio-external-takeover-link:focus, .ohio-external-takeover-link:hover {
    color: #700017; }
  .ohio-external-takeover-link-bold {
    font-size: 1.8rem; }

.ohio-external-takeover-close {
  background-color: transparent;
  border: 0;
  color: #700017;
  float: right;
  font-size: 2rem;
  margin-top: 10px; }
  .ohio-external-takeover-close-icon {
    color: #700017;
    font-size: 2rem; }

.ohio-external-takeover-content-wrapper {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .ohio-external-takeover-content-wrapper {
      width: 80%; } }

.ohio-external-takeover-search {
  margin-bottom: 15px; }
  .ohio-external-takeover-search .ohio-search-field {
    background-color: #ffffff !important;
    color: #700017;
    font-size: 1.8rem;
    height: 50px;
    padding: 0 19px; }
  .ohio-external-takeover-search .input-group-btn {
    padding: 4px 0px;
    margin: 0px 0px; }
  .ohio-external-takeover-search .ohio-search-btn.btn {
    font-size: 2rem;
    margin-left: -24px !important;
    margin-top: -5px;
    padding: 10px 20px !important; }

.ohio-field, .ohio-field-addon, .ohio-field-status, .ohio-textarea {
  display: inline-block;
  margin-bottom: 23px;
  width: 100%; }
  .ohio-field, .ohio-field-addon, .ohio-field-status, .ohio-textarea, .ohio-field-input, .ohio-checkbox-field {
    font-weight: 400;
    width: 100%; }
    .ohio-field:disabled, .ohio-field-addon:disabled, .ohio-field-status:disabled, .ohio-textarea:disabled, .ohio-field-input:disabled, .ohio-checkbox-field:disabled {
      opacity: 0.5; }
  .ohio-field-input, .ohio-checkbox-field {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #f2f2f2;
    border: 1px solid #A1A1A1;
    border-radius: 4px;
    display: block;
    font-size: 1.6rem;
    padding: 8px 15px; }
    .has-error .ohio-field-input, .has-error .ohio-checkbox-field {
      border-color: #eb1316; }
  .ohio-field-error {
    color: #eb1316;
    display: none;
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 9px;
    margin-top: 6px; }
    .has-error .ohio-field-error {
      display: block; }
    .warning .ohio-field-error {
      color: #525051; }
  .ohio-field .input-group .ohio-field-input:first-child, .ohio-field-addon .input-group .ohio-field-input:first-child, .ohio-field-status .input-group .ohio-field-input:first-child, .ohio-textarea .input-group .ohio-field-input:first-child, .ohio-field .input-group .ohio-checkbox-field:first-child, .ohio-field-addon .input-group .ohio-checkbox-field:first-child, .ohio-field-status .input-group .ohio-checkbox-field:first-child, .ohio-textarea .input-group .ohio-checkbox-field:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right-width: 0;
    padding-right: 0; }
  .ohio-field .input-group .ohio-field-input:not(:first-child), .ohio-field-addon .input-group .ohio-field-input:not(:first-child), .ohio-field-status .input-group .ohio-field-input:not(:first-child), .ohio-textarea .input-group .ohio-field-input:not(:first-child), .ohio-field .input-group .ohio-checkbox-field:not(:first-child), .ohio-field-addon .input-group .ohio-checkbox-field:not(:first-child), .ohio-field-status .input-group .ohio-checkbox-field:not(:first-child), .ohio-textarea .input-group .ohio-checkbox-field:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .ohio-field .input-group .input-group-addon:first-child, .ohio-field-addon .input-group .input-group-addon:first-child, .ohio-field-status .input-group .input-group-addon:first-child, .ohio-textarea .input-group .input-group-addon:first-child,
  .ohio-field .input-group .input-group-addon:last-child, .ohio-field-addon .input-group .input-group-addon:last-child, .ohio-field-status .input-group .input-group-addon:last-child, .ohio-textarea .input-group .input-group-addon:last-child {
    background: #f2f2f2; }
  .ohio-field .input-group .input-group-addon, .ohio-field-addon .input-group .input-group-addon, .ohio-field-status .input-group .input-group-addon, .ohio-textarea .input-group .input-group-addon {
    background-color: #ffffff;
    border: 1px solid #A1A1A1;
    border-right-width: 0;
    font-size: 1.6rem; }
  .ohio-field .input-group .input-group-addon:last-child, .ohio-field-addon .input-group .input-group-addon:last-child, .ohio-field-status .input-group .input-group-addon:last-child, .ohio-textarea .input-group .input-group-addon:last-child {
    border-left-width: 0;
    border-right-width: 1px; }
  .ohio-field.has-addon .input-group .input-group-addon:last-child, .has-addon.ohio-field-addon .input-group .input-group-addon:last-child, .has-addon.ohio-field-status .input-group .input-group-addon:last-child, .has-addon.ohio-textarea .input-group .input-group-addon:last-child {
    border-left-width: 1px;
    padding-left: 15px; }
  .ohio-field.has-error .input-group-addon, .has-error.ohio-field-addon .input-group-addon, .has-error.ohio-field-status .input-group-addon, .has-error.ohio-textarea .input-group-addon {
    border-color: #eb1316;
    color: #eb1316; }

.ohio-field-p {
  padding: 8px 15px; }

.ohio-field-addon .input-group .input-group-addon {
  background-color: #ffffff !important;
  border-color: #A1A1A1 !important; }
  .ohio-field-addon .input-group .input-group-addon:last-child {
    border-left-width: 1px !important;
    padding-left: 15px !important; }

.ohio-field-icon {
  width: 100%; }
  .ohio-field-icon .ohio-field-input, .ohio-field-icon .ohio-checkbox-field {
    border-left-width: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .ohio-field-icon .input-group-addon {
    border-color: #A1A1A1;
    padding-right: 0; }

.ohio-field-label, .ohio-main-nav-dropdown-title, .ohio-drawer-nav-title, .ohio-multi-select-label, .ohio-select-label, .ohio-custom-dropdown-label, .ohio-textarea-label {
  color: #525051;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 8px;
  margin-left: 15px;
  width: 100%; }
  .has-checkbox .ohio-field-label, .has-checkbox .ohio-main-nav-dropdown-title, .has-checkbox .ohio-drawer-nav-title, .has-checkbox .ohio-multi-select-label, .has-checkbox .ohio-select-label, .has-checkbox .ohio-custom-dropdown-label, .has-checkbox .ohio-textarea-label {
    border-color: #eb1316; }

.ohio-field-password .input-group-addon {
  cursor: pointer; }
  .ohio-field-password .input-group-addon .fa, .ohio-field-password .input-group-addon .ohio-external-nav-open-icon, .ohio-field-password .input-group-addon .ohio-external-takeover-close, .ohio-field-password .input-group-addon .ohio-external-takeover-close-icon, .ohio-field-password .input-group-addon .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .ohio-field-password .input-group-addon .select2-selection--single, .ohio-field-password .input-group-addon .select2-search--dropdown, .ohio-field-password .input-group-addon #toast-container .toast.toast-error::before, #toast-container .ohio-field-password .input-group-addon .toast.toast-error::before, .ohio-field-password .input-group-addon #toast-container .toast.toast-info::before, #toast-container .ohio-field-password .input-group-addon .toast.toast-info::before, .ohio-field-password .input-group-addon #toast-container .toast.toast-success::before, #toast-container .ohio-field-password .input-group-addon .toast.toast-success::before {
    color: #700017; }
    .theme-green .ohio-field-password .input-group-addon .fa, .theme-green .ohio-field-password .input-group-addon .ohio-external-nav-open-icon, .theme-green .ohio-field-password .input-group-addon .ohio-external-takeover-close, .theme-green .ohio-field-password .input-group-addon .ohio-external-takeover-close-icon, .theme-green .ohio-field-password .input-group-addon .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .theme-green .ohio-field-password .input-group-addon .select2-selection--single, .theme-green .ohio-field-password .input-group-addon .select2-search--dropdown, .theme-green .ohio-field-password .input-group-addon #toast-container .toast.toast-error::before, #toast-container .theme-green .ohio-field-password .input-group-addon .toast.toast-error::before, .theme-green .ohio-field-password .input-group-addon #toast-container .toast.toast-info::before, #toast-container .theme-green .ohio-field-password .input-group-addon .toast.toast-info::before, .theme-green .ohio-field-password .input-group-addon #toast-container .toast.toast-success::before, #toast-container .theme-green .ohio-field-password .input-group-addon .toast.toast-success::before {
      color: #5e8000; }
    .theme-blue .ohio-field-password .input-group-addon .fa, .theme-blue .ohio-field-password .input-group-addon .ohio-external-nav-open-icon, .theme-blue .ohio-field-password .input-group-addon .ohio-external-takeover-close, .theme-blue .ohio-field-password .input-group-addon .ohio-external-takeover-close-icon, .theme-blue .ohio-field-password .input-group-addon .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .theme-blue .ohio-field-password .input-group-addon .select2-selection--single, .theme-blue .ohio-field-password .input-group-addon .select2-search--dropdown, .theme-blue .ohio-field-password .input-group-addon #toast-container .toast.toast-error::before, #toast-container .theme-blue .ohio-field-password .input-group-addon .toast.toast-error::before, .theme-blue .ohio-field-password .input-group-addon #toast-container .toast.toast-info::before, #toast-container .theme-blue .ohio-field-password .input-group-addon .toast.toast-info::before, .theme-blue .ohio-field-password .input-group-addon #toast-container .toast.toast-success::before, #toast-container .theme-blue .ohio-field-password .input-group-addon .toast.toast-success::before {
      color: #3D7AA9; }

.ohio-field-password .fa-eye-slash {
  display: none; }

.ohio-field-password-show-hide:checked ~ .fa-eye {
  display: none; }

.ohio-field-password-show-hide:checked ~ .fa-eye-slash {
  display: block; }

.ohio-field-status.success .ohio-field-input, .ohio-field-status.success .ohio-checkbox-field,
.ohio-field-status.success .input-group-addon {
  border-color: #5e8000; }

.ohio-field-status.warning .ohio-field-input, .ohio-field-status.warning .ohio-checkbox-field,
.ohio-field-status.warning .input-group-addon {
  border-color: #ed6102; }

.ohio-field-status.danger .ohio-field-input, .ohio-field-status.danger .ohio-checkbox-field,
.ohio-field-status.danger .input-group-addon {
  border-color: #eb1316; }

.ohio-field-status.success .input-group-addon {
  color: #5e8000; }

.ohio-field-status.warning .input-group-addon {
  color: #ed6102; }

.ohio-field-status.danger .input-group-addon {
  color: #eb1316; }

.ohio-forgot-dialogue {
  margin-bottom: 40px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .ohio-forgot-dialogue {
      border: 1px solid #A1A1A1;
      border-radius: 4px;
      padding: 0 50px 10px; } }
  .ohio-forgot-dialogue-section {
    margin: 15px 0; }
  .ohio-forgot-dialogue-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 27px; }
    @media (min-width: 544px) {
      .ohio-forgot-dialogue-submit {
        float: right; } }
    .ohio-forgot-dialogue-submit-btn {
      width: 100%; }

.ohio-form-ex-page-confirm {
  background-color: #f2f2f2;
  padding: 23px 25px;
  margin-top: 27px; }

.ohio-form-ex-page-footer {
  margin-top: 25px; }

.ohio-generic-wizard {
  position: relative; }
  .ohio-generic-wizard-col {
    text-align: center; }
    .ohio-generic-wizard-col:first-child {
      text-align: left; }
    .ohio-generic-wizard-col:last-child {
      text-align: right; }
  .ohio-generic-wizard-divider {
    margin: 0 auto;
    position: absolute;
    left: 50px;
    top: 22px;
    width: 74%; }
    @media (min-width: 544px) {
      .ohio-generic-wizard-divider {
        width: 84%; } }
    @media (min-width: 768px) {
      .ohio-generic-wizard-divider {
        width: 86%; } }
    @media (min-width: 992px) {
      .ohio-generic-wizard-divider {
        width: 90%; } }

.ohio-generic-wizard-item {
  display: inline-block;
  text-align: center; }
  .ohio-generic-wizard-item-icon {
    background-color: #d8d8d8;
    border-radius: 50%;
    color: #525051;
    font-size: 3.2rem;
    width: 70px;
    height: 70px;
    padding-top: 20px; }
    .is-selected .ohio-generic-wizard-item-icon {
      background-color: #700017;
      color: #ffffff; }
      .theme-green .is-selected .ohio-generic-wizard-item-icon {
        background-color: #5e8000; }
      .theme-blue .is-selected .ohio-generic-wizard-item-icon {
        background-color: #3D7AA9; }
  .ohio-generic-wizard-item-label {
    padding-top: 8px; }

.ohio-header-search .ohio-search-field, .ohio-main-nav-search .ohio-search-field {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 0 20px; }

.ohio-header-search .ohio-search-btn, .ohio-main-nav-search .ohio-search-btn {
  font-size: 2rem;
  margin-top: 0;
  padding: 0 11px; }

.ohio-header-search .input-group-btn, .ohio-main-nav-search .input-group-btn {
  padding: 0 50px 0 0; }
  .ohio-header-search .input-group-btn:last-child > .btn, .ohio-main-nav-search .input-group-btn:last-child > .btn, .ohio-header-search .ohio-search .input-group-btn:last-child > .btn, .ohio-main-nav-search .ohio-search .input-group-btn:last-child > .btn, .ohio-header-search .input-group-btn:last-child > .btn-group, .ohio-main-nav-search .input-group-btn:last-child > .btn-group {
    margin-left: -7px; }
  @media (min-width: 768px) {
    .ohio-header-search .input-group-btn, .ohio-main-nav-search .input-group-btn {
      padding: 0; } }

.ohio-header {
  background-color: #f2f2f2;
  padding: 8px 12px 8px 12px; }
  .ohio-header--white {
    background-color: #ffffff; }
  .ohio-header--blue {
    background-color: #3D7AA9; }
  @media (min-width: 768px) {
    .ohio-header-logo {
      padding-top: 6px; } }
  .ohio-header-logo-img {
    height: 45.1px;
    width: 188.7px;
    background-color: white;
    object-fit: contain; }
    @media (min-width: 768px) {
      .ohio-header-logo-img {
            height: 45.1px;
            width: 188.7px;
            background-color: white;
            object-fit: contain; } }
  .ohio-header-search {
    display: none; }
    @media (min-width: 768px) {
      .ohio-header-search {
        display: block; }
        .ohio-header-search .ohio-search-field {
          border: 1px solid #A1A1A1;
          border-radius: 4px;
          margin-top: 0; } }

.ohio-in-form-wizard {
  overflow: hidden; }
  .ohio-in-form-wizard-col {
    float: left; }
    .ohio-in-form-wizard-col:first-child .ohio-in-form-wizard-item {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-left-width: 1px;
      padding-left: 10px; }
    .ohio-in-form-wizard-col:last-child .ohio-in-form-wizard-item {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      border-right-width: 1px; }
      .ohio-in-form-wizard-col:last-child .ohio-in-form-wizard-item::before, .ohio-in-form-wizard-col:last-child .ohio-in-form-wizard-item::after {
        display: none; }
      .ohio-in-form-wizard-col:last-child .ohio-in-form-wizard-item-topfix, .ohio-in-form-wizard-col:last-child .ohio-in-form-wizard-item-botfix {
        display: none; }
    .ohio-in-form-wizard-col:last-child .ohio-in-form-wizard-item-arrow {
      display: none; }

.ohio-in-form-wizard-item {
  background-color: #f2f2f2;
  border: 1px solid #A1A1A1;
  border-right-width: 0;
  display: inline-block;
  font-size: 1.4rem;
  padding: 8px 10px 8px 17px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .ohio-in-form-wizard-item {
      padding-left: 24px; } }
  .ohio-in-form-wizard-item-label {
    display: none; }
    @media (min-width: 768px) {
      .ohio-in-form-wizard-item-label {
        display: inherit; } }
    .is-selected .ohio-in-form-wizard-item-label {
      display: inherit; }
  .ohio-in-form-wizard-item-arrow {
    background: url("/wps/contenthandler/gateway/!ut/p/dav/fs-type1/themes/OhioBusinessGateway/ohio/css/wiz-arrow3.png?locale=en&locale=ltr") no-repeat;
    display: none;
    width: 15px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 97%;
    z-index: 3; }
    @media (min-width: 768px) {
      .ohio-in-form-wizard-item-arrow {
        display: inherit; } }
    .is-selected .ohio-in-form-wizard-item-arrow {
      display: inherit;
      height: 39px;
      top: -1px;
      background-position-y: -41px; }
      .theme-green .is-selected .ohio-in-form-wizard-item-arrow {
        background-position-y: -83px; }
      .theme-blue .is-selected .ohio-in-form-wizard-item-arrow {
        background-position-y: -125px; }
  .ohio-in-form-wizard-item.is-selected {
    background-color: #700017;
    border: 1px solid #700017;
    color: #ffffff; }
    .theme-green .ohio-in-form-wizard-item.is-selected {
      background-color: #5e8000; }
    .theme-blue .ohio-in-form-wizard-item.is-selected {
      background-color: #3D7AA9; }
    .theme-green .ohio-in-form-wizard-item.is-selected {
      border: 1px solid #5e8000; }
    .theme-blue .ohio-in-form-wizard-item.is-selected {
      border: 1px solid #3D7AA9; }
  .ohio-in-form-wizard-item-badge {
    background-color: #700017;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 5px;
    padding: 1px 6px; }
    .theme-green .ohio-in-form-wizard-item-badge {
      background-color: #5e8000; }
    .theme-blue .ohio-in-form-wizard-item-badge {
      background-color: #3D7AA9; }
    .is-selected .ohio-in-form-wizard-item-badge {
      color: #700017;
      background-color: #ffffff; }
      .theme-green .is-selected .ohio-in-form-wizard-item-badge {
        color: #5e8000; }
      .theme-blue .is-selected .ohio-in-form-wizard-item-badge {
        color: #3D7AA9; }

.ohio-label {
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #525051;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 4px 9px; }
  h1 .ohio-label {
    font-size: 2.4rem; }
  h2 .ohio-label {
    font-size: 1.8rem; }
  h3 .ohio-label, .ohio-page-error-message-message .ohio-label,
  h4 .ohio-label {
    font-size: 1.6rem; }

.ohio-landing-page-divider {
  border-top: 1px solid #A1A1A1;
  margin-top: 44px; }

@media (min-width: 768px) {
  .ohio-landing-page-filter-header, .ohio-landing-page-filter-search {
    float: left; }
  .ohio-landing-page-filter-search {
    margin-top: 40px;
    margin-left: 20px; } }

.ohio-landing-page-pagination {
  margin-top: 10px; }

.ohio-login-dialogue {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .ohio-login-dialogue {
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .ohio-login-dialogue {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .ohio-login-dialogue-create, .ohio-login-dialogue-existing {
    padding: 14px 44px 44px; }
  @media (min-width: 768px) {
    .ohio-login-dialogue-create {
      border: 1px solid #A1A1A1;
      border-radius: 4px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }
  @media (min-width: 992px) {
    .ohio-login-dialogue-create {
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 4px; } }
  @media (max-width: 767px) {
    .ohio-login-dialogue-create-btn {
      width: 100%;
      text-align: center; } }
  @media (min-width: 992px) {
    .ohio-login-dialogue-create-btn {
      position: absolute;
      bottom: 45px; } }
  .ohio-login-dialogue-existing {
    background-color: #700017; }
    .theme-green .ohio-login-dialogue-existing {
      background-color: #5e8000; }
    .theme-blue .ohio-login-dialogue-existing {
      background-color: #3D7AA9; }
    @media (min-width: 768px) {
      .ohio-login-dialogue-existing {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
    @media (min-width: 992px) {
      .ohio-login-dialogue-existing {
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; } }
    .ohio-login-dialogue-existing-header,
    .theme-green .ohio-login-dialogue-existing-header,
    .theme-blue .ohio-login-dialogue-existing-header {
      color: #ffffff; }
    .ohio-login-dialogue-existing .ohio-field-label, .ohio-login-dialogue-existing .ohio-main-nav-dropdown-title, .ohio-login-dialogue-existing .ohio-drawer-nav-title, .ohio-login-dialogue-existing .ohio-multi-select-label, .ohio-login-dialogue-existing .ohio-select-label, .ohio-login-dialogue-existing .ohio-custom-dropdown-label, .ohio-login-dialogue-existing .ohio-textarea-label {
      color: #ffffff; }
    .ohio-login-dialogue-existing-forgot {
      padding-top: 20px;
      text-align: center; }
    .ohio-login-dialogue-existing-link {
      font-size: 1.4rem; }
      .ohio-login-dialogue-existing-link, .ohio-login-dialogue-existing-link:focus, .ohio-login-dialogue-existing-link:hover {
        color: #ffffff; }
    .ohio-login-dialogue-existing-btn {
      border: 1px solid #ffffff;
      border-radius: 4px;
      margin-top: 40px;
      width: 100%; }

.ohio-main-nav {
  background-color: #700017; }
  .theme-green .ohio-main-nav {
    background-color: #5e8000; }
  .theme-blue .ohio-main-nav {
    background-color: #3D7AA9; }
  @media (min-width: 768px) {
    .ohio-main-nav {
      display: block;
      height: 100% !important; } }
  @media (min-width: 768px) {
    .ohio-main-nav-container {
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px; }
      .ohio-main-nav-container:before, .ohio-main-nav-container:after {
        content: " ";
        display: table; }
      .ohio-main-nav-container:after {
        clear: both; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .ohio-main-nav-container {
      width: 750px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .ohio-main-nav-container {
      width: 970px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .ohio-main-nav-container {
      width: 1170px; } }
  .ohio-main-nav-panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .ohio-main-nav-link, .ohio-main-nav-ohio-link, .ohio-main-nav-search {
      border-bottom: 1px solid #A1A1A1; } }
  .ohio-main-nav-panel, .ohio-main-nav-dropdown-link, .ohio-drawer-nav-link, .ohio-main-nav-link, .ohio-main-nav-ohio-link, .ohio-main-nav-search, .ohio-main-nav-social, .ohio-main-nav-social-link {
    display: inline-block; }
    .ohio-main-nav-panel:focus, .ohio-main-nav-panel:hover, .ohio-main-nav-dropdown-link:focus, .ohio-drawer-nav-link:focus, .ohio-main-nav-dropdown-link:hover, .ohio-drawer-nav-link:hover, .ohio-main-nav-link:focus, .ohio-main-nav-ohio-link:focus, .ohio-main-nav-link:hover, .ohio-main-nav-ohio-link:hover, .ohio-main-nav-search:focus, .ohio-main-nav-search:hover, .ohio-main-nav-social:focus, .ohio-main-nav-social:hover, .ohio-main-nav-social-link:focus, .ohio-main-nav-social-link:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .ohio-main-nav-panel, .ohio-main-nav-dropdown-link, .ohio-drawer-nav-link, .ohio-main-nav-link, .ohio-main-nav-ohio-link, .ohio-main-nav-social {
      width: 100%; } }
  .ohio-main-nav-link, .ohio-main-nav-ohio-link, .ohio-main-nav-social {
    background-color: #700017; }
    .theme-green .ohio-main-nav-link, .theme-green .ohio-main-nav-ohio-link, .theme-green .ohio-main-nav-social {
      background-color: #5e8000; }
    .theme-blue .ohio-main-nav-link, .theme-blue .ohio-main-nav-ohio-link, .theme-blue .ohio-main-nav-social {
      background-color: #3D7AA9; }
  .ohio-main-nav-link, .ohio-main-nav-ohio-link, .ohio-main-nav-social-link {
    padding: 18px 20px; }
    @media (min-width: 768px) {
      .ohio-main-nav-link, .ohio-main-nav-ohio-link, .ohio-main-nav-social-link {
        padding-bottom: 16px;
        padding-top: 16px; } }
  .ohio-main-nav-search {
    border-top: 1px solid #A1A1A1;
    margin-bottom: -6px; }
    .ohio-main-nav-search .ohio-search-field {
      height: 60px; }
      .ohio-main-nav-search .ohio-search-field.form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    @media (min-width: 768px) {
      .ohio-main-nav-search {
        display: none; } }
  .ohio-main-nav-link, .ohio-main-nav-ohio-link, .ohio-main-nav-social-link {
    background-color: #700017; }
    .ohio-main-nav-link, .ohio-main-nav-ohio-link, .ohio-main-nav-link:active, .ohio-main-nav-ohio-link:active, .ohio-main-nav-link:focus, .ohio-main-nav-ohio-link:focus, .ohio-main-nav-link:hover, .ohio-main-nav-ohio-link:hover, .ohio-main-nav-social-link, .ohio-main-nav-social-link:active, .ohio-main-nav-social-link:focus, .ohio-main-nav-social-link:hover {
      color: #ffffff; }
    .theme-green .ohio-main-nav-link, .theme-green .ohio-main-nav-ohio-link, .theme-green .ohio-main-nav-social-link {
      background-color: #5e8000; }
    .theme-blue .ohio-main-nav-link, .theme-blue .ohio-main-nav-ohio-link, .theme-blue .ohio-main-nav-social-link {
      background-color: #3D7AA9; }
    .ohio-main-nav-link:hover, .ohio-main-nav-ohio-link:hover, .ohio-main-nav-social-link:hover {
      background-color: #540011; }
    .ohio-main-nav-link:active, .ohio-main-nav-ohio-link:active, .ohio-main-nav-social-link:active {
      background-color: #8f001d; }
    .theme-green .ohio-main-nav-link:hover, .theme-green .ohio-main-nav-ohio-link:hover, .theme-green .ohio-main-nav-social-link:hover {
      background-color: #4b6600; }
    .theme-green .ohio-main-nav-link:active, .theme-green .ohio-main-nav-ohio-link:active, .theme-green .ohio-main-nav-social-link:active {
      background-color: #709900; }
    .theme-blue .ohio-main-nav-link:hover, .theme-blue .ohio-main-nav-ohio-link:hover, .theme-blue .ohio-main-nav-social-link:hover {
      background-color: #136bad; }
    .theme-blue .ohio-main-nav-link:active, .theme-blue .ohio-main-nav-ohio-link:active, .theme-blue .ohio-main-nav-social-link:active {
      background-color: #3d8ecc; }
    .ohio-main-nav-link .ohio-accordion-caret, .ohio-main-nav-ohio-link .ohio-accordion-caret, .ohio-main-nav-social-link .ohio-accordion-caret {
      color: #ffffff; }
      @media (min-width: 768px) {
        .ohio-main-nav-link .ohio-accordion-caret, .ohio-main-nav-ohio-link .ohio-accordion-caret, .ohio-main-nav-social-link .ohio-accordion-caret {
          float: none;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 3px; } }
  .ohio-main-nav-panel .ohio-main-nav-link, .ohio-main-nav-panel .ohio-main-nav-ohio-link {
    background-color: #540011; }
    .theme-green .ohio-main-nav-panel .ohio-main-nav-link, .theme-green .ohio-main-nav-panel .ohio-main-nav-ohio-link {
      background-color: #4b6600; }
    .theme-blue .ohio-main-nav-panel .ohio-main-nav-link, .theme-blue .ohio-main-nav-panel .ohio-main-nav-ohio-link {
      background-color: #136bad; }
    .ohio-main-nav-panel .ohio-main-nav-link.collapsed, .ohio-main-nav-panel .collapsed.ohio-main-nav-ohio-link {
      background-color: #700017; }
      .theme-green .ohio-main-nav-panel .ohio-main-nav-link.collapsed, .theme-green .ohio-main-nav-panel .collapsed.ohio-main-nav-ohio-link {
        background-color: #5e8000; }
      .theme-blue .ohio-main-nav-panel .ohio-main-nav-link.collapsed, .theme-blue .ohio-main-nav-panel .collapsed.ohio-main-nav-ohio-link {
        background-color: #3D7AA9; }
    .ohio-main-nav-panel .ohio-main-nav-link:hover, .ohio-main-nav-panel .ohio-main-nav-ohio-link:hover {
      background-color: #540011; }
      .theme-green .ohio-main-nav-panel .ohio-main-nav-link:hover, .theme-green .ohio-main-nav-panel .ohio-main-nav-ohio-link:hover {
        background-color: #4b6600; }
      .theme-blue .ohio-main-nav-panel .ohio-main-nav-link:hover, .theme-blue .ohio-main-nav-panel .ohio-main-nav-ohio-link:hover {
        background-color: #136bad; }
  @media (min-width: 768px) {
    .ohio-main-nav-dropdown {
      background-color: #ffffff;
      border: 1px solid #A1A1A1;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top: 0;
      position: absolute;
      z-index: 9999; } }
  @media (min-width: 992px) {
    .ohio-main-nav-dropdown.in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .ohio-main-nav-dropdown-group {
    position: relative; }
    @media (max-width: 767px) {
      .ohio-main-nav-dropdown-group:first-child {
        margin-top: 18px; }
      .ohio-main-nav-dropdown-group:last-child {
        margin-bottom: 21px; } }
    @media (min-width: 768px) {
      .ohio-main-nav-dropdown-group {
        padding-bottom: 15px;
        float: left;
        width: 215px; } }
    .ohio-main-nav-dropdown-group-divider {
      background-color: #a1a1a1;
      height: calc(100% - 30px);
      left: 100%;
      top: 15px;
      position: absolute;
      width: 1px; }
      @media (max-width: 991px) {
        .ohio-main-nav-dropdown-group-divider {
          display: none; } }
  .ohio-main-nav-dropdown-link, .ohio-drawer-nav-link, .ohio-main-nav-dropdown-title, .ohio-drawer-nav-title {
    display: inline-block; }
  .ohio-main-nav-dropdown-title, .ohio-drawer-nav-title {
    padding: 10px 20px;
    margin: 10px 0 0; }
    @media (min-width: 768px) {
      .ohio-main-nav-dropdown-title, .ohio-drawer-nav-title {
        padding-bottom: 7px;
        padding-top: 7px; } }
  .ohio-main-nav-dropdown-link, .ohio-drawer-nav-link {
    color: #700017;
    border-left: 6px solid transparent;
    padding: 10px 14px; }
    .theme-green .ohio-main-nav-dropdown-link, .theme-green .ohio-drawer-nav-link {
      color: #5e8000; }
    .theme-blue .ohio-main-nav-dropdown-link, .theme-blue .ohio-drawer-nav-link {
      color: #3D7AA9; }
    .ohio-main-nav-dropdown-link:hover, .ohio-drawer-nav-link:hover {
      color: #540011; }
    .ohio-main-nav-dropdown-link:active, .ohio-drawer-nav-link:active {
      color: #8f001d; }
    .theme-green .ohio-main-nav-dropdown-link:hover, .theme-green .ohio-drawer-nav-link:hover {
      color: #4b6600; }
    .theme-green .ohio-main-nav-dropdown-link:active, .theme-green .ohio-drawer-nav-link:active {
      color: #709900; }
    .theme-blue .ohio-main-nav-dropdown-link:hover, .theme-blue .ohio-drawer-nav-link:hover {
      color: #136bad; }
    .theme-blue .ohio-main-nav-dropdown-link:active, .theme-blue .ohio-drawer-nav-link:active {
      color: #3d8ecc; }
    @media (min-width: 768px) {
      .ohio-main-nav-dropdown-link, .ohio-drawer-nav-link {
        padding-bottom: 3px;
        padding-top: 3px; } }
    .ohio-main-nav-dropdown-link:hover, .ohio-drawer-nav-link:hover {
      border-left: 6px solid #eb1316; }
  .ohio-main-nav-social {
    padding: 16px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .ohio-main-nav-social {
        float: right;
        padding: 0; } }
    @media (min-width: 768px) {
      .ohio-main-nav-social-link {
        padding-left: 10px;
        padding-right: 10px; } }

@media (min-width: 768px) {
  .ohio-main-nav-ohio-link {
    display: none; } }

.ohio-menu-button {
  border-radius: 0;
  margin: 0;
  padding: 0; }
  .ohio-menu-button .icon-bar {
    background-color: #700017;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-bottom: 6px;
    padding-left: 28px; }
    .theme-green .ohio-menu-button .icon-bar {
      background-color: #5e8000; }
    .theme-blue .ohio-menu-button .icon-bar {
      background-color: white; }
  .ohio-menu-button[aria-expanded="true"] .icon-bar:nth-child(2), .ohio-menu-button[aria-expanded="true"] .icon-bar:nth-child(4) {
    padding-left: 23px; }
  .ohio-menu-button[aria-expanded="true"] .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .ohio-menu-button[aria-expanded="true"] .icon-bar:nth-child(3) {
    width: 0%;
    padding-left: 0;
    opacity: 0;
    margin-left: -10px; }
  .ohio-menu-button[aria-expanded="true"] .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.ohio-modal-img {
  border-radius: 4px;
  height: 100%; }

.ohio-modal .close {
  color: #700017; }
  .theme-green .ohio-modal .close {
    color: #5e8000; }
  .theme-blue .ohio-modal .close {
    color: #3D7AA9; }
  .ohio-modal .close, .ohio-modal .close:hover {
    opacity: 1; }

@media (min-width: 992px) {
  .ohio-modal .modal-dialog {
    width: 100%;
    max-width: 900px; } }

.ohio-modal .modal-content {
  box-shadow: none;
  border-radius: 4px;
  border-width: 0; }

.ohio-modal .modal-header {
  border-bottom-width: 0;
  padding: 18px;
  padding-bottom: 0; }

.ohio-modal .modal-body {
  padding: 5px 50px; }

.ohio-modal .modal-footer {
  border-top-width: 0;
  padding: 18px;
  padding-top: 0; }

.ohio-modal-left {
  display: none; }
  @media (min-width: 992px) {
    .has-side-image .ohio-modal-left {
      display: block; } }

.ohio-modal.has-side-image .modal-content {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.ohio-multi-select-el {
  border: 1px solid #A1A1A1;
  border-radius: 4px;
  width: 100%; }
  .ohio-multi-select-el:active, .ohio-multi-select-el:focus {
    color: #000000; }
    .ohio-multi-select-el:active option, .ohio-multi-select-el:focus option {
      color: #000000; }
  .ohio-multi-select-el option {
    padding: 3px 14px; }
    .ohio-multi-select-el option:checked {
      background: #d8d8d8 -webkit-linear-gradient(bottom, #d8d8d8 0%, #d8d8d8 100%);
      background: #d8d8d8 linear-gradient(0deg, #d8d8d8 0%, #d8d8d8 100%); }
  .ohio-multi-select-el:focus option:checked {
    background: #525051 -webkit-linear-gradient(bottom, #525051 0%, #525051 100%);
    background: #525051 linear-gradient(0deg, #525051 0%, #525051 100%); }

.ohio-page-error-message {
  text-align: center; }
  .ohio-page-error-message-wrapper {
    margin: 0 auto;
    width: 300px; }
  .ohio-page-error-message-message, .ohio-page-error-message-desc {
    margin: 20px 0; }
  .ohio-page-error-message-message {
    font-size: 2.4rem; }
  .ohio-page-error-message-logo {
    margin: 20px auto;
    width: 130px; }
    .ohio-page-error-message-logo-img {
      width: 100%; }

.ohio-pagination, .ohio-table .pagination {
  font-size: 1.4rem;
  margin: 10px 0; }
  .ohio-pagination li a, .ohio-table .pagination li a, .ohio-pagination li .ohio-link, .ohio-table .pagination li .ohio-link, .ohio-pagination li .ohio-alert .alert-link, .ohio-alert .ohio-pagination li .alert-link, .ohio-table .pagination li .ohio-alert .alert-link, .ohio-alert .ohio-table .pagination li .alert-link,
  .ohio-pagination li span, .ohio-table .pagination li span {
    color: #000000;
    background-color: #f2f2f2;
    border-color: #A1A1A1; }
    .ohio-pagination li a:hover, .ohio-table .pagination li a:hover, .ohio-pagination li .ohio-link:hover, .ohio-table .pagination li .ohio-link:hover, .ohio-pagination li .ohio-alert .alert-link:hover, .ohio-alert .ohio-pagination li .alert-link:hover, .ohio-table .pagination li .ohio-alert .alert-link:hover, .ohio-alert .ohio-table .pagination li .alert-link:hover,
    .ohio-pagination li span:hover, .ohio-table .pagination li span:hover {
      color: #000000;
      border-color: #A1A1A1; }
  .ohio-pagination li.previous a, .ohio-table .pagination li.previous a, .ohio-pagination li.previous .ohio-link, .ohio-table .pagination li.previous .ohio-link, .ohio-pagination li.previous .ohio-alert .alert-link, .ohio-alert .ohio-pagination li.previous .alert-link, .ohio-table .pagination li.previous .ohio-alert .alert-link, .ohio-alert .ohio-table .pagination li.previous .alert-link,
  .ohio-pagination li.previous span, .ohio-table .pagination li.previous span,
  .ohio-pagination li.next a, .ohio-table .pagination li.next a,
  .ohio-pagination li.next .ohio-link, .ohio-table .pagination li.next .ohio-link,
  .ohio-pagination li.next .ohio-alert .alert-link, .ohio-alert
  .ohio-pagination li.next .alert-link, .ohio-table .pagination li.next .ohio-alert .alert-link, .ohio-alert .ohio-table .pagination li.next .alert-link,
  .ohio-pagination li.next span, .ohio-table .pagination li.next span,
  .ohio-pagination li a, .ohio-table .pagination li a,
  .ohio-pagination li .ohio-link, .ohio-table .pagination li .ohio-link,
  .ohio-pagination li .ohio-alert .alert-link, .ohio-alert
  .ohio-pagination li .alert-link, .ohio-table .pagination li .ohio-alert .alert-link, .ohio-alert .ohio-table .pagination li .alert-link,
  .ohio-pagination li span, .ohio-table .pagination li span {
    padding: 3px 9px; }
  .ohio-pagination li:first-child a, .ohio-table .pagination li:first-child a, .ohio-pagination li:first-child .ohio-link, .ohio-table .pagination li:first-child .ohio-link, .ohio-pagination li:first-child .ohio-alert .alert-link, .ohio-alert .ohio-pagination li:first-child .alert-link, .ohio-table .pagination li:first-child .ohio-alert .alert-link, .ohio-alert .ohio-table .pagination li:first-child .alert-link,
  .ohio-pagination li:last-child a, .ohio-table .pagination li:last-child a,
  .ohio-pagination li:last-child .ohio-link, .ohio-table .pagination li:last-child .ohio-link,
  .ohio-pagination li:last-child .ohio-alert .alert-link, .ohio-alert
  .ohio-pagination li:last-child .alert-link, .ohio-table .pagination li:last-child .ohio-alert .alert-link, .ohio-alert .ohio-table .pagination li:last-child .alert-link {
    color: #700017; }
    .theme-green .ohio-pagination li:first-child a, .theme-green .ohio-table .pagination li:first-child a, .ohio-table .theme-green .pagination li:first-child a, .theme-green .ohio-pagination li:first-child .ohio-link, .theme-green .ohio-table .pagination li:first-child .ohio-link, .ohio-table .theme-green .pagination li:first-child .ohio-link, .theme-green .ohio-pagination li:first-child .ohio-alert .alert-link, .ohio-alert .theme-green .ohio-pagination li:first-child .alert-link, .theme-green .ohio-table .pagination li:first-child .ohio-alert .alert-link, .ohio-alert .theme-green .ohio-table .pagination li:first-child .alert-link, .ohio-table .theme-green .pagination li:first-child .ohio-alert .alert-link, .ohio-alert .ohio-table .theme-green .pagination li:first-child .alert-link, .theme-green
    .ohio-pagination li:last-child a, .theme-green .ohio-table .pagination li:last-child a, .ohio-table .theme-green .pagination li:last-child a, .theme-green
    .ohio-pagination li:last-child .ohio-link, .theme-green .ohio-table .pagination li:last-child .ohio-link, .ohio-table .theme-green .pagination li:last-child .ohio-link, .theme-green
    .ohio-pagination li:last-child .ohio-alert .alert-link, .ohio-alert .theme-green
    .ohio-pagination li:last-child .alert-link, .theme-green .ohio-table .pagination li:last-child .ohio-alert .alert-link, .ohio-alert .theme-green .ohio-table .pagination li:last-child .alert-link, .ohio-table .theme-green .pagination li:last-child .ohio-alert .alert-link, .ohio-alert .ohio-table .theme-green .pagination li:last-child .alert-link {
      color: #5e8000; }
    .theme-blue .ohio-pagination li:first-child a, .theme-blue .ohio-table .pagination li:first-child a, .ohio-table .theme-blue .pagination li:first-child a, .theme-blue .ohio-pagination li:first-child .ohio-link, .theme-blue .ohio-table .pagination li:first-child .ohio-link, .ohio-table .theme-blue .pagination li:first-child .ohio-link, .theme-blue .ohio-pagination li:first-child .ohio-alert .alert-link, .ohio-alert .theme-blue .ohio-pagination li:first-child .alert-link, .theme-blue .ohio-table .pagination li:first-child .ohio-alert .alert-link, .ohio-alert .theme-blue .ohio-table .pagination li:first-child .alert-link, .ohio-table .theme-blue .pagination li:first-child .ohio-alert .alert-link, .ohio-alert .ohio-table .theme-blue .pagination li:first-child .alert-link, .theme-blue
    .ohio-pagination li:last-child a, .theme-blue .ohio-table .pagination li:last-child a, .ohio-table .theme-blue .pagination li:last-child a, .theme-blue
    .ohio-pagination li:last-child .ohio-link, .theme-blue .ohio-table .pagination li:last-child .ohio-link, .ohio-table .theme-blue .pagination li:last-child .ohio-link, .theme-blue
    .ohio-pagination li:last-child .ohio-alert .alert-link, .ohio-alert .theme-blue
    .ohio-pagination li:last-child .alert-link, .theme-blue .ohio-table .pagination li:last-child .ohio-alert .alert-link, .ohio-alert .theme-blue .ohio-table .pagination li:last-child .alert-link, .ohio-table .theme-blue .pagination li:last-child .ohio-alert .alert-link, .ohio-alert .ohio-table .theme-blue .pagination li:last-child .alert-link {
      color: #3D7AA9; }
  .ohio-pagination .active > a, .ohio-table .pagination .active > a, .ohio-pagination .active > .ohio-link, .ohio-table .pagination .active > .ohio-link, .ohio-pagination .ohio-alert .active > .alert-link, .ohio-alert .ohio-pagination .active > .alert-link, .ohio-table .pagination .ohio-alert .active > .alert-link, .ohio-alert .ohio-table .pagination .active > .alert-link,
  .ohio-pagination .active > a:focus, .ohio-table .pagination .active > a:focus,
  .ohio-pagination .active > .ohio-link:focus, .ohio-table .pagination .active > .ohio-link:focus,
  .ohio-pagination .ohio-alert .active > .alert-link:focus, .ohio-alert
  .ohio-pagination .active > .alert-link:focus, .ohio-table .pagination .ohio-alert .active > .alert-link:focus, .ohio-alert .ohio-table .pagination .active > .alert-link:focus,
  .ohio-pagination .active > a:hover, .ohio-table .pagination .active > a:hover,
  .ohio-pagination .active > .ohio-link:hover, .ohio-table .pagination .active > .ohio-link:hover,
  .ohio-pagination .ohio-alert .active > .alert-link:hover, .ohio-alert
  .ohio-pagination .active > .alert-link:hover, .ohio-table .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .ohio-table .pagination .active > .alert-link:hover,
  .ohio-pagination .active > span, .ohio-table .pagination .active > span,
  .ohio-pagination .active > span:focus, .ohio-table .pagination .active > span:focus,
  .ohio-pagination .active > span:hover, .ohio-table .pagination .active > span:hover {
    background-color: #700017;
    color: #ffffff;
    border-color: #A1A1A1; }
    .theme-green .ohio-pagination .active > a, .theme-green .ohio-table .pagination .active > a, .ohio-table .theme-green .pagination .active > a, .theme-green .ohio-pagination .active > .ohio-link, .theme-green .ohio-table .pagination .active > .ohio-link, .ohio-table .theme-green .pagination .active > .ohio-link, .theme-green .ohio-pagination .ohio-alert .active > .alert-link, .ohio-alert .theme-green .ohio-pagination .active > .alert-link, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link, .theme-green
    .ohio-pagination .active > a:focus, .theme-green .ohio-table .pagination .active > a:focus, .ohio-table .theme-green .pagination .active > a:focus, .theme-green
    .ohio-pagination .active > .ohio-link:focus, .theme-green .ohio-table .pagination .active > .ohio-link:focus, .ohio-table .theme-green .pagination .active > .ohio-link:focus, .theme-green
    .ohio-pagination .ohio-alert .active > .alert-link:focus, .ohio-alert .theme-green
    .ohio-pagination .active > .alert-link:focus, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link:focus, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link:focus, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link:focus, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link:focus, .theme-green
    .ohio-pagination .active > a:hover, .theme-green .ohio-table .pagination .active > a:hover, .ohio-table .theme-green .pagination .active > a:hover, .theme-green
    .ohio-pagination .active > .ohio-link:hover, .theme-green .ohio-table .pagination .active > .ohio-link:hover, .ohio-table .theme-green .pagination .active > .ohio-link:hover, .theme-green
    .ohio-pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .theme-green
    .ohio-pagination .active > .alert-link:hover, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link:hover, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link:hover, .theme-green
    .ohio-pagination .active > span, .theme-green .ohio-table .pagination .active > span, .ohio-table .theme-green .pagination .active > span, .theme-green
    .ohio-pagination .active > span:focus, .theme-green .ohio-table .pagination .active > span:focus, .ohio-table .theme-green .pagination .active > span:focus, .theme-green
    .ohio-pagination .active > span:hover, .theme-green .ohio-table .pagination .active > span:hover, .ohio-table .theme-green .pagination .active > span:hover {
      background-color: #5e8000; }
    .theme-blue .ohio-pagination .active > a, .theme-blue .ohio-table .pagination .active > a, .ohio-table .theme-blue .pagination .active > a, .theme-blue .ohio-pagination .active > .ohio-link, .theme-blue .ohio-table .pagination .active > .ohio-link, .ohio-table .theme-blue .pagination .active > .ohio-link, .theme-blue .ohio-pagination .ohio-alert .active > .alert-link, .ohio-alert .theme-blue .ohio-pagination .active > .alert-link, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link, .theme-blue
    .ohio-pagination .active > a:focus, .theme-blue .ohio-table .pagination .active > a:focus, .ohio-table .theme-blue .pagination .active > a:focus, .theme-blue
    .ohio-pagination .active > .ohio-link:focus, .theme-blue .ohio-table .pagination .active > .ohio-link:focus, .ohio-table .theme-blue .pagination .active > .ohio-link:focus, .theme-blue
    .ohio-pagination .ohio-alert .active > .alert-link:focus, .ohio-alert .theme-blue
    .ohio-pagination .active > .alert-link:focus, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link:focus, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link:focus, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link:focus, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link:focus, .theme-blue
    .ohio-pagination .active > a:hover, .theme-blue .ohio-table .pagination .active > a:hover, .ohio-table .theme-blue .pagination .active > a:hover, .theme-blue
    .ohio-pagination .active > .ohio-link:hover, .theme-blue .ohio-table .pagination .active > .ohio-link:hover, .ohio-table .theme-blue .pagination .active > .ohio-link:hover, .theme-blue
    .ohio-pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .theme-blue
    .ohio-pagination .active > .alert-link:hover, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link:hover, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link:hover, .theme-blue
    .ohio-pagination .active > span, .theme-blue .ohio-table .pagination .active > span, .ohio-table .theme-blue .pagination .active > span, .theme-blue
    .ohio-pagination .active > span:focus, .theme-blue .ohio-table .pagination .active > span:focus, .ohio-table .theme-blue .pagination .active > span:focus, .theme-blue
    .ohio-pagination .active > span:hover, .theme-blue .ohio-table .pagination .active > span:hover, .ohio-table .theme-blue .pagination .active > span:hover {
      background-color: #3D7AA9; }
    .ohio-pagination .active > a:hover, .ohio-table .pagination .active > a:hover, .ohio-pagination .active > .ohio-link:hover, .ohio-table .pagination .active > .ohio-link:hover, .ohio-pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .ohio-pagination .active > .alert-link:hover, .ohio-table .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .ohio-table .pagination .active > .alert-link:hover,
    .ohio-pagination .active > a:focus:hover, .ohio-table .pagination .active > a:focus:hover,
    .ohio-pagination .active > .ohio-link:focus:hover, .ohio-table .pagination .active > .ohio-link:focus:hover,
    .ohio-pagination .ohio-alert .active > .alert-link:focus:hover, .ohio-alert
    .ohio-pagination .active > .alert-link:focus:hover, .ohio-table .pagination .ohio-alert .active > .alert-link:focus:hover, .ohio-alert .ohio-table .pagination .active > .alert-link:focus:hover,
    .ohio-pagination .active > a:hover:hover, .ohio-table .pagination .active > a:hover:hover,
    .ohio-pagination .active > .ohio-link:hover:hover, .ohio-table .pagination .active > .ohio-link:hover:hover,
    .ohio-pagination .ohio-alert .active > .alert-link:hover:hover, .ohio-alert
    .ohio-pagination .active > .alert-link:hover:hover, .ohio-table .pagination .ohio-alert .active > .alert-link:hover:hover, .ohio-alert .ohio-table .pagination .active > .alert-link:hover:hover,
    .ohio-pagination .active > span:hover, .ohio-table .pagination .active > span:hover,
    .ohio-pagination .active > span:focus:hover, .ohio-table .pagination .active > span:focus:hover,
    .ohio-pagination .active > span:hover:hover, .ohio-table .pagination .active > span:hover:hover {
      background-color: #540011; }
    .ohio-pagination .active > a:active, .ohio-table .pagination .active > a:active, .ohio-pagination .active > .ohio-link:active, .ohio-table .pagination .active > .ohio-link:active, .ohio-pagination .ohio-alert .active > .alert-link:active, .ohio-alert .ohio-pagination .active > .alert-link:active, .ohio-table .pagination .ohio-alert .active > .alert-link:active, .ohio-alert .ohio-table .pagination .active > .alert-link:active,
    .ohio-pagination .active > a:focus:active, .ohio-table .pagination .active > a:focus:active,
    .ohio-pagination .active > .ohio-link:focus:active, .ohio-table .pagination .active > .ohio-link:focus:active,
    .ohio-pagination .ohio-alert .active > .alert-link:focus:active, .ohio-alert
    .ohio-pagination .active > .alert-link:focus:active, .ohio-table .pagination .ohio-alert .active > .alert-link:focus:active, .ohio-alert .ohio-table .pagination .active > .alert-link:focus:active,
    .ohio-pagination .active > a:hover:active, .ohio-table .pagination .active > a:hover:active,
    .ohio-pagination .active > .ohio-link:hover:active, .ohio-table .pagination .active > .ohio-link:hover:active,
    .ohio-pagination .ohio-alert .active > .alert-link:hover:active, .ohio-alert
    .ohio-pagination .active > .alert-link:hover:active, .ohio-table .pagination .ohio-alert .active > .alert-link:hover:active, .ohio-alert .ohio-table .pagination .active > .alert-link:hover:active,
    .ohio-pagination .active > span:active, .ohio-table .pagination .active > span:active,
    .ohio-pagination .active > span:focus:active, .ohio-table .pagination .active > span:focus:active,
    .ohio-pagination .active > span:hover:active, .ohio-table .pagination .active > span:hover:active {
      background-color: #8f001d; }
    .theme-green .ohio-pagination .active > a:hover, .theme-green .ohio-table .pagination .active > a:hover, .ohio-table .theme-green .pagination .active > a:hover, .theme-green .ohio-pagination .active > .ohio-link:hover, .theme-green .ohio-table .pagination .active > .ohio-link:hover, .ohio-table .theme-green .pagination .active > .ohio-link:hover, .theme-green .ohio-pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .theme-green .ohio-pagination .active > .alert-link:hover, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link:hover, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link:hover, .theme-green
    .ohio-pagination .active > a:focus:hover, .theme-green .ohio-table .pagination .active > a:focus:hover, .ohio-table .theme-green .pagination .active > a:focus:hover, .theme-green
    .ohio-pagination .active > .ohio-link:focus:hover, .theme-green .ohio-table .pagination .active > .ohio-link:focus:hover, .ohio-table .theme-green .pagination .active > .ohio-link:focus:hover, .theme-green
    .ohio-pagination .ohio-alert .active > .alert-link:focus:hover, .ohio-alert .theme-green
    .ohio-pagination .active > .alert-link:focus:hover, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link:focus:hover, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link:focus:hover, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link:focus:hover, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link:focus:hover, .theme-green
    .ohio-pagination .active > a:hover:hover, .theme-green .ohio-table .pagination .active > a:hover:hover, .ohio-table .theme-green .pagination .active > a:hover:hover, .theme-green
    .ohio-pagination .active > .ohio-link:hover:hover, .theme-green .ohio-table .pagination .active > .ohio-link:hover:hover, .ohio-table .theme-green .pagination .active > .ohio-link:hover:hover, .theme-green
    .ohio-pagination .ohio-alert .active > .alert-link:hover:hover, .ohio-alert .theme-green
    .ohio-pagination .active > .alert-link:hover:hover, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link:hover:hover, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link:hover:hover, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link:hover:hover, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link:hover:hover, .theme-green
    .ohio-pagination .active > span:hover, .theme-green .ohio-table .pagination .active > span:hover, .ohio-table .theme-green .pagination .active > span:hover, .theme-green
    .ohio-pagination .active > span:focus:hover, .theme-green .ohio-table .pagination .active > span:focus:hover, .ohio-table .theme-green .pagination .active > span:focus:hover, .theme-green
    .ohio-pagination .active > span:hover:hover, .theme-green .ohio-table .pagination .active > span:hover:hover, .ohio-table .theme-green .pagination .active > span:hover:hover {
      background-color: #4b6600; }
    .theme-green .ohio-pagination .active > a:active, .theme-green .ohio-table .pagination .active > a:active, .ohio-table .theme-green .pagination .active > a:active, .theme-green .ohio-pagination .active > .ohio-link:active, .theme-green .ohio-table .pagination .active > .ohio-link:active, .ohio-table .theme-green .pagination .active > .ohio-link:active, .theme-green .ohio-pagination .ohio-alert .active > .alert-link:active, .ohio-alert .theme-green .ohio-pagination .active > .alert-link:active, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link:active, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link:active, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link:active, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link:active, .theme-green
    .ohio-pagination .active > a:focus:active, .theme-green .ohio-table .pagination .active > a:focus:active, .ohio-table .theme-green .pagination .active > a:focus:active, .theme-green
    .ohio-pagination .active > .ohio-link:focus:active, .theme-green .ohio-table .pagination .active > .ohio-link:focus:active, .ohio-table .theme-green .pagination .active > .ohio-link:focus:active, .theme-green
    .ohio-pagination .ohio-alert .active > .alert-link:focus:active, .ohio-alert .theme-green
    .ohio-pagination .active > .alert-link:focus:active, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link:focus:active, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link:focus:active, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link:focus:active, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link:focus:active, .theme-green
    .ohio-pagination .active > a:hover:active, .theme-green .ohio-table .pagination .active > a:hover:active, .ohio-table .theme-green .pagination .active > a:hover:active, .theme-green
    .ohio-pagination .active > .ohio-link:hover:active, .theme-green .ohio-table .pagination .active > .ohio-link:hover:active, .ohio-table .theme-green .pagination .active > .ohio-link:hover:active, .theme-green
    .ohio-pagination .ohio-alert .active > .alert-link:hover:active, .ohio-alert .theme-green
    .ohio-pagination .active > .alert-link:hover:active, .theme-green .ohio-table .pagination .ohio-alert .active > .alert-link:hover:active, .ohio-alert .theme-green .ohio-table .pagination .active > .alert-link:hover:active, .ohio-table .theme-green .pagination .ohio-alert .active > .alert-link:hover:active, .ohio-alert .ohio-table .theme-green .pagination .active > .alert-link:hover:active, .theme-green
    .ohio-pagination .active > span:active, .theme-green .ohio-table .pagination .active > span:active, .ohio-table .theme-green .pagination .active > span:active, .theme-green
    .ohio-pagination .active > span:focus:active, .theme-green .ohio-table .pagination .active > span:focus:active, .ohio-table .theme-green .pagination .active > span:focus:active, .theme-green
    .ohio-pagination .active > span:hover:active, .theme-green .ohio-table .pagination .active > span:hover:active, .ohio-table .theme-green .pagination .active > span:hover:active {
      background-color: #709900; }
    .theme-blue .ohio-pagination .active > a:hover, .theme-blue .ohio-table .pagination .active > a:hover, .ohio-table .theme-blue .pagination .active > a:hover, .theme-blue .ohio-pagination .active > .ohio-link:hover, .theme-blue .ohio-table .pagination .active > .ohio-link:hover, .ohio-table .theme-blue .pagination .active > .ohio-link:hover, .theme-blue .ohio-pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .theme-blue .ohio-pagination .active > .alert-link:hover, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link:hover, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link:hover, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link:hover, .theme-blue
    .ohio-pagination .active > a:focus:hover, .theme-blue .ohio-table .pagination .active > a:focus:hover, .ohio-table .theme-blue .pagination .active > a:focus:hover, .theme-blue
    .ohio-pagination .active > .ohio-link:focus:hover, .theme-blue .ohio-table .pagination .active > .ohio-link:focus:hover, .ohio-table .theme-blue .pagination .active > .ohio-link:focus:hover, .theme-blue
    .ohio-pagination .ohio-alert .active > .alert-link:focus:hover, .ohio-alert .theme-blue
    .ohio-pagination .active > .alert-link:focus:hover, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link:focus:hover, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link:focus:hover, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link:focus:hover, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link:focus:hover, .theme-blue
    .ohio-pagination .active > a:hover:hover, .theme-blue .ohio-table .pagination .active > a:hover:hover, .ohio-table .theme-blue .pagination .active > a:hover:hover, .theme-blue
    .ohio-pagination .active > .ohio-link:hover:hover, .theme-blue .ohio-table .pagination .active > .ohio-link:hover:hover, .ohio-table .theme-blue .pagination .active > .ohio-link:hover:hover, .theme-blue
    .ohio-pagination .ohio-alert .active > .alert-link:hover:hover, .ohio-alert .theme-blue
    .ohio-pagination .active > .alert-link:hover:hover, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link:hover:hover, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link:hover:hover, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link:hover:hover, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link:hover:hover, .theme-blue
    .ohio-pagination .active > span:hover, .theme-blue .ohio-table .pagination .active > span:hover, .ohio-table .theme-blue .pagination .active > span:hover, .theme-blue
    .ohio-pagination .active > span:focus:hover, .theme-blue .ohio-table .pagination .active > span:focus:hover, .ohio-table .theme-blue .pagination .active > span:focus:hover, .theme-blue
    .ohio-pagination .active > span:hover:hover, .theme-blue .ohio-table .pagination .active > span:hover:hover, .ohio-table .theme-blue .pagination .active > span:hover:hover {
      background-color: #136bad; }
    .theme-blue .ohio-pagination .active > a:active, .theme-blue .ohio-table .pagination .active > a:active, .ohio-table .theme-blue .pagination .active > a:active, .theme-blue .ohio-pagination .active > .ohio-link:active, .theme-blue .ohio-table .pagination .active > .ohio-link:active, .ohio-table .theme-blue .pagination .active > .ohio-link:active, .theme-blue .ohio-pagination .ohio-alert .active > .alert-link:active, .ohio-alert .theme-blue .ohio-pagination .active > .alert-link:active, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link:active, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link:active, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link:active, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link:active, .theme-blue
    .ohio-pagination .active > a:focus:active, .theme-blue .ohio-table .pagination .active > a:focus:active, .ohio-table .theme-blue .pagination .active > a:focus:active, .theme-blue
    .ohio-pagination .active > .ohio-link:focus:active, .theme-blue .ohio-table .pagination .active > .ohio-link:focus:active, .ohio-table .theme-blue .pagination .active > .ohio-link:focus:active, .theme-blue
    .ohio-pagination .ohio-alert .active > .alert-link:focus:active, .ohio-alert .theme-blue
    .ohio-pagination .active > .alert-link:focus:active, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link:focus:active, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link:focus:active, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link:focus:active, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link:focus:active, .theme-blue
    .ohio-pagination .active > a:hover:active, .theme-blue .ohio-table .pagination .active > a:hover:active, .ohio-table .theme-blue .pagination .active > a:hover:active, .theme-blue
    .ohio-pagination .active > .ohio-link:hover:active, .theme-blue .ohio-table .pagination .active > .ohio-link:hover:active, .ohio-table .theme-blue .pagination .active > .ohio-link:hover:active, .theme-blue
    .ohio-pagination .ohio-alert .active > .alert-link:hover:active, .ohio-alert .theme-blue
    .ohio-pagination .active > .alert-link:hover:active, .theme-blue .ohio-table .pagination .ohio-alert .active > .alert-link:hover:active, .ohio-alert .theme-blue .ohio-table .pagination .active > .alert-link:hover:active, .ohio-table .theme-blue .pagination .ohio-alert .active > .alert-link:hover:active, .ohio-alert .ohio-table .theme-blue .pagination .active > .alert-link:hover:active, .theme-blue
    .ohio-pagination .active > span:active, .theme-blue .ohio-table .pagination .active > span:active, .ohio-table .theme-blue .pagination .active > span:active, .theme-blue
    .ohio-pagination .active > span:focus:active, .theme-blue .ohio-table .pagination .active > span:focus:active, .ohio-table .theme-blue .pagination .active > span:focus:active, .theme-blue
    .ohio-pagination .active > span:hover:active, .theme-blue .ohio-table .pagination .active > span:hover:active, .ohio-table .theme-blue .pagination .active > span:hover:active {
      background-color: #3d8ecc; }

.popover {
  position: absolute; }

.ohio-progress-bar .progress {
  background-color: #d8d8d8;
  box-shadow: none;
  height: 8px; }

.ohio-progress-bar .progress-bar {
  background-color: #700017;
  border-radius: 4px; }
  .theme-green .ohio-progress-bar .progress-bar {
    background-color: #5e8000; }
  .theme-blue .ohio-progress-bar .progress-bar {
    background-color: #3D7AA9; }

.ohio-progress-bar--task .progress-bar {
  background-color: #5e8000; }

.ohio-radio-button ~ .ohio-radio-button {
  margin-top: 0; }

.ohio-radio-button.radio label {
  line-height: 1.1;
  padding-left: 5px; }
  .ohio-radio-button.radio label::before {
    border-color: #A1A1A1;
    width: 18px;
    height: 18px; }
  .ohio-radio-button.radio label::after {
    width: 12px;
    height: 12px; }

.ohio-radio-button.radio-info input[type="radio"]:checked + label::before {
  border-color: #A1A1A1; }

.ohio-radio-button.radio-info input[type="radio"] + label::after {
  background-color: #700017; }
  .theme-green .ohio-radio-button.radio-info input[type="radio"] + label::after {
    background-color: #5e8000; }
  .theme-blue .ohio-radio-button.radio-info input[type="radio"] + label::after {
    background-color: #3D7AA9; }

.ohio-radio-button.radio-info input[type="radio"]:disabled + label::after {
  background-color: #A1A1A1; }

.ohio-range-slider {
  padding-bottom: 12px; }
  .ohio-range-slider .noUi-target,
  .ohio-range-slider .noUi-connect,
  .ohio-range-slider .noUi-base,
  .ohio-range-slider .noUi-handle {
    border-width: 0;
    box-shadow: none;
    border-radius: 14px; }
  .ohio-range-slider .noUi-target {
    height: 8px; }
  .ohio-range-slider .noUi-connect {
    background-color: #A1A1A1; }
  .ohio-range-slider .noUi-base {
    background-color: #d8d8d8; }
  .ohio-range-slider .noUi-handle {
    background-color: #700017;
    border-radius: 100px;
    color: white;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.6rem;
    height: 20px;
    width: 40px;
    line-height: 0.4;
    margin-top: 4px;
    position: absolute;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    will-change: left; }
    .theme-green .ohio-range-slider .noUi-handle {
      background-color: #5e8000; }
    .theme-blue .ohio-range-slider .noUi-handle {
      background-color: #3D7AA9; }
    .ohio-range-slider .noUi-handle::before, .ohio-range-slider .noUi-handle::after {
      background: none;
      padding: 7px 8px;
      left: 1px;
      top: 0; }
    .ohio-range-slider .noUi-handle::before {
      content: "\f0d9"; }
    .ohio-range-slider .noUi-handle::after {
      content: "\f0da";
      left: 16px; }
  .ohio-range-slider-labels-col {
    margin-bottom: 6px; }
    .ohio-range-slider-labels-col:nth-child(2) {
      text-align: right; }
  .ohio-range-slider-output {
    color: #525051;
    padding: 2px 18px;
    background-color: #f2f2f2;
    border: 1px solid #A1A1A1;
    border-radius: 14px;
    text-align: center;
    position: absolute;
    right: 14px;
    top: 16px; }
    @media (min-width: 768px) {
      .ohio-range-slider-output {
        left: 14px;
        right: inherit; } }

.ohio-search {
  width: 100%; }
  .ohio-search .ohio-spinner {
    display: none;
    height: 24px;
    width: 24px;
    left: 0;
    margin: 6px 0 0 6px;
    position: absolute;
    z-index: 3; }
    .ohio-search .ohio-spinner::after, .ohio-search .ohio-spinner::before {
      margin: -10px 0 0 -10px;
      height: 20px;
      width: 20px; }
  .ohio-search.is-searching .ohio-spinner {
    display: inline-block; }
  .ohio-search.is-searching .ohio-search-field {
    padding-left: 32px; }
  .ohio-search.is-searching.collapsed .ohio-spinner {
    display: none; }
  .ohio-search.is-searching.collapsed.is-active .ohio-spinner {
    display: inline-block; }
  .ohio-search.collapsed {
    width: 1%; }
    .ohio-search.collapsed {
      -webkit-transition: width 0.25s ease-in-out;
      transition: width 0.25s ease-in-out; }
    .ohio-search.collapsed .ohio-search-field {
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
    .ohio-search.collapsed .ohio-search-field {
      opacity: 0; }
    .ohio-search.collapsed.is-active {
      width: 100%; }
      .ohio-search.collapsed.is-active .ohio-search-field {
        opacity: 1; }
  .ohio-search .btn,
  .ohio-search .ohio-search-field {
    background-color: #f2f2f2;
    border-color: #A1A1A1; }
  .ohio-search-field {
    padding-right: 40px; }
    .ohio-search-field.form-control:first-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .ohio-search .input-group-btn {
    position: absolute;
    right: 0;
    top: 1px;
    width: 37px;
    z-index: 3; }
  .ohio-search .btn {
    background-color: transparent;
    border-color: transparent; }
  .ohio-search .fa-search, .ohio-search .select2-search--dropdown {
    color: #700017; }
    .theme-green .ohio-search .fa-search, .theme-green .ohio-search .select2-search--dropdown {
      color: #5e8000; }
    .theme-blue .ohio-search .fa-search, .theme-blue .ohio-search .select2-search--dropdown {
      color: #3D7AA9; }

.ohio-segmented-control .btn {
  color: #700017;
  border-color: #A1A1A1;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 23px; }
  .theme-green .ohio-segmented-control .btn, .theme-green .ohio-segmented-control .ohio-search .btn, .ohio-search .theme-green .ohio-segmented-control .btn {
    color: #5e8000; }
  .theme-blue .ohio-segmented-control .btn, .theme-blue .ohio-segmented-control .ohio-search .btn, .ohio-search .theme-blue .ohio-segmented-control .btn {
    color: #3D7AA9; }
  .ohio-segmented-control .btn, .ohio-segmented-control .btn:active {
    background-color: #f2f2f2; }
  .ohio-segmented-control .btn.active, .ohio-segmented-control .btn.active.focus, .ohio-segmented-control .btn.active:focus, .ohio-segmented-control .btn.active:hover {
    background-color: #700017;
    color: #ffffff;
    outline: 0; }
    .theme-green .ohio-segmented-control .btn.active, .theme-green .ohio-segmented-control .ohio-search .active.btn, .ohio-search .theme-green .ohio-segmented-control .active.btn, .theme-green .ohio-segmented-control .btn.active.focus, .theme-green .ohio-segmented-control .btn.active:focus, .theme-green .ohio-segmented-control .btn.active:hover {
      background-color: #5e8000; }
    .theme-blue .ohio-segmented-control .btn.active, .theme-blue .ohio-segmented-control .ohio-search .active.btn, .ohio-search .theme-blue .ohio-segmented-control .active.btn, .theme-blue .ohio-segmented-control .btn.active.focus, .theme-blue .ohio-segmented-control .btn.active:focus, .theme-blue .ohio-segmented-control .btn.active:hover {
      background-color: #3D7AA9; }

.ohio-select, .ohio-choose-time, .ohio-custom-dropdown {
  display: inline-block;
  width: 100%; }
  .ohio-select-select, .ohio-choose-time-select, .ohio-select2 .select2-container--default .select2-selection--single {
    background-color: #f2f2f2;
    border: 1px solid #A1A1A1;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 1;
    padding: 0;
    position: relative;
    width: 100%; }
    .ohio-select-select::before, .ohio-choose-time-select::before, .ohio-select2 .select2-container--default .select2-selection--single::before {
      content: "\f107";
      display: inline-block;
      font-size: 2.2rem;
      margin-top: -12px;
      pointer-events: none;
      position: absolute;
      right: 10px;
      top: 50%;
      z-index: 3; }
    .ohio-select-select::after, .ohio-choose-time-select::after, .ohio-select2 .select2-container--default .select2-selection--single::after {
      background-color: #f2f2f2;
      border-left: 1px solid #A1A1A1;
      content: "";
      pointer-events: none;
      position: absolute;
      bottom: 0;
      right: 1px;
      top: 0;
      width: 35px;
      z-index: 2; }
    .ohio-select-select-el, .ohio-choose-time-select-el, .ohio-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: 0;
      box-sizing: border-box;
      color: #000000;
      cursor: pointer;
      font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 700;
      line-height: 1.4;
      margin: 0;
      padding: 9px 14px;
      width: 100%; }

.ohio-select2 .select2 {
  width: 100% !important; }

.ohio-select2 .select2-selection--multiple .select2-selection__choice {
  background-color: #700017;
  color: #ffffff;
  padding: 5px 2px 5px 11px; }
  .theme-green .ohio-select2 .select2-selection--multiple .select2-selection__choice {
    background-color: #5e8000; }
  .theme-blue .ohio-select2 .select2-selection--multiple .select2-selection__choice {
    background-color: #3D7AA9; }

.ohio-select2 .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  font-size: 1.9rem;
  margin-top: -2px;
  padding: 0 7px; }
  .ohio-select2 .select2-selection--multiple .select2-selection__choice__remove, .ohio-select2 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff; }

.ohio-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-bottom: 0;
  color: #000000; }

.select2-dropdown,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #A1A1A1; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f2f2f2;
  color: #000000; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3d8ecc;
  color: #ffffff; }

.select2-container .select2-search--inline .select2-search__field {
  padding-top: 5px; }

.select2-search--dropdown {
  width: 100%; }
  .select2-search--dropdown::before {
    color: #700017;
    padding: 12px 16px;
    position: absolute;
    right: 0; }
    .theme-green .select2-search--dropdown::before {
      color: #5e8000; }
    .theme-blue .select2-search--dropdown::before {
      color: #3D7AA9; }
  .select2-search--dropdown .select2-search__field {
    background-color: #f2f2f2;
    border-color: #A1A1A1;
    border-radius: 4px;
    font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 10px 30px 10px 10px;
    width: 100%; }

.ohio-spinner {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px; }
  .ohio-spinner::after, .ohio-spinner::before {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    height: 32px;
    width: 32px; }
  .ohio-spinner::after {
    -webkit-animation: rotate 0.6s linear infinite;
            animation: rotate 0.6s linear infinite;
    border-color: #525051 transparent transparent; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .ohio-spinner.primary::after {
    border-color: #700017 transparent transparent; }
  .ohio-spinner.success::after {
    border-color: #5e8000 transparent transparent; }
  .ohio-spinner.info::after {
    border-color: #3D7AA9 transparent transparent; }
  .ohio-spinner.warning::after {
    border-color: #ed6102 transparent transparent; }
  .ohio-spinner.danger::after {
    border-color: #eb1316 transparent transparent; }

.ohio-state-flag {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .ohio-state-flag::before {
    content: '\00a0'; }

@media (min-width: 768px) {
  .ohio-step-based-wizard {
    position: relative;
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px; } }

@media (max-width: 767px) {
  .ohio-step-based-wizard-col {
    position: relative; }
    .ohio-step-based-wizard-col::after, .ohio-step-based-wizard-col::before {
      border-color: #700017;
      background-color: #d8d8d8;
      border-left-style: solid;
      border-right-style: solid;
      border-left-width: 2px;
      border-right-width: 2px;
      content: "";
      position: absolute;
      height: 50%;
      width: 44px;
      z-index: -1;
      top: -25%; }
      .theme-green .ohio-step-based-wizard-col::after, .theme-green .ohio-step-based-wizard-col::before {
        border-color: #5e8000; }
      .theme-blue .ohio-step-based-wizard-col::after, .theme-blue .ohio-step-based-wizard-col::before {
        border-color: #3D7AA9; }
    .ohio-step-based-wizard-col::after {
      top: 25%; }
    .ohio-step-based-wizard-col.is-selected::after, .ohio-step-based-wizard-col.is-selected::before {
      background-color: #700017; }
      .theme-green .ohio-step-based-wizard-col.is-selected::after, .theme-green .ohio-step-based-wizard-col.is-selected::before {
        background-color: #5e8000; }
      .theme-blue .ohio-step-based-wizard-col.is-selected::after, .theme-blue .ohio-step-based-wizard-col.is-selected::before {
        background-color: #3D7AA9; }
    .ohio-step-based-wizard-col.is-current::before {
      background-color: #700017; }
      .theme-green .ohio-step-based-wizard-col.is-current::before {
        background-color: #5e8000; }
      .theme-blue .ohio-step-based-wizard-col.is-current::before {
        background-color: #3D7AA9; }
    .ohio-step-based-wizard-col:first-of-type::before {
      display: none; }
    .ohio-step-based-wizard-col:last-of-type::after {
      display: none; } }

@media (min-width: 768px) {
  .ohio-step-based-wizard-col {
    display: inline-block;
    text-align: left;
    position: relative; }
    .ohio-step-based-wizard-col::after, .ohio-step-based-wizard-col::before {
      border-color: #700017;
      background-color: #d8d8d8;
      border-bottom-style: solid;
      border-top-style: solid;
      border-bottom-width: 2px;
      border-top-width: 2px;
      content: "";
      position: absolute;
      width: 50%;
      height: 44px; }
      .theme-green .ohio-step-based-wizard-col::after, .theme-green .ohio-step-based-wizard-col::before {
        border-color: #5e8000; }
      .theme-blue .ohio-step-based-wizard-col::after, .theme-blue .ohio-step-based-wizard-col::before {
        border-color: #3D7AA9; }
    .ohio-step-based-wizard-col::after {
      right: 0; }
    .ohio-step-based-wizard-col .ohio-step-based-wizard-item {
      left: 50%;
      margin-left: -50px; }
    .ohio-step-based-wizard-col.is-selected::after, .ohio-step-based-wizard-col.is-selected::before {
      background-color: #700017; }
      .theme-green .ohio-step-based-wizard-col.is-selected::after, .theme-green .ohio-step-based-wizard-col.is-selected::before {
        background-color: #5e8000; }
      .theme-blue .ohio-step-based-wizard-col.is-selected::after, .theme-blue .ohio-step-based-wizard-col.is-selected::before {
        background-color: #3D7AA9; }
    .ohio-step-based-wizard-col.is-current::before {
      background-color: #700017; }
      .theme-green .ohio-step-based-wizard-col.is-current::before {
        background-color: #5e8000; }
      .theme-blue .ohio-step-based-wizard-col.is-current::before {
        background-color: #3D7AA9; }
    .ohio-step-based-wizard-col:first-of-type .ohio-step-based-wizard-item {
      left: 0; }
    .ohio-step-based-wizard-col:last-of-type .ohio-step-based-wizard-item {
      left: inherit;
      right: 0;
      margin-right: -50px; } }

@media (max-width: 767px) {
  .ohio-step-based-wizard-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px; }
    .ohio-step-based-wizard-item-icon, .ohio-step-based-wizard-item-label {
      display: inline-block; }
    .ohio-step-based-wizard-item-icon {
      margin-right: 17px; }
      .ohio-step-based-wizard-item-icon-i {
        background-color: #700017;
        border-radius: 50%;
        color: #ffffff;
        font-size: 1.8rem;
        height: 44px;
        width: 44px;
        padding: 13px 0 0 13px; }
        .theme-green .ohio-step-based-wizard-item-icon-i {
          background-color: #5e8000; }
        .theme-blue .ohio-step-based-wizard-item-icon-i {
          background-color: #3D7AA9; }
        .is-selected .ohio-step-based-wizard-item-icon-i {
          border: 2px solid;
          margin-top: -2px; }
    .ohio-step-based-wizard-item-label {
      font-size: 1.4rem;
      line-height: 1.3;
      color: #525051;
      line-height: 1.2;
      padding-top: 10px;
      padding-top: 0;
      width: 100px; }
      .ohio-step-based-wizard-item-label b {
        color: #000000; } }

@media (min-width: 768px) {
  .ohio-step-based-wizard-item {
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 3; }
    .ohio-step-based-wizard-item-icon-i {
      background-color: #700017;
      border-radius: 50%;
      color: #ffffff;
      font-size: 1.8rem;
      padding: 13px; }
      .theme-green .ohio-step-based-wizard-item-icon-i {
        background-color: #5e8000; }
      .theme-blue .ohio-step-based-wizard-item-icon-i {
        background-color: #3D7AA9; }
      .is-selected .ohio-step-based-wizard-item-icon-i {
        border: 2px solid;
        margin-top: -2px; }
    .ohio-step-based-wizard-item-label {
      font-size: 1.4rem;
      line-height: 1.3;
      color: #525051;
      line-height: 1.2;
      padding-top: 10px; }
      .ohio-step-based-wizard-item-label b {
        color: #000000; } }

.ohio-step-based-wizard-vertical-col {
  position: relative; }
  .ohio-step-based-wizard-vertical-col::after, .ohio-step-based-wizard-vertical-col::before {
    border-color: #700017;
    background-color: #d8d8d8;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    content: "";
    position: absolute;
    height: 50%;
    width: 44px;
    z-index: -1;
    top: -25%; }
    .theme-green .ohio-step-based-wizard-vertical-col::after, .theme-green .ohio-step-based-wizard-vertical-col::before {
      border-color: #5e8000; }
    .theme-blue .ohio-step-based-wizard-vertical-col::after, .theme-blue .ohio-step-based-wizard-vertical-col::before {
      border-color: #3D7AA9; }
  .ohio-step-based-wizard-vertical-col::after {
    top: 25%; }
  .ohio-step-based-wizard-vertical-col.is-selected::after, .ohio-step-based-wizard-vertical-col.is-selected::before {
    background-color: #700017; }
    .theme-green .ohio-step-based-wizard-vertical-col.is-selected::after, .theme-green .ohio-step-based-wizard-vertical-col.is-selected::before {
      background-color: #5e8000; }
    .theme-blue .ohio-step-based-wizard-vertical-col.is-selected::after, .theme-blue .ohio-step-based-wizard-vertical-col.is-selected::before {
      background-color: #3D7AA9; }
  .ohio-step-based-wizard-vertical-col.is-current::before {
    background-color: #700017; }
    .theme-green .ohio-step-based-wizard-vertical-col.is-current::before {
      background-color: #5e8000; }
    .theme-blue .ohio-step-based-wizard-vertical-col.is-current::before {
      background-color: #3D7AA9; }
  .ohio-step-based-wizard-vertical-col:first-of-type::before {
    display: none; }
  .ohio-step-based-wizard-vertical-col:last-of-type::after {
    display: none; }

.ohio-step-based-wizard-vertical-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px; }
  .ohio-step-based-wizard-vertical-item-icon, .ohio-step-based-wizard-vertical-item-label {
    display: inline-block; }
  .ohio-step-based-wizard-vertical-item-icon {
    margin-right: 17px; }
    .ohio-step-based-wizard-vertical-item-icon-i {
      background-color: #700017;
      border-radius: 50%;
      color: #ffffff;
      font-size: 1.8rem;
      height: 44px;
      width: 44px;
      padding: 13px 0 0 13px; }
      .theme-green .ohio-step-based-wizard-vertical-item-icon-i {
        background-color: #5e8000; }
      .theme-blue .ohio-step-based-wizard-vertical-item-icon-i {
        background-color: #3D7AA9; }
      .is-selected .ohio-step-based-wizard-vertical-item-icon-i {
        border: 2px solid;
        margin-top: -2px; }
  .ohio-step-based-wizard-vertical-item-label {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #525051;
    line-height: 1.2;
    padding-top: 10px;
    padding-top: 0;
    width: 100px; }
    .ohio-step-based-wizard-vertical-item-label b {
      color: #000000; }

.ohio-table {
  position: relative; }
  .ohio-table--small {
    font-size: 1.4rem; }
  .ohio-table-row-responsive {
    color: #700017;
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.4rem;
    padding: 0 6px;
    border-radius: 4px;
    margin-left: -6px;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .theme-green .ohio-table-row-responsive {
      color: #5e8000; }
    .theme-blue .ohio-table-row-responsive {
      color: #3D7AA9; }
    .parent .ohio-table-row-responsive {
      display: inline-block;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .collapsed .ohio-table-row-responsive {
      display: inline-block; }
  .ohio-table .table {
    border-collapse: separate;
    width: 100% !important; }
    .ohio-table .table .selected {
      background-color: #d8d8d8;
      color: #000000; }
    .ohio-table .table thead th {
      background-color: #f2f2f2;
      background-image: none !important;
      position: relative; }
    .ohio-table .table thead th.sorting:after,
    .ohio-table .table thead th.sorting_asc:after,
    .ohio-table .table thead th.sorting_desc:after {
      color: #A1A1A1;
      opacity: 1;
      top: 16px;
      position: absolute;
      top: inherit;
      right: 8px;
      display: block;
      font-family: FontAwesome; }
    .ohio-table .table thead th.sorting:after {
      content: "\f0dc";
      font-size: 0.8em;
      padding-top: 0.12em; }
    .ohio-table .table thead th.sorting_asc:after,
    .ohio-table .table thead th.sorting_desc:after {
      color: #700017 !important; }
    .ohio-table .table thead th.sorting_asc:after {
      content: "\f0de"; }
    .ohio-table .table thead th.sorting_desc:after {
      content: "\f0dd"; }
    .ohio-table .table td {
      border-top: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8; }
      .ohio-table .table td.select-checkbox:before, .ohio-table .table td.select-checkbox:after {
        display: none; }
    .ohio-table .table th {
      font-weight: 400;
      border-top: 1px solid #d8d8d8 !important;
      border-right: 1px solid #d8d8d8;
      border-bottom-width: 0; }
      .ohio-table .table th.no-sort::after {
        display: none !important; }
    .ohio-table .table tr:first-child th:first-child {
      border-top-left-radius: 4px; }
    .ohio-table .table tr:first-child th:last-child {
      border-top-right-radius: 4px; }
    .ohio-table .table.collapsed th:first-child,
    .ohio-table .table.collapsed td:first-child {
      min-width: 60px; }
    .ohio-table .table th:first-child,
    .ohio-table .table td:first-child {
      border-left: 1px solid #d8d8d8; }
      .collapsed .ohio-table .table th:first-child, .collapsed
      .ohio-table .table td:first-child {
        min-width: 60px; }
      .ohio-table .table th:first-child.select-col,
      .ohio-table .table td:first-child.select-col {
        text-align: center;
        padding-right: 2px; }
        .ohio-table .table th:first-child.select-col .ohio-checkbox,
        .ohio-table .table td:first-child.select-col .ohio-checkbox {
          text-align: left; }
    .ohio-table .table th:last-child,
    .ohio-table .table td:last-child {
      border-right: 1px solid #d8d8d8; }
    .ohio-table .table tr:last-child td {
      border-bottom: 1px solid #d8d8d8; }
    .ohio-table .table tbody:last-child tr:last-child td:first-child {
      border-bottom-left-radius: 4px; }
    .ohio-table .table tbody:last-child tr:last-child td:last-child {
      border-bottom-right-radius: 4px; }
    .ohio-table .table .selected ~ .selected td {
      border-top: 1px solid #ffffff; }
    .ohio-table .table tfoot td {
      border-top-width: 0;
      font-weight: 700; }
      .ohio-table .table tfoot td:first-child {
        border-bottom-left-radius: 4px; }
      .ohio-table .table tfoot td:last-child {
        border-bottom-right-radius: 4px; }
  .ohio-table[data-dynamic] .ohio-table-row:hover {
    background-color: #f2f2f2; }
  .ohio-table .dataTables_length {
    font-size: 1.4rem; }
  .ohio-table .dt-buttons .dt-button {
    background-color: #700017;
    color: #ffffff;
    padding: 6px 13px;
    font-size: 1.4rem;
    border: 1px solid #A1A1A1; }
    .theme-green .ohio-table .dt-buttons .dt-button {
      background-color: #5e8000; }
    .theme-blue .ohio-table .dt-buttons .dt-button {
      background-color: #3D7AA9; }
    .ohio-table .dt-buttons .dt-button:hover {
      background-color: #540011; }
    .ohio-table .dt-buttons .dt-button:active {
      background-color: #8f001d; }
    .theme-green .ohio-table .dt-buttons .dt-button:hover {
      background-color: #4b6600; }
    .theme-green .ohio-table .dt-buttons .dt-button:active {
      background-color: #709900; }
    .theme-blue .ohio-table .dt-buttons .dt-button:hover {
      background-color: #136bad; }
    .theme-blue .ohio-table .dt-buttons .dt-button:active {
      background-color: #3d8ecc; }
    .ohio-table .dt-buttons .dt-button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .ohio-table .dt-buttons .dt-button:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .ohio-table .ohio-checkbox input[type=checkbox] {
    margin-left: -20px; }

.ohio-table-filters-search, .ohio-table-filters-btn-group {
  display: inline-block; }

.ohio-table-filters .btn-group.open .dropdown-toggle,
.ohio-table-filters .btn-default:active:focus,
.ohio-table-filters .btn-default:active:hover,
.ohio-table-filters .open > .btn-default:hover {
  background-color: #540011;
  border-color: #A1A1A1;
  box-shadow: none;
  color: #ffffff; }
  .theme-green .ohio-table-filters .btn-group.open .dropdown-toggle, .theme-green
  .ohio-table-filters .btn-default:active:focus, .theme-green
  .ohio-table-filters .btn-default:active:hover, .theme-green
  .ohio-table-filters .open > .btn-default:hover {
    background-color: #4b6600; }
  .theme-blue .ohio-table-filters .btn-group.open .dropdown-toggle, .theme-blue
  .ohio-table-filters .btn-default:active:focus, .theme-blue
  .ohio-table-filters .btn-default:active:hover, .theme-blue
  .ohio-table-filters .open > .btn-default:hover {
    background-color: #136bad; }

.ohio-table-filters-btn-group .btn {
  background-color: #700017;
  border-radius: 0;
  border-color: #A1A1A1;
  color: #ffffff;
  margin-right: -4px; }
  .theme-green .ohio-table-filters-btn-group .btn, .theme-green .ohio-table-filters-btn-group .ohio-search .btn, .ohio-search .theme-green .ohio-table-filters-btn-group .btn {
    background-color: #5e8000; }
  .theme-blue .ohio-table-filters-btn-group .btn, .theme-blue .ohio-table-filters-btn-group .ohio-search .btn, .ohio-search .theme-blue .ohio-table-filters-btn-group .btn {
    background-color: #3D7AA9; }
  .ohio-table-filters-btn-group .btn:hover {
    background-color: #540011; }
  .ohio-table-filters-btn-group .btn:active {
    background-color: #8f001d; }
  .theme-green .ohio-table-filters-btn-group .btn:hover {
    background-color: #4b6600; }
  .theme-green .ohio-table-filters-btn-group .btn:active {
    background-color: #709900; }
  .theme-blue .ohio-table-filters-btn-group .btn:hover {
    background-color: #136bad; }
  .theme-blue .ohio-table-filters-btn-group .btn:active {
    background-color: #3d8ecc; }

.ohio-table-filters-btn-group .btn:first-of-type {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.ohio-table-filters-btn-group .btn:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.ohio-table-filters-btn-group.open .btn {
  border-bottom-right-radius: 0; }

.ohio-table-filters-btn-group .dropdown-menu {
  background-color: #f2f2f2;
  border-top-right-radius: 0;
  font-size: 1.4rem;
  margin-top: -1px;
  padding: 0 12px;
  right: -4px; }

.ohio-textarea-field {
  background-color: #f2f2f2;
  border: 1px solid #A1A1A1;
  border-radius: 4px;
  padding: 8px 15px;
  width: 100%; }

.ohio-timepicker .ohio-select, .ohio-timepicker .ohio-choose-time, .ohio-timepicker .ohio-custom-dropdown {
  width: 100px; }

.ohio-timepicker .ohio-segmented-control {
  margin-top: -5px; }
  .ohio-timepicker .ohio-segmented-control .btn {
    padding-left: 12px;
    padding-right: 12px; }

.ohio-tooltip, .ohio-popover {
  color: #3D7AA9; }
  .ohio-tooltip ~ .popover, .ohio-popover ~ .popover {
    position: absolute;
    max-width: 100%; }

.ohio-upload-file {
  background-color: #f2f2f2;
  position: relative;
  padding: 9px 30px 9px 9px;
  margin: 5px 0;
  border-radius: 4px; }
  .ohio-upload-file .fa, .ohio-upload-file .ohio-external-nav-open-icon, .ohio-upload-file .ohio-external-takeover-close, .ohio-upload-file .ohio-external-takeover-close-icon, .ohio-upload-file .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .ohio-upload-file .select2-selection--single, .ohio-upload-file .select2-search--dropdown, .ohio-upload-file #toast-container .toast.toast-error::before, #toast-container .ohio-upload-file .toast.toast-error::before, .ohio-upload-file #toast-container .toast.toast-info::before, #toast-container .ohio-upload-file .toast.toast-info::before, .ohio-upload-file #toast-container .toast.toast-success::before, #toast-container .ohio-upload-file .toast.toast-success::before {
    color: #700017;
    margin-right: 10px; }
    .theme-green .ohio-upload-file .fa, .theme-green .ohio-upload-file .ohio-external-nav-open-icon, .theme-green .ohio-upload-file .ohio-external-takeover-close, .theme-green .ohio-upload-file .ohio-external-takeover-close-icon, .theme-green .ohio-upload-file .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .theme-green .ohio-upload-file .select2-selection--single, .theme-green .ohio-upload-file .select2-search--dropdown, .theme-green .ohio-upload-file #toast-container .toast.toast-error::before, #toast-container .theme-green .ohio-upload-file .toast.toast-error::before, .theme-green .ohio-upload-file #toast-container .toast.toast-info::before, #toast-container .theme-green .ohio-upload-file .toast.toast-info::before, .theme-green .ohio-upload-file #toast-container .toast.toast-success::before, #toast-container .theme-green .ohio-upload-file .toast.toast-success::before {
      color: #5e8000; }
    .theme-blue .ohio-upload-file .fa, .theme-blue .ohio-upload-file .ohio-external-nav-open-icon, .theme-blue .ohio-upload-file .ohio-external-takeover-close, .theme-blue .ohio-upload-file .ohio-external-takeover-close-icon, .theme-blue .ohio-upload-file .ohio-select2 .select2-container--default .select2-selection--single, .ohio-select2 .select2-container--default .theme-blue .ohio-upload-file .select2-selection--single, .theme-blue .ohio-upload-file .select2-search--dropdown, .theme-blue .ohio-upload-file #toast-container .toast.toast-error::before, #toast-container .theme-blue .ohio-upload-file .toast.toast-error::before, .theme-blue .ohio-upload-file #toast-container .toast.toast-info::before, #toast-container .theme-blue .ohio-upload-file .toast.toast-info::before, .theme-blue .ohio-upload-file #toast-container .toast.toast-success::before, #toast-container .theme-blue .ohio-upload-file .toast.toast-success::before {
      color: #3D7AA9; }
  .ohio-upload-file-delete {
    background-color: transparent;
    border-width: 0;
    padding: 0;
    position: absolute;
    right: 0; }

.ohio-upload-multiple-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.ohio-upload-single-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.ohio-upload-single-btn {
  background-color: #700017;
  border: 1px solid #700017;
  border-color: #700017;
  height: 34px; }
  .theme-green .ohio-upload-single-btn {
    background-color: #5e8000; }
  .theme-blue .ohio-upload-single-btn {
    background-color: #3D7AA9; }
  .ohio-upload-single-btn:hover {
    background-color: #540011; }
  .ohio-upload-single-btn:active {
    background-color: #8f001d; }
  .theme-green .ohio-upload-single-btn:hover {
    background-color: #4b6600; }
  .theme-green .ohio-upload-single-btn:active {
    background-color: #709900; }
  .theme-blue .ohio-upload-single-btn:hover {
    background-color: #136bad; }
  .theme-blue .ohio-upload-single-btn:active {
    background-color: #3d8ecc; }
  .theme-green .ohio-upload-single-btn {
    border: 1px solid #5e8000; }
  .theme-blue .ohio-upload-single-btn {
    border: 1px solid #3D7AA9; }
  .theme-green .ohio-upload-single-btn {
    border-color: #5e8000; }
  .theme-blue .ohio-upload-single-btn {
    border-color: #3D7AA9; }
  .ohio-upload-single-btn:hover {
    border-color: #540011; }
  .ohio-upload-single-btn:active {
    border-color: #8f001d; }
  .theme-green .ohio-upload-single-btn:hover {
    border-color: #4b6600; }
  .theme-green .ohio-upload-single-btn:active {
    border-color: #709900; }
  .theme-blue .ohio-upload-single-btn:hover {
    border-color: #136bad; }
  .theme-blue .ohio-upload-single-btn:active {
    border-color: #3d8ecc; }
  .ohio-upload-single-btn, .ohio-upload-single-btn:focus, .ohio-upload-single-btn:hover {
    color: #ffffff; }

.ohio-vector-map {
  padding: 0 15px; }
  .ohio-vector-map-zoom {
    left: 10px;
    top: 10px;
    position: absolute;
    width: 28px; }
    .ohio-vector-map-zoom-btn {
      border-color: #A1A1A1;
      display: block;
      padding: 1px 7px; }
      .ohio-vector-map-zoom-btn:first-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-width: 0; }
      .ohio-vector-map-zoom-btn:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
  .ohio-vector-map-row {
    border-radius: 4px; }
    @media (min-width: 992px) {
      .ohio-vector-map-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  .ohio-vector-map-left, .ohio-vector-map-right {
    padding: 0 50px 30px; }
    .ohio-vector-map-left:first-child, .ohio-vector-map-right:first-child {
      border-bottom: 1px solid #A1A1A1; }
      @media (min-width: 992px) {
        .ohio-vector-map-left:first-child, .ohio-vector-map-right:first-child {
          border-bottom-width: 0;
          border-right: 1px solid #A1A1A1; } }
  .ohio-vector-map-left {
    padding-top: 50px; }
  .ohio-vector-map-source {
    color: #525051;
    font-size: 1.4rem;
    margin-top: 30px; }
  .ohio-vector-map-stat {
    font-size: 1.4rem;
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative; }
    .ohio-vector-map-stat::before {
      background-color: #700017;
      border-radius: 4px;
      content: "";
      height: 20px;
      width: 20px;
      left: 0;
      position: absolute; }
      .theme-green .ohio-vector-map-stat::before {
        background-color: #5e8000; }
      .theme-blue .ohio-vector-map-stat::before {
        background-color: #3D7AA9; }
    .ohio-vector-map-stat.gray-dark::before {
      background-color: #525051; }
    .ohio-vector-map-stat.gray-light::before {
      background-color: #A1A1A1; }
    .ohio-vector-map-stat.gray-lighter::before {
      background-color: #d8d8d8; }

.ohio-wizard-page .ohio-generic-wizard, .ohio-wizard-page-fields, .ohio-wizard-page-footer {
  margin-top: 40px; }

#toast-container .toast.toast-error, #toast-container .toast.toast-info, #toast-container .toast.toast-success {
  background-image: none !important;
  opacity: 1;
  padding: 7px 15px 7px 65px;
  width: 336px; }
  #toast-container .toast.toast-error::before, #toast-container .toast.toast-info::before, #toast-container .toast.toast-success::before {
    font-size: 2.8rem;
    margin-top: -12px;
    position: absolute;
    left: 22px;
    top: 50%; }

#toast-container .toast.toast-success {
  background-color: #5e8000; }

#toast-container .toast.toast-info {
  background-color: #3D7AA9; }

#toast-container .toast.toast-error {
  background-color: #eb1316; }

#toast-container .toast .toast-close-button {
  opacity: 1;
  text-shadow: none; }
  #toast-container .toast .toast-close-button:active, #toast-container .toast .toast-close-button:focus, #toast-container .toast .toast-close-button:hover {
    color: #ffffff; }
/*** Fixes for Gateway - Self Registration ***/
html {
	/*font-size: 10px !important;*/
}

#jawsLabel-0, #jawsLabel-1, #jawsLabel-2, #jawsLabel-3, #hiddenSelectLabel{
	display: none; 
}

.ohio-login-dialogue .ohio-field .input-group .input-group-addon, .ohio-login-dialogue .ohio-field-addon .input-group .input-group-addon, .ohio-login-dialogue .ohio-field-status .input-group .input-group-addon, .ohio-login-dialogue .ohio-textarea .input-group .input-group-addon {
    background-color: #ffffff;
    border: 1px solid #A1A1A1;
    border-right-width: 0;
}

.ohio-login-dialogue .ohio-field-input, .ohio-login-dialogue .ohio-checkbox-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f2f2f2;
    border: 1px solid #A1A1A1;
    border-radius: 4px;
    display: block;
    font-size: 1rem;
    padding: 8px 15px;
}

.ohio-login-dialogue .has-error .ohio-field-input, .ohio-login-dialogue .has-error .ohio-checkbox-field {
	border-color: #eb1316;
}

.ohio-login-dialogue .ohio-field-error {
    font-size: 1rem;
}

.ohio-login-dialogue .ohio-field.has-error .input-group-addon, .ohio-login-dialogue .has-error.ohio-field-addon .input-group-addon, .ohio-login-dialogue .has-error.ohio-field-status .input-group-addon, .ohio-login-dialogue .has-error.ohio-textarea .input-group-addon {
    border-color: #eb1316;
    color: #eb1316;
}

.ohio-login-dialogue .ohio-field .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-field-addon .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-field-status .input-group .input-group-addon:last-child, .ohio-login-dialogue .ohio-textarea .input-group .input-group-addon:last-child {
    border-left-width: 0;
    border-right-width: 1px;
}

/*** New Login + Self Registration Screens ***/
.gatewayContainer.main-well {
    font-size: 1.5rem;
    float: none;
    margin: auto;
}
.box-container {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-container-blue {
    background-color: #e9f2f9;
    padding: 15px 5px 10px 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.box-container-blue-dark {
    background-color: #3d79a9;
    overflow: hidden;
}
.ohid-logo {
    height: 40px;
    margin-top: 25px;
    margin-left: 35px;
}
.section-main {
    padding: 0px 25px 25px;
}
.theme-blue .ohio-button-center {
    margin: auto;
    float: none;
    display: block;
}
.ohio-exclamation-icon-blue {
    font-size: 2.4rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4daffb;
    color: #e9f2f9;
    padding-left: 10px;
    padding-top: 2px;
}
.nav {
    padding-left: 80px;
    padding-top: 20px;
}
.nav>li {
    float: left;
}
.nav>li>a {
    text-decoration: underline;
    padding: 0px 5px;
}
.nav>li {
    border-right: 1px #3D7AA9 solid;
}
.nav>li:last-child {
    border-right: none;
}

.ohio-button.link:hover, .link.ohio-login-dialogue-create-btn:hover, .link.ohio-login-dialogue-existing-btn:hover, .link.ohio-upload-multiple-label:hover, .link.ohio-vector-map-zoom-btn:hover {
	text-decoration: none;
}
/*** Forgot Username or Password Portlet Fix ***/
/**.ohio-forgot-dialogue {
  	font-size: 2em;
}**/
.panel-group .panel-body {
    font-size: 1.6rem; 
}/* Start - Resource Presentation Template */

/* Structured story */
#bodyContent .twisty h2 {
  font-weight: normal;
  font-size: 1.8rem;
}
.section.twisty {
}

.twisty .sectionHeader {
}

.twisty .sectionHeader.opened h2:before {
   font-family: FontAwesome;
   content: "\f107";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
}

.twisty .sectionHeader.closed h2:before {
   font-family: FontAwesome;
   content: "\f105";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
}
.twisty .sectionHeader:hover {
  cursor: pointer;
}
.twisty .sectionBody,
.horizontalTabs .sectionBody,
.verticalTabs .sectionBody {
}
.horizontalTabs .sectionBody a,
.horizontalTabs .sectionBody a:hover,
.horizontalTabs .sectionBody a:focus {
  margin: 0;
}
.verticalTabs .nav-tabs {
  padding-left: 0;
  border-bottom: medium none;
}
.verticalTabs .nav-tabs > li {
  margin-bottom: 0;
  width: 100%;
}
.verticalTabs .nav-tabs > li a,
.verticalTabs .nav-tabs > li a:hover,
.verticalTabs .nav-tabs > li a:focus {
  border-radius: 0;
  margin: 0;
}
.tableOfContents {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: inset 0 14px 1px rgba(0, 0, 0, 0.05);
  background-color: #D9EDF7;
  border: 1px solid #0B3C64;
}
.tableOfContents a {
  text-decoration: none;
}
.tableOfContents li {
  list-style: none;
}
.tableOfContents ul {
  margin: 0;
  padding-left: 5px;
}
.tableOfContents .title {
  font-size: 1.4em;
  margin: 0.5em 0;
}

/* Content */
.aw-title {
  color: #000;
  margin-right: 20px;
  padding-bottom: 1em;
  padding-top: 10px;
}
.aw-title h1 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: inherit;
  font-size: 2em;
  line-height: 42px;
  max-width: 600px;
}
.aw-content-title {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  margin: 0.4em 0;
  font-size: 2em;
}
.aw-resource .last-updated {
  text-transform: uppercase;
  font-size: 1em;
  color: #777777;
  margin-top: -10px;
  /*display: block;*/

  margin-right: 64%;
}
.resource-summary {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.resource-summary p {
  color: #777777;
  line-height: 1.5em;
  font-size: 1em;
}
.resource-image {
  margin-bottom: 20px;
}
.resource-attachments .title,
.resource-external-link .title {
  font-weight: bold;
  font-size: 1.5em;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.aw-resource #aw-content-small-column .aw-block a,
.aw-resource #aw-content-small-column .aw-block a:visited {
  color: #777777 !important;
}
/* Only for themes with no borders on sidebar blocks */
.aw-resource #aw-content-small-column .aw-block a:hover {
  color: #145d84 !important;
}
.aw-resource #aw-content-small-column .aw-block ul,
#home-body-right .aw-block ul {
  margin-left: 0;
}

.aw-content-title {
    margin-bottom: 0.5em;
}

.aw-main-content {
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
  min-height: 560px;
  background-color: #ffffff;
  overflow: hidden;
}
.aw-main-content #aw-content-header {
  /* padding-right: 20px; */
}

@media screen and (max-width: 768px) { 
  .aw-main-content .content-column-right {
    margin-left: 0;
  }
}

@media only screen and (max-width: 620px) {
  .aw-title h1 {
    font-size: 29px;
    line-height: 29px;
  }
  .aw-title {
    padding-bottom: 0;
  }
}

#twoColumnsRight #aw-content-layout-two-columns {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #twoColumnsRight #aw-content-layout-two-columns {
    margin-left: 0;
    padding-right: 20px;
  }
  #twoColumnsRight #aw-content-layout-single-column {
    margin-left: 0;
  }
  .aw-main-content .content-column-right {
    margin-left: 0;
  }
}

.single-column-tools .large-column {
  min-height: 0;
}
.content-column-right {
  padding-right: 20px;
}
.content-column ul {
  padding-left: 20px;
}
.content-column ul ul {
  padding-left: 15px;
}
.content-column li {
  text-decoration: none;
  min-height: 1em;
}
.validation-container li {
  min-height: 3em;
}
.loggedOut .aw-background-home {
  background-position: -210px -150px;
}

#aw-content-small-column .aw-block .aw-block-body {
  padding-left: 0;
  padding-right: 0;
}

#aw-content-small-column .aw-block li,
#home-body-right .aw-block li {
  margin-left: 0;
  margin-bottom: 5px;
  line-height: 1.2em;
  list-style: none;
}

#aw-content-large-column {
  padding-bottom: 20px;
}

#bodyContent hr {
   border-top: 2px solid #3d7aa9;
}

/* End - Resource Presentation Template */.ohio-field-label--required {
    font-size: 26px;
    position: absolute;
    margin-top: -2px;
    margin-left: 5px;
}

.theme-blue .ohio-field-label--required,
.icon-theme-color {
    color: #3D7AA9;
}

h3>i.fa {
    color: #a1a1a1;
}

td * .ohio-search-field {
    box-sizing: border-box;
}

.border-box {
    box-sizing: border-box;
}

.dataTables_wrapper .table th:first-child.select-col .ohio-checkbox,
.dataTables_wrapper .table td:first-child.select-col .ohio-checkbox {
    text-align: center;
}

.dataTables_wrapper .checkbox {
    text-align: center;
    width: 100%;
}

.table.dataTable tr:hover {
    background-color: #f2f2f2;
}

.ada-green-color {
    color: #5e8000;
}

.level-button {
    margin-top: 26px;
}

.help-block ul {
    list-style: none;
}

.ohio-generic-wizard-item {
    cursor: pointer;
}

.ohio-standard-padding-bottom {
    padding-bottom: 1em;
}

.become-a-supplier-btn-group {
    margin-top: 60px;
}

.become-a-supplier-btn-group>.row:first-child {
    margin-bottom: -20px
}

.find-out-company-btn {
    margin-top: 20px;
}

.dotWidthAndHeight {
    width: 25px;
    height: 25px;
}

.blueDot {
    background-color: #3d7aa9;
}

.ohio-forgot-dialogue {
    border: 0px;
}

.ohio-forgot-dialogue-submit-btn:first-child {
    margin-right: 30px;
}

.ohio-button.create-new-account-btn {
    margin-top: 55px;
}

#verify-info-input.placeholder {
    text-align: center;
}

footer {
    position: relative;
}

.saved-registration-processes {}

overflow-y: auto;

}
.saved-registration-processes>.ohio-card {
    margin-top: 5px;
}
.saved-registration-processes+.ohio-button {
    margin-top: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.registration-processes-paginator__controls{
 margin-top: 5px
}

.registration-processes-paginator__process {
    margin-top: 5px
}

.selected-row{
    background-color: #f2f2f2;
}

.ohio-table-row__clickable,.fa-trash-o__clickable{
    cursor: pointer;
}


@media print {
  header,
  nav,
  footer,
  #back-button,
  .small-column,
  .wpthemeCrumbTrail {
    display: none !important
  }
  @page {
    size: A4;
  }
  body,
  html {
    margin: 0;
    padding: 0 !important;
    min-width: 768px;
  }
  .separator.green {
    border-bottom: solid 1px black !important;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

.ohio-spinner {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px; 
}

.ohio-spinner::after, .ohio-spinner::before {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  height: 32px;
  width: 32px; 
}

.ohio-spinner::after {
  -webkit-animation: rotate 0.6s linear infinite;
          animation: rotate 0.6s linear infinite;
  border-color: #525051 transparent transparent; 
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); 
        } 
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); 
        } 
}

.ohio-spinner.primary::after {
  border-color: #700017 transparent transparent; 
}

.ohio-spinner.success::after {
  border-color: #5e8000 transparent transparent; 
}

.ohio-spinner.info::after {
  border-color: #3D7AA9 transparent transparent; 
}

.ohio-spinner.warning::after {
  border-color: #ed6102 transparent transparent; 
}

.ohio-spinner.danger::after {
  border-color: #eb1316 transparent transparent; 
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=65a4f393e1932c37075fb5685ae94ac0)
 * Config saved to config.json and https://gist.github.com/65a4f393e1932c37075fb5685ae94ac0
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.custom-7-cols-xs-1,
.custom-7-cols-sm-1,
.custom-7-cols-md-1,
.custom-7-cols-lg-1,
.custom-7-cols-xs-2,
.custom-7-cols-sm-2,
.custom-7-cols-md-2,
.custom-7-cols-lg-2,
.custom-7-cols-xs-3,
.custom-7-cols-sm-3,
.custom-7-cols-md-3,
.custom-7-cols-lg-3,
.custom-7-cols-xs-4,
.custom-7-cols-sm-4,
.custom-7-cols-md-4,
.custom-7-cols-lg-4,
.custom-7-cols-xs-5,
.custom-7-cols-sm-5,
.custom-7-cols-md-5,
.custom-7-cols-lg-5,
.custom-7-cols-xs-6,
.custom-7-cols-sm-6,
.custom-7-cols-md-6,
.custom-7-cols-lg-6,
.custom-7-cols-xs-7,
.custom-7-cols-sm-7,
.custom-7-cols-md-7,
.custom-7-cols-lg-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.custom-7-cols-xs-1,
.custom-7-cols-xs-2,
.custom-7-cols-xs-3,
.custom-7-cols-xs-4,
.custom-7-cols-xs-5,
.custom-7-cols-xs-6,
.custom-7-cols-xs-7 {
    float: left
}

.custom-7-cols-xs-7 {
    width: 100%
}

.custom-7-cols-xs-6 {
    width: 85.71428571%
}

.custom-7-cols-xs-5 {
    width: 71.42857143%
}

.custom-7-cols-xs-4 {
    width: 57.14285714%
}

.custom-7-cols-xs-3 {
    width: 42.85714286%
}

.custom-7-cols-xs-2 {
    width: 28.57142857%
}

.custom-7-cols-xs-1 {
    width: 14.28571429%
}

.custom-7-cols-xs-pull-7 {
    right: 100%
}

.custom-7-cols-xs-pull-6 {
    right: 85.71428571%
}

.custom-7-cols-xs-pull-5 {
    right: 71.42857143%
}

.custom-7-cols-xs-pull-4 {
    right: 57.14285714%
}

.custom-7-cols-xs-pull-3 {
    right: 42.85714286%
}

.custom-7-cols-xs-pull-2 {
    right: 28.57142857%
}

.custom-7-cols-xs-pull-1 {
    right: 14.28571429%
}

.custom-7-cols-xs-pull-0 {
    right: auto
}

.custom-7-cols-xs-push-7 {
    left: 100%
}

.custom-7-cols-xs-push-6 {
    left: 85.71428571%
}

.custom-7-cols-xs-push-5 {
    left: 71.42857143%
}

.custom-7-cols-xs-push-4 {
    left: 57.14285714%
}

.custom-7-cols-xs-push-3 {
    left: 42.85714286%
}

.custom-7-cols-xs-push-2 {
    left: 28.57142857%
}

.custom-7-cols-xs-push-1 {
    left: 14.28571429%
}

.custom-7-cols-xs-push-0 {
    left: auto
}

.custom-7-cols-xs-offset-7 {
    margin-left: 100%
}

.custom-7-cols-xs-offset-6 {
    margin-left: 85.71428571%
}

.custom-7-cols-xs-offset-5 {
    margin-left: 71.42857143%
}

.custom-7-cols-xs-offset-4 {
    margin-left: 57.14285714%
}

.custom-7-cols-xs-offset-3 {
    margin-left: 42.85714286%
}

.custom-7-cols-xs-offset-2 {
    margin-left: 28.57142857%
}

.custom-7-cols-xs-offset-1 {
    margin-left: 14.28571429%
}

.custom-7-cols-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .custom-7-cols-sm-1,
    .custom-7-cols-sm-2,
    .custom-7-cols-sm-3,
    .custom-7-cols-sm-4,
    .custom-7-cols-sm-5,
    .custom-7-cols-sm-6,
    .custom-7-cols-sm-7 {
        float: left
    }
    .custom-7-cols-sm-7 {
        width: 100%
    }
    .custom-7-cols-sm-6 {
        width: 85.71428571%
    }
    .custom-7-cols-sm-5 {
        width: 71.42857143%
    }
    .custom-7-cols-sm-4 {
        width: 57.14285714%
    }
    .custom-7-cols-sm-3 {
        width: 42.85714286%
    }
    .custom-7-cols-sm-2 {
        width: 28.57142857%
    }
    .custom-7-cols-sm-1 {
        width: 14.28571429%
    }
    .custom-7-cols-sm-pull-7 {
        right: 100%
    }
    .custom-7-cols-sm-pull-6 {
        right: 85.71428571%
    }
    .custom-7-cols-sm-pull-5 {
        right: 71.42857143%
    }
    .custom-7-cols-sm-pull-4 {
        right: 57.14285714%
    }
    .custom-7-cols-sm-pull-3 {
        right: 42.85714286%
    }
    .custom-7-cols-sm-pull-2 {
        right: 28.57142857%
    }
    .custom-7-cols-sm-pull-1 {
        right: 14.28571429%
    }
    .custom-7-cols-sm-pull-0 {
        right: auto
    }
    .custom-7-cols-sm-push-7 {
        left: 100%
    }
    .custom-7-cols-sm-push-6 {
        left: 85.71428571%
    }
    .custom-7-cols-sm-push-5 {
        left: 71.42857143%
    }
    .custom-7-cols-sm-push-4 {
        left: 57.14285714%
    }
    .custom-7-cols-sm-push-3 {
        left: 42.85714286%
    }
    .custom-7-cols-sm-push-2 {
        left: 28.57142857%
    }
    .custom-7-cols-sm-push-1 {
        left: 14.28571429%
    }
    .custom-7-cols-sm-push-0 {
        left: auto
    }
    .custom-7-cols-sm-offset-7 {
        margin-left: 100%
    }
    .custom-7-cols-sm-offset-6 {
        margin-left: 85.71428571%
    }
    .custom-7-cols-sm-offset-5 {
        margin-left: 71.42857143%
    }
    .custom-7-cols-sm-offset-4 {
        margin-left: 57.14285714%
    }
    .custom-7-cols-sm-offset-3 {
        margin-left: 42.85714286%
    }
    .custom-7-cols-sm-offset-2 {
        margin-left: 28.57142857%
    }
    .custom-7-cols-sm-offset-1 {
        margin-left: 14.28571429%
    }
    .custom-7-cols-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .custom-7-cols-md-1,
    .custom-7-cols-md-2,
    .custom-7-cols-md-3,
    .custom-7-cols-md-4,
    .custom-7-cols-md-5,
    .custom-7-cols-md-6,
    .custom-7-cols-md-7 {
        float: left
    }
    .custom-7-cols-md-7 {
        width: 100%
    }
    .custom-7-cols-md-6 {
        width: 85.71428571%
    }
    .custom-7-cols-md-5 {
        width: 71.42857143%
    }
    .custom-7-cols-md-4 {
        width: 57.14285714%
    }
    .custom-7-cols-md-3 {
        width: 42.85714286%
    }
    .custom-7-cols-md-2 {
        width: 28.57142857%
    }
    .custom-7-cols-md-1 {
        width: 14.28571429%
    }
    .custom-7-cols-md-pull-7 {
        right: 100%
    }
    .custom-7-cols-md-pull-6 {
        right: 85.71428571%
    }
    .custom-7-cols-md-pull-5 {
        right: 71.42857143%
    }
    .custom-7-cols-md-pull-4 {
        right: 57.14285714%
    }
    .custom-7-cols-md-pull-3 {
        right: 42.85714286%
    }
    .custom-7-cols-md-pull-2 {
        right: 28.57142857%
    }
    .custom-7-cols-md-pull-1 {
        right: 14.28571429%
    }
    .custom-7-cols-md-pull-0 {
        right: auto
    }
    .custom-7-cols-md-push-7 {
        left: 100%
    }
    .custom-7-cols-md-push-6 {
        left: 85.71428571%
    }
    .custom-7-cols-md-push-5 {
        left: 71.42857143%
    }
    .custom-7-cols-md-push-4 {
        left: 57.14285714%
    }
    .custom-7-cols-md-push-3 {
        left: 42.85714286%
    }
    .custom-7-cols-md-push-2 {
        left: 28.57142857%
    }
    .custom-7-cols-md-push-1 {
        left: 14.28571429%
    }
    .custom-7-cols-md-push-0 {
        left: auto
    }
    .custom-7-cols-md-offset-7 {
        margin-left: 100%
    }
    .custom-7-cols-md-offset-6 {
        margin-left: 85.71428571%
    }
    .custom-7-cols-md-offset-5 {
        margin-left: 71.42857143%
    }
    .custom-7-cols-md-offset-4 {
        margin-left: 57.14285714%
    }
    .custom-7-cols-md-offset-3 {
        margin-left: 42.85714286%
    }
    .custom-7-cols-md-offset-2 {
        margin-left: 28.57142857%
    }
    .custom-7-cols-md-offset-1 {
        margin-left: 14.28571429%
    }
    .custom-7-cols-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .custom-7-cols-lg-1,
    .custom-7-cols-lg-2,
    .custom-7-cols-lg-3,
    .custom-7-cols-lg-4,
    .custom-7-cols-lg-5,
    .custom-7-cols-lg-6,
    .custom-7-cols-lg-7 {
        float: left
    }
    .custom-7-cols-lg-7 {
        width: 100%
    }
    .custom-7-cols-lg-6 {
        width: 85.71428571%
    }
    .custom-7-cols-lg-5 {
        width: 71.42857143%
    }
    .custom-7-cols-lg-4 {
        width: 57.14285714%
    }
    .custom-7-cols-lg-3 {
        width: 42.85714286%
    }
    .custom-7-cols-lg-2 {
        width: 28.57142857%
    }
    .custom-7-cols-lg-1 {
        width: 14.28571429%
    }
    .custom-7-cols-lg-pull-7 {
        right: 100%
    }
    .custom-7-cols-lg-pull-6 {
        right: 85.71428571%
    }
    .custom-7-cols-lg-pull-5 {
        right: 71.42857143%
    }
    .custom-7-cols-lg-pull-4 {
        right: 57.14285714%
    }
    .custom-7-cols-lg-pull-3 {
        right: 42.85714286%
    }
    .custom-7-cols-lg-pull-2 {
        right: 28.57142857%
    }
    .custom-7-cols-lg-pull-1 {
        right: 14.28571429%
    }
    .custom-7-cols-lg-pull-0 {
        right: auto
    }
    .custom-7-cols-lg-push-7 {
        left: 100%
    }
    .custom-7-cols-lg-push-6 {
        left: 85.71428571%
    }
    .custom-7-cols-lg-push-5 {
        left: 71.42857143%
    }
    .custom-7-cols-lg-push-4 {
        left: 57.14285714%
    }
    .custom-7-cols-lg-push-3 {
        left: 42.85714286%
    }
    .custom-7-cols-lg-push-2 {
        left: 28.57142857%
    }
    .custom-7-cols-lg-push-1 {
        left: 14.28571429%
    }
    .custom-7-cols-lg-push-0 {
        left: auto
    }
    .custom-7-cols-lg-offset-7 {
        margin-left: 100%
    }
    .custom-7-cols-lg-offset-6 {
        margin-left: 85.71428571%
    }
    .custom-7-cols-lg-offset-5 {
        margin-left: 71.42857143%
    }
    .custom-7-cols-lg-offset-4 {
        margin-left: 57.14285714%
    }
    .custom-7-cols-lg-offset-3 {
        margin-left: 42.85714286%
    }
    .custom-7-cols-lg-offset-2 {
        margin-left: 28.57142857%
    }
    .custom-7-cols-lg-offset-1 {
        margin-left: 14.28571429%
    }
    .custom-7-cols-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}.wpthemeMenuAnchor {display:inline-table !important;}.wpthemeMenuBorder {top: -9999px; border:3px solid #454545; border:3px solid rgba(23, 23, 23, 0.8); -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.4); -webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.4); box-shadow:0 0 4px rgba(0, 0, 0, 0.4); -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; margin:0; z-index: 10000; position: absolute; padding:0; display: none;}.wpthemeMenuBorder .wpthemeMenuNotchBorder {position:absolute; background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/cam_sharkfin_normal_top.png); background-position: center; background-repeat: no-repeat; width: 13px; height: 10px; padding: 0 20px; top: -10px;}.wpthemeMenuBorder .wpthemeMenuDropDown {list-style: none outside none; margin: 0; white-space: nowrap; padding: 7px 10px; background-color:white; cursor:default;}.wpthemeMenuBorder .wpthemeMenuDropDown li {color:#222; margin: 1px; padding: 2px 8px; font-family: arial; font-size: 1.1em; text-align: left; border: 1px solid transparent;}.wpthemeMenuBorder .wpthemeMenuDropDown li:focus,.wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li:hover{background-color:#F0FAFA; border: 1px solid rgb(215,230,232);}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeMenuitem:focus .wpthemeMenuText, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeMenuitem:hover .wpthemeMenuText {text-decoration: underline;}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeMenuitem {cursor:pointer;}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader {font-weight:bold; color:#000; font-size: 1.15em;}.wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuError:focus,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:focus, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:hover,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:focus, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:hover {background-color: transparent;}.wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuError:focus .wpthemeMenuText,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:focus .wpthemeMenuText, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:hover .wpthemeMenuText,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:focus .wpthemeMenuText, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:hover .wpthemeMenuText {text-decoration: none;}.wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuError:focus,.wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:focus, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:hover {border: 1px solid transparent;}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:focus, .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator:hover {border-left: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid transparent;}.wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuDisabled {color: #CCCCCC;}.wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator {border-top: thin solid #e0e0e0; background-color: transparent; padding: 0px 10px; font-size:0px; line-height:0;}.wpthemeMenuBorder .wpthemeMenuDropDown .wpthemeMenuText {display:inline; width:100%;}.wpthemeMenuLoading {top: -99999px !important; white-space: nowrap; margin: 1px; padding: 5px 10px 5px 25px; position: absolute; background-image:url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/loading.gif); background-repeat:no-repeat; background-position:5px center;}.wpthemeMenuLoadingText {color:#222; font-family: arial; font-size: 1.1em;}.wpthemeMenuNotchBorder {visibility:hidden;}.wpthemeMenuShow .wpthemeMenuNotchBorder {visibility: visible;}.wpthemeMenuBadge {border-radius: 3px; color: #FFFFFF; font-size: 0.95em; font-weight: bold; margin-left: 6px; padding: 1px 4px; line-height: 1em; vertical-align: 1px;}.wpthemeMenuBadgeInfo {background-color: #009900;}.wpthemeMenuBadgeWarn {background-color: #EE8800;}.wpthemeMenuBadgeError {background-color: #CC0000;}.wpthemeMenuShow .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuBorder.wpthemeMenuSubmenu {top: -9999px;}.wpthemeMenuDropDown li.typeSubmenu {}.wpthemeMenuDropDown .wpthemeAnchorSubmenu {position: relative;}.wpthemeMenuShow .wpthemeMenuDropDown .typeSubmenu.wpthemeMenuShow .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuSubmenu {top: -2em;}.wpthemeMenuSubmenu .wpthemeMenuDropDown li {font-size: 1.1em;}.wpthemeMenuSubmenu .wpthemeMenuDropDown .wpthemeMenuLoading {font-size: 1.1em;}.wpthemeMenuOverlay {visibility:hidden; position: absolute;}.wpthemeMenuShow .wpthemeMenuOverlay {visibility: visible; z-index: 10000;}.lotusui_ie7 .wpthemeControlBody .lotusSection,.lotusui_ie7 .wpthemeControlBody .lotusWelcomeBox {position: static;}.wpthemePlain .wpthemeControlHeader .wpthemeMenuFocus,.wptheme_ie7 .wpthemePlain .wpthemeControlHeader .wpthemeMenuFocus {display:none;}.wptheme_ie7 .wpthemeMenuDropDown {min-height: 0;}
.wpthemeMenuLeft {color: #000; float:left; position: absolute; z-index:10000; font-size: 0.9em;}.wpthemeMenuRight {color: #000; float:right; position: absolute; z-index:10000; font-size: 0.9em;}.lotusui_ie7 .wpthemeMenuRight {float: none;}.wpthemeMenuLeft .wpthemeMenuBorder .wpthemeMenuNotchBorder {left: 0px;}.wpthemeIcon .wpthemeMenuLeft .wpthemeMenuBorder .wpthemeMenuNotchBorder {left: -20px;}.wpthemeMenuRight .wpthemeMenuBorder .wpthemeMenuNotchBorder {right: 0px;}.wpthemeActionsMenu .wpthemeMenuRight .wpthemeMenuBorder .wpthemeMenuNotchBorder {padding: 0 30px;}.wpthemeIcon .wpthemeMenuRight .wpthemeMenuBorder .wpthemeMenuNotchBorder {right: -5px;}.wpthemeMenuBorder .wpthemeMenuDropDown li.rtl {text-align: right;}.wpthemeMenuShow .wpthemeMenuLeft .wpthemeMenuBorder {left: -10px; top: 25px; display: block;}.wpthemeMenuShow .wpthemeMenuRight .wpthemeMenuBorder {right: -10px; top: 25px; display: block;}.wpthemeIcon.wpthemeMenuShow .wpthemeMenuRight .wpthemeMenuBorder {right: 0px;}.wpthemeMenuShow .wpthemeMenuLeft .wpthemeMenuLoading {position: static;}.wpthemeMenuShow .wpthemeMenuRight .wpthemeMenuLoading {position: static;}.wpthemeMenuLeft .typeSubmenu.wpthemeMenuShow .wpthemeMenuBorder.wpthemeMenuSubmenu {left: 104%;}.wpthemeMenuLeft .typeSubmenu.rtl.wpthemeMenuShow .wpthemeMenuBorder.wpthemeMenuSubmenu {left: auto; right: 102%;}.wpthemeMenuRight .typeSubmenu.wpthemeMenuShow .wpthemeMenuBorder.wpthemeMenuSubmenu {right: 102%;}.wpthemeMenuRight .typeSubmenu.rtl.wpthemeMenuShow .wpthemeMenuBorder.wpthemeMenuSubmenu {left: 104%; right: auto;}
.stActionMenu .wpthemeMenuBorder .wpthemeMenuNotchBorder {background-image: none;}.stActionMenu .wpthemeMenuBorder {border: 2px solid #e0e0e0; box-shadow: none; border-radius: 0;}.stActionMenu .wpthemeMenuBorder .wpthemeMenuLoading {margin: 0; margin-left: 10px;}.stActionMenu .wpthemeMenuBorder .wpthemeMenuDropDown {border: none; padding: 0;}.stActionMenu .wpthemeMenuBorder .wpthemeMenuDropDown li {padding: 14px 20px; margin: 0; font-size: 14px; color: #323232; border: none;}.stActionMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator {background-color: transparent; border-top: thin solid #e0e0e0; font-size: 0; line-height: 0; padding: 0 10px;}.wpToolbarMenu {font-size: 75%;}.wpToolbarMenu .wpthemeMenuBorder .wpthemeMenuDropDown li{font-size: 1.1em;}.stActionMenu .wpthemeMenuBorder .wpthemeMenuDropDown li:focus, .stActionMenu .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li:hover {background-color: #e0e0e0; margin: 0; border: 0;}.stActionMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader {font-size: 14px;}.stActionMenu .wpthemeNoTouch .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:hover {border: none;}.stActionMenu .wpthemeMenuLoading {padding: 14px 20px;}.stActionMenu .wpthemeMenuLoadingText {padding-left: 30px; font-size: 14px;}.stActionMenu.wpthemeMenuShow .wpthemeMenuRight .wpthemeMenuBorder {top: 54px !important; right: -2px;}.stActionMenu .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuBorder {top: -99999px !important;}.stActionMenuFixed {position: fixed;}
.contextMenu,.componentName,.componentId,.templateId {display: none;}.wpthemeMenu {color: #000; position: absolute; z-index: 500; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}.wpthemeMenu .wpthemeMenuBorder {top: -9999px; border: 3px solid #4B4B4B ; border: 3px solid rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6); box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.6); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0; z-index: 501; position: absolute; padding: 0; display: none;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown {list-style: none outside none; margin: 0; white-space: nowrap; padding: 10px; background-color: white; cursor: default;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li {color: #222; margin: 1px; padding: 2px 8px; font-family: arial; font-size: 1em; text-align: left; border:1px solid transparent;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li:focus,.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li:hover {background-color: #F0FAFA; text-decoration: underline; border:1px solid #D7E6E8;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeMenuitem {cursor: pointer;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader {font-weight: bold; color: #000; font-size: 1.05em;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuError:focus {background-color: transparent !important;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeHeader:focus {background-color: transparent !important; border-color: transparent !important; text-decoration: none !important;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.wpthemeMenuDisabled {color: #CCCCCC;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li.typeSeparator {border-top: thin solid #e0e0e0; background-color: transparent; padding: 0px 10px; font-size: 0px; line-height: 0;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown .wpthemeMenuText {display: block; width: 100%;}.wpthemeMenu .wpthemeMenuLoading {top: -9999px; white-space: nowrap; margin: 1px; padding: 5px 10px 5px 25px; position: absolute; color: #444; font-family: arial; font-size: 1em; background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/loading.gif); background-repeat: no-repeat; background-position: 5px center; background-color:#FFFFFF;}.wpthemeMenu .wpthemeMenuShow .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuBorder.wpthemeMenuSubmenu {top: -9999px;}.wpthemeMenu .wpthemeMenuDropDown li.typeSubmenu {}.wpthemeMenu .wpthemeMenuDropDown .wpthemeAnchorSubmenu {position: relative;}.wpthemeMenu .wpthemeMenuShow .wpthemeMenuDropDown .typeSubmenu.wpthemeMenuShow .wpthemeAnchorSubmenu.wpthemeTemplateSubmenu .wpthemeMenuSubmenu {top: -2em;}.wpthemeMenu .wpthemeMenuSubmenu .wpthemeMenuDropDown li {font-size: 1em;}.wpthemeMenu .wpthemeMenuSubmenu .wpthemeMenuDropDown .wpthemeMenuLoading {font-size: 1em;}.wpthemeMenuOverlay {visibility: hidden; position: absolute;}.wpthemeMenuShow .wpthemeMenuOverlay {visibility: visible;}.lotusui_ie7 .wpthemeControlBody .lotusSection,.lotusui_ie7 .wpthemeControlBody .lotusWelcomeBox {position: static;}.wpthemePlain .wpthemeControlHeader .wpthemeMenuFocus,.wptheme_ie7 .wpthemePlain .wpthemeControlHeader .wpthemeMenuFocus {display: none;}.wptheme_ie7 .wpthemeMenuDropDown {min-height: 0;}.wpthemeMenuShow .wpthemeMenu .wpthemeMenuBorder {top: 0px; display: block;}.wpthemeMenuShow .wpthemeMenu {display: block;}.wpthemeMenuShow .wpthemeMenu .wpthemeMenuLoading {position: static;}.lotus_rtl .wpthemeMenuText {text-align: right;}.wpthemeMenu .wpthemeMenuInlineList {display: none; border: 2px solid #4B4B4B ; border: 2px solid rgba(0, 0, 0, 0.7); background-color: #fff; padding: 5px 0px; margin: 0; cursor: default; list-style-type: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);}.wpthemeMenu .wpthemeMenuInlineList li {display: inline-block; margin: 0; padding: 3px 7px;}.lotusui_ie7 .wpthemeMenu .wpthemeMenuInlineList li{display:inline-block;}.lotusui_ie .wpthemeMenu .wpthemeMenuInlineList li{display:inline;}.wpthemeMenuShow .wpthemeMenu .wpthemeMenuInlineList {display: block}.wpthemeMenuShow .wpthemeMenu {visibility: visible;}.wpthemeMenuShow .menuPointer {visibility: visible;}.wpthemeMenu .wpthemeMenuInlineList a,.wpthemeMenu .wpthemeMenuInlineList a:link,.wpthemeMenu .wpthemeMenuInlineList a:visited {text-decoration: none; background-color: #FFFFFF; color: #000000; padding: 3px 7px 3px 7px;}.wpthemeMenu .wpthemeMenuInlineList li:hover,.wpthemeMenu .wpthemeMenuInlineList li:focus,.wpthemeMenu .wpthemeMenuInlineList li:active {text-decoration: none; color: #000; background-color: #e1f4f9;}.wpthemeMenu .wpthemeMenuInlineList li.typeMenuitem {cursor: pointer;}.wpthemeMenu .wpthemeMenuInlineList li.typeHeader {font-weight: bold; color: #000; font-size: 1.05em;}.wpthemeMenu .horizontalMenuPointer {position: absolute; background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/cam_sharkfin_top.png); width: 11px; height: 9px; display: none;}.wpthemeMenuShow .wpthemeMenu .horizontalMenuPointer {display: block}.wpthemeMenu .verticalMenuPointer {position: absolute; display: none;}.wpthemeMenu .verticalMenuPointer.left , .wpthemeMenu .verticalMenuPointer.right {width: 10px; height: 13px; margin-top: -3px;}.wpthemeMenu .verticalMenuPointer.left {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/cam_sharkfin_left.png); left: -10px;}.wpthemeMenu .verticalMenuPointer.right {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/cam_sharkfin_right.png); right: -10px;}.wpthemeMenu .verticalMenuPointer.top {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/cam_sharkfin_normal_top.png); top: -10px; width : 13px; height: 10px; margin-left: -3px; margin-top: -2px;}.wpthemeMenuShow .wpthemeMenu .verticalMenuPointer {display: block;}.wpthemeMenuActive {border: 1px dashed lightblue;}
.wpthemeMenu .wpthemeMenuInlineList li {border-right: 1px solid #CCC;}.wpthemeMenu .wpthemeMenuInlineList li.wpthemeFirst {padding-left: 3px; margin-left: 4px;}.wpthemeMenu .wpthemeMenuInlineList li.wpthemeLast {padding-right: 7px; border-right: 0px;}
.wpthemeMenu div.horizontalMenuPointer {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/master.png); background-position: 0 -1044px;}.wpthemeMenu div.verticalMenuPointer.left {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/master.png); background-position: 0 -998px;}.wpthemeMenu div.verticalMenuPointer.right {background-image: url(/wps/contenthandler/gateway/!ut/p/digest!-DnTI8JRhzV6_k3fx2JzIw/dav/fs-type1/themes/OhioBusinessGateway/css/images/master.png); background-position: 0 -1021px;}.wpthemeMenu .verticalMenuPointer.top {background-image: none;}.wpthemeMenu .wpthemeMenuBorder {border: 2px solid #e0e0e0; box-shadow: none;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown {border: none; padding: 0;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li {padding: 14px 20px; margin: 0; font-size: 14px; color: #323232; border: none;}.wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li:focus, .wpthemeMenu .wpthemeMenuBorder .wpthemeMenuDropDown li:hover {background-color: #e0e0e0; margin: 0; border: 0;}.wpthemeMenu .wpthemeMenuLoading {padding: 14px 20px 14px 30px;}
/* header.stFixedNavbar {position: fixed; top: 0; left: 0; right: 0; z-index: 99;}header.stFixedNavbar .stNavigationShow {position: fixed;} */.wpthemeDraftRibbonLeft,.wpthemeDraftRibbonRight {width: 40px; height: 100%; position: fixed; top: 0; background-color: rgba(0, 0, 0, 0.6);}.wpthemeDraftRibbonLeft {border-right: 1px solid rgba(256, 256, 256, 0.6);}.wpthemeDraftRibbonRight {right: 0; border-left: 1px solid rgba(256, 256, 256, 0.6);}.wpthemeDraftRibbonLeft .wpthemeDraftText,.wpthemeDraftRibbonRight .wpthemeDraftText {font-style: italic; font-weight: bold; color: white; white-space: nowrap; position: fixed; bottom: -50px;}.wpthemeDraftRibbonLeft .wpthemeDraftText {-webkit-transform: rotate(-90deg); -webkit-transform-origin: left top; -moz-transform: rotate(-90deg); -moz-transform-origin: left top; -o-transform: rotate(-90deg); -o-transform-origin: left top; -ms-transform: rotate(-90deg); -ms-transform-origin: 0px 0px; transform: rotate(-90deg); transform-origin: left top; left: 10px;}.wpthemeDraftRibbonRight .wpthemeDraftText {-webkit-transform: rotate(-270deg); -webkit-transform-origin: right top; -moz-transform: rotate(-270deg); -moz-transform-origin: right top; -o-transform: rotate(-270deg); -o-transform-origin: right top; -ms-transform: rotate(-270deg); -ms-transform-origin: 100% 0px; transform: rotate(-270deg); -ms-transform: rotate(-270deg); -ms-transform-origin: 100% 0px; transform-origin: right top; right: 10px;}/* ========================================================================
 * bootstrap-tour - v0.12.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.tour-backdrop{position:absolute;z-index:1100;background-color:#000;opacity:.8;filter:alpha(opacity=80)}.popover[class*="tour-"]{z-index:1102}.popover[class*="tour-"] .popover-navigation{padding:9px 14px;overflow:hidden}.popover[class*="tour-"] .popover-navigation *[data-role="end"]{float:right}.popover[class*="tour-"] .popover-navigation *[data-role="prev"],.popover[class*="tour-"] .popover-navigation *[data-role="next"],.popover[class*="tour-"] .popover-navigation *[data-role="end"]{cursor:pointer}.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled{cursor:default}.popover[class*="tour-"].orphan{position:fixed;margin-top:0}.popover[class*="tour-"].orphan .arrow{display:none}.stNotice {border-radius: 2px; position: fixed; z-index: 99; top: 56px; right: -200%; min-width: 300px; background: #323232; opacity: 0.95; transition: right 0.2s ease-in;}.stNotice.open {right: 15px;}.stNotice.open:hover, .stNotice.open:focus, .stNotice.active {outline: 1px dotted #fff;}.stNotice .stNoticeClose {font-size: 24px; color: #fff; padding: 0px 15px; position: absolute; top: 0; right: 0;}.stNotice .stNoticeClose:hover {text-decoration: none; color: #fff;}.stNotice .stNoticeTitle {color: #fff; font-size: 16px; font-weight: bold; padding: 15px 25px 25px;}.stNotice .stNoticeDescription {color: #fff; padding: 0px 25px 25px;}.st-section,.st-section > *,.st-section > *:before,.st-section > *:after,.st-row > *,.st-row > *:before,.st-row > *:after,.st-col > *,.st-col > *:before,.st-col > *:after,.st-container > *,.st-container > *:before,.st-container > *:after {list-style: none; margin: 0; padding: 0; border: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}.st-section {width: 100%; margin: 0 auto; vertical-align: top; text-align: center; font-size: 0; position: relative;}.st-section-content {padding: 1rem;}.st-row {position: relative; display: block; text-align: left; font-size: 0; margin: -10px;}.st-section > .st-row {margin: 0 10px;}.st-section > .st-row.st-hidden {margin: 0;}.st-row:after {content: ''; display: inline-block; width: 100%;}.st-row-content {max-width: 1000px;}.st-row-gap {padding-top: 3rem;}.st-col {display: inline-block; width: 100%; vertical-align: top; font-size: 0; text-align: left; padding: 10px;}.st-container {width: 100%; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; font-size: 0.75rem;}.st-col-whole{width:100%;}.st-col-0-of-12{width:0%;}.st-col-1-of-12{width:8.333333333333334%;}.st-col-2-of-12,.st-col-1-of-6{width:16.666666666666668%;}.st-col-3-of-12,.st-col-1-of-4{width:25.0%;}.st-col-4-of-12,.st-col-1-of-3{width:33.333333333333336%;}.st-col-5-of-12{width:41.666666666666664%;}.st-col-6-of-12,.st-col-1-of-2{width:50.0%;}.st-col-7-of-12{width:58.333333333333336%;}.st-col-8-of-12,.st-col-2-of-3{width:66.66666666666667%;}.st-col-9-of-12,.st-col-3-of-4{width:75.0%;}.st-col-10-of-12,.st-col-5-of-6{width:83.33333333333333%;}.st-col-11-of-12{width:91.66666666666667%;}.st-col-12-of-12,.st-col-1-of-1{width:100.0%;}@media (max-width: 435px) {.st-col.st-col-hidden{display:none;}}@media (min-width: 436px) {.st-col-a-whole{width:100%;}.st-col-a-1-of-12{width:8.333333333333334%;}.st-col-a-2-of-12,.st-col-a-1-of-6{width:16.666666666666668%;}.st-col-a-3-of-12,.st-col-a-1-of-4{width:25.0%;}.st-col-a-4-of-12,.st-col-a-1-of-3{width:33.333333333333336%;}.st-col-a-5-of-12{width:41.666666666666664%;}.st-col-a-6-of-12,.st-col-a-1-of-2{width:50.0%;}.st-col-a-7-of-12{width:58.333333333333336%;}.st-col-a-8-of-12,.st-col-a-2-of-3{width:66.66666666666667%;}.st-col-a-9-of-12,.st-col-a-3-of-4{width:75.0%;}.st-col-a-10-of-12,.st-col-a-5-of-6{width:83.33333333333333%;}.st-col-a-11-of-12{width:91.66666666666667%;}.st-col-a-12-of-12,.st-col-a-1-of-1{width:100.0%;}}@media (min-width: 436px) and (max-width: 600px) {.st-col.st-col-a-hidden{display:none;}}@media (min-width: 601px) {.st-col-b-whole{width:100%;}.st-col-b-1-of-12{width:8.333333333333334%;}.st-col-b-2-of-12,.st-col-b-1-of-6{width:16.666666666666668%;}.st-col-b-3-of-12,.st-col-b-1-of-4{width:25.0%;}.st-col-b-4-of-12,.st-col-b-1-of-3{width:33.333333333333336%;}.st-col-b-5-of-12{width:41.666666666666664%;}.st-col-b-6-of-12,.st-col-b-1-of-2{width:50.0%;}.st-col-b-7-of-12{width:58.333333333333336%;}.st-col-b-8-of-12,.st-col-b-2-of-3{width:66.66666666666667%;}.st-col-b-9-of-12,.st-col-b-3-of-4{width:75.0%;}.st-col-b-10-of-12,.st-col-b-5-of-6{width:83.33333333333333%;}.st-col-b-11-of-12{width:91.66666666666667%;}.st-col-b-12-of-12,.st-col-b-1-of-1{width:100.0%;}}@media (min-width: 601px) and (max-width: 800px) {.st-col.st-col-b-hidden{display:none;}}@media (min-width: 801px) {.st-col-c-whole{width:100%;}.st-col-c-1-of-12{width:8.333333333333334%;}.st-col-c-2-of-12,.st-col-c-1-of-6{width:16.666666666666668%;}.st-col-c-3-of-12,.st-col-c-1-of-4{width:25.0%;}.st-col-c-4-of-12,.st-col-c-1-of-3{width:33.333333333333336%;}.st-col-c-5-of-12{width:41.666666666666664%;}.st-col-c-6-of-12,.st-col-c-1-of-2{width:50.0%;}.st-col-c-7-of-12{width:58.333333333333336%;}.st-col-c-8-of-12,.st-col-c-2-of-3{width:66.66666666666667%;}.st-col-c-9-of-12,.st-col-c-3-of-4{width:75.0%;}.st-col-c-10-of-12,.st-col-c-5-of-6{width:83.33333333333333%;}.st-col-c-11-of-12{width:91.66666666666667%;}.st-col-c-12-of-12,.st-col-c-1-of-1{width:100.0%;}}@media (min-width: 801px) and (max-width: 896px) {.st-col.st-col-c-hidden{display:none;}}@media (min-width: 897px) {.st-col-d-whole{width:100%;}.st-col-d-1-of-12{width:8.333333333333334%;}.st-col-d-2-of-12,.st-col-d-1-of-6{width:16.666666666666668%;}.st-col-d-3-of-12,.st-col-d-1-of-4{width:25.0%;}.st-col-d-4-of-12,.st-col-d-1-of-3{width:33.333333333333336%;}.st-col-d-5-of-12{width:41.666666666666664%;}.st-col-d-6-of-12,.st-col-d-1-of-2{width:50.0%;}.st-col-d-7-of-12{width:58.333333333333336%;}.st-col-d-8-of-12,.st-col-d-2-of-3{width:66.66666666666667%;}.st-col-d-9-of-12,.st-col-d-3-of-4{width:75.0%;}.st-col-d-10-of-12,.st-col-d-5-of-6{width:83.33333333333333%;}.st-col-d-11-of-12{width:91.66666666666667%;}.st-col-d-12-of-12,.st-col-d-1-of-1{width:100.0%;}}@media (min-width: 897px) and (max-width: 1024px) {.st-col.st-col-d-hidden{display:none;}}@media (min-width: 1025px) {.st-col-e-whole{width:100%;}.st-col-e-1-of-12{width:8.333333333333334%;}.st-col-e-2-of-12,.st-col-e-1-of-6{width:16.666666666666668%;}.st-col-e-3-of-12,.st-col-e-1-of-4{width:25.0%;}.st-col-e-4-of-12,.st-col-e-1-of-3{width:33.333333333333336%;}.st-col-e-5-of-12{width:41.666666666666664%;}.st-col-e-6-of-12,.st-col-e-1-of-2{width:50.0%;}.st-col-e-7-of-12{width:58.333333333333336%;}.st-col-e-8-of-12,.st-col-e-2-of-3{width:66.66666666666667%;}.st-col-e-9-of-12,.st-col-e-3-of-4{width:75.0%;}.st-col-e-10-of-12,.st-col-e-5-of-6{width:83.33333333333333%;}.st-col-e-11-of-12{width:91.66666666666667%;}.st-col-e-12-of-12,.st-col-e-1-of-1{width:100.0%;}}@media (min-width: 1025px) and (max-width: 1280px) {.st-col.st-col-e-hidden{display:none;}}@media (min-width: 1281px) {.st-col.st-col-f-hidden{display:none;}.st-col-f-whole{width:100%;}.st-col-f-1-of-12{width:8.333333333333334%;}.st-col-f-2-of-12,.st-col-f-1-of-6{width:16.666666666666668%;}.st-col-f-3-of-12,.st-col-f-1-of-4{width:25.0%;}.st-col-f-4-of-12,.st-col-f-1-of-3{width:33.333333333333336%;}.st-col-f-5-of-12{width:41.666666666666664%;}.st-col-f-6-of-12,.st-col-f-1-of-2{width:50.0%;}.st-col-f-7-of-12{width:58.333333333333336%;}.st-col-f-8-of-12,.st-col-f-2-of-3{width:66.66666666666667%;}.st-col-f-9-of-12,.st-col-f-3-of-4{width:75.0%;}.st-col-f-10-of-12,.st-col-f-5-of-6{width:83.33333333333333%;}.st-col-f-11-of-12{width:91.66666666666667%;}.st-col-f-12-of-12,.st-col-f-1-of-1{width:100.0%;}}.stSearch,.stSearch div{transition:width .2s ease}.stSearch{height:68px;width:54px;display:none}.stLoggedIn .stSearch{display:inherit}.stSearch div,.stSearch.open form{display:-webkit-inline-flex;display:-ms-inline-flexbox}.stNoTouch .stSearch:focus,.stNoTouch .stSearch:hover{background-color:rgba(255,255,255,.13);color:#fff;outline:0}.stSearch div{display:inline-flex;padding:13px 0;margin:0;overflow:hidden;vertical-align:middle;float:right;width:0}.stSearch form{margin-left:0;height:2em;border:none;width:100%}.stSearch.open{width:292px}.stSearch.open div{width:25.5em}.stSearch.open form{margin-left:15px;display:inline-flex}.stSearch form img{height:16px;width:16px;position:absolute;right:10px;top:22px}.stSearch input.stSearchText{background:#fff;padding:.417em 14px;border:0;float:left;height:32px;width:100%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;border-radius:18px;color:#000;font-size:14px;text-align:left;text-overflow:ellipsis}.stSearch input.stSearchText:focus{outline:0}.stSearch input.stSearchText::-webkit-input-placeholder{color:#fff;opacity:1;font-size:14px}.stSearch input.stSearchText::-moz-placeholder{color:#fff;opacity:1;font-size:14px}.stSearch input.stSearchText:-moz-placeholder{color:#fff;opacity:1;font-size:14px}.stSearch input.stSearchText:-ms-input-placeholder{color:#fff;opacity:1;font-size:14px}.stSearch form button.stSearchClear{color:#fff;background:0 0;border:none;display:inline;float:right;padding:5px 2px;font-size:14px;line-height:1}.stSearch a.stSearchButton{float:right;padding:15px 15px 10px;vertical-align:middle;display:inline-block}.stSearch a.stSearchButton:focus{color:#fff}.stSearchIcon{height:2em;width:2em;fill:#FFF}