/* Fonts */
@font-face {
    font-family: Hind-Light;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/Hind-Light.ttf);
}
@font-face {
    font-family: Gotham-Light;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/Gotham%20Light.ttf);
}
@font-face {
    font-family: Gotham-Medium;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/Gotham%20Medium%20Regular.ttf);
}
@font-face {
    font-family: Gotham-Book;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/Gotham%20Book%20Regular.ttf);
}
@font-face {
    font-family: Brandon-Regular;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/Brandon_reg.ttf);
}
@font-face {
    font-family: Brandon-Black;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/Brandon_blk.ttf);
}
@font-face {
    font-family: OpenSans-Semibold;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/OpenSans-Semibold.ttf);
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans-Light;
    src: url(https://fs.go.iopw.com/fileServer/sites/163/fonts/OpenSans-Light.ttf);
}

/* Base */
.hind_light {font-family: Hind-Light, sans-serif!important;}
.gotham_light {font-family: Gotham-Light, sans-serif!important;}
.gotham_medium {font-family: Gotham-Medium, sans-serif!important;}
.gotham_book {font-family: Gotham-Book, sans-serif!important;}
.brandon_reg {font-family: Brandon-Regular, sans-serif!important;}
.brandon_black {font-family: Brandon-Black, sans-serif!important;}
.opensans_semibold {font-family: OpenSans-Semibold, sans-serif!important;}
.opensans_regular {font-family: OpenSans-Regular, sans-serif!important;}
.opensans_light {font-family: OpenSans-Light, sans-serif!important;}
.dark_blue {color: #006699!important;}
.blue {color: #3299cc!important;}
.light_blue {color: #47b4e7!important;}
.green {color: #329966!important;}
.orange {color: #f79659!important;}
.grey {color: #333333!important;}
.light_grey {color: #eaeaea!important;}
.black {color: #000!important;}
.white {color: #fff!important;}
.dark_blue_bg {background-color: #006699!important;}
.blue_bg {background-color: #3299cc!important;}
.light_blue_bg {background-color: #47b4e7!important;}
.green_bg {background-color: #329966!important;}
.orange_bg {background-color: #f79659!important;}
.grey_bg {background-color: #333333!important;}
.light_grey_bg {background-color: #eaeaea!important;}
.black_bg {background-color: #000!important;}
.white_bg {background-color: #fff!important;}
h1, h2, h3, h4, h5, h6, p, a, span {margin: 0!important;}
ul {padding: 0!important; list-style: none!important;}
p {font-size: 1.1rem!important; line-height: 1.6rem!important;}
h1 {font-size: 2.6rem!important;}
h2 { font-size: 1.8rem!important;}
.vpadding_big { padding: 100px 0!important; display: flex!important; }
.vpadding_small { padding: 50px 0!important; display: flex!important; }
.pointer { cursor: pointer; }
.row { margin: 0!important; }
.wrapper {width: 90%; margin: 0 auto; max-width: 1500px;}
* {-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
.contentbuilder-inner, .row, .column {padding:0!important;}
.contentbuilder-inner {max-width: none!important;}
.banner-button a {font-family: Poppins, sans-serif!important;}
.swiper-banner-container .swiper-slide-background.banner-padding-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu .caret {
  margin-left: 5px!important;
}
@media (min-width: 900px) {
  .contentbuilder-css .column.half {
    width: 50%;
  }
  .contentbuilder-css .column.fourth {
    width: 25%;
  }
  .contentbuilder-css .column.third {
    width: 33.33%;
  }
}
@media (max-width: 899px) {
  .contentbuilder-css .column.half, .contentbuilder-css .column.fourth, .contentbuilder-css .column.third {
    width: 100%;
  }
}

/* Header */
.section-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.38);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.38);
}
.section-header .section-header-inner {
  background-color: white;
}
.section-header .container-fluid {
  padding: 10px;
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}
.section-header .logo-image {
  max-width: none!important;
  max-height: none!important;
  height: 50px;
}
.section-header .navbar-menus {
  overflow: visible;
}
.section-header .navbar-nav {
  margin-top: 5px!important;
  display: flex;
  align-items: center;
}
.section-header .header-menu-home {
  display: none;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  color: black;
  font-family: Brandon-Regular, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0 12px!important;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:hover span.menu {
  color: black;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a::before {
  border-left: 0!important;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li.header-menu-loggedin,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li.header-menu-login {
  padding-left: 12px;
}
.header-menu-loggedin .profilename, .header-menu-login .profilename {
  display: inline-block!important;
}
.header-menu-loggedin img, .header-menu-login .fa-user {
  display: none!important;
}
.header-menu-loggedin .menu, .header-menu-login .menu {
  border: 2px solid #006699;
  padding: 0px 50px;
}
.header-menu-loggedin .menu .profilename, .header-menu-login .menu .profilename {
  color: #006699;
}
.section-header .navbar .navbar-toggle .icon-bar {
  background-color: #000;
  width: 25px;
  margin: 5px 0!important;
  height: 3px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: white;
}
.navbar-nav .open .dropdown-menu {
  border: none;
  position: absolute;
  top: 40px;
  background: white!important;
  left: -10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
}
.section-header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: black;
  font-family: Brandon-Regular, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 20px;
}
.section-header .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  padding: 10px 20px;
  color: black;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:hover span.menu,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:focus span.menu,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu:hover,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu:focus {
  color: black!important;
}
@media (min-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    left: auto;
  }
}
@media (max-width: 768px) {
  .section-header .navbar-nav {
    flex-direction: column;
    border-top: 1px solid #efefef;
    margin-top: 30px!important;
    padding: 30px!important;
    display: none;
    text-align: center;
  }
  .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li.header-menu-loggedin, .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li.header-menu-login {
    padding-left: 0;
  }
  .navbar-menus.in .navbar-nav {
    display: block;
  }
}

/* Banner */
.section-banner {
  margin-top: 70px;
}
.home .section-banner .banner-background-container {
  text-align: left!important;
}
.section-banner .banner-background-container .banner-button .btn {
  background-color: transparent!important;
  font-family: Brandon-Black, sans-serif!important;
  border: 1px solid white!important;
  padding: 10px 40px!important;
}
.section-banner .banner-background-container .banner-button .btn:hover {
    background-color: rgba(0, 0, 0, 0.3)!important;
}
.section-banner .banner-image {
  position: absolute;
  height: 250px;
  right: 50px;
}
@media (min-width: 991px) {
  .section-banner .banner-image {
    height: 300px;
    right: 20%;
  }
}
@media (max-width: 768px) {
  .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
    margin-left: 20px;
  }
  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 h1 {
    font-size: 1.8rem!important;
  }
  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 h2 {
    font-size: 1.2rem!important;
  }
  .section-banner .banner-image {
    height: 150px;
    right: 20px;
  }
}
@media (max-width: 500px) {
  .section-banner .banner-image {
    display: none;
  }
}

/* HOME */
.what-is-cp h1 {
  margin-bottom: 50px!important;
}
.what-is-cp .cp-text p {
  margin-bottom: 20px!important;
  line-height: 1.8rem!important;
}
.what-is-cp .cp-text p:last-of-type {
  margin-bottom: 0px!important;
}
.cp-list .column.full {
  display: flex;
  flex-wrap: wrap;
}
.cp-list .block {
  padding: 0 50px;
}
.cp-list .column.third, .cp-list .column.fourth {
  margin-bottom: 50px;
}
.cp-list h2 {
  margin: 20px 0!important;
}
.cp-getstarted h1 {
  margin-bottom: 60px!important;
}
.cp-getstarted img {
  margin: 60px 0!important;
  height: 55px;
}
.cp-getstarted p:first-of-type {
  margin-bottom: 30px!important;
}
.cp-cp {
  display: flex;
}
.cp-cp .column.full {
  display: flex;
  flex-wrap: wrap;
}
.cp-cp .column.half {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px!important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cp-cp .column.half:first-child {
  background-image: url(https://fs.go.iopw.com/FileServer/sites/163/images/article-image.png);
}
.cp-cp .column.half:nth-child(2) {
  background-image: url(https://fs.go.iopw.com/FileServer/sites/163/images/video-image.png);
}
.cp-cp .column.half h2 {
  margin-top: 20px!important;
  margin-bottom: 40px!important;
}
.cp-cp .column.half p {
  margin-bottom: 10px!important;
}
.cp-cp a:hover {
  text-decoration: none;
}
.cp-businesses {
  flex-direction: column;
  padding-bottom: 0!important;
}
.cp-businesses h1 {
  margin-bottom: 50px!important;
}
.cp-businesses img {
  margin: 0!important;
}
.cp-pricing .wrapper {
  display: flex;
  flex-direction: column;
}
.cp-pricing .wrapper.wrapper-sm { max-width:1200px; }
.cp-pricing h1 {
  margin-bottom: 50px!important;
}
.cp-pricing .column.full {
  display: flex;
  flex-wrap: wrap;
}
.cp-pricing .block {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
  padding: 30px 0;
  height: 100%;
}
.cp-pricing .block * {
  padding-left: 30px;
  padding-right: 30px;
}
.cp-pricing .block .pricing-title {
  font-size: 1.6rem!important;
  min-height: 35px;
}
.cp-pricing .block .pricing-price-monthly {
  padding: 15px 30px;
}
.cp-pricing .block .pricing-price {
  position: relative;
  font-size: 4rem!important;
  margin-bottom: 20px!important;
}
.cp-pricing .block .pricing-dollar {
  padding: 0;
  position: absolute;
  font-size: 1.2rem!important;
  left: calc(50% - 110px);
  top: 10px;
}
.cp-pricing .pricing-features-title {
    margin: 20px 0!important;
}
.cp-pricing .pricing-custom .pricing-price {
  font-size: 1.6rem!important;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-pricing .pricing-custom .pricing-features-title {
  text-align: center;
}
.cp-pricing .pricing-article {
  padding-right: 18px!important;
}
.cp-pricing .pricing-video {
  padding-right: 9px!important;
  padding-left: 9px!important;
}
.cp-pricing .pricing-custom {
  padding-left: 18px!important;
}
.cp-pricing .get-started-btn {
  text-align: center;
  cursor: pointer;
}
.cp-pricing .get-started-btn h2 {
  display: inline-block;
  width: 30%;
  margin-top: 50px!important;
  padding: 5px!important;
}
.cp-pricing .pricing-article .pricing-points,
.cp-pricing .pricing-video .pricing-points {
  font-size: 0.9rem!important;
}
@media (max-width: 900px) {
  .what-is-cp .cp-video {
    margin-bottom: 50px;
  }
  .what-is-cp .cp-video iframe {
    width: 100%!important;
  }
  .cp-list .block {
    padding: 0;
    text-align: center!important;
  }
  .cp-pricing .block .pricing-title {
    min-height: 35px!important;
  }
  .cp-pricing .column.third {
    margin-bottom: 50px!important;
  }
  .cp-pricing .get-started-btn a {
    width: 50%;
    margin-top: 0!important;
  }
}
@media (min-width: 650px) and (max-width: 900px) {
  .what-is-cp .cp-video iframe {
    height: 420px!important;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .what-is-cp .cp-video iframe {
    height: 300px!important;
  }
  .cp-list .column.third {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .what-is-cp .cp-video iframe {
    height: 400px!important;
  }
}
@media (max-width: 640px) {
  .cp-getstarted img {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1402px) {
  .cp-pricing .block .pricing-title {
    min-height: 70px;
  }
}
@media (max-width: 1026px) and (min-width: 900px) {
  .cp-pricing .block .pricing-title {
    min-height: 105px;
  }
}
@media (max-width: 540px) {
  .cp-pricing .block .center, .cp-pricing .get-started-btn .center {
    text-align: center!important;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .cp-pricing .column.third {
    width: 50%;
  }
  .cp-pricing .pricing-custom {
    margin: 0 auto;
    padding-left: 0!important;
  }
}
@media (max-width: 700px) {
  .cp-pricing .pricing-article,
  .cp-pricing .pricing-video,
  .cp-pricing .pricing-custom {
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .cp-pricing .get-started-btn a {
    width: 100%;
  }
}

/* ARTICLE */
@media (max-width: 1300px) {
  .article-container .cp-list .fourth {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .article-container .cp-list .fourth {
    width: 100%;
  }
}

/* VIDEO */
.video-container .why-iopw {
  background: rgba(71,180,231,1);
  background: -moz-linear-gradient(left, rgba(71,180,231,1) 0%, rgba(100,197,242,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(71,180,231,1)), color-stop(100%, rgba(100,197,242,1)));
  background: -webkit-linear-gradient(left, rgba(71,180,231,1) 0%, rgba(100,197,242,1) 100%);
  background: -o-linear-gradient(left, rgba(71,180,231,1) 0%, rgba(100,197,242,1) 100%);
  background: -ms-linear-gradient(left, rgba(71,180,231,1) 0%, rgba(100,197,242,1) 100%);
  background: linear-gradient(to right, rgba(71,180,231,1) 0%, rgba(100,197,242,1) 100%);
}
.video-container .why-iopw p:first-of-type, .video-container .what-is-cp:first-child p {
  margin-bottom: 30px!important;
}
.video-container .what-is-cp:first-child p:last-of-type {
  margin-bottom: 0!important;
}



/* CONTACT FORM */
.formbuilder-widget-474 > .formbuilder-inner {
  width: 90%!important;
  margin: 0 auto!important;
  max-width: 1500px!important;
  padding: 100px 0!important;
}
.formbuilder-widget-474 > .formbuilder-inner .widget-name-title {
  font-family: Brandon-Black, sans-serif;
}
.formbuilder-widget-474 > .formbuilder-inner p.padding-bottom-20 {
  font-family: OpenSans-Regular, sans-serif;
  padding-bottom: 60px!important;
  text-align: center;
}
.formbuilder-widget-474 > .formbuilder-inner .form-group-lg .form-control {
  border-radius: 0;
  margin-bottom: 32px;
  font-family: Hind-Light, sans-serif;
  height: 36px;
  padding: 15px 10px 10px 10px;
}
.formbuilder-widget-474 > .formbuilder-inner .form-group-lg .form-control#fieldId4 {
  padding: 0 16px!important;
}
.formbuilder-widget-474 > .formbuilder-inner .btn-form-submit {
  border-radius: 0;
  font-family: Brandon-Black, sans-serif;
  padding: 5px 60px;
}

/* FOOTER */
footer {
  padding: 0!important;
}
.cp-footer {
  padding: 100px 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.cp-footer .social-links a {
  display: inline-block;
  margin-left: 20px!important;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom .block h2 {
  margin-bottom: 20px!important;
  font-size: 1.2rem!important;
}
.footer-bottom .block p {
  font-size: 0.9rem!important;
}
@media (max-width: 1000px) {
  .footer-bottom .block {
    width: 50%;
    margin-bottom: 50px;
  }
  .cp-footer .social-links a img {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .footer-top {
    flex-direction: column;
    align-items: baseline;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .cp-footer .social-links a {
    margin-left: 0!important;
    margin-right: 20px!important;
  }
  .footer-bottom .block {
    width: 100%;
  }
}

.header-menu-1783 span.menu {
    text-transform: initial !important;
}