.boundedSearchgrid
{
    width:100%; 
    max-width:100%; 
    margin:0 auto !important;
	background-color:#303E51;
}
.boundedSearchgridFixed
{
max-width:80em;
margin:0 auto !important;
padding:0px !important;
}
.mt-lsf-search .mt-inputredirect-button {
    font-size: 150% !important;
    line-height: 1;
    top: 0;
}

.mt-lsf-search .mt-inputredirect-input {
    font-size: 120% !important;
}

.mt-lsf-search {
    display: block;
    margin-top: 25px !important;
}
.bottomgrid a{
	
	color:#0067C5;
}
.card a {

    color: #fff;
}
.tabgrid
{
    width:100%; 
    max-width:100%; 
    margin:0 auto !important;
}
.fixedgrid
{
max-width:80em;
margin:0 auto !important;
padding:20px;
}
.guidegrid
{
    width:100%; 
    background-color:#1B2431; 
    margin:0 auto !important;
	padding-bottom:20px !important;
}

.valuecontent
{
    background-color:#f5f5f5;
    width:100%;
    margin:0 auto;
}
.column {
  float: left;
  width: 47%;
  padding: 10px;  
}
.column:before {
    content: "\e8aa";
    font-family: icomoon;
    color: #0067C5;  
    /* padding: 5px;  margin-right:5px; */    
     
    left: -25px;
    font-size:20px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.twocolumnList {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
}

.recent_title
{
    list-style:none;
    color:#0067C5;
    position: relative;
    
}
.recent_date
{
    padding-left:10px;
    color:#000;
    font-weight:500;
    
}


.recent_title:before
{
    content: "\e8aa";
    font-family: icomoon;
    color: #0067C5;  
    /* padding: 5px;  margin-right:5px; */
    position: absolute;
    left: -25px;
    font-size:20px;
    
}

body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5 !important;
}

.elm-header-global-nav a:visited {
    color: #fff !important;
}
.elm-header-global-nav {
    background: #1B2431 !important;
    border:none !important;
}

.mt-guide-tabs-container{
    min-height: 10em;
    display: b !important;
}

.card
{
    background-color:#111925;
    color:#fff;
    padding:20px;
    border:1px solid #303E51;
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.bottomcard
{
    background-color:#fff;
    color:#000;
    padding:20px;
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.card:before
{
    content: "\e877";
    font-family: icomoon;
    color: #fff;
    background-color:#0067C5;
    border-radius:50px;
    padding: 5px;
    margin-right:10px;
    font-size:20px;
    
}

.featuredheading
{
    
    color:#111925;
    font-size:24px;
	text-align:left;
	padding-top:20px;
    
}
.popularheading
{
    
    color:#111925;
    font-size:24px;
	text-align:left;
	padding-top:20px;
}
/* Ladning page tab CSS */

.luci-tab__item-select::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px !important;
    background-color: #fff !important;
}
.luci-tab {
    border: 0px solid #30b3f6 !important;
    border-radius: 0.25em;
}
.luci-tab__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  background:#111925 !important;
  /*box-shadow: 2px 2px 6px rgba(17, 25, 37, 0.37);*/
  padding: 0px !important;
  width: auto;
  height: 56px;
  list-style: none;
}

.luci-tab__item-select {
  flex: none;
  order: 1;
  flex-grow: 0;
  height: 100%;
  line-height: 56px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  position: relative;
  }
  
  .luci-tab__item-select::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #0099FF;
  }
  
  .luci-tab__item-select.luci-tab__item-select--is-active::after {
  width: calc(100% - 40px);
  }

/* Tab content */
  .luci-tab__panel {
    display: none;
    padding: 20px;
    background-color: #fff;
    /*border: 1px solid #E0E0E0;*/
    /*box-shadow: 2px 2px 6px #E0E0E0;*/
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
  }

.luci-tab__panel--is-active .luci-tab__content {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  border-style: initial;
}

/* Desktop styles */
  
@media screen and (min-width: 1024px) {
  /* Navigation styles */
  .luci-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
    
  .luci-nav li {
    margin-left: 20px;
  }
    
  /* Sidebar styles */
  .luci-sidebar {
    width: 25%;
    float: left;
    margin-right: 20px;
  }
    
  /* Main content styles */
  .luci-content {
    width: 75%;
    float: left;
  }
}

  
  /* Desktop styles */
  
  @media screen and (min-width: 1024px) {
    /* Navigation styles */
    .luci-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .luci-nav li {
      margin-left: 20px;
    }
    
    /* Sidebar styles */
    .luci-sidebar {
      width: 25%;
      float: left;
      margin-right: 20px;
    }
    
    /* Main content styles */
    .luci-content {
      width: 75%;
      float: left;
    }
  }
  
  /* Tablet styles */
  
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* Navigation styles */
    .luci-nav li {
      margin-left: 10px;
    }
    
    /* Sidebar styles */
    .luci-sidebar {
      width: 30%;
      float: left;
      margin-right: 20px;
    }
    
    /* Main content styles */
    .luci-content {
      width: 70%;
      float: left;
    }
  }
  
  /* Mobile styles */
  
  @media screen and (max-width: 767px) {
    /* Tabs */
    .luci-tab__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px rgba(17, 25, 37, 0.37);
    padding: 10px;
    width: auto;
    height: auto;
    }
    
    .luci-tab__list-item {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    }
    
    /* Navigation styles */
    .luci-nav {
    flex-direction: column;
    }
    
    .luci-nav__item {
    margin: 10px 0;
    }
    
    /* Sidebar styles */
    .luci-sidebar {
    width: 100%;
    float: none;
    margin-right: 0;
    }
    
    /* Main content styles */
    .luci-content {
    width: 100%;
    float: none;
    }