/*

COLORS: 
(darker shades first, then lighter shades, so beieg-1 is darker than beige-2)
grey text:      #474651;   
beige-1:        #e5e1dd;
beige-2:        #edebe9;
grey-1:         #302f36;
grey-2:         #474651;
grey-3:         #5a5963;
green-1:        #56b58c;
green-2:        #91cfb4;
gold:           #c78926;
tan-1:          #e5ae8f;
tan-2:          #f4ccb6;

FONTS: 
Josefin Sans Light
	font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
Josefin Sans Regular
	font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
Josefin Sans Bold
	font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
Merriweather Regular
	font-family: "Merriweather", sans-serif;
    font-weight: 400;
Merriweather Bold
	font-family: "Merriweather", sans-serif;
    font-weight: 700;

*/
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
html {
    min-height: 101%;
    margin-bottom: 1px;
}
body {
    color: #474651;
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    /* line-height: 1.42857143; 20px */
    line-height: 1.57142857; /* 22px */
    /* line-height: 1.71428571; 24px */
}
h1,
.h1 {
    margin-bottom: 50px;
    color: #c78926;
    font-size: 36px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    color: #302f36;
}
h2,
.h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}
h3,
.h3 {
    font-size: 18px;
    line-height: 1.3;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 16px;
}
h6,
.h6 {
    font-size: 12px;
}
a {
    color: #c78926;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #474651;
    text-decoration: underline;
}
b, strong {
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
.badge-image-125 {
    width: 100%;
    max-width: 125px;
    height: auto;
}
.badge-image-50 {
    width: 100%;
    max-width: 50px;
    height: auto;
}
p {
    margin: 0 0 22px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 22px;
    margin-left: 0;
    padding-left: 20px;
}
.hname {
    display: none;
}
.branded {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.divider {
    display: inline-block;
    margin-bottom: 5px;
    width: 80%;
    height: 2px;
    background-color: #302f36;
}
.divider-white {
    background-color: #fff;
}
.divider-green {
    background-color: #56b58c;
}
.divider-beige {
    background-color: #e5e1dd;
}
.divider-tan {
    background-color: #e5ae8f;
}
.divider-grey {
    background-color: #474651;
}
.divider-gold {
    background-color: #c78926;
}




/*
 * bootstrap overrides and extensions
 * --------------------------------------------------
 */
/*
colored text
*/
.text-white {
    color: #fff;
}
.text-green {
    color: #56b58c;
}
.text-beige {
    color: #e5e1dd;
}
.text-tan {
    color: #e5ae8f;
}
.text-grey {
    color: #474651;
}
.text-gold {
    color: #c78926;
}
/*
colored backgrounds
*/
.background-green {
    background-color: #56b58c;
}
.background-green-2 {
    background-color: #91cfb4;
}
.background-beige {
    background-color: #e5e1dd;
}
.background-beige-2 {
    background-color: #edebe9;
}
.background-tan {
    background-color: #e5ae8f;
}
.background-tan-2 {
    background-color: #f4ccb6;
}
.background-grey {
    background-color: #302f36;
}
.background-grey-2 {
    background-color: #474651;
}
.background-grey-3 {
    background-color: #5a5963;
}
.background-gold {
    background-color: #c78926;
}
/*
links
*/
.link-green {
    color: #56b58c;
}
.link-green:hover,
.link-green:focus {
    color: #474651;
}
.link-beige {
    color: #e5e1dd;
}
.link-beige:hover,
.link-beige:focus {
    color: #474651;
}
.link-tan {
    color: #e5ae8f;
}
.link-tan:hover,
.link-tan:focus {
    color: #474651;
}
.link-grey {
    color: #474651;
}
.link-grey:hover,
.link-grey:focus {
    color: #c78926;
}
.link-white {
    color: #fff;
}
.link-white:hover,
.link-white:focus {
    color: #c78926;
}
/*
arrow links
*/
.link-arrow {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 16px;/*changed from 12 cb 09-10-2015*/
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
}
.link-arrow:hover,
.link-arrow:focus {
    text-decoration: none;
}
.link-arrow:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(/2015_assets/imgD/nav_arrows.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.link-arrow:hover:before,
.link-arrow:focus:before {
    background-position: -20px 0;
}
.link-arrow.link-green:before {
    background-position: 0 -15px;
}
.link-arrow.link-green:hover:before,
.link-arrow.link-green:focus:before {
    background-position: -20px -15px;
}
.link-arrow.link-tan:before {
    background-position: 0 -30px;
}
.link-arrow.link-tan:hover:before,
.link-arrow.link-tan:focus:before {
    background-position: -20px -30px;
}
.link-arrow.link-grey:before {
    background-position: 0 -45px;
}
.link-arrow.link-grey:hover:before,
.link-arrow.link-grey:focus:before {
    background-position: -20px -45px;
}
.link-arrow.link-white:before {
    background-position: 0 -60px;
}
.link-arrow.link-white:hover:before,
.link-arrow.link-white:focus:before {
    background-position: -20px -60px;
}
.well-grey .link-arrow:hover,
.well-grey .link-arrow:focus,
.well-grey-2 .link-arrow:hover,
.well-grey-2 .link-arrow:focus,
.well-grey-3 .link-arrow:hover,
.well-grey-3 .link-arrow:focus {
    color: #fff;
}
.well-grey .link-arrow:hover:before,
.well-grey .link-arrow:focus:before,
.well-grey-2 .link-arrow:hover:before,
.well-grey-2 .link-arrow:focus:before,
.well-grey-3 .link-arrow:hover:before,
.well-grey-3 .link-arrow:focus:before {
    background-position: 0 -60px;
}
/*
buttons
*/
.btn { /* 48px high */
    min-width: 110px;
    padding: 12px 20px 10px 20px;
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    border: 3px solid transparent;
    border-radius: 24px;
}
.btn-lg,
.btn-group-lg > .btn { /* 60 px high */
    padding: 15px 20px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 30px;
}
.btn-sm,
.btn-group-sm > .btn { /* 30 px high */
    padding: 3px 10px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 15px;
}
.btn-xs,
.btn-group-xs > .btn {/* 22 px high */
    padding: 1px 5px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 11px;
}
/*
colored buttons - grey (or colored) text, white text on hover
*/
.btn-green {
    color: #474651;
    background-color: #56b58c;
    border-color: #56b58c;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #56b58c;
    border-color: #56b58c;
}
.btn-tan {
    color: #474651;
    background-color: #e5ae8f;
    border-color: #e5ae8f;
}
.btn-tan:hover,
.btn-tan:focus,
.btn-tan.focus,
.btn-tan:active,
.btn-tan.active,
.open > .dropdown-toggle.btn-tan {
    color: #fff;
    background-color: #e5ae8f;
    border-color: #e5ae8f;
}
.btn-grey {
    color: #c78926;
    background-color: #474651;
    border-color: #474651;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #474651;
    border-color: #474651;
}
.btn-gold {
    color: #474651;
    background-color: #c78926;
    border-color: #c78926;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold.focus,
.btn-gold:active,
.btn-gold.active,
.open > .dropdown-toggle.btn-gold {
    color: #fff;
    background-color: #c78926;
    border-color: #c78926;
}
.btn-beige {
    color: #474651;
    background-color: #e5e1dd;
    border-color: #e5e1dd;
}
.btn-beige:hover,
.btn-beige:focus,
.btn-beige.focus,
.btn-beige:active,
.btn-beige.active,
.open > .dropdown-toggle.btn-beige {
    color: #fff;
    background-color: #474651;
    border-color: #474651;
}
.btn-beige-2 {
    color: #474651;
    background-color: #edebe9;
    border-color: #edebe9;
}
.btn-beige-2:hover,
.btn-beige-2:focus,
.btn-beige-2.focus,
.btn-beige-2:active,
.btn-beige-2.active,
.open > .dropdown-toggle.btn-tan-2 {
    color: #c78926;
    background-color: #edebe9;
    border-color: #edebe9;
}
.btn-white {
    color: #474651;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    color: #fff;
    background-color: #c78926;
    border-color: #c78926;
}
/*
buttons w/ white text
*/
.btn-white-text {
    color: #fff;
}
.btn-white-text:hover,
.btn-white-text:focus,
.btn-white-text.focus,
.btn-white-text:active,
.btn-white-text.active,
.open > .dropdown-toggle.btn-white-text {
    color: #474651;
}
.btn-white-text.btn-grey {
    color: #fff;
}
.btn-white-text.btn-grey:hover,
.btn-white-text.btn-grey:focus,
.btn-white-text.btn-grey.focus,
.btn-white-text.btn-grey:active,
.btn-white-text.btn-grey.active,
.open > .dropdown-toggle.btn-white-text.btn-grey {
    color: #c78926;
}
/*
border buttons
*/
.btn-border {
    background-color: transparent;
}
.btn-border.btn-green {
    color: #56b58c;
}
.btn-border.btn-green:hover,
.btn-border.btn-green:focus,
.btn-border.btn-green.focus,
.btn-border.btn-green:active,
.btn-border.btn-green.active,
.open > .dropdown-toggle.btn-border.btn-green {
    color: #474651;
}
.btn-border.btn-tan {
    color: #e5ae8f;
}
.btn-border.btn-tan:hover,
.btn-border.btn-tan:focus,
.btn-border.btn-tan.focus,
.btn-border.btn-tan:active,
.btn-border.btn-tan.active,
.open > .dropdown-toggle.btn-border.btn-tan {
    color: #474651;
}
.btn-border.btn-grey {
    color: #474651;
}
.btn-border.btn-grey:hover,
.btn-border.btn-grey:focus,
.btn-border.btn-grey.focus,
.btn-border.btn-grey:active,
.btn-border.btn-grey.active,
.open > .dropdown-toggle.btn-border.btn-grey {
    color: #fff;
}
.btn-border.btn-gold {
    color: #c78926;
}
.btn-border.btn-gold:hover,
.btn-border.btn-gold:focus,
.btn-border.btn-gold.focus,
.btn-border.btn-gold:active,
.btn-border.btn-gold.active,
.open > .dropdown-toggle.btn-border.btn-gold {
    color: #474651;
}
.btn-border.btn-beige {
    color: #474651;
}
.btn-border.btn-beige:hover,
.btn-border.btn-beige:focus,
.btn-border.btn-beige.focus,
.btn-border.btn-beige:active,
.btn-border.btn-beige.active,
.open > .dropdown-toggle.btn-border.btn-beige {
    color: #474651;
    background-color: #e5e1dd;
    border-color: #e5e1dd;
}
.btn-border.btn-white {
    color: #fff;
}
.btn-border.btn-white:hover,
.btn-border.btn-white:focus,
.btn-border.btn-white.focus,
.btn-border.btn-white:active,
.btn-border.btn-white.active,
.open > .dropdown-toggle.btn-border.btn-white {
    color: #474651;
    background-color: #fff;
    border-color: #fff;
}
/*
clear button - no border, no background color, but occupies
the same height/space as a regular button -- no hover state unless
specified for a particular instance/location
*/
.btn-clear,
.btn-clear:hover,
.btn-clear:focus,
.btn-clear.focus,
.btn-clear:active,
.btn-clear.active,
.open > .dropdown-toggle.btn-clear {
    background-color: transparent;
    border-color: transparent;
}
.btn-clear.btn-green,
.btn-clear.btn-green:hover,
.btn-clear.btn-green:focus,
.btn-clear.btn-green.focus,
.btn-clear.btn-green:active,
.btn-clear.btn-green.active,
.open > .dropdown-toggle.btn-clear.btn-green {
    color: #56b58c;
}
.btn-clear.btn-tan,
.btn-clear.btn-tan:hover,
.btn-clear.btn-tan:focus,
.btn-clear.btn-tan.focus,
.btn-clear.btn-tan:active,
.btn-clear.btn-tan.active,
.open > .dropdown-toggle.btn-clear.btn-tan {
    color: #e5ae8f;
}
.btn-clear.btn-grey,
.btn-clear.btn-grey:hover,
.btn-clear.btn-grey:focus,
.btn-clear.btn-grey.focus,
.btn-clear.btn-grey:active,
.btn-clear.btn-grey.active,
.open > .dropdown-toggle.btn-clear.btn-grey {
    color: #474651;
}
.btn-clear.btn-gold,
.btn-clear.btn-gold:hover,
.btn-clear.btn-gold:focus,
.btn-clear.btn-gold.focus,
.btn-clear.btn-gold:active,
.btn-clear.btn-gold.active,
.open > .dropdown-toggle.btn-clear.btn-gold {
    color: #c78926;
}
.btn-clear.btn-beige,
.btn-clear.btn-beige:hover,
.btn-clear.btn-beige:focus,
.btn-clear.btn-beige.focus,
.btn-clear.btn-beige:active,
.btn-clear.btn-beige.active,
.open > .dropdown-toggle.btn-clear.btn-beige {
    color: #e5e1dd;
}
.btn-clear.btn-beige-2,
.btn-clear.btn-beige-2:hover,
.btn-clear.btn-beige-2:focus,
.btn-clear.btn-beige-2.focus,
.btn-clear.btn-beige-2:active,
.btn-clear.btn-beige-2.active,
.open > .dropdown-toggle.btn-clear.btn-beige-2 {
    color: #edebe9;
}
.btn-clear.btn-white,
.btn-clear.btn-white:hover,
.btn-clear.btn-white:focus,
.btn-clear.btn-white.focus,
.btn-clear.btn-white:active,
.btn-clear.btn-white.active,
.open > .dropdown-toggle.btn-clear.btn-white {
    color: #fff;
}
/*
dealing with offset clear button in a well where the submit
button is centered, and the clear button is to the right of it --
html needs to have a <br class="visible-xs-inline"> added between the buttons
*/
.offset-clear {
    position: relative;
}
@media (min-width: 480px) {
    .offset-clear .btn-clear {
        position: absolute;
        left: 50%;
        margin-left: 60px;
    }
}
/*
form stuff
*/
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #474651;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}
textarea.form-control {
    height: 100px;
}
.form-control-bordered-beige {
    border: 1px solid #e5e1dd;
}
.form-control-bordered-beige-2 {
    border: 1px solid #edebe9;
}
.form-group >
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 40px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-control-static {
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 20px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 0;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
.form-group-sm textarea.form-control {
    height: 80px;
}
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 0;
}
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
}
.input-lg {
    height: 46px;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
.form-group-lg textarea.form-control {
    height: 100px;
}
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0;
}
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 992px) {
    .form-horizontal:not(.form-breakpoint-lg) .box-label {
        margin-left: 0;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label .control-label {
        display: block;
        height: 40px;
        padding: 10px 15px;
        font-weight: 400;
        line-height: 20px;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-green {
        color: #fff;
        background-color: #56b58c;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-green-2 {
        color: #474651;
        background-color: #91cfb4;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-beige {
        background-color: #e5e1dd;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-beige-2 {
        background-color: #edebe9;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-grey {
        color: #fff;
        background-color: #302f36;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-grey-2 {
        color: #fff;
        background-color: #474651;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-grey-3 {
        color: #fff;
        background-color: #5a5963;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-gold {
        color: #fff;
        background-color: #c78926;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-tan {
        background-color: #e5ae8f;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label-tan-2 {
        background-color: #f4ccb6;
    }
    .form-horizontal:not(.form-breakpoint-lg) .box-label .form-control-container {
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .form-horizontal.form-breakpoint-lg .box-label {
        margin-left: 0;
    }
    .form-horizontal.form-breakpoint-lg .box-label .control-label {
        display: block;
        height: 40px;
        padding: 10px 15px;
        font-weight: 400;
        line-height: 20px;
    }
    .form-horizontal.form-breakpoint-lg .box-label-green {
        color: #fff;
        background-color: #56b58c;
    }
    .form-horizontal.form-breakpoint-lg .box-label-green-2 {
        color: #474651;
        background-color: #91cfb4;
    }
    .form-horizontal.form-breakpoint-lg .box-label-beige {
        background-color: #e5e1dd;
    }
    .form-horizontal.form-breakpoint-lg .box-label-beige-2 {
        background-color: #edebe9;
    }
    .form-horizontal.form-breakpoint-lg .box-label-grey {
        color: #fff;
        background-color: #302f36;
    }
    .form-horizontal.form-breakpoint-lg .box-label-grey-2 {
        color: #fff;
        background-color: #474651;
    }
    .form-horizontal.form-breakpoint-lg .box-label-grey-3 {
        color: #fff;
        background-color: #5a5963;
    }
    .form-horizontal.form-breakpoint-lg .box-label-gold {
        color: #fff;
        background-color: #c78926;
    }
    .form-horizontal.form-breakpoint-lg .box-label-tan {
        background-color: #e5ae8f;
    }
    .form-horizontal.form-breakpoint-lg .box-label-tan-2 {
        background-color: #f4ccb6;
    }
    .form-horizontal.form-breakpoint-lg .box-label .form-control-container {
        padding-left: 0;
    }
}
/*
wells
*/
.well {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well-lg {
    padding: 40px;
    border-radius: 0;
}
.well-sm {
    padding: 10px;
    border-radius: 0;
}
.well-green {
    color: #fff;
    background-color: #56b58c;
}
.well-green-2 {
    color: #fff;
    background-color: #91cfb4;
}
.well-beige {
    background-color: #e5e1dd;
}
.well-beige-2 {
    background-color: #edebe9;
}
.well-grey {
    color: #fff;
    background-color: #302f36;
}
.well-grey-2 {
    color: #fff;
    background-color: #474651;
}
.well-grey-3 {
    color: #fff;
    background-color: #5a5963;
}
.well-gold {
    color: #fff;
    background-color: #c78926;
}
.well-tan {
    background-color: #e5ae8f;
}
.well-tan-2 {
    background-color: #f4ccb6;
}
/* Bordered Wells */
.well-bordered-gold {
    background: none;
    border: 2px solid #c78926;
}
.well-bordered-green {
    background: none;
    border: 2px solid #56b58c;
}
.well-bordered-beige {
    background: none;
    border: 2px solid #c78926;
}
.well-bordered-beige-2 {
    background: none;
    border: 2px solid #edebe9;
}
/* Well Group */
.well-group {
    margin-bottom: 20px;
}
.well-group .well {
    margin-bottom: 0;
}
/*
block - bordered top and bottom
*/
.block {
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: solid 1px #474651;
}
.block:first-of-type {
    border-top: solid 1px #474651;
}
.block.block-green {
    border-bottom: solid 1px #56b58c;
}
.block.block-green:first-of-type {
    border-top: solid 1px #56b58c;
}
.block.block-green h4 {
    color: #56b58c;
}
.block-bordered {
    margin-bottom: 20px;
    padding: 13px;
}
.block-bordered h4 {
    margin: 0 -13px 8px -13px;
    padding: 10px 13px;
}
.block-bordered h4:first-child {
    margin-top: -13px;
}
.block-bordered :last-child {
    margin-bottom: 0;
}
.block-bordered .branded a {
    text-decoration: none;
}
.block-bordered-beige {
    border: solid 2px #e5e1dd;
}
.block-bordered-beige h4 {
    background-color: #e5e1dd;
}


/*
#take_training {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #fff;
}
#take_training > .container > h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 300;
}
#take_training p {
    margin-bottom: 20px;
}
*/
/* block-image blocks have image background,
   fixed ratio size, and contain text */
.block-image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-bottom: 67.37089%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.block-image .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
}
.block-image .details .btn-container {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
}







/*
icons
*/
.icon {
    width: 34px;
    height: 32px;
    display: inline-block;
    background-image: url(/2015_assets/imgD/icons.png);
    background-repeat: no-repeat;
}
.icon.icon-training {
    background-position: 0 0;
}
.icon.icon-performance {
    background-position: -34px 0;
}
.icon.icon-timeline {
    background-position: -68px 0;
}
.icon.icon-lookup {
    background-position: -102px 0;
}
.icon.icon-reports {
    background-position: -136px 0;
}
.icon.icon-discount {
    background-position: -170px 0;
}
.icon.icon-website {
    background-position: -204px 0;
}
.icon.icon-webinars {
    background-position: -238px 0;
}
.icon.icon-location {
    background-position: -272px 0;
}
.icon.icon-phone {
    background-position: -306px 0;
}
.icon.icon-quote {
    width: 34px;
    height: 31px;
    background-image: url(/2015_assets/imgD/icon_quotes.png);
}
.icon.icon-quote-beige {
    background-position: 0 0;
}
.icon.icon-quote-grey {
    background-position: -34px 0;
}
.icon.icon-quote-green {
    background-position: -68px 0;
}
.icon.icon-quote-gold {
    background-position: -102px 0;
}
.icon.icon-quote-tan {
    background-position: -136px 0;
}
.icon.icon-quote-white {
    background-position: -170px 0;
}
/*
badges
*/
.badge {
    padding: 4px 7px 2px 7px;
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.badge.badge-green {
    color: #fff;
    background-color: #56b58c;
}
.badge.badge-grey {
    color: #fff;
    background-color: #474651;
}
.badge.badge-gold {
    color: #474651;
    background-color: #c78926;
}
/*
popovers
*/
.popover {
    max-width: 276px;
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #474651;
    background-color: #e5e1dd;
    border: 1px solid #c78926;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top > .arrow {
    border-top-color: #c78926;
}
.popover.top > .arrow:after {
    border-top-color: #e5e1dd;
}
.popover.right > .arrow {
    border-right-color: #c78926;
}
.popover.right > .arrow:after {
    border-right-color: #e5e1dd;
}
.popover.bottom > .arrow {
    border-bottom-color: #c78926;
}
.popover.bottom > .arrow:after {
    border-bottom-color: #e5e1dd;
}
.popover.left > .arrow {
    border-left-color: #c78926;
}
.popover.left > .arrow:after {
    border-left-color: #e5e1dd;
}



/*
 * #site_header
 * --------------------------------------------------
 */
#site_header {
    background-color: #474651;
}
.navbar-static-top {
    border-width: 0;
    z-index: inherit;
}
.navbar-inverse .navbar-toggle {
    margin: 23px 15px 23px 0;
    padding: 2px 0;
    background-color: transparent;
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
    width: 42px;
    height: 5px;
    background-color: #e5e1dd;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        margin: 32px 15px 32px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-toggle {
        margin: 32px 0;
    }
}
#navbar_eyebrow {
    /*z-index: 1100;*/
    margin-bottom: 0;
    color: #474651;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #e5e1dd;
}
@media (max-width: 991px) {
    /*
        #navbar_eyebrow {
            background-color: #fff;
        }
    */
    #navbar_eyebrow .nav-highlighted {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
    #navbar_eyebrow .nav-highlighted li {
        display: inline-block;
    }
}
@media (min-width: 992px) {
    #navbar_eyebrow .nav-highlighted {
        margin-left: 210px;
    }
}
#navbar_eyebrow .nav > li > a {
    padding: 15px 8px;
    color: #474651;
    text-decoration: none;
}
#navbar_eyebrow .btn-login {
    display: block;
    width: 130px;
    margin: 8px auto;
    padding: 6px 15px;
    border: solid 1px #fff;
    border-radius: 0;
}
#navbar_eyebrow .btn-login:hover,
#navbar_eyebrow .btn-login:focus {
    background-color: #fff;
    border: solid 1px #d6d6d6;
}
@media (min-width: 992px) {
    #navbar_eyebrow .btn-login {
        float: right;
        margin: 8px 0;
    }
}
#navbar_eyebrow .user-access .navbar-form {
    padding: 10px 7px 10px 15px;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#navbar_eyebrow .user-access .navbar-form .navbar-text {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
    color: #c78926;
}
#navbar_eyebrow .user-access .navbar-form .navbar-text.welcome-text {
    font-size: 14px;
}
#navbar_eyebrow .user-access .navbar-form .navbar-nav {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
#navbar_eyebrow .user-access .navbar-form .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
#navbar_eyebrow .user-access .navbar-form .navbar-nav > li > a:hover,
#navbar_eyebrow .user-access .navbar-form .navbar-nav > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
#navbar_eyebrow .user-access .navbar-form  .form-control {
    width: 130px;
    font-size: 11px;
    background-color: #e5e1dd;
}
#navbar_eyebrow .user-access .navbar-form  .form-control::-moz-placeholder {
    color: #76747b;
    text-transform: uppercase;
    opacity: 1;
}
#navbar_eyebrow .user-access .navbar-form  .form-control:-ms-input-placeholder {
    color: #76747b;
    text-transform: uppercase;
}
#navbar_eyebrow .user-access .navbar-form  .form-control::-webkit-input-placeholder {
    color: #76747b;
    text-transform: uppercase;
}
#navbar_eyebrow .user-access .navbar-form  .btn.btn-clear {
    min-width: 0;
}
@media (max-width: 991px) {
    #navbar_eyebrow .user-access {
        margin: 0 -15px;
        padding: 0 0;
        text-align: center;
        background-color: #fff;
    }
    #navbar_eyebrow .user-access .navbar-form {
        margin: 0;
        padding: 10px 15px 10px 15px;
    }
    #navbar_eyebrow .user-access .navbar-form .navbar-text {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        margin-left: 8px;
    }
    #navbar_eyebrow .user-access .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    #navbar_eyebrow .user-access .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    #navbar_eyebrow .user-access .navbar-form .input-group > .form-control {
        width: 100%;
    }
    #navbar_eyebrow .user-access .navbar-form .form-control-static {
        display: inline-block;
    }
    #navbar_eyebrow .user-access .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    #navbar_eyebrow .user-access .navbar-form .navbar-nav {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }
    #navbar_eyebrow .user-access .navbar-form .navbar-nav > li {
        display: inline-block;
    }
}
@media (min-width: 992px) {
    #navbar_eyebrow .user-access {
        position: relative;
        float: right;
        padding: 0 0;
        margin: 0 -15px 0 0;
        background-color: #fff;
        z-index: 2000;
    }
    #navbar_eyebrow .user-access .navbar-form {
        overflow: hidden;
        margin: 0;
    }
    #navbar_eyebrow .user-access .navbar-form .navbar-text {
        margin-left: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #navbar_eyebrow .user-access .navbar-form {
        padding-left: 15px;
        padding-right: 7px;
    }
    #navbar_eyebrow .user-access .navbar-form  .form-control {
        width: 120px;
    }
}
#nav_members {
    overflow: hidden;
    padding: 10px 15px;
}
@media (min-width: 992px) {
    #nav_members {
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.07);
        box-shadow: 0 3px 4px 0 rgba(0,0,0,.07);
    }
}
#nav_members ul {
    display: block;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    list-style-type: none;
    border-top: solid 1px #e5e1dd;
}
#nav_members ul:first-of-type {
    border-top: none;
    padding: 0 0 5px 0;
}
#nav_members li {
    margin: 0;
    padding: 0;
}
#nav_members li > a {
    display: block;
    padding: 5px 0;
    color: #474651;
    text-decoration: none;
    line-height: 20px;
}
#nav_members li > a:hover,
#nav_members li > a:focus {
    text-decoration: underline;
}
@media (min-width: 480px) {
    #nav_members ul {
        float: left;
        width: 50%;
        padding: 0 0 0 20px;
        border-top: none;
    }
    #nav_members ul:first-of-type {
        padding: 0 20px 0 0;
        border-top: none;
        border-right: solid 1px #e5e1dd;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    #nav_members ul:first-of-type {
        text-align: right;
    }
}
#navbar_primary {
    min-height: 80px;
    margin-bottom: 0;
    color: #edebe9;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    /*background-color: transparent;*/
    background-color: #474651;
    background-image: url(/2015_assets/imgD/bkg_nav_primary_xs.png);
    background-repeat: repeat-x;
    background-position: left top;
}
.navbar-brand {
    height: auto;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .popup3 .navbar-header {
        padding-top: 10px;
    }
    .navbar-brand {
        width: 168px;
        padding: 9px 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .popup3 #navbar_primary {
        margin-top: 10px;
    }
    .navbar-brand {
        width: 168px;
        padding: 0 0 10px 0;
    }
}
@media (min-width: 992px) {
    #navbar_primary {
        min-height: 50px;
        background-image: url(/2015_assets/imgD/bkg_nav_primary.png);
    }
    .popup3 #navbar_primary {
        margin-top: 46px;
    }
    .navbar-brand {
        width: 210px;
        height: 50px;
        margin-top: -36px;
        padding: 0;
    }
}
#navbar_primary .nav > li > a {
    color: #edebe9;
    text-decoration: none;
}
#navbar_primary .navbar-nav > .open > a,
#navbar_primary .navbar-nav > .open > a:hover,
#navbar_primary .navbar-nav > .open > a:focus {
    background-color: transparent;
}
#navbar_primary .nav > li > a:hover,
#navbar_primary .nav > li > a:focus {
    color: #c78926;
    text-decoration: none;
    background-color: transparent;
}
#navbar_primary.navbar-inverse .navbar-nav > .active > a,
#navbar_primary.navbar-inverse .navbar-nav > .active > a:hover,
#navbar_primary.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
@media (max-width: 767px) {
    #navbar_primary .nav > li > a {
        padding: 5px 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #nav_primary {
        margin-left: -15px;
    }
    #navbar_primary .nav > li > a {
        padding: 5px 15px 5px 0;
    }
}
@media (min-width: 992px) {
    #navbar_primary .navbar-nav {
        margin-left: 10px;
    }
    #navbar_primary .navbar-nav > li {
        padding-left: 12px;
        padding-right: 12px;
    }
    #navbar_primary .navbar-nav > li > a {
        padding: 15px 0 11px 0;
        border-bottom: solid 4px transparent;
    }
    #navbar_primary .navbar-nav > li > a:hover,
    #navbar_primary .navbar-nav > li > a:focus {
        padding-top: 15px;
        padding-bottom: 11px;
        border-bottom: solid 4px #c78926;
    }
    #navbar_primary .navbar-nav > li > a:hover,
    #navbar_primary .navbar-nav > li > a:focus {
        color: #c78926;
        background-color: transparent;
        border-bottom: solid 4px #c78926;
    }
    #navbar_primary .navbar-nav > .active > a,
    #navbar_primary .navbar-nav > .active > a:hover,
    #navbar_primary .navbar-nav > .active > a:focus {
        color: #c78926;
        background-color: transparent;
        border-bottom: solid 4px #c78926;
    }
}
@media (min-width: 1200px) {
    #navbar_primary .navbar-nav {
        margin-left: 7px;
    }
    #navbar_primary .navbar-nav > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}
#navbar_primary .dropdown-menu {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}
#navbar_primary .open > .dropdown-menu {
    display: block;
}
#navbar_primary .dropdown-menu > li > a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
#navbar_primary .dropdown-menu > li > a:hover,
#navbar_primary .dropdown-menu > li > a:focus {
    color: #c78926;
    text-decoration: none;
    background-color: transparent;
}
#navbar_primary .dropdown-menu > .active > a,
#navbar_primary .dropdown-menu > .active > a:hover,
#navbar_primary .dropdown-menu > .active > a:focus {
    color: #c78926;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
@media (max-width: 767px) {
    #navbar_primary .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #navbar_primary .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px;
    }
}
@media (max-width: 991px) {
    #navbar_primary .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #navbar_primary .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    #navbar_primary .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    #navbar_primary .navbar-nav .open .dropdown-menu > li > a {
        color: #edebe9;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 20px;
    }
    #navbar_primary .navbar-nav .open .dropdown-menu > li > a:hover,
    #navbar_primary .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #c78926;
        text-decoration: none;
        background-color: transparent;
    }
    #navbar_primary .navbar-nav .open .dropdown-menu > .active > a,
    #navbar_primary .navbar-nav .open .dropdown-menu > .active > a:hover,
    #navbar_primary .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #c78926;
        text-decoration: none;
        background-color: transparent;
    }
}
@media (min-width: 992px) {
    #navbar_primary .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: inherit;
        padding: 5px 0;
        margin: 2px 0 0;
        text-align: left;
        list-style: none;
        background-color: transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #navbar_primary .dropdown-menu > li {
        height: 40px;
    }
    #navbar_primary .dropdown-menu > li > a {
        position: absolute;
        display: block;
        padding: 10px 0;
        text-decoration: none;
        clear: both;
        line-height: 20px;
        white-space: nowrap;
    }
}
@media (max-width: 991px) {
    #navbar_eyebrow .container {
        width: auto;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display:block !important;
    }
}
#nav_primary {
    position: relative;
}
.nav > li.brand-link {
    position: static;
}
/*
@media (max-width: 991px) {
    #navbar_primary .navbar-nav .open #header_alliances_grid.dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}*/
@media (max-width: 991px) {
    #navbar_primary .spacer.dropdown-menu {
        height: 0;
    }
}
@media (min-width: 992px) {
    #navbar_primary .spacer.dropdown-menu {
        height: 430px;
    }
    #navbar_primary #header_alliances_grid.dropdown-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        text-align: center;
    }
}
#navbar_primary .open > #header_alliances_grid.dropdown-menu {
    display: block;
}
#header_alliances_grid h3 {
    color: #fff;
}
#header_alliances_grid .item a {
    display: block;
    width: 100%;
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
    #header_alliances_grid {
        margin-right: 15px;
        margin-left: 15px;
    }
    #header_alliances_grid .item {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    #header_alliances_grid .item:before { /* top border */
        content: "";
        position: absolute;
        top: 0;
        left: 8px;
        right: 8px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 8px;
        border-top: solid 1px #fff;
    }
    #header_alliances_grid .item:after { /* right side border */
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: 0;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 8px;
        border-right: solid 1px #fff;
    }
    #header_alliances_grid .item:nth-of-type(1):before {
        border: none;
    }
    #header_alliances_grid .item:nth-of-type(2):before {
        border: none;
    }
    #header_alliances_grid .item:nth-of-type(2n):after {
        border: none;
    }
    #header_alliances_grid .item:nth-last-of-type(1):after {
        border: none;
    }
}
@media (min-width: 768px) {
    #header_alliances_grid {
        margin-right: 0;
        margin-left: 0;
    }
    #header_alliances_grid .item {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    #header_alliances_grid .item:before { /* top border */
        content: "";
        position: absolute;
        top: 0;
        left: 8px;
        right: 8px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 8px;
        border-top: solid 1px #fff;
    }
    #header_alliances_grid .item:after { /* right side border */
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: 0;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 8px;
        border-right: solid 1px #fff;
    }
    #header_alliances_grid .item:nth-of-type(1):before {
        border: none;
    }
    #header_alliances_grid .item:nth-of-type(2):before {
        border: none;
    }
    #header_alliances_grid .item:nth-of-type(3):before {
        border: none;
    }
    #header_alliances_grid .item:nth-of-type(4):before {
        border: none;
    }
    #header_alliances_grid .item:nth-of-type(4n):after {
        border: none;
    }
    #header_alliances_grid .item:nth-last-of-type(1):after {
        border: none;
    }
}



/*
 * #site_main
 * --------------------------------------------------
 */
#site_main {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #fff;
}



/*
 * #content
 * --------------------------------------------------
 */
#content {
    padding-right: 25px;
    padding-left: 25px;
}
@media (min-width: 768px) {
    #content.col-md-12 {
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content.col-md-9 {
        padding-right: 0;
    }
}



/*
 * #sidebar
 * --------------------------------------------------
 */
#sidebar {
    padding-top: 50px;
}
@media (min-width: 480px) {
    #sidebar {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    #sidebar {
        margin-top: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    #sidebar {
        padding-top: 110px;
    }
    #sidebar.sidebar-in-content {
        padding-top: 0;
    }
}



/*
 * #nav_secondary
 * #nav_secondary_sm
 * --------------------------------------------------
 */
#nav_secondary {
    margin-top: 40px;
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
    #nav_secondary {
        margin-top: 20px;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
}
.nav-secondary h2 {
    margin: 0;
    padding: 15px;
    font-size: 17px;
    background-color: #e5e1dd;
}
.nav-secondary .nav > li {
    border-top: solid 1px #fff;
}
.nav-secondary .nav > li > a {
    padding: 10px 15px 10px 11px;
    color: #474651;
    font-size: 11px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    background-color: #e5e1dd;
    border-left: solid 4px #e5e1dd;
}
.nav-secondary .nav > li > a:hover,
.nav-secondary .nav > li > a:focus {
    text-decoration: none;
    border-left: solid 4px #e5ae8f;
}
.nav-secondary .nav > li.active > a {
    background-color: #e5ae8f;
    border-left: solid 4px #e5ae8f;
}
.nav-secondary .nav.nav-level-2 > li > a {
    background-color: #f4ccb6;
    border-left: solid 4px #f4ccb6;
}
.nav-secondary .nav.nav-level-2 > li.active > a,
.nav-secondary .nav.nav-level-2 > li > a:hover,
.nav-secondary .nav.nav-level-2 > li > a:active {
    border-left: solid 4px #e5ae8f;
}



/*
 * #nav_footer
 * --------------------------------------------------
 */
#nav_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background-color: #474651;
}
#nav_footer h6 {
    color: #fff;
}
#nav_footer h6 + h6 {
    margin-top: 25px;
}
#nav_footer h6 a {
    color: #fff;
    text-decoration: none;
}
#nav_footer a {
    color: #e5ae8f;
    text-decoration: none;
}
#nav_footer ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
}
#nav_footer li {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    #nav_footer > .container {
        padding: 0;
    }
}



/*
 * #site_footer
 * --------------------------------------------------
 */
#site_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #edebe9;
    font-size: 11px;
    background-color: #302f36;
}
#site_footer a {
    color: #edebe9;
    text-decoration: none;
}
#site_footer a:hover {
    color: #c78926;
    text-decoration: none;
}
#site_footer .legal {
    text-align: left;
}
#site_footer .links {
    text-align: right;
}
#site_footer .links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#site_footer .links li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}
#site_footer .links li:last-of-type {
    padding: 0 0 0 15px;
}
@media (max-width: 767px) {
    #site_footer .legal {
        text-align: left;
    }
    #site_footer .links {
        padding-top: 20px;
        text-align: left;
    }
    #site_footer .links li:first-of-type {
        padding: 0 15px 0 0;
    }
}
@media (min-width: 768px) {
    #site_footer .container {
        padding-right: 0;
        padding-left: 0;
    }
}



/*
 * ALLIANCES GRID
 * --------------------------------------------------
 */
#alliances_grid {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
#alliances_grid .item a {
    display: block;
    width: 100%;
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
    #alliances_grid .item {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    #alliances_grid .item:before { /* top border */
        content: "";
        position: absolute;
        top: 0;
        left: 8px;
        right: 8px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 8px;
        border-top: solid 1px #c78926;
    }
    #alliances_grid .item:after { /* right side border */
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: 0;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 8px;
        border-right: solid 1px #c78926;
    }
    #alliances_grid .item:nth-of-type(1):before {
        border: none;
    }
    #alliances_grid .item:nth-of-type(2):before {
        border: none;
    }
    #alliances_grid .item:nth-of-type(2n):after {
        border: none;
    }
    #alliances_grid .item:nth-last-of-type(1):after {
        border: none;
    }
}
@media (min-width: 768px) {
    #alliances_grid .item {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    #alliances_grid .item:before { /* top border */
        content: "";
        position: absolute;
        top: 0;
        left: 8px;
        right: 8px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 8px;
        border-top: solid 1px #c78926;
    }
    #alliances_grid .item:after { /* right side border */
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: 0;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 8px;
        border-right: solid 1px #c78926;
    }
    #alliances_grid .item:nth-of-type(1):before {
        border: none;
    }
    #alliances_grid .item:nth-of-type(2):before {
        border: none;
    }
    #alliances_grid .item:nth-of-type(3):before {
        border: none;
    }
    #alliances_grid .item:nth-of-type(4):before {
        border: none;
    }
    #alliances_grid .item:nth-of-type(4n):after {
        border: none;
    }
    #alliances_grid .item:nth-last-of-type(1):after {
        border: none;
    }
}



/*
 * MISC
 * --------------------------------------------------
 */
.contact-data .well .item-icon {
    float: left;
    width: 45px;
}
.contact-data .well .item-details {
    margin-left: 45px;
}


#sidebar .well-group.edit-profile-info {
    margin-top: 38px;
}
#sidebar .well-group.edit-profile-info .icon.icon-member-profile {
    margin-top: -48px;
    margin-bottom: 10px;
    width: 57px;
    height: 57px;
    background-image: url(/2015_assets/imgD/user_icon_green_circle.png);
    background-position: center center;
}


.user-image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 122.22222%;
    text-align: center;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
/*.user-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    padding-bottom: 122.22222%;
}
.user-image img {
    width: auto;
    min-width: 100%;
    height: auto;
}
*/

.well + h2,
.well-group + h2 {
    margin-top: 50px;
}


.product-form {
    margin-bottom: 40px;
}
.product-form > .background-beige {
    overflow: hidden;
    margin-bottom: 40px;
}
.product-form .price {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 130px;
    padding: 20px 15px;
    text-align: center;
}
.product-form .details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 130px;
    padding: 20px 15px;
    text-align: left;
}
.product-form .details label {
    font-weight: 400;
}


/* Accordions */
.panel .well a[data-toggle='collapse'] {
    color: inherit;
    text-decoration: none;
}

#accordion .panel {
    border: none;
    box-shadow: none;
}
#accordion .panel .well a[data-toggle='collapse'] {
    display: block;
}
#accordion .well a[data-toggle='collapse']:after {
    content: "";
    position: absolute;
    right: 35px;
    height: 20px;
    width: 35px;
    background-image: url(/2015_assets/imgD/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 -20px;
}
#accordion .well a[data-toggle='collapse'].collapsed:after {
    background-position: 0 0;
}


#sidebar .well.search-info {
    margin-top: 38px;
}
#sidebar .well.search-info .icon.icon-search-big {
    margin-top: -48px;
    margin-bottom: 10px;
    width: 57px;
    height: 57px;
    background-image: url(/2015_assets/imgD/icon_search.png);
    background-position: center center;
}

.member-news-item .headline {
    text-transform: uppercase;
}


/* register-block */
.well-lg .row.register-block {
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
}
.register-block h3 {
    margin: 0;
}
.register-block p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .well .row.register-block > div { /* should be column divs */
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .well .row.register-block > div { /* should be column divs */
        position: relative;
        height: 48px;
    }
    .well .row.register-block h3 {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (min-width: 992px) {
    #sidebar .registration-sidebar-block{
        margin-top: -90px;
    }
}



/* .well-agents */
.well.well-agents h2 {
    margin-top: 0;
    margin-bottom: 15px;
}
.well.well-agents .agent-item {
    margin-bottom: 22px;
}



/* .circled-images LIL Speakers */
.speaker .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
}
.speaker .image .ratio-fixer {
    display: block;
    padding-bottom: 100%;
}
.speaker .image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
@media (max-width: 767px) {
    .speaker  .image {
        width: 130px;
        height: 130px;
        margin: 0 auto 20px auto;
    }
}
@media (min-width: 768px) {
    .speaker .image {
        width: 100%;
        max-width: 270px;
        margin: 30px auto 20px auto;
    }
}

/* testimonials carousel */
#carousel_featured_quotes {
    margin-top: 8rem;
    margin-bottom: 8rem;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    /* background-color: #e5e1dd; */
}
#carousel_featured_quotes h3 {
}
#carousel_featured_quotes .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 20%;
    margin-bottom: 0;
}
#carousel_featured_quotes .carousel-indicators li {
    margin: 3px;
    background-color: transparent;
    border: 3px solid #474651;
}
#carousel_featured_quotes .carousel-indicators .active {
    margin: 3px;
    width: 10px;
    height: 10px;
    background-color: #transparent;
    border: solid 3px #c78926;
}
#carousel_featured_quotes .quote {
    margin-bottom: 50px;
    padding-top: 35px;
    color: #c78926;
    font-size: 22px;
    text-align: center;
}
#carousel_featured_quotes .attributed {
    color: #474651;
    font-size: 12px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
