/*-----------Base------------------------------*/
body {
    background: #191919!important;
}

p,div,ul,ol,li,body,a,table,td,tr {
    font-family: arial.helvetica,sans-serif;
    color: #595959;
}

h1,h2,h3,h4,h5 {
    font-family: 'Open Sans', arial,helvetica,sans-serif;
}

h1.page-title {
    position: absolute;
    bottom: 40px;
    left: 90px;
    font-size: 6em;
    font-family: 'Great Vibes',cursive;
    color: #fff;
}

h2 {
    color: #4f453b;
    font-size: 2em;
    border-bottom: solid 1px #c9bfae;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

h3 {
    color: #6084ac!important;
    margin-bottom: 15px;

}
.centered {
    margin: 0 auto!important;
}
ul li {
    background: url(/images/arrow-blue.png) no-repeat left top;
    list-style-type: none;
    padding-left: 15px;
    -ms-background-position-y: 5px;
    background-position-y: 5px;
}

ul {
    padding-left: 0px;
}

.entry-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.main-content .container {
    padding-bottom: 0px;
}

/*------------Navigation---------------------*/
nav.site-navigation {
    background: rgba(108,137,166, 0.8);
    position: relative;
    z-index: 2;
}

.navbar.navbar-default {
    background: none;
    border: none;
}
nav.site-navigation a {
    color: #fff;
}

ul#main-menu a {
    color: #fff;
    font-family: 'Open Sans', arial,helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: 100;
}

ul#main-menu {
    position: relative;
    /*left: 130px;*/
    top: 30px;
    float: right;
}
ul#main-menu li {
    background-image: none;
}
header#masthead .container {
    display: none;
}


a.navbar-brand {
    text-indent: -9999999px;
    background: url(/images/logo.png) no-repeat;
    min-width: 228px;
    min-height: 118px;
        background-size: 222px;
}

.navbar.navbar-default {
    margin-bottom: 0px;
}

nav.site-navigation .container {
    padding-bottom: 0px;
}




/*--------MastHead-----------------------*/

header#masthead {
    background: #f5f0de;
}






/*-----------Content---------------------*/
.main-content {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3ddc8+0,ffffff+100 */
    background: #e3ddc8;/* Old browsers */
    background:
    -moz-linear-gradient(top,  #e3ddc8 0%, #ffffff 100%);/* FF3.6+ */
    background:
    -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3ddc8), color-stop(100%,#ffffff));/* Chrome,Safari4+ */
    background:
    -webkit-linear-gradient(top,  #e3ddc8 0%,#ffffff 100%);/* Chrome10+,Safari5.1+ */
    background:
    -o-linear-gradient(top,  #e3ddc8 0%,#ffffff 100%);/* Opera 11.10+ */
    background:
    -ms-linear-gradient(top,  #e3ddc8 0%,#ffffff 100%);/* IE10+ */
    background: linear-gradient(to bottom,  #e3ddc8 0%,#ffffff 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ddc8', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
}
.main-content img {
    border: solid 5px #fff;
    -webkit-box-shadow:2px 3px 10px #ccc;
    -moz-shadow:2px 3px 10px #ccc;
    -ms-shadow:2px 3px 10px #ccc;
    -o-shadow:2px 3px 10px #ccc;
    webkit-box-shadow:2px 3px 10px #ccc;
}




/*--------------Single Column------------------*/







/*-------------Home Page----------------------------*/

.content-building {
    position: relative;
    top: 55px;
}
.page-id-12 header#masthead {
     margin-top: -120px;
}
.page-id-12 .main-content .container > .row {
    margin-top: -20px;
}
.banner-image.panel-widget-style {
    position: absolute;
    top: -478px;
    z-index: 0;
}
.banner-image img {
    border: none;
    box-shadow: none;
}
.page-id-12 .main-content-inner.col-sm-12.col-md-12 {
    padding-top: 165px;
}
.page-id-12 header.page-header, .page-id-12 h1.page-title {
    display: none;
}


/*----------------Ribbon-----------------------*/

.ribbon {
    position: absolute;
    z-index: 3;
    width: 300px;
    background: url(/wp-content/uploads/2022/01/ribbon2.png);
    text-align: center;
    color: #fff;
    line-height: 1.8em;
    padding-bottom: 50px;
}
.ribbon .button {
    margin-bottom: 40px!important;
    margin-top: 45px!important;
}
.logo-ribbon {
    background: url(/images/logo-ribbon.png)no-repeat center;
    height: 165px;
    width: 100%;
    margin-top: 15px;
}

.logo-ribbon a {
    display: block;
    width: 100%;
    height: 100%;
}

.ribbon-phone {
    color: #fff;
    font-size: 2em;
    margin: 20px 0 14px;
}
.ribbon {
    display: none;
}

.page-id-12 .ribbon {
    display: inline-block;
}

/*-------------------page banner------------------*/
.banner-home, .banner-about, .banner-staff, .banner-services, .banner-forms, .banner-contact {
    display: none;
    width: 100%;
    max-width: 1381px;
    height: 100%;
}
  .page-id-63 .banner-about, .page-id-50 .banner-staff, .page-id-66 .banner-services, .page-id-69 .banner-forms, .page-id-80 .banner-contact, .page-id-12 .banner-home, .page-id-150 .banner-forms {
    display: inline;
  }
.page-banner {
    width: 100%;
    max-width: 1345px;
    max-height: 370px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: -120px;
    /*background: url(/images/banner-base.jpg); */
    overflow: hidden;
}

.page-id-12 .page-banner {
    max-height: 470px;

}
/*.page-id-50 .page-banner {
    background: url(/images/banner-about.jpg);
}
.page-id-63 .page-banner {
    background-image: url("/images/banner-aboutus.png");
}
.page-id-66 .page-banner {
    background: url(/images/banner-services.png);
}
.page-id-69 .page-banner {
    background: url(/images/banner-forms.png);
}
.page-id-80 .page-banner {
    background: url(/images/banner-contact.png);
}*/

/*----------------Banner Boxes-----------------*/

.banner-box {
    float: left;
    margin-right: -5px;
}

.banner-box img {
    box-shadow: none;
    border-left: none;
}

.banner-box img:first-child {
}

.banner-boxes .banner-box img {
    border: solid 5px #fff;
}
.banner-boxes.display-lg {
    position: absolute;
    top: -42px;
    right: 110px;
    z-index: 3;
}

.banner-box img {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255,255,255,0.2)));
}
.box-title h3 {
    text-align: center;
    position: relative;
    top: 10px;
}
.banner-boxes.display-lg a:hover {
    opacity: .8;
}
/*.banner-boxes .banner-box img {
    width: 155px;
}*/


/*------------Buttons-------------------------*/
a {
    text-decoration: none!important;
    cursor: pointer;
}

a.button, .wpcf7-submit {
    padding: 10px 35px;
    display: table;
    color: #fff;
    border-radius: 5px;
    margin: 25px 0;
}
a.button:hover, .wpcf7-submit:hover {
    opacity: .8;
    color: #fff;
}

.blue, .wpcf7-submit {
    background: #6084ac;
}
span.blueFont {
    display: block;
    bottom: 10px;
    position: relative;
    color: #6084ac;
}

/*------------------Sidebar---------------------*/

.sidebar.col-sm-12.col-md-4 {
    border-left: solid 3px #c9bfae;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 45px;
}
.main-content-inner {
    border-right: solid 4px #C9BFAE;
    margin-right: -3px;
}
.page-id-12 .main-content-inner {
    border: none;
}
.page-id-80 input+img {
    display: none;
}
.page-id-69 .sidebar.col-sm-12.col-md-4 {
    border-left: solid 4px #c9bfae;
    margin-left: -1px;
}




/*----------Footer--------------------*/
footer#colophon {
    background: #2a3949;
    padding: 70px 10px 50px;
    font-size: .9em;
    color: #fff;
    font-family: 'Asap',arial,helvetica,sans-serif;
}

footer {
}

footer h4 {
    color: #6084ac;
    font-family: 'Asap',arial,helvetica,sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}

footer a {
    color: #fff;
}

.footerright ul {
    padding-left: 0px;
}
.menu-footer-right-container ul li:first-child {
    padding-left: 0px;
}
.col-md-5.footerright {
    border-left: solid 1px #1f3044;
    padding-left: 35px;
}
.footerright li {
    display: inline;
    padding: 5px;
    background-image: none;
}

#address-left {
    float: left;
    width: 49%;
    color: #fff;
}

.col-md-4.footerleft {
    padding-left: 0px;
}

div#address-right {
    float: right;
}

.footerleft,.footerright {
    position: relative;
    top: 10px;
    height: 130px;
    padding-top: 35px;
}

/*---------BCT info-----------------------*/
.bct-info {
    text-align: center;
    padding: 10px 0 0px;
    background: #191919;
    font-size: .9em;
}
.bct-info a {
    color: #8d8d8d;
    text-decoration: underline;
}

.bct-info a:hover {
    opacity: .7;
    color: #8d8d8d;
}


/*--------------Contact-------------------------*/
.contact-info {
    margin-top: 10px;
}
input, textarea {
    width: 100%;
    color: #ccc;
    padding: 5px 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
textarea {
    max-width: 100%;
    max-height: 212px;
}
.wpcf7-submit {
    border: none;
}
iframe {
    margin-top: 10px;
}

body div.wpcf7 {
    margin-top: 20px;
}

/*----------About us------------*/
.entry-content img {
    max-width: 333px;
}
.page-id-63 .clear + p {
    margin-top: 20px;
}