body {
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: mr-eaves-xl-sans,sans-serif;    */
}

h1 {
    font-weight: 700;
}

a {
    color: #ffffff;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

nav ul li::before {
    content: "";
    color: #FF9E1B;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
  
ul li::before {
    content: "\2022";
    color: #FF9E1B;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.lang__switch {
    color: white;
    text-decoration: none;
}

a.lang__switch:hover{
    color: #FF9E1B;
    text-decoration: none;
}

.lead {
    color: #212529;
}

.header__lead {
    line-height: 55px;
}

.text__primary {
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/   
    font-family: 'Raleway', sans-serif; 
    font-weight: 400;
    font-style: normal;
    color: #3D5567;
    font-size: 20px;
}

.text__primary__purple {
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #5F1358;
    font-size: 32px;
    line-height: 1.6;
    
}  

.text__primary__blue {
    color: #326C9C;
    font-family: 'Open Sans', sans-serif;

}

.text_orange {
    color: #FF9E1B !important;
}

.text_green{
    color: #00555A !important;
}

.text_purple{
    color: #5F1358 !important;
}

.text_white{
    color: #ffffff !important;
}

.text_gray{
    color:#97A3AD !important;
}

.text_red{
    color: #ff0000;
}

.text-darkgray{
    color: #3D5567 !important;
}


.text__secondary {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3D5567;
    font-size: 10px;
}

.text__secondary__orange {
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
    font-weight: 700;
    font-style: normal;
    color: #FF9E1B;
    font-size: 22px;
}

.text__secondary__green {
    color: #89C762;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.label_line_break {
    display: inline;
}

.title__orange {
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
    font-weight: 700;
    font-style: normal;
    color: #FF9E1B;
    font-size: 30px;
}

.title__white {
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
}

.line_orange{
    border: 5px solid #FF9E1B;
    width: 50%;
    /*border-radius: 5px;*/
    opacity: 100;
}

.overlay__text {
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
    font-weight: 700;
    font-style: normal;
    color: #00555A;
    font-size: 20px;
}

.link__primary{
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color:#ffffff;
    line-height: 1;
}

.p_active{
    color:#FF9E1B;
}

.link__primary:hover{
    color:#cccccc;
}

.links__secondary{
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #00555A;
    font-size: 18px;
    line-height: 1;
}

.links__secondary:hover{
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #FF9E1B;
    font-size: 18px;
    line-height: 1;
}

.link__text{
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
    /*text-decoration: none;*/
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color:#00555A;
    
}

.mx-body {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
    /*margin-top: 1rem; 
    margin-bottom: 1rem;*/

  }

.callout{
    
    background-color: #5F1358;
}

.grey_bg{
    background-color:#ECEDEF;
}

.white_bg{
    background-color:#ffffff;
}

.light_blue_bg{
    background-color: #ECEEEF;
}

body.modal-open .background-blur{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    /*filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');*/
}

.callout p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
}

.btn__primary {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    background-color: #FF9E1B;

    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    border-color: #FF9E1B;
    padding: 15px 65px;

}

.btn__secondary {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    background-color: #326C9C;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    padding: 15px 65px;
}

.btn__secondary__orange{
    /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
    font-weight: 400;
    font-style: normal;
    font-size: 16px;    
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    padding: 15px 55px;
    background-color: #FF9E1B;
    border-color: #979797;
    color:#ffffff;
}

.btn_video{
    border-radius: 48px;    
    background-color: #FF9E1B;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
}

.btn_video_card{
    font-size: 16px;
}

.btn_orange{
    background-color: #FF9E1B;
    color: #fff;
    --bs-btn-hover-color: #212529;
    --bs-btn-hover-bg: #fff;
}

.text__emphasis {
    font-weight: 500;
}

.pl-0 {
    padding-left: 0;
}

.bt-orange{
    border-top: 3px solid #FF9E1B;
    
}

.bb-orange{
    border-bottom: 3px solid #FF9E1B;
    
}

.bg-orange{
    background-image: url("../assets/orange.png")
}

.bg-purple{
    background-image: url("../assets/purple_bg.png");
    background-position: right top;
    background-repeat:repeat-y;

}

.input-form{
  /*display: block;*/
  /*width: 100%;*/
  /*height: 68px;*/
  height: 50px;
  /*padding: 0.375rem 0.75rem;*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid #FF9E1B;*/
  border: 1px solid #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*border-radius: 48px;*/
  /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}

.input-form:focus {
    /*border-color: #89C762;*/
    border-color: #FF9E1B;
    box-shadow: 0 0 0 0.25rem rgba(0, 85, 90, 0.25);
}

.small {
    font-size: 12px;
}

.cover {
    margin-bottom: -6px;	
}

.cover_purple {
	background-color: #5C3665;
}

.active {
    color: #ffffff;
    background-color: #FF9E1B;
}

.active:hover {
    color: #ffffff;
    background-color: #FF9E1B;
}

.borderline {
    text-align: center;
    margin-left: 45%;
    width: 5px;
    margin-top: 103px;
}
.containerBox {
    /*position: relative;*/
    display: inline-block;
}

.top {
    height: 70px;
    
}

.text-box {
    position: absolute;
    text-align: right;
    background-color:#FF9E1B;
    /*margin-top: 10%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;*/
    padding: 10px 0 0 20px;
}

.text-box:before {
   content: '';
   height: 30%;
   vertical-align: middle;
}

.text-box-lang {
    position: absolute;
    text-align: right;
    background-color:#5F1358;
    color: white;
    margin:0px;
    padding: 10px 20px 0 20px;
}

.text-box-lang:before {
   content: '';
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img_legend{
    max-width: 30px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

.navbar-dark .navbar-nav .nav-link {
    text-align: center;
    color: #FFFFFF;
    padding: 10px 35px;
    border-right: 1px solid;
}

.img_logo {
    max-height: 100px;
    /*width: 300px;*/
    padding: 10px;
}

.img_logo_small {
    max-height: 50px;
    /*width: 300px;*/
    /*padding: 10px;*/
}

.img_logo_gist{
    width: 200px;
}

.img_logo_index{
    width: 300px;
}

.img_footer {
    max-height: 100px;
    /*width: 280px;*/
}

.navbar-purple {
    background-color:#5F1358;
    color: #ffffff;
    /*padding-top: 0 rem !important;
    padding-bottom: 0 rem !important; */
}

.navbar-gray {
    background-color:#ECEEEF;
    color: #3D5567;
    /*padding-top: 0 rem !important;
    padding-bottom: 0 rem !important; */
}

.nav__last {
    border-right: none !important;
}

.navbar-nav>.active>a {
    background-color:#FF9E1B;
    color: #ffffff;
}

.modal-title {
    font-weight: 700;
}

.img__thumbnails {
    width: 100%;
}

.download__p {
    margin: 10px 0;
}

.card__custom {
    width: 78.5%;
    margin-top: 20px;
    border-color: #89C762;
    -webkit-box-shadow: 3px 3px 10px 2px #ccc;
    -moz-box-shadow:    3px 3px 10px 2px #ccc;
    box-shadow:         3px 3px 10px 3px #ccc;
}

.card__custom p {
    margin: 10px;
}

.card-title{
    font-size: 16px;
    font-weight: 600;
}

.card-footer{
    background-color: #fff;
    border-top: 0px;
    margin-bottom: 10px;
}

.mt-6 {
    margin-top: 6rem !important;
  }

.mt-35 {
    margin-top: 35rem !important;
  }

.px-10{
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  

.overlay-title{
    z-index: 1;
    /*right: 0px;*/
    /*background-color: rgba(255, 255, 255, 1);*/
    /*opacity: 0.7;*/
    margin-top: 1.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-left: 0.5rem !important;    
}

.overlay-text{
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.7;
    align-items: center !important;
    margin-top: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;    
}

.overlay-right-corner{
    z-index: 9;      
    right: 200px;   
    margin-top: 1.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-left: 0.5rem !important; 
}

.overlay-purple-corner{
    z-index: 9;
    margin: 20px;
}

.moa_body{        
    /*margin-right: 1rem !important;
    margin-left: 1rem !important;*/
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    /*padding-right: 1rem !important;
    padding-left: 1rem !important;*/
    /*background-image: url("../assets/orange.png")*/
}

.footer_tav{
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
}

.table-dark-green {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #FF9E1B;
    --bs-table-striped-color: #247B7D;
    --bs-table-active-bg: #00555A;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #247B7D;
    color: #247B7D;
    border-color: #097376;
  }

  .table-medium-green {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #247B7D;
    --bs-table-active-bg: #448B8D;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #247B7D;
    color: #247B7D;
    border-color: #097376;
  }

  .table-qinlock {
    --bs-table-bg: #ffffff;
    --bs-table-striped-bg: #E3E5E8;
    --bs-table-striped-color: #B1416D;
    --bs-table-active-bg: #B1416D;
    --bs-table-active-color: #fff;
    color: #425563;
    border-color: #7E8D99;
  }

  .table-transparent{
    --bs-table-bg: transparent;
  }

  .table-cell-orange{
    color: #ffffff;
    --bs-table-bg: #FF9E1B;
  }

  .table-cell-pink{
    color: #ffffff;
    --bs-table-bg: #B1416D;
  }

  .table-cell-dark-grayish-blue{
    color: #ffffff;
    --bs-table-bg: #768692;
  }

  /*.table-cell-gradient{
    background-image: linear-gradient(to right, #663366 , #425563);
    color: #ffffff;
  }*/

  .table-cell-gradient{
    --bs-table-bg: linear-gradient(to right, #663366 , #425563);
    color: #ffffff;
  }
  
  .table-cell-gray-pink{
    color: #B1416D;
    --bs-table-bg: #ECEEEF;
  }

  .table-cell-gray{
    color: #2B2E34;
    --bs-table-bg: #ECEDEF;
}

  .table-cell-dark-gray{
    color: #ffffff;
    --bs-table-bg: #7E8084;
  }

  .table_75 {
    width: 75%;
  }
  .table_50 {
    width: 50%;
  }


  thead {
    background-image: linear-gradient(to right, #663366 , #425563);
    color: #000000;
 }

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


/** Media Queries **/
@media only screen and (device-width: 768px) {
    .img__thumbnails {
        width: 100%;
    }
    .card__custom {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {

    .link__primary{
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color:#ffffff;
        line-height: 1;
    }

    .links__secondary{
        font-family: 'Arial', sans-serif;
        text-decoration: none;
        font-weight: 500;
        font-style: normal;
        color: #00555A;
        font-size: 18px;
        line-height: 1;
    }
    
    .links__secondary:hover{
        font-family: 'Arial', sans-serif;
        text-decoration: none;
        font-weight: 500;
        font-style: normal;
        color: #FF9E1B;
        font-size: 18px;
        line-height: 1;
    }
}

@media only screen and (min-width: 992px) {
    .link__primary{
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color:#ffffff;
        line-height: 1;
    }
    .navbar .navbar-nav .nav-item .nav-link {
      padding: 0 0.5em;
    }
    /*.navbar .navbar-nav .nav-item:not(:last-child)  {
      border-right: 2px solid #ffffff;
    }*/
    .nav-border-dark .navbar-nav .nav-item:not(:last-child){
        border-right: 1px solid #00555A;
    }
    .nav-border-light .navbar-nav .nav-item:not(:last-child){
        border-right: 1px solid #ffffff;
    }

    .text__primary {
        /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #3D5567;
        font-size: 18px;
        line-height: 1.6;
        
    }
    
    .text__primary__purple {
        /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #5F1358;
        font-size: 32px;
        line-height: 1.6;
        
    }  
    
    .text__secondary {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #3D5567;
        font-size: 18px;
    }

    .text__secondary_purple {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #5F1358;
        font-size: 26px;
    }
    
    .text__secondary__orange {
        /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
        font-weight: 400;
        font-style: normal;
        color: #FF9E1B;
        font-size: 26px;
    }
    
    .title__orange {
        /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
        font-weight: 700;
        font-style: normal;
        color: #FF9E1B;
        font-size: 70px;
    }

    .title__white {
        /*font-family: mr-eaves-xl-sans-narrow, sans-serif;*/
        font-weight: 700;
        font-style: normal;
        color: #ffffff;
        font-size: 70px;
    }

    .overlay__text {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #3D5567;
        font-size: 20px;
    }

    /*.overlay-title{
        position: absolute !important;
        z-index: 1;
        right: 0px;
        background-color: rgba(255, 255, 255, 1);
        opacity: 0.7;
        margin-top: 6rem !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        padding-right: 3rem !important;
        padding-left: 3rem !important;        
    }*/

    .overlay-title{
        position: absolute !important;
        z-index: 1;
        /*right: 100px;*/
        /*background-color: rgba(255, 255, 255, 1);*/
        /*opacity: 0.7;*/
        margin-top: 6rem !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        padding-right: 3rem !important;
        padding-left: 3rem !important;        
    }

    .overlay-text{
        z-index: 1;
        background-color: rgba(255, 255, 255, 1);
        opacity: 0.7;
        margin-top: 35rem !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .moa_body{        
        margin-right: 3rem !important;
        margin-left: 3rem !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }    

    .div_border {
        border-right: 3px solid #FF9E1B;
    }
  }
