/*
Theme Name: WMATAOIG Maisha Lite Child
Template: maisha-lite
Author: RyOne Inc.
Author URI: http://www.ry1inc.com/
Description: The "WMATAOIG Maisha Lite Child" Theme is used specifically to facilitate the WMATA OIG website
Version: 1.0
*/

body {
  background: #ffffff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(181, 213, 240, 1) 47%, rgba(132, 153, 165, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(181, 213, 240, 1)), color-stop(100%, rgba(132, 153, 165, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(181, 213, 240, 1) 47%, rgba(132, 153, 165, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(181, 213, 240, 1) 47%, rgba(132, 153, 165, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(181, 213, 240, 1) 47%, rgba(132, 153, 165, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(181, 213, 240, 1) 47%, rgba(132, 153, 165, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8499a5', GradientType=0);
  background-repeat: no-repeat;
}

a {
	color:#0378d5;
}

.child-pages a {
  color: #80c5fd;
}

.header-inner {
    padding:0px;
}

#logo-banner {
	display: flex;
	align-items: center;
	color: #889eb4;
/*	background-color:#272262;*/
/*	padding-left: 60px; */
 /* border-bottom: 5px solid #ddbf7a;*/
  width: 60%;
  margin: 0 auto;
}

#secondary {
    display: block;
    width: 100%;
    text-align: right;
    vertical-align: middle;
}

.custom-logo {
    max-width: inherit;
    height: 125px;
    width: 125px;
}

.site-title {
	margin-left: 20px;
}

.site-title a {
/*	color: #fff;*/
  color:#21285a;
}

.site-description {
  font-weight: bold;
}

.customHtml {
    margin-left: auto;
}

.cd-fixed-bg {
    min-height: 400px;
}

.block-one {
    text-align:left;
}

.child-pages {
	background-color: #043856;
	color: #fff;
	
}

 ul, ol {
    margin-bottom: 28px;
    padding: inherit;
    padding-left: 1.3em;
    margin-left: 1.3em;
}

.page #content .entry-content a {
   color:#0378d5;
  
}

.news .entry-content a {
	color:#0378d5;
}

.post-thumbnail {
	width: 200px;
}

#post-header {
	display: flex;
	margin-bottom: 21px;
	align-items: flex-end;
}

#post-header .post-thumbnail {
    margin-right: 10px;
}

.hentry { 
    padding-top:0px;
}

.block-one .hentry {
	padding-top: 0;
}

.navigation-main ul, .main-small-navigation ul {
    padding-right: 0;
}

.content-caption {
  
  max-width: fit-content; 
  width: fit-content;
  
}

/*** Styles for text animation *****/
.text{
    display: inline-block;
    font-size: 1.9rem;
    line-height: 1.205;
  }
  
  .text__first, .text__second{
    position: relative;
  }
  
  .text__first {
    font-size: 25px;
  }

  .text__word{
    opacity: 0;
  }
  
  .text__first-bg, .text__second-bg{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transform-origin: left;
    transform: scaleX(0);
  }
  
  .text__first-bg{
    background-color: #272262;
  }
  
  .text__second-bg{
    background-color: #ddbf7a;
  }
  
  .text__second{
    margin-left: 0px;
    font-size: 32px;
    font-weight: bold;
  }

  .text__second .text__word {
    border-bottom: 2px solid #ddbf7a;
  }
  
  .restart{
    position: absolute;
    font-size: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border: none;
    border-bottom: 1px dotted grey;
    padding: 0;
    margin: 0 auto 2%;
    cursor: pointer;
    color: grey;
  }

  .augmentImage {
    width: 15%;
    margin-left: 35%;
  }
 
  /**** Social Styles ***/
.social-navigation a {
    color: #272262;
}
.social-navigation {
    top: 35px;
    background: #ffffff;
}

/***** 508 styles  */
td a {
  color: #0070cd;
}

.page #content .entry-content td a {
  color:  #0070cd;
}


div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #ef0000;
    font-weight: 400;
}

/**** navigation */

.navigation-main .nav-menu {
  margin: 0 auto;
  width: 60%;
  display: flex;
  justify-content: space-evenly;
  background-color: transparent;
}

.text1 {
  line-height: 28px;
}

.text2 {
  font-size: 37px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
}

.text3 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
    margin: 0;
    opacity: 0.7;
    color: #889eb4;
}
.content-container {
  margin: 0 auto;
  width: 60%;
  background-color:#fff;
}

.hotline a {
  border: medium none;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 5px 0 0;
  outline: medium none;
  padding: 10px 13px;
  position: relative;
  text-transform: uppercase;
  background: #c62222 none repeat scroll 0 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62222',endColorstr='#a11919',GradientType=0);
  box-shadow: 0 6px #8e0f0f;
  -moz-box-shadow: 0 6px #8e0f0f;
  -webkit-box-shadow: 0 6px #8e0f0f;
  color: #fff;
  transition: none 0s ease 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
    font-weight: normal;
}

.hotline a:hover {
  text-decoration: none;
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

#logo-title {
  display: flex;
  align-items: center;
}

/**
 * 15.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {

  .entry-content,
	.entry-summary {
		padding: 0 1% 7%;
  }
  
  .site-info {
    margin:0 auto;
    width: 60%;
	}
}


/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .navigation-main .nav-menu {
      width: 80%;
    }

    .content-container {
      width: 80%;
  }
  .site-info {
    width: 80%;
  }

  #logo-banner {
    width: 80%;
  }

  .hotline a {
    font-size: 11px;
  }

}

@media screen and (max-width: 955px){
  
  .hotline a {
    font-size: 12px;
  }

.content-container {
    margin: unset;
    width: 100%;
    background-color: #fff;
}
  
  .navigation-main ul {
      display: none;
  }

  .navigation-main .nav-menu {
    display: none;
  }
  .main-small-navigation {
    background-color: #110e3552;
    border-bottom: 5px solid #ddbf7a;
    border-top: 5px solid #ddbf7a;
  }
  .main-small-navigation div {
    background-color: #f5f4f4;
    margin: 0px 0 30px 0;
    padding: 0px 0;
    text-align: left;
    position: relative;
}

  .menu-toggle {
    display: inline-block;
    position: relative;
    padding: 0px;
    background: transparent;
    color: #fff;
    margin-top: 0px;
  }

  .menu-toggle:before {
    border: none;
    color:#000;
  }

  .menu-toggle:focus {
    box-shadow: none;
  }

  #secondary {
    display: block;
    margin-top: 0px;
    float: right;
    text-align: right;
    width: 100%;
  }

  .social-navigation {
    display:none;
  }

  .augmentImage {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .custom-logo-link {
    width: 25%;
  }

  #logo-title {
    display: flex;
    margin: 10px 0px;
  }

  .custom-logo {
    max-width: inherit;
    height: 100%;
    width: 100%;
  }

  .customPageTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .site-title {
    margin-left: 0px;
    width: 70%;
  }
  .content-caption {
    max-width: 100%; 
    width: 100%; 
  }

  #logo-banner {
    flex-wrap: wrap;
    padding-left: 13px;
    margin: 0px;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .content-area {
    margin-top:15px;
  }

  .customHtml {
    margin-left: unset;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .augment-container {
    margin-left: unset;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .text1 {
    line-height: 14px;
  }
  
  .text2 {
    font-size: 24px;
      font-weight: bold;
      margin: 0px;
      padding: 0px;
      line-height: 28px;
  }
  
  .text3 {
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.5;
      margin: 0;
      opacity: 0.7;
      color: #889eb4;
  }
}



.navigation-main ul li.menu-item-has-children > a,
.navigation-main ul ul li.menu-item-has-children > a,
.main-small-navigation ul li.menu-item-has-children > a,
.main-small-navigation ul ul li.menu-item-has-children > a {
	padding: 10px 0 10px 0px;
}


.navigation-main ul li.menu-item-has-children > a:after,
.main-small-navigation ul li.menu-item-has-children > a:after {
	margin: -1px 0px 0 0;
}

.navigation-main ul a {
  padding: 10px 0 10px 0px;
}

.navigation-main {
  font-size: 1.5rem;
  /*background-color: #272262;
  border-bottom: 5px solid #ddbf7a;*/
  background-color: #110e3552;
  border-bottom: 5px solid #ddbf7a;
  border-top: 5px solid #ddbf7a;
  
}

/*** icon */

/*** footer **/
.footer a {
   color: #0378d5;
}

.footer a:hover {
  border-bottom: 1px solid #0378d5;
}


.owl-carousel .owl-stage {

  display: flex;
}

.owl-carousel .owl-item {

  font-size:16px;
  color:#666666;
}

.owl-carousel .owl-item > div {
  height: 100%;
}

.owl-carousel .owl-item a {

  font-size: 18px;
  font-weight: bold;

}

.owl-carousel .owl-item h4 {

  font-size:18px;
line-height: normal;
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
font-family: 'Helvetica Neue', arial, sans-serif;

}


.owl-carousel .owl-item a:link, .owl-carousel .owl-item a:visited {
  color: #00436F;
  text-decoration: none;
  line-height: normal;
}

.owl-carousel .owl-item button{

  background: #20285a none repeat scroll 0 0;
    color: #ffffff;
    font-size: 1em;
    padding: 5px;
    border: 2px solid #20285a;
    bottom: 20px;
    margin-top: 5px;
}

.owl-carousel .owl-item button a{

  background: #20285a none repeat scroll 0 0;
    color: #ffffff;
    font-size: 1em;
    padding: 5px;
    border: 2px solid #20285a;
}


.owl-carousel .owl-item button a:link, .owl-carousel .owl-item button a:visited {
  color: #fff;
  text-decoration: none;
}

.owl-carousel .owl-item button a:focus {
  background: transparent;
  color: #20285a;
  border: 2px solid #20285a;
  text-decoration: none;
}

.oig-header {
  margin: 0 0 10px;
  margin-top: 10px;
  padding: 0 0 15px;
  border-top: 6px solid #ffcd2b;
  font-size: 20px;
}

.entry-content h3 {
  margin-top: 10px;
  font-size: 20px;
}

.entry-content {
  hyphens: none;
}

.posts-container {
  margin-left: 0px;
    font-size: 16px;
    line-height: normal;
}

.posts-container li {
  border-bottom:1px solid #d6d6d6;
  margin-bottom:10px;
}


.site-header {
  background: transparent;
}

.headerblock.standard .site-header {
  background: transparent;
}

.customTitle {
  display:flex;
  flex-direction: column;
  text-transform: uppercase;
  color: #21285a;
}


.search-area button {
  padding: 0.5278em 0px;
  background-color: #d1dae4;
  -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
.search-area button:before {
	content: "\f400";
  font-family: "Genericons";
  font-size: 25px;
  color: #000;
}

.search-area .section-inner {
  display: flex;
  justify-content: flex-end;
}

.search-field {
  border: 1px solid #21295a;
  display:none;
  width: 0px;
}
input[type="search"] {
  width: 0px;
}

.augment-container {
  margin-left: auto;
}

.search-toggle:hover:before {
  border-bottom: none;
}

/** hide header for twitter feed **/
.r-1cbz2o1 {
	display: none;
}