/* Custom page CSS
-------------------------------------------------- */

body {
    font-family:arial, helvetica, sans-serif;;
    font-size: 14px;
    line-height: 26px;
    color: #888;
    font-weight: 400;
}

table {border-collapse: collapse;}
th, td {border:solid black 1px; padding:5px;}
th {text-align: center; background-color: #f6f4ee}
td {text-align: left}
td.status {text-align: center;font-size:20px}
td.stat {text-align:center;min-width: 100px}
.show {display:default;}
.hide {display:none;}
select, input {font-size: 18px;}
select {width:250px}
input[type="text"]{width:100%; }
.warning {background-color: red; color:yellow}

.header-inner-one {
    width: 100%;
    background-color: #f6f4ee;
    color: #212121;
    position: relative;
    font-weight: 400;
    height: 39px;
    z-index: 111;
    display: inline-block;
    vertical-align: middle;
}

.header-inner-one .nav {
    /* line-height: 40px; */
    line-height: 24px;
    font-size: 12px;
    color: #212121;
    font-weight: 400;
}

.header-inner-one .nav a {
  color: inherit;
}

.header-inner-two {
    height: 70px;
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background-color: #fff;
    box-sizing: border-box;
}

.header-inner-two .nav a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}

.header-inner-two .nav .dropdown-menu a {
  font-weight: normal;
}

.header-inner-two .nav > li:hover > a {
    color: #ffb422;
}



.header-inner-one .text-widget::after {
    position: absolute;
    border-right: 1px solid rgba(148,148,148,.52);
    height: 15px;
    content: '';
    width: 1px;
    right: 0;
    top: 30%;
}






h1, h2, h3, h4, h5 {
    font-family: Merriweather,serif;
    color: #212121;
    font-weight: 700;
}

.page-banner h1 {
    font-size: 35px;
    letter-spacing: 0;
}

h2 {
    font-size: 35px;
    line-height: 1.2em;
}

.section-subtitle {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    color: #888;
    margin: 0;
}

.form-control, .form-select {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 19px;
    border: 1px solid #e1e1e1;
    outline: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    background-color: #f6f4ee;
    color: #888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 5px;
}

.btn {
    display: inline-block;
    width: auto;
    font-family: 'Open Sans',sans-serif;
    padding: 12px 40px;
    line-height: 1.7em;
    border: 2px solid #ffb422;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #ffb422;
    border-radius: 5em;
    cursor: pointer;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-input {
    height: 53px;
    border: none;
    color: #FFFFFF;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
}


.silent-link {
  color: inherit;
  text-decoration: underline;
}


.separator-holder {
    text-align: left;
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1em;
}

/* .separator {
    border-color: #ffb422;
    width: 55px;
    border-bottom-width: 3px;
    margin-top: 25px;
} */

.separator {
  width: 55px;
  margin-top: 15px;
  margin-bottom: 25px;
  height: 3px;
  background-color: #ffb422;
}



/* .separator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #ffb422;
        border-bottom-color: rgb(255, 180, 34);
        border-bottom-width: 2px;
    margin: 5px 0;
    margin-top: 25px;
} */



.page-banner {
  height: 280px;
  background-color: #CCCCCC;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}



footer {
    display: block;
    background-color: #f6f4ee;
    position: relative;
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #141414;
}
