/********* Bootstrap RMT London Calling Theme ***************/

/*********** miscellaneous*************/

.img-responsive {
    display: block;
    height: inherit;
    max-width: ;
}

/*********** search *************/

.form-group {
    margin-bottom: 0px;
}

/*********** breadcrumb *************/
.breadcrumb {
    margin-top: 21px;
}

/********buttons**********/

.btn-info {
    color: #fff;
    background-color: #316B5C;
    border-color: #9CC7BC;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #357D6B;
    border-color: #D4E435;
}

/*********** campaign banner *****************/

#block-views-campaign-banner-block-1 {
     margin: 10px -15px 0px -15px;
    border-bottom: 4px solid #CCCCCC;
    position: relative;
    border-top: 4px solid #CCCCCC;
}
 
.banner-image img {
    max-width: 1170px;
    width: ;
    height: 250px;
}

.banner-title {
    position: absolute;
    top: 3%;
    left: 12%;
    font-size: 300%;
    font-weight: bold;
    color: #000;
}

.banner-title a {
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.banner-title a:hover {
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.banner-desc {
    position: absolute;
    top: 33%;
    left: 12%;
    width: 40%;
    font-size: 130%;
    font-weight:;
    color: #000;
    font-style: italic;
}

.banner-desc a {
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.banner-desc a:hover {
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.banner-link {
    position: absolute;
    bottom: 10%;
    left: 12%;
    width: 40%;
    font-size: 130%;
    font-weight: bold;
    color: #000;
}

.field-content.banner-link a {
    border: 2px solid #629085;
    border-radius: 100px;
    padding: 5px;
    background: #447569;
    box-shadow: 4px 4px 5px #5D5D5D;
    color: #9DD0C3;
}

.field-content.banner-link a:hover {
    box-shadow: 4px 4px 5px #A29D39;
    text-decoration: none;
    background-color: #588A7E;
    color: #1C483D;
    border-color: #264C42;
}
	
.views-field-counter {
    float: left;
    background: url("/files/pager-circle-inactive.png") top;
    padding: 8px;
    background-repeat: no-repeat;
    width: 30px;
}

.active .views-field-counter {
    float: left;
    background: url("/files/pager-circle-active.png") top;
    padding: 8px;
    background-repeat: no-repeat;
    width: 30px;
}

.views-content-counter {
    display: none;
}

/*********** node term banner *****************/

#block-block-144 img {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 8px;
}

/*********** main area*****************/

body {
background-color: #D2D2D2;
color: #404040;
}

.main-container.container {
    background-color: #fff;
   }
   
   .region.region-content {
    padding-top: 25px;
}

/*********** related content block ********/

#block-views-related-content-block {
    margin-bottom: 50px;
    margin-top: 50px;
    background: #ecf0f1;
    padding: 3px;
    border-radius: 3px;
    border: 2px solid #ddd;
}

.headline-front {
    min-height: 175px;
}

/*********** What is an NEC decision block ********/

.pane-block-155 {
    background-color: #e9ecec;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
}



/*********** secondary sidebar ********/

.region.region-sidebar-second {
    background-color: #ECF0F1;
    padding: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    margin-top: 29px;
    padding-top: 18px;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}   

/************* footer ***************/

.footer {
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
    background-color: #252323;
    padding-bottom: 30px;
    color: #BBBBBB;
    position: relative;
}

.footer a {
    color: #BBBBBB;
        text-decoration: none!important;
}

/***************h style *****************/

h2.pane-title {
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
}

/*************** links *****************/

a {
    color: #212322;
    text-decoration: none;
    word-wrap: break-word;
}

a:hover, a:focus {
    color: #316B5C;
    text-decoration: underline;
}

/*************** nav bar ***************/

.navbar-header {
    width: inherit;
}

.navbar {
margin-bottom: 0px
}

.navbar .logo {
    margin: 0px;
}

.logo img {
    max-height: 60px;
  }

a.name.navbar-brand {
    font-size: 200%;
    font-weight: bold;
    line-height: 50%;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #233A34;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover {
    color: #233A34   !important;
    background-color: #3F7F6F;
}

.navbar-default {
    background-color: #316b5c;
    border-color: #202d3b;
    color: #fff;
    /*border-top: 18px solid #1C483D;*/
}

.navbar-nav {
    float: ;
    margin: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #316b5c;
}

.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #3F7F6F;
}
    
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu>li>a {
	color: #1B1D1D;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #316B5C;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #000; 
    text-decoration: none;
    background-color: #ECF0F1;
    outline: 0;
    font-weight: bold;
}

/***************home page ***************/
/***************headline1 ***************/

.headline1-title {
    font-size: 180%;
}

.panels-flexible-row-1-main-row-inside {
    padding: 0 0 0.5em 0;
    margin: 0 0 5px 0;
    border-bottom: 2px solid #DDD;
}

.panels-flexible-region-8-headline1_content {
    float: left;
    width: 71.8953%;
    border-right: 1px solid #ddd;
    padding-right: 5px;
}

.headline-1-title {
    font-size: 180%;
}

.views-field.views-field-body {
    padding-right: 5px;
}

.view-headlines img {
    width: 100%;
    max-height: 230px;
}

.headline-1-time-ago {
padding-bottom: 15px;
}

/*************** secondary headline with image ***************/

.headline2-title {
    font-size: 16px;
}

.panels-flexible-region-8-secondary_headlines_2 {
    float: left;
    width: 49.5000%;
    border-right: 1px solid #ddd;
}

td.views-field.views-field-field-primary-image {
    border: 0px;
}

td.views-field.views-field-title.headline2-title {
    border: 0px;
}


.panel-pane.pane-views.pane-headlines {
    border-right: 0px solid #ddd;
}

table.views-table {
       margin-bottom: 3px;
}

.panels-flexible-region-1-secondary_headlines {
    
    border-right: 2px solid #ddd;
}

/*************** secondary headline text only ***************/

.sec-headlines-3-pane {
    height: 321px;
    overflow: hidden;
}

.sec-headlines-3 a {
    font-size: 100%;
    font-weight: normal;
}

.sec-headlines-3 a:hover {
    font-size: 100%;
    font-weight: normal;
}

.sec-headlines-3-pane {
    border-left: 2px solid #DDD;
}

/***************equalities pane ***************/
.pane-equalities {
    padding-right: 0;
    border-top: 3px solid #316B5C;
    border-bottom: 3px solid #316B5C;
    /* background-color: #F7F7F7; */
    padding-left: 5px;
    height: 400px;
    overflow: hidden;
}

.view-id-equalities caption {
    text-align: left;
}

.view-id-equalities .table  {
	margin: 0px;
	border-top-color:0px;
}

.view-id-equalities td.views-field.views-field-taxonomy-vocabulary-11 {
    border: 0px;
}

.view-id-equalities .views-field {
	font-size: 80%;
	font-style: italic;
}


.equalities-type a {
	color:#4E4E4E;
	font-size: 90%;
   font-style: italic
	}
	

/***************meetings and events pane ***************/

.view-calendar {
    padding-bottom: 20px;
}

.pane-calendar {
    padding-right: 0;
    border-top: px solid #316B5C;
    border-bottom: px solid #316B5C;
    height: 400px;
    overflow: hidden;
    padding: 5px;
    margin-top: 10px;
    background-image: url("/sites/default/files/calendar-background.jpg");
}

.view-id-equalities caption {
    text-align: left;
}

.view-id-equalities .table  {
	margin: 0px;
	border-top-color:0px;
}

.view-id-equalities td.views-field.views-field-taxonomy-vocabulary-11 {
    border: 0px;
}

.view-id-equalities .views-field {
	font-size: 80%;
	font-style: italic;
}

 .panel-pane.pane-views.pane-calendar {
    /* background-color: red; */
    /*height: 400px;
    /* min-height: 100%; */
    /* float: inherit; */
    /* fill: black; */
    /*background-image: url("http://www.rmtplatform.org.uk/sites/default/files/calendar-660670_640.jpg");
    /* background-size: cover; */
    /* border-top: 3px solid #316B5C; */
    /* border-bottom: 3px solid #316B5C; */
    /* opacity: 0.1; */
} 



/************* headlines by group - all ***************/

.pane-headline-by-group h2 {
    font-size: 190%;
    padding-bottom: 10px;
}

.headlinegrouprow {
    padding-bottom: 5px;
}
/***************newsletters pane ***************/

.panels-flexible-region.panels-flexible-region-1-newsletters {
    border: 1px solid #D4D8D7;
    background-color: #F7F7F7;
    padding: 3px;  
    margin-right: 1.5%;
    width: 32%;
    height: 310px;
    overflow: hidden;
    border-radius: 3px;
}



/***************circulars pane ***************/

.panels-flexible-region.panels-flexible-region-1-circulars {
    border: 1px solid #D4D8D7;
    background-color: #F7F7F7;
    padding: 3px;  
    margin: ;
    width: 32%;
    height: 310px;
    overflow: hidden;
    border-radius: 3px;
}
/***************press release pane ***************/

.panels-flexible-region.panels-flexible-region-1-press_releases {
    border: 1px solid #D4D8D7;
    background-color: #F7F7F7;
    padding: 3px;  
    margin-left: 1.5%;
    height: 310px;
    width: 32%;
    overflow: hidden;
    border-radius: 3px;
    
}

/***************popular block ***************/

.headline-front {
    width: 20%;
    padding-left: 5px;
}

/***************RMT.org feed pane ***************/

#home-feed-pane {
    padding: 5px 0px 15px 0px;
    border-top: 3px solid #316B5C;
    border-bottom: 3px solid #316B5C;
    /* background-color: #F7F7F7; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-field-title {
	
}

.home-field-body {
	padding-bottom: 10px;
}

/***************RMT.org feed pane ***************/

#block-views-feed-from-rmt-org-block {
    padding: 5px 0px 15px 0px;
    border-top: 3px solid #316B5C;
    border-bottom: 3px solid #316B5C;
    /* background-color: #F7F7F7; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-field-title {
	
}

.home-field-body {
	padding-bottom: 10px;
}

/********* articles and nodes ***************/

#node-panel {
    min-height: 700px;
}

.node__title.node-title {
font-size: 1.35em;
line-height: 1.2em;
}

#page-title {
font-size: 2em;
line-height: 1.25;
padding-bottom: 10px;
}

.node.node-teaser {
border: 2px solid #838383;
border-radius: 0px;
margin-bottom: 10px;
padding: 5px;
}

.node__title.node-title a {
text-decoration: none;
color: #242020;
}

.node__title.node-title a:hover {
color: rgba(110, 172, 156, 1);
text-decoration: none;
}


.node {
font-size:100%;
background-color: #;
padding:5px 5px 5px 5px;
margin-bottom: 50px;
border-bottom: 1px solid #bbbbbb;
}


.submitted {
font-style: ;
font-size: 90%;
padding-left: 10px;
color: #316b5c;
line-height: 50%;
}

.field-items p {
max-width: 550px;
text-align: ;
}

/**.field {
	max-width: 550px;
}**/

.field .field-label {
font-weight: bolder;
}

.node.node-teaser img {
float: right;
width: 200px;
margin: 5px 5px 5px 10px;
padding: 4px;
}

.node.view-mode-full .field-name-body {
border-bottom: px solid #316b5c;
margin-bottom: 25px;
margin-right: px;
*float:left;
_float:left;
}

/***************************article features and pics***************************************/



.field.field--name-field-primary-image {
    float: right;
    margin-right: -5vw;
} 

.field.field--name-field-primary-image img {
    min-width: 10vw;
    max-width: 15vw;
}

.author {
    font-style: italic;
    padding-bottom: 10px;
    color: #545454;
}

article.full {
    margin: 0vw 5vw 0vw 8vw;
    border-left: 0.5px double #e8e8e8;
    /* border-style: double; */
    padding-left: 15px;
    border-width: 10px;
}




/**
img.story-pic {
float: right;
border: 0px silver solid;
margin: 5px 5px 5px 10px;
width: 250px;
padding: 4px;
}

div.boxout {
background-color: #ddd;
float: right;
border-top: 2px solid #316b5c;
border-bottom: 2px solid #316b5c;
font-size: 125%;
width: 250px;
margin: 5px 5px 5px 10px;
padding: 4px;
}

/**.node img {
float: right;
width: 300px;
margin: -35px 5px 5px 10px;
padding: 4px;


.primary-image img {
float: right;
width: 250px;
margin: -35px 5px 5px 10px;
padding: 4px;
}

@media screen and (max-width: 600px) {
	.primary-image img {
float: right;
width: 100px;
padding: 4px;
}
}

article.node .file-icon {
width: 13px;
float:left;
padding:1px;
display: none;
}

.field.field-name-body {
    text-align: ;
    padding-bottom: 50px;
}

.field-name-field-primary-image {
    float: right;
	padding-left: 10px;
    padding-bottom: 5px;
   
}
**/


/***************************article attachment taxonomy read count editing***************************************/


.field-type-taxonomy-term-reference {
color: ;
display: block;
font-size: 90%;
}

.field.field-name-upload {
border-top: 0px solid rgba(49, 107, 92, 0.64);
margin-top: 0px;
padding-right: px;
font-size: 90%;
max-width: 550px;
padding-bottom: 20px;
}

.field-name-upload {
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
}

.field-name-upload .field-label {
    background: #ECF0F1;
    margin: -5px -5px 5px -5px;
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
   }
   
   .tabbable.tabs-left.vertical-tabs.clearfix.bootstrap-tabs-processed {
    float: left;
}

#edit-field-primary-image {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ECF0F1;
    padding: 5px;
    border-radius: 5px;
}

.field-type-taxonomy-term-reference {
padding-bottom: 10px;
font-size: 90%;
}

.node-readmore.first {
background-color: #;
border: 0px solid #fff;
border-radius: 5px;
color: #242020;
padding: 4px;
}

.node-readmore.first a {
color: #242020;
}

li.blog_usernames_blog a {
color: #242020;
}

.blog_usernames_blog.last {
background-color: #316b5c;
border: 0px solid #fff;
border-radius: 5px;
color: #fff;
padding: 4px;
}

.blog_usernames_blog.last a {
color: #fff;
}

.node-readmore.first a:hover {
color: rgba(110, 172, 156, 1);
text-decoration: none;
}

.blog_usernames_blog.last a:hover {
color: rgba(110, 172, 156, 1);
text-decoration: none;
}

.file a:hover {
color: #316b5c;
}

.group-taxonomies {
    max-width: 550px;
}

 

/*************************** Article panel layout *********************************/

#page-title {
    margin-bottom: 15px;
    color: #000000;
}

.panels-flexible-region-3-article_info {
    opacity: 0.6;
}

.panels-flexible-region-3-article_info:hover {
    opacity: 1;
}

.panel-pane.pane-node-created {
    font-style: italic;
    color: #484747;
    border-bottom: 1px solid #5F8F83;
    margin-right: 10px;
}

.panel-pane.pane-node-author {
    border-top: 3px solid #5F8F83;
    font-size: 120%;
    font-weight: bold;
    padding-top: 3px;
    margin-right: 10px;
}

.panel-pane.pane-node-author a {
	color: #484747;
}

.panel-pane.pane-node-terms {
    border-bottom: 3px solid #5F8F83;
    color: #484747;
    margin-right: 10px;
}

.panel-pane.pane-node-terms a {
	color: #484747;
}

h2.panel-pane.pane-node-terms a {
	color: #484747;
	}
	
.pane-node-upload h2.pane-title {
	font-size: 140%;
	color: #484747;
	}
	
.pane-node-upload {
    background-color: #E9ECEC;
    margin-right: 10px;
    margin-top: 20px;
    padding: 5px;
    border: 2px solid #DDD;
    border-radius: 5px;
}

.field-type-addthis {
   /* max-width: 550px; */
    float: left;
    width: 100%;
    margin-top: 10px;
   }

.pane-node-terms h2.pane-title {
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 140%;
    color: #484747;
    padding-top: 55px;
}

.pane-node-body a {
    text-decoration: none;
    font-weight: bolder;
    border-bottom: 1px dotted #18bc9c;
}

.pane-node-body a:hover {
	border-bottom:none;
}

.panel-pane.pane-node-body iframe {
    max-width: 529px;
    overflow: hidden;
}

/*************************** Page layout *********************************/

.page-header {      /****put a space above the page title***/
    margin-left: 5vw;
    border: 0px;
  
}  



/*************************** social buttons ***************************************/

/***************************article event date ***************************************/

.field-type-date {
    margin-bottom: 20px;
    border: 3px solid #539886;
    background-color: #ddd;
    border-radius: 10px;
    padding: 5px;
    float: left;
    width: 100%;
}

.date-display-remaining {
    font-style: italic;
}

.date-display-single {
    font-weight: bold;
}

/**********************horizontal popular block*******************/


#block-views-popular-block-2 {
    border-top: 3px solid #316B5C;
    border-bottom: 3px solid #316B5C;
    background-color: #F7F7F7;
    padding-left: 5px;
}

@media (max-width: 900px) 
{
    #block-views-popular-block-2
    {
        display: none;
    }
}

.views-field.views-field-field-image-blog {
    height: 120px;
    /* background-color: #DCD5D5; */
    width: 165px;
    /* vertical-align: top; */
    position: center;
    overflow: hidden;
    border: 1px solid;
}

/************ table edits ********************/

.table a, table a {
    text-decoration: none!important;
}

/****To align the images of the front page 'popular' panel, td is floated to the left*****/

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: left;
}
/***********
.table-striped td {
    background-color: transparent!important;
}
.table-hover td {
    background-color: transparent!important;
}
***************/
/****************** Pages ************************/

/******************* Company Policies and agreements *******************/



td.views-field.views-field-title.active {
    background-color: #fff;
}

th.views-field-title {
    background-color: #9CC7BC!important;
}

th.views-field-changed {
    background-color: #9CC7BC;
    width:20%;
}

th.views-field-taxonomy-vocabulary-2 {
    background-color: #9CC7BC;
}

/******************* Newsletters and downloads *******************/

.view-id-glossary .description {
    margin-bottom: 20px;
    margin-top: 3px;
    font-style: italic;
}

th.views-field-taxonomy-vocabulary-4 {
    background-color: #9CC7BC;
}

/**********************links**************************************/

a {
text-decoration: none;
/*color: #316b5c;*/
font-weight: bolder;
}

a:hover {
text-decoration: underline;
/*color: rgba(49, 107, 92, 0.45);*/
font-weight: bolder;
}

/********************** h1, h2, h3 **************************************/

h1 {
    color: #3D806E;
    font-weight: bold;
}

h2 {
    color: #1C483D;
 }
 
/***************************blocks********************************/

h2.block-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.region-sidebar-second .block {
    background-color: #E9ECEC;
    margin-bottom: 10px;
    padding: 5px;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 5px;
}

/************************ ul lists ***********************************/

ul.rmtlogo {
   list-style-image: url('/files/23rmtlogo-554.png')
}


/************************ Join RMT Ad ***********************************/

#block-block-61 {
    background: url('/files/join-rmt-image.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    border: 4px solid #ffff50;
}

a#ad-read-more {
	border: 2px solid #629085;
    border-radius: 100px;
    padding: 5px;
    background: #447569;
    box-shadow: 4px 4px 5px #5D5D5D;
    color: #9DD0C3;
    float: right;
    margin-right: 30px;
    margin-bottom: 5px;
 }
 
a#ad-join-now {
	border: 2px solid #629085;
    border-radius: 100px;
    padding: 5px;
    background: #447569;
    box-shadow: 4px 4px 5px #5D5D5D;
    color: #9DD0C3;
    float: left;
    margin-left: 30px;
 }
 
a:hover#ad-join-now {
 box-shadow: 4px 4px 5px #A29D39;
    text-decoration: none;
    background-color: #588A7E;
    color: #1C483D;
    border-color: #264C42;
 }
 
 a:hover#ad-read-more {
 box-shadow: 4px 4px 5px #A29D39;
    text-decoration: none;
    background-color: #588A7E;
    color: #1C483D;
    border-color: #264C42;
 }
 
/************************ Join Credit Union Ad ***********************************/

#block-block-153 {
    border: 3px solid #0156a7;
    background-color: #0156a754;
}

#block-block-153 h2 {
    font-size: 190%;
}





 /**************** create content ********************/
 
  /**************** Stations home page (ipad mini) ********************/
  
.panel-pane.pane-views.pane-secondary-headlines.sta-sec-head {
    border-top: 2px solid rgba(28, 72, 61, 0.65);
    border-bottom: 2px solid rgba(28, 72, 61, 0.65);
    background-color: #F5F5F5;
    padding: 5px;
    height: 375px;
}

.sfc-blog-headline {
    border-right: 3px solid #828282;
    margin: 5px!important;
    padding: 3px;
    background-color: #F5F5F5;
    border-radius: 10px;
    border-left: 3px solid #828282;
    margin-bottom: 10px!important;
}

.stations-headline-row {
    margin-bottom: 10px!important;
    /* border-bottom: 1px solid #D6D6D6; */
    padding-bottom: 5px;
}

.sec-stations-headlines {
    border-top: 1px solid #D6D6D6;
}

.pane-secondary-headlines h2 {
    /* color: red; */
    background: #ECECEC;
    margin-bottom: 5px;
    border-top: 3px solid;
    border-bottom: 3px solid;
}

.lul-stations-menu-items a:hover {
   color: #18bc9c;
   text-decoration:none; 
}

.lul-stations-menu-items {
    padding: 5px 8px 5px 5px;
}

#block-superfish-1 {
    background-color: #517F74;
    padding-right: 5px;
    position: inherit;
    margin: 0px -15px 0px -15px;
    z-index: 50;
}

 a.sf-depth-2.station-menu-items-links {
    background-color: #6C9288;
    font-size: 90%;
}

.stations-headline2-title {
	font-size: 100%;
}

h2.sfc-blog-pane-headline{
  	margin: 0px 0px 5px 0px;
    padding: 3px 10px 3px 10px;
    text-align: right;
    font-style: italic;
    font-size: 130%;
    border-top: 1px solid #797d7d;
    border-bottom: 2px solid #797d7d;
}

#block-block-151 {
    background-color: #e9ecec;
    padding: 3px;
    padding-bottom: 0px;
    /* margin: 0px; */
    border: 1px solid #ffdf00;
    border-radius: 3px;
}



 /**************** main menu ********************/

section#block-mainmenu-3 {
    background-color: #4f9885;
    /* padding-right: 5px; */
    position: inherit;
    /* margin: 0px 0px 0px 0px; */
    /* z-index: 50; */
    margin-top: 10px;
    /* width: 100%; */
    border-radius: 5px;
}
	    
.main-menu {
    font-size: 120%;
    padding-left: 20px;
    }
 
.main-menu-list a {
    color: #214a3f;
    font-weight: bold;
}

.main-menu-list a:hover {
   color: #fff;
   text-decoration:none; 
}

.main-menu-list-links {
    padding: 5px 8px 5px 5px;
   }
   
   a.sf-depth-2.main-menu-list-links {
    background-color: #4f9885;
    font-size: 90%;
    border-top: 1px dotted #618c81;
}

.sf-menu.sf-style-none.sf-horizontal li.sfHover > ul {
    top: 35px;
}

a#superfish-main-toggle {
    padding: 3px;
    font-size: 180%;
}

a:hover#superfish-main-toggle  {
    text-decoration: none;
}

a:active#superfish-main-toggle  {
    text-decoration: none;
}





/***************station's menu css for Superfish menu******************/


.lul-stations-menu {
    font-size: 100%;
    padding-left: 20px;
    }
 
 .lul-stations-menu-items a {
    color: #fff;
    }
    
    }
#block-superfish-1 {
    height: 28px;
    padding-top: 2px;
    }
    
    a.sf-depth-2.station-menu-items {
    background-color: #387565;
    font-size: 90%;
    border-top: 1px dotted #618c81;
}

/*************** site header join menu ******************/    
    
   .block-superfish {
    width: inherit;
}

    section#block-joinrmt-2 {
    float: right;
    margin-right: 20px;
    padding-top: 5px;
}

    ul#superfish-menu-join-rmt {
    font-size: 150%;
    color: #fff;
    padding: 4px 8px 4px 4px !important; 
      }

ul#superfish-menu-join-rmt a {
    padding: 8px;
}
    
   .join-header-menu-items a {
    color: #9cbfb7;
}

.join-header-menu-items a:hover {
    color: #7ba79c;
    text-decoration: none;
    }

li#menu-join-rmt-menu-link-content683dcaa3-d6d3-4d4d-a11a-5eedea95a8f4  {      /***homepage link***/  
    border-right: 2px solid #9cbfb7;
    padding: 4px 6px 6px 4px;
    margin-right: 1px;
}

li#menu-join-rmt-menu-link-content833b34e6-cbe5-4407-9dec-ffeefed6c028  {     /***contact us link***/  
    padding: 4px 6px 6px 4px;
}
    
li#menu-join-rmt-menu-link-contentf12e05d4-bf47-486c-a89d-cb385353fd84  {         /***become a member link***/  
    border: 2px solid #9cbfb7;
    padding: 4px;
     background-color: #cfeae4;
    }
    
li#menu-join-rmt-menu-link-contentf12e05d4-bf47-486c-a89d-cb385353fd84 a:hover {      /***become a member link***/  
    color: #5f9286;
    text-shadow: #a7c8c0 0.1em 0.1em 0.2em;
}
li#menu-join-rmt-menu-link-contentf12e05d4-bf47-486c-a89d-cb385353fd84 a {      /***become a member link***/  
    color: #598479;
}

/**cookie warning**/

#sliding-popup.sliding-popup-bottom {
    background: #989898;
}

/*************** small screen site menu ******************/    

.sf-accordion-toggle.sf-style-none {
    POSITION: absolute;
    top: 10px;
    right: 10px;
    width: fit-content;
}

section#block-mainmenu-4 {
    width: 100%;
    border-radius: 20px;
    padding: 0px 50px;
    float: right;
}

a:hover#superfish-main-toggle {
    text-decoration: none;
    color: #a7c8c0;
}


/************************** Superfish UL rules **********************************************/

ul.sf-menu a:hover, a:focus {

    color: #a0c4bd;
    text-decoration: none;
}

ul.sf-menu {
display: flex;
align-items: stretch;
justify-content: space-evenly;
}



/**************************media rules for screen less than 1000px **********************************************/

@media screen and (max-width: 1000px) {
   
    ul#superfish-main a {
        padding: 5px 8px;
}
    
    ul.sf-menu a {
        padding: 5px;
}
    
    ul#superfish-menu-join-rmt a {
        font-size: 80%;
}
    
    
    
   }
 

/**************************media rules for screen less than 800px **********************************************/

@media screen and (max-width: 800px) {
    section#block-mainmenu-3 {
    display:non;
}
     
    section#block-joinrmt-2 {
        display:none;
    }
    
    
   }

/**************************media rules for screen less than 768px **********************************************/

@media screen and (max-width: 768px) {

    section#block-mainmenu-3 {
        display: none;
    }
    
     .region.region-content {
        padding-top: 5px;
}
 
    .page-header {
        padding-bottom: 0px;
        margin: 40px 0 20px;
        border-bottom: 0px;
}
    
    ul.sf-menu a {
        font-size: 120%;
}
    
    .img-responsive {
        max-width: 100%;
        min-width: 100%;
        padding: 8px 0px;
}
    
    .teaser  {
        background-color: #efefef;
        padding: 5px;
        border: 1px solid #cacaca;
        margin-bottom: 10px;
        border-radius: 3px;
}
    
    .region.region-header {
    display: xnone;
}
    
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 5px;
        margin-bottom: 5px;
}
    h2 a {
        color: #316b5c;
    }
    
    .author {
        color: #5a5252;
        font-style: italic;
        padding-bottom: 3px;
}
    
    .node-readmore {
        padding-top: 10px;
        text-decoration: underline;
        padding-left: 10px!important;
}
    
    .field--name-body {
        padding-bottom: 20px;
}
   
    .region.region-sidebar-second {
        display: none;
    }
    
    .content {
        padding-bottom: 30px;
}
}

/**************************media rules for screen bigger than 768px **********************************************/
    
@media screen and (min-width: 768px) {
   
    section#block-mainmenu-4 {
        display: none;
    }
    
     
}

























