/* Design by MindQ  - http://www.mind-q.com/ */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif!important;
  font-weight: 400;
  font-kerning: auto;
  font-size: 15px;
  text-align: left;
}

*::before,
*::after {
  box-sizing: inherit;
}

:root {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {

    margin: 0px;

    margin-top: 0px;

    margin-bottom: 0px;

    padding: 0px;

    font-family: Arial, Helvetica, sans-serif;

    color: #666;

    text-align: left;

    background: #fff;

    cursor: default;

}



@font-face {

    font-family: 'eurostile';

    src: url('eurostile.eot');

    src: url('../font/eurostile.woff') format('woff'),

        url('../font/eurostile.ttf') format('truetype'),

        url('eurostile.svg#Eurostile-Normal') format('svg');

    font-weight: normal;

    font-style: normal;

}




strong {
  font-weight: bold;
}


h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: Arial, Helvetica, sans-serif;

    font-smooth: always;

    color: #5e3e36;

    padding-bottom: 10px;

    text-transform: uppercase;

}

h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

h5 {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

h6 {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}





#mainwrap {

    width: 1200px;

    background: #fff url(../images/mainbodybg.png) top right no-repeat;

    margin: 0px auto auto auto;
    overflow: hidden;
}



/*----------------------------- HEADER -------------------------*/



#header {

    width: 1200px;

    height: 235px;
    position: relative;

}



#block-ceda-site-branding {

    padding: 40px 0px 0px 50px;

    clear: left;

    z-index: 50;

    position: absolute;

}



#block-ceda-ceda-block-8 {
    float: right;
    margin-left: 360px;
    margin-top: 70px;
    width: 75px;
}



#facebook,
#linkedin {
  float: left;
  padding-right: 10px;
}




#facebook a {

    width: 26px;

    height: 26px;

    background: url(../images/facebook.png);

    display: block;

    text-decoration: none;

    text-indent: -9999px;

}



#facebook a:hover {

    width: 26px;

    height: 26px;

    background: url(../images/facebook_over.png);

}





#linkedin a {

    width: 26px;

    height: 26px;

    background: url(../images/linkedin.png);

    display: block;

    text-decoration: none;

    text-indent: -9999px;

}



#linkedin a:hover {
    width: 26px;
    height: 26px;
    background: url(../images/linkedin_over.png);
}

#block-ceda-nicemenus {
    float: left;
    clear: left;
    margin-top: 50px;
    font-size: 12px;
    width: 1170px;
    padding: 5px 20px;
    background: url(../images/menubg.png) top left no-repeat;
    /*height: 80px;*/
}

.block ul.nice-menu {
  z-index: 10;
}

ul.nice-menu .menuparent span,
ul.nice-menu a {
  padding: 28px 9px 29px 9px;
  background: #fff;
  outline: 0;
  font-size: 12px;
  text-decoration: none;
  color: #a02013;
  border-right: 1px solid #E5E5E5;
  display: inline-block;
  font-weight: bold;
}

ul.nice-menu .menuparent span:hover,
ul.nice-menu a:hover {
  background: #f26522;
  color: #fff;
  outline: 0;
  cursor: pointer;
}

ul.nice-menu a.chema {
    background: #f26522;
    color: #ffffff;
}

ul.nice-menu a.chema:hover {
    background: #a02013;
}

/*** 2nd level ***/
.nice-menu > .menuparent > ul.menu {
  left: 0;
  top: 76px;
  width: 350px;
  display: inline-block;
}

.nice-menu .menuparent > ul.menu ul {
  left: 0;
  top: 0;
  width: 200px;
}

.nice-menu .menuparent > ul.menu li span {
  background: #f26522;
  color: #fff;
  outline: 0;
  width: 100%;
  padding: 8px 9px 9px 9px;
  background-color: #f26522;
  padding: 18px;
  text-align: left;
  color: #000;
}

.nice-menu .menuparent > ul.menu ul {
  left: 350px;
  top: 0;
  width: 100%;
}

ul.nice-menu ul li {
  width: 100%;
}

ul.nice-menu ul li a{
  background: #f26522;
  color: #fff;
  outline: 0;
  width: 100%;
  padding: 8px 9px 9px 9px;
  background-color: #f26522;
  padding: 18px;
  text-align: left;
  color: #000;
}

.nice-menu li li a:hover,
.nice-menu li li a:hover {
    background-color: #faa61a;
    padding: 18px;
}

#block-ceda-ceda-search-form {
    background-color: #fff;
    float: right;
    width: 195px;
    margin-top: 68px;
}

#block-ceda-ceda-search-form .form-item input{
  border: 1px solid #cbcbcb;
  height: 15px;
  background: none;
  color: #666;
  font-size: 11px;
  float: left;
  margin-top: 2px;
  padding: 12px 10px;
  display: inline-block;
  outline: 0;
  width: 100%;
}

#block-ceda-ceda-search-form .form-item label {
  display: none!important;
}

#block-ceda-ceda-search-form .form-actions input{
  position: absolute;
  top: 6px;
  right: 10px;
  border: none;
  background: transparent url(./../images/search.png) no-repeat center / cover;
  outline: 0;
  color: transparent;
  font-size: 0;
  height: 13px;
  width: 13px;
}

#edit-submit {

    margin-top: 2px;
}


#block-block-23 {
    background-color: #fff;
    color: #999;
    font-size: 11px;
    padding: 0px 15px;
    float: right;
    margin-top: 70px;

}

#block-block-23 a {
    background: #F26522;
}

#block-block-23 a:hover {
    background: #F26522;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;

}





.search-info {

    display: none;

}

#block-ceda-clientarea,
.region-blockgroup-client-area {
    position: absolute;
    right: 0;
    display: inline-block;
    background: #f26522;
    width: auto;
    top: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

#block-ceda-clientarea:hover,
.region-blockgroup-client-area:hover {
    background: #a02013;
}

#block-ceda-userlogoutloginlinks {
    font-size: 13px;
    padding: 5px 10px;
    text-align: right;
    font-size: 12px;
    display: inline-block;
    color: #fff;
}

#block-ceda-userlogoutloginlinks a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

#block-ceda-ablockforthelinktothecustomerarea,
#block-block-15 {
    top: 0;
    color: #fff;
    display: inline-block;
    padding-top: 5px;
    top: 0;
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 20px;
}

#block-ceda-ablockforthelinktothecustomerarea p a,
#block-block-15 .content a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.content_gallery img {

    float: left;

    padding: 0px 13px 13px 0px;
}

ul.menu li {
    margin: 0 0 0 0 !important;
    /* LTR */
}

#block-block-17 {
    float: right;
    width: 351px;
    border-bottom: 5px solid #ccc;
}

/*----------------------------- HOMEPAGE BODY -------------------------*/





#bodyhome {

    width: 1200px;

    float: left;

}



#block-views-company-block {
    float: left;
    width: 1200px;
    height: 570px;
    border-bottom: 5px solid #ccc;
}

#block-views-company-block .view-footer {
    background: url(../images/guideline.png) top left no-repeat;
    height: 124px;

}

#block-views-company-block .view-footer .views-field-title {
    display: none;
}

#block-views-company-block .view-footer .views-field-body {
    float: right;
    padding-right: 20px;
    padding-top: 47px;
}

#block-views-company-block .view-footer .views-field-body a {
    color: #aa2411;
    font-size: 18px;
    font-weight: bolder;
    text-decoration: none;
}


#views_slideshow_controls_text_previous_company-block_1 {

    background-image: url(../images/left-ar.png);

    width: 48px;

    height: 105px;

    margin-top: -108px;

    margin-left: 0px;

    text-indent: -9999px;

    z-index: 105;

    position: absolute;

}


#views_slideshow_controls_text_pause_slider_image-block_1,
#views_slideshow_controls_text_pause_company-block_1 {

    display: none;

}



#views_slideshow_controls_text_next_company-block_1 {

    background-image: url(../images/right-ar.png);

    width: 48px;

    height: 105px;

    margin-top: -108px;

    margin-left: 792px;

    text-indent: -9999px;

    z-index: 105;

    position: absolute;

}



.transparent-holder-main {

    background-image: url(../images/tr-bg.png);

    width: 840px;

    height: 105px;

    margin-top: -108px;

    text-indent: -9999px;

    z-index: 105;

    position: absolute;

}



.sectors-mainimage {

    height: 50px;

    margin-top: -90px;

    z-index: 105;

    position: absolute;

    color: #fff;

    border-right: 1px solid #fff;

    width: 225px;

    text-align: right;

    text-transform: uppercase;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 26px;

    font-stretch: normal !important;

    letter-spacing: 0px !important;

    margin-left: 65px;

    padding: 10px 20px 10px 0px;

}



.title-mainimage {

    height: 50px;

    margin-top: -95px;

    z-index: 105;

    position: absolute;

    color: #fff;

    width: 455px;

    font-size: 13px;

    margin-left: 335px;

    padding: 10px 20px 10px 0px;

    text-transform: uppercase;

    font-weight: bold;

}



.testimonials-mainimage {

    height: 50px;

    margin-top: -75px;

    z-index: 105;

    position: absolute;

    color: #fff;

    width: 400px;

    font-size: 11px;

    margin-left: 335px;

    padding: 10px 20px 10px 0px;

}



#block-ceda-views-block-welcome-to-ceda-block {

    float: right;

    /*width: 290px;*/
    width: 30%;

    color: #666;

    line-height: 17px;

    font-size: 12px;

    /*padding: 60px 35px 0px 35px;*/

    /*border-bottom: 5px solid #ccc;*/

    /*border-top: 1px solid #ccc;*/


    margin-bottom: 30px;
    position: relative;
    z-index: 9;

    background: #fff;
}

#block-ceda-views-block-welcome-to-ceda-block h2 {
    display: none;
    margin-top: 167px
}

#homeintro-link,
.homeintro-link,
.more-link {

    margin-top: 25px !important;
    margin-bottom: 20px;
    float: left;

}



#homeintro-link a,
.homeintro-link a,
.more-link a {

    text-decoration: none;

    color: #5e3e36;

    font-weight: bold;

    border: 1px solid #ccc;

    padding: 6px 15px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    -khtml-border-radius: 3px;

    border-radius: 3px;

}

#homeintro-link a:hover,
.homeintro-link a:hover,
.more-link a:hover {

    text-decoration: none !important;

    color: #fff !important;

    font-weight: bold;

    background-color: #5e3e36;

    border: 1px solid #5e3e36;

}


#homebody {
  clear: both;
  position: relative;
  display: block;
}


#block-ceda-views-block-ceda-statistics-block {

    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    font-weight: bold;
    background-color: #666;
    padding: 20px 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    width: 250px;
    margin-top: 40px;
    margin-left: 35px;

}

#block-ceda-views-block-homepage-products-block {
    width: 50%;
    height: 59px;
    background: #fff;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 23px 35px;
    float: left;
    font-size: 11px;
    background: #fff url(../images/agriculture.png) top left no-repeat;
    line-height: 15px;
    /*margin-top: 40px;*/
}

#block-ceda-views-block-homepage-products-block:hover {
    background: #efefef url(../images/agriculture.png) top left no-repeat;
}

#block-ceda-views-block-homepage-products-block-1 {
    width: 50%;
    height: 59px;
    background: #fff;
    /*border-right: 1px solid #e3e3e3;*/
    border-bottom: 1px solid #e3e3e3;
    padding: 23px 35px;
    font-size: 11px;
    background: #fff url(../images/products.png) top left no-repeat;
    line-height: 15px;
    /*margin-top: 40px;*/
  float: left;
}



#block-ceda-views-block-homepage-products-block-1:hover {

    background: #efefef url(../images/products.png) top left no-repeat;

}



#block-ceda-views-block-homepage-products-block-2 {
    width: 50%;
    height: 59px;
    background: #fff;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 23px 35px;
    float: left;
    font-size: 11px;
    background: #fff url(../images/services.png) top left no-repeat;
    line-height: 15px;

}



#block-ceda-views-block-homepage-products-block-2:hover {

    background: #efefef url(../images/services.png) top left no-repeat;


}



#block-ceda-views-block-homepage-products-block-3 {
    width: 50%;
    height: 59px;
    background: #fff;
    /*border-right: 1px solid #e3e3e3;*/
    border-bottom: 1px solid #e3e3e3;
    padding: 23px 35px;
    font-size: 11px;
    background: #fff url(../images/tradefinace.png) top left no-repeat;
    line-height: 15px;
  float: left;
}



#block-ceda-views-block-homepage-products-block-3:hover {
    background: #efefef url(../images/tradefinace.png) top left no-repeat;

}



#block-ceda-views-block-homepage-products-block-4 {
    width: 50%;
    height: 59px;
    background: #fff;
    /*border-right: 1px solid #e3e3e3;*/
    border-bottom: 1px solid #e3e3e3;
    padding: 23px 35px;
    font-size: 11px;
    background: #fff url(../images/structuredfinance.png) top left no-repeat;
    line-height: 15px;
  float: left;
}



#block-ceda-views-block-homepage-products-block-4:hover {
    background: #efefef url(../images/structuredfinance.png) top left no-repeat;

}



#block-ceda-views-block-homepage-products-block-5 {
    width: 50%;
    height: 59px;
    background: #fff;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 23px 35px;
    font-size: 11px;
    background: #fff url(../images/traning.png) top left no-repeat;
    line-height: 15px;
  float: left;
}



#block-ceda-views-block-homepage-products-block-5:hover {
    background: #efefef url(../images/traning.png) top left no-repeat;

}

#block-ceda-views-block-homepage-products-block-7 {
    width: 50%;
    height: 59px;
    background: #fff;
    /*border-right: 1px solid #e3e3e3;*/
    border-bottom: 1px solid #e3e3e3;
    padding: 23px 35px;
    font-size: 11px;
    background: #fff url(../images/structuredfinance.png) top left no-repeat;
    line-height: 15px;
  float: left;
}



#block-ceda-views-block-homepage-products-block-7:hover {
    background: #efefef url(../images/structuredfinance.png) top left no-repeat;
}





.hmproducts-title {

    color: #666;

    font-size: 18px;

    padding-left: 30px;

    text-transform: uppercase;

    padding-bottom: 15px;

}





#block-block-10 {

    width: 322px;
    padding: 25px 35px 25px 0;

    float: right;

    font-size: 11px;

    line-height: 15px;

    margin-left: 35px;

    margin-top: -191px;

}

#block-block-10 .block-10-section-1 {
    padding-left: 95px;
    background: url(../images/loans.png) top left no-repeat;

}

#block-block-10 .block-10-section-2 {}

#block-ceda-views-block-homepage-products-block-6,
#block-ceda-views-block-homepage-products-block-1,
#block-ceda-views-block-homepage-products-block-7,
#block-ceda-views-block-homepage-products-block,
#block-ceda-views-block-homepage-products-block-1,
#block-ceda-views-block-homepage-products-block-2,
#block-ceda-views-block-homepage-products-block-3,
#block-ceda-views-block-homepage-products-block-4,
#block-ceda-views-block-homepage-products-block-5 {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 110px;
}

#block-ceda-views-block-homepage-products-block-7 .views-field-body a,
#block-ceda-views-block-homepage-products-block .views-field-body a,
#block-ceda-views-block-homepage-products-block-1 .views-field-body  a,
#block-ceda-views-block-homepage-products-block-2 .views-field-body  a,
#block-ceda-views-block-homepage-products-block-3 .views-field-body  a,
#block-ceda-views-block-homepage-products-block-4 .views-field-body  a,
#block-ceda-views-block-homepage-products-block-6 .views-field-body  a,
#block-ceda-views-block-homepage-products-block-5 .views-field-body  a {
  text-decoration: none;
  color: #666;
  position: relative;
  padding-bottom: 20px;
  display: block;
  /*max-width: 120ch;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}


#block-ceda-views-block-homepage-products-block-7 a:hover,
#block-ceda-views-block-homepage-products-block a:hover,
#block-ceda-views-block-homepage-products-block-1 a:hover,
#block-ceda-views-block-homepage-products-block-2 a:hover,
#block-ceda-views-block-homepage-products-block-3 a:hover,
#block-ceda-views-block-homepage-products-block-4 a:hover,
#block-ceda-views-block-homepage-products-block-5 a:hover {
    text-decoration: none;
    color: #666;
}

#homebody1 {
    position: relative;
    width: 1200px;
    float: left;
    background: url(../images/miidle-sep-line.png) top left no-repeat;
    min-height: 230px;
    padding: 70px 0px 15px 0px;
}

#block-ceda-views-block-faq-s-block {
    float: left;
    width: 340px;
    margin-left: 45px;
    font-size: 12px;
    margin-right: 33px;
}

#block-views-company-block-2 {
    line-height: 0px;

}



#block-ceda-cedanetworks
    {
    float: left;
    margin-top: -15px;
}

.network-title {

    color: #666;

    font-size: 18px;

    text-transform: uppercase;

    padding-bottom: 15px;

    margin: 15px 0px 0px 30px;

    z-index: 55;

    position: absolute;

}



#block-ceda-views-block-news-and-events-block {

    float: left;

    width: 290px;

    margin-left: 55px;

    font-size: 12px;

    line-height: 16px;

}



.news-blup {

    padding-bottom: 20px;

}



.news-blup a {

    text-decoration: none;

    color: #666;

}



.news-blup a:hover {

    text-decoration: none;

    color: #a02013;

}



.fieldset-legend {

    font-size: 18px;

    border-bottom: 1px solid #a02013;

    margin-bottom: 25px;

    text-transform: uppercase;

    color: #5e3e36;
    line-height: 1.5;

}

.fieldset-legend .summary {
    margin: 0 !important;
}


#clear {
    clear: both;
}



/*----------------------------- SUBPAGE BODY -------------------------*/

/**** loan Calculator ****************/

.page-node-77145 #simple-calculator-form input[type="text"] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 97%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;

}

.page-node-77145 #simple-calculator-form label {
    display: block;
    margin-bottom: 8px;
    float: left;
}

.page-node-77145 #simple-calculator-form {
    width: 100%;
    margin: 10px auto;
    padding: 10px 20px;

    border-radius: 8px;
}

.page-node-77145 #homeloan-calc,
.page-node-77145 #homeloan-reset {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: #f26522;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    border: 1px solid #f26522;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
}

.page-node-77145 #homeloan-calc:hover,
.page-node-77145 #homeloan-reset:hover {
    background: #a02013;
    border: 1px solid #a02013;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


#bodysub {

    width: 1200px;

    float: left;

    background: url(../images/sub_vert_line.png) top right repeat-y;

}



.subtop-image {
    border-top: 1px solid #cdcdcd;
    border-bottom: 5px solid #cdcdcd;
}

#block-ceda-views-block-custom-subpage-top-image-block {
  border-top: 1px solid #cdcdcd;
  border-bottom: 5px solid #cdcdcd;
  line-height: 1px;
  display: block;
  clear: both;
  margin: -176px 0 0;
}




#content {
    width: 839px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    padding: 20px 54px 20px 45px;
    float: left !important;
    position: relative;
    display: inline-block;
}





#content a {

    color: #a02013;

    text-decoration: none;

    font-weight: bold;

}



#content a:hover {

    color: #a02013;

    text-decoration: underline;

}



#content p {

    padding-bottom: 10px;

}



#first-time {

    display: none;

}



.content-divider-line {

    color: #fff;

    font-size: 1px;

    width: 740px;

    border-bottom: 1px solid #dbdbdb;

    margin: 10px 0px 20px 0px;

    padding: 20px 0px;

}



.views-label-field-sectors {

    float: left;
    font-weight: bold;
    padding-right: 4px;

}



.group-left {

    width: 20% !important;

    float: left !important;

}


#complains-btn {
  width: 157px;
  height: 120px;
  float: left;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}


#appeals-btn {
    width: 157px;
    height: 120px;
    float: left;
    margin-top: -12px;
}


#complains-btn a {
  background: url(../images/complaints.png) no-repeat top left / contain;
  width: 157px;
  height: 120px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  float: left;
  display: inline-block;
}

#complains-btn a:hover {
    background: url(../images/complaints-over.png) top left no-repeat;
    width: 157px;
    height: 120px;
}


#appeals-btn a {
  background: url(../images/appeals.png) no-repeat top left / contain;
  width: 157px;
  height: 120px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
}

#appeals-btn a:hover {
    background: url(../images/appeals-over.png) top left no-repeat;
    width: 157px;
    height: 120px;
}




/*----------------------------- Sidebar Right  -------------------------*/





#sidebar-right {

    width: 361px;

    float: left;

    padding: 50px 0px;

    background: url(../images/sidebar-btm-bg.png) bottom left no-repeat;

}



#block-ceda-views-block-ceda-statistics-block {

    color: #fff;

    font-size: 12px;

    font-family: Arial, Helvetica, sans-serif;

    float: left;

    font-weight: bold;

    background-color: #666;

    padding: 20px 25px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    -khtml-border-radius: 3px;

    border-radius: 3px;

    width: 260px;

    margin-left: 30px;

}





#block-block-12 {

    width: 190px;

    height: 135px;

    background: url(../images/loans.png) top left no-repeat;

    border-top: 1px solid #e3e3e3;

    border-bottom: 1px solid #e3e3e3;

    padding: 25px 35px 25px 95px;

    float: left;

    font-size: 11px;

    line-height: 15px;

    margin: 25px 0px 0px 11px;

    margin-left: 40px;

}



#block-ceda-siderproductslinks-2 {

    float: left;

    width: 301px;

    border-bottom: 5px solid #e3e3e3;

    margin-bottom: 45px;

    padding: 0px 30px;

    text-transform: uppercase;

    font-size: 17px;

}



#sidebar-agriculture,
#sidebar-property,
#sidebar-services,
#sidebar-tradef,
#sidebar-traning {

    margin-bottom: 10px;

    float: left;

}





#sidebar-agriculture a {

    padding: 5px 5px 5px 37px;

    background: #fff url(../images/agriculture-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

    width: 269px;

    border: 1px solid #e1e2e2;

    display: block;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    -khtml-border-radius: 3px;

    border-radius: 3px;

}



#sidebar-agriculture a:hover {

    padding: 5px 5px 5px 37px;

    background: #efefef url(../images/agriculture-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

}



#sidebar-property a {

    padding: 5px 5px 5px 37px;

    background: #fff url(../images/products-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

    width: 269px;

    border: 1px solid #e1e2e2;

    display: block;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    -khtml-border-radius: 3px;

    border-radius: 3px;

}



#sidebar-property a:hover {

    padding: 5px 5px 5px 37px;

    background: #efefef url(../images/products-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

}



#sidebar-services a {

    padding: 5px 5px 5px 37px;

    background: #fff url(../images/services-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

    width: 269px;

    border: 1px solid #e1e2e2;

    display: block;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    -khtml-border-radius: 3px;

    border-radius: 3px;

}



#sidebar-services a:hover {

    padding: 5px 5px 5px 37px;

    background: #efefef url(../images/services-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

}



#sidebar-tradef a {

    padding: 5px 5px 5px 37px;

    background: #fff url(../images/tradefinace-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

    width: 269px;

    border: 1px solid #e1e2e2;

    display: block;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    -khtml-border-radius: 3px;

    border-radius: 3px;

}



#sidebar-tradef a:hover {

    padding: 5px 5px 5px 37px;

    background: #efefef url(../images/tradefinace-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

}



#sidebar-traning a {

    padding: 5px 5px 5px 37px;

    background: #fff url(../images/traning-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

    width: 269px;

    border: 1px solid #e1e2e2;

    display: block;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    -khtml-border-radius: 3px;

    border-radius: 3px;

}



#sidebar-traning a:hover {

    padding: 5px 5px 5px 37px;

    background: #efefef url(../images/traning-sidebar.png) top left no-repeat;

    color: #545454;

    text-decoration: none;

}


#block-ceda-page-title,
#subpage-heading {

    border-bottom: 4px solid #a02013;

    margin-bottom: 25px;

    margin-top: 25px;

}





/*-----------------------------footer & its content------------------*/



#footerwrap {

    width: 1120px;

    height: 293px;

    background: url(../images/footerbg.png) top left no-repeat;

    padding: 25px 40px 50px 40px;

    color: #676767;

    font-size: 11px;

    line-height: 16px;

    font-family: Arial, Helvetica, sans-serif;

}



#block-ceda-views-block-have-a-complaint-block {

    float: left;

    width: 445px;

    height: 235px;

    line-height: 17px;

    margin-right: 85px;

}



.footer-block-title {

    color: #666;

    font-size: 18px;

    text-transform: uppercase;

    padding-bottom: 15px;

}


#bodysub .view-company .views-row {
    min-height: 160px;
    overflow: auto;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.customer-profiles-view .views-row {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
}

.customer-profiles-view .views-row .views-field-field-company-pics,
#bodysub .view-company .views-row .views-field-field-company-pics {
    float: left;
  padding-right: 15px;
}

.success-story-pic {

    padding: 0px 15px 15px 0px;

}



#block-views-company-block-1 {

    float: left;

    width: 315px;

    height: 235px;

    line-height: 17px;

}



#block-ceda-views-block-footer-contact-details-block {

    float: left;

    width: 200px;

    height: 235px;

    margin-left: 75px;

    line-height: 17px;

}



/*footer links*/

#block-ceda-ceda-block-11 {

    float: left;

    width: 400px;

}





#block-ceda-copyrightblock {

    float: left;

    clear: left;

    padding-right: 21px;

    color: #ba2025;

}



/*mindq credits*/

#block-ceda-mindq {

    float: right;

    width: 300px;

    color: #666;

    text-align: right;

}



#footerwrap a,
#footerwrap-sub a {

    color: #ba2025;

    text-decoration: none;

}



#footerwrap a:hover,
#footerwrap-sub a:hover {

    color: #ba2025;

    text-decoration: underline;

}

.conference-title {

    display: block;
    height: 50px;
    margin-top: -56px;
    width: 350px;
    z-index: 105;
    position: absolute;
    background: rgb(243, 239, 230);
    background: rgba(255, 255, 255, 0.57);
}

.conference-title a {
    padding-left: 20px;
    paddding-top: 20px;
}

.conference-paper a {
    padding-bottom: 20px;
}


.page-community .views-row {
    display: block;
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
    clear: both;

}

.page-community .views-field-title {
    padding-bottom: 10px;
}

.page-community .views-field-field-date {
    margin-bottom: 10px;
    font-weight: bold;
}

.page-community .view-community .views-field-field-images {
    float: left;
    margin-right: 20px;
}

.page-community .more-link {
    margin-top: 25px !important;
    /**/
    float: none !important;

    position: absolute;
    left: 210px;
}

.page-community a.more-link {
    color: #a02013;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #ccc;
}

.page-community a.more-link:hover {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold;
    background-color: #5e3e36;
    border: 1px solid #5e3e36;
}


.node-type-csr-events .field-type-image {
    margin-bottom: 20px;
}

.node-type-csr-events .field-type-datetime {
    margin-bottom: 20px;
}

#block-ceda-views-block-homepage-products-block-6 {
    width: 50%;
    height: 110px;
    background: #fff;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 23px 35px;
    font-size: 11px;
    background: #fff url(../images/helping-hand.png) top left no-repeat;
    background-position-x: 30px;
    background-position-y: 16px;
    line-height: 15px;
  float: left;
}

#block-ceda-views-block-homepage-products-block-6 .views-field-body a {
    text-decoration: none;
    color: #666;
    position: relative;
    padding-bottom: 20px;
  /*max-width: 120ch;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}


#homebody #block-block-19 {


    margin-left: 847px;
    margin-top: 14px;

}

#block-block-20 {
    float: left;
    background: url(../images/line2.png) top left no-repeat;
    padding: 25px 0px 15px 0px;
}


#homebody #block-block-18 img {
    margin-left: 6px;

}

.page-node-77132 #block-system-main .field-name-body .video {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}


.page-node-77132 #block-system-main .field-name-body .video iframe {
    max-width: 95%;
}

.page-node-77133 #block-system-main .field-name-body .cc19-doc,
.page-node-77132 #block-system-main .field-name-body .cc19-doc {
    background: url(../images/pdf-icon.png) no-repeat left center;
    background-size: 25px;
    padding: 10px 0 10px 35px;
}

/*Webform*/
.webform-submission-form .form-item ,
.webform-client-form .form-item {
    max-width: 700px;
  margin-bottom: 20px;
}

.webform-submission-form .form-item textarea,
.webform-client-form .form-item textarea,
.webform-submission-form .form-item input,
.webform-client-form .form-item input {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

#home-loan-form input.button,
.webform-submission-form .form-actions input ,
.webform-client-form .form-actions input {
    background: #ba2025;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    margin-right: 10px;
}

#home-loan-form input.button {
    margin-bottom: 20px;
}

#home-loan-form input,
.webform-component-table-element .form-item input,
.webform-client-form .form-type-radio input,
.webform-submission-form .form-type-radio input,
.webform-submission-form input.webform-calendar,
.webform-client-form input.webform-calendar {
    width: auto;
    display: inline-block;
}

#home-loan-form input:hover,
.webform-submission-form .form-actions input:hover,
.webform-client-form .form-actions input:hover {
    background: #5e3e36;
    cursor: pointer;
}

#home-loan-form label,
.webform-submission-form .form-item label {
  display: block;
  font-weight: bold;
}

#home-loan-form label {
    display: inline-block;
}

#home-loan-form .form-item {
    margin-bottom: 20px;
}

.webform-submission-form .form-item label.form-required:after {
  color: #f00;
  content: " *";
  position: relative;
  display: inline-block;
}

.webform-submission-form .form-item select,
.webform-client-form .form-item select,
.webform-submission-form .form-managed-file .form-submit ,
.webform-client-form .form-managed-file .form-submit {
    padding: 8px 15px;
}

html.js fieldset.collapsed {
    height: auto;
}

.node-type-webform #bodysub {
    background: #fff;
}

.node-type-webform #sidebar-right {
    display: none;
}

.node-type-webform #content {
    width: 1200px;
}

.page-node-123 #bodysub #block-system-main {
    width: 65%;
    float: left;
    display: inline-block;
}

.page-node-123 #bodysub #block-system-main>.content {
    padding-right: 20px;
}

.page-node-123 #bodysub #block-views-branches-block {
    width: 35%;
    float: left;
    display: inline-block;
}

.page-node-123 #bodysub #block-views-branches-block .view-content>.views-row {
    margin-top: 20px;
}

.page-node-123 #bodysub #block-system-main>.content .form-item.webform-component.webform-component-table_element {
    width: 700px;
    overflow-x: scroll;
}

#block-block-24 {
    display: inline-block;
    position: relative;
    background: url("../images/graph.jpg") no-repeat center top;
    padding: 35px;
    background-size: cover;
    min-height: 200px;
    width: 315px;
    float: left;
    -webkit-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

#block-block-24.map {
    background: url("../images/map.jpg") no-repeat center top;
}

#block-block-24.graph {
    background: url("../images/graph.jpg") no-repeat center top;
}

#block-block-24:before {
    background: #9e2012;
    content: "";
    height: 55px;
    width: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 35px;
    left: 0;
}

#block-block-24 .content h3 {
    color: #9e2012;
    text-transform: uppercase;
    max-width: 260px;
    margin-bottom: 20px;
}

#block-block-24 .content p.link a {
    background: #f06522;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    line-height: 1;
}

#block-block-24 .content p.link a:hover {
    background: #fd7535;
}

#block-block-24 .content p.link a:after {
    background: url("../images/white-arrow.png") no-repeat center;
    width: 17px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
}

#block-block-24 .content .abs a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#block-block-24 .content .abs a:hover {
    background: rgba(0, 0, 0, 0.1);
}

/***Notice Ticker***/
.liScroll-container .mask,
.liScroll-container {
    width: 100%;
    display: inline-block;
}

ul.liScroll a {
    display: inline-block;
    text-decoration: none;
    color: #a02013;
}

/**New Slide**/

#block-ceda-ceda-block-25 {
    background-color: #fff;
    color: #999;
    font-size: 11px;
    padding: 0 0 0 15px;
    float: right;
    margin-top: 70px;
}

#block-ceda-ceda-block-25 p {
    display: inline-block;
}

#block-ceda-ceda-block-25 p a {
    display: inline-block;

    text-decoration: none;
    padding: 9px 20px 9px 45px;
    color: #fff;
    font-weight: 700;
}

#block-ceda-ceda-block-25 p:first-child {
    margin-right: 10px;
}

#block-ceda-ceda-block-25 p:first-child a {
    background: #faa61a url("../images/money-bag.png") no-repeat center left 15px;
}

#block-ceda-ceda-block-25 p:first-child a:hover,
#block-ceda-ceda-block-25 p:last-child a:hover {
    background-color: #a02013;
}

#block-ceda-ceda-block-25 p:last-child a {
    background: #f26522 url("../images/domain.png") no-repeat center left 15px;
}

#block-ceda-views-block-main-slider-block-1,
#block-ceda-views-block-slider-image-block {
    position: relative;
    display: block;
    padding: 0 15px 30px 0;
    width: 70%;
    overflow: hidden;
    float: left;
}

#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block  {
    position: relative;
    display: flex;
}

#block-ceda-views-block-main-slider-block-1 .slick--view,
#block-ceda-views-block-main-slider-block-1 .slick--view .slide__content {
  position: relative;
  display: block;
}

#block-ceda-views-block-main-slider-block-1 .slick--view .slide__caption {
  top: 0;
  display: block;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}

#block-ceda-views-block-main-slider-block-1 .slick--view .slick-list .slick-active .slide__content::before,
#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 520px;
  height: 100%;
  z-index: 10;
  background: url(../images/slide-bg.png) no-repeat right center / cover;
}

#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-field-field-image {
    line-height: 0;
    width: 100%;
}

#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-field-field-image img {
    width: 100%;
    /*height: auto;*/
}

#block-ceda-views-block-main-slider-block-1 .slide__caption .views-field-fieldset,
#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-fieldset {
    width: 45%;
    padding: 50px 0 35px 45px;
    z-index: 11;
    position: absolute;
    top: 0;
    bottom: 0;
}

#block-ceda-views-block-main-slider-block-1 .views-field-fieldset .views-field,
#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-fieldset .views-field {
    margin: 0 0 20px;
}

.views_slideshow_controls_text span:hover {
    text-decoration: none !important;
}

#block-ceda-views-block-main-slider-block-1 .views-field-field-hashtag .field-content,
#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-slideshow-cycle-main-frame-row-item .views-field-field-hashtag .field-content {
    font-family: 'Caveat', cursive !important;
    color: #6e2722;
    font-size: 24px;
    font-weight: 600;
}

#block-ceda-views-block-main-slider-block-1 .views-field-field-platform .field-content,
#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-slideshow-cycle-main-frame-row-item .views-field-field-platform .field-content {
    color: #6e2722;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

#block-ceda-views-block-main-slider-block-1 .views-field-title .field-content,
#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-slideshow-cycle-main-frame-row-item .views-field-title .field-content {
    display: inline-block;
    text-transform: uppercase;
    color: #383838;
    font-weight: 800;
    font-size: 25px;
    line-height: 1.1;
}

/*TODO*/
#block-ceda-ceda-block-26 {
  /*display: none !important;*/
}
#block-ceda-ceda-block-26 .txt{
    color: #30a64b;
    font-size: 18px;
    font-weight: 600;
}
#block-ceda-ceda-block-26 .more{
    display: inline-block;
    width: 100%;
}
#block-ceda-ceda-block-26 .more a,
#block-ceda-views-block-main-slider-block-1 .views-field-field-link a,
#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-slideshow-cycle-main-frame-row-item .views-field-field-link a {
    display: inline-block;
    color: #ffff;
    background-color: #f58021;
    padding: 15px 50px;
    text-decoration: none;
}

#block-ceda-views-block-main-slider-block-1 .views-field-field-link a:hover,
#block-ceda-views-block-slider-image-block #views_slideshow_cycle_main_slider_image-block .views-slideshow-cycle-main-frame-row-item .views-field-field-link a:hover {
    background-color: #a02013;
}

#block-ceda-views-block-main-slider-block-1 .slick__arrow,
#block-ceda-views-block-slider-image-block .views-slideshow-controls-bottom {
    position: absolute;
    display: block;
    bottom: 35px;
    left: 45px;
    z-index: 11;
}

#block-ceda-views-block-main-slider-block-1 .slick__arrow {
  padding-left: 20px;
}

#block-ceda-views-block-main-slider-block-1 .slick__arrow button,
#block-ceda-views-block-slider-image-block #views_slideshow_controls_text_previous_slider_image-block_1 a ,
#block-ceda-views-block-slider-image-block #views_slideshow_controls_text_previous_slider_image-block_1 a {
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url("../images/left-down-arrow.png") no-repeat center left 0;
  margin: 0 10px 0 0;
  border: none;
  outline: 0;
}

#block-ceda-views-block-main-slider-block-1 .slick__arrow button.slick-next,
#block-ceda-views-block-slider-image-block #views_slideshow_controls_text_next_slider_image-block_1 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url("../images/left-down-arrow.png") no-repeat center right 0;
  transform: rotate(-180deg);
}

#block-ceda-views-block-main-slider-block-1 .slick__arrow button.slick-next:hover,
#block-ceda-views-block-slider-image-block #views_slideshow_controls_text_next_slider_image-block_1 a:hover {
    background: url("../images/right-down-arrow.png") no-repeat center left 0 !important;
    transform: unset;
}

#block-ceda-views-block-main-slider-block-1 .slick__arrow button.slick-prev:hover,
#block-ceda-views-block-slider-image-block #views_slideshow_controls_text_previous_slider_image-block_1 a:hover {
    background: url("../images/right-down-arrow.png") no-repeat center right 0 !important;
    transform: rotate(-180deg);
}

.logged-in #block-ceda-views-block-welcome-to-ceda-block p a:nth-child(1),
.logged-in #block-ceda-views-block-welcome-to-ceda-block p a:nth-child(2),
.logged-in #block-block-23 {
}

#slider .region-slider {
    display: flex;
}

#slider #views_slideshow_cycle_main_slider_image-block #views_slideshow_cycle_teaser_section_slider_image-block_1,
#slider #views_slideshow_cycle_main_slider_image-block #views_slideshow_cycle_teaser_section_slider_image-block_1 .views-slideshow-cycle-main-frame-row {
    width: 100%;
}

#homebody .region-homebody {
    display: flex;
    flex-wrap: wrap;
}

#block-ceda-views-block-welcome-to-ceda-block .views-field {
    position: relative;
    display: block;
}

#block-ceda-views-block-welcome-to-ceda-block a.click_here_btn {
    position: absolute;
  bottom: 105px;
z-index: 5;
background: #a02013;
color: white;
padding: 12px 25px;
left: 100px;
text-decoration: none;
font-size: 16px;
}

/** Pop Up */
#block-ceda-ceda-block-26 {
    position: fixed;
    display: flex;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.close-popup {
    display: none !important;
}

#block-ceda-ceda-block-26 .block-wrapper {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}

#block-ceda-ceda-block-26 .block-content {
    position: relative;
    max-width: 700px;
    width: 100%;
    background: white;
    margin: 105px auto;
    padding: 45px;
    border-radius: 8px;
    max-height: 550px;
    height: 100%;
    overflow: hidden;
}

/*#block-superfish-1 .sf-total-children-2 ul {*/
/*    left: unset !important;*/
/*    right: -200px !important;*/
/*    top: -6px !important;*/
/*}*/

/*#block-ceda-ceda-block-26 .content::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    height: 115px;*/
/*    width: 100%;*/
/*    z-index: 1;*/
/*    background: url(images/PopUp.png) no-repeat;*/
/*    background-size: cover;*/
/*    bottom: 0px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    opacity: 0.9;*/
/*}*/

#block-ceda-ceda-block-26 p {
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.3;
    text-align: center;
}

#block-ceda-ceda-block-26 p a.link-pop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0%;
}

#block-ceda-ceda-block-26 div.close-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/close.png) no-repeat center;
    top: 10px;
    right: 10px;
    font-size: 0;
    cursor:pointer;
}

#mainwrap.frontpage #block-ceda-ceda-system-main {
  display: none!important;
}

#block-ceda-primary-local-tasks {
  margin: 20px 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#block-ceda-primary-local-tasks .block-wrapper {
  padding: 0;
}

#block-ceda-primary-local-tasks .block-content {
  padding: 0;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

/* Hide the visually-hidden heading */
#block-ceda-primary-local-tasks .visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

/* Tab container - NO FLEX WRAP */
#block-ceda-primary-local-tasks .block-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  /* Removed flex-wrap to prevent wrapping */
  border-bottom: 2px solid #e9ecef;
  background: #ffffff;
  overflow-x: auto; /* Allow horizontal scroll if needed */
}

/* Individual tab items */
#block-ceda-primary-local-tasks .block-content ul li {
  margin: 0;
  padding: 0;
  border-right: 1px solid #e9ecef;
  position: relative;
  flex-shrink: 0; /* Prevent tabs from shrinking */
}

#block-ceda-primary-local-tasks .block-content ul li:last-child {
  border-right: none;
}

/* Tab links */
#block-ceda-primary-local-tasks .block-content ul li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #495057;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  background: #ffffff;
  position: relative;
  min-width: 80px;
  text-align: center;
  white-space: nowrap; /* Prevent text wrapping */
}

/* Hover state */
#block-ceda-primary-local-tasks .block-content ul li a:hover {
  background: #f8f9fa;
  color: #a02013; /* Custom color */
  border-bottom-color: #a02013; /* Custom color */
  transform: translateY(-1px);
}

/* Active state - Using custom background color */
#block-ceda-primary-local-tasks .block-content ul li a.is-active,
#block-ceda-primary-local-tasks .block-content ul li a[aria-current="page"] {
  background: #a02013; /* Custom background color */
  color: #ffffff;
  border-bottom-color: #8a1b10; /* Darker shade for border */
  font-weight: 600;
}

/* Active hover state */
#block-ceda-primary-local-tasks .block-content ul li a.is-active:hover {
  background: #8a1b10; /* Darker shade on hover */
  transform: none;
}

/* Focus states for accessibility */
#block-ceda-primary-local-tasks .block-content ul li a:focus {
  outline: 2px solid #a02013; /* Custom color for focus */
  outline-offset: -2px;
}

.jobs-row.views-row {
  clear: both;
  display: block;
  padding-bottom: 80px;
}

#block-views-custom-subpage-top-image-block article h2 span,
#block-views-custom-subpage-top-image-block article h2 {
  display: none!important;
}

.statement-page h1 {
  border-bottom: 4px solid #a02013;
  margin-bottom: 25px;
  margin-top: 25px;
}

.statement-page header a {
  color: #a02013;
  text-decoration: none;
  font-weight: bold;
  background: url("./../images/pdf-icon.png") no-repeat left center/16px;
  padding-left: 20px;
  float: right;
}

ul.pager__items {
  list-style: none;
}

ul.pager__items li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
  margin: 0 0 0.25em 1.5em;
  float: left;
}

ul.pager__items li.is-active,
ul.pager__items li.is-active a {
  color: rgb(102, 102, 102) !important;
}

.tenders-page .views-col  {
  padding-right: 30px;
  padding-bottom: 30px;
}

.publications-view .views-col {
  padding-bottom: 30px;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5 /*{borderColorDefault}*/;
  background: #f6f6f6 /*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #454545 /*{fcDefault}*/;
}

#subbody1 {
  display: block;
  position: relative;
  clear: both;
  min-height: 176px;
}

.webform-submission-form .tabledrag-toggle-weight-wrapper,
.webform-submission-form table tbody tr td:first-child,
.webform-submission-form .webform-multiple-table--operations.webform-multiple-table--operations-two,
.webform-submission-form .webform-multiple-table--handle {
  display: none !important;
}

.webform-multiple-add{
  position: relative;
  /*float: left;*/
}

.webform-multiple-add:after,
.webform-multiple-add:before{

}

.webform-multiple-add:after{
  display: table;
  clear: both;
  content: "";
}

.webform-multiple-add .form-item,
.webform-multiple-add .form-submit {
  float: right;
}

.webform-multiple-add .form-submit {
  display: inline-block;
  width: 60px !important;
  text-align: center;
  background: #ba2025;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  margin-left: 10px;
  outline: none;
}

.webform-progress-tracker .progress-step .progress-title {
  text-align: center;
}

fieldset.webform-type-fieldset {
  clear: both;
}
