/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the LESS CSS pre-processor.
 */
 body {
  margin-top: 0px;
}

/* .page-node-type-page .page-header, .path-news .page-header, .page-node-type-article .page-header {
  display: none;
} */
/* .main-container  {
  min-height: 500px;
} */
a.partner-contact-btn {
  margin-bottom: 40px;
}

.page-node-type-page .common-sec {
  margin: 0;
} 
.mwblogo{
  padding: 15px 0 0 0;
}
.page-node-type-page .partner-list-sec {
  margin: 50px 0 50px;
}

.page-node-type-page .meet-our-team {
  margin-top: 50px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #244a55;
  border-color: #244a55;
}

.view-empty {
  padding: 40px 0 0;
}

#filterSec .form-control {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
}

#filterSec .form-search #edit-combine {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  border-radius: 0px;
  width: 500px;
  padding: 0 12px;
  height: 41px;
  margin-top: 30px;
}
.tabs--primary li a {
  padding:6px;
}
.tabs--primary li.active a {
  padding: 6px;
  background: #006268;
  color: #fff;
}

/*top search*/
form#search-block-form input[type="search"]{
  height: 32px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #009ba5;
  padding: 0;
  box-shadow: none;
  color: #fff;
}
form#search-block-form button {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  height: 32px;
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #009ba5;
  padding: 0;
}
div#block-searchform {
  margin-top:10px;
}
select.form-control {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  border-radius: 0px;
  width: 100%
}
.wa_calendar {
    background: url(../images/icn-calendar.png) no-repeat right;
    background-color: #fff;
    width: 100% !important;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 0px;
}
.divtxt-fullsearch {
  display: none;
}
.dateRange label.control-label {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin-bottom: 0;
}
.dateRange div.form-item {
  margin-bottom: 15px;
}

/*Social Share **/
#block-socialsharingblock .social-media-sharing {
  position: fixed;
  top: 30%;
  left: 20px;
  z-index: 999;  
}
#block-socialsharingblock .social-media-sharing ul{
  display: inline-block;
}
#block-socialsharingblock .social-media-sharing li{
  margin-bottom:10px;
  display: block;
}
#views-exposed-form-search-content-knowledge legend {
  margin-bottom: 0px; 
  border-bottom:0;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}




.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: transparent;
  border: none;
}
.pagination > .active > a {
  color: #009ba6;
}

.pagination > li > a,
.pagination > li > span {
  border:0;
  color:#9b9c9c;
}

li.pager__item--last::after {
  content: '';  
  background: url(../images/view-more-arrow-n.png) no-repeat right center;  
  padding: 7px 13px 18px 0px;
}




.pagerRows .pagination > .active > a,
.pagerRows .pagination > .active > span,
.pagerRows .pagination > .active > a:hover,
.pagerRows .pagination > .active > span:hover,
.pagerRows .pagination > .active > a:focus,
.pagerRows .pagination > .active > span:focus {
  background: transparent;
  border: none;
}
.pagerRows .pagination > .active > a {
  color: #009ba6;
}

.pagerRows .pagination > li > a,
.pagerRows .pagination > li > span {
  border:0;
  color:#9b9c9c;
}

.pagerRows li.pager__item--last::after {
  content: '';  
  background: url(../images/view-more-arrow-n.png) no-repeat right center;  
  padding: 7px 13px 18px 0px;
}
.hiddenLangauge {
  display: none;
}






/** Contact us page **/
.waca-contact {
  width: 40%;
  margin: auto;
  margin-top: 30px;
}
.waca-contact form {
  background-color: #f1fafb;
  padding: 30px;
}

.waca-contact form label {
  width: 15%;
  text-align: right;
  vertical-align: top;
  color: #006268;
  font-weight: 600;
  font-size: 14px;
}
.waca-contact form input.form-control,.waca-contact form div.form-textarea-wrapper {
  width: 75%;
  display: inline-block;  
  margin-left: 5%;
}
.waca-contact .block-title {
  font-size: 21px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}
.waca-contact form button[type='submit'],
.btn-contact {
  background-color: #006268;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  border: 1px solid #006268;
  text-transform: uppercase;
  border-radius: 0px;
  width: 120px;
}
.btn-contact:hover {
  color:#fff;
}
.waca-contact form button[type='submit'] {
  display: none;
}
.error-box {
  border:1px solid #ff0000 !important;
}
form#node-contacts-form div.captcha,form#node-contacts-form div.form-actions {
  width: 75%;
  margin-left: 20%;
}
.contactError {
  color:#ff0000;
  text-align: center;
  padding-bottom:5px;
}
.btnsearchreset {
  border-radius: 0;
  border-color: #757d7d;
  background-color: #757d7d;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  margin-left: 5px;
}
.btnsearchreset:hover {
  cursor: pointer;
}

.block-facets h3 {
  /* display: none; */

  font-size: 15px;
  color: #333;
  font-weight: 600;

}
.block-facets h2.block-title{
  font-size: 15px;
  color: #333;
  font-weight: 600;
}
.block-facets ul{
  list-style: none;
  padding-left: 0;
}
.block-facets li.facet-item{
  display: flex;
}

.block-facets li.facet-item input[type="checkbox"] {
  opacity: 0;
  position: inherit;
  margin-left: 0;
}
.block-facets li.facet-item label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.block-facets li.facet-item label span {
  font-weight: normal;
}
.block-facets li.facet-item label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  margin-left: -15px;
  border: 1px solid #006168;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  margin-top: 3px;
}

.block-facets li.facet-item input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  outline: none;
}
.block-facets li.facet-item label::after {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 3px;
  top: 2px;
  margin-left: -19px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 10px;
  color: #006168;
}
/* .block-facet-blockcountry,
.block-facet-blocklanguage, */
/* .region-knowledgefilter .block-facet--checkbox { */
.region-knowledgefilter .facets-widget-checkbox {
  border-bottom: 1px solid #d9d9de;
}
.region-knowledgefilter .block-facet--checkbox:last-child {
    border-bottom: 0px;
}
.region-diabledused{
  display: none;
}
.erromsg {
  display: none;
  color:#ff0000;
} 



/*Lanauge Select box**/
#block-languagedropdownswitcher {
  float:right;
}
#block-languagedropdownswitcher .lang-dropdown-select-element {
  margin: 10px 0;
  width: 100px;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #009ba5;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-box-arrow.png) 96% 15% no-repeat #fff;
  background-color: #007279;
}
#block-languagedropdownswitcher select.select-wrapper:after{
  content:'';
  display: none !important;
}


.lang-dropdown {
  float: right;
  cursor: pointer;
}
.lang-dropdown .lang span.caret {
  margin-left: 20px;
  color: #009ba5;
}
.lang-dropdown ul {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  border: 1px solid #009ba5;
  background-color: #007279;
  border-radius: 0;
}
.lang-dropdown ul li a {
  color: #fff;
  padding: 0px 5px;
}
.lang-dropdown ul li a:focus, .lang-dropdown ul li a:hover {
  color: #fff;
  background-color: transparent;
}
.lang-dropdown .lang {
  margin: 10px 0 0 0;
  width: 100px;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #009ba5;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #007279;
}

#views-exposed-form-news-and-events-sitesearch  {
  padding:30px 0px;
}
#views-exposed-form-news-and-events-sitesearch #edit-submit-news-and-events{
  background-color: #006268;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  border: 1px solid #006268;
  text-transform: uppercase;
  border-radius: 0px;
  width: 120px;
}
#views-exposed-form-news-and-events-sitesearch #edit-combine{
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 0px;
    width: 300px;
    padding: 10px 12px;
    height: 42px;
}
#views-exposed-form-news-and-events-sitesearch #edit-reset
{
    border-radius: 0;
    border-color: #757d7d;
    background-color: #757d7d;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    margin-left:5px;
}
/*Maps */ 
.map-container {
  clear: both;
  position: relative;
  height: 750px;  
}
.single-map-container {
  clear: both;
  position: relative;
  height: 300px;  
  width:300px;
}
#wcmap,#wc-singlemap {
  height: 100%;
  width: 100%;
}
.map-Filters {
  float: right;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right:40px;
  font-weight: bold;
}
.map-Filters select {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  border-radius: 0px;
  /* width: auto; */
}
.landing-mask{
  width: 26%;
  background: #fff;
  position: absolute;
}
.single-map-container .landing-mask{
  width: 100%;
  background: #fff;
  position: absolute;  
  height: 40px
}
.country_datail {
  padding-right: 30px;
}
#block-views-block-maps-details {
  margin-top:63px;
  /* padding-left:50px; */
}
#block-views-block-maps-details ul {
  list-style:none;
  padding-left:0;
}
#block-views-block-maps-details ul li{
  border-bottom:1px solid #eee;
}
#block-views-block-maps-details ul li a{
  display: block;
  padding: 10px 0px;
  font-size:14px;  
}
#block-views-block-maps-details ul li a:hover {
  color:#cbdb2a;
  background-color: #009ba5;
  padding-left: 5px;
}
.cd-map  {
  padding-top:50px;
}
.cd-map h4{
  font-size: 24px;
  color: #222222;  
  margin-bottom: 10px;
  margin-top: 0;
}
.cbody {
  padding-top:15px;
}
.cbody p {
  font-size: 16px;
  font-weight: normal;
  color: #5a5a5a;
  line-height: 25px;
  margin: 20px 0;
}
.submitHidden {
  visibility: hidden;
}

.map_disc {
  position: relative;
}
.m_disclaimer {
  position: absolute;
  right: 0;
  width: 33%;
  bottom: 50px;
  border: 2px solid #6e6a6a;
  padding: 5px;
  left: 10px;
}
.m_disclaimer p.heads {
  font-size: 14px;
  font-weight: bold;
}

.not-loggedin form#node-contacts-form .form-type-vertical-tabs {
  display: none;
}

.expanded.dropdown.active.open a.dropdown-toggle {
  color:#cbdb2a;
}


.navbar-default .navbar-nav>.open>a {
  color:#cbdb2a !important;
}



li.dropdown ul.dropdown-menu  {  
  background: #006268;
  border: 0;
  color: #fff;
  box-shadow: none;
}
li.dropdown ul.dropdown-menu li a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;  
}
li.dropdown ul.dropdown-menu li a:hover{
  color:#cbdb2a;
  background: transparent;  
}
.element-invisible {display:none;}






/** Enhancements **/
.cal_event_databox {
  display: none;
}
.eve_calendar_view:hover {
  cursor: pointer;
}

.view-id-events .view-header .pager__item--previous {
  float: left;
}
.view-id-events .view-header .pager__item--next {
  float: right;
}

.event_navigation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.event_navigation ul li {
  display: inline-block;
  padding: 10px 25px;
}
.event_navigation ul li.sactive {
  background: #006268;
}
.event_navigation ul li.sactive a {
  color:#fff;
  font-weight: bold;
}
.event_navigation ul li.iactive {
  background: #eeeeee;
}
.event_navigation ul li.iactive a {
  color:#000;
  font-weight: bold;
}
.event_navigation ul li.ev_week {
  margin:0 3px;
}

.event-cnpages .calendar-calendar th.days {
  background-color: #006268;
  color: #fff;
}
.event-cnpages .calendar-calendar .week-view .full td div.first.calendar-agenda-hour {
  height:23px;
}
.event-cnpages .calendar-calendar .week-view .full td div.calendar-agenda-hour {
  display: block;
  width: 100% !important;
  clear: both;
}

.event-cnpages .calendar-calendar .week-view div.single-day .view-item {
  position:relative !important;  
   float:left;
    width:auto;
    background: none;
    text-align: left;
    z-index: 1;
}

.event-cnpages .calendar-calendar .day-view div.single-day .view-item {
   position:relative !important;
  /* optional */
   float:left;
    width:50%;
    background: none;
    text-align: left;
    z-index: 1;
  }
.block-views-exposed-filter-blockeventsday-page-1,
.block-views-exposed-filter-blockevents-page-1,
.block-views-exposed-filter-blockeventsweek-page-1,
.block-views-exposed-filter-blocklessons-page-1 {
  background-color: #f1fafb;  
  padding: 30px 0;
  border-bottom: 1px solid #dde4e5;
  margin-bottom: 30px;
}

.block-views-exposed-filter-blockeventsday-page-1 select.form-select,
.block-views-exposed-filter-blockeventsday-page-1 input.form-text,
.block-views-exposed-filter-blockevents-page-1 input.form-text,
.block-views-exposed-filter-blockevents-page-1 select.form-select,
.block-views-exposed-filter-blockeventsweek-page-1 input.form-text,
.block-views-exposed-filter-blockeventsweek-page-1 select.form-select,
.block-views-exposed-filter-blocklessons-page-1 input.form-text,
.block-views-exposed-filter-blocklessons-page-1 select.form-select {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  border-radius: 0px;
  width: 300px;
  padding: 10px 12px;
  height: 42px;
}

.block-views-exposed-filter-blockeventsday-page-1 #edit-submit-eventsday,
.block-views-exposed-filter-blockevents-page-1 #edit-submit-events,
.block-views-exposed-filter-blockeventsweek-page-1 #edit-submit-eventsweek,
.block-views-exposed-filter-blocklessons-page-1 #edit-submit-lessons {
  background-color: #006268;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    border: 1px solid #006268;
    text-transform: uppercase;
    border-radius: 0px;
    width: 120px;
}
.block-views-exposed-filter-blockeventsday-page-1 #edit-reset,
.block-views-exposed-filter-blockevents-page-1 #edit-reset,
.block-views-exposed-filter-blockeventsweek-page-1 #edit-reset,
.block-views-exposed-filter-blocklessons-page-1 #edit-reset {
  background-color: #7c7c89;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  border: 1px solid #7c7c89;
  text-transform: uppercase;
  border-radius: 0px;  
  margin-left: 10px;
}


.block-views-exposed-filter-blockeventsday-page-1  div.form-item,
.block-views-exposed-filter-blockevents-page-1  div.form-item,
.block-views-exposed-filter-blockeventsweek-page-1  div.form-item,
.block-views-exposed-filter-blocklessons-page-1  div.form-item
{
  margin-right:10px;
}

.path-eventsweek .breadcrumb, 
.path-eventsday .breadcrumb {
  display: none;
}
.event-cnpages .calendar-calendar td .inner div.calendar div,
.event-cnpages .calendar-calendar td .inner div.calendar div a {
  background:transparent !important;
}
#block-twitterblock h2 {
  font-size: 22px;
  color: #009ba5;
  margin-bottom: 10px;
  margin-top: 0;
}
.lessMore a {
  font-size: 12px;
  font-family: 'SegoeUI-SemiBold';
  color: #009ba6;
  text-transform: uppercase;
  background: url(../images/view-more-arrow-n.png) no-repeat 9% center;
  display: block;  
  
  line-height: 21px;
  font-weight: 600;
}
.mtalics {
  font-style: italic;
}
#block-views-block-lessons-events {
  margin-top:15px;
}
#block-views-block-lessons-events h2 {
  font-size: 22px;
  color: #222222;
  margin-bottom: 10px;
  margin-top: 0;
}

#block-views-block-lessons-events ul {
  list-style: none;
    padding-left: 0;
}
#block-views-block-lessons-events ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#block-views-block-lessons-events ul li a{
  font-size: 16px;
}
#block-views-block-lessons-events .more-link {
  text-align: right;
  font-weight: 700;
}

#block-views-block-lessons-events .views-field-field-evsdate {
  font-size:12px;
  font-weight: 600;
}

.less-tags .field--label{
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}

.less-tags .field__items {
  display: inline-block;
}
.less-tags .field--label:after {
  content: ' :'
}
.less-tags .field--item:after {
  content: ',';
}
.less-tags .field--item:last-child:after {
  content: '';
}

.less-tags .field--item {
  font-size: 13px;
  color: #5a5a5a;
  font-weight: 500;
  line-height: 1.1;
  display: inline;
}

.article-download .file>span:first-child,
.article-download .file>span {
  border:0;
}
.article-download li {
  list-style: none !important;
  margin-left:0 !important;
}
.article-download .file-size,.article-download .file-icon{
  display: none;
}
h3.pop-heads {
  margin-top:0;
}

/**Coatal voices page*/
#block-views-block-lessonlanding-block-1 {
  margin-top:50px;
}
.les-sector-sec {
  background-color: #006268;
  border: 1px solid #009ba5;
  height: 100%;
  min-height: 100%;
  position: relative;
  margin-top: 20px;
}
.les-sector-sec .b-section {
  padding: 10px 10px 40px 10px;
}
.les-sector-sec .b-section h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.les-sector-sec .b-section p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
  text-align: center;
}
.les-sector-sec .viewMoreBtn a {
  color:#fff;
}
.block-twitter-block h2, .block-views-blocklessons-events h2 {
  background-color: #009ba5;
  padding: 10px 5px;
  color: #fff !important;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  border: 1px solid #009ba5;
  text-transform: uppercase;
  border-radius: 0px;
}
.block-twitter-block, .block-views-blocklessons-events {
  border: 1px solid #dde4e5;
  padding-bottom: 10px;
}
.block-twitter-block a {
  padding-left: 10px;
}
.block-views-blocklessons-events .view-empty {
  padding-left: 10px;
}
.block-views-blocklessons-events .field-content {
  padding-left: 10px;
  font-size: 13px;
  color: #787878;
  font-weight: 600;
}
.block-views-blocklessons-events .view-footer {
  padding-right: 10px;
}
.block-views-blocklessons-events .views-field-field-evsdate .field-content {
  font-style: italic;
}
#block-views-block-lessons-events ul li {
  border-bottom: 0;
  box-shadow: 4px 24px 3px -24px #eee;
}

.vlinks:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
#block-waca-main-menu li.dropdown ul.dropdown-menu li.active a.is-active {
  color: #cbdb2a;
  background: transparent;
}


@media (max-width: 375px) { 
  .waca-contact {
    width: 100%;
  }
  form#node-contacts-form div.captcha,form#node-contacts-form div.form-actions {
    width:100%;
    margin-left:0;
  }


  #block-socialsharingblock .social-media-sharing {
    position: relative;
    top: 0;
    left: 20px;
    z-index: 999;
  }
  
  #block-socialsharingblock .social-media-sharing li{
    
    display: inline-block;
  }


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #block-socialsharingblock .social-media-sharing {
    display: none !important;
  }
  .waca-contact {
    width: 100%;
  }
  form#node-contacts-form div.captcha,form#node-contacts-form div.form-actions {
    width:80%;
    margin-left:15%;
  }
  .country_datail .carousel-inner {
    height: auto;
  }
  .block-views-exposed-filter-blocklessons-page-1{
    text-align: center;
  }
  .block-views-exposed-filter-blocklessons-page-1 #edit-actions {
    margin-top:10px;
  }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .waca-contact {
    width: 100%;
  }
  form#node-contacts-form div.captcha,form#node-contacts-form div.form-actions {
    width:80%;
    margin-left:15%;
  }
  #block-socialsharingblock .social-media-sharing {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
 .country_datail .carousel-inner {
      height: auto;
  }
}
/*
.innovations .field--name-field-sub-title {
  font-size: 24px;
    font-family: 'SegoeUI-Light';
    font-weight: normal;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    color: #006268;
    margin-top: 30px;
}
.innovations .field.field--name-field-sub-title.field--type-string.field--label-hidden.field--item::after {content: "";
  width: 50px;
  height: 1px;
  background: #cbdb2a;
  position: relative;
  margin: 15px auto 20px auto;
  display: block;}

.innovations p,.innovations ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #666;
  font-family: 'SegoeUI';
}


.innovations .title h1 {
  color:#006268;
  text-align: center;
  font-weight: 400;
}
.innovations td { padding:8px; font-family: 'SegoeUI';}
.innovations table { margin-bottom:10px;}
.view-content .container .row .col-md-4 {
	height:460px;
}
*/
/** Innovation page Enhancements **/
.wacaInnovation .nav.nav-tabs {
  max-width: 1140px;
  margin: 0 auto;
  border: 0;
  background: #f1fafb;
  min-height: 750px;
}
.wacaInnovation .tabContainer .nav-tabs>li {
  width: 100%;
  font-size: 16px;
  /* background: #f1fafb; */
  /* padding: 10px 5px 10px 15px; */
  padding-left:15px;
  padding-right:10px; 
  margin-bottom: 0;
  font-family: 'SegoeUI';

}

.wacaInnovation .tabContainer .nav-tabs>li>a {
  height: 100%;  
  margin: 0;
  font-size: 14px;
  color: #898c8d;
  border:0;
  padding:10px 5px 10px 0px;
  border-bottom: 1px solid #E5E9EC;
  background: #f1fafb;
}
.wacaInnovation .tabContainer li.active a {
  color:#006268;  
  /* border: 0;   */ 
  font-weight: 600;
}
.wacaInnovation .tabContainer .nav-tabs>li a:hover,
.wacaInnovation .tabContainer .nav-tabs>li a:focus  {
  background:transparent;
  border:0;
  color:#006268;
  padding:10px 5px 10px 0px;
  border-bottom: 1px solid #838383;
} 
.wacaInnovation .tabContainer .nav-tabs>li.active{
  border-left: 3px solid #006268;
  font-family: 'SegoeUI-SemiBold';
  padding-left: 12px;
} 


h2.inv_head {
  font-size: 36px;
  font-family: 'SegoeUI-Light';
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #006268;
}
h2.inv_head:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #cbdb2a;
  position: relative;
  margin: 15px auto 20px auto;
  display: block;
}

.radio input[type="radio"]{
  margin-left: 0;
}

/** Form Customization **/
.mt-30 {
  margin-top:35px;
}
.radiowrap div.form-type-radio {
  display: inline-block;
}
.radiowrap div.form-type-radio label {
  margin-top:0;
}

div.app_md6_wrapper {
  float: left;
  margin-right: 15px;
  clear: none;
  width: 45%;
}
.app_full_wrapper {
  /* margin: 5px 24px; */
  clear:both;
}

h4.intapp_desc {
  background: #59989C;
  color: #fff;
  padding: 10px;
}
#edit-screen1-markup {
  /* margin: 0px 24px; */
  clear:both;
}
.webform-progress-tracker .progress-step::after {
  background-color: #DDDCDF;
}
.wacaInnovation .progress-step:not(:last-child)::after {
  height: 2px;
}

.webform-progress-tracker .progress-step:not(.is-active) .progress-marker,
.webform-progress-tracker .progress-step:hover .progress-marker {
  background-color: #fff;
  border: 1px solid #DDDCDF;
}
.progress-step.is-active .progress-marker  {
  background-color: #fff;
  border: 1px solid #DDDCDF;
}
.progress-step.is-active .progress-marker .current_higlight {
  border-radius: 50px;
  border: 1px solid #3DCAB9;
  height: 8px;
  width: 8px;  
  background: #3DCAB9;
}
.webform-progress-tracker .progress-step.is-active .progress-text {
  color: #59989c;
}
.webform-progress-tracker .progress-step.is-active:hover .progress-marker {
  background-color: #fff;
}

.webform-progress-tracker .progress-step.is-complete .progress-marker{  
  background-color: #3DCAB9;
  border: 1px solid #3DCAB9;
}
.webform-progress-tracker .progress-step.is-complete:hover .progress-marker {
  background-color: #3DCAB9;
}


.webform-progress-tracker .progress-step.is-complete::after {
  background-color: #3DCAB9;
}

form.innovationforms input[type=text],
form.innovationforms input[type=email],
form.innovationforms textarea{
  border: 1px solid #d6e6e7;
    box-shadow: none;
    border-radius: 0px;
}
.cons_group_sec tr {
  display: table;
  width: 100%;
  background: transparent !important;
}
.cons_group_sec td {
  display: table;
  display: table-row;
  border-top: 0px !important;
}
.webform-progress-tracker .progress-step.is-active .progress-title {
  font-weight: 600;
}

.cons_group_sec .table > thead > tr > th {
    border-bottom: 0px !important; 
}
.cons_group_sec .webform-multiple-table td.webform-multiple-table--operations {
  text-align: left;
}
.cons_group_sec div.form-type-textfield,
.cons_group_sec div.form-type-email { 
  float: left;
    margin: 5px 15px  5px 0px !important;
    clear: none;
    width: 45%; 
    
}

.topMainBannerInnovation {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.btn-interest,
.webform-button--next {
  border-radius: 0;
  border-color: #006268;
  background-color: #006268;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}


.webform-button--preview:focus,
.webform-button--preview:hover,
.webform-button--preview,
.webform-button--draft:focus,
.webform-button--draft:hover,
.webform-button--draft,
.webform-button--previous,
.webform-button--previous:focus,
.webform-button--previous:hover {
  background-color: transparent  !important;
  color:#333;
  border-radius: 0;
  border-color: #006268 !important;  
  padding: 10px 30px;  
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}
.webform-button--submit {
  padding: 10px 30px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border-color: #006268;
    background-color: #006268;
}
.btn-interest:focus,
.webform-button--next:focus,
.btn-interest:hover,
.webform-button--next:hover {
  border-color: #074b4f;
  background-color: #074b4f;
  color:#ffffff;
  cursor: pointer;
}
button.webform-button--previous {
  float:left;
}
.webform-button--next {
  /* float:right; */
}
.webform-button--preview {

}

.circle_webform_preview {
  display: none;
}
.innovationforms div.form-actions {
  text-align: right;
}
.form-item-screen2-markup ul {
  list-style: none;
  padding-left:0;
}

.cons_group_sec .webform-multiple-table--operations button{ 
  background-color: #737473;
  border-color: #737473;
  margin-right: 10px;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}
.cons_group_sec .webform-multiple-table--operations button:hover {
  background-color: #737473;
  border-color: #737473;
}
.form-type-managed-file {  
  width: 300px;  
  padding: 20px;
  text-align: center;
  box-shadow: 2px 2px 2px 2px #cecbcb;
}
div.form-managed-file label {
  color: #333;
  font-weight: 500;
}
div.form-managed-file label:hover,
div.form-managed-file label:focus {
  cursor: pointer;
  color: #006268;
}
.custom_fileup_btn::before {
  content: "";
  background-image:url("../images/file_cloud.png");
  display: block;
  display: block;
  width: 71px;
  height: 54px;  
  margin: auto;
}
div.form-item-app-details,
div.form-item-past-project-details,
div.form-item-propose-desc {
  margin-bottom: 15px;
}

div.form-item-app-association-with {
  width: 30%;
}
.not_applicable_radio {
  float:left;
  margin-top: 30px;
}
.not_applicable_radio label.control-label{
  margin-top:0;
}
.form-item-consortium-group fieldset legend {
  display:none;
}
.form-item-consortium-group fieldset {
  float: left;
}

div.form-item-app-not-applicable {
  float: left;
  margin-top: 30px;
}

.indi_cont_association {
  width:28% !important;
}
.indi_cont_notapplicable label.control-label {
  margin-top:0;
}
.indi_cont_notapplicable {
  margin-top:45px !important;
  float:left;
}

.topMainBannerInnovation .bannerContentOne p {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;  
  text-align: center;
  margin-bottom: 10px;
}
.topMainBannerInnovation .bannerContentOne h2 {
  font-size: 36px;
  font-family: 'SegoeUI-Light';
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  text-transform: inherit !important;
}
.topMainBannerInnovation .bannerContentOne h2:after {
  content: "";
  width: 320px;
  height: 1px;
  background: #cbdb2a;
  position: relative;
  margin: 15px auto 20px auto;
  display: block;
}
.topMainBannerInnovation .bannerContentOne {
  margin-top: 60px;
}


.responsive-table table {
  width: 100% !important;
  border-collapse: separate;
  background-color: #fff;
  border-spacing: 1px;
  margin: 15px 0;
  border: solid 1px #009ba5;
}
.responsive-table table tr th {
  border: 0px;
  background-color: #009ba5;
  vertical-align: top;
  color: #fff;
  font-weight: 450;
  padding: 15px 10px;
}
.responsive-table table tr td {
  border: 0px;
  background-color: #fff;
  vertical-align: top;
  color: #666;
  padding: 15px 10px;
}

.srdRows td {
  border-bottom: 1px solid #009ba5 !important;
}
.responsive-table table tr:nth-child(even) td {
  background-color: #e8e8e8;
}
.btngreen {
  border-radius: 0;
  border-color: #006268;
  background-color: #006268;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}
  .mrbtn {
    float:right;
    margin-right:10px !important;
  }
  .mrbtn:hover,
  .mrbtn a:hover {
    color:#009ba5;
  }
  .mrbtn a {
    color: #fff;
  }

div.form-item-propose-desc .text-count-wrapper,
div.form-item-app-details .text-count-wrapper,
div.form-item-past-project-details .text-count-wrapper {
  display:none !important;
}
.wacaInnovation .btn-default[disabled]:hover,
.wacaInnovation .btn.disabled,
.wacaInnovation .btn[disabled] {
  color: #000 !important;
}
.ass-has-error .form-control{
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.ass-has-error .control-label {
  color: #a94442;
}

.hidden-button-actions-box {
  text-align: right;
}
.dm_nextbutton {
  border-color: #006268;
  background-color: #006268;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}
.dm_draftbutton {
  background-color: transparent !important;
    color: #333;    
    border-color: #006268 !important;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    margin-right: 10px;
    border: 1px solid #006268;
}
.hide-btn-savedraft:hover,
.hide-btn-nextstep:hover {
  cursor: pointer;
}
.hide-btn-nextstep.active{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.dm_draftbutton .glyphicon-ok {
  margin-left: -.25em;
  margin-right: .25em;
}

.mspinner {
  display: none;
}

.glyphicon.normal-right-spinner {
  -webkit-animation: glyphicon-spin-r 2s infinite linear;
  animation: glyphicon-spin-r 2s infinite linear;
}

.paragraph--type--innovation .field--name-field-description h3 {
  font-size: 26px;
  font-family: 'SegoeUI';
  font-weight: 600;
  margin-top: 5px;  
  text-transform: uppercase;
  color: #006268;
}
.paragraph--type--innovation .field--name-field-description h2 {
  font-size: 36px;
  font-family: 'SegoeUI-Light';
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #006268;
}
.paragraph--type--innovation .field--name-field-description h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #cbdb2a;
  position: relative;
  margin: 15px auto 20px auto;
  display: block;
}

@-webkit-keyframes glyphicon-spin-r {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}

@media only screen and (min-width: 991px) {
  .topMainBannerInnovation {
      height: 344px;
  }
} 