@charset "utf-8";

.site-main-container {
   margin-top: 10px;
}

.container {
  //margin-top: .75rem;
  //margin-bottom: .75rem;
}

body {
  overflow-y: scroll;
}

/* CSS Document AFE meta-menus*/


#afe-header-brand-meta {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

#afe-header-container {
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color:#dbdbdb;
  margin-bottom: 10px;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#afe-header-module {
  position: relative;
  top: 100%;
  z-index: 999;
  width: 100%;
  //background-color: #bec6ce;
  color: #314054;
  //border-top: solid 1px #bec6ce;
  border-bottom: solid 1px #dbdbdb;
  font-family: sen;
  //font-weight: 400 !important;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
 display: block;
}

.main-menu-submenu{
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow-y: auto;
  max-height: 300px;
}

.about-afe-index-button {
  //text-align: center;
  margin-top: 1.0em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  #afe-header-brand-meta {
    width: auto;
  }
}

.chinawh-menubar {
  background-color: #403030;
}

#afe-circle a {
  text-decoration: none;
  color: white;
}
.menu-stick-to-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

nav.navbar.metamenu {
    background-color: #fff;
}

.btn-outline-success {
  color: #000;
  border-color: #000;
}

.form-control {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  max-width: 120px;
  margin-top: 7px;
}

@media (min-width: 576px) 
  {
  .form-control {
  margin-top: 0px;
  }
}

.main-menu-item {
    font-size: .85rem;
    line-height: .95rem;
    padding-bottom: 0.4rem;
    font-family: Open Sans, sans-serif;
}

.main-menu-item a{
    color: #000;
    text-decoration: none;
}

.main-menu-item a:hover{
    color: #000;
    text-decoration: underline;
}

.main-menu-h1 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    color: #2e4054;
    border-bottom: solid;
    border-bottom-width: 1px;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
}

.navbar-toggler:focus {
   box-shadow: none;
}
.navbar-toggler {
    border-radius: 0rem !important;
    margin-left: 20px;
    padding: 0.65rem 0.6em;
    font-size: 1rem;
    border: 1px solid;
}

/* top left AFE circle within module menu */
.btn-primary-afe {
    background-color: #b83d2c;
    border-color: #b83d2c;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    color: #fff;
    margin-right: 10px;
}

.btn-primary-afe:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #b83d2c !important;
}

.navbar-brand {
   text-decoration: none !important;
   white-space: normal;
   max-width: 500px;
   padding-top: 0.15rem;
   padding-bottom: 0.15rem;
}

.navbar-brand-title {
   text-decoration: none !important;
   white-space: normal;
   max-width: 500px;
   display: inline-block;
   padding-top: 0.3125rem;
   padding-bottom: 0.3125rem;
   margin-right: 1rem;
   font-size: 1.25rem;
   line-height: inherit;
}

.navbar-brand-title a{
  text-decoration: none;
  color: #000;
}

.navbar-brand-title a:hover{
    color: #636363;
  //text-decoration: underline;
  //border-bottom: 1px solid #000;
  //border-bottom: 1px solid #bec6ce;
}

.navbar-dark .navbar-brand {
   //padding-left: 5px;
}

.navbar-brand-afe a{
  color: #fff;
  text-decoration: none !important;
}

.navbar {
   border-radius: 0px;
   padding: 0px;
}

.navbar-brand-afe a:hover{
  color: #b83d2c;
}

.navbar-brand-afe {
  font-size: 20px;
  font-family: 'PT Serif', serif;
  margin-top: 3px;
  margin-left: 1px;
}

img.media-object {
  width: 100%;
}

/* AFE button upper left menu--------END */



.btn {
  transition: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  line-height: 1.55;
  border-radius: 0rem;
}

.btn:hover {
  box-shadow: none;
  background-color: #b83c2c;
}

.btn:focus {
  box-shadow: none;
  //background-color: #b83c2c;
  //background-color: aliceblue;
}

.btn:active {
  box-shadow: none!important;
  background-color: #b83c2c!important;
}

button:hover:focus:active {
  box-shadow: none;
  background-color: #b83c2c;
}

.form-control {
  max-width: 120px;
  border-radius: 0rem;
}

.form-inline {
   flex-flow: nowrap;
   display: flex;
   align-items: normal;
}

input[type="text"] {
  height: 40px;
  margin-right: 5px;
}

.search-in-menu {
  margin-left: auto;
  display: block;
}



.timelines-in-wh {
  font-size: 1.25rem;
  padding: unset;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar-dark .navbar-brand {
  color: #314054;
}

button:focus {
  outline: none;
  color: #fff;
  background-color: #b83c2c;
}

.module-page-title {
  font-size: 1.25rem;
  padding: unset;
}

/* =================================== */
/*  Footer Styles
/* =================================== */
.footer-area {
  background: aliceblue;
  margin-top: 2em;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

.footer-area .single-footer-widget h4 {
  color: #fff;
  margin-bottom: 35px;
}

.footer-area .single-footer-widget a{
  //color: #2e4054;
  //font-size: .85em;
  //text-decoration: underline;
  //font-family: Open Sans, sans-serif;
}

.footer-text-para a{
  text-decoration: underline;
}

.footer-text-para {
  color: #2e4054;
  font-size: .85em;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  margin-bottom: 18px;
}

.footer-area .single-footer-widget ul li {
  margin-bottom: 15px;
}

.footer-area .single-footer-widget ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #b7b6b6;
  font-size: 15px;
}

.footer-area .single-footer-widget ul li a:hover {
  color: #fff;
}

.footer-area .single-footer-widget .instafeed {
  margin: -5px;
}

.footer-area .single-footer-widget .instafeed li {
  overflow: hidden;
  width: 25%;
}

.footer-area .single-footer-widget .instafeed li img {
  margin: 5px;
}

.footer-area .footer-bottom p {
  color: #fff;
}

.footer-area .footer-bottom a, .footer-area .footer-bottom span {
  color: #f6214b;
}

.footer-area .footer-bottom span {
  font-weight: 700;
}

.footer-area .footer-bottom .footer-social {
  text-align: right;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom .footer-social {
    text-align: left;
    margin-top: 30px;
  }
  
  .navbar-brand-title {
    margin-left: 1rem;
  }
}

.footer-area .footer-bottom .footer-social a {
  background: rgba(255, 255, 255, 0.1);
  margin-left: 5px;
  width: 40px;
  color: #fff;
  display: inline-grid;
  text-align: center;
  height: 40px;
  align-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-area .footer-bottom .footer-social a:hover {
  background: #f6214b;
}

.fa {
  //color: #fff;
  font-size: 30px;
  padding-top: 10px;
}

.single-footer-widget h5{
  margin-top: .5rem;
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
} 

.footer-text {
  font-family: Open Sans, sans-serif;
  font-size: 10.5px;
  color: #2e4054;
  margin-top: 20px;
  text-align: left;
}

img.footer-logo {
  margin-bottom: 10px;
  float: right;
}

.facebook-f-footer {
  max-width: 30px;
}

/* =================================== */
/*  END Footer Styles
/* =================================== */