/*Fonts*/
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-thin';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
      url('../fonts/Roboto-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-light';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
      url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-medium';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
      url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-bold';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
      url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'roboto-black';
  src: url('../fonts/Roboto-Black.woff2') format('woff2'),
      url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*Font Icons*/
@font-face {
  font-family: 'wireicons';
  src:
    url('../fonts/icon/wireicons.ttf?sy75st') format('truetype'),
    url('../fonts/icon/wireicons.woff?sy75st') format('woff'),
    url('../fonts/icon/wireicons.svg?sy75st#wireicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'wireicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-forwardarrow:before {
  content: "\e908";
}
.icon-icon-chat-bubble:before {
  content: "\e905";
}
.icon-icon-cloud:before {
  content: "\e906";
}
.icon-icon-upin:before {
  content: "\e907";
}
.icon-dropdown-singlearrow:before {
  content: "\e904";
}
.icon-dropdown-arrow:before {
  content: "\e903";
}
.icon-checkmark:before {
  content: "\e900";
}
.icon-checkmark-circle:before {
  content: "\e901";
}
.icon-circle-na:before {
  content: "\e902";
}


/* General */
html {
  scroll-padding-top: 100px; /* height of sticky header */
}

body {
  font-family: "roboto-light", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #17181A;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .headings, strong, b {
  font-family: "roboto-medium", sans-serif;
  font-weight: 500;
}

p { margin-bottom: 12px; }

ul, ol {
  padding-left: 20px;
}

p:last-child,
ul:last-child,
li:last-child {
  margin-bottom: 0;
}

a,
span,
label {
  display: inline-block;
}

a {
  text-decoration: none;
  color: #0772DE;
}

a,
button,
.site__transition {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #0e60b1;
  text-decoration: none;
}

a:focus,
button:focus,
.slick-slide:focus {
  outline: 0;
  box-shadow: none;
}

button,
button:focus {
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*Typography*/
.text-regular { font-family: "roboto", sans-serif; }
.text-thin { font-family: "roboto-thin", sans-serif; }
.text--light { font-family: "roboto-light", sans-serif; }
.text-medium { font-family: "roboto-medium", sans-serif; }
.text-bold { font-family: "roboto-bold", sans-serif; }
.text-black { font-family: "roboto-black", sans-serif; }

.font-30 { font-size: 30px; line-height: 36px; }
.font-25 { font-size: 25px; line-height: 31px; }
.font-24 { font-size: 24px; line-height: 30px; }
.font-18 { font-size: 18px; line-height: 30px; }
.font-16 { font-size: 16px; line-height: 28px; }
.font-14 { font-size: 14px; line-height: 20px; }
.font-12 { font-size: 12px; line-height: 18px; }

.rounded-10 { border-radius: 10px; overflow: hidden; }

h1,
.h1,
h2,
.h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}

h2 span { display: inline; }

h4, .h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 28px;
}

/*Colors*/
.bg--gray { background-color: #F4F4F4; }
.bg--navy { background-color: #287D97; }
.bg--dark { background-color: #494F52; }
.bg--blue { background-color: #0772DE; }

.text--primary { color: #0772DE; }
.text--secondary { color: #148545; }
.text--blue { color: #26BDFF; }
.text--dark { color: #494F52; }
.text--black { color: #000000; }

/*Customized Bootstraps*/

/*Buttons*/
.bttn {
  font-family: "roboto-medium", sans-serif;
  font-size: 15px;
  line-height: 56px;
  height: 56px;
  min-width: 168px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bttn-sm {
  font-size: 14px;
  line-height: 44px;
  min-width: 129px;
  height: 44px;
  text-transform: none;
  border-radius: 7px;
}

.bttn-primary {
  background: #0772DE;
  color: #ffffff;
}

.bttn-primary:hover {
  background: #0a6aca;
  color: #ffffff;
}

.bttn-secondary {
  background: #148545;
  color: #ffffff;
}

.bttn-secondary:hover {
  background: #126f3a;
  color: #ffffff;
}

.bttn-white {
  background: white;
  color: #33373A;
}

.bttn-white:hover {
  background: #F4F4F4;
  color: #33373A;
}

/*Anchor Links*/
.site-list {
  padding-left: 0;
  list-style: none;
}

.site-list li {
  display: flex;
  align-items: flex-start;
}

.site-list li::before {
  content: "●";
  font-size: 13px;
  margin-right: 11px;
}

/*lists*/
.clear__list { list-style: none; padding: 0; margin: 0; }

.inline__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.check__list li {
  display: flex;
  position: relative;
}

.wire__logos .check__list li span {
  max-width: 105px;
}

.check__list li::after {
  font-family: 'wireicons' !important;
  content: "\e900";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  /*padding-right: 8px;*/
  padding-left: 5px;
  color: #148545;
}

/*Third Parties*/
/** Slick **/
.slick-initialized {
  z-index: 0;
  position: relative;
}
.slide .slick-slide,
.slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-list {
  position: relative;
  overflow: hidden;
}
.slick-initialized .slick-slide {
  display: inline-block;
}

/*Header*/
.wire-header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 10;
  border-bottom: 1px solid transparent;
}

.wire-scrolled {
  border-bottom-color: #979797;
}

.ham {
  display: none;
  max-width: 42px;
  height: 18px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hambars {
  display: block;
  height: 2px;
  width: 42px;
  background: #0772DE;
}

.headerlogo {
  min-width: 179px;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 16px; */
}

.headernav, .headerquicklinks {
  padding-top: 16px;
}

.header__wrapper ul {
  font-family: 'roboto-medium', sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__menu, .header__quicklinks { display: flex; }

.header__menu > li > a, .header__quicklinks > li > a {
  padding: 15px 13.5px 22px;
}

.headernav a {
  color: #17181A;
}

.headernav > .arrow-wrapper, .megamenu-col .menucol-arrow { display: none; }

.header__menu > li > a {
  position: relative;
  /* border: 1px solid transparent; */
  padding-right: 0;
  transition: none;
  text-transform: uppercase;
  z-index: 6;
}

.header__menu > li > a:hover {
  color: #0772DE;
}

.headernav a:hover {
  color: #0772DE;
}

.header__menu > li {
  border: 1px solid transparent;
  padding-right: 8px;
}

/* .header__menu > li.mega-dropdown--open > a, .header__menu > li:hover > a, .header__menu > li.current > a, .header__menu > li > a.current {
  border-color: #979797;
  border-bottom-color: #ffffff;
} */

.header__menu > li.mega-dropdown--open,
.header__menu > li:hover,
.header__menu > li.current {
  border-color: #979797;
  border-bottom-color: #ffffff;
}

.header__menu > li.mega-dropdown--open,
.header__menu > li:hover {
  border-bottom-width: 2px;
}

/* .header__menu > li:not(.mega-dropdown--open):hover > a, .header__menu > li.current:not(.mega-dropdown--open) > a, .header__menu > li:not(.mega-dropdown--open) > a.current {
  border-bottom-color: #979797;
} */

.header__menu > li:not(.mega-dropdown--open):hover,
.header__menu > li.current:not(.mega-dropdown--open) {
  border-bottom-color: #979797;
}

/* .header__menu > li.mega-dropdown--open > a::before,
.header__menu > li.mega-dropdown > a:hover::before,
.header__menu > li.mega-dropdown:hover > a::before {
  position: absolute;
  content: "";
  left: 0px;
  width: calc(100% + 37px);
  bottom: -2px;
  height: 1px;
  background: #ffffff;
  z-index: 2;
} */


.header__quicklinks .text--secondary a { color: #148545; }
.header__quicklinks .text--secondary a:hover { color: #126f3a; }
.header__quicklinks li:last-child a { padding-right: 0; }

.head__lang {
  font-family: 'roboto-medium', sans-serif;
  font-size: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: center;
  padding: 8px 0px 0px 0px;
  color: #17181A;
  margin-left: 8px;
  
  display: none;
}

.head__lang::after {
  content: "\e903";
  font-family: 'wireicons';
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 25%;
  height: 100%;
  z-index: 0;
}

.head__lang select {
  background: transparent;
  position: relative;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  width: 40px;
  z-index: 2;
}

.header__wrapper .mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  z-index: -1;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 75.8px);
  overflow-y: auto;
  padding-top: 62px;
  padding-bottom: 32px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-in;
}

.header__wrapper .mega-dropdown--open .mega-menu {
  top: calc(100% - 1px);
  opacity: 1;
  visibility: visible;
}

.arrow-wrapper {
  text-align: center;
  margin-top: 30px;
}

.mega-menu .icon-dropdown-arrow {
  font-size: 33px;
  cursor: pointer;
  display: none;
}

.header__wrapper .megamenu-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.header__wrapper .megamenu-col {
  flex: 1 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  /* max-width: 25%; */
}

.megamenu-col a {
  display: block;
}

.header__wrapper .megamenu-submenu { margin-top: 10px; }

.header__wrapper .megamenu-submenu .megamenu-submenu { margin-top: 0; padding-left: 15px; }

.megamenu-submenu a {
  display: block;
  position: relative;
  font-family: 'roboto-light', sans-serif;
  padding: 16px 0;
  padding: 6px 0;
}

.megamenu-submenu a::before {
  content: "";
  position: absolute;
  display: block;
  left: -9px;
  top: 0;
  right: 0;
  width: calc(100% + 18px);
  height: 100%;
  margin: 0 auto;
  background: #F4F4F4;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.megamenu-col a:hover::before {
  opacity: 1;
  visibility: visible;
}

.flyout-dropdown {
  position: relative;
}

.header__wrapper .flyout-menu {
  position: absolute;
  top: 100%;
  left: 0%;
  min-width: 204px;
  transform: translate(0%, 5px);
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(149,149,149,0.17), 0px 0px 13px 0px rgba(149,149,149,0.10);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.header__menu > .flyout-dropdown:hover > a + .flyout-menu {
  transform: translate(0%, 0px);
}

.flyout-dropdown:hover > a + .flyout-menu {
  visibility: visible;
  opacity: 1;
}

.flyout-dropdown .flyout-dropdown .flyout-menu {
  top: 0;
  left: 100%;
  transform: translate(0%, 10px);
}

.flyout-dropdown .flyout-dropdown:hover > a + .flyout-menu {
  transform: translate(0%, 0%);
}

.menuitem-arrow {
  display: none;
  font-size: 10px;
  text-align: center;
  width: 25px;
  transform: rotate(180deg);
}

.menuitem-arrow {
  display: inline-block;
  line-height: 53px;
  vertical-align: middle;
}

/*Opens sub right side*/
.header__menu > .flyout-dropdown:last-child .flyout-dropdown .flyout-menu {
  left: auto;
  right: 100%;
}

.flyout-dropdown .flyout-dropdown a {
  font-family: 'roboto-light', sans-serif;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.header__menu > .flyout-dropdown .flyout-menu li:hover > a, .header__menu > .flyout-dropdown .flyout-menu a.current, .header__menu .flyout-dropdown.current > a {
  /* background: #F4F4F4; */
  color: #0873de;
}

.flyout-dropdown a {
  padding: 16px 15px;
}

.flyout-menu a {
  display: block;
}

/*Global*/
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-sm {
  padding-top: 82px;
  padding-bottom: 82px;
}

/*Wire Hero*/
.wire__hero {
  position: relative;
  padding-top: 137px;
  padding-bottom: 137px;
  overflow: hidden;
}

.wire__hero::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10.31vw;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon-wire-w.svg');
  background-repeat: no-repeat;
  background-position: left center;
}

.wire__hero--content {
  position: relative;
  max-width: 828px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.wire__hero h1 {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 26px;
  font-weight: 400;
  color: #000000;
}

.wire__hero p {
  font-size: 28px;
  line-height: 34px;
  max-width: 488px;
  padding: 0 15px;
  margin: 0 auto 48px;
}

/*New Wire Hero*/
.home__hero {
  padding-top: 48px;
  padding-bottom: 36px;
}

.home__hero h1 {
  font-family: 'roboto-medium', sans-serif;
  font-size: 55px;
  line-height: 64px;
  width: 507px;
  max-width: 100%;
  margin-bottom: 38px;
}

.home__hero p {
  font-family: 'roboto-light', sans-serif;
  font-size: 28px;
  line-height: 38px;
  width: 507px;
  max-width: 100%;
  margin: 0 0 30px 0;
  color: #000000;
}

/*Wire Home Alert Bar*/
.wire__alert {
  font-family: 'roboto-light', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
}

.wire__alert p {
  margin-bottom: 0;
}

.wire__alert p a {
  font-family: "roboto-medium", sans-serif;
  text-decoration: underline;
  color: #FFFFFF;
}

/*Wire Logos*/
.wire__logos { padding: 31px 0; }

.wirelogos__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wire__logos .check__list, .wire__logos .logo__list {
  width: 50%;
  max-width: 50%;
}

.wire__logos .check__list {
  display: flex;
  font-size: 16px;
  line-height: 20px;
}

.wire__logos .check__list li {
  /*padding-right: 24px;*/
  padding-right: 50px;
}

.wire__logos .logo__list  {
  width: 50%;
  max-width: 50%;
  justify-content: space-between;
}

/*Wire Secure*/
.wire__secure .container {
  position: relative;
  z-index: 2;
}

.wire__secure--content {
  max-width: 488px;
  padding: 0 15px;
  margin: 0 auto 36px;
  position: relative;
}

.wire__secure .embed-responsive {
  border-radius: 6px;
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

/*Wire Packages*/
.wire__packages {
  position: relative;
  padding-bottom: 154px;
}

.wire__packages::before{
  content: "";
  position: absolute;
  bottom: 480px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-secure-shield.svg);
  background-repeat: no-repeat;
  background-position: right -3% top;
}

.wire__packages .container {
  position: relative;
  z-index: 2; 
}

.wire__packages h2 {
  font-size: 45px;
  line-height: 52px;
}

.wire__packages p {
  font-size: 22px;
  line-height: 32px;
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
}

.packages__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}

.packages__card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 346px;
  padding: 18px 30px;
  padding-top: 40px;
  border: 1px solid #000000;
  /* border-top-width: 22px; */
  border-radius: 10px;
}

.packages__card::before {
  content: "";
  height: 22px;
  width: calc(100% + 0.4px);
  position: absolute;
  top: 0px;
  left: -0.2px;
  background: #0780FB;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.packages__card--blue h3 { color: #0780FB; }

.packages__card--primary::before { background: #0772DE; }

.packages__card--primary h3 { color: #0772DE; }

.packages__card--gray::before { background: #658597; }

.packages__card h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 24px;
}

.packages__card p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px;
}

.packages__list {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 40px;
}

.package__item {
  display: flex;
  padding: 6px 0;
  border-bottom: 1px solid #E7E7E7;
}

.package__item:first-child { border-top: 1px solid #E7E7E7; }

.package__item--label {
  flex: 1 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  min-width: calc(100% - 20px);
  padding-right: 15px;
}

.package__item--value {
  font-family: 'roboto-bold', sans-serif;
  color: #000000;
  font-weight: 600;
  min-width: 20px;
  text-align: right;
  align-self: center;
}

.package__item .icon-checkmark-circle {
  font-size: 20px;
  color: #148545;
}

.package__item .icon-circle-na {
  color: #d63b55;
}

.packages__card .bttn {
  align-self: center;
  font-size: 14px;
  line-height: 44px;
  min-width: 129px;
  height: 44px;
  text-transform: none;
  margin-top: auto;
  margin-bottom: 6px;
  border-radius: 7px;
}

/*Cross Sections*/
.section__cross {
  position: relative;
}

.section__cross--odd .container__img { text-align: right; z-index: 1; }

.zigzag__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.zigzag__content .bttn {
  margin-top: 40px;
}

.wire__filesharing .container { position: relative; }
.wire__filesharing .zigzag__content { z-index: 2; }

/*Media Blocks*/
.mediablocks {
  position: relative;
}

.mediablocks__media {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}

.mediablocks__wiremessenger {
  background-image: url('../images/icon-lock.svg');
  background-repeat: no-repeat;
  background-position: right 10px bottom 10%;
  background-size: 241px;
}

.wire__crisiscollab {
  position: relative;
  background-image: url('../images/icon-cloud.svg');
  background-position: center left -40px;
  background-repeat: no-repeat;
}

.wire__crisiscollab::before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 63%;
  width: 95%;
  height: 100%;
  background-image: url('../images/icon-chat-bubble.svg');
  background-repeat: no-repeat;
  background-position: right -45px center;
}

.wire__govcomp {
  position: relative;
}

.wire__govcomp::before {
  content: "";
  position: absolute;
  left: 5%;
  top: -30%;
  width: 95%;
  height: 100%;
  background-image: url('../images/icon-upin.svg');
  background-repeat: no-repeat;
  background-position: right -45px center;
}

/*Section Fiftys*/
.section__fiftys .bttn {
  margin-top: 32px;
}

/*Why Wire*/
.why__wire {
  background-image: url('../images/why-wire-pattern.png');
}

.whywire__list {
  margin-top: 101px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.whywire__item {
  display: flex;
  margin-bottom: 40px;
}

.whywire__label {
  font-size: 24px;
  line-height: 32px;
  min-width: 230px;
  font-family: 'roboto-medium', sans-serif;
  padding-right: 50px;
}

.whywire__desc {
  font-size: 18px;
  line-height: 26px;
  flex: 1 0 auto;
  max-width: calc(100% - 230px);
}

.why__wire .bttn {
  margin-top: 30px;
}


/*Footer*/
.wire-footer {
  position: relative;
  padding-top: 127px;
  padding-bottom: 76px;
  font-size: 13px;
  overflow: hidden;
}

.wire-footer::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon-wire-w.svg');
  background-repeat: no-repeat;
  background-position: right -5vw top 20%;
  background-size: 40vw;
}

.wire-footer h3,
.wire-footer .footer__nav {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 23px;
  color: #494F52;
}

.wire-footer h3 {
  font-family: 'roboto-bold', sans-serif;
}

.footer__nav {
  font-family: 'roboto', sans-serif;
  list-style: none;
  padding-left: 0;
}

.footer__nav li:not(:last-child) { margin-bottom: 15px; }

.footer__nav a {
  color: #494F52;
}

.footer__nav li.current a, .footer__nav li a.current {
  color: #0873de;
}

.site__copyright {
  font-family: 'roboto', sans-serif;
  font-size: 11px;
  opacity: 0.4;
  margin-top: 14px;
}

.footer__social {
  justify-content: space-between;
}

.footer__social li {
  padding: 0 10px;
}

.footer__social a {
  color: #494949;
  font-size: 14px;
}

.copyright__row {
  padding-top: 100px;
}

.copyright__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.copyright__terms .footer__nav {
  margin-bottom: 0;
}

.copyright__terms .footer__nav:first-child,
.copyright__terms .footer__nav:last-child > a:first-child {
  margin-right: 40px;
}

.langcur__item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-color: #70757a transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  width: 0;
  height: 0;
  margin-left: 4px;
}

.modal-body p{
  font-size: 12px;
}
.modal-body .ditem-detail-item {
  font-size: 12px;
}
.ditem-detail-item h3{
  color: #000000;
}


/*
** INNER PAGES
*/

.innerpage {
  overflow: hidden;
}

/*Solutions Page*/
.featured__section {
  min-height: 200px;
  display: flex;
}

.featured__section > div {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.featured__inner {
  position: relative;
  width: 100%;
  margin-top: auto;
}

.featured__header {
  font-size: 48px;
  line-height: 48px;
  color: #0772DE;
  margin-bottom: 20px;
}

.featured__subtitle {
  font-family: 'roboto-medium', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.featured__section .container__lg {
  position: relative;
}

.featured__section .container__lg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 246px;
}

.featured__solutions .container__lg::before {
  background-image: url('../images/solutions-featured-image.svg');
}

.featured__wiremessenger .container__lg::before {
  background-image: url('../images/icon-chat-bubble.svg');
  background-size: auto 90%;
}

.featured__casestudies .container__lg::before {
  background-image: url('../images/icon-quotes.svg');
  background-size: 184px;
}

.featured__integrations .container__lg::before {
  background-image: url('../images/icon-integrations.svg');
  background-size: auto 90%;
}

.featured__indrep .container__lg::before {
  background-image: url('../images/icon-pen.svg');
  background-size: auto 127px;
  background-position: right 5vw top 10px;
}

.featured__contactsales .container__lg::before,
.featured__remotecollab .container__lg::before {
  background-image: url('../images/icon-team.svg');
  background-size: auto 97px;
  background-position: right center;
}

.featured__productpage .container__lg::before {
  background-image: url('../images/icon-product-key.svg');
  background-size: auto 128px;
  background-position: right center;
}

.featured__legal .container__lg::before {
  background-image: url('../images/icon-legal-shield.svg');
  background-size: auto 181px;
  background-position: right center;
}

.solutionlisting__desc {
  margin-bottom: 56px;
}

.sollisting__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #F4F4F4;
  max-width: 100%;
  margin-bottom: 26px;
  padding: 15px;
}

.bg--gray .sollisting__media {
  background: #ffffff;
}

.wiresubtitle {
  font-family: 'roboto-medium', sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
}

.sollisting__item h3 {
  color: #0772DE;
  margin-bottom: 29px;
}

.sollisting__item .bttn {
  margin-top: 30px;
}

/*Narrow Sections*/
.section__narrow {
  width: 659px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*Center Grids*/
.centeredgrid h3, .centeredgrid p {
  padding: 0 15px;
}

.centeredgrid i {
  display: block;
  font-size: 106px;
  color: #0772DE;
  margin-bottom: 42px;
}

.centeredgrid p {
  margin-bottom: 38px;
}

.casestudies__info p {
  font-size: 30px;
  line-height: 40px;
}

.gridmedia {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  width: 318px;
  height: 170px;
  padding: 10px;
}

.gridmedia img {
  position: relative;
  z-index: 1;
}

.bg--gray .gridmedia {
  background: #FFFFFF;
}

.gridrows {
  padding-top: 127px;
  padding-bottom: 127px;
}

.gridmediabgart {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-40%, -50%);
}

.gridrows-even .gridmediabgart {
  left: auto;
  right: 0;
  transform: translate(35%, -80%);
}

/*
.gridmediacol::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: translate(-40%, -50%);
}

.gridrows-costeffective .gridmediacol::before {
  background-image: url("../images/grid-compliance.svg");
  background-size: 170px;
  background-repeat: no-repeat;
}

.gridrows-productivity .gridmediacol::before {
  left: auto;
  right: 0;
  background-image: url("../images/grid-mobility-productivity.svg");
  background-size: 300px;
  background-repeat: no-repeat;
  transform: translate(50%, -80%);
}

.gridrows-partners .gridmediacol::before {
  background-image: url("../images/grid-extends-partners.svg");
  background-size: 231px;
  background-repeat: no-repeat;
  height: 150%;
}
*/

.gridrows h3 {
  margin-bottom: 18px;
}

.section__factbox {
  padding-top: 133px;
  padding-bottom: 142px;
  background-image: url('../images/why-wire-pattern.png');
}

.section__factbox a{
  color: #26BDFF;
}

.factbox__block + .factbox__block { margin-top: 50px; }

/*Blog Page*/

.blog__filters {
  position: relative;
  font-family: 'roboto-medium';
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  margin-top: -50px;
  color: #000000;
  z-index: 2;
}
/*
.blog__filters .dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 6px 11px;
  min-width: 180px;
  background: #ffffff;
}

.dropdown-toggle::after {
  margin-left: auto;
}

.blog__filters .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 180px;
  border: 0;
  border-radius: 0;
}

.blog__filters .dropdown-item {
  padding: 6px 11px;
}

.blog__filters .dropdown-item:hover, .blog__filters .dropdown-item:focus {
  background: #F4F4F4;
  color: #0772DE;
}
*/

.wire-search {
  border: 0;
  outline: none;
  padding-left: 31px;
  background-image: url('../images/icon-search.svg');
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center left 6px;
  background-color: #ffffff;
}

.blog__filters select, .site-select, .multi-select-button {
  padding: 6px 11px;
  border: 0;
  min-width: 180px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-image: url('../images/select-dropdown-arrow.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center right 11px;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}

.site-select:hover,
.site-select:focus,
.blog__filters select:hover,
.blog__filters select:focus {
  border: 0;
  outline: none;
}

.blog__filters .wire-search {
  min-width: 232px;
  padding: 6px 11px 6px 35px;
}

/*MultiSelect Overrides*/

.multi-select-menu {
  border: 0;
  /* overflow-x: hidden !important; */
}

.multi-select-menuitem {
  font-family: 'roboto-medium';
  padding: 5px 5px 5px 10px;
  display: flex;
  white-space: normal;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
}

.multi-select-button:after { display: none; }
.multi-select-menuitem input {
  font-family: 'roboto-medium';
  position: static;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

/*Blog Featured*/
.blog-featured {
  padding-top: 88px;
  padding-bottom: 88px;
}

.blog-featured .blog-block {
  display: flex;
}

.blog-featured .blog-media {
  min-width: 58.8%;
  min-height: 400px;
}

.blog-media a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  height: 304px;
}

.blog-related .blog-media img { height: auto; }

.blog-featured .blog-media img {
  height: 100%;
}

.blog-related .row > div:nth-child(2) .blog-block {
  margin-left: auto;
  margin-right: auto;
}

.blog-related .row > div:last-child .blog-block {
  margin-left: auto;
}

.blog-featured .blog-detail {
  padding-left: 35px;
}

.blog-detail h3 a {
  display: inline;
  color: #17181A;
}

.blog-featured h3 {
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}

.blog-featured .blog-detail h3 a {
  color: #000000;
}

.blog-meta {
  display: flex;
  font-family: "roboto", sans-serif;
  justify-content: space-between;
}

.blog-featured .blog-meta {
  font-size: 18px;
}

.blog-featured .blog-timestamp {
  min-width: 127px;
  margin-left: 10px;
}

.blog-featured .blog-excerpt {
  margin-top: 36px;
  font-size: 16px;
  line-height: 22px;
}

.read-more {
  display: inline-flex;
  align-items: flex-end;
  font-size: 13px;
}

.read-more i {
  display: inline-block;
  transform: rotate(90deg);
}

.blog-featured .read-more {
  font-size: 26px;
  margin-top: 20px;
}

/*Blog Grid*/
.blog-grid {
  padding-top: 54px;
  padding-bottom: 54px;
}

.blog-loadmore {
  font-size: 24px;
  text-align: center;
  margin-top: 42px;
}

.blog-loadmore a {
  transform: rotate(180deg);
}

.blog-grid--two .blog-block {
  max-width: 504px;
}

.blog-grid--two .blog-row > div:nth-child(even) .blog-block {
  margin-left: auto;
}

.blog-grid--two .blog-row > div {
  margin-bottom: 60px;
}

.blog-grid--two .blog-row > div:last-child,
.blog-grid--two .blog-row > div:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.blog-grid .blog-media {
  margin-bottom: 22px;
}

.blog-grid h3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}

.blog-grid .blog-meta {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 18px;
}

.blog-grid .blog-excerpt {
  display: flex;
}

.blog-grid .blog-excerpt p {
  font-size: 16px;
  line-height: 22px;
  flex: 1 0 calc(100% - 18px);
  max-width: calc(100% - 18px);
  margin-bottom: 0;
}

.blog-grid--three .blog-row > div {
  margin-bottom: 40px;
}

.blog-grid--three .blog-row > div:last-child,
.blog-grid--three .blog-row > div:nth-last-child(2):nth-child(even),
.blog-grid--three .blog-row > div:nth-last-child(2):nth-child(odd),
.blog-grid--three .blog-row > div:nth-last-child(3):nth-child(even) {
  margin-bottom: 0;
}

/*Blog Detail*/

.blogdetail-featured {
  overflow: hidden;
  padding-top: 34px;
}

.blogdetail-featured--wrapper {
  display: flex;
  flex-wrap: wrap;
}

.article-meta {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
  color: #494F52;
  min-width: 100%;
}

.article-categories {
  display: block;
  margin-bottom: 6px;
}

.meta-separator {
  display: inline-block;
  color: #C4C4C4;
  font-size: 6px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}

.bloginner h1 {
  display: block;
  width: 100%;
  flex: 1 0 100%;
  font-size: 48px;
  line-height: 56px;
  max-width: 616px;
  margin-bottom: 24px;
}

.article-featuredimage {
  position: relative;
  display: inline-block;
  min-width: 744px;
  max-width: 744px;
}

.article-featuredimage::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 200vw;
  height: 300%;
  transform: translateX(-50%);
  background: #F4F4F4;
  z-index: -1;
}

.article-featuredimage img {
  width: 100%;
  height: auto;
}

.article-author-social {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  padding-top: 30px;
  padding-top: 60px;
  padding-left: 78px;
  align-self: flex-start;
  max-width: calc(100% - 744px);
}

.article-social {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  max-width: 115px;
  margin-top: 16px;
}

.article-social a {
  color: #494F52;
}

.article-date-duration {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  display: block;
  color: #494F52;
}

.blog-article {
  /*max-width: 648px;
  margin: 58px auto 70px;*/
  /* max-width: 744px; */
  margin: 58px 0 70px;
}

.article-body {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 30px;
  width: 744px;
  max-width: 100%;
}

.article-body p {
  margin-bottom: 15px;
}

.article-body a {
  display: inline;
}

.article-body h2, .article-body .h2 {
  font-size: 20px;
  line-height: 32px;
}

.article-body h3, .article-body .h3 {
  font-size: 18px;
  line-height: 30px;
}

.article-body h4, .article-body .h4 {
  font-size: 16px;
  line-height: 28px;
}

.article-body h5, .article-body .h5 {
  font-size: 14px;
  line-height: 25px;
}

.article-body h6, .article-body .h6 {
  font-size: 12px;
  line-height: 18px;
}

.article-body h2,
.article-body h3 {
  padding-top: 10px;
  margin-bottom: 18px;
}

.article-body h4,
.article-body h5 {
  padding-top: 6px;
  margin-bottom: 16px;
}

.article-body h6 {
  padding-top: 5px;
  margin-bottom: 12px;
}

.article-body h2:first-child,
.article-body h3:first-child {
  padding-top: 0;
}

ul.sitelist:not(:last-child), 
ol.sitelist:not(:last-child),
.article-body ul:not(:last-child), 
.article-body ol:not(:last-child) {
  margin-bottom: 20px;
}

.article-body ul ul,
.article-body ul ol,
.article-body ol ol,
.article-body ol ul,
ul.sitelist ul,
ul.sitelist ol,
ol.sitelist ul,
ol.sitelist ol {
  margin-top: 5px;
}


ul.sitelist ul:last-child,
ul.sitelist ol:last-child,
ol.sitelist ul:last-child,
ol.sitelist ol:last-child,
.article-body ul ul:last-child,
.article-body ul ol:last-child,
.article-body ol ol:last-child,
.article-body ol ul:last-child {
  margin-bottom: 0;
}

ul.sitelist li:not(:last-child), 
ol.sitelist li:not(:last-child),
.article-body ul li:not(:last-child), 
.article-body ol li:not(:last-child) {
  margin-bottom: 4px;
}

.blog-article hr {
  color: #F4F4F4;
  margin: 0 0 30px;
}

.article-body table {
  max-width: 100%;
  margin-bottom: 16px;
}

.blog-related {
  padding: 62px 0 45px;
}

.blog-related--back {
  font-family: 'roboto-bold', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding-top: 20px;
  text-align: center;
}

.blog-related--back a {
  display: inline-flex;
  align-items: center;
  color: #000000;
}

.blog-related--back i {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  padding-bottom: 8px;
  color: #0772DE;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}

.blog-related--back a:hover i {
  transform: translateX(-4px) rotate(-90deg);
}

.blog-related .blog-block {
  margin-bottom: 30px;
  max-width: 263px;
}

.blog-related h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

.blog-related h3 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}

.blog-related .blog-media {
  margin-bottom: 25px;
}

.blog-related .blog-meta {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 10px;
}

.blog-related .blog-excerpt {
  font-size: 12px;
  line-height: 14px;
}

.blognav-item:not(:last-child) {
  margin-bottom: 26px;
}

.blognav-item a {
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.blognav-item a i {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  padding-bottom: 8px;
  color: #0772DE;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}


.blognav-item a:hover i {
  transform: translateX(4px) rotate(90deg);
}


/*Integrations Page*/
.half-grid .row + .row { margin-top: 80px; }

.half-grid--media {
  text-align: center;
}

.half-grid--media img {
  width: 480px;
  height: 324px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.half-grid--integrations .half-grid--content {
  width: 475px;
  max-width: 100%;
}

.more-block {
  max-width: 263px;
}

.more-media img {
  width: 263px;
  height: 123px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  overflow: hidden;
}

.more-details h3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.more-details p {
  font-size: 12px;
  line-height: 20px;
}

.separator-foo {
  border-color: #F4F4F4;
  max-width: 840px;
  margin: 56px auto 0;
}


/*Breadcrumbs*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-family: 'roboto', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  font-size: 13px;
  line-height: 17px;
}

.breadcrumbs li + li::before {
  font-family: 'wireicons';
  content: "\e903";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 9px;
  line-height: 17px;
  color: #0772DE;
  padding-left: 12px;
  padding-right: 12px;
}

.breadcrumbs a {
  color: #000000;
}

.indrep-grid .indrep-detail h3 {
  margin-bottom: 26px;
}

.indrepdetail-featured .container__lg { position: relative; }

.indrepdetail-featured .container__lg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-image: url('../images/icon-pen.svg');
  background-size: auto 137px;
  background-position: right 5vw top 0;
}

.indrepdetail-featured .container__lg > * { position: relative; }

.indrep-article blockquote {
  font-size: 18px;
  line-height: 24px;
  padding-top: 8px;
  margin-bottom: 20px;
}

.indrep-article .read-full { margin-top: 50px; }

.indrep-article .read-full a {
  color: #000000;
}

.indrep-article .read-full a i {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  font-size: 10px;
  padding-left: 5px;
  color: #0772DE;
  transform: rotate(90deg);
}

.site-list:not(:last-child) {
  margin-bottom: 20px;
}

.site-list li:not(:last-child) {
  margin-bottom: 20px;
}

.remoteteamcollab h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 30px;
}

.remoteteamcollab ul { font-size: 16px; line-height: 28px; }

.image-rounded img {
  border-radius: 10px;
  /*box-shadow: -9px 11px 17px rgba(0, 0, 0, 0.15);*/
  overflow: hidden;
}

.content-block {
  max-width: 494px;
}

.indrep-article p > span { 
  padding-top: 15px;
  display: block;
}

/*Product Page*/
.products-row {
  padding-top: 60px;
  padding-bottom: 60px;
}

.products-media img {
  margin-bottom: 22px;
  border-radius: 15px;
  /*box-shadow: -9px 11px 17px rgba(0, 0, 0, 0.15);*/
  filter: saturate(0%);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.products-block:hover .products-media img {
  filter: saturate(100%);
}

.products-title {
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 8px;
}

.products-title a {
  color: #000000;
}

.products-categories h3 {
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 8px;
}

.products-categories {
  font-size: 13px;
  line-height: 18px;
  color: #494F52;
  margin-bottom: 13px;
}

.products-categories a {
  color: #494F52;
}

.products-categories > span:not(:last-child)
.products-categories li:not(:last-child),
.products-categories a:not(:last-child) {
  padding-right: 30px;
}

.products-block p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

/*Legal Page*/
.section-legal.section {
  padding-top: 46px;
  padding-bottom: 22px;
}

.section-legal h2 {
  font-family: 'roboto-bold', sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.legal-common {
  padding-top: 40px;
}

.section-legal h3 {
  font-family: 'roboto-bold', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 22px;
}

.section-legal ul + h3, 
.section-legal ol + h3,
.section-legal p + h3 {
  padding-top: 22px;
}

.container-legal {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.legalbody {
  font-size: 14px;
  line-height: 20px;
  padding-top: 52px;
  padding-bottom: 32px;
}

.legalbody hr, .pageend hr {
  border-top: 1px solid #F4F4F4;
  max-width: 842px;
  margin: 50px auto 0;
}

.legalbody p + h3 { padding-top: 22px; }

.legaltabs {
  padding-top: 80px;
  padding-bottom: 12px;
}

.legaltab-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0;
  /* overflow: auto; */
}

.legaltab-item {
  flex: 1 0 auto;
  min-width: 20%;
  padding-left: 0;
  list-style: none;
  padding-bottom: 12px;
}

.legaltab-item a {
  display: block;
  font-family: 'roboto-light', sans-serif;
  font-size: 15px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  border-radius: 42.5px;
  background: transparent;
  color: #000000;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.legaltab-item a:hover,
.legaltab-item a.active,
.legaltab-item.active a,
.legaltab-item a:not(.collapsed) {
  background: #F4F4F4;
}

.legalindex {
  padding-top: 40px;
  padding-bottom: 55px;
}

.indexlist {
  padding-left: 24px;
}

.indexlist a {
  color: #000000;
}

.indexlist a:hover {
  color: #0772DE;
}

.legaltabs > .container {
  position: relative;
}

/*header .custom-logo-link img{
  height: 22px;
  width: 70px;
}

footer .custom-logo-link img{
  height: 35px;
  width: 108px;
}*/

.wire__hero strong,
.wire__secure strong,
.zigzag__content strong,
.mediablocks__wiremessenger h2 > strong,
.section__fiftys h2 > strong,
.solutionlisting h2 > strong,
.centeredgrid h3 > strong{
  color: #0772DE;
}

.package__item span>p{
  flex: 1 0 auto;
  padding-right: 15px;
  margin-bottom:  0px;
}

.centeredgrid h3{
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}

.top-bar{
    padding: 5px 0;
}

.top-bar li{ 
  display:inline; 
}

/*.top-bar li:before{content: "•"; margin:0 10px;}*/

.top-bar a {
    font-family: 'roboto-medium', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #494F52;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
}

/** BACK TO TOP **/

#toTopBtn{
  /*display: none;*/
  position: fixed;
  background-color: white;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 30px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  line-height: 60px;
}

#toTopBtn .icon-dropdown-arrow{
  color: #0772DE;
}

.cookie-on {
  padding-bottom: 58px;
}

#cookie-law-div {
  display: inline-block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  color: #fff;
  background: #000;
  z-index: 99999;
}

#cookie-law-div i {
  padding-left: 12px;
}
#cookie-law-div p {
  float: left;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  padding-right: 30px;
}
#cookie-law-div a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
#cookie-law-button {
    color: #fff;
    padding-left: 14px;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    padding-right: 0;
    right: 15px;
}

/*Contact Sales Form*/

.contactsales {
  padding-top: 52px;
  padding-bottom: 80px;
}

.form-wrapper {
  width: 781px;
  max-width: 100%;
  padding: 36px 60px;
  background: #F4F4F4;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -9px 11px 17px rgba(0, 0, 0, 0.15);
}

.mktoFormBox .mktoForm {
  width: 100% !important;
}

.mktoFormBox .mktoForm .mktoFieldWrap,
.mktoFormBox .mktoForm .mktoFormCol,
.mktoFormBox .mktoForm .mktoLabel,
.mktoFormBox .mktoForm select,
.mktoFormBox .mktoForm textarea,
.mktoFormBox .mktoForm input {
  display: block;
  float: none;
  width: 100% !important;
}

.mktoFormBox .mktoForm .mktoRequiredField .mktoAsterix, .mktoForm .terms-agree label div.mktoAsterix { display: none; }

.mktoGutter, .mktoOffset { display: none; }

.mktoFormBox .mktoForm .mktoRequiredField label.mktoLabel {
  font-family: 'roboto-light', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 8px;
}

.mktoFormBox .mktoForm select.mktoField,
.mktoFormBox .mktoForm textarea.mktoField,
.mktoFormBox .mktoForm input[type="text"].mktoField,
.mktoFormBox .mktoForm input[type="email"].mktoField,
.mktoFormBox .mktoForm input[type="password"].mktoField,
.mktoFormBox .mktoForm input.mktoField {
  font-size: 18px;
  line-height: 69px;
  height: auto;
  /* text-transform: uppercase; */
  color: #494F52;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  background: #FFFFFF;
  -webkit-appearance: none;
}

.mktoFormBox .mktoForm textarea.mktoField::placeholder,
.mktoFormBox .mktoForm input[type="text"].mktoField::placeholder,
.mktoFormBox .mktoForm input[type="email"].mktoField::placeholder,
.mktoFormBox .mktoForm input[type="password"].mktoField::placeholder,
.mktoFormBox .mktoForm input.mktoField::placeholder {
  color: #F4F4F4;
}

.mktoFormBox .mktoForm select.mktoField {
  background-image: url('../images/select-dropdown-arrow.svg');
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 35px;
}


.mktoFormBox .mktoForm input.mktoField:focus,
.mktoFormBox .mktoForm select.mktoField:focus {
  outline: none;
}

.mktoFormBox .mktoForm textarea, 
.mktoFormBox .mktoForm textarea[rows] {
  min-height: 250px;
  resize: none;
}

.mktoFormBox .mktoForm .mktoFormCol { margin-bottom: 26px !important; }

.mktoFormBox .mktoForm input.mktoField.mktoInvalid,
.mktoFormBox .mktoForm select.mktoField.mktoInvalid,
.mktoFormBox .mktoForm textarea.mktoField.mktoInvalid,
.mktoFormBox .mktoForm div.mktoLogicalField.mktoInvalid {
  border: 1px solid #ce2c2c;
}

.mktoFormBox .mktoForm input[type=checkbox] + label:before,
.mktoFormBox .mktoForm input[type=radio] + label:before {
  box-shadow: none;
  width: 15px;
  height: 15px;
}

.mktoButtonWrap.mktoGlow, .mktoButtonWrap { margin-left: auto !important; margin-right: auto !important; }

.mktoFormBox .mktoButtonRow { display: block; text-align: center; }


.mktoFormBox .mktoForm .mktoButtonWrap .mktoButton,
.mktoFormBox .mktoForm .mktoButtonWrap .mktoButton:hover, 
.mktoFormBox .mktoForm .mktoButtonWrap .mktoButton:focus,
.mktoFormBox .mktoForm .mktoButtonWrap .mktoButton:active,
.mktoFormBox .mktoForm .mktoButtonWrap.mktoGlow .mktoButton,
.mktoFormBox .mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover, 
.mktoFormBox .mktoForm .mktoButtonWrap.mktoGlow .mktoButton:focus,
.mktoFormBox .mktoForm .mktoButtonWrap.mktoGlow .mktoButton:active {
  font-family: 'roboto-medium', sans-serif;
  font-size: 16px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 20px;
  border: 0 !important;
  border-radius: 13px;
  box-shadow: none !important;
  background: #148545;
  margin-top: 18px;
  min-width: 141px;
}

.mktoFormBox .mktoForm .mktoButtonWrap .mktoButton:hover,
.mktoFormBox .mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
  background: #126536;
}

.mktoFormBox .mktoForm .mktoFieldWrap.terms-agree {
  display: flex;
  align-items: center;
  width: 549px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mktoForm .terms-agree label {
  font-family: 'roboto-light', sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin-left: 15px;
  color: #000000;
  order: 1;
}

.terms-agree .mktoCheckboxList {
  width: auto !important;
}

.contactsales-break {
  margin-top: 20px;
}

.mktoForm .terms-agree label div { display: inline; }

/*Get Started Page*/
.getstarted .mktoFormBox .mktoForm select.mktoField,
.getstarted .mktoFormBox .mktoForm textarea.mktoField,
.getstarted .mktoFormBox .mktoForm input[type="text"].mktoField,
.getstarted .mktoFormBox .mktoForm input[type="email"].mktoField,
.getstarted .mktoFormBox .mktoForm input[type="password"].mktoField,
.getstarted .mktoFormBox .mktoForm input.mktoField {
  font-size: 16px;
  color: #000000;
  text-transform: none;
}

.getstarted .mktoFormBox .mktoForm textarea.mktoField::placeholder,
.getstarted .mktoFormBox .mktoForm input[type="text"].mktoField::placeholder,
.getstarted .mktoFormBox .mktoForm input[type="email"].mktoField::placeholder,
.getstarted .mktoFormBox .mktoForm input[type="password"].mktoField::placeholder,
.getstarted .mktoFormBox .mktoForm input.mktoField::placeholder {
  color: #DBDBDB;
}

.column-2 {
  column-count: 2;
  column-gap: 50px;
}

/*Download Page*/

section.section.section-download {
  padding-top: 54px;
  padding-bottom: 0;
}

.download-featured {
  text-align: center;
  margin-bottom: 70px;
}

.download-featured h1 {
  font-family: 'roboto-medium', sans-serif;
  font-size: 25px;
  line-height: 35px;
  color: #BAC8D1;
  margin-bottom: 10px;
}

.download-featured h2 {
  font-family: 'roboto-thin', sans-serif;
  font-size: 35px;
  line-height: 45px;
  color: #494F52;
  margin-bottom: 40px;
}

.download-center img {
  display: block;
  margin: 0 auto 17px;
}

.download-center .bttn {
  font-size: 15px;
  line-height: 56px;
  height: 56px;
  color: #F4F4F4;
  border-radius: 10px;
  margin-bottom: 12px;
}

.download-center .bttn:focus {
  background: #148545;
  color: #F4F4F4;
}

.download-muted, .download-details {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.download-muted {
  margin-bottom: 0;
}

.download-separator {
  display: flex;
  align-items: center;
  width: 843px;
  max-width: 100%;
  margin: 0 auto;
}

.download-separator::before,
.download-separator::after {
  content: "";
  flex: 1 0 auto;
  height: 1px;
  background: #F4F4F4;
}

.download-separator span {
  font-family: 'roboto-light', sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #494F52;
  margin: 0 18px;
}

.download-list {
  display: flex;
  justify-content: space-around;
  width: 843px;
  max-width: 100%;
  padding: 50px 0 140px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #F4F4F4;
}

.download-item {
  padding-left: 10px;
  padding-right: 10px;
}

.download-item > img {
  display: block;
  margin: 0 auto 20px;
}

.download-item h3 {
  font-family: 'roboto-light', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 5px;
}

.ditem-muted,
.ditem-detail {
  font-size: 14px;
  line-height: 17px;
  display: block;
}

.ditem-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.ditem-detail .ditem-detail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.ditem-detail .ditem-detail-item + .ditem-detail-item::before {
  content:"";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000000;
  margin-left: 4px;
  margin-right: 4px;
}

.ditem-detail img { margin-left: 5px; }

.next-arrow {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 16px;
}

.previous-arrow {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 16px;
}

/*Pricing*/
.section-sm.pricing__packages {
  padding-top: 56px;
}

.pricing__packages::before { display: none; }

.pricing__packages h2 {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 44px;
}

.pricing__packages .packages__card h3 { color: #000000; }

.pricing__packages .packages__card h3 {
  display: flex;
  flex-wrap: wrap;
}

.pricing__packages .package-name {
  flex: 1 0 auto;
}

.package-amt {
  display: flex;
  align-items: flex-end;
}

.pricing__packages .packages__wrapper { margin-top: 0; }

.pricing-packages--head h2 {
  margin-bottom: 20px;
}

.pricing-packages .zigzag {
  padding-top: 82px;
}

.pricing-packages .zigzag-block {
  max-width: 483px;
}

.row-zigzag + .row-zigzag {
  margin-top: 80px;
}

.pricing-foo,
.row-addonsol {
  margin-top: 77px;
}

.pricing-foo p {
  margin-bottom: 20px;
}

.zigzag-block h3,
.addonsol-block h3 {
  font-family: 'roboto-bold', sans-serif;
  margin-bottom: 20px;
}

.included-packages h2 {
  margin-bottom: 65px;
}

.included-packages h3 {
  margin-top: 33px;
  margin-bottom: 0;
}

.section-faqs .innerwrapper {
  width: 792px;
  max-width: 100%;
}

.section-faqs h2 {
  margin-bottom: 18px;
}

.faqs-list, .faqs-bottom {
  font-size: 14px;
  line-height: 20px;
}

.faqs-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faqs-item + .faqs-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 1px;
  background: #E7E7E7;
}

.faqs-item h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 22px;
}

.faqs-item p {
  font-size: 16px;
  line-height: 28px;
}

.faqs-bottom {
  padding-top: 20px;
}

.section-faqs .pageend { margin-top: 80px; }

.innerwrapper p:not(:last-child) { margin-bottom: 20px; }
.innerwrapper p + h3 { margin-top: 30px; }
.innerwrapper h3 { margin-bottom: 20px; }

.our-department--head { margin-bottom: 30px; }

.maplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.map-item {
  flex: 1 0 263px;
  max-width: 263px;
  margin-bottom: 20px;
}

.maplist iframe {
  width: 100%;
  height: 123px;
  margin-bottom: 20px;
}

.map-item h3 {
  margin-bottom: 10px;
}

.office-quote {
  margin-top: 16px;
}

.foureighty {
  width: 470px;
  max-width: 100%;
}

.fourninetynine {
  width: 499px;
  max-width: 100%;
}

.section-understand .embed-responsive {
  width: 664px;
  max-width: 100%;
  margin-left: auto;
}

.understandus-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  max-width: 163px;
}

.understandus-social a {
  color: #494F52;
}

.ourvalues-quote {
  padding-top: 82px;
  padding-bottom: 8px;
}

.quote-name, .quote-who {
  font-size: 16px;
  line-height: 28px;
  text-align: right;
}

.whattoexpect-list li:not(:last-child) {
  margin-bottom: 18px;
}

.hiringprocess-faqs .faqs-bottom {
  font-family: 'roboto-medium', sans-serif;
  width: 510px;
  max-width: 100%;
}

.keep-reading .blog-excerpt {
  font-size: 14px;
  line-height: 25px;
}

/*Careers Page*/
.careers-banner {
  padding-top: 66px;
}

.careers-banner h2 {
  margin-bottom: 52px;
}

.careers-filters {
  padding-top: 56px;
  padding-bottom: 50px;
}

.careers-filterbottom {
  max-width: 800px;
  margin: 58px auto 0;
}

.careers-filters .site-select, .multi-select-button {
  font-family: 'roboto-medium';
  font-size: 14px;
  color: #000000;
}

.career-row {
  display: flex;
  align-items: center;
}

.career-item {
  padding-top: 22px;
  padding-bottom: 22px;
}

.career-item:nth-child(even) {
  background: #F4F4F4;
}

.career-details {
  display: flex;
  justify-content: space-between;
  flex: 1 0 calc(100% - 38px);
  max-width: calc(100% - 38px);
  font-size: 18px;
  line-height: 30px;
}

.career-title {
  flex: 1 0 calc(100% - 304px - 192px);
  min-width: calc(100% - 304px - 192px);
  max-width: calc(100% - 304px - 192px);
  padding-right: 20px;
}

.career-location {
  flex: 1 0 calc(304px);
  min-width: calc(304px);
  max-width: calc(304px);
  padding-right: 20px;
}

.career-type {
  flex: 1 0 calc(192px);
  min-width: calc(192px);
  max-width: calc(192px);
  padding-right: 20px;
}

.career-action {
  min-width: 38px;
  text-align: right;
}

.career-action a i {
  font-size: 22px;
  display: inline-block;
  transform: rotate(90deg);
}

/*Career Navs*/
.career-navs .container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.career-nav {
  font-family: 'roboto-regular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.career-nav span {
  display: inline-block;
  vertical-align: middle;
}

.career-nav.nav-prev i {
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 8px;
  vertical-align: middle;
}

.career-nav.nav-next i {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 8px;
  vertical-align: middle;
}

.career-nav + .career-nav {
  margin-left: 30px;
}

.section-understand .blog-related {
  padding-bottom: 80px;
  padding-top: 0;
}

.section-understand .blog-excerpt {
  font-size: 14px;
  line-height: 25px;
}