/*---=== MEDIA QUERIES ===---*/
@media screen and (max-width:399px) {
  @-ms-viewport {
    width: device-width;
  }
}
@media screen and (min-width:400px) and (max-width:749px) {
  @-ms-viewport {
    width: device-width;
  }
}
@media screen and (min-width:750px) and (max-width:1049px) {
  @-ms-viewport {
    width: device-width;
  }
}
/*---===<<< MIX-INS >>>===---*/
.hide-text {
  overflow: hidden;
  text-indent: -9999em;
  display: block;
}
/*---===<<< FUNCTIONS >>>===---*/
/*---=== COLUMNS ===---*/
/*---=== FONT ===---*/
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.talign-l {
  text-align: left;
}
.talign-c {
  text-align: center;
}
.talign-r {
  text-align: right;
}
.text {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
}
/*---=== COLORS ===---*/
.vw-version-txt {
  color: #00bcb4 !important;
}
.vw-version-bg {
  background-color: #00bcb4 !important;
}
.vw-version-border {
  border-color: #00bcb4;
}
.vw-version2-txt {
  color: #ff8200 !important;
}
.vw-version2-bg {
  background-color: #ff8200 !important;
}
.vw-version2-border {
  border-color: #ff8200;
}
/*---===<<< UNIVERSAL RESETS AND STYLES >>>===---*/
* {
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
/*---===<<< GRID CLASSES >>>===---*/
.refresh-wrap {
  /*---=== Default Styles ===---*/
  /*-- List Styles --*/
  /*---=== Buttons ===---*/
  /*---=== Template Structure ===---*/
  /*---=== Template Elements ===---*/
  /*---=== Banner ===---*/
  /*---=== Mini Menu ===---*/
  /*---=== Collapse ===---*/
  /*---=== FAQ ===---*/
}
.refresh-wrap h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.refresh-wrap h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0;
}
.refresh-wrap h2.inline {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 0;
}
.refresh-wrap h3 {
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.refresh-wrap h4 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #000000;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}
.refresh-wrap p {
  font-size: 14px;
  line-height: 1.5;
  color: #3e3e3e;
  margin: 25px 0;
}
.refresh-wrap p:first-child {
  margin-top: 0;
}
.refresh-wrap p + ul,
.refresh-wrap p + ol {
  margin-top: -15px;
}
.refresh-wrap p.disclaimer {
  font-size: 11px;
}
.refresh-wrap span {
  font-size: 14px;
  line-height: 1.5;
  color: #3e3e3e;
}
.refresh-wrap span.ico.ico-dbl-chevron-rt {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.refresh-wrap a {
  color: #000000;
  font-weight: bold;
}
.refresh-wrap a:active,
.refresh-wrap a:focus,
.refresh-wrap a:visited,
.refresh-wrap a .ico,
.refresh-wrap a:active .ico,
.refresh-wrap a:focus .ico,
.refresh-wrap a:visited .ico {
  color: #000000;
  font-weight: bold;
}
.refresh-wrap a.cta {
  text-transform: uppercase;
}
.refresh-wrap a:hover,
.refresh-wrap a:hover .ico {
  color: #00bcb4 !important;
  text-decoration: none;
}
.refresh-wrap ul.list,
.refresh-wrap ol.list {
  margin-left: 25px;
  font-size: 14px;
}
.refresh-wrap ul.list li,
.refresh-wrap ol.list li {
  font-size: 14px;
  margin-bottom: 7px;
}
.refresh-wrap ul.list li a,
.refresh-wrap ol.list li a {
  font-weight: normal;
}
.refresh-wrap .vw-btn {
  padding: 10px 15px;
  margin-left: 10px;
  font-family: Arial, sans-serif;
  width: auto;
  min-width: 130px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  color: #000000;
}
.refresh-wrap .vw-btn:first-of-type {
  margin-left: 0;
}
.refresh-wrap .vw-btn:hover {
  border-color: #00bcb4;
  color: #00bcb4 !important;
  cursor: pointer;
}
.refresh-wrap .vw-btn.fill {
  background: #00bcb4;
  color: #ffffff !important;
  border: 2px solid #00bcb4;
}
.refresh-wrap .vw-btn.fill:hover {
  background-color: #ff8200 !important;
  border-color: #ff8200;
}
.refresh-wrap .vw-btn.fill.black {
  background: #000000;
  border-color: #000000;
}
.refresh-wrap .vw-btn.fill.black:hover {
  background-color: #00bcb4 !important;
  border: 2px solid #00bcb4;
}
.refresh-wrap .row {
  margin: 35px 0 0;
  padding: 0;
  position: relative;
}
.refresh-wrap .row.line-divide:before {
  padding-top: 35px;
  margin: 0 auto;
  width: 940px;
  border-top: 3px solid #000000;
}
.refresh-wrap .row.negative {
  margin-left: -15px;
  margin-right: -15px;
}
.refresh-wrap .column {
  padding: 0 20px;
  background: #ffffff;
}
.refresh-wrap .line-detail {
  width: 75px;
  height: 2px;
  background: #000000;
  display: block;
}
.refresh-wrap .dots {
  background: url(../../images/vectorworks_main/bg-dots.png) repeat;
}
.refresh-wrap .banner {
  position: relative;
}
.refresh-wrap .banner .banner-cta {
  position: absolute;
  bottom: 25px;
  right: 60px;
}
.refresh-wrap .banner .vw-btn:not(.fill) {
  background: #ffffff;
}
.refresh-wrap .banner .vw-btn:hover:not(.fill) {
  background-color: #ff8200 !important;
  border-color: #ff8200;
  color: #ffffff;
}
.refresh-wrap .menu-mini {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.refresh-wrap .menu-mini .vw-btn.fill {
  font-size: 18px;
  line-height: 16px;
  min-width: auto;
  padding: 7px 30px;
}
.refresh-wrap .menu-mini ul {
  position: absolute;
  right: 0;
  background: #ffffff;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.refresh-wrap .menu-mini ul li {
  border-bottom: 0.5px solid #000000;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.refresh-wrap .menu-mini ul li a {
  text-transform: none;
  display: block;
  padding: 7px 10px;
}
.refresh-wrap .menu-mini ul li a:hover {
  background: #000000;
  color: #ffffff;
}
.refresh-wrap .vw-collapse {
  margin-bottom: 0;
}
.refresh-wrap .vw-collapse .panel {
  border: 0;
  box-shadow: none;
}
.refresh-wrap .vw-collapse .panel-heading {
  padding: 0;
  background: none;
}
.refresh-wrap .vw-collapse .ico-minus-circ-fill {
  font-size: 16px;
  margin-right: 15px;
}
.refresh-wrap .vw-collapse .collapsed .ico-minus-circ-fill:before {
  content: "\e900";
}
.refresh-wrap .vw-collapse .panel-group .vw-collapse .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  padding: 15px 0 15px 30px;
}
.refresh-wrap .vw-collapse .collapsing {
  transition: height .75s ease;
}
.refresh-wrap .faq h4 + p {
  margin-top: 10px;
}
.refresh-wrap {
  /*---=== Form Styles ===---*/
}
.refresh-wrap .checkbox input[type=checkbox] {
  margin: 2px 0 0;
}
/* ===== Product Pages ====== */
.refresh-wrap {
  /*-- Quote --*/
  /*-- Video --*/
}
.refresh-wrap .quote {
  padding: 20px 25px 20px 20px;
  /*** July 2016 - alexis ***/
}
.refresh-wrap .quote > div {
  background: #ffffff;
  padding: 40px 30px;
}
.refresh-wrap .quote > span {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.refresh-wrap .quote blockquote {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
  border: 0;
}
.refresh-wrap .quote blockquote span {
  font-size: 24px;
  margin: 0;
  display: block;
  font-weight: normal;
}
.refresh-wrap .quote .quote-bubble:after {
  border-top: 45px solid #ffffff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  bottom: 195px;
  content: "";
  position: absolute;
  left: 22%;
  width: 0;
  height: 0;
}
.refresh-wrap .quote .cont-wrap {
  width: 50%;
}
.refresh-wrap .quote .cont-wrap span {
  display: block;
  font-size: 12px;
  color: #000000;
  margin: 0;
}
.refresh-wrap .quote .cont-wrap .ico {
  display: inline-block;
  font-size: 10px;
}
.refresh-wrap .quote .cont-wrap strong {
  font-weight: normal;
  text-transform: uppercase;
}
.refresh-wrap .quote .cont-wrap p:last-child,
.refresh-wrap .quote .cont-wrap span:last-child {
  margin-bottom: 0;
}
.refresh-wrap .video-wrap {
  display: table;
}
.refresh-wrap .video-wrap #myplayer {
  width: 640px !important;
  height: 360px !important;
}
.refresh-wrap .video-wrap #myplayer.jw-flag-fullscreen {
  width: 100% !important;
  height: 100% !important;
}
.refresh-wrap .video-wrap #vidImgPH,
.refresh-wrap .video-wrap .vidThumb {
  position: absolute;
  left: 0;
}
.refresh-wrap .video-wrap .column {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.refresh-wrap .video-wrap .column:first-child {
  position: relative;
}
.refresh-wrap .video-wrap .ico.ico-play-fill-circ {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 70px;
  margin: -35px 0 0 -35px;
  opacity: 0.5;
  color: #ffffff;
}
.refresh-wrap .video-wrap a:hover .ico.ico-play-fill-circ {
  opacity: 1;
  color: #ffffff !important;
}
.refresh-wrap .video-wrap .vid-descript span {
  display: block;
}
.refresh-wrap .video-wrap .vid-descript span .title {
  margin-bottom: 20px;
}
.refresh-wrap .video-wrap .vid-descript span.ico {
  display: inline-block;
}
/* ===== Charts ====== */
.refresh-wrap .vw-chart tr:first-child td,
.refresh-wrap .vw-chart tr:first-child th {
  border-top: none;
}
.refresh-wrap .vw-chart th {
  border-bottom: none;
  text-transform: uppercase;
}
.refresh-wrap .vw-chart th,
.refresh-wrap .vw-chart td {
  padding: 0 6px;
  box-sizing: border-box;
}
.refresh-wrap .vw-chart th span,
.refresh-wrap .vw-chart td span {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
}
.refresh-wrap .vw-chart th:first-child,
.refresh-wrap .vw-chart td:first-child {
  padding-left: 0;
  text-align: left;
}
.refresh-wrap .vw-chart th:last-child,
.refresh-wrap .vw-chart td:last-child {
  padding-right: 0;
}
.refresh-wrap .vw-chart td {
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
}
.refresh-wrap .vw-chart td .circle {
  width: 15px;
  height: 15px;
  background: #8A8C8C;
  border-radius: 10px;
  padding: 0;
  margin: 0 auto;
}
.refresh-wrap .vw-chart tbody th {
  text-transform: none;
  border-top: 1px solid #d7d7d7;
}
.refresh-wrap .vw-chart tbody tr:first-child th,
.refresh-wrap .vw-chart tbody tr:first-child td {
  padding-top: 7px;
}
.refresh-wrap .vw-chart thead th {
  background-color: #000000;
  padding: 0;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  font-size: 16px;
  text-align: center;
}
.refresh-wrap .vw-chart thead th:first-child {
  border-left: 0;
  text-align: left;
}
.refresh-wrap .vw-chart thead th:last-child {
  border-right: 0;
}
.refresh-wrap .vw-chart thead th span {
  color: #ffffff;
  padding: 3px 12px;
}
.refresh-wrap .vw-chart.letters td span {
  display: inline-block;
  margin: 0 10px;
}
.refresh-wrap .vw-chart.letters td .circle {
  width: 17px;
  height: 17px;
  color: #ffffff;
  line-height: 17px;
  font-size: 11px;
}
.refresh-wrap .vw-chart.letters td .empty {
  width: 17px;
  height: 17px;
  padding: 0;
}
.refresh-wrap .vw-chart .small {
  font-size: 10px;
}
.refresh-wrap .vw-chart .columns-4 th,
.refresh-wrap .vw-chart .columns-4 td {
  width: 18%;
}
.refresh-wrap .vw-chart .columns-4 th:first-child,
.refresh-wrap .vw-chart .columns-4 td:first-child {
  width: 46%;
}
/* ===== Gallery ====== */
.refresh-wrap .vw-carousel {
  /*-- Gallery Carousel --*/
  /*-- Gallery Controls --*/
}
.refresh-wrap .vw-carousel .item {
  margin: 0 -4px;
}
.refresh-wrap .vw-carousel .item .gallery-thumb {
  width: 12.5%;
  float: left;
  box-sizing: border-box;
  padding: 0 4px;
}
.refresh-wrap .vw-carousel .item img {
  width: 100%;
}
.refresh-wrap .vw-carousel .carousel-control {
  background: transparent;
  width: auto;
  top: 19px;
  text-shadow: none;
}
.refresh-wrap .vw-carousel .carousel-control .ico {
  font-size: 20px;
}
/* ==== Gallery Overlay === */
.mfp-wrap .mfp-arrow {
  font-family: 'vectorworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 68px;
  color: #000000;
  opacity: 1;
  background: none;
  margin-top: -34px;
}
.mfp-wrap .mfp-arrow:before {
  display: inline-block;
  font-family: vectorworks;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  border: none;
  width: auto;
  height: auto;
  margin-top: 0;
}
.mfp-wrap .mfp-arrow:hover {
  color: rgba(255, 255, 255, 0.25);
}
.mfp-wrap .mfp-arrow.mfp-arrow-left:before {
  content: "\e902";
  border: none;
}
.mfp-wrap .mfp-arrow.mfp-arrow-left:after {
  display: none;
}
.mfp-wrap .mfp-arrow.mfp-arrow-right:before {
  content: "\e903";
  border: none;
  margin-left: 0;
}
.mfp-wrap .mfp-arrow.mfp-arrow-right:after {
  display: none;
}
.mfp-wrap .mfp-counter {
  display: none;
}
.mfp-wrap .mfp-title {
  text-align: right;
  font-size: 14px;
  padding-right: 0;
}
.mfp-wrap .mfp-title strong:after {
  content: "|";
  padding: 0 5px;
}
.mfp-wrap .mfp-close {
  overflow: hidden;
  text-indent: 9999px;
  height: 15px;
  top: 15px;
  font-family: 'vectorworks';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-wrap .mfp-close:before {
  content: "\e60e";
  overflow: visible;
  text-indent: 0;
  font-size: 15px;
  display: block;
  font-family: vectorworks;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-wrap .mfp-close:hover {
  cursor: pointer;
}
/* ===== YTAA Pages ====== */
.refresh-wrap.ytaa-wrap {
  /* Default */
  /*-- Logo Float --*/
  /* Quote */
  /* Sponsor Statement */
}
.refresh-wrap.ytaa-wrap h2 {
  text-transform: none;
  margin-top: 20px;
}
.refresh-wrap.ytaa-wrap .line-detail {
  width: 155px;
  height: 3px;
}
.refresh-wrap.ytaa-wrap .float-logos {
  margin-bottom: 40px;
}
.refresh-wrap.ytaa-wrap .float-logos img,
.refresh-wrap.ytaa-wrap .float-logos a {
  float: left;
}
.refresh-wrap.ytaa-wrap .float-logos img:nth-child(2n),
.refresh-wrap.ytaa-wrap .float-logos a:nth-child(2n) {
  float: right;
}
.refresh-wrap.ytaa-wrap .quote > div {
  padding: 20px;
}
.refresh-wrap.ytaa-wrap .quote .quote-bubble:after {
  bottom: 207px;
}
.refresh-wrap.ytaa-wrap .sponsor-statement {
  font-weight: bold;
  font-color: #231f20;
  text-transform: uppercase;
}
.refresh-wrap {
  /* Tabs */
  /* Tab Navigation */
  /* Tab Content */
  /* Collapse */
  /* How tab content */
  /* Project samples */
}
.refresh-wrap .nav-tabs {
  border: 0;
  /* Tabs Nav with slanted background appearance */
  /* Tabs Nav with Icons for navigation */
}
.refresh-wrap .nav-tabs li a:hover,
.refresh-wrap .nav-tabs li a:focus {
  background-color: transparent;
  border: 0;
}
.refresh-wrap .nav-tabs li.active a:hover,
.refresh-wrap .nav-tabs li.active a:focus {
  background-color: transparent;
  border: 0;
}
.refresh-wrap .nav-tabs.slanted li {
  width: 290px;
  margin-left: 55px;
  position: relative;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 1em;
  font-weight: normal;
  color: #3e3e3e;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}
.refresh-wrap .nav-tabs.slanted li a {
  display: block;
  color: #000000;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 7px 15px;
}
.refresh-wrap .nav-tabs.slanted li .slant {
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  top: 0;
  height: 0;
  width: 60%;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}
.refresh-wrap .nav-tabs.slanted li .slant.left {
  left: 0;
  border-bottom: 32px solid #f3f3f4;
  border-left: 21px solid transparent;
}
.refresh-wrap .nav-tabs.slanted li .slant.rt {
  right: 0;
  border-top: 32px solid #f3f3f4;
  border-right: 21px solid transparent;
}
.refresh-wrap .nav-tabs.slanted li:first-child {
  margin-left: 0;
}
.refresh-wrap .nav-tabs.slanted li.active a,
.refresh-wrap .nav-tabs.slanted li:hover a {
  color: #ffffff;
}
.refresh-wrap .nav-tabs.slanted li.active .slant,
.refresh-wrap .nav-tabs.slanted li:hover .slant {
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}
.refresh-wrap .nav-tabs.slanted li.active .slant.left,
.refresh-wrap .nav-tabs.slanted li:hover .slant.left {
  border-bottom-color: #000000;
}
.refresh-wrap .nav-tabs.slanted li.active .slant.rt,
.refresh-wrap .nav-tabs.slanted li:hover .slant.rt {
  border-top-color: #000000;
}
.refresh-wrap .nav-tabs.slanted li .tab-divider {
  background: url(../../images/vectorworks_main/products/bim/slant.png) no-repeat;
  display: block;
  width: 21px;
  height: 32px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: -39px;
}
.refresh-wrap .nav-tabs.icons {
  border-bottom: 3px solid #000000;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.refresh-wrap .nav-tabs.icons li {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  color: #3e3e3e;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
  width: 16.66%;
}
.refresh-wrap .nav-tabs.icons li a.icon {
  border: 0;
}
.refresh-wrap .nav-tabs.icons li a.icon span {
  background: url(../../images/vectorworks_main/products/bim/bim_sprite.png) no-repeat;
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
}
.refresh-wrap .nav-tabs.icons li a.icon span.define {
  background-position: 0 0;
}
.refresh-wrap .nav-tabs.icons li a.icon span.document {
  background-position: -72px 0;
}
.refresh-wrap .nav-tabs.icons li a.icon span.collaborate {
  background-position: -144px 0;
}
.refresh-wrap .nav-tabs.icons li a.icon span.why {
  background-position: -216px 0;
}
.refresh-wrap .nav-tabs.icons li a.icon span.interop {
  background-position: -288px 0;
}
.refresh-wrap .nav-tabs.icons li a.icon span.partners {
  background-position: -360px 0;
}
.refresh-wrap .nav-tabs.icons li a.icon span.start {
  background-position: 0 -144px;
}
.refresh-wrap .nav-tabs.icons li a.icon span.ifc {
  background-position: -72px -144px;
}
.refresh-wrap .nav-tabs.icons li a.icon span.train {
  background-position: -144px -144px;
}
.refresh-wrap .nav-tabs.icons li a.icon span.projects {
  background-position: -216px -144px;
}
.refresh-wrap .nav-tabs.icons li.active,
.refresh-wrap .nav-tabs.icons li:hover {
  color: #00bcb4 !important;
}
.refresh-wrap .nav-tabs.icons li.active a,
.refresh-wrap .nav-tabs.icons li:hover a {
  color: #00bcb4 !important;
}
.refresh-wrap .nav-tabs.icons li.active a.icon,
.refresh-wrap .nav-tabs.icons li:hover a.icon {
  background-color: transparent;
  border: 0;
}
.refresh-wrap .nav-tabs.icons li.active a.icon span,
.refresh-wrap .nav-tabs.icons li:hover a.icon span {
  background-position-y: -72px;
}
.refresh-wrap .nav-tabs.icons li.active a.icon span.start,
.refresh-wrap .nav-tabs.icons li:hover a.icon span.start,
.refresh-wrap .nav-tabs.icons li.active a.icon span.ifc,
.refresh-wrap .nav-tabs.icons li:hover a.icon span.ifc,
.refresh-wrap .nav-tabs.icons li.active a.icon span.train,
.refresh-wrap .nav-tabs.icons li:hover a.icon span.train,
.refresh-wrap .nav-tabs.icons li.active a.icon span.projects,
.refresh-wrap .nav-tabs.icons li:hover a.icon span.projects {
  background-position-y: -216px;
}
.refresh-wrap .tab-content .tab-pane h2 {
  font-size: 24px;
}
.refresh-wrap .panel-group {
  /* Video section in Collapse */
}
.refresh-wrap .panel-group .video-wrap {
  margin-top: 5px;
}
.refresh-wrap .panel-group .video-wrap .panel-title {
  text-transform: none;
}
.refresh-wrap .panel-group .video-wrap .column {
  display: block;
  float: left;
}
.refresh-wrap .panel-group .video-wrap .column.vid-descript {
  padding-left: 0;
}
.refresh-wrap .panel-group .video-wrap .column.video-player {
  padding-right: 0;
  min-height: 332px;
}
.refresh-wrap .video-wrap #vidImgPH.right {
  left: auto;
  right: 27px;
}
.refresh-wrap .how .panel-body {
  padding-top: 0;
}
.refresh-wrap .how .panel-body > .row {
  margin: -40px -20px 0;
}
.refresh-wrap .how .panel-body > .row .column {
  background: transparent;
}
.refresh-wrap .how .panel-heading {
  position: relative;
  z-index: 2;
}
.refresh-wrap .how .panel-collapse {
  position: relative;
  z-index: 1;
}
.refresh-wrap .proj-samples {
  margin-right: 80px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a8a9a9;
}
.refresh-wrap .proj-samples h4 {
  margin-top: 70px;
  margin-bottom: -25px;
  padding-top: 10px;
  border-top: 6px solid #a8a9a9;
}
.refresh-wrap .proj-samples .list-head {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1em;
  font-weight: normal;
  color: #3e3e3e;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}
.refresh-wrap .proj-samples > div:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}
.refresh-wrap .proj-samples a {
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 30%;
  text-align: center;
}
.refresh-wrap .proj-samples a:nth-of-type(3) {
  float: right;
  padding-right: 0;
}
.refresh-wrap .proj-samples a.icon span {
  background: url(../../images/vectorworks_main/products/bim/bim_sprite.png) no-repeat;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
}
.refresh-wrap .proj-samples a.icon span.icon1,
.refresh-wrap .proj-samples a.icon span.icon2 {
  width: 45px;
  background-position: 0 -288px;
}
.refresh-wrap .proj-samples a.icon span.icon2 {
  background-position-x: -72px;
}
.refresh-wrap .proj-samples a.icon span.icon3 {
  background-position: -288px -144px;
}
.refresh-wrap .proj-samples a:hover.icon span.icon1,
.refresh-wrap .proj-samples a:hover.icon span.icon2 {
  background-position-y: -360px;
}
.refresh-wrap .proj-samples a:hover.icon span.icon3 {
  background-position-y: -215px;
}
