/* MAIN */

html,
body {
  height: 100%;
  background-color: #ffffff;
  margin: 0;
	font-size: 1em; /* 16px = 1em */
}

img {
  max-width: 100%;
  height: auto;
}

/* Font Awesome 

@import url('font-awesome/css/fontawesome.min.css'); */

/* TYPOGRAPHY */

h1 {
  font: 3.25em/1.2 Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #ffffff;
}

h2 {
  font: 1.7em/1.4 Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #2b3c64;
}

h3 {
  font: 1.7em/1.4 Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #219a3d;
}

h4 {
  font: 1.375em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

h5 {
  font: 1.125em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.subtext {
  font-size: 18px;
  font-weight: normal;
  color: #161616;
  padding: 10px 0 0 0;
}

/* CLEAR */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}


/* BUTTONS */

.btn-green-lg {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 0;
}

.btn-green-lg:hover {
  background-color:#ffffff;
  color: #219a3d;
}

.btn-green-sm {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  padding: 12px 23px;
}

.btn-green-sm:hover {
  background-color: #ffffff;
  color: #219a3d;
  border: 1px solid #219a3d;
}


.btn-white-lg {
  background-color:#ffffff;
  color: #0baf4d;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #219a3d;
}

.btn-white-lg:hover {
  background-color:#219a3d;
  color: #ffffff;
}

.btn-white-sm {
  background-color: #ffffff;
  color: #0baf4d;
  font-weight: 600;
  font-size: 1em;
  padding: 12px 23px;
  border: 1px solid #219a3d;
}

.btn-white-sm:hover {
  background-color: #219a3d;
  color: #ffffff;
  /* border: 1px solid #0baf4d; */
}

.btn-blue-lg {
  background-color:#384b76;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 0;
}

.btn-blue-lg:hover {
  background-color:#ffffff;
  color: #384b76;
  border: 1px solid #384b76; 
}

.btn-blue-sm {
  background-color: #384b76;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  padding: 12px 23px;
}

.btn-blue-sm:hover {
  background-color: #ffffff;
  color: #384b76;
  border: 1px solid #384b76;
}

.buy-sec-btn3 {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 14px 20px;
  margin: 0;
  border: 1px solid #ffffff;
}

.buy-sec-btn3:hover {
  background-color: #273961;
  color: #ffffff;
  border: 1px solid #273961;
}

/* NAVBAR */

.nav-item {
  padding: 5px 18px 5px 0;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: underline;
}

.nav-item:hover {
  text-decoration: none;
}

.nav-link {
  color: #384b76 !important;
}

#current-page {
  font-weight: 700;
  text-decoration: underline;
}

.trial-btn {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 12px 23px;
}

.trial-btn:hover {
  background-color:#ffffff;
  color: #0baf4d;
  border: 1px solid #008a38;
}

.login-btn {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  padding: 10px 21px;
  border: 1px solid #008a38;
}

.login-btn:hover {
  background-color: #ffffff;
  color: #0baf4d;
}

.main-buy-btn {
  background-color: #ffffff;
  color: #008a38;
  font-weight: 600;
  font-size: 1.1em;
  padding: 10px 21px;
  border: 1px solid #008a38;
}

.main-buy-btn:hover {
  background-color: #0baf4d;
  color: #ffffff;
}

@media (min-width: 768px) {
  .navbar-nav {
      float: none;
  }
}

/* JUMBOTRON */

.jumbotron {
  background-image: url("https://securecloudsend.com/img/main/cp_banner_image_v1.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  margin: 0;
}

.jumbotron p {
  font: 1.5em/1.4 Arial, Helvetica, sans-serif;
  /* 24px/16=1.5em */
  font-weight: normal;
  color: #ffffff;
}

.buy-btn {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  padding: 13px 22px;
  margin: 10px 20px 10px 0;
}

.buy-btn:hover {
  background-color:#ffffff;
  color: #219a3d;
}

.features-btn {
  background-color:#273961;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 10px 10px 10px 0;
  border: 1px solid #7684a4;
}

.features-btn:hover {
  background-color:#ffffff;
  color: #384b76;
  border: 1px solid #273961; 
}

#monitor {
  position: relative;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  justify-content: center; 
  align-items: center;
  padding: 0;
  width: 100%;
}

/* INTRODUCTION */

#form {
  padding: 50px 10px 20px 10px;
}

.intro-text {
  font: 1em/1.6 Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #212121;
  padding: 0;
  margin-top: 15px;
}

.intro-text a:link {
  color: #39a4d6;
  text-decoration: underline;
}

.intro-text a:hover {
  color: #39a4d6;
  text-decoration: none;
}

.intro-text a:active {
  color: #39a4d6;
}

.intro-text a:visited {
  color: #39a4d6;
  text-decoration: underline;
}

.setup-text {
  font: 1.1em/1.4 Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  padding: 0;
  margin-top: 15px;
}

.setup-text a:link {
  color: #39a4d6;
  text-decoration: underline;
}

.setup-text a:hover {
  color: #39a4d6;
  text-decoration: none;
}

.setup-text a:active {
  color: #39a4d6;
}

.setup-text a:visited {
  color: #39a4d6;
  text-decoration: underline;
}

.note {
  font: 1.1em/1.6 Arial, Helvetica, sans-serif;
  /* 22px/16=1.375em */
  font-weight: bold;
  color: #000000;
  padding: 0;
  margin: 0;
}

.note2 {
  font: 1.5em/1.4 Arial, Helvetica, sans-serif;
  /* 24px/16=1.6em */
  font-weight: bold;
  color: #000000;
  padding: 0;
  margin: 0;
}

/* HORIZONTAL LINES */

.hr-one {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #fff;
}

.hr-two {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

.hr-three { 
  height: 15px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.hr-four { 
  height: 6px;
  background: url(img/main/cp_hr_diagonal.png) repeat-x 0 0;
  border: 0;
  opacity: 0.5;
}

.hr-five { 
  height: 6px;
  background: url(img/main/cp_hr_zigzag.png) repeat-x 0 0;
  border: 0;
  opacity: 0.5;
}

.hr-six {
  border-top: 1px solid #9bc3ab;
}

/* BENEFITS */

.benefit-icon i{
  font-style: normal;
  font-size: 48px;
  display: block;
  color: #0baf4d;
  line-height: 40px;
  text-align: center;
  margin-top: 15px;
}

/* HOW IT WORKS */

.how-works {
  background-color: #e0e0e0;
}

.step-card {
  /*border-radius: 0 !important; */
  text-align: center;
  padding: 15px;
  box-shadow: 2px 2px #e2e2e2;
}

.step-image {
  max-width: 100%;
  height: auto;
  padding-bottom: 5px;
  margin: 35px auto;
}

.step-image2 {
  max-width: 100%;
  height: auto;
  padding-bottom: 0;
  margin: 35px auto;
}

.step-title {
  text-align: center;
  padding: 10px 10px 25px;
  margin: 0;
}

.step-version {
  font: 0.8125em/1.4 Arial, Helvetica, sans-serif;
  /* 13px/16=0.8125em */
  font-weight: bold;
  color: #0baf4d;
  letter-spacing: 3px;
  padding: 8px 10px;
  margin-top: 20px;
}

.step-number {
  font: 1.2em/1.4 Arial, Helvetica, sans-serif;
  /* 16px/16=1em */
  color: #099e45;
  font-weight: bolder;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #099e45;
  border-radius: 5px;
  padding: 12px 20px;
  margin-bottom: 0;
}

.step-number2 {
  font: 1.2em/1.4 Arial, Helvetica, sans-serif;
  /* 16px/16=1em */
  color: #2b3c64;
  font-weight: bolder;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #2b3c64;
  border-radius: 5px;
  padding: 12px 20px;
  margin-bottom: 0;
}

/* FEATURES */

.features-title {
  font: 1.3em/1.6 Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #079942;
}

.features-text {
  font: 1em/1.6 Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #212121;
}

.features-image {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.feature-card {
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0,0,0,0.08), 0 5px 5px rgba(0,0,0,0.10);
}

.feature-card2 {
  padding: 20px 0 0;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  margin: 0;
}

.feature-icon i{
  font-style: normal;
  font-size: 40px;
  display: block;
  color: #0baf4d;
  line-height: 42px;
  text-align: center;
  padding-bottom: 20px;
}

.card-title {
  font: 1.4em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.card-text {
  padding: 20px 0;
}

.card-text2 {
  padding: 10px 10px 20px;
}

.card-header {
  background-color: #ededed;
  color: #3f3f3f;
  font: 1.1em/1.4 Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 15px 5px;
  margin-top: 30px;
  border-top: 1px solid #c6c6c6;
}

.card-footer {
  background-color: #ffffff;
  font: 0.7em/1.2 Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 20px 10px;
  color: #08893c;
  text-transform: uppercase;
}

.features-sec-btn {
  background-color: #273961;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 10px;
  border: 1px solid #273961;
}

.features-sec-btn:hover {
  background-color: #219a3d;
  color: #ffffff;
  border: 1px solid #219a3d;
}

.buy-sec-btn {
  background-color: #219a3d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  padding: 13px 22px;
  margin: 10px;
  border: 1px solid #219a3d;
}

.buy-sec-btn:hover {
  background-color: #273961;
  color: #ffffff;
  border: 1px solid #273961;
}

.addin-btn {
  background-color: #ffffff;
  color: #219a3d;
  font-weight: bold;
  font-size: 1.2em;
  padding: 15px 25px;
  margin: 10px;
  border: 1px solid #219a3d;
}

.addin-btn:hover {
  background-color: #219a3d;
  color: #ffffff;
  border: 1px solid #219a3d;
}

.main-security-btn {
  background-color: #ffffff;
  color: #2b3c64;
  font-weight: 600;
  font-size: 1.1em;
  padding: 13px 22px;
}

.main-security-btn:hover {
  background-color: #1e2e53;
  color: #ffffff;
}

#feat-image {
  position: relative;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  justify-content: left; 
  align-items: center;
  padding: 0;
  width: 88%;
}

.feat-image {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.feat-icon i{
  font-style: normal;
  font-size: 42px;
  display: block;
  color: #0baf4d;
  line-height: 50px;
  text-align: left;
}

.feat-title {
  font: 1.3em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  padding: 0;
  margin: 0;
}

/* SECURE FILE UPLOAD */

.secure-card {
  padding: 20px 0 10px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  margin: 0;
}

.secure-card:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0,0,0,0.08), 0 5px 5px rgba(0,0,0,0.10);
}

.secure-icon i{
  font-style: normal;
  font-size: 40px;
  display: block;
  color: #0baf4d;
  line-height: 42px;
  text-align: center;
  padding-bottom: 10px;
}

.secure-select-btn {
  background-color: #0baf4d;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  padding: 10px 22px;
  margin-top: 10px;
  text-align: center;
}

.secure-select-btn:hover {
  background-color: #273961;
  color: #ffffff;
}

.secure-setup-title {
  font: 1.3em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  padding: 0;
  margin: 0;
}

/* VIDEO */

.video-icon i{
  font-style: normal;
  font-size: 50px;
  display: block;
  color: #0baf4d;
  line-height: 55px;
  text-align: left;
}

.video-title {
  font: 1.55em/1.4 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0;
}

.video-btn {
  background-color: #219a3d;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #219a3d;
}

.video-btn:hover {
  background-color:#273961;
  color: #ffffff;
  border: 1px solid #273961;
}

.demos-btn {
  background-color:#ffffff;
  color: #273961;
  font-weight: 600;
  font-size: 1.1em;
  padding: 15px 25px;
  margin: 10px;
  border: 1px solid #273961;
}

.demos-btn:hover {
  background-color:#219a3d;
  color: #ffffff;
  border: 1px solid #219a3d;
}

.demo-vid-btn {
  background-color:#ffffff;
  color: #273961;
  font-weight: 700;
  font-size: 0.9em;
  padding: 10px 18px;
  border: 1px solid #273961;
}

.demo-vid-btn:hover {
  background-color:#2b3c64;
  color: #ffffff;
  border: 1px solid #2b3c64;
}

.demo-ft-btn {
  background-color:#2b3c64;
  color: #ffffff;
  font-weight: 700;
  font-size: 1em;
  padding: 10px 18px;
  border: 1px solid #2b3c64;
}

.demo-ft-btn:hover {
  background-color:#ffffff;
  color: #273961;
  border: 1px solid #273961;
}

.video-image {
  width: 100%;
  height: auto;
}

.video-valign {
  display: table;
  height: 100%;
  width: 100%;
}

.video-valign-center {
  display: table-cell;
  vertical-align: middle;
}

.modal-content {
  width: 874px;
  margin: 0 auto;
}

.modal-title {
  color: #000000;
}

/* APP */

#iphone {
  position: relative;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  justify-content: center; 
  align-items: center;
  padding: 20px 10px;
  width: 85%;
}

.google-badge {
  padding: 0;
  margin: 4px 0 0 0;
  float: left;
  margin-left: -12px;
}

.google-badge img {
  max-width: 100%;
  height: auto;
}

/* SITE MAP */

.sitemap {
  background-color: #273961;
  padding: 25px 15px 30px;
  font-size: 0.8em;
  color: #ffffff;
}

.list-unstyled li {
  margin: 0;
  padding: 6px 0;
  font-size: 1.2em;
  font-weight: normal;
  color: #ffffff;
}

.list-unstyled li a {
  text-decoration: none;
  color: #ffffff;
}
	
.list-unstyled li:hover a {
  color: #ffffff;
  text-decoration: underline;
}

.login-sec a{
  font-size: 1em;
  color: #273961 !important;
  font-weight: bold;
  border: 1px solid #707070;
  text-decoration: none;
  padding: 4px 10px;
  background-color: #ffffff;
}

.login-sec a:hover{
  text-decoration: underline;
}

#login-sec-icon {
  padding: 8px 10px 6px 10px;
  color: #0cbe54;
  font-size: 16px;
  border-left: 0;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #ffffff;
}

.sitemap-login-btn {
  background-color: #008536;
  color: #ffffff;
  font-weight: 700;
  font-size: 1em;
  padding: 10px 21px;
  border: 1px solid #008536;
}

.sitemap-login-btn:hover {
  text-decoration: none;
}

.sitemap-phone {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: normal;
}

.sitemap-extension {
  background-color: #ffffff;
  padding: 10px;
  color: #545454;
  font-size: 1.2em;
  width: 260px;
  border: 1px solid #545454;
}

.sitemap-email {
  color: #545454;
  font-size: 1.2em;
}

.sitemap-email a:link {
  color: #ffffff;
  text-decoration: underline;
}

.sitemap-email a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Footer */

.footer {
  background-color: #18284c;
  padding: 20px 10px;
  text-align: center;
}

.footer p {
  color: #b6b6b6;
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}

.footer-text a:link {
  color: #9aa9cd;
  text-decoration: underline;
}

.footer-text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-text a:active {
  color: #ffffff;
}

.footer-text a:visited {
  color: #ffffff;
  text-decoration: underline;
}

