/* Mixins, Defaults */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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; }

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

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    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; }

.img-responsive, .container-fluid img, .post .article-image img, #slideshow .item img, .full_width_block .block img, .two_column_block .block img, .three_column_block .block img {
  display: block;
  width: 100% \9;
  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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  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; }

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: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .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,
  h3 .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, .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%; }

cite {
  font-style: normal; }

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 {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.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; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.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 #eeeeee; }

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

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

.list-inline {
  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: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

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'; }

blockquote:before,
blockquote:after {
  content: ""; }

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%;
    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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, #homeBottom #homeRight .home-sidebar-post-area, .interior-content, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row, body.search .result-wrapper, ul.products {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, #homeBottom #homeRight .home-sidebar-post-area:before, .interior-content:before, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header:before, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row:before, body.search .result-wrapper:before, ul.products:before, .row:after, #homeBottom #homeRight .home-sidebar-post-area:after, .interior-content:after, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header:after, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row:after, body.search .result-wrapper:after, ul.products:after {
    content: " ";
    display: table; }
  .row:after, #homeBottom #homeRight .home-sidebar-post-area:after, .interior-content:after, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header:after, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row:after, body.search .result-wrapper:after, ul.products:after {
    clear: both; }

.col-xs-1, .col-sm-1, .comments-template #comments ul.comment-list li.comment .comment-left-column, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-left-column, #tribe-events-content .tribe-events-loop .type-tribe_events .date_block, .col-md-1, .col-lg-1, .col-xs-2, .comments-template #comments ul.comment-list li.comment .comment-left-column, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-left-column, #tribe-events-content .tribe-events-loop .type-tribe_events .date_block, .col-sm-2, #topNav #topNavLeft, .col-md-2, #leftBar, footer #footerTop .footer_left, footer #footerTop .footer_right, .col-lg-2, .col-xs-3, #homeBottom #homeRight #homeEvents .home_event .home_event_date, .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--image, .col-sm-3, #homeBottom #homeRight #homeEvents .home_event .home_event_date, .cta_block .cta-wrapper .cta-image, .post_feed_block.right_widget .left_col .post-feed-block-post .article-image-holder, .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-image-holder, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-image-holder, ul.products .product, .col-md-3, footer #footerBottom .socialMedia, #bio_content_left, .deals_and_comps .deal_container, .post_feed_block .post-feed-block-post, .col-lg-3, #homeBottom #homePromoTop .promo_text, #homeBottom #homePromoTop .promo_button, #homeBottom #homeRight, .col-xs-4, #homeBottom #homeRight .home-sidebar-post-area .home-sidebar-post, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header .rw_scoreboard_header_right, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_num, .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post, .col-sm-4, #homeBottom #homeRight, .interior-content.hasRightCol #sidebar, .interior-content.hasLeftAndRightCols #sidebar, #bio_header_left, #bio_content_left, .single-deals_and_comps #expanded_top .left, .single-deals_and_comps #interior .interior-content .mainContent, .single-deals_and_comps #interior .interior-content .calculator, .single-deals_and_comps #interior .interior-content #sidebar, .single-deals_and_comps #deal_bottom .right, .entry.hub .hub_container, .recruiting_scorecard_container #sidebar,
.recruiting_wires_container #sidebar, #recruiting_scorecard .rw_scoreboard_col, #locations_list, .three_column_block .block, .cta_block .cta-wrapper .cta-button, .blurbs_block .blurb-col, .post_feed_block.feed_count_3 .post-feed-block-post, .post_feed_block.left_featured_three_col .featured_col, .post_feed_block.left_featured_three_col .second_col, .col-md-4, .single-deals_and_comps #deal_bottom .right, .post_feed_block .homeFeatured .homeFeaturedRight, .col-lg-4, .col-xs-5, .col-sm-5, .post .article-image, .two_column_block.gallery-section .block.text, .cta_block .cta-wrapper .cta-content, .offset_cta_block .offset-cta-wrapper .cta-right-content, .post_feed_block.right_widget .right_col, .post_feed_block.left_featured_two_col .featured_col, .col-md-5, footer #footerTop .footer_middle, #hub_download .hub_file, .col-lg-5, .col-xs-6, .col-sm-6, .post--bio.bio, .deals_and_comps .deal_container, .two_col_code_block .block.code, .post_feed_block .post-feed-block-post, .post_feed_block.feed_count_2 .post-feed-block-post, .col-md-6, .single-deals_and_comps #deal_bottom .left, #recruiting_wire_facets .rw_facets_left,
#recruiting_wire_facets .rw_facets_right, .col-lg-6, #homeBottom #homePromoTop .promo_title, .col-xs-7, .col-sm-7, .post .article-content, .two_column_block .block.text, .two_column_block .block.image, .two_column_block .block.video, .two_column_block.gallery-section .block.gallery, .offset_cta_block .offset-cta-wrapper .cta-left-content, .post_feed_block.right_widget .left_col, .post_feed_block.left_featured_two_col .second_col, .col-md-7, #hub_download .hub_file_desc, .col-lg-7, .col-xs-8, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header .rw_scoreboard_header_left, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_title, .col-sm-8, #homeBottom #homeLeft, .interior-content.hasRightCol #content, .interior-content.hasLeftAndRightCols #content, #bio_header_right, #bio_content_right, .author_articles_container .author_articles, .single-deals_and_comps #expanded_top .right, .single-deals_and_comps #deal_bottom .left, .recruiting_scorecard_container #content,
.recruiting_wires_container #content, #faqBlock .group-holder .faqItem, #locations_map, .full_width_block .block.testimonial, .col-md-8, .post_feed_block .homeFeatured .homeFeaturedLarge, .col-lg-8, .col-xs-9, #homeBottom #homeRight #homeEvents .home_event .home_event_title, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-right-column, .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--content, .col-sm-9, #homeBottom #homeRight #homeEvents .home_event .home_event_title, .post_feed_block.right_widget .left_col .post-feed-block-post .article-content, .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-content, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-content, .col-md-9, footer #footerBottom .copyright, #bio_content_right, .col-lg-9, #homeBottom #homeLeft, .col-xs-10, #topNav #topNavRight, .comments-template #comments ul.comment-list li.comment .comment-right-column, #tribe-events-content .tribe-events-loop .type-tribe_events .post_content, .col-sm-10, #topNav #topNavRight, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-right-column, .col-md-10, .interior-content.hasLeftCol #right, .interior-content.hasLeftAndRightCols #right, .col-lg-10, .col-xs-11, .col-sm-11, .comments-template #comments ul.comment-list li.comment .comment-right-column, #tribe-events-content .tribe-events-loop .type-tribe_events .post_content, .col-md-11, .col-lg-11, .col-xs-12, #topNav #topNavLeft, #homeBottom #homePromoTop .promo_title, #homeBottom #homePromoTop .promo_text, #homeBottom #homePromoTop .promo_button, #homeBottom #homeLeft, #homeBottom #homeRight, #homeBottom #homeRight .home-sidebar-post-area .home-posts-title, #homeBottom #homeRight #homeWireFeed .post .article-content, .interior-content.hasNoLeftOrRightCols #right, .interior-content.hasNoLeftOrRightCols #content, .interior-content.hasLeftCol #right, .interior-content.hasLeftCol #content, .interior-content.hasRightCol #right, .interior-content.hasLeftAndRightCols #right, footer #footerTop .footer_left, footer #footerTop .footer_middle, footer #footerTop .footer_right, footer #footerBottom .copyright, footer #footerBottom .socialMedia, .post--bio.bio, #bio_header_left, #bio_header_right, #bio_content_left, #bio_content_right, .author_articles_container .author_articles, .deals_and_comps .deal_container, .single-deals_and_comps #expanded_top .left, .single-deals_and_comps #expanded_top .right, .single-deals_and_comps #interior .interior-content .deal_title, .single-deals_and_comps #interior .interior-content .mainContent, .single-deals_and_comps #interior .interior-content .calculator, .single-deals_and_comps #interior .interior-content #sidebar, .single-deals_and_comps #deal_bottom .left, .single-deals_and_comps #deal_bottom .right, .entry.hub .hub_container, #hub_download .hub_download_title, #hub_download .hub_file_desc, #hub_download .hub_file, .recruiting_scorecard_container #content,
.recruiting_wires_container #content, .recruiting_scorecard_container #sidebar,
.recruiting_wires_container #sidebar, #recruiting_scorecard .rw_scoreboard_col, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_link, #recruiting_scorecard.full .rw_scoreboard_col, #recruiting_scorecard.full .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_divider, #recruiting_wire_facets .rw_facets_left,
#recruiting_wire_facets .rw_facets_right, .post .article-image, .post .article-content, .post.no_image .article-content, #faqBlock .group-holder .faqItem, #locations_filter, .full_width_block .block, .two_column_block .block.text, .two_column_block .block.image, .two_column_block .block.video, .two_column_block.gallery-section .block.text, .two_column_block.gallery-section .block.gallery, .three_column_block .title_wrapper, .block-title-wrapper, .single_col_code_block .block.code, .two_col_code_block .block.code, .cta_block .cta-wrapper .cta-image, .cta_block .cta-wrapper .cta-content, .cta_block .cta-wrapper .cta-button, .offset_cta_block .offset-cta-wrapper .cta-left-content, .offset_cta_block .offset-cta-wrapper .cta-right-content, .blurbs_block .blurb-col, .post_feed_block .post-feed-block-post, .post_feed_block.right_widget .left_col, .post_feed_block.right_widget .right_col, .post_feed_block.left_featured_two_col .featured_col, .post_feed_block.left_featured_two_col .second_col, .post_feed_block.left_featured_three_col .featured_col, .post_feed_block.left_featured_three_col .second_col, .post_feed_block .homeFeatured .homeFeaturedLarge, .post_feed_block .homeFeatured .homeFeaturedRight, .shortcode-feed-wrapper.term-most_read .shortcode-feed-posts .shortcode-feed-post--content, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, .membership-cta, .single-product .woocommerce-breadcrumb, .col-sm-12, #homeBottom #homeRight #homeWireFeed .post .article-content, #recruiting_scorecard.full .rw_scoreboard_col, .post.no_image .article-content, .full_width_block .block, .post_feed_block.right_widget .left_col .post-feed-block-post, .post_feed_block.left_featured_two_col .post-feed-block-post, .post_feed_block.left_featured_three_col .post-feed-block-post, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .comments-template #comments ul.comment-list li.comment .comment-left-column, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-left-column, #tribe-events-content .tribe-events-loop .type-tribe_events .date_block, .col-xs-3, #homeBottom #homeRight #homeEvents .home_event .home_event_date, .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--image, .col-xs-4, #homeBottom #homeRight .home-sidebar-post-area .home-sidebar-post, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header .rw_scoreboard_header_right, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_num, .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header .rw_scoreboard_header_left, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_title, .col-xs-9, #homeBottom #homeRight #homeEvents .home_event .home_event_title, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-right-column, .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--content, .col-xs-10, #topNav #topNavRight, .comments-template #comments ul.comment-list li.comment .comment-right-column, #tribe-events-content .tribe-events-loop .type-tribe_events .post_content, .col-xs-11, .col-xs-12, #topNav #topNavLeft, #homeBottom #homePromoTop .promo_title, #homeBottom #homePromoTop .promo_text, #homeBottom #homePromoTop .promo_button, #homeBottom #homeLeft, #homeBottom #homeRight, #homeBottom #homeRight .home-sidebar-post-area .home-posts-title, #homeBottom #homeRight #homeWireFeed .post .article-content, .interior-content.hasNoLeftOrRightCols #right, .interior-content.hasNoLeftOrRightCols #content, .interior-content.hasLeftCol #right, .interior-content.hasLeftCol #content, .interior-content.hasRightCol #right, .interior-content.hasLeftAndRightCols #right, footer #footerTop .footer_left, footer #footerTop .footer_middle, footer #footerTop .footer_right, footer #footerBottom .copyright, footer #footerBottom .socialMedia, .post--bio.bio, #bio_header_left, #bio_header_right, #bio_content_left, #bio_content_right, .author_articles_container .author_articles, .deals_and_comps .deal_container, .single-deals_and_comps #expanded_top .left, .single-deals_and_comps #expanded_top .right, .single-deals_and_comps #interior .interior-content .deal_title, .single-deals_and_comps #interior .interior-content .mainContent, .single-deals_and_comps #interior .interior-content .calculator, .single-deals_and_comps #interior .interior-content #sidebar, .single-deals_and_comps #deal_bottom .left, .single-deals_and_comps #deal_bottom .right, .entry.hub .hub_container, #hub_download .hub_download_title, #hub_download .hub_file_desc, #hub_download .hub_file, .recruiting_scorecard_container #content,
.recruiting_wires_container #content, .recruiting_scorecard_container #sidebar,
.recruiting_wires_container #sidebar, #recruiting_scorecard .rw_scoreboard_col, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_link, #recruiting_scorecard.full .rw_scoreboard_col, #recruiting_scorecard.full .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_divider, #recruiting_wire_facets .rw_facets_left,
#recruiting_wire_facets .rw_facets_right, .post .article-image, .post .article-content, .post.no_image .article-content, #faqBlock .group-holder .faqItem, #locations_filter, .full_width_block .block, .two_column_block .block.text, .two_column_block .block.image, .two_column_block .block.video, .two_column_block.gallery-section .block.text, .two_column_block.gallery-section .block.gallery, .three_column_block .title_wrapper, .block-title-wrapper, .single_col_code_block .block.code, .two_col_code_block .block.code, .cta_block .cta-wrapper .cta-image, .cta_block .cta-wrapper .cta-content, .cta_block .cta-wrapper .cta-button, .offset_cta_block .offset-cta-wrapper .cta-left-content, .offset_cta_block .offset-cta-wrapper .cta-right-content, .blurbs_block .blurb-col, .post_feed_block .post-feed-block-post, .post_feed_block.right_widget .left_col, .post_feed_block.right_widget .right_col, .post_feed_block.left_featured_two_col .featured_col, .post_feed_block.left_featured_two_col .second_col, .post_feed_block.left_featured_three_col .featured_col, .post_feed_block.left_featured_three_col .second_col, .post_feed_block .homeFeatured .homeFeaturedLarge, .post_feed_block .homeFeatured .homeFeaturedRight, .shortcode-feed-wrapper.term-most_read .shortcode-feed-posts .shortcode-feed-post--content, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, .membership-cta, .single-product .woocommerce-breadcrumb {
  float: left; }

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

.col-xs-2, .comments-template #comments ul.comment-list li.comment .comment-left-column, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-left-column, #tribe-events-content .tribe-events-loop .type-tribe_events .date_block {
  width: 16.66667%; }

.col-xs-3, #homeBottom #homeRight #homeEvents .home_event .home_event_date, .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--image {
  width: 25%; }

.col-xs-4, #homeBottom #homeRight .home-sidebar-post-area .home-sidebar-post, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header .rw_scoreboard_header_right, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_num, .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post {
  width: 33.33333%; }

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

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

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

.col-xs-8, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header .rw_scoreboard_header_left, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_title {
  width: 66.66667%; }

.col-xs-9, #homeBottom #homeRight #homeEvents .home_event .home_event_title, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-right-column, .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--content {
  width: 75%; }

.col-xs-10, #topNav #topNavRight, .comments-template #comments ul.comment-list li.comment .comment-right-column, #tribe-events-content .tribe-events-loop .type-tribe_events .post_content {
  width: 83.33333%; }

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

.col-xs-12, #topNav #topNavLeft, #homeBottom #homePromoTop .promo_title, #homeBottom #homePromoTop .promo_text, #homeBottom #homePromoTop .promo_button, #homeBottom #homeLeft, #homeBottom #homeRight, #homeBottom #homeRight .home-sidebar-post-area .home-posts-title, #homeBottom #homeRight #homeWireFeed .post .article-content, .interior-content.hasNoLeftOrRightCols #right, .interior-content.hasNoLeftOrRightCols #content, .interior-content.hasLeftCol #right, .interior-content.hasLeftCol #content, .interior-content.hasRightCol #right, .interior-content.hasLeftAndRightCols #right, footer #footerTop .footer_left, footer #footerTop .footer_middle, footer #footerTop .footer_right, footer #footerBottom .copyright, footer #footerBottom .socialMedia, .post--bio.bio, #bio_header_left, #bio_header_right, #bio_content_left, #bio_content_right, .author_articles_container .author_articles, .deals_and_comps .deal_container, .single-deals_and_comps #expanded_top .left, .single-deals_and_comps #expanded_top .right, .single-deals_and_comps #interior .interior-content .deal_title, .single-deals_and_comps #interior .interior-content .mainContent, .single-deals_and_comps #interior .interior-content .calculator, .single-deals_and_comps #interior .interior-content #sidebar, .single-deals_and_comps #deal_bottom .left, .single-deals_and_comps #deal_bottom .right, .entry.hub .hub_container, #hub_download .hub_download_title, #hub_download .hub_file_desc, #hub_download .hub_file, .recruiting_scorecard_container #content,
.recruiting_wires_container #content, .recruiting_scorecard_container #sidebar,
.recruiting_wires_container #sidebar, #recruiting_scorecard .rw_scoreboard_col, #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_link, #recruiting_scorecard.full .rw_scoreboard_col, #recruiting_scorecard.full .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_divider, #recruiting_wire_facets .rw_facets_left,
#recruiting_wire_facets .rw_facets_right, .post .article-image, .post .article-content, .post.no_image .article-content, #faqBlock .group-holder .faqItem, #locations_filter, .full_width_block .block, .two_column_block .block.text, .two_column_block .block.image, .two_column_block .block.video, .two_column_block.gallery-section .block.text, .two_column_block.gallery-section .block.gallery, .three_column_block .title_wrapper, .block-title-wrapper, .single_col_code_block .block.code, .two_col_code_block .block.code, .cta_block .cta-wrapper .cta-image, .cta_block .cta-wrapper .cta-content, .cta_block .cta-wrapper .cta-button, .offset_cta_block .offset-cta-wrapper .cta-left-content, .offset_cta_block .offset-cta-wrapper .cta-right-content, .blurbs_block .blurb-col, .post_feed_block .post-feed-block-post, .post_feed_block.right_widget .left_col, .post_feed_block.right_widget .right_col, .post_feed_block.left_featured_two_col .featured_col, .post_feed_block.left_featured_two_col .second_col, .post_feed_block.left_featured_three_col .featured_col, .post_feed_block.left_featured_three_col .second_col, .post_feed_block .homeFeatured .homeFeaturedLarge, .post_feed_block .homeFeatured .homeFeaturedRight, .shortcode-feed-wrapper.term-most_read .shortcode-feed-posts .shortcode-feed-post--content, body.search .results .search-meta, body.search .results .post.single-post, body.search .results .form-wrapper, .membership-cta, .single-product .woocommerce-breadcrumb {
  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, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-left-column {
  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, .comments-template #comments ul.comment-list li.comment .comment-left-column, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-left-column, #tribe-events-content .tribe-events-loop .type-tribe_events .date_block, .col-sm-2, #topNav #topNavLeft, .col-sm-3, #homeBottom #homeRight #homeEvents .home_event .home_event_date, .cta_block .cta-wrapper .cta-image, .post_feed_block.right_widget .left_col .post-feed-block-post .article-image-holder, .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-image-holder, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-image-holder, ul.products .product, .col-sm-4, #homeBottom #homeRight, .interior-content.hasRightCol #sidebar, .interior-content.hasLeftAndRightCols #sidebar, #bio_header_left, #bio_content_left, .single-deals_and_comps #expanded_top .left, .single-deals_and_comps #interior .interior-content .mainContent, .single-deals_and_comps #interior .interior-content .calculator, .single-deals_and_comps #interior .interior-content #sidebar, .single-deals_and_comps #deal_bottom .right, .entry.hub .hub_container, .recruiting_scorecard_container #sidebar,
  .recruiting_wires_container #sidebar, #recruiting_scorecard .rw_scoreboard_col, #locations_list, .three_column_block .block, .cta_block .cta-wrapper .cta-button, .blurbs_block .blurb-col, .post_feed_block.feed_count_3 .post-feed-block-post, .post_feed_block.left_featured_three_col .featured_col, .post_feed_block.left_featured_three_col .second_col, .col-sm-5, .post .article-image, .two_column_block.gallery-section .block.text, .cta_block .cta-wrapper .cta-content, .offset_cta_block .offset-cta-wrapper .cta-right-content, .post_feed_block.right_widget .right_col, .post_feed_block.left_featured_two_col .featured_col, .col-sm-6, .post--bio.bio, .deals_and_comps .deal_container, .two_col_code_block .block.code, .post_feed_block .post-feed-block-post, .post_feed_block.feed_count_2 .post-feed-block-post, .col-sm-7, .post .article-content, .two_column_block .block.text, .two_column_block .block.image, .two_column_block .block.video, .two_column_block.gallery-section .block.gallery, .offset_cta_block .offset-cta-wrapper .cta-left-content, .post_feed_block.right_widget .left_col, .post_feed_block.left_featured_two_col .second_col, .col-sm-8, #homeBottom #homeLeft, .interior-content.hasRightCol #content, .interior-content.hasLeftAndRightCols #content, #bio_header_right, #bio_content_right, .author_articles_container .author_articles, .single-deals_and_comps #expanded_top .right, .single-deals_and_comps #deal_bottom .left, .recruiting_scorecard_container #content,
  .recruiting_wires_container #content, #faqBlock .group-holder .faqItem, #locations_map, .full_width_block .block.testimonial, .col-sm-9, #homeBottom #homeRight #homeEvents .home_event .home_event_title, .post_feed_block.right_widget .left_col .post-feed-block-post .article-content, .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-content, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-content, .col-sm-10, #topNav #topNavRight, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-right-column, .col-sm-11, .comments-template #comments ul.comment-list li.comment .comment-right-column, #tribe-events-content .tribe-events-loop .type-tribe_events .post_content, .col-sm-12, #homeBottom #homeRight #homeWireFeed .post .article-content, #recruiting_scorecard.full .rw_scoreboard_col, .post.no_image .article-content, .full_width_block .block, .post_feed_block.right_widget .left_col .post-feed-block-post, .post_feed_block.left_featured_two_col .post-feed-block-post, .post_feed_block.left_featured_three_col .post-feed-block-post {
    float: left; }

  .col-sm-1, .comments-template #comments ul.comment-list li.comment .comment-left-column, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-left-column, #tribe-events-content .tribe-events-loop .type-tribe_events .date_block {
    width: 8.33333%; }

  .col-sm-2, #topNav #topNavLeft {
    width: 16.66667%; }

  .col-sm-3, #homeBottom #homeRight #homeEvents .home_event .home_event_date, .cta_block .cta-wrapper .cta-image, .post_feed_block.right_widget .left_col .post-feed-block-post .article-image-holder, .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-image-holder, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-image-holder, ul.products .product {
    width: 25%; }

  .col-sm-4, #homeBottom #homeRight, .interior-content.hasRightCol #sidebar, .interior-content.hasLeftAndRightCols #sidebar, #bio_header_left, #bio_content_left, .single-deals_and_comps #expanded_top .left, .single-deals_and_comps #interior .interior-content .mainContent, .single-deals_and_comps #interior .interior-content .calculator, .single-deals_and_comps #interior .interior-content #sidebar, .single-deals_and_comps #deal_bottom .right, .entry.hub .hub_container, .recruiting_scorecard_container #sidebar,
  .recruiting_wires_container #sidebar, #recruiting_scorecard .rw_scoreboard_col, #locations_list, .three_column_block .block, .cta_block .cta-wrapper .cta-button, .blurbs_block .blurb-col, .post_feed_block.feed_count_3 .post-feed-block-post, .post_feed_block.left_featured_three_col .featured_col, .post_feed_block.left_featured_three_col .second_col {
    width: 33.33333%; }

  .col-sm-5, .post .article-image, .two_column_block.gallery-section .block.text, .cta_block .cta-wrapper .cta-content, .offset_cta_block .offset-cta-wrapper .cta-right-content, .post_feed_block.right_widget .right_col, .post_feed_block.left_featured_two_col .featured_col {
    width: 41.66667%; }

  .col-sm-6, .post--bio.bio, .deals_and_comps .deal_container, .two_col_code_block .block.code, .post_feed_block .post-feed-block-post, .post_feed_block.feed_count_2 .post-feed-block-post {
    width: 50%; }

  .col-sm-7, .post .article-content, .two_column_block .block.text, .two_column_block .block.image, .two_column_block .block.video, .two_column_block.gallery-section .block.gallery, .offset_cta_block .offset-cta-wrapper .cta-left-content, .post_feed_block.right_widget .left_col, .post_feed_block.left_featured_two_col .second_col {
    width: 58.33333%; }

  .col-sm-8, #homeBottom #homeLeft, .interior-content.hasRightCol #content, .interior-content.hasLeftAndRightCols #content, #bio_header_right, #bio_content_right, .author_articles_container .author_articles, .single-deals_and_comps #expanded_top .right, .single-deals_and_comps #deal_bottom .left, .recruiting_scorecard_container #content,
  .recruiting_wires_container #content, #faqBlock .group-holder .faqItem, #locations_map, .full_width_block .block.testimonial {
    width: 66.66667%; }

  .col-sm-9, #homeBottom #homeRight #homeEvents .home_event .home_event_title, .post_feed_block.right_widget .left_col .post-feed-block-post .article-content, .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-content, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-content {
    width: 75%; }

  .col-sm-10, #topNav #topNavRight, .comments-template #comments ul.comment-list li.comment ul.children li.comment .comment-right-column {
    width: 83.33333%; }

  .col-sm-11, .comments-template #comments ul.comment-list li.comment .comment-right-column, #tribe-events-content .tribe-events-loop .type-tribe_events .post_content {
    width: 91.66667%; }

  .col-sm-12, #homeBottom #homeRight #homeWireFeed .post .article-content, #recruiting_scorecard.full .rw_scoreboard_col, .post.no_image .article-content, .full_width_block .block, .post_feed_block.right_widget .left_col .post-feed-block-post, .post_feed_block.left_featured_two_col .post-feed-block-post, .post_feed_block.left_featured_three_col .post-feed-block-post {
    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, #locations_list {
    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, #locations_map {
    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, .two_column_block.reverse .block.text, .two_column_block.gallery-section .block.text {
    margin-left: 0%; }

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

  .col-sm-offset-2, .full_width_block .block.testimonial {
    margin-left: 16.66667%; }

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

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

  .col-sm-offset-5, .two_column_block .block.text, .two_column_block.reverse .block.image, .two_column_block.reverse .block.video, .two_column_block.gallery-section.reverse .block.gallery {
    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, #leftBar, footer #footerTop .footer_left, footer #footerTop .footer_right, .col-md-3, footer #footerBottom .socialMedia, #bio_content_left, .deals_and_comps .deal_container, .post_feed_block .post-feed-block-post, .col-md-4, .single-deals_and_comps #deal_bottom .right, .post_feed_block .homeFeatured .homeFeaturedRight, .col-md-5, footer #footerTop .footer_middle, #hub_download .hub_file, .col-md-6, .single-deals_and_comps #deal_bottom .left, #recruiting_wire_facets .rw_facets_left,
  #recruiting_wire_facets .rw_facets_right, .col-md-7, #hub_download .hub_file_desc, .col-md-8, .post_feed_block .homeFeatured .homeFeaturedLarge, .col-md-9, footer #footerBottom .copyright, #bio_content_right, .col-md-10, .interior-content.hasLeftCol #right, .interior-content.hasLeftAndRightCols #right, .col-md-11, .col-md-12 {
    float: left; }

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

  .col-md-2, #leftBar, footer #footerTop .footer_left, footer #footerTop .footer_right {
    width: 16.66667%; }

  .col-md-3, footer #footerBottom .socialMedia, #bio_content_left, .deals_and_comps .deal_container, .post_feed_block .post-feed-block-post {
    width: 25%; }

  .col-md-4, .single-deals_and_comps #deal_bottom .right, .post_feed_block .homeFeatured .homeFeaturedRight {
    width: 33.33333%; }

  .col-md-5, footer #footerTop .footer_middle, #hub_download .hub_file {
    width: 41.66667%; }

  .col-md-6, .single-deals_and_comps #deal_bottom .left, #recruiting_wire_facets .rw_facets_left,
  #recruiting_wire_facets .rw_facets_right {
    width: 50%; }

  .col-md-7, #hub_download .hub_file_desc {
    width: 58.33333%; }

  .col-md-8, .post_feed_block .homeFeatured .homeFeaturedLarge {
    width: 66.66667%; }

  .col-md-9, footer #footerBottom .copyright, #bio_content_right {
    width: 75%; }

  .col-md-10, .interior-content.hasLeftCol #right, .interior-content.hasLeftAndRightCols #right {
    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, footer #footerTop .footer_middle, footer #footerTop .footer_right, .single-deals_and_comps #deal_bottom .left, .single-deals_and_comps #deal_bottom .right {
    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, #homeBottom #homePromoTop .promo_text, #homeBottom #homePromoTop .promo_button, #homeBottom #homeRight, .col-lg-4, .col-lg-5, .col-lg-6, #homeBottom #homePromoTop .promo_title, .col-lg-7, .col-lg-8, .col-lg-9, #homeBottom #homeLeft, .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, #homeBottom #homePromoTop .promo_text, #homeBottom #homePromoTop .promo_button, #homeBottom #homeRight {
    width: 25%; }

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

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

  .col-lg-6, #homeBottom #homePromoTop .promo_title {
    width: 50%; }

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

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

  .col-lg-9, #homeBottom #homeLeft {
    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; }

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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

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

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

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

.table > thead > tr > td.active,
.table > 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; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > 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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

output {
  display: block;
  padding-top: 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    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: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .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,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"].form-control,
  .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,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .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,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .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 {
    line-height: 30px; }
  input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .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,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"].form-control,
  .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,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .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,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .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 {
    line-height: 46px; }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    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 {
  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; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .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-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

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

.input-lg, .form-horizontal .form-group-lg .form-control, .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.33;
  border-radius: 6px; }

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

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

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

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

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .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 {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .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 {
  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 {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.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, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .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 {
  top: 0;
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 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:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

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

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

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

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

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

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

.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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

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

.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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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 {
    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 > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 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 solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.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-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, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .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,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a: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 {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.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 {
      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 {
        margin-bottom: 0; } }

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

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

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 992px) {
  .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: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .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: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

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

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 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: 992px) {
    .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;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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 (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

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

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

.navbar-btn {
  margin-top: 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: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        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 {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #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: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #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 {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .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; }

.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; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  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 {
    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 {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
.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 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 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 {
  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 {
      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: #428bca; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.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 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.carousel, #slideshow {
  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;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 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); }
  .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: -o-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: -o-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%;
    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;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: 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: -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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .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; }

  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; }

  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; }

  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; }

  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, #leftBar, .bio .editLink, #locations_map, .full_width_block .editLink, .two_column_block .editLink, .three_column_block .editLink {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, #leftBar, .bio .editLink, #slideshow .item .asset .bg_video_img, .full_width_block .editLink, .two_column_block .editLink, .three_column_block .editLink {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, #slideshow .item .asset .bg_video_img, #searchform-mobile {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg, #slideshow .item .asset .bg_video_img, #searchform-mobile {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.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; } }
span[class^="fa-"], span[class*=" fa-"] {
  font-family: "FontAwesome", sans-serif; }

#sidebar .widget .title, .single-deals_and_comps #expanded_top .left .at_a_glance .at_a_glance_title, #hub_download .hub_download_title .section-title, #sidebar .tribe-events-meta-group .tribe-events-single-section-title, .nf-form-cont .nf-form-title h3, .full_width_block header, .two_column_block header, .three_column_block header, .three_column_block .title_wrapper .title, body.search .results .search-meta .post-type {
  color: #000;
  font-size: 15px;
  letter-spacing: 2px;
  display: block;
  padding: 0;
  margin: 5px 0 10px;
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  #sidebar .widget .title:after, .single-deals_and_comps #expanded_top .left .at_a_glance .at_a_glance_title:after, #hub_download .hub_download_title .section-title:after, #sidebar .tribe-events-meta-group .tribe-events-single-section-title:after, .nf-form-cont .nf-form-title h3:after, .full_width_block header:after, .two_column_block header:after, .three_column_block header:after, .three_column_block .title_wrapper .title:after, body.search .results .search-meta .post-type:after {
    display: block;
    width: 50px;
    content: " ";
    border-bottom: 1px #DE453A solid;
    margin: 8px 0 0 0; }

.three_column_block .block .featured_wrapper, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper,
.post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper {
  position: relative;
  color: #FFF; }
  @media all and (min-width: 768px) {
    .three_column_block .block .featured_wrapper, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper,
    .post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper {
      overflow: hidden; } }
  .three_column_block .block .featured_wrapper a, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a,
  .post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper a {
    color: #FFF;
    transition: .5s; }
    .three_column_block .block .featured_wrapper a:hover, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a:hover,
    .post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper a:hover {
      color: #DE453A; }
      .three_column_block .block .featured_wrapper a:hover .cover, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a:hover .cover,
      .post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper a:hover .cover {
        opacity: .8; }
    .three_column_block .block .featured_wrapper a .cover, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a .cover,
    .post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper a .cover {
      background: #000;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      z-index: 5;
      opacity: .5;
      transition: .5s; }
    .three_column_block .block .featured_wrapper a .title, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a .title,
    .post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper a .title {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      position: absolute;
      font-size: 22px;
      line-height: 1.36364;
      top: auto;
      left: 16px;
      bottom: 16px;
      right: 16px;
      z-index: 10;
      padding: 0 0 0 0; }
    .three_column_block .block .featured_wrapper a .arrow, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a .arrow,
    .post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper a .arrow {
      position: absolute;
      font-weight: bold;
      font-size: 30px;
      line-height: 1;
      bottom: 14px;
      right: 16px;
      z-index: 8; }
    .three_column_block .block .featured_wrapper a img, .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a img,
    .post_feed_block .homeFeatured .homeFeaturedRight .featured_wrapper a img {
      width: 100%; }

footer #footerTop .footer_middle .pinpointe_signup_form footer button, .deals_and_comps .postsNav a, .entry.hub .postsNav a, .recruiting_scorecard_container #sidebar a.button,
.recruiting_wires_container #sidebar a.button, #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search .facetwp-btn,
#recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search .facetwp-btn, .blogPostsNavWrapper a, #tribe-events-content .tribe-events-button, .nf-form-cont .submit-container button,
.nf-form-cont .login-submit .button-primary, button.view-more {
  border: none;
  border-radius: 0px;
  border: none;
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  border-bottom: 4px #AF362E solid;
  display: inline-block;
  background: #DE453A;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  text-decoration: none;
  padding: 24px 23px 16px;
  margin-bottom: 15px; }
  footer #footerTop .footer_middle .pinpointe_signup_form footer button:hover, .deals_and_comps .postsNav a:hover, .entry.hub .postsNav a:hover, .recruiting_scorecard_container #sidebar a.button:hover,
  .recruiting_wires_container #sidebar a.button:hover, #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search .facetwp-btn:hover,
  #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search .facetwp-btn:hover, .blogPostsNavWrapper a:hover, #tribe-events-content .tribe-events-button:hover, .nf-form-cont .submit-container button:hover,
  .nf-form-cont .login-submit .button-primary:hover, button.view-more:hover {
    color: #FFF;
    text-decoration: none;
    background: #AF362E; }

footer #footerTop .footer_middle .pinpointe_signup_form footer button, .deals_and_comps .postsNav a, .entry.hub .postsNav a, .recruiting_scorecard_container #sidebar a.button,
.recruiting_wires_container #sidebar a.button, .blogPostsNavWrapper a, .nf-form-cont .submit-container button,
.nf-form-cont .login-submit .button-primary, .full_width_block .block.text .wrapper .button {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 320px;
  margin: 12px 0 0 0; }
  @media (min-width: 768px) {
    footer #footerTop .footer_middle .pinpointe_signup_form footer button, .deals_and_comps .postsNav a, .entry.hub .postsNav a, .recruiting_scorecard_container #sidebar a.button,
    .recruiting_wires_container #sidebar a.button, .blogPostsNavWrapper a, .nf-form-cont .submit-container button,
    .nf-form-cont .login-submit .button-primary, .full_width_block .block.text .wrapper .button {
      margin: 34px 0 0 0; } }
  footer #footerTop .footer_middle .pinpointe_signup_form footer button:after, .deals_and_comps .postsNav a:after, .entry.hub .postsNav a:after, .recruiting_scorecard_container #sidebar a.button:after,
  .recruiting_wires_container #sidebar a.button:after, .blogPostsNavWrapper a:after, .nf-form-cont .submit-container button:after,
  .nf-form-cont .login-submit .button-primary:after, .full_width_block .block.text .wrapper .button:after {
    position: absolute;
    font-size: 30px;
    content: '\f061';
    color: #AF362E;
    top: 16px;
    right: 18px;
    font-family: "FontAwesome", sans-serif; }
  footer #footerTop .footer_middle .pinpointe_signup_form footer button:hover:after, .deals_and_comps .postsNav a:hover:after, .entry.hub .postsNav a:hover:after, .recruiting_scorecard_container #sidebar a.button:hover:after,
  .recruiting_wires_container #sidebar a.button:hover:after, .blogPostsNavWrapper a:hover:after, .nf-form-cont .submit-container button:hover:after,
  .nf-form-cont .login-submit .button-primary:hover:after, .full_width_block .block.text .wrapper .button:hover:after {
    color: #DE453A; }

.deals_and_comps .postsNav .postsNavNewer a, .entry.hub .postsNav .postsNavNewer a, .blogPostsNavWrapper .postsNavOlder a {
  text-align: right; }
  .deals_and_comps .postsNav .postsNavNewer a:after, .entry.hub .postsNav .postsNavNewer a:after, .blogPostsNavWrapper .postsNavOlder a:after {
    content: '\f060';
    left: 18px;
    right: auto; }

#hub_download .hub_file a.button {
  text-align: left;
  position: relative;
  padding-left: 68px; }
  #hub_download .hub_file a.button:before {
    position: absolute;
    font-size: 30px;
    content: '\f019';
    color: #AF362E;
    top: 16px;
    left: 18px;
    font-family: "FontAwesome", sans-serif; }
  #hub_download .hub_file a.button:hover:before {
    color: #DE453A; }

.nf-form-cont .submit-container button,
.nf-form-cont .login-submit .button-primary, .full_width_block.red .block.text .wrapper .button, .two_column_block.red .block.text .wrapper .button, .three_column_block.red .block.text .wrapper .button {
  background: #505050;
  border-bottom: 4px solid #000; }
  .nf-form-cont .submit-container button:after,
  .nf-form-cont .login-submit .button-primary:after, .full_width_block.red .block.text .wrapper .button:after, .two_column_block.red .block.text .wrapper .button:after, .three_column_block.red .block.text .wrapper .button:after {
    color: #000; }
  .nf-form-cont .submit-container button:hover,
  .nf-form-cont .login-submit .button-primary:hover, .full_width_block.red .block.text .wrapper .button:hover, .two_column_block.red .block.text .wrapper .button:hover, .three_column_block.red .block.text .wrapper .button:hover {
    background: #000; }
    .nf-form-cont .submit-container button:hover:after,
    .nf-form-cont .login-submit .button-primary:hover:after, .full_width_block.red .block.text .wrapper .button:hover:after, .two_column_block.red .block.text .wrapper .button:hover:after, .three_column_block.red .block.text .wrapper .button:hover:after {
      color: #505050; }

/* ======================================== */
/* Mixins
/* ======================================== */
.glyph {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 0 8px #f3f4f5, 0 0 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 8px #f3f4f5, 0 0 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 8px #f3f4f5, 0 0 5px 8px rgba(0, 0, 0, 0.2);
  margin: 10px auto; }

@media all and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px; } }
@media (min-width: 992px) {
  .container-fluid {
    max-width: 1170px; } }

div#skip {
  background: #f0f0f0; }
  div#skip a,
  div#skip a:hover,
  div#skip a:visited {
    background: #fff;
    border: solid 3px #332d2d;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: -500px;
    overflow: hidden;
    text-align: center;
    padding: 10px; }
  div#skip a:active,
  div#skip a:focus {
    background: #fff;
    border: solid 3px #332d2d;
    display: block;
    width: 200px;
    height: auto;
    position: relative;
    left: 290px;
    top: 10px;
    text-align: center;
    z-index: 2000;
    padding: 10px; }

/* Ad Fix */
#OAS_RMF_Top_LAYER {
  left: 0 !important;
  right: 0 !important;
  margin: 50px auto 0 !important; }

/* Layout */
#searchBar {
  background: #F0F0F0;
  text-align: right;
  /* Header & mobile search forms handled in features/_search.scss */ }
  #searchBar ul#ecommerce {
    margin: 0;
    padding: 0; }
    #searchBar ul#ecommerce li {
      list-style: none inside none;
      display: inline-block; }
      #searchBar ul#ecommerce li:not(:first-of-type):before {
        content: '\00A0\007C\00A0'; }

#topNav {
  background: #202020;
  line-height: 34px;
  height: 34px; }
  #topNav #topNavLeft a {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #C5C5C5;
    font-size: 13px; }
    #topNav #topNavLeft a:hover {
      text-decoration: none; }
  #topNav #topNavLeft i {
    color: #6D6D6D;
    font-size: 15px;
    margin: 0 6px 0 0; }
  #topNav #topNavRight {
    color: #FFF;
    text-align: right; }
    #topNav #topNavRight #stock-index-check {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      color: #4AB253;
      text-transform: uppercase;
      display: inline-block; }
      #topNav #topNavRight #stock-index-check .stock-info {
        display: inline-block;
        margin: 0 0 0 16px; }
        #topNav #topNavRight #stock-index-check .stock-info .stock_name {
          display: inline-block;
          color: #FFF; }
        #topNav #topNavRight #stock-index-check .stock-info.negative {
          color: #F00; }

/* Main Nav */
#masthead {
  background: #000;
  border-bottom: 5px #DE453A solid;
  padding: 0;
  position: relative;
  z-index: 13;
  padding: 24px 0 0 0; }
  @media (min-width: 768px) {
    #masthead {
      padding: 44px 0 0 0; } }
  @media (max-width: 991px) {
    #masthead .container {
      padding: 0; } }
  #masthead button.search {
    float: right;
    border: none;
    background: none;
    font-size: 30px;
    color: #DE453A;
    padding: 0 0 2px 0;
    margin-top: -9px;
    height: 40px;
    width: 40px; }
    @media (max-width: 767px) {
      #masthead button.search .fa {
        position: relative;
        top: -8px;
        font-size: 26px; } }
    @media (min-width: 768px) {
      #masthead button.search {
        margin-top: -13px;
        padding: 0 0 2px 0;
        height: 60px;
        width: 40px;
        text-align: right; } }
    #masthead button.search:hover {
      color: #AF362E; }
    #masthead button.search:hover, #masthead button.search:focus {
      outline: none; }
    #masthead button.search.active {
      background: none;
      color: #AF362E; }
  #masthead .navbar {
    min-height: 0;
    margin: 0;
    padding: 0;
    background: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    /*
            #primary-navigation-menu {
                background: #202020;
                max-height: none;
                border: none;
                @extend .navbar-collapse;
                @extend .collapse;
                padding: 0;
                margin: 0 -15px;
    
                @media (min-width: $screen-md-min) {
                    background: none;
                    margin: 0;
                }
    
                // This is super important
                // it ensures that the menu slides in/out on mobile
                &.collapsing {
                    display: block;
                }
    
                .mobile-tr {
                    @media (min-width: $screen-md-min) {
                        display: none;
                    }
                }
    
                // global
                a {
                    @include webfont(700);
                    text-decoration: none;
                    &:hover {
                        text-decoration: none;
                    }
                }
    
                // ALL SMALL SCREEN, e.g. phone and tablet styles
                @media all and (max-width: $screen-sm-max) {
    
                    ul.menu {
                        margin: 0;
                        list-style: none;
    
                        // GLOBALS
                        li {
                            border-top: 1px solid #000;
                            list-style: none;
                            margin: 0;
    
                            // Links
                            a {
                                font-size: 20px;
                                font-weight: normal;
                                line-height: 1.2;
                                color: #FFF;
                                display: block;
                                position: relative;
                                white-space: normal;
    
                                &::after {
                                    content: '\00A0 \203A';
                                }
    
                                &:hover, &:active {
                                    background: $secondaryColor;
                                }
                            }
    
                            &.active {
                                > a {
                                    background: $secondaryColor;
                                }
                            }
    
                            &.dropdown {
                                > .caret {
                                    border: none !important;
                                    cursor: pointer;
                                    position: absolute;
                                    height: 60px;
                                    width: 64px;
                                    right: 0;
                                    top: 0;
                                    z-index: 100;
    
                                    &::before {
                                        content: '\f055';
                                        font-family: FontAwesome;
                                        font-size: 24px;
                                        color: #FFF;
                                        width: auto;
                                        margin: 0;
                                        line-height: 1;
                                        height: 40px;
                                        width: 64px;
                                        border-left: 1px solid #000;
                                        display: inline-block;
                                        top: 9px;
                                        position: relative;
                                        padding-top: 9px;
                                        text-align: center;
                                    }
                                }
                            }
    
                            &.dropdown-open {
    
                                > .caret {
                                    &::before {
                                        content: '\f056';
                                        font-family: FontAwesome;
                                    }
                                }
    
                                //Open sub-menu
                                > .dropdown-menu {
                                    display: block !important;
                                    position: static;
                                    float: none;
                                    margin: 0;
                                    padding: 0;
                                    border: none;
                                    @include box-shadow(none);
                                    background: none;
                                }
                            }
    
                            &.open {
                                //Hide sub-menu default
                                > .dropdown-menu {
                                    display: none;
                                }
                            }
                        }
                        // END GLOBAL
    
                        // First Level
                        > li {
    
                            > a {
                                padding: 20px 73px 20px 20px;
                            }
    
                            // Second Level
                            &.dropdown-open > .dropdown-menu {
    
                                > li {
    
                                    background: #6D6D6D;
                                    > a {
                                        font-size: 18px;
                                        padding: 20px 73px 20px 40px;
                                    }
    
                                    // Third Level
                                    &.dropdown-open > .dropdown-menu {
    
                                        > li {
                                            background: #AFAFAF;
                                            > a {
                                                font-size: 14px;
                                                padding: 20px 73px 20px 60px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
    
                    // Menu Close Button
                    button.navbar-toggle-close {
                        width: 100%;
                        border: none;
                        background: $primaryColor;
                        color: #FFF;
                        text-align: center;
                        padding: 15px;
                        text-transform: uppercase;
                        font-size: 14px;
                    }
                }
                // SMALL SCREEN
    
                // Desktop - Small to Large
                @media all and (min-width: $screen-md-min) {
    
                    ul {
                        margin: 0;
                        padding: 0;
                        text-align: right;
                        margin-right: -15px;
                        float: right;
    
                        li {
                            float: left;
                            list-style: none;
    
                            .caret {
                                display: none;
                            }
    
                            a {
                                @include webfont(700);
                                padding: 10px 13px;
                                font-size: 22px;
                                color: #FFF;
                                border: 1px solid transparent;
    
                                &::after {
                                    content: '';
                                    display: none;
                                }
                            }
    
                            &.active a,
                            & a:hover,
                            &.current-page-ancestor a,
                            &.current-menu-ancestor a,
                            &.current-menu-parent a,
                            &.current-page-parent a {
                                @include transition(none);
                                color: $primaryColor;
                            }
    
                            > ul {
                                display: none;
                            }
                        }
                    }
    
                    button.navbar-toggle-close {
                        display: none;
                    }
                }
                // DESKTOP
            }
    */ }
    #masthead .navbar-header {
      float: none; }
    #masthead .navbar .navbar-brand {
      width: 210px;
      padding: 0;
      height: auto;
      padding: 0 0 16px; }
      @media (min-width: 768px) {
        #masthead .navbar .navbar-brand {
          width: auto;
          padding: 0; } }
      #masthead .navbar .navbar-brand img {
        width: 100%; }
    #masthead .navbar .ubermenu-responsive-toggle,
    #masthead .navbar .navbar-toggle {
      border: none;
      float: right;
      width: 56px;
      height: 49px;
      -moz-border-radius: 4px / 4px 4px 5px 5px;
      -webkit-border-radius: 4px 4px;
      border-radius: 4px / 4px 4px 5px 5px;
      padding: 0;
      margin: -7px 0 0 0; }
      @media all and (min-width: 768px) {
        #masthead .navbar .ubermenu-responsive-toggle,
        #masthead .navbar .navbar-toggle {
          margin: 0; } }
      #masthead .navbar .ubermenu-responsive-toggle .fa-bars,
      #masthead .navbar .navbar-toggle .fa-bars {
        font-size: 31px;
        color: #FFF; }
      #masthead .navbar .ubermenu-responsive-toggle:hover, #masthead .navbar .ubermenu-responsive-toggle:focus,
      #masthead .navbar .navbar-toggle:hover,
      #masthead .navbar .navbar-toggle:focus {
        background-color: rgba(0, 0, 0, 0.2); }

/* Ads */
#posts_ad_top {
  padding-top: 40px; }

#top_header_ad,
#top_header_ad_second,
#top_header_ad_third,
#top_header_ad_fourth {
  overflow: hidden;
  text-align: center;
  margin: 0 0 32px 0; }
  #top_header_ad div,
  #top_header_ad_second div,
  #top_header_ad_third div,
  #top_header_ad_fourth div {
    display: inline-block; }
  #top_header_ad .ad_promo,
  #top_header_ad_second .ad_promo,
  #top_header_ad_third .ad_promo,
  #top_header_ad_fourth .ad_promo {
    display: inline-block;
    vertical-align: top;
    margin: 20px 13px 0; }
    @media (min-width: 1200px) {
      #top_header_ad .ad_promo,
      #top_header_ad_second .ad_promo,
      #top_header_ad_third .ad_promo,
      #top_header_ad_fourth .ad_promo {
        margin: 0 0 0 26px; } }

/* Individual Header */
#page_header {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }
  @media (min-width: 768px) {
    #page_header {
      margin: 0 0 40px 0; } }
  #page_header h1 {
    position: relative;
    color: #111;
    top: 30px;
    padding: 0 0 0 52px;
    margin: 0 0 36px 0; }
    @media (min-width: 768px) {
      #page_header h1 {
        position: absolute;
        color: #FFF;
        top: auto;
        bottom: 40px;
        padding: 0 0 0 102px;
        margin: 0; } }
    #page_header h1:before {
      position: absolute;
      height: 34px;
      width: 100%;
      content: " ";
      background: #DE453A;
      opacity: .9;
      top: 8px;
      left: -100%;
      transform: translateX(36px); }
      @media (min-width: 768px) {
        #page_header h1:before {
          transform: translateX(86px); } }

.container-gray {
  background: #EFEFEF;
  padding: 32px 0 0 0; }

body.home .container-fluid {
  max-width: 1400px; }
body.home .container-gray {
  background: #fff; }

#homeTop {
  padding-bottom: 10px; }

#homeBottom {
  padding: 0 0 30px;
  /*
  Home Content Widget
  */
  /*
  Home Left
  */
  /*
  Home Right
  */ }
  #homeBottom #homePromoTop {
    background: #C5C5C5;
    padding: 26px 0 28px;
    margin: 0 0 30px; }
    #homeBottom #homePromoTop .promo_title,
    #homeBottom #homePromoTop .promo_text,
    #homeBottom #homePromoTop .promo_button {
      text-align: center; }
      @media all and (min-width: 1200px) {
        #homeBottom #homePromoTop .promo_title,
        #homeBottom #homePromoTop .promo_text,
        #homeBottom #homePromoTop .promo_button {
          text-align: left; } }
    #homeBottom #homePromoTop .promo_title {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 40px;
      line-height: 1.6;
      padding-left: 38px; }
    #homeBottom #homePromoTop .promo_text {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.6;
      margin: 0 0 20px; }
      @media all and (min-width: 1200px) {
        #homeBottom #homePromoTop .promo_text {
          margin: 0; } }
    #homeBottom #homePromoTop .promo_button {
      padding-left: 0px; }
      #homeBottom #homePromoTop .promo_button a.button {
        margin: 0; }
  #homeBottom .home-content-widget.mobile {
    display: block;
    margin-bottom: 32px; }
    @media all and (min-width: 768px) {
      #homeBottom .home-content-widget.mobile {
        display: none; } }
  #homeBottom .home-content-widget.desktop {
    display: none; }
    @media all and (min-width: 768px) {
      #homeBottom .home-content-widget.desktop {
        display: block; } }
  #homeBottom .home-content-widget iframe {
    width: 100% !important; }
  #homeBottom #homeLeft {
    margin-bottom: 14px !important; }
    #homeBottom #homeLeft .title {
      font-size: 20px; }
    #homeBottom #homeLeft #homePromoLeft {
      background: #2B2B2B;
      color: #FFF;
      padding: 30px 45px 4px; }
      #homeBottom #homeLeft #homePromoLeft h1, #homeBottom #homeLeft #homePromoLeft h2, #homeBottom #homeLeft #homePromoLeft h3, #homeBottom #homeLeft #homePromoLeft h4, #homeBottom #homeLeft #homePromoLeft h5, #homeBottom #homeLeft #homePromoLeft h6 {
        color: #FFF; }
      #homeBottom #homeLeft #homePromoLeft h3 {
        font-size: 24px;
        margin: 0 0 0 0; }
  #homeBottom #homeRight .home-sidebar-area {
    margin-bottom: 40px; }
    #homeBottom #homeRight .home-sidebar-area .home-content-widget {
      margin: 0 0 40px 0; }
    #homeBottom #homeRight .home-sidebar-area .widget {
      margin: 0 0 40px 0; }
      #homeBottom #homeRight .home-sidebar-area .widget:last-child {
        margin: 0 0 0 0; }
    #homeBottom #homeRight .home-sidebar-area.transparent {
      padding: 0; }
    #homeBottom #homeRight .home-sidebar-area.white {
      padding: 30px 30px;
      background-color: #fff; }
    #homeBottom #homeRight .home-sidebar-area.gray {
      padding: 15px 30px;
      background-color: #bfbbbb; }
    #homeBottom #homeRight .home-sidebar-area .home-sidebar-area-spacer {
      height: 40px; }
  #homeBottom #homeRight #homeRightTopImage {
    margin: 0 0 0 0; }
    #homeBottom #homeRight #homeRightTopImage img {
      width: 100%; }
  #homeBottom #homeRight #homeRightAd {
    text-align: center;
    margin: 0 0 40px 0; }
  #homeBottom #homeRight .home-sidebar-post-area .home-posts-title {
    margin: 0 0 14px; }
    #homeBottom #homeRight .home-sidebar-post-area .home-posts-title a {
      text-decoration: none !important; }
      #homeBottom #homeRight .home-sidebar-post-area .home-posts-title a h2 {
        font-size: 18px;
        line-height: 23px;
        position: relative; }
        #homeBottom #homeRight .home-sidebar-post-area .home-posts-title a h2:before {
          display: inline-block;
          content: " ";
          width: 86px;
          height: 7px;
          background: #DE453A;
          position: absolute;
          left: 0;
          bottom: -12px; }
        #homeBottom #homeRight .home-sidebar-post-area .home-posts-title a h2:after {
          content: "\00A0\203A";
          color: #DE453A; }
      #homeBottom #homeRight .home-sidebar-post-area .home-posts-title a:hover {
        text-decoration: none; }
  #homeBottom #homeRight .home-sidebar-post-area .home-sidebar-post {
    border-right: 1px #f0f0f0 solid;
    border-top: 1px #f0f0f0 solid;
    max-height: 82px;
    overflow: hidden;
    padding: 10px 15px; }
    #homeBottom #homeRight .home-sidebar-post-area .home-sidebar-post:nth-child(3n) {
      border-right: none; }
    #homeBottom #homeRight .home-sidebar-post-area .home-sidebar-post:nth-child(-n+3) {
      border-top: none; }
    #homeBottom #homeRight .home-sidebar-post-area .home-sidebar-post .home-sidebar-post-image {
      position: relative;
      height: 62px;
      text-align: center; }
      #homeBottom #homeRight .home-sidebar-post-area .home-sidebar-post .home-sidebar-post-image img {
        position: absolute;
        width: auto;
        height: auto;
        max-height: 82px;
        transform: translateY(-50%);
        top: 50%;
        right: 0;
        left: 0;
        margin: 0 auto; }
  #homeBottom #homeRight .homePromoTopOver {
    margin: 0;
    padding: 10px 0 10px; }
    #homeBottom #homeRight .homePromoTopOver .promo_text {
      width: 100%;
      font-size: 18px;
      line-height: 22px; }
      @media all and (min-width: 992px) {
        #homeBottom #homeRight .homePromoTopOver .promo_text {
          width: 60%; } }
    #homeBottom #homeRight .homePromoTopOver .promo_button {
      width: 100%; }
      @media all and (min-width: 992px) {
        #homeBottom #homeRight .homePromoTopOver .promo_button {
          width: 40%; } }
  #homeBottom #homeRight #homeEvents h5.home_feed_title,
  #homeBottom #homeRight #homeWireFeed h5.home_feed_title {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 8px 0; }
  #homeBottom #homeRight #homeEvents .divider,
  #homeBottom #homeRight #homeWireFeed .divider {
    display: inline-block;
    border-right: 2px #D8D8D8 solid;
    height: 12px;
    margin: 0 12px; }
  #homeBottom #homeRight #homeEvents {
    margin: 0 0 30px 0; }
    #homeBottom #homeRight #homeEvents .home_event .home_event_date .date_block {
      border-top: 2px #DE453A solid;
      width: 100%;
      background: #000;
      color: #FFF;
      text-align: center;
      line-height: 1;
      float: left;
      padding: 6px 0;
      margin: 0 0 20px 0; }
      #homeBottom #homeRight #homeEvents .home_event .home_event_date .date_block .date_block_month,
      #homeBottom #homeRight #homeEvents .home_event .home_event_date .date_block .date_block_year {
        font-family: "Adelle Sans", sans-serif;
        font-weight: 400;
        font-size: 13px; }
      #homeBottom #homeRight #homeEvents .home_event .home_event_date .date_block .date_block_day {
        font-family: "Adelle Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        padding: 4px 0 2px; }
    #homeBottom #homeRight #homeEvents .home_event .home_event_title {
      display: inline-block;
      float: left;
      margin: -5px 0 0 0; }
      #homeBottom #homeRight #homeEvents .home_event .home_event_title a {
        font-family: "Adelle Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.66667;
        color: #111;
        margin: 0 0 20px;
        padding: 0; }
        #homeBottom #homeRight #homeEvents .home_event .home_event_title a:hover {
          color: #0170BA;
          text-decoration: none; }
  #homeBottom #homeRight #homeWireFeed {
    margin: 0 0 14px 0; }
    #homeBottom #homeRight #homeWireFeed .post {
      border: none !important; }
      #homeBottom #homeRight #homeWireFeed .post .article-image {
        display: none; }
      #homeBottom #homeRight #homeWireFeed .post .article-content {
        padding-top: 0;
        padding-bottom: 0; }
        #homeBottom #homeRight #homeWireFeed .post .article-content h2.article-title {
          font-size: 15px;
          margin: 6px 0 20px 0; }
          #homeBottom #homeRight #homeWireFeed .post .article-content h2.article-title a:hover {
            color: #0170BA;
            text-decoration: none; }
        #homeBottom #homeRight #homeWireFeed .post .article-content .firm,
        #homeBottom #homeRight #homeWireFeed .post .article-content .meta,
        #homeBottom #homeRight #homeWireFeed .post .article-content .article-excerpt,
        #homeBottom #homeRight #homeWireFeed .post .article-content .article-tags {
          display: none; }
  #homeBottom #homeRight #homePromoRight {
    background: #D9D9D9;
    color: #111;
    padding: 30px 45px 4px; }
    #homeBottom #homeRight #homePromoRight h1, #homeBottom #homeRight #homePromoRight h2, #homeBottom #homeRight #homePromoRight h3, #homeBottom #homeRight #homePromoRight h4, #homeBottom #homeRight #homePromoRight h5, #homeBottom #homeRight #homePromoRight h6, #homeBottom #homeRight #homePromoRight P {
      color: #111; }
    #homeBottom #homeRight #homePromoRight h3 {
      font-size: 24px;
      margin: 0 0 0 0; }
  #homeBottom #homeRight .nf-form-cont .submit-container button,
  #homeBottom #homeRight .nf-form-cont .login-submit .button-primary {
    width: 100%; }

/* Ordered List */
#leftBar ul {
  background: #f0f0f0;
  display: block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 4px 0 4px; }
  #leftBar ul li {
    display: block;
    margin: 0;
    padding: 0 0; }
    #leftBar ul li a {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      border-left: 3px #f0f0f0 solid;
      display: block;
      font-size: 14px;
      color: #959595;
      line-height: 1.42857;
      margin: 0;
      padding: 5px 8px 2px 8px;
      text-decoration: none; }
    #leftBar ul li a:hover, #leftBar ul li.current_page_item > a, #leftBar ul li.current-menu-item > a, #leftBar ul li.current_page_ancestor > a {
      border-left: 3px #DE453A solid;
      background: #d8d8d8;
      color: #DE453A;
      text-decoration: none; }
    #leftBar ul li.current-menu-item ul.sub-menu, #leftBar ul li.current-menu-parent ul.sub-menu, #leftBar ul li.current_page_parent ul.sub-menu, #leftBar ul li.current_page_ancestor ul.sub-menu, #leftBar ul li.current_page_item ul.sub-menu {
      display: block; }
    #leftBar ul li ul {
      background: #d8d8d8;
      display: none;
      margin: 0;
      padding: 0; }
      #leftBar ul li ul li {
        border: none;
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 0; }
        #leftBar ul li ul li a {
          font-family: "Adelle Sans", sans-serif;
          font-weight: 700;
          border-left: 3px #d8d8d8 solid;
          background: none;
          display: block;
          font-size: 12px;
          color: #959595;
          line-height: 13px;
          text-transform: none;
          text-decoration: none;
          margin: 0;
          padding: 5px 8px 5px 20px; }

#interior {
  padding-top: 40px; }

.interior-content {
  height: auto;
  padding-bottom: 55px; }

.oms-responsive {
  border: solid 1px #e0e0e0;
  border-collapse: collapse;
  width: 100%; }
  .oms-responsive thead {
    background: #e5e7e8; }
    .oms-responsive thead th {
      font-family: Tahoma, Geneva, Verdana, sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #797979;
      text-align: center;
      padding: 5px 10px; }
  .oms-responsive tbody tr {
    background: #fff; }
    .oms-responsive tbody tr:nth-child(even) {
      background: #f7f7f7; }
    .oms-responsive tbody tr td {
      border-right: solid 1px #e0e0e0;
      border-top-color: #e0e0e0;
      font-family: Tahoma, Geneva, Verdana, sans-serif;
      font-size: 14px;
      color: #555;
      text-align: center;
      padding: 5px 10px; }
      .oms-responsive tbody tr td:last-of-type {
        border: none; }

.ml-responsive-table dl {
  border: solid 1px #e0e0e0;
  margin: 0 0 25px !important; }
  .ml-responsive-table dl:last-of-type {
    margin: 0 !important; }
.ml-responsive-table dt {
  background: #e5e7e8;
  width: 100% !important;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #797979; }
  .ml-responsive-table dt:nth-of-type(2n) {
    background: #e5e7e8 !important; }
.ml-responsive-table dd {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #555; }

#tribe-events-pg-template {
  padding: 0 !important; }
  #tribe-events-pg-template .widget {
    position: static; }

#sidebar {
  padding-top: 20px; }
  @media (min-width: 768px) {
    #sidebar {
      padding-top: 0; } }
  #sidebar a {
    word-wrap: break-word; }
  #sidebar .widget {
    background: #F0F0F0;
    border-bottom: 6px #D8D8D8 solid;
    padding: 14px 20px 20px;
    /* CONTENT */
    /* IMAGE */
    /* VIDEO */
    /* MAP */
    /* CATEGORIES */
    /* CONTENT */ }
    #sidebar .widget:first-of-type {
      border-top: 6px #D8D8D8 solid; }
    #sidebar .widget .sideBar_Caption {
      font-style: italic;
      color: #555;
      padding: 10px 14px;
      margin: 0; }
    #sidebar .widget .sideBar_ElementHolder {
      margin: 0; }
    #sidebar .widget.oms_persistent_widget_content {
      color: #FFF;
      background: #000; }
      #sidebar .widget.oms_persistent_widget_content h1, #sidebar .widget.oms_persistent_widget_content h2, #sidebar .widget.oms_persistent_widget_content h3, #sidebar .widget.oms_persistent_widget_content h4, #sidebar .widget.oms_persistent_widget_content h5, #sidebar .widget.oms_persistent_widget_content h6, #sidebar .widget.oms_persistent_widget_content p {
        color: #FFF;
        margin: 5px 0 8px; }
      #sidebar .widget.oms_persistent_widget_content p {
        margin: 0; }
      #sidebar .widget.oms_persistent_widget_content .title {
        font-size: 25px;
        letter-spacing: normal;
        text-transform: none;
        display: block;
        padding: 0;
        margin: 5px 0 8px; }
        #sidebar .widget.oms_persistent_widget_content .title:after {
          display: none; }
    #sidebar .widget.oms_persistent_widget_image {
      padding: 0; }
      #sidebar .widget.oms_persistent_widget_image .title {
        display: none; }
    #sidebar .widget.oms_persistent_widget_video {
      padding: 0; }
      #sidebar .widget.oms_persistent_widget_video .title {
        display: none; }
      #sidebar .widget.oms_persistent_widget_video .sideBar_VideoElementHolder a[data-solarbox]::before {
        font-size: 28px;
        line-height: 64px;
        border-radius: 0;
        border-bottom: 4px #AF362E solid;
        width: 66px;
        height: 64px;
        background: #DE453A;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        margin: 0 auto; }
    #sidebar .widget.oms_persistent_widget_map {
      padding: 0; }
      #sidebar .widget.oms_persistent_widget_map .title {
        display: none; }
      #sidebar .widget.oms_persistent_widget_map .sideBar_MapList {
        padding: 32px 20px 46px; }
        #sidebar .widget.oms_persistent_widget_map .sideBar_MapList .sideBar_MapListAddress {
          margin: 0; }
          #sidebar .widget.oms_persistent_widget_map .sideBar_MapList .sideBar_MapListAddress .sideBar_MapAddressElement {
            font-size: 15px;
            line-height: 1.66667; }
            #sidebar .widget.oms_persistent_widget_map .sideBar_MapList .sideBar_MapListAddress .sideBar_MapAddressElement.nameText {
              font-family: "Adelle Sans", sans-serif;
              font-weight: 700;
              font-size: 25px;
              color: #595959;
              margin: 0 0 8px 0; }
            #sidebar .widget.oms_persistent_widget_map .sideBar_MapList .sideBar_MapListAddress .sideBar_MapAddressElement.cityStateZipText, #sidebar .widget.oms_persistent_widget_map .sideBar_MapList .sideBar_MapListAddress .sideBar_MapAddressElement.directionsText, #sidebar .widget.oms_persistent_widget_map .sideBar_MapList .sideBar_MapListAddress .sideBar_MapAddressElement.phoneText, #sidebar .widget.oms_persistent_widget_map .sideBar_MapList .sideBar_MapListAddress .sideBar_MapAddressElement.emailText {
              margin: 0 0 14px 0; }
          #sidebar .widget.oms_persistent_widget_map .sideBar_MapList .sideBar_MapListAddress a:not(.button) {
            color: #000; }
    #sidebar .widget.widget_categories {
      max-height: 400px;
      overflow-y: scroll; }
      #sidebar .widget.widget_categories .title {
        display: block; }
      #sidebar .widget.widget_categories ul {
        margin: 0; }
        #sidebar .widget.widget_categories ul li {
          list-style: none;
          margin: 0 0 10px 0; }
          #sidebar .widget.widget_categories ul li a {
            color: #555; }
        #sidebar .widget.widget_categories ul ul {
          margin: 10px 0 0 25px; }
    #sidebar .widget.oms_persistent_widget_links {
      background: #fff;
      padding: 0;
      border-top: 0;
      border-bottom: 0; }
      #sidebar .widget.oms_persistent_widget_links a.sidebar_link {
        height: 110px;
        display: block;
        position: relative;
        background: #eeeeee;
        border-left: 5px #dedede solid;
        padding: 14px 14px 14px;
        margin: 0 0 1px 0; }
        #sidebar .widget.oms_persistent_widget_links a.sidebar_link .link_title {
          font-family: "Adelle Sans", sans-serif;
          font-weight: 700;
          color: #595959;
          font-size: 25px;
          line-height: 34px; }
        #sidebar .widget.oms_persistent_widget_links a.sidebar_link .link_text {
          width: 100%;
          position: absolute;
          text-align: right;
          font-size: 15px;
          right: 14px;
          bottom: 5px; }
        #sidebar .widget.oms_persistent_widget_links a.sidebar_link:hover {
          text-decoration: none;
          background: #DE453A;
          border-left: 5px #AF362E solid; }
          #sidebar .widget.oms_persistent_widget_links a.sidebar_link:hover .link_title {
            color: #fff; }
          #sidebar .widget.oms_persistent_widget_links a.sidebar_link:hover .link_text {
            color: #000; }

.sub-menu-wrapper {
  background: #eee; }
  .sub-menu-wrapper .sub-menu ul {
    margin: 0;
    padding: 0; }
  .sub-menu-wrapper .sub-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sub-menu-wrapper .sub-menu li + li:before {
      display: inline-block;
      content: '|';
      margin: 0 15px 0 10px;
      color: #999; }
    .sub-menu-wrapper .sub-menu li a {
      display: inline-block;
      padding: 10px 0; }

footer {
  border-top: 5px #DE453A solid;
  background: #000;
  color: #AFAFAF;
  padding: 26px 0 0 0; }
  @media (min-width: 992px) {
    footer #footerTop .footer_left {
      padding-right: 0; } }
  footer #footerTop .footer_left ul.menu {
    text-align: left;
    list-style: none inside none;
    padding: 0;
    margin: 10px 0 45px 0; }
    footer #footerTop .footer_left ul.menu li {
      list-style: none inside none;
      padding: 0 0 0 0;
      margin: 0 0 9px 0; }
      footer #footerTop .footer_left ul.menu li a {
        font-family: "Adelle Sans", sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #FFF;
        line-height: 1; }
        footer #footerTop .footer_left ul.menu li a:after {
          content: "\00a0\f061";
          opacity: 0;
          font-family: "FontAwesome", sans-serif;
          font-size: 14px;
          vertical-align: middle;
          margin: 0 0 0 6px; }
        footer #footerTop .footer_left ul.menu li a:hover {
          color: #DE453A;
          text-decoration: none; }
          footer #footerTop .footer_left ul.menu li a:hover:after {
            opacity: 1; }
  footer #footerTop .footer_middle {
    font-size: 15px;
    line-height: 1.6; }
    footer #footerTop .footer_middle h3 {
      margin: 8px 0px 3px 0px; }
    footer #footerTop .footer_middle .pinpointe_signup_form {
      position: relative;
      padding: 0; }
      footer #footerTop .footer_middle .pinpointe_signup_form header {
        display: none; }
      footer #footerTop .footer_middle .pinpointe_signup_form .pinpointe_status_underlay {
        background: none; }
        footer #footerTop .footer_middle .pinpointe_signup_form .pinpointe_status_underlay em {
          color: #FFF !important; }
        footer #footerTop .footer_middle .pinpointe_signup_form .pinpointe_status_underlay #pinpointe_signup_shortcode_processing,
        footer #footerTop .footer_middle .pinpointe_signup_form .pinpointe_status_underlay #pinpointe_signup_shortcode_success,
        footer #footerTop .footer_middle .pinpointe_signup_form .pinpointe_status_underlay #pinpointe_signup_shortcode_error {
          height: 62px;
          text-align: left;
          padding: 0; }
      footer #footerTop .footer_middle .pinpointe_signup_form fieldset {
        background: none;
        padding: 0; }
        footer #footerTop .footer_middle .pinpointe_signup_form fieldset:before {
          display: block;
          position: absolute;
          width: 30px;
          height: 30px;
          font-size: 20px;
          font-family: FontAwesome;
          color: #FFF;
          content: "\f0e0";
          z-index: 30;
          margin: 14px 0 0 16px; }
        footer #footerTop .footer_middle .pinpointe_signup_form fieldset section {
          margin: 0; }
          footer #footerTop .footer_middle .pinpointe_signup_form fieldset section input {
            border: none;
            height: 62px;
            line-height: 62px;
            background: #D7D7D7;
            color: #797979;
            padding: 6px 24px 6px 56px; }
            footer #footerTop .footer_middle .pinpointe_signup_form fieldset section input::-webkit-input-placeholder, footer #footerTop .footer_middle .pinpointe_signup_form fieldset section input::-moz-placeholder, footer #footerTop .footer_middle .pinpointe_signup_form fieldset section input:-ms-input-placeholder, footer #footerTop .footer_middle .pinpointe_signup_form fieldset section input:-moz-placeholder {
              color: #797979; }
      footer #footerTop .footer_middle .pinpointe_signup_form footer {
        height: 0;
        background: none;
        padding: 0;
        position: relative;
        width: 100%; }
        @media (min-width: 768px) {
          footer #footerTop .footer_middle .pinpointe_signup_form footer {
            position: absolute;
            top: -35px;
            right: 0;
            width: 105px; } }
        footer #footerTop .footer_middle .pinpointe_signup_form footer button {
          box-sizing: border-box;
          opacity: 1;
          width: 100%;
          max-width: 100%;
          height: 62px;
          line-height: 62px;
          text-align: center;
          right: 0;
          padding: 0 20px; }
          @media (min-width: 768px) {
            footer #footerTop .footer_middle .pinpointe_signup_form footer button {
              text-align: left; } }
          footer #footerTop .footer_middle .pinpointe_signup_form footer button:after {
            line-height: 30px;
            top: 14px; }
  footer #footerTop .footer_right {
    font-size: 15px;
    line-height: 1.86667; }
    footer #footerTop .footer_right h3 {
      margin: 8px 0px 1px 0px; }
    footer #footerTop .footer_right p {
      margin: 0 0 30px; }
  footer #footerTop .footer_middle,
  footer #footerTop .footer_right {
    margin-bottom: 45px; }
    footer #footerTop .footer_middle h3,
    footer #footerTop .footer_right h3 {
      font-size: 22px; }
  footer #footerBottom {
    background: #202020;
    line-height: 42px; }
    @media (min-width: 992px) {
      footer #footerBottom {
        height: 42px; } }
    footer #footerBottom .copyright {
      text-align: center;
      color: #FFF; }
      @media (min-width: 992px) {
        footer #footerBottom .copyright {
          text-align: left; } }
      footer #footerBottom .copyright #copyright-menu {
        display: block; }
        @media (min-width: 992px) {
          footer #footerBottom .copyright #copyright-menu {
            display: inline-block; } }
        footer #footerBottom .copyright #copyright-menu ul {
          display: inline-block;
          margin: 0; }
          footer #footerBottom .copyright #copyright-menu ul li {
            display: block;
            margin: 0; }
            @media (min-width: 992px) {
              footer #footerBottom .copyright #copyright-menu ul li {
                display: inline-block; } }
            footer #footerBottom .copyright #copyright-menu ul li .divider {
              display: none;
              font-size: 13px;
              vertical-align: baseline;
              color: #AFAFAF;
              margin: 0 12px 0 12px; }
              @media (min-width: 992px) {
                footer #footerBottom .copyright #copyright-menu ul li .divider {
                  display: inline-block; } }
            footer #footerBottom .copyright #copyright-menu ul li a {
              color: #AFAFAF;
              letter-spacing: 1px;
              font-weight: normal; }
              footer #footerBottom .copyright #copyright-menu ul li a:hover {
                color: #FFF;
                text-decoration: none; }
    footer #footerBottom .socialMedia {
      text-align: center; }
      @media (min-width: 992px) {
        footer #footerBottom .socialMedia {
          text-align: right; } }
      footer #footerBottom .socialMedia ul {
        height: 42px;
        overflow: hidden;
        margin: 0;
        padding: 0; }
        footer #footerBottom .socialMedia ul li {
          display: inline-block;
          list-style: none;
          margin: 0 0 0 26px;
          padding: 0; }
          footer #footerBottom .socialMedia ul li a {
            font-size: 24px;
            color: #A1A1A0;
            text-decoration: none; }
            footer #footerBottom .socialMedia ul li a .fa-linkedin {
              color: #007BB6; }
            footer #footerBottom .socialMedia ul li a .fa-facebook-official {
              color: #3B5998; }
            footer #footerBottom .socialMedia ul li a .fa-twitter {
              color: #00ACED; }
            footer #footerBottom .socialMedia ul li a .fa-google-plus {
              color: #DD4B39; }
            footer #footerBottom .socialMedia ul li a:hover {
              text-decoration: none; }
  footer .backToTop {
    display: none;
    clear: both;
    text-align: center; }

/* Features */
.post--bio.bio {
  border: none;
  text-align: center;
  margin: 34px 0 0 0; }
  .post--bio.bio > a {
    display: inline-block; }

.bio--desc {
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  text-transform: uppercase;
  text-align: right;
  color: #FFF;
  right: 40px;
  bottom: 0;
  padding: 20px 0 10px 0;
  transition: .3s;
  z-index: 10; }
  .bio--desc .bio--name {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 6px 0; }
  .bio--desc .bio--position {
    font-size: 15px;
    font-weight: normal; }

.bio--ro {
  position: absolute;
  width: 180px;
  box-sizing: border-box;
  right: -155px;
  bottom: 18px;
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  background: #DE453A;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding: 24px 35px 16px 25px;
  transition: .3s; }
  .bio--ro:after {
    position: absolute;
    font-size: 14px;
    content: '\f061';
    color: #AF362E;
    top: 22px;
    right: 15px;
    font-family: "FontAwesome", sans-serif; }

.bio--overlay {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+58,0.5+100 */
  background: -moz-linear-gradient(top, transparent 0%, transparent 58%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 58%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
  transition: .2s; }

.bio--holder {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .bio--holder a:hover .bio--overlay {
      background: #000;
      opacity: .64; } }
  @media (min-width: 768px) {
    .bio--holder a:hover .bio--ro {
      right: 0px; } }
  @media (min-width: 768px) {
    .bio--holder a:hover .bio--desc {
      opacity: 0; } }

.bio .editLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block; }
  .bio .editLink a {
    display: none;
    background: #407E2C;
    padding: 2px 5px;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    margin: 0 40px; }
    .bio .editLink a:hover {
      color: #FFF; }
.bio:hover .editLink a {
  display: block; }

#interior.bio_interior {
  position: relative;
  padding-top: 15px; }

.back_link {
  margin: 0 0 10px 0; }

.bio_bg {
  position: absolute;
  height: 52px;
  width: 100%;
  background: #DE453A;
  top: 150px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .bio_bg {
      top: 100px; } }

#bio_header_left {
  margin: 0 0 36px 0; }
  @media (min-width: 768px) {
    #bio_header_left {
      padding-right: 0;
      margin: 0 0 36px 0; } }

#bio_header_right {
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    #bio_header_right {
      padding-left: 0;
      margin: 50px 0 36px; } }
  @media (min-width: 992px) {
    #bio_header_right {
      margin-top: 100px; } }
  #bio_header_right #bio_name {
    display: inline-block;
    background: #FFF;
    padding: 0 0 0 0; }
    @media (min-width: 768px) {
      #bio_header_right #bio_name {
        padding: 0 30px 0 35px; } }
    #bio_header_right #bio_name h1 {
      line-height: 1;
      margin: 0 0 10px 0; }
  #bio_header_right #bio_position {
    font-family: "Adelle Sans", sans-serif;
    text-transform: uppercase; }

#bio_content_left {
  margin: 0 0 36px 0; }
  @media (min-width: 768px) {
    #bio_content_left {
      margin: 0 0 0 0; } }
  #bio_content_left #contact_info_title {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    color: #595959;
    font-size: 25px;
    margin: 0 0 8px 0; }
  #bio_content_left #contact_info {
    border-bottom: 4px #EEE solid;
    padding: 0 0 16px;
    margin: 0 0 10px; }
    #bio_content_left #contact_info .contact_info_row {
      display: block;
      font-size: 15px;
      color: #999;
      margin: 0 0 0px 0; }
      #bio_content_left #contact_info .contact_info_row a, #bio_content_left #contact_info .contact_info_row i {
        color: #999; }
  #bio_content_left ul.bio_social {
    margin: 0px; }
    #bio_content_left ul.bio_social li {
      list-style: none;
      display: inline-block;
      font-size: 25px;
      margin: 0 16px 0 0; }
      #bio_content_left ul.bio_social li a {
        color: #999; }

.author_articles_container {
  margin-top: 42px;
  margin-bottom: 42px; }
  .author_articles_container .author_articles .author_articles_top h5.author_articles_title {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 8px 0; }
  .author_articles_container .author_articles .author_articles_top .divider {
    display: inline-block;
    border-right: 2px #D8D8D8 solid;
    height: 12px;
    margin: 0 12px; }
  .author_articles_container .author_articles .post:last-child {
    border-bottom: 8px solid #EEE; }

.bio-social {
  margin-top: 30px;
  text-align: center; }
  .bio-social a {
    display: block; }
    .bio-social a .fa {
      padding-right: 10px; }

#deals_and_comps_facets {
  background: #474747;
  padding: 15px 26px;
  margin: 0 0 36px 0; }
  #deals_and_comps_facets .facet_label {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #8F8F8F;
    margin: 0 0 15px 0; }
    @media (min-width: 768px) {
      #deals_and_comps_facets .facet_label {
        margin: 0 12px 0 0; } }
  #deals_and_comps_facets .widget_text {
    display: block; }
    @media (min-width: 768px) {
      #deals_and_comps_facets .widget_text {
        display: inline-block; } }
    #deals_and_comps_facets .widget_text h3.title {
      display: none; }
    #deals_and_comps_facets .widget_text .textwidget {
      display: block; }
      @media (min-width: 768px) {
        #deals_and_comps_facets .widget_text .textwidget {
          display: inline-block; } }
      #deals_and_comps_facets .widget_text .textwidget .facetwp-facet {
        display: block;
        margin: 0 0 15px 0; }
        @media (min-width: 768px) {
          #deals_and_comps_facets .widget_text .textwidget .facetwp-facet {
            display: inline-block;
            margin: 0 15px 0 0; } }
        @media (min-width: 992px) {
          #deals_and_comps_facets .widget_text .textwidget .facetwp-facet {
            margin: 0 34px 0 0; } }
        #deals_and_comps_facets .widget_text .textwidget .facetwp-facet:last-of-type {
          margin-right: 0; }
        #deals_and_comps_facets .widget_text .textwidget .facetwp-facet select {
          width: 100%;
          height: 50px;
          color: #9A9A9A;
          font-size: 14px;
          background: #EDEDED;
          text-transform: uppercase;
          letter-spacing: 3.5px;
          border-radius: 0;
          line-height: 50px;
          padding: 0 0 0 15px; }
          @media (min-width: 768px) {
            #deals_and_comps_facets .widget_text .textwidget .facetwp-facet select {
              width: 205px; } }
          @media (min-width: 992px) {
            #deals_and_comps_facets .widget_text .textwidget .facetwp-facet select {
              width: 220px; } }

.deals_and_comps .deal_thumb {
  position: relative;
  overflow: hidden;
  height: 224px;
  border-top: 2px #000 solid;
  border-bottom: 2px #848484 solid;
  text-align: center;
  margin: 0 0 40px 0; }
  .deals_and_comps .deal_thumb.deal_thumb_ad {
    border: none; }
    .deals_and_comps .deal_thumb.deal_thumb_ad:hover {
      border: none; }
  .deals_and_comps .deal_thumb .deal {
    position: absolute;
    height: 100%;
    width: 100%; }
    .deals_and_comps .deal_thumb .deal .title {
      width: 90%;
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 29px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: absolute;
      top: 50px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .deals_and_comps .deal_thumb .deal .arrow {
      position: absolute;
      font-size: 15px;
      left: 0;
      right: 0;
      bottom: 44px;
      margin: 0 auto; }
  .deals_and_comps .deal_thumb .deal_ro {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    background: #EBEBEB; }
    .deals_and_comps .deal_thumb .deal_ro .logo {
      width: 65%;
      max-height: 100px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      margin: 0 auto; }
      .deals_and_comps .deal_thumb .deal_ro .logo img {
        width: 100%; }
  .deals_and_comps .deal_thumb:hover {
    border-top: 2px #DE453A solid;
    border-bottom: 2px #DE453A solid; }
    .deals_and_comps .deal_thumb:hover .deal {
      display: none; }
    .deals_and_comps .deal_thumb:hover .deal_ro {
      display: block; }
.deals_and_comps .postsNav {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .deals_and_comps .postsNav {
      margin-top: 30px; } }
  .deals_and_comps .postsNav a {
    width: 100%;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .deals_and_comps .postsNav a {
        width: 160px;
        margin: 0 4px; } }
  .deals_and_comps .postsNav .postsNavNewer,
  .deals_and_comps .postsNav .postsNavOlder {
    display: block; }
    @media (min-width: 768px) {
      .deals_and_comps .postsNav .postsNavNewer,
      .deals_and_comps .postsNav .postsNavOlder {
        display: inline-block; } }
  .deals_and_comps .postsNav .postsNavNewer a {
    text-align: center; }
    @media (min-width: 768px) {
      .deals_and_comps .postsNav .postsNavNewer a {
        text-align: right; } }
  .deals_and_comps .postsNav .postsNavOlder a {
    text-align: center; }
    @media (min-width: 768px) {
      .deals_and_comps .postsNav .postsNavOlder a {
        text-align: left; } }

.single-deals_and_comps #expanded_top {
  background: #EFEFEF;
  padding: 32px 0 52px; }
  .single-deals_and_comps #expanded_top .left .logo {
    border-top: 6px #D8D8D8 solid;
    border-bottom: 6px #D8D8D8 solid; }
    .single-deals_and_comps #expanded_top .left .logo img {
      width: 100%; }
  .single-deals_and_comps #expanded_top .left .at_a_glance {
    border-bottom: 6px #D8D8D8 solid;
    padding: 10px 18px 20px; }
    .single-deals_and_comps #expanded_top .left .at_a_glance .at_a_glance_title {
      margin-bottom: 13px; }
    .single-deals_and_comps #expanded_top .left .at_a_glance li {
      margin: 0 0 15px; }
  .single-deals_and_comps #expanded_top .right img {
    width: 100%; }
.single-deals_and_comps #interior {
  border-bottom: 4px #EFEFEF solid; }
  .single-deals_and_comps #interior .interior-content {
    padding-top: 0;
    padding-bottom: 60px; }
    .single-deals_and_comps #interior .interior-content .deal_title {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .single-deals_and_comps #interior .interior-content .deal_title {
          padding-bottom: 22px; } }
    .single-deals_and_comps #interior .interior-content .mainContent {
      padding-bottom: 25px; }
      @media (min-width: 768px) {
        .single-deals_and_comps #interior .interior-content .mainContent {
          padding-bottom: 0; } }
    .single-deals_and_comps #interior .interior-content .calculator {
      padding-bottom: 25px; }
      @media (min-width: 768px) {
        .single-deals_and_comps #interior .interior-content .calculator {
          padding-bottom: 0; } }
.single-deals_and_comps #deal_bottom {
  padding: 46px 0;
  margin: 0 0 46px 0;
  border: 4px solid #efefef; }
  .single-deals_and_comps #deal_bottom .left {
    padding-bottom: 25px; }
    @media (min-width: 992px) {
      .single-deals_and_comps #deal_bottom .left {
        padding-bottom: 0; } }
    .single-deals_and_comps #deal_bottom .left table {
      width: 100%; }
      .single-deals_and_comps #deal_bottom .left table td, .single-deals_and_comps #deal_bottom .left table th {
        padding: 7px;
        border: 2px solid #CCC; }
  .single-deals_and_comps #deal_bottom .right .nf-form-cont {
    margin: 0 -15px; }
    @media (min-width: 992px) {
      .single-deals_and_comps #deal_bottom .right .nf-form-cont {
        padding: 22px 30px 15px;
        margin: 0 0 0 0; } }
    .single-deals_and_comps #deal_bottom .right .nf-form-cont button {
      width: 100%; }

.entry.hub {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .entry.hub > .row, #homeBottom #homeRight .entry.hub > .home-sidebar-post-area, .entry.hub > .interior-content, #recruiting_scorecard .rw_scoreboard_col .entry.hub > .rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .entry.hub > .rw_scoreboard_row, body.search .entry.hub > .result-wrapper, .entry.hub > ul.products {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .entry.hub .hub_container {
    position: relative; }
  .entry.hub .featured_tag {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    background: #616161;
    color: #FFF;
    font-size: 15px;
    top: 6px;
    left: 15px;
    padding: 0px 10px 2px;
    z-index: 10; }
  .entry.hub .hub_thumb {
    overflow: hidden;
    border-top: 6px #EEE solid;
    border-bottom: 6px #EEE solid;
    text-align: left;
    margin: 0 0 48px 0; }
    .entry.hub .hub_thumb.featured {
      border-top: 6px #616161 solid; }
    .entry.hub .hub_thumb .hub_link .title {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      display: block;
      font-size: 22px;
      line-height: 30px;
      color: #5E5E5E;
      margin: 14px auto 12px; }
    .entry.hub .hub_thumb .hub_link:hover {
      text-decoration: none; }
      .entry.hub .hub_thumb .hub_link:hover .title {
        color: #0170BA; }
    .entry.hub .hub_thumb .meta {
      border-top: 2px #EEE solid;
      padding: 8px 0 10px; }
      @media (min-width: 992px) {
        .entry.hub .hub_thumb .meta .date {
          float: left;
          width: 40%; } }
      .entry.hub .hub_thumb .meta .type {
        padding-top: 10px; }
        @media (min-width: 992px) {
          .entry.hub .hub_thumb .meta .type {
            padding-top: 0;
            float: left;
            width: 60%; } }
        .entry.hub .hub_thumb .meta .type i {
          display: inline-block;
          color: #B7B7B7;
          margin: 0 0 0 0; }
  @media (min-width: 768px) {
    .entry.hub .postsNav {
      margin: 30px 0 0 0; } }
  .entry.hub .postsNav a {
    width: 100%;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .entry.hub .postsNav a {
        width: 160px;
        margin: 0 4px; } }
  .entry.hub .postsNav .postsNavNewer,
  .entry.hub .postsNav .postsNavOlder {
    display: block; }
    @media (min-width: 768px) {
      .entry.hub .postsNav .postsNavNewer,
      .entry.hub .postsNav .postsNavOlder {
        display: inline-block; } }
  .entry.hub .postsNav .postsNavNewer a {
    text-align: center; }
    @media (min-width: 768px) {
      .entry.hub .postsNav .postsNavNewer a {
        text-align: right; } }
  .entry.hub .postsNav .postsNavOlder a {
    text-align: center; }
    @media (min-width: 768px) {
      .entry.hub .postsNav .postsNavOlder a {
        text-align: left; } }

.hub_page_header_container {
  margin: 0 0 40px; }
  .hub_page_header_container .hub-img-caption {
    font-style: italic;
    font-size: 14px;
    padding: 6px 0 0; }

.hub_page_header {
  margin: 0 0 0 !important; }
  .hub_page_header .type {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    height: 34px;
    background: #DE453A;
    font-size: 15px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 64px;
    padding: 0 26px 0 22px;
    margin: 0 0 0 0; }
    .hub_page_header .type:before {
      position: absolute;
      height: 34px;
      width: 100%;
      content: " ";
      background: #DE453A;
      opacity: .9;
      top: 0;
      left: -100%;
      transform: translateX(1px); }
  .hub_page_header .header_date {
    height: 34px;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 24px;
    padding: 0 0 0 22px; }

#hub_download_form {
  margin: 36px 0 0 0; }

#hub_download {
  display: none;
  background: #EFEFEF;
  padding: 12px 15px 20px;
  margin: 36px 0 0 0; }
  @media (min-width: 992px) {
    #hub_download {
      padding: 12px 30px 15px;
      margin: 40px 30px 0 0; } }
  #hub_download .hub_download_title .section-title {
    font-weight: normal;
    margin: 5px 0 14px; }

/* Layout */
.recruiting_scorecard_container #content,
.recruiting_wires_container #content {
  margin-bottom: 8px; }
.recruiting_scorecard_container #sidebar,
.recruiting_wires_container #sidebar {
  text-align: left;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .recruiting_scorecard_container #sidebar,
    .recruiting_wires_container #sidebar {
      text-align: right; } }
  .recruiting_scorecard_container #sidebar a.button,
  .recruiting_wires_container #sidebar a.button {
    width: auto;
    padding-right: 65px; }
  .recruiting_scorecard_container #sidebar #recruiting_wire_date_form,
  .recruiting_wires_container #sidebar #recruiting_wire_date_form {
    color: #8f8f8f;
    text-transform: uppercase; }
    .recruiting_scorecard_container #sidebar #recruiting_wire_date_form select,
    .recruiting_wires_container #sidebar #recruiting_wire_date_form select {
      background: #DE453A;
      border: none;
      width: 130px;
      height: 50px;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 3.5px;
      border-radius: 0;
      line-height: 50px;
      padding: 0 0 0 15px;
      margin: 0 0 0 6px; }

.recruiting_wires_container {
  margin-bottom: 8px; }

/* Scorecard */
#recruiting_scorecard {
  border-top: 6px #d8d8d8 solid;
  padding: 20px 0 0 0;
  margin: 0 0 48px 0; }
  #recruiting_scorecard .rw_scoreboard_col {
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      #recruiting_scorecard .rw_scoreboard_col {
        margin: 0; } }
    #recruiting_scorecard .rw_scoreboard_col:last-child {
      border-right: none; }
      #recruiting_scorecard .rw_scoreboard_col:last-child .rw_scoreboard_header,
      #recruiting_scorecard .rw_scoreboard_col:last-child .rw_scoreboard_row {
        border-right: none; }
    #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      border-right: 1px #d8d8d8 solid;
      font-size: 15px;
      text-transform: uppercase;
      padding-top: 5px;
      padding-bottom: 12px; }
      #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header .rw_scoreboard_header_right {
        text-align: right; }
    #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row {
      border-right: 1px #d8d8d8 solid;
      padding-bottom: 8px; }
      #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row.divider {
        padding-bottom: 6px; }
      #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row.rw_scoreboard_row_link {
        border-right: none; }
      #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_num {
        text-align: right; }
        #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_num.positive {
          color: #4ab253; }
        #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_num.negative {
          color: #de453a; }
      #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_link {
        padding-top: 12px; }
  #recruiting_scorecard.full .rw_scoreboard_col .rw_scoreboard_row .rw_scoreboard_divider .divider {
    border-bottom: 1px #eeeeee solid; }
  #recruiting_scorecard.full .rw_scoreboard_col .rw_scoreboard_row:last-child {
    border-bottom: none; }
    #recruiting_scorecard.full .rw_scoreboard_col .rw_scoreboard_row:last-child .rw_scoreboard_divider .divider {
      border-bottom: none; }

/* Moves */
#recruiting_wire_facets {
  background: #474747;
  border-bottom: 6px #d8d8d8 solid;
  padding: 15px 26px;
  margin: 0 0 22px 0; }
  #recruiting_wire_facets .rw_facets_right {
    text-align: left; }
    @media (min-width: 768px) {
      #recruiting_wire_facets .rw_facets_right {
        text-align: right; } }
  #recruiting_wire_facets .rw_facets_left .facet_label,
  #recruiting_wire_facets .rw_facets_right .facet_label {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #8f8f8f;
    margin: 0 0 6px 0; }
    @media (min-width: 768px) {
      #recruiting_wire_facets .rw_facets_left .facet_label,
      #recruiting_wire_facets .rw_facets_right .facet_label {
        margin: 0 12px 0 0; } }
  #recruiting_wire_facets .rw_facets_left .widget_text,
  #recruiting_wire_facets .rw_facets_right .widget_text {
    display: block; }
    @media (min-width: 768px) {
      #recruiting_wire_facets .rw_facets_left .widget_text,
      #recruiting_wire_facets .rw_facets_right .widget_text {
        display: inline-block; } }
    #recruiting_wire_facets .rw_facets_left .widget_text h3.title,
    #recruiting_wire_facets .rw_facets_right .widget_text h3.title {
      display: none; }
    #recruiting_wire_facets .rw_facets_left .widget_text .textwidget,
    #recruiting_wire_facets .rw_facets_right .widget_text .textwidget {
      display: block; }
      @media (min-width: 768px) {
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget {
          display: inline-block; } }
      #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-facet,
      #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-sort,
      #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-per-page,
      #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-facet,
      #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-sort,
      #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-per-page {
        display: block;
        margin: 0 0 15px 0; }
        @media (min-width: 768px) {
          #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-facet,
          #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-sort,
          #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-per-page,
          #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-facet,
          #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-sort,
          #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-per-page {
            display: inline-block;
            margin: 0 34px 0 0; } }
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-facet select,
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-facet input,
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-sort select,
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-sort input,
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-per-page select,
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-per-page input,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-facet select,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-facet input,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-sort select,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-sort input,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-per-page select,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-per-page input {
          width: 100%;
          height: 50px;
          color: #9a9a9a;
          font-size: 14px;
          background: #ededed;
          text-transform: uppercase;
          letter-spacing: 3.5px;
          border-radius: 0;
          line-height: 50px;
          padding: 0 0 0 15px; }
          @media (min-width: 768px) {
            #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-facet select,
            #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-facet input,
            #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-sort select,
            #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-sort input,
            #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-per-page select,
            #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-per-page input,
            #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-facet select,
            #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-facet input,
            #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-sort select,
            #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-sort input,
            #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-per-page select,
            #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-per-page input {
              width: 220px; } }
      #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search,
      #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search {
        border: none;
        margin: 0px; }
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search input,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search input {
          width: 100%;
          text-transform: none;
          letter-spacing: 0px; }
          @media (min-width: 768px) {
            #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search input,
            #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search input {
              width: 324px; } }
        #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search .facetwp-btn,
        #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search .facetwp-btn {
          float: right;
          width: 66px;
          height: 50px;
          opacity: 1;
          right: 0px;
          top: 0px; }
          #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search .facetwp-btn:before,
          #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search .facetwp-btn:before {
            background: none;
            color: #AF362E;
            vertical-align: middle;
            text-align: left;
            width: 100%;
            padding: 0 0 0 5px;
            margin: -10px 0 0 0; }
          #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search .facetwp-btn:hover:before,
          #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search .facetwp-btn:hover:before {
            color: #DE453A; }
          #recruiting_wire_facets .rw_facets_left .widget_text .textwidget .facetwp-type-search .facetwp-btn.f-reset:before,
          #recruiting_wire_facets .rw_facets_right .widget_text .textwidget .facetwp-type-search .facetwp-btn.f-reset:before {
            content: "\f00d"; }

.facetwp-sort-select {
  display: none; }

.recruiting_moves {
  margin: 0 0 65px 0; }
  .recruiting_moves .rm_table {
    width: 100%; }
    @media (min-width: 768px) {
      .recruiting_moves .rm_table {
        display: table; } }
    @media (min-width: 768px) {
      .recruiting_moves .rm_table .rm_header_row,
      .recruiting_moves .rm_table .rm_row {
        display: table-row; } }
    @media (min-width: 768px) {
      .recruiting_moves .rm_table .rm_header_row .rm_header,
      .recruiting_moves .rm_table .rm_row .rm_header {
        white-space: nowrap; } }
    @media (min-width: 768px) {
      .recruiting_moves .rm_table .rm_header_row .rm_header,
      .recruiting_moves .rm_table .rm_header_row .rm_col,
      .recruiting_moves .rm_table .rm_row .rm_header,
      .recruiting_moves .rm_table .rm_row .rm_col {
        display: table-cell;
        padding: 0 6px; } }
    .recruiting_moves .rm_table .rm_header_row {
      display: none; }
      @media (min-width: 768px) {
        .recruiting_moves .rm_table .rm_header_row {
          display: table-row; } }
      .recruiting_moves .rm_table .rm_header_row .rm_header a {
        text-transform: uppercase;
        font-weight: bold;
        color: #111;
        padding: 0 0 8px; }
        .recruiting_moves .rm_table .rm_header_row .rm_header a:hover {
          color: #0170BA;
          text-decoration: none; }
    .recruiting_moves .rm_table .rm_row {
      border-bottom: 1px #d8d8d8 solid;
      padding: 8px 0; }
      @media (min-width: 768px) {
        .recruiting_moves .rm_table .rm_row {
          border-bottom: none;
          padding: 0; } }
      .recruiting_moves .rm_table .rm_row .rm_col {
        border-bottom: none;
        font-size: 15px;
        line-height: 25px;
        padding: 0 6px; }
        @media (min-width: 768px) {
          .recruiting_moves .rm_table .rm_row .rm_col {
            border-bottom: 1px #d8d8d8 solid;
            padding: 6px 6px 8px; } }
        .recruiting_moves .rm_table .rm_row .rm_col .rw_mobile_label {
          font-weight: bold;
          color: #111; }
          @media (min-width: 768px) {
            .recruiting_moves .rm_table .rm_row .rm_col .rw_mobile_label {
              display: none; } }
      .recruiting_moves .rm_table .rm_row:last-child .rm_col {
        border-bottom: none; }
      .recruiting_moves .rm_table .rm_row .rm_col.new_firm {
        color: #4ab253; }
      .recruiting_moves .rm_table .rm_row .rm_col.old_firm {
        color: #de453a; }
  .recruiting_moves .facetwp-pager {
    margin: 12px; }

/* Middle Ads */
#recruiting_wires_ads {
  background: #efefef;
  margin: 0 0 56px 0; }
  #recruiting_wires_ads #top_header_ad {
    padding: 28px 0 34px;
    margin: 0; }

.post.detail {
  border: none;
  margin: 0 0 16px 0; }
  .post.detail h1 {
    margin: 0 0 4px 0; }
  .post.detail .post-date {
    margin: 0 0 3px 0; }
  .post.detail .authorImage {
    vertical-align: middle;
    margin: 0 20px 6px 0; }
    @media all and (min-width: 768px) {
      .post.detail .authorImage {
        margin: 0 20px 0 0; } }
    .post.detail .authorImage img {
      height: 68px;
      width: auto; }
  .post.detail #postMeta {
    margin: 0 0 24px 0; }
    .post.detail #postMeta .postMetaRight {
      display: inline-block; }
    .post.detail #postMeta .authorImage,
    .post.detail #postMeta .authorInfo,
    .post.detail #postMeta .firmName,
    .post.detail #postMeta .tags,
    .post.detail #postMeta .post-categories,
    .post.detail #postMeta .comment-count {
      display: inline-block; }
    .post.detail #postMeta .firmName {
      text-transform: uppercase; }
    .post.detail #postMeta a {
      color: #111;
      text-decoration: underline; }
  .post.detail .delimiter {
    display: inline-block;
    margin: 0 10px; }
  .post.detail .detail-featured-img {
    margin: 0 0 30px 0; }
    .post.detail .detail-featured-img img {
      width: 100%; }
  .post.detail .detail-featured-img-caption {
    font-style: italic;
    text-align: justify;
    font-size: 14px;
    margin: 6px 0 0 0; }
  .post.detail .external_link {
    display: inline-block;
    margin: 0 0 15px; }

.shareWrapper {
  border-top: 2px #CCC solid;
  padding: 26px 0 22px; }
  .shareWrapper.shareWrapperBottom {
    border-bottom: 1px #CCC solid;
    margin: 0 0 32px 0; }
  .shareWrapper .shareTitle {
    display: inline-block;
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 16px 0 0; }
  .shareWrapper .addthis_toolbox {
    display: inline-block;
    vertical-align: middle; }
    .shareWrapper .addthis_toolbox .custom_images {
      display: inline-block; }
      .shareWrapper .addthis_toolbox .custom_images a i {
        font-size: 38px; }
        .shareWrapper .addthis_toolbox .custom_images a i.linkedin {
          color: #007BB6; }
        .shareWrapper .addthis_toolbox .custom_images a i.twitter {
          color: #00ACED; }
        .shareWrapper .addthis_toolbox .custom_images a i.facebook {
          color: #3B5998; }
        .shareWrapper .addthis_toolbox .custom_images a i.pinterest {
          color: #C5222E; }
        .shareWrapper .addthis_toolbox .custom_images a i.email {
          color: #848484; }

.post.detail.no_image .shareWrapper {
  border-bottom: 2px #CCC solid;
  margin: 0 0 32px; }

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img {
  margin-bottom: 10px; }
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  display: none; }

.comments-template .comment-count {
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px #CCC solid;
  padding: 0 0 8px 0;
  margin: 0 0 0 0; }
.comments-template #comments {
  margin: 0 0 28px 0; }
  .comments-template #comments ul.comment-list {
    margin: 0; }
    .comments-template #comments ul.comment-list li.comment {
      border-bottom: 2px #DE453A solid;
      list-style: none;
      padding: 0;
      margin: 0; }
      .comments-template #comments ul.comment-list li.comment .comment-wrap {
        padding: 32px 0 28px; }
      .comments-template #comments ul.comment-list li.comment .comment-left-column img {
        width: 100%; }
      .comments-template #comments ul.comment-list li.comment .comment-right-column .comment-meta {
        color: #6C6C6C; }
      .comments-template #comments ul.comment-list li.comment .comment-right-column .reply {
        text-align: right; }
      .comments-template #comments ul.comment-list li.comment ul.children {
        margin: 0; }
        .comments-template #comments ul.comment-list li.comment ul.children li.comment {
          border-top: 2px #CCC solid;
          border-bottom: none; }
      .comments-template #comments ul.comment-list li.comment:last-child {
        border-bottom: 2px #CCC solid;
        margin: 0; }
.comments-template #reply-title {
  font-size: 18px;
  color: #FFF;
  margin: 5px 0 8px; }
.comments-template #respond {
  background: #434343;
  padding: 22px 34px 32px; }

.post {
  border-top: 8px solid #EEE; }
  .post.first:not(.category-enforcement-wire) {
    overflow: hidden;
    border: none;
    position: relative;
    margin-bottom: 15px; }
    .post.first:not(.category-enforcement-wire) .cover {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 5;
      opacity: .5;
      transition: .5s;
      background: rgba(0, 0, 0, 0.5); }
    .post.first:not(.category-enforcement-wire) .meta {
      position: absolute;
      z-index: 10;
      top: 80px;
      left: 65px;
      color: #FFF; }
      @media (min-width: 768px) {
        .post.first:not(.category-enforcement-wire) .meta {
          top: 80px;
          left: 65px; } }
      .post.first:not(.category-enforcement-wire) .meta a {
        color: #FFF;
        font-style: italic; }
        .post.first:not(.category-enforcement-wire) .meta a:hover {
          text-decoration: none;
          color: #FFF; }
    .post.first:not(.category-enforcement-wire) .article-title {
      color: #FFF;
      position: absolute;
      z-index: 10;
      top: 110px;
      left: 65px;
      padding-right: 65px;
      line-height: 1.3;
      font-size: 24px; }
      @media (min-width: 768px) {
        .post.first:not(.category-enforcement-wire) .article-title {
          font-size: 50px;
          top: 110px;
          left: 65px; } }
      .post.first:not(.category-enforcement-wire) .article-title a {
        color: #FFF; }
  .post:last-child {
    border-bottom: 8px solid #EEE; }
  .post.status-breaking {
    border-color: #DE453A; }
    .post.status-breaking .post-status a {
      background: #DE453A; }
  .post.status-exclusive, .post.status-featured {
    border-color: #616161; }
    .post.status-exclusive .post-status a, .post.status-featured .post-status a {
      background: #616161; }
  .post.status-featured {
    background: #DEDEDE; }
    .post.status-featured .article-title {
      font-size: 35px;
      line-height: 1.28571;
      margin-top: 50px; }
  .post .article-excerpt {
    color: #707070; }
  .post .article-excerpt > p:last-of-type {
    margin-bottom: 0; }
  .post .article-image {
    position: relative;
    padding-right: 0; }
    .post .article-image .article-image-holder {
      display: inline-block; }
    .post .article-image .post-status a {
      position: absolute;
      top: 0;
      left: 15px;
      display: inline-block;
      padding: 6px 11px 5px;
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 1;
      color: #FFF;
      text-transform: uppercase; }
      .post .article-image .post-status a:hover {
        text-decoration: none; }
  .post .article-content {
    padding: 20px 20px 20px 20px; }
    @media (min-width: 768px) {
      .post .article-content {
        padding: 20px 20px 20px 35px; } }
  .post.no_image .article-content {
    padding-top: 26px; }
  .post .firm {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 17px; }
    .post .firm a {
      color: #707070; }
  .post h2.article-title {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 22px; }
    .post h2.article-title a {
      color: #000; }
  .post .article-tags {
    color: #969696;
    margin: 18px 0 0 0; }
    .post .article-tags a {
      color: #969696; }
  .post .meta {
    color: #707070;
    font-style: italic;
    margin-bottom: 10px; }
    .post .meta a {
      color: #707070;
      font-style: normal; }
    .post .meta span {
      font-style: normal; }

@media (min-width: 768px) {
  .blogPostsNavWrapper {
    margin-top: 30px; } }
.blogPostsNavWrapper a {
  width: 100%;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .blogPostsNavWrapper a {
      width: 160px;
      margin: 0 4px; } }
.blogPostsNavWrapper .postsNavNewer,
.blogPostsNavWrapper .postsNavOlder {
  display: block; }
  @media (min-width: 768px) {
    .blogPostsNavWrapper .postsNavNewer,
    .blogPostsNavWrapper .postsNavOlder {
      display: inline-block; } }
.blogPostsNavWrapper .postsNavOlder a {
  text-align: center; }
  @media (min-width: 768px) {
    .blogPostsNavWrapper .postsNavOlder a {
      text-align: right; } }
.blogPostsNavWrapper .postsNavNewer a {
  text-align: center; }
  @media (min-width: 768px) {
    .blogPostsNavWrapper .postsNavNewer a {
      text-align: left; } }

/* Carousel */
#slideshow {
  background: #f1f1f1;
  position: relative;
  z-index: 10; }
  #slideshow .item img {
    width: 100%; }
  #slideshow .item .left, #slideshow .item .right {
    background: none; }
  #slideshow .item .asset {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0%; }
    #slideshow .item .asset video {
      display: none; }
      @media all and (min-width: 768px) {
        #slideshow .item .asset video {
          visibility: visible;
          margin: auto;
          transform: translate(0%, 0%);
          height: auto;
          padding: 0 !important;
          width: 100%;
          display: block; } }
  #slideshow .item .carousel-caption {
    background: #c8543c;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), #c8543c;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.05))), #c8543c;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)), #c8543c;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)), #c8543c;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)), #c8543c;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    border: 1px solid #b44b2f;
    border-bottom: none;
    padding: 15px 25px;
    display: inline-block;
    font-family: "myriad-pro-condensed", "Myriad Pro", Trebuchet MS, Arial, Sans-Serif, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(114, 69, 59, 0.75);
    position: static; }
    #slideshow .item .carousel-caption p {
      display: inline; }
    #slideshow .item .carousel-caption a {
      color: #ffe770;
      font-style: normal;
      font-weight: 700;
      text-decoration: none; }
      #slideshow .item .carousel-caption a:hover {
        text-decoration: underline; }
    @media (min-width: 768px) {
      #slideshow .item .carousel-caption {
        position: absolute;
        font-size: 28px;
        padding: 22px 50px; } }
  #slideshow .carousel-control {
    display: none; }
    @media (min-width: 768px) {
      #slideshow .carousel-control {
        display: block;
        font-size: 100px;
        line-height: 1;
        top: 50%;
        margin-top: -50px;
        background: none; } }
    #slideshow .carousel-control span {
      line-height: 1; }
  #slideshow .carousel-indicators {
    position: relative;
    left: auto;
    width: 100%;
    z-index: 100;
    margin: 0;
    background: #f0f0f0;
    padding: 14px 0 11px;
    position: relative;
    bottom: auto;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    -moz-box-shadow: inset 0 1px 0 #f6f6f6, 0px -8px 8px -7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 #f6f6f6, 0px -8px 8px -7px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 #f6f6f6, 0px -8px 8px -7px rgba(0, 0, 0, 0.2); }
    #slideshow .carousel-indicators li {
      margin: 0 5px;
      width: 15px;
      height: 15px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: none;
      background-color: #cacaca;
      -moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), inset 1px 1px 1px rgba(2, 3, 4, 0.24);
      -webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.6), inset 1px 1px 1px rgba(2, 3, 4, 0.24);
      box-shadow: 1px 1px rgba(255, 255, 255, 0.6), inset 1px 1px 1px rgba(2, 3, 4, 0.24); }
      #slideshow .carousel-indicators li.active {
        background-color: #757275; }

/* TRIBE EVENTS */
#tribe-events-pg-template {
  max-width: none; }

#tribe-events-content {
  margin: 0 0 0 0; }
  #tribe-events-content .tribe-events-user-recurrence-toggle {
    display: none; }
  #tribe-events-content .tribe-events-page-title {
    display: none; }
  #tribe-events-content #tribe-events-footer,
  #tribe-events-content .tribe-events-ical {
    display: none; }
  #tribe-events-content .tribe-events-loop {
    margin: 0 !important; }
    #tribe-events-content .tribe-events-loop .tribe-events-list-separator-month {
      border-bottom: 6px #EEE solid;
      text-align: left;
      padding: 0;
      margin: 0 0 0 0; }
      #tribe-events-content .tribe-events-loop .tribe-events-list-separator-month:after {
        display: none; }
      #tribe-events-content .tribe-events-loop .tribe-events-list-separator-month span {
        font-family: "Adelle Sans", sans-serif;
        font-weight: 400;
        display: inline-block;
        position: relative;
        text-align: left;
        font-size: 15px;
        padding: 0 0 6px 0;
        margin: 45px 0 25px 0; }
        #tribe-events-content .tribe-events-loop .tribe-events-list-separator-month span:after {
          position: absolute;
          display: block;
          content: " ";
          width: auto;
          border-bottom: 11px #DE453A solid;
          left: -52px;
          right: 0;
          top: auto;
          bottom: -10px; }
    #tribe-events-content .tribe-events-loop .type-tribe_events {
      border-bottom: 6px #EEE solid;
      padding: 20px 0 20px; }
      #tribe-events-content .tribe-events-loop .type-tribe_events .row, #tribe-events-content .tribe-events-loop .type-tribe_events #homeBottom #homeRight .home-sidebar-post-area, #homeBottom #homeRight #tribe-events-content .tribe-events-loop .type-tribe_events .home-sidebar-post-area, #tribe-events-content .tribe-events-loop .type-tribe_events .interior-content, #tribe-events-content .tribe-events-loop .type-tribe_events #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col #tribe-events-content .tribe-events-loop .type-tribe_events .rw_scoreboard_header, #tribe-events-content .tribe-events-loop .type-tribe_events #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col #tribe-events-content .tribe-events-loop .type-tribe_events .rw_scoreboard_row, #tribe-events-content .tribe-events-loop .type-tribe_events body.search .result-wrapper, body.search #tribe-events-content .tribe-events-loop .type-tribe_events .result-wrapper, #tribe-events-content .tribe-events-loop .type-tribe_events ul.products {
        margin: 0; }
      #tribe-events-content .tribe-events-loop .type-tribe_events .date_block {
        font-family: "Adelle Sans", sans-serif;
        font-weight: 700;
        border-bottom: 6px #EEE solid;
        text-align: center;
        color: #DE453A;
        line-height: 1;
        padding: 0 0 0 0; }
        #tribe-events-content .tribe-events-loop .type-tribe_events .date_block .date_block_month {
          font-size: 12px;
          text-transform: uppercase; }
        #tribe-events-content .tribe-events-loop .type-tribe_events .date_block .date_block_day {
          font-size: 25px;
          margin: -2px 0 14px 0; }
      #tribe-events-content .tribe-events-loop .type-tribe_events .post_content {
        padding: 0 0 0 30px; }
        #tribe-events-content .tribe-events-loop .type-tribe_events .post_content h2.tribe-events-list-event-title {
          display: block;
          font-size: 30px;
          line-height: 1.33333;
          margin: 0 0 14px; }
          #tribe-events-content .tribe-events-loop .type-tribe_events .post_content h2.tribe-events-list-event-title a {
            font-family: "Adelle Sans", sans-serif;
            font-weight: 700;
            color: #989898; }
            #tribe-events-content .tribe-events-loop .type-tribe_events .post_content h2.tribe-events-list-event-title a:hover {
              color: #0170BA; }
            #tribe-events-content .tribe-events-loop .type-tribe_events .post_content h2.tribe-events-list-event-title a:after {
              content: '\00A0\203A';
              margin: 0 0 0 -12px; }
        #tribe-events-content .tribe-events-loop .type-tribe_events .post_content .tribe-event-date-start,
        #tribe-events-content .tribe-events-loop .type-tribe_events .post_content .tribe-event-time,
        #tribe-events-content .tribe-events-loop .type-tribe_events .post_content .tribe-event-date-end {
          font-family: "Adelle Sans", sans-serif;
          font-weight: 700;
          font-size: 15px;
          text-transform: uppercase;
          margin: 0 0 20px; }
        #tribe-events-content .tribe-events-loop .type-tribe_events .post_content .recurringinfo {
          display: none; }
        #tribe-events-content .tribe-events-loop .type-tribe_events .post_content .tribe-events-event-cost {
          display: none; }
        #tribe-events-content .tribe-events-loop .type-tribe_events .post_content .tribe-events-read-more {
          display: none; }
  #tribe-events-content.tribe-events-single .tribe-events-back {
    margin: 0 0 8px; }
    #tribe-events-content.tribe-events-single .tribe-events-back a {
      font-weight: normal !important; }
  #tribe-events-content.tribe-events-single h1 {
    font-size: 45px !important;
    line-height: 1.33333 !important;
    margin: 0 0 18px 0; }
  #tribe-events-content.tribe-events-single .tribe-events-schedule {
    background: none;
    border: none;
    padding: 0;
    margin: 0; }
    #tribe-events-content.tribe-events-single .tribe-events-schedule .tribe-events-divider {
      display: none; }
    #tribe-events-content.tribe-events-single .tribe-events-schedule h3,
    #tribe-events-content.tribe-events-single .tribe-events-schedule .recurringinfo,
    #tribe-events-content.tribe-events-single .tribe-events-schedule .tribe-events-cost {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      color: #000 !important;
      display: block;
      text-transform: uppercase;
      font-size: 15px;
      margin: 0 0 16px 0; }
      #tribe-events-content.tribe-events-single .tribe-events-schedule h3 .event-is-recurring,
      #tribe-events-content.tribe-events-single .tribe-events-schedule .recurringinfo .event-is-recurring,
      #tribe-events-content.tribe-events-single .tribe-events-schedule .tribe-events-cost .event-is-recurring {
        color: #000 !important;
        font-weight: bold; }
    #tribe-events-content.tribe-events-single .tribe-events-schedule .recurringinfo {
      display: none; }
  #tribe-events-content.tribe-events-single .tribe-events-single-event-description {
    margin-bottom: 30px; }
  #tribe-events-content.tribe-events-single .tribe-events-cal-links {
    margin-bottom: 42px; }
  #tribe-events-content.tribe-events-single .tribe-events-meta-group-details {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    background: #F0F0F0;
    border-top: 6px #D8D8D8 solid;
    border-bottom: 6px #D8D8D8 solid;
    padding: 22px 24px 0px; }
    #tribe-events-content.tribe-events-single .tribe-events-meta-group-details .tribe-events-single-section-title {
      text-transform: none;
      font-size: 25px;
      margin: 0 0 14px; }
    #tribe-events-content.tribe-events-single .tribe-events-meta-group-details .detail {
      margin: 0 0 15px 0; }
      #tribe-events-content.tribe-events-single .tribe-events-meta-group-details .detail dt {
        display: inline-block;
        color: #8F8F8F;
        font-style: italic; }
      #tribe-events-content.tribe-events-single .tribe-events-meta-group-details .detail dd {
        display: inline-block;
        font-weight: bold;
        margin: 0 0 0 5px; }
        #tribe-events-content.tribe-events-single .tribe-events-meta-group-details .detail dd abbr {
          border-bottom: none !important; }

#sidebar {
  padding-top: 20px; }
  @media (min-width: 768px) {
    #sidebar {
      padding-top: 0; } }
  #sidebar .tribe-events-meta-group {
    background: #F0F0F0;
    border-top: 6px #D8D8D8 solid;
    padding: 14px 20px 20px; }
    #sidebar .tribe-events-meta-group dd {
      margin: 0 0 20px 0; }
    #sidebar .tribe-events-meta-group dt {
      font-weight: normal;
      margin: 0 0 4px 0; }
    #sidebar .tribe-events-meta-group .tribe-events-single-section-title {
      margin-bottom: 10px; }
    #sidebar .tribe-events-meta-group .tribe-venue {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      display: block;
      font-size: 25px;
      line-height: 1.4;
      color: #5E5E5E;
      margin: 0 0 12px;
      padding: 0; }
    #sidebar .tribe-events-meta-group .tribe-events-address .tribe-address {
      display: block;
      line-height: 24px;
      margin: 0 0 20px 0; }
    #sidebar .tribe-events-meta-group .tribe-events-address .tribe-region,
    #sidebar .tribe-events-meta-group .tribe-events-address .tribe-postal-code {
      display: inline-block;
      margin: 0 0 0 5px; }
    #sidebar .tribe-events-meta-group .tribe-events-address .tribe-country-name {
      display: none; }
    #sidebar .tribe-events-meta-group .tribe-events-gmap {
      display: block; }
  #sidebar .tribe-events-venue-map {
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #F0F0F0;
    border-bottom: 6px #D8D8D8 solid;
    padding: 0px;
    margin: 0px; }

.tribe-mini-calendar {
  text-align: center;
  width: 100%; }
  .tribe-mini-calendar thead.tribe-mini-calendar-nav td {
    background: #C8543C;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), #C8543C;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.05))), #C8543C;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)), #C8543C;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)), #C8543C;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)), #C8543C;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    border: 1px solid #B44B2F;
    color: #FFF; }
  .tribe-mini-calendar .tribe-mini-calendar-day-link {
    color: #C8543C; }
  .tribe-mini-calendar .tribe-events-present {
    background-color: #333 !important; }

.tribe-mini-calendar-event .list-daynumber {
  background: #333; }
.tribe-mini-calendar-event .list-date {
  background: #333 !important; }

#faqBlock {
  margin: 30px 0;
  padding: 0 15px; }
  #faqBlock .group-holder {
    margin: 20px 0; }
    #faqBlock .group-holder .faqItem {
      width: 100%;
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      border: 1px solid #ddd; }
      #faqBlock .group-holder .faqItem .collapse-heading {
        position: relative; }
        #faqBlock .group-holder .faqItem .collapse-heading h4 {
          margin: 0;
          padding: 0; }
          #faqBlock .group-holder .faqItem .collapse-heading h4 a {
            font-weight: normal;
            text-decoration: none;
            margin: 0;
            display: block;
            padding: 10px 15px; }
            #faqBlock .group-holder .faqItem .collapse-heading h4 a:after {
              font-family: FontAwesome;
              content: "\f176";
              position: absolute;
              right: 10px;
              top: 12px;
              font-size: 20px; }
            #faqBlock .group-holder .faqItem .collapse-heading h4 a.collapsed:after {
              content: "\f175"; }
      #faqBlock .group-holder .faqItem .collapse-inner {
        font-family: Geneva, Tahoma, Verdana, sans-serif;
        font-size: 14px;
        color: #585352;
        line-height: 1.78571;
        margin: 0 0 10px 15px; }

.expand_collapse a {
  font-size: 12px;
  color: #383130; }
.expand_collapse .expandAll {
  margin-right: 15px; }
  .expand_collapse .expandAll:before {
    font-family: FontAwesome;
    content: "\f175\00a0"; }
.expand_collapse .collapseAll:before {
  font-family: FontAwesome;
  content: "\f176\00a0"; }

.nf-form-cont {
  background: #DE453A;
  color: #FFF;
  margin: 0 -15px;
  padding: 20px 15px; }
  @media (min-width: 992px) {
    .nf-form-cont {
      padding: 28px 30px 15px;
      margin: 25px 30px 12px 0; } }
  .nf-form-cont .nf-form-title h3 {
    color: #FFF;
    margin: 5px 0 11px; }
    .nf-form-cont .nf-form-title h3:after {
      border-color: #AF362E;
      margin: 10px 0 0; }
  .nf-form-cont .login_error {
    font-weight: bold;
    margin: 0 0 25px 0; }
  .nf-form-cont .nf-form-fields-required {
    margin: 0 0 8px 0; }
  .nf-form-cont .ninja-forms-req-symbol,
  .nf-form-cont .nf-error-msg {
    color: #FFF; }
  .nf-form-cont .nf-form-content {
    padding: 26px 0 0 0; }
  .nf-form-cont .field-wrap {
    clear: both;
    width: 100%; }
  .nf-form-cont .ninja-forms-required-items {
    margin-bottom: 10px; }
  .nf-form-cont .isOptional-wrap label:after {
    content: " (optional)";
    color: #909090;
    font-weight: normal !important; }
  .nf-form-cont label {
    display: block !important;
    padding-bottom: 5px; }
  .nf-form-cont .nf-field-container {
    position: relative;
    margin: 0 0 15px 0; }
  .nf-form-cont .hidden-container {
    display: none; }
  .nf-form-cont .nf-field-element,
  .nf-form-cont .login-username,
  .nf-form-cont .login-password {
    position: relative; }
  .nf-form-cont .nf-field-container:not(.html-container):not(.file_upload-container):not(.submit-container) .nf-field-element:before,
  .nf-form-cont .nf-field-container:not(.html-container):not(.file_upload-container):not(.submit-container) .login-username:before,
  .nf-form-cont .nf-field-container:not(.html-container):not(.file_upload-container):not(.submit-container) .login-password:before {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-family: FontAwesome;
    color: #FFF;
    content: "\f040";
    z-index: 30;
    margin: 15px 0 0 16px; }
  .nf-form-cont .login-username:before,
  .nf-form-cont .login-password:before {
    margin-top: 48px; }
  .nf-form-cont .nf-field-container.name .nf-field-element:before,
  .nf-form-cont .login-username:before {
    content: "\f007"; }
  .nf-form-cont .login-password:before {
    content: "\f023"; }
  .nf-form-cont .nf-field-container.email .nf-field-element:before {
    content: "\f0e0"; }
  .nf-form-cont .nf-field-container.role .nf-field-element:before {
    content: "\f0b1"; }
  .nf-form-cont .nf-field-container.firm .nf-field-element:before {
    content: "\f1ad"; }
  .nf-form-cont .nf-field-container.phone .nf-field-element:before {
    content: "\f095"; }
  .nf-form-cont .nf-field-container.calendar .nf-field-element:before {
    content: "\f073"; }
  .nf-form-cont .nf-field-container.submit-container .nf-field-element:before {
    display: none; }
  .nf-form-cont input[type=text],
  .nf-form-cont input[type=password],
  .nf-form-cont input[type=email],
  .nf-form-cont input[type=tel],
  .nf-form-cont select,
  .nf-form-cont .textarea-wrap textarea {
    border: none;
    width: 100% !important;
    height: 62px;
    background: #D7D7D7;
    color: #797979;
    padding: 6px 24px 6px 56px; }
    .nf-form-cont input[type=text]::-webkit-input-placeholder, .nf-form-cont input[type=text]::-moz-placeholder, .nf-form-cont input[type=text]:-ms-input-placeholder, .nf-form-cont input[type=text]:-moz-placeholder,
    .nf-form-cont input[type=password]::-webkit-input-placeholder,
    .nf-form-cont input[type=password]::-moz-placeholder,
    .nf-form-cont input[type=password]:-ms-input-placeholder,
    .nf-form-cont input[type=password]:-moz-placeholder,
    .nf-form-cont input[type=email]::-webkit-input-placeholder,
    .nf-form-cont input[type=email]::-moz-placeholder,
    .nf-form-cont input[type=email]:-ms-input-placeholder,
    .nf-form-cont input[type=email]:-moz-placeholder,
    .nf-form-cont input[type=tel]::-webkit-input-placeholder,
    .nf-form-cont input[type=tel]::-moz-placeholder,
    .nf-form-cont input[type=tel]:-ms-input-placeholder,
    .nf-form-cont input[type=tel]:-moz-placeholder,
    .nf-form-cont select::-webkit-input-placeholder,
    .nf-form-cont select::-moz-placeholder,
    .nf-form-cont select:-ms-input-placeholder,
    .nf-form-cont select:-moz-placeholder,
    .nf-form-cont .textarea-wrap textarea::-webkit-input-placeholder,
    .nf-form-cont .textarea-wrap textarea::-moz-placeholder,
    .nf-form-cont .textarea-wrap textarea:-ms-input-placeholder,
    .nf-form-cont .textarea-wrap textarea:-moz-placeholder {
      color: #797979; }
  .nf-form-cont .textarea-wrap textarea {
    height: 270px;
    padding-top: 18px; }
  .nf-form-cont #rememberme {
    margin: 0 4px 0 0; }
  .nf-form-cont .submit-container button,
  .nf-form-cont .login-submit .button-primary {
    width: 236px;
    margin: 0; }
  .nf-form-cont .login-submit .button-primary {
    text-align: center; }
  .nf-form-cont .ninja-forms-field-error {
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
    clear: both; }
  .nf-form-cont .submit-wrap {
    text-align: right;
    background: none;
    border: none; }

#locations_map {
  padding-left: 0; }

#locations_list {
  padding: 0; }

.locator-wrapper {
  padding-top: 40px;
  padding-bottom: 120px;
  background: #F5F5F5; }

#locations.row, #homeBottom #homeRight #locations.home-sidebar-post-area, #locations.interior-content, #recruiting_scorecard .rw_scoreboard_col #locations.rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col #locations.rw_scoreboard_row, body.search #locations.result-wrapper, ul#locations.products {
  margin: 0; }

@media (min-width: 768px) {
  #locations_map,
  #locations_list,
  .list--wrapper {
    height: 500px; } }
#locations_map.single,
#locations_list.single,
.list--wrapper.single {
  height: 300px; }

#locations_map {
  float: left;
  width: 66.66667%;
  left: 33.33333%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 15px; }
  #locations_map img {
    max-width: none;
    min-width: none;
    width: inherit; }

@media (max-width: 767px) {
  .hidden-xs, #leftBar, .bio .editLink, #locations_map, .full_width_block .editLink, .two_column_block .editLink, .three_column_block .editLink,
  #locations_map {
    display: none !important; } }
#locations_list {
  background: #DDD9D3;
  float: left;
  width: 33.33333%;
  position: relative;
  min-height: 1px;
  right: 66.66667%;
  padding: 0; }
  @media (max-width: 767px) {
    #locations_list {
      clear: both;
      width: 100%;
      right: auto; } }
  #locations_list .desktop-only {
    display: none; }
    @media (min-width: 768px) {
      #locations_list .desktop-only {
        display: block; } }
  @media (min-width: 768px) {
    #locations_list .meta-label.desktop-only {
      display: inline-block; } }
  #locations_list .meta-label {
    margin-right: 8px; }
  @media (min-width: 768px) {
    #locations_list .meta-label + .desktop-only {
      display: inline-block; } }
  #locations_list .mobile-only {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      #locations_list .mobile-only {
        display: none; } }

.list--wrapper {
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .list--wrapper {
      height: auto;
      overflow-y: visible; } }

.list--row {
  padding: 15px;
  font-size: 14px;
  line-height: 21px; }
  .list--row:nth-child(odd) {
    background: #E4E1DE; }
  .list--row.bubble {
    line-height: 21px;
    background: none; }
    .list--row.bubble .mobile-only {
      display: none !important; }

.list--row--icon {
  display: none; }
  @media (min-width: 768px) {
    .list--row--icon {
      display: block;
      float: left;
      cursor: pointer; } }
  .list--row--icon img {
    margin-left: 2px;
    width: 24px;
    height: auto; }
    @media (min-width: 992px) {
      .list--row--icon img {
        width: 44px; } }

.list--row.bubble {
  padding: 0;
  border-bottom: none;
  font-size: 12px; }
.list--row:not(.bubble) .list--row--address,
.list--row:not(.bubble) .list--row--taxonomy,
.list--row:not(.bubble) .list--row--meta {
  color: #646464;
  font-size: 13px;
  line-height: 18px; }
  @media (min-width: 768px) {
    .list--row:not(.bubble) .list--row--address,
    .list--row:not(.bubble) .list--row--taxonomy,
    .list--row:not(.bubble) .list--row--meta {
      padding-left: 42px; } }
  @media (min-width: 992px) {
    .list--row:not(.bubble) .list--row--address,
    .list--row:not(.bubble) .list--row--taxonomy,
    .list--row:not(.bubble) .list--row--meta {
      padding-left: 62px; } }
.list--row-single {
  padding: 0; }

.list--row--target {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer; }
  .list--row--target.list--row--icon {
    float: none; }
  .list--row--target i {
    font-size: 14px; }

.list--row--taxonomy {
  margin-top: 8px;
  font-style: italic; }
  .list--row--taxonomy .delimiter {
    margin: 0 8px;
    font-weight: normal;
    font-style: italic; }

#locations_filter {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  #locations_filter .filter--label {
    font-size: 17px;
    color: #222121;
    float: left;
    margin: 7px 15px 0 0; }
  #locations_filter .facetwp-facet {
    float: left; }
  #locations_filter .facetwp-loading {
    margin-top: 12px; }
  #locations_filter label {
    display: block; }
  #locations_filter input[type=text],
  #locations_filter select {
    height: 50px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    outline: none; }

.widget.locations_single .list--row--target {
  display: none; }
.widget.locations_single .desktop-only {
  display: none; }
  @media (min-width: 768px) {
    .widget.locations_single .desktop-only {
      display: block; } }
.widget.locations_single .meta-label {
  margin-right: 8px; }
@media (min-width: 768px) {
  .widget.locations_single .meta-label.desktop-only {
    display: inline-block; } }
@media (min-width: 768px) {
  .widget.locations_single .meta-label + .desktop-only {
    display: inline-block; } }
.widget.locations_single .mobile-only {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .widget.locations_single .mobile-only {
      display: none; } }

.ubermenu-responsive-toggle {
  position: relative !important;
  text-indent: -999em !important; }
  .ubermenu-responsive-toggle i {
    text-indent: 0;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    margin-right: 0 !important;
    width: auto !important; }
    .ubermenu-responsive-toggle i:before {
      text-indent: 0; }

#primary-navigation-menu {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    #primary-navigation-menu .ubermenu-nav {
      float: right; } }
  #primary-navigation-menu .ubermenu-nav > li > a {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-decoration: none; }
    #primary-navigation-menu .ubermenu-nav > li > a:hover {
      color: #DE453A;
      text-decoration: none; }
    #primary-navigation-menu .ubermenu-nav > li > a:focus, #primary-navigation-menu .ubermenu-nav > li > a:hover {
      outline: none; }
  #primary-navigation-menu .ubermenu-submenu {
    background: #fff; }
    #primary-navigation-menu .ubermenu-submenu a {
      color: #DE453A; }
      #primary-navigation-menu .ubermenu-submenu a:hover {
        color: #AF362E; }
  #primary-navigation-menu .ubermenu-target-title {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none; }
  #primary-navigation-menu .ubermenu-tabs-group > li > a {
    -moz-transition: background 0.3;
    -o-transition: background 0.3;
    -webkit-transition: background 0.3;
    transition: background 0.3;
    background: white; }
    #primary-navigation-menu .ubermenu-tabs-group > li > a:hover {
      background: #eeeeee;
      color: #616161; }
  #primary-navigation-menu .ubermenu-tabs-group .ubermenu-target-title {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none; }
  #primary-navigation-menu .ubermenu-tab-content-panel .ubermenu-target-title {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none; }

.full_width_block, .two_column_block, .three_column_block {
  padding: 20px 0;
  position: relative; }
  @media (min-width: 768px) {
    .full_width_block, .two_column_block, .three_column_block {
      padding: 38px 0; } }
  .full_width_block header, .two_column_block header, .three_column_block header {
    margin-bottom: 28px; }
  .full_width_block .editLink, .two_column_block .editLink, .three_column_block .editLink {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block; }
    .full_width_block .editLink a, .two_column_block .editLink a, .three_column_block .editLink a {
      display: block;
      background: #407e2c;
      padding: 5px 10px;
      color: #FFF;
      text-decoration: none;
      font-size: 14px; }
      .full_width_block .editLink a:hover, .two_column_block .editLink a:hover, .three_column_block .editLink a:hover {
        color: #FFF; }
  .full_width_block.red .block.text .wrapper, .two_column_block.red .block.text .wrapper, .three_column_block.red .block.text .wrapper {
    background: #DE453A; }
  .full_width_block.reverse .row.reverse, .full_width_block.reverse #homeBottom #homeRight .reverse.home-sidebar-post-area, #homeBottom #homeRight .full_width_block.reverse .reverse.home-sidebar-post-area, .full_width_block.reverse .reverse.interior-content, .full_width_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .full_width_block.reverse .reverse.rw_scoreboard_header, .full_width_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col .full_width_block.reverse .reverse.rw_scoreboard_row, .full_width_block.reverse body.search .reverse.result-wrapper, body.search .full_width_block.reverse .reverse.result-wrapper, .full_width_block.reverse ul.reverse.products, .two_column_block.reverse .row.reverse, .two_column_block.reverse #homeBottom #homeRight .reverse.home-sidebar-post-area, #homeBottom #homeRight .two_column_block.reverse .reverse.home-sidebar-post-area, .two_column_block.reverse .reverse.interior-content, .two_column_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .two_column_block.reverse .reverse.rw_scoreboard_header, .two_column_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col .two_column_block.reverse .reverse.rw_scoreboard_row, .two_column_block.reverse body.search .reverse.result-wrapper, body.search .two_column_block.reverse .reverse.result-wrapper, .two_column_block.reverse ul.reverse.products, .three_column_block.reverse .row.reverse, .three_column_block.reverse #homeBottom #homeRight .reverse.home-sidebar-post-area, #homeBottom #homeRight .three_column_block.reverse .reverse.home-sidebar-post-area, .three_column_block.reverse .reverse.interior-content, .three_column_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .three_column_block.reverse .reverse.rw_scoreboard_header, .three_column_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col .three_column_block.reverse .reverse.rw_scoreboard_row, .three_column_block.reverse body.search .reverse.result-wrapper, body.search .three_column_block.reverse .reverse.result-wrapper, .three_column_block.reverse ul.reverse.products {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-flex;
    display: flex; }
    @media (min-width: 768px) {
      .full_width_block.reverse .row.reverse, .full_width_block.reverse #homeBottom #homeRight .reverse.home-sidebar-post-area, #homeBottom #homeRight .full_width_block.reverse .reverse.home-sidebar-post-area, .full_width_block.reverse .reverse.interior-content, .full_width_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .full_width_block.reverse .reverse.rw_scoreboard_header, .full_width_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col .full_width_block.reverse .reverse.rw_scoreboard_row, .full_width_block.reverse body.search .reverse.result-wrapper, body.search .full_width_block.reverse .reverse.result-wrapper, .full_width_block.reverse ul.reverse.products, .two_column_block.reverse .row.reverse, .two_column_block.reverse #homeBottom #homeRight .reverse.home-sidebar-post-area, #homeBottom #homeRight .two_column_block.reverse .reverse.home-sidebar-post-area, .two_column_block.reverse .reverse.interior-content, .two_column_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .two_column_block.reverse .reverse.rw_scoreboard_header, .two_column_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col .two_column_block.reverse .reverse.rw_scoreboard_row, .two_column_block.reverse body.search .reverse.result-wrapper, body.search .two_column_block.reverse .reverse.result-wrapper, .two_column_block.reverse ul.reverse.products, .three_column_block.reverse .row.reverse, .three_column_block.reverse #homeBottom #homeRight .reverse.home-sidebar-post-area, #homeBottom #homeRight .three_column_block.reverse .reverse.home-sidebar-post-area, .three_column_block.reverse .reverse.interior-content, .three_column_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .three_column_block.reverse .reverse.rw_scoreboard_header, .three_column_block.reverse #recruiting_scorecard .rw_scoreboard_col .reverse.rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col .three_column_block.reverse .reverse.rw_scoreboard_row, .three_column_block.reverse body.search .reverse.result-wrapper, body.search .three_column_block.reverse .reverse.result-wrapper, .three_column_block.reverse ul.reverse.products {
        -webkit-flex-direction: row;
        flex-direction: row; } }
  .full_width_block.reverse .block.gallery, .two_column_block.reverse .block.gallery, .three_column_block.reverse .block.gallery {
    margin-bottom: 0px; }
  .full_width_block .video a[data-solarbox], .two_column_block .video a[data-solarbox], .three_column_block .video a[data-solarbox] {
    position: relative;
    display: block; }
    .full_width_block .video a[data-solarbox]:before, .two_column_block .video a[data-solarbox]:before, .three_column_block .video a[data-solarbox]:before {
      text-align: center;
      position: absolute;
      display: block;
      color: #fff;
      content: '\f04b';
      font-family: FontAwesome;
      font-size: 28px;
      line-height: 64px;
      border-radius: 0;
      border-bottom: 4px #AF362E solid;
      width: 66px;
      height: 64px;
      background: #DE453A;
      top: 50%;
      right: 0;
      left: 0;
      transform: translateY(-50%);
      margin: 0 auto; }
  .full_width_block .image a[data-solarbox], .two_column_block .image a[data-solarbox], .three_column_block .image a[data-solarbox] {
    position: relative;
    display: block; }

.full_width_block .block {
  text-align: center; }
  .full_width_block .block header {
    display: none; }
  .full_width_block .block.text .wrapper {
    background: #505050;
    color: #fff;
    font-family: "Adelle Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    padding: 20px 20px 20px; }
    @media (min-width: 768px) {
      .full_width_block .block.text .wrapper {
        font-size: 30px;
        padding: 70px 70px 50px; } }
  .full_width_block .block.testimonial {
    padding-top: 54px;
    padding-bottom: 14px;
    text-align: left; }
    .full_width_block .block.testimonial .author {
      font-weight: bold;
      font-size: 20px;
      line-height: 2;
      color: #979797;
      text-transform: uppercase;
      margin: 0 0 15px 0; }

.two_column_block .row, .two_column_block #homeBottom #homeRight .home-sidebar-post-area, #homeBottom #homeRight .two_column_block .home-sidebar-post-area, .two_column_block .interior-content, .two_column_block #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .two_column_block .rw_scoreboard_header, .two_column_block #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col .two_column_block .rw_scoreboard_row, .two_column_block body.search .result-wrapper, body.search .two_column_block .result-wrapper, .two_column_block ul.products {
  display: block !important;
  position: relative; }
@media (min-width: 768px) {
  .two_column_block .block.text {
    margin-top: -236px; } }
.two_column_block .block.text .wrapper {
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  border-top: 6px #eee solid;
  border-bottom: 6px #eee solid;
  padding: 20px 0 20px 0; }
  @media (min-width: 768px) {
    .two_column_block .block.text .wrapper {
      padding-left: 30px; } }
  .two_column_block .block.text .wrapper h3 {
    text-transform: none;
    color: #000; }
.two_column_block .block.image img, .two_column_block .block.video img {
  width: 100%; }
@media (min-width: 768px) {
  .two_column_block.reverse .block.text .wrapper {
    padding-left: 0;
    padding-right: 30px; } }

@media (min-width: 768px) {
  .two_column_block.gallery-section .row, .two_column_block.gallery-section #homeBottom #homeRight .home-sidebar-post-area, #homeBottom #homeRight .two_column_block.gallery-section .home-sidebar-post-area, .two_column_block.gallery-section .interior-content, .two_column_block.gallery-section #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_header, #recruiting_scorecard .rw_scoreboard_col .two_column_block.gallery-section .rw_scoreboard_header, .two_column_block.gallery-section #recruiting_scorecard .rw_scoreboard_col .rw_scoreboard_row, #recruiting_scorecard .rw_scoreboard_col .two_column_block.gallery-section .rw_scoreboard_row, .two_column_block.gallery-section body.search .result-wrapper, body.search .two_column_block.gallery-section .result-wrapper, .two_column_block.gallery-section ul.products {
    margin: 0; } }
.two_column_block.gallery-section .block.text {
  margin: 0; }
  @media (min-width: 768px) {
    .two_column_block.gallery-section .block.text {
      border-top: 6px #eee solid;
      border-bottom: 6px #eee solid;
      position: absolute;
      height: 100%;
      overflow: hidden;
      right: 0;
      padding: 0; } }
  .two_column_block.gallery-section .block.text .wrapper {
    padding-top: 24px;
    padding-bottom: 24px; }
    @media (min-width: 768px) {
      .two_column_block.gallery-section .block.text .wrapper {
        border-top: none;
        border-bottom: none; } }
    .two_column_block.gallery-section .block.text .wrapper h3 {
      font-weight: normal; }
.two_column_block.gallery-section .block.gallery {
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .two_column_block.gallery-section .block.gallery {
      padding: 0; } }
.two_column_block.gallery-section.reverse .block.text {
  left: 0;
  right: auto; }

.block.gallery .carousel-inner .item img {
  width: 100%;
  margin: 0 auto; }
.block.gallery #leftControl span, .block.gallery #rightControl span {
  color: #383130; }
.block.gallery .carousel-control {
  display: none;
  position: absolute;
  top: auto;
  left: 30px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  font-size: 52px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  line-height: 1.063; }
  .block.gallery .carousel-control.left {
    background-image: none; }
  .block.gallery .carousel-control.right {
    left: auto;
    right: 30px;
    background-image: none; }
  .block.gallery .carousel-control:hover, .block.gallery .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
.block.gallery .carousel-indicators {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 15;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .block.gallery .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    text-indent: -999px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
  .block.gallery .carousel-indicators .active {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #45a7d1; }

.three_column_block .title_wrapper {
  margin: 0 0 25px 0; }
  .three_column_block .title_wrapper .title:after {
    margin: 2px 0 0; }
.three_column_block .block {
  margin-bottom: 20px;
  clear: both; }
  @media (min-width: 768px) {
    .three_column_block .block {
      clear: none;
      margin-bottom: 0px; } }
  @media all and (min-width: 768px) and (max-width: 991px) {
    .three_column_block .block .featured_wrapper a .title {
      font-weight: 20px; } }

.block-title-wrapper {
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
  margin: 0 0 30px; }
  .block-title-wrapper .block-title {
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    font-size: 26px;
    line-height: 34px;
    padding: 0 16px;
    margin: 0;
    z-index: 1; }
    .block-title-wrapper .block-title:before {
      display: inline-block;
      content: " ";
      width: 6px;
      height: 24px;
      background: #DE453A;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    .block-title-wrapper .block-title a {
      color: #000; }
      .block-title-wrapper .block-title a:hover {
        color: #000;
        text-decoration: none; }
  .block-title-wrapper:after {
    display: block;
    content: " ";
    height: 1px;
    width: calc( 100% - 30px );
    background: #E9E9E9;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto; }

.single_col_code_block {
  padding: 60px 0 60px; }
  .single_col_code_block .block.code {
    text-align: center; }

.two_col_code_block {
  padding: 30px 0 30px; }

.recruiting_wire_block {
  background: #F6F6F6;
  padding: 30px 0 30px; }
  .recruiting_wire_block .block-title-wrapper .block-title {
    background: #F6F6F6; }
  .recruiting_wire_block #recruiting_scorecard {
    border-top: none;
    padding: 0 15px;
    margin: 0; }

.cta_block h1, .cta_block h2, .cta_block h3, .cta_block h4, .cta_block h5, .cta_block h6 {
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  color: #fff; }
.cta_block h3, .cta_block h4 {
  font-size: 26px;
  line-height: 34px; }
.cta_block .button {
  padding: 14px 30px 10px; }
.cta_block .cta-wrapper {
  align-items: center;
  background: #1B1B1B;
  color: #fff;
  padding: 30px 15px; }
  @media all and (min-width: 768px) {
    .cta_block .cta-wrapper {
      display: flex;
      padding: 40px 40px; } }
  .cta_block .cta-wrapper .cta-image,
  .cta_block .cta-wrapper .cta-content {
    margin: 0 0 30px; }
    @media all and (min-width: 768px) {
      .cta_block .cta-wrapper .cta-image,
      .cta_block .cta-wrapper .cta-content {
        margin: 0; } }
  .cta_block .cta-wrapper .cta-image img {
    margin: 0 auto; }
  .cta_block .cta-wrapper .cta-content {
    text-align: center; }
    @media all and (min-width: 768px) {
      .cta_block .cta-wrapper .cta-content {
        text-align: left; } }
  .cta_block .cta-wrapper .cta-button {
    text-align: center; }

.offset_cta_block h1, .offset_cta_block h2, .offset_cta_block h3, .offset_cta_block h4, .offset_cta_block h5, .offset_cta_block h6 {
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  color: #fff; }
.offset_cta_block h3, .offset_cta_block h4 {
  font-size: 26px;
  line-height: 34px; }
.offset_cta_block .button {
  padding: 14px 30px 10px; }
@media all and (min-width: 768px) {
  .offset_cta_block .offset-cta-wrapper {
    display: flex; } }
.offset_cta_block .offset-cta-wrapper .cta-left-content {
  text-align: center;
  background: #1B1B1B;
  color: #fff;
  padding: 30px 15px; }
  @media all and (min-width: 768px) {
    .offset_cta_block .offset-cta-wrapper .cta-left-content {
      padding: 60px 50px; } }
.offset_cta_block .offset-cta-wrapper .cta-right-content {
  /*
  &:after {
      position: absolute;
      content: " ";
      width: $size;
      height: $size;
      right: 0;
      bottom: 0;
      border-right: $size #fff solid;
      border-bottom: $size #fff solid;
      border-left: $size transparent solid;
      border-top: $size transparent solid;
  }
  */
  position: relative;
  background: #000;
  color: #fff;
  padding: 30px 15px; }
  @media all and (min-width: 768px) {
    .offset_cta_block .offset-cta-wrapper .cta-right-content {
      padding: 50px 50px; } }
  .offset_cta_block .offset-cta-wrapper .cta-right-content ul.cta-links {
    list-style: none;
    margin: 30px 0 0 0; }
    .offset_cta_block .offset-cta-wrapper .cta-right-content ul.cta-links li {
      list-style: none;
      padding: 0;
      margin: 0 0 25px 0; }
      .offset_cta_block .offset-cta-wrapper .cta-right-content ul.cta-links li i {
        display: inline-block;
        width: 50px;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
        font-size: 32px;
        vertical-align: top;
        height: 32px;
        margin: 0 10px 0 0; }
      .offset_cta_block .offset-cta-wrapper .cta-right-content ul.cta-links li a {
        font-family: "Adelle Sans", sans-serif;
        font-weight: 700;
        color: #DE453A;
        text-transform: uppercase;
        text-decoration: none; }

.blurbs_block {
  background: #F6F6F6;
  padding: 30px 0px; }
  @media all and (min-width: 768px) {
    .blurbs_block {
      padding: 60px 0px; } }
  .blurbs_block .block-title-wrapper .block-title {
    background: #F6F6F6; }
  .blurbs_block .blurb-col .blurb-wrapper {
    background: rgba(148, 148, 148, 0.05);
    text-align: center;
    padding: 30px 20px 15px;
    margin: 0 0 15px 0; }
    @media all and (min-width: 768px) {
      .blurbs_block .blurb-col .blurb-wrapper {
        padding: 60px 20px 45px;
        margin: 0; } }
    .blurbs_block .blurb-col .blurb-wrapper .blurb-image {
      margin: 0 0 30px 0; }
      .blurbs_block .blurb-col .blurb-wrapper .blurb-image img {
        margin: 0 auto; }
    .blurbs_block .blurb-col .blurb-wrapper .blurb-title {
      margin: 0 0 10px 0; }
      .blurbs_block .blurb-col .blurb-wrapper .blurb-title a {
        font-family: "Adelle Sans", sans-serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
        color: #000;
        margin: 0 0 10px 0; }
        .blurbs_block .blurb-col .blurb-wrapper .blurb-title a:hover {
          color: #DE453A;
          text-decoration: none; }
        .blurbs_block .blurb-col .blurb-wrapper .blurb-title a:after {
          content: "\00A0\f105";
          font-family: "FontAwesome", sans-serif;
          color: #DE453A; }
    .blurbs_block .blurb-col .blurb-wrapper .blurb-content {
      font-size: 16px;
      line-height: 24px; }

.post_feed_block {
  padding: 30px 0 60px; }
  .post_feed_block .post-feed-block-post {
    margin: 0 0 30px; }
    @media all and (min-width: 768px) {
      .post_feed_block .post-feed-block-post {
        margin: 0 0 0 0; } }
    .post_feed_block .post-feed-block-post:nth-child(2n) {
      clear: both; }
      @media all and (min-width: 768px) {
        .post_feed_block .post-feed-block-post:nth-child(2n) {
          clear: none; } }
    .post_feed_block .post-feed-block-post .article-image {
      /*
      &:after {
          position: absolute;
          content: " ";
          width: $size;
          height: $size;
          right: 0;
          bottom: 0;
          border-right: $size #fff solid;
          border-bottom: $size #fff solid;
          border-left: $size transparent solid;
          border-top: $size transparent solid;
      }
      */
      background-repeat: no-repeat;
      overflow: hidden;
      position: relative;
      background-size: cover;
      display: block;
      width: 100%;
      padding: 66% 0 0 0;
      background-color: #000;
      margin: 0 0 8px; }
      .post_feed_block .post-feed-block-post .article-image.has-video:before {
        text-align: center;
        position: absolute;
        display: block;
        color: #fff;
        content: '\f04b';
        font-family: FontAwesome;
        font-size: 42px;
        line-height: 80px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        background: #DE453A;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        padding: 0 0 0 10px;
        margin: 0 auto; }
      .post_feed_block .post-feed-block-post .article-image.has-video:after {
        display: none; }
    .post_feed_block .post-feed-block-post .meta {
      margin: 0 0 6px 0; }
      .post_feed_block .post-feed-block-post .meta .article-sub-title {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: #DE453A; }
        .post_feed_block .post-feed-block-post .meta .article-sub-title:hover {
          text-decoration: none; }
      .post_feed_block .post-feed-block-post .meta .article-date {
        display: inline;
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        color: #888; }
    .post_feed_block .post-feed-block-post .article-content .article-title {
      font-family: "Adelle Sans", sans-serif;
      font-weight: 700;
      margin: 0 0 4px 0; }
      .post_feed_block .post-feed-block-post .article-content .article-title a {
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        color: #111; }
        .post_feed_block .post-feed-block-post .article-content .article-title a:hover {
          text-decoration: none;
          color: #DE453A; }
    .post_feed_block .post-feed-block-post .article-content .article-excerpt {
      color: #444;
      font-size: 16px;
      line-height: 24px; }
    .post_feed_block .post-feed-block-post.type-custom_cta {
      background: #1B1B1B;
      text-align: center;
      padding: 40px 15px 50px; }
      .post_feed_block .post-feed-block-post.type-custom_cta .article-image {
        background-size: auto 100%;
        background-position: center;
        margin: 0 0 20px 0; }
        .post_feed_block .post-feed-block-post.type-custom_cta .article-image:after {
          display: none; }
      .post_feed_block .post-feed-block-post.type-custom_cta .meta {
        display: none; }
      .post_feed_block .post-feed-block-post.type-custom_cta .article-content .article-title {
        margin: 0 0 10px 0; }
        .post_feed_block .post-feed-block-post.type-custom_cta .article-content .article-title a {
          color: #fff; }
          .post_feed_block .post-feed-block-post.type-custom_cta .article-content .article-title a:hover {
            color: #DE453A; }
      .post_feed_block .post-feed-block-post.type-custom_cta .article-content .article-excerpt {
        color: #fff; }
        .post_feed_block .post-feed-block-post.type-custom_cta .article-content .article-excerpt a.button {
          margin: 30px 0 0 0;
          padding: 14px 30px 10px; }
  .post_feed_block.basic_columns_gray {
    background: #F6F6F6;
    padding: 30px 0 60px; }
    .post_feed_block.basic_columns_gray .block-title {
      background: #F6F6F6; }
    .post_feed_block.basic_columns_gray .post-feed-block-post .article-image {
      /*
      &:after {
          position: absolute;
          content: " ";
          width: $size;
          height: $size;
          right: 0;
          bottom: 0;
          border-right: $size #fff solid;
          border-bottom: $size #fff solid;
          border-left: $size transparent solid;
          border-top: $size transparent solid;
      }
      */ }
      .post_feed_block.basic_columns_gray .post-feed-block-post .article-image:after {
        border-right: 22px #F6F6F6 solid;
        border-bottom: 22px #F6F6F6 solid; }
  .post_feed_block.right_widget {
    background: #F6F6F6; }
    .post_feed_block.right_widget .block-title-wrapper {
      padding: 0; }
      .post_feed_block.right_widget .block-title-wrapper .block-title {
        background: #F6F6F6; }
    .post_feed_block.right_widget .left_col .post-feed-block-post {
      padding: 0; }
      .post_feed_block.right_widget .left_col .post-feed-block-post:not(:last-child) {
        border-bottom: 1px #E9E9E9 solid;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0; }
      .post_feed_block.right_widget .left_col .post-feed-block-post .article-image-holder {
        padding: 0; }
        .post_feed_block.right_widget .left_col .post-feed-block-post .article-image-holder .article-image {
          /*
          &:after {
              position: absolute;
              content: " ";
              width: $size;
              height: $size;
              right: 0;
              bottom: 0;
              border-right: $size #fff solid;
              border-bottom: $size #fff solid;
              border-left: $size transparent solid;
              border-top: $size transparent solid;
          }
          */ }
      .post_feed_block.right_widget .left_col .post-feed-block-post .article-content .article-title a {
        font-size: 22px;
        line-height: 30px; }
    .post_feed_block.right_widget .right_col .right_col_code {
      background: #fff;
      padding: 30px 15px 15px; }
  .post_feed_block.left_featured_two_col .post-feed-block-post, .post_feed_block.left_featured_three_col .post-feed-block-post {
    padding: 0; }
  .post_feed_block.left_featured_two_col .featured_col .post-feed-block-post .article-content .article-title a, .post_feed_block.left_featured_three_col .featured_col .post-feed-block-post .article-content .article-title a {
    font-size: 26px;
    line-height: 34px; }
  .post_feed_block.left_featured_two_col .second_col .post-feed-block-post:not(:last-child), .post_feed_block.left_featured_three_col .second_col .post-feed-block-post:not(:last-child) {
    margin: 0 0 30px 0; }
    @media all and (min-width: 992px) {
      .post_feed_block.left_featured_two_col .second_col .post-feed-block-post:not(:last-child), .post_feed_block.left_featured_three_col .second_col .post-feed-block-post:not(:last-child) {
        border-bottom: 1px #E9E9E9 solid;
        padding: 0 0 30px 0; } }
  .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-image-holder, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-image-holder {
    padding: 0; }
    .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-image-holder .article-image, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-image-holder .article-image {
      /*
      &:after {
          position: absolute;
          content: " ";
          width: $size;
          height: $size;
          right: 0;
          bottom: 0;
          border-right: $size #fff solid;
          border-bottom: $size #fff solid;
          border-left: $size transparent solid;
          border-top: $size transparent solid;
      }
      */ }
  .post_feed_block.left_featured_two_col .second_col .post-feed-block-post .article-content .article-title a, .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-content .article-title a {
    font-size: 22px;
    line-height: 30px; }
  .post_feed_block.left_featured_three_col .second_col .post-feed-block-post .article-image-holder .article-image:after {
    display: none; }
  .post_feed_block .homeFeatured .homeFeaturedLarge {
    margin: 0 0 20px 0; }
    @media all and (min-width: 992px) {
      .post_feed_block .homeFeatured .homeFeaturedLarge {
        margin: 0; } }
    .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a .title {
      font-size: 20px !important; }
      @media all and (min-width: 768px) {
        .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a .title {
          font-size: 40px !important;
          line-height: 1.1;
          top: auto;
          padding: 0 0 0 0; } }
      .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a .title .featured_tag {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        background: #DE453A;
        color: #fff;
        padding: 10px 16px 4px;
        margin: 0 0 18px 0; }
    @media all and (min-width: 992px) {
      .post_feed_block .homeFeatured .homeFeaturedLarge .featured_wrapper a .arrow {
        bottom: 36px;
        right: 28px; } }
  .post_feed_block .homeFeatured .homeFeaturedRight .homeFeaturedSmall {
    margin: 0 0 20px 0; }
    @media all and (min-width: 768px) and (max-width: 991px) {
      .post_feed_block .homeFeatured .homeFeaturedRight .homeFeaturedSmall {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 0 10px 0 0; } }
    .post_feed_block .homeFeatured .homeFeaturedRight .homeFeaturedSmall .title .featured_tag {
      font-size: 14px;
      line-height: 20px;
      color: #DE453A;
      padding: 0px;
      margin: 0 0 8px 0; }
    @media all and (min-width: 768px) and (max-width: 991px) {
      .post_feed_block .homeFeatured .homeFeaturedRight .homeFeaturedSmall:last-child {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 0 0 0 10px; } }

.shortcode-feed-wrapper .feed-title-wrapper {
  position: relative;
  text-decoration: none !important;
  width: 100%;
  margin: 0 0 30px; }
  .shortcode-feed-wrapper .feed-title-wrapper .feed-title {
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    font-size: 26px;
    line-height: 34px;
    padding: 0 16px;
    margin: 0;
    z-index: 1; }
    .shortcode-feed-wrapper .feed-title-wrapper .feed-title:before {
      display: inline-block;
      content: " ";
      width: 6px;
      height: 24px;
      background: #DE453A;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    .shortcode-feed-wrapper .feed-title-wrapper .feed-title a {
      color: #000; }
      .shortcode-feed-wrapper .feed-title-wrapper .feed-title a:hover {
        color: #000;
        text-decoration: none; }
  .shortcode-feed-wrapper .feed-title-wrapper:after {
    display: block;
    content: " ";
    height: 1px;
    width: 100%;
    background: #E9E9E9;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto; }
.shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post {
  float: left;
  width: 100%; }
  .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post:not(:last-child) {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px #E9E9E9 solid; }
  .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--image {
    padding: 0; }
    .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--image a {
      /*
      &:after {
          position: absolute;
          content: " ";
          width: $size;
          height: $size;
          right: 0;
          bottom: 0;
          border-right: $size #fff solid;
          border-bottom: $size #fff solid;
          border-left: $size transparent solid;
          border-top: $size transparent solid;
      }
      */
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      width: 100%;
      padding: 66% 0 0 0;
      background-color: #000;
      margin: 0 0 8px; }
  .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--title, .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--title a {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0; }
    .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--title:hover, .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--title a:hover {
      text-decoration: none;
      color: #DE453A; }
  .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--count {
    display: none; }
  .shortcode-feed-wrapper .shortcode-feed-posts .shortcode-feed-post--date {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #888; }
.shortcode-feed-wrapper.term-most_read .shortcode-feed-posts .shortcode-feed-post--image {
  display: none; }
.shortcode-feed-wrapper.term-most_read .shortcode-feed-posts .shortcode-feed-post--content {
  padding: 0; }
.shortcode-feed-wrapper.term-most_read .shortcode-feed-posts .shortcode-feed-post--count {
  display: inline; }
.shortcode-feed-wrapper.term-most_read .shortcode-feed-posts .shortcode-feed-post--date {
  display: none; }
.shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post {
  border-right: 1px #f0f0f0 solid;
  border-top: 1px #f0f0f0 solid;
  border-bottom: none;
  max-height: 82px;
  overflow: hidden;
  padding: 10px 15px;
  margin: 0; }
  .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post:nth-child(3n) {
    border-right: none; }
  .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post:nth-child(-n+3) {
    border-top: none; }
  .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post--image {
    position: relative;
    width: 100%;
    text-align: center; }
    .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post--image a {
      overflow: hidden;
      position: relative;
      background-size: contain;
      background-position: center;
      background-color: transparent;
      display: block;
      width: 100%;
      height: 62px;
      padding: 0; }
      .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post--image a:after {
        display: none; }
  .shortcode-feed-wrapper.type-deals_and_comps .shortcode-feed-posts .shortcode-feed-post--content {
    display: none; }
.shortcode-feed-wrapper .latest-comments-wrapper .latest-comment {
  border: 1px #E9E9E9 solid;
  text-align: center;
  padding: 30px 20px;
  margin: 0 0 10px 0; }
  .shortcode-feed-wrapper .latest-comments-wrapper .latest-comment--post-title {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .shortcode-feed-wrapper .latest-comments-wrapper .latest-comment--content {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0; }
  .shortcode-feed-wrapper .latest-comments-wrapper .latest-comment--author {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .shortcode-feed-wrapper .latest-comments-wrapper .latest-comment a {
    color: #444; }
    .shortcode-feed-wrapper .latest-comments-wrapper .latest-comment a:hover {
      color: #DE453A;
      text-decoration: none; }
      .shortcode-feed-wrapper .latest-comments-wrapper .latest-comment a:hover .latest-comment--post-title,
      .shortcode-feed-wrapper .latest-comments-wrapper .latest-comment a:hover .latest-comment--author {
        color: #DE453A; }

#searchBar {
  padding-top: 0;
  position: relative;
  background: #DE453A; }
  #searchBar #searchform-desktop {
    padding: 4px 0 18px; }
    #searchBar #searchform-desktop .close-search {
      display: none;
      position: absolute;
      top: 2px;
      right: 2px; }
    #searchBar #searchform-desktop .form-group {
      width: 100%;
      overflow: hidden;
      position: relative; }
      #searchBar #searchform-desktop .form-group i.search-icon {
        left: 0;
        top: 18px;
        position: absolute;
        font-size: 28px;
        color: #AF362E; }
      #searchBar #searchform-desktop .form-group input#s {
        font-weight: normal;
        border-radius: 0px;
        box-shadow: none;
        width: 100%;
        height: 69px;
        border: none;
        color: #fff;
        font-size: 20px;
        background: none;
        border: none;
        outline: none;
        border-bottom: 4px #AF362E solid;
        padding: 10px 12px 6px 40px;
        text-indent: 0px; }
        #searchBar #searchform-desktop .form-group input#s:focus {
          outline: none; }
      #searchBar #searchform-desktop .form-group .input-group-btn {
        display: block;
        position: absolute;
        right: 0px;
        top: 14px;
        width: 36px;
        padding: 0; }
        #searchBar #searchform-desktop .form-group .input-group-btn .searchGo {
          background: none;
          height: 42px;
          width: 32px;
          font-size: 28px;
          padding: 0;
          margin: 0; }
          #searchBar #searchform-desktop .form-group .input-group-btn .searchGo i {
            display: none;
            color: #fff;
            top: 0; }
            @media all and (min-width: 992px) {
              #searchBar #searchform-desktop .form-group .input-group-btn .searchGo i {
                display: inline-block; } }
          #searchBar #searchform-desktop .form-group .input-group-btn .searchGo:hover {
            color: #AF362E; }

#searchform-mobile .form-group {
  width: 100%;
  padding: 25px 15px;
  margin: 0 0 0 0; }
  #searchform-mobile .form-group i {
    display: none; }
  #searchform-mobile .form-group input#s {
    border-radius: 0px;
    background: #d7d7d7;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -38px; }
  #searchform-mobile .form-group .input-group-btn {
    display: inline-block; }
  #searchform-mobile .form-group .searchGo {
    background: none;
    height: 30px;
    width: 32px;
    font-size: 20px;
    padding: 0;
    margin: 0; }
    #searchform-mobile .form-group .searchGo i {
      display: inline-block;
      color: #DE453A;
      top: 0; }

body.search .content-wrap-row {
  overflow: hidden; }
body.search .results {
  clear: both; }
  body.search .results .search-meta .post-type {
    margin: 0 0 30px 0; }
  body.search .results .search-meta .post-count {
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin: 0 0 0 10px; }
  body.search .results .post.single-post {
    border: none;
    padding-bottom: 0;
    margin-bottom: 15px; }
    body.search .results .post.single-post .postContent h3.post-title {
      margin-top: 0;
      font-weight: 20px;
      text-transform: none; }
      body.search .results .post.single-post .postContent h3.post-title a {
        color: #000;
        text-decoration: none; }
        body.search .results .post.single-post .postContent h3.post-title a:hover {
          color: #0170BA; }
        body.search .results .post.single-post .postContent h3.post-title a .fa-angle-right {
          display: none; }
  body.search .results .form-wrapper {
    text-align: center;
    margin-top: 20px; }
    body.search .results .form-wrapper .form-inline, body.search .results .form-wrapper .navbar-form {
      display: inline-block; }
      body.search .results .form-wrapper .form-inline .view-more, body.search .results .form-wrapper .navbar-form .view-more {
        padding-left: 85px;
        padding-right: 85px; }
body.search .result-wrapper {
  clear: both;
  margin-bottom: 15px; }

#sitemap_list li {
  text-align: left; }
#sitemap_list .posts_in_category {
  display: none; }

#solarBoxContainer {
  width: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12622; }
  #solarBoxContainer #solarBoxOuter {
    position: absolute;
    width: auto;
    height: auto;
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #solarBoxContainer #solarBoxOuter #solarBoxTop {
      text-align: right; }
    #solarBoxContainer #solarBoxOuter #solarBoxInner {
      clear: both;
      background: #000;
      color: #FFF;
      padding: 40px; }
      #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxLoading {
        background: url(../assets/images/layout/loading.gif) center no-repeat; }
        #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxLoading #solarBoxContent {
          text-align: left;
          width: 0;
          height: 0; }
          #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxLoading #solarBoxContent img {
            width: 100%;
            height: auto; }
      #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxBottom {
        text-align: left;
        max-height: 100px;
        overflow: auto;
        margin: 12px 0 0 0; }
        #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxBottom .solarBoxClose {
          float: right;
          display: none;
          margin: 0 0 12px 12px; }
        #solarBoxContainer #solarBoxOuter #solarBoxInner #solarBoxBottom #solarBoxTitle {
          color: #FFF; }
  #solarBoxContainer .solarBoxClose {
    display: inline-block;
    background-position: -72px 0;
    padding: 0 0 6px 0; }
  #solarBoxContainer .solarBoxClose:before {
    content: "\f00d"; }
  #solarBoxContainer #solarBoxPrev,
  #solarBoxContainer #solarBoxNext,
  #solarBoxContainer .solarBoxClose {
    text-decoration: none !important;
    display: inline-block;
    font-family: FontAwesome !important;
    color: #FFF !important;
    font-size: 24px;
    outline: 0; }
  #solarBoxContainer #solarBoxPrev:hover,
  #solarBoxContainer #solarBoxNext:hover,
  #solarBoxContainer .solarBoxClose:hover {
    text-decoration: none;
    opacity: 0.6; }
  #solarBoxContainer #solarBoxPrev,
  #solarBoxContainer #solarBoxNext {
    font-size: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #solarBoxContainer #solarBoxPrev {
    background-position: 0 0;
    left: 12px;
    z-index: 12624; }
  #solarBoxContainer #solarBoxPrev:before {
    content: "\f104"; }
  #solarBoxContainer #solarBoxNext {
    right: 12px;
    z-index: 12625; }
  #solarBoxContainer #solarBoxNext:before {
    content: "\f105"; }

#solarBoxOuter {
  transition: .5s;
  text-align: center;
  overflow: hidden; }

#solarBoxImage {
  opacity: 0;
  transition: all 0.5s ease 0.5s; }

#solarSocial {
  display: none;
  height: 20px;
  margin: 10px 0 0 0; }

.useAddThis #solarSocial {
  display: block; }

.viewFull #solarBoxOuter {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: none; }
  .viewFull #solarBoxOuter #solarBoxTop .solarBoxClose {
    position: fixed;
    top: 12px;
    right: 12px;
    padding: 0 0 20px 20px;
    z-index: 12626; }
  .viewFull #solarBoxOuter #solarBoxInner {
    overflow: visible;
    background: none;
    padding: 0; }
    .viewFull #solarBoxOuter #solarBoxInner #solarBoxLoading {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .viewFull #solarBoxOuter #solarBoxInner #solarBoxLoading #solarBoxContent {
        position: absolute;
        transition: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
.viewFull #solarBoxBottom {
  display: none; }
.viewFull.imageMedia #solarBoxBottom {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px !important;
  z-index: 12623; }

.closeInBottom.viewBox #solarBoxBottom .solarBoxClose {
  display: block; }
.closeInBottom.viewBox #solarBoxTop .solarBoxClose {
  display: none; }

.inlineMedia #solarBoxLoading {
  background: none; }
.inlineMedia #solarBoxContent {
  background: #000; }

.membership-cta {
  /*
  &:after {
      position: absolute;
      content: " ";
      width: $size;
      height: $size;
      right: 0;
      bottom: 0;
      border-right: $size #fff solid;
      border-bottom: $size #fff solid;
      border-left: $size transparent solid;
      border-top: $size transparent solid;
  }
  */
  text-align: center;
  position: relative;
  background: #000;
  color: #fff;
  padding: 30px 15px;
  margin: 15px 0 80px; }
  @media all and (min-width: 768px) {
    .membership-cta {
      padding: 50px 30px 45px; } }
  .membership-cta h1, .membership-cta h2, .membership-cta h3, .membership-cta h4, .membership-cta h5, .membership-cta h6 {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    color: #fff; }
  .membership-cta h3, .membership-cta h4 {
    font-size: 26px;
    line-height: 34px; }
  .membership-cta .button {
    padding: 14px 30px 10px; }

.woocommerce-info.wc-memberships-restriction-message {
  display: none;
  border: none;
  background: #000;
  color: #fff;
  padding: 30px 30px; }
  .woocommerce-info.wc-memberships-restriction-message:before {
    display: none; }
  .woocommerce-info.wc-memberships-restriction-message a {
    color: #DE453A; }
    .woocommerce-info.wc-memberships-restriction-message a:hover {
      text-decoration: none; }

.membership-content .article-image-holder, .membership-content.featured_wrapper {
  position: relative; }
  .membership-content .article-image-holder:before, .membership-content.featured_wrapper:before {
    content: "INSIDER";
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 65px;
    letter-spacing: -0.43px;
    height: 65px;
    width: 65px;
    text-align: center;
    background: #000;
    color: #fff;
    position: absolute;
    padding: 0px;
    top: 12px;
    left: 12px;
    z-index: 10;
    pointer-events: none;
    clip-path: polygon(0% 25%, 25% 0%, 100% 0%, 100% 100%, 0 100%); }

.post_feed_block.right_widget .membership-content .article-image-holder:before,
.post_feed_block.left_featured_three_col .second_col .membership-content .article-image-holder:before,
.post_feed_block.left_featured_two_col .second_col .membership-content .article-image-holder:before,
.shortcode-feed-posts .membership-content .article-image-holder:before {
  line-height: 20px;
  height: auto;
  width: 100%;
  text-align: left;
  padding: 0px 5px;
  top: 0px;
  left: 0px;
  right: 0px;
  clip-path: none; }

.pc-menu-position ul.ugmenu {
  background: #DE453A !important;
  border: none; }
  .pc-menu-position ul.ugmenu li {
    background: transparent !important; }
    .pc-menu-position ul.ugmenu li a {
      text-shadow: none !important; }

@media all and (min-width: 768px) {
  .user-gallery .modern-p-form .form-group {
    margin-bottom: 50px !important; } }
@media all and (min-width: 768px) {
  .user-gallery .modern-p-form .form-group.ug-gal-select2 {
    width: calc(50% - 20px) !important;
    margin-right: 20px !important; } }
.user-gallery .modern-p-form .form-group .input-group .form-control {
  border: none !important;
  background: #E9E9E9 !important; }
.user-gallery .modern-p-form .form-group .input-group .p-select-arrow {
  border: 0 !important;
  background: 0 !important; }
  .user-gallery .modern-p-form .form-group .input-group .p-select-arrow i:before {
    color: #DE453A !important; }
.user-gallery .modern-p-form .form-group .input-group .input-group-btn .pc-btn {
  background: #E9E9E9 !important; }
  .user-gallery .modern-p-form .form-group .input-group .input-group-btn .pc-btn i:before {
    color: #DE453A !important; }
@media all and (min-width: 768px) {
  .user-gallery .user-gallery-wrap {
    width: calc(100% + 12px) !important; } }
@media all and (min-width: 768px) {
  .user-gallery .user-gallery-wrap .one-fourth {
    width: calc(25% - 12px) !important;
    margin: 0 12px 12px 0 !important; } }
.user-gallery .user-gallery-wrap .ug-gallery-title-autor,
.user-gallery .user-gallery-wrap .user-gallery-info-bar {
  display: none !important; }
.user-gallery .contest-pagination {
  padding: 48px 0 60px 0; }
  .user-gallery .contest-pagination .pc-pagination span {
    font-family: "Adelle Sans", sans-serif;
    font-weight: 700;
    background: #DE453A !important;
    width: 40px;
    text-align: center;
    border: none !important;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    margin: 0 5px 0 5px; }
    .user-gallery .contest-pagination .pc-pagination span.active {
      background: #A8A8A8 !important; }
    .user-gallery .contest-pagination .pc-pagination span a {
      color: #fff; }
.user-gallery .us-register-bottom-box {
  display: none; }

#lightbox .lb-details {
  display: none; }

.shortcode-feed-wrapper .modern-p-form {
  display: none; }
@media all and (min-width: 768px) {
  .shortcode-feed-wrapper .user-gallery-wrap {
    width: calc(100% + 4px) !important; } }
@media all and (min-width: 768px) {
  .shortcode-feed-wrapper .user-gallery-wrap .one-fourth {
    width: calc(25% - 4px) !important;
    margin: 0 4px 4px 0 !important; } }
.shortcode-feed-wrapper .contest-pagination {
  display: none; }

@media all and (min-width: 768px) {
  .pcmodern .modern-image-box {
    height: 165px; } }
@media all and (min-width: 768px) {
  .pcmodern .modern-image-box img {
    height: 165px !important;
    min-width: 100%; } }

/* E-Commerce */
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info {
  border-radius: 0px;
  background: #fff !important;
  border-left: 1px solid #f2f2f2 !important;
  border-right: 1px solid #f2f2f2 !important;
  border-bottom: 1px solid #f2f2f2 !important; }
  .woocommerce-page .woocommerce-message:before,
  .woocommerce-page .woocommerce-info:before {
    position: static !important;
    margin: 0 6px 0 0; }
  .woocommerce-page .woocommerce-message .button.wc-forward,
  .woocommerce-page .woocommerce-info .button.wc-forward {
    display: none !important; }
.woocommerce-page #interior a.button,
.woocommerce-page #interior button.button {
  border: none;
  border-radius: 0px;
  border: none;
  font-family: "Adelle Sans", sans-serif;
  font-weight: 700;
  border-bottom: 4px #AF362E solid !important;
  display: inline-block;
  background: #DE453A !important;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF !important;
  text-decoration: none;
  padding: 8px 20px 4px !important; }
  .woocommerce-page #interior a.button:hover,
  .woocommerce-page #interior button.button:hover {
    color: #FFF !important;
    text-decoration: none;
    background: #AF362E !important; }
  .woocommerce-page #interior a.button.loading:after,
  .woocommerce-page #interior button.button.loading:after {
    position: static !important; }
.woocommerce-page input[type=text],
.woocommerce-page input[type=password],
.woocommerce-page input[type=email],
.woocommerce-page input[type=tel],
.woocommerce-page select,
.woocommerce-page textarea,
.woocommerce-page .select2-selection {
  border-radius: 0px;
  border: none;
  width: 100% !important;
  height: 62px;
  background: #D7D7D7;
  color: #797979;
  padding: 6px 24px 6px 24px; }
.woocommerce-page textarea {
  height: 120px !important;
  padding: 20px 24px 20px 24px; }
.woocommerce-page .select2-selection__rendered {
  line-height: 50px !important; }
.woocommerce-page .select2-selection__arrow {
  top: 16px !important;
  right: 16px !important; }

.woocommerce .addresses .address {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .woocommerce .addresses .address {
      margin-bottom: 0; } }
@media (max-width: 991px) {
  .woocommerce .form-row-first,
  .woocommerce .form-row-last {
    width: 100% !important; } }
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0; }
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    list-style: none; }
    .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area {
      display: none; }

.woocommerce .coupon #coupon_code {
  width: 100% !important;
  margin-right: 10px;
  height: auto; }
  @media (min-width: 768px) {
    .woocommerce .coupon #coupon_code {
      max-width: 150px !important; } }
.woocommerce th,
.woocommerce td {
  max-width: none; }
  .woocommerce th.product-thumbnail,
  .woocommerce td.product-thumbnail {
    max-width: 200px; }
.woocommerce .ml-responsive-table .ml-grid {
  padding: 15px; }
  .woocommerce .ml-responsive-table .ml-grid .ml-title.col-1,
  .woocommerce .ml-responsive-table .ml-grid .ml-title.col-0 {
    display: none; }
.woocommerce .ml-table .button {
  display: block;
  width: 100%; }
.woocommerce .cart-collaterals {
  margin-top: 30px; }
  .woocommerce .cart-collaterals .product .price {
    font-size: 16px; }

ul.products {
  padding: 0; }
  ul.products .product {
    list-style: none;
    position: relative; }
    ul.products .product.first {
      clear: both; }
    ul.products .product .onsale {
      position: absolute;
      top: 0;
      left: 15px; }

.woocommerce .woocommerce-result-count {
  float: none; }
  @media (min-width: 768px) {
    .woocommerce .woocommerce-result-count {
      float: left; } }
.woocommerce .woocommerce-ordering {
  float: none; }
  @media (min-width: 768px) {
    .woocommerce .woocommerce-ordering {
      float: right; } }

.facetwp-type-search {
  border: 1px solid #939597;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px; }
  .facetwp-type-search .facetwp-search-wrap {
    width: 100%;
    display: block; }
  .facetwp-type-search .facetwp-btn {
    font-style: normal;
    top: 9px;
    right: 0; }
    .facetwp-type-search .facetwp-btn:before {
      background: none;
      content: '\f002';
      display: inline-block;
      font-family: FontAwesome;
      width: 15%;
      text-align: right;
      padding-right: 10px; }
  .facetwp-type-search input {
    display: inline-block;
    border: none;
    height: 35px;
    width: 85%;
    padding-left: 10px;
    padding-right: 10px; }

.et_pb_widget_area_left {
  border: none; }
  .et_pb_widget_area_left .widget_text {
    margin-bottom: 0 !important; }
    .et_pb_widget_area_left .widget_text .facetwp-type-checkboxes {
      max-height: none;
      margin-bottom: 30px; }
      .et_pb_widget_area_left .widget_text .facetwp-type-checkboxes .facetwp-checkbox {
        margin-bottom: 13px; }
  .et_pb_widget_area_left .noUi-connect {
    background: #94b4b9; }

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 50px !important;
  padding-right: 30px !important; }
.woocommerce-checkout .payment_methods li {
  list-style: none; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  margin: 0 0 32px 0; }
.woocommerce-checkout .woocommerce-checkout-review-order .product-name {
  width: 30%; }
.woocommerce-checkout .woocommerce-checkout-review-order .product-total {
  width: 70%; }
@media all and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-checkout-review-order a.sv-wc-payment-gateway-payment-form-manage-payment-methods {
    width: auto;
    margin-right: calc(100% - 340px) !important; } }
.woocommerce-checkout input[type=checkbox] {
  position: static; }

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline; }

#wl-wrapper .wl-actions-table td {
  max-width: none; }

.woocommerce-ordering {
  display: none; }

ul.products li.product .woocommerce-Price-amount {
  font-weight: 600;
  color: #000; }
ul.products li.product .subscription-details {
  color: #DE453A; }

.single-product #left-area {
  float: none;
  width: 100%; }
.single-product .woocommerce-breadcrumb {
  margin-bottom: 30px; }
.single-product .container:before {
  display: none; }
.single-product .images img {
  border: 1px solid #e9eaea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.single-product span.onsale {
  background: #94b4b9 !important;
  -moz-border-radius: 5px 0 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 !important;
  left: 1px !important;
  top: 1px !important;
  text-transform: uppercase; }
.single-product h1.entry-title {
  padding-bottom: 0 !important; }
.single-product .woocommerce-product-rating .star-rating {
  font-family: FontAwesome; }
  .single-product .woocommerce-product-rating .star-rating:before {
    content: '\f006\f006\f006\f006\f006' !important; }
  .single-product .woocommerce-product-rating .star-rating span:before {
    content: '\f005\f005\f005\f005\f005' !important; }
.single-product .product .price del {
  display: block;
  margin: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.single-product .product .price .amount {
  font-weight: 600;
  color: #000 !important; }

.woocommerce .summary {
  margin-bottom: 55px !important; }

.single-product.woocommerce div.product form.cart div.quantity {
  margin-right: 10px !important; }
  @media (min-width: 768px) {
    .single-product.woocommerce div.product form.cart div.quantity {
      width: 100%;
      float: none;
      margin: 0 0 10px !important; }
      .single-product.woocommerce div.product form.cart div.quantity input.qty {
        width: 100%; } }
  @media (min-width: 992px) {
    .single-product.woocommerce div.product form.cart div.quantity input.qty {
      width: 44px;
      height: 44px; } }

.single-product #left-area {
  float: none;
  width: 100%; }
.single-product .woocommerce-breadcrumb {
  margin-bottom: 30px; }
.single-product .container:before {
  display: none; }
.single-product h1.entry-title {
  padding-bottom: 0 !important; }
.single-product .woocommerce-product-rating .star-rating {
  font-family: FontAwesome; }
  .single-product .woocommerce-product-rating .star-rating:before {
    content: '\f006\f006\f006\f006\f006' !important; }
  .single-product .woocommerce-product-rating .star-rating span:before {
    content: '\f005\f005\f005\f005\f005' !important; }
.single-product .product .price del {
  display: block;
  margin: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.single-product .product .price .amount {
  font-weight: 600;
  color: #000 !important; }
.single-product .product .subscription-details {
  color: #DE453A; }

.single-product.woocommerce div.product form.cart div.quantity {
  margin-right: 10px !important; }
  @media (min-width: 768px) {
    .single-product.woocommerce div.product form.cart div.quantity {
      width: 100%;
      float: none;
      margin: 0 0 10px !important; }
      .single-product.woocommerce div.product form.cart div.quantity input.qty {
        width: 100%; } }
  @media (min-width: 992px) {
    .single-product.woocommerce div.product form.cart div.quantity input.qty {
      width: 44px;
      height: 44px; } }

.woocommerce-tabs {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .woocommerce-tabs .tabs {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }

/* Deal Page */
#threexequity-iframe {
  height: 1200px;
  overflow: hidden;
  width: 100%; }

#threexequity-iframe.thank-you {
  height: 850px;
  -moz-transition: height 2s ease;
  -o-transition: height 2s ease;
  -webkit-transition: height 2s ease;
  transition: height 2s ease; }

@media (max-width: 1021px) {
  #threexequity-iframe {
    height: 1650px; } }
@media (max-width: 926px) {
  #threexequity-iframe {
    height: 1750px; } }
@media (max-width: 817px) {
  #threexequity-iframe {
    height: 1900px; } }
@media (max-width: 603px) {
  #threexequity-iframe {
    height: 1950px; } }
@media (max-width: 476px) {
  #threexequity-iframe {
    height: 2000px; } }
@media (max-width: 458px) {
  #threexequity-iframe {
    height: 2050px; } }
@media (max-width: 444px) {
  #threexequity-iframe {
    height: 1975px; } }
@media (max-width: 536px) {
  #threexequity-iframe.thank-you {
    height: 975px; } }
