@charset "UTF-8";
/*------------------------------------*\
    true_screen.css
\*------------------------------------*/
/**
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*\
    $ELF
\*------------------------------------*/
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*\
    $GLOBAL IMG VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $GLOBAL VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/
/**
 * Normalize
 */
/* line 27, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.container {
  clear: both; }
  /* line 29, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .container img {
    max-width: 100%;
    height: auto; }

/* line 34, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
body {
  background: #fff; }

/* line 38, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
html,
body {
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  color: black;
  margin: 0;
  padding: 0; }

/* line 44, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
a {
  color: #1593c8;
  text-decoration: underline; }
  /* line 48, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  a:hover {
    text-decoration: underline; }

/* line 55, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 10px; }
  /* line 60, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  h1 a,
  h2 a,
  h3 a,
  h4 a {
    color: inherit; }

/* line 64, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
h1 {
  font-weight: 700;
  font-size: 18px; }

/* line 68, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
h2 {
  color: black;
  font-size: 16px;
  font-weight: 700; }
  /* line 73, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  h2.sub-page-title {
    text-transform: uppercase; }

/* line 78, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
h3,
h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px 0; }

/* line 83, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
p {
  color: black;
  font-size: 14px;
  line-height: 115%;
  margin: 0 0 10px; }

/* line 89, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
img {
  max-width: 100%; }

/**
 * Print Overrides
 */
/* GLOBAL STYLES */
/* line 99, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.page-content {
  display: block;
  margin: 0 auto;
  width: auto; }

/* line 104, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
#page-header {
  margin: 0 auto 10px;
  overflow: hidden;
  width: 99%; }
  /* line 109, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  #page-header .logo {
    display: block;
    height: 50px;
    float: left; }
    /* line 114, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
    #page-header .logo img {
      display: block;
      height: 50px; }
  /* line 119, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  #page-header .page-nav-wrap {
    display: block;
    float: right;
    height: 50px;
    text-align: right; }
    /* line 125, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
    #page-header .page-nav-wrap .page-nav-list {
      display: none; }
    /* line 130, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
    #page-header .page-nav-wrap .page-nav-list_item {
      display: block;
      float: left;
      height: 50px;
      line-height: 50px;
      margin: 0 0 0 8px; }
      /* line 137, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
      #page-header .page-nav-wrap .page-nav-list_item a {
        color: black;
        text-decoration: none; }
      /* line 142, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
      #page-header .page-nav-wrap .page-nav-list_item.current-item a {
        color: #1593c8;
        font-weight: 700;
        text-decoration: underline; }
  /* line 153, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  #page-header .mobile-nav-wrap,
  #page-header .mobile-nav_help-links-wrap,
  #page-header .share-menu,
  #page-header .search-box {
    display: none;
    visibility: hidden; }

/* line 159, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.title-bar,
.brand-aspot {
  display: block;
  padding: 10px 0;
  text-align: center; }
  /* line 164, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .title-bar h1,
  .brand-aspot h1 {
    font-size: 20px;
    margin: 0 0 5px; }
  /* line 168, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .title-bar p,
  .brand-aspot p {
    font-size: 16px;
    margin: 0 0 5px; }
  /* line 172, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .title-bar em,
  .brand-aspot em {
    font-style: normal; }
  /* line 177, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .title-bar .aspot-bg,
  .title-bar .blinds,
  .title-bar .title-bar-bg,
  .brand-aspot .aspot-bg,
  .brand-aspot .blinds,
  .brand-aspot .title-bar-bg {
    display: none;
    visibility: hidden; }

/* line 182, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.main-content-intro {
  font-size: 14px;
  font-style: italic;
  margin: 0 0 15px; }

/* line 187, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.breadcrumbs {
  margin-bottom: 15px; }

/* line 190, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.page-module-wrap {
  margin-bottom: 20px;
  overflow: hidden; }

/* line 197, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-module-wrap,
.reveal-modal,
.testimonials-module,
.event-banner {
  display: none;
  visibility: hidden; }

/* line 201, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.page-footer-wrap {
  text-align: center; }
  /* line 204, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .page-footer-wrap .primary-section {
    display: none;
    visibility: hidden; }
  /* line 211, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .page-footer-wrap .secondary-section .footer-links-wrap,
  .page-footer-wrap .secondary-section .footer-legal,
  .page-footer-wrap .secondary-section .footer-logo {
    font-size: 12px;
    margin: 0 0 10px; }

/* line 217, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.pagination {
  text-align: center; }
  /* line 220, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .pagination .pagination-link {
    display: none;
    visibility: hidden; }

/* line 226, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.l-has-nav-col .nav-col {
  display: none;
  visibility: hidden; }

/* line 231, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
aside {
  display: block; }

/* line 237, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.aside-content .rail-module,
.aside-content .filters-menu,
.aside-content .request-dispute-aside {
  display: none;
  visibility: hidden; }

/* line 243, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.page-module-wrap .rfp,
.blinds {
  display: none;
  visibility: hidden; }

/* HOME PAGE STYLES */
/* line 249, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.brand-breakdown {
  margin: 0 auto;
  width: 98%; }
  /* line 253, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .brand-breakdown .brand-breakdown-header {
    margin: 0 0 8px;
    text-align: center; }
  /* line 257, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .brand-breakdown .brand-industries-head {
    display: none;
    visibility: hidden; }
  /* line 261, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .brand-breakdown .brand-industry-head-link {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
  /* line 266, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .brand-breakdown .brand-industry {
    display: inline-block;
    vertical-align: top;
    padding: 0 5% 20px 0;
    width: 42%; }

/* line 274, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.getting-results .getting-results-header {
  margin: 0 0 8px;
  text-align: center; }
/* line 278, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.getting-results .owl-wrapper {
  max-width: 100% !important;
  text-align: center; }
/* line 282, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.getting-results .owl-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 1% 20px 1%;
  width: 30% !important; }

/* line 291, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.innovating-trust .innovating-trust-header {
  margin: 0 0 8px;
  text-align: center; }
/* line 295, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.innovating-trust .owl-wrapper {
  max-width: 100% !important;
  text-align: center; }
/* line 299, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.innovating-trust .owl-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 1% 20px 1%;
  width: 30% !important; }

/* line 308, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.service-category-slide-wrap .service-category-header {
  margin: 0 0 8px;
  text-align: center; }
/* line 312, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.service-category-slide-wrap .owl-controls {
  display: none !important;
  visibility: hidden; }
/* line 316, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.service-category-slide-wrap .owl-wrapper {
  max-width: 100% !important;
  text-align: center; }
/* line 320, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.service-category-slide-wrap .owl-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 1% 20px 1%;
  text-align: left;
  width: 30% !important; }
/* line 329, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.service-category-slide-wrap .service-grid-head img {
  display: none; }

/* line 335, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.featured-products-grid .expandable-grid-list {
  max-height: none !important; }
/* line 338, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.featured-products-grid .expandable-grid-item {
  margin: 0 0 15px;
  overflow: hidden; }
  /* line 342, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .featured-products-grid .expandable-grid-item .menu-head {
    display: none; }
  /* line 345, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .featured-products-grid .expandable-grid-item .accordion-img-wrap {
    float: left;
    max-width: 20%; }
  /* line 349, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .featured-products-grid .expandable-grid-item .accordion-content {
    float: right;
    width: 78%; }
/* line 354, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.featured-products-grid .show-more-link-wrap {
  display: none;
  visibility: hidden; }

/* WHAT WE DO PAGE */
/* line 362, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.applicant-lifecycle .applicant-lifecycle-bg-img {
  display: none; }
/* line 365, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.applicant-lifecycle .applicant-lifecycle-navigation-wrap {
  display: none; }
/* line 368, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.applicant-lifecycle .applicant-lifecycle-content-wrap {
  display: none; }
  /* line 371, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .applicant-lifecycle .applicant-lifecycle-content-wrap.tabbed-content {
    display: block; }
/* line 375, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.applicant-lifecycle .applicant-lifecycle-content {
  display: none; }
  /* line 378, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .applicant-lifecycle .applicant-lifecycle-content.tab-panel-active {
    display: block; }
  /* line 381, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .applicant-lifecycle .applicant-lifecycle-content .owl-wrapper {
    text-align: left;
    width: 100% !important; }
  /* line 385, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .applicant-lifecycle .applicant-lifecycle-content .owl-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 0 1% 20px 1%;
    text-align: left;
    width: 45% !important; }
/* line 395, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.applicant-lifecycle .owl-controls,
.applicant-lifecycle .lifecycle-carousel-navigation {
  display: none !important;
  visibility: hidden; }

/* line 402, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.what-we-do-container .mobile-services-head,
.what-we-do-container .what-we-do-nav {
  display: none;
  visibility: hidden; }

/* line 408, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.applicant-screening-grid .accordion-group {
  overflow: hidden;
  margin: 0 0 20px; }
  /* line 412, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .applicant-screening-grid .accordion-group .menu-head {
    display: none;
    visibility: hidden; }
  /* line 416, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .applicant-screening-grid .accordion-group .accordion-img-wrap {
    float: left;
    margin: 0 10px 10px 0; }

/* line 423, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.advanced-process .advanced-process-header {
  margin: 0 0 8px;
  text-align: center; }
/* line 428, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.advanced-process .owl-controls,
.advanced-process .advanced-process-slider {
  display: none !important;
  visibility: hidden; }
/* line 432, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.advanced-process .owl-wrapper {
  max-width: 100% !important;
  text-align: center; }
/* line 436, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.advanced-process .owl-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 1% 20px 1%;
  text-align: left;
  width: 45% !important; }

/* line 446, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.trusted-partner .getting-results-header {
  margin: 0 0 8px;
  text-align: center; }
/* line 450, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.trusted-partner .owl-wrapper {
  max-width: 100% !important;
  text-align: center; }
/* line 454, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.trusted-partner .owl-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 1% 20px 1%;
  width: 30% !important; }

/* line 464, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.subsidiary-grid .content-grid-header,
.subsidiary-grid .content-grid-header {
  margin: 0 0 8px;
  text-align: center; }
/* line 468, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.subsidiary-grid .accordion-group,
.subsidiary-grid .accordion-group {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 1% 20px 1%;
  width: 45% !important; }
  /* line 475, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .subsidiary-grid .accordion-group .menu-head,
  .subsidiary-grid .accordion-group .menu-head {
    display: none;
    visibility: hidden; }
/* line 481, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.subsidiary-grid .page-module-wrap .producer-detail,
.subsidiary-grid .page-module-wrap .producer-detail {
  overflow: hidden;
  margin: 0 0 20px; }
  /* line 485, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .subsidiary-grid .page-module-wrap .producer-detail .content-block-img-wrap,
  .subsidiary-grid .page-module-wrap .producer-detail .content-block-img-wrap {
    float: left;
    margin: 0 10px 10px 0;
    width: 20%; }

/* line 494, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.brand-services .advanced-process-slider {
  display: none !important;
  visibility: hidden; }
/* line 498, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.brand-services .owl-wrapper {
  text-align: left; }

/* line 502, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.reliable-results {
  overflow: hidden; }
  /* line 505, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .reliable-results .content-block-wrap.content-has-aside {
    float: left;
    width: 78%; }
  /* line 509, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .reliable-results .content-aside {
    float: right;
    text-align: center;
    width: 20%; }

/* OUR STORY */
/* line 519, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.our-history .content-block-img-wrap,
.our-history .our-history-slider-wrap {
  display: none;
  visibility: hidden; }

/* line 524, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.our-headquarters {
  display: none; }

/* line 528, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.certifications-content-block .content-block-head {
  text-align: center; }
/* line 531, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.certifications-content-block .certifications-logo {
  display: inline-block;
  margin: 0 5px 5px; }

/* Blogs */
/* line 539, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.blog-header .blog-title {
  font-weight: 700; }

/* line 543, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.blog-post {
  margin: 0 0 20px; }

/* line 547, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.recent-posts .blog-post {
  overflow: hidden; }
  /* line 550, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .recent-posts .blog-post .blog-post-img-wrap {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 15%; }

/* Contact Us */
/* line 560, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-us-template aside {
  margin: 0 0 20px;
  overflow: hidden;
  width: 100%; }
/* line 565, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-us-template .social-network-aside {
  display: none;
  visibility: hidden; }
/* line 569, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-us-template .map-aside {
  float: left;
  margin: 0 15px 15px 0; }
/* line 574, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-us-template .contact-info-aside ul {
  display: block;
  margin: 0 0 20px;
  padding: 0; }
/* line 579, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-us-template .contact-info-aside li {
  display: block;
  margin: 0 0 5px; }
  /* line 583, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .contact-us-template .contact-info-aside li span {
    display: block;
    font-weight: 700; }
    /* line 587, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
    .contact-us-template .contact-info-aside li span.company-name {
      display: inline-block; }

/* line 595, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-form .confirmation-message-wrap {
  display: none;
  visibility: hidden; }
/* line 599, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-form fieldset {
  border: none;
  outline: none; }
/* line 603, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-form .input-wrap {
  display: inline-block;
  margin: 0 2% 10px 0;
  width: 40%; }
  /* line 608, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .contact-form .input-wrap input[type="text"] {
    display: block;
    height: 20px;
    margin: 0;
    width: 100%; }
/* line 615, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.contact-form textarea {
  display: block;
  margin: 0 2% 10px 0;
  width: 82%; }

/* Search */
/* line 624, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.search-results-wrap .search-result {
  margin: 0 0 20px;
  overflow: hidden; }
  /* line 628, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .search-results-wrap .search-result .search-result-image {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 15%; }

/* Events */
/* line 638, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.event-list .event {
  display: none;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
  position: relative;
  width: 100%; }
  /* line 645, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .event-list .event.print-event {
    display: block; }
/* line 649, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.event-list .event-date {
  display: block;
  float: left;
  height: 60px;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 120px; }
  /* line 660, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .event-list .event-date .event-month {
    color: black;
    display: block;
    font-size: 9px;
    font-weight: 700;
    line-height: 9px;
    margin: 0 0 5px; }
  /* line 668, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .event-list .event-date .event-day {
    color: black;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0; }
/* line 677, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.event-list .event-title {
  color: black;
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  vertical-align: middle;
  width: auto; }
/* line 686, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.event-list .event-description {
  display: block;
  margin-top: 13px;
  padding: 0 15px;
  width: 100%; }
/* line 692, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.event-list .event-details {
  display: block;
  padding: 0 17px; }
/* line 696, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.event-list .detail-list {
  display: block; }
  /* line 699, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .event-list .detail-list dt {
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 5px 0 0; }
  /* line 705, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .event-list .detail-list dd {
    display: block;
    margin: 0;
    padding: 0 0 5px; }
  /* line 710, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .event-list .detail-list .directions {
    display: none; }

/* Certifications */
/* line 718, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.certifications-template .accordion-group {
  display: block;
  overflow: hidden;
  margin: 0 0 20px; }
  /* line 723, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .certifications-template .accordion-group .menu-head {
    display: none;
    visibility: hidden; }
  /* line 727, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .certifications-template .accordion-group .accordion-img-wrap {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 180px; }
  /* line 733, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
  .certifications-template .accordion-group .accordion-content {
    display: table-cell;
    margin: 0;
    padding: 0 0 0 20px;
    vertical-align: top; }

/* Resource Center */
/* line 744, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.resource-center-template .aside-content {
  display: none; }
/* line 748, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.resource-center-template .resource-center-header,
.resource-center-template .resource-center-sort {
  display: none; }
/* line 751, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.resource-center-template .resource {
  display: inline-block;
  margin: 0 2% 20px 0;
  text-align: center;
  width: 30%;
  vertical-align: top; }

/* line 760, c:/Jenkins_WS/VTSC_Prototype_Tags_Build/source/css/true_screen_print.scss */
.page-template-content .resource-center-subpage .tabbed-content {
  display: none; }
