


#toolbar-administration *{
    font-size:inherit !important;
}

.row{
    display:block;
}

.toolbar-menu li{
    font-size:inherit;

}

.user-logged-in #menu-btn{
    top:98.6px;
}

.user-logged-in #menu-btn._shrink{
    top:82px;
}

#menu-btn{
    z-index:99999;
}
.b-fullpage-menu{
    z-index:99998;
}

.user-logged-in .b-fullpage-menu .fullpage-menu-container .menu-lv1,
.user-logged-in .b-fullpage-menu .fullpage-menu-container .menu-lv2,
.user-logged-in .b-fullpage-menu .fullpage-menu-container .utilities{
    top:78.6px;

}
.user-logged-in .s-header nav.b-header-nav{
    top:78.6px;
}

.s-header nav.b-header-nav{
    z-index:9999;
}

.modal.dxpr-builder-ui .modal-dialog{
    margin-top:200px;
}

nav .tabs li{
    font-size:0.875em;
}

body .dxpr-builder-ui ul li:before{
    display:none;
}

.node__submitted{
    display:none !important;
}

.block-local-tasks-block nav {
    margin-bottom:20px;
}

.is-collapse-enabled .tabs:before, .is-horizontal .tabs:before, .tabs.primary .tabs__tab.is-active{
    z-index:0;
}


.about-template img{
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}
.about-template .az-row{
    margin-bottom:30px;
}

.about-template .az-text{
    color: #333333;
    font-size: 1.125em;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.az-mini-container.control.set-columns-layout .az-col-solid{
    padding:initial;
}

.path-frontpage h2{
    position: relative;
    font-size: 2em;
    color: #84754E;
    font-weight: 600;
    text-align: left;
    margin-bottom: 60px;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: capitalize;
}


.initiative-block a,
.filter-wrapper a {
    color:#333333;
}




#views-exposed-form-news-block-1 .form-type-select,
#views-exposed-form-news-block-1 .form-submit,
#views-exposed-form-event-block-1 .form-type-select,
#views-exposed-form-event-block-1 .form-submit
{
    display:none;
}

.item-list li{
    margin:0;
}


.toolbar-oriented .toolbar-bar{
    z-index:99999;
}

.rhs-event .event-image{
    display:none;
}

@media screen and (min-width:768px){
    .video-caption{
        margin-top:70%;
    }
}


.event-desc a{
    color:#333333;
}

#sect-events .filter-wrapper a,
#sect-events .event-desc a
{
    font-weight:initial;
}

.az-element h5{
    color:#84754E;
    font-size:1.125em;
}

.az-element h3{
    font-size:1.5em;
}

.number-counter{
    margin-top:40px;
    margin-bottom:40px;
}

.az-counter div{
    text-align:center;
    color:#BE3A34;
    font-weight:600;
}

.news-container h2{
    margin-bottom:10px;
    text-transform: none;
}

.news-container .date{
    margin-bottom:20px;
}
/*
.row div[class*="col-"]{
    padding:0;
} */

/* .az-element.az-text h2{
    margin-top:0;
    margin-bottom:10px;
} */
.cc_btn,
a.az-button-content,
.az-element button{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px 30px;
    margin-right: 10px;
    border-radius: 50px;
    font-size: 1em;
    color: #625D20;
    background-color: #fff;
    border: 1px solid #A89E82;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -ms-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
}

a.az-button-content:hover,
.az-element button:hover{
    color:#fff;
}


a.az-button-content:hover:after,
a.az-button-content:focus:after,
a.az-button-content:focus-within:after,
.az-element button:hover:after,
.az-element button:focus:after,
.az-element button:focus-within:after
{
    background: #625D20;
}

a.az-button-content:after,
.az-element button:after{
    content: "";
    background: white;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 3px;
    display: block;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


.officer-section .az-column{
    width: 50%;
    float:left;
}
.past-president .az-column{
    width: 50%;
    float:left;
}

@media (min-width: 992px){
    .officer-section .az-column{
        width: 33.3333333%;
    }
    .past-president .az-column{
        width: 33.3333333%;
    }
}

@media (min-width: 1200px){
    .officer-section .az-column{
        width: 20%;
    }
    .past-president .az-column{
        width: 25%;
    }
}

.az-section{
    margin-bottom:40px;
}

.past-president .az-row{
    margin-bottom:40px;
}



.college-list .az-column{
    margin-bottom:30px;

}


@media screen and (max-width:768px){
    .college-list .col-sm-6{
        width:50%;
        float:left;
    }
    .college-list img{
        width:50% !important;
        margin:0 auto;
    }
    .college-list .az-text{
        text-align:center;
    }
    .college-list .az-image{
        min-height:140px;
    }
}

@media screen and (max-width:480px){
    .college-list .az-image{
        min-height:115px;
    }
}

.fellow-list .az-unknown.dxpr-builder-warning
{
    display:none !important;
}

#views-exposed-form-fellowship-block-1 > div.form-item label{
    min-width:100px;
    font-weight: 500;
    color:#BE3A34;
    display:block;
}
#views-exposed-form-fellowship-block-1 > div.form-item{
    display: inline-block;
    padding:8 15px;

    /* margin-right:10px; */
}
#views-exposed-form-fellowship-block-1 > div.form-item input{
    border-radius:25px;
    border:1px solid #A89E82;
    box-shadow: none;
    padding:5px 18px;
}
#views-exposed-form-fellowship-block-1 > div.form-item input:hover{
    border:1px solid #85764f;
}

.s-main-content-container table th,
.s-main-content-container table td
{
    padding:10px 20px;
}
.s-main-content-container table thead tr{
    border:0;
}
.s-main-content-container table th{
    border-top:0;
    border-bottom:0;
    background:#f6f5f0;
    color:#85764f;
    font-weight:600;
}
.s-main-content-container table tbody tr td:last-child{
    border-right: 0;
}

.s-main-content-container table td{
    border-left:0;
    /* border-right:0; */
}

.s-main-content-container table{
    border:0;
}

.pager li>a, .pager li>span{
    border-radius:100px;
    border:0;
    color:#85764f;
}

.pager__item.is-active a{
    background:#BE3A34;
    /* border:1px solid #ddd; */
    color:#fff;
    font-weight: initial;
}

.pager__item a:hover, .pager__item a:focus{
    color:#85764f;
}

p {
    margin:0 0 20px;
}

.az-element ol li ol li,
.az-element ul li ul li{
    font-size:1em;
}

.az-element ol li,
.az-element ul li{
    font-size:1.125em;
    margin-bottom:15px;
}

.az-element ol {list-style: none; counter-reset: li; margin-bottom:30px;}
.az-element ol > li::before {
    content: counter(li) ".";
    color: #BE3A34;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.az-element ol > li {counter-increment: li;}

.az-element ol[type="a"] > li::before {
    content: counter(li, lower-alpha) ".";
    color: #BE3A34;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.az-element ol[type="a"] > li {counter-increment: li;}




body h2{
    margin-top:1.2em;
    margin-bottom:1.2em;
    line-height:1.5;
}

body p{
    font-size:1.125em;
}

.event-wrap{
    border-radius:8px;
    box-shadow: 2px 2px 8px #e4dede;
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
}
.event-wrap:hover{
    box-shadow: 4px 4px 20px 4px #e4dede;
}

.event-list-item{
    margin-bottom: 50px;
}
.event-list-item .event-item{
    padding:30px 20px;
    height: 280px;
}
.event-list-item .event-image{
    background-size:cover;
    background-position: center center;
    padding-top:60%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.event-list-item .event-cate{
    text-transform: none;
    font-weight:600;
    margin-bottom:10px;
}

.event-list-item .event-title{
    color:#333;
    font-weight:600;
    margin-bottom:10px;
}
.event-list-item .event-desc{
    font-size: 0.875em;
    color:#666;
}
.event-list-item .event-date{
    color:#85764f;
}

.default-thumb{
    background-image: url("../images/logo_hkam_white.png"), linear-gradient(#ccc7ab , #635e21 ) !important;
    background-size: 50% auto, cover !important;
    background-repeat: no-repeat;
    /* url(../images/default_img.png), linear-gradient(#ccc7ab , #635e21 ) !important */

}

@media screen and (max-width:991px){
    .event-list-item .event-item{
        height:230px;
    }
}

.bootstrap-select .filter-option-inner-inner{
    text-transform: uppercase;
    color:#BE3A34;
    font-size: 1em;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner:after{
  content: "";
  background: rgb(240,242,245);
  background: -moz-linear-gradient(90deg, rgba(240,242,245,0) 0%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(90deg, rgba(240,242,245,0) 0%, rgba(255,255,255,1) 50%);
  background: linear-gradient(90deg, rgba(240,242,245,0) 0%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f2f5",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  right: 3px;
  top: 0;
  width: 57px;
  height: 32px;
  border-radius: 0 25px 25px 0;
}
.bootstrap-select{
    border-radius: 35px;
    color:#BE3A34;
    border:1px solid #A89E82;
    transition: border .2s ease;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    -o-transition: border .2s ease;
}
.bootstrap-select:hover, .bootstrap-select:focus{
    border:1px solid #85764f;
  }

#views-exposed-form-event-page-1 input[name="combine"]{
    border-radius: 25px;
    box-shadow: none;
    padding: 5px 18px;
    border:1px solid #A89E82;
    transition: border .2s ease;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    -o-transition: border .2s ease;
}

#views-exposed-form-event-page-1 input[name="combine"]:hover,
#views-exposed-form-event-page-1 input[name="combine"]:focus{
  border: 1px solid #85764f;
}
.publication-grid .az-element.az-image img{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

}
.publication-grid .az-element.az-text{
    /* height: 280px; */
    padding: 30px 20px;
    border-radius:8px;
    box-shadow: 13px 15px 25px #e4dede
}

.publication-grid .az-element.az-text a{
    color:#333;
    font-weight: 500;
}

.s-footer .lhs a{
    display: block;
    text-align: left;
    font-size: 1.125em;
    background: none;
    background-color: inherit;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
    cursor: pointer;
}


.view-press-release .views-field-field-press-pdf{
    width:10%;
}
.view-press-release .views-field-field-date{
    width:15%;
}
a.pdf-download:after{
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(/themes/hkam/images/ic/pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin:auto;
}

th.views-field-field-pdf{
    text-align: center;
}

.cke_button__imcelink_icon{
    /* background-image:url('/modules/imce/js/plugins/ckeditor/icons/imcelink.png') !important; */
    background-image:url('/themes/hkam/images/ic/pdf.svg') !important;
    /* background-position:0 -960px; */
    background-size:contain !important;
}

.cke_button__imceimage_icon{
    /* background-image:url('/modules/imce/js/plugins/ckeditor/icons/imcelink.png') !important; */
    background-image:url('/themes/hkam/images/ic/drupalimage.png') !important;
    /* background-position:0 -960px; */
    background-size:contain !important;
}

.btn-more-gold:hover:after{
    background:unset !important;

}
.btn-more-gold:hover{
    color:#625D20 !important;
}
.btn-more-gold{
    border:0 !important;
    padding: 10px 20px 10px 50px !important;
}
select.cke_dialog_ui_input_select{
    background-repeat:no-repeat;
}


#block-hkam-local-tasks{
    display:none;
}

.sidenav a{
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    border-left: 1px solid #A89E82;
    font-size: 0.875em;
    color:#888;
    padding: 8px 25px 8px 25px;
    font-weight:400;
}
.sidenav a.active{
    border-left: 6px solid #84754E;
    font-size: 0.875em;
    color: #333;
    padding: 8px 25px 8px 19px;
}
.sidenav {
    display:none;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    z-index: 1;
    left: 10px;
    padding: 8px 0;
  }
  

  
/* jQuery 4.x compat: CSS-based show when hasSideNav class is present */
#main-content.hasSideNav .sidenav {
    display: block;
}
.az-element .container{
      width:auto;
      max-width:initial;
  }
  
.hasSideNav .container .row .field--name-body{
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.nav_item.sticky{
    position: -webkit-sticky;
    position:sticky;
    top:80px;
}

.user-logged-in .nav_item.sticky{
    top:140px;
}



@media screen and (max-width:991px){
    .hasSideNav .sidenav{
        display:none !important;
    }

    .hasSideNav .container .row .field--name-body{
        max-width: 100%;
        flex: 0 0 100%;
    }
}

  /* .sidenav a:hover {
    color: #064579;
  } */



/* #btn-search {
    float: right;
    margin-top: 9px;
    width: 250px;
} */



.btn-search {
    /* padding: 5px 0;
    width: 230px;
    height: 30px; */
    position: relative;
    display:inline-block;
    /* left: 10px;
    float: left;
    line-height: 22px; */
}

.btn-search img{
    display:inline-block;
    /* vertical-align: baseline; */
}

.btn-search input {
    border:0;
    /* position: absolute; */
    width: 0px;
    /* float: Left; */
    /* margin-left: 210px; */
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius:1px;
}

/* .btn-search:hover input,
 .btn-search input:focus, */
.btn-search.active input{
    width: 200px;
    margin-left: 0px;
    border-bottom:1px solid #eee;
    outline:0;

}

/* .btn {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius:1px;
}  */


.search-help-link{
    display:none;
}


.form-type-search label{
    display:none;
}

h3.search-result__title{
    margin-bottom:7px;
}

.search-results li{
    margin-bottom:40px;
}

.search-advanced #edit-keywords-fieldset,
.search-advanced #edit-lang-fieldset,
.search-advanced .seven-details__summary{
    display:none;
}
.search-advanced .seven-details__wrapper{
    padding:0;
}
.search-advanced #edit-types-fieldset > legend {
    border:0;
}
.search-advanced #edit-types-fieldset > legend span{
    display:none;
}
.search-advanced #edit-type--wrapper .form-item label{
    margin-left:5px;
}
.search-advanced #edit-type--wrapper .form-item{
    width:30%; 
    display:inline-block;
}
.search-advanced #edit-types-fieldset{
    background:#fff;
    padding:0;
}
.search-advanced .fieldset-legend{
    font-size:1.25em;
}
.search-advanced{
    /* display:none; */
    border:0;
    background:#fff;
}
.search-form #edit-basic #edit-submit{
    display:none;

}
#views-exposed-form-site-search-page-1 input[type="checkbox"], #views-exposed-form-site-search-page-1 input[type="radio"],
.search-advanced input[type="checkbox"], .search-advanced input[type="radio"]{
    -webkit-appearance: auto; 
    -moz-appearance: auto;
    appearance: auto;
}

.js-form-item-field-event-category-target-id,
.js-form-item-field-news-category-target-id{
    display:none;
}


.menu-item::marker{
    display:none;
    content:"";
}

.az-element .menu-item .menu{
    margin-left: 40px;
    margin-top: 20px;
}

.nav-fontsize, 
.font-size-plus,
.font-size-minus{
    cursor:pointer !important;
}

.nav-fontsize > div.active{
    font-weight:bold;
}

.item-list .filter-wrapper{
    margin-bottom:0;
}

.external-link-popup a:hover{
    color:#625D20 !important;
}
.external-link-popup a{
     color:#BE3A34 !important;

}

.external-link-popup .ui-widget-header{
    background:#BE3A34;
}
.external-link-popup .ui-dialog-buttonpane{
    background:#fff !important;
    padding-top:0 !important;
}

.external-link-popup .button:hover{
    background: #625D20;
    box-shadow: none;
    outline: 0;
    color: #fff;
    font-weight: normal;
    border: 0;
}
.external-link-popup .button{
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* padding: 10px 30px; */
    margin-right: 10px;
    border-radius: 50px;
    font-size: 1em;
    color: #625D20;
    /* background-color: #fff; */
    border: 1px solid #A89E82;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -ms-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
    background:none;
}


body h2{
    color:#84754E;
}

@media screen and (max-width:1080px){
    .s-header nav.b-header-nav .utility-right{
        display:none;
    }
}


.mobile-search .input-search{
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding-left: 30px;
    color: #fff;
    
}


.mobile-search ::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.mobile-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.mobile-search ::placeholder {
    color: #fff;
}

.mobile-search img{
    position:absolute;
    left:0;
}


a#text_resize_increase,a#text_resize_decrease{
    background: none;
    text-indent: inherit;
    float: none;
    display:inline;
}
.btn-search img{
    cursor:pointer;
}

#views-exposed-form-site-search-page-1 .form-item-search-api-fulltext label,
#views-exposed-form-site-search-page-1 .form-item-type label{
    display:block;
}
#views-exposed-form-site-search-page-1 #edit-search-api-fulltext{
    border-radius: 25px;
    border: 1px solid #A89E82;
    box-shadow: none;
    padding: 5px 18px;
    -webkit-transition: border .2s ease, background-color .3s ease;
    -moz-transition: border .2s ease, background-color .3s ease;
    -ms-transition: border .2s ease, background-color .3s ease;
    -o-transition: border .2s ease, background-color .3s ease;
    transition: border .2s ease, background-color .3s ease;
}

#views-exposed-form-site-search-page-1 .form-type-select label,
#views-exposed-form-site-search-page-1 .form-item{
    display:block;
}

#views-exposed-form-site-search-page-1 #edit-type--wrapper legend{
    border:0;
}
#views-exposed-form-site-search-page-1 .form-type-checkbox label{
    margin-left:5px;
}   
#views-exposed-form-site-search-page-1 .form-type-checkbox{
    width:40%;
    display: inline-block;
}

.view-site-search .views-row{
    margin-bottom:20px;
}

.view-site-search .view-content .row{
    margin:0;
}

.field--name-body .az-image img{
    /* margin-bottom:20px; */
}

.milestone_container .txt-desc{
    margin-bottom:20px;
}
.milestone_container .txt-desc p img{
    margin-top:6px;
}
.milestone_container .txt-desc p,
.milestone_container .txt-desc{
    font-size:1.125em;
}

.wrapper-timeline main .timeline-session .row-items .item .img-cover{
    width:auto !important;
    max-width:100%;
}
.publication-grid .az-row{
    margin-bottom:20px;
}

.publication-grid .az-element.az-text.list-year{
 padding:0;
 border:0;
 box-shadow: none;   
}

/* s-hero-slider */
.hero-slider-txt{
    position: absolute;
    width: 500px;
    bottom: 50%;
    background: #FFF;
    left: 10%;
    color: #000;
    padding: 30px;
    opacity: 80%;
}

.hero-slider-title{
    font-size: 1.5em;
    line-height: 1.2em;
}
.hero-slider-btn{
    color: #777;
    font-size: 1em;
    padding: 0;
    margin-top: 20px;
}
.hero-slider-btn.btn:active{
    box-shadow: none;
}
.s-hero-slider .home-hero-slider .slick-arrow.slick-prev,
.s-hero-slider .home-hero-slider .slick-arrow.slick-next{
   left: 10%;
   top: auto;
   bottom: 50%;
   -webkit-transform: translate(0, 100%);
   -ms-transform: translate(0, 0%);
   transform: translate(0, 100%);
   background-color: #FFF;
   opacity: 80%;
   border-radius: 0;
}

.s-hero-slider .home-hero-slider .slick-arrow.slick-prev:hover{
   opacity: 1;
}

.s-hero-slider .home-hero-slider .slick-arrow.slick-next:hover{
   opacity: 1;
}


.s-hero-slider .home-hero-slider .slick-arrow.slick-next{
    left: calc(10% + 40px);
    background-color: #D13C3C;
    background-image: url(../images/ic/arrow-right-white.svg);
}
.s-hero-slider .home-hero-slider .slick-list .slick-track .slide-item .content-wrapper{
    display: none;
}

@media (max-width: 768px){
    .hero-slider-txt{
        max-width: 80%;
    }

    .hero-slider-title{
        font-size: 1em;
        line-height: 1em;
    }
    .hero-slider-btn{
        font-size: 0.8em;
    }
}

.s-hero-slider .home-hero-slider .slick-list .slick-track .slide-item::before{
    display:none;
}

.s-hero-slider .home-hero-slider .slick-list{
    margin-left:0;
    border-radius:0;
}

.nav-card-wrapper .nav-card-item .desc{
    /* display:none; */
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color:#fff;
    font-size:1.125em;
    z-index:1;
    width:85%;
}
.nav-card-wrapper .nav-card-item:hover .desc{
    opacity: 1;
}
/* .nav-card-wrapper .nav-card-item .image{
    opacity: 1;
    transition: .5s ease;
} */
/* .nav-card-wrapper .nav-card-item:hover .image{
    opacity: 0.3;
} */


.nav-card-wrapper .nav-card-item .image::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity:0;
    border-radius: 8px;
    transition: .5s ease;
}
.nav-card-wrapper .nav-card-item:hover .image::before{
    opacity:1;
}   

.webform-submission-form .bootstrap-select{
    width:300px;
}
.webform-submission-form .dropdown-toggle{
    padding:5px 18px;
}
.webform-submission-form .dropdown .dropdown-toggle::after{
    right: 15px !important;
    top: 10px !important;
    left: auto !important;
    z-index:1;
    height:auto;
    width:auto;
    border-radius: 0;
    background: #fff;
}

.webform-submission-contact-form .form-actions{
    margin-top:15px;
}


.webform-submission-contact-form .bootstrap-select li{
    margin-bottom:0;
}

#block-breadcrumbs li a{
    /* color:#fff; */
}

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

thead th{
    text-transform: capitalize;
}
.officer-sect a.az-button-content{
    margin-right:0;
}


.cc_btn{
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    padding: 10px 30px !important;
    margin-right: 10px !important;
    border-radius: 50px !important;
    font-size: 1em !important;
    color: #625D20 !important;
    background-color: #fff !important;
    border: 1px solid #A89E82 !important;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    -ms-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
}
.cc_btn:hover{
    background-color: #625D20 !important;
    border-color: #adadad !important;
    color:#fff !important;
}
.cc_message{
    color:#333 !important;
}


.notice{
    position: fixed;
    top:0px;
    width: 100%;
    /* min-height:250px; */
    background-color:#f0d55f;
    z-index: 99999999;
    display:none;
}
.notice .row{
    padding:25px 30px;
    position: relative;
}

.notice .notice-msg{
    color:#595959;
    border-left:2px solid #595959;
}
.notice .notice-img img{
    max-width: 40%;
    margin: 0 auto;
    
}
.notice .notice-close{
    background-image: url(/themes/hkam/images/ic/icon-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    top:15px;
    right:0;
}

.notice-title{
    position: fixed;
    top:0;
    width: 100%;
    background: #f0d55f;
    z-index: 999;
    text-align: center;
    padding:2px;
    cursor:pointer;
}


.user-logged-in.has_notice .notice-title{
    top:77.6px;
}

.has_notice .s-header nav.b-header-nav{
    top:27px;
}
.has_notice #menu-btn{
    top:47px;
}

.has_notice #menu-btn._shrink{
    top:30px;
}

/* .notice{
    display:none;
} */

.user-logged-in.has_notice .s-header nav.b-header-nav{
    top:105.6px;
}
.user-logged-in.has_notice #menu-btn{
    top:125.6px;
}

.user-logged-in.has_notice #menu-btn._shrink{
    top:107px;
}

.has_notice .main{
    margin-top:112px;
}


.msg-wrap p{
    margin:0;
}
@media screen and (max-width:768px){
    .notice .msg-wrap{
        /* height:300px; */
        overflow:scroll;
    }
    .notice .notice-msg{
        border-left:0;
    }
    .notice .row{
        padding-top:25px;
        padding-left:10px;
        padding-right:10px;
    }
    .notice .notice-img img{
        max-width:10%;
        margin-bottom:20px;
	display: none;
    }
}

.s-inner-top-banner div.breadcrumb{
    padding-left: 35px;
    padding-top: 20px;
}
@media screen and (max-width:768px){
    .s-inner-top-banner div.breadcrumb{
        padding-left: 15px;
    }
}

.s-inner-top-banner .breadcrumb{
    padding:0;
    background:#fff;
}

.s-inner-top-banner .breadcrumb a{
    color:#333333;
    font-weight:normal;
}
.notice a{
    color: #BE3A34;
}

.az-element.az-container{
    z-index:9;
}

@media screen and (min-width:1200px){
    .b-child-nav-card-container .nav-card-wrapper .nav-card-item{
        min-height:370px;
    }
}


.page-node-type-milestone-page section > .container{
    max-width:90%;
}

.view-fellowship .dropdown .dropdown-toggle::after{
    right: 15px !important;
    top: 10px !important;
    left: auto !important;
    z-index: 1;
    height: auto;
    width: auto;
    border-radius: 0;
    background: #fff;
}


.view-fellowship .bootstrap-select{
    width:600px !important;
    max-width:100% !important;
}
.view-fellowship .dropdown-toggle{
    padding:7px 18px;
}

.view-fellowship .bootstrap-select li{
    margin-bottom:0;
}

.js-form-item .dropdown-menu.show{transform:unset!important;top:35px!important;}

.js-form-item.form-item-college .dropdown-menu{
    display: none;
}