@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Khojki:wght@400;500;600&display=swap');

.accordion{
 --bs-accordion-active-color: var(--main-blue);
 --bs-accordion-btn-focus-box-shadow: none;
 --bs-accordion-active-bg: #f5f8ff;
 /* --bs-accordion-bg: #F6F8FE; */ 
}

.accordion-item{
  border: var(--bs-accordion-border-width) dashed var(--bs-accordion-border-color)
}

.accordion-body{
  background-color: #F6F8FE;
}


:root{
--bs-link-color:var(--main-blue);
--bs-link-hover-color:#05489a;
--bs-nav-link-font-size: 1.2rem;
--main-blue:#005ac6; 
--body-color: #797883;
--main-width: 1200px;
}

.navbar-toggler{
  --bs-navbar-toggler-padding-x: 0px;
  padding-left: 10px;
}

.btn{
  --bs-btn-border-radius: 3px;
  --bs-btn-padding-x: 15px;
}

.nav-tabs{
  --bs-nav-tabs-link-hover-border-color: var(--main-blue)
}

.btn-more{
  font-weight: 200;
  text-transform: uppercase;
  color: #0690FF;
}

.btn:hover .icon-more-blue, .btn:active .icon-more-blue{
  background-image: url('../images/icon-more-white.png');
}

.btn-more.btn-primary{
  color: white;
}

.accordion-button{
  font-weight: bold;
  --bs-accordion-btn-color: var(--main-blue)
}

.btn-outline-primary{
  color: var(--main-blue)
}

.accordion-item{
  border-left:none;
  border-right: none; 
  --bs-accordion-color: var(--body-color);
}

.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button{
  border-radius:0px !important;
}

.accordion-item:last-of-type{
  border-radius:0px !important;
}

.btn-outline-primary{
   --bs-btn-border-color:var(--main-blue);
   --bs-btn-hover-border-color: #3d98b9;
}

.nav{
  --bs-nav-link-font-weight: 300;
}

.nav-tabs{
  --bs-nav-tabs-link-active-bg:var(--main-blue);
  --bs-nav-tabs-link-active-color:white; 
  --bs-nav-tabs-border-radius:0px;
  --bs-nav-tabs-border-color:none;
}

.nav-tabs .nav-link, .nav-tabs .nav-link.active{
  border: 1px solid var(--main-blue);
}

.navbar-toggler:focus{
   box-shadow: none;
}

.logo-text{
   height: 38px;
   margin-left: 5px;
}

body{
    color: #797883;
    font-size: 18px;
  }

  .header-container{
    background-color: #282a36;
  }

  .header{
    position: relative;
  }
  
  h3, h2{
    /* font-family: serif; */
    letter-spacing: 1px;
    color: #333333;
  }

  .header #nav-content a{
      color: white;
      display:inline-block;
      padding: 5px 0px;
  }

  .header .menu-item{
    margin-right: 15px;
  }

  .header #nav-content h3{
     color: white;
     font-size: 1.3rem;
     font-weight: bold;
  }

  .header a:hover{
    color: #cccccc
  }
  
    .main-container{
        background-color: white;
    }

  .header{
    max-width: var(--main-width);
    margin: auto;
  }

  .main{
    /* max-width: 1200px;
    margin: auto; */
    min-height: 70vh;
  }
  
  .top-header{
    float: right;
    padding-top: 5px;
  }
  
  .main.default{
    /*min-height: 80vh;
     padding: 20px 0px;
    padding-bottom: 50px;
    max-width: 1200px; */
  }

  .main.article{
     display: flex;
     max-width: var(--main-width);
     margin: auto;
  }
  
  .main a{
    color: var(main-color);
  }

  .footer{
    margin-top: 50px;
    padding: 40px 0px;
    font-size: 85%;
    background: #282A35;
    color: white;
    font-family: Arial;
  }

  .footer-content{
    max-width: 1200px;
    margin: auto;
  }
  
  .footer a{
    color: #C4CAD3;
  }

  .footer a:hover{
    color: white;
  }
  
  .logo img{

  }
  
  .logo{
    font-size: 2em
  }
  
  
  a.current{
    font-weight: bold;
  }
  
  li.current a{
  
  }
  
  a{
    color: #7f7f7f;
    text-decoration: none
  }
  
  a:hover{
    color: var(--main-blue);
    text-decoration: none
  }
  
  
  .article-author{
    font-size: 90%;
    color: #666666;
    margin: 5px 0px;
  }
  
  .block{
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  .block-article{
    width: 30%;
  }
  
  .folder.frontpage.full{
    margin-bottom: 10px;
  }

  .article.full{
    width: 100%; 
  }

  .article.full > h2{
     margin-top: 20px;
     margin-bottom: 20px;
     color: #1E59BC;
  }

  .article.block .coverimage {    
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    margin-bottom: 20px
  }

  .block h3{

  }

  .readmore{
    font-family: monospace;
  }


  .readmore a{
 
  }

  .grid-columns-2 {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .grid-columns-3 {
    display: grid;
    grid-template-columns: 32.6% 32.6% 32.6%;
    grid-column-gap: 1%;
  }

  .fullblock{
    margin-top: 10px;
    display: block;
    padding: 0px; 
  }

  .fullblock .readmore{
    margin-top: 50px;
  }

  .fullblock-text{
    padding: 50px 0px;
  }

  .fullblock-text h3{
    margin-bottom: 20px;
  }

  .article.fullblock .coverimage{
    background-color: initial;
    background-size: auto 90%;
    width: 100%;
    height: 400px;
    margin-bottom: 0px;
  }

  .hero{
    background-color: #282a36;
    background-image: url('/_assets/images/hero_bg.png');
    background-position: bottom center;
    background-size: auto 100%;
    color: white;
    height: 500px;
  }

  .full{
    /*padding: 0px 20px */
  }

  .article.full .coverimage{
    text-align: center;
    margin-top: 30px;
  }

  .article.full .coverimage img{
    width: 80%;
    border:1px solid #dddddd;
  }

  .article.full{
    background-color: white;
  }

  blockquote{
    text-align: center;
    color: rgb(14, 138, 179);
    font-size: 1.3em;
  }

  blockquote::before{
    content: '"'
  }

  blockquote::after{
    content: '"'
  }

  blockquote > *{
    display: inline;
  }

  .article.full .dme-block > h2{
    font-size: 42px;
    color: var(--main-blue);
  }

  .article.full .block-container:not(:first-child) .dme-block > h2{
    margin-top: 70px;  
  }

  .article.full .dme-block > h2::after{
    content: '';
    display: block;
    background-image: url('/_assets/images/strip.png');
    height: 30px;
    background-repeat: no-repeat;
    margin-top: 10px;
  }

  .article.full h3{
    font-size: 32px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: var(--main-blue);
  }

  .article.full .block-container:not(:first-child) h3{
    margin-top: 70px !important;
  }

.hero h2{
  color: white;
  font-size: 3em;
  letter-spacing: 2px;
}

.hero .width-full{
  display: flex;
}

.hero-text{
  color: white;
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  width: 50%;
  padding-top: 150px;
  line-height: 2;
}

.hero-slide{
   /* width: 50%; */
}


.slide-container{
  border: 2px solid #979797;
  border-radius: 16px;
  background: #000000;
  width: 712px;
  height: 387px;  
  overflow: hidden;
  margin-top: 30px;
}

.slide-edge{
  overflow: hidden;
  border-color: #000000;
  border-style: solid;
  border-width: 19px 11px;
  height: 100%;
}

.slide-inner{
}

.slide-inner img{
  width: 100%;
}

.footer-title{
  font-size: 1.4em;
  margin-bottom: 5px;
  font-weight: bold;
}


.footer ul{
  padding-left: 0px;
}
.footer li{
  list-style: none;
}

.footer-body{
  margin-left: 5px;
}

.center{
  text-align: center;
}


.article.full-with-side{
  width: 70%;
  margin-right: 3%;
}

.side{
  background: #fff;
  width: 27%;
}

.side h2{
  color:var(--main-blue);
  margin-bottom: 25px;
}

.side > div{
  /* position: fixed */
}

.side h3{
  font-size: 1.25rem
}


.article.main{
  padding-top: 50px;
}

.article.full{
  padding-bottom: 100px;
}

.blocks .coverimage{
  border-radius: 5px;
  border:1px solid #eeeeee;
}

.contact.full{
  background-color: white;
}

a > div.coverimage:hover{
  filter: contrast(1.25);
}

#nav-content{
}

#nav-content > div{
padding: 30px 50px 50px 50px;
border: 1px #373a4d solid;
border-radius: 4px;
display: grid;
grid-template-columns: 33% 33% 33%;
background: #424659
}

.navbar-dark{
  padding: 24px 0px;
}

.navbar-dark .navbar-toggler{
  border-color: rgba(0,0,0,0);
}

.hero-contact{
  height: 300px;
  background-repeat: no-repeat; 
  background-position: center bottom;
  background-size:cover;
  padding-top: 80px;
}

.textbody{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.dmeditor-view .tool{
   display:none;
}

iframe{
  border:none
}


.navbar-toggler.collapsed .menu-icon-open, .navbar-toggler .menu-icon-close{
   display:inline-block;
}

.navbar-toggler.collapsed .menu-icon-close, .navbar-toggler .menu-icon-open{
   display:none;
}

.navbar-toggler:hover{
   color: white;
}

.block-type-imagetext .imagetext_container{
  display: flex !important
}

.dmeditor-view{
  min-height: auto !important;
}


.side-item a{
  padding: 23px 5px 23px 18px;
  font-size: 24px;
  margin-bottom: 25px;
  display: block;
  color: var(--main-blue);
}

.side-item a:not(.current):hover{
  opacity: 0.8;
}

.side-item a.current{
  background-color: var(--main-blue);
  color: white;
  font-weight: normal;
}

.header #nav-content a:hover{
}


.fullblock-container-top{
  background-image: url('/_assets/images/bg1.png');
  background-size: cover;
}

.width-full{
  max-width: var(--main-width);
  margin: auto;
  padding: 40px 0px;
}

.banner.width-full{
  padding: 50px 0px 30px 0px;
}

.fullblock-container-top .fullblock{
  background-image: url('/_assets/images/dmeditor-cartoon.png');
  background-size: 628px auto;
  background-repeat: no-repeat;
  background-position: right 60px;
}

.fullblock-container-top .dm-columns{
  /* margin-right: 30px; */
}

.fullblock-container-top h3{
  font-size: 24px;
  margin-bottom: 14px;
}

.dmeditor-text{
  height: 410px;
  max-width: 500px;
  padding: 50px 0px;
}

.light-text{
  color: #797883
}

.sub-text{
  color: #2f2f2e;
  font-size: 24px;
  margin-top: 20px
}

.h2-blue{
  color: var(--main-blue);
  font-size: 60px;
}

.cover-image img{
  max-width: 100%;
}

.strip{
  background-image: url('/_assets/images/strip.png');
  height: 30px;
  background-repeat: no-repeat;
}

.fullblock-container-1{
  background-image: url('/_assets/images/bg2.png');
  background-position: center right;
  background-size: 967px 80%;
  background-repeat:no-repeat
}

.banner-image{
  height: 360px;
  background-repeat: no-repeat;
  background-size: auto 85%;
  background-position: center right;
}

.banner-image h1{
  margin-top: 50px;
}

.banner-container{
  background-image: url('/_assets/images/bg1.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e1eaff;
}

.banner h1{
  color: var(--main-blue);
}

.banner .article-summary{
  padding: 10px 0px;
  display: inline-block;
  color: #005AC6;
  max-width: 60%;
  margin-top: 20px;
  font-size: 24px;
}

.icon{
  display:inline-block;
  width: 20px;
  height: 13px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.menu-item .icon{
  width: 10px;
  margin-right: 4px;
  margin-left: 0px;
}

.icon-more-white{
  background-image: url('../images/icon-more-white.png');
}

.icon-arrow{
  background-image: url('../images/icon-arrow.png');
}

.side-item .icon{
  height: 26px;
  width: 26px;
  margin-right: 10px;
  margin-left:0px;
  vertical-align: middle;
}

.icon-dmeditor{
  background-image: url('../images/icon-dmeditor-blue.png');  
}

.icon-components{
  background-image: url('../images/icon-components-blue.png');  
}

.icon-code{
  background-image: url('../images/icon-code-blue.png');  
}

.current .icon-dmeditor{
  background-image: url('../images/icon-dmeditor-white.png');  
}

.current .icon-components{
  background-image: url('../images/icon-components-white.png');  
}

.current .icon-code{
  background-image: url('../images/icon-code-white.png');  
}

.icon-more-blue{
  background-image: url('../images/icon-more-blue.png');
}

.btn-primary{
  --bs-btn-bg: #005ac6;
}

.btn-demo{
  /* background: linear-gradient(124deg,#c42ce2 5%, #fcaf82 93%);
  border:none; */
  /* color: white; */
}

.btn-demo:hover{
  color: white;
}

#qa:before{
  content:'';
  display: inline-block;
  background: url('../images/icon-qa.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 46px;
  height: 40px;
}

#qa{
  background: linear-gradient(124deg,#c42ce2 5%, #fcaf82 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
}

.accordion-button:not(.collapsed){
  box-shadow:none;
}

.icon-and{
  height: 40px;
}

.action-contact-us{
  margin-top: 50px;
  text-align: center;
}

.action-contact-us a{
  width: 80%;
  text-transform: uppercase;
}

.full a:not(.btn) {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.space-more{
  height: 30px;
}

table td, table th{
  padding-left: 10px; 
  padding-right: 10px;
}
