.mobile {
  display: block;
}

.tablet {
  display: none;
}

body {
  color: #656f7a;
}

.desktop {
  display: none;
}

.mobile-tablet {
  display: block;
}

.tablet-desktop {
  display: none;
}

.page-name-desktop {
  display: none;
}

.page-name-mobile {
  align-items: center;
}

.custom-lg-button {
  width: 218px;
  height: 72px;
  border-radius: 50px;
  background-color: #0066ff !important;
}

.disclaimers {
  font-size: 14px;
}

/* centered columns styles */
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  text-align: center;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.mt__5 {
  margin-top: 3rem;
}

.business-data-protection-lander-expect #after-purchase p {
  font-weight: 400 !important;
}

.business-data-protection-lander-expect#what-to-expect h3 {
  font-weight: lighter;
  font-size: 34px;
  text-align: center;
}

.no-gutters {
  padding: 0;
  margin: 0;
}

.header-navigation-font {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
}

.header-title-font {
  font-family: 'Open Sans Light';
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #131d26;
  width: 314px;
  margin-bottom: 35px
}

.header-regular-font {
  object-fit: contain;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}

.header-regular-bold-font {
  object-fit: contain;
  font-family: 'Open Sans Bold';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}


.risks-title-font {
  font-family: 'Open Sans bold';
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #131d26;
}

.footer-regular-font {
  font-family: 'Open Sans Light';
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.to-center {
  text-align: center;
  margin: 0;
}


.protection-image {
  width: 100vw;
}

.protection-width {
  max-width: 275px;
}

.man-image {
  display: none;
}



.protection-you-can-control-padding {
  padding-top: 71px;
}

.breadcrumbs-previous-color {
  color: #0066ff;
}

.breadcrumbs-main-color {
  color: #88888a;
}

.breadcrumbs-color-mobile {
  color: #656f7a;
}

.first-title-color {
  color: #131d26;
  font-size: 48px;
  font-weight: bold;
}

.second-title-color {
  color: #131d26;
}

.paragraph-color {
  color: #656f7a;
  font-size: 16px;
}
.protect-text-padding .paragraph-color  {
  font-size: 20px;
}
.col-risks-centered {
  float: none;
  margin: 0 auto;
}

.grey-background {
  background-image: linear-gradient(to bottom, #fff, #f0f3f8);
}

.grey-background-reversed {
  background-image: linear-gradient(to top, #fff, #f0f3f8);
}

.img-revert {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.risks-padding {
  margin-top: 72px;
}

#what-to-expect {
  margin-top: 60px;
}

.security-margin {
  margin-top: 72px;
  margin-bottom: 72px;
}

::selection {
  color: #fff;
  background: #ff3e5d;
}


*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}



.btn-mobile:before,
.custom-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #06f;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: background .2s ease, -webkit-transform .3s ease;
  transition: background .2s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, background .2s ease;
  transition: transform .3s ease, background .2s ease, -webkit-transform .3s ease;
}

a {
  touch-action: manipulation;
}

.custom-btn {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
  font-weight: 600;
  padding: 14px 32px;
  cursor: pointer;
  letter-spacing: .6px;
  font-family: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  z-index: 6;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a.custom-btn {
  display: inline-block;
  margin-top: 24px;
}

.custom-btn.hover,
.custom-btn:focus,
.custom-btn:hover {
  text-decoration: none;
  color: #fff;
}

.custom-btn.x2 {
  font-size: 14px;
  line-height: 24px;
  padding: 24px 40px;
  margin-bottom: 10px;
}

a:active,
a:hover {
  outline: 0;
}

.x2.custom-btn.hover:before,
.x2.custom-btn:hover:before {
  -webkit-transform: scale3d(1.084, 1.084, 1.084);
  transform: scale3d(1.084, 1.084, 1.084);
}

.sm-header-navigation-font {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0.16px
}

button.outline {
  background: #fff;
  color: #339eff;
  border: 2px solid #339eff;
  padding: 0 2.5rem;
  height: 3rem;
  line-height: calc(3rem - 4px);
  border-radius: 3.125rem;
  font-size: .875rem;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-user-select: none;
  user-select: none;
  transition: all .2s ease-in-out;
}

button.outline:hover {
  background: #339eff;
  color: #fff;
}

.security-priority-text {
  max-width: 748px;
  margin-bottom: 0;
}

.table-top-padding {
  padding-top: 20px;
  color: #131d23;
}
footer .click-expand .chevron {
  transform: rotate(90deg);
  transition: transform 500ms ease;
}

footer .click-expand .chevron.opened-chevron {
  transform: rotate(180deg);
  transition: transform 500ms ease;
}

footer .click-expand {
  cursor: pointer;
}
.custom-btn.x2 {
  padding: 20px 0px;
  text-transform: none;
  width: 168px;
  font-size: 16px;
  /* height: 64px; */
  /* display: flex; */
  /* justify-content: center; */
}


@media (min-width: 375px) {
  .custom-green-border-background-image {
    display: block;
    width: 328px;
    height: 721px;
    background-image: url('/resources/img/business-identity-theft-protection/4-protection-you-can-control/green-frame-mobile.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .custom-green-border-background-image {
    padding-left: 24px;
    padding-right: 25px;
    padding-top: 52px;
  }
}

@media (min-width: 400px) {
  #hero #typing-bg {
    margin-top: 350px;
  }
}

@media (min-width: 520px) {
  #hero #typing-bg {
    margin-top: 300px;
  }
}
@media(min-width: 576px) {
  .mt__5 {
    margin-top: 22px !important;
  }
}
@media (min-width: 576px) and (max-width : 766px) {
  .nav-container {
      width: 540px;
      max-width: 100%;
      margin-left:auto;
      margin-right:auto;  
  }
}

@media screen and (min-width: 600px) and (max-width:991px) {
  .navigation nav .nav-list li a {
    max-width: 110px;
  }
  .first-title-color {
    font-size:32px;
    font-weight:bold;
    font-family: 'Open Sans bold';
  }
}

@media screen and (min-width: 600px) {
  button.outline {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: center;
    bottom: 0;
  }

  
  button.outline:hover {
    color: #ffffff;
  }
}


@media (min-width: 625px) {
  #hero #typing-bg {
    margin-top: 265px;
  }
}
@media(max-width: 767px) {
  .first-title-color {
    font-size:32px;
    font-weight:bold;
    font-family: 'Open Sans bold';
  }
  .risks-title-font{
    font-size:20px;  
    
  }
#risks-text .header-regular-font{
    padding: 10px 0
  }
  .header-regular-font{
    margin-bottom:0px;
  }
  .header-title-font {
    width: 100%;
    padding-right: 23px;
  }

  .col-centered-mobile {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    text-align: center;
    padding-left: 0;
  }

  .custom-green-border-background-image {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .protect-text-padding {
    margin-right: 25px;
  }
  .protection-image-mobile-padding {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .tablet-desktop {
    display: block;
  }

  .tablet {
    display: block;
  }

  .mobile {
    display: none;
  }

  .business-data-protection-lander-expect#what-to-expect h3 {
    margin-top: 47px;
  }

  .business-data-protection-lander-expect#what-to-expect h3 {
    font-size: 1.4rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }

  .protection-image {
    width: 50.31vw;
    object-fit: contain;
  }


  .protection-width {
    max-width: 1000px;
  }

  .custom-green-border-background-image {
    display: block;
    width: 663px;
    height: 552px;
    background-color: white;
    background-image: url('/resources/img/business-identity-theft-protection/4-protection-you-can-control/green-frame-desktop.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .custom-green-border-background-image {
    padding-left: 75px;
    padding-top: 75px;
  }

  .risks-offset-padding {
    margin-left: 23.44vw;
  }

  #what-to-expect {
    margin-top: 23px;
  }



}

@media (min-width: 576px) {
  .nav-container {
    width: 540px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 767px) {
  .mobile-version {
    display: none !important;
  }
  .container {
    margin-left: 24px;
}
  .nav-container {
    width: 750px;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .tablet-desktop {
    display: none;
  }

  .protection-image-mobile-padding.tablet-desktop {
    display: block !important;
  }

  .desktop {
    display: block;
  }

  .tablet {
    display: none;
  }

  .mobile-tablet {
    display: none;
  }

  .page-name-desktop {
    display: inline-block;
  }

  .page-name-desktop {
    padding-bottom: 68px;
    margin-bottom: 0;
  }

  #signup-footer {
    padding-bottom: 95px;
  }

  .header-navigation-font {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 1.43;
  }
.mt-5{
      margin-top: 35px !important
}
  .header-title-font {
    font-family: 'Open Sans';
    font-size: 40px !important;
    font-weight: 300 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2 !important;
    letter-spacing: -0.2px;
    color: #131d26;
    width: 506px;
  }

  .risks-title-font {
    object-fit: contain;
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
  }

  .protection-you-can-control-padding {
    padding-top: 85px;
  }

  .protection-col-padding {
    padding-left: 0;
  }

  #what-to-expect {
    margin-top: 64px;
  }

  .security-margin {
    margin-top: 87px;
    margin-bottom: 144px;
  }

  .container {
    width: 1140px;
    max-width: 100%;
  }

}

@media (min-width: 1200px) {
  .container {
    width: 1135px;
    max-width: 100%;
  }
}







@media(min-width: 1300px) {
  .protection-you-can-control-padding {
    margin-left: 31.500px;
    padding-top: 85px;
  }
}

@media(min-width: 1301px) {
  .man-image {
    display: inline-block;
  }

  .man-image {
    margin-left: 8px;
  }
}
@media(min-width: 992px) and (max-width: 1300px) {
  .custom-green-border-background-image {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


@media(min-width:992px) {
  .nav-container {
    width: 1140px;
    max-width: 100%;
    padding-left: 15px;
    margin: 0 auto;

  }

  .nav-container.brand {
    padding-left: 15px;
  }

  .container {
    margin-left: auto;
  }
}

.million-icon{
width: 94px !important ;
}

.mail-alert-icon{
  width: 106.6px !important;
}

.desktop-icon{
  width: 108.4px !important;
}