@font-face {font-family: "Neue Haas Unica W1G";
    src: url("./fonts/31267e36af6f8dac65a56e78345e945e.eot"); /* IE9*/
    src: url("./fonts/31267e36af6f8dac65a56e78345e945e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/31267e36af6f8dac65a56e78345e945e.woff2") format("woff2"), /* chrome、firefox */
    url(".fonts/31267e36af6f8dac65a56e78345e945e.woff") format("woff"), /* chrome、firefox */
    url(".fonts/31267e36af6f8dac65a56e78345e945e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url(".fonts/31267e36af6f8dac65a56e78345e945e.svg#Neue Haas Unica W1G") format("svg"); /* iOS 4.1- */
  }



body {
    font-family: 'Neue Haas Unica W1G', sans-serif;
    color: #1B1C1C;
}

h1, h2,h3,h4,h5,h6{
    font-family: 'Neue Haas Unica W1G', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}



.row > * {
    width: 100%;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: none;
}

.header .container-fluid {
    text-align: center;
}

.form-search {
    margin-top: 21px
}

.header a.nav-link {
    font-size: 16px;
    text-shadow: 0px 3px 6px #00000029;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}


.banner.banner-full-size {
  /*  background:url('../other-assets/banners/home-banner.png')!important ;*/
    padding-top: 100px;
    padding-bottom: 100px;
}


.banner-pages {
    /* background:url('./assets/other-assets/banners/home-banners.png')!important ; */
    padding-top: 200px;
}

.bg-primary {
    background-color: #695BE5 !important;
}


/* h2 {
    font-size: 42px !important;
}

h3 {
    font-size: 32px;
}

p {
    font-size: 24px;
    line-height: 27px;
} */


h2 {
    font-size: 35px !important;
}

h3 {
    font-size: 28px;
}

p {
    font-size: 18px;
    line-height: 24px;
}






hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

a, button, input, select { cursor: pointer; }

.primary-color {
    color: #695BE5 !important;
}

.date-news {
    background: #D4CAC7;
    color: #fff;
}

.news-read {
    text-decoration: underline;
}

.primary-button {
    background-color: #695BE5;
    color: #fff;
    border-color: #695BE5;
    padding: 15px!important;
    cursor: pointer;
    border-radius: 0px!important;
}

.footer-background {
    background-color: #695BE5;
    margin-top: 100px;
}

.copyright {
    color: #fff;
}

.report-broken {
    color: #fff;
    text-decoration: underline;
}

a {
    color: inherit;
}

.header li.nav-item {
    padding-right: 15px;
}


/* carousel */

.carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #EFEAE9;
    border-radius: 50%;
    border: 1px solid #1B1B1B;
    cursor: pointer;
}

.carousel-caption p {
    color: #000;
}


/* banner tabs  */

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-family: 'Neue Haas Unica W1G', sans-serif;
    color: #695BE5;
    background-color: #fff;
    border-color: #fff #fff #fff;
    font-weight: bold !important;
}

.nav-tabs {
    font-size: 18px;
    border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-item.thirds {
    margin-bottom: -1px;
    border: 1px solid #fff;
    width: 100%;
}

li.nav-item.thirds .nav-link {
    text-align: left;
}

#nav-tabs .nav-link {
    color: #695BE5 !important;
    text-align: center;
}

#my_nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

#my_nav ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
}

#my_nav ul ul {
    display: none;
    position: absolute;
    top: 1.5em;
    left: 0;
    z-index: 99999;
    width: 400px;
    background: #fff;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    text-align: left;
}

.sub-menu: hover {
    display: block;
}

#my_nav ul ul li {
    width: 100%;
}

#my_nav ul li:hover > ul {
    display: block;
}
#my_nav li {
    position: relative;
}
.spacer {
    margin-top: 100px;
}

.spacer-half {
    margin-top: 50px;
}


.member-info {
    border-bottom: 2px solid grey;
}

.small-text {
    font-size: 18px;
    color: #000;
    line-height: 21px;
}

.email-result p.small-text {
    margin-bottom: 5px !important;
    color: #695BE5;
}

.email-title {
    border-bottom: 1px solid #695BE5;
}

#emailsresponseajax a {
    color: #695be5;
    text-decoration: underline;
}

.txt-black {
    color: #000 !important;
}

.custom-form {
    border-color: #695BE5;
}

.border-bottoms {
    border-bottom: 1px solid grey;
}


.border-bottom-dark {
    border-bottom: 1px solid black;
    opacity: 1;
}

.row.statutes p {
    font-size: 18px;
    margin-bottom: 0px;
}

.row-border-bottom-dark {
    border-bottom: 1px solid black;
    opacity: 1;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

#survey-main .col-md-1 {
    text-align: right;
}

/* issues pages */

li.issues-list-item p {
    font-size: 18px;
}

ul.issues-list {
    list-style-type: none;
    padding-left: 0px;
}

.views-div.cols-20 .row {
    border-bottom: 1px solid;
    padding: 3px 0;
}

/*printer friendly links */

.printomatictext {
    cursor: pointer;
    display: inline-block;
   /* border-bottom: 2px solid; */
    font-weight: bold;
    text-decoration: underline;
}

.printomatictext:hover {
    
}

.print-link {
    color: #695BE5;
    font-size: 18px;

}

span.dashicons.dashicons-printer {
    font-size: 25px;
    margin-right: 12px;
    margin-top: 3px;
}


/* pagination */

a.first-last {
    padding: 0 10px;
    color: #695be5;
}

a.page-numbers {
    padding: 0 10px;
}

.prev-btn, .next-btn {
    background: #695be5;
    color: #fff;
    border: 1px solid #000;
}

.totalpages {
    text-align: center;
    color: #695be5;
}
.page-numbers {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #695BE5;
    padding: 0 10px;
}

.pagination-container,
.lib-pagination-container,
.meetings-pagination-container,
.members-pagination-container
 {
    width: 100%;
    text-align: center;
    padding: 0;
}

span.fc-time {
    display: none;
}

.fc-event, .fc-event:hover {
    color: #fff;
    background-color: #695be5!important;
    border-color: #695be5!important;
}

/* governance and ajax filter */

#guidelines p {
    font-size: 18px;
}

.guidelines-tabs .nav-item .nav-link {
    text-align: left;
    text-decoration: underline;
}

/*#response .row div {
    min-height: 70px;
}*/

#response .column-titles div {
    min-height: 20px;
}

.dropdowndiv-finance {
    display: inline-block;
    margin-right: 30px;
}

.grid-parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
}


select,
.btn-inline {
    word-wrap: normal;
    padding: 0px 36px 2px 5px;
    border: 1px solid #695be5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent;
    height: 32px;
    display: inline-block;
}

.location-input {
    width: 100%;
}

.meeting-date {
    padding: 2px 5px;
    width: 97%;
}
/*.selectdiv:after {
    content: '🡣';
    position: absolute;
    display: inline-block;
    background: #695be5;
    height: 32px;
    width: 30px;
    color: #fff;
    font-size: 22px;
    padding: 0px 5px;
    z-index: -1;
    right: 14px;
} */

i.down-arrow {
    position: absolute;
    right: unset;
    background: #695be5;
    color: #fff;
    padding: 7px 7px;
    z-index: -1;
    height: 32px;
    margin-left: -25px;
}

/*.selectdiv3:after {
    content: '🡣';
    position: relative;
    display: inline-block;
    left: -34px;
     top: 3px;
    background: #695be5;
    height: 31px;
    width: 30px;
    color: #fff;
    font-size: 22px;
    padding: 0px 5px;
    z-index: -1;
}


.selectdiv2:after {
    content: '🡣';
    position: relative;
    left: -34px;
    top: 3px;
    background: #695be5;
    height: 31px;
    width: 30px;
    color: #fff;
    font-size: 22px;
    padding: 0px 5px;
    z-index: -1;
    display: inline-block;
}
*/
select#category {
    min-width: 261px;
}

select#year {
    min-width: 164px;
}

label {
    display: block;
    color: #695be5;
    margin-bottom: 0;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.filter-button {
    background: transparent;
    border: 0;
    border-bottom: 2px solid currentColor;
    padding: 0;
    color: #695be5;
    font-weight: bold;
}

.filter-control {
    text-align: left;
    margin-top: 15px;
}

button.filter-button {
    padding: 0;
    height: auto !important;
    margin-top: 10px;
}

input.filter-button {
    height: auto;
}

#response h4,
#datafetch h4,
#membersresponseajax h4,
#survey-main h4 {
    color: #695be5;
}

#response p,
#datafetch p {
    font-size: 18px;
    text-transform: capitalize;
}

span.dashicons.dashicons-download {
    font-size: 30px;
    color: #695be5;
}

/* library input fields and addtional styling */

input#title,
select#library-type {
    width: 261px;
}


input#author,
input#keyword,
input#year {
    width: 261px;
}

.row.column-titles {
    display: none;
}

.mobile-titles h4 {
    font-size: 18px;
    font-weight: bold;
    /* text-align: right; */
}


select#role, select#company, select#country {
    width: 100%;
}

#membersresponseajax p,
#emailsresponseajax p,
.access-users p {
    font-size: 18px;
    margin: 0;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #695be5;
}

.read-news a {
    color: #695be5;
}

.news-heading {
    padding-left: 15px;
}


/*media queries */

@media (min-width: 769px) {

    .row.column-titles {
        display: flex;
    }

    .mobile-titles {
        display: none;
    }
    .grid-parent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 0px;
    }


    .nav-tabs .nav-item.thirds {
        margin-bottom: -1px;
        border: 1px solid #fff;
        width: 33.3333%;
    }

    li.nav-item.thirds .nav-link {
        text-align: center;
    }
}

@media (min-width: 998px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        border: 0px solid rgba(0, 0, 0, .15);
        box-shadow: 2px 4px #00000029;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: -95px;
    }

    .copyright {
        color: #fff;
        padding-left: 100px;
    }

    .form-search {
        margin-left: 100px
    }

    .row.column-titles {
        display: flex;
    }

    .mobile-titles {
        display: none;
    }

     input#author,
    input#keyword,
    input#year {
        width: 163px;
    }
}

@media (min-width: 1200px) {
    .grid-parent {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 0px;
    }

    input#author,
    input#keyword,
    input#year {
        width: 163px;
    }

    .filter-control {
        text-align: right;
        margin-top: 15px;
    }
}

@media print {

    ul.navbar-nav {
    display: none;
    }

    li.nav-item.thirds .nav-link {
    text-align: left;
    }

    .banner-content.pb-5 {
        padding-bottom: 0px!important;
    }

    hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .filter-control {
         display: none;
    }

    .read-more {display: none;}
}


table, th, td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: centre;
}


#menu-primary-links a:hover {
    /* color: inherit!important; */
    text-decoration: none!important;
}

.sub-menu .menu-item{
    padding-top: 10px!important;
    /* padding: 0.75em 1.1em 0.75em 0.3em; */

}

.sub-menu .sub-menu {
    left:100%!important;
    top: -10%!important;
}
ul.sub-menu {
    padding-bottom: 10px;
}

/*remove later*/

div#issues-main .col-md-8 p {
    font-size: 16px;
}


tr.even {

    background: #fff;
}


tr.odd {
    background: #EFEAE9;
}
/* remove later close */

/* @media (min-width: 1200px) {
ul#menu-primary-links {
    margin-left: 150px;
}
} */



.menu-item a{
    text-decoration: none!important;
}

.carousel-caption {
    position: absolute;
    text-align: left!important;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

@media (min-width: 1600px) {
    .carousel-caption {
        bottom:30%;
    }
    
}

.tab-border{
    border-right: 1px solid white;
    border-left:2px solid white;
    border-top: 2px solid white;
}

.tab-border-last{
    border-right: 2px solid white;
    border-left:2px solid white;
    border-top: 2px solid white;

}


ul#menu-main-menu-live {
    padding: 0px!important;
}


.primary-button{
    background-color: #695BE5;
    color: #ffffff;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}


@media (min-width: 1600px){
.navbar{
    padding-left:0px!important;
}
}

@media (min-width: 1600px){
.navbar-brand {
margin-left:-15px!important;
}
}


tr:nth-child(even) {background-color: #EFEAE9;}
@media (min-width: 998px){
form#wpforms-form-8929 {
    width: 600px;
}
}

@media (max-width: 998px){
form#wpforms-form-8929 {
    width: 300px;
}
}

input#wpforms-8929-field_0 {
    border-radius: 15px;
}

input#wpforms-8929-field_1 {
    border-radius: 15px;
}

button#wpforms-submit-8929 {
    background: #695BE5;
    border-radius: 10px;
    color: #ffff;
}


.user-name p {
    font-size: 32px;
    color: #695BE5;
    line-height: 35px!important;

}

.user-info{
    background-color: #E1DFF8;
}

.profile-bar{
    font-size: 32px;
    color: #695BE5;
    line-height: 35px!important;

}

.progress{
    background-color: #E1DFF8;
    border: 1px solid #fff;
}

.progress-bar{
    background-color:#fff ;
}

.noti-header{
    font-size: 32px;
    color:#695BE5 ;
    line-height: 35px!important;


}

.single-notification{
    text-decoration: underline;
}

.number_notification{
    color: #fff!important;
    background: #000;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    display: inline-block;
    padding-left: 15px;
    padding-top:8px;
    font-size :24px;

}

.news-header{
    font-size: 32px;
    color:#695BE5 ;
    line-height: 35px!important;
}

.color-custom-grey{
    background-color:#FBFAF9!important ;
}

.column1{

    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    background-color:lightgrey;
    padding-left:80px;
    
}

a.text-decoration-underline {
    text-decoration: underline!important;
}

.space-top{
    padding-top: 60px;
}


.space-row{


    padding-top: 30px;
}

.border-top{
    border-top: 1px solid black;
}

.single-update{
    border-bottom: 1px solid black;
}

i.fa.fa-arrow-down.down-arrow.updates.float-right {
    color: #695be5;
    background: #fff;
    float: right!important;
    position: relative;
}

.color-white{
    color:#fff;
    padding: 10px 0px 10px 0px;
}

.profile-update-notice{
    background: #000;
    justify-content: center;
    align-items: center;
}

#otherOptionInput {
    display: none;
  }


  .text-decoration-underline {
    text-decoration: underline!important;
}

body{
    font-size: 18px!important;
}

.documents
{
    color:#695BE5!important;
    text-decoration: underline!important;
}

/* accordion css  start*/

#main {
    margin: 50px 0;
  }
  
  #main #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #695BE5;
    padding: 20px;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #695BE5;
    color: #fff;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapsing {
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
  }
/* accordion css end */


/* workgroup radio tabs  */

.wg_box{
    padding: 20px;
    display: none;
}
.wg_active{
    display: block;
}
/* workgroup radio tabs end  */
/* general search css  */

.general-search {
    margin-top: 10px;
}

p.alert {
    color: #fff;
    display: block;
    text-align: left;
    background: #695BE5;
    padding: 20px;
}


/* 
.container a{
    color: #695be5!important;
} */


select#usertype {
    width: 100%;
}




/* calendar custom css starts  */

.fc-toolbar h2 {
    font-size: 1.75em;
    margin: 0;
    font-size: 18px!important;
}

.fc-button-primary {
    color: #fff;
    background-color: #695BE5!important;
    border-color: #695BE5!important;
}

.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    background-color: #D4CAC7!important;
    border-color: #D4CAC7!important;
}


/* calendar custom css ends  */


.form-control {
    max-width: 100%!important;
}


.workgroup0{
    font-weight: 700;

}

.pb-space-member{
    padding-bottom: 1rem!important;
}

button#wpforms-submit-9399 {
    background-color: #695BE5;
    color: #ffffff;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

a{
    color: #695BE5;
}

#menu-main-menu-live a{
    color: #000;
}

@media (min-width: 998px){
div#wpforms-9874 {
    WIDTH: 600px;
}
}


/* responsive css  */
@media (max-width: 514px){
.general-search {
    margin-top: 10px;
    display: none;
}
}

@media (max-width: 514px){
.carousel-caption {
    left: 5%!important;
}
}
@media (max-width: 514px){
.custom-mobile-banner{
    height: 550px;
}
}
@media (max-width: 514px){
.page-id-5540 .container{
    margin-left: 20px!important;
    margin-right: 20px!important;
    width: auto!important;
}
}

@media (max-width: 514px){
    .custom-margin{
        margin-left: 20px!important;
        margin-right: 20px!important;
        width: auto!important;
    }
    }

/* .row{
    margin-left: 15px!important;
    margin-right: 15px!important;
} */