/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header{
	background-size: cover;
}
.nav-float-right .inside-header .main-navigation{
	vertical-align: middle;
	float: none;
	display: inline-block;
	margin-left: 45px;
}
.entry-header .entry-title{
	text-align: center;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea,
.hs-faq-container label {
	color: black;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
}
h1,
h3,
h4,
h5,
h6,
input,
.menu-item a,
.xsell a {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	clear: both;
}
h2,
.specialFont,
.vfb-legend h3{
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	color: #0044cc;
	font-weight: bold;
}
h1 {
	font-weight: 600;
}
h3 {
	font-weight: 600;
}
h4 {
	font-weight: 600;
}
h5 {
	font-weight: 600;
}
h6 {
	font-weight: 600;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
.visual-form-builder .vfb-legend h3{
	color: #0044cc;
	font-size: 2em;
}
.vfb-form-success{
	font-size: 1.5em;
}
.credit{
	font-size: .8em;
}
.sorryText{
	color: red;
}
#content li,
#content li a,
#content td,
#content td a{
	font-size: 16px;
}
#content .twodigit td a{
	font-size: 18px;
}

h3.widget-title,
#menu-main-menu a,
.sidebar-container a,
.widget-title a{
	 color: #0044cc;
}
.widget-title{
	border-bottom-color: #0044cc;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	text-align: center;
}
.widget_recent_entries ul li{
	margin-bottom: 10px;
}
.expiring{
	color: red;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
select{
	padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#menu-main-menu li.menu-item-1973 a,
#menu-main-menu li.menu-item-2821 a,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
#menu-item-9938,
#menu-top-page-menu li,
.lrm-form a.button,
.lrm-form button,
.lrm-form button[type=submit]{
	background-color: #0044cc;
	color: white;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 12px;
	margin-bottom: 12px;
	font-size: 1.1em;
	transition: all 0.5s ease-in-out 0s;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
}
input[type='submit']:hover,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='button']:hover,
input[type='button']:focus,
button:hover, button:focus,
.page-links a:hover,
.page-links a:focus,
.wp-calendar td.has-posts a:hover,
.wp-calendar td.has-posts a:focus,
#comments-number > .wrap,
#reply-title > .wrap,
.attachment-meta-title > .wrap,
.widget_search > .search-form,
#menu-sub-terms li a:hover,
#menu-sub-terms li a:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
#menu-item-9938:hover,
.lrm-form a.button:hover,
.lrm-form a.button:focus,
.lrm-form button:hover,
.lrm-form button:focus,
.lrm-form button[type=submit]:hover,
.lrm-form button[type=submit]:focus{
	background-color: #5d5fd5;
	background-color: rgba( 0, 68, 204, 0.8 );
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	      -o-transition:  all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
#qstate{
	display: block;
	float: right;
	width: 60%;
	margin-right: 9px;

}
#menu-top-page-menu li{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0;
}
#menu-item-9938{
	margin: inherit;
	font-weight: bold;
	height: inherit;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	height: 30px;
	margin: 0;
}
.woocommerce .price{
	margin: 0;
}
.woocommerce .quantity .qty{
	padding: 0;
}
button:disabled,
button[disabled]{
	background-color: rgba( 0, 68, 204, 0.2 );
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	padding: 3px;
}
input#cpage{
	max-width: 4ch;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
form.naicsSearch input{
	width: 45%;
	margin-right: 2%;
	margin-top: 0;
}
form.naicsSearch input.btn-medium{
	width: 22%;
}
#content .gform_wrapper .gfield_checkbox li label,
#content .gform_wrapper .gfield_radio li label{
	font-size: 1.1em;
}
.gfield_label{
	text-decoration: underline;
}
.form_no_underline .gfield_label{
	text-decoration: none;
}
.gfield_required{
	text-decoration: underline;
	text-decoration-color: white;
}
#gform_wrapper_29{
	padding: 0 10px 0 10px;
}
#field_29_1,
#field_29_2{
	padding: 0;
}
#field_29_1 .gfield_label,
#field_29_2 .gfield_label{
	display: none;
}
#gform_submit_button_29{
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}
#gform_29 .gform_footer{
	margin-top: 0;
}
#gform_confirmation_message_29{
	color: white;
	padding: 0 10px 0 10px;
}
.apiForm{
	display: inline-block;
	vertical-align: top;
}
div.apiForm{
	margin-left: 3%;
}
.apiForm h3{
	margin-top: 0;
}
#loginform,
.apiFormVertical{
	display: table;
	max-width: 50%;
}
.apiFormVertical{
	max-width: 100%;
}
#loginform p,
.apiFormVertical p{
	display: table-row;
}
#loginform input,
#loginform label,
.apiFormVertical input,
.apiFormVertical label{
	display: table-cell;
	vertical-align: middle;
}
#loginformn input[type="text"],
.apiFormVertical input[type="text"]{
	padding-top: 1px;
	padding-bottom: 1px;
}
.columnForm{
	min-height: 294px;
}
.flat-form-container{
	min-height: 200px;
}
.flatColumnForm{
	text-align: left;
}
.flatColumnForm .narrow{
	width: 30%;
}
.flatColumnForm p,
.flat-form-container p{
	margin-bottom: 2px;
	width: 100%;
}
#loginform label,
.apiFormVertical label,
.columnForm label,
.flatColumnForm label{
	font-weight: bold;
	padding-right: 5px;
}
.flatColumnForm label{
	display: inline-block;
	text-align: left;
	width: 42%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flatColumnForm input{
	display: inline-block;
	position: relative;
	width: 52%;
}
.flatColumnForm input[type="submit"]{
	width: auto;
}
.flatColumnForm span{
	white-space: nowrap;
}
.columnForm p{
	margin-bottom: 5px;
}
.one-fourth input{
	width: 100%;
}
.floatInputs label{
	display: inline-block;
	white-space: nowrap;
	width: 24%;
	margin-bottom: 5px;
}
.floatInputs label input{
	float: right;
	width: 100%;
}
.horzontalCheckBox label{
	margin-right: 10px;
	padding-left: 2px;
}
.formlegend{
	margin-top: 1em;
}
.formlegend fieldset{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 5px;
}
.formlegend label{
	margin-left: 3px;
	margin-bottom: 5px;
	vertical-align: middle;
}
#dwnldcsv{
	clear: both;
}
body.logged-in li.lrm-hide-if-logged-in a{
	display: none;
}
body.logged-in li [class*='lrm-hide-if-logged-in'] a{
	display: none;
}
[data-tip] {
    position:relative;

}
[data-tip]:before {
    content:'';
    /* hides the tooltip when not hovered */
    display:none;
    content:'';
    display:none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position:absolute;
    top:36px;
    left:15px;
    z-index:8;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
[data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top:41px;
    left:0px;
    padding:5px 8px;
    background:#1a1a1a;
    color:#fff;
    z-index:9;
    font-size: 0.75em;
    height:18px;
    line-height:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:nowrap;
    word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display:block;
}

/* Table classes */

.table,
.sixDigitTable {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.sixDigitTable > thead > tr > th,
.sixDigitTable > tbody > tr > th,
.sixDigitTable > tfoot > tr > th,
.sixDigitTable > thead > tr > td,
.sixDigitTable > tbody > tr > td,
.sixDigitTable > tfoot > tr > td, {
  padding: 8px;
  line-height: 1.4em;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.sixDigitTable > thead > tr > th,
.sixDigitTable > tbody > tr > th,
.sixDigitTable > tfoot > tr > th,
.sixDigitTable > thead > tr > td,
.sixDigitTable > tbody > tr > td,
.sixDigitTable > tfoot > tr > td{
	padding: 2px;
	border: 1px solid #dddddd;
}
.table > thead > tr > th,
.sixDigitTable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > tbody + tbody,
.sixDigitTable > tbody + tbody,
#naicsSearchResultsTable th {
  border-top: 2px solid #dddddd;
}
#naicsSearchResultsTable{
	border-top: none;
}
.resultsMainTable table.table,
.resultsSideTable table.table{
	border: 2px solid #dddddd;
	border-right-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.sixDigitTable > tbody > tr:nth-child(odd) > td,
.sixDigitTable > tbody > tr:nth-child(odd) > th {
  background-color: #f2f2f2;
}
.topCompanies > tbody > tr:nth-child(odd) > td,
.topCompanies > tbody > tr:nth-child(odd) > th {
  background-color: #dfffdf;
}
.table td.last_child{
	text-align: right;
}
td.first_child{
	font-weight: bold;
}
th {
	font-weight: bold;
	text-decoration: underline;
}
th.last_child{
	text-align: right;
}
.table-striped > tbody > tr > th.blankCell,
.table-striped > tbody > tr > td.blankCell{
	border: none;
	background-color: white;
	width: 20px;
}
.apiTable{
	border-collapse: collapse;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 2px;
}
.apiTable th,
.apiTable td{
	padding: 4px;
	border: 1px solid gray;
	white-space: nowrap;
}
.crosswalk tr td{
	font-weight: bold;
}
.noWrap{
	white-space: nowrap;
}
.setWidth{
	width: 125px;
}
#searchResultsTable{
	display: block;
	overflow: auto;
	margin-top: 10px;
}
#searchResultsTable.toolTable{
	display: table;
}
#searchResultsTable th{
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
}
#searchResultsTable th.searchTerms,
#appendSearchResults th.searchTerms{
	background-color: #cedeae;
}
#searchResultsTable th.matchData,
#appendSearchResults th.matchData{
	background-color: #c8d1de;
}
#searchResultsTable th.appendData,
#appendSearchResults th.appendData{
	background-color: #c0b2d1;
}
#searchResultsTable tr:nth-child(odd) > td.appendData,
#appendSearchResults tr:nth-child(odd) > td.appendData{
	background-color: #e7e2ee;
}
#searchResultsTable tr:nth-child(even) > td.appendData,
#appendSearchResults tr:nth-child(even) > td.appendData{
	background-color: #f4f2f7;
}
#searchResultsTable tr:nth-child(odd) > td.matchData,
#appendSearchResults tr:nth-child(odd) > td.matchData{
	background-color: #d8dee8;
}
#searchResultsTable tr:nth-child(even) > td.matchData,
#appendSearchResults tr:nth-child(even) > td.matchData{
	background-color: #e8ecf1;
}
#searchResultsTable tr:nth-child(odd) > td.searchTerms,
#appendSearchResults tr:nth-child(odd) > td.searchTerms{
	background-color: #e4edd2;
}
#searchResultsTable tr:nth-child(even) > td.searchTerms,
#appendSearchResults tr:nth-child(even) > td.searchTerms{
	background-color: #eff4e4;
}
ul.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    //@include border-radius(5px);
    @include box-shadow( rgba(0, 0, 0, 0.1) 0 5px 10px );
    @include background-clip(padding-box);
    *border-right-width: 2px;
    *border-bottom-width: 2px;

    li.ui-menu-item{
        padding:0 .5em;
        line-height:2em;
        font-size:.8em;
        &.ui-state-focus{
            background: #F7F7F7;
        }
    }

}

.ui-menu-item{
	list-style-type: none;
	padding: 10px;
}

.ui-menu-item:hover{
	background: #F1F1F1;
}
.invisible{
	visibility: hidden;
}
#searchResultsDiv2 table tr td button{
	display: block;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
	font-size: 15px;
}
#searchResultsDiv2 table tr td button.noDisplay{
	display: none;
}
.companyDetail{
	width: 450px;
	border: black 2px solid;
	border-collapse: collapse;
	float: left;
	margin: 10px 10px 10px 0;
}
.topCompanyDetail{
	width: 100%;
	max-width: 580px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.topCompanyDetail tr td{
	line-height: 1.8em;
}
.companyDetail td{
	padding: 0 4px;
	border:	black 1px solid;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.companyDetail td.half{
	width: 50%;
}
.companyDetail td.autowidth{
	width: 33%;
}
.companyDetail td.doubleHeight{
	height: 49px;
}
#globalBatch td{
	text-align: center;
}
#globalBatch input[type="submit"]{
	margin: 0;
}
#top100table{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 100%;
}
#top100table th,
.searchResults th,
#sicCrossTable th{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
#searchResultsDiv,
#searchResultsDiv2,
#sicCrossRes{
	height: 410px;
	border: 5px double #36454f;
	margin-top: 5px;
}
#searchResultsDiv2{
	box-sizing: border-box;
	height: auto;
	overflow-y: auto;
}
#sicCrossRes{
	display: flex;
	flex-direction: column;
}
#sicCrossRes.placeholder{
	display: block;
}

#searchResultsDiv.longList,
#searchResultsDiv.longList .resultsMainTable,
#sicCrossRes.longList,
#sicCrossRes.longList.resultsSideTable {
	height: auto;
	max-height: none;
	min-height: 350px;
}
.placeholder h1,
.placeholder h3,
.placeholder h4,
.searchError h3,
.searchError h4,
.searchError{
	transform: translateY(-280px);
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	color: #0000db;
	padding: 5px;
	margin: auto;
	text-align: center;
	width: 50%;
	background-color: white;
	min-width: 209px;
	border: black 2px solid;
}
.searchError h3,
.searchError h4{
	border: none;
	transform: none;
}
.searchError{
	width: 90%;
	padding: 0;
	margin: auto;
	border: black 2px solid;
}
.placeholder h4,
.searchError h4{
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 auto;
	padding: 10px 0;
}
#content .searchError h4 a{
	font-size: inherit;
	text-decoration: underline;
}
.resultsMainTable,
.resultsSideTable{
	max-height: 410px;
}
#searchResultsDiv2.placeholder{
	max-height: 350px;
	overflow-y: hidden;
}
#searchResultsDiv2{
	max-height: none;
}
#crosswalkContainer{
	max-height: 383px;
}
.resultsMainTable,
#crosswalkContainer{
	overflow-y: scroll;
}
#searchResultsDiv2 #crosswalkContainer{
	max-height: none;
	height: auto;
	overflow-y: auto;
}
.resultsMainTable.placeholder{
	overflow-y: hidden;
}
#sideTableTitle{
	width: 100%;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
	margin-top: auto;
	border-top: 2px solid black;
}
.resultsMainTable.noOverflow,
.resultsSideTable.noOverflow{
	overflow: hidden;
}
#naicsSearchResultsTable,
#sicCrossTable{
	margin-bottom: 0;
	border: none;

}
.resultsMainTable table,
.resultsSideTable table{
	border: none;
}
.searchTable{
	display: flex;
	width: 98%;
	float: left;
}
.searchTable a{
	text-decoration: underline;
}
.searchbarNAICS div,
.searchbarSIC div,
.searchTable div{
	padding: 3px 1%;
	height: 36px;
	line-height: 36px;
	border: 1px solid black;
	border-right-width: 0;
	white-space: nowrap;
}
.searchbarNAICS div,
.searchbarSIC div{
	display: flex;
	border: none;
}
.searchTable div:last-child{
	border-right-width: 1px;
}

.searchTable div.inputDiv{
	width: 20%;
}
.searchbarNAICS div.inputDiv,
.searchbarSIC div.inputDiv{
	width: 75%;
	border-left: 2px solid black;
}
.mini{
	width: 100%;
}
.searchbarNAICS div.titleDiv,
.searchbarSIC div.titleDiv,
.searchbarNAICS div.inputDiv,
.searchbarSIC div.inputDiv,
.mini input,
.mini button{
	box-sizing: border-box;
	border: 2px solid #0000db;
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 4px 0;
	height: 52px;
}
.mini button:hover,
.buttonlist button:hover{
	background-color: #800080;
	border-left-color: #800080;
}
.mini input[type="text"]:focus{
	border-color: #0000db;
}
.mini .mini_search_input{
	padding-left: 20px;
	border-radius: 26px 0 0 26px;
	width: 75%;
}
.mini button,
.searchbarNAICS div.titleDiv,
.searchbarSIC div.titleDiv{
	border-radius: 0 26px 26px 0;
	background-color: #0000db;
	min-width: 25%;
	white-space: nowrap;
}
.searchbarNAICS,
.searchbarSIC{
	box-sizing: border-box;
	display: flex;
}
.searchbarNAICS div,
.searchbarSIC div{
	align-items: center;
}
.searchbarNAICS div.titleDiv:hover,
.searchbarSIC div.titleDiv:hover{
	cursor: default;
}
.searchbarNAICS div.inputDiv input,
.searchbarSIC div.inputDiv input,
.searchbarSIC div.inputDiv input:focus{
	width: 100%;
	border: none;
}
.searchTable div.titleDiv{
	width: 15%;
}
#naics_words,
#sic_words{
	border: none;
	padding-left: 20px;
	border-radius: 1000px 0 0 1000px;
}
.searchbarNAICS h2,
.searchbarSIC h2{
	line-height: 32px;
	color: white;
	font-weight: normal;
	width: 100%;
	text-align: center;
	font-size: 1em;
}
.searchTable h2{
	line-height: 36px;
}
form.naicsSearchInput{
	width: 100%;
}
.searchTable td button{
	margin-bottom: 0;
	font-size: 16px;
}
.searchbarNAICS,
.searchbarSIC{
	margin: 0;
	border: 2px solid black;
}
.searchbarNAICS div.inputDiv,
.searchbarSIC div.inputDiv{
	border: 2px solid #0000db;
	border-radius: 1000px 0 0 1000px;
	padding: 0;
}
.searchbarNAICS,
.searchbarSIC{
	border: none;
}
#content .resultsMainTable a,
#content .resultsSideTable a,
#content .resultsMainTable th,
#content .resultsSideTable th{
	font-size: 15px;
}
#content #searchResultsDiv2 th{
	font-size: 19px;
}
#content #searchResultsDiv2 td{
	padding-bottom: 4px;
	padding-top: 4px;
}
.searchResults .sic_cross th{
	position: relative;
}
.selected{
	background-color: #b7e8dc;
}
#searchResultsDiv2 #crosswalkContainer .selected{
	background-color: inherit;
}
/* Standard Column classes */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 1%;
}
.textalignright{
	text-align: right;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47%;
}

.one-third,
.two-sixths {
	width: 30%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 22%;
}

.three-fourths {
	width: 74.35897435897435%;
}

.one-fifth {
	width: 17.94871794871795%;
}

.two-fifths {
	width: 38%;
}

.three-fifths {
	width: 58%;
}

.four-fifths {
	width: 79.48717948717949%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}

.vertical-spacer {
	clear: both;
	margin-bottom: 30px;
}

.columns-container {
	clear: both;
	overflow: hidden;
}
.narrowcontent{
	width: 84%;
	margin: 0 auto;
}
.bolded{
	font-weight: bold;
}
.hasborder{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 10px;
	margin-bottom: 10px;
}
.bottomborder{
	border-bottom-width: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.bordered,
.entry-title{
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	-moz-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background: white;
	border-left: 1px solid #ececec;
	border-radius: 8px;
	border-right: 1px solid #ececec;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	text-align: center;
	border-top-width: 4px;
	padding: 5px 1%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-top: 3px solid black;
	border-bottom: 4px solid black;
}
.small_margin{
	margin-top: 10px;
	margin-bottom: 10px;
}
.bordered p{
	text-align: left;
}
.bordered h6,
.bordered h6 a{
	font-weight: 700;
}
.bordered ul{
	text-align: left;
}
.onecolumn{
	width: 97.9%;
	margin-right: 1%;
	margin-left: 1%;
	min-height: 20px;
}
.onecolumn h5{
	margin-top: .2em;
	margin-bottom: .2em;
}
.twocolumn{
	width: 45.5%;
	margin-left: 2%;
	margin-right: 2%;
	min-height: 170px;
}
.nomin{
	min-height: 20px;
}
.center,
p.center{
	text-align: center;
}
.threecolumn{
	width: 30.9%;
	margin-left: 1%;
	margin-right: 1%;
}
.fourcolumn{
	width: 25%;
	padding-left: 1%;
	padding-right: 1%;
}
#post-1413 .twocolumn{
	min-height: 190px;
}
.blue{
	border-top-color: #04c;
	border-bottom-color: #04c;
}
#content .blue h6,
#content .blue h6 a{
	color: #04c;
}
.xsell.blue a{
	background-color: #04c;
	color: white;
}
.bured{
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}
#content .bured h6,
#content .bured h6 a{
	color: #CC0000;
}
.xsell.bured a{
	background-color: #CC0000;
	color: white;
}
.lavender{
	border-top-color: #8657b0;
	border-bottom-color: #8657b0;
}
#content .lavender h6,
#content .lavender h6 a{
	color: #8657b0;
}
.xsell.lavender a{
	background-color: #8657b0;
}
.green{
	border-top-color: #4bac26;
	border-bottom-color: #4bac26;
}
#content .green h6,
#content .green h6 a{
	color: #4bac26;
}
.xsell.green a{
	background-color: #4bac26;
}
.xsell.green a:visited{
	color: white;
}
.yellow{
	border-top-color: #c4ba00;
	border-bottom-color: #c4ba00;
}
.gray,
.grey{
	border-top-color: #bfc1c0;
	border-bottom-color: #bfc1c0;
}
#content .yellow h6,
#content .yellow h6 a{
	color: #c4ba00;
}
.xsell.yellow a{
	background-color: #c4ba00;
}
.entry-content .soliloquy-container{
	display: block;
	margin: 0 auto;
}
.entry-meta{
	margin-bottom: 20px;
}
.xsell{
	height: 270px;
	position: relative;
}
.xsell a{
	display: block;
	position: absolute;
	bottom: 2px;
	color: white;
	font-size: 16px;
	padding: 4px 12px;
	border-radius: 4px;
	border: none;
}
.xsell.green a:hover,
.xsell.green a:focus,
.xsell.yellow a:hover,
.xsell.yellow a:focus,
.xsell.blue a:hover,
.xsell.blue a:focus,
.xsell.bured a:hover,
.xsell.bured a:focus,
.xsell.lavender a:hover,
.xsell.lavender a:focus{
	background-color: #595959;
	color: white;
}
.table-striped .sic_cross .filler{
	background-color: transparent;
	border-top: none;
	border-bottom: none;
}
.resultsMainTable{
	width: 62%;
	float: left;
}
.resultsMainTable.fullwidth{
	width: 100%;
	float: none;
}
.resultsSideTable{
	width: 32%;
	margin-right: 2%;
	float: right;
}
.twodigit{
	max-width: 960px;
}
.pagination{
	text-align: center;
}
.pagination form{
	display: inline;
	margin-left: 10px;
}
.pageof{
	padding-right: 20px;
}
.buttonlistcontainer ul{
	display: inline-block;
	float: left;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
}
.naics.buttonlist{
	column-count: 2;
	column-gap: 10px;
}
.naics.buttonlist,
.naicsheader{
	width: 62%;
}
.sic.buttonlist,
.sicheader{
	width: 33%;
	margin-left: 1%;
}
.buttonlistcontainer.singlecat ul{
	width: 66%;
	column-count: 2;
}
.buttonlistheader.singlecat .naicsheader,
.buttonlistheader.singlecat .sicheader{
	width: 100%;
}
.buttonlist li{
	width: 100%;
	margin-bottom: 12px;
	display: flex;
}
.buttonlist li div.button,
.buttonlist li div.button button,
.buttonlist li div.sicdigits,
.buttonlist li div.sicdigits button{
	white-space: normal;
	background: #0000db;
	border: 2px solid #0000db;
	border-radius: 0 1000px 1000px 0;
	padding: 6px 5px;
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
	height: 64px;
}
.buttonlist li div.button button{
	display: flex;
	width: 100%;
}
.buttonlist li a{
	color: white;
	font-weight: bold;
	-ms-flex-align: center;
	vertical-align: middle;
}
.buttonlist li div.button{
	width: 85%;
	padding: 0;
}
.sic.buttonlist .button button,
.sic.buttonlist .button{
	background-color: #74187c;
	border-color: #74187c;
}
.buttonlist li div.sicdigits,
.buttonlist li div.sicdigits button{
	border: 2px solid black;
	border-radius: 1000px 0 0 1000px;
	background-color: black;
	width: 15%;
	min-width: 69px;
	text-align: left;
	vertical-align: middle;
	padding: 0 6px 0 6px;
	white-space: nowrap;
}
.buttonlist li div.button button,
.buttonlist li div.sicdigits button{
	display: flex;
	width: 100%;
}
.buttonlist li div.button button:hover{
	background-color: #4ea5bc;
	border-color: #4ea5bc;
}
.buttonlist button a,
.buttonlist button a:hover,
.buttonlist button a:visited{
	color: white;
	line-height: 1em;
}
.buttonlistheader h2,
.naicsheader,
.sicheader{
	display: inline-block;
	text-align: center;
	text-decoration: underline;
	color: black;
	margin: 10px 0 34px 0;
}

/*--------------------------------------------------------------
10.25 Tabby Responsive Tabs
--------------------------------------------------------------*/

/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */

.responsive-tabs .responsive-tabs__heading {
	display: none;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 12px;
	padding: 0;
}

.responsive-tabs .responsive-tabs__list__item {
	background: #d6f0f9;
	border: 1px solid #000000;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: black;
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 18px 10px;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
	color: #333;
	background: #999999;
	font-style: italic;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #fff;
	border-color: #ddd;
	color: #0069cc;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	top: 1px;
}

.responsive-tabs .responsive-tabs__panel {
	background: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 20px 20px 0;
	word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.tabcontent{
	overflow-x: scroll;
}
.floatRight{
	float: right;
}
#filtersort div{
	padding: 3px 5px;
}
#filtersort form{
	float: right;
}
#filtersort button{
	margin-left: 3px;
}
form#pagenumber{
	display: inline;
	margin: 0;
	float: none;
}
/* Media Queries
--------------------------------------------- */
@media (max-width: 1320px){
	.nav-float-right .inside-header .main-navigation{
		margin-left: 0;
	}
}
@media (max-width: 1220px){
	.nav-float-right .inside-header .main-navigation{
		margin-top: 10px;
	}
}
@media (max-width: 1150px){
	.responsive-tabs .responsive-tabs__list__item{
		border: 1px solid black;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-bottom: 10px;
		color: #0044cc;
	}
	.responsive-tabs .responsive-tabs__list__item--active,
	.responsive-tabs .responsive-tabs__list__item:hover{
		background-color: #ffa000;
	}
	.responsive-tabs .responsive-tabs__list__item:hover{
		color: #0044cc;
	}
	.entry-content .one-fourth.first form,
	.entry-content .one-fourth.second form{
		min-height: 110px;
	}
	.entry-content .one-fourth.third form,
	.entry-content .one-fourth.fourth form{
		min-height: 294px;
	}
	.entry-content .one-fourth{
		margin: 0;
		width: 50%;
	}
}
@media (max-width: 800px){
	.flat-form-container{
		height: auto;
	}
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}
@media (max-width: 780px){
	.nav-float-right .inside-header .main-navigation{
		display: block;
	}
}
@media (min-width: 768px) {

	.responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {

	.responsive-tabs .responsive-tabs__list {
		display: none;
	}

	.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs-wrapper {
		border-top: 1px solid #ccc;
	}

	.responsive-tabs .responsive-tabs__heading {
		background: #fff;
		border: 1px solid #ccc;
		border-top: none;
		color: #777;
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	.responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 11px;
		display:none;
		}

	.responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #777;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0;
		width: 0;
	}

	.responsive-tabs .responsive-tabs__heading:hover {
		background: #eee;
		color: #777;
	}

	.responsive-tabs .responsive-tabs__heading:hover:after {
		border-top: 6px solid #777;
	}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #ccc;
		color: #fff;
	}

	.responsive-tabs .responsive-tabs__heading--active:after,
	.responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	.responsive-tabs .responsive-tabs__panel {
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}
	.entry-content .one-fourth form{
		min-height: 0;
	}
	.entry-content .one-fourth{
		margin: 0;
		width: 100%;
	}
}
@media (max-width: 1442px) {
	.searchbarNAICS h2,
	.searchbarSIC h2,
	.searchTable h2{
		font-size: 20px;
	}
	.searchbarNAICS h2,
	.searchbarSIC h2{
		line-height: 36px;
	}
	.searchbarNAICS div,
	.searchbarSIC div,
	.searchTable div{
		padding: 2px .5%;
	}
}
@media (max-width: 1292px) {
	.mini .mini_search_input{
		width: 65%;
	}
	.mini button{
		width: 35%;
	}
}
@media (max-width: 1245px) {
	.searchbarNAICS h2,
	.searchbarSIC h2,
	.searchTable h2{
		font-size: 18px;
	}
	.searchTable div{
		padding: 2px .5%;
		font-size: 15px;
	}
	.buttonlistcontainer.singlecat ul{
		width: 90%;
		column-count: 2;
	}
	.naics.buttonlist,
	.naicsheader{
		width: 100%;
	}
	.sic.buttonlist,
	.sicheader{
		width: 100%;
		margin-left: 0;
		column-count: 2;
	}
}
@media (max-width: 1180px) {
	.searchbarNAICS div.titleDiv,
	.searchbarSIC div.titleDiv{
		width: 20%;
	}
	.searchbarNAICS div.inputDiv,
	.searchbarSIC div.inputDiv{
		width: 79%;
	}
}
@media (max-width: 1044px) {
	.searchTable h2{
		line-height: 1em;
	}
	.searchTable div{
		display: flex;
		align-items: center;
		height: auto;
		white-space: normal;
		line-height: 1em;
	}
	.searchTable div button{
		margin: 0;
	}
}
@media (max-width: 925px) {
	.mini .mini_search_input,
	.mini butto{
		width: 50%;
	}
	.buttonlistcontainer.singlecat ul{
		width: 90%;
		column-count: 1;
	}
}
@media (max-width: 768px) {
	.searchbarNAICS div.titleDiv,
	.searchbarSIC div.titleDiv,
	.searchbarNAICS div.inputDiv,
	.searchbarSIC div.inputDiv,
	.searchbarNAICS,
	.searchbarSIC,
	.searchTable{
		width: 100%;
		border-left: none;
	}
	#sicCrossRes,
	#searchResultsDiv{
		flex-direction: column;
		width: 99%;
		margin-right: 0;
	}

}