/*default styles for naviagtion footer*/
/* roboto-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-100italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/roboto-v30-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

:root { color-scheme: light!important }
body{

   font-family:'Roboto' ,'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header.content{
padding:0px!important;

}
#CookieNotice {
    z-index: 999999;
    position: fixed;
    border-top: 2px solid orange;
    padding: 8px;
    bottom: -300px;
    background-color: #070D52;
    right: 0;
    left: 0;
    color: #FFF;
    text-align: center;
}
#CookieNotice .privacylink {
    
    color: #FFF;
    font-size: 13px;
}
#CookieNotice .cookielink {
   
    margin-left: 12px;
    margin-right: 12px;
    color: #FFF;
    font-size: 13px;
}
#CookieNotice .acceptcookies::after {
    content: '\2713';
    padding-left: 4px;
}
#CookieNotice .acceptcookies {
    display: inline-block;
    background-color: #6dc145;
    color: white;
    border: 1px solid #eff0f6;
    padding: 0 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 18px;
    font-weight: bold;
    line-height: 28px;
    width: 88px;
    border-radius: 6px;
    margin-top:0px;
}
/*fixed header*/
header.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 75px;
}
.fixed + .page-main{

    padding-top: 102px;
}


.logo{
    padding-top:10px;
    margin:0!important;
    padding-left:50px;
}
header.fixed .logo{

  max-height: 75px;
  padding-top:0px;
}
/*messages*/
/*success*/

.message.success {
    
    margin-bottom:0px;
    background: #ff5501;
    color:#ffffff;
}

.message.success > :first-child::before {
    
    color: #ffffff;
   
}

.message.success a {
    color: #ffffff;
}


/*login*/

.authorization-link {
    
}
.authorization-link a{
    background: url(../images/account-icon.png) no-repeat;
    padding: 4px 0px 0px 30px;
    color:#ffffff!important;
}
header.fixed .authorization-link{
    float: left;
    padding: 9px 10px 9px 12px;
    border: thin solid #405b82;
    border-radius: 10px;
    margin-left: 11px;

}


.header-right-container {
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}

.header-right-container .block-search .control {
   
    padding: 0 0 0 25px;

}
.header-right-container .header.links{

    float:right;
    margin:0;
}

.header-right-container .header.links li{

    list-style: none;
}
.nav-bam {
    width: auto;
    clear: both;
    float: right;
    margin-top: 10px;
}

header.fixed .nav-bam {
    
    margin-top: 0px;
}


/*mobile nav button*/
.nav-toggle.active{

    border: thin solid #f57f19;
}

.nav-bam a.m-link {
    background: url(../images/drop-arrow.png) no-repeat right center;
    padding-right: 20px;
}

.nav-bam .navigation ul, .nav-bam .navigation{
position: inherit;
    
}
.navigation ul li{

    display:inline-block;
    float:left;
    padding:10px;
}
.navigation ul li a{

    color:#ffffff!important;
    font-weight:400;
}

.nav-category-overlay {
    position: absolute;
    width: 100%;
    z-index: 12;
    left: 0;
}

.nav-all-products, .nav-applications {
    display: none;
    padding: 10px;
    background-color: #0c2447;
	padding: 10px 10px;
	border-bottom: 2px solid #134287;
    margin-top: 20px;
    overflow: hidden;
}
.nav-all-products ul li, .nav-applications ul li {
    padding: 5px;
    border-right: thin solid #072a5c;
    width: 180px;
    text-align: center;
    float: left;
    margin-bottom: 0px;
    min-height: 200px;
}
.nav-bam-items{

    float:left;
}
/*mini cart*/

.header-right-container .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: left;
    padding-top: 10px;
    margin-left: 0;
    border: thin solid #405b82;
    border-radius: 10px;
    padding: 9px;
}

.header-right-container .minicart-wrapper.highlight{border: thin solid #f57f19;}
.header-right-container .minicart-wrapper .action.showcart::before{
    content: ''!important;
    
}
.header-right-container .minicart-wrapper .action.showcart{
    background: url(../images/cart-icon.png) no-repeat;
    padding: 0px 0px 0px 28px;
    background-position: 0;
}
.header-right-container .minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: #ffffff;
    height: 21px;
    line-height: 19px;
    border-radius: 2px;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    float: left;
}


/*search*/

.search-block {
    float: left;
    border: thin solid #405b82;
    border-radius: 10px;
    padding: 9px 14px;
    margin-left: 10px;
}
.search-block.active{
    border: thin solid #f57f19;
}
.search-icon {
    background: url(../images/search-icon.png) no-repeat;
    padding: 0px 8px;
    cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li {
    margin: 0 1rem;
    padding: 1rem 0;
    cursor: pointer;
    width: 95%;
}

.header-right-container .block-search {
    
    clear: both;
    
}

.mst-searchautocomplete__autocomplete {
    
    right: 0!important;
    
    margin-top: 0px!important;
    left:auto!important;
}
.mst-searchautocomplete__autocomplete._active {
    display: block !important;
    
    
}

.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
    height: 65px!important;
    width: 120px!important;;
    display: block;
    margin: auto;
    object-fit: fill!important;;
  }

/*mini cart*/

.paypal-express-in-context-mini-cart-container, .minicart-wrapper .paypal-express-checkout{

    display:none;
}

.minicart-wrapper .block-minicart{

    background: #02142f;
    color:#ffffff;
    z-index:999;
    max-height:800px;
    overflow-x:auto;

}


.minicart-wrapper .minicart-items-wrapper{

    background-color:#ffffff;
    color:#333333;
   
}


/*top search*/

.header-right-container .block-search {
    float: none;
    padding-left: 0;
    position: absolute;
    width: 100%;
    z-index: 15;
    left: 0;
    background-color: #041a3c;
    display: none;
    bottom:-32px;
}
.header-right-container .block-search input{

    border-radius:0;
    width:100%;
}

.header-right-container .block-search .block-content {
    margin-bottom: 0;
    width: 300px;
    float: right;
}

/*announcement alert css*/
.announcement {
    position: fixed;
    bottom: 0;
    background-color: orange;
    padding: 10px;
    width: 100%;
    left: 0;
    color: #101d2f;
    z-index:998;
}
.announcement p{

    margin:0;
}
.announcement p:first-child{

    padding-bottom:5px;
}
.announcement .close-alert{

    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.announcement .message {
    padding-top: 10px;
    border-top: thin solid #101d2f;
    width: 99%;
    font-size: 16px;
}

/*default site */

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 2400px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: auto;
}
.page-footer{

    padding-bottom:48px;
}

.footer .copyright {
    display: block;
    margin: 20px 0 0;
    text-align: center;
}

.columns .column.main{

    padding-bottom:0;
}

.footer.content{


    background-color:#101d2f;
    border:none;
    color:#ffffff;
    padding:0;
    font-size:12px;
    margin-top:0px!important;
  
}

.footer .copyright{

    background-color:#082654;
    padding:10px;
    clear:both;
}

.footer.content a{

    color:#ffffff!important;
}

.footer.content article {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0px 20px;
}

.footer-menu{
  overflow:hidden;
  padding:40px;
}

.footer-location {
    border-right: thin solid #082654;
}

.nav-bam{

    margin-bottom:0!important;
    background:none;
}

.navigation{

    background:none!important;
}

header{

    background: rgba(7,42,92,0.9) url(../images/logo-bg.png) no-repeat;

}
.page-header .panel.wrapper {
    border-bottom:0!important;
    display:none;
}



.page-wrapper{

    background-color:#0a2b5f;
}

.crt-widget.crt-widget-branded .crt-logo {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: .9em;
    z-index: 999;
    color: #090909;
    text-decoration: none;
  }

/*fortesting purposes*/
.seminars-page {
    background: #ffffff url(../images/documents-page-hero-bg.jpg) no-repeat left top;
}

.seminars-page div.seminars-title-block {
    padding-bottom: 40px;
    display:flex;
    align-items: center;
}

.seminars-page div {
    overflow: hidden;
}
.seminars-page div article h1 {
    font-size: 48px;
    color: #103888;
    margin-bottom:20px;
}
.seminars-page div.seminars-title-block article.text {
    padding-left: 80px;
    padding-top: 5%;
    text-align: left;
    width:40%;
}
.seminars-page div.seminars-title-block article.text p {
    width: 100%;
    margin-top: 20px;
    line-height: 34px;
    font-size: 20px;
    font-weight: 300;
}
.seminars-page div.seminars-title-block article {
    text-align: right;
}

.seminars-page div.seminars-title-block article {
    float: left;
    width: 60%;
    box-sizing: border-box;
}

.seminars-page div.seminars-title-block article img {
    
    max-width: 100%;
}

.seminar-disclaimer {
    padding: 30px 80px;
    background-color: #eef0fb;
}
.seminar-disclaimer .policy{

    width:100%;
}

.seminar-disclaimer .policy h4 {
    font-size: 38px;
    color: #103888;
    font-weight: 300;
    
}

.seminar-disclaimer .policy p {
    font-size: 20px;
    font-weight: 300;
}

/*seminar blocks*/
.block-static-block.widget, .block-cms-link.widget {
    margin-bottom: 0px;
}


.workshop{

    overflow:hidden;
    padding: 60px 80px;
}
.workshop article.text{
    width:50%;
    float:left;
}

.workshop h2{
    font-size:42px;
    margin-bottom:10px;
    margin-top:0;

}

.workshop h2 span{

    font-size:16px;
    font-style: italic;
    display:block;

}

.workshop .description{

    font-size:18px;
}

.workshop .when{

    display:flex;
    align-items: center;
    margin-top:20px;
    
}

.workshop .when .date, .workshop .when .time{

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    border: thin solid #efefef;
  }

  .workshop .when .time{

    margin-left:10px;
  }

  .workshop .where{

    display: flex;
    align-items: center;
    padding-right: 10px;
    border: thin solid #efefef;
  }
  .workshop .where .address{
    display: flex;
    align-items: center;
  }

  .workshop .when .date img, .workshop .when .time img, .workshop .where img{
    padding:10px;
  }

.workshop .date strong, .workshop .location strong, .workshop .cost strong{

    font-size:18px;
}

.workshop .cost {
    font-size: 32px;
    margin-left: 20px;
  }

.workshop .disclaimer{

    padding:10px;
}

.workshop article{

    float:left;
    width:50%;
}

.workshop .btn-ghost {
    padding: 10px;
    border-radius: 5px;
    color: #ffffff !important;
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    width: 150px;
    background: #2d65e2;
    text-decoration: none;
  }

/*new seminars page css*/

.workshop{
    background-color: #f6f6f6;

}

.workshop-header {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
  }

  .workshop-header h2 {
    font-size: 34px;
    color: #000;
    margin-bottom: 0;
    float: left;
    margin-top: 8px;
    margin-left: 20px;
  }

.workshop-header ul{

    list-style:none;
    margin:0;
    padding:0;
    float:right;
}

.workshop-header ul li {
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0px;
  }


.workshop-types .workshop-type{

    width:80%;
    margin:0 auto;
    margin-top:40px;
    margin-bottom:40px;
    border-radius: 5px;
    display:flex;
    justify-content: space-around;
    padding:40px;
    background-color:#fff;
    align-items:center;
}
.workshop-types .workshop-type article{

    padding:20px;
}
.workshop-types .workshop-type h3 {
    font-size: 38px;
    color: #000;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
  }

.workshop-types .workshop-type p{

    font-size: 18px;
    color:#000;
    margin-bottom:0;
    font-weight:300;
    margin-top:20px;
    line-height:30px;
}




  .workshop-types .workshop-type .calendar-button img{
    float: left;
  border: 4px solid #000;
  }

  .workshop-types .workshop-type .calendar-button a {
    float: left;
    font-size: 20px;
    color: #000;
    margin-left: 10px;
    margin-top: 9px;
  }

.workshop-footer{
    width:90%;
    margin:0 auto;
    text-align:center;

    padding:30px;
}

.workshop-footer h4{

    font-size: 34px;
    font-weight:300;

}

.workshop-footer ul{

    list-style:none;
    margin:0;
    padding:0;


}

.workshop-footer ul li{

    display:inline-block;
    margin-right:10px;
    border-radius:5px;
    font-size: 18px;
    color:#000;
    font-weight:600;
    cursor:pointer;
    overflow:hidden;
    
}
.location-date-btn{

    display:flex;
    margin-top:20px;
    margin-bottom:20px;
    padding:0;

}
.location-date-btn li{

   margin-right:10px;
   list-style:none;
}

.location-date-btn li a{

    margin-top: 14px!important;
}
li.btn-blue{

    background-color:#2d65e2;
    border:none;
    color:#fff;
    border-radius:5px;
    border:thin solid #000000;
}

li.btn-blue img, li.btn-orange img{
    
        float: left;
        border: 10px solid #000;
      
}

li.btn-orange{

    background-color:#e97110;
    border:none;
    color:#fff;
    border-radius:5px;
    border:thin solid #000000;
}

li.btn-orange:hover{

    background-color:#e97110;
    color:#ffffff;
}
li.btn-blue:hover{

    background-color:#2d65e2;
    color:#ffffff;
}
li.btn-orange:hover a, li.btn-blue:hover a{

    color:#ffffff;
}
li.btn-orange a, li.btn-blue a{

    color:#fff;
    text-decoration: none;
    font-weight:400;
    float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 12px;
}

/*addevent list*/
.event-list{

    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
  }

  .event-location {
    width: 50%;
  }



/*workshop type page css*/

.location-tab {
    margin-top: 25px;
    background-color: #2d65e2;
    color: #fff;
    width: max-content;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: thin solid #000;
    padding-right: 20px;
  }

  .location-tab.kiddy{
    background-color: #e97110;
    width:344px;
  }

  .location-tab img{

    float: left;
    padding: 15px;
    background-color: #000;
    margin-right: 10px;
  }

.location-tab h2{

    font-size: 24px;
    margin-bottom: 0;
    font-weight: 300;
    margin-top:0;

}
.seminars-page div.seminars-title-block article.text p.schedule-down {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    margin-top:30px;
  }

.schedule-down img{

    padding-top:18px;
}

.workshop.location{

    padding:0px 80px;
}

.workshop.location .workshop-types .workshop-type{

    padding:0px;
}

.workshop.location .workshop-type h3{

    font-size:34px;

}

.workshop.location .workshop-type ul{

    padding:0;
    list-style: none;
    
}



/*mobile css starts here*/
@media screen and (max-width: 1500px){

    /*seminar location based page*/
    .workshop.location .workshop-types .workshop-type {
        width:98%;
      }
}


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

    
    /*footer*/
    .footer.content article {width: 25%;}

    .footer.content article.footer-links {
        margin-top:40px;
        float: none;
    
      }

      

    /*new seminars-page*/
    .seminars-title-block{
        display:flex;
        justify-content: space-between;
        align-items:center;
    }

    .seminars-page div.seminars-title-block article.text {
        padding-left: 50px;
        padding-top: 5%;
        text-align: left;
        width: 50%;
      }
      .seminars-page div.seminars-title-block article {
        float: none;
      }

      .workshop-header {
        width: 98%;
      }
      .workshop {
        overflow: hidden;
        padding: 60px 20px;
      }
      .workshop-types .workshop-type {
        width: 90%;
      }
}
@media screen and (max-width: 1078px){

    .workshop .when {flex-wrap: wrap;}
    .workshop .when .time {
        margin-left: 0px;
        margin-top: 10px;
    }
    .workshop .when .date, .workshop .when .time {
        justify-content: start;
        width: 100%;
    }


}

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

    /*logo*/
    .logo{padding-left:10px;}
    

    /*login*/ 
    header.fixed .authorization-link a {padding: 0px 0px 0px 24px;width: 0px;display: block;overflow: hidden;height: 20px;}
    
}


@media screen and (max-width: 960px){
    
    /*logo*/
    .logo img{height:75px;}

    /*fixed header*/
    header.fixed {height: 62px;}
    header.fixed .logo img {height: auto;width: 130px;}


    /*navigation*/
    .nav-all-products ul li, .nav-applications ul li {width: 140px;min-height: 175px;}

    /*Header Container*/
    .header-right-container {padding-right: 10px;padding-top: 10px;}

    /*login*/
    header.fixed .authorization-link {margin-left: 6px;}
    header.fixed .authorization-link a {padding: 0px 0px 0px 24px;width: 0px;display: block;overflow: hidden;height: 20px;}
    
	header.fixed .authorization-link a.loggedin{display:block}


    /*navigation links*/
    .navigation ul li a {font-size: 12px;}
    header.fixed .navigation ul li {padding: 10px 8px;}

    /*search block*/
    header.fixed .search-block {margin-left: 6px;}

    /*new seminars-page*/
    .seminars-page div.seminars-title-block {
        display: block;
        justify-content: space-between;
        align-items: center;
      }
    
    .seminars-page div article h1 {text-align: center;}
    .seminars-page div.seminars-title-block article.text {
        padding-left: 20px;
        padding-top: 5%;
        text-align: left;
        width: 88%;
        margin: 0 auto;
      }

      .seminars-page div.seminars-title-block article {
        float: none;
        width: 75%;
        box-sizing: border-box;
        margin: 0 auto;
      }
      .workshop-header {
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
      }
      .workshop-header h2 {
        font-size: 34px;
        color: #000;
        margin-bottom: 10px;
        float: none;
        margin-top: 8px;
        margin-left: 20px;
      }

      .workshop-header ul {
        float: none;
      }

      .event-list {width: 100%;}

      /*seminar location pages*/
      .workshop.location {padding: 0px 20px;}
      .workshop.location .workshop-types .workshop-type {width: 100%;}


   
}

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

    .page-main{width:100%;}
    /*mobile nav*/
    .logo {
  padding-top: 0px;
 
}
    .page-header{margin-bottom:0;border:none;}
    .nav-toggle {
        position: relative;
        left: 0;
        top: 0;
        float: right;
        display: block !important;
        padding: 0px 8px 1px 9px;
        border: thin solid #405b82;
        margin-left: 6px;
        height: 37px;
        border-radius:10px;
    }
    .header-right-container {padding-top: 18px;}
    header.fixed .header-right-container {padding-top: 11px;}
    .nav-bam {width: auto;clear: left;float: right;margin-top: 0;}
    .header-right-container .header.links {padding:0;}
    .authorization-link {
        float: left;
        padding: 9px 10px 9px 12px;
        border: thin solid #405b82;
        border-radius: 10px;
        margin-left:6px;
    }
    .authorization-link a {
        padding: 0px 0px 0px 24px;
        width: 0px;
        display: block;
        overflow: hidden;
        height: 20px;
    }

.authorization-link a.loggedin{
display:block;
}


    .nav-bam-items {
        position: absolute;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100vh;
        background-color: #061533;
        z-index: 999;
        display:block;
    }
    .navigation ul li {display: block;float: none;padding: 10px 8px;border-bottom: thin solid #0e2146;}

    .header-right-container .minicart-wrapper{

        margin-top:0!important;
    }
    .header-right-container .block-search{margin-top:0!important;}

    /*search*/
    .header-right-container .block-search input {
    border-radius: 0;
    width:100%;
    left: 0;
    margin: 0;
    position: absolute!important;
    bottom:0;
}

.block-search .actions{
    display:none!important;
}

.minicart-wrapper .block-minicart{

    background: #02142f;
    color:#ffffff;
    z-index:999;
    max-height:82vh;
    overflow-x:auto;

}

.block-minicart .block-content > .actions > .primary .action.primary {
    display: block;
    margin-bottom: 0;
    width: 100%;
    padding: 5px;
}


    /*footer*/
    .footer-menu {padding: 15px;}
    /*footer*/
    .footer.content article {width: 33%;}
    .footer.content article.footer-links {
        width: 100%;
        float: none;
        padding: 10px;
        clear: both;
        text-align: center;
    }
    .footer.content article.footer-links ul li{display:inline-block;padding:10px;}

    .footer-location {
        margin-bottom: 20px;
      }


    /*announcement*/
    .announcement .message {font-size: 14px;}
    .announcement .message p{width:98%;}

    /*new seminars page*/
    .workshop {padding: 10px 20px;}

    .workshop-types .workshop-type {
        width: 100%;
        display: block;
        text-align: center;
        
      }
     

      .workshop-types .workshop-type article {
        padding: 0px;
      }
      .workshop article {
        float: none;
        width: 90%;
      }
      .workshop-types .workshop-type .calendar-button {
        margin:0 auto;
        margin-top: 20px;
        margin-bottom:20px;
      }

      .event-list {
        display:block;
        margin: 0 auto;
        margin-bottom: 20px;
      }
      .event-location {
        width: 100%;
      }

      /*seminar location pages*/
      .workshop.location .workshop-types .workshop-type article {
        width: 90%;
        margin: 0 auto;
      }
      .workshop .btn-ghost {
        width:80%;
        margin: 0 auto;
      }
      


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

    /*header log0*/
    .logo img { 
     height: auto!important;
  width: 124px;
}
    .header-right-container {padding-top: 8px;}
    header.fixed .nav-bam {margin-top: 0px;}

    .header-right-container .block-search {margin-top: 0px;}

    .minicart-wrapper .block-minicart {
    width: 320px;
    
    left: -110px;
}
    
    /*footer*/
    .footer.content article {width: 50%;}
    .footer.content article.footer-links {
        width: 50%;
        float: left;
        padding: 10px;
        clear: none;
        text-align: left;
    }
    .footer.content article.footer-links ul li {padding: 6px;}

    /*new seminars page*/
    .workshop-types .workshop-type {
        padding:0px;
    }
    .workshop-types .workshop-type article {
        width:90%;
        margin: 0 auto;
    }
    .workshop article {
        float: none;
        width: 100%;
      }

      .workshop-types .workshop-type .calendar-button {
        width: 90%;
      }
      .workshop-types .workshop-type .calendar-button a {
        font-size: 16px;
        margin-left: 10px;
        margin-top: 12px;
      }

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

    /*mobile nav*/
    .logo img {
       
        height: auto !important;
        width: 96px;

        padding-top: 5px;
        padding-bottom: 10px;
    }
    header.fixed .logo img {height: auto;width:96px;}
    header.fixed .search-block, header.fixed .authorization-link, header.fixed .nav-toggle {margin-left: 4px;}
    .search-block,.authorization-link,.nav-toggle {margin-left: 4px;}

}


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

    

    /*footer*/
    .footer.content article {
        width: 100%;
        float:none;
        padding: 10px 20px;
    }
    .footer-location {
        border-top: thin solid #082654;
        border-right:none;
        margin-bottom: 10px;
        
    }

    .footer.content article.footer-links {
        margin-top:0px;
        
    
      }

}
