@keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-moz-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-o-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
.vex, .vex *, .vex *:before, .vex *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden; }

.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff; }

.vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden; }

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }

.vex-dialog-form {
  margin: 0; }

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff; }

body.vex-open {
  overflow: hidden; }

/** Custom Autodesk Styles **/
.pop-up {
  width: 760px;
  height: 600px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: fixed;
  background-color: #ebebeb;
  display: none; }
  @media (max-width: 767px) {
    .pop-up {
      width: 100%;
      height: 520px; } }

.pop-up.vex-content {
  display: block; }

.pop-up .pop-up-header {
  width: 100%;
  height: 70px;
  background: #666666;
  position: relative; }

.pop-up .pop-up-header h2, .pop-up .pop-up-header .close-x {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.pop-up .pop-up-header h2 {
  font-size: 28px;
  height: 28px;
  left: 20px;
  color: #FFF;
  line-height: 100%; }

.pop-up .pop-up-header .close-x {
  width: 20px;
  right: 20px;
  cursor: pointer; }

.pop-up .pop-up-content {
  background-color: #ebebeb;
  float: left; }

.pop-up .pop-up-content .pop-up-left {
  float: left;
  width: 380px;
  height: calc(600px - 70px);
  background-image: url("../img/fusion-360-pop-up.jpg");
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px; }
  @media (max-width: 767px) {
    .pop-up .pop-up-content .pop-up-left {
      width: 100%;
      height: auto;
      padding: 20px; } }

.pop-up .pop-up-content .pop-up-left h2 {
  font-size: 40px;
  line-height: 46px !important;
  font-weight: 300;
  left: 20px;
  color: #FFF; }
  @media (max-width: 767px) {
    .pop-up .pop-up-content .pop-up-left h2 {
      font-size: 28px;
      line-height: 32px !important; } }

.pop-up .pop-up-content .pop-up-left p {
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px; }

.pop-up .pop-up-content .pop-up-form {
  float: left;
  width: 380px;
  padding: 40px; }
  @media (max-width: 767px) {
    .pop-up .pop-up-content .pop-up-form {
      padding: 20px;
      width: 100%; } }

.pop-up .pop-up-content .pop-up-form form {
  width: 100% !important;
  margin: 0px; }

.pop-up .pop-up-content .pop-up-form form * {
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.pop-up .pop-up-content .pop-up-form form label {
  width: 100% !important;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: normal !important; }

.pop-up .pop-up-content .pop-up-form form input {
  line-height: 35px; }

.pop-up .pop-up-content .pop-up-form form select {
  line-height: 100%; }

.pop-up .pop-up-content .pop-up-form form .mktoGutter, .pop-up .pop-up-content .pop-up-form form .mktoOffset {
  display: none; }

.pop-up .pop-up-content .pop-up-form .mktoFieldWrap, .pop-up .pop-up-content .pop-up-form .mktoFormCol, .pop-up .pop-up-content .pop-up-form .mktoButtonRow {
  width: 100% !important; }

.pop-up .pop-up-content .pop-up-form form input, .pop-up .pop-up-content .pop-up-form form select {
  width: 100% !important;
  background: #FFF;
  border: none;
  height: 35px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 18px; }

.pop-up .pop-up-content .pop-up-form form select {
  overflow: hidden;
  background: url("https://autodesk.i.lithium.com/html/assets/button-arrow-down-icon.png?B96C1B165F31CBDDA2FFF349DB4D5F2F") no-repeat 95% center #fff;
  border-left: none; }

.pop-up .pop-up-content .pop-up-form form .mktoButtonWrap {
  width: 100% !important;
  margin: 0px !important; }

.pop-up .pop-up-content .pop-up-form form button {
  background: #f08800 url("https://autodesk.i.lithium.com/html/assets/button-arrow-right-icon.png?E61D085D624D006A889C39E60726EBBA") no-repeat 95% center !important;
  background-size: auto 30%;
  margin: 10px 0px 0px 0px;
  padding: 0px 10px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  border: none !important;
  height: 40px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  font-size: 18px !important;
  line-height: 100% !important;
  text-align: left; }

#comments > .comments-list {
  border: none; }

#subscribe-bottom-cta {
  border: none;
  padding: 30px;
  background-color: #182f47;
  color: #FFF; }
  #subscribe-bottom-cta .subscribe-bottom-cta-inner {
    width: 300px; }
  #subscribe-bottom-cta h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; }
  #subscribe-bottom-cta .custom-action-links {
    border-top: 1px solid #979797;
    margin-bottom: 15px;
    margin-top: 20px; }
    #subscribe-bottom-cta .custom-action-links li {
      margin-top: 15px;
      line-height: 20px; }
      #subscribe-bottom-cta .custom-action-links li a {
        text-transform: uppercase;
        color: #fff;
        display: block;
        padding: 0 30px 0 0;
        text-decoration: none;
        font-size: 14px;
        background: url("https://autodesk.i.lithium.com/html/assets/fusion-360-orange-arrow-icon.png?DE667964187468AB43FF393968D1B003") no-repeat 99% center;
        background-size: 18px 18px; }
  #subscribe-bottom-cta .subscription-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 400;
    display: block;
    margin-bottom: 20px; }
  #subscribe-bottom-cta .subscription-title img {
    width: 32px;
    margin-right: 5px; }
  #subscribe-bottom-cta .mktoForm {
    width: auto !important; }
    #subscribe-bottom-cta .mktoForm:after {
      content: '';
      display: table;
      clear: both; }
  #subscribe-bottom-cta .mktoForm .mktoFieldDescriptor {
    width: 100%; }
  #subscribe-bottom-cta .mktoForm .mktoFieldDescriptor .mktoFieldWrap {
    width: 100%; }
  #subscribe-bottom-cta .mktoForm .mktoFieldDescriptor .mktoFieldWrap label {
    display: none; }
  #subscribe-bottom-cta .mktoForm .mktoFieldDescriptor .mktoFieldWrap select,
  #subscribe-bottom-cta .mktoForm .mktoFieldDescriptor .mktoFieldWrap input {
    width: 100% !important;
    border-radius: 0;
    padding: 0 10px;
    height: 40px;
    border: 2px solid #979797;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px; }
  #subscribe-bottom-cta .mktoForm .mktoFieldDescriptor .mktoFieldWrap select {
    overflow: hidden;
    background: url("https://autodesk.i.lithium.com/html/assets/button-arrow-down-icon.png?B96C1B165F31CBDDA2FFF349DB4D5F2F") no-repeat 95% center #ffffff; }
  #subscribe-bottom-cta .mktoForm .mktoFieldDescriptor .mktoFieldWrap .mktoError {
    right: auto !important; }
  #subscribe-bottom-cta .mktoForm .mktoFieldDescriptor .mktoFieldWrap .mktoButtonWrap {
    margin: 0; }
  #subscribe-bottom-cta .mktoForm .mktoGutter,
  #subscribe-bottom-cta .mktoForm .mktoOffset {
    display: none; }
  #subscribe-bottom-cta .mktoForm .mktoButtonRow {
    float: right;
    width: 100%; }
  #subscribe-bottom-cta .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
    display: block; }
  #subscribe-bottom-cta .mktoForm .mktoButton {
    background: #f08800 url("https://autodesk.i.lithium.com/html/assets/button-arrow-right-icon.png?E61D085D624D006A889C39E60726EBBA") no-repeat 95% center;
    background-size: auto 30%;
    /*background: none;*/
    /*background-color: #f08800;*/
    padding: 0px 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #f08800;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left; }
  #subscribe-bottom-cta .mktoForm .mktoPrivacy {
    color: #fff;
    margin-top: 20px; }
  #subscribe-bottom-cta .mktoForm .mktoPrivacy a {
    color: #fff;
    text-decoration: underline; }

/*# sourceMappingURL=vex.css.map */
