html {
  font-size: 100%;
  line-height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #3b3d40;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0c335e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

a {
  color: #90cb27;
  text-decoration: none;
}

a:hover {
  color: #9cc33b;
  text-decoration: none;
}

a:active {
  color: #9ccb27;
  text-decoration: none;
}

a:focus {
  color: #9cc33b;
  text-decoration: none;
}

a:visited {
  color: #9ccb27;
}

.cpos_navigation_bar {
  min-height: auto;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(12, 51, 94, 0.15);
}

.cpos_row_div_block_2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cpos_logout-button {
  display: none;
  height: 25px;
  margin-top: 7px;
  margin-right: 5px;
  padding: 2px 10px 0px;
  border-radius: 3px;
  background-color: #f79323;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.cpos_logout-button:hover {
  background-color: #cd6500;
}

.cpos_logout-button:active {
  border-radius: 3px;
  background-color: #333092;
}

.cpos_logout-button:focus {
  border-radius: 3px;
  background-color: #4340a4;
}

.cpos_logout-wrapper {
  display: inline-block;
  height: auto;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cpos_link {
  display: inline-block;
  padding-bottom: 0px;
  float: none;
  border-bottom: 1px none #9cc33b;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.cpos_link:hover {
  border-bottom-color: #9cc33b;
  color: #9cc33b;
  text-decoration: none;
}

.cpos_link:active {
  color: #9cc33b;
  text-decoration: none;
}

.cpos_link:focus {
  color: #f89c29;
  text-decoration: none;
}

.cpos_link:visited {
  color: #7e8286;
}

.cpos_link.cpos_email-text {
  display: inline-block;
  float: none;
}

.cpos_login-wrapper {
  position: relative;
  display: block;
  height: auto;
  margin-top: 0px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cpos_nav-top {
  height: 46px;
  margin-top: 0px;
  background-color: #0c335e;
}

.cpos_div_block {
  max-width: 309px;
  min-height: 30px;
  margin-top: 5px;
  padding: 5px 10px 5px 15px;
  float: left;
  border-left: 1px solid #000;
  color: #a9a9a9;
  font-size: 16px;
}

.cpos_div_block.cpos_mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  min-height: 45px;
  min-width: 180px;
  margin-top: 0px;
  margin-right: 5px;
  padding: 11px 20px 11px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: solid;
  border-left-color: hsla(0, 0%, 100%, 0.1);
  opacity: 0.75;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.cpos_div_block.cpos_mid:hover {
  opacity: 1;
}

.cpos_div_block.cpos_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  min-height: 45px;
  margin-top: 0px;
  padding: 11px 20px 15px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: solid;
  border-left-color: hsla(0, 0%, 100%, 0.1);
  opacity: 0.75;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.cpos_div_block.cpos_right:hover {
  opacity: 1;
}

.cpos_nav-content {
  display: block;
  width: 95%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cpos_brand {
  width: 100%;
  height: 85px;
  max-width: 23%;
  min-width: 215px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  background-image: url('../images/phone-yellow.png');
  background-position: 0px 60%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cpos_brand.w--current {
  width: 100%;
  height: 85px;
  padding-top: 25px;
  padding-bottom: 18px;
  background-image: url('../images/phone-yellow.png');
  background-position: 50% 61%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cpos_navlink {
  padding: 33px 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #7e8388;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.cpos_navlink:hover {
  color: #9cc33b;
  text-decoration: none;
}

.cpos_navlink:active {
  color: #90cb27;
  text-decoration: none;
}

.cpos_navlink:focus {
  color: #90cb27;
  text-decoration: none;
}

.cpos_navlink:visited {
  color: #7e8286;
}

.cpos_navlink.w--current {
  color: #90cb27;
}

.cpos_navlink.cpos_demo {
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #90cb27;
  -webkit-transition: background-color 450ms ease, -webkit-transform 400ms cubic-bezier(.175, .885, .32, 1.275);
  transition: background-color 450ms ease, -webkit-transform 400ms cubic-bezier(.175, .885, .32, 1.275);
  transition: background-color 450ms ease, transform 400ms cubic-bezier(.175, .885, .32, 1.275);
  transition: background-color 450ms ease, transform 400ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 400ms cubic-bezier(.175, .885, .32, 1.275);
  color: #fff;
}

.cpos_navlink.cpos_demo:hover {
  background-color: #81b81e;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
  text-decoration: none;
}

.cpos_navlink.cpos_demo:active {
  color: #fff;
  text-decoration: none;
}

.cpos_navlink.cpos_demo:focus {
  color: #fff;
  text-decoration: none;
}

.cpos_navlink.cpos_demo:visited {
  color: #fff;
}

.cpos_navlink.cpos_drop-down {
  padding-right: 35px;
}

.cpos_hero-section {
  min-height: 450px;
  background-color: #f0f2f8;
}

.cpos_hero-slider {
  overflow: hidden;
  min-height: 600px;
}

.cpos_right_arrow {
  right: 0px;
  width: 45px;
  height: 50px;
  border-radius: 7px;
  background-color: rgba(12, 51, 94, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
}

.cpos_right_arrow:hover {
  background-color: #0c335e;
  color: #9ccb27;
}

.cpos_left_arrow {
  left: 0px;
  width: 45px;
  height: 50px;
  border-radius: 7px;
  background-color: rgba(12, 51, 94, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
}

.cpos_left_arrow:hover {
  background-color: #0c335e;
  color: #9ccb27;
}

.cpos_slide {
  padding-top: 30px;
  background-color: #333092;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 239, 244, 0.93)), to(rgba(233, 239, 244, 0.93))), url('../images/bg-curve-2.png');
  background-image: linear-gradient(180deg, rgba(233, 239, 244, 0.93), rgba(233, 239, 244, 0.93)), url('../images/bg-curve-2.png');
  background-position: 0px 0px, 50% 157px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.cpos_slide.cpos_1 {
  background-color: #0c335e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 49, 95, 0.7)), to(rgba(7, 49, 95, 0.7))), url('../images/newbg.jpg');
  background-image: linear-gradient(180deg, rgba(7, 49, 95, 0.7), rgba(7, 49, 95, 0.7)), url('../images/newbg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.cpos_slide-content {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.cpos_slide-content.cpos_2 {
  width: 90%;
}

.cpos_image_2 {
  position: absolute;
  top: 6%;
  right: 6%;
  bottom: 5%;
  max-height: 550px;
  max-width: auto;
  float: right;
}

.cpos_image_2.cpos_slide-2-img {
  max-height: 450px;
  margin-top: 1%;
  margin-right: 8%;
  margin-left: 0%;
  float: right;
}

.cpos_content-column {
  position: relative;
  z-index: 1;
  width: 55%;
  padding: 0px 2vw 15px;
}

.cpos_content-column.cpos_right {
  padding-top: 40px;
  float: left;
}

.cpos_slide_nav {
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
  font-size: 10px;
}

.cpos_slide_nav:hover {
  opacity: 1;
}

.cpos_top-content {
  display: block;
  width: 95%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cpos_nav_menu {
  float: right;
}

.cpos_bottom-nav-section {
  height: 70px;
}

.cpos_section-one {
  padding-top: 75px;
  padding-bottom: 5px;
  background-color: #fff;
  text-align: center;
}

.cpos_section-one.cpos_woval {
  padding-top: 100px;
  padding-bottom: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/oval.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/oval.png');
  background-position: 0px 0px, 34% 76px;
  background-size: auto, 125px;
  background-repeat: repeat, no-repeat;
}

.cpos_content-div {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cpos_content-div.cpos_intro-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1100px;
}

.cpos_content-div.cpos_800 {
  max-width: 800px;
}

.cpos_content-div.cpos_800.cpos_2 {
  width: 95%;
  max-width: 1100px;
  color: #0c335e;
  text-align: left;
}

.cpos_content-div.cpos_team-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cpos_content-div.cpos_top-p {
  padding-top: 100px;
}

.cpos_content-div.cpos_partner-flex {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cpos_content-div.cpos_demo-form {
  position: static;
  top: -79px;
  max-width: 800px;
  margin-top: 44px;
  padding: 35px 25px 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.14);
}

.cpos_content-div.cpos_career-form {
  max-width: 900px;
}

.cpos_content-div.cpos_blog-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cpos_content-div.cpos_article-contain {
  max-width: 900px;
}

.cpos_content-div.cpos_landing-page-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cpos_content-div.cpos_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  color: #0c335e;
  text-align: center;
}

.cpos_sub-text {
  max-width: auto;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.8rem;
}

.cpos_button {
  margin-top: 10px;
  padding: 12px 30px;
  border-radius: 25px;
  background-color: #90cb27;
  box-shadow: 0 10px 25px -7px rgba(156, 203, 39, 0.55);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.cpos_button:hover {
  box-shadow: 0 5px 10px -5px rgba(156, 203, 39, 0.55);
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  color: #fff;
  text-decoration: none;
}

.cpos_button:active {
  color: #fff;
  text-decoration: none;
}

.cpos_button:focus {
  color: #fff;
  text-decoration: none;
}

.cpos_button:visited {
  color: #fff;
}

.cpos_button.cpos_orng {
  background-color: #fa9d28;
  box-shadow: 0 10px 25px -7px rgba(241, 92, 34, 0.55);
  color: #fff;
}

.cpos_button.cpos_orng:hover {
  box-shadow: none;
}

.cpos_button.cpos_2 {
  margin-left: 0px;
  background-color: #f0f2f8;
  box-shadow: 0 10px 25px -7px rgba(12, 51, 94, 0.35);
  color: #0c335e;
}

.cpos_button.cpos_2:hover {
  box-shadow: none;
  color: #0c335e;
  text-decoration: none;
}

.cpos_button.cpos_2:active {
  color: #0c335e;
  text-decoration: none;
}

.cpos_button.cpos_2:focus {
  color: #0c335e;
  text-decoration: none;
}

.cpos_button.cpos_2:visited {
  color: #0c335e;
}

.cpos_button.cpos_orange-bttn {
  background-color: #fa9d28;
  box-shadow: 0 10px 25px -7px rgba(241, 92, 34, 0.25);
}

.cpos_button.cpos_orange-bttn:hover {
  box-shadow: none;
}

.cpos_button.cpos_black-shadow {
  box-shadow: 0 10px 25px -7px rgba(0, 0, 0, 0.15);
}

.cpos_button.cpos_black-shadow:hover {
  box-shadow: none;
  color: #fff;
}

.cpos_button.cpos_black-shadow:active {
  color: #fff;
  text-decoration: none;
}

.cpos_button.cpos_black-shadow:focus {
  color: #fff;
  text-decoration: none;
}

.cpos_button.cpos_black-shadow:visited {
  color: #fff;
}

.cpos_button.cpos_white-bttn-green-text {
  background-color: #fff;
  box-shadow: 0 10px 25px -7px rgba(169, 187, 206, 0.53);
  color: #3887de;
}

.cpos_button.cpos_white-bttn-green-text:hover {
  box-shadow: 0 2px 15px -7px rgba(169, 187, 206, 0.53);
}

.cpos_button.cpos_blue-bttn {
  background-color: #0c335e;
}

.cpos_sub-head {
  margin-bottom: 20px;
  color: #3e5671;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 400;
}

.cpos_sub-head.cpos_centered.cpos_purple {
  color: #333092;
}

.cpos_sub-head.cpos_centered.cpos_dark-blue {
  color: #0c335e;
}

.cpos_title-div-800 {
  display: block;
  width: 60%;
  padding: 0px 0px 0px 3%;
  float: left;
  text-align: left;
}

.cpos_green-span {
  color: #9ccb27;
}

.cpos_green-span.cpos_bigger-size {
  font-size: 34px;
}

.cpos_orange-span {
  color: #f15c22;
  font-weight: 300;
}

.cpos_purple-span {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #45196e;
  font-weight: 800;
}

.cpos_blue-span {
  color: #0e3e73;
  font-weight: 400;
}

.cpos_intro-img-div {
  width: 40%;
  height: 350px;
  float: left;
  background-image: url('../images/Updated-POS-graphic.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cpos_features-section {
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 135px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.cpos_features-section.cpos_metro-exclusive {
  display: none;
  padding-top: 55px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: none;
}

.cpos_features-section.light-blue {
  background-color: #e9eff4;
  background-image: url('../images/04-wave.svg');
  background-position: 0px -25px;
  background-size: 101%;
  background-repeat: no-repeat;
}

.cpos_centered {
  text-align: center;
}

.cpos_features-h2 {
  color: #0c335e;
  font-size: 2.8rem;
  line-height: 3.4rem;
  text-align: center;
}

.cpos_features-h2.cpos_purple {
  color: #333092;
}

.cpos_features-h2.cpos_white {
  color: #fff;
}

.cpos_features-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cpos_each-feature {
  width: 30%;
  max-width: 350px;
  margin-right: 1%;
  margin-bottom: 15px;
  margin-left: 1%;
  padding: 10px;
  text-align: center;
}

.cpos_f-text {
  color: #0c335e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.cpos_f-text.cpos_hide-text {
  display: none;
}

.cpos_f-icon {
  max-width: 75px;
  margin-bottom: 15px;
}

.cpos_f-icon.cpos_cloud {
  max-width: 100px;
}

.cpos_f-icon.cpos_2 {
  max-width: 100px;
}

.cpos_f-icon.cpos_lrg {
  max-width: 135px;
}

.cpos_section-title-div {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.cpos_center-button-div {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 15px;
  text-align: center;
}

.cpos_footer {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #0c335e;
  background-image: linear-gradient(135deg, #07305d, #0e4179);
}

.cpos_footer-link {
  display: inline-block;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  clear: left;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cpos_footer-link:hover {
  box-shadow: inset 0 -2px 0 0 rgba(228, 232, 236, 0.32);
  color: #fff;
  text-decoration: none;
}

.cpos_footer-link:active {
  text-decoration: none;
}

.cpos_footer-link:focus {
  text-decoration: none;
}

.cpos_footer-link:visited {
  color: hsla(0, 0%, 100%, 0.6);
}

.cpos_footer-link.cpos_blog {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.cpos_footer-link.cpos_blog:hover {
  color: #fff;
  text-decoration: none;
}

.cpos_footer-link.cpos_blog:active {
  color: #fff;
  text-decoration: none;
}

.cpos_footer-link.cpos_blog:focus {
  color: hsla(0, 0%, 100%, 0.6);
}

.cpos_footer-link.cpos_blog:visited {
  color: hsla(0, 0%, 100%, 0.6);
}

.cpos_footer-col {
  width: 25%;
  padding: 20px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cpos_footer-col.cpos_1 {
  width: 25%;
  padding-top: 3.5%;
  padding-right: 5%;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cpos_footer-col.cpos_3 {
  width: 25%;
  padding-right: 0px;
  padding-left: 0px;
}

.cpos_footer-col.cpos_2 {
  width: 25%;
  padding-right: 0px;
  padding-left: 0px;
}

.cpos_footer-col.cpos_4 {
  width: 25%;
}

.cpos_footer-title {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 2px none rgba(191, 214, 237, 0.15);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: none;
}

.cpos_column {
  padding-right: 5px;
  padding-left: 5px;
}

.cpos_social-link {
  width: 100px;
  height: 35px;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  border: 1px none #9ccb27;
  border-radius: 0%;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
}

.cpos_social-link:hover {
  border-color: #fff;
  background-color: transparent;
  color: #9ccb27;
}

.cpos_footer_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.cpos_footer_container.cpos_fb_footer {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cpos_social_wrapper {
  margin-top: 0px;
}

.cpos_text_block_4 {
  margin-right: 13px;
  color: #fff;
}

.cpos_div_block_5 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 12px 20px 13px;
  border-top: 2px dashed #f4f1e7;
  background-color: #f3eee9;
}

.cpos_fb_footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8b8b8b;
  text-align: right;
}

.cpos_div_block_12 {
  border-top: 1px dashed #000;
}

.cpos_footer_text {
  display: block;
}

.cpos_div_block_13 {
  max-width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px none #6d6327;
  background-color: transparent;
}

.cpos_demo-cta {
  min-height: 350px;
  padding-top: 85px;
  padding-bottom: 75px;
  background-color: #e9eff4;
  background-image: url('../images/cta-graphic.png'), -webkit-gradient(linear, left top, left bottom, from(#e9eff4), to(#d7ddf2));
  background-image: url('../images/cta-graphic.png'), linear-gradient(180deg, #e9eff4, #d7ddf2);
  background-position: 50% 100%, 0px 0px;
  background-size: 1200px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.cpos_back-up {
  position: fixed;
  right: 1.5%;
  bottom: 3%;
  z-index: 1;
  width: 35px;
  height: 35px;
  float: right;
  border-radius: 7px;
  background-color: rgba(156, 203, 39, 0.9);
  background-image: url('../images/59cd518c288a8e000115c948_uparrow3.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.cpos_back-up:hover {
  background-color: #9ccb27;
}

.cpos_blue {
  color: #0c335e;
}

.cpos_blue.cpos_hero-h2 {
  font-size: 46px;
  line-height: 56px;
}

.cpos_blue.cpos_hero-h2.cpos_inline {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
}

.cpos_blue.cpos_hero-h2.cpos_below_logo {
  margin-top: -15px;
}

.cpos_large-text {
  font-size: 18px;
  line-height: 28px;
}

.cpos_2-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cpos_heading {
  display: inline-block;
  font-size: 2.1rem;
  line-height: 3rem;
  font-weight: 600;
}

.cpos_heading_2 {
  margin-bottom: 25px;
  font-size: 4em;
  line-height: 4.8rem;
  font-weight: 300;
}

.cpos_footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cpos_light-span {
  font-weight: 300;
  letter-spacing: -1px;
}

.cpos_heading_3 {
  color: #0c335e;
}

.cpos_heading_3.cpos_width-restrict {
  font-size: 2.5rem;
  line-height: 3rem;
}

.cpos_call-link {
  width: 200px;
  height: 35px;
  margin-bottom: 5px;
  padding: 7px 5px 7px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.cpos_call-link:hover {
  color: #9ccb27;
  text-decoration: none;
}

.cpos_call-link:active {
  color: #90cb27;
  text-decoration: none;
}

.cpos_call-link:focus {
  color: #90cb27;
  text-decoration: none;
}

.cpos_call-link:visited {
  color: #fff;
}

.cpos_call-link.cpos_email.cpos_page-version {
  padding-left: 45px;
  background-image: url('../images/cellupos-email.svg');
  background-position: 15px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.cpos_call-link.cpos_page-version {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 15px 20px 15px 45px;
  float: left;
  clear: left;
  border-bottom: 1px solid rgba(169, 187, 206, 0.17);
  background-color: #f0f2f8;
  background-image: url('../images/blue-phone-icon.svg');
  background-position: 12px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0c335e;
  text-decoration: none;
}

.cpos_call-link.cpos_page-version:hover {
  background-color: #f0f2f8;
  background-image: url('../images/green-phone-icon.svg');
  background-size: 18px;
  color: #90cb27;
  text-decoration: none;
}

.cpos_call-link.cpos_page-version:active {
  color: #fff;
  text-decoration: none;
}

.cpos_call-link.cpos_page-version:focus {
  color: #90cb27;
  text-decoration: none;
}

.cpos_call-link.cpos_page-version:visited {
  color: #fff;
}

.cpos_call-link.cpos_page-version.cpos_support-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.cpos_call-link.cpos_page-version.cpos_support-icon:hover {
  background-image: none;
}

.cpos_call-link.cpos_page-version.cpos_email-icon {
  background-image: url('../images/blue-email.svg');
  background-size: 18px;
}

.cpos_call-link.cpos_page-version.cpos_email-icon:hover {
  background-image: url('../images/green-email.svg');
  background-size: 18px;
}

.cpos_about-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e8ec;
  background-image: url('../images/dreamstime_l_102747131.jpg'), url('../images/slide-bg.jpg');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, 2083px;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed, fixed;
  color: #fff;
  text-align: center;
}

.cpos_about-header.cpos_blog-banner {
  min-height: auto;
  padding-top: 75px;
  padding-bottom: 50px;
  background-color: #e9eff4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9eff4), color-stop(45%, #fff));
  background-image: linear-gradient(180deg, #e9eff4, #fff 45%);
  color: #0c335e;
}

.cpos_about-header.cpos_blog-title-banner {
  min-height: 550px;
  padding-top: 65px;
  padding-bottom: 135px;
  background-color: #f0f2f8;
  background-image: none;
  box-shadow: inset 0 -2px 20px 0 rgba(198, 217, 236, 0.5);
  color: #0c335e;
}

.cpos_about-section-one {
  min-height: 400px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.cpos_about-section-one.cpos_hide {
  display: none;
}

.cpos_about-logo {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.cpos_about-h2 {
  display: inline-block;
  color: #fff;
  text-align: right;
}

.cpos_about-h2.cpos_prtnr {
  color: #fff;
}

.cpos_each-member {
  overflow: hidden;
  width: 31%;
  min-height: auto;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 15px;
  background-color: rgba(240, 242, 248, 0.47);
}

.cpos_member-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  background-color: #0c335e;
  background-image: url('../images/0.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cpos_member-image.cpos_andy {
  background-color: #fff;
  background-image: url('../images/images-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cpos_member-image.cpos_lorie {
  background-image: url('../images/lorie-sjodin.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.cpos_member-info-div {
  padding: 15px 20px 20px;
  text-align: center;
}

.cpos_member-title {
  margin-bottom: 12px;
  color: #8ebd1b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.cpos_member-name {
  font-size: 22px;
  line-height: 28px;
}

.cpos_member-bio {
  color: #0c335e;
  font-size: 12px;
  line-height: 20px;
}

.cpos_bio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, 225px);
  -ms-transform: translate(0px, 225px);
  transform: translate(0px, 225px);
}

.cpos_bio-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #9ccb27;
  background-image: url('../images/linkedin-white.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.cpos_bio-link.cpos_mail {
  background-image: url('../images/cellupos-email.svg');
  background-size: 55%;
}

.cpos_about-section-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

.cpos_content-div-half {
  width: 60%;
  padding: 75px 10% 50px 5%;
  background-color: #f0f2f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 242, 248, 0.65)), to(rgba(240, 242, 248, 0.65))), url('../images/oval.png');
  background-image: linear-gradient(180deg, rgba(240, 242, 248, 0.65), rgba(240, 242, 248, 0.65)), url('../images/oval.png');
  background-position: 0px 0px, 41% 36px;
  background-size: auto, 300px;
  background-repeat: repeat, no-repeat;
}

.cpos_image-div-half {
  position: relative;
  width: 40%;
  background-color: #9ccb27;
  background-image: url('../images/oval.png'), -webkit-gradient(linear, left top, right top, color-stop(25%, #96d129), to(#82bc1b));
  background-image: url('../images/oval.png'), linear-gradient(90deg, #96d129 25%, #82bc1b);
  background-position: 190% -66px, 0px 0px;
  background-size: 350px, auto;
  background-repeat: no-repeat, repeat;
}

.cpos_about-half-div {
  width: 95%;
  max-width: 550px;
  float: right;
}

.cpos_about-h3 {
  color: #0c335e;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.cpos_about-h3.cpos_white-later {
  font-size: 20px;
  line-height: 30px;
}

.cpos_about-h3.cpos_white-later.cpos_now {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
}

.cpos_paragraph {
  color: #0c335e;
  line-height: 24px;
  font-weight: 400;
}

.cpos_paragraph.cpos_white {
  color: #fff;
}

.cpos_page-h1 {
  font-size: 4.8em;
  line-height: 1.1em;
  letter-spacing: -2px;
}

.cpos_page-h1.cpos_inlined {
  display: inline-block;
}

.cpos_page-h1.cpos_extra-pad {
  margin-bottom: 55px;
}

.cpos_page-h1.cpos_blue-color {
  margin-bottom: 30px;
  color: #0c335e;
}

.cpos_page-h1.landing-pahe-h1 {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
}

.cpos_page-h1.cpos_landing-page-text {
  font-size: 2.6rem;
  line-height: 3.2rem;
  letter-spacing: 0px;
}

.cpos_contact-header {
  display: block;
  min-height: 300px;
  padding-top: 75px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c335e;
  background-image: url('../images/demo-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.cpos_contact-header.cpos_solutions {
  min-height: 500px;
  background-color: #f0f2f8;
  background-image: url('../images/solutions-graphic.png'), url('../images/isometric-angle-blue.png');
  background-position: 87% 50%, 50% 100%;
  background-size: auto 90%, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.cpos_contact-header.cpos_solutions.cpos_metro-features {
  min-height: 600px;
  padding-top: 75px;
  background-color: #46196e;
  background-image: url('../images/Updated-phone-graphic.png'), url('../images/isometric-angle-orange.png');
  background-position: 75% 115%, 50% 100%;
  background-size: auto 90%, cover;
}

.cpos_contact-header.cpos_login-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 125px;
  padding-bottom: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e9eff4;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(207, 219, 229, 0.85)), to(#e9eff4));
  background-image: linear-gradient(0deg, rgba(207, 219, 229, 0.85), #e9eff4);
}

.cpos_contact-header.cpos_login-page.cpos_app-page {
  padding-top: 75px;
  padding-bottom: 100px;
}

.cpos_contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

.cpos_50-div {
  width: 50%;
  padding: 75px 4% 75px 5%;
  background-color: #f0f2f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 242, 248, 0.55)), to(rgba(240, 242, 248, 0.55))), url('../images/oval.png');
  background-image: linear-gradient(180deg, rgba(240, 242, 248, 0.55), rgba(240, 242, 248, 0.55)), url('../images/oval.png');
  background-position: 0px 0px, 14% 10%;
  background-size: auto, 300px;
  background-repeat: repeat, no-repeat;
}

.cpos_50-div-2 {
  width: 50%;
  padding: 60px 5% 60px 4%;
}

.cpos_field {
  height: 50px;
  margin-bottom: 15px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #a9bbce;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #0c335e;
}

.cpos_field:hover {
  border-bottom-color: #0c335e;
}

.cpos_field:active {
  padding-left: 12px;
}

.cpos_field:focus {
  padding-left: 12px;
  background-color: transparent;
}

.cpos_field::-webkit-input-placeholder {
  color: #a9bbce;
}

.cpos_field:-ms-input-placeholder {
  color: #a9bbce;
}

.cpos_field::-ms-input-placeholder {
  color: #a9bbce;
}

.cpos_field::placeholder {
  color: #a9bbce;
}

.cpos_field.cpos_message {
  height: 125px;
}

.cpos_submit {
  padding: 15px 25px;
  border-radius: 25px;
  background-color: #90cb27;
  background-image: url('../images/right-arrow.png');
  background-position: 124% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cpos_submit:hover {
  padding-right: 35px;
  background-color: #81bb1a;
  background-image: url('../images/right-arrow.png');
  background-position: 93% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.cpos_submit:active {
  color: #fff;
  text-decoration: none;
}

.cpos_submit:focus {
  color: #fff;
  text-decoration: none;
}

.cpos_contact-link-holder {
  margin-top: 30px;
}

.cpos_image-3 {
  display: inline-block;
  height: 40px;
  margin-top: -30px;
  margin-left: 15px;
}

.cpos_div_block_14 {
  margin-top: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}

.cpos_partner-logo {
  display: inline-block;
  width: 20%;
  height: 100px;
  margin-right: 2%;
  margin-left: 2%;
  float: none;
  background-image: url('../images/Metro_TMobile_DP_RGB.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.cpos_partner-logo.cpos_2 {
  background-image: url('../images/CardConnect-AFD-1.png');
}

.cpos_partner-logo.cpos_3 {
  background-image: url('../images/logo.png');
}

.cpos_partner-logo.cpos_4 {
  background-image: url('../images/incomm-logo-horizontal.png');
}

.cpos_partner-logo.cpos_1 {
  width: 13%;
}

.cpos_subtle-text {
  color: #537599;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.cpos_testimonial-section {
  min-height: 350px;
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #3887de;
  background-image: url('../images/transparent-cloud.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(56, 135, 222, 0.81)), to(rgba(56, 135, 222, 0.81)));
  background-image: url('../images/transparent-cloud.png'), linear-gradient(180deg, rgba(56, 135, 222, 0.81), rgba(56, 135, 222, 0.81));
  background-position: 50% 35px, 0px 0px;
  background-size: 370px, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
}

.cpos_testimonial-row {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 22px 25px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.cpos_div_block_15 {
  display: block;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.cpos_testimonial-title {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.cpos_testimonial-title.cpos-drk-title {
  margin-left: 15px;
  color: #0c335e;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.cpos_testimonial-text {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}

.cpos_testimonial-text.cpos_test-txt {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #0c335e;
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.cpos_testimonial-text.cpos_test-txt.cpos_large-review {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.cpos_image_4 {
  max-width: 15px;
  margin-right: 2px;
}

.cpos_star-div {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 12px 6px;
  border-radius: 25px;
  background-color: rgba(12, 51, 94, 0.55);
}

.cpos_right_arrow_2 {
  width: 50px;
  background-color: #e9eff4;
  color: #0c335e;
  font-size: 22px;
}

.cpos_right_arrow_2.cpos_white-bg {
  background-color: #fff;
}

.cpos_left_arrow_2 {
  width: 50px;
  background-color: #e9eff4;
  color: #0c335e;
  font-size: 22px;
}

.cpos_left_arrow_2.cpos_white-bg {
  background-color: #fff;
}

.cpos_slide_nav_2 {
  height: 40px;
  padding-top: 12px;
  opacity: 0.25;
  color: #0c335e;
  font-size: 10px;
}

.cpos_slider {
  height: 225px;
  min-height: auto;
  margin-top: 25px;
  background-color: transparent;
}

.cpos_slider.cpos_metro-features {
  height: 225px;
}

.cpos_slide-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cpos_section {
  padding-top: 69px;
  padding-bottom: 69px;
}

.cpos_section.cpos_solutions-content {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f0f2f8;
}

.cpos_section.cpos_solutions-content-2 {
  padding-top: 70px;
}

.cpos_section.all-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cpos_home-features-slide {
  width: 33.3%;
  padding-right: 19px;
  padding-left: 19px;
}

.cpos_feature-slide-mask {
  padding-right: 49px;
  padding-bottom: 40px;
  padding-left: 49px;
}

.cpos_home-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cpos_home-features.cpos_m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cpos_login-bttn {
  display: block;
  height: 45px;
  min-width: 105px;
  padding: 14px 20px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 0px;
  background-color: #0c335e;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.cpos_login-bttn:hover {
  background-color: rgba(169, 187, 206, 0.15);
  color: #fff;
  text-decoration: none;
}

.cpos_login-bttn:active {
  color: #fff;
  text-decoration: none;
}

.cpos_login-bttn:focus {
  color: #fff;
  text-decoration: none;
}

.cpos_login-bttn:visited {
  color: #fff;
}

.cpos_login-bttn.cpos_go-home {
  display: inline-block;
  min-width: 55px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.cpos_login-bttn.cpos_go-home.cpos_logout {
  min-width: 125px;
}

.cpos_div_block_16 {
  display: inline-block;
  height: 45px;
  padding: 11px 20px 11px 15px;
  float: right;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}

.cpos_social-link-nav {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.cpos_social-link-nav:hover {
  opacity: 1;
}

.cpos_social-link-nav.cpos_linkedin {
  margin-right: 0px;
  background-image: url('../images/linkedin-white.svg');
  background-size: 18px;
}

.cpos_line_1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.cpos_line_1.cpos_simple {
  top: 18px;
}

.cpos_line_1.cpos_simple.cpos_white {
  background-color: #fff;
}

.cpos_line_3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.cpos_line_3.cpos_simple {
  top: 38px;
}

.cpos_line_3.cpos_simple.cpos_white {
  background-color: #fff;
}

.cpos_button-10 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #4de79d;
}

.cpos_button-10.w--open {
  background-color: #48d591;
}

.cpos_line_2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.cpos_line_2.cpos_simple {
  top: 28px;
}

.cpos_line_2.cpos_simple.cpos_white {
  background-color: #fff;
}

.cpos_login-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 49px;
  padding-bottom: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(12, 51, 94, 0.9);
}

.cpos_login-container {
  position: relative;
  display: block;
  width: 95%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 50px;
  border-radius: 10px;
  background-color: #e9eff4;
  box-shadow: 0 15px 50px -10px rgba(12, 51, 94, 0.3);
  text-align: center;
}

.cpos_login-container.cpos_less-shadow {
  box-shadow: 0 12px 50px -15px rgba(12, 51, 94, 0.2);
}

.cpos_login-field {
  display: block;
  height: 50px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 50px;
  border-style: none;
  border-radius: 10px;
  color: #0c335e;
  text-align: left;
}

.cpos_login-field::-webkit-input-placeholder {
  color: #a9bbce;
  letter-spacing: 1px;
}

.cpos_login-field:-ms-input-placeholder {
  color: #a9bbce;
  letter-spacing: 1px;
}

.cpos_login-field::-ms-input-placeholder {
  color: #a9bbce;
  letter-spacing: 1px;
}

.cpos_login-field::placeholder {
  color: #a9bbce;
  letter-spacing: 1px;
}

.cpos_login-field.cpos_password::-webkit-input-placeholder {
  letter-spacing: 1px;
}

.cpos_login-field.cpos_password:-ms-input-placeholder {
  letter-spacing: 1px;
}

.cpos_login-field.cpos_password::-ms-input-placeholder {
  letter-spacing: 1px;
}

.cpos_login-field.cpos_password::placeholder {
  letter-spacing: 1px;
}

.cpos_login-h2 {
  color: #0c335e;
  font-weight: 600;
  text-align: center;
}

.cpos_login-submit {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 25px;
  border: 1px solid #9ccb27;
  border-radius: 25px;
  background-color: #9ccb27;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
}

.cpos_login-submit:hover {
  background-color: #8ebc1b;
}

.cpos_form_block_2 {
  margin-bottom: 0px;
}

.cpos_signup {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0c335e;
}

.cpos_signup:hover {
  color: #a9bbce;
}

.cpos_close-login {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #b2cce8;
  background-image: url('../images/CLOSE-X.png');
  background-position: 50% 50%;
  background-size: 45%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.cpos_close-login:hover {
  background-color: #71a8e3;
  background-size: 40%;
}

.cpos_section_2 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(8, 32, 59, 0.55);
  opacity: 0;
  text-align: center;
}

.cpos_icon {
  margin-right: 15px;
}

.cpos_dd-list.w--open {
  display: block;
  padding: 0px 1px 0.5px;
  background-color: #fff;
  box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.1);
}

.cpos_dd-link {
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: rgba(12, 51, 94, 0.75);
  text-decoration: none;
}

.cpos_dd-link:hover {
  color: #0c335e;
  text-decoration: none;
}

.cpos_dd-link:active {
  text-decoration: none;
}

.cpos_dd-link:focus {
  color: #9ccb27;
  text-decoration: none;
}

.cpos_dd-link:visited {
  color: rgba(12, 51, 94, 0.75);
}

.cpos_dd-link.w--current {
  color: #9ccb27;
  text-decoration: none;
}

.cpos_image_5 {
  position: absolute;
  left: -55px;
  top: 83px;
  bottom: 0px;
  width: 95%;
  max-width: 500px;
}

.cpos_div_block_17 {
  max-width: 50%;
}

.cpos_div_block_17.cpos_white-textt {
  color: #fff;
}

.cpos_image_6 {
  display: inline-block;
  height: 80px;
  margin-top: -15px;
  margin-right: 15px;
}

.cpos_partners-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c335e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 135, 222, 0.95)), to(rgba(56, 135, 222, 0.95))), url('../images/OG-BG.jpg');
  background-image: linear-gradient(180deg, rgba(56, 135, 222, 0.95), rgba(56, 135, 222, 0.95)), url('../images/OG-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.cpos_partners-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #09325e;
}

.cpos_partner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
}

.cpos_partner-div.cpos_hide-partner {
  display: none;
}

.cpos_partner-img {
  display: block;
  max-width: 200px;
  margin-right: 50px;
  margin-bottom: 30px;
}

.cpos_partner-img.cpos_2 {
  max-width: 200px;
  padding: 0px;
  background-color: transparent;
}

.cpos_demo-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9eff4;
}

.cpos_field-div {
  width: 100%;
  padding: 0px 14px;
  float: left;
}

.cpos_field-div.cpos_50 {
  width: 50%;
}

.cpos_form_block_3 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.cpos_submit_button_4 {
  margin-top: 25px;
  padding: 12px 25px;
  border-radius: 25px;
  background-color: #9ccb27;
  background-image: url('../images/right-arrow.png');
  background-position: 113% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-size: 16px;
  text-decoration: none;
}

.cpos_submit_button_4:hover {
  padding-right: 35px;
  background-color: #8ebc1b;
  background-position: 93% 50%;
  color: #fff;
  text-decoration: none;
}

.cpos_submit_button_4:active {
  color: #fff;
  text-decoration: none;
}

.cpos_submit_button_4:focus {
  color: #fff;
  text-decoration: none;
}

.cpos_contact-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #90c62f;
  background-image: url('../images/cta-graphic.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.cpos_section_3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0c335e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 51, 94, 0.61)), to(rgba(12, 51, 94, 0.61))), url('../images/newbg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 51, 94, 0.61), rgba(12, 51, 94, 0.61)), url('../images/newbg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #0c335e;
}

.cpos_testimonial-arrow {
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
}

.cpos_testimonial-arrow:hover {
  border-color: #fff;
  background-color: transparent;
  box-shadow: inset 49px 0 0 0 #fff;
  color: #0c335e;
}

.cpos_testimonial-arrow.cpos_right {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.cpos_slide_nav_3 {
  background-color: transparent;
  font-size: 10px;
}

.cpos_mask {
  padding-right: 0px;
  padding-bottom: 33px;
  padding-left: 0px;
  background-color: transparent;
}

.cpos_slide_3 {
  width: 50%;
  padding: 0px;
}

.cpos_slider_2 {
  min-height: auto;
  padding-right: 39px;
  padding-left: 48px;
  background-color: transparent;
}

.cpos_bold_text {
  letter-spacing: -2px;
}

.cpos_rowlink {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.cpos_rowlink:hover {
  color: #90cb27;
  text-decoration: none;
  text-shadow: 0 0 15px #90cb27;
}

.cpos_rowlink:active {
  color: #90cb27;
  text-decoration: none;
}

.cpos_rowlink:focus {
  color: #90cb27;
  text-decoration: none;
}

.cpos_rowlink:visited {
  color: #90cb27;
}

.cpos_checkbox {
  color: #65798d;
  text-align: left;
}

.div-block {
  overflow: hidden;
}

.cpos_logo-login-img {
  max-width: 300px;
  margin-bottom: 45px;
}

.cpos_remember-me {
  display: inline-block;
  color: #657f9b;
}

.div-block-2 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cpos_404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 102px;
  padding-bottom: 102px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9eff4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 239, 244, 0.24)), to(rgba(233, 239, 244, 0.24))), url('../images/login-bg.png');
  background-image: linear-gradient(180deg, rgba(233, 239, 244, 0.24), rgba(233, 239, 244, 0.24)), url('../images/login-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.cpos_404 {
  font-family: 'Open Sans', sans-serif;
  color: #e9eff4;
  font-size: 15em;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
  text-shadow: 11px 11px 35px rgba(169, 187, 206, 0.6);
}

.cpos_404-text {
  color: #415e7c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.cpos_thin-span {
  font-size: 34px;
  font-weight: 400;
}

.cpos_login-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #0c335e;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.div-block-3 {
  position: relative;
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.cpos_field-holder {
  position: relative;
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.cpos_user-icon {
  position: absolute;
  left: 16px;
  top: 15px;
  bottom: 0px;
  z-index: 1;
  max-width: 15px;
}

.cpos_top-phone-icon {
  display: inline-block;
  width: 100%;
  max-width: 15px;
  margin-top: 1px;
  margin-right: 12px;
  float: left;
}

.cpos_top-phone-icon.cpos_linkedin {
  max-width: 15px;
}

.cpos_link-text-left {
  float: left;
}

.cpos_log-in-icon {
  position: static;
  left: 16px;
  top: 17px;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 10px;
  margin-top: 0px;
  margin-right: 12px;
  float: left;
}

.cpos_log-in-icon.cpos_home-icon {
  display: block;
  width: 100%;
  max-width: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.cpos_log-in-icon.cpos_logout-icon {
  width: 100%;
  max-width: 13px;
  margin-top: 2px;
}

.cpos_text-block-nav {
  display: inline-block;
  float: left;
}

.cpos_support-icon-div {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.cpos_support-link {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/TeamViewer-icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 450ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 450ms cubic-bezier(.68, -.55, .265, 1.55);
}

.cpos_support-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cpos_support-link.cpos_support-link-2 {
  background-image: url('../images/showmypc.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.row_form-block {
  position: relative;
  margin-bottom: 0px;
}

.row_heading-22 {
  margin-top: 0px;
}

.row_add-job-2 {
  display: none;
  overflow: hidden;
  height: 0px;
  margin-top: 45px;
}

.row_button-2 {
  margin-top: 20px;
  padding: 0px 0px 3px;
  float: right;
  clear: left;
  border-style: none none solid;
  border-width: 1px;
  border-color: #f89c29 #f89c29 #90cb27;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #90cb27;
}

.row_button-2:hover {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #90cb27;
  color: #90cb27;
}

.row_step-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: left;
}

.row_ref-holder {
  width: 100%;
  float: left;
}

.row_remove-bttn {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  clear: left;
  border: 1px solid #0c335e;
  border-radius: 25px;
  background-color: #0c335e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 12px;
}

.row_remove-bttn:hover {
  border-color: #90cb27;
  background-color: transparent;
  color: #90cb27;
}

.row_new-ed {
  display: none;
  margin-top: 36px;
  padding-top: 42px;
  border-top: 1px solid rgba(169, 187, 206, 0.3);
}

.row_text-block-7 {
  display: inline-block;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom-style: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.row_text-block-7:hover {
  border-bottom-color: rgba(248, 156, 41, 0.4);
  color: #f89c29;
}

.row_field-holder {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  font-family: 'Open Sans', sans-serif;
}

.row_field-holder.row_ifyes {
  display: none;
}

.row_field-holder.row_25 {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.row_field-holder.row_25.row_r {
  padding-right: 0px;
  padding-left: 10px;
}

.row_field-holder.row_third {
  width: 33.3%;
  padding-right: 15px;
}

.row_field-holder.row_third.row_middle {
  padding-right: 15px;
  padding-left: 15px;
}

.row_field-holder.row_third.row_right {
  padding-right: 0px;
  padding-left: 15px;
}

.row_field-holder.row_50 {
  width: 50%;
  padding-right: 15px;
  float: left;
}

.row_field-holder.row_50.row_r {
  padding-right: 0px;
  padding-left: 15px;
}

.row_field-holder.row_pd {
  margin-top: 15px;
  margin-bottom: 15px;
}

.row_mask {
  display: block;
  overflow: visible;
  height: auto;
  padding-bottom: 0px;
  background-color: transparent;
}

.row_submit-bttn-container {
  display: none;
  padding-top: 30px;
  text-align: center;
}

.row_section-2 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.row_section-2.row_app-grey {
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 75px;
  background-color: #f0f0f0;
}

.row_felony-appear {
  display: none;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}

.row_form-step--container {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px;
}

.row_modal {
  position: relative;
  display: block;
  overflow: visible;
  width: 90%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 15px 34px -14px rgba(0, 0, 0, 0.65);
  text-align: center;
}

.row_text-span {
  display: inline-block;
  margin-bottom: 0px;
  color: #90cb27;
  font-size: 32px;
  font-weight: 700;
}

.row_add-ed-bttn {
  padding: 0px 0px 3px;
  float: right;
  clear: left;
  border-style: none none solid;
  border-width: 1px;
  border-color: #3887de #3887de #9ccb27;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #9ccb27;
  text-decoration: none;
}

.row_add-ed-bttn:hover {
  box-shadow: inset 0 -2px 0 0 #9ccb27;
  color: #9ccb27;
  text-decoration: none;
}

.row_add-ed-bttn:active {
  color: #90cb27;
  text-decoration: none;
}

.row_add-ed-bttn:focus {
  color: #90cb27;
  text-decoration: none;
}

.row_progress-dots {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: rgba(56, 135, 222, 0.08);
  opacity: 1;
}

.row_progress-dots.current {
  background-color: #a0d41f;
  background-image: none;
}

.row_button-3 {
  margin-top: 10px;
  padding: 0px 0px 5px;
  float: right;
  clear: left;
  border-style: none none solid;
  border-width: 1px;
  border-color: #f89c29 #f89c29 #90cb27;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #90cb27;
}

.row_button-3:hover {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #90cb27;
  color: #90cb27;
}

.row_step-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 105px 50px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #e9eff4;
  box-shadow: 0 12px 50px -12px rgba(0, 63, 132, 0.07);
  color: #0c335e;
}

.row_div-block-17 {
  margin-bottom: 37px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccd8e2;
}

.row_add-job {
  display: none;
  overflow: hidden;
  height: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(169, 187, 206, 0.46);
}

.row_text-block-8 {
  display: inline-block;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #9c9c9c;
  font-family: 'Open Sans', sans-serif;
  color: #575757;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.row_remove-ed {
  display: none;
  float: right;
  clear: left;
  border: 1px solid #0c335e;
  border-radius: 25px;
  background-color: #0c335e;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.row_remove-ed:hover {
  color: #fff;
  text-decoration: none;
}

.row_remove-ed:active {
  color: #fff;
  text-decoration: none;
}

.row_remove-ed:focus {
  color: #fff;
  text-decoration: none;
}

.row_form-title {
  position: static;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 35px;
  padding-bottom: 0px;
  border-bottom: 1px none #f89c29;
  color: #3a5a7d;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: none;
}

.row_military-appear {
  display: none;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  float: left;
}

.row_label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  font-family: Opensans, sans-serif;
  color: #0c335e;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.row_slider-2 {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
  padding-bottom: 0px;
  background-color: transparent;
}

.row_slider-dot {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  display: none;
  height: 50px;
  max-width: auto;
  margin-top: 0px;
  padding: 20px 9px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 5px solid #f0f0f0;
  border-radius: 15px 15px 0px 0px;
  background-color: #fff;
  opacity: 0.72;
  font-size: 14px;
  line-height: 17px;
}

.row_field {
  height: 45px;
  border-style: solid;
  border-color: rgba(233, 239, 244, 0.25);
  border-bottom-width: 1px;
  border-radius: 0px;
  background-color: rgba(169, 187, 206, 0.15);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0c335e;
}

.row_field:hover {
  border-color: #e9eff4;
  box-shadow: inset 0 -5px 0 0 rgba(169, 187, 206, 0.19);
}

.row_field:active {
  border-width: 1px;
}

.row_field:focus {
  border-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #a9bbce;
}

.row_next-button {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 44px;
  max-width: 110px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 25px 12px 15px;
  float: right;
  border-radius: 25px 0px;
  background-color: #9ccb27;
  background-image: url('../images/right-arrow.png');
  background-position: 82% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.row_next-button:hover {
  background-color: #85be1e;
  background-image: url('../images/right-arrow.png');
  background-position: 87% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  letter-spacing: 1px;
}

.row_next-button.row_submit {
  position: relative;
  display: block;
  width: auto;
  max-width: auto;
  min-width: 125px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 39px;
  padding-left: 25px;
  float: none;
  border-radius: 25px;
}

.row_new-ref {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 0px;
  float: left;
}

.row_div-block-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 25px;
  max-width: 300px;
  min-width: 300px;
  margin: 25px auto 65px;
  padding: 0px 16px;
  text-align: center;
}

.row_form-container {
  position: static;
  top: -60px;
  display: block;
  overflow: visible;
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.row_error-mssg {
  margin-bottom: 5px;
  color: #e13737;
}

.row_paragraph-9 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.row_heading-21 {
  width: 100%;
  float: left;
}

.row_modal-holder {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2001;
  display: none;
  height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 48, 146, 0.89);
  opacity: 0;
}

.row_text-block-9 {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  color: #a9bbce;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
}

.row_back-button {
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 44px;
  max-width: 110px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 12px 15px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #a9bbce;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
}

.row_back-button:hover {
  background-color: #9bb6d2;
}

.row_link-block-2 {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  border-radius: 50%;
  background-color: #f89c29;
  background-image: url('../images/x-icon.png');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.row_link-block-2:hover {
  background-color: #eb8d17;
  background-size: 60%;
}

.row_radio-button {
  margin-left: -20px;
}

.row_remove-ref {
  display: none;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  clear: left;
  border: 1px solid #0c335e;
  border-radius: 25px;
  background-color: #0c335e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
}

.row_remove-ref:hover {
  border-color: #0c335e;
  background-color: transparent;
  color: #0c335e;
}

.form {
  position: relative;
}

.cpos_select-field {
  height: 45px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe7ef), to(#dfe7ef));
  background-image: linear-gradient(180deg, #dfe7ef, #dfe7ef);
  color: #0c335e;
}

.row_div-block-20 {
  position: relative;
  z-index: 20;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 25px;
  background-color: #e9eff4;
  background-image: none;
}

.row_field-label {
  margin-bottom: 8px;
  color: #0c335e;
  font-size: 14px;
  font-weight: 400;
}

.row_paragraph-10 {
  color: #0c335e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.row_submit-button {
  width: 150px;
  height: auto;
  max-width: 150px;
  min-height: 50px;
  margin-top: 0px;
  background-color: #90cb27;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.row_submit-button:hover {
  background-color: #258ae1;
  color: #fff;
  text-decoration: none;
}

.row_submit-button:active {
  color: #fff;
  text-decoration: none;
}

.row_submit-button:focus {
  background-color: #258ae1;
  color: #fff;
  text-decoration: none;
}

.row_content-div {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.row_content-div.row_career {
  padding-right: 3%;
  padding-left: 3%;
  text-align: center;
}

.row_form-2 {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.row_text-field-2 {
  display: inline-block;
  height: 50px;
  max-width: 300px;
  margin-right: 5px;
  margin-bottom: 0px;
  float: none;
  border-style: none;
}

.row_text-field-2.row_radius {
  height: 50px;
  max-width: 200px;
  margin-bottom: 0px;
  float: none;
}

.row_bttn-2 {
  margin-top: 10px;
  padding: 12px 25px;
  border-radius: 25px;
  background-color: #2a97f4;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.row_bttn-2:hover {
  box-shadow: inset 200px 0 0 0 #3886c8;
  color: #fff;
  text-decoration: none;
}

.row_bttn-2:active {
  color: #fff;
  text-decoration: none;
}

.row_bttn-2:focus {
  background-color: #2a97f4;
  color: #fff;
  text-decoration: none;
}

.row_bttn-2:visited {
  color: #fff;
}

.row_content-div-2 {
  position: relative;
  display: block;
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.row_content-div-2.row_career-contain {
  overflow: hidden;
  width: 90%;
  max-width: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.row_content-div-2.row_head {
  max-width: 1000px;
  text-align: center;
}

.row_content-div-2.row_career-contain {
  overflow: visible;
  width: 90%;
  max-width: 1000px;
}

.row_each-result {
  padding: 25px 25px 36px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(169, 187, 206, 0.21);
  border-radius: 0px;
  background-color: #fff;
  color: #1d1d1d;
}

.row_result-holder {
  position: relative;
  z-index: 20;
}

.row_location {
  margin-bottom: 12px;
  color: #a9bbce;
}

.row_heading-19 {
  color: #0c335e;
  font-weight: 400;
}

.row_job-description {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #0c335e;
  font-size: 14px;
  line-height: 1.6em;
}

.row_section-3 {
  position: relative;
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.cpos-learn-more {
  padding: 0px 0px 5px;
  border-bottom: 2px solid #90cb27;
  background-color: transparent;
  -webkit-transition: all 450ms cubic-bezier(.645, .045, .355, 1);
  transition: all 450ms cubic-bezier(.645, .045, .355, 1);
  color: #90cb27;
}

.cpos-learn-more:hover {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #90cb27;
}

.row_careers-header {
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e7e7e7;
  background-image: url('../images/metropcs-employment-sharing-our-stories.png'), -webkit-gradient(linear, left top, left bottom, from(#f89c29), to(#f89c29));
  background-image: url('../images/metropcs-employment-sharing-our-stories.png'), linear-gradient(180deg, #f89c29, #f89c29);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
}

.row_heading-20 {
  margin-bottom: 15px;
}

.row_location-2 {
  margin-bottom: 25px;
  color: #0c335e;
  font-size: 16px;
  line-height: 24px;
}

.row_location-2.row_white {
  color: #fff;
}

.row_bttn {
  margin-top: 10px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #f89c29;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.row_bttn:hover {
  box-shadow: inset 200px 0 0 0 #333092;
  color: #fff;
  text-decoration: none;
}

.row_bttn:active {
  color: #fff;
  text-decoration: none;
}

.row_bttn:focus {
  color: #fff;
  text-decoration: none;
}

.row_bttn.row_apply {
  background-color: #4340a4;
}

.row_job-list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.row_job-description-2 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.row_job-item {
  margin-bottom: 10px;
}

.cpos_jn-posting-page {
  padding-top: 75px;
  padding-bottom: 75px;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 300;
}

.cpos_metro_logo_h2 {
  display: inline-block;
  height: 60px;
  margin-top: -2px;
  margin-right: 5px;
  margin-left: 5px;
}

.cpos_metro_logo_h2.cpos_smaller {
  height: 40px;
  opacity: 0.85;
}

.cpos_testimonial-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cpos_testimonial-column {
  width: 33.3%;
  padding: 15px;
}

.cpos_testimonial-block {
  margin-bottom: 30px;
  padding: 20px 30px 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.15);
}

.cpos_landing-div {
  padding-top: 12px;
  border-top: 1px solid rgba(169, 187, 206, 0.35);
}

.cpos_title-div {
  margin-bottom: 25px;
}

.cpos_landing-link-block {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 25px;
  margin-left: 1%;
  box-shadow: 0 5px 12px -2px #e9eff4;
}

.cpos_blog-preview-div {
  padding: 10px 10px 20px;
  background-color: #fff;
  color: #0c335e;
}

.cpos_blog-titl-h3 {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 600;
}

.cpos_learn-more {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 2px solid #9ccb27;
  color: #9ccb27;
  font-size: 0.9rem;
  font-weight: 600;
}

.cpos_landing-image {
  position: relative;
  top: -175px;
  width: 100%;
  margin-right: auto;
  margin-bottom: -110px;
  margin-left: auto;
  box-shadow: -2px 20px 20px -7px rgba(228, 232, 236, 0.8);
}

.cpos_blog-cta {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.cpos_blog-text {
  color: #0c335e;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.cpos_back-to-blog {
  display: inline-block;
  float: none;
  color: #3887de;
  text-align: left;
  text-decoration: underline;
}

.cpos_back-to-blog:hover {
  color: #91b4db;
}

.cpos_blog-h1 {
  font-size: 3.2rem;
  line-height: 3.8rem;
}

.cpos_landing-page-header {
  min-height: 450px;
  padding-top: 46px;
  padding-bottom: 41px;
  background-color: #0c335e;
  background-image: url('../images/green-curve.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(12, 51, 94, 0.93)), to(rgba(12, 51, 94, 0.93))), url('../images/OG-BG.jpg');
  background-image: url('../images/green-curve.svg'), linear-gradient(180deg, rgba(12, 51, 94, 0.93), rgba(12, 51, 94, 0.93)), url('../images/OG-BG.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.cpos_2content-div {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.cpos_landing-page-text {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
}

.cpos_landing-page-div {
  width: 60%;
}

.cpos_green-section {
  padding-top: 53px;
  padding-bottom: 88px;
  background-color: #fff;
}

.cpos_landing-img {
  max-width: 46%;
  float: right;
}

.cpos_3col {
  width: 33.3%;
  padding: 20px;
}

.cpos_landing-h3 {
  font-size: 1.6rem;
  line-height: 2rem;
}

.cpos_landing-icon {
  max-width: 100px;
  margin-bottom: 15px;
}

.cpos_button-centering {
  text-align: center;
}

.cpos_green {
  display: inline-block;
  padding: 0px;
  color: #0c335e;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 700;
}

.cpos_metro-logo {
  display: block;
  max-width: 250px;
  margin: 11px auto 11px 0px;
}

.cpos_tm {
  position: relative;
  top: -19px;
  font-size: 1rem;
  line-height: 1rem;
}

.cpos_landing-para {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 600;
}

html.w-mod-js *[data-ix="right-arrow"] {
  -webkit-transform: translate(65px, 0px);
  -ms-transform: translate(65px, 0px);
  transform: translate(65px, 0px);
}

html.w-mod-js *[data-ix="left-arrow"] {
  -webkit-transform: translate(-65px, 0px);
  -ms-transform: translate(-65px, 0px);
  transform: translate(-65px, 0px);
}

html.w-mod-js *[data-ix="slide-pop"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-pop-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-pop-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-pop-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slidepop"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="title-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="title-appear-1-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="slidepop-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="title-appear-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="title-appear-2-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="slidepop-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="title-appear-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="login-container-initil"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="initial-dd"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(15%, 0px);
  -ms-transform: translate(15%, 0px);
  transform: translate(15%, 0px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(-15%, 0px);
  -ms-transform: translate(-15%, 0px);
  transform: translate(-15%, 0px);
}

html.w-mod-js *[data-ix="slide-slide"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="slide-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="slide-slide-3"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .cpos_logout-wrapper {
    display: block;
    float: right;
  }
  .cpos_link {
    font-size: 13px;
  }
  .cpos_login-wrapper {
    display: inline-block;
  }
  .cpos_div_block.cpos_mid {
    padding-left: 15px;
    font-size: 13px;
  }
  .cpos_div_block.cpos_right {
    font-size: 13px;
  }
  .cpos_brand {
    height: 80px;
    max-width: 30%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cpos_brand.w--current {
    width: auto;
    max-width: 32%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cpos_navlink {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0c335e;
    text-align: center;
  }
  .cpos_navlink.cpos_demo {
    display: inline-block;
    max-width: 200px;
    margin-left: 0px;
    padding: 15px 35px;
    border-radius: 25px;
  }
  .cpos_navlink.cpos_demo.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .cpos_navlink.cpos_drop-down {
    padding-right: 15px;
  }
  .cpos_navlink.cpos_drop-down.w--open {
    padding-right: 15px;
  }
  .cpos_right_arrow {
    right: 0px;
    width: 40px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .cpos_left_arrow {
    left: 0px;
    width: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .cpos_slide-content {
    position: relative;
  }
  .cpos_image_2 {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 23px;
    z-index: -1;
    display: block;
    max-height: auto;
    max-width: 57%;
  }
  .cpos_image_2.cpos_slide-2-img {
    top: 0%;
    right: 0px;
    bottom: auto;
    max-height: 450px;
    margin-top: 0%;
    margin-right: 3%;
  }
  .cpos_content-column {
    padding-top: 0px;
    padding-left: 20px;
  }
  .cpos_content-column.cpos_right {
    padding-top: 30px;
  }
  .cpos_nav_menu {
    min-height: 100vh;
    float: none;
    background-color: #f0f2f8;
  }
  .cpos_content-div {
    width: 95%;
  }
  .cpos_content-div.cpos_intro-flex {
    width: 95%;
  }
  .cpos_content-div.cpos_800.cpos_2 {
    color: #fff;
    text-align: center;
  }
  .cpos_content-div.cpos_team-flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cpos_content-div.cpos_article-contain {
    width: 90%;
  }
  .cpos_sub-text {
    line-height: 28px;
  }
  .cpos_button.cpos_2 {
    margin-left: 0px;
  }
  .cpos_button.cpos_orange-bttn.cpos_mtro {
    box-shadow: 0 10px 25px -7px rgba(0, 0, 0, 0.24);
  }
  .cpos_sub-head {
    font-size: 16px;
  }
  .cpos_features-section {
    background-image: url('../images/curve-top-white.png'), url('../images/bg-curve-2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(52%, #e9eff4));
    background-image: url('../images/curve-top-white.png'), url('../images/bg-curve-2.png'), linear-gradient(180deg, transparent 25%, #e9eff4 52%);
    background-position: 50% 100%, 50% 0px, 0px 0px;
    background-size: 100%, 100%, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
  .cpos_features-section.light-blue {
    background-position: 0px 0px;
  }
  .cpos_section-title-div {
    max-width: 90%;
  }
  .cpos_footer-link {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 18px;
  }
  .cpos_footer-col.cpos_1 {
    width: 25%;
  }
  .cpos_footer-col.cpos_3 {
    width: 22%;
    padding-top: 0px;
  }
  .cpos_footer-col.cpos_2 {
    width: 23%;
    padding-top: 0px;
  }
  .cpos_footer-col.cpos_4 {
    width: 29%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cpos_column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cpos_demo-cta {
    background-size: auto 110%, auto;
  }
  .cpos_blue.cpos_hero-h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .cpos_blue.cpos_hero-h2.cpos_inline {
    display: inline-block;
    float: none;
  }
  .cpos_footer-row {
    display: block;
  }
  .cpos_call-link {
    padding-left: 0px;
  }
  .cpos_call-link.cpos_email {
    font-size: 12px;
  }
  .cpos_call-link.cpos_page-version {
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cpos_about-header {
    min-height: 350px;
  }
  .cpos_about-header.cpos_blog-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cpos_about-logo {
    max-width: 85%;
    margin-bottom: 30px;
  }
  .cpos_about-h2 {
    opacity: 0.9;
    font-size: 26px;
    line-height: 36px;
  }
  .cpos_about-h2.cpos_prtnr {
    color: #fff;
    font-weight: 600;
  }
  .cpos_member-info-div {
    padding-right: 12px;
    padding-left: 12px;
  }
  .cpos_member-title {
    font-size: 14px;
    font-weight: 700;
  }
  .cpos_member-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .cpos_about-section-two {
    overflow: hidden;
  }
  .cpos_content-div-half {
    padding-right: 8%;
    padding-left: 2%;
  }
  .cpos_about-h3 {
    font-size: 22px;
    line-height: 33px;
  }
  .cpos_about-h3.cpos_white-later {
    color: #fff;
  }
  .cpos_page-h1 {
    font-size: 3.8em;
  }
  .cpos_page-h1.cpos_inlined {
    display: inline-block;
  }
  .cpos_page-h1.cpos_landing-page-text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .cpos_contact-header {
    background-position: 0px 50%, 0px 0px;
  }
  .cpos_contact-header.cpos_solutions {
    min-height: 700px;
    padding-top: 56px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 84% 100%, 100% 100%;
    background-size: 78%, cover;
  }
  .cpos_contact-header.cpos_solutions.cpos_metro-features {
    min-height: 600px;
    background-position: 87% 100%, 50% 100%;
    background-size: auto 60%, cover;
  }
  .cpos_50-div {
    padding-left: 2%;
  }
  .cpos_image-3 {
    display: inline-block;
    margin-top: -18px;
    margin-bottom: 5px;
    margin-left: 12px;
  }
  .cpos_div_block_14 {
    margin-top: 0px;
  }
  .cpos_partner-logo {
    width: 30%;
    height: 40px;
    margin-right: 3%;
    margin-bottom: 2%;
    margin-left: 3%;
  }
  .cpos_partner-logo.cpos_1 {
    width: 16%;
  }
  .cpos_subtle-text {
    margin-bottom: 15px;
  }
  .cpos_testimonial-row {
    padding-right: 25px;
    padding-left: 25px;
    background-color: transparent;
  }
  .cpos_testimonial-text.cpos_test-txt {
    font-size: 0.8rem;
  }
  .cpos_testimonial-text.cpos_test-txt.cpos_large-review {
    font-size: 1rem;
    line-height: 1.7rem;
  }
  .cpos_slider {
    display: block;
    height: auto;
    min-height: 225px;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cpos_slider.cpos_metro-features {
    height: auto;
    min-height: 225px;
  }
  .cpos_section.cpos_solutions-content {
    padding-top: 40px;
  }
  .cpos_section.all-blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cpos_line_1.cpos_simple.cpos_white {
    background-color: #9ccb27;
  }
  .cpos_line_3.cpos_simple.cpos_white {
    background-color: #9ccb27;
  }
  .cpos_button-10 {
    margin-top: 12px;
    background-color: #fff;
  }
  .cpos_button-10.w--open {
    background-color: #fff;
  }
  .cpos_line_2.cpos_simple.cpos_white {
    background-color: #9ccb27;
  }
  .cpos_dd-list.w--open {
    display: block;
    box-shadow: 0 0 6px 0 #e9eff4;
  }
  .cpos_dd-link {
    text-align: center;
  }
  .cpos_image_5 {
    top: 25%;
    width: 120%;
  }
  .cpos_div_block_17 {
    max-width: 100%;
  }
  .cpos_image_6 {
    display: inline-block;
    height: 60px;
    margin-right: 12px;
  }
  .cpos_partners-header {
    min-height: 275px;
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .cpos_partner-img.cpos_2 {
    max-width: 175px;
  }
  .cpos_section_3 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .cpos_mask {
    background-color: transparent;
  }
  .cpos_slide_3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cpos_slider_2 {
    padding-left: 40px;
  }
  .cpos_top-phone-icon {
    max-width: 15px;
  }
  .row_progress-dots {
    margin-right: 10px;
    margin-left: 10px;
  }
  .row_step-holder {
    padding-top: 75px;
  }
  .row_div-block-18 {
    text-align: center;
  }
  .row_form-container {
    width: 95%;
  }
  .row_div-block-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row_each-result {
    margin-bottom: 5px;
  }
  .cpos_metro_logo_h2 {
    height: 50px;
  }
  .cpos_metro_logo_h2.cpos_smaller {
    height: 30px;
  }
  .cpos_testimonial-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cpos_testimonial-block {
    margin-bottom: 25px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .cpos_landing-link-block {
    width: 48%;
  }
  .cpos_blog-titl-h3 {
    line-height: 1.8rem;
  }
  .cpos_blog-cta {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .cpos_blog-h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .cpos_landing-page-header {
    min-height: auto;
    padding-top: 61px;
    padding-bottom: 69px;
    background-image: url('../images/green-curve.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(12, 51, 94, 0.93)), to(rgba(12, 51, 94, 0.93))), url('../images/OG-BG.jpg');
    background-image: url('../images/green-curve.svg'), linear-gradient(180deg, rgba(12, 51, 94, 0.93), rgba(12, 51, 94, 0.93)), url('../images/OG-BG.jpg');
    background-position: 100% 50%, 0px 0px, 50% 50%;
  }
  .cpos_landing-page-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .cpos_green-section {
    margin-top: -5px;
  }
  .cpos_3col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cpos_landing-h3 {
    font-size: 1.4rem;
  }
  .cpos_green {
    font-size: 2.1rem;
  }
  .cpos_metro-logo {
    max-width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .cpos_row_div_block_2 {
    display: inline-block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cpos_logout-wrapper {
    display: block;
  }
  .cpos_link {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .cpos_login-wrapper {
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
  .cpos_div_block.cpos_mid {
    padding-right: 20px;
    padding-left: 15px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    background-image: none;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .cpos_div_block.cpos_right {
    display: none;
    padding-left: 25px;
    background-size: 15px;
    font-size: 10px;
  }
  .cpos_brand {
    height: 75px;
    max-width: 40%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cpos_brand.w--current {
    display: block;
    height: 85px;
    max-width: auto;
    min-width: 200px;
    padding-top: 20px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cpos_navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cpos_navlink.cpos_demo {
    margin-left: 0px;
  }
  .cpos_right_arrow {
    width: 30px;
    height: 45px;
    font-size: 16px;
  }
  .cpos_left_arrow {
    width: 30px;
    height: 45px;
    font-size: 16px;
  }
  .cpos_slide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-curve-2.png');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-curve-2.png');
    background-position: 0px 0px, 50% 100%;
  }
  .cpos_image_2 {
    max-width: 65%;
    margin-top: 13%;
  }
  .cpos_image_2.cpos_slide-2-img {
    top: 45%;
    right: 0px;
    max-height: auto;
    max-width: 54%;
  }
  .cpos_content-column {
    width: 100%;
    max-width: 500px;
    padding-right: 7px;
  }
  .cpos_content-column.cpos_right {
    padding-top: 0px;
  }
  .cpos_top-content {
    display: block;
    width: 95%;
    text-align: center;
  }
  .cpos_section-one.cpos_woval {
    padding-top: 60px;
  }
  .cpos_content-div.cpos_intro-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cpos_content-div.cpos_team-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cpos_content-div.cpos_landing-page-wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cpos_content-div.cpos_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cpos_sub-text {
    font-size: 14px;
    line-height: 22px;
  }
  .cpos_button.cpos_orng {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .cpos_button.cpos_2 {
    margin-left: 0px;
  }
  .cpos_title-div-800 {
    width: 100%;
    padding-top: 25px;
  }
  .cpos_intro-img-div {
    width: 100%;
    height: 275px;
  }
  .cpos_features-section {
    padding-top: 75px;
    padding-bottom: 100px;
    background-color: #fff;
    background-image: url('../images/curve-top-white.png'), url('../images/bg-curve-2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(13%, transparent), color-stop(35%, #e9eff4));
    background-image: url('../images/curve-top-white.png'), url('../images/bg-curve-2.png'), linear-gradient(180deg, transparent 13%, #e9eff4 35%);
    background-position: 50% 100%, 50% 0px, 0px 0px;
    background-size: 100%, contain, auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
  .cpos_each-feature {
    width: 48%;
  }
  .cpos_f-text {
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .cpos_f-icon {
    height: 80px;
    max-width: 100%;
  }
  .cpos_f-icon.cpos_2 {
    height: auto;
  }
  .cpos_f-icon.cpos_lrg {
    height: auto;
  }
  .cpos_footer-link {
    margin-bottom: 0px;
  }
  .cpos_footer-link.cpos_blog {
    margin-bottom: 0px;
  }
  .cpos_footer-col {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cpos_footer-col.cpos_1 {
    width: 100%;
    padding-left: 5%;
  }
  .cpos_footer-col.cpos_3 {
    width: 50%;
  }
  .cpos_footer-col.cpos_2 {
    width: 50%;
    padding-left: 20px;
  }
  .cpos_footer-col.cpos_4 {
    width: 100%;
    text-align: left;
  }
  .cpos_footer-title {
    margin-bottom: 20px;
  }
  .cpos_footer_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cpos_footer_container.cpos_fb_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cpos_fb_footer_wrapper {
    margin-top: 0px;
  }
  .cpos_div_block_13 {
    margin-top: 30px;
  }
  .cpos_demo-cta {
    background-position: 50% 50%, 0px 0px;
    background-size: 120%, auto;
  }
  .cpos_blue.cpos_hero-h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .cpos_blue.cpos_hero-h2.cpos_inline {
    margin-bottom: 15px;
  }
  .cpos_footer-logo {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .cpos_heading {
    font-size: 30px;
  }
  .cpos_heading_2 {
    margin-bottom: 20px;
    font-size: 3em;
  }
  .cpos_footer-row {
    display: block;
  }
  .cpos_heading_3.cpos_width-restrict {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .cpos_call-link {
    float: left;
    clear: left;
  }
  .cpos_call-link.cpos_page-version {
    clear: left;
  }
  .cpos_call-link.cpos_page-version.cpos_support-icon {
    clear: left;
  }
  .cpos_about-section-one {
    padding-top: 75px;
  }
  .cpos_about-logo {
    max-width: 90%;
  }
  .cpos_about-h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .cpos_about-h2.cpos_prtnr {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
  .cpos_each-member {
    width: 47%;
  }
  .cpos_about-section-two {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cpos_content-div-half {
    width: 100%;
    padding-right: 2%;
    padding-bottom: 80px;
  }
  .cpos_image-div-half {
    width: 100%;
    min-height: 300px;
  }
  .cpos_about-half-div {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .cpos_about-h3.cpos_white-later {
    font-size: 18px;
    line-height: 28px;
  }
  .cpos_about-h3.cpos_white-later.cpos_now {
    font-size: 18px;
    line-height: 32px;
  }
  .cpos_page-h1 {
    font-size: 3.8em;
    line-height: 1.1em;
  }
  .cpos_page-h1.landing-pahe-h1 {
    margin-bottom: 20px;
    letter-spacing: 0px;
  }
  .cpos_contact-header {
    background-image: url('../images/Partner-graphic.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .cpos_contact-header.cpos_solutions {
    min-height: 725px;
    background-size: 90%, cover;
  }
  .cpos_contact-header.cpos_solutions.cpos_metro-features {
    min-height: 650px;
    padding-top: 65px;
    background-position: 83% 117%, 50% 100%;
  }
  .cpos_contact-header.cpos_login-page.cpos_app-page {
    padding-top: 55px;
    padding-bottom: 75px;
  }
  .cpos_contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cpos_50-div {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .cpos_50-div-2 {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }
  .cpos_field.cpos_message {
    height: 100px;
  }
  .cpos_image-3 {
    display: inline-block;
    height: auto;
    max-width: 187px;
    margin: -16px 12px 5px 10px;
  }
  .cpos_partner-logo {
    width: 20%;
    margin-right: 2%;
    margin-bottom: 0%;
    margin-left: 2%;
  }
  .cpos_partner-logo.cpos_1 {
    width: 13%;
  }
  .cpos_right_arrow_2 {
    width: 30px;
  }
  .cpos_left_arrow_2 {
    width: 30px;
  }
  .cpos_slider {
    min-height: auto;
  }
  .cpos_slide-overlay {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cpos_home-features-slide {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cpos_feature-slide-mask {
    padding-right: 32px;
    padding-left: 32px;
  }
  .cpos_login-bttn.cpos_go-home.cpos_logout {
    min-width: 110px;
    font-size: 12px;
  }
  .cpos_button-10 {
    margin-top: 10px;
  }
  .cpos_login-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .cpos_login-container {
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cpos_login-field {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .cpos_login-h2 {
    font-size: 30px;
  }
  .cpos_image_5 {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: -6%;
    display: block;
    width: auto;
    height: 125%;
    max-height: 400px;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .cpos_image_6 {
    display: inline-block;
    margin-bottom: 0px;
    float: none;
  }
  .cpos_partners-header {
    min-height: 255px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cpos_partner-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cpos_partner-img {
    max-width: 250px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .cpos_field-div.cpos_50 {
    width: 100%;
  }
  .cpos_contact-page-header {
    min-height: 275px;
  }
  .cpos_section_3 {
    background-position: 100% 50%;
    background-attachment: scroll;
  }
  .cpos_slide_3 {
    width: 100%;
  }
  .cpos_user-icon {
    left: 15px;
  }
  .cpos_footer-div {
    float: left;
    clear: left;
  }
  .row_field-holder.row_25 {
    width: 50%;
  }
  .row_field-holder.row_third {
    padding-right: 10px;
  }
  .row_field-holder.row_third.row_middle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row_field-holder.row_third.row_right {
    padding-left: 10px;
  }
  .row_field-holder.row_50 {
    width: 100%;
    padding-right: 0px;
  }
  .row_field-holder.row_50.row_r {
    padding-left: 0px;
  }
  .row_add-ed-bttn {
    margin-top: 20px;
  }
  .row_progress-dots {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-left: 7px;
  }
  .row_step-holder {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row_next-button {
    height: 40px;
    margin-right: 0px;
    padding: 10px 15px;
  }
  .row_div-block-18 {
    max-width: 200px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .row_form-container {
    width: 98%;
  }
  .row_back-button {
    margin-left: 15px;
  }
  .row_div-block-20 {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .row_content-div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cpos_metro_logo_h2 {
    height: 40px;
  }
  .cpos_metro_logo_h2.cpos_smaller {
    height: 23px;
    opacity: 0.75;
  }
  .cpos_testimonial-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cpos_testimonial-column {
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cpos_testimonial-column.cpos_last-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cpos_testimonial-block.cpos_last-reviews {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    float: left;
    clear: none;
  }
  .cpos_testimonial-block.cpos_last-reviews.cpos_full-review {
    width: 47%;
  }
  .cpos_blog-titl-h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .cpos_landing-image {
    margin-bottom: -122px;
  }
  .cpos_blog-cta {
    font-size: 1.1rem;
  }
  .cpos_blog-h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .cpos_landing-page-header {
    padding-top: 50px;
    padding-bottom: 27px;
  }
  .cpos_landing-page-div {
    width: 100%;
    text-align: center;
  }
  .cpos_green-section {
    margin-top: -5px;
  }
  .cpos_landing-img {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .cpos_3col {
    width: 50%;
  }
  .cpos_metro-logo {
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .cpos_row_div_block_2 {
    display: inline-block;
    width: auto;
    max-width: auto;
    min-width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .cpos_logout-wrapper {
    display: block;
  }
  .cpos_link {
    display: inline;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .cpos_login-wrapper {
    width: auto;
    float: right;
  }
  .cpos_div_block.cpos_mid {
    display: block;
    max-width: auto;
    min-width: 138px;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right-style: none;
    border-left-style: none;
    background-image: none;
    text-align: center;
  }
  .cpos_div_block.cpos_right {
    display: none;
    max-width: 50%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 7px;
    padding-left: 7px;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid hsla(0, 0%, 100%, 0.25);
    border-left-style: none;
    text-align: center;
  }
  .cpos_nav-content {
    display: block;
    width: 95%;
  }
  .cpos_brand {
    height: 70px;
    max-width: 60%;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cpos_brand.w--current {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    max-width: 60%;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cpos_navlink {
    width: 100%;
  }
  .cpos_navlink.cpos_demo {
    width: auto;
    max-width: 85%;
    margin-left: 0px;
  }
  .cpos_hero-slider {
    min-height: 500px;
  }
  .cpos_right_arrow {
    width: 30px;
    height: 40px;
  }
  .cpos_left_arrow {
    width: 30px;
    height: 40px;
  }
  .cpos_slide {
    background-image: url('../images/Updated-phone-graphic.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(233, 239, 244, 0.97)), to(rgba(233, 239, 244, 0.97))), url('../images/bg-curve-2.png');
    background-image: url('../images/Updated-phone-graphic.png'), linear-gradient(180deg, rgba(233, 239, 244, 0.97), rgba(233, 239, 244, 0.97)), url('../images/bg-curve-2.png');
    background-position: 81% 31px, 0px 0px, 50% 206px;
    background-size: auto 35%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }
  .cpos_slide.cpos_1 {
    background-image: url('../images/slide-elements.png'), url('../images/dreamstime_l_102747131.jpg');
    background-position: 85% 97%, 50% 50%;
    background-size: 60%, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .cpos_image_2 {
    position: relative;
    top: NaNpx;
    right: 0px;
    bottom: 17px;
    display: none;
    max-width: 80%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .cpos_content-column {
    width: 100%;
    padding-top: 0px;
  }
  .cpos_content-column.cpos_right {
    padding-top: 90px;
  }
  .cpos_slide_nav {
    padding-top: 8px;
    padding-left: 12px;
    text-align: left;
  }
  .cpos_top-content {
    width: 100%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cpos_section-one.cpos_woval {
    padding-bottom: 137px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/oval.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/oval.png');
    background-position: 0px 0px, 34% 76px;
    background-size: auto, 125px;
    background-repeat: repeat, no-repeat;
  }
  .cpos_content-div.cpos_top-p {
    padding-top: 25px;
  }
  .cpos_content-div.cpos_demo-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cpos_content-div.cpos_article-contain {
    width: 95%;
  }
  .cpos_content-div.cpos_landing-page-wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cpos_sub-text {
    font-size: 13px;
    line-height: 22px;
  }
  .cpos_button.cpos_2 {
    margin-left: 0px;
  }
  .cpos_green-span.cpos_bigger-size {
    font-size: 30px;
  }
  .cpos_features-section {
    padding-top: 25px;
    padding-bottom: 100px;
    background-color: #e9eff4;
    background-image: url('../images/curve-top-white.png');
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .cpos_features-h2 {
    font-size: 30px;
  }
  .cpos_each-feature {
    width: 98%;
  }
  .cpos_f-icon.cpos_cloud {
    max-width: 100%;
  }
  .cpos_f-icon.cpos_2 {
    height: auto;
  }
  .cpos_f-icon.cpos_lrg {
    height: auto;
    max-width: 130px;
  }
  .cpos_section-title-div {
    max-width: 95%;
  }
  .cpos_footer {
    padding-top: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .cpos_footer-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cpos_footer-col.cpos_1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cpos_footer-col.cpos_3 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cpos_footer-col.cpos_2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cpos_footer-col.cpos_4 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
  .cpos_footer_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cpos_footer_container.cpos_fb_footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .cpos_social_wrapper {
    float: none;
  }
  .cpos_fb_footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cpos_footer_text {
    margin-bottom: 10px;
  }
  .cpos_demo-cta {
    padding-top: 100px;
    background-image: url('../images/cta-graphic.png'), -webkit-gradient(linear, left top, left bottom, from(#e4e8ec), to(#d7ddf2));
    background-image: url('../images/cta-graphic.png'), linear-gradient(180deg, #e4e8ec, #d7ddf2);
    background-position: 50% 50%, 0px 0px;
    background-size: 145%, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .cpos_back-up {
    z-index: 5;
  }
  .cpos_blue.cpos_hero-h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .cpos_blue.cpos_hero-h2.cpos_inline {
    margin-bottom: 5px;
  }
  .cpos_footer-logo {
    max-width: 80%;
  }
  .cpos_heading {
    font-size: 28px;
    line-height: 40px;
  }
  .cpos_heading_2 {
    margin-top: 0px;
    font-size: 2.6em;
    line-height: 1.2em;
  }
  .cpos_footer-row {
    display: block;
  }
  .cpos_heading_3.cpos_width-restrict {
    font-weight: 700;
  }
  .cpos_call-link {
    padding-left: 0px;
  }
  .cpos_call-link.cpos_email {
    font-size: 14px;
  }
  .cpos_call-link.cpos_email.cpos_page-version {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 15px;
  }
  .cpos_call-link.cpos_page-version {
    margin-bottom: 10px;
    padding: 10px 10px 10px 45px;
    background-position: 10px 50%;
    font-size: 12px;
  }
  .cpos_call-link.cpos_page-version.cpos_email-icon {
    padding-left: 45px;
  }
  .cpos_about-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cpos_about-header.cpos_blog-title-banner {
    min-height: auto;
    padding-bottom: 55px;
    box-shadow: none;
  }
  .cpos_about-logo {
    max-width: 95%;
    margin-bottom: 20px;
  }
  .cpos_about-h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
  .cpos_about-h2.cpos_prtnr {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
  }
  .cpos_each-member {
    width: 98%;
    margin-bottom: 30px;
  }
  .cpos_image-div-half {
    min-height: 350px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9cc33b), to(#88b41a));
    background-image: linear-gradient(90deg, #9cc33b, #88b41a);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .cpos_about-h3.cpos_white-later {
    font-size: 14px;
    line-height: 24px;
  }
  .cpos_page-h1 {
    font-size: 3em;
  }
  .cpos_page-h1.landing-pahe-h1 {
    font-size: 2.6em;
    line-height: 1.3em;
    letter-spacing: 0px;
  }
  .cpos_page-h1.cpos_landing-page-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .cpos_contact-header {
    background-image: url('../images/Partner-graphic.png');
    background-position: 58% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .cpos_contact-header.cpos_solutions {
    min-height: 625px;
    background-position: 50% 94%, 100% 100%;
    background-size: contain, cover;
  }
  .cpos_contact-header.cpos_solutions.cpos_metro-features {
    min-height: 650px;
    padding-top: 50px;
    background-position: 50% 100%, 50% 100%;
    background-size: 60%, cover;
  }
  .cpos_contact-header.cpos_login-page.cpos_app-page {
    padding-top: 55px;
  }
  .cpos_50-div {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 5%;
  }
  .cpos_50-div-2 {
    padding-top: 50px;
  }
  .cpos_image-3 {
    height: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .cpos_partner-logo {
    width: 30%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .cpos_partner-logo.cpos_1 {
    width: 16%;
  }
  .cpos_testimonial-section {
    overflow: hidden;
    background-image: url('../images/transparent-cloud.png'), linear-gradient(135deg, #3887de, hsla(0, 0%, 100%, 0.2));
    background-position: 50% 78px, 0px 0px;
    background-size: 275px, auto;
  }
  .cpos_testimonial-row {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cpos_div_block_15 {
    text-align: center;
  }
  .cpos_slide_nav_2 {
    display: none;
    font-size: 8px;
  }
  .cpos_slider {
    height: 200px;
    min-height: 200px;
  }
  .cpos_slide-overlay {
    padding-top: 40px;
  }
  .cpos_home-features-slide {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .cpos_feature-slide-mask {
    padding-bottom: 0px;
  }
  .cpos_login-bttn {
    min-width: 102px;
    padding-right: 18px;
    padding-left: 18px;
    background-image: none;
  }
  .cpos_login-bttn:hover {
    background-position: 12px 50%;
  }
  .cpos_login-bttn.cpos_go-home {
    min-width: 50px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cpos_login-bttn.cpos_go-home.cpos_logout {
    min-width: 50px;
  }
  .cpos_div_block_16 {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .cpos_button-10 {
    margin-top: 5px;
  }
  .cpos_login-overlay {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cpos_login-container {
    padding: 20px 20px 25px;
  }
  .cpos_login-field {
    max-width: 100%;
    padding-left: 40px;
    background-size: 12px;
    font-size: 12px;
  }
  .cpos_login-field.cpos_password {
    background-size: 12px;
  }
  .cpos_login-h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 34px;
  }
  .cpos_login-submit {
    display: block;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
  }
  .cpos_image_5 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 94px;
    width: 90%;
    height: auto;
    max-width: 320px;
  }
  .cpos_image_6 {
    height: 50px;
    max-width: 95%;
    margin-top: -7.5px;
  }
  .cpos_partner-div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cpos_contact-page-header {
    min-height: 200px;
    background-image: url('../images/cta-graphic.png');
    background-position: -33px 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .cpos_section_3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cpos_testimonial-arrow {
    display: none;
    background-color: transparent;
  }
  .cpos_testimonial-arrow.cpos_right {
    background-color: transparent;
  }
  .cpos_slide_nav_3 {
    font-size: 8px;
  }
  .cpos_slider_2 {
    min-height: 400px;
    padding-right: 40px;
  }
  .cpos_logo-login-img {
    max-width: 90%;
  }
  .cpos_404 {
    font-size: 9em;
  }
  .cpos_thin-span {
    font-size: 30px;
  }
  .cpos_login-h1 {
    font-size: 26px;
  }
  .cpos_field-holder {
    max-width: 100%;
  }
  .cpos_user-icon {
    left: 15px;
    top: 18px;
    max-width: 12px;
  }
  .cpos_top-phone-icon {
    max-width: 15px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .cpos_log-in-icon.cpos_logout-icon {
    display: block;
    max-width: 18px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .cpos_text-block-nav.cpos_hide-text-mobile {
    display: none;
  }
  .row_field-holder.row_25 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row_field-holder.row_25.row_r {
    padding-left: 0px;
  }
  .row_field-holder.row_third {
    width: 50%;
    padding-right: 10px;
  }
  .row_field-holder.row_third.row_middle {
    padding-right: 0px;
    padding-left: 10px;
  }
  .row_field-holder.row_third.row_right {
    padding-right: 10px;
    padding-left: 0px;
  }
  .row_field-holder.row_50 {
    padding-right: 0px;
  }
  .row_field-holder.row_50.row_r {
    padding-left: 0px;
  }
  .row_form-step--container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row_text-span {
    line-height: 35px;
    text-align: center;
  }
  .row_progress-dots {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .row_step-holder {
    padding: 75px 10px;
  }
  .row_next-button {
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .row_div-block-18 {
    max-width: 2250px;
    min-width: 225px;
    margin-top: 15px;
    padding-right: 5%;
    text-align: right;
  }
  .row_paragraph-9 {
    font-size: 14px;
  }
  .row_back-button {
    left: 0px;
    top: 0px;
    max-width: 80px;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row_div-block-20 {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .row_content-div.row_career {
    width: 95%;
  }
  .row_content-div-2 {
    text-align: center;
  }
  .row_job-posting {
    text-align: left;
  }
  .row_job-list {
    margin-top: 15px;
  }
  .row_job-description-2 {
    font-size: 12px;
  }
  .row_job-item {
    font-size: 12px;
  }
  .cpos_metro_logo_h2 {
    margin-top: 0px;
  }
  .cpos_testimonial-column {
    width: 100%;
  }
  .cpos_testimonial-column.cpos_last-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cpos_testimonial-block.cpos_last-reviews {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .cpos_testimonial-block.cpos_last-reviews.cpos_full-review {
    width: 100%;
  }
  .cpos_landing-link-block {
    width: 98%;
  }
  .cpos_landing-image {
    top: 0px;
    margin-bottom: 40px;
  }
  .cpos_blog-cta {
    font-size: 1rem;
  }
  .cpos_blog-text {
    text-align: center;
  }
  .cpos_blog-h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .cpos_landing-page-header {
    padding-bottom: 16px;
    background-position: 50% 105%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cpos_landing-page-text {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .cpos_green-section {
    padding-top: 25px;
  }
  .cpos_landing-img {
    max-width: 100%;
    margin: 20px auto -1px;
    float: none;
  }
  .cpos_3col {
    width: 100%;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .cpos_green {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}