@media (max-width: 768px) {

 .vc_responsive .vc_grid-filter {
    display: block !important;
}
}

body.rtl .vc_row[data-vc-full-width], 
body.rtl section[data-vc-full-width] {
    left: calc(5vw/ 2);
}

.paddingFix {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*2021-10-21: for making embedded Youtube reponsive (Laurel)*/
@media (max-width: 1200px) {

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

.custom-bulleted-list{
    list-style-type: none;
    padding: 0;
}

.custom-bulleted-list li:first-child::before {
    visibility: visible;
}

.custom-bulleted-list li::before{
    content:attr(data-text);
    font-weight: bold;
    margin-right: 5px;
    padding: 0;
    visibility: hidden;
}

.custom-section-no-padding .vc_tta-panel-body {
    margin: 0;
}

.custom-section-yellow a{
    color:gray !important; 
}

.custom-section-orange a{
    color:gray !important; 
}

.custom-section-green a{
    color:gray !important; 
}

.vc_tta-color-blue.vc_tta-style-classic .custom-section-yellow  .vc_tta-panel-heading{
    background-color: rgb(254, 241, 204);
    border-bottom-color: rgb(242, 231, 201);
    border-left-color: rgb(242, 231, 201);
    border-right-color: rgb(242, 231, 201);
    border-top-color: rgb(242, 231, 201);
}

.vc_tta-color-blue.vc_tta-style-classic .custom-section-yellow  .vc_tta-panel-heading:hover:not(.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading){
    background-color: rgb(242, 231, 201);
}

.vc_tta-color-blue.vc_tta-style-classic .custom-section-orange .vc_tta-panel-heading{
    background-color: rgb(254, 225, 204);
    border-bottom-color: rgb(242, 213, 201);
    border-left-color: rgb(242, 213, 201);
    border-right-color: rgb(242, 213, 201);
    border-top-color: rgb(242, 213, 201);
}

.vc_tta-color-blue.vc_tta-style-classic .custom-section-orange  .vc_tta-panel-heading:hover:not(.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading){
    background-color: rgb(242, 213, 201);
}

.vc_tta-color-blue.vc_tta-style-classic .custom-section-green .vc_tta-panel-heading{
    background-color: rgb(210, 241, 218);
    border-bottom-color: rgb(198, 231, 215);
    border-left-color: rgb(198, 231, 215);
    border-right-color: rgb(198, 231, 215);
    border-top-color: rgb(198, 231, 215);
}

.vc_tta-color-blue.vc_tta-style-classic .custom-section-green  .vc_tta-panel-heading:hover:not(.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading){
    background-color: rgb(198, 231, 215);
}