@-webkit-keyframes sm-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes sm-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes sm-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes sm-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes sm-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes sm-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes sm-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes sm-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes sm-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'National2';
  font-weight: 300;
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Light.eot");
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Light.eot#iefix") format("embedded-opentype"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Light.woff2") format("woff2"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Light.woff") format("woff");
}
@font-face {
  font-family: 'National2';
  font-weight: 400;
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Regular.eot");
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Regular.eot#iefix") format("embedded-opentype"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Regular.woff2") format("woff2"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Regular.woff") format("woff");
}
@font-face {
  font-family: 'National2';
  font-weight: 500;
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Medium.eot");
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Medium.eot#iefix") format("embedded-opentype"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Medium.woff2") format("woff2"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Medium.woff") format("woff");
}
body.sm-fixed-dialog-modal {
  overflow: hidden;
}

.dialog {
  position: absolute;
  z-index: 9998;
  width: 350px;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #333E48;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.dialog > section {
  padding: 20px;
  background: #f4f5f5;
}
.dialog.close {
  opacity: 0;
}
.fixed-dialog .dialog {
  position: fixed;
}
.fixed-dialog.no-overlay .dialog {
  position: relative;
}

.dialog-title-bar {
  padding: 24px;
}
.dialog-title-bar > h5 {
  margin: 0;
  font-size: 26px;
  font-weight: 300;
}

.dialog-close-btn.cbmain {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 18px;
  width: 18px;
  font-size: 20px;
  color: #9DA5AA !important;
}
.dialog-close-btn.cbmain:hover {
  color: #D0D2D3;
  text-decoration: none;
}

.dialog-close-btn.cb-dialog-b {
  display: block;
  position: absolute;
  top: -24px;
  right: -32px;
  font-size: 24px;
  color: #FFFFFF !important;
  cursor: pointer;
}
.dialog-close-btn.cb-dialog-b:hover {
  text-decoration: none;
}

.dialog-btn-bar {
  padding: 16px;
}
.dialog-btn-bar .btn {
  float: right;
  margin-left: 10px;
}

.dialog-a {
  border: 1px solid #333E48;
  border-radius: 2px;
}
.dialog-a .dialog-close-btn.cbmain {
  top: 5px;
  color: #9DA5AA !important;
}
.dialog-a .dialog-close-btn.cbmain:hover {
  color: #9DA5AA;
}
.dialog-a .dialog-body {
  margin: 20px;
}
.dialog-a .dialog-body section {
  padding: 10px;
  background: #f4f5f5 !important;
  border-radius: 2px;
}

.dialog-b {
  overflow: visible;
}

.tour-dialog,
.mktg-dialog {
  overflow: visible;
}
.tour-dialog .feature-name,
.mktg-dialog .feature-name {
  font-weight: bold;
}
.tour-dialog .feature-number,
.mktg-dialog .feature-number {
  color: #6B787F;
}
.tour-dialog .dialog-btn-bar,
.mktg-dialog .dialog-btn-bar {
  border-top: 1px solid #D0D2D3;
  padding: 20px 0 0 0;
  background: transparent;
}
.tour-dialog p,
.mktg-dialog p {
  font-size: 13px;
  color: #444;
}
.tour-dialog .feature-arrow,
.mktg-dialog .feature-arrow {
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  top: 50%;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  margin-top: -8px;
  z-index: 9999;
}
.tour-dialog.left-arrow .feature-arrow,
.mktg-dialog.left-arrow .feature-arrow {
  left: -16px;
  border-right: 14px solid white;
}
.tour-dialog.right-arrow .feature-arrow,
.mktg-dialog.right-arrow .feature-arrow {
  right: -16px;
  border-left: 14px solid white;
}
.tour-dialog .dialog-close-btn.cbmain,
.mktg-dialog .dialog-close-btn.cbmain {
  color: #D0D2D3;
}
.tour-dialog .dialog-close-btn.cbmain:hover,
.mktg-dialog .dialog-close-btn.cbmain:hover {
  color: #6B787F;
}

.tour-dialog {
  position: absolute;
}

.upsell-dialog {
  background-color: #FFFFFF;
  background: -webkit-linear-gradient(top, #FFFFFF, #D0D2D3);
  background: linear-gradient(to bottom, #FFFFFF, #D0D2D3);
  border: 0;
}
.upsell-dialog section {
  padding: 30px;
}
.upsell-dialog h1 {
  height: 24px;
  line-height: 24px;
  margin: 0 0 15px 0;
  padding: 0;
  color: #000000;
  font-weight: normal;
}
.upsell-dialog h2 {
  height: 20px;
  line-height: 20px;
  margin: 0 0 30px 0;
  color: #6B787F;
  font-size: 26px;
  font-weight: normal;
}
.upsell-dialog p {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.upsell-dialog .asset {
  width: 430px;
  height: 243px;
  float: left;
  margin: 0 20px 0 0;
  border: 1px solid #D0D2D3;
}
.upsell-dialog .copy {
  width: 288px;
  float: left;
}
.upsell-dialog .copy > p {
  margin-bottom: 16px;
}
.upsell-dialog .copy .numbered-list li {
  width: 288px;
  margin: 0 0 10px 0;
}
.upsell-dialog .copy .numbered-list li .number {
  position: relative;
  float: left;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  background-color: #D0D2D3;
  border-radius: 14px;
  background-clip: padding-box;
}
.upsell-dialog .copy .numbered-list li .number > div {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #f4f5f5;
  background-color: #6B787F;
  border-radius: 11px;
  background-clip: padding-box;
  border: 2px solid #6B787F;
}
.upsell-dialog .copy .numbered-list li .number p {
  width: 248px;
  float: left;
}
.upsell-dialog .dialog-btn-bar {
  background: none;
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px solid #D0D2D3;
  text-align: center;
}
.upsell-dialog .dialog-btn-bar .cta {
  position: relative;
  float: left;
  width: 100px;
  height: 38px;
  margin: 0 20px 0 0;
}
.upsell-dialog .dialog-btn-bar .cta-text {
  text-align: left;
  font-size: 13px;
  color: #333E48;
}
.upsell-dialog .dialog-btn-bar .cta-arrow {
  position: absolute;
  top: 20px;
  width: 54px;
  height: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.upsell-dialog .dialog-btn-bar .cta-arrow-right {
  left: 44px;
  background-image: url(/assets/responseweb/smlib.ui/5.6.0/assets/arrow-right.png);
}
.upsell-dialog .dialog-btn-bar .cta-text {
  text-align: left;
  font-size: 13px;
  color: #323232;
}
.upsell-dialog .dialog-btn-bar .cta-arrow {
  position: absolute;
  top: 20px;
  width: 54px;
  height: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.upsell-dialog .dialog-btn-bar .cta-arrow-right {
  left: 44px;
  background-image: url(/assets/responseweb/smlib.ui/5.6.0/assets/arrow-right.png);
}
.upsell-dialog .dialog-btn-bar .btn {
  float: left;
  margin: 0 auto;
}

.dialog-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9997;
}
.dialog-container.fixed-dialog {
  position: fixed;
}
.dialog-container.fixed-dialog.no-overlay {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: auto;
  width: auto;
}
.dialog-container.ui-draggable-dragging {
  z-index: 9997;
}

.dialog-overlay {
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9996;
  background-color: #6B787F;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dialog-overlay.open.dialog-overlay-modal {
  opacity: 0.8;
}

/* Potrait phones */
/* Landscape phones */
/* Desktop Phone size */
/* Landscape phones */
/* Desktop small Phone (ie iPhone3) size */
/* Tablets */
/* Large desktop */
.pull-right {
  float: right;
}

.base-header .inner-header {
  padding: 0;
  width: 100% \9 ;
}
@media only screen and (max-width: 680px) {
  .base-header .inner-header {
    width: 100%;
  }
}
@media only screen and (max-device-width: 480px) {
  .base-header .inner-header {
    width: 100%;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .base-header .inner-header {
    width: 100%;
  }
}

.base-header {
  min-width: 100% \9 ;
  width: 100% \9 ;
}
@media only screen and (max-width: 680px) {
  .base-header {
    min-width: inherit;
    width: 100%;
  }
}
@media only screen and (max-device-width: 480px) {
  .base-header {
    min-width: inherit;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .base-header {
    min-width: inherit;
    width: 100%;
  }
}

.base-footer {
  min-width: 100%;
  width: 100%;
}

.base-footer .inner-ft {
  width: 100%;
}

.base-footer .grid {
  line-height: 30px;
}
@media only screen and (max-device-width: 480px) {
  .base-footer .grid {
    white-space: normal;
  }
}

.col-1-12, .col-2-12, .col-3-12, .col-4-12, .col-5-12, .col-6-12, .col-7-12, .col-8-12, .col-9-12, .col-10-12, .col-11-12 {
  float: left;
}

.col-1-12 {
  width: 8.1666666667%;
}

.col-2-12 {
  width: 16.3333333333%;
}

.col-3-12 {
  width: 24.5%;
}

.col-4-12 {
  width: 32.6666666667%;
}

.col-5-12 {
  width: 40.8333333333%;
}

.col-6-12 {
  width: 49%;
}

.col-7-12 {
  width: 57.1666666667%;
}

.col-8-12 {
  width: 65.3333333333%;
}

.col-9-12 {
  width: 73.5%;
}

.col-10-12 {
  width: 81.6666666667%;
}

.col-11-12 {
  width: 89.8333333333%;
}

@-webkit-keyframes sm-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes sm-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes sm-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes sm-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes sm-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes sm-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes sm-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes sm-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes sm-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'National2';
  font-weight: 300;
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Light.eot");
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Light.eot#iefix") format("embedded-opentype"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Light.woff2") format("woff2"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Light.woff") format("woff");
}
@font-face {
  font-family: 'National2';
  font-weight: 400;
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Regular.eot");
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Regular.eot#iefix") format("embedded-opentype"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Regular.woff2") format("woff2"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Regular.woff") format("woff");
}
@font-face {
  font-family: 'National2';
  font-weight: 500;
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Medium.eot");
  src: url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Medium.eot#iefix") format("embedded-opentype"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Medium.woff2") format("woff2"), url("/assets/responseweb/smlib.ui/5.6.0/assets/fonts/National2Web-Medium.woff") format("woff");
}
@media only screen and (max-width: 480px) {
  [data-sm-is-mobile] {
    display: none !important;
  }
}
@media only screen and (max-width: 680px) and (orientation: landscape) {
  [data-sm-is-mobile] {
    display: none !important;
  }
}
#versionChangedModalContainer {
  font-family: National2, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333E48;
}
#versionChangedModalContainer .dialog-title-bar > h5 {
  font-size: 22px;
  font-weight: 425;
}
#versionChangedModalContainer .dialog-title-bar .smf-icon {
  color: #6B787F;
  margin: 4px;
}
#versionChangedModalContainer .dialog-title-bar > div {
  font-size: 15px;
  margin-top: 10px;
}
#versionChangedModalContainer .dialog-btn-bar {
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .version-dialog.open {
    width: 90% !important;
    padding: 0;
  }
}
@media only screen and (max-width: 680px) and (orientation: landscape) {
  .version-dialog.open {
    width: 90% !important;
  }
}
