:root {
  --generic-website-color: #d4a73d;
  --generic-text-color: black;
  --blue-pale: #738fc9;
  --generic-blue: #2d7aff;
  --grey: #383838;
  --white: white;
  --blue-pale-transparent: #738fc991;
}

.tagsWrap{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.tag{
  background-color: var(--generic-website-color);
  margin-right: 5px;
  padding:5px;
  border-radius: 10px;
  font-weight: bold;
}
.tagName{
  color: white;
}

.tagDel{
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 100px;
  padding: 3px;
}

.mobileTitleFooter{
  display: none;
}

.responsiveComponentColumn2{
  width: 50%;
}

.responsiveComponentColumn3{
  width: 33%;
  margin:3px;
}

.wrapperResponsive{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf") format('truetype');
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

.height-fix{
  min-height: 800px;
}

.italic-font{
  font-style: italic;
}

.center-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoX{
  height: 6vh;
  margin-right:20px;
}

.website-name{
  font-weight: bold;
  font-size: x-large;
  white-space: nowrap;
}

.longer-website-name{
  font-weight: bold;
  font-size: large;
  line-height: normal;
  white-space: normal;
}

.logoX img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.slider-wrap{
  width: 100%;
  aspect-ratio: 2 / 1;
  /*background-color: red;*/
}

.contentX p{
  text-align: justify;
}

.wide-flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.slide img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.w-layout-blockcontainer {
  padding: 15px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.bodygeneral {
  font-family: Montserrat, sans-serif !important;
}

.titleleft {
  font-weight: bold;
  text-align: left;
  font-size: 42px;
  line-height: 46px;
}

.titlecenter {
  font-weight: bold;
  text-align: center;
  font-size: 42px;
  line-height: 46px;
}


.titleright {
  font-weight: bold;
  text-align: right;
  font-size: 42px;
  line-height: 46px;
}

.subtitleleft {
  margin-top: 10px;
  font-size: 28px;
  line-height: 36px;
}

.subtitlecenter {
  text-align: center;
  margin-top: 10px;
  font-size: 28px;
  line-height: 36px;
}

.subtitleright {
  text-align: right;
  margin-top: 10px;
  font-size: 28px;
  line-height: 36px;
}

.textcomponent {
  margin-top: 10px;
  margin-bottom: 10px;
}

.imagecomponent {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.rightside {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 10px;
}

.leftside {
  width: 50%;
  padding: 10px;
}

.halftexthalfimagecomponent2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.textrightside.colortext {
  text-align: right;
}

.halftexthalfimagecomponent1 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.filelistcomponent {
  justify-content: space-between;
  align-items: center;
  margin:20px;
  display: block;
}

.buttonupload {
  padding-top: 3px;
  padding-bottom: 3px;
}

.buttonupload.colorbtn1 {
  text-align: center;
  width: 20%;
}

.buttonupload.colorbtn1:hover {
  background-color: var(--grey);
}

.listfiles {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttonchosefile {
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.buttonchosefile.colorbtn2 {
  color: var(--white);
  text-align: center;
  width: 20%;
}

.buttonchosefile.colorbtn2:hover {
  background-color: var(--grey);
}

.sliderimagescomponent {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.slider {
  height: 500px;
}

.titlefiles {
  border-bottom: 1px solid #3838383b;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.resourcewrap {
  border-bottom: 1px solid #3838383b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.buttondownload {
  background-color: var(--blue-pale);
  padding-top: 5px;
  padding-bottom: 5px;
}

.navlink {
  padding-left: 10px;
  padding-right: 10px;
}

.navlink.w--current {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
}

.navlink.navbartextcolor.w--current {
  color: var(--white);
}

.icon {
  margin-right: 10px;
}

.containercomponenter1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.componentar1 {
  border: 1px solid var(--blue-pale-transparent);
  border-radius: 3px;
  flex-flow: column;
  width: 50%;
  padding: 5px;
  display: flex;
}

.heading {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.addcomponentbutton {
  text-align: center;
  border-radius: 3px;
  width: 30%;
  padding: 3px 7px;
  font-size: 13px;
}

.addcomponentbutton:hover {
  background-color: var(--grey);
}

.addcomponentbutton.colorbtn1 {
  text-align: center;
  font-size: 12px;
  text-decoration: none;
}

.containercomponenter2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.componentar2 {
  border: 1px solid var(--blue-pale-transparent);
  border-radius: 3px;
  flex-flow: column;
  width: 33%;
  padding: 5px;
  display: flex;
}

.addcomponentbutton2 {
  text-align: center;
  border-radius: 3px;
  width: 100%;
  padding: 3px 7px;
  font-size: 13px;
}

.addcomponentbutton2:hover {
  background-color: var(--grey);
}

.wrapoptioncomponente {
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
  position: sticky;
  top: 0;
}



.optioncompotitlewrap {
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.componentetitle {
  color: var(--generic-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.componentetitle:hover {
  color: var(--grey);
  text-decoration: underline;
}

.heading-3 {
  text-align: center;
  margin-bottom: 20px;
}

.componentetirigger {
  color: var(--grey);
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.componentnamelabel {
  font-size: 20px;
}

.form-block {
  margin-top: 40px;
}

.textimagewrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.uploadwrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.form {
  margin-bottom: 20px;
}

.italictext {
  width: 60%;
  font-style: italic;
}

.colorbtn2 {
  background-color: #c7c7c7;
}

.photowrap {
  flex-flow: row;
  display: flex;
}

.savebuttn {
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}

.savebuttn:hover {
  background-color: var(--grey);
}



.editwrap {
  width: 100%;
}

.photopreviewedit {
  background-image: url('../images/AdobeStock_227107857-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24%;
  margin-left: 10px;
  display: block;
}

.imagetextwrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.photoprevieweditsmaller {
  background-image: url('../images/AdobeStock_227107857-min.jpeg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  width: 60%;
  margin-left: 10px;
  display: block;
}

.photoprevieweditwrap {
  justify-content: center;
  align-items: stretch;
  width: 24%;
  margin-left: 10px;
  display: flex;
}

.sliderphotowrappreview {
  flex-flow: wrap;
  height: 85px;
  display: flex;
}

.sliderphotopreview {
  background-image: url('../images/AdobeStock_227107857-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18%;
  height: 100%;
  display: block;
}

.cwrap {
  border: 1px solid #3838383b;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 5px;
}

.nbuttondashboard {
  background-color: var(--blue-pale);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
}

.ntitlepagecenter {
  color: #37506c;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
}

.ndashboardwrap {
  justify-content: flex-start;
  display: flex;
}

.nsectiondashboardtitle {
  color: #3f3f3f;
  font-size: 28px;
}

.ncontainer {
  margin-bottom: 20px;
}

.nmenuwrap {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 15px;
  display: flex;
}

.ndashboardtitle {
  margin-top: 0;
}

.nlisttopwrap {
  margin-top: 20px;
  display: flex;
}

.ntableitemname {
  width: 35%;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
  overflow: hidden;
}

.ntablenrcrt {
  width: 5%;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.ntableoptions {
  justify-content: center;
  align-items: center;
  width: 15%;
  font-size: 13px;
  display: flex;
}

.ntablehead {
  border-bottom: 1px solid var(--blue-pale);
  display: flex;
}

.nlistgenericitemswrap {
  margin-top: 20px;
}

.nbtnedit {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 15%;
  font-size: 13px;
  display: flex;
}

.ntableitem {
  border-bottom: 1px solid #4c76c433;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.ntitlepagelist {
  color: #37506c;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 34px;
}

.nlgsubtitle {
  margin-top: 40px;
}

.ntablestatusmodified, .ntablestatuscreated {
  justify-content: center;
  align-items: center;
  width: 15%;
  font-size: 13px;
  display: flex;
}

.ntablestatus {
  width: 15%;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  /* background-image: url('../images/brand.png');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain; 
  width: 15%;
  height: 50px;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  width: 85%;
  display: block;
}

.dropdown-toggle {
  padding-left: 10px;
  padding-right: 30px;
}

.footer.colornavbar {
  min-height: 3%;
  margin-top: 20px;
  padding: 21px;
}

.containerfooter {
  justify-content: space-between;
  padding: 10px;
  display: flex;
  align-items: center;
}

.footerleftup {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  align-items: flex-start;
}

.footerrightdown {
  text-align: right;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.linkfooter {
  margin-top: 5px;
}


.footerbold.navbartextcolor {
  margin-bottom: 0;
}

.logos {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.logo1 {
  /* background-image: url('../images/brand.png');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
}

.logo2 {
  background-image: url('../images/brand.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 50px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.logo3 {
  background-image: url('../images/brand.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 50px;
}

.select-field {
  background-color: #fff;
}

.labelfrom {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .slider {
    height: 350px;
  }

  .icon-2 {
    color: var(--white);
  }

  .nav-menu {
    width: 100%;
  }

  .menu-button {
    text-align: right;
    width: 85%;
  }

  .menu-button.colornavbar:active {
    background-color: var(--blue-pale);
  }
}

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

  .logoX{
    height:auto;
    width:300px;
  }

  .desktopTitleFooter{
    display: none;
  }

  .mobileTitleFooter{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footerleftup, .footerrightdown{
    width: 100%;
  }


  .responsiveComponentColumn2, .responsiveComponentColumn3 {
    width: 100%;
  }

  .wrapperResponsive{
    flex-direction: column;
  }

  .containercomponent {
    padding-left: 10px;
    padding-right: 10px;
  }

  .titleleft.colortitle, .titlecenter.colortitle, .titleright.colortitle {
    font-size: 36px;
    line-height: 38px;
  }

  .subtitleleft.colorsubtitle, .subtitlecenter.colorsubtitle, .subtitleright.colorsubtitle {
    font-size: 22px;
    line-height: 24px;
  }

  .rightside, .leftside {
    width: 100%;
  }

  .halftexthalfimagecomponent2, .halftexthalfimagecomponent1 {
    flex-flow: column;
  }

  .slider {
    height: 300px;
  }

  .ncontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-left: 10px;
  }

  .icon-2 {
    color: var(--white);
  }

  .menu-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: 150px;
  }

  .logoX{
    height:auto;
    width:300px;
  }

  .website-name{
    font-size: large;
  }

  .ntitlepagecenter {
    padding: 10px;
    font-size: 27px;
    line-height: 32px;
  }

  .ndashboardwrap {
    flex-flow: column;
  }

  .nmenuwrap {
    width: 100%;
  }

  .ntableitemname {
    width: 50%;
  }

  .ntableoptions {
    width: 25%;
  }

  .nbtnedit {
    width: 25%;
    margin-left: 10px;
  }

  .ntitlepagelist {
    text-align: left;
    width: 60%;
    font-size: 24px;
    line-height: 37px;
  }

  .ntablestatusmodified, .ntablestatuscreated {
    display: none;
  }

  .ntablestatus {
    width: 20%;
  }
}

#w-node-_8dbd8f27-34d8-6563-5eb1-196f1dfcbf73-1dfcbf6d, #w-node-_8dbd8f27-34d8-6563-5eb1-196f1dfcbf74-1dfcbf6d {
  justify-self: center;
}
