/* Basic reset and common styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #000000;
  background-color: #cccccc;
}

.container {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1170px;
}

/* Navbar styles */
.navbar {
  min-height: 67px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  margin-bottom: 0;
  padding: 0;
}

.navbar-header {
  padding: 8px 10px;
}

.navbar-brand {
  float: left;
  padding: 8px 10px;
  font-size: 24px;
  line-height: 21px;
  height: 64px;
}

.navbar-brand a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}

h1.siteTitle {
  display: inline;
  vertical-align: middle;
  color: #000000;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 32px;
  margin: 0;
}

/* Main content */
.wrapper-body {
  min-height: calc(100vh - 132px);
  margin-bottom: 0px;
}

.page-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.sectionBlockLayout {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  min-height: auto;
  padding: 8px;
  width: 100%;
}

.columnBlockLayout {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 16px;
  align-items: center;
}

/* Button styles */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  text-decoration: none;
}

.button1 {
  width: 400px;
  height: 60px;
  font-size: 180%;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #575757;
  border-color: #575757;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button1:hover {
  color: #ffffff;
  background-color: #302CE1;
  border-color: #302CE1;
}

/* Theme colors */
[data-component-theme="portalThemeColor3"] {
  background-color: #0078c2;
  color: #0d0d0d;
}

[data-component-theme="portalThemeColor5"] {
  background-color: #5a009e;
  color: #cccccc;
}

/* Footer */
.footer {
  position: relative;
  color: #22221E;
  margin-top: 0px;
}

.footer-bottom {
  width: 100%;
  min-height: 68px;
  background-color: #5C5A58;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #cccccc;
}

.footer p {
  margin: 0;
  padding: 10px 0;
  color: #cccccc;
}

.text-left {
  text-align: left;
}

/* Responsive columns */
.col-md-12, .col-md-9, .col-sm-9, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-9 {
    float: left;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-9, .col-md-12 {
    float: left;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .button1 {
    width: 90%;
    font-size: 140%;
  }
}/* Basic reset and common styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #000000;
  background-color: #cccccc;
}

.container {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1170px;
}

/* Navbar styles */
.navbar {
  min-height: 67px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  margin-bottom: 0;
  padding: 0;
}

.navbar-header {
  padding: 8px 10px;
}

.navbar-brand {
  float: left;
  padding: 8px 10px;
  font-size: 24px;
  line-height: 21px;
  height: 64px;
}

.navbar-brand a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}

h1.siteTitle {
  display: inline;
  vertical-align: middle;
  color: #000000;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 32px;
  margin: 0;
}

/* Main content */
.wrapper-body {
  min-height: calc(100vh - 132px);
  margin-bottom: 0px;
}

.page-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.sectionBlockLayout {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  min-height: auto;
  padding: 8px;
  width: 100%;
}

.columnBlockLayout {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 16px;
  align-items: center;
}

/* Button styles */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  text-decoration: none;
}

.button1 {
  width: 400px;
  height: 60px;
  font-size: 180%;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #575757;
  border-color: #575757;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button1:hover {
  color: #ffffff;
  background-color: #302CE1;
  border-color: #302CE1;
}

/* Theme colors */
[data-component-theme="portalThemeColor3"] {
  background-color: #0078c2;
  color: #0d0d0d;
}

[data-component-theme="portalThemeColor5"] {
  background-color: #5a009e;
  color: #cccccc;
}

/* Footer */
.footer {
  position: relative;
  color: #22221E;
  margin-top: 0px;
}

.footer-bottom {
  width: 100%;
  min-height: 68px;
  background-color: #5C5A58;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #cccccc;
}

.footer p {
  margin: 0;
  padding: 10px 0;
  color: #cccccc;
}

.text-left {
  text-align: left;
}

/* Responsive columns */
.col-md-12, .col-md-9, .col-sm-9, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-9 {
    float: left;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-9, .col-md-12 {
    float: left;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .button1 {
    width: 90%;
    font-size: 140%;
  }
}
