

.hr {
    width: 450px;
}

/* header style */
.header_bottom.clearfix {
    background-image: url("/wp-content/uploads/2015/10/header-bg.jpg");
}

/*download buttons */
.q_icon_with_title.large.center {
    height: 200px;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

i.icon_text_icon.fa {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #d0bd6e;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 10px;
}

/*i.icon_text_icon.fa:hover {
    color: #d0bd6e;
    background-color: #fff;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 10px;
}*/

/* icon with text click area */

a.icon_with_title_link {
    position: relative;
}

a.icon_with_title_link:after {
    content: '';
    position: absolute;
    top: -150px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

/* end download buttons */

/* address footer */
.address {
    font-size: 18px;
    color: #fff;
}

/* numbered list */
ol li {
    margin-left: 30px;
    padding-bottom: 2px;
    padding-top: 2px;
}

/* breadcrumb bar style */
.title {
    background-color: #d0bd6e;
    background-image: url("/wp-content/uploads/2015/10/stacked-circles.png");

}

.title_holder .current {
    color: #000000;
}
/* end breadcrumb style */

/*sidebar padding */
.sidebar {
    padding-top: 9px;
}

.sidebar a {
    text-decoration: none;
}

/* h1 title styling */
h1 {
    background-color: #000000;
    margin-bottom: 20px !important;
}

/* homepage boxes */
.boxes p {
    padding-left: 25px;
    padding-right: 25px;
}

/* sidebar menu */
/* current menu item highlight */
.sidebar .current-menu-item a {
    color: #bead65 !important;
}

.sidebar .sub-menu a {
    color: #515151 !important;
}

.sidebar .sub-menu .current-menu-item a {
    color: #bead65 !important;
}
/* sidebar menu */

/* homepage boxes */
.boxes {
    border-style: solid;
    border-color: #dbdbdb;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-bottom: 5px;
    padding-top: 15px;
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 2px 2px 2px #dbdbdb;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (min-width: 768px){
    .boxes {
        width: 47%;
    }
}

@media only screen and (max-width: 768px){
    .boxes {
        left: auto;
        right: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}
/* end homepage boxes */

/*homepage button*/
@media only screen and (max-width: 767px){
    .hp-button {
    left: 50% !important;
    margin-left: -85px !important;
    right: 50% !important;
}
}

/* footer underscore */
.foot a {
    text-decoration: underline;
}

/* contact form */
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 18px;
    background-color: #fff;
    color: #666666;
    border-style: solid;
    border-color: #666666;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-text {
    font-size: 18px;
    background-color: #fff;
    color: #666666;
    border-style: solid;
    border-color: #666666;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-top: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 18px;
    background-color: #fff;
    color: #666666;
    border-style: solid;
    border-color: #666666;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-top: 5px;
}
/* end contact form */

/* homepage video boxes */
.right-vid {
    margin-left: -45px;
}

@media only screen and (max-width: 1000px){
    .right-vid {
    margin-left: 0px !important;
}
}

/* slider text */
.tp-caption.Ressourcement.tp-resizeme em {
    text-shadow: 2px 2px #000;
}

/* learning center box fixes */
a.icon_with_title_link {
    text-decoration: none;
    color: #d0bd6e;
}

h6.icon_title {
    height: 50px;
}

/* team page block */
.team-block {
    background-color: #000000;
    color: #d0bd6e;
    height: 75px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 250px;
}