/* =GLOBAL STYLES
---------------------------- */
.plain {
  list-style-type: none;
}
aside {
  display: block;
}
aside h5 {
  font-size: 18px;
}
aside .panel {
  background: url(https://res.canvasgfx.com/canvasx_assets/img/global/bg-triangles.png) 0 0;
}
aside .panel h2 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #507ca8;
  text-align: center;
  text-transform: uppercase;
}
aside .panel .price {
  font-size: 20px;
}
aside .panel .fineprint {
  text-align: center;
  color: #888;
  margin-top: 2px;
}
aside .panel .go-learn {
  position: relative;
  bottom: 0;
  right: 0;
  display: block;
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
}
aside .panel.product-display h5 {
  text-align: center;
}
.strip {
  padding: 16px 0 36px;
}
.gray.strip {
  background: #E5E6E7;
  padding-bottom: 10px;
}
.row-shadow-bottom{
    -webkit-box-shadow: 0 8px 6px -6px #C3BFC0;
    -moz-box-shadow: 0 8px 6px -6px #C3BFC0;
    box-shadow: 0 8px 6px -6px #C3BFC0;
    margin-bottom: 12px;
}
.row-shadow-top{
    -webkit-box-shadow: 0 -6px 8px -1px #C3BFC0;
    -moz-box-shadow: 0 -6px 8px -1px #C3BFC0;
    box-shadow: 0 -3px 4px -1px #C3BFC0;
    margin-top: 10px;
}
.blue.strip {
  background: #60cafa;
}
.position-fineprint{
  margin-top: -6px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.upgrade {
  color: #f00;
}
.clear {
  clear: both;
}
ul.button-group.center li {
  display: inline;
  float: none;
}
.pricing {
  text-align: center;
}
.pricing del {
  text-decoration: line-through;
  color: #000;
}
.pricing .savings {
  color: #008000;
}
.pricing .price {
  font-size: 32px;
}
.panel {
  border-color: #f2f2f2;
  background-color: #fcfcfc;
}

/* end GLOBAL
-------------- */
/* =HEADER STYLES
---------------------------- */
header {
  background: #e9e9e9;
}
img.title {
  margin: 5px 0 5px 0px;
}
.home #header-container a {
  outline: none;
  border: 0
}
.home #header-container img {
  outline: none;
  border: 0
}
.home #header-container map > area, .home #header-container map > area:active, .home #header-container map > area:focus {
  outline: none;
  border: 0;
}

.special-offers #header-container a {
  outline: none;
  border: 0
}
.special-offers #header-container img {
  outline: none;
  border: 0
}
.special-offers #header-container map > area, .special-offers #header-container map > area:active, .special-offers #header-container map > area:focus {
  outline: none;
  border: 0;
}

.lang-dropdown.button.enonly {
  margin-top: 0;
  background: none;
  box-shadow: none;
  border: none;
  padding: 2px;
}
.lang-dropdown.button:not(.enonly) {
  margin-top: 5px;
  background: none;
  box-shadow: none;
  border: none;
}
.lang-dropdown.button a {
  color: #FFF;
}
.lang-dropdown.button.dropdown {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 8px;
  margin-top: 0; /*temp fix for langselect*/
}
@media only screen and (min-width:768px) {
  .lang-dropdown.enonly {
    padding:0 8px 0 0 !important;
  }
}
.button.dropdown > ul li {
  padding-left: 20px;
}
.menu-icon {
  display:none;
}

@media only screen and (max-width:767px) {
    .top-nav li,
    .top-nav li a {
        float: none;
    }

    .top-nav li.mobile-two {
        padding-bottom: 4px;
    }

    .top-nav li.contact a,
    .top-nav li.view-cart a {
        border-right: none;
        padding-right: 0;
    }

    #nav-links.enonly {
      display: none;
      left: -25px;
    }
    #nav-links:not(.enonly) {
      left: -25px;
    }

    .menu-icon {
      display:inherit;
      z-index:1000;
    }

}

/*Links Bar in Dropdown Menu*/
.links-bar-dropdown {
  display:none;
}
@media only screen and (max-width:767px) {
  .links-bar-dropdown {
    background:#6d8492;
    height:34px;
    margin-top:1px !important;
    margin-bottom:1px !important;
  }
  .links-bar-dropdown li {
    height:34px !important;
  }
  .links-bar-dropdown a {
    height:34px !important;
    line-height:34px !important;
  }

  .links-bar-dropdown ul li a img {
    vertical-align: middle;
  }
}


/* ---------------------- */
/* =slider styles
------------------ */
header .bx-wrapper {
  margin: 0 auto;
}
header .bx-wrapper .bx-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 51;
}
header .bx-wrapper .bx-pager {
  position: relative;
}
header .bx-wrapper .bx-pager.bx-default-pager a {
  overflow: hidden;
  text-indent: 9999px;
}

/* end slider styles
------------------ */
#breadcrumb {
  display: block;
  padding-top: 4px;
  margin-left: 15px;
  height: 30px;
  background: url(https://res.canvasgfx.com/canvasx_assets/img/global/home-icon.png) no-repeat 0 3px;
}
#breadcrumb a.home {
  display: block;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  font-size: 0;
  float: left;
}
#breadcrumb li {
  color: #008000;
  display: block;
  float: left;
  font-style: italic;
}
#breadcrumb li a {
  color: #008000;
}
#breadcrumb .separator {
  padding: 0 8px;
}
.new-highlight {
  color: #f69121;
}

/* end HEADER
-------------- */
/* =INDEX STYLES
---------------------------- */

.home .slider-container, .special-offers .slider-container {
  padding: 0px !important;
}
.home h1 {
  margin: 0 80px 40px;
  font-family: "adelle", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1.1;
  color: #898e9c;
}
.home h3 {
  text-align: center;
}
.home .row .home-tile {
  padding: 0px;
}
.home .row .home-tile > div {
  height: 190px;
  background: white;
  position: relative;
}
.home .row .home-tile .learn-more {
  position: absolute;
  bottom: 4px;
  left: 10px;
  padding-right: 15px;
  color: #777;
}
.home .upper.row .home-tile > div {
  height: 192px;
}
.home .upper.row .home-tile .en {
  padding-right: 0;
  height: 165px;
  width: 100%;
}
.home .upper.row .home-tile .pro7 .learn-more {
  left: 25px;
}
.home .upper.row .home-tile.acdsee365 .learn-more {
  color: rgb(0, 0, 0);
}
.home .upper.row .home-tile.special-offers > div {
  /* background-image: url("http://xmas.dev.acdsee.com/img/en/offers/2013/gift-xmas/gift-indextile-EN01.jpg");
  */
}
.home .upper.row .home-tile p {
  padding-left: 4px;
  padding-right: 10px;
  margin-top: 5px;
}
.home .upper.row .home-tile.acdsee365 p.price {
  font-size: 32px;
  margin-top: 20px;
}
.home .upper.row .home-tile.acdsee365 img {
  float: left;
  margin-left: 15px;
  margin-right: 10px;
}
.home .upper.row .home-tile.special-offers .learn-more {
  color: white;
}
.home .row .home-tile p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 7px;
  padding-right: 10px;
}
.home .home-tile h3, .home .home-tile h3 a, .home .home-tile h3 a:hover, .home .home-tile h3 a:active {
  font-size: 16px;
  margin-top: 0;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.home .home-tile h3.gray-head, .home .home-tile h3.gray-head a, .home .home-tile h3.gray-head a:hover, .home .home-tile h3.gray-head a:active {
  background: rgba(117, 116, 128, 1);
  text-align: center;
  color: #FFF;
  margin-top: 0;
}
.home .gray-back{
  background: rgba(117, 116, 128, 1);
  border-right: 5px;
  font-size: 16px;
  color: #FFF;

}
.home .home-tile h3.gray-head a, .home .home-tile h3.gray-head a:hover, .home .home-tile h3.gray-head a:active {
  background: rgba(0, 0, 0, 0);
}
.home .home-tile.mac-pro3 h3, .home .home-tile.mac-pro3 h3 a, .home .home-tile.mac-pro3 h3 a:hover, .home .home-tile.mac-pro3 h3 a:active {
  font-size: 15px;
  color: #2A9BED;
}
.home .home-tile.canvas14 > div {
  background-color: #EEF3F7;
}
.home .home-tile.canvas14 h3, .home .home-tile.canvas14 h3 a, .home .home-tile.canvas14 h3 a:hover, .home .home-tile.canvas14 h3 a:active {
  font-size: 15px;
  color: #405352;
}
.home .home-tile.canvas14 p {
  margin-top: 40px;
}
.home .home-tile.vc3pro > div {
  background-color: #E4E7F2;
}
.home .home-tile.vc3pro h3, .home .home-tile.vc3pro h3 a, .home .home-tile.vc3pro h3 a:hover, .home .home-tile.vc3pro h3 a:active {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  color: #3C5787;
}
.home .home-tile.pe6 > div {
  background-color: #E5F4E1;
}
.home .home-tile.pe6 h3, .home .home-tile.pe6 h3 a, .home .home-tile.pe6 h3 a:hover, .home .home-tile.pe6 h3 a:active {
  font-size: 15px;
  color: #5B9A42;
}
.product-feature .feature, .sub-feature .feature {
  border: 1px solid #bbb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 4px;
  overflow: hidden;
}
.product-feature h3 {
  margin-bottom: 20px;
}
.product-feature .title {
  height: 40px;
  background: 0 0 no-repeat;
}

.product-feature .box {
  text-align: center;
  height: 40px;
  overflow: visible;
}
.sub-feature .head {
  height: 20px;
  overflow: visible;
}
.sub-feature .head img {
  display: block;
  margin: 0 auto;
}
.sub-feature h3 {
  text-align: left;
}
@media only screen and (max-width: 340px){
  .en .sub-info-vertical-bar {
    display: none;
  }
}
.feature {
  min-height: 270px;
}
.feature p.heading {
  margin-top: 30px;
  padding: 0 38px;
  font-family: "pill-gothic-300mg", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.feature-1, .feature-2, .feature-3 {
  height: 183px;
  margin-bottom: 10px;
  background: #63a829;
}


.network.row {
  margin-top: 24px;
}
.network img {
  /*display: block;*/
  margin: 0 auto;
  padding-right: 10px;
}
.network h3 {
    color: #01BDA4;
    text-align: left;
    font-weight: 600;
}
.network a {
    color: #01BDA4;
    float: right;
}
.network .info-section {
    background-color: #F5F3F4;
    height: 200px;
    border: #ffffff;
    border-style: solid;
    border-width: 10px;
}
.go-learn {
  position: relative;
  /* bottom: 20px; */
  right: 30px;
  display: block;
 /* padding-top: 10px; */
  text-align: right;
}
.caption {
  padding-left: 40px;
}
.caption p, .caption ul {
  margin-bottom: 8px;
}
.caption li {
  list-style: none;
}
.caption a {
  color: #4ad;
  font-size: 14px;
  padding-left: 24px;
  background: url(https://res.canvasgfx.com/canvasx_assets/img/global/icon-caption-go.png) no-repeat 0 1px;
}

/* =slider styles
------------------ */
.product-slider {
  width: 500px;
}


@media only screen and (max-width:1013px) {
  .home h1 {
    margin: 0 0 40px;
  }
  .product-feature h3 {
    min-height: 80px;
    margin-bottom: 0;
  }
  .product-feature .content {
    min-height: 0;
  }
  .feature {
    min-height: 0;
  }
  .instaflash h2 {
    font-size: 20px;
  }
}

/* END INDEX STYLES
---------------------------- */
/* =ALL PRODUCTS STYLES
---------------------------- */

.products .product.row, .special-offers .product.row {
  margin: 20px 0;
}
.products .product.row .columns, .special-offers .product.row .columns {
  float: left;
}
.products .product-description, .special-offers .product-description {
  position: relative;
  min-height: 417px;
  padding: 8px;
}
.product-description p.pricing {
  line-height: 1.1;
  margin-bottom: 0px;
  line-height: 150%;
}
.products .product-description .box, .special-offers .product-description .box {
  display: block;
  z-index: 1000;
}
.products .product-description .icon, .special-offers .product-description .icon {
  display: block;
  margin: 15px 0;
}
.products .product-description h2, .special-offers .product-description h2 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 20px;
  height: auto;
  text-align: center;
  line-height: 1.0;
}
@media only screen and (min-width:768px) {
.products .product-description .bottom, .special-offers .product-description .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 100%;
  */
  height: 76px;
}
}
@media only screen and (max-width:767px) {
.products .product-description .bottom, .special-offers .product-description .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 
}
}

.products .product-description .bottom .go-learn, .special-offers .product-description .bottom .go-learn {
  right: auto;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width:767px){
  .products .product-description .fineprint, .special-offers .product-description .fineprint {
    margin-bottom: 5px;
    text-align: center;
  }
}
@media only screen and (min-width:768px){
  .products .product-description .fineprint, .special-offers .product-description .fineprint {
    margin-bottom: 5px;
    text-align: center;
  }
}
.de-fineprint-size{
    font-size: 11px;
}

.fr-fineprint-size{
    font-size: 11px;
}

@media only screen and (max-width:1013px) {
  .products .product.row, .special-offers .product.row {
    margin: 0;
    padding: 0;
  }
  .products .product.row .columns, .special-offers .product.row .columns {
    width: 100% !important;
  }
  .products .product-description, .special-offers .product-description {
    min-height: 0;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
  .products h2, .special-offers h2 {
    text-align: center;
  }
  .products .product-description h2, .special-offers .product-description h2 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 20px;
    height: auto;
    text-align: center;
    line-height: 1.0;
  }
}

.product-description-de-height{
    height: 478px;
}

/* =PD PAGE STYLES
---------------------------- */

.banner {
  min-height: 220px;
  position: relative;
}
.banner ul {
  color: #fff;
}
.banner h3 {
  color: #fff;
}
p.lead-in {
  font-size: 17px;
}
.pd-page .feature p.heading {
  font-size: 22px;
  line-height: 1.1;
}
.customer-care {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pd-page .banner .price-container {
  margin-top: 50px;
}
.pd-page .banner .price {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .pd-page .banner .price {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
}
}
.pd-page .banner del {
  font-size: 16px;
  color: #000;
  /*display: block;*/
}
.pd-page .banner .savings {
  font-size: 20px;
  color: #fff;
}
.pd-page .banner .button-group {
  margin-top: 20px;
}

/* =sidebar nav
---------------- */
.tabs.vertical {
  border-bottom: 1px solid #f5f5f5;
}
.tabs.vertical li {
  border-left: 3px solid #f2f2f2;
}
.tabs.vertical li a {
  background: #fcfcfc;
  border: none;
  border: 1px solid #f2f2f2;
  border-width: 1px 1px 0 0;
  color: #555;
  -webkit-box-shadow: none;
  -moz-box-shadow:none;
  box-shadow: none;
}
.tabs.vertical li.active {
  margin-top: 0;
  border-top: 0 solid #e6e6e6;
  border-left: 4px solid #d86759;
}
.tabs.vertical li.active a {
  background: #f2f2f2;
  color: #d86759;
}
.tabs.vertical li ul li {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.tabs.vertical li ul li a {
  background-color: #f7f7f7;
}
.tabs.vertical li ul {
  margin-left: 0;
}

/* =pricing styles
------------------- */
aside .price {
  font-size: 22px;
}
.pricing-highlight del {
  color: rgb(114, 114, 114);
  font-size: 16px;
}

/* end pricing styles
--------------------- */
/**/
#sidebar { z-index: 1000; }
#sidebar ul { background: #c9d8ff; padding: 10px; list-style: none;}
#sidebar li { text-align: right; font-size: 18px; color: #113871; padding: 2px 20px 0px 0px;}
#sidebar a { color: #113871; }
.side-nav li:hover{
    /*color: #ffffff;*/
    background-color: #b3cfe7;
    /*padding: 2px;*/
}
.side-nav h3:hover{
    /*color: red;*/
    background-color: #c2d9ec;
    /*padding: 2px;*/
}
/*************** end acdsee-ultimate-9 styles *******************/


.p-show{
    margin: 10px 20px;
    color: #fff;
}

/* =canvas-14 styles
------------------------------ */
.canvas-14 .banner {
  background: #32454b; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMzI0NTRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzNzc4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #32454b 1%, #63778c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #32454b), color-stop(100%, #63778c)); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(-45deg, #32454b 1%, #63778c 100%); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(-45deg, #32454b 1%, #63778c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #32454b 1%, #63778c 100%); /* IE10+ */
  background: linear-gradient(135deg, #32454b 1%, #63778c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32454b', endColorstr='#63778c', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
/* =fotoslate 4 styles
------------------------------ */
.fotoslate-4 .banner {
  background: #f69121; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZjY5MTIxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhNWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #f69121 1%, #ba5d00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #f69121), color-stop(100%, #ba5d00)); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(-45deg, #f69121 1%, #ba5d00 100%); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(-45deg, #f69121 1%, #ba5d00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #f69121 1%, #ba5d00 100%); /* IE10+ */
  background: linear-gradient(135deg, #f69121 1%, #ba5d00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69121', endColorstr='#ba5d00', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.fotoslate-4 .banner .heading {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.fotoslate-4 .banner p {
  margin-top: 70px;
  color: #fff;
}

/* end PD PAGES
--------------- */
/* =SUPPORT PAGE STYLES
---------------------------- */

.support-page .triangles {
  background: url(https://res.canvasgfx.com/canvasx_assets/img/global/bg-triangles.png) 0 0;
}

/* end SUPPORT PAGE
------------------- */
/* =PARTNER PAGES
------------------- */
#country_menu {
  width: 300px;
  font-size: 16px;
}
.locations {
  float: left;
  margin: 10px 40px 0 0;
  padding: 0;
  list-style-type: none;
}
.locations li {
  margin: 10px 0;
  line-height: 1.1em
}

/* end PARTNER PAGES */
/* =ABOUT PAGES
------------------- */
.product-kits p, .product-kits h3, .product-kits ul {
  padding-left: 130px;
}
.product-kits img {
  margin-top: 20px;
}

/* end ABOUT PAGES */
/* =OFFER PAGES
------------------- */
.offers .fold:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid white;
  border-right: 40px solid transparent;
}
/* this button needs to set:background
width
margin
padding */
.div-button {
  border: 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

/* need to set
width
height
font-size */
.div-button-link {
  color: #ffffff;
  padding: 5px;
  display: block;
  font-weight: 300;
}
.div-button-link:hover {
  color: #ffffff;
  opacity: 0.6;
  background: gray;
}
.blue-small-button {
  width: 80px;
  background: #58b5ff;
}

.pro-pack .plain-hr {
  margin: 0;
  background: none;
  height: 0;
}
.pro-pack .disclaimer {
  font-size: 11px;
}

/* end OFFER PAGES */
/* =FOOTER STYLES
---------------------------- */
footer p {
  margin-bottom: 5px;
  color: #fff;
  font-size: initial;
}
footer h5 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #4f4f54;
}
footer ul li {
  margin: 4px;
  font-size: 17px;
  line-height: 1.3;
  list-style-type: none;
}
footer ul li a {
  color: #7e7f80 !important;
}
footer ul li a:hover {
  color: #01BDA4 !important;
  /*text-decoration: underline; */
}
footer.copyright p {
  margin: 8px 0 0;
  font-size: 11px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-align: left;
}
footer label {
  font-size: 12px;
  color: #fff;
}
footer input[type="text"] {
  background: rgb(146, 146, 146);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyOTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzJjMmMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(146, 146, 146, 1) 0%, rgba(194, 194, 194, 1) 0%, rgba(224, 224, 224, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(146, 146, 146, 1)), color-stop(0%, rgba(194, 194, 194, 1)), color-stop(100%, rgba(224, 224, 224, 1)));
  background: -webkit-linear-gradient(top, rgba(146, 146, 146, 1) 0%, rgba(194, 194, 194, 1) 0%, rgba(224, 224, 224, 1) 100%);
  background: -o-linear-gradient(top, rgba(146, 146, 146, 1) 0%, rgba(194, 194, 194, 1) 0%, rgba(224, 224, 224, 1) 100%);
  background: -ms-linear-gradient(top, rgba(146, 146, 146, 1) 0%, rgba(194, 194, 194, 1) 0%, rgba(224, 224, 224, 1) 100%);
  background: linear-gradient(to bottom, rgba(146, 146, 146, 1) 0%, rgba(194, 194, 194, 1) 0%, rgba(224, 224, 224, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#e0e0e0', GradientType=0 );
  font-family: inherit;
  border: 1px solid #7e7f80;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: inline;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 6px;
  height: 45px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
footer input[type="text"]:focus {
  background: #fafafa;
  border-color: #7e7f80;
  outline: -webkit-focus-ring-color auto 0px;
}
footer .social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .social li {
  float: left;
  color: #fff;
}
footer .social li a {
  height: 25px;
  text-decoration: none;
}
footer .social li a {
  /*display: block;*/
  margin: 0 6px ;
  text-indent: -9999px !important;
  overflow: hidden;
}



/* END FOOTER STYLES
---------------------------- */
/* =FOUNDATION OVERRIDES
---------------------------- */
/* =Header Nav ----------- */
.top-bar {
  background: none;
  min-height: 50px;
  line-height: 50px;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 18px; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */
}
.top-bar > ul .name {
  display: none;
}
.top-bar ul {
  height: 50px;
  line-height: 50px; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */
}
.top-bar.enonly ul > li a:not(.button) {
  font-size: 15px;
  font-weight: normal;
  height: 46px;
  line-height: 48px;
}
.top-bar:not(.enonly) ul > li a:not(.button) {
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .top-bar.enonly ul > li {
    padding:0;
  }
  .top-bar.enonly ul > li a:not(.button) {
    margin-left:auto;
    margin-right:auto;
    padding:0;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar {
    min-height: 0px;
  }
  .top-bar.enonly ul > li a:not(.button) {
    height: 46px;
    width: auto !important;
  }
}




/* Submenu Title Vertical Alignment Fix */
@media only screen and (min-width: 768px) {
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-top: 13px !important; }
}

/* BANNER TIMER VISIBILITY */
@media only screen and (max-width: 1000px) {
  #timer {
    display:none !important;
  }
}

/* Webinar Learn More Visibility (on EN index page) */

@media only screen and (min-width: 768px) {
  #learn-more-webinar > div > div {
    display:table;
  }
  #learn-more-webinar > div > div > div {
    display:table-cell;
    height:100%;
    vertical-align: middle;
  }

}


/* MOBILE MENU BAR */
@media only screen and (max-width: 767px) {
  /* Default Stuff: */
  #menu {
    display:none;
  }
  #menu li.has-dropdown > a {
    visibility: visible;
  }
  #menu > section > ul > li.has-dropdown:not(.links-bar-dropdown) > ul {
    visibility: visible;
    border-top: solid 1px #ecf0f3;
    border-bottom: solid 1px #ecf0f3;
  }
  #menu > section > ul > li.has-dropdown.links-bar-dropdown > ul {
    visibility: visible;
    border-top: solid 1px #ecf0f3;
  }

  /* Hover Highlighting */
    /* regular */
  img.menu-icon:hover {
    opacity:0.8;
  }
  #menu > section > ul > li.has-dropdown:not(.links-bar-dropdown):hover, #menu > section > ul > li.has-dropdown.expanded:not(.links-bar-dropdown) {
    background: #ecf0f3;
    border-top:2px solid #59a0d8;
  }
    /* telephone bar */
  #menu li.links-bar-dropdown:hover, #menu li.expanded.links-bar-dropdown, #menu li.links-bar-dropdown li:hover {
    background:#5D727E;
  }
  #menu li.links-bar-dropdown.social-icons li:hover img {
    opacity:0.6;
  }

  /* Submenu Indentation:; */
  @media only screen and (min-width: 320px) {
    #menu li.has-dropdown > ul > li > a {
      padding-left:45px !important;
    }
    #menu li.has-dropdown > ul > li.has-dropdown > ul > li > a {
      padding-left:67.5px !important;
    }
  }
  @media only screen and (max-width: 319px) {
    #menu li.has-dropdown > ul > li > a {
      padding-left:10% !important;
    }
    #menu li.has-dropdown > ul > li.has-dropdown > ul > li > a {
      padding-left:11% !important;
    }
    /* telephone bar */
    #menu li.links-bar-dropdown:not(.social-icons) li a {
      padding-left: 15% !important;
      font-size: 13px;
    }
  }

  /* Navigation Arrows: */
    /* regular */
  #menu li.has-dropdown:not(.links-bar-dropdown) > a:not(.expanded):after {
    border-color: transparent black transparent transparent;
    top:23px;
    right:0px;
  }
  #menu li.has-dropdown:not(.links-bar-dropdown):hover > a:not(.expanded):after {
    border-color: transparent #59a0d8 transparent transparent;
  }
  #menu li.has-dropdown:not(.links-bar-dropdown) > a.expanded:after {
    border-width:5px;
    border-color:black transparent transparent transparent;
    top:25px;
    right:-2px;
  }
  #menu li.has-dropdown:not(.links-bar-dropdown):hover > a.expanded:after {
    border-color: #59a0d8 transparent transparent transparent;
  }
    /* sub-menu */
  #menu > section > ul > li.has-dropdown > .dropdown > .has-dropdown > a:not(.expanded):after {
    top:10px;
  }
  #menu > section > ul > li.has-dropdown > .dropdown > .has-dropdown > a.expanded:after {
    top:12px;
  }
    /* telephone bar */
  #menu li.has-dropdown.links-bar-dropdown > a:not(.expanded):after {
    border-color: transparent white transparent transparent;
    top:17px;
    right:0px;
  }
  #menu li.has-dropdown.links-bar-dropdown > a.expanded:after {
    border-color:white transparent transparent transparent;
    top:19px;
    right:-2px;
  }
}




.frenchmenu ul > li a:not(.button){
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
}
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus {
  background: #222222;
}
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a {
  color: #fff;
}
.top-bar ul > li.has-dropdown a:after {
  border-color: #fff transparent transparent transparent;
}
.top-bar:not(.enonly) ul > li.has-dropdown a:after {
  border-color: #fff transparent transparent transparent !important;
}
.top-bar ul > li.has-dropdown .dropdown li label {
  color: #F59020;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3d3d3d;
}
.top-bar ul > li:not(:hover).active {
  background: rgba(0, 0, 0, 0.35);
  height: auto;
}
@media only screen and (min-width:768px) {
  .top-bar.enonly ul > li.has-dropdown a:after {
    display:inline-block !important;
    margin:0 0 -4px 4px !important;
    position:static !important;
  }
}
@media only screen and (max-width:767px) {
  .top-bar {
    height: 45px;
  }
  .top-bar ul {
    height: auto;
  }
  .top-bar ul .name {
    display: block;
    line-height: 45px;
    font-size: 30px;
    text-align: center;
  }
  .top-bar ul > li.toggle-topbar {
    width: 100%;
  }
  .top-bar ul > li.toggle-topbar:hover {
    background: none;
  }
  .top-bar-fr ul > li a:not(.button) {
    font-size: 13px;
  }
  .top-bar-fr ul > li.has-dropdown a {
     padding-right: 34.75px;
  }
  div.nav {
    padding: 0;
  }
}

/* Normal Buttons ---------------------- */
@media only screen and (min-width: 768px) {
.button {
  width: auto;
  color: #fff !important;
  background: #b2292e;/*rgb(194, 223, 255);*/
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZGZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNTZiMGZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2YjBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(194, 223, 255, 1)), color-stop(1%, rgba(86, 176, 255, 1)), color-stop(100%, rgba(86, 176, 255, 1)));
  background: -webkit-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -o-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -ms-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: linear-gradient(to bottom, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2dfff', endColorstr='#56b0ff', GradientType=0 );
  border: 1px solid #1c5573;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px; 
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */
}
}

@media only screen and (max-width: 767px) {
.button {
  width: auto;
  color: #fff !important;
  background: #b2292e;/*rgb(194, 223, 255);*/
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZGZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNTZiMGZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2YjBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(194, 223, 255, 1)), color-stop(1%, rgba(86, 176, 255, 1)), color-stop(100%, rgba(86, 176, 255, 1)));
  background: -webkit-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -o-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -ms-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: linear-gradient(to bottom, #b2292e 0%, #b2292e 1%, #b2292e 100%);
 
  /*background: -moz-linear-gradient(top, rgba(194, 223, 255, 1) 0%, rgba(86, 176, 255, 1) 1%, rgba(86, 176, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(194, 223, 255, 1)), color-stop(1%, rgba(86, 176, 255, 1)), color-stop(100%, rgba(86, 176, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(194, 223, 255, 1) 0%, rgba(86, 176, 255, 1) 1%, rgba(86, 176, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(194, 223, 255, 1) 0%, rgba(86, 176, 255, 1) 1%, rgba(86, 176, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(194, 223, 255, 1) 0%, rgba(86, 176, 255, 1) 1%, rgba(86, 176, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(194, 223, 255, 1) 0%, rgba(86, 176, 255, 1) 1%, rgba(86, 176, 255, 1) 100%);
*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2dfff', endColorstr='#56b0ff', GradientType=0 );
  border: 1px solid #1c5573;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  /*font-size: 20px;*/ 
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */
}
}

.button:hover, .button:focus {
  color: white;
  background: #b2292e;/*rgb(194, 223, 255);*/
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZGZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNTZiMGZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUwOTdlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(194, 223, 255, 1)), color-stop(1%, rgba(86, 176, 255, 1)), color-stop(100%, rgba(86, 176, 255, 1)));
  background: -webkit-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -o-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -ms-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: linear-gradient(to bottom, #b2292e 0%, #b2292e 1%, #b2292e 100%);


/*background: -moz-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2292e), color-stop(1%, #b2292e), color-stop(100%, #b2292e));
  background: -webkit-linear-gradient(top, #b2292e 0%, #b2292e 1%, #b2292e 100%);
  background: -o-linear-gradient(top, #b2292e 0%, rgba(86, 176, 255, 1) 1%, rgba(80, 151, 237, 1) 100%);
  background: -ms-linear-gradient(top, rgba(194, 223, 255, 1) 0%, rgba(86, 176, 255, 1) 1%, rgba(80, 151, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(194, 223, 255, 1) 0%, rgba(86, 176, 255, 1) 1%, rgba(80, 151, 237, 1) 100%);
*/  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2dfff', endColorstr='#5097ed', GradientType=0 );
}
.button:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.button.large {
  font-size: 17px;
  padding: 15px 30px 16px;
}
.button.medium {
  font-size: 14px;
}
.button.small {
  font-size: 11px;
  padding: 7px 14px 8px;
}
.button.tiny {
  font-size: 10px;
  padding: 5px 10px 6px;
}
.button.expand {
  width: 100%;
  text-align: center;
}
.button.primary {
  background-color: #4db02b;
  border: 1px solid #32731c;
}
.button.primary:hover, .button.primary:focus {
  background-color: #3b8721;
}
.button.success {
  background-color: #b2292e;
  border: 1px solid #b2292e;
}
.button.success:hover, .button.success:focus {
  background-color: #3b8721;
}
.button.alert {
  background-color: #c60f13;
  border: 1px solid #7f0a0c;
}
.button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
.button.secondary {
  background: rgb(229, 220, 220);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2M0YmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(229, 220, 220, 1) 0%, rgba(196, 188, 188, 1) 75%, rgba(226, 217, 217, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 220, 220, 1)), color-stop(75%, rgba(196, 188, 188, 1)), color-stop(100%, rgba(226, 217, 217, 1)));
  background: -webkit-linear-gradient(top, rgba(229, 220, 220, 1) 0%, rgba(196, 188, 188, 1) 75%, rgba(226, 217, 217, 1) 100%);
  background: -o-linear-gradient(top, rgba(229, 220, 220, 1) 0%, rgba(196, 188, 188, 1) 75%, rgba(226, 217, 217, 1) 100%);
  background: -ms-linear-gradient(top, rgba(229, 220, 220, 1) 0%, rgba(196, 188, 188, 1) 75%, rgba(226, 217, 217, 1) 100%);
  background: linear-gradient(to bottom, rgba(229, 220, 220, 1) 0%, rgba(196, 188, 188, 1) 75%, rgba(226, 217, 217, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5dcdc', endColorstr='#e2d9d9', GradientType=0 );
  color: #1d1d1d;
  border: 1px solid #c3c3c3;
}
.button.secondary:hover, .button.secondary:focus {
  background: rgb(226, 217, 217);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2M0YmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWRjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(226, 217, 217, 1) 0%, rgba(196, 188, 188, 1) 25%, rgba(229, 220, 220, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 217, 217, 1)), color-stop(25%, rgba(196, 188, 188, 1)), color-stop(100%, rgba(229, 220, 220, 1)));
  background: -webkit-linear-gradient(top, rgba(226, 217, 217, 1) 0%, rgba(196, 188, 188, 1) 25%, rgba(229, 220, 220, 1) 100%);
  background: -o-linear-gradient(top, rgba(226, 217, 217, 1) 0%, rgba(196, 188, 188, 1) 25%, rgba(229, 220, 220, 1) 100%);
  background: -ms-linear-gradient(top, rgba(226, 217, 217, 1) 0%, rgba(196, 188, 188, 1) 25%, rgba(229, 220, 220, 1) 100%);
  background: linear-gradient(to bottom, rgba(226, 217, 217, 1) 0%, rgba(196, 188, 188, 1) 25%, rgba(229, 220, 220, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d9d9', endColorstr='#e5dcdc', GradientType=0 );
}
.button.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.button.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default;
  background: #4db02b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.disabled:hover, .button[disabled]:hover {
  background: #4db02b;
}
.button.disabled.success, .button[disabled].success {
  background-color: #4db02b;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #4db02b;
  outline: none;
}
.button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
  outline: none;
}
.button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
  outline: none;
}
.header-info {
  position: absolute;
  bottom: 20px;
  right: 583px;
  cursor: pointer;
}

/* DE/FR .header-info stuff is in style.css, not here. */

ol.counter-box {
  width: 182px;
  margin: 0 auto;
  padding-left: 20px;
  font-family: Arial, sans-serif;
  list-style-type: none;
}
.offers ol.counter-box {
  top: 69px;
}
ol.counter-box li {
  float: left;
  display: block;
  width: 38px;
  height: 26px;
  margin-right: 5px;
  /* padding-top: 10px;
  */
  padding-left: 4px;
  font-size: 20px;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: center;
  background-size: 37px 29px;
  z-index: 10;
  line-height: 1.3;
}
.ie7 ol.counter-box li {
  padding-top: 25px;
  line-height: 0.7em;
}
.units {
  width: 185px;
  margin: auto;
  padding: 0 0 0 20px;
  list-style-type: none;
  margin-top: 8px;
}
.offers .units {
  top: 50px;
}
.units li {
  float: left;
  width: 36px;
  margin-right: 7px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
/* end counter */

/* new style counter */
ol.counter-box-new {
  width: 100%;
  height: 100%;
  margin:0;
  text-shadow: 0px 0px 5px black;
  /*font-family: fantasy;*/  /* This doesn't seem to work with IE*/
  font-variant:normal;
  font-size: 30px;
  list-style-type: none;
}
ol.counter-box-new li {
  float: left;
  display: block;
  width: 25%;
  height: 100%;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  background: #4C4F4C no-repeat 0 0;
  background-size: 100% 100%;
  font-size: inherit;
  z-index: 10;
  line-height: 1.3;
}
ol.counter-box-new p {
  float: left;
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -6px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  font-size: inherit;
  z-index: 11;
  line-height: 1.3;
}
.units-new {
  position: absolute;
  bottom:0px;
  margin:0px;
  width: 100%;
  height:26%;
  /*font-family:fantasy;*/  /* This doesn't seem to work with IE*/
  text-transform:uppercase;
  list-style-type: none;
  background: #1C1A1C no-repeat 0 0;
  background-size: 100% 100%;
}
.units-new li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 9px;
  color: #4C4F4C;
  font-weight: normal;
  text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
.units-new p {
  float: left;
  width: 0px;
  margin-left:-2px;
  text-align: center;
  font-size: 9px;
  color: #4C4F4C;
  font-weight: normal;
  text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
/* end new style counter */


.link-exchange-ul {
  margin: 40px 0px 0px 75px;
  list-style: none outside none;
}


/* canvas 15 industries pages */
.padding-top-40 {
  padding-top: 40px;
}
.font-size-14 {
  font-size: 14pt;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}

/* end canvas 15 */
/* thank-you page styles */

/* thank-you page styles */
/* special offers-page banner text */
.banner-info {
  position: absolute;
  width: 600px;
  bottom: 60px;
  left: 200px;
  text-align: center;
}

/* special offers-page banner text */
.color-white {
  color: #FFFFFF;
}
.color-red {
  color: red;
}
.color-blue {
  color: blue;
}
.color-black {
  color: #000000;
}
.font-bold {
  font-weight: bold;
}
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-55 {
  padding-top: 55px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-top-60{
    padding-top: 60px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-75 {
  margin-top: 75px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-60 {
  margin-left: 60px;
}
.margin-left-75 {
  margin-left: 75px;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}

.inpage-a-active-19 > a{
    color: #ffffff;
    background-color: #052f69;
    padding: 2px;   
}

.acdsee-19 header .button-section {
    margin: 20px;
}
@media only screen and (max-width:767px) {
  .acdsee-19 header .button-section {
    padding-top: 50px;
}
}

.acdsee-19 .download.button {
    position: relative;
    vertical-align: top;
    height: 50px;
    padding: 11px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #3498db;
    border: 0;
    border-bottom: 2px solid #2a8bcc;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #2a8bcc;
    box-shadow: inset 0 -2px #2a8bcc;
}
.acdsee-19 .buy.button {
    position: relative;
    vertical-align: top;
    height: 50px;
    padding: 17px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #2CC05B;
    border: 0;
    border-bottom: 2px solid #1AC421;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #14947b;
    box-shadow: inset 0 -2px #1FCC6B;
}
@media only screen and (min-width:768px) {
  .acdsee-19 .product-price {
    font-size: 46px;
    color: rgb(36,174,97);
    margin-left: 25px;
  }
}
@media only screen and (max-width:767px) {
  .acdsee-19 .product-price {
    font-size: 46px;
    color: rgb(36,174,97);
    margin-left: 5px;
  }
}
.acdsee-19 .box-indent {
    padding: 20px;
}
.acdsee-19 .box-indent * {
    z-index: 10;
}
@media only screen and (min-width:761px) {
    .acdsee-19 .box-indent:before {
        content: "";
        background: #000;
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 40px;
        opacity: 0.1;
        filter: alpha(opacity=20);
    }
    .acdsee-19 .box-indent:after {
        content: "";
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 40px;
        opacity: 0.6;
        filter: alpha(opacity=60);
        border-top: 1px solid #000;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #000;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
}
.acdsee-19 header .box-indent {
    height: 100px;
    position: relative;
}
.acdsee-19 header .download.box-indent .button {
    height: 60px;
    padding: 10px 0;
    line-height: 20px;
}
.acdsee-19.fr header .download.box-indent .button {
    line-height: 100%;
}

@media only screen and (max-width:767px) and (min-width:481px) {
    .acdsee-19.en .triangles {
        /*background-size: 100% 255px;*/
    }
    .acdsee-19.en header .download.box-indent {
        width: 50% !important;
    }
    .acdsee-19.en header .buy.box-indent {
        width: 50% !important;
    }
}

@media only screen and (max-width:480px) {
    .acdsee-19.en .triangles {
        /*background-size: 100% 385px;*/
    }
}

.acdsee-19 header .buy.box-indent .buttons {
    width: 100px;
}
.acdsee-19 header .buy.box-indent .button {
    display: block;
    height: 25px;
    line-height: 19px;
    margin: 0;
    float: left;
    padding: 3px 12px;
}
.acdsee-19 header .buy.box-indent .top.button {
    margin-bottom: 10px;
}
.acdsee-19 header .buy.box-indent .buy-btn {
    height: 40px;
    margin-top: 9px;
    padding-top: 10px;
}
.acdsee-19.de header .buy.box-indent .buy-btn {
    height: 58px;
    margin-top: 1px;
    padding-top: 10px;
}
.acdsee-19.fr header .buy.box-indent .buy-btn {
    line-height: 1;
    padding-top: 5px;
}
.acdsee-19 header .buy.box-indent .pricing .savings {
    display: inline;
}
.acsee-pro-7.fr header .download.box-indent .download.button {
    line-height: 1;
}
.acdsee-19.fr header .buy.box-indent .pricing del {
    display: block;
}
.acdsee-19 header .buy.box-indent .button {
    background: #4C7;
}
@media only screen and (min-width:768px){
  .acdsee-19 header .pricing {
    height: 60px;
    color: #fff;
    position: absolute;
    left: 100px;
    right: 0;
  }
}
@media only screen and (max-width:767px){
  .acdsee-19 header .pricing {
    height: 60px;
    color: #000000;
    position: absolute;
    left: 0px;
    right: 0;
    padding-top: 20px;
  }
}

.acdsee-19 header span.price:first-child {
    line-height: 60px;
    font-size: 38px;
}
.acdsee-19 header .head-price {
    margin-top: 25px;
    display: block;
}
@media only screen and (min-width:768px) {
  .acdsee-19 header .fineprint {
    font-size: 12px;
    padding-top: 68px;
    padding-left: 248px;
  }
}

@media only screen and (max-width:767px) {
  .acdsee-19 header .fineprint {
    font-size: 12px;
    padding-top: 100px;
    padding-left: 60px;
  }
}
.acdsee-19.de h1.heading {
    font-size: 23px;
}
.acdsee-19 .feature-note {
    color:#2CC05B;
}
.acdsee-19 .need-help{
    margin-bottom: -10px;
}
.acdsee-19 p.sales-bubble strong {
    font-size: 14px;
}
.acdsee-19 .you-may-like {
    margin-bottom: 40px;
    text-align: center;
}
.acdsee-19 .you-may-like p {
    margin-bottom: 5px;
    font-size: 14px;
    text-shadow: 1px 1px 0 #fff;
}
.acdsee-19 .you-may-like p strong {
    text-transform: uppercase;
}
.acdsee-19 .you-may-like p a.button {
    text-shadow: none;
}
.acdsee-19 a.button#free-trial {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.acdsee-19 p.right {
    text-align: right;
}
@media only screen and (max-width:760px) {
    .acdsee-19 h1.heading {
        margin-bottom: 0;
    }
}
.acdsee-19 .row.extra-space {
    margin-bottom: 25px;
}
.acdsee-19 .medium-bg {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(243, 243, 243);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);
}
@media only screen and (min-width:768px) {
  .acdsee-19 .border{
    padding-top: 20px;
    background-color: rgb(250, 250, 250);
    padding-bottom: 20px;
    padding-left: 4px;
    height: 90px;
    width: 530px;
    margin: 0 auto;
    opacity: 0.9;
    background-color: rgb(243, 243, 243);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);   
  }
}
@media only screen and (max-width:767px) {
  .acdsee-19 .border{
    padding-top: 20px;
    background-color: rgb(250, 250, 250);
    padding-bottom: 174px;
    padding-left: 4px;
    height: 90px;
    /*width: 530px;*/
    margin: 0 auto;
    opacity: 0.9;
    background-color: rgb(243, 243, 243);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .20);   
  }
}

@media only screen and (max-width:767px) {
  .acdsee-19 .buy-button {
    padding-top: 19px;
  padding-left: 53px;
  
  }
}

/**/
#sidebar { z-index: 1000; }
#sidebar ul { background: #c9d8ff; padding: 10px; list-style: none;}
#sidebar li { text-align: right; font-size: 18px; color: #113871; padding: 2px 20px 0px 0px;}
#sidebar a { color: #113871; }
.side-nav li:hover{
    /*color: #ffffff;*/
    background-color: #b3cfe7;
    /*padding: 2px;*/
}
/*************** end acdsee-19 styles *******************/

/* styles for google and facebook singin buttons */
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  padding: 0 12px 0 42px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 11px;
  color: #FFF;
  cursor: pointer;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://res.canvasgfx.com/canvasid_assets/img/global/icons/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://res.canvasgfx.com/canvasid_assets/img/global/icons/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

.text-position{
    display: inline-block;
    position: relative;
    font-size: 17px;
    top: 4px;
    padding: 0 11px;
    color: black;
}
/* end styles for google and facebook signin buttons */

/* start styles for /product page contact us button */
#white-blue-a {
  width: 176px;
  height:32px;
  font-weight: normal;
  font-size: 17px;
  color: #ffffff;
  padding-top: 5px;
  display: block;
  text-decoration: none;
  line-height:inherit;
}
#white-blue-btn {
  margin-left: 15px;
  background: #07A5D8;
  width:176px;  
}
/* end styles for /product page contact us button */

/*=============START product_list (icon style)==================*/
.plans-item-div {position: absolute;}
.plans-icon {
  padding-left: 26px;
  padding-top: 7px;
}
/*=============END product_list (icon style)==================*/

@media only screen and (min-width: 200px) {
  .footer-container .drop-down-content { display: none;  }
}
.footer-container { 
  background-color: #000;
  padding-top: 30px;
  
}
footer.copyright {
  min-height: 50px!important;
  background: #1D1E20;
}
.footer-container .row {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.footer-container .text-left {
  text-align: left;
}
.footer-container .category {
    list-style-type: none;
    background-color: #2d2d2d;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
}
.footer-container .category-trigger-container {
    padding: 23px 20px 36px 20px;
}
.footer-container .text-trigger,
.footer-container .text-trigger a {
    font-size: 25px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.footer-container .arrow-trigger {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 20px;
}
.footer-container .arrow-down-open{
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.footer-container .arrow-down{
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
}

.footer-links { 
  padding:20px;
}
.footer-container .footer-links li,
.footer-container .footer-links a {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  padding-left: 10px;
  line-height: 1.8;
  list-style-type: none;
}
.footer-links li span {
  position: relative;
  left: -15px;
}
.footer-container a:hover {
  color: #07a5d8;
  text-decoration: underline;
}

@media (max-width: 1060px) and (min-width: 768px)  {
  .footer-container .text-trigger, 
  .footer-container .text-trigger a { font-size: 20px !important; }
  .footer-container .arrow-trigger { width: 16px; }


}

@media (max-width: 769px) and (min-width: 768px)  {
  .footer-container .row { min-width: auto !important; }
  .footer-container .category-trigger-container { padding: 23px 12px 33px 14px !important; }

}
.newsletter-sign-up #form {
  padding-bottom: 5px !important;
}
.newsletter-sign-up .row {
  width: auto;
  min-width: auto;
  max-width: 100%;
}
.newsletter-sign-up .row h1  { 
  text-align: left; 
  color: white;
}


/*===styles for: newsletter section===*/
.newsletter-sign-up {
  background-color: #3f4040;
  padding: 40px 0;
}
.newsletter-sign-up h1 { 
  font-style: normal;
  text-align: left;
  padding-bottom:3px;

}
#newsletter-right {
  padding-left: 55px;
  border-left: 1px solid #a2a2a2;
}
.newsletter-sign-up p {
  font-family: 'Raleway',sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.newsletter-sign-up #form { padding-bottom: 75px; }
.newsletter-form-container {
  overflow: hidden !important;
}
.newsletter-form {
  color: #fff !important;
  /*padding: 20px !important;*/
  height: 42px;
  padding: 6px;
  display: block;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 100%;
  transition: all 0.15s linear;
  font-family: 'Roboto' !important;
  border: solid 1px #a2a2a2 !important;
  background-color: #000 !important;
  border-radius: 5px !important;
  margin: 0 !important;
}
.subscribe-button {
  width: 100%;
  height: 42px;
  margin: 0 auto;
}
#social-media-icons { 
  margin-top: 15px; 
}
#social-media-icons img {
  padding: 2px;
  width: 54px;
}

#unsubscribe { 
  color:  #a2a2a2;
  font-weight: 300;
  font-family: 'Raleway';
  padding: 15px 0;
}
#unsubscribe:hover { 
  color: #07a5d8;
  text-decoration: underline;
}
.flash-notice {
  color: #fff;
}
/*===styles for: footer===*/
.subscribe-button {
  width: 100%;
  height: 42px;
  margin: 0 auto;
}

.blue {
  background-color: #07a5d8;
}
.tiles-cta {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  border-radius: 5px;
  border: 0;
  width: 100%;
  font-family: 'Raleway';
  font-weight: 500;
  cursor: pointer;
}
.acdid .newsletter-form {
  color: #fff !important;
  /* padding: 20px !important; */
  height: 42px;
  padding: 6px;
  display: block;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 100%;
  transition: all 0.15s linear;
  font-family: 'Roboto' !important;
  border: solid 1px #a2a2a2 !important;
  background-color: #000 !important;
  border-radius: 5px !important;
  margin: 0 !important;
}
.no-pad-left {
  padding-left: 0;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

a.privacy-policy-link {
  display: block;
  padding-left: 20px;
  word-wrap:  break-word;
}

@media only screen and (max-width: 400px) {
  .deactivate-button-en {
    font-size: 11px;
  }
  .deactivate-button-ja {
    font-size: 10px;
  }
}
.available-span-fix {
  float: right;
}
@media only screen and (max-width: 401px) {
  .available-span-fix {
    float: left;
    margin-left: 15px;
  }
}
/* Start Modal styling (Plan Details, Release Notes, Upgrade Now) */
.pd-modal .row,
.rn-modal .row,
.pack-detail-section .upgrade-modal .row {
  max-width: none !important;
}
.rn-modal h1,
.rn-modal h4 {
  text-align: center;
}
@media only screen and (min-width: 1200px){
  .rn-modal .modal-dialog {
    width: 1000px;
  }
}
.upgrade-modal .modal-content .modal-body {
  margin-top: 20px;
}
.upgrade-modal .modal-content .modal-body .generic-button {
  display: inline-block;
}
@media only screen and (max-width: 767px){
  .upgrade-modal .modal-content .modal-body .col-sm-4,
  .upgrade-modal .modal-content .modal-body .col-sm-6 {
    text-align: center;
  }
}
