body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  background-color: #FEFEFF;
}

h3 {
  font-weight: 400;
}

p.head {
  font-size: 24px;
  margin: 0 auto 10px;
  line-height: 1.5em;
  font-weight: 400;
}

.section {
  width: 100%;
}

.section.signup {
  height: auto;
  padding: 75px 0;
  color: #000;
  background-color: rgb(245, 245, 248);
  /*background-image: url(../img/blur-globe.png);*/
  background-image: url(../img/cloud_background_big.jpg);
  /*background-color: rgba(255, 198, 0, 0.05);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.125);
}

.section.signup h2 {
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 35px;
  /*margin: 0;*/
}

.section.signup p {
  margin: 12px 0;
  font-size: 25px;
}

.section.signup p.pricing {
  font-size: 18px;
  font-style: italic;
}

.section.signup .button {
  display: inline-block;
  margin: 40px 0;
  padding: 15px 42px;
  background: rgba(0,0,0,0); /*#09f*/
  background-color: #1583cc;
  /*color: #2e3a82;*/
  color: #ffffff;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
  border-radius: 3px;
  border:1px solid rgba(0,0,0,0);
  font-size: 22px;
  transition: .3s;
  /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);*/
}

.section.signup .button:hover {
  /*background-color: #2e3a82;*/
  background-color: #0AA9F7;
  color: rgb(245, 245, 248);
  border: 1px solid rgba(0,0,0,0);
}

.section.offer {
  padding: 40px 0;
  /*background: #2e3a82;
  background: -moz-linear-gradient(top,  #252F6D 0%, #1a214c 100%);
  background: -webkit-linear-gradient(top,  #252F6D 0%,#1a214c 100%);
  background: linear-gradient(to bottom,  #252F6D 0%,#1a214c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3a82', endColorstr='#1a214c',GradientType=0 );*/
  /*background-color: #48BDF6;*/
  /*background-color: #46237a;*/
  /*background-color: #5A4576;*/
  /*background-color: #f2f2f2;*/
  /*background-color: #24294e;*/
  background-color: #30334c;
  color: #ffffff;
}

.section.offer .offer-container {
  max-width: 1200px;
  margin: 0 auto;
}

#offer-box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.offer-box {
  width: 350px;
}

.offer-box p {
  font-size: 28px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}

.offer-box img {
  width: 13vh;
  max-width: 100px;
}

.offer-box ul {
  position: relative;
  left: 25px;
  max-width: 220px;
}

.offer-box ul li {
  line-height: 30px;
}
.pricing-img-container {
  min-height: 105px;
}

.section.offer h2 {
  font-size: 28px;
  font-weight: 300;
}

.section.offer .offer-container > p {
  font-size: 38px;
  font-weight: 400;
}

.section.offer ul {
  display: inline-block;
  margin: 16px 24px 0;
  text-align: left;
  vertical-align: top;
  line-height: 38px;
  /*list-style-type: none;*/
}

/*.section.offer ul li:before {
  position: absolute;
  left: -15px;
  content: '\003e';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;

}*/

.section.offer ul li {
  position: relative;
}

.section.offer ul li a {
  color: #fff;
  text-decoration: underline;
}

.section.offer ul li a:hover {
  color: #c7c7c7;
}

.section.offer a.button {
  margin-top: 35px;
  font-size: 16px;
  color: #fff;
  /*background-color: #48BDF6;*/
  /*background-color: #46237a;*/
  /*background-color: #5A4576;*/
  /*background-color: #f2f2f2;*/
  /*background-color: #664b8a;*/
  background-color: #34385a;
  /*border: 2px solid #8e6abf;*/
  border: 2px solid #5F658C;
  border-radius: 2px;
  padding: 7px 15px;
  transition: .5s;
}

.section.offer a.button:hover {
  /*background-color: #4d3969;*/
  background-color: #3c4067;
}

.section.offer .button,
.section.companies .button {
  display: inline-block;
  color: #444;
  background: #fff;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
}

/* Pricing Section */

.centered.section.pricing {
  background-color: #F5F5F5;
  padding: 25px 0;
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-box {
  background-color: #FFFFFF;
  width: 285px;
  margin: 20px 10px;
  box-shadow: 0 0 1px rgba(0,0,0,.2);
}

.pricing-box:first-child {
  margin-right: 50px;
}

.pricing-box:last-child {
  margin-left: 50px;
}

.pricing-box:first-child .pricing-box-header {
  /*background-color: #003366;*/
  background-color: rgb(48, 52, 75);
}

.pricing-box:last-child .pricing-box-header {
  background-color: rgb(33, 112, 174);
}

.pricing-box:first-child .pricing-box-header p:last-child {
  font-size: 12px;
}

.pricing-box-header {
  color: #ffffff;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.pricing-box-header p {
  margin: 0;
}

.pricing-box-header p span {
  font-size: 12px;
}

.pricing-header-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}

.pricing-box-text ul {
  display: inline-block;
  margin: 25px auto 10px auto;
  text-align: left;
}

/*.pricing-box:first-child .pricing-box-text ul li:before {
  content: '\2713';
  display: inline-block;
  color: #003366;
  color: #464D83;
  padding: 0 10px 0 0;
}*/

/*.pricing-box:last-child .pricing-box-text ul li:before {
  content: '\2713';
  display: inline-block;
  color: #e6c200;
  padding: 0 10px 0 0;
}*/

.pricing-box-text ul li {
  /*list-style-type: none;*/
  margin: 10px 0;
}

.pricing-button-container {
  height: 45px;
}

.pricing-box:first-child .pricing-button-container .button {
  /*color: #0f85f8;*/
  color: #08549e;
  /*border: 1px solid #0f85f8;*/
  border-color: #08549e;
}

.pricing-box:first-child .pricing-button-container .button:hover {
  /*color: #042f58;*/
  color: rgb(33, 112, 174);
  /*border-color: #042f58;*/
}

.pricing-box:last-child .pricing-button-container .button {
  /*color: #ffcd00;*/
  /*color: #deb300;*/
  color: rgb(33, 112, 174);
  /*border: 1px solid #ffcd00;*/
  /*border-color: #deb300;*/
  border-color: rgb(33, 112, 174);
}

.pricing-box:last-child .pricing-button-container .button:hover {
  color: rgb(33, 112, 174);
  /*border-color: #a98904;*/
}

.centered.section.pricing .button {
  border-radius: 2px;
  font-size: 14px;
}

.section.companies .button {
  margin-top: 35px;
  color: #000;
  border: 0;
  transition: .3s;
  text-decoration: underline;
  padding: 0;
}

.section.companies .button:hover {
  color: #d6d6d6;
  /*border: 1px solid rgba(0,0,0,0);*/
  /*background: #000;*/
}

.section.companies {
  margin-top: 56px;
}

.section.companies .companies-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section.companies > div {
  max-width: 1300px;
}

.section.enterprise {
  padding: 50px 0;
}

.section.enterprise p {
  font-weight: 300;
  /*margin-top: 3rem;*/
  margin-bottom: 25px;
}

/* mobile devices */
@media screen and (min-width: 1300px) {
  .section.companies div {
    margin: 0 calc(50% - 650px);
  }
}

#companyWall {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
  align-items: center;
}

.section.companies .company {
  display: inline-block;
  margin: 5px 50px;
  max-width: 268px;
  vertical-align: top;
}

.section.companies .company img {
  width: auto;
  max-width: 127px;
  height: auto;
}

.section.companies .company p {
  text-align: center; /* justify */
  line-height: 1.5em;
}

.section.companies .companyName {
  font-weight: 400;
  color: #000;
}

.section.start {
  margin-top: 46px;
  padding: 80px 0;
  font-weight: lighter;
  background-color: #333;
}

.section.end {
  margin-top: 0;
  padding: 80px 0;
  font-weight: lighter;
  background-color: #fff;
}

.section.start h2 {
  font-size: 2.2em;
  font-weight: 300;
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1;
}

.section.start .button {
  color: #fff;
  /*background-color: #00C76B;*/
  /*background-color: #202E87;*/
  /*background-color: #464F84;*/
  background-color: #333;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 15px 42px;
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  transition: .3s;
}

.section.start .button:hover {
  /*color: #00C76B;*/
  /*color: #202E87;*/
  /*color: #464F84;*/
  color: #333;
  background-color: #ffffff;
  /*border: 1px solid #00C76B; */
  /*border: 1px solid #202E87;*/
  /*border: 1px solid #464F84;*/
  border: 1px solid #333;
}

.footer {
  text-align: center;
  clear: both;
  width: 100%;
  margin: 60px 0 0;
  padding: 2em;
  /*text-transform: uppercase;*/
  font-size: 14px;
  /*letter-spacing: 1px;*/
  color: #AAA;
  background-color: #EEE;
  font-weight: 300;
}

.footer ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  text-align: left;
  line-height: 2.0em;
}

.footer ul li {
  float: left;
  margin: 0 20px;
  font-weight: 300g;
}

/*.footer {
  width: 100%;
  padding: 24px 0 36px 0;
  background: rgb(245, 245, 248);
  color: #aaa;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer ul {
  display: inline-block;
  margin: 0 50px;
  text-align: left;
  vertical-align: top;
  line-height: 2.0em;
  list-style: outside none none;
}

.footer li {
  list-style: outside none none;
}*/

.footer a {
  color: #d15549
}

/* Notification Banner Styles */

.banner__alert__notification {
  text-align: center;
  padding: 20px 0;
  background-color: #d66161;
  border-bottom: 1px solid #713131;
  color: white;
}

.banner__alert__notification p {
  margin: 0;
  line-height: normal;
}

.banner__alert__notification .first__line {
  font-size: 24px !important;
  font-weight: 400 !important;

}

.banner__alert__notification .second__line {
  font-weight: 300 !important;
  margin-top: 10px !important;
  font-size: 20px;
}

.banner__alert__notification .second__line a {
  color: #fff;
  text-decoration: underline;
}

.banner__alert__notification .second__line a:hover {
  text-decoration: none;
}