body { 
  background: #f4f4f4;
  padding: 0;
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
}

hr {
  border: 1px solid lightgray;
  margin: 20px 0 20px 0;
}

form {  
  font-size: 20px; 
}
 
input {  
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 20px; 
}

textarea {
  min-width: 80%;
  max-width: 80%;
  min-height: 150px;
  max-height: 150px;
  border-radius: 10px;
  border: 2px solid black;  
  font-size: 20px;
  padding: 10px;
}

label {
  display: block;
  padding: 10px 0 10px 0;
  font-size: 20px; 
}

button {
  cursor: pointer;
  padding: 20px;
  border-radius: 20px;
  border: 0;
  background: black;
  color: white;
  font-weight: bold;
  font-size: 20px; 
}

select {
  padding: 10px;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 20px; 
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

[ng-click] {
  cursor: pointer;
}

.tiny-text {
  font-size: 14px;
}

.create-icon {
  top: 0;
  right: 0;
  display: block;
  position: absolute;
}

.required {
  color: red;
}

.success {
  color: blue;
}

.error {
  color: red;
}

.underline {
  margin-bottom: 10px;
  border-bottom: 2px solid lightgray;
}

.clear {
  clear: both;
}

#logo {
  margin-top: 15px;
  margin-bottom: 5px;
}

#logo img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}

.logo-icon {
  color: #00308F;
  vertical-align: middle;
  font-size: 30px;
}

.logo-heading {
  vertical-align: middle;
  font-size: 30px;
}

.logo-caption{
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 10px;
}




#heading {
  display: table;
  min-width: 100%;
  max-width: 100%;
  min-height: 70px;
  padding: 0 0 0 0;
  margin: 0;
  position: relative;
  border-bottom: 2px solid #d4d4d4;
}
 


#top-menu { 
  min-width: 70%;
  max-width: 70%;
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#top-menu li { 
  color: black;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  min-width: 18%;
  max-width: 18%;
  padding: 30px 0 0 0;
  margin: 0;
  text-align: center;
}


#right-menu {
  position: absolute; 
  top: 20px;
  right: 0;
  min-width: 20%;
  font-size: 20px;
  text-align: right;
}

#right-menu li { 
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 5%;
}

#right-menu li  img.profile-default-icon {
  max-height: 30px;
  vertical-align: middle;
}



#top-search {
  padding: 0;
  text-align: center;
  right
}

#top-search #search {
  margin-top: 20px;
  width: 300px;
}


#top-search img.search-icon {
  max-height: 30px;
  vertical-align: middle;
}



#mobile-menu { 
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}

#mobile-menu img { 
  min-width:50px;
  max-width:50px;
}



#mobile-logo img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}


#footer {
  display: table;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 0 0 0 0;
  margin: 0;
  background: #f4f4f4;
}


img.footer-logo {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}


.footer-logo-icon img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}



#logo {
  position: absolute;
  left: 10px;
  top: 0px;
  font-weight: bold;
  font-size: 24px;
  padding: 0px 20px 10px 20px;
}

 

#container { 
  display: table;
  min-width:100%;
  height:auto;
  overflow:scroll;
  padding: 0;
}

 
#loading-small img, #line-graph-loading img, #table-loading img{
  min-width: 60px;
  max-width: 60px;
  margin: 50px 0 50px 0;
}

#loading-medium img {
  min-width: 150px;
  max-width: 150px;
  margin: 50px 0 50px 0;
}


/***************************** DIRECTIVES ****************************/
obj-create-edit li {

  list-style: none;
  margin-bottom: 20px;

}

obj-view {
  position: relative;
}

obj-view .field {
  display: inline-block;
  margin-right: 2%;
  min-width: 10%;
  vertical-align: text-top;
}

obj-view label {
  font-size: 10px;
}

obj-view .cta {
  position: absolute;
  right: 0;
  top: 5%;
}





/***************************** MAIN ****************************/


#main {
  margin-top: 10px;
  background: white;
  min-height:100vh;
  min-width: 100vw;
  max-width: 100vw;
  vertical-align: text-top;
  margin: 0;
  padding: 0;
}


/***************************** SAS MENU ****************************/

#sasheading {
  display: block;
  font-size: 16px;
  text-align: right;
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 0px;
  position: relative;
}

#sasheading li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.sasheading-logo {
  position: absolute;
  left: 20px;
  top: 10px;
  vertical-align: text-top;
  font-size: 24px;
}

.sasheading-logo img {
  max-height: 28px;
  vertical-align: text-top;
}


#sasmenu { 
  background-color: #f4f4f4;
  min-width: 10vw;
  max-width: 10vw;
  padding: 2vw;
  margin: 0;
  display: inline-block;
  visibility: hidden;
  min-height: 100vh;
  max-height: 100vh;
  vertical-align: text-top;
}

.sasmenu-show {
  visibility:visible;
}

#sasmenu li { 
  padding: 10px;
  font-size: 16px;
  list-style: none;
  list-style-type: none;
  margin-bottom: 30px;
  color: #000;
}

#sasmenu li a { 
  color: #000;
  text-decoration: none;
}

li.sub-menu { 
  color: #000;
  text-decoration: none;
  font-size: 14px;
  margin-left:20px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  list-style: none !important;
  font-weight: bold;
}


#main-menu {
  display: block;
  padding: 1%;
  text-align: right;
  border-bottom: 2px solid lightgray;
  vertical-align: text-top;
}

#main-menu img {
  width: 15px;
  vertical-align: middle;
}


.widden-main-view {

  min-width: 100vw !important;
  max-width: 100vw !important;
  display: block;
  padding: 0;
  margin: 0;

}

#main-view {
  min-width: 80vw;
  max-width: 80vw;
  display: inline-block;
  padding: 1%;
  vertical-align: text-top;
}



.only-main-view {

  min-width: 100vw !important;
  max-width: 100vw !important;
  display: block;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  max-height: none;
  overflow-x: none !important;
  overflow-y: none !important;
  margin-top: 50px;
  background: white !important;
}

#sas-menu-top {
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
}

#sas-menu-top li {
  display: inline-block;
  margin-right: 10px;
}





/***************************** SAS CENTTER CONTAINER ****************************/

#center-container {
  padding: 1vw;
  margin: 0 auto;
  min-width: 68vw;
  max-width: 68vw;
  background: #fff;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
}

#center-container h1 {
  font-size: 36px; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}



#center-container-top-menu {
  padding: 0;
  margin: 0 auto;
  min-width: 70vw;
  max-width: 70vw;
  border-radius: 10px; 
  position: relative;
  text-align: right;
  min-height: 35px;
}

#center-container-top-menu li {
  display: inline-block;
  font-size: 18px; 
  color:  black;
}


#center-container-top-menu .left {
  float: left;
}

#center-container-top-menu .left li {
  float: left;
  margin-right: 50px;
}

#center-container-top-menu .right {
  float: right;
}

#center-container-top-menu .right li {
  margin-left: 50px;
}
 

/***************************** VIEW OBJ ****************************/


#view-obj-nav {
  position: relative;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
  display: block;
}
#view-obj-nav h3 {
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
}

#view-obj-nav li {
  display: inline-block;
  margin-left: 10px;
  list-style: none;
 }

 #view-obj-nav .right {
  text-align: right !important;
 }



 #obj-list li {
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0 10px 0;
 }


 #obj-list li label {
  font-size: 12px;
 }
/***************************** MISC ****************************/


.create {
  position: absolute;
  font-size: 18px;
  top: 30px;
  right: 30px;
  color: dimgray;
}

.small-text {
  font-size: 14px;
}

.mid-text {
  font-size: 18px;
  min-width: 80%;
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

button.cancel {
  background: lightgray;
  color: black;
}


.btn {
  background: black;
  color: white;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
}



.form-error {
  padding: 20px 0 0 0;
  color: red;
}



/***************************** DIRECTIVE ****************************/

post {
  display: block;
  background: white;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}

post .post-image-container {
  text-align: center;
}

post .post-image-container img {
  max-height: 350px;
}

post .post-bar {
  border-top: 1px dotted lightgray;
  padding: 10px 0 10px 0;
  margin-top: 20px;
  font-size: 16px !important;
  position: relative;
}

post .post-bar li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

post .post-bar li label {
  color: gray;
  display: inline-block;
  font-size: 16px !important;
}

post .post-bar .like-icon {
  position: absolute;
  top: 50%;
  right: 0;
}

post .post-bar .like-icon img {
  min-width: 30px;
  max-width: 30px;
}


post .left {
  display: inline-block;
  min-width: 6%;
  max-width: 6%;
  vertical-align: text-top;
  margin: 0;
  margin-right: 2%;
  padding: 0;
}

post .left img {
  min-width: 100%;
  max-width: 100%;
  vertical-align: text-top;
  padding: 0;
}

post .right .username {
  padding: 0;
  margin-bottom: 20px;
  text-align:left;
  font-size: 16px;
  font-weight: bold;
}


post .right {
  display: inline-block;
  min-width: 90%;
  max-width: 90%;
  margin: 0;
  vertical-align: text-top;
  padding: 0;
}


post .hide {
  display: none;
}

post .full {
  min-width: 100%;
  max-width: 100%;
}

post li {
  cursor: pointer;
}




/***************************** BROCHURE ****************************/
#brochure-container {
  padding: 1%;
  margin: 0 auto;
  min-width: 68%;
  max-width: 68%;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
}


#brochure-about-us h1, #brochure-how-it-works h1 {
  margin: 0 0 10px 0;
  padding: 0;
}

#brochure-about-us, #brochure-how-it-works {
  margin: 0 auto;
  min-width: 30%;
  max-width: 30%;
  text-align: center;
}

#brochure-about-us p , #brochure-how-it-works p {
  margin: 10px;
}



img.brochure-logo {
  min-height: 30px;
  max-height: 30px;
  vertical-align: text-top;
}


.brochure-logo-icon img {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}


/*********************** Brochure CAROUSEL ***************************/

 
.brochure-carousel-container {
  padding: 30px 0 50px 0;
}

.brochure-carousel-container h3 {
  text-align: center;
}

.brochure-carousel-scroll {
  overflow: hidden;
  white-space: nowrap;
  min-width: 100%;
  max-width: 100%;
  background: #f9f9f9;
  padding: 1rem 0;
  margin:  auto;

}

.brochure-carousel-track {
  display: inline-block;
  animation: scroll 30s linear infinite;
}

.brochure-carousel-track img {
  min-width: 15%;
  max-width: 15%;
  margin: 0 20px;
  vertical-align: middle;
}


/***************************** HOMEBANNER ****************************/

.homebanner {
  min-width: 60%;
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}


.homebanner img {
  border: 0;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  text-align: center;
}

#homepricebox {
  display: none;
}

.homepricing {
  margin: 0;
}

.homepricing ul {
  display: inline-block;
  max-width: 20%;
  vertical-align: text-top;
  background: white;
  border-radius: 20px;
  padding: 10px 1% 20px 1%;
  margin: 0;
  margin-right: 3%;
  background: #f4f4f4;
}

.homepricing ul:last-child {
  margin-right: 0%;
}

.homepricing ul h3 {
  margin: 20px 0 20px 0;
  text-align: center;
}

.homepricing ul .caption {
  margin: 0 0 30px 0;
  font-size: 16px;
  text-align: center;
}

.homepricing ul li {
  font-size: 14px;
  list-style: none;
  margin: 0 0 10px 0;
  text-align: center;
}

.homepricing ul li.price {
  margin-top:20px;
  font-size: 20px;
  font-weight: bold;
}

.homepricing .cta  {
  padding: 20px 0 0 0;
  text-align: center;
}

.homepricing .cta button  {
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  font-weight: normal;
  font-size: 14px;
}

img.brochure-logo {
  min-height: 25px;
  max-height: 25px;
  vertical-align: middle;
}



 
.whyusbanner img {
  border: 0;
  border-radius: 10px;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
}

/***************************** HIGHLIGHT ****************************/

.brochure-highlight {
  vertical-align: text-top;
   border-radius: 20px;
  border: 1px solid #d4d4d4;
  margin-bottom: 50px;
}

.brochure-highlight .left {
  display: inline-block;
  min-width: 25%;
  max-width: 25%;
  padding: 2%;
  vertical-align: middle;
  overflow: hidden;
}


.brochure-highlight .left img {
  min-width: 100%;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 10px;
}

.brochure-highlight .right {
  display: inline-block;
  min-width: 65%;
  max-width: 65%;
  padding: 0% 3% 0% 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.brochure-highlight .right h3  {
  margin: 0 0 10px 0;
}

.brochure-highlight .right .caption {
  font-size: 14px; 
  text-align: left;
}


.brochure-highlight-alt {
  vertical-align: text-top;
   border-radius: 20px;
  border: 1px solid #d4d4d4;
  margin-bottom: 50px;
}

.brochure-highlight-alt .left {
  display: inline-block;
  min-width: 65%;
  max-width: 65%;
  padding: 0% 3% 0% 3%;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
}

.brochure-highlight-alt .left h3  {
  margin: 10px 0 10px 0;
}

.brochure-highlight .left .caption {
  font-size: 14px; 
  text-align: left;
}

.brochure-highlight-alt .right {
  display: inline-block;
  min-width: 25%;
  max-width: 25%;
  padding: 0%;
  vertical-align: middle;
  overflow: hidden;
}


.brochure-highlight-alt .right img {
  min-width: 100%;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 10px;
}


/***************************** BOX ****************************/


.brochure-box {
  margin-bottom: 50px;
}

.brochure-box .left {
  min-width: 40%;
  max-width: 40%;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: text-top;
}


.brochure-box .left img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 0px 20 20 0px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 20px;
}

.brochure-box .right {
  min-width: 55%;
  max-width: 55%;
  padding: 0 0 0 3%;
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
}


.brochure-box .caption {
  margin-bottom: 20px;
}


.brochure-box-alt {
  margin-bottom: 50px;
}


.brochure-box-alt .left {
  min-width: 55%;
  max-width: 55%;
  padding: 0 3% 0 0;
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
}


.brochure-box-alt .caption {
  margin-bottom: 20px;
}


.brochure-box-alt .right {
  min-width: 40%;
  max-width: 40%;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: text-top;
}


.brochure-box-alt .right img {
  min-width: 100%;
  max-width: 100%;
  border-radius: 0px 20 20 0px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 20px;
}


.brochure-box h2, .brochure-box-alt h2 {
  margin-top: 0;
} 


/***************************** CAROUSEL ****************************/

.my-carousel {
  display: none;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 50px;
}

.my-slide {
  width: 20vw;
  min-width: 20vw;
  max-width: 20vw;
  margin-right: 1vw;
  min-height: 300px;
  max-height: 300px;
  overflow-y: hidden;
}

.my-slide img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.accordion { max-width: 100%; margin: auto; }
.accordion-item { border-bottom: 1px solid #ddd; font-size: 20px;  }
.accordion-item:last-child { border-bottom: 0; }
.accordion-header {
  background: none;
  padding: 30px 0px 30px 0px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 550;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-header .arrow {
  color: #d4d4d4;
  transition: transform 0.3s ease;
}
.accordion-item.active .arrow {
  transform: rotate(90deg);
}
.accordion-body {
  display: none;
  padding: 0px 0px 30px 0px;
  background: none;
  font-weight: 100;
  font-size: 18px;
}
.accordion-item.active .accordion-body {
  display: block;
}

/***************************** FEATURES ****************************/

.features-box {
  max-width:100%;
  margin: 0 auto;
  padding: clamp(24px, 6vw, 56px) 24px;
}
.features-box h2 {
  text-align: center;
}
.features-box > p {
  margin: 0 0 28px;
  color:  #475569;
  font-size: clamp(16px, 2.4vw, 18px);
}
.features-box ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 0;
  margin: 0;
}
.features-box li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border-radius:  16px;
  padding: 18px 16px;
  box-shadow:  0 6px 20px rgba(0,0,0,.06);
}
.features-box svg {
  width: 44px; height: 44px; flex: 0 0 44px;
  stroke: #138a5b; fill: none; stroke-width: 2;
}
.features-box article h3 { 
  margin: 0 0 6px; 
  font-size: 20px; 
}
.features-box article p { 
  margin: 0; 
  color: black; 
  font-size:16px; 
}

/***************************** CONTACT US ****************************/


.contact-us-list {
  min-width:100%;
  max-width:100%;
  margin: 0 auto;
  padding: clamp(24px, 6vw, 56px) 24px;
}

.contact-us-list h3 {
  text-align: center;
}

.contact-us-list li {
  display: inline-block;
  background: white;
  border-radius: 10px;
  margin: 0 2% 0 0;
  min-width: 25%;
  max-width: 25%;
  padding: 0 2% 1% 2%;
  text-align: center;
  box-shadow:  0 6px 20px rgba(0,0,0,.06);
} 
 
.contact-us-list li:last-child {
  margin-right: 0;
} 
 


 
 
/***************************** BROCHURE ****************************/

.brochure-social-image {
  margin-top: 50px;
  text-align: center;

}

.brochure-social-image img.profile-image {
  max-width: 300px;
  border-radius: 10px;
  border: 5px solid black;
}

.brochure-social-image .verified-icon {
  padding: 30px;
}

.brochure-social-image .verified-icon img  {
  max-width: 30px;
  vertical-align: middle;
}

 


 #user-register-form, #user-login-form {
  margin: 50px auto;
  text-align: center;
  padding: 30px 10% 30px 10%;
  border-radius: 10px;
  border: 2px solid grey; 
  text-align: center !important;
  display: table;
}

 


/***************************** MOBILE ****************************/

#mobile-menu-open {
  display: none;
  min-width: 80%;
  min-height: 100vh;
  position: absolute;
  background: white;
  z-index: 100;
  top: 0;
  padding: 10%;
}

#mobile-menu-open li {
  display: block;
  list-style: none;
  font-size: 24px;
  margin-bottom: 20px;
}

 
@media only screen and (max-width: 800px) {

  .modal {
    text-align: center;
  }

  .modal input {
    max-width: 100%;
  }

  .modal button {
    font-size: 18px;
    padding: 10px;
  }

  #heading {
    border-bottom: 0;
    min-width: 100vw;
    max-width: 100vw;
    padding: 0;
    display: table;
  }

  #footer {
    clear: both;
    border-top: 1px solid black;
    min-width: 90%;
    padding: 5% 5% 0 5%;
    display: block;
  }

  #top-menu, #right-menu {
    display: none;
  }

  #top-search {
    position: absolute;
    top: 50px;
    text-align: center;
    min-width: 100%;
  }

  #mobile-menu {
    top: 10px;
    display: block;
    margin-top: 10px;
  }

  #mobile-menu img {
    min-width: 30px;
    max-width: 30px;
  }

  #logo {
    top: 10px;
    margin: 0;
    padding: 0;
  }

  #logo img {
    min-height: 30px;
    max-height: 30px;
  }

  .logo-icon {
    color: #00308F;
    vertical-align: middle;
    font-size: 40px;
  }

  .logo-heading {
    font-size: 24px;
  }

  #main {
    min-width: 100vw;
    max-width: 100vw;
    padding: 0;
  }

  #main-dashboard {
    min-width: 60vw;
    max-width: 60vw;
    padding: 0;
  }

  /***************************** BROCHURE ****************************/

  #brochure-container {
    margin-top: 10px;
    min-width: 90%;
  }

  #brochure-container h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #brochure-about-us {
    min-width: 80vw;
    max-height: 50vh;
    overflow-x: scroll;
  }

  /***************************** CAROUSEL ****************************/

  .my-carousel {
    margin-top: 30px;
    min-height: 200px;
    max-height: 200px; 
    margin-bottom: 10px;
  }

  .my-slide {
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw;
   }

  .brochure-carousel-container {
    padding: 30px 0 0 0;
  }

  .brochure-carousel-track img {
    min-width: 30%;
    max-width: 30%;
    margin: 0 10px;
  } 


 
  /***************************** USER ****************************/

  #mobile-menu-open img.profile-default-icon {
    min-width: 50px;
    max-width: 50px;
  }


  #user-register-form, #user-login-form {
    max-width: 70%; 
    padding: 5%;
  }

  h2.user-form-header  {
    font-size: 18px !important;
    font-weight: bold;
    margin: 30px 0 20px 0;
  }

  #user-register-form label, #user-login-form label {
    font-weight: bold;
  }

  #user-create-profile {
    margin: 0 auto;
    display: table;
    text-align: center;
    padding: 50px;
    border: 2px solid grey;
  }

  #user-profile {
    min-width: 94%;
    max-width: 94%;
    padding: 3%;
  }


  /***************************** BROCHURE ****************************/

  .homebanner {
    min-height: auto;
    max-height: auto;
    min-width: 80%;
    max-width: 80%;
    text-align: center;
    margin: 20px auto;
  }


  .homebanner img {
    border-radius: 10px;
    min-width: 80%;
    max-width: 80%;
    text-align: center;
  }

  

  .homepricing {
    min-width: 80%;
    max-width: 80%;
    margin: 0 auto;
    overflow-x: auto;   /* enables horizontal scroll */
    overflow-y: hidden; /* hides vertical scroll */
    white-space: nowrap; /* prevents line breaks */
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  }

  .homepricing ul {
    min-width: 40%;
    max-width: 40%;
    display: inline-block;
    text-overflow:clip;
  }

  .homepricing ul .caption {
    display: none;
  }

  .brochure-box .left {
    display: block;
    min-width: 80%;
    max-width: 80%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
  }

  .brochure-box .right {
    display: block;
    min-width: 96%;
    max-width: 96%;
    padding: 2%;
    text-align: center;
  }

   .brochure-box-alt .left {
    display: block;
    min-width: 80%;
    max-width: 80%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
  }

  .brochure-box-alt .right {
    display: block;
    min-width: 96%;
    max-width: 96%;
    padding: 2%;
    text-align: center;
  }


  .brochure-highlight-alt .left {
    
  }

  .brochure-highlight-alt .right {
     
  }

  .features-box li {
    min-width: 90%;
    max-width: 90%;
    display: inline-block;
    margin-right: 3%;
    text-align: center;
  }

  .features-box h3 {
    padding: 10px 0 10px 0;
  }

 
}





 






#menu-top {
  padding: 0 0 0 0;
  margin: 0 auto;
  min-width: 70vw;
  max-width: 70vw;
  border-radius: 0; 
  position: relative;
  min-height: 35px;
  border-bottom: 1px solid black;
}

#menu-top li {
  list-style: none;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

#menu-top .right {
  position: absolute;
  top: 0px;
  right: 0px;
}


#menu-top li.right {
  margin-right: 0px;
}

#menu-top .right li {
  margin-right: 0px;
}

p.top-space {
  padding: 0;
  margin: 0;
}

.tiny-highlight-link {
  font-size: 16px;
  color: dimgray;
}

.blocker {
  background: rgba(0, 0, 0, .3) 
}

/*********************** Brochure ***************************/

h1.welcome-banner-heading {
  color: goldenrod;
}

.welcome-banner img {
  min-height: 500px;
  max-height: 500px;
}

.home-button button {
  cursor: pointer;
  padding: 20px;
  background: black;
  border-radius: 20px;
  border: 0;
  color: white;
  font-weight: bold;
  font-size: 20px; 
}


#pricing-table {
  vertical-align: text-top;
}

#pricing-table h2 {
  text-align: center;
  margin-top: 0;  
  margin-bottom: 20px;
}

#pricing-table ul {
  vertical-align: text-top;
  min-width: 21%;
  max-width: 21%;
  padding: 1%;
  margin: 0;
  margin-right: 1%;
  display: inline-block;
  border: 2px solid gray;
  border-radius: 10px;
}

#pricing-table ul li {
  list-style: none;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#pricing-table .price {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#pricing-table .price-caption {
  text-align: center;
  font-size: 14px;
}


#pricing-table .caption {
  text-align: center;
  font-size: 14px;
  margin: 20px 0 20px 0;
}

#pricing-table .cta {
  text-align: center;
  margin-bottom: 40px;
}


#chooseatemplate.modal {
  min-width: 70% !important;
  width: 70% !important;
  max-width: 70% !important;
}

#chooseatemplate  img.logo {
  min-width: 100px;
  max-width: 100px;
}


#choose-a-template li {
  display: inline-block;
  min-width: 44%;
  max-width: 44%;
  margin-right: 2%;
  padding: 2%;
}

#choose-a-template li:nth-child(even) {
  margin-right: 0%;
}

#choose-a-template li img {
  min-width: 100%;
  max-width: 100%;
}

#choose-a-template li .heading {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#choose-a-template .cta {
  text-align: center;
  margin: 30px 0 0 0;
}

#choose-a-template .cta button {
  text-align: center;
  border-radius: 20px;
  font-size: 24px;  
  font-weight: bold;
}

/*********************** Lists ***************************/


#dashboard-list li {
  list-style: none;
  padding: 20px 0 20px 0;
  border-bottom: 2px solid #d4d4d4;
  font-size: 20px;
}

#dashboard-list li:last-child {
  border-bottom: none;
}

#dashboard-list li a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#permission-list li {
  list-style: none;
  padding: 20px 0 20px 0;
  font-size: 16px;
  display: inline-block;
  margin-right: 30px;
}

#permission-list li:last-child{
  border-bottom: none;
}


#permission-list li a:hover {
  text-decoration: underline;
  cursor: pointer;
}




/*********************** VIEW CONTAINER *********************/
#view-container {
  min-width: 70vw;
  max-width: 70vw;
  position: relative;
  margin: 0 auto;
}

#view-container h1 {
  margin: 30px 0 30px 0;
}


/*********************** Board ***************************/

#board-options {
  margin: 30px 0 30px 0;
  position: relative;
  display: block;
  max-width: 100%;
  text-align: right;
}

#board-options a {
  cursor: pointer;
}

#board-options li {
  display: inline-block;
}

#board-options .right {
  position: absolute;
  right: 0;
  top: 0;
}


.board-top-notice {
  padding: 1%;
  margin: 0 auto;
  min-width: 98%;
  max-width: 98%;
  border-radius: 10px; 
  font-size: 20px; 
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.board-top-notice button {
  padding: 10px;
  background: lightgray;
  color: black;
}

#board {
  padding: 2%;
  margin: 0 auto;
  min-width: 96%;
  max-width: 96%;
  border-radius: 10px; 
  font-size: 20px; 
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f2;
}


#board h3 {
  margin: 0 0 20px 0;
  padding: 0;
}

#board ul {
  min-width: 28%;
  max-width: 28%;
  margin: 0;
  padding: 2%;
  margin-right:2%;
  border-radius: 20px;
  min-height: 70vh;
  display: inline-block;
  vertical-align: text-top;
  background: #f8f8f8;
  border: 1px solid lightgray;
  position: relative;
}


#board li {
  list-style: none;
}




.tasks {
  min-height: 300px; !important to allow redrop
  display: block;
}



#addtask {
  min-width: 70%;
  max-width: 70%;
}

#addtask .section {
  margin: 0 0 30px 0;
}

#addtask label {
  display: inline-block;
  margin-right: 20px;
}

#addtask input[type=text] {
  min-width: 70%;
}

#addtask textarea {
  min-width: 100%;
}

#lane-control {
  top: 10px;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: right;
  position: absolute;
}

#lane-control li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
}

ul.lanesorting {
  border:5px solid lightgray !important;
  cursor: pointer;
}


.delete-lane-icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0.8;
}

.delete-lane-icon img {
  height: 20px;
}


.delete-task-icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0.8;
}

.delete-task-icon img {
  height: 20px;
}


/*********************** BOARD TASK ***************************/

#board task {
  display: block;
  position: relative;
  padding: 5%;
  min-width: 90%;
  max-width: 90%;
  min-height: 100px;
  background: #fff;
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 30px;
  list-style: none;
  border-radius: 10px;
  color: black;
  border: 1px solid lightgray;
  cursor: pointer;
}

#board task h3 {
  font-weight: normal;
  color: black;
  margin: 0 0 0 0 !important;
  padding: 0;
}

#boardtask .flag {
  font-weight: normal;
  color: black;
  background: #E6E6FA;
  margin: 0 0 20px 0;
  padding: 10px;
  border-radius: 5px;
}

#board task .breadcrumb {
  font-weight: bold;
  color: black;
  margin: 20px 0 5px 0;
  padding:5px;
  color: black;
}

.priority-highest, .priority-high,  .priority-medium,  .priority-low,  .priority-lowest {
  padding: 5px;
  border-radius: 5px;
}
.priority-highest { background: red; }
.priority-high { background: orange; }
.priority-medium { background: mediumaquamarine; }
.priority-low { background: mediumturquoise;}
.priority-lowest { background: paleturquoise; }
 
.task-row {
  padding: 20px 0 0 0;
}

.task-unassigned {
  font-size: 16px;
}

.task-user {
  list-style: none;
  display: inline-block;
  background: gainsboro;
  color: #000;
  border-radius: 100%;
  padding: 10px;
}

.task-user-acronym {
  font-size: 16px;
}


/********************************************* RoadMap *************/
#roadmap {
  padding: 0;
  margin: 0px 0 0 0;
  min-width: 100%;
  max-width: 100%;
  border-radius: 10px; 
  font-size: 20px; 
  position: relative;
  overflow: none;
  background: white;
  min-height: 100%;
  height: 100%;
  padding-bottom: 20px;
}

#roadmap-options {
  margin: 0px 0 30px 0;
  position: relative;
  display: block;
  max-width: 100%;
  text-align: right;
}

#roadmap-options a {
  cursor: pointer;
}

#roadmap-options li {
  display: inline-block;
}

#roadmap-options .right {
  position: absolute;
  right: 0;
  top: 0;
}



.roadmap-top-notice {
  padding: 1%;
  margin: 0 auto;
  min-width: 98%;
  max-width: 98%;
  border-radius: 10px; 
  font-size: 20px; 
  white-space: nowrap;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0px 0 20px 0;
}
 
.gant-section-left {
  display: inline-block;
  position: relative;
  padding: 0 3% 0 3%;
  margin: 0%;
  border: 0px solid red;
  vertical-align: text-top;
  overflow-x: scroll;
  overflow-y:hidden;
  min-width: 18%;
  max-width: 18%;
  white-space: nowrap;
  padding-bottom: 5px;
}

.gant-section-right {
  display: inline-block;
  position: relative;
  padding: 0%;
  margin: 0%;
  border: 0px solid red;
  vertical-align: text-top;
  overflow-x: scroll;
  overflow-y:hidden;
  min-width: 75%;
  max-width: 75%;
  white-space: nowrap;
  padding-bottom: 5px;

}

.roadmap-timeline li {
  display: inline-block;
  min-width: 100px;
  max-width: 100px;
  min-height: 30px;
  max-height: 30px;
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  background: #f1f1f1;
}

.roadmap-timeline li:nth-child(odd){
  background: #f8f8f8;
}

.gant-section-left .roadmap-timeline li {
  background: none;
  border:0;
  font-size: 20px;
  text-align: center;
  padding-top: 30px%;
  min-width: 100%;
}


.gant-section-left .lanesorting {
  border: 5px solid lightgray !important;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}


.roadmap-lane {
  position: relative;
  margin-bottom: 40px;
}

.roadmap-lane-add-task {
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}

img.roadmap-minus-icon {
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
}
 
.roadmap-task-row {
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}


.roadmap-task {
  height: 30px; //Important - timeline; 
  min-height: 30px; //Important - timeline; 
  max-height: 30px; //Important - timeline; 
  border-radius: 20px;
  padding: 0px;
  margin: 0;
  top: 0;
  position: relative;
  z-index: 0;
  display: none;
  cursor: pointer;
  margin-bottom: 20px;
}

.gant-section-left .roadmap-task {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  background: none;
  z-index: 1;
  padding: 0;
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.gant-section-left .roadmap-task .tiny-highlight-link {
  font-weight: normal;
  font-size: 12px;
}


.timeline {
  display: inline-block;
  min-width: 100px;
  max-width: 100px;
  height: 30px; //Important - timeline; 
  padding: 0;
  margin: 0 0 0 0;
  cursor: pointer;
  background: #f1f1f1;
  margin-top: -50px; //Important - timeline; 
}

.timeline:nth-child(odd){
  background: #f8f8f8;
}

 
.gant-section-left .timeline {
  margin-top: -50px;
  background: none;
}


#tooltip {
  position: absolute;
  display: none;
  left:0;
  top: 0;
  width: 200px;
  padding: 10px;
  height: auto;
  background: lightblue;
  border: 0px solid lightgray;
  z-index: 99;
  text-wrap: wrap;
  border-radius: 10px;
} 

/********************************************* Task *************/


#task-users-item {
  top:  0px;
  left: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: right;
  position: absolute;
}

#task-users-item li {
  list-style: none;
  display: inline-block;
}


#task-users-item li a {
  background: gainsboro;
  color: black;
  border-radius: 100%;
  padding: 10px;
  font-size: 14px;
}

#task-users-item li:first-child a {
}

#task-users-item a.user-filter-highlight {
  border: 2px solid gray;
}

#task-users-item a.user-filter-bold {
  font-weight: bold;
}


.task-user-acronym {
  top:  0px;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: right;
  position: absolute;
}


.task-user-acronym li {
  list-style: none;
  display: inline-block;
}


.task-user-acronym li a {
  background: gainsboro;
  color: black;
  border-radius: 100%;
  padding: 10px;
  font-size: 14px;
}


